@wix/auto_sdk_events_categories 1.0.32 → 1.0.33
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 -24
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +0 -24
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +0 -24
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -24
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +0 -24
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +0 -24
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -24
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +0 -24
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +0 -24
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -24
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +0 -24
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +0 -24
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -210,10 +210,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
210
210
|
srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
|
|
211
211
|
destPath: "/v1/bulk-async/categories"
|
|
212
212
|
},
|
|
213
|
-
{
|
|
214
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
215
|
-
destPath: "/v1/tickets"
|
|
216
|
-
},
|
|
217
213
|
{
|
|
218
214
|
srcPath: "/events/v1/events",
|
|
219
215
|
destPath: "/v1/events"
|
|
@@ -238,10 +234,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
238
234
|
srcPath: "/events/v1/reports",
|
|
239
235
|
destPath: "/v1/reports"
|
|
240
236
|
},
|
|
241
|
-
{
|
|
242
|
-
srcPath: "/events/v1/tickets",
|
|
243
|
-
destPath: "/v1/tickets"
|
|
244
|
-
},
|
|
245
237
|
{
|
|
246
238
|
srcPath: "/events/v1/orders",
|
|
247
239
|
destPath: "/v1/orders"
|
|
@@ -313,10 +305,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
313
305
|
{
|
|
314
306
|
srcPath: "/events/v1/orders",
|
|
315
307
|
destPath: "/v1/orders"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
srcPath: "/events/v1/tickets",
|
|
319
|
-
destPath: "/v1/tickets"
|
|
320
308
|
}
|
|
321
309
|
],
|
|
322
310
|
_: [
|
|
@@ -481,10 +469,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
481
469
|
{
|
|
482
470
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
483
471
|
destPath: "/v1/orders"
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
487
|
-
destPath: "/v1/tickets"
|
|
488
472
|
}
|
|
489
473
|
],
|
|
490
474
|
"blocks._base_domain_": [
|
|
@@ -507,10 +491,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
507
491
|
{
|
|
508
492
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
509
493
|
destPath: "/v1/orders"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
513
|
-
destPath: "/v1/tickets"
|
|
514
494
|
}
|
|
515
495
|
],
|
|
516
496
|
"create.editorx": [
|
|
@@ -533,10 +513,6 @@ function resolveWixEventsCategoriesCategoryManagementUrl(opts) {
|
|
|
533
513
|
{
|
|
534
514
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
535
515
|
destPath: "/v1/orders"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
539
|
-
destPath: "/v1/tickets"
|
|
540
516
|
}
|
|
541
517
|
]
|
|
542
518
|
};
|