@wix/auto_sdk_automations_activations 1.0.129 → 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 +24 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +24 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +24 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +24 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +24 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +24 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +24 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +24 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +24 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +24 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +24 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +24 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -104,6 +104,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
104
104
|
{
|
|
105
105
|
srcPath: "/automations/v1/events/bulk-cancel",
|
|
106
106
|
destPath: "/v1/events/bulk-cancel"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
110
|
+
destPath: "/v1/events/rerun-activation"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
srcPath: "/automations/v1/events/test-automation",
|
|
114
|
+
destPath: "/v1/events/test-automation"
|
|
107
115
|
}
|
|
108
116
|
],
|
|
109
117
|
"platform.rise.ai": [
|
|
@@ -128,6 +136,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
128
136
|
{
|
|
129
137
|
srcPath: "/automations/v1/events/cancel",
|
|
130
138
|
destPath: "/v1/events/cancel"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
142
|
+
destPath: "/v1/events/rerun-activation"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
srcPath: "/automations/v1/events/test-automation",
|
|
146
|
+
destPath: "/v1/events/test-automation"
|
|
131
147
|
}
|
|
132
148
|
],
|
|
133
149
|
_: [
|
|
@@ -146,6 +162,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
146
162
|
{
|
|
147
163
|
srcPath: "/automations/v1/events/bulk-report",
|
|
148
164
|
destPath: "/v1/events/bulk-report"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
168
|
+
destPath: "/v1/events/rerun-activation"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
srcPath: "/automations/v1/events/test-automation",
|
|
172
|
+
destPath: "/v1/events/test-automation"
|
|
149
173
|
}
|
|
150
174
|
]
|
|
151
175
|
};
|