@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.
@@ -73,6 +73,14 @@ var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
73
73
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
74
74
  const domainToMappings = {
75
75
  "manage._base_domain_": [
76
+ {
77
+ srcPath: "/_api/wix-events-web/v1/tickets",
78
+ destPath: "/v1/tickets"
79
+ },
80
+ {
81
+ srcPath: "/events/v1/tickets",
82
+ destPath: "/v1/tickets"
83
+ },
76
84
  {
77
85
  srcPath: "/events/v1/ticket-definitions",
78
86
  destPath: "/v1/ticket-definitions"
@@ -181,6 +189,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
181
189
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
182
190
  destPath: "/v1/ticket-definitions"
183
191
  },
192
+ {
193
+ srcPath: "/_api/wix-events-web/v1/tickets",
194
+ destPath: "/v1/tickets"
195
+ },
184
196
  {
185
197
  srcPath: "/_api/wix-events-web/v1/tickets/available",
186
198
  destPath: "/v1/tickets/available"
@@ -207,6 +219,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
207
219
  srcPath: "/_api/events/v1/checkout",
208
220
  destPath: "/v1/checkout"
209
221
  },
222
+ {
223
+ srcPath: "/_api/wix-events-web/v1/tickets",
224
+ destPath: "/v1/tickets"
225
+ },
210
226
  {
211
227
  srcPath: "/_api/wix-events-web/v1/checkout",
212
228
  destPath: "/v1/checkout"
@@ -245,6 +261,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
245
261
  srcPath: "/_api/events/v1/checkout",
246
262
  destPath: "/v1/checkout"
247
263
  },
264
+ {
265
+ srcPath: "/_api/wix-events-web/v1/tickets",
266
+ destPath: "/v1/tickets"
267
+ },
248
268
  {
249
269
  srcPath: "/_api/wix-events-web/v1/checkout",
250
270
  destPath: "/v1/checkout"
@@ -283,6 +303,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
283
303
  srcPath: "/_api/events/v1/checkout",
284
304
  destPath: "/v1/checkout"
285
305
  },
306
+ {
307
+ srcPath: "/_api/wix-events-web/v1/tickets",
308
+ destPath: "/v1/tickets"
309
+ },
286
310
  {
287
311
  srcPath: "/_api/wix-events-web/v1/checkout",
288
312
  destPath: "/v1/checkout"
@@ -337,6 +361,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
337
361
  }
338
362
  ],
339
363
  "api._base_domain_": [
364
+ {
365
+ srcPath: "/events/v1/tickets",
366
+ destPath: "/v1/tickets"
367
+ },
340
368
  {
341
369
  srcPath: "/events/v1/checkout",
342
370
  destPath: "/v1/checkout"
@@ -355,6 +383,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
355
383
  }
356
384
  ],
357
385
  "editor-flow.wixapps.net": [
386
+ {
387
+ srcPath: "/_api/wix-events-web/v1/tickets",
388
+ destPath: "/v1/tickets"
389
+ },
358
390
  {
359
391
  srcPath: "/_api/wix-events-web/v1/checkout",
360
392
  destPath: "/v1/checkout"
@@ -373,6 +405,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
373
405
  }
374
406
  ],
375
407
  "editor.wixapps.net": [
408
+ {
409
+ srcPath: "/_api/wix-events-web/v1/tickets",
410
+ destPath: "/v1/tickets"
411
+ },
376
412
  {
377
413
  srcPath: "/_api/wix-events-web/v1/checkout",
378
414
  destPath: "/v1/checkout"
@@ -570,10 +606,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
570
606
  srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
571
607
  destPath: "/v1/bulk-async/categories"
572
608
  },
573
- {
574
- srcPath: "/_api/wix-events-web/v1/tickets",
575
- destPath: "/v1/tickets"
576
- },
577
609
  {
578
610
  srcPath: "/events/v1/events",
579
611
  destPath: "/v1/events"
@@ -598,10 +630,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
598
630
  srcPath: "/events/v1/reports",
599
631
  destPath: "/v1/reports"
600
632
  },
601
- {
602
- srcPath: "/events/v1/tickets",
603
- destPath: "/v1/tickets"
604
- },
605
633
  {
606
634
  srcPath: "/events/v1/orders",
607
635
  destPath: "/v1/orders"
@@ -673,10 +701,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
673
701
  {
674
702
  srcPath: "/events/v1/orders",
675
703
  destPath: "/v1/orders"
676
- },
677
- {
678
- srcPath: "/events/v1/tickets",
679
- destPath: "/v1/tickets"
680
704
  }
681
705
  ],
682
706
  _: [
@@ -703,10 +727,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
703
727
  {
704
728
  srcPath: "/_api/wix-events-web/v1/orders",
705
729
  destPath: "/v1/orders"
706
- },
707
- {
708
- srcPath: "/_api/wix-events-web/v1/tickets",
709
- destPath: "/v1/tickets"
710
730
  }
711
731
  ],
712
732
  "editor.wixapps.net": [
@@ -733,10 +753,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
733
753
  {
734
754
  srcPath: "/_api/wix-events-web/v1/orders",
735
755
  destPath: "/v1/orders"
736
- },
737
- {
738
- srcPath: "/_api/wix-events-web/v1/tickets",
739
- destPath: "/v1/tickets"
740
756
  }
741
757
  ],
742
758
  "*.dev.wix-code.com": [
@@ -815,10 +831,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
815
831
  {
816
832
  srcPath: "/_api/wix-events-web/v1/orders",
817
833
  destPath: "/v1/orders"
818
- },
819
- {
820
- srcPath: "/_api/wix-events-web/v1/tickets",
821
- destPath: "/v1/tickets"
822
834
  }
823
835
  ],
824
836
  "editor._base_domain_": [
@@ -841,10 +853,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
841
853
  {
842
854
  srcPath: "/_api/wix-events-web/v1/orders",
843
855
  destPath: "/v1/orders"
844
- },
845
- {
846
- srcPath: "/_api/wix-events-web/v1/tickets",
847
- destPath: "/v1/tickets"
848
856
  }
849
857
  ],
850
858
  "blocks._base_domain_": [
@@ -867,10 +875,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
867
875
  {
868
876
  srcPath: "/_api/wix-events-web/v1/orders",
869
877
  destPath: "/v1/orders"
870
- },
871
- {
872
- srcPath: "/_api/wix-events-web/v1/tickets",
873
- destPath: "/v1/tickets"
874
878
  }
875
879
  ],
876
880
  "create.editorx": [
@@ -893,10 +897,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
893
897
  {
894
898
  srcPath: "/_api/wix-events-web/v1/orders",
895
899
  destPath: "/v1/orders"
896
- },
897
- {
898
- srcPath: "/_api/wix-events-web/v1/tickets",
899
- destPath: "/v1/tickets"
900
900
  }
901
901
  ]
902
902
  };