@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.
@@ -203,6 +203,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
203
203
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
204
204
  destPath: "/v1/ticket-definitions"
205
205
  },
206
+ {
207
+ srcPath: "/_api/wix-events-web/v1/tickets",
208
+ destPath: "/v1/tickets"
209
+ },
206
210
  {
207
211
  srcPath: "/_api/wix-events-web/v1/tickets/available",
208
212
  destPath: "/v1/tickets/available"
@@ -393,6 +397,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
393
397
  }
394
398
  ],
395
399
  "editor-flow.wixapps.net": [
400
+ {
401
+ srcPath: "/_api/wix-events-web/v1/tickets",
402
+ destPath: "/v1/tickets"
403
+ },
396
404
  {
397
405
  srcPath: "/_api/wix-events-web/v1/checkout",
398
406
  destPath: "/v1/checkout"
@@ -411,6 +419,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
411
419
  }
412
420
  ],
413
421
  "editor.wixapps.net": [
422
+ {
423
+ srcPath: "/_api/wix-events-web/v1/tickets",
424
+ destPath: "/v1/tickets"
425
+ },
414
426
  {
415
427
  srcPath: "/_api/wix-events-web/v1/checkout",
416
428
  destPath: "/v1/checkout"
@@ -729,10 +741,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
729
741
  {
730
742
  srcPath: "/_api/wix-events-web/v1/orders",
731
743
  destPath: "/v1/orders"
732
- },
733
- {
734
- srcPath: "/_api/wix-events-web/v1/tickets",
735
- destPath: "/v1/tickets"
736
744
  }
737
745
  ],
738
746
  "editor.wixapps.net": [
@@ -759,10 +767,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
759
767
  {
760
768
  srcPath: "/_api/wix-events-web/v1/orders",
761
769
  destPath: "/v1/orders"
762
- },
763
- {
764
- srcPath: "/_api/wix-events-web/v1/tickets",
765
- destPath: "/v1/tickets"
766
770
  }
767
771
  ],
768
772
  "*.dev.wix-code.com": [
@@ -841,10 +845,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
841
845
  {
842
846
  srcPath: "/_api/wix-events-web/v1/orders",
843
847
  destPath: "/v1/orders"
844
- },
845
- {
846
- srcPath: "/_api/wix-events-web/v1/tickets",
847
- destPath: "/v1/tickets"
848
848
  }
849
849
  ],
850
850
  "editor._base_domain_": [