@wix/auto_sdk_automations_activations 1.0.134 → 1.0.135

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.
@@ -174,6 +174,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
174
174
  {
175
175
  srcPath: "/automations/v1/events/test-automation",
176
176
  destPath: "/v1/events/test-automation"
177
+ },
178
+ {
179
+ srcPath: "/automations/esbConfigResolver/v1/events/run-automation",
180
+ destPath: "/v1/events/run-automation"
177
181
  }
178
182
  ],
179
183
  _: [
@@ -200,6 +204,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
200
204
  {
201
205
  srcPath: "/automations/v1/events/test-automation",
202
206
  destPath: "/v1/events/test-automation"
207
+ },
208
+ {
209
+ srcPath: "/automations/esbConfigResolver/v1/events/run-automation",
210
+ destPath: "/v1/events/run-automation"
203
211
  }
204
212
  ]
205
213
  };