@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.
@@ -288,9 +288,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
288
288
  {
289
289
  srcPath: "/_api/wix-events-web/v1/tickets/available",
290
290
  destPath: "/v1/tickets/available"
291
+ },
292
+ {
293
+ srcPath: "/_api/wix-events-web/v1/tickets",
294
+ destPath: "/v1/tickets"
291
295
  }
292
296
  ],
293
297
  "*.pub.wix-code.com": [
298
+ {
299
+ srcPath: "/_api/wix-events-web/v1/tickets",
300
+ destPath: "/v1/tickets"
301
+ },
294
302
  {
295
303
  srcPath: "/_api/wix-events-web/v1/checkout",
296
304
  destPath: "/v1/checkout"
@@ -375,6 +383,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
375
383
  }
376
384
  ],
377
385
  "www._base_domain_": [
386
+ {
387
+ srcPath: "/_api/wix-events-web/v1/tickets",
388
+ destPath: "/v1/tickets"
389
+ },
378
390
  {
379
391
  srcPath: "/_api/wix-events-web/v1/checkout",
380
392
  destPath: "/v1/checkout"
@@ -509,10 +521,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
509
521
  {
510
522
  srcPath: "/_api/wix-events-web/v1/orders",
511
523
  destPath: "/v1/orders"
512
- },
513
- {
514
- srcPath: "/_api/wix-events-web/v1/tickets",
515
- destPath: "/v1/tickets"
516
524
  }
517
525
  ],
518
526
  "apps._base_domain_": [
@@ -723,10 +731,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
723
731
  {
724
732
  srcPath: "/_api/wix-events-web/v1/orders",
725
733
  destPath: "/v1/orders"
726
- },
727
- {
728
- srcPath: "/_api/wix-events-web/v1/tickets",
729
- destPath: "/v1/tickets"
730
734
  }
731
735
  ],
732
736
  "*.pub.wix-code.com": [
@@ -749,10 +753,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
749
753
  {
750
754
  srcPath: "/_api/wix-events-web/v1/orders",
751
755
  destPath: "/v1/orders"
752
- },
753
- {
754
- srcPath: "/_api/wix-events-web/v1/tickets",
755
- destPath: "/v1/tickets"
756
756
  }
757
757
  ],
758
758
  "editor-flow.wixapps.net": [