@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
package/build/cjs/meta.js
CHANGED
|
@@ -69,6 +69,14 @@ var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
|
69
69
|
function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
70
70
|
const domainToMappings = {
|
|
71
71
|
"manage._base_domain_": [
|
|
72
|
+
{
|
|
73
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
74
|
+
destPath: "/v1/tickets"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
srcPath: "/events/v1/tickets",
|
|
78
|
+
destPath: "/v1/tickets"
|
|
79
|
+
},
|
|
72
80
|
{
|
|
73
81
|
srcPath: "/events/v1/ticket-definitions",
|
|
74
82
|
destPath: "/v1/ticket-definitions"
|
|
@@ -203,6 +211,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
203
211
|
srcPath: "/_api/events/v1/checkout",
|
|
204
212
|
destPath: "/v1/checkout"
|
|
205
213
|
},
|
|
214
|
+
{
|
|
215
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
216
|
+
destPath: "/v1/tickets"
|
|
217
|
+
},
|
|
206
218
|
{
|
|
207
219
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
208
220
|
destPath: "/v1/checkout"
|
|
@@ -241,6 +253,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
241
253
|
srcPath: "/_api/events/v1/checkout",
|
|
242
254
|
destPath: "/v1/checkout"
|
|
243
255
|
},
|
|
256
|
+
{
|
|
257
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
258
|
+
destPath: "/v1/tickets"
|
|
259
|
+
},
|
|
244
260
|
{
|
|
245
261
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
246
262
|
destPath: "/v1/checkout"
|
|
@@ -279,6 +295,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
279
295
|
srcPath: "/_api/events/v1/checkout",
|
|
280
296
|
destPath: "/v1/checkout"
|
|
281
297
|
},
|
|
298
|
+
{
|
|
299
|
+
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
300
|
+
destPath: "/v1/tickets"
|
|
301
|
+
},
|
|
282
302
|
{
|
|
283
303
|
srcPath: "/_api/wix-events-web/v1/checkout",
|
|
284
304
|
destPath: "/v1/checkout"
|
|
@@ -333,6 +353,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
|
|
|
333
353
|
}
|
|
334
354
|
],
|
|
335
355
|
"api._base_domain_": [
|
|
356
|
+
{
|
|
357
|
+
srcPath: "/events/v1/tickets",
|
|
358
|
+
destPath: "/v1/tickets"
|
|
359
|
+
},
|
|
336
360
|
{
|
|
337
361
|
srcPath: "/events/v1/checkout",
|
|
338
362
|
destPath: "/v1/checkout"
|
|
@@ -566,10 +590,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
566
590
|
srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
|
|
567
591
|
destPath: "/v1/bulk-async/categories"
|
|
568
592
|
},
|
|
569
|
-
{
|
|
570
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
571
|
-
destPath: "/v1/tickets"
|
|
572
|
-
},
|
|
573
593
|
{
|
|
574
594
|
srcPath: "/events/v1/events",
|
|
575
595
|
destPath: "/v1/events"
|
|
@@ -594,10 +614,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
594
614
|
srcPath: "/events/v1/reports",
|
|
595
615
|
destPath: "/v1/reports"
|
|
596
616
|
},
|
|
597
|
-
{
|
|
598
|
-
srcPath: "/events/v1/tickets",
|
|
599
|
-
destPath: "/v1/tickets"
|
|
600
|
-
},
|
|
601
617
|
{
|
|
602
618
|
srcPath: "/events/v1/orders",
|
|
603
619
|
destPath: "/v1/orders"
|
|
@@ -669,10 +685,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
669
685
|
{
|
|
670
686
|
srcPath: "/events/v1/orders",
|
|
671
687
|
destPath: "/v1/orders"
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
srcPath: "/events/v1/tickets",
|
|
675
|
-
destPath: "/v1/tickets"
|
|
676
688
|
}
|
|
677
689
|
],
|
|
678
690
|
_: [
|
|
@@ -837,10 +849,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
837
849
|
{
|
|
838
850
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
839
851
|
destPath: "/v1/orders"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
843
|
-
destPath: "/v1/tickets"
|
|
844
852
|
}
|
|
845
853
|
],
|
|
846
854
|
"blocks._base_domain_": [
|
|
@@ -863,10 +871,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
863
871
|
{
|
|
864
872
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
865
873
|
destPath: "/v1/orders"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
869
|
-
destPath: "/v1/tickets"
|
|
870
874
|
}
|
|
871
875
|
],
|
|
872
876
|
"create.editorx": [
|
|
@@ -889,10 +893,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
|
|
|
889
893
|
{
|
|
890
894
|
srcPath: "/_api/wix-events-web/v1/orders",
|
|
891
895
|
destPath: "/v1/orders"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
srcPath: "/_api/wix-events-web/v1/tickets",
|
|
895
|
-
destPath: "/v1/tickets"
|
|
896
896
|
}
|
|
897
897
|
]
|
|
898
898
|
};
|