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