@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
|
@@ -104,6 +104,10 @@ 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"
|
|
107
111
|
}
|
|
108
112
|
],
|
|
109
113
|
"platform.rise.ai": [
|
|
@@ -128,6 +132,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
128
132
|
{
|
|
129
133
|
srcPath: "/automations/v1/events/cancel",
|
|
130
134
|
destPath: "/v1/events/cancel"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
138
|
+
destPath: "/v1/events/rerun-activation"
|
|
131
139
|
}
|
|
132
140
|
],
|
|
133
141
|
_: [
|
|
@@ -146,6 +154,10 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
146
154
|
{
|
|
147
155
|
srcPath: "/automations/v1/events/bulk-report",
|
|
148
156
|
destPath: "/v1/events/bulk-report"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
160
|
+
destPath: "/v1/events/rerun-activation"
|
|
149
161
|
}
|
|
150
162
|
]
|
|
151
163
|
};
|