@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.
package/build/cjs/meta.js CHANGED
@@ -340,9 +340,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
340
340
  {
341
341
  srcPath: "/_api/wix-events-web/v1/tickets/available",
342
342
  destPath: "/v1/tickets/available"
343
+ },
344
+ {
345
+ srcPath: "/_api/wix-events-web/v1/tickets",
346
+ destPath: "/v1/tickets"
343
347
  }
344
348
  ],
345
349
  "*.pub.wix-code.com": [
350
+ {
351
+ srcPath: "/_api/wix-events-web/v1/tickets",
352
+ destPath: "/v1/tickets"
353
+ },
346
354
  {
347
355
  srcPath: "/_api/wix-events-web/v1/checkout",
348
356
  destPath: "/v1/checkout"
@@ -427,6 +435,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
427
435
  }
428
436
  ],
429
437
  "www._base_domain_": [
438
+ {
439
+ srcPath: "/_api/wix-events-web/v1/tickets",
440
+ destPath: "/v1/tickets"
441
+ },
430
442
  {
431
443
  srcPath: "/_api/wix-events-web/v1/checkout",
432
444
  destPath: "/v1/checkout"
@@ -561,10 +573,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
561
573
  {
562
574
  srcPath: "/_api/wix-events-web/v1/orders",
563
575
  destPath: "/v1/orders"
564
- },
565
- {
566
- srcPath: "/_api/wix-events-web/v1/tickets",
567
- destPath: "/v1/tickets"
568
576
  }
569
577
  ],
570
578
  "apps._base_domain_": [
@@ -775,10 +783,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
775
783
  {
776
784
  srcPath: "/_api/wix-events-web/v1/orders",
777
785
  destPath: "/v1/orders"
778
- },
779
- {
780
- srcPath: "/_api/wix-events-web/v1/tickets",
781
- destPath: "/v1/tickets"
782
786
  }
783
787
  ],
784
788
  "*.pub.wix-code.com": [
@@ -801,10 +805,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
801
805
  {
802
806
  srcPath: "/_api/wix-events-web/v1/orders",
803
807
  destPath: "/v1/orders"
804
- },
805
- {
806
- srcPath: "/_api/wix-events-web/v1/tickets",
807
- destPath: "/v1/tickets"
808
808
  }
809
809
  ],
810
810
  "editor-flow.wixapps.net": [