@wix/auto_sdk_events_orders 1.0.48 → 1.0.50

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.
@@ -296,9 +296,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
296
296
  {
297
297
  srcPath: "/_api/wix-events-web/v1/tickets/available",
298
298
  destPath: "/v1/tickets/available"
299
+ },
300
+ {
301
+ srcPath: "/_api/wix-events-web/v1/tickets",
302
+ destPath: "/v1/tickets"
299
303
  }
300
304
  ],
301
305
  "*.pub.wix-code.com": [
306
+ {
307
+ srcPath: "/_api/wix-events-web/v1/tickets",
308
+ destPath: "/v1/tickets"
309
+ },
302
310
  {
303
311
  srcPath: "/_api/wix-events-web/v1/checkout",
304
312
  destPath: "/v1/checkout"
@@ -383,6 +391,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
383
391
  }
384
392
  ],
385
393
  "www._base_domain_": [
394
+ {
395
+ srcPath: "/_api/wix-events-web/v1/tickets",
396
+ destPath: "/v1/tickets"
397
+ },
386
398
  {
387
399
  srcPath: "/_api/wix-events-web/v1/checkout",
388
400
  destPath: "/v1/checkout"
@@ -517,10 +529,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
517
529
  {
518
530
  srcPath: "/_api/wix-events-web/v1/orders",
519
531
  destPath: "/v1/orders"
520
- },
521
- {
522
- srcPath: "/_api/wix-events-web/v1/tickets",
523
- destPath: "/v1/tickets"
524
532
  }
525
533
  ],
526
534
  "apps._base_domain_": [
@@ -731,10 +739,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
731
739
  {
732
740
  srcPath: "/_api/wix-events-web/v1/orders",
733
741
  destPath: "/v1/orders"
734
- },
735
- {
736
- srcPath: "/_api/wix-events-web/v1/tickets",
737
- destPath: "/v1/tickets"
738
742
  }
739
743
  ],
740
744
  "*.pub.wix-code.com": [
@@ -757,10 +761,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
757
761
  {
758
762
  srcPath: "/_api/wix-events-web/v1/orders",
759
763
  destPath: "/v1/orders"
760
- },
761
- {
762
- srcPath: "/_api/wix-events-web/v1/tickets",
763
- destPath: "/v1/tickets"
764
764
  }
765
765
  ],
766
766
  "editor-flow.wixapps.net": [