@wix/auto_sdk_events_categories 1.0.33 → 1.0.35
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 +3 -3
package/build/cjs/index.js
CHANGED
|
@@ -256,10 +256,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
256
256
|
srcPath: "/events/v1/events",
|
|
257
257
|
destPath: "/v1/events"
|
|
258
258
|
},
|
|
259
|
-
{
|
|
260
|
-
srcPath: "/events/v1/tickets",
|
|
261
|
-
destPath: "/v1/tickets"
|
|
262
|
-
},
|
|
263
259
|
{
|
|
264
260
|
srcPath: "/events/v1/categories",
|
|
265
261
|
destPath: "/v1/categories"
|
|
@@ -331,10 +327,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
331
327
|
{
|
|
332
328
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
333
329
|
destPath: "/v1/orders"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
337
|
-
destPath: "/v1/tickets"
|
|
338
330
|
}
|
|
339
331
|
],
|
|
340
332
|
"editor.wixapps.net": [
|
|
@@ -361,10 +353,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
361
353
|
{
|
|
362
354
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
363
355
|
destPath: "/v1/orders"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
367
|
-
destPath: "/v1/tickets"
|
|
368
356
|
}
|
|
369
357
|
],
|
|
370
358
|
"*.dev.wix-code.com": [
|
|
@@ -443,10 +431,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
443
431
|
{
|
|
444
432
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
445
433
|
destPath: "/v1/orders"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
449
|
-
destPath: "/v1/tickets"
|
|
450
434
|
}
|
|
451
435
|
],
|
|
452
436
|
"editor._base_domain_": [
|