@wix/auto_sdk_events_ticket-definitions 1.0.35 → 1.0.36

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.
@@ -335,9 +335,17 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
335
335
  {
336
336
  srcPath: "/_api/wix-events-web/v1/tickets/available",
337
337
  destPath: "/v1/tickets/available"
338
+ },
339
+ {
340
+ srcPath: "/_api/wix-events-web/v1/tickets",
341
+ destPath: "/v1/tickets"
338
342
  }
339
343
  ],
340
344
  "*.pub.wix-code.com": [
345
+ {
346
+ srcPath: "/_api/wix-events-web/v1/tickets",
347
+ destPath: "/v1/tickets"
348
+ },
341
349
  {
342
350
  srcPath: "/_api/wix-events-web/v1/checkout",
343
351
  destPath: "/v1/checkout"
@@ -422,6 +430,10 @@ function resolveWixEventsTicketingTicketDefinitionManagementUrl(opts) {
422
430
  }
423
431
  ],
424
432
  "www._base_domain_": [
433
+ {
434
+ srcPath: "/_api/wix-events-web/v1/tickets",
435
+ destPath: "/v1/tickets"
436
+ },
425
437
  {
426
438
  srcPath: "/_api/wix-events-web/v1/checkout",
427
439
  destPath: "/v1/checkout"