@wix/auto_sdk_events_orders 1.0.45 → 1.0.47
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 +36 -36
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +36 -36
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +36 -36
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +36 -36
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +36 -36
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +36 -36
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +36 -36
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +36 -36
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +36 -36
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +36 -36
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +36 -36
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +36 -36
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -17,6 +17,14 @@ import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
|
|
|
17
17
|
function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
18
18
|
const domainToMappings = {
|
|
19
19
|
"manage._base_domain_": [
|
|
20
|
+
{
|
|
21
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
22
|
+
destPath: "/v1/tickets"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
srcPath: "/events/v1/tickets",
|
|
26
|
+
destPath: "/v1/tickets"
|
|
27
|
+
},
|
|
20
28
|
{
|
|
21
29
|
srcPath: "/events/v1/ticket-definitions",
|
|
22
30
|
destPath: "/v1/ticket-definitions"
|
|
@@ -125,6 +133,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
125
133
|
srcPath: "/_api/wix-events-web/v1/ticket-definitions",
|
|
126
134
|
destPath: "/v1/ticket-definitions"
|
|
127
135
|
},
|
|
136
|
+
{
|
|
137
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
138
|
+
destPath: "/v1/tickets"
|
|
139
|
+
},
|
|
128
140
|
{
|
|
129
141
|
srcPath: "/_api/wix-events-web/v1/tickets/available",
|
|
130
142
|
destPath: "/v1/tickets/available"
|
|
@@ -151,6 +163,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
151
163
|
srcPath: "/_api/events/v1/checkout",
|
|
152
164
|
destPath: "/v1/checkout"
|
|
153
165
|
},
|
|
166
|
+
{
|
|
167
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
168
|
+
destPath: "/v1/tickets"
|
|
169
|
+
},
|
|
154
170
|
{
|
|
155
171
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
156
172
|
destPath: "/v1/checkout"
|
|
@@ -189,6 +205,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
189
205
|
srcPath: "/_api/events/v1/checkout",
|
|
190
206
|
destPath: "/v1/checkout"
|
|
191
207
|
},
|
|
208
|
+
{
|
|
209
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
210
|
+
destPath: "/v1/tickets"
|
|
211
|
+
},
|
|
192
212
|
{
|
|
193
213
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
194
214
|
destPath: "/v1/checkout"
|
|
@@ -227,6 +247,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
227
247
|
srcPath: "/_api/events/v1/checkout",
|
|
228
248
|
destPath: "/v1/checkout"
|
|
229
249
|
},
|
|
250
|
+
{
|
|
251
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
252
|
+
destPath: "/v1/tickets"
|
|
253
|
+
},
|
|
230
254
|
{
|
|
231
255
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
232
256
|
destPath: "/v1/checkout"
|
|
@@ -281,6 +305,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
281
305
|
}
|
|
282
306
|
],
|
|
283
307
|
"api._base_domain_": [
|
|
308
|
+
{
|
|
309
|
+
srcPath: "/events/v1/tickets",
|
|
310
|
+
destPath: "/v1/tickets"
|
|
311
|
+
},
|
|
284
312
|
{
|
|
285
313
|
srcPath: "/events/v1/checkout",
|
|
286
314
|
destPath: "/v1/checkout"
|
|
@@ -299,6 +327,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
299
327
|
}
|
|
300
328
|
],
|
|
301
329
|
"editor-flow.wixapps.net": [
|
|
330
|
+
{
|
|
331
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
332
|
+
destPath: "/v1/tickets"
|
|
333
|
+
},
|
|
302
334
|
{
|
|
303
335
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
304
336
|
destPath: "/v1/checkout"
|
|
@@ -317,6 +349,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
317
349
|
}
|
|
318
350
|
],
|
|
319
351
|
"editor.wixapps.net": [
|
|
352
|
+
{
|
|
353
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
354
|
+
destPath: "/v1/tickets"
|
|
355
|
+
},
|
|
320
356
|
{
|
|
321
357
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
322
358
|
destPath: "/v1/checkout"
|
|
@@ -514,10 +550,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
514
550
|
srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
|
|
515
551
|
destPath: "/v1/bulk-async/categories"
|
|
516
552
|
},
|
|
517
|
-
{
|
|
518
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
519
|
-
destPath: "/v1/tickets"
|
|
520
|
-
},
|
|
521
553
|
{
|
|
522
554
|
srcPath: "/events/v1/events",
|
|
523
555
|
destPath: "/v1/events"
|
|
@@ -542,10 +574,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
542
574
|
srcPath: "/events/v1/reports",
|
|
543
575
|
destPath: "/v1/reports"
|
|
544
576
|
},
|
|
545
|
-
{
|
|
546
|
-
srcPath: "/events/v1/tickets",
|
|
547
|
-
destPath: "/v1/tickets"
|
|
548
|
-
},
|
|
549
577
|
{
|
|
550
578
|
srcPath: "/events/v1/orders",
|
|
551
579
|
destPath: "/v1/orders"
|
|
@@ -617,10 +645,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
617
645
|
{
|
|
618
646
|
srcPath: "/events/v1/orders",
|
|
619
647
|
destPath: "/v1/orders"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
srcPath: "/events/v1/tickets",
|
|
623
|
-
destPath: "/v1/tickets"
|
|
624
648
|
}
|
|
625
649
|
],
|
|
626
650
|
_: [
|
|
@@ -647,10 +671,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
647
671
|
{
|
|
648
672
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
649
673
|
destPath: "/v1/orders"
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
653
|
-
destPath: "/v1/tickets"
|
|
654
674
|
}
|
|
655
675
|
],
|
|
656
676
|
"editor.wixapps.net": [
|
|
@@ -677,10 +697,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
677
697
|
{
|
|
678
698
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
679
699
|
destPath: "/v1/orders"
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
683
|
-
destPath: "/v1/tickets"
|
|
684
700
|
}
|
|
685
701
|
],
|
|
686
702
|
"*.dev.wix-code.com": [
|
|
@@ -759,10 +775,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
759
775
|
{
|
|
760
776
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
761
777
|
destPath: "/v1/orders"
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
765
|
-
destPath: "/v1/tickets"
|
|
766
778
|
}
|
|
767
779
|
],
|
|
768
780
|
"editor._base_domain_": [
|
|
@@ -785,10 +797,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
785
797
|
{
|
|
786
798
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
787
799
|
destPath: "/v1/orders"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
791
|
-
destPath: "/v1/tickets"
|
|
792
800
|
}
|
|
793
801
|
],
|
|
794
802
|
"blocks._base_domain_": [
|
|
@@ -811,10 +819,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
811
819
|
{
|
|
812
820
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
813
821
|
destPath: "/v1/orders"
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
817
|
-
destPath: "/v1/tickets"
|
|
818
822
|
}
|
|
819
823
|
],
|
|
820
824
|
"create.editorx": [
|
|
@@ -837,10 +841,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
837
841
|
{
|
|
838
842
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
839
843
|
destPath: "/v1/orders"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
843
|
-
destPath: "/v1/tickets"
|
|
844
844
|
}
|
|
845
845
|
]
|
|
846
846
|
};
|