@wix/auto_sdk_automations_action-catalog 1.0.50 → 1.0.52

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 (41) hide show
  1. package/build/cjs/index.d.ts +62 -16
  2. package/build/cjs/index.js +1 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +378 -49
  5. package/build/cjs/index.typings.js +1 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +278 -21
  8. package/build/cjs/meta.js.map +1 -1
  9. package/build/cjs/schemas.js +119 -89
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/index.d.mts +62 -16
  12. package/build/es/index.mjs +1 -0
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +378 -49
  15. package/build/es/index.typings.mjs +1 -0
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +278 -21
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/es/schemas.mjs +119 -89
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/index.d.ts +62 -16
  22. package/build/internal/cjs/index.js +1 -0
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +378 -49
  25. package/build/internal/cjs/index.typings.js +1 -0
  26. package/build/internal/cjs/index.typings.js.map +1 -1
  27. package/build/internal/cjs/meta.d.ts +278 -21
  28. package/build/internal/cjs/meta.js.map +1 -1
  29. package/build/internal/cjs/schemas.js +119 -89
  30. package/build/internal/cjs/schemas.js.map +1 -1
  31. package/build/internal/es/index.d.mts +62 -16
  32. package/build/internal/es/index.mjs +1 -0
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +378 -49
  35. package/build/internal/es/index.typings.mjs +1 -0
  36. package/build/internal/es/index.typings.mjs.map +1 -1
  37. package/build/internal/es/meta.d.mts +278 -21
  38. package/build/internal/es/meta.mjs.map +1 -1
  39. package/build/internal/es/schemas.mjs +119 -89
  40. package/build/internal/es/schemas.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -1,11 +1,16 @@
1
1
  import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
