@wix/auto_sdk_events_orders 1.0.44 → 1.0.46
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 -24
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +24 -24
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +24 -24
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +24 -24
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +24 -24
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +24 -24
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +24 -24
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +24 -24
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +24 -24
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +24 -24
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +24 -24
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +24 -24
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -73,6 +73,14 @@ var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
|
73
73
|
function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
74
74
|
const domainToMappings = {
|
|
75
75
|
"manage._base_domain_": [
|
|
76
|
+
{
|
|
77
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
78
|
+
destPath: "/v1/tickets"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
srcPath: "/events/v1/tickets",
|
|
82
|
+
destPath: "/v1/tickets"
|
|
83
|
+
},
|
|
76
84
|
{
|
|
77
85
|
srcPath: "/events/v1/ticket-definitions",
|
|
78
86
|
destPath: "/v1/ticket-definitions"
|
|
@@ -207,6 +215,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
207
215
|
srcPath: "/_api/events/v1/checkout",
|
|
208
216
|
destPath: "/v1/checkout"
|
|
209
217
|
},
|
|
218
|
+
{
|
|
219
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
220
|
+
destPath: "/v1/tickets"
|
|
221
|
+
},
|
|
210
222
|
{
|
|
211
223
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
212
224
|
destPath: "/v1/checkout"
|
|
@@ -245,6 +257,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
245
257
|
srcPath: "/_api/events/v1/checkout",
|
|
246
258
|
destPath: "/v1/checkout"
|
|
247
259
|
},
|
|
260
|
+
{
|
|
261
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
262
|
+
destPath: "/v1/tickets"
|
|
263
|
+
},
|
|
248
264
|
{
|
|
249
265
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
250
266
|
destPath: "/v1/checkout"
|
|
@@ -283,6 +299,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
283
299
|
srcPath: "/_api/events/v1/checkout",
|
|
284
300
|
destPath: "/v1/checkout"
|
|
285
301
|
},
|
|
302
|
+
{
|
|
303
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
304
|
+
destPath: "/v1/tickets"
|
|
305
|
+
},
|
|
286
306
|
{
|
|
287
307
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
288
308
|
destPath: "/v1/checkout"
|
|
@@ -337,6 +357,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
337
357
|
}
|
|
338
358
|
],
|
|
339
359
|
"api._base_domain_": [
|
|
360
|
+
{
|
|
361
|
+
srcPath: "/events/v1/tickets",
|
|
362
|
+
destPath: "/v1/tickets"
|
|
363
|
+
},
|
|
340
364
|
{
|
|
341
365
|
srcPath: "/events/v1/checkout",
|
|
342
366
|
destPath: "/v1/checkout"
|
|
@@ -570,10 +594,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
570
594
|
srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
|
|
571
595
|
destPath: "/v1/bulk-async/categories"
|
|
572
596
|
},
|
|
573
|
-
{
|
|
574
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
575
|
-
destPath: "/v1/tickets"
|
|
576
|
-
},
|
|
577
597
|
{
|
|
578
598
|
srcPath: "/events/v1/events",
|
|
579
599
|
destPath: "/v1/events"
|
|
@@ -598,10 +618,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
598
618
|
srcPath: "/events/v1/reports",
|
|
599
619
|
destPath: "/v1/reports"
|
|
600
620
|
},
|
|
601
|
-
{
|
|
602
|
-
srcPath: "/events/v1/tickets",
|
|
603
|
-
destPath: "/v1/tickets"
|
|
604
|
-
},
|
|
605
621
|
{
|
|
606
622
|
srcPath: "/events/v1/orders",
|
|
607
623
|
destPath: "/v1/orders"
|
|
@@ -673,10 +689,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
673
689
|
{
|
|
674
690
|
srcPath: "/events/v1/orders",
|
|
675
691
|
destPath: "/v1/orders"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
srcPath: "/events/v1/tickets",
|
|
679
|
-
destPath: "/v1/tickets"
|
|
680
692
|
}
|
|
681
693
|
],
|
|
682
694
|
_: [
|
|
@@ -841,10 +853,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
841
853
|
{
|
|
842
854
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
843
855
|
destPath: "/v1/orders"
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
847
|
-
destPath: "/v1/tickets"
|
|
848
856
|
}
|
|
849
857
|
],
|
|
850
858
|
"blocks._base_domain_": [
|
|
@@ -867,10 +875,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
867
875
|
{
|
|
868
876
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
869
877
|
destPath: "/v1/orders"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
873
|
-
destPath: "/v1/tickets"
|
|
874
878
|
}
|
|
875
879
|
],
|
|
876
880
|
"create.editorx": [
|
|
@@ -893,10 +897,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
893
897
|
{
|
|
894
898
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
895
899
|
destPath: "/v1/orders"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
899
|
-
destPath: "/v1/tickets"
|
|
900
900
|
}
|
|
901
901
|
]
|
|
902
902
|
};
|