@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.
@@ -86,6 +86,32 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
86
86
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
87
87
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
88
88
  const domainToMappings = {
89
+ "www.wixapis.com": [
90
+ {
91
+ srcPath: "/events/v1/tickets",
92
+ destPath: "/v1/tickets"
93
+ },
94
+ {
95
+ srcPath: "/events/v1/ticket-definitions",
96
+ destPath: "/v1/ticket-definitions"
97
+ },
98
+ {
99
+ srcPath: "/events/v2/ticket-definitions",
100
+ destPath: "/v2/ticket-definitions"
101
+ },
102
+ {
103
+ srcPath: "/events/v1/tickets/available",
104
+ destPath: "/v1/tickets/available"
105
+ },
106
+ {
107
+ srcPath: "/events/v1/checkout",
108
+ destPath: "/v1/checkout"
109
+ },
110
+ {
111
+ srcPath: "/events/v1/pos-checkout",
112
+ destPath: "/v1/pos-checkout"
113
+ }
114
+ ],
89
115
  "manage._base_domain_": [
90
116
  {
91
117
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -140,28 +166,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
140
166
  destPath: "/api"
141
167
  }
142
168
  ],
143
- "www.wixapis.com": [
144
- {
145
- srcPath: "/events/v1/ticket-definitions",
146
- destPath: "/v1/ticket-definitions"
147
- },
148
- {
149
- srcPath: "/events/v2/ticket-definitions",
150
- destPath: "/v2/ticket-definitions"
151
- },
152
- {
153
- srcPath: "/events/v1/tickets/available",
154
- destPath: "/v1/tickets/available"
155
- },
156
- {
157
- srcPath: "/events/v1/checkout",
158
- destPath: "/v1/checkout"
159
- },
160
- {
161
- srcPath: "/events/v1/pos-checkout",
162
- destPath: "/v1/pos-checkout"
163
- }
164
- ],
165
169
  _: [
166
170
  {
167
171
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -203,6 +207,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
203
207
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
204
208
  destPath: "/v1/ticket-definitions"
205
209
  },
210
+ {
211
+ srcPath: "/_api/wix-events-web/v1/tickets",
212
+ destPath: "/v1/tickets"
213
+ },
206
214
  {
207
215
  srcPath: "/_api/wix-events-web/v1/tickets/available",
208
216
  destPath: "/v1/tickets/available"
@@ -393,6 +401,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
393
401
  }
394
402
  ],
395
403
  "editor-flow.wixapps.net": [
404
+ {
405
+ srcPath: "/_api/wix-events-web/v1/tickets",
406
+ destPath: "/v1/tickets"
407
+ },
396
408
  {
397
409
  srcPath: "/_api/wix-events-web/v1/checkout",
398
410
  destPath: "/v1/checkout"
@@ -411,6 +423,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
411
423
  }
412
424
  ],
413
425
  "editor.wixapps.net": [
426
+ {
427
+ srcPath: "/_api/wix-events-web/v1/tickets",
428
+ destPath: "/v1/tickets"
429
+ },
414
430
  {
415
431
  srcPath: "/_api/wix-events-web/v1/checkout",
416
432
  destPath: "/v1/checkout"
@@ -654,10 +670,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
654
670
  srcPath: "/events/v1/events",
655
671
  destPath: "/v1/events"
656
672
  },
657
- {
658
- srcPath: "/events/v1/tickets",
659
- destPath: "/v1/tickets"
660
- },
661
673
  {
662
674
  srcPath: "/events/v1/categories",
663
675
  destPath: "/v1/categories"
@@ -729,10 +741,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
729
741
  {
730
742
  srcPath: "/_api/wix-events-web/v1/orders",
731
743
  destPath: "/v1/orders"
732
- },
733
- {
734
- srcPath: "/_api/wix-events-web/v1/tickets",
735
- destPath: "/v1/tickets"
736
744
  }
737
745
  ],
738
746
  "editor.wixapps.net": [
@@ -759,10 +767,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
759
767
  {
760
768
  srcPath: "/_api/wix-events-web/v1/orders",
761
769
  destPath: "/v1/orders"
762
- },
763
- {
764
- srcPath: "/_api/wix-events-web/v1/tickets",
765
- destPath: "/v1/tickets"
766
770
  }
767
771
  ],
768
772
  "*.dev.wix-code.com": [
@@ -841,10 +845,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
841
845
  {
842
846
  srcPath: "/_api/wix-events-web/v1/orders",
843
847
  destPath: "/v1/orders"
844
- },
845
- {
846
- srcPath: "/_api/wix-events-web/v1/tickets",
847
- destPath: "/v1/tickets"
848
848
  }
849
849
  ],
850
850
  "editor._base_domain_": [