2
- import { Action, CreateActionOptions, UpdateActionOptions, DeleteActionOptions, GetRuntimeActionIdentifiers, GetRuntimeActionResponse, GetLatestActionIdentifiers, GetLatestActionOptions, GetLatestActionResponse, GetActionDynamicInputSchemaOptions, GetActionDynamicInputSchemaResponse, ResolveActionsOptions, ResolveActionsResponse, CopyInputMappingOptions, CopyInputMappingResponse, GetActionDynamicOutputSchemaOptions, GetActionDynamicOutputSchemaResponse, ActionInputMappings, BulkGetActionDynamicOutputSchemasResponse, GenerateInputMappingFromIntentOptions, GenerateInputMappingFromIntentResponse, QueryV2, QueryLatestActionsResponse, ActionsQueryBuilder, ActionQuery, typedQueryActions } from './index.typings.js';
3
- export { AccountInfo, ActionDeletedWithEntity, ActionEvent, ActionQuerySpec, ActionSpecInfo, ActionsQueryResult, AdditionalInformationRequiredInfo, ApplicationError, BulkActionMetadata, BulkActionOutputSchemaResult, BulkGetActionDynamicOutputSchemasRequest, CommonCursorPaging, CommonCursors, CommonPaging, CommonPagingMetadataV2, CommonQueryV2, CommonQueryV2PagingMethodOneOf, CommonQueryWithEntityContext, CommonSortOrder, CommonSortOrderWithLiterals, CommonSorting, CopyInputMappingRequest, CreateActionRequest, CreateActionResponse, CursorPaging, Cursors, DeleteActionRequest, DeleteActionResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExecutionType, ExecutionTypeWithLiterals, ExperimentActionType, ExperimentActionTypeWithLiterals, FocalPoint, GenerateInputMappingFromIntentRequest, GenerateInputMappingFromIntentResponseStatusInfoOneOf, GenericOptions, GetActionDynamicInputSchemaRequest, GetActionDynamicOutputSchemaRequest, GetActionRequest, GetActionResponse, GetLatestActionRequest, GetRuntimeActionRequest, IdentificationData, IdentificationDataIdOneOf, ImplementedMethods, InputMappingGeneratedInfo, IntegrationOptions, IntegrationOptionsOptionsOneOf, IntegrationType, IntegrationTypeWithLiterals, InterfaceConfiguration, InterfaceConfigurationOptionsOneOf, ItemMetadata, MessageEnvelope, Metadata, MigrateComponentToActionRequest, MigrateComponentToActionResponse, OpenApiOptions, Paging, PagingMetadataV2, QueryActionsRequest, QueryActionsResponse, QueryLatestActionsRequest, QueryV2PagingMethodOneOf, ResolveActionsRequest, RestoreInfo, RetryExperimentCreation, SortOrder, SortOrderWithLiterals, Sorting, Source, SourceOptionsOneOf, SourceType, SourceTypeWithLiterals, Status, StatusWithLiterals, Type, TypeWithLiterals, UpdateActionComponentRequest, UpdateActionComponentResponse, UpdateActionRequest, UpdateActionResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals, WidgetComponentOptions, WixApiOptions, utils } from './index.typings.js';
2
+ import { Action, CreateActionOptions, CreateActionApplicationErrors, UpdateActionOptions, UpdateActionApplicationErrors, DeleteActionOptions, DeleteActionApplicationErrors, GetRuntimeActionIdentifiers, GetRuntimeActionResponse, GetRuntimeActionApplicationErrors, GetLatestActionIdentifiers, GetLatestActionOptions, GetLatestActionResponse, GetLatestActionApplicationErrors, GetActionDynamicInputSchemaOptions, GetActionDynamicInputSchemaResponse, GetActionDynamicInputSchemaApplicationErrors, ResolveActionsOptions, ResolveActionsResponse, ResolveActionsApplicationErrors, CopyInputMappingOptions, CopyInputMappingResponse, CopyInputMappingApplicationErrors, GetActionDynamicOutputSchemaOptions, GetActionDynamicOutputSchemaResponse, GetActionDynamicOutputSchemaApplicationErrors, ActionInputMappings, BulkGetActionDynamicOutputSchemasResponse, GenerateInputMappingFromIntentOptions, GenerateInputMappingFromIntentResponse, GenerateInputMappingFromIntentApplicationErrors, QueryV2, QueryLatestActionsResponse, ActionsQueryBuilder, ActionQuery, typedQueryActions } from './index.typings.js';
3
+ export { AccountInfo, ActionAlreadyExistsError, ActionDeletedWithEntity, ActionEvent, ActionNotFoundError, ActionQuerySpec, ActionSpecInfo, ActionSpiImplementerNotFoundError, ActionsQueryResult, AdditionalInformationRequiredInfo, ApplicationError, BulkActionMetadata, BulkActionOutputSchemaResult, BulkGetActionDynamicOutputSchemasRequest, CommonCursorPaging, CommonCursors, CommonPaging, CommonPagingMetadataV2, CommonQueryV2, CommonQueryV2PagingMethodOneOf, CommonQueryWithEntityContext, CommonSortOrder, CommonSortOrderWithLiterals, CommonSorting, CopyInputMappingRequest, CreateActionRequest, CreateActionResponse, CursorPaging, Cursors, DeleteActionRequest, DeleteActionResponse, DomainEvent, DomainEventBodyOneOf, DynamicInputSchemaMethodNotImplementedError, DynamicInputSchemaNotDefinedError, DynamicOutputSchemaMethodNotImplementedError, DynamicOutputSchemaNotDefinedError, EmptyIntentError, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExecutionType, ExecutionTypeWithLiterals, ExperimentActionType, ExperimentActionTypeWithLiterals, FocalPoint, GenerateInputMappingFromIntentMethodNotImplementedError, GenerateInputMappingFromIntentRequest, GenerateInputMappingFromIntentResponseStatusInfoOneOf, GenericOptions, GetActionDynamicInputSchemaRequest, GetActionDynamicOutputSchemaRequest, GetActionRequest, GetActionResponse, GetLatestActionRequest, GetRuntimeActionRequest, IdentificationData, IdentificationDataIdOneOf, ImplementedMethods, InputMappingGeneratedInfo, IntegrationOptions, IntegrationOptionsOptionsOneOf, IntegrationType, IntegrationTypeWithLiterals, InterfaceConfiguration, InterfaceConfigurationOptionsOneOf, InvalidDynamicOutputSchemaError, ItemMetadata, MessageEnvelope, Metadata, MigrateComponentToActionRequest, MigrateComponentToActionResponse, MissingMetaSiteContextError, OpenApiOptions, Paging, PagingMetadataV2, QueryActionsRequest, QueryActionsResponse, QueryLatestActionsRequest, QueryV2PagingMethodOneOf, ResolveActionsRequest, RestoreInfo, RetryExperimentCreation, SortOrder, SortOrderWithLiterals, Sorting, Source, SourceOptionsOneOf, SourceType, SourceTypeWithLiterals, Status, StatusWithLiterals, Type, TypeWithLiterals, UnauthorizedAppAccessError, UpdateActionComponentRequest, UpdateActionComponentResponse, UpdateActionRequest, UpdateActionResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals, WidgetComponentOptions, WixApiOptions, utils } from './index.typings.js';
4
4
 
