@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.
@@ -72,6 +72,32 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
72
72
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
73
73
  function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
74
74
  const domainToMappings = {
75
+ "www.wixapis.com": [
76
+ {
77
+ srcPath: "/events/v1/tickets",
78
+ destPath: "/v1/tickets"
79
+ },
80
+ {
81
+ srcPath: "/events/v1/ticket-definitions",
82
+ destPath: "/v1/ticket-definitions"
83
+ },
84
+ {
85
+ srcPath: "/events/v2/ticket-definitions",
86
+ destPath: "/v2/ticket-definitions"
87
+ },
88
+ {
89
+ srcPath: "/events/v1/tickets/available",
90
+ destPath: "/v1/tickets/available"
91
+ },
92
+ {
93
+ srcPath: "/events/v1/checkout",
94
+ destPath: "/v1/checkout"
95
+ },
96
+ {
97
+ srcPath: "/events/v1/pos-checkout",
98
+ destPath: "/v1/pos-checkout"
99
+ }
100
+ ],
75
101
  "manage._base_domain_": [
76
102
  {
77
103
  srcPath: "/_api/wix-events-web/v1/tickets",
@@ -126,28 +152,6 @@ function resolveWixEventsTicketingCheckoutServiceUrl(opts) {
126
152
  destPath: "/api"
127
153
  }
128
154
  ],
129
- "www.wixapis.com": [
130
- {
131
- srcPath: "/events/v1/ticket-definitions",
132
- destPath: "/v1/ticket-definitions"
133
- },
134
- {
135
- srcPath: "/events/v2/ticket-definitions",
136
- destPath: "/v2/ticket-definitions"
137
- },
138
- {
139
- srcPath: "/events/v1/tickets/available",
140
- destPath: "/v1/tickets/available"
141
- },
142
- {
143
- srcPath: "/events/v1/checkout",
144
- destPath: "/v1/checkout"
145
- },
146
- {
147
- srcPath: "/events/v1/pos-checkout",
148
- destPath: "/v1/pos-checkout"
149
- }
150
- ],
151
155
  _: [
152
156
  {
153
157
  srcPath: "/_api/events/v1/ticket-definitions",
@@ -652,10 +656,6 @@ function resolveWixEventsTicketingOrderManagementUrl(opts) {
652
656
  srcPath: "/events/v1/events",
653
657
  destPath: "/v1/events"
654
658
  },
655
- {
656
- srcPath: "/events/v1/tickets",
657
- destPath: "/v1/tickets"
658
- },
659
659
  {
660
660
  srcPath: "/events/v1/categories",
661
661
  destPath: "/v1/categories"