@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.
@@ -24,6 +24,32 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
24
24
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
25
25
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
26
26
  const domainToMappings = {
27
+ "www.wixapis.com": [
28
+ {
29
+ srcPath: "/events/v1/tickets",
30
+ destPath: "/v1/tickets"
31
+ },
32
+ {
33
+ srcPath: "/events/v1/ticket-definitions",
34
+ destPath: "/v1/ticket-definitions"
35
+ },
36
+ {
37
+ srcPath: "/events/v2/ticket-definitions",
38
+ destPath: "/v2/ticket-definitions"
39
+ },
40
+ {
41
+ srcPath: "/events/v1/tickets/available",
42
+ destPath: "/v1/tickets/available"
43
+ },
44
+ {
45
+ srcPath: "/events/v1/checkout",
46
+ destPath: "/v1/checkout"
47
+ },
48
+ {
49
+ srcPath: "/events/v1/pos-checkout",
50
+ destPath: "/v1/pos-checkout"
51
+ }
52
+ ],
27
53
  "manage._base_domain_": [
28
54
  {
29
55
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -78,28 +104,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
78
104
  destPath: "/api"
79
105
  }
80
106
  ],
81
- "www.wixapis.com": [
82
- {
83
- srcPath: "/events/v1/ticket-definitions",
84
- destPath: "/v1/ticket-definitions"
85
- },
86
- {
87
- srcPath: "/events/v2/ticket-definitions",
88
- destPath: "/v2/ticket-definitions"
89
- },
90
- {
91
- srcPath: "/events/v1/tickets/available",
92
- destPath: "/v1/tickets/available"
93
- },
94
- {
95
- srcPath: "/events/v1/checkout",
96
- destPath: "/v1/checkout"
97
- },
98
- {
99
- srcPath: "/events/v1/pos-checkout",
100
- destPath: "/v1/pos-checkout"
101
- }
102
- ],
103
107
  _: [
104
108
  {
105
109
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -604,10 +608,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
604
608
  srcPath: "/events/v1/events",
605
609
  destPath: "/v1/events"
606
610
  },
607
- {
608
- srcPath: "/events/v1/tickets",
609
- destPath: "/v1/tickets"
610
- },
611
611
  {
612
612
  srcPath: "/events/v1/categories",
613
613
  destPath: "/v1/categories"