5
5
  declare function getAction$1(httpClient: HttpClient): GetActionSignature;
6
6
  interface GetActionSignature {
7
7
  /**
8
- * Retrieves an action by its ID.
8
+ * Retrieves a specific version of an action by ID.
9
+ *
10
+ * This method returns any specified version of the action.
11
+ *
12
+ * - To retrieve the version of an action that's active on the current site, call [Get Runtime Action](https://dev.wix.com/docs/api-reference/business-management/automations/actions/action-catalog/get-runtime-action).
13
+ * - To retrieve the latest version of an action as defined in the [app dashboard](https://dev.wix.com/docs/build-apps/develop-your-app/app-dashboard/about-the-app-dashboard), call [Get Latest Action](https://dev.wix.com/docs/api-reference/business-management/automations/actions/action-catalog/get-latest-action).
9
14
  * @param - Action ID.
10
15
  * @returns Retrieved action.
11
16
  */
@@ -21,7 +26,9 @@ interface CreateActionSignature {
21
26
  * > **Note:** You can only create actions for [apps you own or collaborate on](https://dev.wix.com/docs/build-apps/develop-your-app/app-dashboard-setup/manage-collaborators).
22
27
  * @returns Created action.
23
28
  */
24
- (options?: NonNullablePaths<CreateActionOptions, `action.actionKey` | `action.appId`, 3>): Promise<NonNullablePaths<Action, `appId` | `actionKey` | `implementedMethods.validateConfiguration` | `implementedMethods.getQuotaInfo` | `executionType` | `interfaceConfiguration.type`, 3>>;
29
+ (options?: NonNullablePaths<CreateActionOptions, `action.actionKey` | `action.appId`, 3>): Promise<NonNullablePaths<Action, `appId` | `actionKey` | `implementedMethods.validateConfiguration` | `implementedMethods.getQuotaInfo` | `executionType` | `interfaceConfiguration.type`, 3> & {
30
+ __applicationErrorsType?: CreateActionApplicationErrors;
31
+ }>;
25
32
  }
26
33
  declare function updateAction$1(httpClient: HttpClient): UpdateActionSignature;
27
34
  interface UpdateActionSignature {
@@ -32,7 +39,9 @@ interface UpdateActionSignature {
32
39
  * @param - Action ID.
33
40
  * @returns Updated action.
34
41
  */
35
- (_id: string, options?: NonNullablePaths<UpdateActionOptions, `action.actionKey` | `action.appId`, 3>): Promise<NonNullablePaths<Action, `appId` | `actionKey` | `implementedMethods.validateConfiguration` | `implementedMethods.getQuotaInfo` | `executionType` | `interfaceConfiguration.type`, 3>>;
42
+ (_id: string, options?: NonNullablePaths<UpdateActionOptions, `action.actionKey` | `action.appId`, 3>): Promise<NonNullablePaths<Action, `appId` | `actionKey` | `implementedMethods.validateConfiguration` | `implementedMethods.getQuotaInfo` | `executionType` | `interfaceConfiguration.type`, 3> & {
43
+ __applicationErrorsType?: UpdateActionApplicationErrors;
44
+ }>;
36
45
  }
37
46
  declare function deleteAction$1(httpClient: HttpClient): DeleteActionSignature;
38
47
  interface DeleteActionSignature {
@@ -42,21 +51,34 @@ interface DeleteActionSignature {
42
51
  * > **Note:** [Automations that include the deleted action](https://support.wix.com/en/article/wix-automations-creating-an-automation-with-the-new-builder#step-4-choose-an-action) can no longer execute it.
43
52
  * @param - ID of the app that defines the action.
44
53
  */
45
- (actionAppId: string, options: NonNullablePaths<DeleteActionOptions, `actionKey`, 2>): Promise<void>;
54
+ (actionAppId: string, options: NonNullablePaths<DeleteActionOptions, `actionKey`, 2>): Promise<void & {
55
+ __applicationErrorsType?: DeleteActionApplicationErrors;
56
+ }>;
46
57
  }
47
58
  declare function getRuntimeAction$1(httpClient: HttpClient): GetRuntimeActionSignature;
48
59
  interface GetRuntimeActionSignature {
49
60
  /**
50
- * Retrieves the runtime configuration of an action by its app ID and action key.
61
+ * Retrieves the version of an action that's currently active on the site.
62
+ *
63
+ * - To retrieve a specific action version by ID, call [Get Action](https://dev.wix.com/docs/api-reference/business-management/automations/actions/action-catalog/get-action).
64
+ * - To retrieve the latest version of the action regardless of the site on which it's installed, call [Get Latest Action](https://dev.wix.com/docs/api-reference/business-management/automations/actions/action-catalog/get-latest-action).
51
65
  */
52
- (identifiers: NonNullablePaths<GetRuntimeActionIdentifiers, `actionKey` | `appId`, 2>): Promise<NonNullablePaths<GetRuntimeActionResponse, `action.appId` | `action.actionKey` | `action.implementedMethods.validateConfiguration` | `action.implementedMethods.getQuotaInfo` | `action.executionType` | `action.interfaceConfiguration.type`, 4>>;
66
+ (identifiers: NonNullablePaths<GetRuntimeActionIdentifiers, `actionKey` | `appId`, 2>): Promise<NonNullablePaths<GetRuntimeActionResponse, `action.appId` | `action.actionKey` | `action.implementedMethods.validateConfiguration` | `action.implementedMethods.getQuotaInfo` | `action.executionType` | `action.interfaceConfiguration.type`, 4> & {
67
+ __applicationErrorsType?: GetRuntimeActionApplicationErrors;
68
+ }>;
53
69
  }
54
70
  declare function getLatestAction$1(httpClient: HttpClient): GetLatestActionSignature;
55
71
  interface GetLatestActionSignature {
56
72
  /**
57
- * Retrieves the latest version of an action by its app ID and action key.
73
+ * Retrieves the latest version of an action, regardless of the site on which it's installed.
74
+ *
75
+ * When an app developer updates an action, the new version doesn't immediately become active on every site. This method retrieves the latest version of the action as defined in the [app dashboard](https://dev.wix.com/docs/build-apps/develop-your-app/app-dashboard/about-the-app-dashboard).
76
+ *
77
+ * - To retrieve the version of the action that's active on the current site, call [Get Runtime Action](https://dev.wix.com/docs/api-reference/business-management/automations/actions/action-catalog/get-runtime-action).
58
78
  */
59
- (identifiers: NonNullablePaths<GetLatestActionIdentifiers, `actionKey` | `appId`, 2>, options?: GetLatestActionOptions): Promise<NonNullablePaths<GetLatestActionResponse, `action.appId` | `action.actionKey` | `action.implementedMethods.validateConfiguration` | `action.implementedMethods.getQuotaInfo` | `action.executionType` | `action.interfaceConfiguration.type`, 4>>;
79
+ (identifiers: NonNullablePaths<GetLatestActionIdentifiers, `actionKey` | `appId`, 2>, options?: GetLatestActionOptions): Promise<NonNullablePaths<GetLatestActionResponse, `action.appId` | `action.actionKey` | `action.implementedMethods.validateConfiguration` | `action.implementedMethods.getQuotaInfo` | `action.executionType` | `action.interfaceConfiguration.type`, 4> & {
80
+ __applicationErrorsType?: GetLatestActionApplicationErrors;
81
+ }>;
60
82
  }
61
83
  declare function getActionDynamicInputSchema$1(httpClient: HttpClient): GetActionDynamicInputSchemaSignature;
62
84
  interface GetActionDynamicInputSchemaSignature {
@@ -64,7 +86,9 @@ interface GetActionDynamicInputSchemaSignature {
64
86
  * Retrieves an action's dynamic [input schema](https://dev.wix.com/docs/api-reference/business-management/automations/actions/the-action-input-schema) and [UI schema](https://dev.wix.com/docs/api-reference/business-management/automations/actions/about-actions#the-ui-schema), based on the [action's input mapping](https://dev.wix.com/docs/api-reference/business-management/automations/actions/about-actions#understanding-input-mapping).
65
87
  * @param - ID of the [app that created the action](https://dev.wix.com/docs/api-reference/business-management/automations/actions/add-an-action-to-your-app).
66
88
  */
67
- (appId: string, options: NonNullablePaths<GetActionDynamicInputSchemaOptions, `actionKey` | `inputMapping`, 2>): Promise<GetActionDynamicInputSchemaResponse>;
89
+ (appId: string, options: NonNullablePaths<GetActionDynamicInputSchemaOptions, `actionKey` | `inputMapping`, 2>): Promise<GetActionDynamicInputSchemaResponse & {
90
+ __applicationErrorsType?: GetActionDynamicInputSchemaApplicationErrors;
91
+ }>;
68
92
  }
69
93
  declare function resolveActions$1(httpClient: HttpClient): ResolveActionsSignature;
70
94
  interface ResolveActionsSignature {
@@ -73,7 +97,9 @@ interface ResolveActionsSignature {
73
97
  *
74
98
  * The site's action catalog contains actions provided by all the apps installed on the site. Wix users can add these actions as building blocks in their automations. To reference a retrieved action when creating or updating an automation, use the `appId` and `actionKey` pair.
75
99
  */
76
- (options?: ResolveActionsOptions): Promise<NonNullablePaths<ResolveActionsResponse, `actions` | `actions.${number}.appId` | `actions.${number}.actionKey` | `actions.${number}.implementedMethods.validateConfiguration` | `actions.${number}.implementedMethods.getQuotaInfo` | `actions.${number}.executionType` | `actions.${number}.interfaceConfiguration.type`, 5>>;
100
+ (options?: ResolveActionsOptions): Promise<NonNullablePaths<ResolveActionsResponse, `actions` | `actions.${number}.appId` | `actions.${number}.actionKey` | `actions.${number}.implementedMethods.validateConfiguration` | `actions.${number}.implementedMethods.getQuotaInfo` | `actions.${number}.executionType` | `actions.${number}.interfaceConfiguration.type`, 5> & {
101
+ __applicationErrorsType?: ResolveActionsApplicationErrors;
102
+ }>;
77
103
  }
78
104
  declare function copyInputMapping$1(httpClient: HttpClient): CopyInputMappingSignature;
79
105
  interface CopyInputMappingSignature {
@@ -83,7 +109,9 @@ interface CopyInputMappingSignature {
83
109
  * Used by the automations editor when a Wix user duplicates an action that contains values, such as IDs, that must remain unique across multiple actions. If the action's service plugin implements `DuplicateInputMapping`, the input mapping is passed through it; otherwise, the original input mapping is returned unchanged.
84
110
  * @param - ID of the app that defines the action.
85
111
  */
86
- (appId: string, options: NonNullablePaths<CopyInputMappingOptions, `actionKey` | `inputMapping`, 2>): Promise<CopyInputMappingResponse>;
112
+ (appId: string, options: NonNullablePaths<CopyInputMappingOptions, `actionKey` | `inputMapping`, 2>): Promise<CopyInputMappingResponse & {
113
+ __applicationErrorsType?: CopyInputMappingApplicationErrors;
114
+ }>;
87
115
  }
88
116
  declare function getActionDynamicOutputSchema$1(httpClient: HttpClient): GetActionDynamicOutputSchemaSignature;
89
117
  interface GetActionDynamicOutputSchemaSignature {
@@ -91,7 +119,9 @@ interface GetActionDynamicOutputSchemaSignature {
91
119
  * Retrieves an [action's dynamic output schema](https://dev.wix.com/docs/api-reference/business-management/automations/actions/about-actions#the-output-schema), based on the action's input mapping.
92
120
  * @param - ID of the [app that created the action](https://dev.wix.com/docs/api-reference/business-management/automations/actions/add-an-action-to-your-app).
93
121
  */
94
- (appId: string, options: NonNullablePaths<GetActionDynamicOutputSchemaOptions, `actionKey` | `inputMapping`, 2>): Promise<GetActionDynamicOutputSchemaResponse>;
122
+ (appId: string, options: NonNullablePaths<GetActionDynamicOutputSchemaOptions, `actionKey` | `inputMapping`, 2>): Promise<GetActionDynamicOutputSchemaResponse & {
123
+ __applicationErrorsType?: GetActionDynamicOutputSchemaApplicationErrors;
124
+ }>;
95
125
  }
96
126
  declare function bulkGetActionDynamicOutputSchemas$1(httpClient: HttpClient): BulkGetActionDynamicOutputSchemasSignature;
97
127
  interface BulkGetActionDynamicOutputSchemasSignature {
@@ -109,7 +139,9 @@ interface GenerateInputMappingFromIntentSignature {
109
139
  * Generates an action's input mapping from a natural language description of the desired configuration.
110
140
  * @param - ID of the app that defines the action.
111
141
  */
112
- (appId: string, options: NonNullablePaths<GenerateInputMappingFromIntentOptions, `actionKey` | `actionSchema` | `conversationId` | `intent`, 2>): Promise<NonNullablePaths<GenerateInputMappingFromIntentResponse, `additionalInformationRequiredInfo.feedback` | `status`, 3>>;
142
+ (appId: string, options: NonNullablePaths<GenerateInputMappingFromIntentOptions, `actionKey` | `actionSchema` | `conversationId` | `intent`, 2>): Promise<NonNullablePaths<GenerateInputMappingFromIntentResponse, `additionalInformationRequiredInfo.feedback` | `status`, 3> & {
143
+ __applicationErrorsType?: GenerateInputMappingFromIntentApplicationErrors;
144
+ }>;
113
145
  }
114
146
  declare function queryLatestActions$1(httpClient: HttpClient): QueryLatestActionsSignature;
115
147
  interface QueryLatestActionsSignature {
@@ -117,7 +149,21 @@ interface QueryLatestActionsSignature {
117
149
  * Retrieves a list of the latest version of each action, based on the provided paging, filtering, and sorting.
118
150
  *
119
151
  * To retrieve all stored versions of each action, call [Query Actions](https://dev.wix.com/docs/api-reference/business-management/automations/actions/action-catalog/query-actions).
152
+ *
153
+ *
154
+ * Query Latest Actions runs with these defaults, which you can override:
155
+ *
156
+ * - `createdDate` is sorted in `DESC` order.
157
+ * - `paging.limit` is `50`.
158
+ * - `paging.offset` is `0`.
159
+ *
160
+ * To learn about working with query methods, see:
161
+ * - [API Query Language](https://dev.wix.com/docs/api-reference/articles/getting-started/api-query-language)
162
+ * - [Sorting and Paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-sorting-and-paging)
163
+ * - [Field projection](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-field-projection)
120
164
  * @param - Query options.
165
+ *
166
+ * See [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language) for more information.
121
167
  */
122
168
  (query: QueryV2): Promise<NonNullablePaths<QueryLatestActionsResponse, `results` | `results.${number}.appId` | `results.${number}.actionKey` | `results.${number}.implementedMethods.validateConfiguration` | `results.${number}.implementedMethods.getQuotaInfo` | `results.${number}.executionType` | `results.${number}.interfaceConfiguration.type`, 5>>;
123
169
  }
@@ -141,4 +187,4 @@ declare const generateInputMappingFromIntent: MaybeContext<BuildRESTFunction<typ
141
187
  declare const queryLatestActions: MaybeContext<BuildRESTFunction<typeof queryLatestActions$1> & typeof queryLatestActions$1>;
142
188
  declare const queryActions: MaybeContext<BuildRESTFunction<typeof customQueryActions> & typeof customQueryActions>;
143
189
 
144
- export { Action, ActionInputMappings, ActionQuery, ActionsQueryBuilder, BulkGetActionDynamicOutputSchemasResponse, CopyInputMappingOptions, CopyInputMappingResponse, CreateActionOptions, DeleteActionOptions, GenerateInputMappingFromIntentOptions, GenerateInputMappingFromIntentResponse, GetActionDynamicInputSchemaOptions, GetActionDynamicInputSchemaResponse, GetActionDynamicOutputSchemaOptions, GetActionDynamicOutputSchemaResponse, GetLatestActionIdentifiers, GetLatestActionOptions, GetLatestActionResponse, GetRuntimeActionIdentifiers, GetRuntimeActionResponse, QueryLatestActionsResponse, QueryV2, ResolveActionsOptions, ResolveActionsResponse, UpdateActionOptions, bulkGetActionDynamicOutputSchemas, copyInputMapping, createAction, deleteAction, generateInputMappingFromIntent, getAction, getActionDynamicInputSchema, getActionDynamicOutputSchema, getLatestAction, getRuntimeAction, queryActions, queryLatestActions, resolveActions, updateAction };
190
+ export { Action, ActionInputMappings, ActionQuery, ActionsQueryBuilder, BulkGetActionDynamicOutputSchemasResponse, CopyInputMappingApplicationErrors, CopyInputMappingOptions, CopyInputMappingResponse, CreateActionApplicationErrors, CreateActionOptions, DeleteActionApplicationErrors, DeleteActionOptions, GenerateInputMappingFromIntentApplicationErrors, GenerateInputMappingFromIntentOptions, GenerateInputMappingFromIntentResponse, GetActionDynamicInputSchemaApplicationErrors, GetActionDynamicInputSchemaOptions, GetActionDynamicInputSchemaResponse, GetActionDynamicOutputSchemaApplicationErrors, GetActionDynamicOutputSchemaOptions, GetActionDynamicOutputSchemaResponse, GetLatestActionApplicationErrors, GetLatestActionIdentifiers, GetLatestActionOptions, GetLatestActionResponse, GetRuntimeActionApplicationErrors, GetRuntimeActionIdentifiers, GetRuntimeActionResponse, QueryLatestActionsResponse, QueryV2, ResolveActionsApplicationErrors, ResolveActionsOptions, ResolveActionsResponse, UpdateActionApplicationErrors, UpdateActionOptions, bulkGetActionDynamicOutputSchemas, copyInputMapping, createAction, deleteAction, generateInputMappingFromIntent, getAction, getActionDynamicInputSchema, getActionDynamicOutputSchema, getLatestAction, getRuntimeAction, queryActions, queryLatestActions, resolveActions, updateAction };
@@ -777,6 +777,7 @@ async function deleteAction2(actionAppId, options) {
777
777
  try {
778
778
  const result = await httpClient.request(reqOpts);
779
779
  sideEffects?.onSuccess?.(result);
780
+ return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
780
781
  } catch (err) {
781
782
  const transformedError = (0, import_transform_error.transformError)(
782
783
  err,