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