@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.
@@ -286,7 +286,7 @@ interface ActionCodeSnippet {
286
286
  language?: CodeSnippetLanguageWithLiterals;
287
287
  /**
288
288
  * Expressions evaluated using the selected operator. this code should comply the language syntax. and format
289
- * @maxLength 1000
289
+ * @maxLength 1500
290
290
  */
291
291
  code?: string;
292
292
  }
package/build/cjs/meta.js CHANGED
@@ -142,10 +142,6 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
142
142
  {
143
143
  srcPath: "/automations/v1/events/bulk-report",
144
144
  destPath: "/v1/events/bulk-report"
145
- },
146
- {
147
- srcPath: "/automations/v1/events/rerun-activation",
148
- destPath: "/v1/events/rerun-activation"
149
145
  }
150
146
  ]
151
147
  };