@wix/auto_sdk_events_orders 1.0.44 → 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.
@@ -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"
@@ -221,6 +229,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
221
229
  srcPath: "/_api/events/v1/checkout",
222
230
  destPath: "/v1/checkout"
223
231
  },
232
+ {
233
+ srcPath: "/_api/wix-events-web/v1/tickets",
234
+ destPath: "/v1/tickets"
235
+ },
224
236
  {
225
237
  srcPath: "/_api/wix-events-web/v1/checkout",
226
238
  destPath: "/v1/checkout"
@@ -259,6 +271,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
259
271
  srcPath: "/_api/events/v1/checkout",
260
272
  destPath: "/v1/checkout"
261
273
  },
274
+ {
275
+ srcPath: "/_api/wix-events-web/v1/tickets",
276
+ destPath: "/v1/tickets"
277
+ },
262
278
  {
263
279
  srcPath: "/_api/wix-events-web/v1/checkout",
264
280
  destPath: "/v1/checkout"
@@ -297,6 +313,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
297
313
  srcPath: "/_api/events/v1/checkout",
298
314
  destPath: "/v1/checkout"
299
315
  },
316
+ {
317
+ srcPath: "/_api/wix-events-web/v1/tickets",
318
+ destPath: "/v1/tickets"
319
+ },
300
320
  {
301
321
  srcPath: "/_api/wix-events-web/v1/checkout",
302
322
  destPath: "/v1/checkout"
@@ -351,6 +371,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
351
371
  }
352
372
  ],
353
373
  "api._base_domain_": [
374
+ {
375
+ srcPath: "/events/v1/tickets",
376
+ destPath: "/v1/tickets"
377
+ },
354
378
  {
355
379
  srcPath: "/events/v1/checkout",
356
380
  destPath: "/v1/checkout"
@@ -584,10 +608,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
584
608
  srcPath: "/_api/wix-events-web/v1/bulk-async/categories",
585
609
  destPath: "/v1/bulk-async/categories"
586
610
  },
587
- {
588
- srcPath: "/_api/wix-events-web/v1/tickets",
589
- destPath: "/v1/tickets"
590
- },
591
611
  {
592
612
  srcPath: "/events/v1/events",
593
613
  destPath: "/v1/events"
@@ -612,10 +632,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
612
632
  srcPath: "/events/v1/reports",
613
633
  destPath: "/v1/reports"
614
634
  },
615
- {
616
- srcPath: "/events/v1/tickets",
617
- destPath: "/v1/tickets"
618
- },
619
635
  {
620
636
  srcPath: "/events/v1/orders",
621
637
  destPath: "/v1/orders"
@@ -687,10 +703,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
687
703
  {
688
704
  srcPath: "/events/v1/orders",
689
705
  destPath: "/v1/orders"
690
- },
691
- {
692
- srcPath: "/events/v1/tickets",
693
- destPath: "/v1/tickets"
694
706
  }
695
707
  ],
696
708
  _: [
@@ -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
  };