{"version":3,"sources":["node_modules/@vendasta/account-group/fesm2020/vendasta-account-group.mjs"],"sourcesContent":["import * as i0 from '@angular/core';\nimport { Injectable } from '@angular/core';\nimport * as i1 from '@angular/common/http';\nimport { HttpHeaders } from '@angular/common/http';\nimport { map } from 'rxjs/operators';\n\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar AuxiliaryDataFieldType = /*#__PURE__*/function (AuxiliaryDataFieldType) {\n AuxiliaryDataFieldType[AuxiliaryDataFieldType[\"AUXILIARY_DATA_FIELD_TYPE_INVALID\"] = 0] = \"AUXILIARY_DATA_FIELD_TYPE_INVALID\";\n AuxiliaryDataFieldType[AuxiliaryDataFieldType[\"AUXILIARY_DATA_FIELD_TYPE_STRING\"] = 1] = \"AUXILIARY_DATA_FIELD_TYPE_STRING\";\n AuxiliaryDataFieldType[AuxiliaryDataFieldType[\"AUXILIARY_DATA_FIELD_TYPE_INTEGER\"] = 2] = \"AUXILIARY_DATA_FIELD_TYPE_INTEGER\";\n AuxiliaryDataFieldType[AuxiliaryDataFieldType[\"AUXILIARY_DATA_FIELD_TYPE_DATE\"] = 3] = \"AUXILIARY_DATA_FIELD_TYPE_DATE\";\n AuxiliaryDataFieldType[AuxiliaryDataFieldType[\"AUXILIARY_DATA_FIELD_TYPE_DROPDOWN\"] = 4] = \"AUXILIARY_DATA_FIELD_TYPE_DROPDOWN\";\n AuxiliaryDataFieldType[AuxiliaryDataFieldType[\"AUXILIARY_DATA_FIELD_TYPE_CURRENCY\"] = 5] = \"AUXILIARY_DATA_FIELD_TYPE_CURRENCY\";\n return AuxiliaryDataFieldType;\n}(AuxiliaryDataFieldType || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar LookupRequestAccountFilterOperator = /*#__PURE__*/function (LookupRequestAccountFilterOperator) {\n LookupRequestAccountFilterOperator[LookupRequestAccountFilterOperator[\"UNSET\"] = 0] = \"UNSET\";\n LookupRequestAccountFilterOperator[LookupRequestAccountFilterOperator[\"OR\"] = 1] = \"OR\";\n LookupRequestAccountFilterOperator[LookupRequestAccountFilterOperator[\"AND\"] = 2] = \"AND\";\n return LookupRequestAccountFilterOperator;\n}(LookupRequestAccountFilterOperator || {});\nvar LookupRequestAccountStatus = /*#__PURE__*/function (LookupRequestAccountStatus) {\n LookupRequestAccountStatus[LookupRequestAccountStatus[\"Enabled\"] = 0] = \"Enabled\";\n LookupRequestAccountStatus[LookupRequestAccountStatus[\"Disabled\"] = 1] = \"Disabled\";\n LookupRequestAccountStatus[LookupRequestAccountStatus[\"Trial\"] = 2] = \"Trial\";\n return LookupRequestAccountStatus;\n}(LookupRequestAccountStatus || {});\nvar ActionListModifyActions = /*#__PURE__*/function (ActionListModifyActions) {\n ActionListModifyActions[ActionListModifyActions[\"APPEND\"] = 0] = \"APPEND\";\n ActionListModifyActions[ActionListModifyActions[\"REMOVE\"] = 1] = \"REMOVE\";\n return ActionListModifyActions;\n}(ActionListModifyActions || {});\nvar LookupRequestListingDistributionFilterActivationStatus = /*#__PURE__*/function (LookupRequestListingDistributionFilterActivationStatus) {\n LookupRequestListingDistributionFilterActivationStatus[LookupRequestListingDistributionFilterActivationStatus[\"ACTIVATION_STATUS_UNSPECIFIED\"] = 0] = \"ACTIVATION_STATUS_UNSPECIFIED\";\n LookupRequestListingDistributionFilterActivationStatus[LookupRequestListingDistributionFilterActivationStatus[\"ACTIVATION_STATUS_ACTIVE\"] = 1] = \"ACTIVATION_STATUS_ACTIVE\";\n LookupRequestListingDistributionFilterActivationStatus[LookupRequestListingDistributionFilterActivationStatus[\"ACTIVATION_STATUS_INACTIVE\"] = 2] = \"ACTIVATION_STATUS_INACTIVE\";\n LookupRequestListingDistributionFilterActivationStatus[LookupRequestListingDistributionFilterActivationStatus[\"ACTIVATION_STATUS_EXPIRED\"] = 3] = \"ACTIVATION_STATUS_EXPIRED\";\n return LookupRequestListingDistributionFilterActivationStatus;\n}(LookupRequestListingDistributionFilterActivationStatus || {});\nvar AggregationSupportedFields = /*#__PURE__*/function (AggregationSupportedFields) {\n AggregationSupportedFields[AggregationSupportedFields[\"AGGREGATION_UNSPECIFIED\"] = 0] = \"AGGREGATION_UNSPECIFIED\";\n AggregationSupportedFields[AggregationSupportedFields[\"AGGREGATION_TAGS\"] = 1] = \"AGGREGATION_TAGS\";\n AggregationSupportedFields[AggregationSupportedFields[\"AGGREGATION_MARKETING_INFO_CONVERSION_POINT\"] = 2] = \"AGGREGATION_MARKETING_INFO_CONVERSION_POINT\";\n return AggregationSupportedFields;\n}(AggregationSupportedFields || {});\nvar LookupRequestListingDistributionFilterAutoRenew = /*#__PURE__*/function (LookupRequestListingDistributionFilterAutoRenew) {\n LookupRequestListingDistributionFilterAutoRenew[LookupRequestListingDistributionFilterAutoRenew[\"AUTO_RENEW_UNSPECIFIED\"] = 0] = \"AUTO_RENEW_UNSPECIFIED\";\n LookupRequestListingDistributionFilterAutoRenew[LookupRequestListingDistributionFilterAutoRenew[\"AUTO_RENEW_ENABLED\"] = 1] = \"AUTO_RENEW_ENABLED\";\n LookupRequestListingDistributionFilterAutoRenew[LookupRequestListingDistributionFilterAutoRenew[\"AUTO_RENEW_DISABLED\"] = 2] = \"AUTO_RENEW_DISABLED\";\n return LookupRequestListingDistributionFilterAutoRenew;\n}(LookupRequestListingDistributionFilterAutoRenew || {});\nvar AuxiliaryDataSearchDateOperation = /*#__PURE__*/function (AuxiliaryDataSearchDateOperation) {\n AuxiliaryDataSearchDateOperation[AuxiliaryDataSearchDateOperation[\"DATE_UNDEFINED\"] = 0] = \"DATE_UNDEFINED\";\n AuxiliaryDataSearchDateOperation[AuxiliaryDataSearchDateOperation[\"DATE_RANGE\"] = 1] = \"DATE_RANGE\";\n return AuxiliaryDataSearchDateOperation;\n}(AuxiliaryDataSearchDateOperation || {});\nvar AuxiliaryDataSearchIntegerOperation = /*#__PURE__*/function (AuxiliaryDataSearchIntegerOperation) {\n AuxiliaryDataSearchIntegerOperation[AuxiliaryDataSearchIntegerOperation[\"INT_UNDEFINED\"] = 0] = \"INT_UNDEFINED\";\n AuxiliaryDataSearchIntegerOperation[AuxiliaryDataSearchIntegerOperation[\"INT_RANGE\"] = 1] = \"INT_RANGE\";\n return AuxiliaryDataSearchIntegerOperation;\n}(AuxiliaryDataSearchIntegerOperation || {});\nvar AuxiliaryDataSearchStringOperation = /*#__PURE__*/function (AuxiliaryDataSearchStringOperation) {\n AuxiliaryDataSearchStringOperation[AuxiliaryDataSearchStringOperation[\"STRING_UNDEFINED\"] = 0] = \"STRING_UNDEFINED\";\n AuxiliaryDataSearchStringOperation[AuxiliaryDataSearchStringOperation[\"STRING_EQUALS\"] = 1] = \"STRING_EQUALS\";\n AuxiliaryDataSearchStringOperation[AuxiliaryDataSearchStringOperation[\"STRING_DOES_NOT_EQUAL\"] = 2] = \"STRING_DOES_NOT_EQUAL\";\n return AuxiliaryDataSearchStringOperation;\n}(AuxiliaryDataSearchStringOperation || {});\nvar ListingSyncProBillingFrequency = /*#__PURE__*/function (ListingSyncProBillingFrequency) {\n ListingSyncProBillingFrequency[ListingSyncProBillingFrequency[\"MONTHLY\"] = 0] = \"MONTHLY\";\n ListingSyncProBillingFrequency[ListingSyncProBillingFrequency[\"YEARLY\"] = 1] = \"YEARLY\";\n ListingSyncProBillingFrequency[ListingSyncProBillingFrequency[\"ONE_TIME\"] = 2] = \"ONE_TIME\";\n return ListingSyncProBillingFrequency;\n}(ListingSyncProBillingFrequency || {});\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 ContactDetailsForListDuplicatesCriteriaMatchType = /*#__PURE__*/function (ContactDetailsForListDuplicatesCriteriaMatchType) {\n ContactDetailsForListDuplicatesCriteriaMatchType[ContactDetailsForListDuplicatesCriteriaMatchType[\"CRITERIA_MATCH_TYPE_UNKNOWN\"] = 0] = \"CRITERIA_MATCH_TYPE_UNKNOWN\";\n ContactDetailsForListDuplicatesCriteriaMatchType[ContactDetailsForListDuplicatesCriteriaMatchType[\"CRITERIA_MATCH_TYPE_PHONE_NUMBER\"] = 1] = \"CRITERIA_MATCH_TYPE_PHONE_NUMBER\";\n ContactDetailsForListDuplicatesCriteriaMatchType[ContactDetailsForListDuplicatesCriteriaMatchType[\"CRITERIA_MATCH_TYPE_EMAIL\"] = 2] = \"CRITERIA_MATCH_TYPE_EMAIL\";\n ContactDetailsForListDuplicatesCriteriaMatchType[ContactDetailsForListDuplicatesCriteriaMatchType[\"CRITERIA_MATCH_TYPE_PHONE_NUMBER_AND_EMAIL\"] = 3] = \"CRITERIA_MATCH_TYPE_PHONE_NUMBER_AND_EMAIL\";\n ContactDetailsForListDuplicatesCriteriaMatchType[ContactDetailsForListDuplicatesCriteriaMatchType[\"CRITERIA_MATCH_TYPE_PHONENUMBER_OR_EMAIL\"] = 4] = \"CRITERIA_MATCH_TYPE_PHONENUMBER_OR_EMAIL\";\n return ContactDetailsForListDuplicatesCriteriaMatchType;\n}(ContactDetailsForListDuplicatesCriteriaMatchType || {});\nvar EstimatedAnnualRevenue = /*#__PURE__*/function (EstimatedAnnualRevenue) {\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_UNSPECIFIED\"] = 0] = \"ESTIMATED_ANNUAL_REVENUE_UNSPECIFIED\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_0_1M\"] = 1] = \"ESTIMATED_ANNUAL_REVENUE_0_1M\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_1M_10M\"] = 2] = \"ESTIMATED_ANNUAL_REVENUE_1M_10M\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_10M_50M\"] = 3] = \"ESTIMATED_ANNUAL_REVENUE_10M_50M\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_50M_100M\"] = 4] = \"ESTIMATED_ANNUAL_REVENUE_50M_100M\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_100M_250M\"] = 5] = \"ESTIMATED_ANNUAL_REVENUE_100M_250M\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_250M_500M\"] = 6] = \"ESTIMATED_ANNUAL_REVENUE_250M_500M\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_500M_1B\"] = 7] = \"ESTIMATED_ANNUAL_REVENUE_500M_1B\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_1B_10B\"] = 8] = \"ESTIMATED_ANNUAL_REVENUE_1B_10B\";\n EstimatedAnnualRevenue[EstimatedAnnualRevenue[\"ESTIMATED_ANNUAL_REVENUE_10B_OR_MORE\"] = 9] = \"ESTIMATED_ANNUAL_REVENUE_10B_OR_MORE\";\n return EstimatedAnnualRevenue;\n}(EstimatedAnnualRevenue || {});\nvar UpdateAccountWithExternalBusinessDataRequestFields = /*#__PURE__*/function (UpdateAccountWithExternalBusinessDataRequestFields) {\n UpdateAccountWithExternalBusinessDataRequestFields[UpdateAccountWithExternalBusinessDataRequestFields[\"TAXONOMY\"] = 0] = \"TAXONOMY\";\n UpdateAccountWithExternalBusinessDataRequestFields[UpdateAccountWithExternalBusinessDataRequestFields[\"NAPW\"] = 1] = \"NAPW\";\n return UpdateAccountWithExternalBusinessDataRequestFields;\n}(UpdateAccountWithExternalBusinessDataRequestFields || {});\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 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 LookupRequestPresence = /*#__PURE__*/function (LookupRequestPresence) {\n LookupRequestPresence[LookupRequestPresence[\"Any\"] = 0] = \"Any\";\n LookupRequestPresence[LookupRequestPresence[\"Present\"] = 1] = \"Present\";\n LookupRequestPresence[LookupRequestPresence[\"Absent\"] = 2] = \"Absent\";\n return LookupRequestPresence;\n}(LookupRequestPresence || {});\nvar SearchCategoryMigrationRequestReviewStatus = /*#__PURE__*/function (SearchCategoryMigrationRequestReviewStatus) {\n SearchCategoryMigrationRequestReviewStatus[SearchCategoryMigrationRequestReviewStatus[\"UNSET\"] = 0] = \"UNSET\";\n SearchCategoryMigrationRequestReviewStatus[SearchCategoryMigrationRequestReviewStatus[\"UNDER_REVIEW\"] = 1] = \"UNDER_REVIEW\";\n SearchCategoryMigrationRequestReviewStatus[SearchCategoryMigrationRequestReviewStatus[\"REVIEWED\"] = 2] = \"REVIEWED\";\n return SearchCategoryMigrationRequestReviewStatus;\n}(SearchCategoryMigrationRequestReviewStatus || {});\nvar SearchableField = /*#__PURE__*/function (SearchableField) {\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_UNSPECIFIED\"] = 0] = \"SEARCHABLE_FIELD_UNSPECIFIED\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_COMPANY_NAME\"] = 1] = \"SEARCHABLE_FIELD_COMPANY_NAME\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_COMMON_NAME\"] = 2] = \"SEARCHABLE_FIELD_COMMON_NAME\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_ADDRESS\"] = 3] = \"SEARCHABLE_FIELD_ADDRESS\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_ADDRESS_2\"] = 4] = \"SEARCHABLE_FIELD_ADDRESS_2\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_CITY\"] = 5] = \"SEARCHABLE_FIELD_CITY\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_STATE\"] = 6] = \"SEARCHABLE_FIELD_STATE\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_ZIP\"] = 7] = \"SEARCHABLE_FIELD_ZIP\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_COUNTRY\"] = 8] = \"SEARCHABLE_FIELD_COUNTRY\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_WORK_NUMBER\"] = 9] = \"SEARCHABLE_FIELD_WORK_NUMBER\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_SOCIAL_PROFILE_ID\"] = 10] = \"SEARCHABLE_FIELD_SOCIAL_PROFILE_ID\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_CUSTOMER_ID\"] = 11] = \"SEARCHABLE_FIELD_CUSTOMER_ID\";\n SearchableField[SearchableField[\"SEARCHABLE_FIELD_ACCOUNT_GROUP_ID\"] = 12] = \"SEARCHABLE_FIELD_ACCOUNT_GROUP_ID\";\n return SearchableField;\n}(SearchableField || {});\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 ListingSyncProServiceProviders = /*#__PURE__*/function (ListingSyncProServiceProviders) {\n ListingSyncProServiceProviders[ListingSyncProServiceProviders[\"UBERALL\"] = 0] = \"UBERALL\";\n ListingSyncProServiceProviders[ListingSyncProServiceProviders[\"YEXT\"] = 1] = \"YEXT\";\n return ListingSyncProServiceProviders;\n}(ListingSyncProServiceProviders || {});\nvar SortDirection = /*#__PURE__*/function (SortDirection) {\n SortDirection[SortDirection[\"Ascending\"] = 0] = \"Ascending\";\n SortDirection[SortDirection[\"Descending\"] = 1] = \"Descending\";\n return SortDirection;\n}(SortDirection || {});\nvar SortField = /*#__PURE__*/function (SortField) {\n SortField[SortField[\"Modified\"] = 0] = \"Modified\";\n SortField[SortField[\"Created\"] = 1] = \"Created\";\n SortField[SortField[\"CompanyName\"] = 2] = \"CompanyName\";\n return SortField;\n}(SortField || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums Index.\n// *********************************\n\nfunction enumStringToValue$7(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$6(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass MethodMetadata {\n static fromProto(proto) {\n let m = new MethodMetadata();\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.isPublic !== 'undefined') {\n toReturn['isPublic'] = this.isPublic;\n }\n if (typeof this.scopes !== 'undefined') {\n toReturn['scopes'] = this.scopes;\n }\n return toReturn;\n }\n}\nclass SDKMetadata {\n static fromProto(proto) {\n let m = new SDKMetadata();\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.sdkName !== 'undefined') {\n toReturn['sdkName'] = this.sdkName;\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 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$4(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass PagedRequestOptions {\n static fromProto(proto) {\n let m = new PagedRequestOptions();\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.cursor !== 'undefined') {\n toReturn['cursor'] = this.cursor;\n }\n if (typeof this.pageSize !== 'undefined') {\n toReturn['pageSize'] = this.pageSize;\n }\n return toReturn;\n }\n}\nclass PagedResponseMetadata {\n static fromProto(proto) {\n let m = new PagedResponseMetadata();\n m = Object.assign(m, proto);\n if (proto.totalResults) {\n m.totalResults = parseInt(proto.totalResults, 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.nextCursor !== 'undefined') {\n toReturn['nextCursor'] = this.nextCursor;\n }\n if (typeof this.hasMore !== 'undefined') {\n toReturn['hasMore'] = this.hasMore;\n }\n if (typeof this.totalResults !== 'undefined') {\n toReturn['totalResults'] = this.totalResults;\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 AddressInfo {\n static fromProto(proto) {\n let m = new AddressInfo();\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.address !== 'undefined') {\n toReturn['address'] = this.address;\n }\n if (typeof this.address2 !== 'undefined') {\n toReturn['address2'] = this.address2;\n }\n if (typeof this.country !== 'undefined') {\n toReturn['country'] = this.country;\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.footnotes !== 'undefined') {\n toReturn['footnotes'] = this.footnotes;\n }\n return toReturn;\n }\n}\nclass AddressValidationResult {\n static fromProto(proto) {\n let m = new AddressValidationResult();\n m = Object.assign(m, proto);\n if (proto.currentAddress) {\n m.currentAddress = AddressInfo.fromProto(proto.currentAddress);\n }\n if (proto.suggestedAddresses) {\n m.suggestedAddresses = proto.suggestedAddresses.map(AddressInfo.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.businessName !== 'undefined') {\n toReturn['businessName'] = this.businessName;\n }\n if (typeof this.currentAddress !== 'undefined' && this.currentAddress !== null) {\n toReturn['currentAddress'] = 'toApiJson' in this.currentAddress ? this.currentAddress.toApiJson() : this.currentAddress;\n }\n if (typeof this.suggestedAddresses !== 'undefined' && this.suggestedAddresses !== null) {\n toReturn['suggestedAddresses'] = 'toApiJson' in this.suggestedAddresses ? this.suggestedAddresses.toApiJson() : this.suggestedAddresses;\n }\n if (typeof this.addressErrors !== 'undefined') {\n toReturn['addressErrors'] = this.addressErrors;\n }\n return toReturn;\n }\n}\nclass ValidateAddressMultiRequest {\n static fromProto(proto) {\n let m = new ValidateAddressMultiRequest();\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 ValidateAddressMultiResponse {\n static fromProto(proto) {\n let m = new ValidateAddressMultiResponse();\n m = Object.assign(m, proto);\n if (proto.results) {\n m.results = proto.results.map(AddressValidationResult.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.results !== 'undefined' && this.results !== null) {\n toReturn['results'] = 'toApiJson' in this.results ? this.results.toApiJson() : this.results;\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 Competitor {\n static fromProto(proto) {\n let m = new Competitor();\n m = Object.assign(m, proto);\n if (proto.location) {\n m.location = Location.fromProto(proto.location);\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.competitorId !== 'undefined') {\n toReturn['competitorId'] = this.competitorId;\n }\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 CreateCompetitorRequest {\n static fromProto(proto) {\n let m = new CreateCompetitorRequest();\n m = Object.assign(m, proto);\n if (proto.location) {\n m.location = Location.fromProto(proto.location);\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.location !== 'undefined' && this.location !== null) {\n toReturn['location'] = 'toApiJson' in this.location ? this.location.toApiJson() : this.location;\n }\n return toReturn;\n }\n}\nclass CreateCompetitorResponse {\n static fromProto(proto) {\n let m = new CreateCompetitorResponse();\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.competitorId !== 'undefined') {\n toReturn['competitorId'] = this.competitorId;\n }\n return toReturn;\n }\n}\nclass DeleteCompetitorRequest {\n static fromProto(proto) {\n let m = new DeleteCompetitorRequest();\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.competitorId !== 'undefined') {\n toReturn['competitorId'] = this.competitorId;\n }\n return toReturn;\n }\n}\nclass GetCompetitorsRequest {\n static fromProto(proto) {\n let m = new GetCompetitorsRequest();\n m = Object.assign(m, proto);\n if (proto.pagingOptions) {\n m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);\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.pagingOptions !== 'undefined' && this.pagingOptions !== null) {\n toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;\n }\n return toReturn;\n }\n}\nclass GetCompetitorsResponse {\n static fromProto(proto) {\n let m = new GetCompetitorsResponse();\n m = Object.assign(m, proto);\n if (proto.competitors) {\n m.competitors = proto.competitors.map(Competitor.fromProto);\n }\n if (proto.pagingMetadata) {\n m.pagingMetadata = PagedResponseMetadata.fromProto(proto.pagingMetadata);\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.competitors !== 'undefined' && this.competitors !== null) {\n toReturn['competitors'] = 'toApiJson' in this.competitors ? this.competitors.toApiJson() : this.competitors;\n }\n if (typeof this.pagingMetadata !== 'undefined' && this.pagingMetadata !== null) {\n toReturn['pagingMetadata'] = 'toApiJson' in this.pagingMetadata ? this.pagingMetadata.toApiJson() : this.pagingMetadata;\n }\n return toReturn;\n }\n}\nclass Location {\n static fromProto(proto) {\n let m = new Location();\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 UpdateCompetitorRequest {\n static fromProto(proto) {\n let m = new UpdateCompetitorRequest();\n m = Object.assign(m, proto);\n if (proto.competitor) {\n m.competitor = Competitor.fromProto(proto.competitor);\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.competitor !== 'undefined' && this.competitor !== null) {\n toReturn['competitor'] = 'toApiJson' in this.competitor ? this.competitor.toApiJson() : this.competitor;\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$1(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass ArchiveAuxiliaryDataFieldSchemaRequest {\n static fromProto(proto) {\n let m = new ArchiveAuxiliaryDataFieldSchemaRequest();\n m = Object.assign(m, proto);\n if (proto.identifier) {\n m.identifier = FieldSchemaIdentifier.fromProto(proto.identifier);\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.identifier !== 'undefined' && this.identifier !== null) {\n toReturn['identifier'] = 'toApiJson' in this.identifier ? this.identifier.toApiJson() : this.identifier;\n }\n return toReturn;\n }\n}\nclass AuxiliaryDataFieldSchema {\n static fromProto(proto) {\n let m = new AuxiliaryDataFieldSchema();\n m = Object.assign(m, proto);\n if (proto.fieldType) {\n m.fieldType = enumStringToValue$1(AuxiliaryDataFieldType, proto.fieldType);\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.dropdownOptions) {\n m.dropdownOptions = proto.dropdownOptions.map(DropdownOption.fromProto);\n }\n if (proto.archived) {\n m.archived = new Date(proto.archived);\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.fieldId !== 'undefined') {\n toReturn['fieldId'] = this.fieldId;\n }\n if (typeof this.fieldType !== 'undefined') {\n toReturn['fieldType'] = this.fieldType;\n }\n if (typeof this.fieldName !== 'undefined') {\n toReturn['fieldName'] = this.fieldName;\n }\n if (typeof this.fieldDescription !== 'undefined') {\n toReturn['fieldDescription'] = this.fieldDescription;\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.dropdownOptions !== 'undefined' && this.dropdownOptions !== null) {\n toReturn['dropdownOptions'] = 'toApiJson' in this.dropdownOptions ? this.dropdownOptions.toApiJson() : this.dropdownOptions;\n }\n if (typeof this.currencyCode !== 'undefined') {\n toReturn['currencyCode'] = this.currencyCode;\n }\n if (typeof this.archived !== 'undefined' && this.archived !== null) {\n toReturn['archived'] = 'toApiJson' in this.archived ? this.archived.toApiJson() : this.archived;\n }\n if (typeof this.externalId !== 'undefined') {\n toReturn['externalId'] = this.externalId;\n }\n return toReturn;\n }\n}\nclass AuxiliaryDataObjectID {\n static fromProto(proto) {\n let m = new AuxiliaryDataObjectID();\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.objectId !== 'undefined') {\n toReturn['objectId'] = this.objectId;\n }\n return toReturn;\n }\n}\nclass CreateAuxiliaryDataFieldSchemaRequest {\n static fromProto(proto) {\n let m = new CreateAuxiliaryDataFieldSchemaRequest();\n m = Object.assign(m, proto);\n if (proto.fieldSchema) {\n m.fieldSchema = AuxiliaryDataFieldSchema.fromProto(proto.fieldSchema);\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.fieldSchema !== 'undefined' && this.fieldSchema !== null) {\n toReturn['fieldSchema'] = 'toApiJson' in this.fieldSchema ? this.fieldSchema.toApiJson() : this.fieldSchema;\n }\n return toReturn;\n }\n}\nclass DropdownOption {\n static fromProto(proto) {\n let m = new DropdownOption();\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.label !== 'undefined') {\n toReturn['label'] = this.label;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nclass FieldDataUpsertOperation {\n static fromProto(proto) {\n let m = new FieldDataUpsertOperation();\n m = Object.assign(m, proto);\n if (proto.integer) {\n m.integer = parseInt(proto.integer, 10);\n }\n if (proto.date) {\n m.date = new Date(proto.date);\n }\n if (proto.currencyValue) {\n m.currencyValue = parseInt(proto.currencyValue, 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.fieldDataId !== 'undefined') {\n toReturn['fieldDataId'] = this.fieldDataId;\n }\n if (typeof this.externalId !== 'undefined') {\n toReturn['externalId'] = this.externalId;\n }\n if (typeof this.integer !== 'undefined') {\n toReturn['integer'] = this.integer;\n }\n if (typeof this.string !== 'undefined') {\n toReturn['string'] = this.string;\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.dropdownValue !== 'undefined') {\n toReturn['dropdownValue'] = this.dropdownValue;\n }\n if (typeof this.currencyValue !== 'undefined') {\n toReturn['currencyValue'] = this.currencyValue;\n }\n if (typeof this.deleteValue !== 'undefined') {\n toReturn['deleteValue'] = this.deleteValue;\n }\n return toReturn;\n }\n}\nclass FieldSchemaIdentifier {\n static fromProto(proto) {\n let m = new FieldSchemaIdentifier();\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.fieldId !== 'undefined') {\n toReturn['fieldId'] = this.fieldId;\n }\n if (typeof this.externalId !== 'undefined') {\n toReturn['externalId'] = this.externalId;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n return toReturn;\n }\n}\nclass ListAuxiliaryDataFieldSchemaRequestFilters {\n static fromProto(proto) {\n let m = new ListAuxiliaryDataFieldSchemaRequestFilters();\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.onlyArchived !== 'undefined') {\n toReturn['onlyArchived'] = this.onlyArchived;\n }\n return toReturn;\n }\n}\nclass GetAuxiliaryDataFieldSchemaRequest {\n static fromProto(proto) {\n let m = new GetAuxiliaryDataFieldSchemaRequest();\n m = Object.assign(m, proto);\n if (proto.identifier) {\n m.identifier = FieldSchemaIdentifier.fromProto(proto.identifier);\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.identifier !== 'undefined' && this.identifier !== null) {\n toReturn['identifier'] = 'toApiJson' in this.identifier ? this.identifier.toApiJson() : this.identifier;\n }\n return toReturn;\n }\n}\nclass GetAuxiliaryDataFieldSchemaResponse {\n static fromProto(proto) {\n let m = new GetAuxiliaryDataFieldSchemaResponse();\n m = Object.assign(m, proto);\n if (proto.fieldSchema) {\n m.fieldSchema = AuxiliaryDataFieldSchema.fromProto(proto.fieldSchema);\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.fieldSchema !== 'undefined' && this.fieldSchema !== null) {\n toReturn['fieldSchema'] = 'toApiJson' in this.fieldSchema ? this.fieldSchema.toApiJson() : this.fieldSchema;\n }\n return toReturn;\n }\n}\nclass GetMultiAuxiliaryDataFieldSchemaRequest {\n static fromProto(proto) {\n let m = new GetMultiAuxiliaryDataFieldSchemaRequest();\n m = Object.assign(m, proto);\n if (proto.identifiers) {\n m.identifiers = proto.identifiers.map(FieldSchemaIdentifier.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.identifiers !== 'undefined' && this.identifiers !== null) {\n toReturn['identifiers'] = 'toApiJson' in this.identifiers ? this.identifiers.toApiJson() : this.identifiers;\n }\n return toReturn;\n }\n}\nclass GetMultiAuxiliaryDataFieldSchemaResponse {\n static fromProto(proto) {\n let m = new GetMultiAuxiliaryDataFieldSchemaResponse();\n m = Object.assign(m, proto);\n if (proto.fieldSchemas) {\n m.fieldSchemas = proto.fieldSchemas.map(AuxiliaryDataFieldSchema.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.fieldSchemas !== 'undefined' && this.fieldSchemas !== null) {\n toReturn['fieldSchemas'] = 'toApiJson' in this.fieldSchemas ? this.fieldSchemas.toApiJson() : this.fieldSchemas;\n }\n return toReturn;\n }\n}\nclass ListAuxiliaryDataFieldSchemaRequest {\n static fromProto(proto) {\n let m = new ListAuxiliaryDataFieldSchemaRequest();\n m = Object.assign(m, proto);\n if (proto.pagingOptions) {\n m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);\n }\n if (proto.filters) {\n m.filters = ListAuxiliaryDataFieldSchemaRequestFilters.fromProto(proto.filters);\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.pagingOptions !== 'undefined' && this.pagingOptions !== null) {\n toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;\n }\n if (typeof this.filters !== 'undefined' && this.filters !== null) {\n toReturn['filters'] = 'toApiJson' in this.filters ? this.filters.toApiJson() : this.filters;\n }\n return toReturn;\n }\n}\nclass ListAuxiliaryDataFieldSchemaResponse {\n static fromProto(proto) {\n let m = new ListAuxiliaryDataFieldSchemaResponse();\n m = Object.assign(m, proto);\n if (proto.fieldSchemas) {\n m.fieldSchemas = proto.fieldSchemas.map(AuxiliaryDataFieldSchema.fromProto);\n }\n if (proto.pagingMetadata) {\n m.pagingMetadata = PagedResponseMetadata.fromProto(proto.pagingMetadata);\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.fieldSchemas !== 'undefined' && this.fieldSchemas !== null) {\n toReturn['fieldSchemas'] = 'toApiJson' in this.fieldSchemas ? this.fieldSchemas.toApiJson() : this.fieldSchemas;\n }\n if (typeof this.pagingMetadata !== 'undefined' && this.pagingMetadata !== null) {\n toReturn['pagingMetadata'] = 'toApiJson' in this.pagingMetadata ? this.pagingMetadata.toApiJson() : this.pagingMetadata;\n }\n return toReturn;\n }\n}\nclass ListAuxiliaryDataRequest {\n static fromProto(proto) {\n let m = new ListAuxiliaryDataRequest();\n m = Object.assign(m, proto);\n if (proto.auxiliaryDataObjectId) {\n m.auxiliaryDataObjectId = AuxiliaryDataObjectID.fromProto(proto.auxiliaryDataObjectId);\n }\n if (proto.pagingOptions) {\n m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);\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.auxiliaryDataObjectId !== 'undefined' && this.auxiliaryDataObjectId !== null) {\n toReturn['auxiliaryDataObjectId'] = 'toApiJson' in this.auxiliaryDataObjectId ? this.auxiliaryDataObjectId.toApiJson() : this.auxiliaryDataObjectId;\n }\n if (typeof this.pagingOptions !== 'undefined' && this.pagingOptions !== null) {\n toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;\n }\n return toReturn;\n }\n}\nclass ListAuxiliaryDataResponse {\n static fromProto(proto) {\n let m = new ListAuxiliaryDataResponse();\n m = Object.assign(m, proto);\n if (proto.pagingMetadata) {\n m.pagingMetadata = PagedResponseMetadata.fromProto(proto.pagingMetadata);\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.jsonSchema !== 'undefined') {\n toReturn['jsonSchema'] = this.jsonSchema;\n }\n if (typeof this.jsonData !== 'undefined') {\n toReturn['jsonData'] = this.jsonData;\n }\n if (typeof this.pagingMetadata !== 'undefined' && this.pagingMetadata !== null) {\n toReturn['pagingMetadata'] = 'toApiJson' in this.pagingMetadata ? this.pagingMetadata.toApiJson() : this.pagingMetadata;\n }\n return toReturn;\n }\n}\nclass UnarchiveAuxiliaryDataFieldSchemaRequest {\n static fromProto(proto) {\n let m = new UnarchiveAuxiliaryDataFieldSchemaRequest();\n m = Object.assign(m, proto);\n if (proto.identifier) {\n m.identifier = FieldSchemaIdentifier.fromProto(proto.identifier);\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.identifier !== 'undefined' && this.identifier !== null) {\n toReturn['identifier'] = 'toApiJson' in this.identifier ? this.identifier.toApiJson() : this.identifier;\n }\n return toReturn;\n }\n}\nclass UpdateAuxiliaryDataFieldSchemaRequest {\n static fromProto(proto) {\n let m = new UpdateAuxiliaryDataFieldSchemaRequest();\n m = Object.assign(m, proto);\n if (proto.fieldSchema) {\n m.fieldSchema = AuxiliaryDataFieldSchema.fromProto(proto.fieldSchema);\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.fieldSchema !== 'undefined' && this.fieldSchema !== null) {\n toReturn['fieldSchema'] = 'toApiJson' in this.fieldSchema ? this.fieldSchema.toApiJson() : this.fieldSchema;\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 UpsertAuxiliaryDataRequest {\n static fromProto(proto) {\n let m = new UpsertAuxiliaryDataRequest();\n m = Object.assign(m, proto);\n if (proto.auxiliaryDataObjectId) {\n m.auxiliaryDataObjectId = AuxiliaryDataObjectID.fromProto(proto.auxiliaryDataObjectId);\n }\n if (proto.fieldDataUpsertOperations) {\n m.fieldDataUpsertOperations = proto.fieldDataUpsertOperations.map(FieldDataUpsertOperation.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.auxiliaryDataObjectId !== 'undefined' && this.auxiliaryDataObjectId !== null) {\n toReturn['auxiliaryDataObjectId'] = 'toApiJson' in this.auxiliaryDataObjectId ? this.auxiliaryDataObjectId.toApiJson() : this.auxiliaryDataObjectId;\n }\n if (typeof this.fieldDataUpsertOperations !== 'undefined' && this.fieldDataUpsertOperations !== null) {\n toReturn['fieldDataUpsertOperations'] = 'toApiJson' in this.fieldDataUpsertOperations ? this.fieldDataUpsertOperations.toApiJson() : this.fieldDataUpsertOperations;\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 Account {\n static fromProto(proto) {\n let m = new Account();\n m = Object.assign(m, proto);\n if (proto.expiry) {\n m.expiry = new Date(proto.expiry);\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.isTrial !== 'undefined') {\n toReturn['isTrial'] = this.isTrial;\n }\n if (typeof this.tags !== 'undefined') {\n toReturn['tags'] = this.tags;\n }\n if (typeof this.marketplaceAppId !== 'undefined') {\n toReturn['marketplaceAppId'] = this.marketplaceAppId;\n }\n if (typeof this.accountId !== 'undefined') {\n toReturn['accountId'] = this.accountId;\n }\n if (typeof this.expiry !== 'undefined' && this.expiry !== null) {\n toReturn['expiry'] = 'toApiJson' in this.expiry ? this.expiry.toApiJson() : this.expiry;\n }\n if (typeof this.editionId !== 'undefined') {\n toReturn['editionId'] = this.editionId;\n }\n return toReturn;\n }\n}\nclass LookupRequestAccountFilter {\n static fromProto(proto) {\n let m = new LookupRequestAccountFilter();\n m = Object.assign(m, proto);\n if (proto.accountStatus) {\n m.accountStatus = enumStringToValue(LookupRequestAccountStatus, proto.accountStatus);\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.marketplaceAppId !== 'undefined') {\n toReturn['marketplaceAppId'] = this.marketplaceAppId;\n }\n if (typeof this.accountStatus !== 'undefined') {\n toReturn['accountStatus'] = this.accountStatus;\n }\n if (typeof this.editionId !== 'undefined') {\n toReturn['editionId'] = this.editionId;\n }\n return toReturn;\n }\n}\nclass AccountGroup {\n static fromProto(proto) {\n let m = new AccountGroup();\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.accounts) {\n m.accounts = Accounts.fromProto(proto.accounts);\n }\n if (proto.listingDistribution) {\n m.listingDistribution = ListingDistributionDetails.fromProto(proto.listingDistribution);\n }\n if (proto.listingSyncPro) {\n m.listingSyncPro = ListingSyncPro.fromProto(proto.listingSyncPro);\n }\n if (proto.associations) {\n m.associations = proto.associations.map(Association.fromProto);\n }\n if (proto.accountGroupExternalIdentifiers) {\n m.accountGroupExternalIdentifiers = AccountGroupExternalIdentifiers.fromProto(proto.accountGroupExternalIdentifiers);\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.contactDetails) {\n m.contactDetails = ContactDetails.fromProto(proto.contactDetails);\n }\n if (proto.snapshotReports) {\n m.snapshotReports = Snapshots.fromProto(proto.snapshotReports);\n }\n if (proto.legacyProductDetails) {\n m.legacyProductDetails = LegacyProductDetails.fromProto(proto.legacyProductDetails);\n }\n if (proto.richData) {\n m.richData = RichData.fromProto(proto.richData);\n }\n if (proto.napData) {\n m.napData = AccountGroupLocation.fromProto(proto.napData);\n }\n if (proto.status) {\n m.status = Status.fromProto(proto.status);\n }\n if (proto.onBoardingStrategy) {\n m.onBoardingStrategy = OnBoardingStrategy.fromProto(proto.onBoardingStrategy);\n }\n if (proto.health) {\n m.health = AccountGroupHealth.fromProto(proto.health);\n }\n if (proto.constraints) {\n m.constraints = proto.constraints.map(Constraint.fromProto);\n }\n if (proto.additionalCompanyInfo) {\n m.additionalCompanyInfo = AdditionalCompanyInfo.fromProto(proto.additionalCompanyInfo);\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.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.accountGroupResourceId !== 'undefined') {\n toReturn['accountGroupResourceId'] = this.accountGroupResourceId;\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.accounts !== 'undefined' && this.accounts !== null) {\n toReturn['accounts'] = 'toApiJson' in this.accounts ? this.accounts.toApiJson() : this.accounts;\n }\n if (typeof this.listingDistribution !== 'undefined' && this.listingDistribution !== null) {\n toReturn['listingDistribution'] = 'toApiJson' in this.listingDistribution ? this.listingDistribution.toApiJson() : this.listingDistribution;\n }\n if (typeof this.listingSyncPro !== 'undefined' && this.listingSyncPro !== null) {\n toReturn['listingSyncPro'] = 'toApiJson' in this.listingSyncPro ? this.listingSyncPro.toApiJson() : this.listingSyncPro;\n }\n if (typeof this.associations !== 'undefined' && this.associations !== null) {\n toReturn['associations'] = 'toApiJson' in this.associations ? this.associations.toApiJson() : this.associations;\n }\n if (typeof this.accountGroupExternalIdentifiers !== 'undefined' && this.accountGroupExternalIdentifiers !== null) {\n toReturn['accountGroupExternalIdentifiers'] = 'toApiJson' in this.accountGroupExternalIdentifiers ? this.accountGroupExternalIdentifiers.toApiJson() : this.accountGroupExternalIdentifiers;\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.contactDetails !== 'undefined' && this.contactDetails !== null) {\n toReturn['contactDetails'] = 'toApiJson' in this.contactDetails ? this.contactDetails.toApiJson() : this.contactDetails;\n }\n if (typeof this.snapshotReports !== 'undefined' && this.snapshotReports !== null) {\n toReturn['snapshotReports'] = 'toApiJson' in this.snapshotReports ? this.snapshotReports.toApiJson() : this.snapshotReports;\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.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.status !== 'undefined' && this.status !== null) {\n toReturn['status'] = 'toApiJson' in this.status ? this.status.toApiJson() : this.status;\n }\n if (typeof this.onBoardingStrategy !== 'undefined' && this.onBoardingStrategy !== null) {\n toReturn['onBoardingStrategy'] = 'toApiJson' in this.onBoardingStrategy ? this.onBoardingStrategy.toApiJson() : this.onBoardingStrategy;\n }\n if (typeof this.health !== 'undefined' && this.health !== null) {\n toReturn['health'] = 'toApiJson' in this.health ? this.health.toApiJson() : this.health;\n }\n if (typeof this.constraints !== 'undefined' && this.constraints !== null) {\n toReturn['constraints'] = 'toApiJson' in this.constraints ? this.constraints.toApiJson() : this.constraints;\n }\n if (typeof this.additionalCompanyInfo !== 'undefined' && this.additionalCompanyInfo !== null) {\n toReturn['additionalCompanyInfo'] = 'toApiJson' in this.additionalCompanyInfo ? this.additionalCompanyInfo.toApiJson() : this.additionalCompanyInfo;\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 GetMultiResponseAccountGroupContainer {\n static fromProto(proto) {\n let m = new GetMultiResponseAccountGroupContainer();\n m = Object.assign(m, proto);\n if (proto.accountGroup) {\n m.accountGroup = AccountGroup.fromProto(proto.accountGroup);\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.accountGroup !== 'undefined' && this.accountGroup !== null) {\n toReturn['accountGroup'] = 'toApiJson' in this.accountGroup ? this.accountGroup.toApiJson() : this.accountGroup;\n }\n return toReturn;\n }\n}\nclass AccountGroupExternalIdentifiers {\n static fromProto(proto) {\n let m = new AccountGroupExternalIdentifiers();\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.origin !== 'undefined') {\n toReturn['origin'] = this.origin;\n }\n if (typeof this.jobId !== 'undefined') {\n toReturn['jobId'] = this.jobId;\n }\n if (typeof this.customerIdentifier !== 'undefined') {\n toReturn['customerIdentifier'] = this.customerIdentifier;\n }\n if (typeof this.tags !== 'undefined') {\n toReturn['tags'] = this.tags;\n }\n if (typeof this.actionLists !== 'undefined') {\n toReturn['actionLists'] = this.actionLists;\n }\n if (typeof this.socialProfileId !== 'undefined') {\n toReturn['socialProfileId'] = this.socialProfileId;\n }\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.taxIds !== 'undefined') {\n toReturn['taxIds'] = this.taxIds;\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.salesforceId !== 'undefined') {\n toReturn['salesforceId'] = this.salesforceId;\n }\n if (typeof this.vCategoryIds !== 'undefined') {\n toReturn['vCategoryIds'] = this.vCategoryIds;\n }\n if (typeof this.platformCrmCompanyId !== 'undefined') {\n toReturn['platformCrmCompanyId'] = this.platformCrmCompanyId;\n }\n if (typeof this.updateOrigin !== 'undefined') {\n toReturn['updateOrigin'] = this.updateOrigin;\n }\n return toReturn;\n }\n}\nclass AccountGroupHealth {\n static fromProto(proto) {\n let m = new AccountGroupHealth();\n m = Object.assign(m, proto);\n if (proto.updatedOn) {\n m.updatedOn = new Date(proto.updatedOn);\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.rating !== 'undefined') {\n toReturn['rating'] = this.rating;\n }\n if (typeof this.reason !== 'undefined') {\n toReturn['reason'] = this.reason;\n }\n if (typeof this.updatedBy !== 'undefined') {\n toReturn['updatedBy'] = this.updatedBy;\n }\n if (typeof this.updatedOn !== 'undefined' && this.updatedOn !== null) {\n toReturn['updatedOn'] = 'toApiJson' in this.updatedOn ? this.updatedOn.toApiJson() : this.updatedOn;\n }\n return toReturn;\n }\n}\nclass UpdateOperationAccountGroupHealthUpdate {\n static fromProto(proto) {\n let m = new UpdateOperationAccountGroupHealthUpdate();\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.reason !== 'undefined') {\n toReturn['reason'] = this.reason;\n }\n return toReturn;\n }\n}\nclass AccountGroupLocation {\n static fromProto(proto) {\n let m = new AccountGroupLocation();\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 Accounts {\n static fromProto(proto) {\n let m = new Accounts();\n m = Object.assign(m, proto);\n if (proto.accounts) {\n m.accounts = proto.accounts.map(Account.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.accounts !== 'undefined' && this.accounts !== null) {\n toReturn['accounts'] = 'toApiJson' in this.accounts ? this.accounts.toApiJson() : this.accounts;\n }\n return toReturn;\n }\n}\nclass ActionListAppend {\n static fromProto(proto) {\n let m = new ActionListAppend();\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.actionListName !== 'undefined') {\n toReturn['actionListName'] = this.actionListName;\n }\n return toReturn;\n }\n}\nclass ActionListModify {\n static fromProto(proto) {\n let m = new ActionListModify();\n m = Object.assign(m, proto);\n if (proto.action) {\n m.action = enumStringToValue(ActionListModifyActions, proto.action);\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.actionListName !== 'undefined') {\n toReturn['actionListName'] = this.actionListName;\n }\n if (typeof this.action !== 'undefined') {\n toReturn['action'] = this.action;\n }\n return toReturn;\n }\n}\nclass ActivateAccounts {\n static fromProto(proto) {\n let m = new ActivateAccounts();\n m = Object.assign(m, proto);\n if (proto.appKeys) {\n m.appKeys = proto.appKeys.map(AppKey.fromProto);\n }\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.appKeys !== 'undefined' && this.appKeys !== null) {\n toReturn['appKeys'] = 'toApiJson' in this.appKeys ? this.appKeys.toApiJson() : this.appKeys;\n }\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 AdditionalCompanyInfo {\n static fromProto(proto) {\n let m = new AdditionalCompanyInfo();\n m = Object.assign(m, proto);\n if (proto.estimatedAnnualRevenue) {\n m.estimatedAnnualRevenue = enumStringToValue(EstimatedAnnualRevenue, proto.estimatedAnnualRevenue);\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.numEmployees !== 'undefined') {\n toReturn['numEmployees'] = this.numEmployees;\n }\n if (typeof this.estimatedAnnualRevenue !== 'undefined') {\n toReturn['estimatedAnnualRevenue'] = this.estimatedAnnualRevenue;\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 Association {\n static fromProto(proto) {\n let m = new Association();\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.label !== 'undefined') {\n toReturn['label'] = this.label;\n }\n if (typeof this.productId !== 'undefined') {\n toReturn['productId'] = this.productId;\n }\n if (typeof this.productUserId !== 'undefined') {\n toReturn['productUserId'] = this.productUserId;\n }\n if (typeof this.vbcUserId !== 'undefined') {\n toReturn['vbcUserId'] = this.vbcUserId;\n }\n if (typeof this.defaultLocation !== 'undefined') {\n toReturn['defaultLocation'] = this.defaultLocation;\n }\n return toReturn;\n }\n}\nclass AuxiliaryDataFilter {\n static fromProto(proto) {\n let m = new AuxiliaryDataFilter();\n m = Object.assign(m, proto);\n if (proto.searchFilters) {\n m.searchFilters = proto.searchFilters.map(AuxiliaryDataSearchFilter.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.searchFilters !== 'undefined' && this.searchFilters !== null) {\n toReturn['searchFilters'] = 'toApiJson' in this.searchFilters ? this.searchFilters.toApiJson() : this.searchFilters;\n }\n return toReturn;\n }\n}\nclass AuxiliaryDataRange {\n static fromProto(proto) {\n let m = new AuxiliaryDataRange();\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.beginRange !== 'undefined') {\n toReturn['beginRange'] = this.beginRange;\n }\n if (typeof this.endRange !== 'undefined') {\n toReturn['endRange'] = this.endRange;\n }\n return toReturn;\n }\n}\nclass AuxiliaryDataSearchFilter {\n static fromProto(proto) {\n let m = new AuxiliaryDataSearchFilter();\n m = Object.assign(m, proto);\n if (proto.operation) {\n m.operation = AuxiliaryDataSearchOperation.fromProto(proto.operation);\n }\n if (proto.filterRange) {\n m.filterRange = AuxiliaryDataRange.fromProto(proto.filterRange);\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.fieldId !== 'undefined') {\n toReturn['fieldId'] = this.fieldId;\n }\n if (typeof this.operation !== 'undefined' && this.operation !== null) {\n toReturn['operation'] = 'toApiJson' in this.operation ? this.operation.toApiJson() : this.operation;\n }\n if (typeof this.stringFilterValue !== 'undefined') {\n toReturn['stringFilterValue'] = this.stringFilterValue;\n }\n if (typeof this.filterRange !== 'undefined' && this.filterRange !== null) {\n toReturn['filterRange'] = 'toApiJson' in this.filterRange ? this.filterRange.toApiJson() : this.filterRange;\n }\n return toReturn;\n }\n}\nclass AuxiliaryDataSearchOperation {\n static fromProto(proto) {\n let m = new AuxiliaryDataSearchOperation();\n m = Object.assign(m, proto);\n if (proto.stringOperation) {\n m.stringOperation = enumStringToValue(AuxiliaryDataSearchStringOperation, proto.stringOperation);\n }\n if (proto.dateOperation) {\n m.dateOperation = enumStringToValue(AuxiliaryDataSearchDateOperation, proto.dateOperation);\n }\n if (proto.integerOperation) {\n m.integerOperation = enumStringToValue(AuxiliaryDataSearchIntegerOperation, proto.integerOperation);\n }\n if (proto.dropdownOperation) {\n m.dropdownOperation = enumStringToValue(AuxiliaryDataSearchStringOperation, proto.dropdownOperation);\n }\n if (proto.currencyOperation) {\n m.currencyOperation = enumStringToValue(AuxiliaryDataSearchIntegerOperation, proto.currencyOperation);\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.stringOperation !== 'undefined') {\n toReturn['stringOperation'] = this.stringOperation;\n }\n if (typeof this.dateOperation !== 'undefined') {\n toReturn['dateOperation'] = this.dateOperation;\n }\n if (typeof this.integerOperation !== 'undefined') {\n toReturn['integerOperation'] = this.integerOperation;\n }\n if (typeof this.dropdownOperation !== 'undefined') {\n toReturn['dropdownOperation'] = this.dropdownOperation;\n }\n if (typeof this.currencyOperation !== 'undefined') {\n toReturn['currencyOperation'] = this.currencyOperation;\n }\n return toReturn;\n }\n}\nclass BulkUpdateRequest {\n static fromProto(proto) {\n let m = new BulkUpdateRequest();\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.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\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 return toReturn;\n }\n}\nclass GetMultiBusinessDataFromPlaceIdResponseBusinessesEntry {\n static fromProto(proto) {\n let m = new GetMultiBusinessDataFromPlaceIdResponseBusinessesEntry();\n m = Object.assign(m, proto);\n if (proto.value) {\n m.value = GetBusinessDataFromPlaceIdResponse.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 Candidate {\n static fromProto(proto) {\n let m = new Candidate();\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.googlePlaceId !== 'undefined') {\n toReturn['googlePlaceId'] = this.googlePlaceId;\n }\n return toReturn;\n }\n}\nclass CategoryData {\n static fromProto(proto) {\n let m = new CategoryData();\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.externalId !== 'undefined') {\n toReturn['externalId'] = this.externalId;\n }\n return toReturn;\n }\n}\nclass CategoryMigrationData {\n static fromProto(proto) {\n let m = new CategoryMigrationData();\n m = Object.assign(m, proto);\n if (proto.napData) {\n m.napData = NAPData.fromProto(proto.napData);\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.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.reviewed !== 'undefined') {\n toReturn['reviewed'] = this.reviewed;\n }\n if (typeof this.currentTaxonomies !== 'undefined') {\n toReturn['currentTaxonomies'] = this.currentTaxonomies;\n }\n if (typeof this.currentCategories !== 'undefined') {\n toReturn['currentCategories'] = this.currentCategories;\n }\n if (typeof this.newCategories !== 'undefined') {\n toReturn['newCategories'] = this.newCategories;\n }\n if (typeof this.napData !== 'undefined' && this.napData !== null) {\n toReturn['napData'] = 'toApiJson' in this.napData ? this.napData.toApiJson() : this.napData;\n }\n return toReturn;\n }\n}\nclass Circular {\n static fromProto(proto) {\n let m = new Circular();\n m = Object.assign(m, proto);\n if (proto.center) {\n m.center = LocationPoint.fromProto(proto.center);\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.center !== 'undefined' && this.center !== null) {\n toReturn['center'] = 'toApiJson' in this.center ? this.center.toApiJson() : this.center;\n }\n if (typeof this.radius !== 'undefined') {\n toReturn['radius'] = this.radius;\n }\n return toReturn;\n }\n}\nclass ClaimStatus {\n static fromProto(proto) {\n let m = new ClaimStatus();\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.gbpIsClaimed !== 'undefined') {\n toReturn['gbpIsClaimed'] = this.gbpIsClaimed;\n }\n return toReturn;\n }\n}\nclass Constraint {\n static fromProto(proto) {\n let m = new Constraint();\n m = Object.assign(m, proto);\n if (proto.foreignKey) {\n m.foreignKey = ForeignKey.fromProto(proto.foreignKey);\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.foreignKey !== 'undefined' && this.foreignKey !== null) {\n toReturn['foreignKey'] = 'toApiJson' in this.foreignKey ? this.foreignKey.toApiJson() : this.foreignKey;\n }\n return toReturn;\n }\n}\nclass ConstraintsModify {\n static fromProto(proto) {\n let m = new ConstraintsModify();\n m = Object.assign(m, proto);\n if (proto.addConstraints) {\n m.addConstraints = proto.addConstraints.map(Constraint.fromProto);\n }\n if (proto.removeConstraints) {\n m.removeConstraints = proto.removeConstraints.map(Constraint.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.addConstraints !== 'undefined' && this.addConstraints !== null) {\n toReturn['addConstraints'] = 'toApiJson' in this.addConstraints ? this.addConstraints.toApiJson() : this.addConstraints;\n }\n if (typeof this.removeConstraints !== 'undefined' && this.removeConstraints !== null) {\n toReturn['removeConstraints'] = 'toApiJson' in this.removeConstraints ? this.removeConstraints.toApiJson() : this.removeConstraints;\n }\n return toReturn;\n }\n}\nclass ContactDetails {\n static fromProto(proto) {\n let m = new ContactDetails();\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.firstName !== 'undefined') {\n toReturn['firstName'] = this.firstName;\n }\n if (typeof this.lastName !== 'undefined') {\n toReturn['lastName'] = this.lastName;\n }\n if (typeof this.email !== 'undefined') {\n toReturn['email'] = this.email;\n }\n if (typeof this.phoneNumber !== 'undefined') {\n toReturn['phoneNumber'] = this.phoneNumber;\n }\n return toReturn;\n }\n}\nclass ContactDetailsForListDuplicates {\n static fromProto(proto) {\n let m = new ContactDetailsForListDuplicates();\n m = Object.assign(m, proto);\n if (proto.contactDetails) {\n m.contactDetails = ContactDetails.fromProto(proto.contactDetails);\n }\n if (proto.location) {\n m.location = AccountGroupLocation.fromProto(proto.location);\n }\n if (proto.criteriaMatchType) {\n m.criteriaMatchType = enumStringToValue(ContactDetailsForListDuplicatesCriteriaMatchType, proto.criteriaMatchType);\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.contactDetails !== 'undefined' && this.contactDetails !== null) {\n toReturn['contactDetails'] = 'toApiJson' in this.contactDetails ? this.contactDetails.toApiJson() : this.contactDetails;\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.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.countryCode !== 'undefined') {\n toReturn['countryCode'] = this.countryCode;\n }\n if (typeof this.criteriaMatchType !== 'undefined') {\n toReturn['criteriaMatchType'] = this.criteriaMatchType;\n }\n return toReturn;\n }\n}\nclass CreateAccountGroupRequest {\n static fromProto(proto) {\n let m = new CreateAccountGroupRequest();\n m = Object.assign(m, proto);\n if (proto.accountGroupNap) {\n m.accountGroupNap = AccountGroupLocation.fromProto(proto.accountGroupNap);\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.accountGroupNap !== 'undefined' && this.accountGroupNap !== null) {\n toReturn['accountGroupNap'] = 'toApiJson' in this.accountGroupNap ? this.accountGroupNap.toApiJson() : this.accountGroupNap;\n }\n if (typeof this.socialProfileGroupId !== 'undefined') {\n toReturn['socialProfileGroupId'] = this.socialProfileGroupId;\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 CreateAccountGroupResponse {\n static fromProto(proto) {\n let m = new CreateAccountGroupResponse();\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 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(Location.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 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 LookupRequestCreatedDateFilter {\n static fromProto(proto) {\n let m = new LookupRequestCreatedDateFilter();\n m = Object.assign(m, proto);\n if (proto.beginRange) {\n m.beginRange = new Date(proto.beginRange);\n }\n if (proto.endRange) {\n m.endRange = new Date(proto.endRange);\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.beginRange !== 'undefined' && this.beginRange !== null) {\n toReturn['beginRange'] = 'toApiJson' in this.beginRange ? this.beginRange.toApiJson() : this.beginRange;\n }\n if (typeof this.endRange !== 'undefined' && this.endRange !== null) {\n toReturn['endRange'] = 'toApiJson' in this.endRange ? this.endRange.toApiJson() : this.endRange;\n }\n return toReturn;\n }\n}\nclass CustomField {\n static fromProto(proto) {\n let m = new CustomField();\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 DeleteAccountGroupRequest {\n static fromProto(proto) {\n let m = new DeleteAccountGroupRequest();\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 FetchProspectDataRequest {\n static fromProto(proto) {\n let m = new FetchProspectDataRequest();\n m = Object.assign(m, proto);\n if (proto.prospects) {\n m.prospects = proto.prospects.map(ProspectIdentifier.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.prospects !== 'undefined' && this.prospects !== null) {\n toReturn['prospects'] = 'toApiJson' in this.prospects ? this.prospects.toApiJson() : this.prospects;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n return toReturn;\n }\n}\nclass LookupRequestFilters {\n static fromProto(proto) {\n let m = new LookupRequestFilters();\n m = Object.assign(m, proto);\n if (proto.accountFilters) {\n m.accountFilters = proto.accountFilters.map(LookupRequestAccountFilter.fromProto);\n }\n if (proto.listingDistributionFilter) {\n m.listingDistributionFilter = LookupRequestListingDistributionFilter.fromProto(proto.listingDistributionFilter);\n }\n if (proto.createdDateFilter) {\n m.createdDateFilter = LookupRequestCreatedDateFilter.fromProto(proto.createdDateFilter);\n }\n if (proto.listingSyncProFilter) {\n m.listingSyncProFilter = LookupRequestListingSyncProFilter.fromProto(proto.listingSyncProFilter);\n }\n if (proto.trialFilter) {\n m.trialFilter = LookupRequestTrialFilter.fromProto(proto.trialFilter);\n }\n if (proto.presenceFilter) {\n m.presenceFilter = LookupRequestPresenceFilter.fromProto(proto.presenceFilter);\n }\n if (proto.locationFilter) {\n m.locationFilter = LookupRequestLocationFilter.fromProto(proto.locationFilter);\n }\n if (proto.snapshotFilter) {\n m.snapshotFilter = LookupRequestSnapshotFilter.fromProto(proto.snapshotFilter);\n }\n if (proto.statusFilter) {\n m.statusFilter = LookupRequestStatusFilter.fromProto(proto.statusFilter);\n }\n if (proto.customFields) {\n m.customFields = proto.customFields.map(CustomField.fromProto);\n }\n if (proto.accountFilterOperator) {\n m.accountFilterOperator = enumStringToValue(LookupRequestAccountFilterOperator, proto.accountFilterOperator);\n }\n if (proto.lifecycleStage) {\n m.lifecycleStage = proto.lifecycleStage.map(v => enumStringToValue(LifecycleStage, 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.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketIds !== 'undefined') {\n toReturn['marketIds'] = this.marketIds;\n }\n if (typeof this.salesPersonId !== 'undefined') {\n toReturn['salesPersonId'] = this.salesPersonId;\n }\n if (typeof this.customerId !== 'undefined') {\n toReturn['customerId'] = this.customerId;\n }\n if (typeof this.tags !== 'undefined') {\n toReturn['tags'] = this.tags;\n }\n if (typeof this.accountFilters !== 'undefined' && this.accountFilters !== null) {\n toReturn['accountFilters'] = 'toApiJson' in this.accountFilters ? this.accountFilters.toApiJson() : this.accountFilters;\n }\n if (typeof this.listingDistributionFilter !== 'undefined' && this.listingDistributionFilter !== null) {\n toReturn['listingDistributionFilter'] = 'toApiJson' in this.listingDistributionFilter ? this.listingDistributionFilter.toApiJson() : this.listingDistributionFilter;\n }\n if (typeof this.createdDateFilter !== 'undefined' && this.createdDateFilter !== null) {\n toReturn['createdDateFilter'] = 'toApiJson' in this.createdDateFilter ? this.createdDateFilter.toApiJson() : this.createdDateFilter;\n }\n if (typeof this.listingSyncProFilter !== 'undefined' && this.listingSyncProFilter !== null) {\n toReturn['listingSyncProFilter'] = 'toApiJson' in this.listingSyncProFilter ? this.listingSyncProFilter.toApiJson() : this.listingSyncProFilter;\n }\n if (typeof this.trialFilter !== 'undefined' && this.trialFilter !== null) {\n toReturn['trialFilter'] = 'toApiJson' in this.trialFilter ? this.trialFilter.toApiJson() : this.trialFilter;\n }\n if (typeof this.taxonomyIds !== 'undefined') {\n toReturn['taxonomyIds'] = this.taxonomyIds;\n }\n if (typeof this.presenceFilter !== 'undefined' && this.presenceFilter !== null) {\n toReturn['presenceFilter'] = 'toApiJson' in this.presenceFilter ? this.presenceFilter.toApiJson() : this.presenceFilter;\n }\n if (typeof this.locationFilter !== 'undefined' && this.locationFilter !== null) {\n toReturn['locationFilter'] = 'toApiJson' in this.locationFilter ? this.locationFilter.toApiJson() : this.locationFilter;\n }\n if (typeof this.salesforceId !== 'undefined') {\n toReturn['salesforceId'] = this.salesforceId;\n }\n if (typeof this.snapshotFilter !== 'undefined' && this.snapshotFilter !== null) {\n toReturn['snapshotFilter'] = 'toApiJson' in this.snapshotFilter ? this.snapshotFilter.toApiJson() : this.snapshotFilter;\n }\n if (typeof this.statusFilter !== 'undefined' && this.statusFilter !== null) {\n toReturn['statusFilter'] = 'toApiJson' in this.statusFilter ? this.statusFilter.toApiJson() : this.statusFilter;\n }\n if (typeof this.accountGroupIds !== 'undefined') {\n toReturn['accountGroupIds'] = this.accountGroupIds;\n }\n if (typeof this.includeDeleted !== 'undefined') {\n toReturn['includeDeleted'] = this.includeDeleted;\n }\n if (typeof this.customFields !== 'undefined' && this.customFields !== null) {\n toReturn['customFields'] = 'toApiJson' in this.customFields ? this.customFields.toApiJson() : this.customFields;\n }\n if (typeof this.accountFilterOperator !== 'undefined') {\n toReturn['accountFilterOperator'] = this.accountFilterOperator;\n }\n if (typeof this.lifecycleStage !== 'undefined') {\n toReturn['lifecycleStage'] = this.lifecycleStage;\n }\n if (typeof this.platformCrmCompanyId !== 'undefined') {\n toReturn['platformCrmCompanyId'] = this.platformCrmCompanyId;\n }\n return toReturn;\n }\n}\nclass ForeignKey {\n static fromProto(proto) {\n let m = new ForeignKey();\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.kind !== 'undefined') {\n toReturn['kind'] = this.kind;\n }\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\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 GetAccountsToReviewByPartnerIdRequest {\n static fromProto(proto) {\n let m = new GetAccountsToReviewByPartnerIdRequest();\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 return toReturn;\n }\n}\nclass GetAccountsToReviewByPartnerIdResponse {\n static fromProto(proto) {\n let m = new GetAccountsToReviewByPartnerIdResponse();\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.totalAccountsToReview !== 'undefined') {\n toReturn['totalAccountsToReview'] = this.totalAccountsToReview;\n }\n return toReturn;\n }\n}\nclass GetBusinessDataByNapDataRequest {\n static fromProto(proto) {\n let m = new GetBusinessDataByNapDataRequest();\n m = Object.assign(m, proto);\n if (proto.napData) {\n m.napData = NAPData.fromProto(proto.napData);\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.napData !== 'undefined' && this.napData !== null) {\n toReturn['napData'] = 'toApiJson' in this.napData ? this.napData.toApiJson() : this.napData;\n }\n return toReturn;\n }\n}\nclass GetBusinessDataByNapDataResponse {\n static fromProto(proto) {\n let m = new GetBusinessDataByNapDataResponse();\n m = Object.assign(m, proto);\n if (proto.categories) {\n m.categories = proto.categories.map(CategoryData.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 GetBusinessDataFromPlaceIdRequest {\n static fromProto(proto) {\n let m = new GetBusinessDataFromPlaceIdRequest();\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.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketIds !== 'undefined') {\n toReturn['marketIds'] = this.marketIds;\n }\n return toReturn;\n }\n}\nclass GetBusinessDataFromPlaceIdResponse {\n static fromProto(proto) {\n let m = new GetBusinessDataFromPlaceIdResponse();\n m = Object.assign(m, proto);\n if (proto.googleIdentifiers) {\n m.googleIdentifiers = GetBusinessDataFromPlaceIdResponseGoogleIdentifiers.fromProto(proto.googleIdentifiers);\n }\n if (proto.napData) {\n m.napData = NAPData.fromProto(proto.napData);\n }\n if (proto.hoursOfOperation) {\n m.hoursOfOperation = HoursOfOperation.fromProto(proto.hoursOfOperation);\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.googleIdentifiers !== 'undefined' && this.googleIdentifiers !== null) {\n toReturn['googleIdentifiers'] = 'toApiJson' in this.googleIdentifiers ? this.googleIdentifiers.toApiJson() : this.googleIdentifiers;\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.taxonomyId !== 'undefined') {\n toReturn['taxonomyId'] = this.taxonomyId;\n }\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 GetBusinessDataFromTextSearchRequest {\n static fromProto(proto) {\n let m = new GetBusinessDataFromTextSearchRequest();\n m = Object.assign(m, proto);\n if (proto.circular) {\n m.circular = Circular.fromProto(proto.circular);\n }\n if (proto.point) {\n m.point = Point.fromProto(proto.point);\n }\n if (proto.rectangular) {\n m.rectangular = Rectangular.fromProto(proto.rectangular);\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.inputQuery !== 'undefined') {\n toReturn['inputQuery'] = this.inputQuery;\n }\n if (typeof this.circular !== 'undefined' && this.circular !== null) {\n toReturn['circular'] = 'toApiJson' in this.circular ? this.circular.toApiJson() : this.circular;\n }\n if (typeof this.point !== 'undefined' && this.point !== null) {\n toReturn['point'] = 'toApiJson' in this.point ? this.point.toApiJson() : this.point;\n }\n if (typeof this.rectangular !== 'undefined' && this.rectangular !== null) {\n toReturn['rectangular'] = 'toApiJson' in this.rectangular ? this.rectangular.toApiJson() : this.rectangular;\n }\n return toReturn;\n }\n}\nclass GetBusinessDataFromTextSearchResponse {\n static fromProto(proto) {\n let m = new GetBusinessDataFromTextSearchResponse();\n m = Object.assign(m, proto);\n if (proto.candidates) {\n m.candidates = proto.candidates.map(Candidate.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.candidates !== 'undefined' && this.candidates !== null) {\n toReturn['candidates'] = 'toApiJson' in this.candidates ? this.candidates.toApiJson() : this.candidates;\n }\n return toReturn;\n }\n}\nclass GetMultiBusinessDataFromPlaceIdRequest {\n static fromProto(proto) {\n let m = new GetMultiBusinessDataFromPlaceIdRequest();\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.placeIds !== 'undefined') {\n toReturn['placeIds'] = this.placeIds;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketIds !== 'undefined') {\n toReturn['marketIds'] = this.marketIds;\n }\n return toReturn;\n }\n}\nclass GetMultiBusinessDataFromPlaceIdResponse {\n static fromProto(proto) {\n let m = new GetMultiBusinessDataFromPlaceIdResponse();\n m = Object.assign(m, proto);\n if (proto.businesses) {\n m.businesses = Object.keys(proto.businesses).reduce((obj, k) => {\n obj[k] = GetBusinessDataFromPlaceIdResponse.fromProto(proto.businesses[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.businesses !== 'undefined' && this.businesses !== null) {\n toReturn['businesses'] = 'toApiJson' in this.businesses ? this.businesses.toApiJson() : this.businesses;\n }\n return toReturn;\n }\n}\nclass GetMultiRequest {\n static fromProto(proto) {\n let m = new GetMultiRequest();\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.accountGroupIds !== 'undefined') {\n toReturn['accountGroupIds'] = this.accountGroupIds;\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 return toReturn;\n }\n}\nclass GetMultiResponse {\n static fromProto(proto) {\n let m = new GetMultiResponse();\n m = Object.assign(m, proto);\n if (proto.accountGroups) {\n m.accountGroups = proto.accountGroups.map(GetMultiResponseAccountGroupContainer.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.accountGroups !== 'undefined' && this.accountGroups !== null) {\n toReturn['accountGroups'] = 'toApiJson' in this.accountGroups ? this.accountGroups.toApiJson() : this.accountGroups;\n }\n return toReturn;\n }\n}\nclass GetProspectDataRequest {\n static fromProto(proto) {\n let m = new GetProspectDataRequest();\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.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n return toReturn;\n }\n}\nclass GetProspectDataResponse {\n static fromProto(proto) {\n let m = new GetProspectDataResponse();\n m = Object.assign(m, proto);\n if (proto.prospectData) {\n m.prospectData = ProspectData.fromProto(proto.prospectData);\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.placeId !== 'undefined') {\n toReturn['placeId'] = this.placeId;\n }\n if (typeof this.prospectData !== 'undefined' && this.prospectData !== null) {\n toReturn['prospectData'] = 'toApiJson' in this.prospectData ? this.prospectData.toApiJson() : this.prospectData;\n }\n return toReturn;\n }\n}\nclass GetPublishedPartnerRequest {\n static fromProto(proto) {\n let m = new GetPublishedPartnerRequest();\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 return toReturn;\n }\n}\nclass GetPublishedPartnerResponse {\n static fromProto(proto) {\n let m = new GetPublishedPartnerResponse();\n m = Object.assign(m, proto);\n if (proto.publishStarted) {\n m.publishStarted = new Date(proto.publishStarted);\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.lastPublishedBy !== 'undefined') {\n toReturn['lastPublishedBy'] = this.lastPublishedBy;\n }\n if (typeof this.publishStarted !== 'undefined' && this.publishStarted !== null) {\n toReturn['publishStarted'] = 'toApiJson' in this.publishStarted ? this.publishStarted.toApiJson() : this.publishStarted;\n }\n return toReturn;\n }\n}\nclass GetWebSearchRequest {\n static fromProto(proto) {\n let m = new GetWebSearchRequest();\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 GetWebSearchResponse {\n static fromProto(proto) {\n let m = new GetWebSearchResponse();\n m = Object.assign(m, proto);\n if (proto.addressInfo) {\n m.addressInfo = WebSearchAddressDetails.fromProto(proto.addressInfo);\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.title !== 'undefined') {\n toReturn['title'] = this.title;\n }\n if (typeof this.address !== 'undefined') {\n toReturn['address'] = this.address;\n }\n if (typeof this.addressInfo !== 'undefined' && this.addressInfo !== null) {\n toReturn['addressInfo'] = 'toApiJson' in this.addressInfo ? this.addressInfo.toApiJson() : this.addressInfo;\n }\n if (typeof this.url !== 'undefined') {\n toReturn['url'] = this.url;\n }\n if (typeof this.phone !== 'undefined') {\n toReturn['phone'] = this.phone;\n }\n if (typeof this.customerId !== 'undefined') {\n toReturn['customerId'] = this.customerId;\n }\n if (typeof this.placeId !== 'undefined') {\n toReturn['placeId'] = this.placeId;\n }\n if (typeof this.checkUrl !== 'undefined') {\n toReturn['checkUrl'] = this.checkUrl;\n }\n return toReturn;\n }\n}\nclass GetBusinessDataFromPlaceIdResponseGoogleIdentifiers {\n static fromProto(proto) {\n let m = new GetBusinessDataFromPlaceIdResponseGoogleIdentifiers();\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.googlePlaceId !== 'undefined') {\n toReturn['googlePlaceId'] = this.googlePlaceId;\n }\n if (typeof this.googleCustomerId !== 'undefined') {\n toReturn['googleCustomerId'] = this.googleCustomerId;\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(HealthCareProfessionalInformationGender, proto.gender);\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 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 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.keyPerson !== 'undefined') {\n toReturn['keyPerson'] = this.keyPerson;\n }\n if (typeof this.shareOfVoiceService !== 'undefined') {\n toReturn['shareOfVoiceService'] = this.shareOfVoiceService;\n }\n if (typeof this.faxNumber !== 'undefined') {\n toReturn['faxNumber'] = this.faxNumber;\n }\n if (typeof this.commonName !== 'undefined') {\n toReturn['commonName'] = this.commonName;\n }\n if (typeof this.cellNumber !== 'undefined') {\n toReturn['cellNumber'] = this.cellNumber;\n }\n if (typeof this.competitor !== 'undefined') {\n toReturn['competitor'] = this.competitor;\n }\n if (typeof this.adminNotes !== 'undefined') {\n toReturn['adminNotes'] = this.adminNotes;\n }\n if (typeof this.seoCategory !== 'undefined') {\n toReturn['seoCategory'] = this.seoCategory;\n }\n if (typeof this.email !== 'undefined') {\n toReturn['email'] = this.email;\n }\n if (typeof this.place !== 'undefined') {\n toReturn['place'] = this.place;\n }\n if (typeof this.tagline !== 'undefined') {\n toReturn['tagline'] = this.tagline;\n }\n if (typeof this.subscribedToCampaigns !== 'undefined') {\n toReturn['subscribedToCampaigns'] = this.subscribedToCampaigns;\n }\n return toReturn;\n }\n}\nclass ListAccountsRequest {\n static fromProto(proto) {\n let m = new ListAccountsRequest();\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.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.cursor !== 'undefined') {\n toReturn['cursor'] = this.cursor;\n }\n if (typeof this.pageSize !== 'undefined') {\n toReturn['pageSize'] = this.pageSize;\n }\n return toReturn;\n }\n}\nclass ListAccountsResponse {\n static fromProto(proto) {\n let m = new ListAccountsResponse();\n m = Object.assign(m, proto);\n if (proto.accounts) {\n m.accounts = proto.accounts.map(Account.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.accounts !== 'undefined' && this.accounts !== null) {\n toReturn['accounts'] = 'toApiJson' in this.accounts ? this.accounts.toApiJson() : this.accounts;\n }\n return toReturn;\n }\n}\nclass ListAllPotentialDuplicatesRequest {\n static fromProto(proto) {\n let m = new ListAllPotentialDuplicatesRequest();\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 ListAllPotentialDuplicatesResponse {\n static fromProto(proto) {\n let m = new ListAllPotentialDuplicatesResponse();\n m = Object.assign(m, proto);\n if (proto.potentialDuplicates) {\n m.potentialDuplicates = proto.potentialDuplicates.map(ListAllPotentialDuplicatesResponsePotentialDuplicates.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.potentialDuplicates !== 'undefined' && this.potentialDuplicates !== null) {\n toReturn['potentialDuplicates'] = 'toApiJson' in this.potentialDuplicates ? this.potentialDuplicates.toApiJson() : this.potentialDuplicates;\n }\n return toReturn;\n }\n}\nclass ListOptionsForFieldRequest {\n static fromProto(proto) {\n let m = new ListOptionsForFieldRequest();\n m = Object.assign(m, proto);\n if (proto.field) {\n m.field = enumStringToValue(AggregationSupportedFields, proto.field);\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.field !== 'undefined') {\n toReturn['field'] = this.field;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n return toReturn;\n }\n}\nclass ListOptionsForFieldResponse {\n static fromProto(proto) {\n let m = new ListOptionsForFieldResponse();\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.values !== 'undefined') {\n toReturn['values'] = this.values;\n }\n return toReturn;\n }\n}\nclass ListPotentialDuplicatesRequest {\n static fromProto(proto) {\n let m = new ListPotentialDuplicatesRequest();\n m = Object.assign(m, proto);\n if (proto.location) {\n m.location = AccountGroupLocation.fromProto(proto.location);\n }\n if (proto.contactDetails) {\n m.contactDetails = ContactDetails.fromProto(proto.contactDetails);\n }\n if (proto.contactDetailsForListDuplicates) {\n m.contactDetailsForListDuplicates = ContactDetailsForListDuplicates.fromProto(proto.contactDetailsForListDuplicates);\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.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\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.contactDetails !== 'undefined' && this.contactDetails !== null) {\n toReturn['contactDetails'] = 'toApiJson' in this.contactDetails ? this.contactDetails.toApiJson() : this.contactDetails;\n }\n if (typeof this.contactDetailsForListDuplicates !== 'undefined' && this.contactDetailsForListDuplicates !== null) {\n toReturn['contactDetailsForListDuplicates'] = 'toApiJson' in this.contactDetailsForListDuplicates ? this.contactDetailsForListDuplicates.toApiJson() : this.contactDetailsForListDuplicates;\n }\n if (typeof this.cursor !== 'undefined') {\n toReturn['cursor'] = this.cursor;\n }\n if (typeof this.pageSize !== 'undefined') {\n toReturn['pageSize'] = this.pageSize;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n return toReturn;\n }\n}\nclass ListPotentialDuplicatesResponse {\n static fromProto(proto) {\n let m = new ListPotentialDuplicatesResponse();\n m = Object.assign(m, proto);\n if (proto.potentialDuplicates) {\n m.potentialDuplicates = proto.potentialDuplicates.map(ListPotentialDuplicatesResponsePotentialDuplicate.fromProto);\n }\n if (proto.totalResults) {\n m.totalResults = parseInt(proto.totalResults, 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.potentialDuplicates !== 'undefined' && this.potentialDuplicates !== null) {\n toReturn['potentialDuplicates'] = 'toApiJson' in this.potentialDuplicates ? this.potentialDuplicates.toApiJson() : this.potentialDuplicates;\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.totalResults !== 'undefined') {\n toReturn['totalResults'] = this.totalResults;\n }\n return toReturn;\n }\n}\nclass ListRequest {\n static fromProto(proto) {\n let m = new ListRequest();\n m = Object.assign(m, proto);\n if (proto.projectionFilter) {\n m.projectionFilter = ProjectionFilter.fromProto(proto.projectionFilter);\n }\n if (proto.filters) {\n m.filters = ListRequestFilters.fromProto(proto.filters);\n }\n if (proto.pageSize) {\n m.pageSize = parseInt(proto.pageSize, 10);\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.projectionFilter !== 'undefined' && this.projectionFilter !== null) {\n toReturn['projectionFilter'] = 'toApiJson' in this.projectionFilter ? this.projectionFilter.toApiJson() : this.projectionFilter;\n }\n if (typeof this.filters !== 'undefined' && this.filters !== null) {\n toReturn['filters'] = 'toApiJson' in this.filters ? this.filters.toApiJson() : this.filters;\n }\n if (typeof this.cursor !== 'undefined') {\n toReturn['cursor'] = this.cursor;\n }\n if (typeof this.pageSize !== 'undefined') {\n toReturn['pageSize'] = this.pageSize;\n }\n if (typeof this.readFilter !== 'undefined' && this.readFilter !== null) {\n toReturn['readFilter'] = 'toApiJson' in this.readFilter ? this.readFilter.toApiJson() : this.readFilter;\n }\n return toReturn;\n }\n}\nclass ListRequestFilters {\n static fromProto(proto) {\n let m = new ListRequestFilters();\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 return toReturn;\n }\n}\nclass ListingDistributionDetails {\n static fromProto(proto) {\n let m = new ListingDistributionDetails();\n m = Object.assign(m, proto);\n if (proto.fromDate) {\n m.fromDate = new Date(proto.fromDate);\n }\n if (proto.thruDate) {\n m.thruDate = new Date(proto.thruDate);\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.orderId !== 'undefined') {\n toReturn['orderId'] = this.orderId;\n }\n if (typeof this.purchaseId !== 'undefined') {\n toReturn['purchaseId'] = this.purchaseId;\n }\n if (typeof this.fromDate !== 'undefined' && this.fromDate !== null) {\n toReturn['fromDate'] = 'toApiJson' in this.fromDate ? this.fromDate.toApiJson() : this.fromDate;\n }\n if (typeof this.thruDate !== 'undefined' && this.thruDate !== null) {\n toReturn['thruDate'] = 'toApiJson' in this.thruDate ? this.thruDate.toApiJson() : this.thruDate;\n }\n if (typeof this.autoRenew !== 'undefined') {\n toReturn['autoRenew'] = this.autoRenew;\n }\n return toReturn;\n }\n}\nclass LookupRequestListingDistributionFilter {\n static fromProto(proto) {\n let m = new LookupRequestListingDistributionFilter();\n m = Object.assign(m, proto);\n if (proto.expiresInDays) {\n m.expiresInDays = parseInt(proto.expiresInDays, 10);\n }\n if (proto.expiredInDays) {\n m.expiredInDays = parseInt(proto.expiredInDays, 10);\n }\n if (proto.renewsInDays) {\n m.renewsInDays = parseInt(proto.renewsInDays, 10);\n }\n if (proto.autoRenew) {\n m.autoRenew = enumStringToValue(LookupRequestListingDistributionFilterAutoRenew, proto.autoRenew);\n }\n if (proto.activationStatus) {\n m.activationStatus = enumStringToValue(LookupRequestListingDistributionFilterActivationStatus, proto.activationStatus);\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.active !== 'undefined') {\n toReturn['active'] = this.active;\n }\n if (typeof this.inactive !== 'undefined') {\n toReturn['inactive'] = this.inactive;\n }\n if (typeof this.expiresInDays !== 'undefined') {\n toReturn['expiresInDays'] = this.expiresInDays;\n }\n if (typeof this.expiredInDays !== 'undefined') {\n toReturn['expiredInDays'] = this.expiredInDays;\n }\n if (typeof this.renewsInDays !== 'undefined') {\n toReturn['renewsInDays'] = this.renewsInDays;\n }\n if (typeof this.autoRenew !== 'undefined') {\n toReturn['autoRenew'] = this.autoRenew;\n }\n if (typeof this.activationStatus !== 'undefined') {\n toReturn['activationStatus'] = this.activationStatus;\n }\n return toReturn;\n }\n}\nclass ListingSyncPro {\n static fromProto(proto) {\n let m = new ListingSyncPro();\n m = Object.assign(m, proto);\n if (proto.purchaseDate) {\n m.purchaseDate = new Date(proto.purchaseDate);\n }\n if (proto.billingFrequency) {\n m.billingFrequency = enumStringToValue(ListingSyncProBillingFrequency, proto.billingFrequency);\n }\n if (proto.expiryDate) {\n m.expiryDate = new Date(proto.expiryDate);\n }\n if (proto.serviceProvider) {\n m.serviceProvider = enumStringToValue(ListingSyncProServiceProviders, proto.serviceProvider);\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.purchaseDate !== 'undefined' && this.purchaseDate !== null) {\n toReturn['purchaseDate'] = 'toApiJson' in this.purchaseDate ? this.purchaseDate.toApiJson() : this.purchaseDate;\n }\n if (typeof this.billingFrequency !== 'undefined') {\n toReturn['billingFrequency'] = this.billingFrequency;\n }\n if (typeof this.expiryDate !== 'undefined' && this.expiryDate !== null) {\n toReturn['expiryDate'] = 'toApiJson' in this.expiryDate ? this.expiryDate.toApiJson() : this.expiryDate;\n }\n if (typeof this.country !== 'undefined') {\n toReturn['country'] = this.country;\n }\n if (typeof this.discountFlag !== 'undefined') {\n toReturn['discountFlag'] = this.discountFlag;\n }\n if (typeof this.serviceProvider !== 'undefined') {\n toReturn['serviceProvider'] = this.serviceProvider;\n }\n return toReturn;\n }\n}\nclass LookupRequestListingSyncProFilter {\n static fromProto(proto) {\n let m = new LookupRequestListingSyncProFilter();\n m = Object.assign(m, proto);\n if (proto.expiresInDays) {\n m.expiresInDays = parseInt(proto.expiresInDays, 10);\n }\n if (proto.expiredInDays) {\n m.expiredInDays = parseInt(proto.expiredInDays, 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.active !== 'undefined') {\n toReturn['active'] = this.active;\n }\n if (typeof this.autoRenew !== 'undefined') {\n toReturn['autoRenew'] = this.autoRenew;\n }\n if (typeof this.autoRenewDisabled !== 'undefined') {\n toReturn['autoRenewDisabled'] = this.autoRenewDisabled;\n }\n if (typeof this.inactive !== 'undefined') {\n toReturn['inactive'] = this.inactive;\n }\n if (typeof this.expired !== 'undefined') {\n toReturn['expired'] = this.expired;\n }\n if (typeof this.expiresInDays !== 'undefined') {\n toReturn['expiresInDays'] = this.expiresInDays;\n }\n if (typeof this.expiredInDays !== 'undefined') {\n toReturn['expiredInDays'] = this.expiredInDays;\n }\n return toReturn;\n }\n}\nclass LookupRequestLocationFilter {\n static fromProto(proto) {\n let m = new LookupRequestLocationFilter();\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.country !== 'undefined') {\n toReturn['country'] = this.country;\n }\n if (typeof this.state !== 'undefined') {\n toReturn['state'] = this.state;\n }\n return toReturn;\n }\n}\nclass LocationPoint {\n static fromProto(proto) {\n let m = new LocationPoint();\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 LookupRequest {\n static fromProto(proto) {\n let m = new LookupRequest();\n m = Object.assign(m, proto);\n if (proto.projectionFilter) {\n m.projectionFilter = ProjectionFilter.fromProto(proto.projectionFilter);\n }\n if (proto.filters) {\n m.filters = LookupRequestFilters.fromProto(proto.filters);\n }\n if (proto.pageSize) {\n m.pageSize = parseInt(proto.pageSize, 10);\n }\n if (proto.sortOptions) {\n m.sortOptions = SortOptions.fromProto(proto.sortOptions);\n }\n if (proto.searchOptions) {\n m.searchOptions = LookupRequestSearchOptions.fromProto(proto.searchOptions);\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.projectionFilter !== 'undefined' && this.projectionFilter !== null) {\n toReturn['projectionFilter'] = 'toApiJson' in this.projectionFilter ? this.projectionFilter.toApiJson() : this.projectionFilter;\n }\n if (typeof this.filters !== 'undefined' && this.filters !== null) {\n toReturn['filters'] = 'toApiJson' in this.filters ? this.filters.toApiJson() : this.filters;\n }\n if (typeof this.cursor !== 'undefined') {\n toReturn['cursor'] = this.cursor;\n }\n if (typeof this.pageSize !== 'undefined') {\n toReturn['pageSize'] = this.pageSize;\n }\n if (typeof this.sortOptions !== 'undefined' && this.sortOptions !== null) {\n toReturn['sortOptions'] = 'toApiJson' in this.sortOptions ? this.sortOptions.toApiJson() : this.sortOptions;\n }\n if (typeof this.searchTerm !== 'undefined') {\n toReturn['searchTerm'] = this.searchTerm;\n }\n if (typeof this.searchOptions !== 'undefined' && this.searchOptions !== null) {\n toReturn['searchOptions'] = 'toApiJson' in this.searchOptions ? this.searchOptions.toApiJson() : this.searchOptions;\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(MarketingClassification, proto.marketingClassification);\n }\n if (proto.lifecycleStage) {\n m.lifecycleStage = enumStringToValue(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 NAPData {\n static fromProto(proto) {\n let m = new NAPData();\n m = Object.assign(m, proto);\n if (proto.location) {\n m.location = Geo.fromProto(proto.location);\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.country !== 'undefined') {\n toReturn['country'] = this.country;\n }\n if (typeof this.zip !== 'undefined') {\n toReturn['zip'] = this.zip;\n }\n if (typeof this.workNumber !== 'undefined') {\n toReturn['workNumber'] = this.workNumber;\n }\n if (typeof this.website !== 'undefined') {\n toReturn['website'] = this.website;\n }\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 NAPWData {\n static fromProto(proto) {\n let m = new NAPWData();\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.address !== 'undefined') {\n toReturn['address'] = this.address;\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.country !== 'undefined') {\n toReturn['country'] = this.country;\n }\n if (typeof this.zip !== 'undefined') {\n toReturn['zip'] = this.zip;\n }\n if (typeof this.phone !== 'undefined') {\n toReturn['phone'] = this.phone;\n }\n if (typeof this.website !== 'undefined') {\n toReturn['website'] = this.website;\n }\n return toReturn;\n }\n}\nclass OnBoardingStrategy {\n static fromProto(proto) {\n let m = new OnBoardingStrategy();\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.goal !== 'undefined') {\n toReturn['goal'] = this.goal;\n }\n if (typeof this.earlyWins !== 'undefined') {\n toReturn['earlyWins'] = this.earlyWins;\n }\n if (typeof this.priorities !== 'undefined') {\n toReturn['priorities'] = this.priorities;\n }\n return toReturn;\n }\n}\nclass PagedResponse {\n static fromProto(proto) {\n let m = new PagedResponse();\n m = Object.assign(m, proto);\n if (proto.accountGroups) {\n m.accountGroups = proto.accountGroups.map(AccountGroup.fromProto);\n }\n if (proto.totalResults) {\n m.totalResults = parseInt(proto.totalResults, 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.accountGroups !== 'undefined' && this.accountGroups !== null) {\n toReturn['accountGroups'] = 'toApiJson' in this.accountGroups ? this.accountGroups.toApiJson() : this.accountGroups;\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.totalResults !== 'undefined') {\n toReturn['totalResults'] = this.totalResults;\n }\n return toReturn;\n }\n}\nclass Point {\n static fromProto(proto) {\n let m = new Point();\n m = Object.assign(m, proto);\n if (proto.dot) {\n m.dot = LocationPoint.fromProto(proto.dot);\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.dot !== 'undefined' && this.dot !== null) {\n toReturn['dot'] = 'toApiJson' in this.dot ? this.dot.toApiJson() : this.dot;\n }\n return toReturn;\n }\n}\nclass ListPotentialDuplicatesResponsePotentialDuplicate {\n static fromProto(proto) {\n let m = new ListPotentialDuplicatesResponsePotentialDuplicate();\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.score !== 'undefined') {\n toReturn['score'] = this.score;\n }\n return toReturn;\n }\n}\nclass ListAllPotentialDuplicatesResponsePotentialDuplicates {\n static fromProto(proto) {\n let m = new ListAllPotentialDuplicatesResponsePotentialDuplicates();\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.accountGroupIds !== 'undefined') {\n toReturn['accountGroupIds'] = this.accountGroupIds;\n }\n if (typeof this.phoneNumber !== 'undefined') {\n toReturn['phoneNumber'] = this.phoneNumber;\n }\n if (typeof this.address !== 'undefined') {\n toReturn['address'] = this.address;\n }\n if (typeof this.customerId !== 'undefined') {\n toReturn['customerId'] = this.customerId;\n }\n return toReturn;\n }\n}\nclass PreMigrateBusinessCategoryRequest {\n static fromProto(proto) {\n let m = new PreMigrateBusinessCategoryRequest();\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 LookupRequestPresenceFilter {\n static fromProto(proto) {\n let m = new LookupRequestPresenceFilter();\n m = Object.assign(m, proto);\n if (proto.facebook) {\n m.facebook = enumStringToValue(LookupRequestPresence, proto.facebook);\n }\n if (proto.foursquare) {\n m.foursquare = enumStringToValue(LookupRequestPresence, proto.foursquare);\n }\n if (proto.googleplus) {\n m.googleplus = enumStringToValue(LookupRequestPresence, proto.googleplus);\n }\n if (proto.linkedin) {\n m.linkedin = enumStringToValue(LookupRequestPresence, proto.linkedin);\n }\n if (proto.twitter) {\n m.twitter = enumStringToValue(LookupRequestPresence, proto.twitter);\n }\n if (proto.pinterest) {\n m.pinterest = enumStringToValue(LookupRequestPresence, proto.pinterest);\n }\n if (proto.instagram) {\n m.instagram = enumStringToValue(LookupRequestPresence, proto.instagram);\n }\n if (proto.youtube) {\n m.youtube = enumStringToValue(LookupRequestPresence, proto.youtube);\n }\n if (proto.website) {\n m.website = enumStringToValue(LookupRequestPresence, proto.website);\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.facebook !== 'undefined') {\n toReturn['facebook'] = this.facebook;\n }\n if (typeof this.foursquare !== 'undefined') {\n toReturn['foursquare'] = this.foursquare;\n }\n if (typeof this.googleplus !== 'undefined') {\n toReturn['googleplus'] = this.googleplus;\n }\n if (typeof this.linkedin !== 'undefined') {\n toReturn['linkedin'] = this.linkedin;\n }\n if (typeof this.twitter !== 'undefined') {\n toReturn['twitter'] = this.twitter;\n }\n if (typeof this.pinterest !== 'undefined') {\n toReturn['pinterest'] = this.pinterest;\n }\n if (typeof this.instagram !== 'undefined') {\n toReturn['instagram'] = this.instagram;\n }\n if (typeof this.youtube !== 'undefined') {\n toReturn['youtube'] = this.youtube;\n }\n if (typeof this.website !== 'undefined') {\n toReturn['website'] = this.website;\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.accounts !== 'undefined') {\n toReturn['accounts'] = this.accounts;\n }\n if (typeof this.listingDistribution !== 'undefined') {\n toReturn['listingDistribution'] = this.listingDistribution;\n }\n if (typeof this.listingSyncPro !== 'undefined') {\n toReturn['listingSyncPro'] = this.listingSyncPro;\n }\n if (typeof this.associations !== 'undefined') {\n toReturn['associations'] = this.associations;\n }\n if (typeof this.accountGroupExternalIdentifiers !== 'undefined') {\n toReturn['accountGroupExternalIdentifiers'] = this.accountGroupExternalIdentifiers;\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.contactDetails !== 'undefined') {\n toReturn['contactDetails'] = this.contactDetails;\n }\n if (typeof this.snapshotReports !== 'undefined') {\n toReturn['snapshotReports'] = this.snapshotReports;\n }\n if (typeof this.legacyProductDetails !== 'undefined') {\n toReturn['legacyProductDetails'] = this.legacyProductDetails;\n }\n if (typeof this.richData !== 'undefined') {\n toReturn['richData'] = this.richData;\n }\n if (typeof this.status !== 'undefined') {\n toReturn['status'] = this.status;\n }\n if (typeof this.napData !== 'undefined') {\n toReturn['napData'] = this.napData;\n }\n if (typeof this.onBoardingStrategy !== 'undefined') {\n toReturn['onBoardingStrategy'] = this.onBoardingStrategy;\n }\n if (typeof this.health !== 'undefined') {\n toReturn['health'] = this.health;\n }\n if (typeof this.constraints !== 'undefined') {\n toReturn['constraints'] = this.constraints;\n }\n if (typeof this.additionalCompanyInfo !== 'undefined') {\n toReturn['additionalCompanyInfo'] = this.additionalCompanyInfo;\n }\n if (typeof this.marketingInfo !== 'undefined') {\n toReturn['marketingInfo'] = this.marketingInfo;\n }\n return toReturn;\n }\n}\nclass ProspectData {\n static fromProto(proto) {\n let m = new ProspectData();\n m = Object.assign(m, proto);\n if (proto.gbpClaimStatus) {\n m.gbpClaimStatus = ClaimStatus.fromProto(proto.gbpClaimStatus);\n }\n if (proto.websiteStatus) {\n m.websiteStatus = WebsiteStatus.fromProto(proto.websiteStatus);\n }\n if (proto.napwData) {\n m.napwData = NAPWData.fromProto(proto.napwData);\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.gbpClaimStatus !== 'undefined' && this.gbpClaimStatus !== null) {\n toReturn['gbpClaimStatus'] = 'toApiJson' in this.gbpClaimStatus ? this.gbpClaimStatus.toApiJson() : this.gbpClaimStatus;\n }\n if (typeof this.websiteStatus !== 'undefined' && this.websiteStatus !== null) {\n toReturn['websiteStatus'] = 'toApiJson' in this.websiteStatus ? this.websiteStatus.toApiJson() : this.websiteStatus;\n }\n if (typeof this.napwData !== 'undefined' && this.napwData !== null) {\n toReturn['napwData'] = 'toApiJson' in this.napwData ? this.napwData.toApiJson() : this.napwData;\n }\n return toReturn;\n }\n}\nclass ProspectIdentifier {\n static fromProto(proto) {\n let m = new ProspectIdentifier();\n m = Object.assign(m, proto);\n if (proto.location) {\n m.location = Geo.fromProto(proto.location);\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.placeId !== 'undefined') {\n toReturn['placeId'] = this.placeId;\n }\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 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 Rectangular {\n static fromProto(proto) {\n let m = new Rectangular();\n m = Object.assign(m, proto);\n if (proto.southwest) {\n m.southwest = LocationPoint.fromProto(proto.southwest);\n }\n if (proto.northeast) {\n m.northeast = LocationPoint.fromProto(proto.northeast);\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.southwest !== 'undefined' && this.southwest !== null) {\n toReturn['southwest'] = 'toApiJson' in this.southwest ? this.southwest.toApiJson() : this.southwest;\n }\n if (typeof this.northeast !== 'undefined' && this.northeast !== null) {\n toReturn['northeast'] = 'toApiJson' in this.northeast ? this.northeast.toApiJson() : this.northeast;\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(RichDataPaymentMethods, v));\n }\n if (proto.customFields) {\n m.customFields = proto.customFields.map(CustomField.fromProto);\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 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.customFields !== 'undefined' && this.customFields !== null) {\n toReturn['customFields'] = 'toApiJson' in this.customFields ? this.customFields.toApiJson() : this.customFields;\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.inferredAttributes !== 'undefined') {\n toReturn['inferredAttributes'] = this.inferredAttributes;\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.faxNumber !== 'undefined') {\n toReturn['faxNumber'] = this.faxNumber;\n }\n if (typeof this.cellNumber !== 'undefined') {\n toReturn['cellNumber'] = this.cellNumber;\n }\n return toReturn;\n }\n}\nclass SearchByAuxiliaryDataRequest {\n static fromProto(proto) {\n let m = new SearchByAuxiliaryDataRequest();\n m = Object.assign(m, proto);\n if (proto.filter) {\n m.filter = AuxiliaryDataFilter.fromProto(proto.filter);\n }\n if (proto.pagingOptions) {\n m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);\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.filter !== 'undefined' && this.filter !== null) {\n toReturn['filter'] = 'toApiJson' in this.filter ? this.filter.toApiJson() : this.filter;\n }\n if (typeof this.pagingOptions !== 'undefined' && this.pagingOptions !== null) {\n toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;\n }\n return toReturn;\n }\n}\nclass SearchByAuxiliaryDataResponse {\n static fromProto(proto) {\n let m = new SearchByAuxiliaryDataResponse();\n m = Object.assign(m, proto);\n if (proto.pagingMetadata) {\n m.pagingMetadata = PagedResponseMetadata.fromProto(proto.pagingMetadata);\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.accountGroupIds !== 'undefined') {\n toReturn['accountGroupIds'] = this.accountGroupIds;\n }\n if (typeof this.pagingMetadata !== 'undefined' && this.pagingMetadata !== null) {\n toReturn['pagingMetadata'] = 'toApiJson' in this.pagingMetadata ? this.pagingMetadata.toApiJson() : this.pagingMetadata;\n }\n return toReturn;\n }\n}\nclass SearchCategoryMigrationRequest {\n static fromProto(proto) {\n let m = new SearchCategoryMigrationRequest();\n m = Object.assign(m, proto);\n if (proto.reviewStatus) {\n m.reviewStatus = enumStringToValue(SearchCategoryMigrationRequestReviewStatus, proto.reviewStatus);\n }\n if (proto.pagingOptions) {\n m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);\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.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.reviewStatus !== 'undefined') {\n toReturn['reviewStatus'] = this.reviewStatus;\n }\n if (typeof this.pagingOptions !== 'undefined' && this.pagingOptions !== null) {\n toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;\n }\n return toReturn;\n }\n}\nclass SearchCategoryMigrationResponse {\n static fromProto(proto) {\n let m = new SearchCategoryMigrationResponse();\n m = Object.assign(m, proto);\n if (proto.categoryMigrations) {\n m.categoryMigrations = proto.categoryMigrations.map(CategoryMigrationData.fromProto);\n }\n if (proto.pagingMetadata) {\n m.pagingMetadata = PagedResponseMetadata.fromProto(proto.pagingMetadata);\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.categoryMigrations !== 'undefined' && this.categoryMigrations !== null) {\n toReturn['categoryMigrations'] = 'toApiJson' in this.categoryMigrations ? this.categoryMigrations.toApiJson() : this.categoryMigrations;\n }\n if (typeof this.pagingMetadata !== 'undefined' && this.pagingMetadata !== null) {\n toReturn['pagingMetadata'] = 'toApiJson' in this.pagingMetadata ? this.pagingMetadata.toApiJson() : this.pagingMetadata;\n }\n return toReturn;\n }\n}\nclass LookupRequestSearchOptions {\n static fromProto(proto) {\n let m = new LookupRequestSearchOptions();\n m = Object.assign(m, proto);\n if (proto.fields) {\n m.fields = proto.fields.map(v => enumStringToValue(SearchableField, 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.fields !== 'undefined') {\n toReturn['fields'] = this.fields;\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(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(IsAvailable, proto.delivery);\n }\n if (proto.noContactDelivery) {\n m.noContactDelivery = enumStringToValue(IsAvailable, proto.noContactDelivery);\n }\n if (proto.inStorePickup) {\n m.inStorePickup = enumStringToValue(IsAvailable, proto.inStorePickup);\n }\n if (proto.curbsidePickup) {\n m.curbsidePickup = enumStringToValue(IsAvailable, proto.curbsidePickup);\n }\n if (proto.appointmentsOnly) {\n m.appointmentsOnly = enumStringToValue(IsAvailable, proto.appointmentsOnly);\n }\n if (proto.ecommerceOnly) {\n m.ecommerceOnly = enumStringToValue(IsAvailable, proto.ecommerceOnly);\n }\n if (proto.closedStatus) {\n m.closedStatus = enumStringToValue(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(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 SnapshotsSnapshot {\n static fromProto(proto) {\n let m = new SnapshotsSnapshot();\n m = Object.assign(m, proto);\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.expiry) {\n m.expiry = new Date(proto.expiry);\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.snapshotId !== 'undefined') {\n toReturn['snapshotId'] = this.snapshotId;\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.expiry !== 'undefined' && this.expiry !== null) {\n toReturn['expiry'] = 'toApiJson' in this.expiry ? this.expiry.toApiJson() : this.expiry;\n }\n return toReturn;\n }\n}\nclass LookupRequestSnapshotFilter {\n static fromProto(proto) {\n let m = new LookupRequestSnapshotFilter();\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.active !== 'undefined') {\n toReturn['active'] = this.active;\n }\n if (typeof this.expired !== 'undefined') {\n toReturn['expired'] = this.expired;\n }\n if (typeof this.noSnapshotsCreated !== 'undefined') {\n toReturn['noSnapshotsCreated'] = this.noSnapshotsCreated;\n }\n return toReturn;\n }\n}\nclass Snapshots {\n static fromProto(proto) {\n let m = new Snapshots();\n m = Object.assign(m, proto);\n if (proto.snapshots) {\n m.snapshots = proto.snapshots.map(SnapshotsSnapshot.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.snapshots !== 'undefined' && this.snapshots !== null) {\n toReturn['snapshots'] = 'toApiJson' in this.snapshots ? this.snapshots.toApiJson() : this.snapshots;\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 SortOptions {\n static fromProto(proto) {\n let m = new SortOptions();\n m = Object.assign(m, proto);\n if (proto.direction) {\n m.direction = enumStringToValue(SortDirection, proto.direction);\n }\n if (proto.field) {\n m.field = enumStringToValue(SortField, proto.field);\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.direction !== 'undefined') {\n toReturn['direction'] = this.direction;\n }\n if (typeof this.field !== 'undefined') {\n toReturn['field'] = this.field;\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 Status {\n static fromProto(proto) {\n let m = new Status();\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.suspended !== 'undefined') {\n toReturn['suspended'] = this.suspended;\n }\n if (typeof this.hasAlert !== 'undefined') {\n toReturn['hasAlert'] = this.hasAlert;\n }\n return toReturn;\n }\n}\nclass LookupRequestStatusFilter {\n static fromProto(proto) {\n let m = new LookupRequestStatusFilter();\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.hasAlert !== 'undefined') {\n toReturn['hasAlert'] = this.hasAlert;\n }\n return toReturn;\n }\n}\nclass LookupRequestTrialFilter {\n static fromProto(proto) {\n let m = new LookupRequestTrialFilter();\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.isSuspended !== 'undefined') {\n toReturn['isSuspended'] = this.isSuspended;\n }\n return toReturn;\n }\n}\nclass UpdateAccountWithExternalBusinessDataRequest {\n static fromProto(proto) {\n let m = new UpdateAccountWithExternalBusinessDataRequest();\n m = Object.assign(m, proto);\n if (proto.field) {\n m.field = proto.field.map(v => enumStringToValue(UpdateAccountWithExternalBusinessDataRequestFields, 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.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketIds !== 'undefined') {\n toReturn['marketIds'] = this.marketIds;\n }\n if (typeof this.field !== 'undefined') {\n toReturn['field'] = this.field;\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.accountGroupNap) {\n m.accountGroupNap = AccountGroupLocation.fromProto(proto.accountGroupNap);\n }\n if (proto.listingSyncProto) {\n m.listingSyncProto = ListingSyncPro.fromProto(proto.listingSyncProto);\n }\n if (proto.accountGroupExternalIdentifiers) {\n m.accountGroupExternalIdentifiers = AccountGroupExternalIdentifiers.fromProto(proto.accountGroupExternalIdentifiers);\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.contactDetails) {\n m.contactDetails = ContactDetails.fromProto(proto.contactDetails);\n }\n if (proto.snapshots) {\n m.snapshots = Snapshots.fromProto(proto.snapshots);\n }\n if (proto.legacyProductDetails) {\n m.legacyProductDetails = LegacyProductDetails.fromProto(proto.legacyProductDetails);\n }\n if (proto.richData) {\n m.richData = RichData.fromProto(proto.richData);\n }\n if (proto.status) {\n m.status = Status.fromProto(proto.status);\n }\n if (proto.actionListAppend) {\n m.actionListAppend = ActionListAppend.fromProto(proto.actionListAppend);\n }\n if (proto.actionListModify) {\n m.actionListModify = ActionListModify.fromProto(proto.actionListModify);\n }\n if (proto.health) {\n m.health = UpdateOperationAccountGroupHealthUpdate.fromProto(proto.health);\n }\n if (proto.constraintsModify) {\n m.constraintsModify = ConstraintsModify.fromProto(proto.constraintsModify);\n }\n if (proto.additionalCompanyInfo) {\n m.additionalCompanyInfo = AdditionalCompanyInfo.fromProto(proto.additionalCompanyInfo);\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.accountGroupNap !== 'undefined' && this.accountGroupNap !== null) {\n toReturn['accountGroupNap'] = 'toApiJson' in this.accountGroupNap ? this.accountGroupNap.toApiJson() : this.accountGroupNap;\n }\n if (typeof this.listingSyncProto !== 'undefined' && this.listingSyncProto !== null) {\n toReturn['listingSyncProto'] = 'toApiJson' in this.listingSyncProto ? this.listingSyncProto.toApiJson() : this.listingSyncProto;\n }\n if (typeof this.accountGroupExternalIdentifiers !== 'undefined' && this.accountGroupExternalIdentifiers !== null) {\n toReturn['accountGroupExternalIdentifiers'] = 'toApiJson' in this.accountGroupExternalIdentifiers ? this.accountGroupExternalIdentifiers.toApiJson() : this.accountGroupExternalIdentifiers;\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.contactDetails !== 'undefined' && this.contactDetails !== null) {\n toReturn['contactDetails'] = 'toApiJson' in this.contactDetails ? this.contactDetails.toApiJson() : this.contactDetails;\n }\n if (typeof this.snapshots !== 'undefined' && this.snapshots !== null) {\n toReturn['snapshots'] = 'toApiJson' in this.snapshots ? this.snapshots.toApiJson() : this.snapshots;\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.richData !== 'undefined' && this.richData !== null) {\n toReturn['richData'] = 'toApiJson' in this.richData ? this.richData.toApiJson() : this.richData;\n }\n if (typeof this.status !== 'undefined' && this.status !== null) {\n toReturn['status'] = 'toApiJson' in this.status ? this.status.toApiJson() : this.status;\n }\n if (typeof this.actionListAppend !== 'undefined' && this.actionListAppend !== null) {\n toReturn['actionListAppend'] = 'toApiJson' in this.actionListAppend ? this.actionListAppend.toApiJson() : this.actionListAppend;\n }\n if (typeof this.actionListModify !== 'undefined' && this.actionListModify !== null) {\n toReturn['actionListModify'] = 'toApiJson' in this.actionListModify ? this.actionListModify.toApiJson() : this.actionListModify;\n }\n if (typeof this.health !== 'undefined' && this.health !== null) {\n toReturn['health'] = 'toApiJson' in this.health ? this.health.toApiJson() : this.health;\n }\n if (typeof this.constraintsModify !== 'undefined' && this.constraintsModify !== null) {\n toReturn['constraintsModify'] = 'toApiJson' in this.constraintsModify ? this.constraintsModify.toApiJson() : this.constraintsModify;\n }\n if (typeof this.additionalCompanyInfo !== 'undefined' && this.additionalCompanyInfo !== null) {\n toReturn['additionalCompanyInfo'] = 'toApiJson' in this.additionalCompanyInfo ? this.additionalCompanyInfo.toApiJson() : this.additionalCompanyInfo;\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 UpdatePreMigrationCategoriesRequest {\n static fromProto(proto) {\n let m = new UpdatePreMigrationCategoriesRequest();\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.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.newCategories !== 'undefined') {\n toReturn['newCategories'] = this.newCategories;\n }\n return toReturn;\n }\n}\nclass UpdatePublishedPartnersRequest {\n static fromProto(proto) {\n let m = new UpdatePublishedPartnersRequest();\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 return toReturn;\n }\n}\nclass UpdateReviewedStatusRequest {\n static fromProto(proto) {\n let m = new UpdateReviewedStatusRequest();\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.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.reviewed !== 'undefined') {\n toReturn['reviewed'] = this.reviewed;\n }\n return toReturn;\n }\n}\nclass WebSearchAddressDetails {\n static fromProto(proto) {\n let m = new WebSearchAddressDetails();\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.borough !== 'undefined') {\n toReturn['borough'] = this.borough;\n }\n if (typeof this.address !== 'undefined') {\n toReturn['address'] = this.address;\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.region !== 'undefined') {\n toReturn['region'] = this.region;\n }\n if (typeof this.countryCode !== 'undefined') {\n toReturn['countryCode'] = this.countryCode;\n }\n return toReturn;\n }\n}\nclass WebsiteStatus {\n static fromProto(proto) {\n let m = new WebsiteStatus();\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.hasWebsite !== 'undefined') {\n toReturn['hasWebsite'] = this.hasWebsite;\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': 'account-group.vendasta-local.com',\n 'test': '',\n 'demo': 'account-group-api-demo.apigateway.co',\n 'prod': 'account-group-api-prod.apigateway.co',\n 'production': 'account-group-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 AccountGroupApiService = /*#__PURE__*/(() => {\n class AccountGroupApiService {\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 getMulti(r) {\n const request = r.toApiJson ? r : new GetMultiRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/GetMulti\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMultiResponse.fromProto(resp)));\n }\n lookup(r) {\n const request = r.toApiJson ? r : new LookupRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/Lookup\", request.toApiJson(), this.apiOptions()).pipe(map(resp => PagedResponse.fromProto(resp)));\n }\n create(r) {\n const request = r.toApiJson ? r : new CreateAccountGroupRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/Create\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateAccountGroupResponse.fromProto(resp)));\n }\n delete(r) {\n const request = r.toApiJson ? r : new DeleteAccountGroupRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/Delete\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n bulkUpdate(r) {\n const request = r.toApiJson ? r : new BulkUpdateRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/BulkUpdate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n list(r) {\n const request = r.toApiJson ? r : new ListRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/List\", request.toApiJson(), this.apiOptions()).pipe(map(resp => PagedResponse.fromProto(resp)));\n }\n listPotentialDuplicates(r) {\n const request = r.toApiJson ? r : new ListPotentialDuplicatesRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/ListPotentialDuplicates\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListPotentialDuplicatesResponse.fromProto(resp)));\n }\n listAllPotentialDuplicates(r) {\n const request = r.toApiJson ? r : new ListAllPotentialDuplicatesRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/ListAllPotentialDuplicates\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListAllPotentialDuplicatesResponse.fromProto(resp)));\n }\n listOptionsForField(r) {\n const request = r.toApiJson ? r : new ListOptionsForFieldRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountGroupService/ListOptionsForField\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListOptionsForFieldResponse.fromProto(resp)));\n }\n }\n AccountGroupApiService.ɵfac = function AccountGroupApiService_Factory(t) {\n return new (t || AccountGroupApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n AccountGroupApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: AccountGroupApiService,\n factory: AccountGroupApiService.ɵfac,\n providedIn: 'root'\n });\n return AccountGroupApiService;\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 AccountValidationApiService = /*#__PURE__*/(() => {\n class AccountValidationApiService {\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 validateAddressMulti(r) {\n const request = r.toApiJson ? r : new ValidateAddressMultiRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AccountValidationService/ValidateAddressMulti\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ValidateAddressMultiResponse.fromProto(resp)));\n }\n }\n AccountValidationApiService.ɵfac = function AccountValidationApiService_Factory(t) {\n return new (t || AccountValidationApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n AccountValidationApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: AccountValidationApiService,\n factory: AccountValidationApiService.ɵfac,\n providedIn: 'root'\n });\n return AccountValidationApiService;\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 AuxiliaryFieldDataApiService = /*#__PURE__*/(() => {\n class AuxiliaryFieldDataApiService {\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 listAuxiliaryData(r) {\n const request = r.toApiJson ? r : new ListAuxiliaryDataRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldData/ListAuxiliaryData\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListAuxiliaryDataResponse.fromProto(resp)));\n }\n upsertAuxiliaryData(r) {\n const request = r.toApiJson ? r : new UpsertAuxiliaryDataRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldData/UpsertAuxiliaryData\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n searchByAuxiliaryData(r) {\n const request = r.toApiJson ? r : new SearchByAuxiliaryDataRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldData/SearchByAuxiliaryData\", request.toApiJson(), this.apiOptions()).pipe(map(resp => SearchByAuxiliaryDataResponse.fromProto(resp)));\n }\n }\n AuxiliaryFieldDataApiService.ɵfac = function AuxiliaryFieldDataApiService_Factory(t) {\n return new (t || AuxiliaryFieldDataApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n AuxiliaryFieldDataApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: AuxiliaryFieldDataApiService,\n factory: AuxiliaryFieldDataApiService.ɵfac,\n providedIn: 'root'\n });\n return AuxiliaryFieldDataApiService;\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 AuxiliaryFieldSchemaApiService = /*#__PURE__*/(() => {\n class AuxiliaryFieldSchemaApiService {\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 createAuxiliaryDataFieldSchema(r) {\n const request = r.toApiJson ? r : new CreateAuxiliaryDataFieldSchemaRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldSchema/CreateAuxiliaryDataFieldSchema\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getAuxiliaryDataFieldSchema(r) {\n const request = r.toApiJson ? r : new GetAuxiliaryDataFieldSchemaRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldSchema/GetAuxiliaryDataFieldSchema\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetAuxiliaryDataFieldSchemaResponse.fromProto(resp)));\n }\n getMultiAuxiliaryDataFieldSchema(r) {\n const request = r.toApiJson ? r : new GetMultiAuxiliaryDataFieldSchemaRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldSchema/GetMultiAuxiliaryDataFieldSchema\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMultiAuxiliaryDataFieldSchemaResponse.fromProto(resp)));\n }\n listAuxiliaryDataFieldSchema(r) {\n const request = r.toApiJson ? r : new ListAuxiliaryDataFieldSchemaRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldSchema/ListAuxiliaryDataFieldSchema\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListAuxiliaryDataFieldSchemaResponse.fromProto(resp)));\n }\n updateAuxiliaryDataFieldSchema(r) {\n const request = r.toApiJson ? r : new UpdateAuxiliaryDataFieldSchemaRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldSchema/UpdateAuxiliaryDataFieldSchema\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n archiveAuxiliaryDataFieldSchema(r) {\n const request = r.toApiJson ? r : new ArchiveAuxiliaryDataFieldSchemaRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldSchema/ArchiveAuxiliaryDataFieldSchema\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n unarchiveAuxiliaryDataFieldSchema(r) {\n const request = r.toApiJson ? r : new UnarchiveAuxiliaryDataFieldSchemaRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.AuxiliaryFieldSchema/UnarchiveAuxiliaryDataFieldSchema\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n AuxiliaryFieldSchemaApiService.ɵfac = function AuxiliaryFieldSchemaApiService_Factory(t) {\n return new (t || AuxiliaryFieldSchemaApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n AuxiliaryFieldSchemaApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: AuxiliaryFieldSchemaApiService,\n factory: AuxiliaryFieldSchemaApiService.ɵfac,\n providedIn: 'root'\n });\n return AuxiliaryFieldSchemaApiService;\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 CategoryMigrationApiService = /*#__PURE__*/(() => {\n class CategoryMigrationApiService {\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 getAccountsToReviewByPartnerId(r) {\n const request = r.toApiJson ? r : new GetAccountsToReviewByPartnerIdRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CategoryMigration/GetAccountsToReviewByPartnerId\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetAccountsToReviewByPartnerIdResponse.fromProto(resp)));\n }\n searchCategoryMigration(r) {\n const request = r.toApiJson ? r : new SearchCategoryMigrationRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CategoryMigration/SearchCategoryMigration\", request.toApiJson(), this.apiOptions()).pipe(map(resp => SearchCategoryMigrationResponse.fromProto(resp)));\n }\n updatePreMigrationCategories(r) {\n const request = r.toApiJson ? r : new UpdatePreMigrationCategoriesRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CategoryMigration/UpdatePreMigrationCategories\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n updatePublishedPartners(r) {\n const request = r.toApiJson ? r : new UpdatePublishedPartnersRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CategoryMigration/UpdatePublishedPartners\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getPublishedPartner(r) {\n const request = r.toApiJson ? r : new GetPublishedPartnerRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CategoryMigration/GetPublishedPartner\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetPublishedPartnerResponse.fromProto(resp)));\n }\n updateReviewedStatus(r) {\n const request = r.toApiJson ? r : new UpdateReviewedStatusRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CategoryMigration/UpdateReviewedStatus\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n CategoryMigrationApiService.ɵfac = function CategoryMigrationApiService_Factory(t) {\n return new (t || CategoryMigrationApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n CategoryMigrationApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: CategoryMigrationApiService,\n factory: CategoryMigrationApiService.ɵfac,\n providedIn: 'root'\n });\n return CategoryMigrationApiService;\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 CompetitorApiService = /*#__PURE__*/(() => {\n class CompetitorApiService {\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 getCompetitors(r) {\n const request = r.toApiJson ? r : new GetCompetitorsRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CompetitorService/GetCompetitors\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetCompetitorsResponse.fromProto(resp)));\n }\n create(r) {\n const request = r.toApiJson ? r : new CreateCompetitorRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CompetitorService/Create\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateCompetitorResponse.fromProto(resp)));\n }\n update(r) {\n const request = r.toApiJson ? r : new UpdateCompetitorRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CompetitorService/Update\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n delete(r) {\n const request = r.toApiJson ? r : new DeleteCompetitorRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.CompetitorService/Delete\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n CompetitorApiService.ɵfac = function CompetitorApiService_Factory(t) {\n return new (t || CompetitorApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n CompetitorApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: CompetitorApiService,\n factory: CompetitorApiService.ɵfac,\n providedIn: 'root'\n });\n return CompetitorApiService;\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 InferenceApiService = /*#__PURE__*/(() => {\n class InferenceApiService {\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 getBusinessDataFromPlaceId(r) {\n const request = r.toApiJson ? r : new GetBusinessDataFromPlaceIdRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.Inference/GetBusinessDataFromPlaceId\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetBusinessDataFromPlaceIdResponse.fromProto(resp)));\n }\n getMultiBusinessDataFromPlaceId(r) {\n const request = r.toApiJson ? r : new GetMultiBusinessDataFromPlaceIdRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.Inference/GetMultiBusinessDataFromPlaceId\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMultiBusinessDataFromPlaceIdResponse.fromProto(resp)));\n }\n getBusinessDataFromTextSearch(r) {\n const request = r.toApiJson ? r : new GetBusinessDataFromTextSearchRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.Inference/GetBusinessDataFromTextSearch\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetBusinessDataFromTextSearchResponse.fromProto(resp)));\n }\n updateAccountWithExternalBusinessData(r) {\n const request = r.toApiJson ? r : new UpdateAccountWithExternalBusinessDataRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.Inference/UpdateAccountWithExternalBusinessData\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getBusinessDataByNapData(r) {\n const request = r.toApiJson ? r : new GetBusinessDataByNapDataRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.Inference/GetBusinessDataByNapData\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetBusinessDataByNapDataResponse.fromProto(resp)));\n }\n preMigrateBusinessCategory(r) {\n const request = r.toApiJson ? r : new PreMigrateBusinessCategoryRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.Inference/PreMigrateBusinessCategory\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n InferenceApiService.ɵfac = function InferenceApiService_Factory(t) {\n return new (t || InferenceApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n InferenceApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: InferenceApiService,\n factory: InferenceApiService.ɵfac,\n providedIn: 'root'\n });\n return InferenceApiService;\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 ProspectingApiService = /*#__PURE__*/(() => {\n class ProspectingApiService {\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 fetchProspectData(r) {\n const request = r.toApiJson ? r : new FetchProspectDataRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.Prospecting/FetchProspectData\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getProspectData(r) {\n const request = r.toApiJson ? r : new GetProspectDataRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.Prospecting/GetProspectData\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetProspectDataResponse.fromProto(resp)));\n }\n }\n ProspectingApiService.ɵfac = function ProspectingApiService_Factory(t) {\n return new (t || ProspectingApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ProspectingApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ProspectingApiService,\n factory: ProspectingApiService.ɵfac,\n providedIn: 'root'\n });\n return ProspectingApiService;\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 SearchEngineResultApiService = /*#__PURE__*/(() => {\n class SearchEngineResultApiService {\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 getWebSearchData(r) {\n const request = r.toApiJson ? r : new GetWebSearchRequest(r);\n return this.http.post(this._host + \"/accountgroup.v1.SearchEngineResult/GetWebSearchData\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetWebSearchResponse.fromProto(resp)));\n }\n }\n SearchEngineResultApiService.ɵfac = function SearchEngineResultApiService_Factory(t) {\n return new (t || SearchEngineResultApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n SearchEngineResultApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: SearchEngineResultApiService,\n factory: SearchEngineResultApiService.ɵfac,\n providedIn: 'root'\n });\n return SearchEngineResultApiService;\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 AccountGroupSdkService = /*#__PURE__*/(() => {\n class AccountGroupSdkService {\n constructor(accountGroupApiService) {\n this.accountGroupApiService = accountGroupApiService;\n }\n delete(accountGroupId) {\n return this.accountGroupApiService.delete({\n accountGroupId: accountGroupId\n }).pipe(map(resp => resp.ok));\n }\n lookup(r) {\n if (r.filters) {\n r.filters.accountFilterOperator = r.filters.accountFilterOperator ?? LookupRequestAccountFilterOperator.OR;\n }\n return this.accountGroupApiService.lookup(r);\n }\n listOptionsForField(r) {\n return this.accountGroupApiService.listOptionsForField(r).pipe(map(resp => !!resp?.values ? resp.values : []));\n }\n }\n AccountGroupSdkService.ɵfac = function AccountGroupSdkService_Factory(t) {\n return new (t || AccountGroupSdkService)(i0.ɵɵinject(AccountGroupApiService));\n };\n AccountGroupSdkService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: AccountGroupSdkService,\n factory: AccountGroupSdkService.ɵfac,\n providedIn: 'root'\n });\n return AccountGroupSdkService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet ProspectingSdkService = /*#__PURE__*/(() => {\n class ProspectingSdkService {\n constructor(prospectingApiService) {\n this.prospectingApiService = prospectingApiService;\n }\n fetchProspectData(r) {\n return this.prospectingApiService.fetchProspectData(r).pipe(map(resp => resp.ok));\n }\n getProspectData(r) {\n return this.prospectingApiService.getProspectData(r);\n }\n }\n ProspectingSdkService.ɵfac = function ProspectingSdkService_Factory(t) {\n return new (t || ProspectingSdkService)(i0.ɵɵinject(ProspectingApiService));\n };\n ProspectingSdkService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ProspectingSdkService,\n factory: ProspectingSdkService.ɵfac,\n providedIn: 'root'\n });\n return ProspectingSdkService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet AuxiliaryFieldDataService = /*#__PURE__*/(() => {\n class AuxiliaryFieldDataService {\n constructor(fieldDataService) {\n this.fieldDataService = fieldDataService;\n }\n listObjectData(auxiliaryDataObjectId, pagingOptions) {\n return this.fieldDataService.listAuxiliaryData({\n auxiliaryDataObjectId,\n pagingOptions\n }).pipe(map(resp => {\n const auxiliaryObjectData = {\n jsonSchema: {},\n jsonData: {},\n pagingMetadata: resp.pagingMetadata\n };\n try {\n auxiliaryObjectData.jsonSchema = JSON.parse(resp.jsonSchema);\n } catch {\n auxiliaryObjectData.jsonSchema = {};\n }\n try {\n auxiliaryObjectData.jsonData = JSON.parse(resp.jsonData);\n } catch {\n auxiliaryObjectData.jsonData = {};\n }\n auxiliaryObjectData.pagingMetadata = resp.pagingMetadata;\n return auxiliaryObjectData;\n }));\n }\n upsertObjectData(auxiliaryDataObjectId, fieldDataUpsertOperations) {\n return this.fieldDataService.upsertAuxiliaryData({\n auxiliaryDataObjectId,\n fieldDataUpsertOperations\n });\n }\n }\n AuxiliaryFieldDataService.ɵfac = function AuxiliaryFieldDataService_Factory(t) {\n return new (t || AuxiliaryFieldDataService)(i0.ɵɵinject(AuxiliaryFieldDataApiService));\n };\n AuxiliaryFieldDataService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: AuxiliaryFieldDataService,\n factory: AuxiliaryFieldDataService.ɵfac,\n providedIn: 'root'\n });\n return AuxiliaryFieldDataService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet InferenceService = /*#__PURE__*/(() => {\n class InferenceService {\n constructor(inferenceApiService) {\n this.inferenceApiService = inferenceApiService;\n }\n getBusinessDataFromPlaceId(placeId, partnerId, marketIds) {\n return this.inferenceApiService.getBusinessDataFromPlaceId({\n placeId,\n partnerId,\n marketIds\n });\n }\n getMultiBusinessDataFromPlaceId(placeIds, partnerId, marketIds) {\n return this.inferenceApiService.getMultiBusinessDataFromPlaceId({\n placeIds,\n partnerId,\n marketIds\n });\n }\n getBusinessDataByNapData(napData) {\n return this.inferenceApiService.getBusinessDataByNapData({\n napData\n });\n }\n }\n InferenceService.ɵfac = function InferenceService_Factory(t) {\n return new (t || InferenceService)(i0.ɵɵinject(InferenceApiService));\n };\n InferenceService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: InferenceService,\n factory: InferenceService.ɵfac,\n providedIn: 'root'\n });\n return InferenceService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { Access, Account, AccountGroup, AccountGroupApiService, AccountGroupExternalIdentifiers, AccountGroupHealth, AccountGroupLocation, AccountGroupSdkService, AccountValidationApiService, Accounts, ActionListAppend, ActionListModify, ActionListModifyActions, ActivateAccounts, Activation, AdditionalCompanyInfo, AddressInfo, AddressValidationResult, AggregationSupportedFields, AppKey, ArchiveAuxiliaryDataFieldSchemaRequest, Association, AuxiliaryDataFieldSchema, AuxiliaryDataFieldType, AuxiliaryDataFilter, AuxiliaryDataObjectID, AuxiliaryDataRange, AuxiliaryDataSearchDateOperation, AuxiliaryDataSearchFilter, AuxiliaryDataSearchIntegerOperation, AuxiliaryDataSearchOperation, AuxiliaryDataSearchStringOperation, AuxiliaryFieldDataApiService, AuxiliaryFieldDataService, AuxiliaryFieldSchemaApiService, BulkUpdateRequest, Candidate, CategoryData, CategoryMigrationApiService, CategoryMigrationData, Circular, ClaimStatus, ClosedStatus, Competitor, CompetitorApiService, Constraint, ConstraintsModify, ContactDetails, ContactDetailsForListDuplicates, ContactDetailsForListDuplicatesCriteriaMatchType, CreateAccountGroupRequest, CreateAccountGroupResponse, CreateAuxiliaryDataFieldSchemaRequest, CreateCompetitorRequest, CreateCompetitorResponse, CreateCompetitors, CreateOperation, CustomField, DeleteAccountGroupRequest, DeleteCompetitorRequest, DropdownOption, EstimatedAnnualRevenue, FetchProspectDataRequest, FieldDataUpsertOperation, FieldMask, FieldSchemaIdentifier, ForeignKey, Geo, GetAccountsToReviewByPartnerIdRequest, GetAccountsToReviewByPartnerIdResponse, GetAuxiliaryDataFieldSchemaRequest, GetAuxiliaryDataFieldSchemaResponse, GetBusinessDataByNapDataRequest, GetBusinessDataByNapDataResponse, GetBusinessDataFromPlaceIdRequest, GetBusinessDataFromPlaceIdResponse, GetBusinessDataFromPlaceIdResponseGoogleIdentifiers, GetBusinessDataFromTextSearchRequest, GetBusinessDataFromTextSearchResponse, GetCompetitorsRequest, GetCompetitorsResponse, GetMultiAuxiliaryDataFieldSchemaRequest, GetMultiAuxiliaryDataFieldSchemaResponse, GetMultiBusinessDataFromPlaceIdRequest, GetMultiBusinessDataFromPlaceIdResponse, GetMultiBusinessDataFromPlaceIdResponseBusinessesEntry, GetMultiRequest, GetMultiResponse, GetMultiResponseAccountGroupContainer, GetProspectDataRequest, GetProspectDataResponse, GetPublishedPartnerRequest, GetPublishedPartnerResponse, GetWebSearchRequest, GetWebSearchResponse, GooglePlace, HealthCareProfessionalInformation, HealthCareProfessionalInformationGender, HoursOfOperation, HoursOfOperationSpan, InferenceApiService, InferenceService, IsAvailable, LegacyProductDetails, LifecycleStage, ListAccountsRequest, ListAccountsResponse, ListAllPotentialDuplicatesRequest, ListAllPotentialDuplicatesResponse, ListAllPotentialDuplicatesResponsePotentialDuplicates, ListAuxiliaryDataFieldSchemaRequest, ListAuxiliaryDataFieldSchemaRequestFilters, ListAuxiliaryDataFieldSchemaResponse, ListAuxiliaryDataRequest, ListAuxiliaryDataResponse, ListOptionsForFieldRequest, ListOptionsForFieldResponse, ListPotentialDuplicatesRequest, ListPotentialDuplicatesResponse, ListPotentialDuplicatesResponsePotentialDuplicate, ListRequest, ListRequestFilters, ListingDistributionDetails, ListingSyncPro, ListingSyncProBillingFrequency, ListingSyncProServiceProviders, Location, LocationPoint, LookupRequest, LookupRequestAccountFilter, LookupRequestAccountFilterOperator, LookupRequestAccountStatus, LookupRequestCreatedDateFilter, LookupRequestFilters, LookupRequestListingDistributionFilter, LookupRequestListingDistributionFilterActivationStatus, LookupRequestListingDistributionFilterAutoRenew, LookupRequestListingSyncProFilter, LookupRequestLocationFilter, LookupRequestPresence, LookupRequestPresenceFilter, LookupRequestSearchOptions, LookupRequestSnapshotFilter, LookupRequestStatusFilter, LookupRequestTrialFilter, MarketingClassification, MarketingInfo, MethodMetadata, NAPData, NAPWData, OnBoardingStrategy, PagedRequestOptions, PagedResponse, PagedResponseMetadata, Point, PreMigrateBusinessCategoryRequest, ProjectionFilter, ProspectData, ProspectIdentifier, ProspectingApiService, ProspectingSdkService, ReadFilter, Rectangular, RichData, RichDataPaymentMethods, SDKMetadata, SearchByAuxiliaryDataRequest, SearchByAuxiliaryDataResponse, SearchCategoryMigrationRequest, SearchCategoryMigrationRequestReviewStatus, SearchCategoryMigrationResponse, SearchEngineResultApiService, SearchableField, ServiceArea, ServiceAreaBusinessType, ServiceAvailability, Snapshots, SnapshotsSnapshot, SocialURLs, SortDirection, SortField, SortOptions, Status, UnarchiveAuxiliaryDataFieldSchemaRequest, UpdateAccountWithExternalBusinessDataRequest, UpdateAccountWithExternalBusinessDataRequestFields, UpdateAuxiliaryDataFieldSchemaRequest, UpdateCompetitorRequest, UpdateOperation, UpdateOperationAccountGroupHealthUpdate, UpdatePreMigrationCategoriesRequest, UpdatePublishedPartnersRequest, UpdateReviewedStatusRequest, UpsertAuxiliaryDataRequest, ValidateAddressMultiRequest, ValidateAddressMultiResponse, WebSearchAddressDetails, WebsiteStatus };\n"],"mappings":"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","names":["enumStringToValue$1","enumRef","value","enumStringToValue","AuxiliaryDataFieldType","LookupRequestAccountFilterOperator","LookupRequestAccountStatus","ActionListModifyActions","LookupRequestListingDistributionFilterActivationStatus","AggregationSupportedFields","LookupRequestListingDistributionFilterAutoRenew","AuxiliaryDataSearchDateOperation","AuxiliaryDataSearchIntegerOperation","AuxiliaryDataSearchStringOperation","ListingSyncProBillingFrequency","ClosedStatus","ContactDetailsForListDuplicatesCriteriaMatchType","EstimatedAnnualRevenue","HealthCareProfessionalInformationGender","IsAvailable","LifecycleStage","MarketingClassification","RichDataPaymentMethods","LookupRequestPresence","SearchableField","ServiceAreaBusinessType","ListingSyncProServiceProviders","SortDirection","SortField","FieldMask","PagedRequestOptions","PagedResponseMetadata","Competitor","CreateCompetitorRequest","CreateCompetitorResponse","DeleteCompetitorRequest","GetCompetitorsRequest","GetCompetitorsResponse","Location","UpdateCompetitorRequest","ArchiveAuxiliaryDataFieldSchemaRequest","AuxiliaryDataFieldSchema","AuxiliaryDataObjectID","CreateAuxiliaryDataFieldSchemaRequest","DropdownOption","FieldDataUpsertOperation","FieldSchemaIdentifier","ListAuxiliaryDataFieldSchemaRequestFilters","GetAuxiliaryDataFieldSchemaRequest","GetAuxiliaryDataFieldSchemaResponse","GetMultiAuxiliaryDataFieldSchemaRequest","GetMultiAuxiliaryDataFieldSchemaResponse","ListAuxiliaryDataFieldSchemaRequest","ListAuxiliaryDataFieldSchemaResponse","ListAuxiliaryDataRequest","ListAuxiliaryDataResponse","UnarchiveAuxiliaryDataFieldSchemaRequest","UpdateAuxiliaryDataFieldSchemaRequest","UpsertAuxiliaryDataRequest","Account","LookupRequestAccountFilter","AccountGroup","GetMultiResponseAccountGroupContainer","AccountGroupExternalIdentifiers","AccountGroupHealth","UpdateOperationAccountGroupHealthUpdate","AccountGroupLocation","Accounts","ActionListAppend","ActionListModify","ActivateAccounts","Activation","AdditionalCompanyInfo","AppKey","Association","AuxiliaryDataFilter","AuxiliaryDataRange","AuxiliaryDataSearchFilter","AuxiliaryDataSearchOperation","BulkUpdateRequest","Constraint","ConstraintsModify","ContactDetails","ContactDetailsForListDuplicates","CreateAccountGroupRequest","CreateAccountGroupResponse","CreateCompetitors","CreateOperation","LookupRequestCreatedDateFilter","CustomField","DeleteAccountGroupRequest","LookupRequestFilters","ForeignKey","Geo","GetMultiRequest","GetMultiResponse","GooglePlace","HealthCareProfessionalInformation","HoursOfOperation","LegacyProductDetails","ListAllPotentialDuplicatesRequest","ListAllPotentialDuplicatesResponse","ListOptionsForFieldRequest","ListOptionsForFieldResponse","ListPotentialDuplicatesRequest","ListPotentialDuplicatesResponse","ListRequest","ListRequestFilters","ListingDistributionDetails","LookupRequestListingDistributionFilter","ListingSyncPro","LookupRequestListingSyncProFilter","LookupRequestLocationFilter","LookupRequest","MarketingInfo","OnBoardingStrategy","PagedResponse","ListPotentialDuplicatesResponsePotentialDuplicate","ListAllPotentialDuplicatesResponsePotentialDuplicates","LookupRequestPresenceFilter","ProjectionFilter","ReadFilter","RichData","SearchByAuxiliaryDataRequest","SearchByAuxiliaryDataResponse","LookupRequestSearchOptions","ServiceArea","ServiceAvailability","SnapshotsSnapshot","LookupRequestSnapshotFilter","Snapshots","SocialURLs","SortOptions","HoursOfOperationSpan","Status","LookupRequestStatusFilter","LookupRequestTrialFilter","UpdateOperation","environment","hostMap","HostService","AccountGroupApiService","AuxiliaryFieldDataApiService","AuxiliaryFieldSchemaApiService","CompetitorApiService","AccountGroupSdkService","init_vendasta_account_group","__esmMin","init_core","init_http","init_operators","_FieldMask","proto","m","kwargs","toReturn","_PagedRequestOptions","_PagedResponseMetadata","_Competitor","_CreateCompetitorRequest","_CreateCompetitorResponse","_DeleteCompetitorRequest","_GetCompetitorsRequest","_GetCompetitorsResponse","_Location","_UpdateCompetitorRequest","_ArchiveAuxiliaryDataFieldSchemaRequest","_AuxiliaryDataFieldSchema","_AuxiliaryDataObjectID","_CreateAuxiliaryDataFieldSchemaRequest","_DropdownOption","_FieldDataUpsertOperation","_FieldSchemaIdentifier","_ListAuxiliaryDataFieldSchemaRequestFilters","_GetAuxiliaryDataFieldSchemaRequest","_GetAuxiliaryDataFieldSchemaResponse","_GetMultiAuxiliaryDataFieldSchemaRequest","_GetMultiAuxiliaryDataFieldSchemaResponse","_ListAuxiliaryDataFieldSchemaRequest","_ListAuxiliaryDataFieldSchemaResponse","_ListAuxiliaryDataRequest","_ListAuxiliaryDataResponse","_UnarchiveAuxiliaryDataFieldSchemaRequest","_UpdateAuxiliaryDataFieldSchemaRequest","_UpsertAuxiliaryDataRequest","_Account","_LookupRequestAccountFilter","_AccountGroup","_GetMultiResponseAccountGroupContainer","_AccountGroupExternalIdentifiers","_AccountGroupHealth","_UpdateOperationAccountGroupHealthUpdate","_AccountGroupLocation","_Accounts","_ActionListAppend","_ActionListModify","_ActivateAccounts","_Activation","_AdditionalCompanyInfo","_AppKey","_Association","_AuxiliaryDataFilter","_AuxiliaryDataRange","_AuxiliaryDataSearchFilter","_AuxiliaryDataSearchOperation","_BulkUpdateRequest","_Constraint","_ConstraintsModify","_ContactDetails","_ContactDetailsForListDuplicates","_CreateAccountGroupRequest","_CreateAccountGroupResponse","_CreateCompetitors","_CreateOperation","_LookupRequestCreatedDateFilter","_CustomField","_DeleteAccountGroupRequest","_LookupRequestFilters","v","_ForeignKey","_Geo","_GetMultiRequest","_GetMultiResponse","_GooglePlace","_HealthCareProfessionalInformation","_HoursOfOperation","_LegacyProductDetails","_ListAllPotentialDuplicatesRequest","_ListAllPotentialDuplicatesResponse","_ListOptionsForFieldRequest","_ListOptionsForFieldResponse","_ListPotentialDuplicatesRequest","_ListPotentialDuplicatesResponse","_ListRequest","_ListRequestFilters","_ListingDistributionDetails","_LookupRequestListingDistributionFilter","_ListingSyncPro","_LookupRequestListingSyncProFilter","_LookupRequestLocationFilter","_LookupRequest","_MarketingInfo","_OnBoardingStrategy","_PagedResponse","_ListPotentialDuplicatesResponsePotentialDuplicate","_ListAllPotentialDuplicatesResponsePotentialDuplicates","_LookupRequestPresenceFilter","_ProjectionFilter","_ReadFilter","_RichData","_SearchByAuxiliaryDataRequest","_SearchByAuxiliaryDataResponse","_LookupRequestSearchOptions","_ServiceArea","_ServiceAvailability","_SnapshotsSnapshot","_LookupRequestSnapshotFilter","_Snapshots","_SocialURLs","_SortOptions","_HoursOfOperationSpan","_Status","_LookupRequestStatusFilter","_LookupRequestTrialFilter","_UpdateOperation","t","ɵɵdefineInjectable","http","hostService","HttpHeaders","r","request","map","resp","__spreadProps","__spreadValues","ɵɵinject","HttpClient","accountGroupApiService","accountGroupId"],"x_google_ignoreList":[0]}