{"version":3,"sources":["../../src/payments-payins-configurations-v1-payins-configuration-payins-configurations.http.ts","../../src/payments-payins-configurations-v1-payins-configuration-payins-configurations.types.ts","../../src/payments-payins-configurations-v1-payins-configuration-payins-configurations.meta.ts"],"sourcesContent":["import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules';\nimport { transformSDKTimestampToRESTTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformSDKFieldMaskToRESTFieldMask } from '@wix/sdk-runtime/transformations/field-mask';\nimport { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths';\nimport { resolveUrl } from '@wix/sdk-runtime/rest-modules';\nimport { ResolveUrlOpts } from '@wix/sdk-runtime/rest-modules';\nimport { RequestOptionsFactory } from '@wix/sdk-types';\n\nfunction resolveWixPaymentsPayinsConfigurationsV1PayinsConfigurationServiceUrl(\n  opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n  const domainToMappings = {};\n\n  return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nconst PACKAGE_NAME = '@wix/auto_sdk_payments_payins-configurations';\n\n/** Creates a PayinsConfiguration. */\nexport function createPayinsConfiguration(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __createPayinsConfiguration({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'payinsConfiguration.createdDate' },\n          { path: 'payinsConfiguration.updatedDate' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.payments.payins_configurations.v1.payins_configuration',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.payments.payins_configurations.v1.PayinsConfigurationService.CreatePayinsConfiguration',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixPaymentsPayinsConfigurationsV1PayinsConfigurationServiceUrl(\n        { protoPath: '/v1/payins-configurations', data: serializedData, host }\n      ),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'payinsConfiguration.createdDate' },\n              { path: 'payinsConfiguration.updatedDate' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __createPayinsConfiguration;\n}\n\n/** Retrieves a PayinsConfiguration. */\nexport function getPayinsConfiguration(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __getPayinsConfiguration({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.payments.payins_configurations.v1.payins_configuration',\n      method: 'GET' as any,\n      methodFqn:\n        'wix.payments.payins_configurations.v1.PayinsConfigurationService.GetPayinsConfiguration',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixPaymentsPayinsConfigurationsV1PayinsConfigurationServiceUrl(\n        {\n          protoPath: '/v1/payins-configurations/{payinsConfigurationId}',\n          data: payload,\n          host,\n        }\n      ),\n      params: toURLSearchParams(payload),\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'payinsConfiguration.createdDate' },\n              { path: 'payinsConfiguration.updatedDate' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __getPayinsConfiguration;\n}\n\n/**\n * Updates a PayinsConfiguration.\n *\n * Each time the PayinsConfiguration is updated,\n * `revision` increments by 1.\n * The current `revision` must be passed when updating the PayinsConfiguration.\n * This ensures you're working with the latest PayinsConfiguration\n * and prevents unintended overwrites.\n */\nexport function updatePayinsConfiguration(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __updatePayinsConfiguration({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'fieldMask' }],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'payinsConfiguration.createdDate' },\n          { path: 'payinsConfiguration.updatedDate' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.payments.payins_configurations.v1.payins_configuration',\n      method: 'PATCH' as any,\n      methodFqn:\n        'wix.payments.payins_configurations.v1.PayinsConfigurationService.UpdatePayinsConfiguration',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixPaymentsPayinsConfigurationsV1PayinsConfigurationServiceUrl(\n        {\n          protoPath: '/v1/payins-configurations/{payinsConfiguration.id}',\n          data: serializedData,\n          host,\n        }\n      ),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'payinsConfiguration.createdDate' },\n              { path: 'payinsConfiguration.updatedDate' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __updatePayinsConfiguration;\n}\n\n/**\n * Retrieves a list of PayinsConfigurations, given the provided [paging, filtering, and sorting][1].\n *\n * Up to 1,000 PayinsConfigurations can be returned per request.\n *\n * To learn how to query PayinsConfigurations, see [API Query Language][2].\n *\n * [1]: https://dev.wix.com/api/rest/getting-started/sorting-and-paging\n * [2]: https://dev.wix.com/api/rest/getting-started/api-query-language\n */\nexport function queryPayinsConfigurations(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __queryPayinsConfigurations({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.payments.payins_configurations.v1.payins_configuration',\n      method: 'GET' as any,\n      methodFqn:\n        'wix.payments.payins_configurations.v1.PayinsConfigurationService.QueryPayinsConfigurations',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixPaymentsPayinsConfigurationsV1PayinsConfigurationServiceUrl(\n        { protoPath: '/v1/payins-configurations/query', data: payload, host }\n      ),\n      params: toURLSearchParams(payload, true),\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'payinsConfigurations.createdDate' },\n              { path: 'payinsConfigurations.updatedDate' },\n            ],\n          },\n        ]),\n      fallback: [\n        {\n          method: 'POST' as any,\n          url: resolveWixPaymentsPayinsConfigurationsV1PayinsConfigurationServiceUrl(\n            {\n              protoPath: '/v1/payins-configurations/query',\n              data: payload,\n              host,\n            }\n          ),\n          data: payload,\n        },\n      ],\n    };\n\n    return metadata;\n  }\n\n  return __queryPayinsConfigurations;\n}\n\n/**\n * Synchronously update tags on multiple PayinsConfigurations, by list of PayinsConfigurations ids\n * A tag that appears both in the list of assign and unassign tags, will be assigned\n */\nexport function bulkUpdatePayinsConfigurationTags(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdatePayinsConfigurationTags({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.payments.payins_configurations.v1.payins_configuration',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.payments.payins_configurations.v1.PayinsConfigurationService.BulkUpdatePayinsConfigurationTags',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixPaymentsPayinsConfigurationsV1PayinsConfigurationServiceUrl(\n        {\n          protoPath: '/v1/bulk/payins-configurations/update-tags',\n          data: payload,\n          host,\n        }\n      ),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdatePayinsConfigurationTags;\n}\n\n/**\n * Asynchronously update tags on multiple PayinsConfigurations, by provided filter\n * An empty filter will update all PayinsConfigurations\n * A tag that appears both in the list of assign and unassign tags, will be assigned\n */\nexport function bulkUpdatePayinsConfigurationTagsByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdatePayinsConfigurationTagsByFilter({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.payments.payins_configurations.v1.payins_configuration',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.payments.payins_configurations.v1.PayinsConfigurationService.BulkUpdatePayinsConfigurationTagsByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixPaymentsPayinsConfigurationsV1PayinsConfigurationServiceUrl(\n        {\n          protoPath: '/v1/bulk/payins-configurations/update-tags-by-filter',\n          data: payload,\n          host,\n        }\n      ),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdatePayinsConfigurationTagsByFilter;\n}\n","/** PayinsConfiguration */\nexport interface PayinsConfiguration {\n  /**\n   * id\n   * @format GUID\n   * @readonly\n   * @immutable\n   */\n  id?: string | null;\n  /**\n   * app_id\n   * @format GUID\n   * @immutable\n   */\n  appId?: string | null;\n  /**\n   * rules\n   * @maxSize 1000\n   */\n  rules?: PayinsRule[];\n  /**\n   * revision\n   * @readonly\n   */\n  revision?: string | null;\n  /**\n   * Date when PayinsConfiguration was created\n   * @readonly\n   * @immutable\n   */\n  createdDate?: Date | null;\n  /**\n   * Date when PayinsConfiguration was updated\n   * @readonly\n   */\n  updatedDate?: Date | null;\n  /** Data Extensions */\n  extendedFields?: ExtendedFields;\n  /** Tags */\n  tags?: Tags;\n}\n\nexport interface PayinsRule {\n  /**\n   * payment_method_type_id\n   * @format GUID\n   */\n  paymentMethodTypeId?: string;\n  /**\n   * account_connection_id\n   * @format GUID\n   */\n  accountConnectionId?: string;\n  /** merchant_selection */\n  merchantSelection?: MerchantSelection;\n}\n\nexport interface MerchantSelection {\n  /** payins_enabled */\n  payinsEnabled?: boolean;\n}\n\nexport interface ExtendedFields {\n  /**\n   * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.\n   * The value of each key is structured according to the schema defined when the extended fields were configured.\n   *\n   * You can only access fields for which you have the appropriate permissions.\n   *\n   * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).\n   */\n  namespaces?: Record<string, Record<string, any>>;\n}\n\nexport interface Tags {\n  /** Tags that require an additional permission in order to access them, normally not given to site members or visitors. */\n  privateTags?: TagList;\n  /** Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. */\n  tags?: TagList;\n}\n\nexport interface TagList {\n  /**\n   * List of tag IDs\n   * @maxSize 100\n   * @maxLength 5\n   */\n  tagIds?: string[];\n}\n\nexport interface CreatePayinsConfigurationRequest {\n  /** PayinsConfiguration to be created. */\n  payinsConfiguration: PayinsConfiguration;\n}\n\nexport interface CreatePayinsConfigurationResponse {\n  /** The created PayinsConfiguration. */\n  payinsConfiguration?: PayinsConfiguration;\n}\n\nexport interface GetPayinsConfigurationRequest {\n  /**\n   * ID of the PayinsConfiguration to retrieve.\n   * @format GUID\n   */\n  payinsConfigurationId: string;\n}\n\nexport interface GetPayinsConfigurationResponse {\n  /** The requested PayinsConfiguration. */\n  payinsConfiguration?: PayinsConfiguration;\n}\n\nexport interface UpdatePayinsConfigurationRequest {\n  /** PayinsConfiguration to be updated, may be partial. */\n  payinsConfiguration: PayinsConfiguration;\n}\n\nexport interface UpdatePayinsConfigurationResponse {\n  /** Updated PayinsConfiguration. */\n  payinsConfiguration?: PayinsConfiguration;\n}\n\nexport interface QueryPayinsConfigurationsRequest {\n  /** WQL expression. */\n  query?: CursorQuery;\n}\n\nexport interface CursorQuery extends CursorQueryPagingMethodOneOf {\n  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */\n  cursorPaging?: CursorPaging;\n  /**\n   * Filter object in the following format:\n   * `\"filter\" : {\n   * \"fieldName1\": \"value1\",\n   * \"fieldName2\":{\"$operator\":\"value2\"}\n   * }`\n   * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * Sort object in the following format:\n   * `[{\"fieldName\":\"sortField1\",\"order\":\"ASC\"},{\"fieldName\":\"sortField2\",\"order\":\"DESC\"}]`\n   * @maxSize 5\n   */\n  sort?: Sorting[];\n}\n\n/** @oneof */\nexport interface CursorQueryPagingMethodOneOf {\n  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */\n  cursorPaging?: CursorPaging;\n}\n\nexport interface Sorting {\n  /**\n   * Name of the field to sort by.\n   * @maxLength 512\n   */\n  fieldName?: string;\n  /** Sort order. */\n  order?: SortOrderWithLiterals;\n}\n\nexport enum SortOrder {\n  ASC = 'ASC',\n  DESC = 'DESC',\n}\n\n/** @enumType */\nexport type SortOrderWithLiterals = SortOrder | 'ASC' | 'DESC';\n\nexport interface CursorPaging {\n  /**\n   * Maximum number of items to return in the results.\n   * @max 100\n   */\n  limit?: number | null;\n  /**\n   * Pointer to the next or previous page in the list of results.\n   *\n   * Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\n   * Not relevant for the first request.\n   * @maxLength 16000\n   */\n  cursor?: string | null;\n}\n\nexport interface QueryPayinsConfigurationsResponse {\n  /** List of PayinsConfigurations. */\n  payinsConfigurations?: PayinsConfiguration[];\n  /** Paging metadata */\n  pagingMetadata?: CursorPagingMetadata;\n}\n\nexport interface CursorPagingMetadata {\n  /** Number of items returned in the response. */\n  count?: number | null;\n  /** Cursor strings that point to the next page, previous page, or both. */\n  cursors?: Cursors;\n  /**\n   * Whether there are more pages to retrieve following the current page.\n   *\n   * + `true`: Another page of results can be retrieved.\n   * + `false`: This is the last page.\n   */\n  hasNext?: boolean | null;\n}\n\nexport interface Cursors {\n  /**\n   * Cursor string pointing to the next page in the list of results.\n   * @maxLength 16000\n   */\n  next?: string | null;\n  /**\n   * Cursor pointing to the previous page in the list of results.\n   * @maxLength 16000\n   */\n  prev?: string | null;\n}\n\nexport interface BulkUpdatePayinsConfigurationTagsRequest {\n  /**\n   * List of PayinsConfigurations that their tags will update.\n   * @minSize 1\n   * @maxSize 100\n   * @format GUID\n   */\n  ids: string[];\n  /** List of Tags to assign */\n  assignTags: Tags;\n  /** List of Tags to unAssign */\n  unassignTags?: Tags;\n}\n\nexport interface BulkUpdatePayinsConfigurationTagsResponse {\n  /**\n   * Results\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkUpdatePayinsConfigurationTagsResult[];\n  /** Metadata regarding the bulk update operation */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface ItemMetadata {\n  /**\n   * Item ID. Should always be available, unless it's impossible (for example, when failing to create an item).\n   * @format GUID\n   */\n  id?: string | null;\n  /** Index of the item within the request array. Allows for correlation between request and response items. */\n  originalIndex?: number;\n  /** Whether the requested action was successful for this item. When `false`, the `error` field is populated. */\n  success?: boolean;\n  /** Details about the error in case of failure. */\n  error?: ApplicationError;\n}\n\nexport interface ApplicationError {\n  /** Error code. */\n  code?: string;\n  /** Description of the error. */\n  description?: string;\n  /** Data related to the error. */\n  data?: Record<string, any> | null;\n}\n\nexport interface BulkUpdatePayinsConfigurationTagsResult {\n  /** Metadata regarding the specific single update operation */\n  itemMetadata?: ItemMetadata;\n}\n\nexport interface BulkActionMetadata {\n  /** Number of items that were successfully processed. */\n  totalSuccesses?: number;\n  /** Number of items that couldn't be processed. */\n  totalFailures?: number;\n  /** Number of failures without details because detailed failure threshold was exceeded. */\n  undetailedFailures?: number;\n}\n\nexport interface BulkUpdatePayinsConfigurationTagsByFilterRequest {\n  /** Filter */\n  filter: Record<string, any> | null;\n  /** List of Tags to assign */\n  assignTags: Tags;\n  /** List of Tags to unAssign */\n  unassignTags?: Tags;\n}\n\nexport interface BulkUpdatePayinsConfigurationTagsByFilterResponse {\n  /**\n   * Job ID\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface DomainEvent extends DomainEventBodyOneOf {\n  createdEvent?: EntityCreatedEvent;\n  updatedEvent?: EntityUpdatedEvent;\n  deletedEvent?: EntityDeletedEvent;\n  actionEvent?: ActionEvent;\n  /**\n   * Unique event ID.\n   * Allows clients to ignore duplicate webhooks.\n   */\n  id?: string;\n  /**\n   * Assumes actions are also always typed to an entity_type\n   * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction\n   */\n  entityFqdn?: string;\n  /**\n   * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)\n   * This is although the created/updated/deleted notion is duplication of the oneof types\n   * Example: created/updated/deleted/started/completed/email_opened\n   */\n  slug?: string;\n  /** ID of the entity associated with the event. */\n  entityId?: string;\n  /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */\n  eventTime?: Date | null;\n  /**\n   * Whether the event was triggered as a result of a privacy regulation application\n   * (for example, GDPR).\n   */\n  triggeredByAnonymizeRequest?: boolean | null;\n  /** If present, indicates the action that triggered the event. */\n  originatedFrom?: string | null;\n  /**\n   * A sequence number defining the order of updates to the underlying entity.\n   * For example, given that some entity was updated at 16:00 and than again at 16:01,\n   * it is guaranteed that the sequence number of the second update is strictly higher than the first.\n   * As the consumer, you can use this value to ensure that you handle messages in the correct order.\n   * To do so, you will need to persist this number on your end, and compare the sequence number from the\n   * message against the one you have stored. Given that the stored number is higher, you should ignore the message.\n   */\n  entityEventSequence?: string | null;\n}\n\n/** @oneof */\nexport interface DomainEventBodyOneOf {\n  createdEvent?: EntityCreatedEvent;\n  updatedEvent?: EntityUpdatedEvent;\n  deletedEvent?: EntityDeletedEvent;\n  actionEvent?: ActionEvent;\n}\n\nexport interface EntityCreatedEvent {\n  entityAsJson?: string;\n  /** Indicates the event was triggered by a restore-from-trashbin operation for a previously deleted entity */\n  restoreInfo?: RestoreInfo;\n}\n\nexport interface RestoreInfo {\n  deletedDate?: Date | null;\n}\n\nexport interface EntityUpdatedEvent {\n  /**\n   * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.\n   * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.\n   * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.\n   */\n  currentEntityAsJson?: string;\n}\n\nexport interface EntityDeletedEvent {\n  /** Entity that was deleted */\n  deletedEntityAsJson?: string | null;\n}\n\nexport interface ActionEvent {\n  bodyAsJson?: string;\n}\n\nexport interface MessageEnvelope {\n  /**\n   * App instance ID.\n   * @format GUID\n   */\n  instanceId?: string | null;\n  /**\n   * Event type.\n   * @maxLength 150\n   */\n  eventType?: string;\n  /** The identification type and identity data. */\n  identity?: IdentificationData;\n  /** Stringify payload. */\n  data?: string;\n}\n\nexport interface IdentificationData extends IdentificationDataIdOneOf {\n  /**\n   * ID of a site visitor that has not logged in to the site.\n   * @format GUID\n   */\n  anonymousVisitorId?: string;\n  /**\n   * ID of a site visitor that has logged in to the site.\n   * @format GUID\n   */\n  memberId?: string;\n  /**\n   * ID of a Wix user (site owner, contributor, etc.).\n   * @format GUID\n   */\n  wixUserId?: string;\n  /**\n   * ID of an app.\n   * @format GUID\n   */\n  appId?: string;\n  /** @readonly */\n  identityType?: WebhookIdentityTypeWithLiterals;\n}\n\n/** @oneof */\nexport interface IdentificationDataIdOneOf {\n  /**\n   * ID of a site visitor that has not logged in to the site.\n   * @format GUID\n   */\n  anonymousVisitorId?: string;\n  /**\n   * ID of a site visitor that has logged in to the site.\n   * @format GUID\n   */\n  memberId?: string;\n  /**\n   * ID of a Wix user (site owner, contributor, etc.).\n   * @format GUID\n   */\n  wixUserId?: string;\n  /**\n   * ID of an app.\n   * @format GUID\n   */\n  appId?: string;\n}\n\nexport enum WebhookIdentityType {\n  UNKNOWN = 'UNKNOWN',\n  ANONYMOUS_VISITOR = 'ANONYMOUS_VISITOR',\n  MEMBER = 'MEMBER',\n  WIX_USER = 'WIX_USER',\n  APP = 'APP',\n}\n\n/** @enumType */\nexport type WebhookIdentityTypeWithLiterals =\n  | WebhookIdentityType\n  | 'UNKNOWN'\n  | 'ANONYMOUS_VISITOR'\n  | 'MEMBER'\n  | 'WIX_USER'\n  | 'APP';\n","import * as ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfiguration from './payments-payins-configurations-v1-payins-configuration-payins-configurations.http.js';\nimport * as ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes from './payments-payins-configurations-v1-payins-configuration-payins-configurations.types.js';\nimport * as ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes from './payments-payins-configurations-v1-payins-configuration-payins-configurations.universal.js';\n\nexport type __PublicMethodMetaInfo<\n  K = string,\n  M = unknown,\n  T = unknown,\n  S = unknown,\n  Q = unknown,\n  R = unknown\n> = {\n  getUrl: (context: any) => string;\n  httpMethod: K;\n  path: string;\n  pathParams: M;\n  __requestType: T;\n  __originalRequestType: S;\n  __responseType: Q;\n  __originalResponseType: R;\n};\n\nexport function createPayinsConfiguration(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.CreatePayinsConfigurationRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.CreatePayinsConfigurationRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.CreatePayinsConfigurationResponse,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.CreatePayinsConfigurationResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfiguration.createPayinsConfiguration(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/payins-configurations',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function getPayinsConfiguration(): __PublicMethodMetaInfo<\n  'GET',\n  { payinsConfigurationId: string },\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.GetPayinsConfigurationRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.GetPayinsConfigurationRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.GetPayinsConfigurationResponse,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.GetPayinsConfigurationResponse\n> {\n  const payload = { payinsConfigurationId: ':payinsConfigurationId' } as any;\n\n  const getRequestOptions =\n    ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfiguration.getPayinsConfiguration(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v1/payins-configurations/{payinsConfigurationId}',\n    pathParams: { payinsConfigurationId: 'payinsConfigurationId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function updatePayinsConfiguration(): __PublicMethodMetaInfo<\n  'PATCH',\n  { payinsConfigurationId: string },\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.UpdatePayinsConfigurationRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.UpdatePayinsConfigurationRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.UpdatePayinsConfigurationResponse,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.UpdatePayinsConfigurationResponse\n> {\n  const payload = {\n    payinsConfiguration: { id: ':payinsConfigurationId' },\n  } as any;\n\n  const getRequestOptions =\n    ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfiguration.updatePayinsConfiguration(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'PATCH',\n    path: '/v1/payins-configurations/{payinsConfiguration.id}',\n    pathParams: { payinsConfigurationId: 'payinsConfigurationId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function queryPayinsConfigurations(): __PublicMethodMetaInfo<\n  'GET',\n  {},\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.QueryPayinsConfigurationsRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.QueryPayinsConfigurationsRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.QueryPayinsConfigurationsResponse,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.QueryPayinsConfigurationsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfiguration.queryPayinsConfigurations(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v1/payins-configurations/query',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdatePayinsConfigurationTags(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.BulkUpdatePayinsConfigurationTagsRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.BulkUpdatePayinsConfigurationTagsRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.BulkUpdatePayinsConfigurationTagsResponse,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.BulkUpdatePayinsConfigurationTagsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfiguration.bulkUpdatePayinsConfigurationTags(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/bulk/payins-configurations/update-tags',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdatePayinsConfigurationTagsByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.BulkUpdatePayinsConfigurationTagsByFilterRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.BulkUpdatePayinsConfigurationTagsByFilterRequest,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationUniversalTypes.BulkUpdatePayinsConfigurationTagsByFilterResponse,\n  ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfigurationTypes.BulkUpdatePayinsConfigurationTagsByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixPaymentsPayinsConfigurationsV1PayinsConfiguration.bulkUpdatePayinsConfigurationTagsByFilter(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/bulk/payins-configurations/update-tags-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport {\n  PayinsConfiguration as PayinsConfigurationOriginal,\n  PayinsRule as PayinsRuleOriginal,\n  MerchantSelection as MerchantSelectionOriginal,\n  ExtendedFields as ExtendedFieldsOriginal,\n  Tags as TagsOriginal,\n  TagList as TagListOriginal,\n  CreatePayinsConfigurationRequest as CreatePayinsConfigurationRequestOriginal,\n  CreatePayinsConfigurationResponse as CreatePayinsConfigurationResponseOriginal,\n  GetPayinsConfigurationRequest as GetPayinsConfigurationRequestOriginal,\n  GetPayinsConfigurationResponse as GetPayinsConfigurationResponseOriginal,\n  UpdatePayinsConfigurationRequest as UpdatePayinsConfigurationRequestOriginal,\n  UpdatePayinsConfigurationResponse as UpdatePayinsConfigurationResponseOriginal,\n  QueryPayinsConfigurationsRequest as QueryPayinsConfigurationsRequestOriginal,\n  CursorQuery as CursorQueryOriginal,\n  CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal,\n  Sorting as SortingOriginal,\n  SortOrder as SortOrderOriginal,\n  SortOrderWithLiterals as SortOrderWithLiteralsOriginal,\n  CursorPaging as CursorPagingOriginal,\n  QueryPayinsConfigurationsResponse as QueryPayinsConfigurationsResponseOriginal,\n  CursorPagingMetadata as CursorPagingMetadataOriginal,\n  Cursors as CursorsOriginal,\n  BulkUpdatePayinsConfigurationTagsRequest as BulkUpdatePayinsConfigurationTagsRequestOriginal,\n  BulkUpdatePayinsConfigurationTagsResponse as BulkUpdatePayinsConfigurationTagsResponseOriginal,\n  ItemMetadata as ItemMetadataOriginal,\n  ApplicationError as ApplicationErrorOriginal,\n  BulkUpdatePayinsConfigurationTagsResult as BulkUpdatePayinsConfigurationTagsResultOriginal,\n  BulkActionMetadata as BulkActionMetadataOriginal,\n  BulkUpdatePayinsConfigurationTagsByFilterRequest as BulkUpdatePayinsConfigurationTagsByFilterRequestOriginal,\n  BulkUpdatePayinsConfigurationTagsByFilterResponse as BulkUpdatePayinsConfigurationTagsByFilterResponseOriginal,\n  DomainEvent as DomainEventOriginal,\n  DomainEventBodyOneOf as DomainEventBodyOneOfOriginal,\n  EntityCreatedEvent as EntityCreatedEventOriginal,\n  RestoreInfo as RestoreInfoOriginal,\n  EntityUpdatedEvent as EntityUpdatedEventOriginal,\n  EntityDeletedEvent as EntityDeletedEventOriginal,\n  ActionEvent as ActionEventOriginal,\n  MessageEnvelope as MessageEnvelopeOriginal,\n  IdentificationData as IdentificationDataOriginal,\n  IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal,\n  WebhookIdentityType as WebhookIdentityTypeOriginal,\n  WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal,\n} from './payments-payins-configurations-v1-payins-configuration-payins-configurations.types.js';\n"],"mappings":"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","names":["payload","SortOrder","WebhookIdentityType","createPayinsConfiguration","getPayinsConfiguration","updatePayinsConfiguration","queryPayinsConfigurations","bulkUpdatePayinsConfigurationTags","bulkUpdatePayinsConfigurationTagsByFilter"]}