@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.
@@ -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",
@@ -596,10 +600,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
596
600
  srcPath: "/events/v1/events",
597
601
  destPath: "/v1/events"
598
602
  },
599
- {
600
- srcPath: "/events/v1/tickets",
601
- destPath: "/v1/tickets"
602
- },
603
603
  {
604
604
  srcPath: "/events/v1/categories",
605
605
  destPath: "/v1/categories"