@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.
@@ -87,6 +87,14 @@ var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
87
87
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
88
88
  const domainToMappings = {
89
89
  "manage._base_domain_": [
90
+ {
91
+ srcPath: "/_api/wix-events-web/v1/tickets",
92
+ destPath: "/v1/tickets"
93
+ },
94
+ {
95
+ srcPath: "/events/v1/tickets",
96
+ destPath: "/v1/tickets"
97
+ },
90
98
  {
91
99
  srcPath: "/events/v1/ticket-definitions",
92
100
  destPath: "/v1/ticket-definitions"
@@ -195,6 +203,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
195
203
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
196
204
  destPath: "/v1/ticket-definitions"
197
205
  },
206
+ {
207
+ srcPath: "/_api/wix-events-web/v1/tickets",
208
+ destPath: "/v1/tickets"
209
+ },
198
210
  {
199
211
  srcPath: "/_api/wix-events-web/v1/tickets/available",
200
212
  destPath: "/v1/tickets/available"
@@ -221,6 +233,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
221
233
  srcPath: "/_api/events/v1/checkout",
222
234
  destPath: "/v1/checkout"
223
235
  },
236
+ {
237
+ srcPath: "/_api/wix-events-web/v1/tickets",
238
+ destPath: "/v1/tickets"
239
+ },
224
240
  {
225
241
  srcPath: "/_api/wix-events-web/v1/checkout",
226
242
  destPath: "/v1/checkout"
@@ -259,6 +275,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
259
275
  srcPath: "/_api/events/v1/checkout",
260
276
  destPath: "/v1/checkout"
261
277
  },
278
+ {
279
+ srcPath: "/_api/wix-events-web/v1/tickets",
280
+ destPath: "/v1/tickets"
281
+ },
262
282
  {
263
283
  srcPath: "/_api/wix-events-web/v1/checkout",
264
284
  destPath: "/v1/checkout"
@@ -297,6 +317,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
297
317
  srcPath: "/_api/events/v1/checkout",
298
318
  destPath: "/v1/checkout"
299
319
  },
320
+ {
321
+ srcPath: "/_api/wix-events-web/v1/tickets",
322
+ destPath: "/v1/tickets"
323
+ },
300
324
  {
301
325
  srcPath: "/_api/wix-events-web/v1/checkout",
302
326
  destPath: "/v1/checkout"
@@ -351,6 +375,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
351
375
  }
352
376
  ],
353
377
  "api._base_domain_": [
378
+ {
379
+ srcPath: "/events/v1/tickets",
380
+ destPath: "/v1/tickets"
381
+ },
354
382
  {
355
383
  srcPath: "/events/v1/checkout",
356
384
  destPath: "/v1/checkout"
@@ -369,6 +397,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
369
397
  }
370
398
  ],
371
399
  "editor-flow.wixapps.net": [
400
+ {
401
+ srcPath: "/_api/wix-events-web/v1/tickets",
402
+ destPath: "/v1/tickets"
403
+ },
372
404
  {
373
405
  srcPath: "/_api/wix-events-web/v1/checkout",
374
406
  destPath: "/v1/checkout"
@@ -387,6 +419,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
387
419
  }
388
420
  ],
389
421
  "editor.wixapps.net": [
422
+ {
423
+ srcPath: "/_api/wix-events-web/v1/tickets",
424
+ destPath: "/v1/tickets"
425
+ },
390
426
  {
391
427
  srcPath: "/_api/wix-events-web/v1/checkout",
392
428
  destPath: "/v1/checkout"
@@ -584,10 +620,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
584
620
  srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
585
621
  destPath: "/v1/bulk-async/categories"
586
622
  },
587
- {
588
- srcPath: "/_api/wix-events-web/v1/tickets",
589
- destPath: "/v1/tickets"
590
- },
591
623
  {
592
624
  srcPath: "/events/v1/events",
593
625
  destPath: "/v1/events"
@@ -612,10 +644,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
612
644
  srcPath: "/events/v1/reports",
613
645
  destPath: "/v1/reports"
614
646
  },
615
- {
616
- srcPath: "/events/v1/tickets",
617
- destPath: "/v1/tickets"
618
- },
619
647
  {
620
648
  srcPath: "/events/v1/orders",
621
649
  destPath: "/v1/orders"
@@ -687,10 +715,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
687
715
  {
688
716
  srcPath: "/events/v1/orders",
689
717
  destPath: "/v1/orders"
690
- },
691
- {
692
- srcPath: "/events/v1/tickets",
693
- destPath: "/v1/tickets"
694
718
  }
695
719
  ],
696
720
  _: [
@@ -717,10 +741,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
717
741
  {
718
742
  srcPath: "/_api/wix-events-web/v1/orders",
719
743
  destPath: "/v1/orders"
720
- },
721
- {
722
- srcPath: "/_api/wix-events-web/v1/tickets",
723
- destPath: "/v1/tickets"
724
744
  }
725
745
  ],
726
746
  "editor.wixapps.net": [
@@ -747,10 +767,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
747
767
  {
748
768
  srcPath: "/_api/wix-events-web/v1/orders",
749
769
  destPath: "/v1/orders"
750
- },
751
- {
752
- srcPath: "/_api/wix-events-web/v1/tickets",
753
- destPath: "/v1/tickets"
754
770
  }
755
771
  ],
756
772
  "*.dev.wix-code.com": [
@@ -829,10 +845,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
829
845
  {
830
846
  srcPath: "/_api/wix-events-web/v1/orders",
831
847
  destPath: "/v1/orders"
832
- },
833
- {
834
- srcPath: "/_api/wix-events-web/v1/tickets",
835
- destPath: "/v1/tickets"
836
848
  }
837
849
  ],
838
850
  "editor._base_domain_": [
@@ -855,10 +867,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
855
867
  {
856
868
  srcPath: "/_api/wix-events-web/v1/orders",
857
869
  destPath: "/v1/orders"
858
- },
859
- {
860
- srcPath: "/_api/wix-events-web/v1/tickets",
861
- destPath: "/v1/tickets"
862
870
  }
863
871
  ],
864
872
  "blocks._base_domain_": [
@@ -881,10 +889,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
881
889
  {
882
890
  srcPath: "/_api/wix-events-web/v1/orders",
883
891
  destPath: "/v1/orders"
884
- },
885
- {
886
- srcPath: "/_api/wix-events-web/v1/tickets",
887
- destPath: "/v1/tickets"
888
892
  }
889
893
  ],
890
894
  "create.editorx": [
@@ -907,10 +911,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
907
911
  {
908
912
  srcPath: "/_api/wix-events-web/v1/orders",
909
913
  destPath: "/v1/orders"
910
- },
911
- {
912
- srcPath: "/_api/wix-events-web/v1/tickets",
913
- destPath: "/v1/tickets"
914
914
  }
915
915
  ]
916
916
  };