@wix/auto_sdk_automations_activations 1.0.129 → 1.0.130
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
package/build/cjs/meta.js
CHANGED
|
@@ -100,6 +100,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
100
100
|
{
|
|
101
101
|
srcPath: "/automations/v1/events/bulk-cancel",
|
|
102
102
|
destPath: "/v1/events/bulk-cancel"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
106
|
+
destPath: "/v1/events/rerun-activation"
|
|
103
107
|
}
|
|
104
108
|
],
|
|
105
109
|
"platform.rise.ai": [
|
|
@@ -124,6 +128,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
124
128
|
{
|
|
125
129
|
srcPath: "/automations/v1/events/cancel",
|
|
126
130
|
destPath: "/v1/events/cancel"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
134
|
+
destPath: "/v1/events/rerun-activation"
|
|
127
135
|
}
|
|
128
136
|
],
|
|
129
137
|
_: [
|
|
@@ -142,6 +150,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
142
150
|
{
|
|
143
151
|
srcPath: "/automations/v1/events/bulk-report",
|
|
144
152
|
destPath: "/v1/events/bulk-report"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
156
|
+
destPath: "/v1/events/rerun-activation"
|
|
145
157
|
}
|
|
146
158
|
]
|
|
147
159
|
};
|