@wix/auto_sdk_events_orders 1.0.45 → 1.0.46

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.
@@ -25,6 +25,14 @@ import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
25
25
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
26
26
  const domainToMappings = {
27
27
  "manage._base_domain_": [
28
+ {
29
+ srcPath: "/_api/wix-events-web/v1/tickets",
30
+ destPath: "/v1/tickets"
31
+ },
32
+ {
33
+ srcPath: "/events/v1/tickets",
34
+ destPath: "/v1/tickets"
35
+ },
28
36
  {
29
37
  srcPath: "/events/v1/ticket-definitions",
30
38
  destPath: "/v1/ticket-definitions"
@@ -159,6 +167,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
159
167
  srcPath: "/_api/events/v1/checkout",
160
168
  destPath: "/v1/checkout"
161
169
  },
170
+ {
171
+ srcPath: "/_api/wix-events-web/v1/tickets",
172
+ destPath: "/v1/tickets"
173
+ },
162
174
  {
163
175
  srcPath: "/_api/wix-events-web/v1/checkout",
164
176
  destPath: "/v1/checkout"
@@ -197,6 +209,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
197
209
  srcPath: "/_api/events/v1/checkout",
198
210
  destPath: "/v1/checkout"
199
211
  },
212
+ {
213
+ srcPath: "/_api/wix-events-web/v1/tickets",
214
+ destPath: "/v1/tickets"
215
+ },
200
216
  {
201
217
  srcPath: "/_api/wix-events-web/v1/checkout",
202
218
  destPath: "/v1/checkout"
@@ -235,6 +251,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
235
251
  srcPath: "/_api/events/v1/checkout",
236
252
  destPath: "/v1/checkout"
237
253
  },
254
+ {
255
+ srcPath: "/_api/wix-events-web/v1/tickets",
256
+ destPath: "/v1/tickets"
257
+ },
238
258
  {
239
259
  srcPath: "/_api/wix-events-web/v1/checkout",
240
260
  destPath: "/v1/checkout"
@@ -289,6 +309,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
289
309
  }
290
310
  ],
291
311
  "api._base_domain_": [
312
+ {
313
+ srcPath: "/events/v1/tickets",
314
+ destPath: "/v1/tickets"
315
+ },
292
316
  {
293
317
  srcPath: "/events/v1/checkout",
294
318
  destPath: "/v1/checkout"
@@ -522,10 +546,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
522
546
  srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
523
547
  destPath: "/v1/bulk-async/categories"
524
548
  },
525
- {
526
- srcPath: "/_api/wix-events-web/v1/tickets",
527
- destPath: "/v1/tickets"
528
- },
529
549
  {
530
550
  srcPath: "/events/v1/events",
531
551
  destPath: "/v1/events"
@@ -550,10 +570,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
550
570
  srcPath: "/events/v1/reports",
551
571
  destPath: "/v1/reports"
552
572
  },
553
- {
554
- srcPath: "/events/v1/tickets",
555
- destPath: "/v1/tickets"
556
- },
557
573
  {
558
574
  srcPath: "/events/v1/orders",
559
575
  destPath: "/v1/orders"
@@ -625,10 +641,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
625
641
  {
626
642
  srcPath: "/events/v1/orders",
627
643
  destPath: "/v1/orders"
628
- },
629
- {
630
- srcPath: "/events/v1/tickets",
631
- destPath: "/v1/tickets"
632
644
  }
633
645
  ],
634
646
  _: [
@@ -793,10 +805,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
793
805
  {
794
806
  srcPath: "/_api/wix-events-web/v1/orders",
795
807
  destPath: "/v1/orders"
796
- },
797
- {
798
- srcPath: "/_api/wix-events-web/v1/tickets",
799
- destPath: "/v1/tickets"
800
808
  }
801
809
  ],
802
810
  "blocks._base_domain_": [
@@ -819,10 +827,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
819
827
  {
820
828
  srcPath: "/_api/wix-events-web/v1/orders",
821
829
  destPath: "/v1/orders"
822
- },
823
- {
824
- srcPath: "/_api/wix-events-web/v1/tickets",
825
- destPath: "/v1/tickets"
826
830
  }
827
831
  ],
828
832
  "create.editorx": [
@@ -845,10 +849,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
845
849
  {
846
850
  srcPath: "/_api/wix-events-web/v1/orders",
847
851
  destPath: "/v1/orders"
848
- },
849
- {
850
- srcPath: "/_api/wix-events-web/v1/tickets",
851
- destPath: "/v1/tickets"
852
852
  }
853
853
  ]
854
854
  };