@wix/auto_sdk_events_orders 1.0.47 → 1.0.49

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.
@@ -16,6 +16,32 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
16
16
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
17
17
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
18
18
  const domainToMappings = {
19
+ "www.wixapis.com": [
20
+ {
21
+ srcPath: "/events/v1/tickets",
22
+ destPath: "/v1/tickets"
23
+ },
24
+ {
25
+ srcPath: "/events/v1/ticket-definitions",
26
+ destPath: "/v1/ticket-definitions"
27
+ },
28
+ {
29
+ srcPath: "/events/v2/ticket-definitions",
30
+ destPath: "/v2/ticket-definitions"
31
+ },
32
+ {
33
+ srcPath: "/events/v1/tickets/available",
34
+ destPath: "/v1/tickets/available"
35
+ },
36
+ {
37
+ srcPath: "/events/v1/checkout",
38
+ destPath: "/v1/checkout"
39
+ },
40
+ {
41
+ srcPath: "/events/v1/pos-checkout",
42
+ destPath: "/v1/pos-checkout"
43
+ }
44
+ ],
19
45
  "manage._base_domain_": [
20
46
  {
21
47
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -70,28 +96,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
70
96
  destPath: "/api"
71
97
  }
72
98
  ],
73
- "www.wixapis.com": [
74
- {
75
- srcPath: "/events/v1/ticket-definitions",
76
- destPath: "/v1/ticket-definitions"
77
- },
78
- {
79
- srcPath: "/events/v2/ticket-definitions",
80
- destPath: "/v2/ticket-definitions"
81
- },
82
- {
83
- srcPath: "/events/v1/tickets/available",
84
- destPath: "/v1/tickets/available"
85
- },
86
- {
87
- srcPath: "/events/v1/checkout",
88
- destPath: "/v1/checkout"
89
- },
90
- {
91
- srcPath: "/events/v1/pos-checkout",
92
- destPath: "/v1/pos-checkout"
93
- }
94
- ],
95
99
  _: [
96
100
  {
97
101
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -284,9 +288,17 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
284
288
  {
285
289
  srcPath: "/_api/wix-events-web/v1/tickets/available",
286
290
  destPath: "/v1/tickets/available"
291
+ },
292
+ {
293
+ srcPath: "/_api/wix-events-web/v1/tickets",
294
+ destPath: "/v1/tickets"
287
295
  }
288
296
  ],
289
297
  "*.pub.wix-code.com": [
298
+ {
299
+ srcPath: "/_api/wix-events-web/v1/tickets",
300
+ destPath: "/v1/tickets"
301
+ },
290
302
  {
291
303
  srcPath: "/_api/wix-events-web/v1/checkout",
292
304
  destPath: "/v1/checkout"
@@ -371,6 +383,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
371
383
  }
372
384
  ],
373
385
  "www._base_domain_": [
386
+ {
387
+ srcPath: "/_api/wix-events-web/v1/tickets",
388
+ destPath: "/v1/tickets"
389
+ },
374
390
  {
375
391
  srcPath: "/_api/wix-events-web/v1/checkout",
376
392
  destPath: "/v1/checkout"
@@ -505,10 +521,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
505
521
  {
506
522
  srcPath: "/_api/wix-events-web/v1/orders",
507
523
  destPath: "/v1/orders"
508
- },
509
- {
510
- srcPath: "/_api/wix-events-web/v1/tickets",
511
- destPath: "/v1/tickets"
512
524
  }
513
525
  ],
514
526
  "apps._base_domain_": [
@@ -596,10 +608,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
596
608
  srcPath: "/events/v1/events",
597
609
  destPath: "/v1/events"
598
610
  },
599
- {
600
- srcPath: "/events/v1/tickets",
601
- destPath: "/v1/tickets"
602
- },
603
611
  {
604
612
  srcPath: "/events/v1/categories",
605
613
  destPath: "/v1/categories"
@@ -723,10 +731,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
723
731
  {
724
732
  srcPath: "/_api/wix-events-web/v1/orders",
725
733
  destPath: "/v1/orders"
726
- },
727
- {
728
- srcPath: "/_api/wix-events-web/v1/tickets",
729
- destPath: "/v1/tickets"
730
734
  }
731
735
  ],
732
736
  "*.pub.wix-code.com": [
@@ -749,10 +753,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
749
753
  {
750
754
  srcPath: "/_api/wix-events-web/v1/orders",
751
755
  destPath: "/v1/orders"
752
- },
753
- {
754
- srcPath: "/_api/wix-events-web/v1/tickets",
755
- destPath: "/v1/tickets"
756
756
  }
757
757
  ],
758
758
  "editor-flow.wixapps.net": [