{"version":3,"sources":["node_modules/@vendasta/reputation/fesm2020/vendasta-reputation.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 Recommendation = /*#__PURE__*/function (Recommendation) {\n Recommendation[Recommendation[\"RECOMMENDATION_UNSPECIFIED\"] = 0] = \"RECOMMENDATION_UNSPECIFIED\";\n Recommendation[Recommendation[\"RECOMMENDATION_POSITIVE\"] = 1] = \"RECOMMENDATION_POSITIVE\";\n Recommendation[Recommendation[\"RECOMMENDATION_NEGATIVE\"] = 2] = \"RECOMMENDATION_NEGATIVE\";\n return Recommendation;\n}(Recommendation || {});\nvar ReviewActionStatus = /*#__PURE__*/function (ReviewActionStatus) {\n ReviewActionStatus[ReviewActionStatus[\"REVIEW_ACTION_STATUS_ACTION_REQUIRED\"] = 0] = \"REVIEW_ACTION_STATUS_ACTION_REQUIRED\";\n ReviewActionStatus[ReviewActionStatus[\"REVIEW_ACTION_STATUS_NO_ACTION_REQUIRED\"] = 1] = \"REVIEW_ACTION_STATUS_NO_ACTION_REQUIRED\";\n ReviewActionStatus[ReviewActionStatus[\"REVIEW_ACTION_STATUS_OWNER_RESPONDED\"] = 2] = \"REVIEW_ACTION_STATUS_OWNER_RESPONDED\";\n ReviewActionStatus[ReviewActionStatus[\"REVIEW_ACTION_STATUS_RESPONSE_AWAITING_APPROVAL\"] = 3] = \"REVIEW_ACTION_STATUS_RESPONSE_AWAITING_APPROVAL\";\n ReviewActionStatus[ReviewActionStatus[\"REVIEW_ACTION_STATUS_DIGITAL_AGENT_RESPONDED\"] = 4] = \"REVIEW_ACTION_STATUS_DIGITAL_AGENT_RESPONDED\";\n return ReviewActionStatus;\n}(ReviewActionStatus || {});\nvar ReviewDeletedStatus = /*#__PURE__*/function (ReviewDeletedStatus) {\n ReviewDeletedStatus[ReviewDeletedStatus[\"REVIEW_DELETED_STATUS_EMPTY\"] = 0] = \"REVIEW_DELETED_STATUS_EMPTY\";\n ReviewDeletedStatus[ReviewDeletedStatus[\"REVIEW_DELETED_STATUS_USER_REMOVED\"] = 1] = \"REVIEW_DELETED_STATUS_USER_REMOVED\";\n ReviewDeletedStatus[ReviewDeletedStatus[\"REVIEW_DELETED_STATUS_USER_KEPT\"] = 2] = \"REVIEW_DELETED_STATUS_USER_KEPT\";\n ReviewDeletedStatus[ReviewDeletedStatus[\"REVIEW_DELETED_STATUS_UNSPECIFIED\"] = 3] = \"REVIEW_DELETED_STATUS_UNSPECIFIED\";\n return ReviewDeletedStatus;\n}(ReviewDeletedStatus || {});\nvar ThirdPartyPublishedStatus = /*#__PURE__*/function (ThirdPartyPublishedStatus) {\n ThirdPartyPublishedStatus[ThirdPartyPublishedStatus[\"THIRD_PARTY_PUBLISHED_STATUS_EMPTY\"] = 0] = \"THIRD_PARTY_PUBLISHED_STATUS_EMPTY\";\n ThirdPartyPublishedStatus[ThirdPartyPublishedStatus[\"THIRD_PARTY_PUBLISHED_STATUS_TRUE\"] = 1] = \"THIRD_PARTY_PUBLISHED_STATUS_TRUE\";\n ThirdPartyPublishedStatus[ThirdPartyPublishedStatus[\"THIRD_PARTY_PUBLISHED_STATUS_FALSE\"] = 2] = \"THIRD_PARTY_PUBLISHED_STATUS_FALSE\";\n return ThirdPartyPublishedStatus;\n}(ThirdPartyPublishedStatus || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar SMSState = /*#__PURE__*/function (SMSState) {\n SMSState[SMSState[\"SMS_STATE_UNDEFINED\"] = 0] = \"SMS_STATE_UNDEFINED\";\n SMSState[SMSState[\"SMS_STATE_DISABLED\"] = 1] = \"SMS_STATE_DISABLED\";\n SMSState[SMSState[\"SMS_STATE_ENABLED\"] = 2] = \"SMS_STATE_ENABLED\";\n return SMSState;\n}(SMSState || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar ListWidgetReviewsRequestMinimumRating = /*#__PURE__*/function (ListWidgetReviewsRequestMinimumRating) {\n ListWidgetReviewsRequestMinimumRating[ListWidgetReviewsRequestMinimumRating[\"MINIMUM_RATING_UNSPECIFIED\"] = 0] = \"MINIMUM_RATING_UNSPECIFIED\";\n ListWidgetReviewsRequestMinimumRating[ListWidgetReviewsRequestMinimumRating[\"MINIMUM_RATING_1\"] = 1] = \"MINIMUM_RATING_1\";\n ListWidgetReviewsRequestMinimumRating[ListWidgetReviewsRequestMinimumRating[\"MINIMUM_RATING_2\"] = 2] = \"MINIMUM_RATING_2\";\n ListWidgetReviewsRequestMinimumRating[ListWidgetReviewsRequestMinimumRating[\"MINIMUM_RATING_3\"] = 3] = \"MINIMUM_RATING_3\";\n ListWidgetReviewsRequestMinimumRating[ListWidgetReviewsRequestMinimumRating[\"MINIMUM_RATING_4\"] = 4] = \"MINIMUM_RATING_4\";\n ListWidgetReviewsRequestMinimumRating[ListWidgetReviewsRequestMinimumRating[\"MINIMUM_RATING_5\"] = 5] = \"MINIMUM_RATING_5\";\n ListWidgetReviewsRequestMinimumRating[ListWidgetReviewsRequestMinimumRating[\"MINIMUM_RATING_MANUALLY_PUBLISHED\"] = 6] = \"MINIMUM_RATING_MANUALLY_PUBLISHED\";\n return ListWidgetReviewsRequestMinimumRating;\n}(ListWidgetReviewsRequestMinimumRating || {});\nvar CustomizationsOverallRatingDecimalPlaces = /*#__PURE__*/function (CustomizationsOverallRatingDecimalPlaces) {\n CustomizationsOverallRatingDecimalPlaces[CustomizationsOverallRatingDecimalPlaces[\"OVERALL_RATING_DECIMAL_PLACES_NOT_SET\"] = 0] = \"OVERALL_RATING_DECIMAL_PLACES_NOT_SET\";\n CustomizationsOverallRatingDecimalPlaces[CustomizationsOverallRatingDecimalPlaces[\"OVERALL_RATING_DECIMAL_PLACES_1\"] = 1] = \"OVERALL_RATING_DECIMAL_PLACES_1\";\n CustomizationsOverallRatingDecimalPlaces[CustomizationsOverallRatingDecimalPlaces[\"OVERALL_RATING_DECIMAL_PLACES_2\"] = 2] = \"OVERALL_RATING_DECIMAL_PLACES_2\";\n return CustomizationsOverallRatingDecimalPlaces;\n}(CustomizationsOverallRatingDecimalPlaces || {});\nvar StylingTheme = /*#__PURE__*/function (StylingTheme) {\n StylingTheme[StylingTheme[\"THEME_UNSPECIFIED\"] = 0] = \"THEME_UNSPECIFIED\";\n StylingTheme[StylingTheme[\"THEME_LIGHT\"] = 1] = \"THEME_LIGHT\";\n StylingTheme[StylingTheme[\"THEME_DARK\"] = 2] = \"THEME_DARK\";\n return StylingTheme;\n}(StylingTheme || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar LimitType = /*#__PURE__*/function (LimitType) {\n LimitType[LimitType[\"LIMIT_TYPE_UNSPECIFIED\"] = 0] = \"LIMIT_TYPE_UNSPECIFIED\";\n LimitType[LimitType[\"LIMIT_TYPE_MONTHLY_SMS\"] = 1] = \"LIMIT_TYPE_MONTHLY_SMS\";\n return LimitType;\n}(LimitType || {});\nvar ListingMatchQuality = /*#__PURE__*/function (ListingMatchQuality) {\n ListingMatchQuality[ListingMatchQuality[\"LISTING_MATCH_QUALITY_GOOD\"] = 0] = \"LISTING_MATCH_QUALITY_GOOD\";\n ListingMatchQuality[ListingMatchQuality[\"LISTING_MATCH_QUALITY_POOR\"] = 1] = \"LISTING_MATCH_QUALITY_POOR\";\n ListingMatchQuality[ListingMatchQuality[\"LISTING_MATCH_QUALITY_NO_MATCH\"] = 2] = \"LISTING_MATCH_QUALITY_NO_MATCH\";\n return ListingMatchQuality;\n}(ListingMatchQuality || {});\nvar SortDirection = /*#__PURE__*/function (SortDirection) {\n SortDirection[SortDirection[\"SORT_DIRECTION_NOT_SET\"] = 0] = \"SORT_DIRECTION_NOT_SET\";\n SortDirection[SortDirection[\"SORT_DIRECTION_ASCENDING\"] = 1] = \"SORT_DIRECTION_ASCENDING\";\n SortDirection[SortDirection[\"SORT_DIRECTION_DESCENDING\"] = 2] = \"SORT_DIRECTION_DESCENDING\";\n return SortDirection;\n}(SortDirection || {});\nvar ListReviewRequestEmailTemplatesRequestSortField = /*#__PURE__*/function (ListReviewRequestEmailTemplatesRequestSortField) {\n ListReviewRequestEmailTemplatesRequestSortField[ListReviewRequestEmailTemplatesRequestSortField[\"SORT_FIELD_NOT_SET\"] = 0] = \"SORT_FIELD_NOT_SET\";\n ListReviewRequestEmailTemplatesRequestSortField[ListReviewRequestEmailTemplatesRequestSortField[\"SORT_FIELD_UPDATED\"] = 1] = \"SORT_FIELD_UPDATED\";\n ListReviewRequestEmailTemplatesRequestSortField[ListReviewRequestEmailTemplatesRequestSortField[\"SORT_FIELD_NAME\"] = 2] = \"SORT_FIELD_NAME\";\n return ListReviewRequestEmailTemplatesRequestSortField;\n}(ListReviewRequestEmailTemplatesRequestSortField || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums Index.\n// *********************************\n\nfunction enumStringToValue$8(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$7(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass Review {\n static fromProto(proto) {\n let m = new Review();\n m = Object.assign(m, proto);\n if (proto.reviewId) {\n m.reviewId = ReviewIdentifier.fromProto(proto.reviewId);\n }\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n if (proto.scaledStars) {\n m.scaledStars = parseInt(proto.scaledStars, 10);\n }\n if (proto.reviewer) {\n m.reviewer = Reviewer.fromProto(proto.reviewer);\n }\n if (proto.published) {\n m.published = new Date(proto.published);\n }\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.modified) {\n m.modified = new Date(proto.modified);\n }\n if (proto.actionStatus) {\n m.actionStatus = enumStringToValue$7(ReviewActionStatus, proto.actionStatus);\n }\n if (proto.comments) {\n m.comments = proto.comments.map(ReviewComment.fromProto);\n }\n if (proto.recommendation) {\n m.recommendation = enumStringToValue$7(Recommendation, proto.recommendation);\n }\n if (proto.lastFailedReviewCommentCreated) {\n m.lastFailedReviewCommentCreated = new Date(proto.lastFailedReviewCommentCreated);\n }\n if (proto.edited) {\n m.edited = new Date(proto.edited);\n }\n if (proto.deletedStatus) {\n m.deletedStatus = enumStringToValue$7(ReviewDeletedStatus, proto.deletedStatus);\n }\n if (proto.deleted) {\n m.deleted = new Date(proto.deleted);\n }\n if (proto.thirdPartyPublishedStatus) {\n m.thirdPartyPublishedStatus = enumStringToValue$7(ThirdPartyPublishedStatus, proto.thirdPartyPublishedStatus);\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.reviewId !== 'undefined' && this.reviewId !== null) {\n toReturn['reviewId'] = 'toApiJson' in this.reviewId ? this.reviewId.toApiJson() : this.reviewId;\n }\n if (typeof this.listingId !== 'undefined') {\n toReturn['listingId'] = this.listingId;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n if (typeof this.externalId !== 'undefined') {\n toReturn['externalId'] = this.externalId;\n }\n if (typeof this.content !== 'undefined') {\n toReturn['content'] = this.content;\n }\n if (typeof this.title !== 'undefined') {\n toReturn['title'] = this.title;\n }\n if (typeof this.rating !== 'undefined') {\n toReturn['rating'] = this.rating;\n }\n if (typeof this.scaledStars !== 'undefined') {\n toReturn['scaledStars'] = this.scaledStars;\n }\n if (typeof this.originalStars !== 'undefined') {\n toReturn['originalStars'] = this.originalStars;\n }\n if (typeof this.url !== 'undefined') {\n toReturn['url'] = this.url;\n }\n if (typeof this.domain !== 'undefined') {\n toReturn['domain'] = this.domain;\n }\n if (typeof this.reviewer !== 'undefined' && this.reviewer !== null) {\n toReturn['reviewer'] = 'toApiJson' in this.reviewer ? this.reviewer.toApiJson() : this.reviewer;\n }\n if (typeof this.published !== 'undefined' && this.published !== null) {\n toReturn['published'] = 'toApiJson' in this.published ? this.published.toApiJson() : this.published;\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.modified !== 'undefined' && this.modified !== null) {\n toReturn['modified'] = 'toApiJson' in this.modified ? this.modified.toApiJson() : this.modified;\n }\n if (typeof this.actionStatus !== 'undefined') {\n toReturn['actionStatus'] = this.actionStatus;\n }\n if (typeof this.isPublished !== 'undefined') {\n toReturn['isPublished'] = this.isPublished;\n }\n if (typeof this.isSharedByReviewer !== 'undefined') {\n toReturn['isSharedByReviewer'] = this.isSharedByReviewer;\n }\n if (typeof this.newComment !== 'undefined') {\n toReturn['newComment'] = this.newComment;\n }\n if (typeof this.comments !== 'undefined' && this.comments !== null) {\n toReturn['comments'] = 'toApiJson' in this.comments ? this.comments.toApiJson() : this.comments;\n }\n if (typeof this.hasAccuratePublished !== 'undefined') {\n toReturn['hasAccuratePublished'] = this.hasAccuratePublished;\n }\n if (typeof this.recommendation !== 'undefined') {\n toReturn['recommendation'] = this.recommendation;\n }\n if (typeof this.lastFailedReviewCommentCreated !== 'undefined' && this.lastFailedReviewCommentCreated !== null) {\n toReturn['lastFailedReviewCommentCreated'] = 'toApiJson' in this.lastFailedReviewCommentCreated ? this.lastFailedReviewCommentCreated.toApiJson() : this.lastFailedReviewCommentCreated;\n }\n if (typeof this.lastFailedReviewCommentReason !== 'undefined') {\n toReturn['lastFailedReviewCommentReason'] = this.lastFailedReviewCommentReason;\n }\n if (typeof this.lastFailedReviewCommentText !== 'undefined') {\n toReturn['lastFailedReviewCommentText'] = this.lastFailedReviewCommentText;\n }\n if (typeof this.edited !== 'undefined' && this.edited !== null) {\n toReturn['edited'] = 'toApiJson' in this.edited ? this.edited.toApiJson() : this.edited;\n }\n if (typeof this.deletedStatus !== 'undefined') {\n toReturn['deletedStatus'] = this.deletedStatus;\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.thirdPartyPublishedStatus !== 'undefined') {\n toReturn['thirdPartyPublishedStatus'] = this.thirdPartyPublishedStatus;\n }\n return toReturn;\n }\n}\nclass ReviewComment {\n static fromProto(proto) {\n let m = new ReviewComment();\n m = Object.assign(m, proto);\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.modified) {\n m.modified = new Date(proto.modified);\n }\n if (proto.published) {\n m.published = new Date(proto.published);\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.commentId !== 'undefined') {\n toReturn['commentId'] = this.commentId;\n }\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.text !== 'undefined') {\n toReturn['text'] = this.text;\n }\n if (typeof this.email !== 'undefined') {\n toReturn['email'] = this.email;\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.externalId !== 'undefined') {\n toReturn['externalId'] = this.externalId;\n }\n if (typeof this.modified !== 'undefined' && this.modified !== null) {\n toReturn['modified'] = 'toApiJson' in this.modified ? this.modified.toApiJson() : this.modified;\n }\n if (typeof this.published !== 'undefined' && this.published !== null) {\n toReturn['published'] = 'toApiJson' in this.published ? this.published.toApiJson() : this.published;\n }\n if (typeof this.postedByOwner !== 'undefined') {\n toReturn['postedByOwner'] = this.postedByOwner;\n }\n if (typeof this.postedByDigitAgent !== 'undefined') {\n toReturn['postedByDigitAgent'] = this.postedByDigitAgent;\n }\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n return toReturn;\n }\n}\nclass ReviewHistory {\n static fromProto(proto) {\n let m = new ReviewHistory();\n m = Object.assign(m, proto);\n if (proto.source) {\n m.source = parseInt(proto.source, 10);\n }\n if (proto.scaledStarRating) {\n m.scaledStarRating = parseInt(proto.scaledStarRating, 10);\n }\n if (proto.published) {\n m.published = new Date(proto.published);\n }\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.reviewLastEdited) {\n m.reviewLastEdited = new Date(proto.reviewLastEdited);\n }\n if (proto.isRecommendation) {\n m.isRecommendation = enumStringToValue$7(Recommendation, proto.isRecommendation);\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.reviewHistoryId !== 'undefined') {\n toReturn['reviewHistoryId'] = this.reviewHistoryId;\n }\n if (typeof this.listingId !== 'undefined') {\n toReturn['listingId'] = this.listingId;\n }\n if (typeof this.source !== 'undefined') {\n toReturn['source'] = this.source;\n }\n if (typeof this.externalId !== 'undefined') {\n toReturn['externalId'] = this.externalId;\n }\n if (typeof this.content !== 'undefined') {\n toReturn['content'] = this.content;\n }\n if (typeof this.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.scaledStarRating !== 'undefined') {\n toReturn['scaledStarRating'] = this.scaledStarRating;\n }\n if (typeof this.reviewerName !== 'undefined') {\n toReturn['reviewerName'] = this.reviewerName;\n }\n if (typeof this.published !== 'undefined' && this.published !== null) {\n toReturn['published'] = 'toApiJson' in this.published ? this.published.toApiJson() : this.published;\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.reviewLastEdited !== 'undefined' && this.reviewLastEdited !== null) {\n toReturn['reviewLastEdited'] = 'toApiJson' in this.reviewLastEdited ? this.reviewLastEdited.toApiJson() : this.reviewLastEdited;\n }\n if (typeof this.isRecommendation !== 'undefined') {\n toReturn['isRecommendation'] = this.isRecommendation;\n }\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n return toReturn;\n }\n}\nclass ReviewIdentifier {\n static fromProto(proto) {\n let m = new ReviewIdentifier();\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n return toReturn;\n }\n}\nclass Reviewer {\n static fromProto(proto) {\n let m = new Reviewer();\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.email !== 'undefined') {\n toReturn['email'] = this.email;\n }\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 return toReturn;\n }\n}\nclass ThirdPartyReviewPublishSettings {\n static fromProto(proto) {\n let m = new ThirdPartyReviewPublishSettings();\n m = Object.assign(m, proto);\n if (proto.minimumPublishRating) {\n m.minimumPublishRating = parseInt(proto.minimumPublishRating, 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.widgetAllReviewsEnabled !== 'undefined') {\n toReturn['widgetAllReviewsEnabled'] = this.widgetAllReviewsEnabled;\n }\n if (typeof this.minimumPublishRating !== 'undefined') {\n toReturn['minimumPublishRating'] = this.minimumPublishRating;\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 GetLeaveReviewURLsRequest {\n static fromProto(proto) {\n let m = new GetLeaveReviewURLsRequest();\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.sourceIds !== 'undefined') {\n toReturn['sourceIds'] = this.sourceIds;\n }\n return toReturn;\n }\n}\nclass GetLeaveReviewURLsResponse {\n static fromProto(proto) {\n let m = new GetLeaveReviewURLsResponse();\n m = Object.assign(m, proto);\n if (proto.urls) {\n m.urls = Object.keys(proto.urls).reduce((obj, k) => {\n obj[k] = proto.urls[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.urls !== 'undefined' && this.urls !== null) {\n toReturn['urls'] = 'toApiJson' in this.urls ? this.urls.toApiJson() : this.urls;\n }\n return toReturn;\n }\n}\nclass ReviewRequestTemplate {\n static fromProto(proto) {\n let m = new ReviewRequestTemplate();\n m = Object.assign(m, proto);\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.updated) {\n m.updated = new Date(proto.updated);\n }\n if (proto.deleted) {\n m.deleted = new Date(proto.deleted);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.templateId !== 'undefined') {\n toReturn['templateId'] = this.templateId;\n }\n if (typeof this.externalTemplateId !== 'undefined') {\n toReturn['externalTemplateId'] = this.externalTemplateId;\n }\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.isDefault !== 'undefined') {\n toReturn['isDefault'] = this.isDefault;\n }\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.created !== 'undefined' && this.created !== null) {\n toReturn['created'] = 'toApiJson' in this.created ? this.created.toApiJson() : this.created;\n }\n if (typeof this.updated !== 'undefined' && this.updated !== null) {\n toReturn['updated'] = 'toApiJson' in this.updated ? this.updated.toApiJson() : this.updated;\n }\n if (typeof this.deleted !== 'undefined' && this.deleted !== null) {\n toReturn['deleted'] = 'toApiJson' in this.deleted ? this.deleted.toApiJson() : this.deleted;\n }\n return toReturn;\n }\n}\nclass GetLeaveReviewURLsResponseUrlsEntry {\n static fromProto(proto) {\n let m = new GetLeaveReviewURLsResponseUrlsEntry();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$5(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass ConciergeReviewResponse {\n static fromProto(proto) {\n let m = new ConciergeReviewResponse();\n m = Object.assign(m, proto);\n if (proto.feedbackDate) {\n m.feedbackDate = new Date(proto.feedbackDate);\n }\n if (proto.approvalRequestedDate) {\n m.approvalRequestedDate = new Date(proto.approvalRequestedDate);\n }\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.modified) {\n m.modified = new Date(proto.modified);\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.taskId !== 'undefined') {\n toReturn['taskId'] = this.taskId;\n }\n if (typeof this.response !== 'undefined') {\n toReturn['response'] = this.response;\n }\n if (typeof this.agentName !== 'undefined') {\n toReturn['agentName'] = this.agentName;\n }\n if (typeof this.body !== 'undefined') {\n toReturn['body'] = this.body;\n }\n if (typeof this.replyToEmail !== 'undefined') {\n toReturn['replyToEmail'] = this.replyToEmail;\n }\n if (typeof this.feedback !== 'undefined') {\n toReturn['feedback'] = this.feedback;\n }\n if (typeof this.feedbackProvider !== 'undefined') {\n toReturn['feedbackProvider'] = this.feedbackProvider;\n }\n if (typeof this.commentId !== 'undefined') {\n toReturn['commentId'] = this.commentId;\n }\n if (typeof this.feedbackDate !== 'undefined' && this.feedbackDate !== null) {\n toReturn['feedbackDate'] = 'toApiJson' in this.feedbackDate ? this.feedbackDate.toApiJson() : this.feedbackDate;\n }\n if (typeof this.approvalRequestedDate !== 'undefined' && this.approvalRequestedDate !== null) {\n toReturn['approvalRequestedDate'] = 'toApiJson' in this.approvalRequestedDate ? this.approvalRequestedDate.toApiJson() : this.approvalRequestedDate;\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.modified !== 'undefined' && this.modified !== null) {\n toReturn['modified'] = 'toApiJson' in this.modified ? this.modified.toApiJson() : this.modified;\n }\n if (typeof this.partnerName !== 'undefined') {\n toReturn['partnerName'] = this.partnerName;\n }\n if (typeof this.faviconUrl !== 'undefined') {\n toReturn['faviconUrl'] = this.faviconUrl;\n }\n if (typeof this.tags !== 'undefined') {\n toReturn['tags'] = this.tags;\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 GetSMSEnabledRequest {\n static fromProto(proto) {\n let m = new GetSMSEnabledRequest();\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 GetSMSEnabledResponse {\n static fromProto(proto) {\n let m = new GetSMSEnabledResponse();\n m = Object.assign(m, proto);\n if (proto.smsState) {\n m.smsState = enumStringToValue$4(SMSState, proto.smsState);\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.smsState !== 'undefined') {\n toReturn['smsState'] = this.smsState;\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 CreateReviewRequest {\n static fromProto(proto) {\n let m = new CreateReviewRequest();\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.starRating !== 'undefined') {\n toReturn['starRating'] = this.starRating;\n }\n if (typeof this.reviewerName !== 'undefined') {\n toReturn['reviewerName'] = this.reviewerName;\n }\n if (typeof this.reviewerEmail !== 'undefined') {\n toReturn['reviewerEmail'] = this.reviewerEmail;\n }\n if (typeof this.reviewTitle !== 'undefined') {\n toReturn['reviewTitle'] = this.reviewTitle;\n }\n if (typeof this.reviewContent !== 'undefined') {\n toReturn['reviewContent'] = this.reviewContent;\n }\n return toReturn;\n }\n}\nclass CreateReviewResponse {\n static fromProto(proto) {\n let m = new CreateReviewResponse();\n m = Object.assign(m, proto);\n if (proto.review) {\n m.review = Review.fromProto(proto.review);\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.review !== 'undefined' && this.review !== null) {\n toReturn['review'] = 'toApiJson' in this.review ? this.review.toApiJson() : this.review;\n }\n return toReturn;\n }\n}\nclass CreateReviewWidgetRequest {\n static fromProto(proto) {\n let m = new CreateReviewWidgetRequest();\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 CreateReviewWidgetResponse {\n static fromProto(proto) {\n let m = new CreateReviewWidgetResponse();\n m = Object.assign(m, proto);\n if (proto.reviewWidget) {\n m.reviewWidget = ReviewWidget.fromProto(proto.reviewWidget);\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.reviewWidget !== 'undefined' && this.reviewWidget !== null) {\n toReturn['reviewWidget'] = 'toApiJson' in this.reviewWidget ? this.reviewWidget.toApiJson() : this.reviewWidget;\n }\n return toReturn;\n }\n}\nclass Customizations {\n static fromProto(proto) {\n let m = new Customizations();\n m = Object.assign(m, proto);\n if (proto.overallRatingDecimalPlaces) {\n m.overallRatingDecimalPlaces = enumStringToValue$3(CustomizationsOverallRatingDecimalPlaces, proto.overallRatingDecimalPlaces);\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.overallRatingDecimalPlaces !== 'undefined') {\n toReturn['overallRatingDecimalPlaces'] = this.overallRatingDecimalPlaces;\n }\n if (typeof this.headerText !== 'undefined') {\n toReturn['headerText'] = this.headerText;\n }\n return toReturn;\n }\n}\nclass GetReviewWidgetByIDRequest {\n static fromProto(proto) {\n let m = new GetReviewWidgetByIDRequest();\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.widgetId !== 'undefined') {\n toReturn['widgetId'] = this.widgetId;\n }\n return toReturn;\n }\n}\nclass GetReviewWidgetByIDResponse {\n static fromProto(proto) {\n let m = new GetReviewWidgetByIDResponse();\n m = Object.assign(m, proto);\n if (proto.reviewWidget) {\n m.reviewWidget = ReviewWidget.fromProto(proto.reviewWidget);\n }\n if (proto.reviewStats) {\n m.reviewStats = ReviewStats.fromProto(proto.reviewStats);\n }\n if (proto.leaveReviewUrls) {\n m.leaveReviewUrls = Object.keys(proto.leaveReviewUrls).reduce((obj, k) => {\n obj[k] = proto.leaveReviewUrls[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.reviewWidget !== 'undefined' && this.reviewWidget !== null) {\n toReturn['reviewWidget'] = 'toApiJson' in this.reviewWidget ? this.reviewWidget.toApiJson() : this.reviewWidget;\n }\n if (typeof this.reviewStats !== 'undefined' && this.reviewStats !== null) {\n toReturn['reviewStats'] = 'toApiJson' in this.reviewStats ? this.reviewStats.toApiJson() : this.reviewStats;\n }\n if (typeof this.leaveReviewUrls !== 'undefined' && this.leaveReviewUrls !== null) {\n toReturn['leaveReviewUrls'] = 'toApiJson' in this.leaveReviewUrls ? this.leaveReviewUrls.toApiJson() : this.leaveReviewUrls;\n }\n return toReturn;\n }\n}\nclass GetReviewWidgetRequest {\n static fromProto(proto) {\n let m = new GetReviewWidgetRequest();\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 GetReviewWidgetResponse {\n static fromProto(proto) {\n let m = new GetReviewWidgetResponse();\n m = Object.assign(m, proto);\n if (proto.reviewWidget) {\n m.reviewWidget = ReviewWidget.fromProto(proto.reviewWidget);\n }\n if (proto.reviewStats) {\n m.reviewStats = ReviewStats.fromProto(proto.reviewStats);\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.reviewWidget !== 'undefined' && this.reviewWidget !== null) {\n toReturn['reviewWidget'] = 'toApiJson' in this.reviewWidget ? this.reviewWidget.toApiJson() : this.reviewWidget;\n }\n if (typeof this.reviewStats !== 'undefined' && this.reviewStats !== null) {\n toReturn['reviewStats'] = 'toApiJson' in this.reviewStats ? this.reviewStats.toApiJson() : this.reviewStats;\n }\n return toReturn;\n }\n}\nclass GetReviewWidgetByIDResponseLeaveReviewUrlsEntry {\n static fromProto(proto) {\n let m = new GetReviewWidgetByIDResponseLeaveReviewUrlsEntry();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.key !== 'undefined') {\n toReturn['key'] = this.key;\n }\n if (typeof this.value !== 'undefined') {\n toReturn['value'] = this.value;\n }\n return toReturn;\n }\n}\nclass ListWidgetReviewsRequest {\n static fromProto(proto) {\n let m = new ListWidgetReviewsRequest();\n m = Object.assign(m, proto);\n if (proto.pageSize) {\n m.pageSize = parseInt(proto.pageSize, 10);\n }\n if (proto.minimumRating) {\n m.minimumRating = enumStringToValue$3(ListWidgetReviewsRequestMinimumRating, proto.minimumRating);\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.sourceIds !== 'undefined') {\n toReturn['sourceIds'] = this.sourceIds;\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.minimumRating !== 'undefined') {\n toReturn['minimumRating'] = this.minimumRating;\n }\n return toReturn;\n }\n}\nclass ListWidgetReviewsResponse {\n static fromProto(proto) {\n let m = new ListWidgetReviewsResponse();\n m = Object.assign(m, proto);\n if (proto.reviews) {\n m.reviews = proto.reviews.map(Review.fromProto);\n }\n if (proto.totalHits) {\n m.totalHits = parseInt(proto.totalHits, 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.reviews !== 'undefined' && this.reviews !== null) {\n toReturn['reviews'] = 'toApiJson' in this.reviews ? this.reviews.toApiJson() : this.reviews;\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.totalHits !== 'undefined') {\n toReturn['totalHits'] = this.totalHits;\n }\n return toReturn;\n }\n}\nclass ReviewStats {\n static fromProto(proto) {\n let m = new ReviewStats();\n m = Object.assign(m, proto);\n if (proto.totalCount) {\n m.totalCount = parseInt(proto.totalCount, 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.averageRating !== 'undefined') {\n toReturn['averageRating'] = this.averageRating;\n }\n if (typeof this.totalCount !== 'undefined') {\n toReturn['totalCount'] = this.totalCount;\n }\n return toReturn;\n }\n}\nclass ReviewWidget {\n static fromProto(proto) {\n let m = new ReviewWidget();\n m = Object.assign(m, proto);\n if (proto.customizations) {\n m.customizations = Customizations.fromProto(proto.customizations);\n }\n if (proto.toggles) {\n m.toggles = Toggles.fromProto(proto.toggles);\n }\n if (proto.styling) {\n m.styling = Styling.fromProto(proto.styling);\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.widgetId !== 'undefined') {\n toReturn['widgetId'] = this.widgetId;\n }\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.leaveReviewDestination !== 'undefined') {\n toReturn['leaveReviewDestination'] = this.leaveReviewDestination;\n }\n if (typeof this.customizations !== 'undefined' && this.customizations !== null) {\n toReturn['customizations'] = 'toApiJson' in this.customizations ? this.customizations.toApiJson() : this.customizations;\n }\n if (typeof this.toggles !== 'undefined' && this.toggles !== null) {\n toReturn['toggles'] = 'toApiJson' in this.toggles ? this.toggles.toApiJson() : this.toggles;\n }\n if (typeof this.styling !== 'undefined' && this.styling !== null) {\n toReturn['styling'] = 'toApiJson' in this.styling ? this.styling.toApiJson() : this.styling;\n }\n return toReturn;\n }\n}\nclass Styling {\n static fromProto(proto) {\n let m = new Styling();\n m = Object.assign(m, proto);\n if (proto.theme) {\n m.theme = enumStringToValue$3(StylingTheme, proto.theme);\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.theme !== 'undefined') {\n toReturn['theme'] = this.theme;\n }\n if (typeof this.accentColour !== 'undefined') {\n toReturn['accentColour'] = this.accentColour;\n }\n return toReturn;\n }\n}\nclass Toggles {\n static fromProto(proto) {\n let m = new Toggles();\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.showOverallRatingTitle !== 'undefined') {\n toReturn['showOverallRatingTitle'] = this.showOverallRatingTitle;\n }\n if (typeof this.showOverallRatingCard !== 'undefined') {\n toReturn['showOverallRatingCard'] = this.showOverallRatingCard;\n }\n if (typeof this.showReviewCount !== 'undefined') {\n toReturn['showReviewCount'] = this.showReviewCount;\n }\n if (typeof this.showLeaveAReviewButton !== 'undefined') {\n toReturn['showLeaveAReviewButton'] = this.showLeaveAReviewButton;\n }\n if (typeof this.showHeader !== 'undefined') {\n toReturn['showHeader'] = this.showHeader;\n }\n if (typeof this.showStarRatingSummary !== 'undefined') {\n toReturn['showStarRatingSummary'] = this.showStarRatingSummary;\n }\n if (typeof this.showReviewSource !== 'undefined') {\n toReturn['showReviewSource'] = this.showReviewSource;\n }\n if (typeof this.showReviewStarRating !== 'undefined') {\n toReturn['showReviewStarRating'] = this.showReviewStarRating;\n }\n if (typeof this.showReviewPublishedDate !== 'undefined') {\n toReturn['showReviewPublishedDate'] = this.showReviewPublishedDate;\n }\n return toReturn;\n }\n}\nclass UpdateReviewWidgetRequest {\n static fromProto(proto) {\n let m = new UpdateReviewWidgetRequest();\n m = Object.assign(m, proto);\n if (proto.reviewWidget) {\n m.reviewWidget = ReviewWidget.fromProto(proto.reviewWidget);\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.reviewWidget !== 'undefined' && this.reviewWidget !== null) {\n toReturn['reviewWidget'] = 'toApiJson' in this.reviewWidget ? this.reviewWidget.toApiJson() : this.reviewWidget;\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$2(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$1(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(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass ApproveReviewResponseRequest {\n static fromProto(proto) {\n let m = new ApproveReviewResponseRequest();\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass SourceAttributeScope {\n static fromProto(proto) {\n let m = new SourceAttributeScope();\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.whitelist !== 'undefined') {\n toReturn['whitelist'] = this.whitelist;\n }\n if (typeof this.blacklist !== 'undefined') {\n toReturn['blacklist'] = this.blacklist;\n }\n if (typeof this.isWhitelistedByDefault !== 'undefined') {\n toReturn['isWhitelistedByDefault'] = this.isWhitelistedByDefault;\n }\n return toReturn;\n }\n}\nclass CanRespondToReviewRequest {\n static fromProto(proto) {\n let m = new CanRespondToReviewRequest();\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n return toReturn;\n }\n}\nclass CanRespondToReviewResponse {\n static fromProto(proto) {\n let m = new CanRespondToReviewResponse();\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.canRespond !== 'undefined') {\n toReturn['canRespond'] = this.canRespond;\n }\n if (typeof this.unsupportedReason !== 'undefined') {\n toReturn['unsupportedReason'] = this.unsupportedReason;\n }\n return toReturn;\n }\n}\nclass CreateBrandReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new CreateBrandReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewResponseTemplate.fromProto(proto.template);\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.brandId !== 'undefined') {\n toReturn['brandId'] = this.brandId;\n }\n if (typeof this.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n return toReturn;\n }\n}\nclass CreateBusinessReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new CreateBusinessReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewResponseTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n return toReturn;\n }\n}\nclass CreateDefaultReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new CreateDefaultReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewResponseTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n return toReturn;\n }\n}\nclass CreateDigitalAgentReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new CreateDigitalAgentReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewResponseTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n return toReturn;\n }\n}\nclass CreatePartnerMarketReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new CreatePartnerMarketReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewResponseTemplate.fromProto(proto.template);\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.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n return toReturn;\n }\n}\nclass CreateReviewCommentRequest {\n static fromProto(proto) {\n let m = new CreateReviewCommentRequest();\n m = Object.assign(m, proto);\n if (proto.reviewId) {\n m.reviewId = ReviewIdentifier.fromProto(proto.reviewId);\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.reviewId !== 'undefined' && this.reviewId !== null) {\n toReturn['reviewId'] = 'toApiJson' in this.reviewId ? this.reviewId.toApiJson() : this.reviewId;\n }\n if (typeof this.commentText !== 'undefined') {\n toReturn['commentText'] = this.commentText;\n }\n if (typeof this.commenterEmail !== 'undefined') {\n toReturn['commenterEmail'] = this.commenterEmail;\n }\n if (typeof this.commenterName !== 'undefined') {\n toReturn['commenterName'] = this.commenterName;\n }\n if (typeof this.postedByOwner !== 'undefined') {\n toReturn['postedByOwner'] = this.postedByOwner;\n }\n if (typeof this.shouldPublish !== 'undefined') {\n toReturn['shouldPublish'] = this.shouldPublish;\n }\n if (typeof this.postedByDigitalAgent !== 'undefined') {\n toReturn['postedByDigitalAgent'] = this.postedByDigitalAgent;\n }\n return toReturn;\n }\n}\nclass CreateReviewCommentResponse {\n static fromProto(proto) {\n let m = new CreateReviewCommentResponse();\n m = Object.assign(m, proto);\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.published) {\n m.published = new Date(proto.published);\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.commentId !== 'undefined') {\n toReturn['commentId'] = this.commentId;\n }\n if (typeof this.commentText !== 'undefined') {\n toReturn['commentText'] = this.commentText;\n }\n if (typeof this.commenterName !== 'undefined') {\n toReturn['commenterName'] = this.commenterName;\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.published !== 'undefined' && this.published !== null) {\n toReturn['published'] = 'toApiJson' in this.published ? this.published.toApiJson() : this.published;\n }\n if (typeof this.postedByOwner !== 'undefined') {\n toReturn['postedByOwner'] = this.postedByOwner;\n }\n return toReturn;\n }\n}\nclass CreateReviewRequestEmailTemplateRequest {\n static fromProto(proto) {\n let m = new CreateReviewRequestEmailTemplateRequest();\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.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 CreateReviewRequestEmailTemplateResponse {\n static fromProto(proto) {\n let m = new CreateReviewRequestEmailTemplateResponse();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewRequestTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n return toReturn;\n }\n}\nclass CreateReviewResponseTemplateResponse {\n static fromProto(proto) {\n let m = new CreateReviewResponseTemplateResponse();\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.responseTemplateId !== 'undefined') {\n toReturn['responseTemplateId'] = this.responseTemplateId;\n }\n return toReturn;\n }\n}\nclass DeleteBrandReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new DeleteBrandReviewResponseTemplateRequest();\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.brandId !== 'undefined') {\n toReturn['brandId'] = this.brandId;\n }\n if (typeof this.responseTemplateId !== 'undefined') {\n toReturn['responseTemplateId'] = this.responseTemplateId;\n }\n if (typeof this.owner !== 'undefined') {\n toReturn['owner'] = this.owner;\n }\n return toReturn;\n }\n}\nclass DeleteBusinessReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new DeleteBusinessReviewResponseTemplateRequest();\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.responseTemplateId !== 'undefined') {\n toReturn['responseTemplateId'] = this.responseTemplateId;\n }\n if (typeof this.owner !== 'undefined') {\n toReturn['owner'] = this.owner;\n }\n return toReturn;\n }\n}\nclass DeleteDefaultReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new DeleteDefaultReviewResponseTemplateRequest();\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.responseTemplateId !== 'undefined') {\n toReturn['responseTemplateId'] = this.responseTemplateId;\n }\n return toReturn;\n }\n}\nclass DeleteDigitalAgentReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new DeleteDigitalAgentReviewResponseTemplateRequest();\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.responseTemplateId !== 'undefined') {\n toReturn['responseTemplateId'] = this.responseTemplateId;\n }\n return toReturn;\n }\n}\nclass DeletePartnerMarketReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new DeletePartnerMarketReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.responseTemplateId !== 'undefined') {\n toReturn['responseTemplateId'] = this.responseTemplateId;\n }\n if (typeof this.owner !== 'undefined') {\n toReturn['owner'] = this.owner;\n }\n return toReturn;\n }\n}\nclass DeleteReviewRequestTemplateRequest {\n static fromProto(proto) {\n let m = new DeleteReviewRequestTemplateRequest();\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.templateId !== 'undefined') {\n toReturn['templateId'] = this.templateId;\n }\n return toReturn;\n }\n}\nclass EmailTemplateData {\n static fromProto(proto) {\n let m = new EmailTemplateData();\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.emailTemplateSubject !== 'undefined') {\n toReturn['emailTemplateSubject'] = this.emailTemplateSubject;\n }\n if (typeof this.emailTemplateHtml !== 'undefined') {\n toReturn['emailTemplateHtml'] = this.emailTemplateHtml;\n }\n return toReturn;\n }\n}\nclass ForceRefreshListingRequest {\n static fromProto(proto) {\n let m = new ForceRefreshListingRequest();\n m = Object.assign(m, proto);\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.listingId !== 'undefined') {\n toReturn['listingId'] = this.listingId;\n }\n if (typeof this.listingUrl !== 'undefined') {\n toReturn['listingUrl'] = this.listingUrl;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n return toReturn;\n }\n}\nclass GetBusinessSourcesRequest {\n static fromProto(proto) {\n let m = new GetBusinessSourcesRequest();\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 return toReturn;\n }\n}\nclass GetBusinessSourcesResponse {\n static fromProto(proto) {\n let m = new GetBusinessSourcesResponse();\n m = Object.assign(m, proto);\n if (proto.sourceDetails) {\n m.sourceDetails = proto.sourceDetails.map(SourceDetails.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.sourceDetails !== 'undefined' && this.sourceDetails !== null) {\n toReturn['sourceDetails'] = 'toApiJson' in this.sourceDetails ? this.sourceDetails.toApiJson() : this.sourceDetails;\n }\n return toReturn;\n }\n}\nclass GetLimitRequest {\n static fromProto(proto) {\n let m = new GetLimitRequest();\n m = Object.assign(m, proto);\n if (proto.limitType) {\n m.limitType = enumStringToValue(LimitType, proto.limitType);\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.limitType !== 'undefined') {\n toReturn['limitType'] = this.limitType;\n }\n return toReturn;\n }\n}\nclass GetLimitResponse {\n static fromProto(proto) {\n let m = new GetLimitResponse();\n m = Object.assign(m, proto);\n if (proto.limit) {\n m.limit = parseInt(proto.limit, 10);\n }\n if (proto.usage) {\n m.usage = parseInt(proto.usage, 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.limit !== 'undefined') {\n toReturn['limit'] = this.limit;\n }\n if (typeof this.usage !== 'undefined') {\n toReturn['usage'] = this.usage;\n }\n return toReturn;\n }\n}\nclass GetListingsRequest {\n static fromProto(proto) {\n let m = new GetListingsRequest();\n m = Object.assign(m, proto);\n if (proto.listingIds) {\n m.listingIds = proto.listingIds.map(ListingIdentifier.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.listingIds !== 'undefined' && this.listingIds !== null) {\n toReturn['listingIds'] = 'toApiJson' in this.listingIds ? this.listingIds.toApiJson() : this.listingIds;\n }\n return toReturn;\n }\n}\nclass GetListingsResponse {\n static fromProto(proto) {\n let m = new GetListingsResponse();\n m = Object.assign(m, proto);\n if (proto.listings) {\n m.listings = proto.listings.map(Listing.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.listings !== 'undefined' && this.listings !== null) {\n toReturn['listings'] = 'toApiJson' in this.listings ? this.listings.toApiJson() : this.listings;\n }\n return toReturn;\n }\n}\nclass GetMultiThirdPartyReviewPublishSettingsRequest {\n static fromProto(proto) {\n let m = new GetMultiThirdPartyReviewPublishSettingsRequest();\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 return toReturn;\n }\n}\nclass GetMultiThirdPartyReviewPublishSettingsResponse {\n static fromProto(proto) {\n let m = new GetMultiThirdPartyReviewPublishSettingsResponse();\n m = Object.assign(m, proto);\n if (proto.thirdPartyReviewPublishSettings) {\n m.thirdPartyReviewPublishSettings = Object.keys(proto.thirdPartyReviewPublishSettings).reduce((obj, k) => {\n obj[k] = ThirdPartyReviewPublishSettings.fromProto(proto.thirdPartyReviewPublishSettings[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.thirdPartyReviewPublishSettings !== 'undefined' && this.thirdPartyReviewPublishSettings !== null) {\n toReturn['thirdPartyReviewPublishSettings'] = 'toApiJson' in this.thirdPartyReviewPublishSettings ? this.thirdPartyReviewPublishSettings.toApiJson() : this.thirdPartyReviewPublishSettings;\n }\n return toReturn;\n }\n}\nclass GetReviewRequestEmailTemplateRequest {\n static fromProto(proto) {\n let m = new GetReviewRequestEmailTemplateRequest();\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.templateId !== 'undefined') {\n toReturn['templateId'] = this.templateId;\n }\n return toReturn;\n }\n}\nclass GetReviewRequestEmailTemplateResponse {\n static fromProto(proto) {\n let m = new GetReviewRequestEmailTemplateResponse();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewRequestTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n return toReturn;\n }\n}\nclass GetReviewResponseRequest {\n static fromProto(proto) {\n let m = new GetReviewResponseRequest();\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass GetReviewResponseResponse {\n static fromProto(proto) {\n let m = new GetReviewResponseResponse();\n m = Object.assign(m, proto);\n if (proto.reviewResponse) {\n m.reviewResponse = ConciergeReviewResponse.fromProto(proto.reviewResponse);\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.reviewResponse !== 'undefined' && this.reviewResponse !== null) {\n toReturn['reviewResponse'] = 'toApiJson' in this.reviewResponse ? this.reviewResponse.toApiJson() : this.reviewResponse;\n }\n return toReturn;\n }\n}\nclass GetReviewsRequest {\n static fromProto(proto) {\n let m = new GetReviewsRequest();\n m = Object.assign(m, proto);\n if (proto.reviewIds) {\n m.reviewIds = proto.reviewIds.map(ReviewIdentifier.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.reviewIds !== 'undefined' && this.reviewIds !== null) {\n toReturn['reviewIds'] = 'toApiJson' in this.reviewIds ? this.reviewIds.toApiJson() : this.reviewIds;\n }\n if (typeof this.includeComments !== 'undefined') {\n toReturn['includeComments'] = this.includeComments;\n }\n return toReturn;\n }\n}\nclass GetReviewsResponse {\n static fromProto(proto) {\n let m = new GetReviewsResponse();\n m = Object.assign(m, proto);\n if (proto.reviews) {\n m.reviews = proto.reviews.map(Review.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.reviews !== 'undefined' && this.reviews !== null) {\n toReturn['reviews'] = 'toApiJson' in this.reviews ? this.reviews.toApiJson() : this.reviews;\n }\n return toReturn;\n }\n}\nclass GetSourceDetailsRequest {\n static fromProto(proto) {\n let m = new GetSourceDetailsRequest();\n m = Object.assign(m, proto);\n if (proto.fieldMask) {\n m.fieldMask = FieldMask.fromProto(proto.fieldMask);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.location !== 'undefined') {\n toReturn['location'] = this.location;\n }\n if (typeof this.taxIds !== 'undefined') {\n toReturn['taxIds'] = this.taxIds;\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 GetSourceDetailsResponse {\n static fromProto(proto) {\n let m = new GetSourceDetailsResponse();\n m = Object.assign(m, proto);\n if (proto.sources) {\n m.sources = proto.sources.map(Source.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.sources !== 'undefined' && this.sources !== null) {\n toReturn['sources'] = 'toApiJson' in this.sources ? this.sources.toApiJson() : this.sources;\n }\n return toReturn;\n }\n}\nclass SourceHTML {\n static fromProto(proto) {\n let m = new SourceHTML();\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.description !== 'undefined') {\n toReturn['description'] = this.description;\n }\n if (typeof this.claimListing !== 'undefined') {\n toReturn['claimListing'] = this.claimListing;\n }\n if (typeof this.editListing !== 'undefined') {\n toReturn['editListing'] = this.editListing;\n }\n if (typeof this.createListing !== 'undefined') {\n toReturn['createListing'] = this.createListing;\n }\n return toReturn;\n }\n}\nclass SourceIcon {\n static fromProto(proto) {\n let m = new SourceIcon();\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.url16px !== 'undefined') {\n toReturn['url16px'] = this.url16px;\n }\n if (typeof this.url32px !== 'undefined') {\n toReturn['url32px'] = this.url32px;\n }\n if (typeof this.url50px !== 'undefined') {\n toReturn['url50px'] = this.url50px;\n }\n return toReturn;\n }\n}\nclass ListBusinessReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new ListBusinessReviewResponseTemplateRequest();\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.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.marketId !== 'undefined') {\n toReturn['marketId'] = this.marketId;\n }\n if (typeof this.brandId !== 'undefined') {\n toReturn['brandId'] = this.brandId;\n }\n if (typeof this.isDigitalAgent !== 'undefined') {\n toReturn['isDigitalAgent'] = this.isDigitalAgent;\n }\n return toReturn;\n }\n}\nclass ListBusinessReviewResponseTemplateResponse {\n static fromProto(proto) {\n let m = new ListBusinessReviewResponseTemplateResponse();\n m = Object.assign(m, proto);\n if (proto.templates) {\n m.templates = proto.templates.map(ReviewResponseTemplate.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.templates !== 'undefined' && this.templates !== null) {\n toReturn['templates'] = 'toApiJson' in this.templates ? this.templates.toApiJson() : this.templates;\n }\n return toReturn;\n }\n}\nclass ListReviewRequestEmailTemplatesRequest {\n static fromProto(proto) {\n let m = new ListReviewRequestEmailTemplatesRequest();\n m = Object.assign(m, proto);\n if (proto.pagingOptions) {\n m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);\n }\n if (proto.searchOptions) {\n m.searchOptions = ListReviewRequestEmailTemplatesRequestSearchOptions.fromProto(proto.searchOptions);\n }\n if (proto.sortOptions) {\n m.sortOptions = ListReviewRequestEmailTemplatesRequestSortOptions.fromProto(proto.sortOptions);\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.pagingOptions !== 'undefined' && this.pagingOptions !== null) {\n toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;\n }\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.searchOptions !== 'undefined' && this.searchOptions !== null) {\n toReturn['searchOptions'] = 'toApiJson' in this.searchOptions ? this.searchOptions.toApiJson() : this.searchOptions;\n }\n if (typeof this.sortOptions !== 'undefined' && this.sortOptions !== null) {\n toReturn['sortOptions'] = 'toApiJson' in this.sortOptions ? this.sortOptions.toApiJson() : this.sortOptions;\n }\n return toReturn;\n }\n}\nclass ListReviewRequestEmailTemplatesResponse {\n static fromProto(proto) {\n let m = new ListReviewRequestEmailTemplatesResponse();\n m = Object.assign(m, proto);\n if (proto.templates) {\n m.templates = proto.templates.map(ReviewRequestTemplate.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.templates !== 'undefined' && this.templates !== null) {\n toReturn['templates'] = 'toApiJson' in this.templates ? this.templates.toApiJson() : this.templates;\n }\n if (typeof this.cursor !== 'undefined') {\n toReturn['cursor'] = this.cursor;\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 Listing {\n static fromProto(proto) {\n let m = new Listing();\n m = Object.assign(m, proto);\n if (proto.listingIdentifier) {\n m.listingIdentifier = ListingIdentifier.fromProto(proto.listingIdentifier);\n }\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n if (proto.nap) {\n m.nap = NAP.fromProto(proto.nap);\n }\n if (proto.matchQuality) {\n m.matchQuality = enumStringToValue(ListingMatchQuality, proto.matchQuality);\n }\n if (proto.score) {\n m.score = parseInt(proto.score, 10);\n }\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.modified) {\n m.modified = new Date(proto.modified);\n }\n if (proto.lastScraped) {\n m.lastScraped = new Date(proto.lastScraped);\n }\n if (proto.lastUserRefresh) {\n m.lastUserRefresh = new Date(proto.lastUserRefresh);\n }\n if (proto.missingOn) {\n m.missingOn = new Date(proto.missingOn);\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.listingIdentifier !== 'undefined' && this.listingIdentifier !== null) {\n toReturn['listingIdentifier'] = 'toApiJson' in this.listingIdentifier ? this.listingIdentifier.toApiJson() : this.listingIdentifier;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n if (typeof this.nap !== 'undefined' && this.nap !== null) {\n toReturn['nap'] = 'toApiJson' in this.nap ? this.nap.toApiJson() : this.nap;\n }\n if (typeof this.url !== 'undefined') {\n toReturn['url'] = this.url;\n }\n if (typeof this.domain !== 'undefined') {\n toReturn['domain'] = this.domain;\n }\n if (typeof this.matchQuality !== 'undefined') {\n toReturn['matchQuality'] = this.matchQuality;\n }\n if (typeof this.score !== 'undefined') {\n toReturn['score'] = this.score;\n }\n if (typeof this.userSubmitted !== 'undefined') {\n toReturn['userSubmitted'] = this.userSubmitted;\n }\n if (typeof this.verified !== 'undefined') {\n toReturn['verified'] = this.verified;\n }\n if (typeof this.missing !== 'undefined') {\n toReturn['missing'] = this.missing;\n }\n if (typeof this.matches !== 'undefined') {\n toReturn['matches'] = this.matches;\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.modified !== 'undefined' && this.modified !== null) {\n toReturn['modified'] = 'toApiJson' in this.modified ? this.modified.toApiJson() : this.modified;\n }\n if (typeof this.lastScraped !== 'undefined' && this.lastScraped !== null) {\n toReturn['lastScraped'] = 'toApiJson' in this.lastScraped ? this.lastScraped.toApiJson() : this.lastScraped;\n }\n if (typeof this.lastUserRefresh !== 'undefined' && this.lastUserRefresh !== null) {\n toReturn['lastUserRefresh'] = 'toApiJson' in this.lastUserRefresh ? this.lastUserRefresh.toApiJson() : this.lastUserRefresh;\n }\n if (typeof this.missingOn !== 'undefined' && this.missingOn !== null) {\n toReturn['missingOn'] = 'toApiJson' in this.missingOn ? this.missingOn.toApiJson() : this.missingOn;\n }\n if (typeof this.externalId !== 'undefined') {\n toReturn['externalId'] = this.externalId;\n }\n return toReturn;\n }\n}\nclass ListingIdentifier {\n static fromProto(proto) {\n let m = new ListingIdentifier();\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.listingId !== 'undefined') {\n toReturn['listingId'] = this.listingId;\n }\n return toReturn;\n }\n}\nclass SourceListingInteractionHTML {\n static fromProto(proto) {\n let m = new SourceListingInteractionHTML();\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.descriptionHtml !== 'undefined') {\n toReturn['descriptionHtml'] = this.descriptionHtml;\n }\n if (typeof this.claimListingHtml !== 'undefined') {\n toReturn['claimListingHtml'] = this.claimListingHtml;\n }\n if (typeof this.editListingHtml !== 'undefined') {\n toReturn['editListingHtml'] = this.editListingHtml;\n }\n if (typeof this.createListingHtml !== 'undefined') {\n toReturn['createListingHtml'] = this.createListingHtml;\n }\n return toReturn;\n }\n}\nclass LookupListingsRequest {\n static fromProto(proto) {\n let m = new LookupListingsRequest();\n m = Object.assign(m, proto);\n if (proto.sourceIds) {\n m.sourceIds = proto.sourceIds.map(i => parseInt(i, 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.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.sourceIds !== 'undefined') {\n toReturn['sourceIds'] = this.sourceIds;\n }\n if (typeof this.includeAnchorDataMatches !== 'undefined') {\n toReturn['includeAnchorDataMatches'] = this.includeAnchorDataMatches;\n }\n if (typeof this.includeGoodListings !== 'undefined') {\n toReturn['includeGoodListings'] = this.includeGoodListings;\n }\n if (typeof this.includeInternetProviderListings !== 'undefined') {\n toReturn['includeInternetProviderListings'] = this.includeInternetProviderListings;\n }\n if (typeof this.includeNotDoneListings !== 'undefined') {\n toReturn['includeNotDoneListings'] = this.includeNotDoneListings;\n }\n if (typeof this.includePoorListings !== 'undefined') {\n toReturn['includePoorListings'] = this.includePoorListings;\n }\n return toReturn;\n }\n}\nclass LookupListingsResponse {\n static fromProto(proto) {\n let m = new LookupListingsResponse();\n m = Object.assign(m, proto);\n if (proto.listingsBySource) {\n m.listingsBySource = proto.listingsBySource.map(LookupResponseForSource.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.listingsBySource !== 'undefined' && this.listingsBySource !== null) {\n toReturn['listingsBySource'] = 'toApiJson' in this.listingsBySource ? this.listingsBySource.toApiJson() : this.listingsBySource;\n }\n return toReturn;\n }\n}\nclass LookupResponseForSource {\n static fromProto(proto) {\n let m = new LookupResponseForSource();\n m = Object.assign(m, proto);\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n if (proto.poorListings) {\n m.poorListings = proto.poorListings.map(Listing.fromProto);\n }\n if (proto.goodListings) {\n m.goodListings = proto.goodListings.map(Listing.fromProto);\n }\n if (proto.notDoneListings) {\n m.notDoneListings = proto.notDoneListings.map(Listing.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.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n if (typeof this.sourceName !== 'undefined') {\n toReturn['sourceName'] = this.sourceName;\n }\n if (typeof this.userFriendlySourceName !== 'undefined') {\n toReturn['userFriendlySourceName'] = this.userFriendlySourceName;\n }\n if (typeof this.poorListings !== 'undefined' && this.poorListings !== null) {\n toReturn['poorListings'] = 'toApiJson' in this.poorListings ? this.poorListings.toApiJson() : this.poorListings;\n }\n if (typeof this.goodListings !== 'undefined' && this.goodListings !== null) {\n toReturn['goodListings'] = 'toApiJson' in this.goodListings ? this.goodListings.toApiJson() : this.goodListings;\n }\n if (typeof this.notDoneListings !== 'undefined' && this.notDoneListings !== null) {\n toReturn['notDoneListings'] = 'toApiJson' in this.notDoneListings ? this.notDoneListings.toApiJson() : this.notDoneListings;\n }\n return toReturn;\n }\n}\nclass NAP {\n static fromProto(proto) {\n let m = new NAP();\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.companyName !== 'undefined') {\n toReturn['companyName'] = this.companyName;\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.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.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 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 ProvideFeedbackToReviewResponseRequest {\n static fromProto(proto) {\n let m = new ProvideFeedbackToReviewResponseRequest();\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.feedback !== 'undefined') {\n toReturn['feedback'] = this.feedback;\n }\n return toReturn;\n }\n}\nclass RefreshBusisinessSourceRequest {\n static fromProto(proto) {\n let m = new RefreshBusisinessSourceRequest();\n m = Object.assign(m, proto);\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n if (typeof this.listingId !== 'undefined') {\n toReturn['listingId'] = this.listingId;\n }\n return toReturn;\n }\n}\nclass ReviewHistoryRequest {\n static fromProto(proto) {\n let m = new ReviewHistoryRequest();\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n return toReturn;\n }\n}\nclass ReviewHistoryResponse {\n static fromProto(proto) {\n let m = new ReviewHistoryResponse();\n m = Object.assign(m, proto);\n if (proto.reviewHistory) {\n m.reviewHistory = proto.reviewHistory.map(ReviewHistory.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.reviewHistory !== 'undefined' && this.reviewHistory !== null) {\n toReturn['reviewHistory'] = 'toApiJson' in this.reviewHistory ? this.reviewHistory.toApiJson() : this.reviewHistory;\n }\n return toReturn;\n }\n}\nclass ReviewResponseTemplate {\n static fromProto(proto) {\n let m = new ReviewResponseTemplate();\n m = Object.assign(m, proto);\n if (proto.ratings) {\n m.ratings = proto.ratings.map(i => parseInt(i, 10));\n }\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.title !== 'undefined') {\n toReturn['title'] = this.title;\n }\n if (typeof this.categories !== 'undefined') {\n toReturn['categories'] = this.categories;\n }\n if (typeof this.ratings !== 'undefined') {\n toReturn['ratings'] = this.ratings;\n }\n if (typeof this.content !== 'undefined') {\n toReturn['content'] = this.content;\n }\n if (typeof this.responseTemplateId !== 'undefined') {\n toReturn['responseTemplateId'] = this.responseTemplateId;\n }\n if (typeof this.externalTemplateId !== 'undefined') {\n toReturn['externalTemplateId'] = this.externalTemplateId;\n }\n if (typeof this.createdBy !== 'undefined') {\n toReturn['createdBy'] = this.createdBy;\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.owner !== 'undefined') {\n toReturn['owner'] = this.owner;\n }\n return toReturn;\n }\n}\nclass ListReviewRequestEmailTemplatesRequestSearchOptions {\n static fromProto(proto) {\n let m = new ListReviewRequestEmailTemplatesRequestSearchOptions();\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.searchTerm !== 'undefined') {\n toReturn['searchTerm'] = this.searchTerm;\n }\n if (typeof this.exactMatch !== 'undefined') {\n toReturn['exactMatch'] = this.exactMatch;\n }\n return toReturn;\n }\n}\nclass SendReviewRequestEmailRequest {\n static fromProto(proto) {\n let m = new SendReviewRequestEmailRequest();\n m = Object.assign(m, proto);\n if (proto.emailTemplateData) {\n m.emailTemplateData = EmailTemplateData.fromProto(proto.emailTemplateData);\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.recipientsEmails !== 'undefined') {\n toReturn['recipientsEmails'] = this.recipientsEmails;\n }\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.emailTemplateData !== 'undefined' && this.emailTemplateData !== null) {\n toReturn['emailTemplateData'] = 'toApiJson' in this.emailTemplateData ? this.emailTemplateData.toApiJson() : this.emailTemplateData;\n }\n if (typeof this.contactIds !== 'undefined') {\n toReturn['contactIds'] = this.contactIds;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n return toReturn;\n }\n}\nclass SendReviewRequestRequest {\n static fromProto(proto) {\n let m = new SendReviewRequestRequest();\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.contactIds !== 'undefined') {\n toReturn['contactIds'] = this.contactIds;\n }\n return toReturn;\n }\n}\nclass SendReviewRequestSmsRequest {\n static fromProto(proto) {\n let m = new SendReviewRequestSmsRequest();\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.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.contactIds !== 'undefined') {\n toReturn['contactIds'] = this.contactIds;\n }\n if (typeof this.messageText !== 'undefined') {\n toReturn['messageText'] = this.messageText;\n }\n return toReturn;\n }\n}\nclass SetDefaultReviewRequestTemplateRequest {\n static fromProto(proto) {\n let m = new SetDefaultReviewRequestTemplateRequest();\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.templateId !== 'undefined') {\n toReturn['templateId'] = this.templateId;\n }\n return toReturn;\n }\n}\nclass ListReviewRequestEmailTemplatesRequestSortOptions {\n static fromProto(proto) {\n let m = new ListReviewRequestEmailTemplatesRequestSortOptions();\n m = Object.assign(m, proto);\n if (proto.sortDirection) {\n m.sortDirection = enumStringToValue(SortDirection, proto.sortDirection);\n }\n if (proto.sortField) {\n m.sortField = enumStringToValue(ListReviewRequestEmailTemplatesRequestSortField, proto.sortField);\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.sortDirection !== 'undefined') {\n toReturn['sortDirection'] = this.sortDirection;\n }\n if (typeof this.sortField !== 'undefined') {\n toReturn['sortField'] = this.sortField;\n }\n return toReturn;\n }\n}\nclass Source {\n static fromProto(proto) {\n let m = new Source();\n m = Object.assign(m, proto);\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n if (proto.icon) {\n m.icon = SourceIcon.fromProto(proto.icon);\n }\n if (proto.partner) {\n m.partner = SourceAttributeScope.fromProto(proto.partner);\n }\n if (proto.location) {\n m.location = SourceAttributeScope.fromProto(proto.location);\n }\n if (proto.taxonomy) {\n m.taxonomy = SourceAttributeScope.fromProto(proto.taxonomy);\n }\n if (proto.submitListingData) {\n m.submitListingData = SourceSubmitListing.fromProto(proto.submitListingData);\n }\n if (proto.listingInteractionHtml) {\n m.listingInteractionHtml = SourceListingInteractionHTML.fromProto(proto.listingInteractionHtml);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n if (typeof this.sourceTypeName !== 'undefined') {\n toReturn['sourceTypeName'] = this.sourceTypeName;\n }\n if (typeof this.sourceTypeId !== 'undefined') {\n toReturn['sourceTypeId'] = this.sourceTypeId;\n }\n if (typeof this.icon !== 'undefined' && this.icon !== null) {\n toReturn['icon'] = 'toApiJson' in this.icon ? this.icon.toApiJson() : this.icon;\n }\n if (typeof this.enabled !== 'undefined') {\n toReturn['enabled'] = this.enabled;\n }\n if (typeof this.hasReviews !== 'undefined') {\n toReturn['hasReviews'] = this.hasReviews;\n }\n if (typeof this.hasNoRatingsReviews !== 'undefined') {\n toReturn['hasNoRatingsReviews'] = this.hasNoRatingsReviews;\n }\n if (typeof this.hasListings !== 'undefined') {\n toReturn['hasListings'] = this.hasListings;\n }\n if (typeof this.adminNotes !== 'undefined') {\n toReturn['adminNotes'] = this.adminNotes;\n }\n if (typeof this.supportsSubmittingListings !== 'undefined') {\n toReturn['supportsSubmittingListings'] = this.supportsSubmittingListings;\n }\n if (typeof this.ignoredAnchorDataMatches !== 'undefined') {\n toReturn['ignoredAnchorDataMatches'] = this.ignoredAnchorDataMatches;\n }\n if (typeof this.partner !== 'undefined' && this.partner !== null) {\n toReturn['partner'] = 'toApiJson' in this.partner ? this.partner.toApiJson() : this.partner;\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.taxonomy !== 'undefined' && this.taxonomy !== null) {\n toReturn['taxonomy'] = 'toApiJson' in this.taxonomy ? this.taxonomy.toApiJson() : this.taxonomy;\n }\n if (typeof this.submitListingData !== 'undefined' && this.submitListingData !== null) {\n toReturn['submitListingData'] = 'toApiJson' in this.submitListingData ? this.submitListingData.toApiJson() : this.submitListingData;\n }\n if (typeof this.listingInteractionHtml !== 'undefined' && this.listingInteractionHtml !== null) {\n toReturn['listingInteractionHtml'] = 'toApiJson' in this.listingInteractionHtml ? this.listingInteractionHtml.toApiJson() : this.listingInteractionHtml;\n }\n return toReturn;\n }\n}\nclass SourceDetails {\n static fromProto(proto) {\n let m = new SourceDetails();\n m = Object.assign(m, proto);\n if (proto.sources) {\n m.sources = proto.sources.map(i => parseInt(i, 10));\n }\n if (proto.ignoredSources) {\n m.ignoredSources = proto.ignoredSources.map(i => parseInt(i, 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.sources !== 'undefined') {\n toReturn['sources'] = this.sources;\n }\n if (typeof this.ignoredSources !== 'undefined') {\n toReturn['ignoredSources'] = this.ignoredSources;\n }\n return toReturn;\n }\n}\nclass SourceSubmitListing {\n static fromProto(proto) {\n let m = new SourceSubmitListing();\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.validationRegex !== 'undefined') {\n toReturn['validationRegex'] = this.validationRegex;\n }\n if (typeof this.helpText !== 'undefined') {\n toReturn['helpText'] = this.helpText;\n }\n if (typeof this.editListingUrl !== 'undefined') {\n toReturn['editListingUrl'] = this.editListingUrl;\n }\n if (typeof this.createListingUrl !== 'undefined') {\n toReturn['createListingUrl'] = this.createListingUrl;\n }\n return toReturn;\n }\n}\nclass SubmitListingRequest {\n static fromProto(proto) {\n let m = new SubmitListingRequest();\n m = Object.assign(m, proto);\n if (proto.sourceId) {\n m.sourceId = parseInt(proto.sourceId, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.accountGroupId !== 'undefined') {\n toReturn['accountGroupId'] = this.accountGroupId;\n }\n if (typeof this.listingUrl !== 'undefined') {\n toReturn['listingUrl'] = this.listingUrl;\n }\n if (typeof this.sourceId !== 'undefined') {\n toReturn['sourceId'] = this.sourceId;\n }\n return toReturn;\n }\n}\nclass SubmitListingResponse {\n static fromProto(proto) {\n let m = new SubmitListingResponse();\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.listingId !== 'undefined') {\n toReturn['listingId'] = this.listingId;\n }\n return toReturn;\n }\n}\nclass SuggestReviewResponseRequest {\n static fromProto(proto) {\n let m = new SuggestReviewResponseRequest();\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n if (typeof this.inSameLanguage !== 'undefined') {\n toReturn['inSameLanguage'] = this.inSameLanguage;\n }\n return toReturn;\n }\n}\nclass SuggestReviewResponseResponse {\n static fromProto(proto) {\n let m = new SuggestReviewResponseResponse();\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.message !== 'undefined') {\n toReturn['message'] = this.message;\n }\n return toReturn;\n }\n}\nclass GetMultiThirdPartyReviewPublishSettingsResponseThirdPartyReviewPublishSettingsEntry {\n static fromProto(proto) {\n let m = new GetMultiThirdPartyReviewPublishSettingsResponseThirdPartyReviewPublishSettingsEntry();\n m = Object.assign(m, proto);\n if (proto.value) {\n m.value = ThirdPartyReviewPublishSettings.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 UpdateBrandReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new UpdateBrandReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewResponseTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n if (typeof this.brandId !== 'undefined') {\n toReturn['brandId'] = this.brandId;\n }\n return toReturn;\n }\n}\nclass UpdateBusinessReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new UpdateBusinessReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewResponseTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n if (typeof this.businessId !== 'undefined') {\n toReturn['businessId'] = this.businessId;\n }\n return toReturn;\n }\n}\nclass UpdateDigitalAgentReviewResponseTemplateRequest {\n static fromProto(proto) {\n let m = new UpdateDigitalAgentReviewResponseTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewResponseTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n return toReturn;\n }\n}\nclass UpdateListingRequest {\n static fromProto(proto) {\n let m = new UpdateListingRequest();\n m = Object.assign(m, proto);\n if (proto.listingId) {\n m.listingId = ListingIdentifier.fromProto(proto.listingId);\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.listingId !== 'undefined' && this.listingId !== null) {\n toReturn['listingId'] = 'toApiJson' in this.listingId ? this.listingId.toApiJson() : this.listingId;\n }\n if (typeof this.isMine !== 'undefined') {\n toReturn['isMine'] = this.isMine;\n }\n if (typeof this.isVerified !== 'undefined') {\n toReturn['isVerified'] = this.isVerified;\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 UpdateReviewCommentRequest {\n static fromProto(proto) {\n let m = new UpdateReviewCommentRequest();\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.reviewCommentId !== 'undefined') {\n toReturn['reviewCommentId'] = this.reviewCommentId;\n }\n if (typeof this.reviewCommentContent !== 'undefined') {\n toReturn['reviewCommentContent'] = this.reviewCommentContent;\n }\n return toReturn;\n }\n}\nclass UpdateReviewCommentResponse {\n static fromProto(proto) {\n let m = new UpdateReviewCommentResponse();\n m = Object.assign(m, proto);\n if (proto.reviewComment) {\n m.reviewComment = ReviewComment.fromProto(proto.reviewComment);\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.reviewComment !== 'undefined' && this.reviewComment !== null) {\n toReturn['reviewComment'] = 'toApiJson' in this.reviewComment ? this.reviewComment.toApiJson() : this.reviewComment;\n }\n return toReturn;\n }\n}\nclass UpdateReviewRequest {\n static fromProto(proto) {\n let m = new UpdateReviewRequest();\n m = Object.assign(m, proto);\n if (proto.reviewId) {\n m.reviewId = ReviewIdentifier.fromProto(proto.reviewId);\n }\n if (proto.actionStatus) {\n m.actionStatus = enumStringToValue(ReviewActionStatus, proto.actionStatus);\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.reviewId !== 'undefined' && this.reviewId !== null) {\n toReturn['reviewId'] = 'toApiJson' in this.reviewId ? this.reviewId.toApiJson() : this.reviewId;\n }\n if (typeof this.actionStatus !== 'undefined') {\n toReturn['actionStatus'] = this.actionStatus;\n }\n if (typeof this.isPublished !== 'undefined') {\n toReturn['isPublished'] = this.isPublished;\n }\n if (typeof this.isPublishedThirdPartyReview !== 'undefined') {\n toReturn['isPublishedThirdPartyReview'] = this.isPublishedThirdPartyReview;\n }\n if (typeof this.isSharedByReviewer !== 'undefined') {\n toReturn['isSharedByReviewer'] = this.isSharedByReviewer;\n }\n if (typeof this.newComment !== 'undefined') {\n toReturn['newComment'] = this.newComment;\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 UpdateReviewRequestEmailTemplateRequest {\n static fromProto(proto) {\n let m = new UpdateReviewRequestEmailTemplateRequest();\n m = Object.assign(m, proto);\n if (proto.template) {\n m.template = ReviewRequestTemplate.fromProto(proto.template);\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.template !== 'undefined' && this.template !== null) {\n toReturn['template'] = 'toApiJson' in this.template ? this.template.toApiJson() : this.template;\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 UpdateReviewResponse {\n static fromProto(proto) {\n let m = new UpdateReviewResponse();\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n return toReturn;\n }\n}\nclass UpdateReviewUserDeletedInfoRequest {\n static fromProto(proto) {\n let m = new UpdateReviewUserDeletedInfoRequest();\n m = Object.assign(m, proto);\n if (proto.deletedStatus) {\n m.deletedStatus = enumStringToValue(ReviewDeletedStatus, proto.deletedStatus);\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.reviewId !== 'undefined') {\n toReturn['reviewId'] = this.reviewId;\n }\n if (typeof this.userId !== 'undefined') {\n toReturn['userId'] = this.userId;\n }\n if (typeof this.deletedStatus !== 'undefined') {\n toReturn['deletedStatus'] = this.deletedStatus;\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': 'reputation-api.vendasta-local.com',\n 'test': '',\n 'demo': 'reputation-api-demo.apigateway.co',\n 'prod': 'reputation-api-prod.apigateway.co',\n 'production': 'reputation-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 AccountApiService = /*#__PURE__*/(() => {\n class AccountApiService {\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 getSmsEnabled(r) {\n const request = r.toApiJson ? r : new GetSMSEnabledRequest(r);\n return this.http.post(this._host + \"/reputation.v1.AccountService/GetSMSEnabled\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetSMSEnabledResponse.fromProto(resp)));\n }\n }\n AccountApiService.ɵfac = function AccountApiService_Factory(t) {\n return new (t || AccountApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n AccountApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: AccountApiService,\n factory: AccountApiService.ɵfac,\n providedIn: 'root'\n });\n return AccountApiService;\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 ConciergeReviewResponseApiService = /*#__PURE__*/(() => {\n class ConciergeReviewResponseApiService {\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 getReviewResponse(r) {\n const request = r.toApiJson ? r : new GetReviewResponseRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ConciergeReviewResponseService/GetReviewResponse\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetReviewResponseResponse.fromProto(resp)));\n }\n approveReviewResponse(r) {\n const request = r.toApiJson ? r : new ApproveReviewResponseRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ConciergeReviewResponseService/ApproveReviewResponse\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n provideFeedbackToReviewResponse(r) {\n const request = r.toApiJson ? r : new ProvideFeedbackToReviewResponseRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ConciergeReviewResponseService/ProvideFeedbackToReviewResponse\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n ConciergeReviewResponseApiService.ɵfac = function ConciergeReviewResponseApiService_Factory(t) {\n return new (t || ConciergeReviewResponseApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ConciergeReviewResponseApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ConciergeReviewResponseApiService,\n factory: ConciergeReviewResponseApiService.ɵfac,\n providedIn: 'root'\n });\n return ConciergeReviewResponseApiService;\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 LimitApiService = /*#__PURE__*/(() => {\n class LimitApiService {\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 getLimit(r) {\n const request = r.toApiJson ? r : new GetLimitRequest(r);\n return this.http.post(this._host + \"/reputation.v1.LimitService/GetLimit\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetLimitResponse.fromProto(resp)));\n }\n }\n LimitApiService.ɵfac = function LimitApiService_Factory(t) {\n return new (t || LimitApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n LimitApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: LimitApiService,\n factory: LimitApiService.ɵfac,\n providedIn: 'root'\n });\n return LimitApiService;\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 ListingApiService = /*#__PURE__*/(() => {\n class ListingApiService {\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 getListings(r) {\n const request = r.toApiJson ? r : new GetListingsRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ListingService/GetListings\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetListingsResponse.fromProto(resp)));\n }\n lookupListings(r) {\n const request = r.toApiJson ? r : new LookupListingsRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ListingService/LookupListings\", request.toApiJson(), this.apiOptions()).pipe(map(resp => LookupListingsResponse.fromProto(resp)));\n }\n updateListing(r) {\n const request = r.toApiJson ? r : new UpdateListingRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ListingService/UpdateListing\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n submitListing(r) {\n const request = r.toApiJson ? r : new SubmitListingRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ListingService/SubmitListing\", request.toApiJson(), this.apiOptions()).pipe(map(resp => SubmitListingResponse.fromProto(resp)));\n }\n forceRefreshListing(r) {\n const request = r.toApiJson ? r : new ForceRefreshListingRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ListingService/ForceRefreshListing\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n ListingApiService.ɵfac = function ListingApiService_Factory(t) {\n return new (t || ListingApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ListingApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ListingApiService,\n factory: ListingApiService.ɵfac,\n providedIn: 'root'\n });\n return ListingApiService;\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 ReviewRequestApiService = /*#__PURE__*/(() => {\n class ReviewRequestApiService {\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 sendReviewRequestEmail(r) {\n const request = r.toApiJson ? r : new SendReviewRequestEmailRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/SendReviewRequestEmail\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n sendReviewRequestSms(r) {\n const request = r.toApiJson ? r : new SendReviewRequestSmsRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/SendReviewRequestSms\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n createReviewRequestEmailTemplate(r) {\n const request = r.toApiJson ? r : new CreateReviewRequestEmailTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/CreateReviewRequestEmailTemplate\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewRequestEmailTemplateResponse.fromProto(resp)));\n }\n getReviewRequestEmailTemplate(r) {\n const request = r.toApiJson ? r : new GetReviewRequestEmailTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/GetReviewRequestEmailTemplate\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetReviewRequestEmailTemplateResponse.fromProto(resp)));\n }\n listReviewRequestEmailTemplates(r) {\n const request = r.toApiJson ? r : new ListReviewRequestEmailTemplatesRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/ListReviewRequestEmailTemplates\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListReviewRequestEmailTemplatesResponse.fromProto(resp)));\n }\n setDefaultReviewRequestTemplate(r) {\n const request = r.toApiJson ? r : new SetDefaultReviewRequestTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/SetDefaultReviewRequestTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n updateReviewRequestEmailTemplate(r) {\n const request = r.toApiJson ? r : new UpdateReviewRequestEmailTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/UpdateReviewRequestEmailTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deleteReviewRequestEmailTemplate(r) {\n const request = r.toApiJson ? r : new DeleteReviewRequestTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/DeleteReviewRequestEmailTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n sendReviewRequest(r) {\n const request = r.toApiJson ? r : new SendReviewRequestRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/SendReviewRequest\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getLeaveReviewUrLs(r) {\n const request = r.toApiJson ? r : new GetLeaveReviewURLsRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewRequestService/GetLeaveReviewURLs\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetLeaveReviewURLsResponse.fromProto(resp)));\n }\n }\n ReviewRequestApiService.ɵfac = function ReviewRequestApiService_Factory(t) {\n return new (t || ReviewRequestApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ReviewRequestApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ReviewRequestApiService,\n factory: ReviewRequestApiService.ɵfac,\n providedIn: 'root'\n });\n return ReviewRequestApiService;\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 ReviewResponseTemplateApiService = /*#__PURE__*/(() => {\n class ReviewResponseTemplateApiService {\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 createBusinessReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new CreateBusinessReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/CreateBusinessReviewResponseTemplate\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewResponseTemplateResponse.fromProto(resp)));\n }\n createPartnerMarketReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new CreatePartnerMarketReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/CreatePartnerMarketReviewResponseTemplate\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewResponseTemplateResponse.fromProto(resp)));\n }\n createBrandReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new CreateBrandReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/CreateBrandReviewResponseTemplate\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewResponseTemplateResponse.fromProto(resp)));\n }\n createDigitalAgentReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new CreateDigitalAgentReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/CreateDigitalAgentReviewResponseTemplate\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewResponseTemplateResponse.fromProto(resp)));\n }\n createDefaultReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new CreateDefaultReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/CreateDefaultReviewResponseTemplate\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewResponseTemplateResponse.fromProto(resp)));\n }\n updateBusinessReviewResponseTemplates(r) {\n const request = r.toApiJson ? r : new UpdateBusinessReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/UpdateBusinessReviewResponseTemplates\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n updateBrandReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new UpdateBrandReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/UpdateBrandReviewResponseTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n updateDigitalAgentReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new UpdateDigitalAgentReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/UpdateDigitalAgentReviewResponseTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deleteBusinessReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new DeleteBusinessReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/DeleteBusinessReviewResponseTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deletePartnerMarketReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new DeletePartnerMarketReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/DeletePartnerMarketReviewResponseTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deleteBrandReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new DeleteBrandReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/DeleteBrandReviewResponseTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deleteDigitalAgentReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new DeleteDigitalAgentReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/DeleteDigitalAgentReviewResponseTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deleteDefaultReviewResponseTemplate(r) {\n const request = r.toApiJson ? r : new DeleteDefaultReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/DeleteDefaultReviewResponseTemplate\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n listBusinessReviewResponseTemplates(r) {\n const request = r.toApiJson ? r : new ListBusinessReviewResponseTemplateRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewResponseTemplateService/ListBusinessReviewResponseTemplates\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListBusinessReviewResponseTemplateResponse.fromProto(resp)));\n }\n }\n ReviewResponseTemplateApiService.ɵfac = function ReviewResponseTemplateApiService_Factory(t) {\n return new (t || ReviewResponseTemplateApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ReviewResponseTemplateApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ReviewResponseTemplateApiService,\n factory: ReviewResponseTemplateApiService.ɵfac,\n providedIn: 'root'\n });\n return ReviewResponseTemplateApiService;\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 ReviewApiService = /*#__PURE__*/(() => {\n class ReviewApiService {\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 getReviews(r) {\n const request = r.toApiJson ? r : new GetReviewsRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/GetReviews\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetReviewsResponse.fromProto(resp)));\n }\n updateReview(r) {\n const request = r.toApiJson ? r : new UpdateReviewRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/UpdateReview\", request.toApiJson(), this.apiOptions()).pipe(map(resp => UpdateReviewResponse.fromProto(resp)));\n }\n createReviewComment(r) {\n const request = r.toApiJson ? r : new CreateReviewCommentRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/CreateReviewComment\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewCommentResponse.fromProto(resp)));\n }\n updateReviewComment(r) {\n const request = r.toApiJson ? r : new UpdateReviewCommentRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/UpdateReviewComment\", request.toApiJson(), this.apiOptions()).pipe(map(resp => UpdateReviewCommentResponse.fromProto(resp)));\n }\n canRespondToReview(r) {\n const request = r.toApiJson ? r : new CanRespondToReviewRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/CanRespondToReview\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CanRespondToReviewResponse.fromProto(resp)));\n }\n updateReviewUserDeletedInfo(r) {\n const request = r.toApiJson ? r : new UpdateReviewUserDeletedInfoRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/UpdateReviewUserDeletedInfo\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getMultiThirdPartyReviewPublishSettings(r) {\n const request = r.toApiJson ? r : new GetMultiThirdPartyReviewPublishSettingsRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/GetMultiThirdPartyReviewPublishSettings\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMultiThirdPartyReviewPublishSettingsResponse.fromProto(resp)));\n }\n suggestReviewResponse(r) {\n const request = r.toApiJson ? r : new SuggestReviewResponseRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/SuggestReviewResponse\", request.toApiJson(), this.apiOptions()).pipe(map(resp => SuggestReviewResponseResponse.fromProto(resp)));\n }\n getReviewHistory(r) {\n const request = r.toApiJson ? r : new ReviewHistoryRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewService/GetReviewHistory\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ReviewHistoryResponse.fromProto(resp)));\n }\n }\n ReviewApiService.ɵfac = function ReviewApiService_Factory(t) {\n return new (t || ReviewApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ReviewApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ReviewApiService,\n factory: ReviewApiService.ɵfac,\n providedIn: 'root'\n });\n return ReviewApiService;\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 ReviewWidgetApiService = /*#__PURE__*/(() => {\n class ReviewWidgetApiService {\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 listWidgetReviews(r) {\n const request = r.toApiJson ? r : new ListWidgetReviewsRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewWidgetService/ListWidgetReviews\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListWidgetReviewsResponse.fromProto(resp)));\n }\n createReviewWidget(r) {\n const request = r.toApiJson ? r : new CreateReviewWidgetRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewWidgetService/CreateReviewWidget\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewWidgetResponse.fromProto(resp)));\n }\n updateReviewWidget(r) {\n const request = r.toApiJson ? r : new UpdateReviewWidgetRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewWidgetService/UpdateReviewWidget\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getReviewWidget(r) {\n const request = r.toApiJson ? r : new GetReviewWidgetRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewWidgetService/GetReviewWidget\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetReviewWidgetResponse.fromProto(resp)));\n }\n getReviewWidgetById(r) {\n const request = r.toApiJson ? r : new GetReviewWidgetByIDRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewWidgetService/GetReviewWidgetByID\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetReviewWidgetByIDResponse.fromProto(resp)));\n }\n createReview(r) {\n const request = r.toApiJson ? r : new CreateReviewRequest(r);\n return this.http.post(this._host + \"/reputation.v1.ReviewWidgetService/CreateReview\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateReviewResponse.fromProto(resp)));\n }\n }\n ReviewWidgetApiService.ɵfac = function ReviewWidgetApiService_Factory(t) {\n return new (t || ReviewWidgetApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n ReviewWidgetApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ReviewWidgetApiService,\n factory: ReviewWidgetApiService.ɵfac,\n providedIn: 'root'\n });\n return ReviewWidgetApiService;\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 SourceApiService = /*#__PURE__*/(() => {\n class SourceApiService {\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 getBusinessSources(r) {\n const request = r.toApiJson ? r : new GetBusinessSourcesRequest(r);\n return this.http.post(this._host + \"/reputation.v1.SourceService/GetBusinessSources\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetBusinessSourcesResponse.fromProto(resp)));\n }\n getSourceDetails(r) {\n const request = r.toApiJson ? r : new GetSourceDetailsRequest(r);\n return this.http.post(this._host + \"/reputation.v1.SourceService/GetSourceDetails\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetSourceDetailsResponse.fromProto(resp)));\n }\n refreshBusinessSource(r) {\n const request = r.toApiJson ? r : new RefreshBusisinessSourceRequest(r);\n return this.http.post(this._host + \"/reputation.v1.SourceService/RefreshBusinessSource\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n SourceApiService.ɵfac = function SourceApiService_Factory(t) {\n return new (t || SourceApiService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(HostService));\n };\n SourceApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: SourceApiService,\n factory: SourceApiService.ɵfac,\n providedIn: 'root'\n });\n return SourceApiService;\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// *********************************\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { Access, AccountApiService, ApproveReviewResponseRequest, CanRespondToReviewRequest, CanRespondToReviewResponse, ConciergeReviewResponse, ConciergeReviewResponseApiService, CreateBrandReviewResponseTemplateRequest, CreateBusinessReviewResponseTemplateRequest, CreateDefaultReviewResponseTemplateRequest, CreateDigitalAgentReviewResponseTemplateRequest, CreatePartnerMarketReviewResponseTemplateRequest, CreateReviewCommentRequest, CreateReviewCommentResponse, CreateReviewRequest, CreateReviewRequestEmailTemplateRequest, CreateReviewRequestEmailTemplateResponse, CreateReviewResponse, CreateReviewResponseTemplateResponse, CreateReviewWidgetRequest, CreateReviewWidgetResponse, Customizations, CustomizationsOverallRatingDecimalPlaces, DeleteBrandReviewResponseTemplateRequest, DeleteBusinessReviewResponseTemplateRequest, DeleteDefaultReviewResponseTemplateRequest, DeleteDigitalAgentReviewResponseTemplateRequest, DeletePartnerMarketReviewResponseTemplateRequest, DeleteReviewRequestTemplateRequest, EmailTemplateData, FieldMask, ForceRefreshListingRequest, GetBusinessSourcesRequest, GetBusinessSourcesResponse, GetLeaveReviewURLsRequest, GetLeaveReviewURLsResponse, GetLeaveReviewURLsResponseUrlsEntry, GetLimitRequest, GetLimitResponse, GetListingsRequest, GetListingsResponse, GetMultiThirdPartyReviewPublishSettingsRequest, GetMultiThirdPartyReviewPublishSettingsResponse, GetMultiThirdPartyReviewPublishSettingsResponseThirdPartyReviewPublishSettingsEntry, GetReviewRequestEmailTemplateRequest, GetReviewRequestEmailTemplateResponse, GetReviewResponseRequest, GetReviewResponseResponse, GetReviewWidgetByIDRequest, GetReviewWidgetByIDResponse, GetReviewWidgetByIDResponseLeaveReviewUrlsEntry, GetReviewWidgetRequest, GetReviewWidgetResponse, GetReviewsRequest, GetReviewsResponse, GetSMSEnabledRequest, GetSMSEnabledResponse, GetSourceDetailsRequest, GetSourceDetailsResponse, HostService, LimitApiService, LimitType, ListBusinessReviewResponseTemplateRequest, ListBusinessReviewResponseTemplateResponse, ListReviewRequestEmailTemplatesRequest, ListReviewRequestEmailTemplatesRequestSearchOptions, ListReviewRequestEmailTemplatesRequestSortField, ListReviewRequestEmailTemplatesRequestSortOptions, ListReviewRequestEmailTemplatesResponse, ListWidgetReviewsRequest, ListWidgetReviewsRequestMinimumRating, ListWidgetReviewsResponse, Listing, ListingApiService, ListingIdentifier, ListingMatchQuality, LookupListingsRequest, LookupListingsResponse, LookupResponseForSource, MethodMetadata, NAP, PagedRequestOptions, ProvideFeedbackToReviewResponseRequest, Recommendation, RefreshBusisinessSourceRequest, Review, ReviewActionStatus, ReviewApiService, ReviewComment, ReviewDeletedStatus, ReviewHistory, ReviewHistoryRequest, ReviewHistoryResponse, ReviewIdentifier, ReviewRequestApiService, ReviewRequestTemplate, ReviewResponseTemplate, ReviewResponseTemplateApiService, ReviewStats, ReviewWidget, ReviewWidgetApiService, Reviewer, SDKMetadata, SMSState, SendReviewRequestEmailRequest, SendReviewRequestRequest, SendReviewRequestSmsRequest, SetDefaultReviewRequestTemplateRequest, SortDirection, Source, SourceApiService, SourceAttributeScope, SourceDetails, SourceHTML, SourceIcon, SourceListingInteractionHTML, SourceSubmitListing, Styling, StylingTheme, SubmitListingRequest, SubmitListingResponse, SuggestReviewResponseRequest, SuggestReviewResponseResponse, ThirdPartyPublishedStatus, ThirdPartyReviewPublishSettings, Toggles, UpdateBrandReviewResponseTemplateRequest, UpdateBusinessReviewResponseTemplateRequest, UpdateDigitalAgentReviewResponseTemplateRequest, UpdateListingRequest, UpdateReviewCommentRequest, UpdateReviewCommentResponse, UpdateReviewRequest, UpdateReviewRequestEmailTemplateRequest, UpdateReviewResponse, UpdateReviewUserDeletedInfoRequest, UpdateReviewWidgetRequest };\n"],"mappings":"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","names":["enumStringToValue$7","enumRef","value","enumStringToValue","Recommendation","ReviewActionStatus","ReviewDeletedStatus","ThirdPartyPublishedStatus","ListingMatchQuality","FieldMask","Review","ReviewComment","ReviewHistory","ReviewIdentifier","Reviewer","ThirdPartyReviewPublishSettings","ConciergeReviewResponse","ApproveReviewResponseRequest","SourceAttributeScope","CanRespondToReviewRequest","CanRespondToReviewResponse","CreateBrandReviewResponseTemplateRequest","CreateBusinessReviewResponseTemplateRequest","CreateDefaultReviewResponseTemplateRequest","CreateDigitalAgentReviewResponseTemplateRequest","CreatePartnerMarketReviewResponseTemplateRequest","CreateReviewCommentRequest","CreateReviewCommentResponse","CreateReviewResponseTemplateResponse","DeleteBrandReviewResponseTemplateRequest","DeleteBusinessReviewResponseTemplateRequest","DeleteDefaultReviewResponseTemplateRequest","DeleteDigitalAgentReviewResponseTemplateRequest","DeletePartnerMarketReviewResponseTemplateRequest","ForceRefreshListingRequest","GetBusinessSourcesRequest","GetBusinessSourcesResponse","GetListingsRequest","GetListingsResponse","GetMultiThirdPartyReviewPublishSettingsRequest","GetMultiThirdPartyReviewPublishSettingsResponse","GetReviewResponseRequest","GetReviewResponseResponse","GetReviewsRequest","GetReviewsResponse","GetSourceDetailsRequest","GetSourceDetailsResponse","SourceIcon","ListBusinessReviewResponseTemplateRequest","ListBusinessReviewResponseTemplateResponse","Listing","ListingIdentifier","SourceListingInteractionHTML","LookupListingsRequest","LookupListingsResponse","LookupResponseForSource","NAP","ProvideFeedbackToReviewResponseRequest","RefreshBusisinessSourceRequest","ReviewHistoryRequest","ReviewHistoryResponse","ReviewResponseTemplate","Source","SourceDetails","SourceSubmitListing","SubmitListingRequest","SubmitListingResponse","SuggestReviewResponseRequest","SuggestReviewResponseResponse","UpdateBrandReviewResponseTemplateRequest","UpdateBusinessReviewResponseTemplateRequest","UpdateDigitalAgentReviewResponseTemplateRequest","UpdateListingRequest","UpdateReviewCommentRequest","UpdateReviewCommentResponse","UpdateReviewRequest","UpdateReviewResponse","UpdateReviewUserDeletedInfoRequest","environment","hostMap","HostService","ConciergeReviewResponseApiService","ListingApiService","ReviewResponseTemplateApiService","ReviewApiService","SourceApiService","init_vendasta_reputation","__esmMin","init_core","init_http","init_operators","_FieldMask","proto","m","kwargs","toReturn","_Review","_ReviewComment","_ReviewHistory","_ReviewIdentifier","_Reviewer","_ThirdPartyReviewPublishSettings","_ConciergeReviewResponse","_ApproveReviewResponseRequest","_SourceAttributeScope","_CanRespondToReviewRequest","_CanRespondToReviewResponse","_CreateBrandReviewResponseTemplateRequest","_CreateBusinessReviewResponseTemplateRequest","_CreateDefaultReviewResponseTemplateRequest","_CreateDigitalAgentReviewResponseTemplateRequest","_CreatePartnerMarketReviewResponseTemplateRequest","_CreateReviewCommentRequest","_CreateReviewCommentResponse","_CreateReviewResponseTemplateResponse","_DeleteBrandReviewResponseTemplateRequest","_DeleteBusinessReviewResponseTemplateRequest","_DeleteDefaultReviewResponseTemplateRequest","_DeleteDigitalAgentReviewResponseTemplateRequest","_DeletePartnerMarketReviewResponseTemplateRequest","_ForceRefreshListingRequest","_GetBusinessSourcesRequest","_GetBusinessSourcesResponse","_GetListingsRequest","_GetListingsResponse","_GetMultiThirdPartyReviewPublishSettingsRequest","_GetMultiThirdPartyReviewPublishSettingsResponse","obj","k","_GetReviewResponseRequest","_GetReviewResponseResponse","_GetReviewsRequest","_GetReviewsResponse","_GetSourceDetailsRequest","_GetSourceDetailsResponse","_SourceIcon","_ListBusinessReviewResponseTemplateRequest","_ListBusinessReviewResponseTemplateResponse","_Listing","_ListingIdentifier","_SourceListingInteractionHTML","_LookupListingsRequest","i","_LookupListingsResponse","_LookupResponseForSource","_NAP","_ProvideFeedbackToReviewResponseRequest","_RefreshBusisinessSourceRequest","_ReviewHistoryRequest","_ReviewHistoryResponse","_ReviewResponseTemplate","_Source","_SourceDetails","_SourceSubmitListing","_SubmitListingRequest","_SubmitListingResponse","_SuggestReviewResponseRequest","_SuggestReviewResponseResponse","_UpdateBrandReviewResponseTemplateRequest","_UpdateBusinessReviewResponseTemplateRequest","_UpdateDigitalAgentReviewResponseTemplateRequest","_UpdateListingRequest","_UpdateReviewCommentRequest","_UpdateReviewCommentResponse","_UpdateReviewRequest","_UpdateReviewResponse","_UpdateReviewUserDeletedInfoRequest","t","ɵɵdefineInjectable","http","hostService","HttpHeaders","r","request","map","resp","__spreadProps","__spreadValues","ɵɵinject","HttpClient"],"x_google_ignoreList":[0]}