@wix/auto_sdk_events_ticket-definitions 1.0.33 → 1.0.35

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.
@@ -55,6 +55,32 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
55
55
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
56
56
  function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
57
57
  const domainToMappings = {
58
+ "www.wixapis.com": [
59
+ {
60
+ srcPath: "/events/v1/tickets",
61
+ destPath: "/v1/tickets"
62
+ },
63
+ {
64
+ srcPath: "/events/v1/ticket-definitions",
65
+ destPath: "/v1/ticket-definitions"
66
+ },
67
+ {
68
+ srcPath: "/events/v2/ticket-definitions",
69
+ destPath: "/v2/ticket-definitions"
70
+ },
71
+ {
72
+ srcPath: "/events/v1/tickets/available",
73
+ destPath: "/v1/tickets/available"
74
+ },
75
+ {
76
+ srcPath: "/events/v1/checkout",
77
+ destPath: "/v1/checkout"
78
+ },
79
+ {
80
+ srcPath: "/events/v1/pos-checkout",
81
+ destPath: "/v1/pos-checkout"
82
+ }
83
+ ],
58
84
  "manage._base_domain_": [
59
85
  {
60
86
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -109,28 +135,6 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
109
135
  destPath: "/api"
110
136
  }
111
137
  ],
112
- "www.wixapis.com": [
113
- {
114
- srcPath: "/events/v1/ticket-definitions",
115
- destPath: "/v1/ticket-definitions"
116
- },
117
- {
118
- srcPath: "/events/v2/ticket-definitions",
119
- destPath: "/v2/ticket-definitions"
120
- },
121
- {
122
- srcPath: "/events/v1/tickets/available",
123
- destPath: "/v1/tickets/available"
124
- },
125
- {
126
- srcPath: "/events/v1/checkout",
127
- destPath: "/v1/checkout"
128
- },
129
- {
130
- srcPath: "/events/v1/pos-checkout",
131
- destPath: "/v1/pos-checkout"
132
- }
133
- ],
134
138
  _: [
135
139
  {
136
140
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -172,6 +176,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
172
176
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
173
177
  destPath: "/v1/ticket-definitions"
174
178
  },
179
+ {
180
+ srcPath: "/_api/wix-events-web/v1/tickets",
181
+ destPath: "/v1/tickets"
182
+ },
175
183
  {
176
184
  srcPath: "/_api/wix-events-web/v1/tickets/available",
177
185
  destPath: "/v1/tickets/available"
@@ -362,6 +370,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
362
370
  }
363
371
  ],
364
372
  "editor-flow.wixapps.net": [
373
+ {
374
+ srcPath: "/_api/wix-events-web/v1/tickets",
375
+ destPath: "/v1/tickets"
376
+ },
365
377
  {
366
378
  srcPath: "/_api/wix-events-web/v1/checkout",
367
379
  destPath: "/v1/checkout"
@@ -380,6 +392,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
380
392
  }
381
393
  ],
382
394
  "editor.wixapps.net": [
395
+ {
396
+ srcPath: "/_api/wix-events-web/v1/tickets",
397
+ destPath: "/v1/tickets"
398
+ },
383
399
  {
384
400
  srcPath: "/_api/wix-events-web/v1/checkout",
385
401
  destPath: "/v1/checkout"