@wix/auto_sdk_automations_activations 1.0.130 → 1.0.131

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.
@@ -108,6 +108,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
108
108
  {
109
109
  srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
110
110
  destPath: "/v1/events/rerun-activation"
111
+ },
112
+ {
113
+ srcPath: "/automations/v1/events/test-automation",
114
+ destPath: "/v1/events/test-automation"
111
115
  }
112
116
  ],
113
117
  "platform.rise.ai": [
@@ -136,6 +140,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
136
140
  {
137
141
  srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
138
142
  destPath: "/v1/events/rerun-activation"
143
+ },
144
+ {
145
+ srcPath: "/automations/v1/events/test-automation",
146
+ destPath: "/v1/events/test-automation"
139
147
  }
140
148
  ],
141
149
  _: [
@@ -158,6 +166,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
158
166
  {
159
167
  srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
160
168
  destPath: "/v1/events/rerun-activation"
169
+ },
170
+ {
171
+ srcPath: "/automations/v1/events/test-automation",
172
+ destPath: "/v1/events/test-automation"
161
173
  }
162
174
  ]
163
175
  };