@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.
- package/build/cjs/index.js +20 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +20 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +20 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +20 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +20 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +20 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +20 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +20 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +20 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +20 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +20 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +20 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -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
|
};
|