@wix/auto_sdk_events_orders 1.0.47 → 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",
@@ -589,10 +593,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
589
593
  srcPath: "/events/v1/events",
590
594
  destPath: "/v1/events"
591
595
  },
592
- {
593
- srcPath: "/events/v1/tickets",
594
- destPath: "/v1/tickets"
595
- },
596
596
  {
597
597
  srcPath: "/events/v1/categories",
598
598
  destPath: "/v1/categories"