@wix/auto_sdk_events_orders 1.0.47 → 1.0.49

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.
@@ -24,6 +24,32 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
24
24
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
25
25
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
26
26
  const domainToMappings = {
27
+ "www.wixapis.com": [
28
+ {
29
+ srcPath: "/events/v1/tickets",
30
+ destPath: "/v1/tickets"
31
+ },
32
+ {
33
+ srcPath: "/events/v1/ticket-definitions",
34
+ destPath: "/v1/ticket-definitions"
35
+ },
36
+ {
37
+ srcPath: "/events/v2/ticket-definitions",
38
+ destPath: "/v2/ticket-definitions"
39
+ },
40
+ {
41
+ srcPath: "/events/v1/tickets/available",
42
+ destPath: "/v1/tickets/available"
43
+ },
44
+ {
45
+ srcPath: "/events/v1/checkout",
46
+ destPath: "/v1/checkout"
47
+ },
48
+ {
49
+ srcPath: "/events/v1/pos-checkout",
50
+ destPath: "/v1/pos-checkout"
51
+ }
52
+ ],
27
53
  "manage._base_domain_": [
28
54
  {
29
55
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -78,28 +104,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
78
104
  destPath: "/api"
79
105
  }
80
106
  ],
81
- "www.wixapis.com": [
82
- {
83
- srcPath: "/events/v1/ticket-definitions",
84
- destPath: "/v1/ticket-definitions"
85
- },
86
- {
87
- srcPath: "/events/v2/ticket-definitions",
88
- destPath: "/v2/ticket-definitions"
89
- },
90
- {
91
- srcPath: "/events/v1/tickets/available",
92
- destPath: "/v1/tickets/available"
93
- },
94
- {
95
- srcPath: "/events/v1/checkout",
96
- destPath: "/v1/checkout"
97
- },
98
- {
99
- srcPath: "/events/v1/pos-checkout",
100
- destPath: "/v1/pos-checkout"
101
- }
102
- ],
103
107
  _: [
104
108
  {
105
109
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -292,9 +296,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
292
296
  {
293
297
  srcPath: "/_api/wix-events-web/v1/tickets/available",
294
298
  destPath: "/v1/tickets/available"
299
+ },
300
+ {
301
+ srcPath: "/_api/wix-events-web/v1/tickets",
302
+ destPath: "/v1/tickets"
295
303
  }
296
304
  ],
297
305
  "*.pub.wix-code.com": [
306
+ {
307
+ srcPath: "/_api/wix-events-web/v1/tickets",
308
+ destPath: "/v1/tickets"
309
+ },
298
310
  {
299
311
  srcPath: "/_api/wix-events-web/v1/checkout",
300
312
  destPath: "/v1/checkout"
@@ -379,6 +391,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
379
391
  }
380
392
  ],
381
393
  "www._base_domain_": [
394
+ {
395
+ srcPath: "/_api/wix-events-web/v1/tickets",
396
+ destPath: "/v1/tickets"
397
+ },
382
398
  {
383
399
  srcPath: "/_api/wix-events-web/v1/checkout",
384
400
  destPath: "/v1/checkout"
@@ -513,10 +529,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
513
529
  {
514
530
  srcPath: "/_api/wix-events-web/v1/orders",
515
531
  destPath: "/v1/orders"
516
- },
517
- {
518
- srcPath: "/_api/wix-events-web/v1/tickets",
519
- destPath: "/v1/tickets"
520
532
  }
521
533
  ],
522
534
  "apps._base_domain_": [
@@ -604,10 +616,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
604
616
  srcPath: "/events/v1/events",
605
617
  destPath: "/v1/events"
606
618
  },
607
- {
608
- srcPath: "/events/v1/tickets",
609
- destPath: "/v1/tickets"
610
- },
611
619
  {
612
620
  srcPath: "/events/v1/categories",
613
621
  destPath: "/v1/categories"
@@ -731,10 +739,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
731
739
  {
732
740
  srcPath: "/_api/wix-events-web/v1/orders",
733
741
  destPath: "/v1/orders"
734
- },
735
- {
736
- srcPath: "/_api/wix-events-web/v1/tickets",
737
- destPath: "/v1/tickets"
738
742
  }
739
743
  ],
740
744
  "*.pub.wix-code.com": [
@@ -757,10 +761,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
757
761
  {
758
762
  srcPath: "/_api/wix-events-web/v1/orders",
759
763
  destPath: "/v1/orders"
760
- },
761
- {
762
- srcPath: "/_api/wix-events-web/v1/tickets",
763
- destPath: "/v1/tickets"
764
764
  }
765
765
  ],
766
766
  "editor-flow.wixapps.net": [