@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.
@@ -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 1000
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
  };