@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.
@@ -344,9 +344,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
344
344
  {
345
345
  srcPath: "/_api/wix-events-web/v1/tickets/available",
346
346
  destPath: "/v1/tickets/available"
347
+ },
348
+ {
349
+ srcPath: "/_api/wix-events-web/v1/tickets",
350
+ destPath: "/v1/tickets"
347
351
  }
348
352
  ],
349
353
  "*.pub.wix-code.com": [
354
+ {
355
+ srcPath: "/_api/wix-events-web/v1/tickets",
356
+ destPath: "/v1/tickets"
357
+ },
350
358
  {
351
359
  srcPath: "/_api/wix-events-web/v1/checkout",
352
360
  destPath: "/v1/checkout"
@@ -431,6 +439,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
431
439
  }
432
440
  ],
433
441
  "www._base_domain_": [
442
+ {
443
+ srcPath: "/_api/wix-events-web/v1/tickets",
444
+ destPath: "/v1/tickets"
445
+ },
434
446
  {
435
447
  srcPath: "/_api/wix-events-web/v1/checkout",
436
448
  destPath: "/v1/checkout"
@@ -565,10 +577,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
565
577
  {
566
578
  srcPath: "/_api/wix-events-web/v1/orders",
567
579
  destPath: "/v1/orders"
568
- },
569
- {
570
- srcPath: "/_api/wix-events-web/v1/tickets",
571
- destPath: "/v1/tickets"
572
580
  }
573
581
  ],
574
582
  "apps._base_domain_": [
@@ -779,10 +787,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
779
787
  {
780
788
  srcPath: "/_api/wix-events-web/v1/orders",
781
789
  destPath: "/v1/orders"
782
- },
783
- {
784
- srcPath: "/_api/wix-events-web/v1/tickets",
785
- destPath: "/v1/tickets"
786
790
  }
787
791
  ],
788
792
  "*.pub.wix-code.com": [
@@ -805,10 +809,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
805
809
  {
806
810
  srcPath: "/_api/wix-events-web/v1/orders",
807
811
  destPath: "/v1/orders"
808
- },
809
- {
810
- srcPath: "/_api/wix-events-web/v1/tickets",
811
- destPath: "/v1/tickets"
812
812
  }
813
813
  ],
814
814
  "editor-flow.wixapps.net": [