@wix/auto_sdk_events_orders 1.0.46 → 1.0.48

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",
@@ -141,6 +145,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
141
145
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
142
146
  destPath: "/v1/ticket-definitions"
143
147
  },
148
+ {
149
+ srcPath: "/_api/wix-events-web/v1/tickets",
150
+ destPath: "/v1/tickets"
151
+ },
144
152
  {
145
153
  srcPath: "/_api/wix-events-web/v1/tickets/available",
146
154
  destPath: "/v1/tickets/available"
@@ -331,6 +339,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
331
339
  }
332
340
  ],
333
341
  "editor-flow.wixapps.net": [
342
+ {
343
+ srcPath: "/_api/wix-events-web/v1/tickets",
344
+ destPath: "/v1/tickets"
345
+ },
334
346
  {
335
347
  srcPath: "/_api/wix-events-web/v1/checkout",
336
348
  destPath: "/v1/checkout"
@@ -349,6 +361,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
349
361
  }
350
362
  ],
351
363
  "editor.wixapps.net": [
364
+ {
365
+ srcPath: "/_api/wix-events-web/v1/tickets",
366
+ destPath: "/v1/tickets"
367
+ },
352
368
  {
353
369
  srcPath: "/_api/wix-events-web/v1/checkout",
354
370
  destPath: "/v1/checkout"
@@ -592,10 +608,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
592
608
  srcPath: "/events/v1/events",
593
609
  destPath: "/v1/events"
594
610
  },
595
- {
596
- srcPath: "/events/v1/tickets",
597
- destPath: "/v1/tickets"
598
- },
599
611
  {
600
612
  srcPath: "/events/v1/categories",
601
613
  destPath: "/v1/categories"
@@ -667,10 +679,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
667
679
  {
668
680
  srcPath: "/_api/wix-events-web/v1/orders",
669
681
  destPath: "/v1/orders"
670
- },
671
- {
672
- srcPath: "/_api/wix-events-web/v1/tickets",
673
- destPath: "/v1/tickets"
674
682
  }
675
683
  ],
676
684
  "editor.wixapps.net": [
@@ -697,10 +705,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
697
705
  {
698
706
  srcPath: "/_api/wix-events-web/v1/orders",
699
707
  destPath: "/v1/orders"
700
- },
701
- {
702
- srcPath: "/_api/wix-events-web/v1/tickets",
703
- destPath: "/v1/tickets"
704
708
  }
705
709
  ],
706
710
  "*.dev.wix-code.com": [
@@ -779,10 +783,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
779
783
  {
780
784
  srcPath: "/_api/wix-events-web/v1/orders",
781
785
  destPath: "/v1/orders"
782
- },
783
- {
784
- srcPath: "/_api/wix-events-web/v1/tickets",
785
- destPath: "/v1/tickets"
786
786
  }
787
787
  ],
788
788
  "editor._base_domain_": [