@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/meta.js
CHANGED
|
@@ -100,6 +100,14 @@ 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"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
srcPath: "/automations/v1/events/test-automation",
|
|
110
|
+
destPath: "/v1/events/test-automation"
|
|
103
111
|
}
|
|
104
112
|
],
|
|
105
113
|
"platform.rise.ai": [
|
|
@@ -124,6 +132,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
124
132
|
{
|
|
125
133
|
srcPath: "/automations/v1/events/cancel",
|
|
126
134
|
destPath: "/v1/events/cancel"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
138
|
+
destPath: "/v1/events/rerun-activation"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
srcPath: "/automations/v1/events/test-automation",
|
|
142
|
+
destPath: "/v1/events/test-automation"
|
|
127
143
|
}
|
|
128
144
|
],
|
|
129
145
|
_: [
|
|
@@ -142,6 +158,14 @@ function resolveWixAutomationsEsbResolverV1EsbConfigResolverUrl(opts) {
|
|
|
142
158
|
{
|
|
143
159
|
srcPath: "/automations/v1/events/bulk-report",
|
|
144
160
|
destPath: "/v1/events/bulk-report"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
srcPath: "/automations/esbConfigResolver/v1/events/rerun-activation",
|
|
164
|
+
destPath: "/v1/events/rerun-activation"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
srcPath: "/automations/v1/events/test-automation",
|
|
168
|
+
destPath: "/v1/events/test-automation"
|
|
145
169
|
}
|
|
146
170
|
]
|
|
147
171
|
};
|