@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.
@@ -126,6 +126,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
126
126
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
127
127
  destPath: "/v1/ticket-definitions"
128
128
  },
129
+ {
130
+ srcPath: "/_api/wix-events-web/v1/tickets",
131
+ destPath: "/v1/tickets"
132
+ },
129
133
  {
130
134
  srcPath: "/_api/wix-events-web/v1/tickets/available",
131
135
  destPath: "/v1/tickets/available"
@@ -316,6 +320,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
316
320
  }
317
321
  ],
318
322
  "editor-flow.wixapps.net": [
323
+ {
324
+ srcPath: "/_api/wix-events-web/v1/tickets",
325
+ destPath: "/v1/tickets"
326
+ },
319
327
  {
320
328
  srcPath: "/_api/wix-events-web/v1/checkout",
321
329
  destPath: "/v1/checkout"
@@ -334,6 +342,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
334
342
  }
335
343
  ],
336
344
  "editor.wixapps.net": [
345
+ {
346
+ srcPath: "/_api/wix-events-web/v1/tickets",
347
+ destPath: "/v1/tickets"
348
+ },
337
349
  {
338
350
  srcPath: "/_api/wix-events-web/v1/checkout",
339
351
  destPath: "/v1/checkout"
@@ -652,10 +664,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
652
664
  {
653
665
  srcPath: "/_api/wix-events-web/v1/orders",
654
666
  destPath: "/v1/orders"
655
- },
656
- {
657
- srcPath: "/_api/wix-events-web/v1/tickets",
658
- destPath: "/v1/tickets"
659
667
  }
660
668
  ],
661
669
  "editor.wixapps.net": [
@@ -682,10 +690,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
682
690
  {
683
691
  srcPath: "/_api/wix-events-web/v1/orders",
684
692
  destPath: "/v1/orders"
685
- },
686
- {
687
- srcPath: "/_api/wix-events-web/v1/tickets",
688
- destPath: "/v1/tickets"
689
693
  }
690
694
  ],
691
695
  "*.dev.wix-code.com": [
@@ -764,10 +768,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
764
768
  {
765
769
  srcPath: "/_api/wix-events-web/v1/orders",
766
770
  destPath: "/v1/orders"
767
- },
768
- {
769
- srcPath: "/_api/wix-events-web/v1/tickets",
770
- destPath: "/v1/tickets"
771
771
  }
772
772
  ],
773
773
  "editor._base_domain_": [