@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.
@@ -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",
@@ -354,9 +358,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
354
358
  {
355
359
  srcPath: "/_api/wix-events-web/v1/tickets/available",
356
360
  destPath: "/v1/tickets/available"
361
+ },
362
+ {
363
+ srcPath: "/_api/wix-events-web/v1/tickets",
364
+ destPath: "/v1/tickets"
357
365
  }
358
366
  ],
359
367
  "*.pub.wix-code.com": [
368
+ {
369
+ srcPath: "/_api/wix-events-web/v1/tickets",
370
+ destPath: "/v1/tickets"
371
+ },
360
372
  {
361
373
  srcPath: "/_api/wix-events-web/v1/checkout",
362
374
  destPath: "/v1/checkout"
@@ -441,6 +453,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
441
453
  }
442
454
  ],
443
455
  "www._base_domain_": [
456
+ {
457
+ srcPath: "/_api/wix-events-web/v1/tickets",
458
+ destPath: "/v1/tickets"
459
+ },
444
460
  {
445
461
  srcPath: "/_api/wix-events-web/v1/checkout",
446
462
  destPath: "/v1/checkout"
@@ -575,10 +591,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
575
591
  {
576
592
  srcPath: "/_api/wix-events-web/v1/orders",
577
593
  destPath: "/v1/orders"
578
- },
579
- {
580
- srcPath: "/_api/wix-events-web/v1/tickets",
581
- destPath: "/v1/tickets"
582
594
  }
583
595
  ],
584
596
  "apps._base_domain_": [
@@ -666,10 +678,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
666
678
  srcPath: "/events/v1/events",
667
679
  destPath: "/v1/events"
668
680
  },
669
- {
670
- srcPath: "/events/v1/tickets",
671
- destPath: "/v1/tickets"
672
- },
673
681
  {
674
682
  srcPath: "/events/v1/categories",
675
683
  destPath: "/v1/categories"
@@ -793,10 +801,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
793
801
  {
794
802
  srcPath: "/_api/wix-events-web/v1/orders",
795
803
  destPath: "/v1/orders"
796
- },
797
- {
798
- srcPath: "/_api/wix-events-web/v1/tickets",
799
- destPath: "/v1/tickets"
800
804
  }
801
805
  ],
802
806
  "*.pub.wix-code.com": [
@@ -819,10 +823,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
819
823
  {
820
824
  srcPath: "/_api/wix-events-web/v1/orders",
821
825
  destPath: "/v1/orders"
822
- },
823
- {
824
- srcPath: "/_api/wix-events-web/v1/tickets",
825
- destPath: "/v1/tickets"
826
826
  }
827
827
  ],
828
828
  "editor-flow.wixapps.net": [