@wix/auto_sdk_events_orders 1.0.47 → 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",
@@ -666,10 +670,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
666
670
  srcPath: "/events/v1/events",
667
671
  destPath: "/v1/events"
668
672
  },
669
- {
670
- srcPath: "/events/v1/tickets",
671
- destPath: "/v1/tickets"
672
- },
673
673
  {
674
674
  srcPath: "/events/v1/categories",
675
675
  destPath: "/v1/categories"