@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.
@@ -358,9 +358,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
358
358
  {
359
359
  srcPath: "/_api/wix-events-web/v1/tickets/available",
360
360
  destPath: "/v1/tickets/available"
361
+ },
362
+ {
363
+ srcPath: "/_api/wix-events-web/v1/tickets",
364
+ destPath: "/v1/tickets"
361
365
  }
362
366
  ],
363
367
  "*.pub.wix-code.com": [
368
+ {
369
+ srcPath: "/_api/wix-events-web/v1/tickets",
370
+ destPath: "/v1/tickets"
371
+ },
364
372
  {
365
373
  srcPath: "/_api/wix-events-web/v1/checkout",
366
374
  destPath: "/v1/checkout"
@@ -445,6 +453,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
445
453
  }
446
454
  ],
447
455
  "www._base_domain_": [
456
+ {
457
+ srcPath: "/_api/wix-events-web/v1/tickets",
458
+ destPath: "/v1/tickets"
459
+ },
448
460
  {
449
461
  srcPath: "/_api/wix-events-web/v1/checkout",
450
462
  destPath: "/v1/checkout"
@@ -579,10 +591,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
579
591
  {
580
592
  srcPath: "/_api/wix-events-web/v1/orders",
581
593
  destPath: "/v1/orders"
582
- },
583
- {
584
- srcPath: "/_api/wix-events-web/v1/tickets",
585
- destPath: "/v1/tickets"
586
594
  }
587
595
  ],
588
596
  "apps._base_domain_": [
@@ -793,10 +801,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
793
801
  {
794
802
  srcPath: "/_api/wix-events-web/v1/orders",
795
803
  destPath: "/v1/orders"
796
- },
797
- {
798
- srcPath: "/_api/wix-events-web/v1/tickets",
799
- destPath: "/v1/tickets"
800
804
  }
801
805
  ],
802
806
  "*.pub.wix-code.com": [
@@ -819,10 +823,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
819
823
  {
820
824
  srcPath: "/_api/wix-events-web/v1/orders",
821
825
  destPath: "/v1/orders"
822
- },
823
- {
824
- srcPath: "/_api/wix-events-web/v1/tickets",
825
- destPath: "/v1/tickets"
826
826
  }
827
827
  ],
828
828
  "editor-flow.wixapps.net": [