{"version":3,"sources":["node_modules/@vendasta/bulk-actions/fesm2020/vendasta-bulk-actions.mjs"],"sourcesContent":["import * as i0 from '@angular/core';\nimport { Injectable, inject } from '@angular/core';\nimport { HttpClient, 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 BulkProcessorType = /*#__PURE__*/function (BulkProcessorType) {\n BulkProcessorType[BulkProcessorType[\"BULK_PROCESSOR_TYPE_INVALID\"] = 0] = \"BULK_PROCESSOR_TYPE_INVALID\";\n BulkProcessorType[BulkProcessorType[\"BULK_PROCESSOR_TYPE_IMPORT_USERS\"] = 1] = \"BULK_PROCESSOR_TYPE_IMPORT_USERS\";\n BulkProcessorType[BulkProcessorType[\"BULK_PROCESSOR_TYPE_SCHEDULE_CAMPAIGN\"] = 2] = \"BULK_PROCESSOR_TYPE_SCHEDULE_CAMPAIGN\";\n return BulkProcessorType;\n}(BulkProcessorType || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar DateDefault = /*#__PURE__*/function (DateDefault) {\n DateDefault[DateDefault[\"DATE_DEFAULT_INVALID\"] = 0] = \"DATE_DEFAULT_INVALID\";\n DateDefault[DateDefault[\"DATE_DEFAULT_TODAY\"] = 1] = \"DATE_DEFAULT_TODAY\";\n DateDefault[DateDefault[\"DATE_DEFAULT_YESTERDAY\"] = 2] = \"DATE_DEFAULT_YESTERDAY\";\n DateDefault[DateDefault[\"DATE_DEFAULT_TOMORROW\"] = 3] = \"DATE_DEFAULT_TOMORROW\";\n DateDefault[DateDefault[\"DATE_DEFAULT_THIS_WEEK\"] = 4] = \"DATE_DEFAULT_THIS_WEEK\";\n DateDefault[DateDefault[\"DATE_DEFAULT_LAST_WEEK\"] = 5] = \"DATE_DEFAULT_LAST_WEEK\";\n DateDefault[DateDefault[\"DATE_DEFAULT_NEXT_WEEK\"] = 6] = \"DATE_DEFAULT_NEXT_WEEK\";\n DateDefault[DateDefault[\"DATE_DEFAULT_THIS_MONTH\"] = 7] = \"DATE_DEFAULT_THIS_MONTH\";\n DateDefault[DateDefault[\"DATE_DEFAULT_LAST_MONTH\"] = 8] = \"DATE_DEFAULT_LAST_MONTH\";\n DateDefault[DateDefault[\"DATE_DEFAULT_NEXT_MONTH\"] = 9] = \"DATE_DEFAULT_NEXT_MONTH\";\n DateDefault[DateDefault[\"DATE_DEFAULT_THIS_QUARTER\"] = 10] = \"DATE_DEFAULT_THIS_QUARTER\";\n DateDefault[DateDefault[\"DATE_DEFAULT_LAST_QUARTER\"] = 11] = \"DATE_DEFAULT_LAST_QUARTER\";\n DateDefault[DateDefault[\"DATE_DEFAULT_NEXT_QUARTER\"] = 12] = \"DATE_DEFAULT_NEXT_QUARTER\";\n DateDefault[DateDefault[\"DATE_DEFAULT_THIS_YEAR\"] = 13] = \"DATE_DEFAULT_THIS_YEAR\";\n DateDefault[DateDefault[\"DATE_DEFAULT_LAST_YEAR\"] = 14] = \"DATE_DEFAULT_LAST_YEAR\";\n DateDefault[DateDefault[\"DATE_DEFAULT_NEXT_YEAR\"] = 15] = \"DATE_DEFAULT_NEXT_YEAR\";\n return DateDefault;\n}(DateDefault || {});\nvar FilterGroupOperator = /*#__PURE__*/function (FilterGroupOperator) {\n FilterGroupOperator[FilterGroupOperator[\"FILTER_GROUP_OPERATOR_INVALID\"] = 0] = \"FILTER_GROUP_OPERATOR_INVALID\";\n FilterGroupOperator[FilterGroupOperator[\"FILTER_GROUP_OPERATOR_AND\"] = 1] = \"FILTER_GROUP_OPERATOR_AND\";\n FilterGroupOperator[FilterGroupOperator[\"FILTER_GROUP_OPERATOR_OR\"] = 2] = \"FILTER_GROUP_OPERATOR_OR\";\n return FilterGroupOperator;\n}(FilterGroupOperator || {});\nvar FilterOperator = /*#__PURE__*/function (FilterOperator) {\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_INVALID\"] = 0] = \"FILTER_OPERATOR_INVALID\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_EMPTY\"] = 1] = \"FILTER_OPERATOR_IS_EMPTY\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_NOT_EMPTY\"] = 2] = \"FILTER_OPERATOR_IS_NOT_EMPTY\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS\"] = 3] = \"FILTER_OPERATOR_IS\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_NOT\"] = 4] = \"FILTER_OPERATOR_IS_NOT\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_ANY\"] = 5] = \"FILTER_OPERATOR_IS_ANY\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_NOT_ANY\"] = 6] = \"FILTER_OPERATOR_IS_NOT_ANY\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_ALL\"] = 7] = \"FILTER_OPERATOR_IS_ALL\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_NOT_ALL\"] = 8] = \"FILTER_OPERATOR_IS_NOT_ALL\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_CONTAINS\"] = 9] = \"FILTER_OPERATOR_CONTAINS\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_DOES_NOT_CONTAIN\"] = 10] = \"FILTER_OPERATOR_DOES_NOT_CONTAIN\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_EQUAL_TO\"] = 11] = \"FILTER_OPERATOR_IS_EQUAL_TO\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_NOT_EQUAL_TO\"] = 12] = \"FILTER_OPERATOR_IS_NOT_EQUAL_TO\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_GREATER_THAN\"] = 13] = \"FILTER_OPERATOR_IS_GREATER_THAN\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_GREATER_THAN_OR_EQUAL_TO\"] = 14] = \"FILTER_OPERATOR_IS_GREATER_THAN_OR_EQUAL_TO\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_LESS_THAN\"] = 15] = \"FILTER_OPERATOR_IS_LESS_THAN\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_LESS_THAN_OR_EQUAL_TO\"] = 16] = \"FILTER_OPERATOR_IS_LESS_THAN_OR_EQUAL_TO\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_BEFORE\"] = 17] = \"FILTER_OPERATOR_IS_BEFORE\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_BEFORE_OR_ON\"] = 18] = \"FILTER_OPERATOR_IS_BEFORE_OR_ON\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_AFTER\"] = 19] = \"FILTER_OPERATOR_IS_AFTER\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_AFTER_OR_ON\"] = 20] = \"FILTER_OPERATOR_IS_AFTER_OR_ON\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_BETWEEN\"] = 21] = \"FILTER_OPERATOR_IS_BETWEEN\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_NOT_BETWEEN\"] = 22] = \"FILTER_OPERATOR_IS_NOT_BETWEEN\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_VALID\"] = 23] = \"FILTER_OPERATOR_IS_VALID\";\n FilterOperator[FilterOperator[\"FILTER_OPERATOR_IS_NOT_VALID\"] = 24] = \"FILTER_OPERATOR_IS_NOT_VALID\";\n return FilterOperator;\n}(FilterOperator || {});\nvar FilterType = /*#__PURE__*/function (FilterType) {\n FilterType[FilterType[\"FILTER_TYPE_INVALID\"] = 0] = \"FILTER_TYPE_INVALID\";\n FilterType[FilterType[\"FILTER_TYPE_STRING\"] = 1] = \"FILTER_TYPE_STRING\";\n FilterType[FilterType[\"FILTER_TYPE_INTEGER\"] = 2] = \"FILTER_TYPE_INTEGER\";\n FilterType[FilterType[\"FILTER_TYPE_DATE\"] = 3] = \"FILTER_TYPE_DATE\";\n FilterType[FilterType[\"FILTER_TYPE_FLOAT\"] = 4] = \"FILTER_TYPE_FLOAT\";\n FilterType[FilterType[\"FILTER_TYPE_BOOLEAN\"] = 5] = \"FILTER_TYPE_BOOLEAN\";\n FilterType[FilterType[\"FILTER_TYPE_TAG\"] = 6] = \"FILTER_TYPE_TAG\";\n FilterType[FilterType[\"FILTER_TYPE_PHONE\"] = 8] = \"FILTER_TYPE_PHONE\";\n return FilterType;\n}(FilterType || {});\n// *********************************\n// Code generated by sdkgen\n// DO NOT EDIT!.\n//\n// Enums.\n// *********************************\nvar ListType = /*#__PURE__*/function (ListType) {\n ListType[ListType[\"LIST_TYPE_INVALID\"] = 0] = \"LIST_TYPE_INVALID\";\n ListType[ListType[\"LIST_TYPE_STATIC\"] = 1] = \"LIST_TYPE_STATIC\";\n ListType[ListType[\"LIST_TYPE_DYNAMIC\"] = 2] = \"LIST_TYPE_DYNAMIC\";\n return ListType;\n}(ListType || {});\n// *********************************\n\nfunction enumStringToValue$8(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass BulkProcessorDetails {\n static fromProto(proto) {\n let m = new BulkProcessorDetails();\n m = Object.assign(m, proto);\n if (proto.csvFile) {\n m.csvFile = BulkProcessorDetailsCSVFile.fromProto(proto.csvFile);\n }\n if (proto.userList) {\n m.userList = BulkProcessorDetailsUserList.fromProto(proto.userList);\n }\n if (proto.importUsers) {\n m.importUsers = BulkProcessorDetailsImportUsers.fromProto(proto.importUsers);\n }\n if (proto.scheduleCampaign) {\n m.scheduleCampaign = BulkProcessorDetailsScheduleCampaign.fromProto(proto.scheduleCampaign);\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.csvFile !== 'undefined' && this.csvFile !== null) {\n toReturn['csvFile'] = 'toApiJson' in this.csvFile ? this.csvFile.toApiJson() : this.csvFile;\n }\n if (typeof this.userList !== 'undefined' && this.userList !== null) {\n toReturn['userList'] = 'toApiJson' in this.userList ? this.userList.toApiJson() : this.userList;\n }\n if (typeof this.importUsers !== 'undefined' && this.importUsers !== null) {\n toReturn['importUsers'] = 'toApiJson' in this.importUsers ? this.importUsers.toApiJson() : this.importUsers;\n }\n if (typeof this.scheduleCampaign !== 'undefined' && this.scheduleCampaign !== null) {\n toReturn['scheduleCampaign'] = 'toApiJson' in this.scheduleCampaign ? this.scheduleCampaign.toApiJson() : this.scheduleCampaign;\n }\n return toReturn;\n }\n}\nclass BulkProcessorDetailsCSVFile {\n static fromProto(proto) {\n let m = new BulkProcessorDetailsCSVFile();\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.fileUrl !== 'undefined') {\n toReturn['fileUrl'] = this.fileUrl;\n }\n return toReturn;\n }\n}\nclass BulkProcessorDetailsImportUsers {\n static fromProto(proto) {\n let m = new BulkProcessorDetailsImportUsers();\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.userListId !== 'undefined') {\n toReturn['userListId'] = this.userListId;\n }\n if (typeof this.updateUsers !== 'undefined') {\n toReturn['updateUsers'] = this.updateUsers;\n }\n return toReturn;\n }\n}\nclass BulkProcessorDetailsScheduleCampaign {\n static fromProto(proto) {\n let m = new BulkProcessorDetailsScheduleCampaign();\n m = Object.assign(m, proto);\n if (proto.scheduleOn) {\n m.scheduleOn = new Date(proto.scheduleOn);\n }\n if (proto.sender) {\n m.sender = BulkProcessorDetailsScheduleCampaignSender.fromProto(proto.sender);\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.campaignId !== 'undefined') {\n toReturn['campaignId'] = this.campaignId;\n }\n if (typeof this.scheduleOn !== 'undefined' && this.scheduleOn !== null) {\n toReturn['scheduleOn'] = 'toApiJson' in this.scheduleOn ? this.scheduleOn.toApiJson() : this.scheduleOn;\n }\n if (typeof this.sender !== 'undefined' && this.sender !== null) {\n toReturn['sender'] = 'toApiJson' in this.sender ? this.sender.toApiJson() : this.sender;\n }\n if (typeof this.defaultAccountGroupId !== 'undefined') {\n toReturn['defaultAccountGroupId'] = this.defaultAccountGroupId;\n }\n return toReturn;\n }\n}\nclass BulkProcessorDetailsScheduleCampaignSender {\n static fromProto(proto) {\n let m = new BulkProcessorDetailsScheduleCampaignSender();\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.userId !== 'undefined') {\n toReturn['userId'] = this.userId;\n }\n return toReturn;\n }\n}\nclass BulkProcessorDetailsUserList {\n static fromProto(proto) {\n let m = new BulkProcessorDetailsUserList();\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.userListId !== 'undefined') {\n toReturn['userListId'] = this.userListId;\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 ActionListKey {\n static fromProto(proto) {\n let m = new ActionListKey();\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.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\n }\n return toReturn;\n }\n}\nclass AddActionListItemsRequest {\n static fromProto(proto) {\n let m = new AddActionListItemsRequest();\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.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\n }\n if (typeof this.itemIds !== 'undefined') {\n toReturn['itemIds'] = this.itemIds;\n }\n return toReturn;\n }\n}\nclass BulkActionInstanceStatus {\n static fromProto(proto) {\n let m = new BulkActionInstanceStatus();\n m = Object.assign(m, proto);\n if (proto.processedItems) {\n m.processedItems = parseInt(proto.processedItems, 10);\n }\n if (proto.totalItems) {\n m.totalItems = parseInt(proto.totalItems, 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.instanceId !== 'undefined') {\n toReturn['instanceId'] = this.instanceId;\n }\n if (typeof this.processedItems !== 'undefined') {\n toReturn['processedItems'] = this.processedItems;\n }\n if (typeof this.totalItems !== 'undefined') {\n toReturn['totalItems'] = this.totalItems;\n }\n if (typeof this.errors !== 'undefined') {\n toReturn['errors'] = this.errors;\n }\n if (typeof this.actionDisplayName !== 'undefined') {\n toReturn['actionDisplayName'] = this.actionDisplayName;\n }\n if (typeof this.isFinalized !== 'undefined') {\n toReturn['isFinalized'] = this.isFinalized;\n }\n return toReturn;\n }\n}\nclass ComputeActionListIDsRequest {\n static fromProto(proto) {\n let m = new ComputeActionListIDsRequest();\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.names !== 'undefined') {\n toReturn['names'] = this.names;\n }\n return toReturn;\n }\n}\nclass ComputeActionListIDsResponse {\n static fromProto(proto) {\n let m = new ComputeActionListIDsResponse();\n m = Object.assign(m, proto);\n if (proto.nameIdMapping) {\n m.nameIdMapping = Object.keys(proto.nameIdMapping).reduce((obj, k) => {\n obj[k] = proto.nameIdMapping[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.nameIdMapping !== 'undefined' && this.nameIdMapping !== null) {\n toReturn['nameIdMapping'] = 'toApiJson' in this.nameIdMapping ? this.nameIdMapping.toApiJson() : this.nameIdMapping;\n }\n return toReturn;\n }\n}\nclass CreateActionListRequest {\n static fromProto(proto) {\n let m = new CreateActionListRequest();\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.itemIds !== 'undefined') {\n toReturn['itemIds'] = this.itemIds;\n }\n if (typeof this.displayName !== 'undefined') {\n toReturn['displayName'] = this.displayName;\n }\n if (typeof this.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\n }\n return toReturn;\n }\n}\nclass CreateActionListResponse {\n static fromProto(proto) {\n let m = new CreateActionListResponse();\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.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\n }\n return toReturn;\n }\n}\nclass DeleteActionListRequest {\n static fromProto(proto) {\n let m = new DeleteActionListRequest();\n m = Object.assign(m, proto);\n if (proto.actionListKey) {\n m.actionListKey = ActionListKey.fromProto(proto.actionListKey);\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.actionListKey !== 'undefined' && this.actionListKey !== null) {\n toReturn['actionListKey'] = 'toApiJson' in this.actionListKey ? this.actionListKey.toApiJson() : this.actionListKey;\n }\n return toReturn;\n }\n}\nclass GenerateUploadSignedURLRequest {\n static fromProto(proto) {\n let m = new GenerateUploadSignedURLRequest();\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.fileName !== 'undefined') {\n toReturn['fileName'] = this.fileName;\n }\n if (typeof this.contentType !== 'undefined') {\n toReturn['contentType'] = this.contentType;\n }\n return toReturn;\n }\n}\nclass GenerateUploadSignedURLResponse {\n static fromProto(proto) {\n let m = new GenerateUploadSignedURLResponse();\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.signedUrl !== 'undefined') {\n toReturn['signedUrl'] = this.signedUrl;\n }\n return toReturn;\n }\n}\nclass GetActionListItemIDsRequest {\n static fromProto(proto) {\n let m = new GetActionListItemIDsRequest();\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.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\n }\n return toReturn;\n }\n}\nclass GetActionListItemIDsResponse {\n static fromProto(proto) {\n let m = new GetActionListItemIDsResponse();\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.itemIds !== 'undefined') {\n toReturn['itemIds'] = this.itemIds;\n }\n return toReturn;\n }\n}\nclass GetBulkActionInstanceItemIDsRequest {\n static fromProto(proto) {\n let m = new GetBulkActionInstanceItemIDsRequest();\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.instanceId !== 'undefined') {\n toReturn['instanceId'] = this.instanceId;\n }\n return toReturn;\n }\n}\nclass GetBulkActionInstanceItemIDsResponse {\n static fromProto(proto) {\n let m = new GetBulkActionInstanceItemIDsResponse();\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.bulkActionItemIds !== 'undefined') {\n toReturn['bulkActionItemIds'] = this.bulkActionItemIds;\n }\n return toReturn;\n }\n}\nclass InitiateBulkActionRequest {\n static fromProto(proto) {\n let m = new InitiateBulkActionRequest();\n m = Object.assign(m, proto);\n if (proto.actionListKey) {\n m.actionListKey = ActionListKey.fromProto(proto.actionListKey);\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.actionListKey !== 'undefined' && this.actionListKey !== null) {\n toReturn['actionListKey'] = 'toApiJson' in this.actionListKey ? this.actionListKey.toApiJson() : this.actionListKey;\n }\n if (typeof this.instanceId !== 'undefined') {\n toReturn['instanceId'] = this.instanceId;\n }\n if (typeof this.hasFinalizeStep !== 'undefined') {\n toReturn['hasFinalizeStep'] = this.hasFinalizeStep;\n }\n return toReturn;\n }\n}\nclass InitiateBulkProcessorRequest {\n static fromProto(proto) {\n let m = new InitiateBulkProcessorRequest();\n m = Object.assign(m, proto);\n if (proto.type) {\n m.type = enumStringToValue$7(BulkProcessorType, proto.type);\n }\n if (proto.details) {\n m.details = BulkProcessorDetails.fromProto(proto.details);\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.type !== 'undefined') {\n toReturn['type'] = this.type;\n }\n if (typeof this.details !== 'undefined' && this.details !== null) {\n toReturn['details'] = 'toApiJson' in this.details ? this.details.toApiJson() : this.details;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n return toReturn;\n }\n}\nclass InitiateBulkProcessorResponse {\n static fromProto(proto) {\n let m = new InitiateBulkProcessorResponse();\n m = Object.assign(m, proto);\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.id !== 'undefined') {\n toReturn['id'] = this.id;\n }\n return toReturn;\n }\n}\nclass ListBulkActionStatusesForActionListRequest {\n static fromProto(proto) {\n let m = new ListBulkActionStatusesForActionListRequest();\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.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\n }\n return toReturn;\n }\n}\nclass ListBulkActionStatusesForActionListResponse {\n static fromProto(proto) {\n let m = new ListBulkActionStatusesForActionListResponse();\n m = Object.assign(m, proto);\n if (proto.instances) {\n m.instances = proto.instances.map(BulkActionInstanceStatus.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.instances !== 'undefined' && this.instances !== null) {\n toReturn['instances'] = 'toApiJson' in this.instances ? this.instances.toApiJson() : this.instances;\n }\n return toReturn;\n }\n}\nclass ComputeActionListIDsResponseNameIdMappingEntry {\n static fromProto(proto) {\n let m = new ComputeActionListIDsResponseNameIdMappingEntry();\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 RemoveActionListItemsRequest {\n static fromProto(proto) {\n let m = new RemoveActionListItemsRequest();\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.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\n }\n if (typeof this.itemIds !== 'undefined') {\n toReturn['itemIds'] = this.itemIds;\n }\n return toReturn;\n }\n}\nclass ValidateFileRequest {\n static fromProto(proto) {\n let m = new ValidateFileRequest();\n m = Object.assign(m, proto);\n if (proto.type) {\n m.type = enumStringToValue$7(BulkProcessorType, proto.type);\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.type !== 'undefined') {\n toReturn['type'] = this.type;\n }\n if (typeof this.fileUrl !== 'undefined') {\n toReturn['fileUrl'] = this.fileUrl;\n }\n if (typeof this.partnerId !== 'undefined') {\n toReturn['partnerId'] = this.partnerId;\n }\n return toReturn;\n }\n}\nclass ValidateFileResponse {\n static fromProto(proto) {\n let m = new ValidateFileResponse();\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.errors !== 'undefined') {\n toReturn['errors'] = this.errors;\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 ActionList {\n static fromProto(proto) {\n let m = new ActionList();\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 return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\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.displayName !== 'undefined') {\n toReturn['displayName'] = this.displayName;\n }\n if (typeof this.itemIds !== 'undefined') {\n toReturn['itemIds'] = this.itemIds;\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.legacyHistoryId !== 'undefined') {\n toReturn['legacyHistoryId'] = this.legacyHistoryId;\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 BulkActionInstance {\n static fromProto(proto) {\n let m = new BulkActionInstance();\n m = Object.assign(m, proto);\n if (proto.initiated) {\n m.initiated = new Date(proto.initiated);\n }\n if (proto.completed) {\n m.completed = new Date(proto.completed);\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.instanceId !== 'undefined') {\n toReturn['instanceId'] = this.instanceId;\n }\n if (typeof this.actionListId !== 'undefined') {\n toReturn['actionListId'] = this.actionListId;\n }\n if (typeof this.userId !== 'undefined') {\n toReturn['userId'] = this.userId;\n }\n if (typeof this.itemIds !== 'undefined') {\n toReturn['itemIds'] = this.itemIds;\n }\n if (typeof this.error !== 'undefined') {\n toReturn['error'] = this.error;\n }\n if (typeof this.initiated !== 'undefined' && this.initiated !== null) {\n toReturn['initiated'] = 'toApiJson' in this.initiated ? this.initiated.toApiJson() : this.initiated;\n }\n if (typeof this.completed !== 'undefined' && this.completed !== null) {\n toReturn['completed'] = 'toApiJson' in this.completed ? this.completed.toApiJson() : this.completed;\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 Filter {\n static fromProto(proto) {\n let m = new Filter();\n m = Object.assign(m, proto);\n if (proto.operator) {\n m.operator = enumStringToValue$4(FilterOperator, proto.operator);\n }\n if (proto.values) {\n m.values = proto.values.map(FilterValue.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.fieldId !== 'undefined') {\n toReturn['fieldId'] = this.fieldId;\n }\n if (typeof this.operator !== 'undefined') {\n toReturn['operator'] = this.operator;\n }\n if (typeof this.values !== 'undefined' && this.values !== null) {\n toReturn['values'] = 'toApiJson' in this.values ? this.values.toApiJson() : this.values;\n }\n if (typeof this.floatTolerance !== 'undefined') {\n toReturn['floatTolerance'] = this.floatTolerance;\n }\n return toReturn;\n }\n}\nclass FilterGroup {\n static fromProto(proto) {\n let m = new FilterGroup();\n m = Object.assign(m, proto);\n if (proto.operator) {\n m.operator = enumStringToValue$4(FilterGroupOperator, proto.operator);\n }\n if (proto.filters) {\n m.filters = proto.filters.map(Filter.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.operator !== 'undefined') {\n toReturn['operator'] = this.operator;\n }\n if (typeof this.filters !== 'undefined' && this.filters !== null) {\n toReturn['filters'] = 'toApiJson' in this.filters ? this.filters.toApiJson() : this.filters;\n }\n return toReturn;\n }\n}\nclass Phone {\n static fromProto(proto) {\n let m = new Phone();\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.isoCountryCode !== 'undefined') {\n toReturn['isoCountryCode'] = this.isoCountryCode;\n }\n if (typeof this.nationalNumber !== 'undefined') {\n toReturn['nationalNumber'] = this.nationalNumber;\n }\n if (typeof this.extension !== 'undefined') {\n toReturn['extension'] = this.extension;\n }\n return toReturn;\n }\n}\nclass FilterValue {\n static fromProto(proto) {\n let m = new FilterValue();\n m = Object.assign(m, proto);\n if (proto.integer) {\n m.integer = parseInt(proto.integer, 10);\n }\n if (proto.date) {\n m.date = new Date(proto.date);\n }\n if (proto.dateDefault) {\n m.dateDefault = enumStringToValue$4(DateDefault, proto.dateDefault);\n }\n if (proto.phone) {\n m.phone = Phone.fromProto(proto.phone);\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.boolean !== 'undefined') {\n toReturn['boolean'] = this.boolean;\n }\n if (typeof this.integer !== 'undefined') {\n toReturn['integer'] = this.integer;\n }\n if (typeof this.float !== 'undefined') {\n toReturn['float'] = this.float;\n }\n if (typeof this.string !== 'undefined') {\n toReturn['string'] = this.string;\n }\n if (typeof this.date !== 'undefined' && this.date !== null) {\n toReturn['date'] = 'toApiJson' in this.date ? this.date.toApiJson() : this.date;\n }\n if (typeof this.dateDefault !== 'undefined') {\n toReturn['dateDefault'] = this.dateDefault;\n }\n if (typeof this.phone !== 'undefined' && this.phone !== null) {\n toReturn['phone'] = 'toApiJson' in this.phone ? this.phone.toApiJson() : this.phone;\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 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$2(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass PagedRequestOptions {\n static fromProto(proto) {\n let m = new PagedRequestOptions();\n m = Object.assign(m, proto);\n if (proto.pageSize) {\n m.pageSize = parseInt(proto.pageSize, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.cursor !== 'undefined') {\n toReturn['cursor'] = this.cursor;\n }\n if (typeof this.pageSize !== 'undefined') {\n toReturn['pageSize'] = this.pageSize;\n }\n return toReturn;\n }\n}\nclass PagedResponseMetadata {\n static fromProto(proto) {\n let m = new PagedResponseMetadata();\n m = Object.assign(m, proto);\n if (proto.totalResults) {\n m.totalResults = parseInt(proto.totalResults, 10);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.nextCursor !== 'undefined') {\n toReturn['nextCursor'] = this.nextCursor;\n }\n if (typeof this.hasMore !== 'undefined') {\n toReturn['hasMore'] = this.hasMore;\n }\n if (typeof this.totalResults !== 'undefined') {\n toReturn['totalResults'] = this.totalResults;\n }\n return toReturn;\n }\n}\nfunction enumStringToValue$1(enumRef, value) {\n if (typeof value === 'number') {\n return value;\n }\n return enumRef[value];\n}\nclass CreateListDefinitionRequest {\n static fromProto(proto) {\n let m = new CreateListDefinitionRequest();\n m = Object.assign(m, proto);\n if (proto.listType) {\n m.listType = enumStringToValue$1(ListType, proto.listType);\n }\n if (proto.filter) {\n m.filter = proto.filter.map(Filter.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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.resourceType !== 'undefined') {\n toReturn['resourceType'] = this.resourceType;\n }\n if (typeof this.listType !== 'undefined') {\n toReturn['listType'] = this.listType;\n }\n if (typeof this.description !== 'undefined') {\n toReturn['description'] = this.description;\n }\n if (typeof this.filter !== 'undefined' && this.filter !== null) {\n toReturn['filter'] = 'toApiJson' in this.filter ? this.filter.toApiJson() : this.filter;\n }\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n return toReturn;\n }\n}\nclass CreateListDefinitionResponse {\n static fromProto(proto) {\n let m = new CreateListDefinitionResponse();\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.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n return toReturn;\n }\n}\nclass DeleteListDefinitionRequest {\n static fromProto(proto) {\n let m = new DeleteListDefinitionRequest();\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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n return toReturn;\n }\n}\nclass GetMultiListDefinitionRequest {\n static fromProto(proto) {\n let m = new GetMultiListDefinitionRequest();\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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listIds !== 'undefined') {\n toReturn['listIds'] = this.listIds;\n }\n return toReturn;\n }\n}\nclass GetMultiListDefinitionResponse {\n static fromProto(proto) {\n let m = new GetMultiListDefinitionResponse();\n m = Object.assign(m, proto);\n if (proto.listDefinitions) {\n m.listDefinitions = proto.listDefinitions.map(ListDefinition.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.listDefinitions !== 'undefined' && this.listDefinitions !== null) {\n toReturn['listDefinitions'] = 'toApiJson' in this.listDefinitions ? this.listDefinitions.toApiJson() : this.listDefinitions;\n }\n return toReturn;\n }\n}\nclass ListDefinition {\n static fromProto(proto) {\n let m = new ListDefinition();\n m = Object.assign(m, proto);\n if (proto.listType) {\n m.listType = enumStringToValue$1(ListType, proto.listType);\n }\n if (proto.filter) {\n m.filter = proto.filter.map(Filter.fromProto);\n }\n if (proto.created) {\n m.created = new Date(proto.created);\n }\n if (proto.updated) {\n m.updated = new Date(proto.updated);\n }\n if (proto.deleted) {\n m.deleted = new Date(proto.deleted);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n if (typeof this.resourceType !== 'undefined') {\n toReturn['resourceType'] = this.resourceType;\n }\n if (typeof this.listType !== 'undefined') {\n toReturn['listType'] = this.listType;\n }\n if (typeof this.status !== 'undefined') {\n toReturn['status'] = this.status;\n }\n if (typeof this.description !== 'undefined') {\n toReturn['description'] = this.description;\n }\n if (typeof this.filter !== 'undefined' && this.filter !== null) {\n toReturn['filter'] = 'toApiJson' in this.filter ? this.filter.toApiJson() : this.filter;\n }\n if (typeof this.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 if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\n }\n return toReturn;\n }\n}\nclass ListDefinitionsRequest {\n static fromProto(proto) {\n let m = new ListDefinitionsRequest();\n m = Object.assign(m, proto);\n if (proto.filters) {\n m.filters = FilterGroup.fromProto(proto.filters);\n }\n if (proto.pagingOptions) {\n m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.filters !== 'undefined' && this.filters !== null) {\n toReturn['filters'] = 'toApiJson' in this.filters ? this.filters.toApiJson() : this.filters;\n }\n if (typeof this.pagingOptions !== 'undefined' && this.pagingOptions !== null) {\n toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;\n }\n return toReturn;\n }\n}\nclass ListDefinitionsResponse {\n static fromProto(proto) {\n let m = new ListDefinitionsResponse();\n m = Object.assign(m, proto);\n if (proto.listDefinitions) {\n m.listDefinitions = proto.listDefinitions.map(ListDefinition.fromProto);\n }\n if (proto.pagingMetadata) {\n m.pagingMetadata = PagedResponseMetadata.fromProto(proto.pagingMetadata);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.listDefinitions !== 'undefined' && this.listDefinitions !== null) {\n toReturn['listDefinitions'] = 'toApiJson' in this.listDefinitions ? this.listDefinitions.toApiJson() : this.listDefinitions;\n }\n if (typeof this.pagingMetadata !== 'undefined' && this.pagingMetadata !== null) {\n toReturn['pagingMetadata'] = 'toApiJson' in this.pagingMetadata ? this.pagingMetadata.toApiJson() : this.pagingMetadata;\n }\n return toReturn;\n }\n}\nclass UpdateListDefinitionRequest {\n static fromProto(proto) {\n let m = new UpdateListDefinitionRequest();\n m = Object.assign(m, proto);\n if (proto.filter) {\n m.filter = proto.filter.map(Filter.fromProto);\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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.description !== 'undefined') {\n toReturn['description'] = this.description;\n }\n if (typeof this.filter !== 'undefined' && this.filter !== null) {\n toReturn['filter'] = 'toApiJson' in this.filter ? this.filter.toApiJson() : this.filter;\n }\n if (typeof this.fieldMask !== 'undefined' && this.fieldMask !== null) {\n toReturn['fieldMask'] = 'toApiJson' in this.fieldMask ? this.fieldMask.toApiJson() : this.fieldMask;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n if (typeof this.name !== 'undefined') {\n toReturn['name'] = this.name;\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 AddMultiStaticItemRequest {\n static fromProto(proto) {\n let m = new AddMultiStaticItemRequest();\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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n if (typeof this.resourceId !== 'undefined') {\n toReturn['resourceId'] = this.resourceId;\n }\n return toReturn;\n }\n}\nclass AddStaticItemRequest {\n static fromProto(proto) {\n let m = new AddStaticItemRequest();\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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n if (typeof this.resourceId !== 'undefined') {\n toReturn['resourceId'] = this.resourceId;\n }\n if (typeof this.resourceName !== 'undefined') {\n toReturn['resourceName'] = this.resourceName;\n }\n if (typeof this.resourceUrl !== 'undefined') {\n toReturn['resourceUrl'] = this.resourceUrl;\n }\n return toReturn;\n }\n}\nclass DeleteStaticItemRequest {\n static fromProto(proto) {\n let m = new DeleteStaticItemRequest();\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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n if (typeof this.resourceId !== 'undefined') {\n toReturn['resourceId'] = this.resourceId;\n }\n return toReturn;\n }\n}\nclass ListItem {\n static fromProto(proto) {\n let m = new ListItem();\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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n if (typeof this.resourceId !== 'undefined') {\n toReturn['resourceId'] = this.resourceId;\n }\n if (typeof this.resourceName !== 'undefined') {\n toReturn['resourceName'] = this.resourceName;\n }\n if (typeof this.resourceUrl !== 'undefined') {\n toReturn['resourceUrl'] = this.resourceUrl;\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 ListItemsRequest {\n static fromProto(proto) {\n let m = new ListItemsRequest();\n m = Object.assign(m, proto);\n if (proto.pagingOptions) {\n m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n if (typeof this.pagingOptions !== 'undefined' && this.pagingOptions !== null) {\n toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;\n }\n return toReturn;\n }\n}\nclass ListItemsResponse {\n static fromProto(proto) {\n let m = new ListItemsResponse();\n m = Object.assign(m, proto);\n if (proto.items) {\n m.items = proto.items.map(ListItem.fromProto);\n }\n if (proto.pagingMetadata) {\n m.pagingMetadata = PagedResponseMetadata.fromProto(proto.pagingMetadata);\n }\n return m;\n }\n constructor(kwargs) {\n if (!kwargs) {\n return;\n }\n Object.assign(this, kwargs);\n }\n toApiJson() {\n const toReturn = {};\n if (typeof this.items !== 'undefined' && this.items !== null) {\n toReturn['items'] = 'toApiJson' in this.items ? this.items.toApiJson() : this.items;\n }\n if (typeof this.pagingMetadata !== 'undefined' && this.pagingMetadata !== null) {\n toReturn['pagingMetadata'] = 'toApiJson' in this.pagingMetadata ? this.pagingMetadata.toApiJson() : this.pagingMetadata;\n }\n return toReturn;\n }\n}\nclass StartManualAutomationsRequestStartAutomationPayload {\n static fromProto(proto) {\n let m = new StartManualAutomationsRequestStartAutomationPayload();\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.data !== 'undefined') {\n toReturn['data'] = this.data;\n }\n return toReturn;\n }\n}\nclass StartManualAutomationsRequest {\n static fromProto(proto) {\n let m = new StartManualAutomationsRequest();\n m = Object.assign(m, proto);\n if (proto.payload) {\n m.payload = StartManualAutomationsRequestStartAutomationPayload.fromProto(proto.payload);\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.namespace !== 'undefined') {\n toReturn['namespace'] = this.namespace;\n }\n if (typeof this.listId !== 'undefined') {\n toReturn['listId'] = this.listId;\n }\n if (typeof this.automationId !== 'undefined') {\n toReturn['automationId'] = this.automationId;\n }\n if (typeof this.payload !== 'undefined' && this.payload !== null) {\n toReturn['payload'] = 'toApiJson' in this.payload ? this.payload.toApiJson() : this.payload;\n }\n return toReturn;\n }\n}\n\n// *********************************\n\nconst environment = (window ? window['environment'] : 'prod') ?? 'prod';\nconst hostMap = {\n 'local': 'bulk-actions-api.vendasta-local.com',\n 'test': '',\n 'demo': 'bulk-actions-demo.apigateway.co',\n 'prod': 'bulk-actions-prod.apigateway.co',\n 'production': 'bulk-actions-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(__ngFactoryType__) {\n return new (__ngFactoryType__ || 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// *********************************\nlet ActionListsApiService = /*#__PURE__*/(() => {\n class ActionListsApiService {\n constructor() {\n this.hostService = inject(HostService);\n this.http = inject(HttpClient);\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 createActionList(r) {\n const request = r.toApiJson ? r : new CreateActionListRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.ActionLists/CreateActionList\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateActionListResponse.fromProto(resp)));\n }\n deleteActionList(r) {\n const request = r.toApiJson ? r : new DeleteActionListRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.ActionLists/DeleteActionList\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n addActionListItems(r) {\n const request = r.toApiJson ? r : new AddActionListItemsRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.ActionLists/AddActionListItems\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n removeActionListItems(r) {\n const request = r.toApiJson ? r : new RemoveActionListItemsRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.ActionLists/RemoveActionListItems\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getActionListItemIDs(r) {\n const request = r.toApiJson ? r : new GetActionListItemIDsRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.ActionLists/GetActionListItemIDs\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetActionListItemIDsResponse.fromProto(resp)));\n }\n computeActionListId(r) {\n const request = r.toApiJson ? r : new ComputeActionListIDsRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.ActionLists/ComputeActionListID\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ComputeActionListIDsResponse.fromProto(resp)));\n }\n }\n ActionListsApiService.ɵfac = function ActionListsApiService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || ActionListsApiService)();\n };\n ActionListsApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ActionListsApiService,\n factory: ActionListsApiService.ɵfac,\n providedIn: 'root'\n });\n return ActionListsApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\nlet BulkActionStatusApiService = /*#__PURE__*/(() => {\n class BulkActionStatusApiService {\n constructor() {\n this.hostService = inject(HostService);\n this.http = inject(HttpClient);\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 listBulkActionStatusesForActionList(r) {\n const request = r.toApiJson ? r : new ListBulkActionStatusesForActionListRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.BulkActionStatus/ListBulkActionStatusesForActionList\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListBulkActionStatusesForActionListResponse.fromProto(resp)));\n }\n }\n BulkActionStatusApiService.ɵfac = function BulkActionStatusApiService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || BulkActionStatusApiService)();\n };\n BulkActionStatusApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: BulkActionStatusApiService,\n factory: BulkActionStatusApiService.ɵfac,\n providedIn: 'root'\n });\n return BulkActionStatusApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\nlet BulkActionsApiService = /*#__PURE__*/(() => {\n class BulkActionsApiService {\n constructor() {\n this.hostService = inject(HostService);\n this.http = inject(HttpClient);\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 initiateBulkAction(r) {\n const request = r.toApiJson ? r : new InitiateBulkActionRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.BulkActions/InitiateBulkAction\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getBulkActionInstanceItemIDs(r) {\n const request = r.toApiJson ? r : new GetBulkActionInstanceItemIDsRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.BulkActions/GetBulkActionInstanceItemIDs\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetBulkActionInstanceItemIDsResponse.fromProto(resp)));\n }\n }\n BulkActionsApiService.ɵfac = function BulkActionsApiService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || BulkActionsApiService)();\n };\n BulkActionsApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: BulkActionsApiService,\n factory: BulkActionsApiService.ɵfac,\n providedIn: 'root'\n });\n return BulkActionsApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\nlet BulkProcessorApiService = /*#__PURE__*/(() => {\n class BulkProcessorApiService {\n constructor() {\n this.hostService = inject(HostService);\n this.http = inject(HttpClient);\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 generateUploadSignedUrl(r) {\n const request = r.toApiJson ? r : new GenerateUploadSignedURLRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.BulkProcessor/GenerateUploadSignedURL\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GenerateUploadSignedURLResponse.fromProto(resp)));\n }\n initiateBulkProcessor(r) {\n const request = r.toApiJson ? r : new InitiateBulkProcessorRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.BulkProcessor/InitiateBulkProcessor\", request.toApiJson(), this.apiOptions()).pipe(map(resp => InitiateBulkProcessorResponse.fromProto(resp)));\n }\n validateFile(r) {\n const request = r.toApiJson ? r : new ValidateFileRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v1beta1.BulkProcessor/ValidateFile\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ValidateFileResponse.fromProto(resp)));\n }\n }\n BulkProcessorApiService.ɵfac = function BulkProcessorApiService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || BulkProcessorApiService)();\n };\n BulkProcessorApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: BulkProcessorApiService,\n factory: BulkProcessorApiService.ɵfac,\n providedIn: 'root'\n });\n return BulkProcessorApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\nlet ListDefinitionsApiService = /*#__PURE__*/(() => {\n class ListDefinitionsApiService {\n constructor() {\n this.hostService = inject(HostService);\n this.http = inject(HttpClient);\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 listDefinitions(r) {\n const request = r.toApiJson ? r : new ListDefinitionsRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListDefinitionsService/ListDefinitions\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListDefinitionsResponse.fromProto(resp)));\n }\n createListDefinition(r) {\n const request = r.toApiJson ? r : new CreateListDefinitionRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListDefinitionsService/CreateListDefinition\", request.toApiJson(), this.apiOptions()).pipe(map(resp => CreateListDefinitionResponse.fromProto(resp)));\n }\n updateListDefinition(r) {\n const request = r.toApiJson ? r : new UpdateListDefinitionRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListDefinitionsService/UpdateListDefinition\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n getMultiListDefinition(r) {\n const request = r.toApiJson ? r : new GetMultiListDefinitionRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListDefinitionsService/GetMultiListDefinition\", request.toApiJson(), this.apiOptions()).pipe(map(resp => GetMultiListDefinitionResponse.fromProto(resp)));\n }\n deleteListDefinition(r) {\n const request = r.toApiJson ? r : new DeleteListDefinitionRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListDefinitionsService/DeleteListDefinition\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n ListDefinitionsApiService.ɵfac = function ListDefinitionsApiService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || ListDefinitionsApiService)();\n };\n ListDefinitionsApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ListDefinitionsApiService,\n factory: ListDefinitionsApiService.ɵfac,\n providedIn: 'root'\n });\n return ListDefinitionsApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\nlet ListItemsApiService = /*#__PURE__*/(() => {\n class ListItemsApiService {\n constructor() {\n this.hostService = inject(HostService);\n this.http = inject(HttpClient);\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 addStaticItem(r) {\n const request = r.toApiJson ? r : new AddStaticItemRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListItemsService/AddStaticItem\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n addMultiStaticItem(r) {\n const request = r.toApiJson ? r : new AddMultiStaticItemRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListItemsService/AddMultiStaticItem\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n deleteStaticItem(r) {\n const request = r.toApiJson ? r : new DeleteStaticItemRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListItemsService/DeleteStaticItem\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n listItems(r) {\n const request = r.toApiJson ? r : new ListItemsRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListItemsService/ListItems\", request.toApiJson(), this.apiOptions()).pipe(map(resp => ListItemsResponse.fromProto(resp)));\n }\n startManualAutomations(r) {\n const request = r.toApiJson ? r : new StartManualAutomationsRequest(r);\n return this.http.post(this._host + \"/bulk_actions.v2.ListItemsService/StartManualAutomations\", request.toApiJson(), {\n ...this.apiOptions(),\n observe: 'response'\n });\n }\n }\n ListItemsApiService.ɵfac = function ListItemsApiService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || ListItemsApiService)();\n };\n ListItemsApiService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ListItemsApiService,\n factory: ListItemsApiService.ɵfac,\n providedIn: 'root'\n });\n return ListItemsApiService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\n\n// *********************************\nlet ActionListsSdkService = /*#__PURE__*/(() => {\n class ActionListsSdkService {\n constructor(delegate) {\n this.delegate = delegate;\n }\n getItemIDs(partnerId, marketId, actionListId) {\n return this.delegate.getActionListItemIDs({\n partnerId: partnerId,\n marketId: marketId,\n actionListId: actionListId\n }).pipe(map(resp => resp.itemIds));\n }\n }\n ActionListsSdkService.ɵfac = function ActionListsSdkService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || ActionListsSdkService)(i0.ɵɵinject(ActionListsApiService));\n };\n ActionListsSdkService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ActionListsSdkService,\n factory: ActionListsSdkService.ɵfac,\n providedIn: 'root'\n });\n return ActionListsSdkService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet BulkProcessorSdkService = /*#__PURE__*/(() => {\n class BulkProcessorSdkService {\n constructor(delegate) {\n this.delegate = delegate;\n }\n generateUploadSignedUrl(fileName, contentType) {\n return this.delegate.generateUploadSignedUrl({\n fileName,\n contentType\n }).pipe(map(resp => resp.signedUrl));\n }\n initiateImportUsers(partnerId, fileUrl, userListId, updateUsers) {\n const req = {\n type: BulkProcessorType.BULK_PROCESSOR_TYPE_IMPORT_USERS,\n partnerId: partnerId,\n details: {\n csvFile: {\n fileUrl: fileUrl\n },\n importUsers: {\n userListId: userListId,\n updateUsers: updateUsers\n }\n }\n };\n return this.delegate.initiateBulkProcessor(req).pipe(map(resp => resp.id));\n }\n scheduleCampaign(partnerId, userListId, campaignId, scheduleOn, defaultAccountGroupId, email, name) {\n const req = {\n type: BulkProcessorType.BULK_PROCESSOR_TYPE_SCHEDULE_CAMPAIGN,\n partnerId: partnerId,\n details: {\n userList: {\n userListId: userListId\n },\n scheduleCampaign: {\n campaignId: campaignId,\n scheduleOn: scheduleOn,\n defaultAccountGroupId: defaultAccountGroupId,\n sender: {\n email: email,\n name: name\n }\n }\n }\n };\n return this.delegate.initiateBulkProcessor(req).pipe(map(resp => resp.id));\n }\n validateImportUserFile(fileUrl, partnerId) {\n const req = {\n type: BulkProcessorType.BULK_PROCESSOR_TYPE_IMPORT_USERS,\n fileUrl: fileUrl,\n partnerId: partnerId\n };\n return this.delegate.validateFile(req).pipe(map(res => res.errors || []));\n }\n }\n BulkProcessorSdkService.ɵfac = function BulkProcessorSdkService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || BulkProcessorSdkService)(i0.ɵɵinject(BulkProcessorApiService));\n };\n BulkProcessorSdkService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: BulkProcessorSdkService,\n factory: BulkProcessorSdkService.ɵfac,\n providedIn: 'root'\n });\n return BulkProcessorSdkService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nlet BulkActionsSdkStatusService = /*#__PURE__*/(() => {\n class BulkActionsSdkStatusService {\n constructor(delegate) {\n this.delegate = delegate;\n }\n list(partnerId, marketId, actionListId) {\n const req = new ListBulkActionStatusesForActionListRequest({\n partnerId: partnerId,\n marketId: marketId,\n actionListId: actionListId\n });\n return this.delegate.listBulkActionStatusesForActionList(req).pipe(map(r => fillMissingValues(r.instances)));\n }\n }\n BulkActionsSdkStatusService.ɵfac = function BulkActionsSdkStatusService_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || BulkActionsSdkStatusService)(i0.ɵɵinject(BulkActionStatusApiService));\n };\n BulkActionsSdkStatusService.ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: BulkActionsSdkStatusService,\n factory: BulkActionsSdkStatusService.ɵfac,\n providedIn: 'root'\n });\n return BulkActionsSdkStatusService;\n})();\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && void 0;\n})();\nfunction fillMissingValues(resp) {\n return resp.map(v => {\n v.processedItems = v.processedItems || 0;\n v.totalItems = v.totalItems || 0;\n return v;\n });\n}\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { ActionList, ActionListKey, ActionListsApiService, ActionListsSdkService, AddActionListItemsRequest, AddMultiStaticItemRequest, AddStaticItemRequest, BulkActionInstance, BulkActionInstanceStatus, BulkActionStatusApiService, BulkActionsApiService, BulkActionsSdkStatusService, BulkProcessorApiService, BulkProcessorDetails, BulkProcessorDetailsCSVFile, BulkProcessorDetailsImportUsers, BulkProcessorDetailsScheduleCampaign, BulkProcessorDetailsScheduleCampaignSender, BulkProcessorDetailsUserList, BulkProcessorSdkService, BulkProcessorType, ComputeActionListIDsRequest, ComputeActionListIDsResponse, ComputeActionListIDsResponseNameIdMappingEntry, CreateActionListRequest, CreateActionListResponse, CreateListDefinitionRequest, CreateListDefinitionResponse, DateDefault, DeleteActionListRequest, DeleteListDefinitionRequest, DeleteStaticItemRequest, FieldMask, Filter, FilterGroup, FilterGroupOperator, FilterOperator, FilterType, FilterValue, GenerateUploadSignedURLRequest, GenerateUploadSignedURLResponse, GetActionListItemIDsRequest, GetActionListItemIDsResponse, GetBulkActionInstanceItemIDsRequest, GetBulkActionInstanceItemIDsResponse, GetMultiListDefinitionRequest, GetMultiListDefinitionResponse, HostService, InitiateBulkActionRequest, InitiateBulkProcessorRequest, InitiateBulkProcessorResponse, ListBulkActionStatusesForActionListRequest, ListBulkActionStatusesForActionListResponse, ListDefinition, ListDefinitionsApiService, ListDefinitionsRequest, ListDefinitionsResponse, ListItem, ListItemsApiService, ListItemsRequest, ListItemsResponse, ListType, PagedRequestOptions, PagedResponseMetadata, Phone, RemoveActionListItemsRequest, StartManualAutomationsRequest, StartManualAutomationsRequestStartAutomationPayload, UpdateListDefinitionRequest, ValidateFileRequest, ValidateFileResponse };\n"],"mappings":"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","names":["enumStringToValue$4","enumRef","value","enumStringToValue$1","DateDefault","FilterGroupOperator","FilterOperator","ListType","Filter","FilterGroup","Phone","FilterValue","FieldMask","PagedRequestOptions","PagedResponseMetadata","CreateListDefinitionRequest","CreateListDefinitionResponse","DeleteListDefinitionRequest","GetMultiListDefinitionRequest","GetMultiListDefinitionResponse","ListDefinition","ListDefinitionsRequest","ListDefinitionsResponse","UpdateListDefinitionRequest","AddMultiStaticItemRequest","AddStaticItemRequest","DeleteStaticItemRequest","ListItem","ListItemsRequest","ListItemsResponse","StartManualAutomationsRequestStartAutomationPayload","StartManualAutomationsRequest","environment","hostMap","HostService","ListDefinitionsApiService","ListItemsApiService","init_vendasta_bulk_actions","__esmMin","init_core","init_http","init_operators","_Filter","proto","m","kwargs","toReturn","_FilterGroup","_Phone","_FilterValue","_FieldMask","_PagedRequestOptions","_PagedResponseMetadata","_CreateListDefinitionRequest","_CreateListDefinitionResponse","_DeleteListDefinitionRequest","_GetMultiListDefinitionRequest","_GetMultiListDefinitionResponse","_ListDefinition","_ListDefinitionsRequest","_ListDefinitionsResponse","_UpdateListDefinitionRequest","_AddMultiStaticItemRequest","_AddStaticItemRequest","_DeleteStaticItemRequest","_ListItem","_ListItemsRequest","_ListItemsResponse","_StartManualAutomationsRequestStartAutomationPayload","_StartManualAutomationsRequest","__ngFactoryType__","ɵɵdefineInjectable","inject","HttpClient","HttpHeaders","r","request","map","resp","__spreadProps","__spreadValues"],"x_google_ignoreList":[0]}