@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.
@@ -133,6 +133,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
133
133
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
134
134
  destPath: "/v1/ticket-definitions"
135
135
  },
136
+ {
137
+ srcPath: "/_api/wix-events-web/v1/tickets",
138
+ destPath: "/v1/tickets"
139
+ },
136
140
  {
137
141
  srcPath: "/_api/wix-events-web/v1/tickets/available",
138
142
  destPath: "/v1/tickets/available"
@@ -323,6 +327,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
323
327
  }
324
328
  ],
325
329
  "editor-flow.wixapps.net": [
330
+ {
331
+ srcPath: "/_api/wix-events-web/v1/tickets",
332
+ destPath: "/v1/tickets"
333
+ },
326
334
  {
327
335
  srcPath: "/_api/wix-events-web/v1/checkout",
328
336
  destPath: "/v1/checkout"
@@ -341,6 +349,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
341
349
  }
342
350
  ],
343
351
  "editor.wixapps.net": [
352
+ {
353
+ srcPath: "/_api/wix-events-web/v1/tickets",
354
+ destPath: "/v1/tickets"
355
+ },
344
356
  {
345
357
  srcPath: "/_api/wix-events-web/v1/checkout",
346
358
  destPath: "/v1/checkout"
@@ -659,10 +671,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
659
671
  {
660
672
  srcPath: "/_api/wix-events-web/v1/orders",
661
673
  destPath: "/v1/orders"
662
- },
663
- {
664
- srcPath: "/_api/wix-events-web/v1/tickets",
665
- destPath: "/v1/tickets"
666
674
  }
667
675
  ],
668
676
  "editor.wixapps.net": [
@@ -689,10 +697,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
689
697
  {
690
698
  srcPath: "/_api/wix-events-web/v1/orders",
691
699
  destPath: "/v1/orders"
692
- },
693
- {
694
- srcPath: "/_api/wix-events-web/v1/tickets",
695
- destPath: "/v1/tickets"
696
700
  }
697
701
  ],
698
702
  "*.dev.wix-code.com": [
@@ -771,10 +775,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
771
775
  {
772
776
  srcPath: "/_api/wix-events-web/v1/orders",
773
777
  destPath: "/v1/orders"
774
- },
775
- {
776
- srcPath: "/_api/wix-events-web/v1/tickets",
777
- destPath: "/v1/tickets"
778
778
  }
779
779
  ],
780
780
  "editor._base_domain_": [