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