@wix/auto_sdk_automations_activations 1.0.133 → 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.
@@ -130,6 +130,18 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
130
130
  {
131
131
  srcPath: "/automations/esbConfigResolver/v1/events/report",
132
132
  destPath: "/v1/events/report"
133
+ },
134
+ {
135
+ srcPath: "/automations/esbConfigResolver/v1/events/test-automation",
136
+ destPath: "/v1/events/test-automation"
137
+ },
138
+ {
139
+ srcPath: "/automations/esbConfigResolver/v1/events/run-automation",
140
+ destPath: "/v1/events/run-automation"
141
+ },
142
+ {
143
+ srcPath: "/automations/v1/events/run-automation",
144
+ destPath: "/v1/events/run-automation"
133
145
  }
134
146
  ],
135
147
  "platform.rise.ai": [
@@ -162,6 +174,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
162
174
  {
163
175
  srcPath: "/automations/v1/events/test-automation",
164
176
  destPath: "/v1/events/test-automation"
177
+ },
178
+ {
179
+ srcPath: "/automations/esbConfigResolver/v1/events/run-automation",
180
+ destPath: "/v1/events/run-automation"
165
181
  }
166
182
  ],
167
183
  _: [
@@ -188,6 +204,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
188
204
  {
189
205
  srcPath: "/automations/v1/events/test-automation",
190
206
  destPath: "/v1/events/test-automation"
207
+ },
208
+ {
209
+ srcPath: "/automations/esbConfigResolver/v1/events/run-automation",
210
+ destPath: "/v1/events/run-automation"
191
211
  }
192
212
  ]
193
213
  };