@wix/auto_sdk_events_orders 1.0.48 → 1.0.49

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.
@@ -281,9 +281,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
281
281
  {
282
282
  srcPath: "/_api/wix-events-web/v1/tickets/available",
283
283
  destPath: "/v1/tickets/available"
284
+ },
285
+ {
286
+ srcPath: "/_api/wix-events-web/v1/tickets",
287
+ destPath: "/v1/tickets"
284
288
  }
285
289
  ],
286
290
  "*.pub.wix-code.com": [
291
+ {
292
+ srcPath: "/_api/wix-events-web/v1/tickets",
293
+ destPath: "/v1/tickets"
294
+ },
287
295
  {
288
296
  srcPath: "/_api/wix-events-web/v1/checkout",
289
297
  destPath: "/v1/checkout"
@@ -368,6 +376,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
368
376
  }
369
377
  ],
370
378
  "www._base_domain_": [
379
+ {
380
+ srcPath: "/_api/wix-events-web/v1/tickets",
381
+ destPath: "/v1/tickets"
382
+ },
371
383
  {
372
384
  srcPath: "/_api/wix-events-web/v1/checkout",
373
385
  destPath: "/v1/checkout"
@@ -502,10 +514,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
502
514
  {
503
515
  srcPath: "/_api/wix-events-web/v1/orders",
504
516
  destPath: "/v1/orders"
505
- },
506
- {
507
- srcPath: "/_api/wix-events-web/v1/tickets",
508
- destPath: "/v1/tickets"
509
517
  }
510
518
  ],
511
519
  "apps._base_domain_": [
@@ -716,10 +724,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
716
724
  {
717
725
  srcPath: "/_api/wix-events-web/v1/orders",
718
726
  destPath: "/v1/orders"
719
- },
720
- {
721
- srcPath: "/_api/wix-events-web/v1/tickets",
722
- destPath: "/v1/tickets"
723
727
  }
724
728
  ],
725
729
  "*.pub.wix-code.com": [
@@ -742,10 +746,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
742
746
  {
743
747
  srcPath: "/_api/wix-events-web/v1/orders",
744
748
  destPath: "/v1/orders"
745
- },
746
- {
747
- srcPath: "/_api/wix-events-web/v1/tickets",
748
- destPath: "/v1/tickets"
749
749
  }
750
750
  ],
751
751
  "editor-flow.wixapps.net": [