@wix/auto_sdk_events_categories 1.0.34 → 1.0.36
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 +0 -16
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +0 -16
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +0 -16
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -16
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +0 -16
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +0 -16
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -16
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +0 -16
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +0 -16
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -16
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +0 -16
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +0 -16
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -165,10 +165,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
165
165
|
{
|
|
166
166
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
167
167
|
destPath: "/v1/orders"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
171
|
-
destPath: "/v1/tickets"
|
|
172
168
|
}
|
|
173
169
|
],
|
|
174
170
|
"apps._base_domain_": [
|
|
@@ -256,10 +252,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
256
252
|
srcPath: "/events/v1/events",
|
|
257
253
|
destPath: "/v1/events"
|
|
258
254
|
},
|
|
259
|
-
{
|
|
260
|
-
srcPath: "/events/v1/tickets",
|
|
261
|
-
destPath: "/v1/tickets"
|
|
262
|
-
},
|
|
263
255
|
{
|
|
264
256
|
srcPath: "/events/v1/categories",
|
|
265
257
|
destPath: "/v1/categories"
|
|
@@ -383,10 +375,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
383
375
|
{
|
|
384
376
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
385
377
|
destPath: "/v1/orders"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
389
|
-
destPath: "/v1/tickets"
|
|
390
378
|
}
|
|
391
379
|
],
|
|
392
380
|
"*.pub.wix-code.com": [
|
|
@@ -409,10 +397,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
409
397
|
{
|
|
410
398
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
411
399
|
destPath: "/v1/orders"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
415
|
-
destPath: "/v1/tickets"
|
|
416
400
|
}
|
|
417
401
|
],
|
|
418
402
|
"editor-flow.wixapps.net": [
|