@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.
@@ -141,6 +141,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
141
141
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
142
142
  destPath: "/v1/ticket-definitions"
143
143
  },
144
+ {
145
+ srcPath: "/_api/wix-events-web/v1/tickets",
146
+ destPath: "/v1/tickets"
147
+ },
144
148
  {
145
149
  srcPath: "/_api/wix-events-web/v1/tickets/available",
146
150
  destPath: "/v1/tickets/available"
@@ -331,6 +335,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
331
335
  }
332
336
  ],
333
337
  "editor-flow.wixapps.net": [
338
+ {
339
+ srcPath: "/_api/wix-events-web/v1/tickets",
340
+ destPath: "/v1/tickets"
341
+ },
334
342
  {
335
343
  srcPath: "/_api/wix-events-web/v1/checkout",
336
344
  destPath: "/v1/checkout"
@@ -349,6 +357,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
349
357
  }
350
358
  ],
351
359
  "editor.wixapps.net": [
360
+ {
361
+ srcPath: "/_api/wix-events-web/v1/tickets",
362
+ destPath: "/v1/tickets"
363
+ },
352
364
  {
353
365
  srcPath: "/_api/wix-events-web/v1/checkout",
354
366
  destPath: "/v1/checkout"
@@ -667,10 +679,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
667
679
  {
668
680
  srcPath: "/_api/wix-events-web/v1/orders",
669
681
  destPath: "/v1/orders"
670
- },
671
- {
672
- srcPath: "/_api/wix-events-web/v1/tickets",
673
- destPath: "/v1/tickets"
674
682
  }
675
683
  ],
676
684
  "editor.wixapps.net": [
@@ -697,10 +705,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
697
705
  {
698
706
  srcPath: "/_api/wix-events-web/v1/orders",
699
707
  destPath: "/v1/orders"
700
- },
701
- {
702
- srcPath: "/_api/wix-events-web/v1/tickets",
703
- destPath: "/v1/tickets"
704
708
  }
705
709
  ],
706
710
  "*.dev.wix-code.com": [
@@ -779,10 +783,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
779
783
  {
780
784
  srcPath: "/_api/wix-events-web/v1/orders",
781
785
  destPath: "/v1/orders"
782
- },
783
- {
784
- srcPath: "/_api/wix-events-web/v1/tickets",
785
- destPath: "/v1/tickets"
786
786
  }
787
787
  ],
788
788
  "editor._base_domain_": [