@wix/auto_sdk_events_orders 1.0.45 → 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.
@@ -69,6 +69,14 @@ var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
69
69
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
70
70
  const domainToMappings = {
71
71
  "manage._base_domain_": [
72
+ {
73
+ srcPath: "/_api/wix-events-web/v1/tickets",
74
+ destPath: "/v1/tickets"
75
+ },
76
+ {
77
+ srcPath: "/events/v1/tickets",
78
+ destPath: "/v1/tickets"
79
+ },
72
80
  {
73
81
  srcPath: "/events/v1/ticket-definitions",
74
82
  destPath: "/v1/ticket-definitions"
@@ -177,6 +185,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
177
185
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
178
186
  destPath: "/v1/ticket-definitions"
179
187
  },
188
+ {
189
+ srcPath: "/_api/wix-events-web/v1/tickets",
190
+ destPath: "/v1/tickets"
191
+ },
180
192
  {
181
193
  srcPath: "/_api/wix-events-web/v1/tickets/available",
182
194
  destPath: "/v1/tickets/available"
@@ -203,6 +215,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
203
215
  srcPath: "/_api/events/v1/checkout",
204
216
  destPath: "/v1/checkout"
205
217
  },
218
+ {
219
+ srcPath: "/_api/wix-events-web/v1/tickets",
220
+ destPath: "/v1/tickets"
221
+ },
206
222
  {
207
223
  srcPath: "/_api/wix-events-web/v1/checkout",
208
224
  destPath: "/v1/checkout"
@@ -241,6 +257,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
241
257
  srcPath: "/_api/events/v1/checkout",
242
258
  destPath: "/v1/checkout"
243
259
  },
260
+ {
261
+ srcPath: "/_api/wix-events-web/v1/tickets",
262
+ destPath: "/v1/tickets"
263
+ },
244
264
  {
245
265
  srcPath: "/_api/wix-events-web/v1/checkout",
246
266
  destPath: "/v1/checkout"
@@ -279,6 +299,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
279
299
  srcPath: "/_api/events/v1/checkout",
280
300
  destPath: "/v1/checkout"
281
301
  },
302
+ {
303
+ srcPath: "/_api/wix-events-web/v1/tickets",
304
+ destPath: "/v1/tickets"
305
+ },
282
306
  {
283
307
  srcPath: "/_api/wix-events-web/v1/checkout",
284
308
  destPath: "/v1/checkout"
@@ -333,6 +357,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
333
357
  }
334
358
  ],
335
359
  "api._base_domain_": [
360
+ {
361
+ srcPath: "/events/v1/tickets",
362
+ destPath: "/v1/tickets"
363
+ },
336
364
  {
337
365
  srcPath: "/events/v1/checkout",
338
366
  destPath: "/v1/checkout"
@@ -351,6 +379,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
351
379
  }
352
380
  ],
353
381
  "editor-flow.wixapps.net": [
382
+ {
383
+ srcPath: "/_api/wix-events-web/v1/tickets",
384
+ destPath: "/v1/tickets"
385
+ },
354
386
  {
355
387
  srcPath: "/_api/wix-events-web/v1/checkout",
356
388
  destPath: "/v1/checkout"
@@ -369,6 +401,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
369
401
  }
370
402
  ],
371
403
  "editor.wixapps.net": [
404
+ {
405
+ srcPath: "/_api/wix-events-web/v1/tickets",
406
+ destPath: "/v1/tickets"
407
+ },
372
408
  {
373
409
  srcPath: "/_api/wix-events-web/v1/checkout",
374
410
  destPath: "/v1/checkout"
@@ -566,10 +602,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
566
602
  srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
567
603
  destPath: "/v1/bulk-async/categories"
568
604
  },
569
- {
570
- srcPath: "/_api/wix-events-web/v1/tickets",
571
- destPath: "/v1/tickets"
572
- },
573
605
  {
574
606
  srcPath: "/events/v1/events",
575
607
  destPath: "/v1/events"
@@ -594,10 +626,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
594
626
  srcPath: "/events/v1/reports",
595
627
  destPath: "/v1/reports"
596
628
  },
597
- {
598
- srcPath: "/events/v1/tickets",
599
- destPath: "/v1/tickets"
600
- },
601
629
  {
602
630
  srcPath: "/events/v1/orders",
603
631
  destPath: "/v1/orders"
@@ -669,10 +697,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
669
697
  {
670
698
  srcPath: "/events/v1/orders",
671
699
  destPath: "/v1/orders"
672
- },
673
- {
674
- srcPath: "/events/v1/tickets",
675
- destPath: "/v1/tickets"
676
700
  }
677
701
  ],
678
702
  _: [
@@ -699,10 +723,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
699
723
  {
700
724
  srcPath: "/_api/wix-events-web/v1/orders",
701
725
  destPath: "/v1/orders"
702
- },
703
- {
704
- srcPath: "/_api/wix-events-web/v1/tickets",
705
- destPath: "/v1/tickets"
706
726
  }
707
727
  ],
708
728
  "editor.wixapps.net": [
@@ -729,10 +749,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
729
749
  {
730
750
  srcPath: "/_api/wix-events-web/v1/orders",
731
751
  destPath: "/v1/orders"
732
- },
733
- {
734
- srcPath: "/_api/wix-events-web/v1/tickets",
735
- destPath: "/v1/tickets"
736
752
  }
737
753
  ],
738
754
  "*.dev.wix-code.com": [
@@ -811,10 +827,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
811
827
  {
812
828
  srcPath: "/_api/wix-events-web/v1/orders",
813
829
  destPath: "/v1/orders"
814
- },
815
- {
816
- srcPath: "/_api/wix-events-web/v1/tickets",
817
- destPath: "/v1/tickets"
818
830
  }
819
831
  ],
820
832
  "editor._base_domain_": [
@@ -837,10 +849,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
837
849
  {
838
850
  srcPath: "/_api/wix-events-web/v1/orders",
839
851
  destPath: "/v1/orders"
840
- },
841
- {
842
- srcPath: "/_api/wix-events-web/v1/tickets",
843
- destPath: "/v1/tickets"
844
852
  }
845
853
  ],
846
854
  "blocks._base_domain_": [
@@ -863,10 +871,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
863
871
  {
864
872
  srcPath: "/_api/wix-events-web/v1/orders",
865
873
  destPath: "/v1/orders"
866
- },
867
- {
868
- srcPath: "/_api/wix-events-web/v1/tickets",
869
- destPath: "/v1/tickets"
870
874
  }
871
875
  ],
872
876
  "create.editorx": [
@@ -889,10 +893,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
889
893
  {
890
894
  srcPath: "/_api/wix-events-web/v1/orders",
891
895
  destPath: "/v1/orders"
892
- },
893
- {
894
- srcPath: "/_api/wix-events-web/v1/tickets",
895
- destPath: "/v1/tickets"
896
896
  }
897
897
  ]
898
898
  };