@wix/auto_sdk_automations_automations-v-2 1.0.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +9 -3
  2. package/build/cjs/index.js +55 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/{automations-v2-automation-automations-v-2.universal-BsNMNocV.d.ts → index.typings.d.ts} +353 -1
  5. package/build/cjs/index.typings.js +1436 -0
  6. package/build/cjs/index.typings.js.map +1 -0
  7. package/build/cjs/meta.d.ts +27 -2
  8. package/build/cjs/meta.js +40 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +9 -3
  11. package/build/es/index.mjs +54 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/{automations-v2-automation-automations-v-2.universal-BsNMNocV.d.mts → index.typings.d.mts} +353 -1
  14. package/build/es/index.typings.mjs +1373 -0
  15. package/build/es/index.typings.mjs.map +1 -0
  16. package/build/es/meta.d.mts +27 -2
  17. package/build/es/meta.mjs +39 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +9 -3
  20. package/build/internal/cjs/index.js +55 -0
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/{automations-v2-automation-automations-v-2.universal-BsNMNocV.d.ts → index.typings.d.ts} +353 -1
  23. package/build/internal/cjs/index.typings.js +1436 -0
  24. package/build/internal/cjs/index.typings.js.map +1 -0
  25. package/build/internal/cjs/meta.d.ts +27 -2
  26. package/build/internal/cjs/meta.js +40 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +9 -3
  29. package/build/internal/es/index.mjs +54 -0
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/{automations-v2-automation-automations-v-2.universal-BsNMNocV.d.mts → index.typings.d.mts} +353 -1
  32. package/build/internal/es/index.typings.mjs +1373 -0
  33. package/build/internal/es/index.typings.mjs.map +1 -0
  34. package/build/internal/es/meta.d.mts +27 -2
  35. package/build/internal/es/meta.mjs +39 -0
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/automations-v2-automation-automations-v-2.http.ts","../../src/automations-v2-automation-automations-v-2.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 resolveWixAutomationsV2AutomationRevisionsServiceUrl(\n opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n const domainToMappings = {\n 'manage._base_domain_': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n {\n srcPath: '/_api/automations-service',\n destPath: '/api',\n },\n ],\n 'platform.rise.ai': [\n {\n srcPath: '/v2/automations',\n destPath: '',\n },\n ],\n 'www.wixapis.com': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n '*.dev.wix-code.com': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n _: [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n };\n\n return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nfunction resolveWixAutomationsV2AutomationsServiceUrl(\n opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n const domainToMappings = {\n 'manage._base_domain_': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n {\n srcPath: '/_api/automations-service',\n destPath: '/api',\n },\n ],\n 'platform.rise.ai': [\n {\n srcPath: '/v2/automations',\n destPath: '',\n },\n ],\n 'www.wixapis.com': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n '*.dev.wix-code.com': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n _: [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n };\n\n return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nconst PACKAGE_NAME = '@wix/auto_sdk_automations_automations-v-2';\n\n/** Creates an automation. */\nexport function createAutomation(payload: object): RequestOptionsFactory<any> {\n function __createAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.CreateAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __createAutomation;\n}\n\n/** Retrieves an automation by ID. */\nexport function getAutomation(payload: object): RequestOptionsFactory<any> {\n function __getAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'GET' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.GetAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automationId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __getAutomation;\n}\n\n/**\n * Updates the specified automation.\n *\n * When an automation is updated, its `revision` property is incremented by 1. When updating an automation, you must specify the current revision number.\n */\nexport function updateAutomation(payload: object): RequestOptionsFactory<any> {\n function __updateAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKFieldMaskToRESTFieldMask,\n paths: [{ path: 'fieldMask' }],\n },\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'PATCH' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.UpdateAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automation.id}',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __updateAutomation;\n}\n\n/** Deletes the specified automation. */\nexport function deleteAutomation(payload: object): RequestOptionsFactory<any> {\n function __deleteAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'DELETE' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.DeleteAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automationId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n };\n\n return metadata;\n }\n\n return __deleteAutomation;\n}\n\n/** Deletes one or more automations. */\nexport function bulkDeleteAutomations(\n payload: object\n): RequestOptionsFactory<any> {\n function __bulkDeleteAutomations({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.BulkDeleteAutomations',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/bulk/automations/delete',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __bulkDeleteAutomations;\n}\n\n/**\n * Generates a preinstalled automation from another automation.\n *\n * Calls the action providers for changes needed to make a preinstalled automation, such as changes made to email template.\n *\n * > **Note**: You must have an account permission to edit an app.\n */\nexport function generatePreinstalledAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __generatePreinstalledAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn:\n 'wix.automations.v2.AutomationsService.GeneratePreinstalledAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/preinstalled-automation/generate',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __generatePreinstalledAutomation;\n}\n\n/**\n * Retrieves a list of automations. This includes both automations overridden on a site and preinstalled automations. If a preinstalled automation has been overridden on the site, the method returns the override automation.\n *\n * > **Note**: The method only returns automations by apps installed on the site.\n *\n * Learn more about [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).\n */\nexport function queryAutomations(payload: object): RequestOptionsFactory<any> {\n function __queryAutomations({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.QueryAutomations',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/query',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automations.createdDate' },\n { path: 'automations.updatedDate' },\n { path: 'automations.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __queryAutomations;\n}\n\n/** Get aggregated info */\nexport function getAggregatedUsageInfo(\n payload: object\n): RequestOptionsFactory<any> {\n function __getAggregatedUsageInfo({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'GET' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.GetAggregatedUsageInfo',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/usage',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload, true),\n };\n\n return metadata;\n }\n\n return __getAggregatedUsageInfo;\n}\n\n/**\n * Creates a copy of an action with a new ID, and changes the action's input mapping if necessary.\n *\n * The action copy isn't saved automatically. To save it, the user must perform an action\n * such as clicking the **Save** button.\n */\nexport function copyAutomation(payload: object): RequestOptionsFactory<any> {\n function __copyAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.CopyAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automationId}/copy',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __copyAutomation;\n}\n\n/** Creates a draft automation. */\nexport function createDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __createDraftAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.CreateDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/drafts',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __createDraftAutomation;\n}\n\n/**\n * Retrieves the draft of the specified automation. If a draft doesn't exist, the method creates one.\n *\n * > **Note**: If the specified automation is a draft, the method returns it.\n */\nexport function getOrCreateDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __getOrCreateDraftAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn:\n 'wix.automations.v2.AutomationsService.GetOrCreateDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath:\n '/v2/automations/drafts/get-or-create/original-automation-id/{originalAutomationId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __getOrCreateDraftAutomation;\n}\n\n/** Updates a draft automation. */\nexport function updateDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __updateDraftAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKFieldMaskToRESTFieldMask,\n paths: [{ path: 'fieldMask' }],\n },\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'PATCH' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.UpdateDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/drafts/{automation.id}',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __updateDraftAutomation;\n}\n\n/**\n * Retrieves a list of automations, including drafts. Max query filter depth is 3.\n *\n * Relevant automations for the query are returned. This includes automations created on the site and pre-installed automations.\n * If there's an existing override for a pre-installed automation, the override is returned in the query result.\n * The query only returns automations from apps that are installed on the site.\n *\n * - new drafts that are not related to existing automations will be returned in the list\n * - the response will contain a map of originalAutomationId => relatedDrafts\n *\n * To learn about working with _Query_ endpoints, see\n * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),\n * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),\n * and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).\n */\nexport function queryAutomationsWithDrafts(\n payload: object\n): RequestOptionsFactory<any> {\n function __queryAutomationsWithDrafts({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn:\n 'wix.automations.v2.AutomationsService.QueryAutomationsWithDrafts',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/query-with-drafts',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automations.createdDate' },\n { path: 'automations.updatedDate' },\n { path: 'automations.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __queryAutomationsWithDrafts;\n}\n\n/** Deletes a draft automation. */\nexport function deleteDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __deleteDraftAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'DELETE' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.DeleteDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/drafts/{automationId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n };\n\n return metadata;\n }\n\n return __deleteDraftAutomation;\n}\n\n/** Publishes a draft automation. This applies any changes to the live automation. */\nexport function publishDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __publishDraftAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.PublishDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/drafts/{automationId}/publish',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __publishDraftAutomation;\n}\n\n/** Validates the specified automation. */\nexport function validateAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __validateAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.ValidateAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/validate',\n data: serializedData,\n host,\n }),\n data: serializedData,\n };\n\n return metadata;\n }\n\n return __validateAutomation;\n}\n\n/** Validates the automation specified by ID. */\nexport function validateAutomationById(\n payload: object\n): RequestOptionsFactory<any> {\n function __validateAutomationById({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.ValidateAutomationById',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automationId}/validate',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __validateAutomationById;\n}\n\n/** Gets the specified automation revision. */\nexport function getAutomationRevision(\n payload: object\n): RequestOptionsFactory<any> {\n function __getAutomationRevision({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'GET' as any,\n methodFqn:\n 'wix.automations.v2.AutomationRevisionsService.GetAutomationRevision',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationRevisionsServiceUrl({\n protoPath: '/v1/automation-revisions/{automationId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __getAutomationRevision;\n}\n","import * as ambassadorWixAutomationsV2Automation from './automations-v2-automation-automations-v-2.http.js';\nimport * as ambassadorWixAutomationsV2AutomationTypes from './automations-v2-automation-automations-v-2.types.js';\nimport * as ambassadorWixAutomationsV2AutomationUniversalTypes from './automations-v2-automation-automations-v-2.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 createAutomation(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.CreateAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.CreateAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.CreateAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.CreateAutomationResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.createAutomation(payload);\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: '/v2/automations',\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 getAutomation(): __PublicMethodMetaInfo<\n 'GET',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.GetAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.GetAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.getAutomation(payload);\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: '/v2/automations/{automationId}',\n pathParams: { automationId: 'automationId' },\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 updateAutomation(): __PublicMethodMetaInfo<\n 'PATCH',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.UpdateAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.UpdateAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.UpdateAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.UpdateAutomationResponse\n> {\n const payload = { automation: { id: ':automationId' } } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.updateAutomation(payload);\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: '/v2/automations/{automation.id}',\n pathParams: { automationId: 'automationId' },\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 deleteAutomation(): __PublicMethodMetaInfo<\n 'DELETE',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.DeleteAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.DeleteAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.DeleteAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.DeleteAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.deleteAutomation(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'DELETE',\n path: '/v2/automations/{automationId}',\n pathParams: { automationId: 'automationId' },\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 bulkDeleteAutomations(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.BulkDeleteAutomationsRequest,\n ambassadorWixAutomationsV2AutomationTypes.BulkDeleteAutomationsRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.BulkDeleteAutomationsResponse,\n ambassadorWixAutomationsV2AutomationTypes.BulkDeleteAutomationsResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.bulkDeleteAutomations(payload);\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: '/v2/bulk/automations/delete',\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 generatePreinstalledAutomation(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.GeneratePreinstalledAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.GeneratePreinstalledAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GeneratePreinstalledAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.GeneratePreinstalledAutomationResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.generatePreinstalledAutomation(\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: '/v2/preinstalled-automation/generate',\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 queryAutomations(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.QueryAutomationsRequest,\n ambassadorWixAutomationsV2AutomationTypes.QueryAutomationsRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.QueryAutomationsResponse,\n ambassadorWixAutomationsV2AutomationTypes.QueryAutomationsResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.queryAutomations(payload);\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: '/v2/automations/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 getAggregatedUsageInfo(): __PublicMethodMetaInfo<\n 'GET',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAggregatedUsageInfoRequest,\n ambassadorWixAutomationsV2AutomationTypes.GetAggregatedUsageInfoRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAggregatedUsageInfoResponse,\n ambassadorWixAutomationsV2AutomationTypes.GetAggregatedUsageInfoResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.getAggregatedUsageInfo(payload);\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: '/v2/automations/usage',\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 copyAutomation(): __PublicMethodMetaInfo<\n 'POST',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.CopyAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.CopyAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.CopyAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.CopyAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.copyAutomation(payload);\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: '/v2/automations/{automationId}/copy',\n pathParams: { automationId: 'automationId' },\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 createDraftAutomation(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.CreateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.CreateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.CreateDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.CreateDraftAutomationResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.createDraftAutomation(payload);\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: '/v2/automations/drafts',\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 getOrCreateDraftAutomation(): __PublicMethodMetaInfo<\n 'POST',\n { originalAutomationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetOrCreateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.GetOrCreateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetOrCreateDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.GetOrCreateDraftAutomationResponse\n> {\n const payload = { originalAutomationId: ':originalAutomationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.getOrCreateDraftAutomation(payload);\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: '/v2/automations/drafts/get-or-create/original-automation-id/{originalAutomationId}',\n pathParams: { originalAutomationId: 'originalAutomationId' },\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 updateDraftAutomation(): __PublicMethodMetaInfo<\n 'PATCH',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.UpdateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.UpdateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.UpdateDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.UpdateDraftAutomationResponse\n> {\n const payload = { automation: { id: ':automationId' } } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.updateDraftAutomation(payload);\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: '/v2/automations/drafts/{automation.id}',\n pathParams: { automationId: 'automationId' },\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 queryAutomationsWithDrafts(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.QueryAutomationsWithDraftsRequest,\n ambassadorWixAutomationsV2AutomationTypes.QueryAutomationsWithDraftsRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.QueryAutomationsWithDraftsResponse,\n ambassadorWixAutomationsV2AutomationTypes.QueryAutomationsWithDraftsResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.queryAutomationsWithDrafts(payload);\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: '/v2/automations/query-with-drafts',\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 deleteDraftAutomation(): __PublicMethodMetaInfo<\n 'DELETE',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.DeleteDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.DeleteDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.DeleteDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.DeleteDraftAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.deleteDraftAutomation(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'DELETE',\n path: '/v2/automations/drafts/{automationId}',\n pathParams: { automationId: 'automationId' },\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 publishDraftAutomation(): __PublicMethodMetaInfo<\n 'POST',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.PublishDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.PublishDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.PublishDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.PublishDraftAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.publishDraftAutomation(payload);\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: '/v2/automations/drafts/{automationId}/publish',\n pathParams: { automationId: 'automationId' },\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 validateAutomation(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.ValidateAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.ValidateAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.ValidateAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.ValidateAutomationResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.validateAutomation(payload);\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: '/v2/automations/validate',\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 validateAutomationById(): __PublicMethodMetaInfo<\n 'POST',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.ValidateAutomationByIdRequest,\n ambassadorWixAutomationsV2AutomationTypes.ValidateAutomationByIdRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.ValidateAutomationByIdResponse,\n ambassadorWixAutomationsV2AutomationTypes.ValidateAutomationByIdResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.validateAutomationById(payload);\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: '/v2/automations/{automationId}/validate',\n pathParams: { automationId: 'automationId' },\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 getAutomationRevision(): __PublicMethodMetaInfo<\n 'GET',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAutomationRevisionRequest,\n ambassadorWixAutomationsV2AutomationTypes.GetAutomationRevisionRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAutomationRevisionResponse,\n ambassadorWixAutomationsV2AutomationTypes.GetAutomationRevisionResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.getAutomationRevision(payload);\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/automation-revisions/{automationId}',\n pathParams: { automationId: 'automationId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n"],"mappings":"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","names":["payload","createAutomation","getAutomation","updateAutomation","deleteAutomation","bulkDeleteAutomations","generatePreinstalledAutomation","queryAutomations","getAggregatedUsageInfo","copyAutomation","createDraftAutomation","getOrCreateDraftAutomation","updateDraftAutomation","queryAutomationsWithDrafts","deleteDraftAutomation","publishDraftAutomation","validateAutomation","validateAutomationById","getAutomationRevision"]}
1
+ {"version":3,"sources":["../../src/automations-v2-automation-automations-v-2.http.ts","../../src/automations-v2-automation-automations-v-2.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 resolveWixAutomationsV2AutomationRevisionsServiceUrl(\n opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n const domainToMappings = {\n 'manage._base_domain_': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n {\n srcPath: '/_api/automations-service',\n destPath: '/api',\n },\n ],\n 'platform.rise.ai': [\n {\n srcPath: '/v2/automations',\n destPath: '',\n },\n ],\n 'www.wixapis.com': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n '*.dev.wix-code.com': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n _: [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n };\n\n return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nfunction resolveWixAutomationsV2AutomationsServiceUrl(\n opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n const domainToMappings = {\n 'manage._base_domain_': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n {\n srcPath: '/_api/automations-service',\n destPath: '/api',\n },\n ],\n 'platform.rise.ai': [\n {\n srcPath: '/v2/automations',\n destPath: '',\n },\n ],\n 'www.wixapis.com': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n '*.dev.wix-code.com': [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n _: [\n {\n srcPath: '/automations-service',\n destPath: '',\n },\n ],\n };\n\n return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nconst PACKAGE_NAME = '@wix/auto_sdk_automations_automations-v-2';\n\n/** Creates an automation. */\nexport function createAutomation(payload: object): RequestOptionsFactory<any> {\n function __createAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.CreateAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __createAutomation;\n}\n\n/** Retrieves an automation by ID. */\nexport function getAutomation(payload: object): RequestOptionsFactory<any> {\n function __getAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'GET' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.GetAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automationId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __getAutomation;\n}\n\n/**\n * Updates the specified automation.\n *\n * When an automation is updated, its `revision` property is incremented by 1. When updating an automation, you must specify the current revision number.\n */\nexport function updateAutomation(payload: object): RequestOptionsFactory<any> {\n function __updateAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKFieldMaskToRESTFieldMask,\n paths: [{ path: 'fieldMask' }],\n },\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'PATCH' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.UpdateAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automation.id}',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __updateAutomation;\n}\n\n/** Deletes the specified automation. */\nexport function deleteAutomation(payload: object): RequestOptionsFactory<any> {\n function __deleteAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'DELETE' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.DeleteAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automationId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n };\n\n return metadata;\n }\n\n return __deleteAutomation;\n}\n\n/** Deletes one or more automations. */\nexport function bulkDeleteAutomations(\n payload: object\n): RequestOptionsFactory<any> {\n function __bulkDeleteAutomations({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.BulkDeleteAutomations',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/bulk/automations/delete',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __bulkDeleteAutomations;\n}\n\n/**\n * Generates a preinstalled automation from another automation.\n *\n * Calls the action providers for changes needed to make a preinstalled automation, such as changes made to email template.\n *\n * > **Note**: You must have an account permission to edit an app.\n */\nexport function generatePreinstalledAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __generatePreinstalledAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn:\n 'wix.automations.v2.AutomationsService.GeneratePreinstalledAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/preinstalled-automation/generate',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __generatePreinstalledAutomation;\n}\n\n/**\n * Retrieves a list of automations. This includes both automations overridden on a site and preinstalled automations. If a preinstalled automation has been overridden on the site, the method returns the override automation.\n *\n * > **Note**: The method only returns automations by apps installed on the site.\n *\n * Learn more about [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).\n */\nexport function queryAutomations(payload: object): RequestOptionsFactory<any> {\n function __queryAutomations({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.QueryAutomations',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/query',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automations.createdDate' },\n { path: 'automations.updatedDate' },\n { path: 'automations.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __queryAutomations;\n}\n\n/** Get aggregated info */\nexport function getAggregatedUsageInfo(\n payload: object\n): RequestOptionsFactory<any> {\n function __getAggregatedUsageInfo({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'GET' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.GetAggregatedUsageInfo',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/usage',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload, true),\n };\n\n return metadata;\n }\n\n return __getAggregatedUsageInfo;\n}\n\n/**\n * Creates a copy of an action with a new ID, and changes the action's input mapping if necessary.\n *\n * The action copy isn't saved automatically. To save it, the user must perform an action\n * such as clicking the **Save** button.\n */\nexport function copyAutomation(payload: object): RequestOptionsFactory<any> {\n function __copyAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.CopyAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automationId}/copy',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __copyAutomation;\n}\n\n/** Creates a draft automation. */\nexport function createDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __createDraftAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.CreateDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/drafts',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __createDraftAutomation;\n}\n\n/**\n * Retrieves the draft of the specified automation. If a draft doesn't exist, the method creates one.\n *\n * > **Note**: If the specified automation is a draft, the method returns it.\n */\nexport function getOrCreateDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __getOrCreateDraftAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn:\n 'wix.automations.v2.AutomationsService.GetOrCreateDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath:\n '/v2/automations/drafts/get-or-create/original-automation-id/{originalAutomationId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __getOrCreateDraftAutomation;\n}\n\n/** Updates a draft automation. */\nexport function updateDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __updateDraftAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKFieldMaskToRESTFieldMask,\n paths: [{ path: 'fieldMask' }],\n },\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'PATCH' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.UpdateDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/drafts/{automation.id}',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __updateDraftAutomation;\n}\n\n/**\n * Retrieves a list of automations, including drafts. Max query filter depth is 3.\n *\n * Relevant automations for the query are returned. This includes automations created on the site and pre-installed automations.\n * If there's an existing override for a pre-installed automation, the override is returned in the query result.\n * The query only returns automations from apps that are installed on the site.\n *\n * - new drafts that are not related to existing automations will be returned in the list\n * - the response will contain a map of originalAutomationId => relatedDrafts\n *\n * To learn about working with _Query_ endpoints, see\n * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),\n * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),\n * and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).\n */\nexport function queryAutomationsWithDrafts(\n payload: object\n): RequestOptionsFactory<any> {\n function __queryAutomationsWithDrafts({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn:\n 'wix.automations.v2.AutomationsService.QueryAutomationsWithDrafts',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/query-with-drafts',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automations.createdDate' },\n { path: 'automations.updatedDate' },\n { path: 'automations.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __queryAutomationsWithDrafts;\n}\n\nexport function bulkCountAutomationsWithDrafts(\n payload: object\n): RequestOptionsFactory<any> {\n function __bulkCountAutomationsWithDrafts({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn:\n 'wix.automations.v2.AutomationsService.BulkCountAutomationsWithDrafts',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/bulk-count-with-drafts',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __bulkCountAutomationsWithDrafts;\n}\n\n/** Deletes a draft automation. */\nexport function deleteDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __deleteDraftAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'DELETE' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.DeleteDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/drafts/{automationId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n };\n\n return metadata;\n }\n\n return __deleteDraftAutomation;\n}\n\n/** Publishes a draft automation. This applies any changes to the live automation. */\nexport function publishDraftAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __publishDraftAutomation({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.PublishDraftAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/drafts/{automationId}/publish',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __publishDraftAutomation;\n}\n\n/** Validates the specified automation. */\nexport function validateAutomation(\n payload: object\n): RequestOptionsFactory<any> {\n function __validateAutomation({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.ValidateAutomation',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/validate',\n data: serializedData,\n host,\n }),\n data: serializedData,\n };\n\n return metadata;\n }\n\n return __validateAutomation;\n}\n\n/** Validates the automation specified by ID. */\nexport function validateAutomationById(\n payload: object\n): RequestOptionsFactory<any> {\n function __validateAutomationById({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'POST' as any,\n methodFqn: 'wix.automations.v2.AutomationsService.ValidateAutomationById',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationsServiceUrl({\n protoPath: '/v2/automations/{automationId}/validate',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __validateAutomationById;\n}\n\n/** Gets the specified automation revision. */\nexport function getAutomationRevision(\n payload: object\n): RequestOptionsFactory<any> {\n function __getAutomationRevision({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.automations.v2.automation',\n method: 'GET' as any,\n methodFqn:\n 'wix.automations.v2.AutomationRevisionsService.GetAutomationRevision',\n packageName: PACKAGE_NAME,\n url: resolveWixAutomationsV2AutomationRevisionsServiceUrl({\n protoPath: '/v1/automation-revisions/{automationId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'automation.createdDate' },\n { path: 'automation.updatedDate' },\n { path: 'automation.draftUpdatedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __getAutomationRevision;\n}\n","import * as ambassadorWixAutomationsV2Automation from './automations-v2-automation-automations-v-2.http.js';\nimport * as ambassadorWixAutomationsV2AutomationTypes from './automations-v2-automation-automations-v-2.types.js';\nimport * as ambassadorWixAutomationsV2AutomationUniversalTypes from './automations-v2-automation-automations-v-2.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 createAutomation(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.CreateAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.CreateAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.CreateAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.CreateAutomationResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.createAutomation(payload);\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: '/v2/automations',\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 getAutomation(): __PublicMethodMetaInfo<\n 'GET',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.GetAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.GetAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.getAutomation(payload);\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: '/v2/automations/{automationId}',\n pathParams: { automationId: 'automationId' },\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 updateAutomation(): __PublicMethodMetaInfo<\n 'PATCH',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.UpdateAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.UpdateAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.UpdateAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.UpdateAutomationResponse\n> {\n const payload = { automation: { id: ':automationId' } } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.updateAutomation(payload);\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: '/v2/automations/{automation.id}',\n pathParams: { automationId: 'automationId' },\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 deleteAutomation(): __PublicMethodMetaInfo<\n 'DELETE',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.DeleteAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.DeleteAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.DeleteAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.DeleteAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.deleteAutomation(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'DELETE',\n path: '/v2/automations/{automationId}',\n pathParams: { automationId: 'automationId' },\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 bulkDeleteAutomations(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.BulkDeleteAutomationsRequest,\n ambassadorWixAutomationsV2AutomationTypes.BulkDeleteAutomationsRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.BulkDeleteAutomationsResponse,\n ambassadorWixAutomationsV2AutomationTypes.BulkDeleteAutomationsResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.bulkDeleteAutomations(payload);\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: '/v2/bulk/automations/delete',\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 generatePreinstalledAutomation(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.GeneratePreinstalledAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.GeneratePreinstalledAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GeneratePreinstalledAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.GeneratePreinstalledAutomationResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.generatePreinstalledAutomation(\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: '/v2/preinstalled-automation/generate',\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 queryAutomations(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.QueryAutomationsRequest,\n ambassadorWixAutomationsV2AutomationTypes.QueryAutomationsRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.QueryAutomationsResponse,\n ambassadorWixAutomationsV2AutomationTypes.QueryAutomationsResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.queryAutomations(payload);\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: '/v2/automations/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 getAggregatedUsageInfo(): __PublicMethodMetaInfo<\n 'GET',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAggregatedUsageInfoRequest,\n ambassadorWixAutomationsV2AutomationTypes.GetAggregatedUsageInfoRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAggregatedUsageInfoResponse,\n ambassadorWixAutomationsV2AutomationTypes.GetAggregatedUsageInfoResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.getAggregatedUsageInfo(payload);\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: '/v2/automations/usage',\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 copyAutomation(): __PublicMethodMetaInfo<\n 'POST',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.CopyAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.CopyAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.CopyAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.CopyAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.copyAutomation(payload);\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: '/v2/automations/{automationId}/copy',\n pathParams: { automationId: 'automationId' },\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 createDraftAutomation(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.CreateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.CreateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.CreateDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.CreateDraftAutomationResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.createDraftAutomation(payload);\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: '/v2/automations/drafts',\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 getOrCreateDraftAutomation(): __PublicMethodMetaInfo<\n 'POST',\n { originalAutomationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetOrCreateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.GetOrCreateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetOrCreateDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.GetOrCreateDraftAutomationResponse\n> {\n const payload = { originalAutomationId: ':originalAutomationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.getOrCreateDraftAutomation(payload);\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: '/v2/automations/drafts/get-or-create/original-automation-id/{originalAutomationId}',\n pathParams: { originalAutomationId: 'originalAutomationId' },\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 updateDraftAutomation(): __PublicMethodMetaInfo<\n 'PATCH',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.UpdateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.UpdateDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.UpdateDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.UpdateDraftAutomationResponse\n> {\n const payload = { automation: { id: ':automationId' } } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.updateDraftAutomation(payload);\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: '/v2/automations/drafts/{automation.id}',\n pathParams: { automationId: 'automationId' },\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 queryAutomationsWithDrafts(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.QueryAutomationsWithDraftsRequest,\n ambassadorWixAutomationsV2AutomationTypes.QueryAutomationsWithDraftsRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.QueryAutomationsWithDraftsResponse,\n ambassadorWixAutomationsV2AutomationTypes.QueryAutomationsWithDraftsResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.queryAutomationsWithDrafts(payload);\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: '/v2/automations/query-with-drafts',\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 bulkCountAutomationsWithDrafts(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.BulkCountAutomationsWithDraftsRequest,\n ambassadorWixAutomationsV2AutomationTypes.BulkCountAutomationsWithDraftsRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.BulkCountAutomationsWithDraftsResponse,\n ambassadorWixAutomationsV2AutomationTypes.BulkCountAutomationsWithDraftsResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.bulkCountAutomationsWithDrafts(\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: '/v2/automations/bulk-count-with-drafts',\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 deleteDraftAutomation(): __PublicMethodMetaInfo<\n 'DELETE',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.DeleteDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.DeleteDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.DeleteDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.DeleteDraftAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.deleteDraftAutomation(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'DELETE',\n path: '/v2/automations/drafts/{automationId}',\n pathParams: { automationId: 'automationId' },\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 publishDraftAutomation(): __PublicMethodMetaInfo<\n 'POST',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.PublishDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.PublishDraftAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.PublishDraftAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.PublishDraftAutomationResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.publishDraftAutomation(payload);\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: '/v2/automations/drafts/{automationId}/publish',\n pathParams: { automationId: 'automationId' },\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 validateAutomation(): __PublicMethodMetaInfo<\n 'POST',\n {},\n ambassadorWixAutomationsV2AutomationUniversalTypes.ValidateAutomationRequest,\n ambassadorWixAutomationsV2AutomationTypes.ValidateAutomationRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.ValidateAutomationResponse,\n ambassadorWixAutomationsV2AutomationTypes.ValidateAutomationResponse\n> {\n const payload = {} as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.validateAutomation(payload);\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: '/v2/automations/validate',\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 validateAutomationById(): __PublicMethodMetaInfo<\n 'POST',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.ValidateAutomationByIdRequest,\n ambassadorWixAutomationsV2AutomationTypes.ValidateAutomationByIdRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.ValidateAutomationByIdResponse,\n ambassadorWixAutomationsV2AutomationTypes.ValidateAutomationByIdResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.validateAutomationById(payload);\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: '/v2/automations/{automationId}/validate',\n pathParams: { automationId: 'automationId' },\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 getAutomationRevision(): __PublicMethodMetaInfo<\n 'GET',\n { automationId: string },\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAutomationRevisionRequest,\n ambassadorWixAutomationsV2AutomationTypes.GetAutomationRevisionRequest,\n ambassadorWixAutomationsV2AutomationUniversalTypes.GetAutomationRevisionResponse,\n ambassadorWixAutomationsV2AutomationTypes.GetAutomationRevisionResponse\n> {\n const payload = { automationId: ':automationId' } as any;\n\n const getRequestOptions =\n ambassadorWixAutomationsV2Automation.getAutomationRevision(payload);\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/automation-revisions/{automationId}',\n pathParams: { automationId: 'automationId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n"],"mappings":"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","names":["payload","createAutomation","getAutomation","updateAutomation","deleteAutomation","bulkDeleteAutomations","generatePreinstalledAutomation","queryAutomations","getAggregatedUsageInfo","copyAutomation","createDraftAutomation","getOrCreateDraftAutomation","updateDraftAutomation","queryAutomationsWithDrafts","bulkCountAutomationsWithDrafts","deleteDraftAutomation","publishDraftAutomation","validateAutomation","validateAutomationById","getAutomationRevision"]}
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { A as Automation, U as UpdateAutomation, B as BulkDeleteAutomationsResponse, G as GeneratePreinstalledAutomationOptions, a as GeneratePreinstalledAutomationResponse, b as AutomationsQueryBuilder, c as GetAggregatedUsageInfoOptions, d as GetAggregatedUsageInfoResponse, C as CopyAutomationOptions, e as CopyAutomationResponse, f as CreateDraftAutomationOptions, g as CreateDraftAutomationResponse, h as GetOrCreateDraftAutomationResponse, i as UpdateDraftAutomation, j as UpdateDraftAutomationResponse, Q as QueryAutomationsWithDraftsOptions, k as QueryAutomationsWithDraftsResponse, P as PublishDraftAutomationResponse, V as ValidateAutomationOptions, l as ValidateAutomationResponse, m as ValidateAutomationByIdOptions, n as ValidateAutomationByIdResponse, o as GetAutomationRevisionOptions, p as GetAutomationRevisionResponse, q as AutomationCreatedEnvelope, r as AutomationDeletedEnvelope, s as AutomationUpdatedEnvelope } from './automations-v2-automation-automations-v-2.universal-BsNMNocV.js';
3
- export { ae as Action, bW as ActionConfigurationError, I as ActionErrorType, ax as ActionEvent, af as ActionInfoOneOf, c3 as ActionProviderQuotaInfo, c4 as ActionQuotaInfo, X as ActionSettings, be as ActionUsageSummary, bU as ActionValidationError, bV as ActionValidationErrorErrorOneOf, bT as ActionValidationInfo, c9 as AdditionalInfo, a6 as AppDefinedAction, aT as ApplicationError, ah as ApplicationOrigin, bi as Asset, Z as AuditInfo, _ as AuditInfoIdOneOf, $ as AutomationConfiguration, bZ as AutomationConfigurationError, K as AutomationErrorType, an as AutomationMigrationRequest, M as AutomationOriginInfoOneOf, aj as AutomationSettings, bX as AutomationValidationError, bY as AutomationValidationErrorErrorOneOf, J as AutomationValidationErrorValidationErrorType, cg as AutomationsQueryResult, ce as BaseEventMetadata, aU as BulkActionMetadata, aQ as BulkDeleteAutomationsRequest, aR as BulkDeleteResult, c8 as CTA, aH as CodeConditionAction, aG as CodeSnippet, a7 as ConditionAction, a4 as ConditionExpressionGroup, bf as CopyAutomationRequest, aI as CreateAutomationRequest, aJ as CreateAutomationResponse, bF as CreateDraftAutomationRequest, aV as CreatePreinstalledAutomationRequest, aY as CreatePreinstalledAutomationResponse, b6 as CursorPaging, b8 as CursorPagingMetadata, b3 as CursorQuery, b4 as CursorQueryPagingMethodOneOf, b9 as Cursors, a8 as DelayAction, aO as DeleteAutomationRequest, aP as DeleteAutomationResponse, bm as DeleteContext, bK as DeleteDraftAutomationRequest, bL as DeleteDraftAutomationResponse, a$ as DeletePreinstalledAutomationRequest, b0 as DeletePreinstalledAutomationResponse, y as DeleteStatus, ap as DeletedWithEntity, D as Domain, ar as DomainEvent, as as DomainEventBodyOneOf, ak as DraftInfo, aq as DraftPublished, bJ as DraftsInfo, ay as Empty, Y as Enrichment, al as Enrichments, at as EntityCreatedEvent, aw as EntityDeletedEvent, av as EntityUpdatedEvent, cf as EventMetadata, am as ExtendedFields, a0 as Filter, a3 as FilterValueSelection, ag as FilterableAppDefinedActions, a1 as FutureDateActivationOffset, b1 as GeneratePreinstalledAutomationRequest, c1 as GetActionsQuotaInfoRequest, c2 as GetActionsQuotaInfoResponse, bc as GetAggregatedUsageInfoRequest, b$ as GetAutomationActionSchemaRequest, c0 as GetAutomationActionSchemaResponse, aK as GetAutomationRequest, aL as GetAutomationResponse, cd as GetAutomationRevisionRequest, bG as GetOrCreateDraftAutomationRequest, aE as IdentificationData, aF as IdentificationDataIdOneOf, aS as ItemMetadata, L as Language, aD as MessageEnvelope, bg as MetaSiteSpecialEvent, bh as MetaSiteSpecialEventPayloadOneOf, cb as MigrateVeloActionAutomationsRequest, cc as MigrateVeloActionAutomationsResponse, N as Namespace, bw as NamespaceChanged, bB as OdeditorAssigned, bC as OdeditorUnassigned, O as Operator, u as Origin, aX as OriginAutomationInfo, ab as OutputAction, a5 as Path, bD as PicassoAssigned, bE as PicassoUnassigned, c6 as Plan, aW as PreinstalledAutomationSpecInfo, ai as PreinstalledOrigin, bS as ProviderConfigurationError, bM as PublishDraftAutomationRequest, ba as QueryAutomationsRequest, bb as QueryAutomationsResponse, bI as QueryAutomationsWithDraftsRequest, b2 as QueryPreinstalledAutomationsForAppRequest, b7 as QueryPreinstalledAutomationsForAppResponse, c7 as Quota, c5 as QuotaInfo, a2 as RateLimit, a9 as RateLimitAction, R as RequestedFields, au as RestoreInfo, bs as ServiceProvisioned, bt as ServiceRemoved, aa as SetVariablesAction, bj as SiteCreated, x as SiteCreatedContext, bl as SiteDeleted, bv as SiteHardDeleted, bq as SiteMarkedAsTemplate, br as SiteMarkedAsWixSite, bo as SitePublished, bA as SitePurgedExternally, bu as SiteRenamed, bk as SiteTransferred, bn as SiteUndeleted, bp as SiteUnpublished, bz as SiteUrlChanged, v as SortOrder, b5 as Sorting, ac as SplitAction, w as State, S as Status, bx as StudioAssigned, by as StudioUnassigned, aB as TestUpdateApplicationAutomationRequest, aC as TestUpdateApplicationAutomationResponse, T as TimeUnit, ad as Trigger, bR as TriggerConfigurationError, E as TriggerErrorType, bd as TriggerUsageSummary, bP as TriggerValidationError, bQ as TriggerValidationErrorErrorOneOf, z as TriggerValidationErrorValidationErrorType, t as Type, az as UpdateApplicationAutomationsRequest, aA as UpdateApplicationAutomationsResponse, aM as UpdateAutomationRequest, aN as UpdateAutomationResponse, bH as UpdateDraftAutomationRequest, aZ as UpdatePreinstalledAutomationRequest, a_ as UpdatePreinstalledAutomationResponse, ao as UpdatedWithPreviousEntity, ca as UpgradeCTA, b_ as ValidateAutomationByIdRequest, bN as ValidateAutomationRequest, F as ValidationErrorSeverity, H as ValidationErrorType, bO as ValidationSettings, W as WebhookIdentityType } from './automations-v2-automation-automations-v-2.universal-BsNMNocV.js';
2
+ import { Automation, UpdateAutomation, BulkDeleteAutomationsResponse, GeneratePreinstalledAutomationOptions, GeneratePreinstalledAutomationResponse, AutomationsQueryBuilder, GetAggregatedUsageInfoOptions, GetAggregatedUsageInfoResponse, CopyAutomationOptions, CopyAutomationResponse, CreateDraftAutomationOptions, CreateDraftAutomationResponse, GetOrCreateDraftAutomationResponse, UpdateDraftAutomation, UpdateDraftAutomationResponse, QueryAutomationsWithDraftsOptions, QueryAutomationsWithDraftsResponse, BulkCountAutomationsWithDraftsOptions, BulkCountAutomationsWithDraftsResponse, PublishDraftAutomationResponse, ValidateAutomationOptions, ValidateAutomationResponse, ValidateAutomationByIdOptions, ValidateAutomationByIdResponse, GetAutomationRevisionOptions, GetAutomationRevisionResponse, AutomationCreatedEnvelope, AutomationDeletedEnvelope, AutomationUpdatedEnvelope } from './index.typings.js';
3
+ export { Action, ActionConfigurationError, ActionErrorType, ActionEvent, ActionInfoOneOf, ActionProviderQuotaInfo, ActionQuotaInfo, ActionSettings, ActionUsageSummary, ActionValidationError, ActionValidationErrorErrorOneOf, ActionValidationInfo, AdditionalInfo, AppDefinedAction, ApplicationError, ApplicationOrigin, Asset, AuditInfo, AuditInfoIdOneOf, AutomationConfiguration, AutomationConfigurationError, AutomationErrorType, AutomationMigrationRequest, AutomationOriginInfoOneOf, AutomationSettings, AutomationValidationError, AutomationValidationErrorErrorOneOf, AutomationValidationErrorValidationErrorType, AutomationsQueryResult, BaseEventMetadata, BulkActionMetadata, BulkCountAutomationsWithDraftsRequest, BulkDeleteAutomationsRequest, BulkDeleteResult, CTA, CodeConditionAction, CodeSnippet, ConditionAction, ConditionExpressionGroup, CopyAutomationRequest, CreateAutomationRequest, CreateAutomationResponse, CreateDraftAutomationRequest, CreatePreinstalledAutomationRequest, CreatePreinstalledAutomationResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DelayAction, DeleteAutomationRequest, DeleteAutomationResponse, DeleteContext, DeleteDraftAutomationRequest, DeleteDraftAutomationResponse, DeletePreinstalledAutomationRequest, DeletePreinstalledAutomationResponse, DeleteStatus, DeletedWithEntity, Domain, DomainEvent, DomainEventBodyOneOf, DraftInfo, DraftPublished, DraftsInfo, Empty, Enrichment, Enrichments, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, ExtendedFields, Filter, FilterValueSelection, FilterableAppDefinedActions, FutureDateActivationOffset, GeneratePreinstalledAutomationRequest, GetActionsQuotaInfoRequest, GetActionsQuotaInfoResponse, GetAggregatedUsageInfoRequest, GetAutomationActionSchemaRequest, GetAutomationActionSchemaResponse, GetAutomationRequest, GetAutomationResponse, GetAutomationRevisionRequest, GetOrCreateDraftAutomationRequest, IdentificationData, IdentificationDataIdOneOf, ItemMetadata, Language, MessageEnvelope, MetaSiteSpecialEvent, MetaSiteSpecialEventPayloadOneOf, MigrateVeloActionAutomationsRequest, MigrateVeloActionAutomationsResponse, Namespace, NamespaceChanged, OdeditorAssigned, OdeditorUnassigned, Operator, Origin, OriginAutomationInfo, OutputAction, Path, PicassoAssigned, PicassoUnassigned, Plan, PreinstalledAutomationSpecInfo, PreinstalledOrigin, ProviderConfigurationError, PublishDraftAutomationRequest, QueryAutomationsRequest, QueryAutomationsResponse, QueryAutomationsWithDraftsRequest, QueryPreinstalledAutomationsForAppRequest, QueryPreinstalledAutomationsForAppResponse, QueryPreinstalledAutomationsRequest, QueryPreinstalledAutomationsResponse, Quota, QuotaInfo, RateLimit, RateLimitAction, RequestedFields, RestoreInfo, ServiceProvisioned, ServiceRemoved, SetVariablesAction, SiteCreated, SiteCreatedContext, SiteDeleted, SiteHardDeleted, SiteMarkedAsTemplate, SiteMarkedAsWixSite, SitePublished, SitePurgedExternally, SiteRenamed, SiteTransferred, SiteUndeleted, SiteUnpublished, SiteUrlChanged, SortOrder, Sorting, SplitAction, State, Status, StudioAssigned, StudioUnassigned, TestUpdateApplicationAutomationRequest, TestUpdateApplicationAutomationResponse, TimeUnit, Trigger, TriggerConfigurationError, TriggerErrorType, TriggerUsageSummary, TriggerValidationError, TriggerValidationErrorErrorOneOf, TriggerValidationErrorValidationErrorType, Type, UpdateApplicationAutomationsRequest, UpdateApplicationAutomationsResponse, UpdateAutomationRequest, UpdateAutomationResponse, UpdateDraftAutomationRequest, UpdatePreinstalledAutomationRequest, UpdatePreinstalledAutomationResponse, UpdatedWithPreviousEntity, UpgradeCTA, ValidateAutomationByIdRequest, ValidateAutomationRequest, ValidationErrorSeverity, ValidationErrorType, ValidationSettings, WebhookIdentityType } from './index.typings.js';
4
4
 
5
5
  declare function createAutomation$1(httpClient: HttpClient): CreateAutomationSignature;
6
6
  interface CreateAutomationSignature {
@@ -132,6 +132,11 @@ interface QueryAutomationsWithDraftsSignature {
132
132
  */
133
133
  (options?: QueryAutomationsWithDraftsOptions | undefined): Promise<QueryAutomationsWithDraftsResponse>;
134
134
  }
135
+ declare function bulkCountAutomationsWithDrafts$1(httpClient: HttpClient): BulkCountAutomationsWithDraftsSignature;
136
+ interface BulkCountAutomationsWithDraftsSignature {
137
+ /** */
138
+ (options?: BulkCountAutomationsWithDraftsOptions | undefined): Promise<BulkCountAutomationsWithDraftsResponse>;
139
+ }
135
140
  declare function deleteDraftAutomation$1(httpClient: HttpClient): DeleteDraftAutomationSignature;
136
141
  interface DeleteDraftAutomationSignature {
137
142
  /**
@@ -189,6 +194,7 @@ declare const createDraftAutomation: MaybeContext<BuildRESTFunction<typeof creat
189
194
  declare const getOrCreateDraftAutomation: MaybeContext<BuildRESTFunction<typeof getOrCreateDraftAutomation$1> & typeof getOrCreateDraftAutomation$1>;
190
195
  declare const updateDraftAutomation: MaybeContext<BuildRESTFunction<typeof updateDraftAutomation$1> & typeof updateDraftAutomation$1>;
191
196
  declare const queryAutomationsWithDrafts: MaybeContext<BuildRESTFunction<typeof queryAutomationsWithDrafts$1> & typeof queryAutomationsWithDrafts$1>;
197
+ declare const bulkCountAutomationsWithDrafts: MaybeContext<BuildRESTFunction<typeof bulkCountAutomationsWithDrafts$1> & typeof bulkCountAutomationsWithDrafts$1>;
192
198
  declare const deleteDraftAutomation: MaybeContext<BuildRESTFunction<typeof deleteDraftAutomation$1> & typeof deleteDraftAutomation$1>;
193
199
  declare const publishDraftAutomation: MaybeContext<BuildRESTFunction<typeof publishDraftAutomation$1> & typeof publishDraftAutomation$1>;
194
200
  declare const validateAutomation: MaybeContext<BuildRESTFunction<typeof validateAutomation$1> & typeof validateAutomation$1>;
@@ -207,4 +213,4 @@ declare const onAutomationDeleted: BuildEventDefinition<typeof onAutomationDelet
207
213
  */
208
214
  declare const onAutomationUpdated: BuildEventDefinition<typeof onAutomationUpdated$1>;
209
215
 
210
- export { Automation, AutomationCreatedEnvelope, AutomationDeletedEnvelope, AutomationUpdatedEnvelope, AutomationsQueryBuilder, BulkDeleteAutomationsResponse, CopyAutomationOptions, CopyAutomationResponse, CreateDraftAutomationOptions, CreateDraftAutomationResponse, GeneratePreinstalledAutomationOptions, GeneratePreinstalledAutomationResponse, GetAggregatedUsageInfoOptions, GetAggregatedUsageInfoResponse, GetAutomationRevisionOptions, GetAutomationRevisionResponse, GetOrCreateDraftAutomationResponse, PublishDraftAutomationResponse, QueryAutomationsWithDraftsOptions, QueryAutomationsWithDraftsResponse, UpdateAutomation, UpdateDraftAutomation, UpdateDraftAutomationResponse, ValidateAutomationByIdOptions, ValidateAutomationByIdResponse, ValidateAutomationOptions, ValidateAutomationResponse, bulkDeleteAutomations, copyAutomation, createAutomation, createDraftAutomation, deleteAutomation, deleteDraftAutomation, generatePreinstalledAutomation, getAggregatedUsageInfo, getAutomation, getAutomationRevision, getOrCreateDraftAutomation, onAutomationCreated, onAutomationDeleted, onAutomationUpdated, publishDraftAutomation, queryAutomations, queryAutomationsWithDrafts, updateAutomation, updateDraftAutomation, validateAutomation, validateAutomationById };
216
+ export { Automation, AutomationCreatedEnvelope, AutomationDeletedEnvelope, AutomationUpdatedEnvelope, AutomationsQueryBuilder, BulkCountAutomationsWithDraftsOptions, BulkCountAutomationsWithDraftsResponse, BulkDeleteAutomationsResponse, CopyAutomationOptions, CopyAutomationResponse, CreateDraftAutomationOptions, CreateDraftAutomationResponse, GeneratePreinstalledAutomationOptions, GeneratePreinstalledAutomationResponse, GetAggregatedUsageInfoOptions, GetAggregatedUsageInfoResponse, GetAutomationRevisionOptions, GetAutomationRevisionResponse, GetOrCreateDraftAutomationResponse, PublishDraftAutomationResponse, QueryAutomationsWithDraftsOptions, QueryAutomationsWithDraftsResponse, UpdateAutomation, UpdateDraftAutomation, UpdateDraftAutomationResponse, ValidateAutomationByIdOptions, ValidateAutomationByIdResponse, ValidateAutomationOptions, ValidateAutomationResponse, bulkCountAutomationsWithDrafts, bulkDeleteAutomations, copyAutomation, createAutomation, createDraftAutomation, deleteAutomation, deleteDraftAutomation, generatePreinstalledAutomation, getAggregatedUsageInfo, getAutomation, getAutomationRevision, getOrCreateDraftAutomation, onAutomationCreated, onAutomationDeleted, onAutomationUpdated, publishDraftAutomation, queryAutomations, queryAutomationsWithDrafts, updateAutomation, updateDraftAutomation, validateAutomation, validateAutomationById };
@@ -41,6 +41,7 @@ __export(index_exports, {
41
41
  ValidationErrorSeverity: () => ValidationErrorSeverity,
42
42
  ValidationErrorType: () => ValidationErrorType,
43
43
  WebhookIdentityType: () => WebhookIdentityType,
44
+ bulkCountAutomationsWithDrafts: () => bulkCountAutomationsWithDrafts4,
44
45
  bulkDeleteAutomations: () => bulkDeleteAutomations4,
45
46
  copyAutomation: () => copyAutomation4,
46
47
  createAutomation: () => createAutomation4,
@@ -564,6 +565,24 @@ function queryAutomationsWithDrafts(payload) {
564
565
  }
565
566
  return __queryAutomationsWithDrafts;
566
567
  }
568
+ function bulkCountAutomationsWithDrafts(payload) {
569
+ function __bulkCountAutomationsWithDrafts({ host }) {
570
+ const metadata = {
571
+ entityFqdn: "wix.automations.v2.automation",
572
+ method: "POST",
573
+ methodFqn: "wix.automations.v2.AutomationsService.BulkCountAutomationsWithDrafts",
574
+ packageName: PACKAGE_NAME,
575
+ url: resolveWixAutomationsV2AutomationsServiceUrl({
576
+ protoPath: "/v2/automations/bulk-count-with-drafts",
577
+ data: payload,
578
+ host
579
+ }),
580
+ data: payload
581
+ };
582
+ return metadata;
583
+ }
584
+ return __bulkCountAutomationsWithDrafts;
585
+ }
567
586
  function deleteDraftAutomation(payload) {
568
587
  function __deleteDraftAutomation({ host }) {
569
588
  const metadata = {
@@ -1215,6 +1234,33 @@ async function queryAutomationsWithDrafts2(options) {
1215
1234
  throw transformedError;
1216
1235
  }
1217
1236
  }
1237
+ async function bulkCountAutomationsWithDrafts2(options) {
1238
+ const { httpClient, sideEffects } = arguments[1];
1239
+ const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
1240
+ filters: options?.filters
1241
+ });
1242
+ const reqOpts = bulkCountAutomationsWithDrafts(
1243
+ payload
1244
+ );
1245
+ sideEffects?.onSiteCall?.();
1246
+ try {
1247
+ const result = await httpClient.request(reqOpts);
1248
+ sideEffects?.onSuccess?.(result);
1249
+ return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
1250
+ } catch (err) {
1251
+ const transformedError = (0, import_transform_error.transformError)(
1252
+ err,
1253
+ {
1254
+ spreadPathsToArguments: {},
1255
+ explicitPathsToArguments: { filters: "$[0].filters" },
1256
+ singleArgumentUnchanged: false
1257
+ },
1258
+ ["options"]
1259
+ );
1260
+ sideEffects?.onError?.(err);
1261
+ throw transformedError;
1262
+ }
1263
+ }
1218
1264
  async function deleteDraftAutomation2(automationId) {
1219
1265
  const { httpClient, sideEffects } = arguments[1];
1220
1266
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
@@ -1449,6 +1495,13 @@ function queryAutomationsWithDrafts3(httpClient) {
1449
1495
  { httpClient }
1450
1496
  );
1451
1497
  }
1498
+ function bulkCountAutomationsWithDrafts3(httpClient) {
1499
+ return (options) => bulkCountAutomationsWithDrafts2(
1500
+ options,
1501
+ // @ts-ignore
1502
+ { httpClient }
1503
+ );
1504
+ }
1452
1505
  function deleteDraftAutomation3(httpClient) {
1453
1506
  return (automationId) => deleteDraftAutomation2(
1454
1507
  automationId,
@@ -1555,6 +1608,7 @@ var createDraftAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createREST
1555
1608
  var getOrCreateDraftAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getOrCreateDraftAutomation3);
1556
1609
  var updateDraftAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(updateDraftAutomation3);
1557
1610
  var queryAutomationsWithDrafts4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(queryAutomationsWithDrafts3);
1611
+ var bulkCountAutomationsWithDrafts4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkCountAutomationsWithDrafts3);
1558
1612
  var deleteDraftAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(deleteDraftAutomation3);
1559
1613
  var publishDraftAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(publishDraftAutomation3);
1560
1614
  var validateAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(validateAutomation3);
@@ -1586,6 +1640,7 @@ var onAutomationUpdated2 = (0, import_event_definition_modules.createEventModule
1586
1640
  ValidationErrorSeverity,
1587
1641
  ValidationErrorType,
1588
1642
  WebhookIdentityType,
1643
+ bulkCountAutomationsWithDrafts,
1589
1644
  bulkDeleteAutomations,
1590
1645
  copyAutomation,
1591
1646
  createAutomation,