@wix/auto_sdk_events_ticket-definitions 1.0.32 → 1.0.33

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"
@@ -198,6 +206,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
198
206
  srcPath: "/_api/events/v1/checkout",
199
207
  destPath: "/v1/checkout"
200
208
  },
209
+ {
210
+ srcPath: "/_api/wix-events-web/v1/tickets",
211
+ destPath: "/v1/tickets"
212
+ },
201
213
  {
202
214
  srcPath: "/_api/wix-events-web/v1/checkout",
203
215
  destPath: "/v1/checkout"
@@ -236,6 +248,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
236
248
  srcPath: "/_api/events/v1/checkout",
237
249
  destPath: "/v1/checkout"
238
250
  },
251
+ {
252
+ srcPath: "/_api/wix-events-web/v1/tickets",
253
+ destPath: "/v1/tickets"
254
+ },
239
255
  {
240
256
  srcPath: "/_api/wix-events-web/v1/checkout",
241
257
  destPath: "/v1/checkout"
@@ -274,6 +290,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
274
290
  srcPath: "/_api/events/v1/checkout",
275
291
  destPath: "/v1/checkout"
276
292
  },
293
+ {
294
+ srcPath: "/_api/wix-events-web/v1/tickets",
295
+ destPath: "/v1/tickets"
296
+ },
277
297
  {
278
298
  srcPath: "/_api/wix-events-web/v1/checkout",
279
299
  destPath: "/v1/checkout"
@@ -328,6 +348,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
328
348
  }
329
349
  ],
330
350
  "api._base_domain_": [
351
+ {
352
+ srcPath: "/events/v1/tickets",
353
+ destPath: "/v1/tickets"
354
+ },
331
355
  {
332
356
  srcPath: "/events/v1/checkout",
333
357
  destPath: "/v1/checkout"