@wix/auto_sdk_automations_activations 1.0.111 → 1.0.113
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.
- package/build/cjs/index.js +0 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +0 -4
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js +0 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -4
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +0 -4
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs +0 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -4
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -1
- package/build/internal/cjs/index.typings.js +0 -4
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js +0 -4
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -4
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -1
- package/build/internal/es/index.typings.mjs +0 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/meta.mjs +0 -4
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -285,7 +285,7 @@ interface ActionCodeSnippet {
|
|
|
285
285
|
language?: CodeSnippetLanguageWithLiterals;
|
|
286
286
|
/**
|
|
287
287
|
* Expressions evaluated using the selected operator. this code should comply the language syntax. and format
|
|
288
|
-
* @maxLength
|
|
288
|
+
* @maxLength 1500
|
|
289
289
|
*/
|
|
290
290
|
code?: string;
|
|
291
291
|
}
|
|
@@ -2866,6 +2866,7 @@ declare function cancelEvent(triggerKey: string, externalEntityId: string): Prom
|
|
|
2866
2866
|
* @documentationMaturity preview
|
|
2867
2867
|
* @requiredField activationId
|
|
2868
2868
|
* @permissionId AUTOMATIONS.ACTIVATION_RERUN
|
|
2869
|
+
* @applicableIdentity APP
|
|
2869
2870
|
* @fqn wix.automations.esb.resolver.v1.EsbConfigResolver.RerunActivation
|
|
2870
2871
|
*/
|
|
2871
2872
|
declare function rerunActivation(activationId: string, options?: RerunActivationOptions): Promise<RerunActivationResponse>;
|
|
@@ -96,10 +96,6 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
96
96
|
{
|
|
97
97
|
srcPath: "/automations/v1/events/bulk-report",
|
|
98
98
|
destPath: "/v1/events/bulk-report"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
srcPath: "/automations/v1/events/rerun-activation",
|
|
102
|
-
destPath: "/v1/events/rerun-activation"
|
|
103
99
|
}
|
|
104
100
|
]
|
|
105
101
|
};
|