{"version":3,"sources":["node_modules/@vendasta/listing-products/fesm2020/vendasta-listing-products.mjs"],"sourcesContent":["import * as i0 from '@angular/core';\nimport { Injectable } from '@angular/core';\nimport { throwError } from 'rxjs';\nimport { map, catchError } from 'rxjs/operators';\nimport * as i1 from '@angular/common/http';\nimport { HttpHeaders } from '@angular/common/http';\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar AddonType = /*#__PURE__*/function (AddonType) {\n AddonType[AddonType[\"ADDON_TYPE_UNSPECIFIED\"] = 0] = \"ADDON_TYPE_UNSPECIFIED\";\n AddonType[AddonType[\"ADDON_TYPE_LD\"] = 1] = \"ADDON_TYPE_LD\";\n AddonType[AddonType[\"ADDON_TYPE_LSP\"] = 2] = \"ADDON_TYPE_LSP\";\n AddonType[AddonType[\"ADDON_TYPE_YEXT_HEALTHCARE\"] = 3] = \"ADDON_TYPE_YEXT_HEALTHCARE\";\n AddonType[AddonType[\"ADDON_TYPE_BRING_YOUR_OWN_YEXT\"] = 4] = \"ADDON_TYPE_BRING_YOUR_OWN_YEXT\";\n AddonType[AddonType[\"ADDON_TYPE_LISTING_SOURCE\"] = 5] = \"ADDON_TYPE_LISTING_SOURCE\";\n AddonType[AddonType[\"ADDON_TYPE_KEYWORD_TRACKING\"] = 6] = \"ADDON_TYPE_KEYWORD_TRACKING\";\n AddonType[AddonType[\"ADDON_TYPE_LSP_EXTENSION\"] = 7] = \"ADDON_TYPE_LSP_EXTENSION\";\n return AddonType;\n}(AddonType || {});\nvar ProviderType = /*#__PURE__*/function (ProviderType) {\n ProviderType[ProviderType[\"PROVIDER_TYPE_UNSPECIFIED\"] = 0] = \"PROVIDER_TYPE_UNSPECIFIED\";\n ProviderType[ProviderType[\"PROVIDER_TYPE_UBERALL\"] = 1] = \"PROVIDER_TYPE_UBERALL\";\n ProviderType[ProviderType[\"PROVIDER_TYPE_YEXT\"] = 2] = \"PROVIDER_TYPE_YEXT\";\n return ProviderType;\n}(ProviderType || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar AccuracyStatus = /*#__PURE__*/function (AccuracyStatus) {\n AccuracyStatus[AccuracyStatus[\"ACCURACY_STATUS_INVALID\"] = 0] = \"ACCURACY_STATUS_INVALID\";\n AccuracyStatus[AccuracyStatus[\"ACCURACY_STATUS_UNKNOWN\"] = 1] = \"ACCURACY_STATUS_UNKNOWN\";\n AccuracyStatus[AccuracyStatus[\"ACCURACY_STATUS_ACCURATE\"] = 2] = \"ACCURACY_STATUS_ACCURATE\";\n AccuracyStatus[AccuracyStatus[\"ACCURACY_STATUS_INACCURATE\"] = 3] = \"ACCURACY_STATUS_INACCURATE\";\n return AccuracyStatus;\n}(AccuracyStatus || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar Provider = /*#__PURE__*/function (Provider) {\n Provider[Provider[\"PROVIDER_UNSPECIFIED\"] = 0] = \"PROVIDER_UNSPECIFIED\";\n Provider[Provider[\"PROVIDER_UBERALL\"] = 1] = \"PROVIDER_UBERALL\";\n Provider[Provider[\"PROVIDER_YEXT\"] = 2] = \"PROVIDER_YEXT\";\n return Provider;\n}(Provider || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar DayOfWeek = /*#__PURE__*/function (DayOfWeek) {\n DayOfWeek[DayOfWeek[\"DAY_OF_WEEK_UNSPECIFIED\"] = 0] = \"DAY_OF_WEEK_UNSPECIFIED\";\n DayOfWeek[DayOfWeek[\"MONDAY\"] = 1] = \"MONDAY\";\n DayOfWeek[DayOfWeek[\"TUESDAY\"] = 2] = \"TUESDAY\";\n DayOfWeek[DayOfWeek[\"WEDNESDAY\"] = 3] = \"WEDNESDAY\";\n DayOfWeek[DayOfWeek[\"THURSDAY\"] = 4] = \"THURSDAY\";\n DayOfWeek[DayOfWeek[\"FRIDAY\"] = 5] = \"FRIDAY\";\n DayOfWeek[DayOfWeek[\"SATURDAY\"] = 6] = \"SATURDAY\";\n DayOfWeek[DayOfWeek[\"SUNDAY\"] = 7] = \"SUNDAY\";\n return DayOfWeek;\n}(DayOfWeek || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar ClosedStatus = /*#__PURE__*/function (ClosedStatus) {\n ClosedStatus[ClosedStatus[\"UNSPECIFIED\"] = 0] = \"UNSPECIFIED\";\n ClosedStatus[ClosedStatus[\"OPEN\"] = 1] = \"OPEN\";\n ClosedStatus[ClosedStatus[\"LIMITED\"] = 2] = \"LIMITED\";\n ClosedStatus[ClosedStatus[\"TEMPORARY\"] = 3] = \"TEMPORARY\";\n ClosedStatus[ClosedStatus[\"PERMANENT\"] = 4] = \"PERMANENT\";\n return ClosedStatus;\n}(ClosedStatus || {});\nvar HealthCareProfessionalInformationGender = /*#__PURE__*/function (HealthCareProfessionalInformationGender) {\n HealthCareProfessionalInformationGender[HealthCareProfessionalInformationGender[\"NotSpecified\"] = 0] = \"NotSpecified\";\n HealthCareProfessionalInformationGender[HealthCareProfessionalInformationGender[\"Female\"] = 1] = \"Female\";\n HealthCareProfessionalInformationGender[HealthCareProfessionalInformationGender[\"Male\"] = 2] = \"Male\";\n HealthCareProfessionalInformationGender[HealthCareProfessionalInformationGender[\"Other\"] = 3] = \"Other\";\n return HealthCareProfessionalInformationGender;\n}(HealthCareProfessionalInformationGender || {});\nvar IsAvailable = /*#__PURE__*/function (IsAvailable) {\n IsAvailable[IsAvailable[\"UNSET\"] = 0] = \"UNSET\";\n IsAvailable[IsAvailable[\"YES\"] = 1] = \"YES\";\n IsAvailable[IsAvailable[\"NO\"] = 2] = \"NO\";\n return IsAvailable;\n}(IsAvailable || {});\nvar HealthCareProfessionalInformationIsProvider = /*#__PURE__*/function (HealthCareProfessionalInformationIsProvider) {\n HealthCareProfessionalInformationIsProvider[HealthCareProfessionalInformationIsProvider[\"IsProviderNotSpecified\"] = 0] = \"IsProviderNotSpecified\";\n HealthCareProfessionalInformationIsProvider[HealthCareProfessionalInformationIsProvider[\"IsProviderTrue\"] = 1] = \"IsProviderTrue\";\n HealthCareProfessionalInformationIsProvider[HealthCareProfessionalInformationIsProvider[\"IsProviderFalse\"] = 2] = \"IsProviderFalse\";\n return HealthCareProfessionalInformationIsProvider;\n}(HealthCareProfessionalInformationIsProvider || {});\nvar LifecycleStage = /*#__PURE__*/function (LifecycleStage) {\n LifecycleStage[LifecycleStage[\"LIFECYCLE_STAGE_UNSET\"] = 0] = \"LIFECYCLE_STAGE_UNSET\";\n LifecycleStage[LifecycleStage[\"LIFECYCLE_STAGE_LEAD\"] = 1] = \"LIFECYCLE_STAGE_LEAD\";\n LifecycleStage[LifecycleStage[\"LIFECYCLE_STAGE_PROSPECT\"] = 2] = \"LIFECYCLE_STAGE_PROSPECT\";\n LifecycleStage[LifecycleStage[\"LIFECYCLE_STAGE_CUSTOMER\"] = 3] = \"LIFECYCLE_STAGE_CUSTOMER\";\n return LifecycleStage;\n}(LifecycleStage || {});\nvar MarketingClassification = /*#__PURE__*/function (MarketingClassification) {\n MarketingClassification[MarketingClassification[\"MARKETING_CLASSIFICATION_UNUSED\"] = 0] = \"MARKETING_CLASSIFICATION_UNUSED\";\n MarketingClassification[MarketingClassification[\"MARKETING_CLASSIFICATION_SMB\"] = 1] = \"MARKETING_CLASSIFICATION_SMB\";\n MarketingClassification[MarketingClassification[\"MARKETING_CLASSIFICATION_SPAM\"] = 2] = \"MARKETING_CLASSIFICATION_SPAM\";\n MarketingClassification[MarketingClassification[\"MARKETING_CLASSIFICATION_DUPLICATE\"] = 3] = \"MARKETING_CLASSIFICATION_DUPLICATE\";\n MarketingClassification[MarketingClassification[\"MARKETING_CLASSIFICATION_BLACKLISTED\"] = 4] = \"MARKETING_CLASSIFICATION_BLACKLISTED\";\n MarketingClassification[MarketingClassification[\"MARKETING_CLASSIFICATION_OUT_OF_MARKET\"] = 5] = \"MARKETING_CLASSIFICATION_OUT_OF_MARKET\";\n return MarketingClassification;\n}(MarketingClassification || {});\nvar RichDataPaymentMethods = /*#__PURE__*/function (RichDataPaymentMethods) {\n RichDataPaymentMethods[RichDataPaymentMethods[\"AMERICAN_EXPRESS\"] = 0] = \"AMERICAN_EXPRESS\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"ANDROID_PAY\"] = 1] = \"ANDROID_PAY\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"APPLE_PAY\"] = 2] = \"APPLE_PAY\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"CASH\"] = 3] = \"CASH\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"CHECK\"] = 4] = \"CHECK\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"DEBIT\"] = 5] = \"DEBIT\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"DINERS_CLUB\"] = 6] = \"DINERS_CLUB\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"DISCOVER\"] = 7] = \"DISCOVER\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"MASTERCARD\"] = 8] = \"MASTERCARD\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"PAYPAL\"] = 9] = \"PAYPAL\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"SAMSUNG_PAY\"] = 10] = \"SAMSUNG_PAY\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"STORE_CARD\"] = 11] = \"STORE_CARD\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"TRAVELERS_CHECK\"] = 12] = \"TRAVELERS_CHECK\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"VISA\"] = 13] = \"VISA\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"CCS\"] = 14] = \"CCS\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"SODEXO\"] = 15] = \"SODEXO\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"GOPAY\"] = 16] = \"GOPAY\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"V_PAY\"] = 17] = \"V_PAY\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"FINANCING\"] = 18] = \"FINANCING\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"INVOICE\"] = 19] = \"INVOICE\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"PAYSEC\"] = 20] = \"PAYSEC\";\n RichDataPaymentMethods[RichDataPaymentMethods[\"BITCOIN\"] = 21] = \"BITCOIN\";\n return RichDataPaymentMethods;\n}(RichDataPaymentMethods || {});\nvar ServiceAreaBusinessType = /*#__PURE__*/function (ServiceAreaBusinessType) {\n ServiceAreaBusinessType[ServiceAreaBusinessType[\"SERVICE_AREA_BUSINESS_TYPE_UNSPECIFIED\"] = 0] = \"SERVICE_AREA_BUSINESS_TYPE_UNSPECIFIED\";\n ServiceAreaBusinessType[ServiceAreaBusinessType[\"SERVICE_AREA_BUSINESS_TYPE_CUSTOMER_LOCATION_ONLY\"] = 1] = \"SERVICE_AREA_BUSINESS_TYPE_CUSTOMER_LOCATION_ONLY\";\n ServiceAreaBusinessType[ServiceAreaBusinessType[\"SERVICE_AREA_BUSINESS_TYPE_CUSTOMER_AND_BUSINESS_LOCATION\"] = 2] = \"SERVICE_AREA_BUSINESS_TYPE_CUSTOMER_AND_BUSINESS_LOCATION\";\n return ServiceAreaBusinessType;\n}(ServiceAreaBusinessType || {});\nvar SpecialHoursStatus = /*#__PURE__*/function (SpecialHoursStatus) {\n SpecialHoursStatus[SpecialHoursStatus[\"SPECIAL_HOURS_STATUS_INVALID\"] = 0] = \"SPECIAL_HOURS_STATUS_INVALID\";\n SpecialHoursStatus[SpecialHoursStatus[\"SPECIAL_HOURS_STATUS_OPEN\"] = 1] = \"SPECIAL_HOURS_STATUS_OPEN\";\n SpecialHoursStatus[SpecialHoursStatus[\"SPECIAL_HOURS_STATUS_CLOSED\"] = 2] = \"SPECIAL_HOURS_STATUS_CLOSED\";\n SpecialHoursStatus[SpecialHoursStatus[\"SPECIAL_HOURS_STATUS_UNCONFIRMED_HOLIDAY\"] = 3] = \"SPECIAL_HOURS_STATUS_UNCONFIRMED_HOLIDAY\";\n return SpecialHoursStatus;\n}(SpecialHoursStatus || {});\nvar ValueType = /*#__PURE__*/function (ValueType) {\n ValueType[ValueType[\"ATTRIBUTE_VALUE_TYPE_UNSPECIFIED\"] = 0] = \"ATTRIBUTE_VALUE_TYPE_UNSPECIFIED\";\n ValueType[ValueType[\"BOOL\"] = 1] = \"BOOL\";\n ValueType[ValueType[\"ENUM\"] = 2] = \"ENUM\";\n ValueType[ValueType[\"URL\"] = 3] = \"URL\";\n ValueType[ValueType[\"REPEATED_ENUM\"] = 4] = \"REPEATED_ENUM\";\n return ValueType;\n}(ValueType || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar UpdateOption = /*#__PURE__*/function (UpdateOption) {\n UpdateOption[UpdateOption[\"UPDATE_OPTION_UNSPECIFIED\"] = 0] = \"UPDATE_OPTION_UNSPECIFIED\";\n UpdateOption[UpdateOption[\"UPDATE_OPTION_IMPROVE_WRITING\"] = 1] = \"UPDATE_OPTION_IMPROVE_WRITING\";\n UpdateOption[UpdateOption[\"UPDATE_OPTION_SPELLING_AND_GRAMMAR\"] = 2] = \"UPDATE_OPTION_SPELLING_AND_GRAMMAR\";\n UpdateOption[UpdateOption[\"UPDATE_OPTION_MAKE_SHORTER\"] = 3] = \"UPDATE_OPTION_MAKE_SHORTER\";\n UpdateOption[UpdateOption[\"UPDATE_OPTION_OPTIMIZE_BY_KEYWORDS\"] = 4] = \"UPDATE_OPTION_OPTIMIZE_BY_KEYWORDS\";\n UpdateOption[UpdateOption[\"UPDATE_OPTION_CHANGE_TONE\"] = 5] = \"UPDATE_OPTION_CHANGE_TONE\";\n return UpdateOption;\n}(UpdateOption || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar AddonActivationAddonActivationStatus = /*#__PURE__*/function (AddonActivationAddonActivationStatus) {\n AddonActivationAddonActivationStatus[AddonActivationAddonActivationStatus[\"ACTIVATION_STATUS_NOT_SPECIFIED\"] = 0] = \"ACTIVATION_STATUS_NOT_SPECIFIED\";\n AddonActivationAddonActivationStatus[AddonActivationAddonActivationStatus[\"ACTIVATION_STATUS_ACTIVATED\"] = 1] = \"ACTIVATION_STATUS_ACTIVATED\";\n AddonActivationAddonActivationStatus[AddonActivationAddonActivationStatus[\"ACTIVATION_STATUS_PENDING\"] = 2] = \"ACTIVATION_STATUS_PENDING\";\n AddonActivationAddonActivationStatus[AddonActivationAddonActivationStatus[\"ACTIVATION_STATUS_CANCELED\"] = 3] = \"ACTIVATION_STATUS_CANCELED\";\n AddonActivationAddonActivationStatus[AddonActivationAddonActivationStatus[\"ACTIVATION_STATUS_DEACTIVATED\"] = 4] = \"ACTIVATION_STATUS_DEACTIVATED\";\n return AddonActivationAddonActivationStatus;\n}(AddonActivationAddonActivationStatus || {});\nvar GBPClaimStatus = /*#__PURE__*/function (GBPClaimStatus) {\n GBPClaimStatus[GBPClaimStatus[\"GBP_CLAIM_STATUS_INVALID\"] = 0] = \"GBP_CLAIM_STATUS_INVALID\";\n GBPClaimStatus[GBPClaimStatus[\"GBP_CLAIM_STATUS_UNKNOWN\"] = 1] = \"GBP_CLAIM_STATUS_UNKNOWN\";\n GBPClaimStatus[GBPClaimStatus[\"GBP_CLAIM_STATUS_CLAIMED\"] = 2] = \"GBP_CLAIM_STATUS_CLAIMED\";\n GBPClaimStatus[GBPClaimStatus[\"GBP_CLAIM_STATUS_UNCLAIMED\"] = 3] = \"GBP_CLAIM_STATUS_UNCLAIMED\";\n return GBPClaimStatus;\n}(GBPClaimStatus || {});\nvar Vicinity = /*#__PURE__*/function (Vicinity) {\n Vicinity[Vicinity[\"VICINITY_UNDEFINED\"] = 0] = \"VICINITY_UNDEFINED\";\n Vicinity[Vicinity[\"VICINITY_CITY\"] = 1] = \"VICINITY_CITY\";\n Vicinity[Vicinity[\"VICINITY_A1\"] = 2] = \"VICINITY_A1\";\n Vicinity[Vicinity[\"VICINITY_A2\"] = 3] = \"VICINITY_A2\";\n Vicinity[Vicinity[\"VICINITY_A3\"] = 4] = \"VICINITY_A3\";\n Vicinity[Vicinity[\"VICINITY_A4\"] = 5] = \"VICINITY_A4\";\n Vicinity[Vicinity[\"VICINITY_A5\"] = 6] = \"VICINITY_A5\";\n Vicinity[Vicinity[\"VICINITY_B1\"] = 7] = \"VICINITY_B1\";\n Vicinity[Vicinity[\"VICINITY_B2\"] = 8] = \"VICINITY_B2\";\n Vicinity[Vicinity[\"VICINITY_B3\"] = 9] = \"VICINITY_B3\";\n Vicinity[Vicinity[\"VICINITY_B4\"] = 10] = \"VICINITY_B4\";\n Vicinity[Vicinity[\"VICINITY_B5\"] = 11] = \"VICINITY_B5\";\n Vicinity[Vicinity[\"VICINITY_C1\"] = 12] = \"VICINITY_C1\";\n Vicinity[Vicinity[\"VICINITY_C2\"] = 13] = \"VICINITY_C2\";\n Vicinity[Vicinity[\"VICINITY_C3\"] = 14] = \"VICINITY_C3\";\n Vicinity[Vicinity[\"VICINITY_C4\"] = 15] = \"VICINITY_C4\";\n Vicinity[Vicinity[\"VICINITY_C5\"] = 16] = \"VICINITY_C5\";\n Vicinity[Vicinity[\"VICINITY_D1\"] = 17] = \"VICINITY_D1\";\n Vicinity[Vicinity[\"VICINITY_D2\"] = 18] = \"VICINITY_D2\";\n Vicinity[Vicinity[\"VICINITY_D3\"] = 19] = \"VICINITY_D3\";\n Vicinity[Vicinity[\"VICINITY_D4\"] = 20] = \"VICINITY_D4\";\n Vicinity[Vicinity[\"VICINITY_D5\"] = 21] = \"VICINITY_D5\";\n Vicinity[Vicinity[\"VICINITY_E1\"] = 22] = \"VICINITY_E1\";\n Vicinity[Vicinity[\"VICINITY_E2\"] = 23] = \"VICINITY_E2\";\n Vicinity[Vicinity[\"VICINITY_E3\"] = 24] = \"VICINITY_E3\";\n Vicinity[Vicinity[\"VICINITY_E4\"] = 25] = \"VICINITY_E4\";\n Vicinity[Vicinity[\"VICINITY_E5\"] = 26] = \"VICINITY_E5\";\n return Vicinity;\n}(Vicinity || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums Index.\n// *********************************\n\nfunction enumStringToValue$e(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass FieldMask {\n static fromProto(proto) {\n let m = new FieldMask();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.paths !== 'undefined') {\n toReturn['paths'] = this.paths;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$d(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass AddonAttributes {\n static fromProto(proto) {\n let m = new AddonAttributes();\n m = Object.assign(m, proto);\n if (proto.addonType) {\n m.addonType = enumStringToValue$d(AddonType, proto.addonType);\n }\n if (proto.providerType) {\n m.providerType = enumStringToValue$d(ProviderType, proto.providerType);\n }\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.addonType !== 'undefined') {\n toReturn['addonType'] = this.addonType;\n }\n if (typeof this.providerType !== 'undefined') {\n toReturn['providerType'] = this.providerType;\n }\n if (typeof this.providerPlanId !== 'undefined') {\n toReturn['providerPlanId'] = this.providerPlanId;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n return toReturn;\n }\n}\nclass GetMultiAddonAttributesResponseAddonAttributesEntry {\n static fromProto(proto) {\n let m = new GetMultiAddonAttributesResponseAddonAttributesEntry();\n m = Object.assign(m, proto);\n if (proto.value) {\n m.value = AddonAttributes.fromProto(proto.value);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\n }\n if (typeof this.value !== 'undefined' && this.value !== null) {\n toReturn['value'] = 'toApiJson' in this.value ? this.value.toApiJson() : this.value;\n }\n return toReturn;\n }\n}\nclass CreateAddonAttributesRequest {\n static fromProto(proto) {\n let m = new CreateAddonAttributesRequest();\n m = Object.assign(m, proto);\n if (proto.addonAttributes) {\n m.addonAttributes = AddonAttributes.fromProto(proto.addonAttributes);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n if (typeof this.addonAttributes !== 'undefined' && this.addonAttributes !== null) {\n toReturn['addonAttributes'] = 'toApiJson' in this.addonAttributes ? this.addonAttributes.toApiJson() : this.addonAttributes;\n }\n return toReturn;\n }\n}\nclass DeleteAddonAttributesRequest {\n static fromProto(proto) {\n let m = new DeleteAddonAttributesRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n return toReturn;\n }\n}\nclass GetAddonAttributesRequest {\n static fromProto(proto) {\n let m = new GetAddonAttributesRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n return toReturn;\n }\n}\nclass GetAddonAttributesResponse {\n static fromProto(proto) {\n let m = new GetAddonAttributesResponse();\n m = Object.assign(m, proto);\n if (proto.addonAttributes) {\n m.addonAttributes = AddonAttributes.fromProto(proto.addonAttributes);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n if (typeof this.addonAttributes !== 'undefined' && this.addonAttributes !== null) {\n toReturn['addonAttributes'] = 'toApiJson' in this.addonAttributes ? this.addonAttributes.toApiJson() : this.addonAttributes;\n }\n return toReturn;\n }\n}\nclass GetMultiAddonAttributesRequest {\n static fromProto(proto) {\n let m = new GetMultiAddonAttributesRequest();\n m = Object.assign(m, proto);\n if (proto.addonTypes) {\n m.addonTypes = proto.addonTypes.map(v => enumStringToValue$d(AddonType, v));\n }\n if (proto.providerTypes) {\n m.providerTypes = proto.providerTypes.map(v => enumStringToValue$d(ProviderType, v));\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.addonIds !== 'undefined') {\n toReturn['addonIds'] = this.addonIds;\n }\n if (typeof this.addonTypes !== 'undefined') {\n toReturn['addonTypes'] = this.addonTypes;\n }\n if (typeof this.providerTypes !== 'undefined') {\n toReturn['providerTypes'] = this.providerTypes;\n }\n return toReturn;\n }\n}\nclass GetMultiAddonAttributesResponse {\n static fromProto(proto) {\n let m = new GetMultiAddonAttributesResponse();\n m = Object.assign(m, proto);\n if (proto.addonAttributes) {\n m.addonAttributes = Object.keys(proto.addonAttributes).reduce((obj, k) => {\n obj[k] = AddonAttributes.fromProto(proto.addonAttributes[k]);\n return obj;\n }, {});\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.addonAttributes !== 'undefined' && this.addonAttributes !== null) {\n toReturn['addonAttributes'] = 'toApiJson' in this.addonAttributes ? this.addonAttributes.toApiJson() : this.addonAttributes;\n }\n return toReturn;\n }\n}\nclass UpdateAddonAttributesRequest {\n static fromProto(proto) {\n let m = new UpdateAddonAttributesRequest();\n m = Object.assign(m, proto);\n if (proto.addonAttributes) {\n m.addonAttributes = AddonAttributes.fromProto(proto.addonAttributes);\n }\n if (proto.fieldMask) {\n m.fieldMask = FieldMask.fromProto(proto.fieldMask);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n if (typeof this.addonAttributes !== 'undefined' && this.addonAttributes !== null) {\n toReturn['addonAttributes'] = 'toApiJson' in this.addonAttributes ? this.addonAttributes.toApiJson() : this.addonAttributes;\n }\n if (typeof this.fieldMask !== 'undefined' && this.fieldMask !== null) {\n toReturn['fieldMask'] = 'toApiJson' in this.fieldMask ? this.fieldMask.toApiJson() : this.fieldMask;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$c(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass Access {\n static fromProto(proto) {\n let m = new Access();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.scope !== 'undefined') {\n toReturn['scope'] = this.scope;\n }\n if (typeof this.public !== 'undefined') {\n toReturn['public'] = this.public;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$b(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass GetGoogleMyBusinessInsightsDataBucketedRequest {\n static fromProto(proto) {\n let m = new GetGoogleMyBusinessInsightsDataBucketedRequest();\n m = Object.assign(m, proto);\n if (proto.startDate) {\n m.startDate = new Date(proto.startDate);\n }\n if (proto.endDate) {\n m.endDate = new Date(proto.endDate);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.startDate !== 'undefined' && this.startDate !== null) {\n toReturn['startDate'] = 'toApiJson' in this.startDate ? this.startDate.toApiJson() : this.startDate;\n }\n if (typeof this.endDate !== 'undefined' && this.endDate !== null) {\n toReturn['endDate'] = 'toApiJson' in this.endDate ? this.endDate.toApiJson() : this.endDate;\n }\n return toReturn;\n }\n}\nclass GetGoogleMyBusinessInsightsDataBucketedResponse {\n static fromProto(proto) {\n let m = new GetGoogleMyBusinessInsightsDataBucketedResponse();\n m = Object.assign(m, proto);\n if (proto.actionsDrivingDirections) {\n m.actionsDrivingDirections = InsightBucketed.fromProto(proto.actionsDrivingDirections);\n }\n if (proto.actionsPhone) {\n m.actionsPhone = InsightBucketed.fromProto(proto.actionsPhone);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.actionsDrivingDirections !== 'undefined' && this.actionsDrivingDirections !== null) {\n toReturn['actionsDrivingDirections'] = 'toApiJson' in this.actionsDrivingDirections ? this.actionsDrivingDirections.toApiJson() : this.actionsDrivingDirections;\n }\n if (typeof this.actionsPhone !== 'undefined' && this.actionsPhone !== null) {\n toReturn['actionsPhone'] = 'toApiJson' in this.actionsPhone ? this.actionsPhone.toApiJson() : this.actionsPhone;\n }\n return toReturn;\n }\n}\nclass GetGoogleMyBusinessInsightsDataRequest {\n static fromProto(proto) {\n let m = new GetGoogleMyBusinessInsightsDataRequest();\n m = Object.assign(m, proto);\n if (proto.startDate) {\n m.startDate = new Date(proto.startDate);\n }\n if (proto.endDate) {\n m.endDate = new Date(proto.endDate);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.startDate !== 'undefined' && this.startDate !== null) {\n toReturn['startDate'] = 'toApiJson' in this.startDate ? this.startDate.toApiJson() : this.startDate;\n }\n if (typeof this.endDate !== 'undefined' && this.endDate !== null) {\n toReturn['endDate'] = 'toApiJson' in this.endDate ? this.endDate.toApiJson() : this.endDate;\n }\n return toReturn;\n }\n}\nclass GetGoogleMyBusinessInsightsDataResponse {\n static fromProto(proto) {\n let m = new GetGoogleMyBusinessInsightsDataResponse();\n m = Object.assign(m, proto);\n if (proto.actionsDrivingDirections) {\n m.actionsDrivingDirections = proto.actionsDrivingDirections.map(Insight.fromProto);\n }\n if (proto.actionsPhone) {\n m.actionsPhone = proto.actionsPhone.map(Insight.fromProto);\n }\n if (proto.actionsWebsite) {\n m.actionsWebsite = proto.actionsWebsite.map(Insight.fromProto);\n }\n if (proto.localPostActionsCallToAction) {\n m.localPostActionsCallToAction = proto.localPostActionsCallToAction.map(Insight.fromProto);\n }\n if (proto.localPostViewsSearch) {\n m.localPostViewsSearch = proto.localPostViewsSearch.map(Insight.fromProto);\n }\n if (proto.photosCountCustomers) {\n m.photosCountCustomers = proto.photosCountCustomers.map(Insight.fromProto);\n }\n if (proto.photosCountMerchant) {\n m.photosCountMerchant = proto.photosCountMerchant.map(Insight.fromProto);\n }\n if (proto.photosViewsCustomers) {\n m.photosViewsCustomers = proto.photosViewsCustomers.map(Insight.fromProto);\n }\n if (proto.photosViewsMerchant) {\n m.photosViewsMerchant = proto.photosViewsMerchant.map(Insight.fromProto);\n }\n if (proto.queriesChain) {\n m.queriesChain = proto.queriesChain.map(Insight.fromProto);\n }\n if (proto.queriesDirect) {\n m.queriesDirect = proto.queriesDirect.map(Insight.fromProto);\n }\n if (proto.queriesIndirect) {\n m.queriesIndirect = proto.queriesIndirect.map(Insight.fromProto);\n }\n if (proto.viewsMaps) {\n m.viewsMaps = proto.viewsMaps.map(Insight.fromProto);\n }\n if (proto.viewsSearch) {\n m.viewsSearch = proto.viewsSearch.map(Insight.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.actionsDrivingDirections !== 'undefined' && this.actionsDrivingDirections !== null) {\n toReturn['actionsDrivingDirections'] = 'toApiJson' in this.actionsDrivingDirections ? this.actionsDrivingDirections.toApiJson() : this.actionsDrivingDirections;\n }\n if (typeof this.actionsPhone !== 'undefined' && this.actionsPhone !== null) {\n toReturn['actionsPhone'] = 'toApiJson' in this.actionsPhone ? this.actionsPhone.toApiJson() : this.actionsPhone;\n }\n if (typeof this.actionsWebsite !== 'undefined' && this.actionsWebsite !== null) {\n toReturn['actionsWebsite'] = 'toApiJson' in this.actionsWebsite ? this.actionsWebsite.toApiJson() : this.actionsWebsite;\n }\n if (typeof this.localPostActionsCallToAction !== 'undefined' && this.localPostActionsCallToAction !== null) {\n toReturn['localPostActionsCallToAction'] = 'toApiJson' in this.localPostActionsCallToAction ? this.localPostActionsCallToAction.toApiJson() : this.localPostActionsCallToAction;\n }\n if (typeof this.localPostViewsSearch !== 'undefined' && this.localPostViewsSearch !== null) {\n toReturn['localPostViewsSearch'] = 'toApiJson' in this.localPostViewsSearch ? this.localPostViewsSearch.toApiJson() : this.localPostViewsSearch;\n }\n if (typeof this.photosCountCustomers !== 'undefined' && this.photosCountCustomers !== null) {\n toReturn['photosCountCustomers'] = 'toApiJson' in this.photosCountCustomers ? this.photosCountCustomers.toApiJson() : this.photosCountCustomers;\n }\n if (typeof this.photosCountMerchant !== 'undefined' && this.photosCountMerchant !== null) {\n toReturn['photosCountMerchant'] = 'toApiJson' in this.photosCountMerchant ? this.photosCountMerchant.toApiJson() : this.photosCountMerchant;\n }\n if (typeof this.photosViewsCustomers !== 'undefined' && this.photosViewsCustomers !== null) {\n toReturn['photosViewsCustomers'] = 'toApiJson' in this.photosViewsCustomers ? this.photosViewsCustomers.toApiJson() : this.photosViewsCustomers;\n }\n if (typeof this.photosViewsMerchant !== 'undefined' && this.photosViewsMerchant !== null) {\n toReturn['photosViewsMerchant'] = 'toApiJson' in this.photosViewsMerchant ? this.photosViewsMerchant.toApiJson() : this.photosViewsMerchant;\n }\n if (typeof this.queriesChain !== 'undefined' && this.queriesChain !== null) {\n toReturn['queriesChain'] = 'toApiJson' in this.queriesChain ? this.queriesChain.toApiJson() : this.queriesChain;\n }\n if (typeof this.queriesDirect !== 'undefined' && this.queriesDirect !== null) {\n toReturn['queriesDirect'] = 'toApiJson' in this.queriesDirect ? this.queriesDirect.toApiJson() : this.queriesDirect;\n }\n if (typeof this.queriesIndirect !== 'undefined' && this.queriesIndirect !== null) {\n toReturn['queriesIndirect'] = 'toApiJson' in this.queriesIndirect ? this.queriesIndirect.toApiJson() : this.queriesIndirect;\n }\n if (typeof this.viewsMaps !== 'undefined' && this.viewsMaps !== null) {\n toReturn['viewsMaps'] = 'toApiJson' in this.viewsMaps ? this.viewsMaps.toApiJson() : this.viewsMaps;\n }\n if (typeof this.viewsSearch !== 'undefined' && this.viewsSearch !== null) {\n toReturn['viewsSearch'] = 'toApiJson' in this.viewsSearch ? this.viewsSearch.toApiJson() : this.viewsSearch;\n }\n return toReturn;\n }\n}\nclass Insight {\n static fromProto(proto) {\n let m = new Insight();\n m = Object.assign(m, proto);\n if (proto.date) {\n m.date = new Date(proto.date);\n }\n if (proto.value) {\n m.value = parseInt(proto.value, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.date !== 'undefined' && this.date !== null) {\n toReturn['date'] = 'toApiJson' in this.date ? this.date.toApiJson() : this.date;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nclass InsightBucket {\n static fromProto(proto) {\n let m = new InsightBucket();\n m = Object.assign(m, proto);\n if (proto.value) {\n m.value = parseInt(proto.value, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n if (typeof this.bucketLabel !== 'undefined') {\n toReturn['bucketLabel'] = this.bucketLabel;\n }\n return toReturn;\n }\n}\nclass InsightBucketed {\n static fromProto(proto) {\n let m = new InsightBucketed();\n m = Object.assign(m, proto);\n if (proto.buckets) {\n m.buckets = proto.buckets.map(InsightBucket.fromProto);\n }\n if (proto.totalAcrossBuckets) {\n m.totalAcrossBuckets = parseInt(proto.totalAcrossBuckets, 10);\n }\n if (proto.totalChangeAcrossBuckets) {\n m.totalChangeAcrossBuckets = parseInt(proto.totalChangeAcrossBuckets, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.buckets !== 'undefined' && this.buckets !== null) {\n toReturn['buckets'] = 'toApiJson' in this.buckets ? this.buckets.toApiJson() : this.buckets;\n }\n if (typeof this.totalAcrossBuckets !== 'undefined') {\n toReturn['totalAcrossBuckets'] = this.totalAcrossBuckets;\n }\n if (typeof this.totalChangeAcrossBuckets !== 'undefined') {\n toReturn['totalChangeAcrossBuckets'] = this.totalChangeAcrossBuckets;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$a(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass AnchorData {\n static fromProto(proto) {\n let m = new AnchorData();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.website !== 'undefined') {\n toReturn['website'] = this.website;\n }\n if (typeof this.city !== 'undefined') {\n toReturn['city'] = this.city;\n }\n if (typeof this.zip !== 'undefined') {\n toReturn['zip'] = this.zip;\n }\n if (typeof this.companyName !== 'undefined') {\n toReturn['companyName'] = this.companyName;\n }\n if (typeof this.country !== 'undefined') {\n toReturn['country'] = this.country;\n }\n if (typeof this.phone !== 'undefined') {\n toReturn['phone'] = this.phone;\n }\n if (typeof this.state !== 'undefined') {\n toReturn['state'] = this.state;\n }\n if (typeof this.address !== 'undefined') {\n toReturn['address'] = this.address;\n }\n return toReturn;\n }\n}\nclass AnchorDataMatches {\n static fromProto(proto) {\n let m = new AnchorDataMatches();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.website !== 'undefined') {\n toReturn['website'] = this.website;\n }\n if (typeof this.city !== 'undefined') {\n toReturn['city'] = this.city;\n }\n if (typeof this.zip !== 'undefined') {\n toReturn['zip'] = this.zip;\n }\n if (typeof this.companyName !== 'undefined') {\n toReturn['companyName'] = this.companyName;\n }\n if (typeof this.country !== 'undefined') {\n toReturn['country'] = this.country;\n }\n if (typeof this.phone !== 'undefined') {\n toReturn['phone'] = this.phone;\n }\n if (typeof this.state !== 'undefined') {\n toReturn['state'] = this.state;\n }\n if (typeof this.address !== 'undefined') {\n toReturn['address'] = this.address;\n }\n return toReturn;\n }\n}\nclass FetchAndSubmitSourceURLsToCSRequest {\n static fromProto(proto) {\n let m = new FetchAndSubmitSourceURLsToCSRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.vendorIds !== 'undefined') {\n toReturn['vendorIds'] = this.vendorIds;\n }\n return toReturn;\n }\n}\nclass GetSyndicationInfoRequest {\n static fromProto(proto) {\n let m = new GetSyndicationInfoRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.vendorId !== 'undefined') {\n toReturn['vendorId'] = this.vendorId;\n }\n return toReturn;\n }\n}\nclass GetSyndicationInfoResponse {\n static fromProto(proto) {\n let m = new GetSyndicationInfoResponse();\n m = Object.assign(m, proto);\n if (proto.syndicationInfo) {\n m.syndicationInfo = proto.syndicationInfo.map(SyndicationInfo.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.syndicationInfo !== 'undefined' && this.syndicationInfo !== null) {\n toReturn['syndicationInfo'] = 'toApiJson' in this.syndicationInfo ? this.syndicationInfo.toApiJson() : this.syndicationInfo;\n }\n return toReturn;\n }\n}\nclass SourceAccuracy {\n static fromProto(proto) {\n let m = new SourceAccuracy();\n m = Object.assign(m, proto);\n if (proto.anchorData) {\n m.anchorData = AnchorData.fromProto(proto.anchorData);\n }\n if (proto.anchorDataMatches) {\n m.anchorDataMatches = AnchorDataMatches.fromProto(proto.anchorDataMatches);\n }\n if (proto.status) {\n m.status = enumStringToValue$a(AccuracyStatus, proto.status);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.anchorData !== 'undefined' && this.anchorData !== null) {\n toReturn['anchorData'] = 'toApiJson' in this.anchorData ? this.anchorData.toApiJson() : this.anchorData;\n }\n if (typeof this.anchorDataMatches !== 'undefined' && this.anchorDataMatches !== null) {\n toReturn['anchorDataMatches'] = 'toApiJson' in this.anchorDataMatches ? this.anchorDataMatches.toApiJson() : this.anchorDataMatches;\n }\n if (typeof this.status !== 'undefined') {\n toReturn['status'] = this.status;\n }\n return toReturn;\n }\n}\nclass SubmitTurboListerRequest {\n static fromProto(proto) {\n let m = new SubmitTurboListerRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.vendorId !== 'undefined') {\n toReturn['vendorId'] = this.vendorId;\n }\n if (typeof this.force !== 'undefined') {\n toReturn['force'] = this.force;\n }\n return toReturn;\n }\n}\nclass SubmitTurboListerResponse {\n static fromProto(proto) {\n let m = new SubmitTurboListerResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.rejectedReason !== 'undefined') {\n toReturn['rejectedReason'] = this.rejectedReason;\n }\n return toReturn;\n }\n}\nclass SyndicationInfo {\n static fromProto(proto) {\n let m = new SyndicationInfo();\n m = Object.assign(m, proto);\n if (proto.lastAttempted) {\n m.lastAttempted = new Date(proto.lastAttempted);\n }\n if (proto.lastSucceeded) {\n m.lastSucceeded = new Date(proto.lastSucceeded);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.vendorId !== 'undefined') {\n toReturn['vendorId'] = this.vendorId;\n }\n if (typeof this.lastAttempted !== 'undefined' && this.lastAttempted !== null) {\n toReturn['lastAttempted'] = 'toApiJson' in this.lastAttempted ? this.lastAttempted.toApiJson() : this.lastAttempted;\n }\n if (typeof this.lastSucceeded !== 'undefined' && this.lastSucceeded !== null) {\n toReturn['lastSucceeded'] = 'toApiJson' in this.lastSucceeded ? this.lastSucceeded.toApiJson() : this.lastSucceeded;\n }\n if (typeof this.lastWorkflowUrl !== 'undefined') {\n toReturn['lastWorkflowUrl'] = this.lastWorkflowUrl;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$9(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass DeleteListingSourceRequest {\n static fromProto(proto) {\n let m = new DeleteListingSourceRequest();\n m = Object.assign(m, proto);\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n return toReturn;\n }\n}\nclass GetListingSourceByProviderIdRequest {\n static fromProto(proto) {\n let m = new GetListingSourceByProviderIdRequest();\n m = Object.assign(m, proto);\n if (proto.provider) {\n m.provider = enumStringToValue$9(Provider, proto.provider);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.provider !== 'undefined') {\n toReturn['provider'] = this.provider;\n }\n if (typeof this.id !== 'undefined') {\n toReturn['id'] = this.id;\n }\n return toReturn;\n }\n}\nclass GetListingSourceByProviderIdResponse {\n static fromProto(proto) {\n let m = new GetListingSourceByProviderIdResponse();\n m = Object.assign(m, proto);\n if (proto.source) {\n m.source = Source.fromProto(proto.source);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.source !== 'undefined' && this.source !== null) {\n toReturn['source'] = 'toApiJson' in this.source ? this.source.toApiJson() : this.source;\n }\n return toReturn;\n }\n}\nclass GetPartnerSourcesRequest {\n static fromProto(proto) {\n let m = new GetPartnerSourcesRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n return toReturn;\n }\n}\nclass GetPartnerSourcesResponse {\n static fromProto(proto) {\n let m = new GetPartnerSourcesResponse();\n m = Object.assign(m, proto);\n if (proto.sources) {\n m.sources = Object.keys(proto.sources).reduce((obj, k) => {\n obj[k] = Source.fromProto(proto.sources[k]);\n return obj;\n }, {});\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.sources !== 'undefined' && this.sources !== null) {\n toReturn['sources'] = 'toApiJson' in this.sources ? this.sources.toApiJson() : this.sources;\n }\n return toReturn;\n }\n}\nclass LocationOverride {\n static fromProto(proto) {\n let m = new LocationOverride();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.ignoredAnchorDataMatches !== 'undefined') {\n toReturn['ignoredAnchorDataMatches'] = this.ignoredAnchorDataMatches;\n }\n if (typeof this.submitListingValidationRegex !== 'undefined') {\n toReturn['submitListingValidationRegex'] = this.submitListingValidationRegex;\n }\n return toReturn;\n }\n}\nclass SourceLocationSpecificOverridesEntry {\n static fromProto(proto) {\n let m = new SourceLocationSpecificOverridesEntry();\n m = Object.assign(m, proto);\n if (proto.value) {\n m.value = LocationOverride.fromProto(proto.value);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\n }\n if (typeof this.value !== 'undefined' && this.value !== null) {\n toReturn['value'] = 'toApiJson' in this.value ? this.value.toApiJson() : this.value;\n }\n return toReturn;\n }\n}\nclass PartnerOverride {\n static fromProto(proto) {\n let m = new PartnerOverride();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.adminNotes !== 'undefined') {\n toReturn['adminNotes'] = this.adminNotes;\n }\n if (typeof this.createListingHtml !== 'undefined') {\n toReturn['createListingHtml'] = this.createListingHtml;\n }\n if (typeof this.claimListingHtml !== 'undefined') {\n toReturn['claimListingHtml'] = this.claimListingHtml;\n }\n if (typeof this.descriptionHtml !== 'undefined') {\n toReturn['descriptionHtml'] = this.descriptionHtml;\n }\n if (typeof this.editListingHtml !== 'undefined') {\n toReturn['editListingHtml'] = this.editListingHtml;\n }\n if (typeof this.editListingUrl !== 'undefined') {\n toReturn['editListingUrl'] = this.editListingUrl;\n }\n if (typeof this.iconClass16px !== 'undefined') {\n toReturn['iconClass16px'] = this.iconClass16px;\n }\n if (typeof this.iconClass32px !== 'undefined') {\n toReturn['iconClass32px'] = this.iconClass32px;\n }\n if (typeof this.iconClass50px !== 'undefined') {\n toReturn['iconClass50px'] = this.iconClass50px;\n }\n if (typeof this.iconUrl16px !== 'undefined') {\n toReturn['iconUrl16px'] = this.iconUrl16px;\n }\n if (typeof this.iconUrl32px !== 'undefined') {\n toReturn['iconUrl32px'] = this.iconUrl32px;\n }\n if (typeof this.iconUrl50px !== 'undefined') {\n toReturn['iconUrl50px'] = this.iconUrl50px;\n }\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n return toReturn;\n }\n}\nclass SourcePartnerSpecificOverridesEntry {\n static fromProto(proto) {\n let m = new SourcePartnerSpecificOverridesEntry();\n m = Object.assign(m, proto);\n if (proto.value) {\n m.value = PartnerOverride.fromProto(proto.value);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\n }\n if (typeof this.value !== 'undefined' && this.value !== null) {\n toReturn['value'] = 'toApiJson' in this.value ? this.value.toApiJson() : this.value;\n }\n return toReturn;\n }\n}\nclass Source {\n static fromProto(proto) {\n let m = new Source();\n m = Object.assign(m, proto);\n if (proto.locationSpecificOverrides) {\n m.locationSpecificOverrides = Object.keys(proto.locationSpecificOverrides).reduce((obj, k) => {\n obj[k] = LocationOverride.fromProto(proto.locationSpecificOverrides[k]);\n return obj;\n }, {});\n }\n if (proto.partnerSpecificOverrides) {\n m.partnerSpecificOverrides = Object.keys(proto.partnerSpecificOverrides).reduce((obj, k) => {\n obj[k] = PartnerOverride.fromProto(proto.partnerSpecificOverrides[k]);\n return obj;\n }, {});\n }\n if (proto.popularity) {\n m.popularity = parseInt(proto.popularity, 10);\n }\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.updated) {\n m.updated = new Date(proto.updated);\n }\n if (proto.deleted) {\n m.deleted = new Date(proto.deleted);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.adminNotes !== 'undefined') {\n toReturn['adminNotes'] = this.adminNotes;\n }\n if (typeof this.createListingHtml !== 'undefined') {\n toReturn['createListingHtml'] = this.createListingHtml;\n }\n if (typeof this.createListingUrl !== 'undefined') {\n toReturn['createListingUrl'] = this.createListingUrl;\n }\n if (typeof this.claimListingHtml !== 'undefined') {\n toReturn['claimListingHtml'] = this.claimListingHtml;\n }\n if (typeof this.descriptionHtml !== 'undefined') {\n toReturn['descriptionHtml'] = this.descriptionHtml;\n }\n if (typeof this.domains !== 'undefined') {\n toReturn['domains'] = this.domains;\n }\n if (typeof this.editListingHtml !== 'undefined') {\n toReturn['editListingHtml'] = this.editListingHtml;\n }\n if (typeof this.editListingUrl !== 'undefined') {\n toReturn['editListingUrl'] = this.editListingUrl;\n }\n if (typeof this.enabledFlag !== 'undefined') {\n toReturn['enabledFlag'] = this.enabledFlag;\n }\n if (typeof this.hasListingsFlag !== 'undefined') {\n toReturn['hasListingsFlag'] = this.hasListingsFlag;\n }\n if (typeof this.hasNoRatingsReviewsFlag !== 'undefined') {\n toReturn['hasNoRatingsReviewsFlag'] = this.hasNoRatingsReviewsFlag;\n }\n if (typeof this.hasReviewsFlag !== 'undefined') {\n toReturn['hasReviewsFlag'] = this.hasReviewsFlag;\n }\n if (typeof this.hasListingReporting !== 'undefined') {\n toReturn['hasListingReporting'] = this.hasListingReporting;\n }\n if (typeof this.lspIcon !== 'undefined') {\n toReturn['lspIcon'] = this.lspIcon;\n }\n if (typeof this.iconClass16px !== 'undefined') {\n toReturn['iconClass16px'] = this.iconClass16px;\n }\n if (typeof this.iconClass32px !== 'undefined') {\n toReturn['iconClass32px'] = this.iconClass32px;\n }\n if (typeof this.iconClass50px !== 'undefined') {\n toReturn['iconClass50px'] = this.iconClass50px;\n }\n if (typeof this.iconUrl16px !== 'undefined') {\n toReturn['iconUrl16px'] = this.iconUrl16px;\n }\n if (typeof this.iconUrl32px !== 'undefined') {\n toReturn['iconUrl32px'] = this.iconUrl32px;\n }\n if (typeof this.iconUrl50px !== 'undefined') {\n toReturn['iconUrl50px'] = this.iconUrl50px;\n }\n if (typeof this.isDirectlySubmittedSource !== 'undefined') {\n toReturn['isDirectlySubmittedSource'] = this.isDirectlySubmittedSource;\n }\n if (typeof this.isLdSource !== 'undefined') {\n toReturn['isLdSource'] = this.isLdSource;\n }\n if (typeof this.isLocationWhitelistedByDefaultFlag !== 'undefined') {\n toReturn['isLocationWhitelistedByDefaultFlag'] = this.isLocationWhitelistedByDefaultFlag;\n }\n if (typeof this.isPartnerWhitelistedByDefaultFlag !== 'undefined') {\n toReturn['isPartnerWhitelistedByDefaultFlag'] = this.isPartnerWhitelistedByDefaultFlag;\n }\n if (typeof this.isTaxonomyWhitelistedByDefaultFlag !== 'undefined') {\n toReturn['isTaxonomyWhitelistedByDefaultFlag'] = this.isTaxonomyWhitelistedByDefaultFlag;\n }\n if (typeof this.ignoredAnchorDataMatches !== 'undefined') {\n toReturn['ignoredAnchorDataMatches'] = this.ignoredAnchorDataMatches;\n }\n if (typeof this.locationBlacklist !== 'undefined') {\n toReturn['locationBlacklist'] = this.locationBlacklist;\n }\n if (typeof this.locationSpecificOverrides !== 'undefined' && this.locationSpecificOverrides !== null) {\n toReturn['locationSpecificOverrides'] = 'toApiJson' in this.locationSpecificOverrides ? this.locationSpecificOverrides.toApiJson() : this.locationSpecificOverrides;\n }\n if (typeof this.locationWhitelist !== 'undefined') {\n toReturn['locationWhitelist'] = this.locationWhitelist;\n }\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.partnerBlacklist !== 'undefined') {\n toReturn['partnerBlacklist'] = this.partnerBlacklist;\n }\n if (typeof this.partnerSpecificOverrides !== 'undefined' && this.partnerSpecificOverrides !== null) {\n toReturn['partnerSpecificOverrides'] = 'toApiJson' in this.partnerSpecificOverrides ? this.partnerSpecificOverrides.toApiJson() : this.partnerSpecificOverrides;\n }\n if (typeof this.partnerWhitelist !== 'undefined') {\n toReturn['partnerWhitelist'] = this.partnerWhitelist;\n }\n if (typeof this.popularity !== 'undefined') {\n toReturn['popularity'] = this.popularity;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n if (typeof this.sourceTypeId !== 'undefined') {\n toReturn['sourceTypeId'] = this.sourceTypeId;\n }\n if (typeof this.sourceTypeName !== 'undefined') {\n toReturn['sourceTypeName'] = this.sourceTypeName;\n }\n if (typeof this.submitListingHelpText !== 'undefined') {\n toReturn['submitListingHelpText'] = this.submitListingHelpText;\n }\n if (typeof this.submitListingValidationRegex !== 'undefined') {\n toReturn['submitListingValidationRegex'] = this.submitListingValidationRegex;\n }\n if (typeof this.supportsSubmittedListing !== 'undefined') {\n toReturn['supportsSubmittedListing'] = this.supportsSubmittedListing;\n }\n if (typeof this.taxonomyBlacklist !== 'undefined') {\n toReturn['taxonomyBlacklist'] = this.taxonomyBlacklist;\n }\n if (typeof this.taxonomyWhitelist !== 'undefined') {\n toReturn['taxonomyWhitelist'] = this.taxonomyWhitelist;\n }\n if (typeof this.uberallId !== 'undefined') {\n toReturn['uberallId'] = this.uberallId;\n }\n if (typeof this.yextId !== 'undefined') {\n toReturn['yextId'] = this.yextId;\n }\n if (typeof this.availableForServiceAreaBusiness !== 'undefined') {\n toReturn['availableForServiceAreaBusiness'] = this.availableForServiceAreaBusiness;\n }\n if (typeof this.created !== 'undefined' && this.created !== null) {\n toReturn['created'] = 'toApiJson' in this.created ? this.created.toApiJson() : this.created;\n }\n if (typeof this.updated !== 'undefined' && this.updated !== null) {\n toReturn['updated'] = 'toApiJson' in this.updated ? this.updated.toApiJson() : this.updated;\n }\n if (typeof this.deleted !== 'undefined' && this.deleted !== null) {\n toReturn['deleted'] = 'toApiJson' in this.deleted ? this.deleted.toApiJson() : this.deleted;\n }\n return toReturn;\n }\n}\nclass GetPartnerSourcesResponseSourcesEntry {\n static fromProto(proto) {\n let m = new GetPartnerSourcesResponseSourcesEntry();\n m = Object.assign(m, proto);\n if (proto.key) {\n m.key = parseInt(proto.key, 10);\n }\n if (proto.value) {\n m.value = Source.fromProto(proto.value);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\n }\n if (typeof this.value !== 'undefined' && this.value !== null) {\n toReturn['value'] = 'toApiJson' in this.value ? this.value.toApiJson() : this.value;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$8(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass GoogleDate {\n static fromProto(proto) {\n let m = new GoogleDate();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.year !== 'undefined') {\n toReturn['year'] = this.year;\n }\n if (typeof this.month !== 'undefined') {\n toReturn['month'] = this.month;\n }\n if (typeof this.day !== 'undefined') {\n toReturn['day'] = this.day;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$7(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass TimeOfDay {\n static fromProto(proto) {\n let m = new TimeOfDay();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.hours !== 'undefined') {\n toReturn['hours'] = this.hours;\n }\n if (typeof this.minutes !== 'undefined') {\n toReturn['minutes'] = this.minutes;\n }\n if (typeof this.seconds !== 'undefined') {\n toReturn['seconds'] = this.seconds;\n }\n if (typeof this.nanos !== 'undefined') {\n toReturn['nanos'] = this.nanos;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$6(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass ActivateAccounts {\n static fromProto(proto) {\n let m = new ActivateAccounts();\n m = Object.assign(m, proto);\n if (proto.activations) {\n m.activations = proto.activations.map(Activation.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.activations !== 'undefined' && this.activations !== null) {\n toReturn['activations'] = 'toApiJson' in this.activations ? this.activations.toApiJson() : this.activations;\n }\n return toReturn;\n }\n}\nclass Activation {\n static fromProto(proto) {\n let m = new Activation();\n m = Object.assign(m, proto);\n if (proto.appKey) {\n m.appKey = AppKey.fromProto(proto.appKey);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.appKey !== 'undefined' && this.appKey !== null) {\n toReturn['appKey'] = 'toApiJson' in this.appKey ? this.appKey.toApiJson() : this.appKey;\n }\n if (typeof this.isTrial !== 'undefined') {\n toReturn['isTrial'] = this.isTrial;\n }\n return toReturn;\n }\n}\nclass AppKey {\n static fromProto(proto) {\n let m = new AppKey();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.appId !== 'undefined') {\n toReturn['appId'] = this.appId;\n }\n if (typeof this.editionId !== 'undefined') {\n toReturn['editionId'] = this.editionId;\n }\n return toReturn;\n }\n}\nclass BingAttribute {\n static fromProto(proto) {\n let m = new BingAttribute();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nclass BingAttributeMetaData {\n static fromProto(proto) {\n let m = new BingAttributeMetaData();\n m = Object.assign(m, proto);\n if (proto.valueType) {\n m.valueType = enumStringToValue$6(ValueType, proto.valueType);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.parent !== 'undefined') {\n toReturn['parent'] = this.parent;\n }\n if (typeof this.valueType !== 'undefined') {\n toReturn['valueType'] = this.valueType;\n }\n if (typeof this.displayName !== 'undefined') {\n toReturn['displayName'] = this.displayName;\n }\n if (typeof this.repeatable !== 'undefined') {\n toReturn['repeatable'] = this.repeatable;\n }\n if (typeof this.valueDisplayNames !== 'undefined') {\n toReturn['valueDisplayNames'] = this.valueDisplayNames;\n }\n if (typeof this.values !== 'undefined') {\n toReturn['values'] = this.values;\n }\n return toReturn;\n }\n}\nclass BingAttributeMetaDataList {\n static fromProto(proto) {\n let m = new BingAttributeMetaDataList();\n m = Object.assign(m, proto);\n if (proto.bingAttributeMetadata) {\n m.bingAttributeMetadata = proto.bingAttributeMetadata.map(BingAttributeMetaData.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.bingAttributeMetadata !== 'undefined' && this.bingAttributeMetadata !== null) {\n toReturn['bingAttributeMetadata'] = 'toApiJson' in this.bingAttributeMetadata ? this.bingAttributeMetadata.toApiJson() : this.bingAttributeMetadata;\n }\n return toReturn;\n }\n}\nclass BingAttributes {\n static fromProto(proto) {\n let m = new BingAttributes();\n m = Object.assign(m, proto);\n if (proto.bingAttribute) {\n m.bingAttribute = proto.bingAttribute.map(BingAttribute.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.bingAttribute !== 'undefined' && this.bingAttribute !== null) {\n toReturn['bingAttribute'] = 'toApiJson' in this.bingAttribute ? this.bingAttribute.toApiJson() : this.bingAttribute;\n }\n return toReturn;\n }\n}\nclass BusinessHours {\n static fromProto(proto) {\n let m = new BusinessHours();\n m = Object.assign(m, proto);\n if (proto.regularHours) {\n m.regularHours = proto.regularHours.map(RegularHoursPeriod.fromProto);\n }\n if (proto.specialHours) {\n m.specialHours = proto.specialHours.map(SpecialHoursPeriod.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.hoursTypeId !== 'undefined') {\n toReturn['hoursTypeId'] = this.hoursTypeId;\n }\n if (typeof this.regularHours !== 'undefined' && this.regularHours !== null) {\n toReturn['regularHours'] = 'toApiJson' in this.regularHours ? this.regularHours.toApiJson() : this.regularHours;\n }\n if (typeof this.specialHours !== 'undefined' && this.specialHours !== null) {\n toReturn['specialHours'] = 'toApiJson' in this.specialHours ? this.specialHours.toApiJson() : this.specialHours;\n }\n return toReturn;\n }\n}\nclass CompetitorLocation {\n static fromProto(proto) {\n let m = new CompetitorLocation();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.url !== 'undefined') {\n toReturn['url'] = this.url;\n }\n if (typeof this.placeId !== 'undefined') {\n toReturn['placeId'] = this.placeId;\n }\n return toReturn;\n }\n}\nclass ConditionalField {\n static fromProto(proto) {\n let m = new ConditionalField();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.id !== 'undefined') {\n toReturn['id'] = this.id;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nclass CreateCompetitors {\n static fromProto(proto) {\n let m = new CreateCompetitors();\n m = Object.assign(m, proto);\n if (proto.location) {\n m.location = proto.location.map(CompetitorLocation.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.location !== 'undefined' && this.location !== null) {\n toReturn['location'] = 'toApiJson' in this.location ? this.location.toApiJson() : this.location;\n }\n return toReturn;\n }\n}\nclass CreateListingProfileRequest {\n static fromProto(proto) {\n let m = new CreateListingProfileRequest();\n m = Object.assign(m, proto);\n if (proto.nap) {\n m.nap = Location.fromProto(proto.nap);\n }\n if (proto.updateOperations) {\n m.updateOperations = proto.updateOperations.map(UpdateOperation.fromProto);\n }\n if (proto.createOperations) {\n m.createOperations = proto.createOperations.map(CreateOperation.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.nap !== 'undefined' && this.nap !== null) {\n toReturn['nap'] = 'toApiJson' in this.nap ? this.nap.toApiJson() : this.nap;\n }\n if (typeof this.businessLocationId !== 'undefined') {\n toReturn['businessLocationId'] = this.businessLocationId;\n }\n if (typeof this.updateOperations !== 'undefined' && this.updateOperations !== null) {\n toReturn['updateOperations'] = 'toApiJson' in this.updateOperations ? this.updateOperations.toApiJson() : this.updateOperations;\n }\n if (typeof this.createOperations !== 'undefined' && this.createOperations !== null) {\n toReturn['createOperations'] = 'toApiJson' in this.createOperations ? this.createOperations.toApiJson() : this.createOperations;\n }\n return toReturn;\n }\n}\nclass CreateListingProfileResponse {\n static fromProto(proto) {\n let m = new CreateListingProfileResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass CreateOperation {\n static fromProto(proto) {\n let m = new CreateOperation();\n m = Object.assign(m, proto);\n if (proto.activateAccounts) {\n m.activateAccounts = ActivateAccounts.fromProto(proto.activateAccounts);\n }\n if (proto.createCompetitors) {\n m.createCompetitors = CreateCompetitors.fromProto(proto.createCompetitors);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.activateAccounts !== 'undefined' && this.activateAccounts !== null) {\n toReturn['activateAccounts'] = 'toApiJson' in this.activateAccounts ? this.activateAccounts.toApiJson() : this.activateAccounts;\n }\n if (typeof this.createCompetitors !== 'undefined' && this.createCompetitors !== null) {\n toReturn['createCompetitors'] = 'toApiJson' in this.createCompetitors ? this.createCompetitors.toApiJson() : this.createCompetitors;\n }\n return toReturn;\n }\n}\nclass DeleteListingProfileRequest {\n static fromProto(proto) {\n let m = new DeleteListingProfileRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass DoctorDotComCategory {\n static fromProto(proto) {\n let m = new DoctorDotComCategory();\n m = Object.assign(m, proto);\n if (proto.id) {\n m.id = parseInt(proto.id, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.id !== 'undefined') {\n toReturn['id'] = this.id;\n }\n if (typeof this.fullName !== 'undefined') {\n toReturn['fullName'] = this.fullName;\n }\n if (typeof this.nuccTaxonomyCode !== 'undefined') {\n toReturn['nuccTaxonomyCode'] = this.nuccTaxonomyCode;\n }\n return toReturn;\n }\n}\nclass ExternalIdentifiers {\n static fromProto(proto) {\n let m = new ExternalIdentifiers();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.taxIds !== 'undefined') {\n toReturn['taxIds'] = this.taxIds;\n }\n if (typeof this.vCategoryIds !== 'undefined') {\n toReturn['vCategoryIds'] = this.vCategoryIds;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.salesPersonId !== 'undefined') {\n toReturn['salesPersonId'] = this.salesPersonId;\n }\n if (typeof this.additionalSalesPersonIds !== 'undefined') {\n toReturn['additionalSalesPersonIds'] = this.additionalSalesPersonIds;\n }\n if (typeof this.tags !== 'undefined') {\n toReturn['tags'] = this.tags;\n }\n if (typeof this.customerIdentifier !== 'undefined') {\n toReturn['customerIdentifier'] = this.customerIdentifier;\n }\n if (typeof this.origin !== 'undefined') {\n toReturn['origin'] = this.origin;\n }\n if (typeof this.socialProfileId !== 'undefined') {\n toReturn['socialProfileId'] = this.socialProfileId;\n }\n if (typeof this.jobId !== 'undefined') {\n toReturn['jobId'] = this.jobId;\n }\n if (typeof this.actionLists !== 'undefined') {\n toReturn['actionLists'] = this.actionLists;\n }\n if (typeof this.updateOrigin !== 'undefined') {\n toReturn['updateOrigin'] = this.updateOrigin;\n }\n return toReturn;\n }\n}\nclass Geo {\n static fromProto(proto) {\n let m = new Geo();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.latitude !== 'undefined') {\n toReturn['latitude'] = this.latitude;\n }\n if (typeof this.longitude !== 'undefined') {\n toReturn['longitude'] = this.longitude;\n }\n return toReturn;\n }\n}\nclass GetAttributeMetadataRequest {\n static fromProto(proto) {\n let m = new GetAttributeMetadataRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.vendorId !== 'undefined') {\n toReturn['vendorId'] = this.vendorId;\n }\n if (typeof this.languageCode !== 'undefined') {\n toReturn['languageCode'] = this.languageCode;\n }\n return toReturn;\n }\n}\nclass GetAttributeMetadataResponse {\n static fromProto(proto) {\n let m = new GetAttributeMetadataResponse();\n m = Object.assign(m, proto);\n if (proto.attributeMedata) {\n m.attributeMedata = proto.attributeMedata.map(VendorAttributeMetaData.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.attributeMedata !== 'undefined' && this.attributeMedata !== null) {\n toReturn['attributeMedata'] = 'toApiJson' in this.attributeMedata ? this.attributeMedata.toApiJson() : this.attributeMedata;\n }\n return toReturn;\n }\n}\nclass GetMoreHoursTypesRequest {\n static fromProto(proto) {\n let m = new GetMoreHoursTypesRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.languageCode !== 'undefined') {\n toReturn['languageCode'] = this.languageCode;\n }\n return toReturn;\n }\n}\nclass GetMoreHoursTypesResponse {\n static fromProto(proto) {\n let m = new GetMoreHoursTypesResponse();\n m = Object.assign(m, proto);\n if (proto.moreHoursTypes) {\n m.moreHoursTypes = proto.moreHoursTypes.map(MoreHoursType.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.moreHoursTypes !== 'undefined' && this.moreHoursTypes !== null) {\n toReturn['moreHoursTypes'] = 'toApiJson' in this.moreHoursTypes ? this.moreHoursTypes.toApiJson() : this.moreHoursTypes;\n }\n return toReturn;\n }\n}\nclass GetMultiListingProfileRequest {\n static fromProto(proto) {\n let m = new GetMultiListingProfileRequest();\n m = Object.assign(m, proto);\n if (proto.projectionFilter) {\n m.projectionFilter = ProjectionFilter.fromProto(proto.projectionFilter);\n }\n if (proto.readFilter) {\n m.readFilter = ReadFilter.fromProto(proto.readFilter);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessIds !== 'undefined') {\n toReturn['businessIds'] = this.businessIds;\n }\n if (typeof this.projectionFilter !== 'undefined' && this.projectionFilter !== null) {\n toReturn['projectionFilter'] = 'toApiJson' in this.projectionFilter ? this.projectionFilter.toApiJson() : this.projectionFilter;\n }\n if (typeof this.readFilter !== 'undefined' && this.readFilter !== null) {\n toReturn['readFilter'] = 'toApiJson' in this.readFilter ? this.readFilter.toApiJson() : this.readFilter;\n }\n if (typeof this.languageCode !== 'undefined') {\n toReturn['languageCode'] = this.languageCode;\n }\n return toReturn;\n }\n}\nclass GetMultiListingProfileResponse {\n static fromProto(proto) {\n let m = new GetMultiListingProfileResponse();\n m = Object.assign(m, proto);\n if (proto.listingProfiles) {\n m.listingProfiles = proto.listingProfiles.map(GetMultiListingProfileResponseListingProfileContainer.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.listingProfiles !== 'undefined' && this.listingProfiles !== null) {\n toReturn['listingProfiles'] = 'toApiJson' in this.listingProfiles ? this.listingProfiles.toApiJson() : this.listingProfiles;\n }\n return toReturn;\n }\n}\nclass GoogleAttribute {\n static fromProto(proto) {\n let m = new GoogleAttribute();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nclass GoogleAttributeMetaData {\n static fromProto(proto) {\n let m = new GoogleAttributeMetaData();\n m = Object.assign(m, proto);\n if (proto.valueType) {\n m.valueType = enumStringToValue$6(ValueType, proto.valueType);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.parent !== 'undefined') {\n toReturn['parent'] = this.parent;\n }\n if (typeof this.valueType !== 'undefined') {\n toReturn['valueType'] = this.valueType;\n }\n if (typeof this.displayName !== 'undefined') {\n toReturn['displayName'] = this.displayName;\n }\n if (typeof this.repeatable !== 'undefined') {\n toReturn['repeatable'] = this.repeatable;\n }\n if (typeof this.valueDisplayNames !== 'undefined') {\n toReturn['valueDisplayNames'] = this.valueDisplayNames;\n }\n if (typeof this.values !== 'undefined') {\n toReturn['values'] = this.values;\n }\n return toReturn;\n }\n}\nclass GoogleAttributeMetaDataList {\n static fromProto(proto) {\n let m = new GoogleAttributeMetaDataList();\n m = Object.assign(m, proto);\n if (proto.googleAttributeMetadata) {\n m.googleAttributeMetadata = proto.googleAttributeMetadata.map(GoogleAttributeMetaData.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.googleAttributeMetadata !== 'undefined' && this.googleAttributeMetadata !== null) {\n toReturn['googleAttributeMetadata'] = 'toApiJson' in this.googleAttributeMetadata ? this.googleAttributeMetadata.toApiJson() : this.googleAttributeMetadata;\n }\n return toReturn;\n }\n}\nclass GoogleAttributes {\n static fromProto(proto) {\n let m = new GoogleAttributes();\n m = Object.assign(m, proto);\n if (proto.googleAttribute) {\n m.googleAttribute = proto.googleAttribute.map(GoogleAttribute.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.googleAttribute !== 'undefined' && this.googleAttribute !== null) {\n toReturn['googleAttribute'] = 'toApiJson' in this.googleAttribute ? this.googleAttribute.toApiJson() : this.googleAttribute;\n }\n return toReturn;\n }\n}\nclass GooglePlace {\n static fromProto(proto) {\n let m = new GooglePlace();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.placeId !== 'undefined') {\n toReturn['placeId'] = this.placeId;\n }\n if (typeof this.placeName !== 'undefined') {\n toReturn['placeName'] = this.placeName;\n }\n if (typeof this.city !== 'undefined') {\n toReturn['city'] = this.city;\n }\n return toReturn;\n }\n}\nclass HealthCareProfessionalInformation {\n static fromProto(proto) {\n let m = new HealthCareProfessionalInformation();\n m = Object.assign(m, proto);\n if (proto.dateOfBirth) {\n m.dateOfBirth = new Date(proto.dateOfBirth);\n }\n if (proto.gender) {\n m.gender = enumStringToValue$6(HealthCareProfessionalInformationGender, proto.gender);\n }\n if (proto.doctorDotComCategories) {\n m.doctorDotComCategories = proto.doctorDotComCategories.map(DoctorDotComCategory.fromProto);\n }\n if (proto.isProvider) {\n m.isProvider = enumStringToValue$6(HealthCareProfessionalInformationIsProvider, proto.isProvider);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.dateOfBirth !== 'undefined' && this.dateOfBirth !== null) {\n toReturn['dateOfBirth'] = 'toApiJson' in this.dateOfBirth ? this.dateOfBirth.toApiJson() : this.dateOfBirth;\n }\n if (typeof this.email !== 'undefined') {\n toReturn['email'] = this.email;\n }\n if (typeof this.fellowship !== 'undefined') {\n toReturn['fellowship'] = this.fellowship;\n }\n if (typeof this.firstName !== 'undefined') {\n toReturn['firstName'] = this.firstName;\n }\n if (typeof this.gender !== 'undefined') {\n toReturn['gender'] = this.gender;\n }\n if (typeof this.initials !== 'undefined') {\n toReturn['initials'] = this.initials;\n }\n if (typeof this.insurancesAccepted !== 'undefined') {\n toReturn['insurancesAccepted'] = this.insurancesAccepted;\n }\n if (typeof this.lastName !== 'undefined') {\n toReturn['lastName'] = this.lastName;\n }\n if (typeof this.medicalLicenseNumber !== 'undefined') {\n toReturn['medicalLicenseNumber'] = this.medicalLicenseNumber;\n }\n if (typeof this.nationalProviderIdentifier !== 'undefined') {\n toReturn['nationalProviderIdentifier'] = this.nationalProviderIdentifier;\n }\n if (typeof this.office !== 'undefined') {\n toReturn['office'] = this.office;\n }\n if (typeof this.professionalCredential !== 'undefined') {\n toReturn['professionalCredential'] = this.professionalCredential;\n }\n if (typeof this.residency !== 'undefined') {\n toReturn['residency'] = this.residency;\n }\n if (typeof this.school !== 'undefined') {\n toReturn['school'] = this.school;\n }\n if (typeof this.specialty !== 'undefined') {\n toReturn['specialty'] = this.specialty;\n }\n if (typeof this.standardizedTitle !== 'undefined') {\n toReturn['standardizedTitle'] = this.standardizedTitle;\n }\n if (typeof this.stateLicense !== 'undefined') {\n toReturn['stateLicense'] = this.stateLicense;\n }\n if (typeof this.isTakingPatients !== 'undefined') {\n toReturn['isTakingPatients'] = this.isTakingPatients;\n }\n if (typeof this.doctorDotComCategories !== 'undefined' && this.doctorDotComCategories !== null) {\n toReturn['doctorDotComCategories'] = 'toApiJson' in this.doctorDotComCategories ? this.doctorDotComCategories.toApiJson() : this.doctorDotComCategories;\n }\n if (typeof this.hospitalAffiliations !== 'undefined') {\n toReturn['hospitalAffiliations'] = this.hospitalAffiliations;\n }\n if (typeof this.isProvider !== 'undefined') {\n toReturn['isProvider'] = this.isProvider;\n }\n return toReturn;\n }\n}\nclass HoursOfOperation {\n static fromProto(proto) {\n let m = new HoursOfOperation();\n m = Object.assign(m, proto);\n if (proto.hoursOfOperation) {\n m.hoursOfOperation = proto.hoursOfOperation.map(HoursOfOperationSpan.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.hoursOfOperation !== 'undefined' && this.hoursOfOperation !== null) {\n toReturn['hoursOfOperation'] = 'toApiJson' in this.hoursOfOperation ? this.hoursOfOperation.toApiJson() : this.hoursOfOperation;\n }\n return toReturn;\n }\n}\nclass LegacyAPICreateRequest {\n static fromProto(proto) {\n let m = new LegacyAPICreateRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.args !== 'undefined') {\n toReturn['args'] = this.args;\n }\n return toReturn;\n }\n}\nclass LegacyAPIUpdateRequest {\n static fromProto(proto) {\n let m = new LegacyAPIUpdateRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.args !== 'undefined') {\n toReturn['args'] = this.args;\n }\n return toReturn;\n }\n}\nclass LegacyProductDetails {\n static fromProto(proto) {\n let m = new LegacyProductDetails();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.commonName !== 'undefined') {\n toReturn['commonName'] = this.commonName;\n }\n if (typeof this.adminNotes !== 'undefined') {\n toReturn['adminNotes'] = this.adminNotes;\n }\n if (typeof this.competitor !== 'undefined') {\n toReturn['competitor'] = this.competitor;\n }\n return toReturn;\n }\n}\nclass ListingProfile {\n static fromProto(proto) {\n let m = new ListingProfile();\n m = Object.assign(m, proto);\n if (proto.deleted) {\n m.deleted = new Date(proto.deleted);\n }\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.updated) {\n m.updated = new Date(proto.updated);\n }\n if (proto.version) {\n m.version = parseInt(proto.version, 10);\n }\n if (proto.externalIdentifiers) {\n m.externalIdentifiers = ExternalIdentifiers.fromProto(proto.externalIdentifiers);\n }\n if (proto.socialUrls) {\n m.socialUrls = SocialURLs.fromProto(proto.socialUrls);\n }\n if (proto.hoursOfOperation) {\n m.hoursOfOperation = HoursOfOperation.fromProto(proto.hoursOfOperation);\n }\n if (proto.richData) {\n m.richData = RichData.fromProto(proto.richData);\n }\n if (proto.napData) {\n m.napData = Location.fromProto(proto.napData);\n }\n if (proto.businessHours) {\n m.businessHours = proto.businessHours.map(BusinessHours.fromProto);\n }\n if (proto.googleAttributes) {\n m.googleAttributes = proto.googleAttributes.map(GoogleAttribute.fromProto);\n }\n if (proto.googleAttributesMetadata) {\n m.googleAttributesMetadata = proto.googleAttributesMetadata.map(GoogleAttributeMetaData.fromProto);\n }\n if (proto.moreHoursTypes) {\n m.moreHoursTypes = proto.moreHoursTypes.map(MoreHoursType.fromProto);\n }\n if (proto.bingAttributes) {\n m.bingAttributes = proto.bingAttributes.map(BingAttribute.fromProto);\n }\n if (proto.bingAttributesMetadata) {\n m.bingAttributesMetadata = proto.bingAttributesMetadata.map(BingAttributeMetaData.fromProto);\n }\n if (proto.legacyProductDetails) {\n m.legacyProductDetails = LegacyProductDetails.fromProto(proto.legacyProductDetails);\n }\n if (proto.marketingInfo) {\n m.marketingInfo = MarketingInfo.fromProto(proto.marketingInfo);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.deleted !== 'undefined' && this.deleted !== null) {\n toReturn['deleted'] = 'toApiJson' in this.deleted ? this.deleted.toApiJson() : this.deleted;\n }\n if (typeof this.created !== 'undefined' && this.created !== null) {\n toReturn['created'] = 'toApiJson' in this.created ? this.created.toApiJson() : this.created;\n }\n if (typeof this.updated !== 'undefined' && this.updated !== null) {\n toReturn['updated'] = 'toApiJson' in this.updated ? this.updated.toApiJson() : this.updated;\n }\n if (typeof this.version !== 'undefined') {\n toReturn['version'] = this.version;\n }\n if (typeof this.externalIdentifiers !== 'undefined' && this.externalIdentifiers !== null) {\n toReturn['externalIdentifiers'] = 'toApiJson' in this.externalIdentifiers ? this.externalIdentifiers.toApiJson() : this.externalIdentifiers;\n }\n if (typeof this.socialUrls !== 'undefined' && this.socialUrls !== null) {\n toReturn['socialUrls'] = 'toApiJson' in this.socialUrls ? this.socialUrls.toApiJson() : this.socialUrls;\n }\n if (typeof this.hoursOfOperation !== 'undefined' && this.hoursOfOperation !== null) {\n toReturn['hoursOfOperation'] = 'toApiJson' in this.hoursOfOperation ? this.hoursOfOperation.toApiJson() : this.hoursOfOperation;\n }\n if (typeof this.richData !== 'undefined' && this.richData !== null) {\n toReturn['richData'] = 'toApiJson' in this.richData ? this.richData.toApiJson() : this.richData;\n }\n if (typeof this.napData !== 'undefined' && this.napData !== null) {\n toReturn['napData'] = 'toApiJson' in this.napData ? this.napData.toApiJson() : this.napData;\n }\n if (typeof this.businessHours !== 'undefined' && this.businessHours !== null) {\n toReturn['businessHours'] = 'toApiJson' in this.businessHours ? this.businessHours.toApiJson() : this.businessHours;\n }\n if (typeof this.googleAttributes !== 'undefined' && this.googleAttributes !== null) {\n toReturn['googleAttributes'] = 'toApiJson' in this.googleAttributes ? this.googleAttributes.toApiJson() : this.googleAttributes;\n }\n if (typeof this.googleAttributesMetadata !== 'undefined' && this.googleAttributesMetadata !== null) {\n toReturn['googleAttributesMetadata'] = 'toApiJson' in this.googleAttributesMetadata ? this.googleAttributesMetadata.toApiJson() : this.googleAttributesMetadata;\n }\n if (typeof this.moreHoursTypes !== 'undefined' && this.moreHoursTypes !== null) {\n toReturn['moreHoursTypes'] = 'toApiJson' in this.moreHoursTypes ? this.moreHoursTypes.toApiJson() : this.moreHoursTypes;\n }\n if (typeof this.bingAttributes !== 'undefined' && this.bingAttributes !== null) {\n toReturn['bingAttributes'] = 'toApiJson' in this.bingAttributes ? this.bingAttributes.toApiJson() : this.bingAttributes;\n }\n if (typeof this.bingAttributesMetadata !== 'undefined' && this.bingAttributesMetadata !== null) {\n toReturn['bingAttributesMetadata'] = 'toApiJson' in this.bingAttributesMetadata ? this.bingAttributesMetadata.toApiJson() : this.bingAttributesMetadata;\n }\n if (typeof this.legacyProductDetails !== 'undefined' && this.legacyProductDetails !== null) {\n toReturn['legacyProductDetails'] = 'toApiJson' in this.legacyProductDetails ? this.legacyProductDetails.toApiJson() : this.legacyProductDetails;\n }\n if (typeof this.marketingInfo !== 'undefined' && this.marketingInfo !== null) {\n toReturn['marketingInfo'] = 'toApiJson' in this.marketingInfo ? this.marketingInfo.toApiJson() : this.marketingInfo;\n }\n return toReturn;\n }\n}\nclass GetMultiListingProfileResponseListingProfileContainer {\n static fromProto(proto) {\n let m = new GetMultiListingProfileResponseListingProfileContainer();\n m = Object.assign(m, proto);\n if (proto.listingProfile) {\n m.listingProfile = ListingProfile.fromProto(proto.listingProfile);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.listingProfile !== 'undefined' && this.listingProfile !== null) {\n toReturn['listingProfile'] = 'toApiJson' in this.listingProfile ? this.listingProfile.toApiJson() : this.listingProfile;\n }\n return toReturn;\n }\n}\nclass Location {\n static fromProto(proto) {\n let m = new Location();\n m = Object.assign(m, proto);\n if (proto.location) {\n m.location = Geo.fromProto(proto.location);\n }\n if (proto.serviceArea) {\n m.serviceArea = ServiceArea.fromProto(proto.serviceArea);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.companyName !== 'undefined') {\n toReturn['companyName'] = this.companyName;\n }\n if (typeof this.address !== 'undefined') {\n toReturn['address'] = this.address;\n }\n if (typeof this.address2 !== 'undefined') {\n toReturn['address2'] = this.address2;\n }\n if (typeof this.city !== 'undefined') {\n toReturn['city'] = this.city;\n }\n if (typeof this.state !== 'undefined') {\n toReturn['state'] = this.state;\n }\n if (typeof this.zip !== 'undefined') {\n toReturn['zip'] = this.zip;\n }\n if (typeof this.country !== 'undefined') {\n toReturn['country'] = this.country;\n }\n if (typeof this.website !== 'undefined') {\n toReturn['website'] = this.website;\n }\n if (typeof this.workNumber !== 'undefined') {\n toReturn['workNumber'] = this.workNumber;\n }\n if (typeof this.callTrackingNumber !== 'undefined') {\n toReturn['callTrackingNumber'] = this.callTrackingNumber;\n }\n if (typeof this.location !== 'undefined' && this.location !== null) {\n toReturn['location'] = 'toApiJson' in this.location ? this.location.toApiJson() : this.location;\n }\n if (typeof this.timezone !== 'undefined') {\n toReturn['timezone'] = this.timezone;\n }\n if (typeof this.serviceAreaBusiness !== 'undefined') {\n toReturn['serviceAreaBusiness'] = this.serviceAreaBusiness;\n }\n if (typeof this.serviceArea !== 'undefined' && this.serviceArea !== null) {\n toReturn['serviceArea'] = 'toApiJson' in this.serviceArea ? this.serviceArea.toApiJson() : this.serviceArea;\n }\n return toReturn;\n }\n}\nclass MarketingInfo {\n static fromProto(proto) {\n let m = new MarketingInfo();\n m = Object.assign(m, proto);\n if (proto.marketingClassification) {\n m.marketingClassification = enumStringToValue$6(MarketingClassification, proto.marketingClassification);\n }\n if (proto.lifecycleStage) {\n m.lifecycleStage = enumStringToValue$6(LifecycleStage, proto.lifecycleStage);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.conversionPoint !== 'undefined') {\n toReturn['conversionPoint'] = this.conversionPoint;\n }\n if (typeof this.marketingClassification !== 'undefined') {\n toReturn['marketingClassification'] = this.marketingClassification;\n }\n if (typeof this.lifecycleStage !== 'undefined') {\n toReturn['lifecycleStage'] = this.lifecycleStage;\n }\n return toReturn;\n }\n}\nclass MoreHoursType {\n static fromProto(proto) {\n let m = new MoreHoursType();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.hoursTypeId !== 'undefined') {\n toReturn['hoursTypeId'] = this.hoursTypeId;\n }\n if (typeof this.displayName !== 'undefined') {\n toReturn['displayName'] = this.displayName;\n }\n if (typeof this.localizedDisplayName !== 'undefined') {\n toReturn['localizedDisplayName'] = this.localizedDisplayName;\n }\n return toReturn;\n }\n}\nclass ProjectionFilter {\n static fromProto(proto) {\n let m = new ProjectionFilter();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.externalIdentifiers !== 'undefined') {\n toReturn['externalIdentifiers'] = this.externalIdentifiers;\n }\n if (typeof this.socialUrls !== 'undefined') {\n toReturn['socialUrls'] = this.socialUrls;\n }\n if (typeof this.hoursOfOperation !== 'undefined') {\n toReturn['hoursOfOperation'] = this.hoursOfOperation;\n }\n if (typeof this.richData !== 'undefined') {\n toReturn['richData'] = this.richData;\n }\n if (typeof this.napData !== 'undefined') {\n toReturn['napData'] = this.napData;\n }\n if (typeof this.businessHours !== 'undefined') {\n toReturn['businessHours'] = this.businessHours;\n }\n if (typeof this.googleAttributes !== 'undefined') {\n toReturn['googleAttributes'] = this.googleAttributes;\n }\n if (typeof this.googleAttributesMetadata !== 'undefined') {\n toReturn['googleAttributesMetadata'] = this.googleAttributesMetadata;\n }\n if (typeof this.bingAttributes !== 'undefined') {\n toReturn['bingAttributes'] = this.bingAttributes;\n }\n if (typeof this.bingAttributesMetadata !== 'undefined') {\n toReturn['bingAttributesMetadata'] = this.bingAttributesMetadata;\n }\n if (typeof this.legacyProductDetails !== 'undefined') {\n toReturn['legacyProductDetails'] = this.legacyProductDetails;\n }\n return toReturn;\n }\n}\nclass ReadFilter {\n static fromProto(proto) {\n let m = new ReadFilter();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.includeDeleted !== 'undefined') {\n toReturn['includeDeleted'] = this.includeDeleted;\n }\n return toReturn;\n }\n}\nclass RegularHoursPeriod {\n static fromProto(proto) {\n let m = new RegularHoursPeriod();\n m = Object.assign(m, proto);\n if (proto.openDay) {\n m.openDay = enumStringToValue$6(DayOfWeek, proto.openDay);\n }\n if (proto.openTime) {\n m.openTime = TimeOfDay.fromProto(proto.openTime);\n }\n if (proto.closeDay) {\n m.closeDay = enumStringToValue$6(DayOfWeek, proto.closeDay);\n }\n if (proto.closeTime) {\n m.closeTime = TimeOfDay.fromProto(proto.closeTime);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.openDay !== 'undefined') {\n toReturn['openDay'] = this.openDay;\n }\n if (typeof this.openTime !== 'undefined' && this.openTime !== null) {\n toReturn['openTime'] = 'toApiJson' in this.openTime ? this.openTime.toApiJson() : this.openTime;\n }\n if (typeof this.closeDay !== 'undefined') {\n toReturn['closeDay'] = this.closeDay;\n }\n if (typeof this.closeTime !== 'undefined' && this.closeTime !== null) {\n toReturn['closeTime'] = 'toApiJson' in this.closeTime ? this.closeTime.toApiJson() : this.closeTime;\n }\n return toReturn;\n }\n}\nclass RichData {\n static fromProto(proto) {\n let m = new RichData();\n m = Object.assign(m, proto);\n if (proto.paymentMethods) {\n m.paymentMethods = proto.paymentMethods.map(v => enumStringToValue$6(RichDataPaymentMethods, v));\n }\n if (proto.healthCareProfessionalInformation) {\n m.healthCareProfessionalInformation = HealthCareProfessionalInformation.fromProto(proto.healthCareProfessionalInformation);\n }\n if (proto.serviceAvailability) {\n m.serviceAvailability = ServiceAvailability.fromProto(proto.serviceAvailability);\n }\n if (proto.conditionalFields) {\n m.conditionalFields = proto.conditionalFields.map(ConditionalField.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.tollFreeNumber !== 'undefined') {\n toReturn['tollFreeNumber'] = this.tollFreeNumber;\n }\n if (typeof this.description !== 'undefined') {\n toReturn['description'] = this.description;\n }\n if (typeof this.shortDescription !== 'undefined') {\n toReturn['shortDescription'] = this.shortDescription;\n }\n if (typeof this.servicesOffered !== 'undefined') {\n toReturn['servicesOffered'] = this.servicesOffered;\n }\n if (typeof this.brandsCarried !== 'undefined') {\n toReturn['brandsCarried'] = this.brandsCarried;\n }\n if (typeof this.landmark !== 'undefined') {\n toReturn['landmark'] = this.landmark;\n }\n if (typeof this.paymentMethods !== 'undefined') {\n toReturn['paymentMethods'] = this.paymentMethods;\n }\n if (typeof this.healthCareProfessionalInformation !== 'undefined' && this.healthCareProfessionalInformation !== null) {\n toReturn['healthCareProfessionalInformation'] = 'toApiJson' in this.healthCareProfessionalInformation ? this.healthCareProfessionalInformation.toApiJson() : this.healthCareProfessionalInformation;\n }\n if (typeof this.serviceAvailability !== 'undefined' && this.serviceAvailability !== null) {\n toReturn['serviceAvailability'] = 'toApiJson' in this.serviceAvailability ? this.serviceAvailability.toApiJson() : this.serviceAvailability;\n }\n if (typeof this.cellNumber !== 'undefined') {\n toReturn['cellNumber'] = this.cellNumber;\n }\n if (typeof this.faxNumber !== 'undefined') {\n toReturn['faxNumber'] = this.faxNumber;\n }\n if (typeof this.email !== 'undefined') {\n toReturn['email'] = this.email;\n }\n if (typeof this.seoKeywords !== 'undefined') {\n toReturn['seoKeywords'] = this.seoKeywords;\n }\n if (typeof this.bookingUrl !== 'undefined') {\n toReturn['bookingUrl'] = this.bookingUrl;\n }\n if (typeof this.conditionalFields !== 'undefined' && this.conditionalFields !== null) {\n toReturn['conditionalFields'] = 'toApiJson' in this.conditionalFields ? this.conditionalFields.toApiJson() : this.conditionalFields;\n }\n if (typeof this.syncingSeoKeywords !== 'undefined') {\n toReturn['syncingSeoKeywords'] = this.syncingSeoKeywords;\n }\n if (typeof this.inferredAttributes !== 'undefined') {\n toReturn['inferredAttributes'] = this.inferredAttributes;\n }\n return toReturn;\n }\n}\nclass ServiceArea {\n static fromProto(proto) {\n let m = new ServiceArea();\n m = Object.assign(m, proto);\n if (proto.businessType) {\n m.businessType = enumStringToValue$6(ServiceAreaBusinessType, proto.businessType);\n }\n if (proto.places) {\n m.places = proto.places.map(GooglePlace.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessType !== 'undefined') {\n toReturn['businessType'] = this.businessType;\n }\n if (typeof this.places !== 'undefined' && this.places !== null) {\n toReturn['places'] = 'toApiJson' in this.places ? this.places.toApiJson() : this.places;\n }\n return toReturn;\n }\n}\nclass ServiceAvailability {\n static fromProto(proto) {\n let m = new ServiceAvailability();\n m = Object.assign(m, proto);\n if (proto.delivery) {\n m.delivery = enumStringToValue$6(IsAvailable, proto.delivery);\n }\n if (proto.noContactDelivery) {\n m.noContactDelivery = enumStringToValue$6(IsAvailable, proto.noContactDelivery);\n }\n if (proto.inStorePickup) {\n m.inStorePickup = enumStringToValue$6(IsAvailable, proto.inStorePickup);\n }\n if (proto.curbsidePickup) {\n m.curbsidePickup = enumStringToValue$6(IsAvailable, proto.curbsidePickup);\n }\n if (proto.appointmentsOnly) {\n m.appointmentsOnly = enumStringToValue$6(IsAvailable, proto.appointmentsOnly);\n }\n if (proto.ecommerceOnly) {\n m.ecommerceOnly = enumStringToValue$6(IsAvailable, proto.ecommerceOnly);\n }\n if (proto.closedStatus) {\n m.closedStatus = enumStringToValue$6(ClosedStatus, proto.closedStatus);\n }\n if (proto.closedStatusDate) {\n m.closedStatusDate = new Date(proto.closedStatusDate);\n }\n if (proto.reopeningDate) {\n m.reopeningDate = new Date(proto.reopeningDate);\n }\n if (proto.servesDineIn) {\n m.servesDineIn = enumStringToValue$6(IsAvailable, proto.servesDineIn);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.delivery !== 'undefined') {\n toReturn['delivery'] = this.delivery;\n }\n if (typeof this.noContactDelivery !== 'undefined') {\n toReturn['noContactDelivery'] = this.noContactDelivery;\n }\n if (typeof this.inStorePickup !== 'undefined') {\n toReturn['inStorePickup'] = this.inStorePickup;\n }\n if (typeof this.curbsidePickup !== 'undefined') {\n toReturn['curbsidePickup'] = this.curbsidePickup;\n }\n if (typeof this.appointmentsOnly !== 'undefined') {\n toReturn['appointmentsOnly'] = this.appointmentsOnly;\n }\n if (typeof this.ecommerceOnly !== 'undefined') {\n toReturn['ecommerceOnly'] = this.ecommerceOnly;\n }\n if (typeof this.closedStatus !== 'undefined') {\n toReturn['closedStatus'] = this.closedStatus;\n }\n if (typeof this.closedStatusDate !== 'undefined' && this.closedStatusDate !== null) {\n toReturn['closedStatusDate'] = 'toApiJson' in this.closedStatusDate ? this.closedStatusDate.toApiJson() : this.closedStatusDate;\n }\n if (typeof this.reopeningDate !== 'undefined' && this.reopeningDate !== null) {\n toReturn['reopeningDate'] = 'toApiJson' in this.reopeningDate ? this.reopeningDate.toApiJson() : this.reopeningDate;\n }\n if (typeof this.servesDineIn !== 'undefined') {\n toReturn['servesDineIn'] = this.servesDineIn;\n }\n return toReturn;\n }\n}\nclass SocialURLs {\n static fromProto(proto) {\n let m = new SocialURLs();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.googleplusUrl !== 'undefined') {\n toReturn['googleplusUrl'] = this.googleplusUrl;\n }\n if (typeof this.linkedinUrl !== 'undefined') {\n toReturn['linkedinUrl'] = this.linkedinUrl;\n }\n if (typeof this.foursquareUrl !== 'undefined') {\n toReturn['foursquareUrl'] = this.foursquareUrl;\n }\n if (typeof this.twitterUrl !== 'undefined') {\n toReturn['twitterUrl'] = this.twitterUrl;\n }\n if (typeof this.facebookUrl !== 'undefined') {\n toReturn['facebookUrl'] = this.facebookUrl;\n }\n if (typeof this.rssUrl !== 'undefined') {\n toReturn['rssUrl'] = this.rssUrl;\n }\n if (typeof this.youtubeUrl !== 'undefined') {\n toReturn['youtubeUrl'] = this.youtubeUrl;\n }\n if (typeof this.instagramUrl !== 'undefined') {\n toReturn['instagramUrl'] = this.instagramUrl;\n }\n if (typeof this.pinterestUrl !== 'undefined') {\n toReturn['pinterestUrl'] = this.pinterestUrl;\n }\n return toReturn;\n }\n}\nclass HoursOfOperationSpan {\n static fromProto(proto) {\n let m = new HoursOfOperationSpan();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.dayOfWeek !== 'undefined') {\n toReturn['dayOfWeek'] = this.dayOfWeek;\n }\n if (typeof this.opens !== 'undefined') {\n toReturn['opens'] = this.opens;\n }\n if (typeof this.closes !== 'undefined') {\n toReturn['closes'] = this.closes;\n }\n if (typeof this.description !== 'undefined') {\n toReturn['description'] = this.description;\n }\n return toReturn;\n }\n}\nclass SpecialHoursPeriod {\n static fromProto(proto) {\n let m = new SpecialHoursPeriod();\n m = Object.assign(m, proto);\n if (proto.status) {\n m.status = enumStringToValue$6(SpecialHoursStatus, proto.status);\n }\n if (proto.startDate) {\n m.startDate = GoogleDate.fromProto(proto.startDate);\n }\n if (proto.startTime) {\n m.startTime = TimeOfDay.fromProto(proto.startTime);\n }\n if (proto.endDate) {\n m.endDate = GoogleDate.fromProto(proto.endDate);\n }\n if (proto.endTime) {\n m.endTime = TimeOfDay.fromProto(proto.endTime);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.status !== 'undefined') {\n toReturn['status'] = this.status;\n }\n if (typeof this.startDate !== 'undefined' && this.startDate !== null) {\n toReturn['startDate'] = 'toApiJson' in this.startDate ? this.startDate.toApiJson() : this.startDate;\n }\n if (typeof this.startTime !== 'undefined' && this.startTime !== null) {\n toReturn['startTime'] = 'toApiJson' in this.startTime ? this.startTime.toApiJson() : this.startTime;\n }\n if (typeof this.endDate !== 'undefined' && this.endDate !== null) {\n toReturn['endDate'] = 'toApiJson' in this.endDate ? this.endDate.toApiJson() : this.endDate;\n }\n if (typeof this.endTime !== 'undefined' && this.endTime !== null) {\n toReturn['endTime'] = 'toApiJson' in this.endTime ? this.endTime.toApiJson() : this.endTime;\n }\n return toReturn;\n }\n}\nclass UpdateListingProfileRequest {\n static fromProto(proto) {\n let m = new UpdateListingProfileRequest();\n m = Object.assign(m, proto);\n if (proto.updateOperations) {\n m.updateOperations = proto.updateOperations.map(UpdateOperation.fromProto);\n }\n if (proto.ifUnmodifiedSince) {\n m.ifUnmodifiedSince = new Date(proto.ifUnmodifiedSince);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.updateOperations !== 'undefined' && this.updateOperations !== null) {\n toReturn['updateOperations'] = 'toApiJson' in this.updateOperations ? this.updateOperations.toApiJson() : this.updateOperations;\n }\n if (typeof this.ifUnmodifiedSince !== 'undefined' && this.ifUnmodifiedSince !== null) {\n toReturn['ifUnmodifiedSince'] = 'toApiJson' in this.ifUnmodifiedSince ? this.ifUnmodifiedSince.toApiJson() : this.ifUnmodifiedSince;\n }\n if (typeof this.languageCode !== 'undefined') {\n toReturn['languageCode'] = this.languageCode;\n }\n return toReturn;\n }\n}\nclass UpdateOperation {\n static fromProto(proto) {\n let m = new UpdateOperation();\n m = Object.assign(m, proto);\n if (proto.nap) {\n m.nap = Location.fromProto(proto.nap);\n }\n if (proto.externalIdentifiers) {\n m.externalIdentifiers = ExternalIdentifiers.fromProto(proto.externalIdentifiers);\n }\n if (proto.socialUrls) {\n m.socialUrls = SocialURLs.fromProto(proto.socialUrls);\n }\n if (proto.hoursOfOperation) {\n m.hoursOfOperation = HoursOfOperation.fromProto(proto.hoursOfOperation);\n }\n if (proto.richData) {\n m.richData = RichData.fromProto(proto.richData);\n }\n if (proto.businessHours) {\n m.businessHours = BusinessHours.fromProto(proto.businessHours);\n }\n if (proto.googleAttributes) {\n m.googleAttributes = GoogleAttributes.fromProto(proto.googleAttributes);\n }\n if (proto.bingAttributes) {\n m.bingAttributes = BingAttributes.fromProto(proto.bingAttributes);\n }\n if (proto.legacyProductDetails) {\n m.legacyProductDetails = LegacyProductDetails.fromProto(proto.legacyProductDetails);\n }\n if (proto.marketingInfo) {\n m.marketingInfo = MarketingInfo.fromProto(proto.marketingInfo);\n }\n if (proto.fieldMask) {\n m.fieldMask = FieldMask.fromProto(proto.fieldMask);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.nap !== 'undefined' && this.nap !== null) {\n toReturn['nap'] = 'toApiJson' in this.nap ? this.nap.toApiJson() : this.nap;\n }\n if (typeof this.externalIdentifiers !== 'undefined' && this.externalIdentifiers !== null) {\n toReturn['externalIdentifiers'] = 'toApiJson' in this.externalIdentifiers ? this.externalIdentifiers.toApiJson() : this.externalIdentifiers;\n }\n if (typeof this.socialUrls !== 'undefined' && this.socialUrls !== null) {\n toReturn['socialUrls'] = 'toApiJson' in this.socialUrls ? this.socialUrls.toApiJson() : this.socialUrls;\n }\n if (typeof this.hoursOfOperation !== 'undefined' && this.hoursOfOperation !== null) {\n toReturn['hoursOfOperation'] = 'toApiJson' in this.hoursOfOperation ? this.hoursOfOperation.toApiJson() : this.hoursOfOperation;\n }\n if (typeof this.richData !== 'undefined' && this.richData !== null) {\n toReturn['richData'] = 'toApiJson' in this.richData ? this.richData.toApiJson() : this.richData;\n }\n if (typeof this.businessHours !== 'undefined' && this.businessHours !== null) {\n toReturn['businessHours'] = 'toApiJson' in this.businessHours ? this.businessHours.toApiJson() : this.businessHours;\n }\n if (typeof this.googleAttributes !== 'undefined' && this.googleAttributes !== null) {\n toReturn['googleAttributes'] = 'toApiJson' in this.googleAttributes ? this.googleAttributes.toApiJson() : this.googleAttributes;\n }\n if (typeof this.bingAttributes !== 'undefined' && this.bingAttributes !== null) {\n toReturn['bingAttributes'] = 'toApiJson' in this.bingAttributes ? this.bingAttributes.toApiJson() : this.bingAttributes;\n }\n if (typeof this.legacyProductDetails !== 'undefined' && this.legacyProductDetails !== null) {\n toReturn['legacyProductDetails'] = 'toApiJson' in this.legacyProductDetails ? this.legacyProductDetails.toApiJson() : this.legacyProductDetails;\n }\n if (typeof this.marketingInfo !== 'undefined' && this.marketingInfo !== null) {\n toReturn['marketingInfo'] = 'toApiJson' in this.marketingInfo ? this.marketingInfo.toApiJson() : this.marketingInfo;\n }\n if (typeof this.fieldMask !== 'undefined' && this.fieldMask !== null) {\n toReturn['fieldMask'] = 'toApiJson' in this.fieldMask ? this.fieldMask.toApiJson() : this.fieldMask;\n }\n return toReturn;\n }\n}\nclass VendorAttributeMetaData {\n static fromProto(proto) {\n let m = new VendorAttributeMetaData();\n m = Object.assign(m, proto);\n if (proto.bingAttributeMetadata) {\n m.bingAttributeMetadata = BingAttributeMetaDataList.fromProto(proto.bingAttributeMetadata);\n }\n if (proto.googleAttributeMetadata) {\n m.googleAttributeMetadata = GoogleAttributeMetaDataList.fromProto(proto.googleAttributeMetadata);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.vendorId !== 'undefined') {\n toReturn['vendorId'] = this.vendorId;\n }\n if (typeof this.bingAttributeMetadata !== 'undefined' && this.bingAttributeMetadata !== null) {\n toReturn['bingAttributeMetadata'] = 'toApiJson' in this.bingAttributeMetadata ? this.bingAttributeMetadata.toApiJson() : this.bingAttributeMetadata;\n }\n if (typeof this.googleAttributeMetadata !== 'undefined' && this.googleAttributeMetadata !== null) {\n toReturn['googleAttributeMetadata'] = 'toApiJson' in this.googleAttributeMetadata ? this.googleAttributeMetadata.toApiJson() : this.googleAttributeMetadata;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$5(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass DeleteSuggestionRequest {\n static fromProto(proto) {\n let m = new DeleteSuggestionRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetMultiSuggestionRequest {\n static fromProto(proto) {\n let m = new GetMultiSuggestionRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessIds !== 'undefined') {\n toReturn['businessIds'] = this.businessIds;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.fieldType !== 'undefined') {\n toReturn['fieldType'] = this.fieldType;\n }\n if (typeof this.languageType !== 'undefined') {\n toReturn['languageType'] = this.languageType;\n }\n return toReturn;\n }\n}\nclass GetMultiSuggestionResponse {\n static fromProto(proto) {\n let m = new GetMultiSuggestionResponse();\n m = Object.assign(m, proto);\n if (proto.suggestions) {\n m.suggestions = proto.suggestions.map(Suggestion.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.suggestions !== 'undefined' && this.suggestions !== null) {\n toReturn['suggestions'] = 'toApiJson' in this.suggestions ? this.suggestions.toApiJson() : this.suggestions;\n }\n return toReturn;\n }\n}\nclass GetSuggestionRequest {\n static fromProto(proto) {\n let m = new GetSuggestionRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.fieldType !== 'undefined') {\n toReturn['fieldType'] = this.fieldType;\n }\n if (typeof this.languageCode !== 'undefined') {\n toReturn['languageCode'] = this.languageCode;\n }\n return toReturn;\n }\n}\nclass GetSuggestionResponse {\n static fromProto(proto) {\n let m = new GetSuggestionResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.suggestion !== 'undefined') {\n toReturn['suggestion'] = this.suggestion;\n }\n return toReturn;\n }\n}\nclass ListSuggestionRequest {\n static fromProto(proto) {\n let m = new ListSuggestionRequest();\n m = Object.assign(m, proto);\n if (proto.pageSize) {\n m.pageSize = parseInt(proto.pageSize, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.nextCursor !== 'undefined') {\n toReturn['nextCursor'] = this.nextCursor;\n }\n if (typeof this.hasMore !== 'undefined') {\n toReturn['hasMore'] = this.hasMore;\n }\n if (typeof this.pageSize !== 'undefined') {\n toReturn['pageSize'] = this.pageSize;\n }\n return toReturn;\n }\n}\nclass ListSuggestionResponse {\n static fromProto(proto) {\n let m = new ListSuggestionResponse();\n m = Object.assign(m, proto);\n if (proto.suggestions) {\n m.suggestions = proto.suggestions.map(Suggestion.fromProto);\n }\n if (proto.pageSize) {\n m.pageSize = parseInt(proto.pageSize, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.suggestions !== 'undefined' && this.suggestions !== null) {\n toReturn['suggestions'] = 'toApiJson' in this.suggestions ? this.suggestions.toApiJson() : this.suggestions;\n }\n if (typeof this.nextCursor !== 'undefined') {\n toReturn['nextCursor'] = this.nextCursor;\n }\n if (typeof this.hasMore !== 'undefined') {\n toReturn['hasMore'] = this.hasMore;\n }\n if (typeof this.pageSize !== 'undefined') {\n toReturn['pageSize'] = this.pageSize;\n }\n return toReturn;\n }\n}\nclass SuggestFieldUpdateRequest {\n static fromProto(proto) {\n let m = new SuggestFieldUpdateRequest();\n m = Object.assign(m, proto);\n if (proto.option) {\n m.option = enumStringToValue$5(UpdateOption, proto.option);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.fieldType !== 'undefined') {\n toReturn['fieldType'] = this.fieldType;\n }\n if (typeof this.existingValue !== 'undefined') {\n toReturn['existingValue'] = this.existingValue;\n }\n if (typeof this.option !== 'undefined') {\n toReturn['option'] = this.option;\n }\n if (typeof this.tone !== 'undefined') {\n toReturn['tone'] = this.tone;\n }\n if (typeof this.languageCode !== 'undefined') {\n toReturn['languageCode'] = this.languageCode;\n }\n return toReturn;\n }\n}\nclass SuggestFieldUpdateResponse {\n static fromProto(proto) {\n let m = new SuggestFieldUpdateResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.suggestion !== 'undefined') {\n toReturn['suggestion'] = this.suggestion;\n }\n return toReturn;\n }\n}\nclass Suggestion {\n static fromProto(proto) {\n let m = new Suggestion();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.suggestion !== 'undefined') {\n toReturn['suggestion'] = this.suggestion;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$4(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass AddonActivation {\n static fromProto(proto) {\n let m = new AddonActivation();\n m = Object.assign(m, proto);\n if (proto.activated) {\n m.activated = new Date(proto.activated);\n }\n if (proto.deactivated) {\n m.deactivated = new Date(proto.deactivated);\n }\n if (proto.status) {\n m.status = enumStringToValue$4(AddonActivationAddonActivationStatus, proto.status);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.appId !== 'undefined') {\n toReturn['appId'] = this.appId;\n }\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n if (typeof this.activated !== 'undefined' && this.activated !== null) {\n toReturn['activated'] = 'toApiJson' in this.activated ? this.activated.toApiJson() : this.activated;\n }\n if (typeof this.deactivated !== 'undefined' && this.deactivated !== null) {\n toReturn['deactivated'] = 'toApiJson' in this.deactivated ? this.deactivated.toApiJson() : this.deactivated;\n }\n if (typeof this.status !== 'undefined') {\n toReturn['status'] = this.status;\n }\n if (typeof this.isTrial !== 'undefined') {\n toReturn['isTrial'] = this.isTrial;\n }\n if (typeof this.count !== 'undefined') {\n toReturn['count'] = this.count;\n }\n return toReturn;\n }\n}\nclass BusinessKeywords {\n static fromProto(proto) {\n let m = new BusinessKeywords();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.keywords !== 'undefined') {\n toReturn['keywords'] = this.keywords;\n }\n return toReturn;\n }\n}\nclass GetActiveSEOAddonsRequest {\n static fromProto(proto) {\n let m = new GetActiveSEOAddonsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetActiveSEOAddonsResponse {\n static fromProto(proto) {\n let m = new GetActiveSEOAddonsResponse();\n m = Object.assign(m, proto);\n if (proto.activeAddons) {\n m.activeAddons = proto.activeAddons.map(AddonActivation.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.activeAddons !== 'undefined' && this.activeAddons !== null) {\n toReturn['activeAddons'] = 'toApiJson' in this.activeAddons ? this.activeAddons.toApiJson() : this.activeAddons;\n }\n return toReturn;\n }\n}\nclass GetSEODataRequest {\n static fromProto(proto) {\n let m = new GetSEODataRequest();\n m = Object.assign(m, proto);\n if (proto.startDate) {\n m.startDate = new Date(proto.startDate);\n }\n if (proto.endDate) {\n m.endDate = new Date(proto.endDate);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.keywords !== 'undefined') {\n toReturn['keywords'] = this.keywords;\n }\n if (typeof this.startDate !== 'undefined' && this.startDate !== null) {\n toReturn['startDate'] = 'toApiJson' in this.startDate ? this.startDate.toApiJson() : this.startDate;\n }\n if (typeof this.endDate !== 'undefined' && this.endDate !== null) {\n toReturn['endDate'] = 'toApiJson' in this.endDate ? this.endDate.toApiJson() : this.endDate;\n }\n return toReturn;\n }\n}\nclass GetSEODataResponse {\n static fromProto(proto) {\n let m = new GetSEODataResponse();\n m = Object.assign(m, proto);\n if (proto.data) {\n m.data = proto.data.map(SEOData.fromProto);\n }\n if (proto.previousData) {\n m.previousData = proto.previousData.map(SEOData.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.data !== 'undefined' && this.data !== null) {\n toReturn['data'] = 'toApiJson' in this.data ? this.data.toApiJson() : this.data;\n }\n if (typeof this.previousData !== 'undefined' && this.previousData !== null) {\n toReturn['previousData'] = 'toApiJson' in this.previousData ? this.previousData.toApiJson() : this.previousData;\n }\n return toReturn;\n }\n}\nclass GetSEOSettingsRequest {\n static fromProto(proto) {\n let m = new GetSEOSettingsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass LocalSearchData {\n static fromProto(proto) {\n let m = new LocalSearchData();\n m = Object.assign(m, proto);\n if (proto.vicinity) {\n m.vicinity = enumStringToValue$4(Vicinity, proto.vicinity);\n }\n if (proto.searchLocation) {\n m.searchLocation = Geo.fromProto(proto.searchLocation);\n }\n if (proto.results) {\n m.results = proto.results.map(LocalSearchResult.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.keyword !== 'undefined') {\n toReturn['keyword'] = this.keyword;\n }\n if (typeof this.vicinity !== 'undefined') {\n toReturn['vicinity'] = this.vicinity;\n }\n if (typeof this.searchLocation !== 'undefined' && this.searchLocation !== null) {\n toReturn['searchLocation'] = 'toApiJson' in this.searchLocation ? this.searchLocation.toApiJson() : this.searchLocation;\n }\n if (typeof this.results !== 'undefined' && this.results !== null) {\n toReturn['results'] = 'toApiJson' in this.results ? this.results.toApiJson() : this.results;\n }\n return toReturn;\n }\n}\nclass LocalSearchResult {\n static fromProto(proto) {\n let m = new LocalSearchResult();\n m = Object.assign(m, proto);\n if (proto.reviews) {\n m.reviews = LocalSearchReviews.fromProto(proto.reviews);\n }\n if (proto.claimStatus) {\n m.claimStatus = enumStringToValue$4(GBPClaimStatus, proto.claimStatus);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessName !== 'undefined') {\n toReturn['businessName'] = this.businessName;\n }\n if (typeof this.address !== 'undefined') {\n toReturn['address'] = this.address;\n }\n if (typeof this.url !== 'undefined') {\n toReturn['url'] = this.url;\n }\n if (typeof this.rank !== 'undefined') {\n toReturn['rank'] = this.rank;\n }\n if (typeof this.isMainBusiness !== 'undefined') {\n toReturn['isMainBusiness'] = this.isMainBusiness;\n }\n if (typeof this.reviews !== 'undefined' && this.reviews !== null) {\n toReturn['reviews'] = 'toApiJson' in this.reviews ? this.reviews.toApiJson() : this.reviews;\n }\n if (typeof this.phoneNumber !== 'undefined') {\n toReturn['phoneNumber'] = this.phoneNumber;\n }\n if (typeof this.claimStatus !== 'undefined') {\n toReturn['claimStatus'] = this.claimStatus;\n }\n return toReturn;\n }\n}\nclass LocalSearchReviews {\n static fromProto(proto) {\n let m = new LocalSearchReviews();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.rating !== 'undefined') {\n toReturn['rating'] = this.rating;\n }\n if (typeof this.count !== 'undefined') {\n toReturn['count'] = this.count;\n }\n return toReturn;\n }\n}\nclass SEOData {\n static fromProto(proto) {\n let m = new SEOData();\n m = Object.assign(m, proto);\n if (proto.date) {\n m.date = new Date(proto.date);\n }\n if (proto.difficulty) {\n m.difficulty = parseInt(proto.difficulty, 10);\n }\n if (proto.searchVolume) {\n m.searchVolume = parseInt(proto.searchVolume, 10);\n }\n if (proto.localSearches) {\n m.localSearches = proto.localSearches.map(LocalSearchData.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.keyword !== 'undefined') {\n toReturn['keyword'] = this.keyword;\n }\n if (typeof this.date !== 'undefined' && this.date !== null) {\n toReturn['date'] = 'toApiJson' in this.date ? this.date.toApiJson() : this.date;\n }\n if (typeof this.localRank !== 'undefined') {\n toReturn['localRank'] = this.localRank;\n }\n if (typeof this.organicRank !== 'undefined') {\n toReturn['organicRank'] = this.organicRank;\n }\n if (typeof this.difficulty !== 'undefined') {\n toReturn['difficulty'] = this.difficulty;\n }\n if (typeof this.searchVolume !== 'undefined') {\n toReturn['searchVolume'] = this.searchVolume;\n }\n if (typeof this.localSearches !== 'undefined' && this.localSearches !== null) {\n toReturn['localSearches'] = 'toApiJson' in this.localSearches ? this.localSearches.toApiJson() : this.localSearches;\n }\n if (typeof this.searchRadius !== 'undefined') {\n toReturn['searchRadius'] = this.searchRadius;\n }\n if (typeof this.workflowUrl !== 'undefined') {\n toReturn['workflowUrl'] = this.workflowUrl;\n }\n return toReturn;\n }\n}\nclass SEOSettingsResponse {\n static fromProto(proto) {\n let m = new SEOSettingsResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.localSearchRadius !== 'undefined') {\n toReturn['localSearchRadius'] = this.localSearchRadius;\n }\n if (typeof this.favoriteKeywords !== 'undefined') {\n toReturn['favoriteKeywords'] = this.favoriteKeywords;\n }\n return toReturn;\n }\n}\nclass SaveSEOSettingsRequest {\n static fromProto(proto) {\n let m = new SaveSEOSettingsRequest();\n m = Object.assign(m, proto);\n if (proto.fieldMask) {\n m.fieldMask = FieldMask.fromProto(proto.fieldMask);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.localSearchRadius !== 'undefined') {\n toReturn['localSearchRadius'] = this.localSearchRadius;\n }\n if (typeof this.favoriteKeywords !== 'undefined') {\n toReturn['favoriteKeywords'] = this.favoriteKeywords;\n }\n if (typeof this.fieldMask !== 'undefined' && this.fieldMask !== null) {\n toReturn['fieldMask'] = 'toApiJson' in this.fieldMask ? this.fieldMask.toApiJson() : this.fieldMask;\n }\n return toReturn;\n }\n}\nclass StartLocalSEODataWorkflowRequest {\n static fromProto(proto) {\n let m = new StartLocalSEODataWorkflowRequest();\n m = Object.assign(m, proto);\n if (proto.businesses) {\n m.businesses = proto.businesses.map(BusinessKeywords.fromProto);\n }\n if (proto.date) {\n m.date = new Date(proto.date);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businesses !== 'undefined' && this.businesses !== null) {\n toReturn['businesses'] = 'toApiJson' in this.businesses ? this.businesses.toApiJson() : this.businesses;\n }\n if (typeof this.forceSerpWorkflow !== 'undefined') {\n toReturn['forceSerpWorkflow'] = this.forceSerpWorkflow;\n }\n if (typeof this.date !== 'undefined' && this.date !== null) {\n toReturn['date'] = 'toApiJson' in this.date ? this.date.toApiJson() : this.date;\n }\n if (typeof this.forceKeywordInfoWorkflow !== 'undefined') {\n toReturn['forceKeywordInfoWorkflow'] = this.forceKeywordInfoWorkflow;\n }\n if (typeof this.forceSuggestedKeywordsWorkflow !== 'undefined') {\n toReturn['forceSuggestedKeywordsWorkflow'] = this.forceSuggestedKeywordsWorkflow;\n }\n if (typeof this.ignoreDataLakeResults !== 'undefined') {\n toReturn['ignoreDataLakeResults'] = this.ignoreDataLakeResults;\n }\n return toReturn;\n }\n}\nclass StartSEOCategoryWorkflowRequest {\n static fromProto(proto) {\n let m = new StartSEOCategoryWorkflowRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessIds !== 'undefined') {\n toReturn['businessIds'] = this.businessIds;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$3(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass Citation {\n static fromProto(proto) {\n let m = new Citation();\n m = Object.assign(m, proto);\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.searchTerm !== 'undefined') {\n toReturn['searchTerm'] = this.searchTerm;\n }\n if (typeof this.matchedFields !== 'undefined') {\n toReturn['matchedFields'] = this.matchedFields;\n }\n if (typeof this.domain !== 'undefined') {\n toReturn['domain'] = this.domain;\n }\n if (typeof this.title !== 'undefined') {\n toReturn['title'] = this.title;\n }\n if (typeof this.description !== 'undefined') {\n toReturn['description'] = this.description;\n }\n if (typeof this.url !== 'undefined') {\n toReturn['url'] = this.url;\n }\n if (typeof this.breadcrumb !== 'undefined') {\n toReturn['breadcrumb'] = this.breadcrumb;\n }\n if (typeof this.created !== 'undefined' && this.created !== null) {\n toReturn['created'] = 'toApiJson' in this.created ? this.created.toApiJson() : this.created;\n }\n return toReturn;\n }\n}\nclass CitationsByDomain {\n static fromProto(proto) {\n let m = new CitationsByDomain();\n m = Object.assign(m, proto);\n if (proto.citations) {\n m.citations = proto.citations.map(Citation.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.domain !== 'undefined') {\n toReturn['domain'] = this.domain;\n }\n if (typeof this.citations !== 'undefined' && this.citations !== null) {\n toReturn['citations'] = 'toApiJson' in this.citations ? this.citations.toApiJson() : this.citations;\n }\n return toReturn;\n }\n}\nclass DeleteCitationsRequest {\n static fromProto(proto) {\n let m = new DeleteCitationsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.urls !== 'undefined') {\n toReturn['urls'] = this.urls;\n }\n return toReturn;\n }\n}\nclass GetCitationDataRequest {\n static fromProto(proto) {\n let m = new GetCitationDataRequest();\n m = Object.assign(m, proto);\n if (proto.startDate) {\n m.startDate = new Date(proto.startDate);\n }\n if (proto.endDate) {\n m.endDate = new Date(proto.endDate);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.startDate !== 'undefined' && this.startDate !== null) {\n toReturn['startDate'] = 'toApiJson' in this.startDate ? this.startDate.toApiJson() : this.startDate;\n }\n if (typeof this.endDate !== 'undefined' && this.endDate !== null) {\n toReturn['endDate'] = 'toApiJson' in this.endDate ? this.endDate.toApiJson() : this.endDate;\n }\n return toReturn;\n }\n}\nclass GetCitationDataResponse {\n static fromProto(proto) {\n let m = new GetCitationDataResponse();\n m = Object.assign(m, proto);\n if (proto.citationCount) {\n m.citationCount = parseInt(proto.citationCount, 10);\n }\n if (proto.initialCitationCount) {\n m.initialCitationCount = parseInt(proto.initialCitationCount, 10);\n }\n if (proto.historicalCitationsSeries) {\n m.historicalCitationsSeries = proto.historicalCitationsSeries.map(HistoricalCitationsDataPoint.fromProto);\n }\n if (proto.citationsByDomain) {\n m.citationsByDomain = proto.citationsByDomain.map(CitationsByDomain.fromProto);\n }\n if (proto.startDate) {\n m.startDate = new Date(proto.startDate);\n }\n if (proto.citationPercentGrowth) {\n m.citationPercentGrowth = parseInt(proto.citationPercentGrowth, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.citationCount !== 'undefined') {\n toReturn['citationCount'] = this.citationCount;\n }\n if (typeof this.initialCitationCount !== 'undefined') {\n toReturn['initialCitationCount'] = this.initialCitationCount;\n }\n if (typeof this.historicalCitationsSeries !== 'undefined' && this.historicalCitationsSeries !== null) {\n toReturn['historicalCitationsSeries'] = 'toApiJson' in this.historicalCitationsSeries ? this.historicalCitationsSeries.toApiJson() : this.historicalCitationsSeries;\n }\n if (typeof this.citationsByDomain !== 'undefined' && this.citationsByDomain !== null) {\n toReturn['citationsByDomain'] = 'toApiJson' in this.citationsByDomain ? this.citationsByDomain.toApiJson() : this.citationsByDomain;\n }\n if (typeof this.startDate !== 'undefined' && this.startDate !== null) {\n toReturn['startDate'] = 'toApiJson' in this.startDate ? this.startDate.toApiJson() : this.startDate;\n }\n if (typeof this.citationPercentGrowth !== 'undefined') {\n toReturn['citationPercentGrowth'] = this.citationPercentGrowth;\n }\n return toReturn;\n }\n}\nclass HistoricalCitationsDataPoint {\n static fromProto(proto) {\n let m = new HistoricalCitationsDataPoint();\n m = Object.assign(m, proto);\n if (proto.date) {\n m.date = new Date(proto.date);\n }\n if (proto.value) {\n m.value = parseInt(proto.value, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.date !== 'undefined' && this.date !== null) {\n toReturn['date'] = 'toApiJson' in this.date ? this.date.toApiJson() : this.date;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nclass StartCitationWorkflowRequest {\n static fromProto(proto) {\n let m = new StartCitationWorkflowRequest();\n m = Object.assign(m, proto);\n if (proto.searchType) {\n m.searchType = parseInt(proto.searchType, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessIds !== 'undefined') {\n toReturn['businessIds'] = this.businessIds;\n }\n if (typeof this.searchType !== 'undefined') {\n toReturn['searchType'] = this.searchType;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$2(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass CreatePartnerSettingsRequest {\n static fromProto(proto) {\n let m = new CreatePartnerSettingsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.isSmbKeyWordEditingDisabled !== 'undefined') {\n toReturn['isSmbKeyWordEditingDisabled'] = this.isSmbKeyWordEditingDisabled;\n }\n if (typeof this.isFavoriteNewKeywordsDisabled !== 'undefined') {\n toReturn['isFavoriteNewKeywordsDisabled'] = this.isFavoriteNewKeywordsDisabled;\n }\n return toReturn;\n }\n}\nclass GetPartnerSettingsRequest {\n static fromProto(proto) {\n let m = new GetPartnerSettingsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n return toReturn;\n }\n}\nclass GetPartnerSettingsResponse {\n static fromProto(proto) {\n let m = new GetPartnerSettingsResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.isSmbKeyWordEditingDisabled !== 'undefined') {\n toReturn['isSmbKeyWordEditingDisabled'] = this.isSmbKeyWordEditingDisabled;\n }\n if (typeof this.isFavoriteNewKeywordsDisabled !== 'undefined') {\n toReturn['isFavoriteNewKeywordsDisabled'] = this.isFavoriteNewKeywordsDisabled;\n }\n return toReturn;\n }\n}\nclass UpsertPartnerSettingsRequest {\n static fromProto(proto) {\n let m = new UpsertPartnerSettingsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.isSmbKeyWordEditingDisabled !== 'undefined') {\n toReturn['isSmbKeyWordEditingDisabled'] = this.isSmbKeyWordEditingDisabled;\n }\n if (typeof this.isFavoriteNewKeywordsDisabled !== 'undefined') {\n toReturn['isFavoriteNewKeywordsDisabled'] = this.isFavoriteNewKeywordsDisabled;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$1(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass GetOrGenerateSEOSuggestedKeywordsRequest {\n static fromProto(proto) {\n let m = new GetOrGenerateSEOSuggestedKeywordsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetOrGenerateSEOSuggestedKeywordsResponse {\n static fromProto(proto) {\n let m = new GetOrGenerateSEOSuggestedKeywordsResponse();\n m = Object.assign(m, proto);\n if (proto.keywordInfo) {\n m.keywordInfo = proto.keywordInfo.map(KeywordInfo.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.keywordInfo !== 'undefined' && this.keywordInfo !== null) {\n toReturn['keywordInfo'] = 'toApiJson' in this.keywordInfo ? this.keywordInfo.toApiJson() : this.keywordInfo;\n }\n return toReturn;\n }\n}\nclass GetSEOSuggestedKeywordsRequest {\n static fromProto(proto) {\n let m = new GetSEOSuggestedKeywordsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetSEOSuggestedKeywordsResponse {\n static fromProto(proto) {\n let m = new GetSEOSuggestedKeywordsResponse();\n m = Object.assign(m, proto);\n if (proto.keywordInfo) {\n m.keywordInfo = proto.keywordInfo.map(KeywordInfo.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.keywordInfo !== 'undefined' && this.keywordInfo !== null) {\n toReturn['keywordInfo'] = 'toApiJson' in this.keywordInfo ? this.keywordInfo.toApiJson() : this.keywordInfo;\n }\n return toReturn;\n }\n}\nclass KeywordInfo {\n static fromProto(proto) {\n let m = new KeywordInfo();\n m = Object.assign(m, proto);\n if (proto.competitionIndex) {\n m.competitionIndex = parseInt(proto.competitionIndex, 10);\n }\n if (proto.searchVolume) {\n m.searchVolume = parseInt(proto.searchVolume, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.keyword !== 'undefined') {\n toReturn['keyword'] = this.keyword;\n }\n if (typeof this.competition !== 'undefined') {\n toReturn['competition'] = this.competition;\n }\n if (typeof this.competitionIndex !== 'undefined') {\n toReturn['competitionIndex'] = this.competitionIndex;\n }\n if (typeof this.searchVolume !== 'undefined') {\n toReturn['searchVolume'] = this.searchVolume;\n }\n if (typeof this.lowTopOfPageBid !== 'undefined') {\n toReturn['lowTopOfPageBid'] = this.lowTopOfPageBid;\n }\n if (typeof this.highTopOfPageBid !== 'undefined') {\n toReturn['highTopOfPageBid'] = this.highTopOfPageBid;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass BulkConnectLocationsForGoogleUserRequest {\n static fromProto(proto) {\n let m = new BulkConnectLocationsForGoogleUserRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass BulkConnectLocationsForGoogleUserResponse {\n static fromProto(proto) {\n let m = new BulkConnectLocationsForGoogleUserResponse();\n m = Object.assign(m, proto);\n if (proto.connections) {\n m.connections = Object.keys(proto.connections).reduce((obj, k) => {\n obj[k] = proto.connections[k];\n return obj;\n }, {});\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.connections !== 'undefined' && this.connections !== null) {\n toReturn['connections'] = 'toApiJson' in this.connections ? this.connections.toApiJson() : this.connections;\n }\n if (typeof this.locationsNotConnected !== 'undefined') {\n toReturn['locationsNotConnected'] = this.locationsNotConnected;\n }\n return toReturn;\n }\n}\nclass CheckSubmissionStatusRequest {\n static fromProto(proto) {\n let m = new CheckSubmissionStatusRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass BulkConnectLocationsForGoogleUserResponseConnectionsEntry {\n static fromProto(proto) {\n let m = new BulkConnectLocationsForGoogleUserResponseConnectionsEntry();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nclass CreateListingSourceRequest {\n static fromProto(proto) {\n let m = new CreateListingSourceRequest();\n m = Object.assign(m, proto);\n if (proto.source) {\n m.source = Source.fromProto(proto.source);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.source !== 'undefined' && this.source !== null) {\n toReturn['source'] = 'toApiJson' in this.source ? this.source.toApiJson() : this.source;\n }\n return toReturn;\n }\n}\nclass GetAppleBusinessConnectInfoRequest {\n static fromProto(proto) {\n let m = new GetAppleBusinessConnectInfoRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetAppleBusinessConnectInfoResponse {\n static fromProto(proto) {\n let m = new GetAppleBusinessConnectInfoResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.textDump !== 'undefined') {\n toReturn['textDump'] = this.textDump;\n }\n return toReturn;\n }\n}\nclass GetBingPlacesInfoRequest {\n static fromProto(proto) {\n let m = new GetBingPlacesInfoRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetBingPlacesInfoResponse {\n static fromProto(proto) {\n let m = new GetBingPlacesInfoResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.textDump !== 'undefined') {\n toReturn['textDump'] = this.textDump;\n }\n return toReturn;\n }\n}\nclass GetDoctorDotComCategoriesRequest {\n static fromProto(proto) {\n let m = new GetDoctorDotComCategoriesRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n return toReturn;\n }\n}\nclass GetDoctorDotComCategoriesResponse {\n static fromProto(proto) {\n let m = new GetDoctorDotComCategoriesResponse();\n m = Object.assign(m, proto);\n if (proto.categories) {\n m.categories = proto.categories.map(DoctorDotComCategory.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.categories !== 'undefined' && this.categories !== null) {\n toReturn['categories'] = 'toApiJson' in this.categories ? this.categories.toApiJson() : this.categories;\n }\n return toReturn;\n }\n}\nclass GetFacebookPageInfoRequest {\n static fromProto(proto) {\n let m = new GetFacebookPageInfoRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetFacebookPageInfoResponse {\n static fromProto(proto) {\n let m = new GetFacebookPageInfoResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.textDump !== 'undefined') {\n toReturn['textDump'] = this.textDump;\n }\n return toReturn;\n }\n}\nclass GetGoogleBusinessInfoRequest {\n static fromProto(proto) {\n let m = new GetGoogleBusinessInfoRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetGoogleBusinessInfoResponse {\n static fromProto(proto) {\n let m = new GetGoogleBusinessInfoResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.textDump !== 'undefined') {\n toReturn['textDump'] = this.textDump;\n }\n return toReturn;\n }\n}\nclass GetInfoGroupIdRequest {\n static fromProto(proto) {\n let m = new GetInfoGroupIdRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetInfoGroupIdResponse {\n static fromProto(proto) {\n let m = new GetInfoGroupIdResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.infogroupId !== 'undefined') {\n toReturn['infogroupId'] = this.infogroupId;\n }\n return toReturn;\n }\n}\nclass GetListingDistributionActivationStatusRequest {\n static fromProto(proto) {\n let m = new GetListingDistributionActivationStatusRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n return toReturn;\n }\n}\nclass GetListingDistributionActivationStatusResponse {\n static fromProto(proto) {\n let m = new GetListingDistributionActivationStatusResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.isActive !== 'undefined') {\n toReturn['isActive'] = this.isActive;\n }\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n return toReturn;\n }\n}\nclass GetListingSourceByIdRequest {\n static fromProto(proto) {\n let m = new GetListingSourceByIdRequest();\n m = Object.assign(m, proto);\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n return toReturn;\n }\n}\nclass GetListingSourceByIdResponse {\n static fromProto(proto) {\n let m = new GetListingSourceByIdResponse();\n m = Object.assign(m, proto);\n if (proto.source) {\n m.source = Source.fromProto(proto.source);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.source !== 'undefined' && this.source !== null) {\n toReturn['source'] = 'toApiJson' in this.source ? this.source.toApiJson() : this.source;\n }\n return toReturn;\n }\n}\nclass GetListingSourcesRequest {\n static fromProto(proto) {\n let m = new GetListingSourcesRequest();\n m = Object.assign(m, proto);\n if (proto.provider) {\n m.provider = enumStringToValue(Provider, proto.provider);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.provider !== 'undefined') {\n toReturn['provider'] = this.provider;\n }\n return toReturn;\n }\n}\nclass GetListingSourcesResponse {\n static fromProto(proto) {\n let m = new GetListingSourcesResponse();\n m = Object.assign(m, proto);\n if (proto.sources) {\n m.sources = Object.keys(proto.sources).reduce((obj, k) => {\n obj[k] = Source.fromProto(proto.sources[k]);\n return obj;\n }, {});\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.sources !== 'undefined' && this.sources !== null) {\n toReturn['sources'] = 'toApiJson' in this.sources ? this.sources.toApiJson() : this.sources;\n }\n return toReturn;\n }\n}\nclass GetProductSettingsRequest {\n static fromProto(proto) {\n let m = new GetProductSettingsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n return toReturn;\n }\n}\nclass GetProductSettingsResponse {\n static fromProto(proto) {\n let m = new GetProductSettingsResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.canEditKeywords !== 'undefined') {\n toReturn['canEditKeywords'] = this.canEditKeywords;\n }\n return toReturn;\n }\n}\nclass ListSocialServicesRequest {\n static fromProto(proto) {\n let m = new ListSocialServicesRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.clientTags !== 'undefined') {\n toReturn['clientTags'] = this.clientTags;\n }\n if (typeof this.refresh !== 'undefined') {\n toReturn['refresh'] = this.refresh;\n }\n return toReturn;\n }\n}\nclass ListSocialServicesResponse {\n static fromProto(proto) {\n let m = new ListSocialServicesResponse();\n m = Object.assign(m, proto);\n if (proto.socialServices) {\n m.socialServices = proto.socialServices.map(SocialService.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.socialServices !== 'undefined' && this.socialServices !== null) {\n toReturn['socialServices'] = 'toApiJson' in this.socialServices ? this.socialServices.toApiJson() : this.socialServices;\n }\n return toReturn;\n }\n}\nclass ListVendorListingsRequest {\n static fromProto(proto) {\n let m = new ListVendorListingsRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass ListVendorListingsResponse {\n static fromProto(proto) {\n let m = new ListVendorListingsResponse();\n m = Object.assign(m, proto);\n if (proto.vendorListing) {\n m.vendorListing = proto.vendorListing.map(VendorListing.fromProto);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.vendorListing !== 'undefined' && this.vendorListing !== null) {\n toReturn['vendorListing'] = 'toApiJson' in this.vendorListing ? this.vendorListing.toApiJson() : this.vendorListing;\n }\n return toReturn;\n }\n}\nclass ManuallyDeactivateUberallProvisioningRequest {\n static fromProto(proto) {\n let m = new ManuallyDeactivateUberallProvisioningRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass ManuallyFixYextProvisioningRequest {\n static fromProto(proto) {\n let m = new ManuallyFixYextProvisioningRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n if (typeof this.activationId !== 'undefined') {\n toReturn['activationId'] = this.activationId;\n }\n return toReturn;\n }\n}\nclass ManuallyProvisionUberallRequest {\n static fromProto(proto) {\n let m = new ManuallyProvisionUberallRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.addonId !== 'undefined') {\n toReturn['addonId'] = this.addonId;\n }\n if (typeof this.activationId !== 'undefined') {\n toReturn['activationId'] = this.activationId;\n }\n return toReturn;\n }\n}\nclass SocialService {\n static fromProto(proto) {\n let m = new SocialService();\n m = Object.assign(m, proto);\n if (proto.accuracy) {\n m.accuracy = SourceAccuracy.fromProto(proto.accuracy);\n }\n if (proto.score) {\n m.score = parseInt(proto.score, 10);\n }\n if (proto.maxScore) {\n m.maxScore = parseInt(proto.maxScore, 10);\n }\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.ssid !== 'undefined') {\n toReturn['ssid'] = this.ssid;\n }\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.username !== 'undefined') {\n toReturn['username'] = this.username;\n }\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.isAuthenticated !== 'undefined') {\n toReturn['isAuthenticated'] = this.isAuthenticated;\n }\n if (typeof this.profileUrl !== 'undefined') {\n toReturn['profileUrl'] = this.profileUrl;\n }\n if (typeof this.profileImageUrl !== 'undefined') {\n toReturn['profileImageUrl'] = this.profileImageUrl;\n }\n if (typeof this.serviceType !== 'undefined') {\n toReturn['serviceType'] = this.serviceType;\n }\n if (typeof this.socialProfileId !== 'undefined') {\n toReturn['socialProfileId'] = this.socialProfileId;\n }\n if (typeof this.isSyncing !== 'undefined') {\n toReturn['isSyncing'] = this.isSyncing;\n }\n if (typeof this.clientTags !== 'undefined') {\n toReturn['clientTags'] = this.clientTags;\n }\n if (typeof this.serviceId !== 'undefined') {\n toReturn['serviceId'] = this.serviceId;\n }\n if (typeof this.isDisabledFlag !== 'undefined') {\n toReturn['isDisabledFlag'] = this.isDisabledFlag;\n }\n if (typeof this.socialTokenBroken !== 'undefined') {\n toReturn['socialTokenBroken'] = this.socialTokenBroken;\n }\n if (typeof this.isVerified !== 'undefined') {\n toReturn['isVerified'] = this.isVerified;\n }\n if (typeof this.connectLink !== 'undefined') {\n toReturn['connectLink'] = this.connectLink;\n }\n if (typeof this.accuracy !== 'undefined' && this.accuracy !== null) {\n toReturn['accuracy'] = 'toApiJson' in this.accuracy ? this.accuracy.toApiJson() : this.accuracy;\n }\n if (typeof this.score !== 'undefined') {\n toReturn['score'] = this.score;\n }\n if (typeof this.maxScore !== 'undefined') {\n toReturn['maxScore'] = this.maxScore;\n }\n if (typeof this.listingUrl !== 'undefined') {\n toReturn['listingUrl'] = this.listingUrl;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n if (typeof this.listingId !== 'undefined') {\n toReturn['listingId'] = this.listingId;\n }\n return toReturn;\n }\n}\nclass GetListingSourcesResponseSourcesEntry {\n static fromProto(proto) {\n let m = new GetListingSourcesResponseSourcesEntry();\n m = Object.assign(m, proto);\n if (proto.key) {\n m.key = parseInt(proto.key, 10);\n }\n if (proto.value) {\n m.value = Source.fromProto(proto.value);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\n }\n if (typeof this.value !== 'undefined' && this.value !== null) {\n toReturn['value'] = 'toApiJson' in this.value ? this.value.toApiJson() : this.value;\n }\n return toReturn;\n }\n}\nclass StartBusinessDataScoreWorkflowRequest {\n static fromProto(proto) {\n let m = new StartBusinessDataScoreWorkflowRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessIds !== 'undefined') {\n toReturn['businessIds'] = this.businessIds;\n }\n return toReturn;\n }\n}\nclass UpdateListingSourceRequest {\n static fromProto(proto) {\n let m = new UpdateListingSourceRequest();\n m = Object.assign(m, proto);\n if (proto.source) {\n m.source = Source.fromProto(proto.source);\n }\n if (proto.fieldMask) {\n m.fieldMask = FieldMask.fromProto(proto.fieldMask);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.source !== 'undefined' && this.source !== null) {\n toReturn['source'] = 'toApiJson' in this.source ? this.source.toApiJson() : this.source;\n }\n if (typeof this.fieldMask !== 'undefined' && this.fieldMask !== null) {\n toReturn['fieldMask'] = 'toApiJson' in this.fieldMask ? this.fieldMask.toApiJson() : this.fieldMask;\n }\n return toReturn;\n }\n}\nclass UpdateListingSourceResponse {\n static fromProto(proto) {\n let m = new UpdateListingSourceResponse();\n m = Object.assign(m, proto);\n if (proto.source) {\n m.source = Source.fromProto(proto.source);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.source !== 'undefined' && this.source !== null) {\n toReturn['source'] = 'toApiJson' in this.source ? this.source.toApiJson() : this.source;\n }\n return toReturn;\n }\n}\nclass UpdateVendorSyncFlagRequest {\n static fromProto(proto) {\n let m = new UpdateVendorSyncFlagRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.vendorId !== 'undefined') {\n toReturn['vendorId'] = this.vendorId;\n }\n if (typeof this.syncing !== 'undefined') {\n toReturn['syncing'] = this.syncing;\n }\n return toReturn;\n }\n}\nclass VendorListing {\n static fromProto(proto) {\n let m = new VendorListing();\n m = Object.assign(m, proto);\n if (proto.accuracy) {\n m.accuracy = SourceAccuracy.fromProto(proto.accuracy);\n }\n if (proto.score) {\n m.score = parseInt(proto.score, 10);\n }\n if (proto.maxScore) {\n m.maxScore = parseInt(proto.maxScore, 10);\n }\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.isSyncing !== 'undefined') {\n toReturn['isSyncing'] = this.isSyncing;\n }\n if (typeof this.accuracy !== 'undefined' && this.accuracy !== null) {\n toReturn['accuracy'] = 'toApiJson' in this.accuracy ? this.accuracy.toApiJson() : this.accuracy;\n }\n if (typeof this.score !== 'undefined') {\n toReturn['score'] = this.score;\n }\n if (typeof this.maxScore !== 'undefined') {\n toReturn['maxScore'] = this.maxScore;\n }\n if (typeof this.listingUrl !== 'undefined') {\n toReturn['listingUrl'] = this.listingUrl;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n if (typeof this.listingId !== 'undefined') {\n toReturn['listingId'] = this.listingId;\n }\n return toReturn;\n }\n}\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Objects Index.\n// *********************************\n\nconst environment = (window ? window['environment'] : 'prod') ?? 'prod';\nconst hostMap = {\n 'local': 'listing-products-api.vendasta-local.com',\n 'test': '',\n 'demo': 'listing-products-api-demo.apigateway.co',\n 'prod': 'listing-products-api-prod.apigateway.co',\n 'production': 'listing-products-api-prod.apigateway.co'\n};\nlet HostService = /*#__PURE__*/(() => {\n class HostService {\n get host() {\n return hostMap[environment.toLowerCase()];\n }\n get hostWithScheme() {\n return 'https://' + this.host;\n }\n }\n HostService.ɵfac = function HostService_Factory(t) {\n return new (t || HostService)();\n };\n HostService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: HostService,\n factory: HostService.ɵfac,\n providedIn: 'root'\n });\n return HostService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// API Service.\n// *********************************\nlet CitationsApiService = /*#__PURE__*/(() => {\n class CitationsApiService {\n constructor(http, hostService) {\n this.http = http;\n this.hostService = hostService;\n this._host = this.hostService.hostWithScheme;\n }\n apiOptions() {\n return {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json'\n }),\n withCredentials: true\n };\n }\n startCitationWorkflow(r) {\n const request = r.toApiJson ? r : new StartCitationWorkflowRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.Citations/StartCitationWorkflow\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getCitationData(r) {\n const request = r.toApiJson ? r : new GetCitationDataRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.Citations/GetCitationData\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetCitationDataResponse.fromProto(resp)));\n }\n deleteCitations(r) {\n const request = r.toApiJson ? r : new DeleteCitationsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.Citations/DeleteCitations\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n CitationsApiService.ɵfac = function CitationsApiService_Factory(t) {\n return new (t || CitationsApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n CitationsApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: CitationsApiService,\n factory: CitationsApiService.ɵfac,\n providedIn: 'root'\n });\n return CitationsApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// API Service.\n// *********************************\nlet ListingProductsApiService = /*#__PURE__*/(() => {\n class ListingProductsApiService {\n constructor(http, hostService) {\n this.http = http;\n this.hostService = hostService;\n this._host = this.hostService.hostWithScheme;\n }\n apiOptions() {\n return {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json'\n }),\n withCredentials: true\n };\n }\n getGoogleMyBusinessInsightsData(r) {\n const request = r.toApiJson ? r : new GetGoogleMyBusinessInsightsDataRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetGoogleMyBusinessInsightsData\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetGoogleMyBusinessInsightsDataResponse.fromProto(resp)));\n }\n getGoogleMyBusinessInsightsDataBucketed(r) {\n const request = r.toApiJson ? r : new GetGoogleMyBusinessInsightsDataBucketedRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetGoogleMyBusinessInsightsDataBucketed\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetGoogleMyBusinessInsightsDataBucketedResponse.fromProto(resp)));\n }\n listVendorListings(r) {\n const request = r.toApiJson ? r : new ListVendorListingsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/ListVendorListings\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListVendorListingsResponse.fromProto(resp)));\n }\n updateVendorSyncFlag(r) {\n const request = r.toApiJson ? r : new UpdateVendorSyncFlagRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/UpdateVendorSyncFlag\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n submitTurboLister(r) {\n const request = r.toApiJson ? r : new SubmitTurboListerRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/SubmitTurboLister\", request.toApiJson(), this.apiOptions()).pipe(map(resp => SubmitTurboListerResponse.fromProto(resp)));\n }\n getAddonAttributes(r) {\n const request = r.toApiJson ? r : new GetAddonAttributesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetAddonAttributes\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetAddonAttributesResponse.fromProto(resp)));\n }\n createAddonAttributes(r) {\n const request = r.toApiJson ? r : new CreateAddonAttributesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/CreateAddonAttributes\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n updateAddonAttributes(r) {\n const request = r.toApiJson ? r : new UpdateAddonAttributesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/UpdateAddonAttributes\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deleteAddonAttributes(r) {\n const request = r.toApiJson ? r : new DeleteAddonAttributesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/DeleteAddonAttributes\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getMultiAddonAttributes(r) {\n const request = r.toApiJson ? r : new GetMultiAddonAttributesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetMultiAddonAttributes\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMultiAddonAttributesResponse.fromProto(resp)));\n }\n bulkConnectLocationsForGoogleUser(r) {\n const request = r.toApiJson ? r : new BulkConnectLocationsForGoogleUserRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/BulkConnectLocationsForGoogleUser\", request.toApiJson(), this.apiOptions()).pipe(map(resp => BulkConnectLocationsForGoogleUserResponse.fromProto(resp)));\n }\n manuallyFixYextProvisioning(r) {\n const request = r.toApiJson ? r : new ManuallyFixYextProvisioningRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/ManuallyFixYextProvisioning\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n manuallyProvisionUberall(r) {\n const request = r.toApiJson ? r : new ManuallyProvisionUberallRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/ManuallyProvisionUberall\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n manuallyDeactivateUberallProvisioning(r) {\n const request = r.toApiJson ? r : new ManuallyDeactivateUberallProvisioningRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/ManuallyDeactivateUberallProvisioning\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getGoogleBusinessInfo(r) {\n const request = r.toApiJson ? r : new GetGoogleBusinessInfoRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetGoogleBusinessInfo\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetGoogleBusinessInfoResponse.fromProto(resp)));\n }\n getFacebookPageInfo(r) {\n const request = r.toApiJson ? r : new GetFacebookPageInfoRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetFacebookPageInfo\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetFacebookPageInfoResponse.fromProto(resp)));\n }\n getAppleBusinessConnectInfo(r) {\n const request = r.toApiJson ? r : new GetAppleBusinessConnectInfoRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetAppleBusinessConnectInfo\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetAppleBusinessConnectInfoResponse.fromProto(resp)));\n }\n getBingPlacesInfo(r) {\n const request = r.toApiJson ? r : new GetBingPlacesInfoRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetBingPlacesInfo\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetBingPlacesInfoResponse.fromProto(resp)));\n }\n checkSubmissionStatus(r) {\n const request = r.toApiJson ? r : new CheckSubmissionStatusRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/CheckSubmissionStatus\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getInfoGroupId(r) {\n const request = r.toApiJson ? r : new GetInfoGroupIdRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetInfoGroupId\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetInfoGroupIdResponse.fromProto(resp)));\n }\n getListingDistributionActivationStatus(r) {\n const request = r.toApiJson ? r : new GetListingDistributionActivationStatusRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetListingDistributionActivationStatus\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetListingDistributionActivationStatusResponse.fromProto(resp)));\n }\n listSocialServices(r) {\n const request = r.toApiJson ? r : new ListSocialServicesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/ListSocialServices\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListSocialServicesResponse.fromProto(resp)));\n }\n getSyndicationInfo(r) {\n const request = r.toApiJson ? r : new GetSyndicationInfoRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetSyndicationInfo\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetSyndicationInfoResponse.fromProto(resp)));\n }\n getProductSettings(r) {\n const request = r.toApiJson ? r : new GetProductSettingsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetProductSettings\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetProductSettingsResponse.fromProto(resp)));\n }\n getDoctorDotComCategories(r) {\n const request = r.toApiJson ? r : new GetDoctorDotComCategoriesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/GetDoctorDotComCategories\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetDoctorDotComCategoriesResponse.fromProto(resp)));\n }\n fetchAndSubmitSourceUrLsToCs(r) {\n const request = r.toApiJson ? r : new FetchAndSubmitSourceURLsToCSRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/FetchAndSubmitSourceURLsToCS\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n startBusinessDataScoreWorkflow(r) {\n const request = r.toApiJson ? r : new StartBusinessDataScoreWorkflowRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProductsService/StartBusinessDataScoreWorkflow\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n ListingProductsApiService.ɵfac = function ListingProductsApiService_Factory(t) {\n return new (t || ListingProductsApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ListingProductsApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ListingProductsApiService,\n factory: ListingProductsApiService.ɵfac,\n providedIn: 'root'\n });\n return ListingProductsApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// API Service.\n// *********************************\nlet ListingProfileApiService = /*#__PURE__*/(() => {\n class ListingProfileApiService {\n constructor(http, hostService) {\n this.http = http;\n this.hostService = hostService;\n this._host = this.hostService.hostWithScheme;\n }\n apiOptions() {\n return {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json'\n }),\n withCredentials: true\n };\n }\n create(r) {\n const request = r.toApiJson ? r : new CreateListingProfileRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/Create\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateListingProfileResponse.fromProto(resp)));\n }\n getMulti(r) {\n const request = r.toApiJson ? r : new GetMultiListingProfileRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/GetMulti\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMultiListingProfileResponse.fromProto(resp)));\n }\n update(r) {\n const request = r.toApiJson ? r : new UpdateListingProfileRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/Update\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n delete(r) {\n const request = r.toApiJson ? r : new DeleteListingProfileRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/Delete\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getMoreHoursTypes(r) {\n const request = r.toApiJson ? r : new GetMoreHoursTypesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/GetMoreHoursTypes\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMoreHoursTypesResponse.fromProto(resp)));\n }\n getAttributeMetadata(r) {\n const request = r.toApiJson ? r : new GetAttributeMetadataRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/GetAttributeMetadata\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetAttributeMetadataResponse.fromProto(resp)));\n }\n getDoctorDotComCategories(r) {\n const request = r.toApiJson ? r : new GetDoctorDotComCategoriesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/GetDoctorDotComCategories\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetDoctorDotComCategoriesResponse.fromProto(resp)));\n }\n legacyApiCreate(r) {\n const request = r.toApiJson ? r : new LegacyAPICreateRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/LegacyAPICreate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n legacyApiUpdate(r) {\n const request = r.toApiJson ? r : new LegacyAPIUpdateRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingProfileService/LegacyAPIUpdate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n ListingProfileApiService.ɵfac = function ListingProfileApiService_Factory(t) {\n return new (t || ListingProfileApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ListingProfileApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ListingProfileApiService,\n factory: ListingProfileApiService.ɵfac,\n providedIn: 'root'\n });\n return ListingProfileApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// API Service.\n// *********************************\nlet ListingSourceApiService = /*#__PURE__*/(() => {\n class ListingSourceApiService {\n constructor(http, hostService) {\n this.http = http;\n this.hostService = hostService;\n this._host = this.hostService.hostWithScheme;\n }\n apiOptions() {\n return {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json'\n }),\n withCredentials: true\n };\n }\n getListingSources(r) {\n const request = r.toApiJson ? r : new GetListingSourcesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingSourceService/GetListingSources\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetListingSourcesResponse.fromProto(resp)));\n }\n getListingSourceById(r) {\n const request = r.toApiJson ? r : new GetListingSourceByIdRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingSourceService/GetListingSourceById\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetListingSourceByIdResponse.fromProto(resp)));\n }\n getListingSourceByProviderId(r) {\n const request = r.toApiJson ? r : new GetListingSourceByProviderIdRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingSourceService/GetListingSourceByProviderId\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetListingSourceByProviderIdResponse.fromProto(resp)));\n }\n getPartnerSources(r) {\n const request = r.toApiJson ? r : new GetPartnerSourcesRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingSourceService/GetPartnerSources\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetPartnerSourcesResponse.fromProto(resp)));\n }\n createListingSource(r) {\n const request = r.toApiJson ? r : new CreateListingSourceRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingSourceService/CreateListingSource\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deleteListingSource(r) {\n const request = r.toApiJson ? r : new DeleteListingSourceRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingSourceService/DeleteListingSource\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n updateListingSource(r) {\n const request = r.toApiJson ? r : new UpdateListingSourceRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.ListingSourceService/UpdateListingSource\", request.toApiJson(), this.apiOptions()).pipe(map(resp => UpdateListingSourceResponse.fromProto(resp)));\n }\n }\n ListingSourceApiService.ɵfac = function ListingSourceApiService_Factory(t) {\n return new (t || ListingSourceApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ListingSourceApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ListingSourceApiService,\n factory: ListingSourceApiService.ɵfac,\n providedIn: 'root'\n });\n return ListingSourceApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// API Service.\n// *********************************\nlet PartnerSettingsApiService = /*#__PURE__*/(() => {\n class PartnerSettingsApiService {\n constructor(http, hostService) {\n this.http = http;\n this.hostService = hostService;\n this._host = this.hostService.hostWithScheme;\n }\n apiOptions() {\n return {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json'\n }),\n withCredentials: true\n };\n }\n createPartnerSettings(r) {\n const request = r.toApiJson ? r : new CreatePartnerSettingsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.PartnerSettingsService/CreatePartnerSettings\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getPartnerSettings(r) {\n const request = r.toApiJson ? r : new GetPartnerSettingsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.PartnerSettingsService/GetPartnerSettings\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetPartnerSettingsResponse.fromProto(resp)));\n }\n upsertPartnerSettings(r) {\n const request = r.toApiJson ? r : new UpsertPartnerSettingsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.PartnerSettingsService/UpsertPartnerSettings\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n PartnerSettingsApiService.ɵfac = function PartnerSettingsApiService_Factory(t) {\n return new (t || PartnerSettingsApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n PartnerSettingsApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: PartnerSettingsApiService,\n factory: PartnerSettingsApiService.ɵfac,\n providedIn: 'root'\n });\n return PartnerSettingsApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// API Service.\n// *********************************\nlet SEOApiService = /*#__PURE__*/(() => {\n class SEOApiService {\n constructor(http, hostService) {\n this.http = http;\n this.hostService = hostService;\n this._host = this.hostService.hostWithScheme;\n }\n apiOptions() {\n return {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json'\n }),\n withCredentials: true\n };\n }\n getSeoData(r) {\n const request = r.toApiJson ? r : new GetSEODataRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SEOService/GetSEOData\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetSEODataResponse.fromProto(resp)));\n }\n startLocalSeoDataWorkflow(r) {\n const request = r.toApiJson ? r : new StartLocalSEODataWorkflowRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SEOService/StartLocalSEODataWorkflow\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n saveSeoSettings(r) {\n const request = r.toApiJson ? r : new SaveSEOSettingsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SEOService/SaveSEOSettings\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getSeoSettings(r) {\n const request = r.toApiJson ? r : new GetSEOSettingsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SEOService/GetSEOSettings\", request.toApiJson(), this.apiOptions()).pipe(map(resp => SEOSettingsResponse.fromProto(resp)));\n }\n getActiveSeoAddons(r) {\n const request = r.toApiJson ? r : new GetActiveSEOAddonsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SEOService/GetActiveSEOAddons\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetActiveSEOAddonsResponse.fromProto(resp)));\n }\n startSeoCategoryWorkflow(r) {\n const request = r.toApiJson ? r : new StartSEOCategoryWorkflowRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SEOService/StartSEOCategoryWorkflow\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n SEOApiService.ɵfac = function SEOApiService_Factory(t) {\n return new (t || SEOApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n SEOApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: SEOApiService,\n factory: SEOApiService.ɵfac,\n providedIn: 'root'\n });\n return SEOApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// API Service.\n// *********************************\nlet SEOSuggestedKeywordsApiService = /*#__PURE__*/(() => {\n class SEOSuggestedKeywordsApiService {\n constructor(http, hostService) {\n this.http = http;\n this.hostService = hostService;\n this._host = this.hostService.hostWithScheme;\n }\n apiOptions() {\n return {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json'\n }),\n withCredentials: true\n };\n }\n getOrGenerateSeoSuggestedKeywords(r) {\n const request = r.toApiJson ? r : new GetOrGenerateSEOSuggestedKeywordsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SEOSuggestedKeywordsService/GetOrGenerateSEOSuggestedKeywords\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetOrGenerateSEOSuggestedKeywordsResponse.fromProto(resp)));\n }\n getSeoSuggestedKeywords(r) {\n const request = r.toApiJson ? r : new GetSEOSuggestedKeywordsRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SEOSuggestedKeywordsService/GetSEOSuggestedKeywords\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetSEOSuggestedKeywordsResponse.fromProto(resp)));\n }\n }\n SEOSuggestedKeywordsApiService.ɵfac = function SEOSuggestedKeywordsApiService_Factory(t) {\n return new (t || SEOSuggestedKeywordsApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n SEOSuggestedKeywordsApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: SEOSuggestedKeywordsApiService,\n factory: SEOSuggestedKeywordsApiService.ɵfac,\n providedIn: 'root'\n });\n return SEOSuggestedKeywordsApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// API Service.\n// *********************************\nlet SuggestionApiService = /*#__PURE__*/(() => {\n class SuggestionApiService {\n constructor(http, hostService) {\n this.http = http;\n this.hostService = hostService;\n this._host = this.hostService.hostWithScheme;\n }\n apiOptions() {\n return {\n headers: new HttpHeaders({\n 'Content-Type': 'application/json'\n }),\n withCredentials: true\n };\n }\n getSuggestion(r) {\n const request = r.toApiJson ? r : new GetSuggestionRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SuggestionService/GetSuggestion\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetSuggestionResponse.fromProto(resp)));\n }\n getMulti(r) {\n const request = r.toApiJson ? r : new GetMultiSuggestionRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SuggestionService/GetMulti\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMultiSuggestionResponse.fromProto(resp)));\n }\n delete(r) {\n const request = r.toApiJson ? r : new DeleteSuggestionRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SuggestionService/Delete\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n list(r) {\n const request = r.toApiJson ? r : new ListSuggestionRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SuggestionService/List\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListSuggestionResponse.fromProto(resp)));\n }\n suggestFieldUpdate(r) {\n const request = r.toApiJson ? r : new SuggestFieldUpdateRequest(r);\n return this.http.post(this._host + \"/listing_products.v1.SuggestionService/SuggestFieldUpdate\", request.toApiJson(), this.apiOptions()).pipe(map(resp => SuggestFieldUpdateResponse.fromProto(resp)));\n }\n }\n SuggestionApiService.ɵfac = function SuggestionApiService_Factory(t) {\n return new (t || SuggestionApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n SuggestionApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: SuggestionApiService,\n factory: SuggestionApiService.ɵfac,\n providedIn: 'root'\n });\n return SuggestionApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Index.\n// *********************************\nlet ListingProductsService = /*#__PURE__*/(() => {\n class ListingProductsService {\n constructor(_api) {\n this._api = _api;\n }\n getGoogleMyBusinessInsightsData(businessId, startDate, endDate) {\n return this._api.getGoogleMyBusinessInsightsData({\n businessId: businessId,\n startDate: startDate,\n endDate: endDate\n }).pipe(catchError(handleError));\n }\n getGoogleMyBusinessInsightsDataBucketed(businessId, startDate, endDate) {\n return this._api.getGoogleMyBusinessInsightsDataBucketed({\n businessId: businessId,\n startDate: startDate,\n endDate: endDate\n }).pipe(catchError(handleError));\n }\n }\n ListingProductsService.ɵfac = function ListingProductsService_Factory(t) {\n return new (t || ListingProductsService)(i0.ɵɵinject(ListingProductsApiService));\n };\n ListingProductsService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ListingProductsService,\n factory: ListingProductsService.ɵfac,\n providedIn: \"root\"\n });\n return ListingProductsService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nfunction handleError(error) {\n if (error.error instanceof ErrorEvent) {\n console.error(`An error occurred:`, error.error.message);\n } else {\n console.error(`Server returned ${error.message}`);\n }\n return throwError(() => `Failed to talk to Listing Products microservice`);\n}\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { Access, AccuracyStatus, ActivateAccounts, Activation, AddonActivation, AddonActivationAddonActivationStatus, AddonAttributes, AddonType, AnchorData, AnchorDataMatches, AppKey, BingAttribute, BingAttributeMetaData, BingAttributeMetaDataList, BingAttributes, BulkConnectLocationsForGoogleUserRequest, BulkConnectLocationsForGoogleUserResponse, BulkConnectLocationsForGoogleUserResponseConnectionsEntry, BusinessHours, BusinessKeywords, CheckSubmissionStatusRequest, Citation, CitationsApiService, CitationsByDomain, ClosedStatus, CompetitorLocation, ConditionalField, CreateAddonAttributesRequest, CreateCompetitors, CreateListingProfileRequest, CreateListingProfileResponse, CreateListingSourceRequest, CreateOperation, CreatePartnerSettingsRequest, DayOfWeek, DeleteAddonAttributesRequest, DeleteCitationsRequest, DeleteListingProfileRequest, DeleteListingSourceRequest, DeleteSuggestionRequest, DoctorDotComCategory, ExternalIdentifiers, FetchAndSubmitSourceURLsToCSRequest, FieldMask, GBPClaimStatus, Geo, GetActiveSEOAddonsRequest, GetActiveSEOAddonsResponse, GetAddonAttributesRequest, GetAddonAttributesResponse, GetAppleBusinessConnectInfoRequest, GetAppleBusinessConnectInfoResponse, GetAttributeMetadataRequest, GetAttributeMetadataResponse, GetBingPlacesInfoRequest, GetBingPlacesInfoResponse, GetCitationDataRequest, GetCitationDataResponse, GetDoctorDotComCategoriesRequest, GetDoctorDotComCategoriesResponse, GetFacebookPageInfoRequest, GetFacebookPageInfoResponse, GetGoogleBusinessInfoRequest, GetGoogleBusinessInfoResponse, GetGoogleMyBusinessInsightsDataBucketedRequest, GetGoogleMyBusinessInsightsDataBucketedResponse, GetGoogleMyBusinessInsightsDataRequest, GetGoogleMyBusinessInsightsDataResponse, GetInfoGroupIdRequest, GetInfoGroupIdResponse, GetListingDistributionActivationStatusRequest, GetListingDistributionActivationStatusResponse, GetListingSourceByIdRequest, GetListingSourceByIdResponse, GetListingSourceByProviderIdRequest, GetListingSourceByProviderIdResponse, GetListingSourcesRequest, GetListingSourcesResponse, GetListingSourcesResponseSourcesEntry, GetMoreHoursTypesRequest, GetMoreHoursTypesResponse, GetMultiAddonAttributesRequest, GetMultiAddonAttributesResponse, GetMultiAddonAttributesResponseAddonAttributesEntry, GetMultiListingProfileRequest, GetMultiListingProfileResponse, GetMultiListingProfileResponseListingProfileContainer, GetMultiSuggestionRequest, GetMultiSuggestionResponse, GetOrGenerateSEOSuggestedKeywordsRequest, GetOrGenerateSEOSuggestedKeywordsResponse, GetPartnerSettingsRequest, GetPartnerSettingsResponse, GetPartnerSourcesRequest, GetPartnerSourcesResponse, GetPartnerSourcesResponseSourcesEntry, GetProductSettingsRequest, GetProductSettingsResponse, GetSEODataRequest, GetSEODataResponse, GetSEOSettingsRequest, GetSEOSuggestedKeywordsRequest, GetSEOSuggestedKeywordsResponse, GetSuggestionRequest, GetSuggestionResponse, GetSyndicationInfoRequest, GetSyndicationInfoResponse, GoogleAttribute, GoogleAttributeMetaData, GoogleAttributeMetaDataList, GoogleAttributes, GoogleDate, GooglePlace, HealthCareProfessionalInformation, HealthCareProfessionalInformationGender, HealthCareProfessionalInformationIsProvider, HistoricalCitationsDataPoint, HostService, HoursOfOperation, HoursOfOperationSpan, Insight, InsightBucket, InsightBucketed, IsAvailable, KeywordInfo, LegacyAPICreateRequest, LegacyAPIUpdateRequest, LegacyProductDetails, LifecycleStage, ListSocialServicesRequest, ListSocialServicesResponse, ListSuggestionRequest, ListSuggestionResponse, ListVendorListingsRequest, ListVendorListingsResponse, ListingProductsApiService, ListingProductsService, ListingProfile, ListingProfileApiService, ListingSourceApiService, LocalSearchData, LocalSearchResult, LocalSearchReviews, Location, LocationOverride, ManuallyDeactivateUberallProvisioningRequest, ManuallyFixYextProvisioningRequest, ManuallyProvisionUberallRequest, MarketingClassification, MarketingInfo, MoreHoursType, PartnerOverride, PartnerSettingsApiService, ProjectionFilter, Provider, ProviderType, ReadFilter, RegularHoursPeriod, RichData, RichDataPaymentMethods, SEOApiService, SEOData, SEOSettingsResponse, SEOSuggestedKeywordsApiService, SaveSEOSettingsRequest, ServiceArea, ServiceAreaBusinessType, ServiceAvailability, SocialService, SocialURLs, Source, SourceAccuracy, SourceLocationSpecificOverridesEntry, SourcePartnerSpecificOverridesEntry, SpecialHoursPeriod, SpecialHoursStatus, StartBusinessDataScoreWorkflowRequest, StartCitationWorkflowRequest, StartLocalSEODataWorkflowRequest, StartSEOCategoryWorkflowRequest, SubmitTurboListerRequest, SubmitTurboListerResponse, SuggestFieldUpdateRequest, SuggestFieldUpdateResponse, Suggestion, SuggestionApiService, SyndicationInfo, TimeOfDay, UpdateAddonAttributesRequest, UpdateListingProfileRequest, UpdateListingSourceRequest, UpdateListingSourceResponse, UpdateOperation, UpdateOption, UpdateVendorSyncFlagRequest, UpsertPartnerSettingsRequest, ValueType, VendorAttributeMetaData, VendorListing, Vicinity };\n"],"mappings":"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","names":["AddonType","ProviderType","AccuracyStatus","DayOfWeek","ClosedStatus","HealthCareProfessionalInformationGender","IsAvailable","HealthCareProfessionalInformationIsProvider","LifecycleStage","MarketingClassification","RichDataPaymentMethods","ServiceAreaBusinessType","SpecialHoursStatus","ValueType","UpdateOption","FieldMask","_FieldMask","proto","m","kwargs","toReturn","enumStringToValue$d","enumRef","value","AddonAttributes","_AddonAttributes","AddonType","ProviderType","CreateAddonAttributesRequest","_CreateAddonAttributesRequest","proto","m","AddonAttributes","kwargs","toReturn","DeleteAddonAttributesRequest","_DeleteAddonAttributesRequest","GetAddonAttributesRequest","_GetAddonAttributesRequest","GetAddonAttributesResponse","_GetAddonAttributesResponse","GetMultiAddonAttributesRequest","_GetMultiAddonAttributesRequest","v","enumStringToValue$d","AddonType","ProviderType","GetMultiAddonAttributesResponse","_GetMultiAddonAttributesResponse","obj","k","UpdateAddonAttributesRequest","_UpdateAddonAttributesRequest","FieldMask","GetGoogleMyBusinessInsightsDataBucketedRequest","_GetGoogleMyBusinessInsightsDataBucketedRequest","proto","m","kwargs","toReturn","GetGoogleMyBusinessInsightsDataBucketedResponse","_GetGoogleMyBusinessInsightsDataBucketedResponse","InsightBucketed","GetGoogleMyBusinessInsightsDataRequest","_GetGoogleMyBusinessInsightsDataRequest","GetGoogleMyBusinessInsightsDataResponse","_GetGoogleMyBusinessInsightsDataResponse","Insight","_Insight","InsightBucket","_InsightBucket","_InsightBucketed","enumStringToValue$a","enumRef","value","AnchorData","_AnchorData","AnchorDataMatches","_AnchorDataMatches","FetchAndSubmitSourceURLsToCSRequest","_FetchAndSubmitSourceURLsToCSRequest","GetSyndicationInfoRequest","_GetSyndicationInfoRequest","GetSyndicationInfoResponse","_GetSyndicationInfoResponse","SyndicationInfo","SourceAccuracy","_SourceAccuracy","AccuracyStatus","SubmitTurboListerRequest","_SubmitTurboListerRequest","SubmitTurboListerResponse","_SubmitTurboListerResponse","_SyndicationInfo","GoogleDate","_GoogleDate","proto","m","kwargs","toReturn","TimeOfDay","_TimeOfDay","proto","m","kwargs","toReturn","enumStringToValue$6","enumRef","value","ActivateAccounts","_ActivateAccounts","Activation","_Activation","AppKey","_AppKey","BingAttribute","_BingAttribute","BingAttributeMetaData","_BingAttributeMetaData","ValueType","BingAttributeMetaDataList","_BingAttributeMetaDataList","BingAttributes","_BingAttributes","BusinessHours","_BusinessHours","RegularHoursPeriod","SpecialHoursPeriod","CompetitorLocation","_CompetitorLocation","ConditionalField","_ConditionalField","CreateCompetitors","_CreateCompetitors","CreateListingProfileRequest","_CreateListingProfileRequest","Location","UpdateOperation","CreateOperation","CreateListingProfileResponse","_CreateListingProfileResponse","_CreateOperation","DeleteListingProfileRequest","_DeleteListingProfileRequest","DoctorDotComCategory","_DoctorDotComCategory","ExternalIdentifiers","_ExternalIdentifiers","Geo","_Geo","GetAttributeMetadataRequest","_GetAttributeMetadataRequest","GetAttributeMetadataResponse","_GetAttributeMetadataResponse","VendorAttributeMetaData","GetMoreHoursTypesRequest","_GetMoreHoursTypesRequest","GetMoreHoursTypesResponse","_GetMoreHoursTypesResponse","MoreHoursType","GetMultiListingProfileRequest","_GetMultiListingProfileRequest","ProjectionFilter","ReadFilter","GetMultiListingProfileResponse","_GetMultiListingProfileResponse","GetMultiListingProfileResponseListingProfileContainer","GoogleAttribute","_GoogleAttribute","GoogleAttributeMetaData","_GoogleAttributeMetaData","GoogleAttributeMetaDataList","_GoogleAttributeMetaDataList","GoogleAttributes","_GoogleAttributes","GooglePlace","_GooglePlace","HealthCareProfessionalInformation","_HealthCareProfessionalInformation","HealthCareProfessionalInformationGender","HealthCareProfessionalInformationIsProvider","HoursOfOperation","_HoursOfOperation","HoursOfOperationSpan","LegacyAPICreateRequest","_LegacyAPICreateRequest","LegacyAPIUpdateRequest","_LegacyAPIUpdateRequest","LegacyProductDetails","_LegacyProductDetails","ListingProfile","_ListingProfile","SocialURLs","RichData","MarketingInfo","_GetMultiListingProfileResponseListingProfileContainer","_Location","ServiceArea","_MarketingInfo","MarketingClassification","LifecycleStage","_MoreHoursType","_ProjectionFilter","_ReadFilter","_RegularHoursPeriod","DayOfWeek","_RichData","v","RichDataPaymentMethods","ServiceAvailability","_ServiceArea","ServiceAreaBusinessType","_ServiceAvailability","IsAvailable","ClosedStatus","_SocialURLs","_HoursOfOperationSpan","_SpecialHoursPeriod","SpecialHoursStatus","GoogleDate","UpdateListingProfileRequest","_UpdateListingProfileRequest","_UpdateOperation","FieldMask","_VendorAttributeMetaData","enumStringToValue$5","DeleteSuggestionRequest","_DeleteSuggestionRequest","GetMultiSuggestionRequest","_GetMultiSuggestionRequest","GetMultiSuggestionResponse","_GetMultiSuggestionResponse","Suggestion","GetSuggestionRequest","_GetSuggestionRequest","GetSuggestionResponse","_GetSuggestionResponse","ListSuggestionRequest","_ListSuggestionRequest","ListSuggestionResponse","_ListSuggestionResponse","SuggestFieldUpdateRequest","_SuggestFieldUpdateRequest","UpdateOption","SuggestFieldUpdateResponse","_SuggestFieldUpdateResponse","_Suggestion","BulkConnectLocationsForGoogleUserRequest","_BulkConnectLocationsForGoogleUserRequest","proto","m","kwargs","toReturn","BulkConnectLocationsForGoogleUserResponse","_BulkConnectLocationsForGoogleUserResponse","obj","k","CheckSubmissionStatusRequest","_CheckSubmissionStatusRequest","GetAppleBusinessConnectInfoRequest","_GetAppleBusinessConnectInfoRequest","proto","m","kwargs","toReturn","GetAppleBusinessConnectInfoResponse","_GetAppleBusinessConnectInfoResponse","GetBingPlacesInfoRequest","_GetBingPlacesInfoRequest","GetBingPlacesInfoResponse","_GetBingPlacesInfoResponse","GetDoctorDotComCategoriesRequest","_GetDoctorDotComCategoriesRequest","GetDoctorDotComCategoriesResponse","_GetDoctorDotComCategoriesResponse","DoctorDotComCategory","GetFacebookPageInfoRequest","_GetFacebookPageInfoRequest","GetFacebookPageInfoResponse","_GetFacebookPageInfoResponse","GetGoogleBusinessInfoRequest","_GetGoogleBusinessInfoRequest","GetGoogleBusinessInfoResponse","_GetGoogleBusinessInfoResponse","GetInfoGroupIdRequest","_GetInfoGroupIdRequest","GetInfoGroupIdResponse","_GetInfoGroupIdResponse","GetListingDistributionActivationStatusRequest","_GetListingDistributionActivationStatusRequest","GetListingDistributionActivationStatusResponse","_GetListingDistributionActivationStatusResponse","GetProductSettingsRequest","_GetProductSettingsRequest","proto","m","kwargs","toReturn","GetProductSettingsResponse","_GetProductSettingsResponse","ListSocialServicesRequest","_ListSocialServicesRequest","ListSocialServicesResponse","_ListSocialServicesResponse","SocialService","ListVendorListingsRequest","_ListVendorListingsRequest","ListVendorListingsResponse","_ListVendorListingsResponse","VendorListing","ManuallyDeactivateUberallProvisioningRequest","_ManuallyDeactivateUberallProvisioningRequest","ManuallyFixYextProvisioningRequest","_ManuallyFixYextProvisioningRequest","ManuallyProvisionUberallRequest","_ManuallyProvisionUberallRequest","_SocialService","SourceAccuracy","StartBusinessDataScoreWorkflowRequest","_StartBusinessDataScoreWorkflowRequest","proto","m","kwargs","toReturn","UpdateVendorSyncFlagRequest","_UpdateVendorSyncFlagRequest","proto","m","kwargs","toReturn","VendorListing","_VendorListing","SourceAccuracy","environment","hostMap","HostService","t","ɵɵdefineInjectable","ListingProductsApiService","http","hostService","HttpHeaders","r","request","GetGoogleMyBusinessInsightsDataRequest","map","resp","GetGoogleMyBusinessInsightsDataResponse","GetGoogleMyBusinessInsightsDataBucketedRequest","GetGoogleMyBusinessInsightsDataBucketedResponse","ListVendorListingsRequest","ListVendorListingsResponse","UpdateVendorSyncFlagRequest","__spreadProps","__spreadValues","SubmitTurboListerRequest","SubmitTurboListerResponse","GetAddonAttributesRequest","GetAddonAttributesResponse","CreateAddonAttributesRequest","UpdateAddonAttributesRequest","DeleteAddonAttributesRequest","GetMultiAddonAttributesRequest","GetMultiAddonAttributesResponse","BulkConnectLocationsForGoogleUserRequest","BulkConnectLocationsForGoogleUserResponse","ManuallyFixYextProvisioningRequest","ManuallyProvisionUberallRequest","ManuallyDeactivateUberallProvisioningRequest","GetGoogleBusinessInfoRequest","GetGoogleBusinessInfoResponse","GetFacebookPageInfoRequest","GetFacebookPageInfoResponse","GetAppleBusinessConnectInfoRequest","GetAppleBusinessConnectInfoResponse","GetBingPlacesInfoRequest","GetBingPlacesInfoResponse","CheckSubmissionStatusRequest","GetInfoGroupIdRequest","GetInfoGroupIdResponse","GetListingDistributionActivationStatusRequest","GetListingDistributionActivationStatusResponse","ListSocialServicesRequest","ListSocialServicesResponse","GetSyndicationInfoRequest","GetSyndicationInfoResponse","GetProductSettingsRequest","GetProductSettingsResponse","GetDoctorDotComCategoriesRequest","GetDoctorDotComCategoriesResponse","FetchAndSubmitSourceURLsToCSRequest","StartBusinessDataScoreWorkflowRequest","t","ɵɵinject","HttpClient","HostService","ɵɵdefineInjectable","ListingProfileApiService","CreateListingProfileRequest","CreateListingProfileResponse","GetMultiListingProfileRequest","GetMultiListingProfileResponse","UpdateListingProfileRequest","DeleteListingProfileRequest","GetMoreHoursTypesRequest","GetMoreHoursTypesResponse","GetAttributeMetadataRequest","GetAttributeMetadataResponse","LegacyAPICreateRequest","LegacyAPIUpdateRequest","SuggestionApiService","http","hostService","HttpHeaders","r","request","GetSuggestionRequest","map","resp","GetSuggestionResponse","GetMultiSuggestionRequest","GetMultiSuggestionResponse","DeleteSuggestionRequest","__spreadProps","__spreadValues","ListSuggestionRequest","ListSuggestionResponse","SuggestFieldUpdateRequest","SuggestFieldUpdateResponse","t","ɵɵinject","HttpClient","HostService","ɵɵdefineInjectable"],"x_google_ignoreList":[0]}