@wix/auto_sdk_events_ticket-definitions 1.0.32 → 1.0.34

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.
@@ -64,6 +64,14 @@ var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
64
64
  function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
65
65
  const domainToMappings = {
66
66
  "manage._base_domain_": [
67
+ {
68
+ srcPath: "/_api/wix-events-web/v1/tickets",
69
+ destPath: "/v1/tickets"
70
+ },
71
+ {
72
+ srcPath: "/events/v1/tickets",
73
+ destPath: "/v1/tickets"
74
+ },
67
75
  {
68
76
  srcPath: "/events/v1/ticket-definitions",
69
77
  destPath: "/v1/ticket-definitions"
@@ -172,6 +180,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
172
180
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
173
181
  destPath: "/v1/ticket-definitions"
174
182
  },
183
+ {
184
+ srcPath: "/_api/wix-events-web/v1/tickets",
185
+ destPath: "/v1/tickets"
186
+ },
175
187
  {
176
188
  srcPath: "/_api/wix-events-web/v1/tickets/available",
177
189
  destPath: "/v1/tickets/available"
@@ -198,6 +210,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
198
210
  srcPath: "/_api/events/v1/checkout",
199
211
  destPath: "/v1/checkout"
200
212
  },
213
+ {
214
+ srcPath: "/_api/wix-events-web/v1/tickets",
215
+ destPath: "/v1/tickets"
216
+ },
201
217
  {
202
218
  srcPath: "/_api/wix-events-web/v1/checkout",
203
219
  destPath: "/v1/checkout"
@@ -236,6 +252,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
236
252
  srcPath: "/_api/events/v1/checkout",
237
253
  destPath: "/v1/checkout"
238
254
  },
255
+ {
256
+ srcPath: "/_api/wix-events-web/v1/tickets",
257
+ destPath: "/v1/tickets"
258
+ },
239
259
  {
240
260
  srcPath: "/_api/wix-events-web/v1/checkout",
241
261
  destPath: "/v1/checkout"
@@ -274,6 +294,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
274
294
  srcPath: "/_api/events/v1/checkout",
275
295
  destPath: "/v1/checkout"
276
296
  },
297
+ {
298
+ srcPath: "/_api/wix-events-web/v1/tickets",
299
+ destPath: "/v1/tickets"
300
+ },
277
301
  {
278
302
  srcPath: "/_api/wix-events-web/v1/checkout",
279
303
  destPath: "/v1/checkout"
@@ -328,6 +352,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
328
352
  }
329
353
  ],
330
354
  "api._base_domain_": [
355
+ {
356
+ srcPath: "/events/v1/tickets",
357
+ destPath: "/v1/tickets"
358
+ },
331
359
  {
332
360
  srcPath: "/events/v1/checkout",
333
361
  destPath: "/v1/checkout"
@@ -346,6 +374,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
346
374
  }
347
375
  ],
348
376
  "editor-flow.wixapps.net": [
377
+ {
378
+ srcPath: "/_api/wix-events-web/v1/tickets",
379
+ destPath: "/v1/tickets"
380
+ },
349
381
  {
350
382
  srcPath: "/_api/wix-events-web/v1/checkout",
351
383
  destPath: "/v1/checkout"
@@ -364,6 +396,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
364
396
  }
365
397
  ],
366
398
  "editor.wixapps.net": [
399
+ {
400
+ srcPath: "/_api/wix-events-web/v1/tickets",
401
+ destPath: "/v1/tickets"
402
+ },
367
403
  {
368
404
  srcPath: "/_api/wix-events-web/v1/checkout",
369
405
  destPath: "/v1/checkout"