@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.
@@ -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",
@@ -133,6 +137,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
133
137
  srcPath: "/_api/wix-events-web/v1/ticket-definitions",
134
138
  destPath: "/v1/ticket-definitions"
135
139
  },
140
+ {
141
+ srcPath: "/_api/wix-events-web/v1/tickets",
142
+ destPath: "/v1/tickets"
143
+ },
136
144
  {
137
145
  srcPath: "/_api/wix-events-web/v1/tickets/available",
138
146
  destPath: "/v1/tickets/available"
@@ -323,6 +331,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
323
331
  }
324
332
  ],
325
333
  "editor-flow.wixapps.net": [
334
+ {
335
+ srcPath: "/_api/wix-events-web/v1/tickets",
336
+ destPath: "/v1/tickets"
337
+ },
326
338
  {
327
339
  srcPath: "/_api/wix-events-web/v1/checkout",
328
340
  destPath: "/v1/checkout"
@@ -341,6 +353,10 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
341
353
  }
342
354
  ],
343
355
  "editor.wixapps.net": [
356
+ {
357
+ srcPath: "/_api/wix-events-web/v1/tickets",
358
+ destPath: "/v1/tickets"
359
+ },
344
360
  {
345
361
  srcPath: "/_api/wix-events-web/v1/checkout",
346
362
  destPath: "/v1/checkout"
@@ -584,10 +600,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
584
600
  srcPath: "/events/v1/events",
585
601
  destPath: "/v1/events"
586
602
  },
587
- {
588
- srcPath: "/events/v1/tickets",
589
- destPath: "/v1/tickets"
590
- },
591
603
  {
592
604
  srcPath: "/events/v1/categories",
593
605
  destPath: "/v1/categories"
@@ -659,10 +671,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
659
671
  {
660
672
  srcPath: "/_api/wix-events-web/v1/orders",
661
673
  destPath: "/v1/orders"
662
- },
663
- {
664
- srcPath: "/_api/wix-events-web/v1/tickets",
665
- destPath: "/v1/tickets"
666
674
  }
667
675
  ],
668
676
  "editor.wixapps.net": [
@@ -689,10 +697,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
689
697
  {
690
698
  srcPath: "/_api/wix-events-web/v1/orders",
691
699
  destPath: "/v1/orders"
692
- },
693
- {
694
- srcPath: "/_api/wix-events-web/v1/tickets",
695
- destPath: "/v1/tickets"
696
700
  }
697
701
  ],
698
702
  "*.dev.wix-code.com": [
@@ -771,10 +775,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
771
775
  {
772
776
  srcPath: "/_api/wix-events-web/v1/orders",
773
777
  destPath: "/v1/orders"
774
- },
775
- {
776
- srcPath: "/_api/wix-events-web/v1/tickets",
777
- destPath: "/v1/tickets"
778
778
  }
779
779
  ],
780
780
  "editor._base_domain_": [