@wix/auto_sdk_events_orders 1.0.46 → 1.0.48

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.
@@ -9,6 +9,32 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
9
9
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
10
10
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
11
11
  const domainToMappings = {
12
+ "www.wixapis.com": [
13
+ {
14
+ srcPath: "/events/v1/tickets",
15
+ destPath: "/v1/tickets"
16
+ },
17
+ {
18
+ srcPath: "/events/v1/ticket-definitions",
19
+ destPath: "/v1/ticket-definitions"
20
+ },
21
+ {
22
+ srcPath: "/events/v2/ticket-definitions",
23
+ destPath: "/v2/ticket-definitions"
24
+ },
25
+ {
26
+ srcPath: "/events/v1/tickets/available",
27
+ destPath: "/v1/tickets/available"
28
+ },
29
+ {
30
+ srcPath: "/events/v1/checkout",
31
+ destPath: "/v1/checkout"
32
+ },
33
+ {
34
+ srcPath: "/events/v1/pos-checkout",
35
+ destPath: "/v1/pos-checkout"
36
+ }
37
+ ],
12
38
  "manage._base_domain_": [
13
39
  {
14
40
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -63,28 +89,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
63
89
  destPath: "/api"
64
90
  }
65
91
  ],
66
- "www.wixapis.com": [
67
- {
68
- srcPath: "/events/v1/ticket-definitions",
69
- destPath: "/v1/ticket-definitions"
70
- },
71
- {
72
- srcPath: "/events/v2/ticket-definitions",
73
- destPath: "/v2/ticket-definitions"
74
- },
75
- {
76
- srcPath: "/events/v1/tickets/available",
77
- destPath: "/v1/tickets/available"
78
- },
79
- {
80
- srcPath: "/events/v1/checkout",
81
- destPath: "/v1/checkout"
82
- },
83
- {
84
- srcPath: "/events/v1/pos-checkout",
85
- destPath: "/v1/pos-checkout"
86
- }
87
- ],
88
92
  _: [
89
93
  {
90
94
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -126,6 +130,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
126
130
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
127
131
  destPath: "/v1/ticket-definitions"
128
132
  },
133
+ {
134
+ srcPath: "/_api/wix-events-web/v1/tickets",
135
+ destPath: "/v1/tickets"
136
+ },
129
137
  {
130
138
  srcPath: "/_api/wix-events-web/v1/tickets/available",
131
139
  destPath: "/v1/tickets/available"
@@ -316,6 +324,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
316
324
  }
317
325
  ],
318
326
  "editor-flow.wixapps.net": [
327
+ {
328
+ srcPath: "/_api/wix-events-web/v1/tickets",
329
+ destPath: "/v1/tickets"
330
+ },
319
331
  {
320
332
  srcPath: "/_api/wix-events-web/v1/checkout",
321
333
  destPath: "/v1/checkout"
@@ -334,6 +346,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
334
346
  }
335
347
  ],
336
348
  "editor.wixapps.net": [
349
+ {
350
+ srcPath: "/_api/wix-events-web/v1/tickets",
351
+ destPath: "/v1/tickets"
352
+ },
337
353
  {
338
354
  srcPath: "/_api/wix-events-web/v1/checkout",
339
355
  destPath: "/v1/checkout"
@@ -577,10 +593,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
577
593
  srcPath: "/events/v1/events",
578
594
  destPath: "/v1/events"
579
595
  },
580
- {
581
- srcPath: "/events/v1/tickets",
582
- destPath: "/v1/tickets"
583
- },
584
596
  {
585
597
  srcPath: "/events/v1/categories",
586
598
  destPath: "/v1/categories"
@@ -652,10 +664,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
652
664
  {
653
665
  srcPath: "/_api/wix-events-web/v1/orders",
654
666
  destPath: "/v1/orders"
655
- },
656
- {
657
- srcPath: "/_api/wix-events-web/v1/tickets",
658
- destPath: "/v1/tickets"
659
667
  }
660
668
  ],
661
669
  "editor.wixapps.net": [
@@ -682,10 +690,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
682
690
  {
683
691
  srcPath: "/_api/wix-events-web/v1/orders",
684
692
  destPath: "/v1/orders"
685
- },
686
- {
687
- srcPath: "/_api/wix-events-web/v1/tickets",
688
- destPath: "/v1/tickets"
689
693
  }
690
694
  ],
691
695
  "*.dev.wix-code.com": [
@@ -764,10 +768,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
764
768
  {
765
769
  srcPath: "/_api/wix-events-web/v1/orders",
766
770
  destPath: "/v1/orders"
767
- },
768
- {
769
- srcPath: "/_api/wix-events-web/v1/tickets",
770
- destPath: "/v1/tickets"
771
771
  }
772
772
  ],
773
773
  "editor._base_domain_": [