@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.
@@ -185,6 +185,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
185
185
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
186
186
  destPath: "/v1/ticket-definitions"
187
187
  },
188
+ {
189
+ srcPath: "/_api/wix-events-web/v1/tickets",
190
+ destPath: "/v1/tickets"
191
+ },
188
192
  {
189
193
  srcPath: "/_api/wix-events-web/v1/tickets/available",
190
194
  destPath: "/v1/tickets/available"
@@ -375,6 +379,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
375
379
  }
376
380
  ],
377
381
  "editor-flow.wixapps.net": [
382
+ {
383
+ srcPath: "/_api/wix-events-web/v1/tickets",
384
+ destPath: "/v1/tickets"
385
+ },
378
386
  {
379
387
  srcPath: "/_api/wix-events-web/v1/checkout",
380
388
  destPath: "/v1/checkout"
@@ -393,6 +401,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
393
401
  }
394
402
  ],
395
403
  "editor.wixapps.net": [
404
+ {
405
+ srcPath: "/_api/wix-events-web/v1/tickets",
406
+ destPath: "/v1/tickets"
407
+ },
396
408
  {
397
409
  srcPath: "/_api/wix-events-web/v1/checkout",
398
410
  destPath: "/v1/checkout"
@@ -711,10 +723,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
711
723
  {
712
724
  srcPath: "/_api/wix-events-web/v1/orders",
713
725
  destPath: "/v1/orders"
714
- },
715
- {
716
- srcPath: "/_api/wix-events-web/v1/tickets",
717
- destPath: "/v1/tickets"
718
726
  }
719
727
  ],
720
728
  "editor.wixapps.net": [
@@ -741,10 +749,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
741
749
  {
742
750
  srcPath: "/_api/wix-events-web/v1/orders",
743
751
  destPath: "/v1/orders"
744
- },
745
- {
746
- srcPath: "/_api/wix-events-web/v1/tickets",
747
- destPath: "/v1/tickets"
748
752
  }
749
753
  ],
750
754
  "*.dev.wix-code.com": [
@@ -823,10 +827,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
823
827
  {
824
828
  srcPath: "/_api/wix-events-web/v1/orders",
825
829
  destPath: "/v1/orders"
826
- },
827
- {
828
- srcPath: "/_api/wix-events-web/v1/tickets",
829
- destPath: "/v1/tickets"
830
830
  }
831
831
  ],
832
832
  "editor._base_domain_": [