@wix/auto_sdk_events_orders 1.0.46 → 1.0.47

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.
@@ -189,6 +189,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
189
189
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
190
190
  destPath: "/v1/ticket-definitions"
191
191
  },
192
+ {
193
+ srcPath: "/_api/wix-events-web/v1/tickets",
194
+ destPath: "/v1/tickets"
195
+ },
192
196
  {
193
197
  srcPath: "/_api/wix-events-web/v1/tickets/available",
194
198
  destPath: "/v1/tickets/available"
@@ -379,6 +383,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
379
383
  }
380
384
  ],
381
385
  "editor-flow.wixapps.net": [
386
+ {
387
+ srcPath: "/_api/wix-events-web/v1/tickets",
388
+ destPath: "/v1/tickets"
389
+ },
382
390
  {
383
391
  srcPath: "/_api/wix-events-web/v1/checkout",
384
392
  destPath: "/v1/checkout"
@@ -397,6 +405,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
397
405
  }
398
406
  ],
399
407
  "editor.wixapps.net": [
408
+ {
409
+ srcPath: "/_api/wix-events-web/v1/tickets",
410
+ destPath: "/v1/tickets"
411
+ },
400
412
  {
401
413
  srcPath: "/_api/wix-events-web/v1/checkout",
402
414
  destPath: "/v1/checkout"
@@ -715,10 +727,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
715
727
  {
716
728
  srcPath: "/_api/wix-events-web/v1/orders",
717
729
  destPath: "/v1/orders"
718
- },
719
- {
720
- srcPath: "/_api/wix-events-web/v1/tickets",
721
- destPath: "/v1/tickets"
722
730
  }
723
731
  ],
724
732
  "editor.wixapps.net": [
@@ -745,10 +753,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
745
753
  {
746
754
  srcPath: "/_api/wix-events-web/v1/orders",
747
755
  destPath: "/v1/orders"
748
- },
749
- {
750
- srcPath: "/_api/wix-events-web/v1/tickets",
751
- destPath: "/v1/tickets"
752
756
  }
753
757
  ],
754
758
  "*.dev.wix-code.com": [
@@ -827,10 +831,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
827
831
  {
828
832
  srcPath: "/_api/wix-events-web/v1/orders",
829
833
  destPath: "/v1/orders"
830
- },
831
- {
832
- srcPath: "/_api/wix-events-web/v1/tickets",
833
- destPath: "/v1/tickets"
834
834
  }
835
835
  ],
836
836
  "editor._base_domain_": [