@wix/auto_sdk_pricing-plans_orders 1.0.77 → 1.0.79

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.
@@ -61,270 +61,15 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
61
61
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
62
62
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
63
63
  function resolveComWixpressMembershipV2OrdersCheckoutServiceUrl(opts) {
64
- const domainToMappings = {
65
- "api._api_base_domain_": [
66
- {
67
- srcPath: "/pricing-plans-checkout-proxy",
68
- destPath: ""
69
- }
70
- ],
71
- "*.dev.wix-code.com": [
72
- {
73
- srcPath: "/_api/paid-plans/v2/checkout",
74
- destPath: "/v2/checkout"
75
- }
76
- ],
77
- "*.pub.wix-code.com": [
78
- {
79
- srcPath: "/_api/paid-plans/v2/checkout",
80
- destPath: "/v2/checkout"
81
- }
82
- ],
83
- "*.wixapps.net": [
84
- {
85
- srcPath: "/_api/paid-plans/v2/checkout",
86
- destPath: "/v2/checkout"
87
- }
88
- ],
89
- _: [
90
- {
91
- srcPath: "/pricing-plans/v2/checkout",
92
- destPath: "/v2/checkout"
93
- },
94
- {
95
- srcPath: "/_api/paid-plans/v2/checkout",
96
- destPath: "/v2/checkout"
97
- },
98
- {
99
- srcPath: "/_api/pricing-plans/v2/checkout",
100
- destPath: "/v2/checkout"
101
- }
102
- ],
103
- "editor-flow.wixapps.net": [
104
- {
105
- srcPath: "/_api/paid-plans/v2/checkout",
106
- destPath: "/v2/checkout"
107
- }
108
- ],
109
- "editor._base_domain_": [
110
- {
111
- srcPath: "/_api/paid-plans/v2/checkout",
112
- destPath: "/v2/checkout"
113
- }
114
- ],
115
- "blocks._base_domain_": [
116
- {
117
- srcPath: "/_api/paid-plans/v2/checkout",
118
- destPath: "/v2/checkout"
119
- }
120
- ],
121
- "create.editorx": [
122
- {
123
- srcPath: "/_api/paid-plans/v2/checkout",
124
- destPath: "/v2/checkout"
125
- }
126
- ],
127
- "editor.wixapps.net": [
128
- {
129
- srcPath: "/_api/paid-plans/v2/checkout",
130
- destPath: "/v2/checkout"
131
- }
132
- ],
133
- "forums._base_domain_": [
134
- {
135
- srcPath: "/_api/paid-plans/v2/checkout",
136
- destPath: "/v2/checkout"
137
- }
138
- ],
139
- "forums.wixapps.net": [
140
- {
141
- srcPath: "/_api/paid-plans/v2/checkout",
142
- destPath: "/v2/checkout"
143
- }
144
- ],
145
- "manage._base_domain_": [
146
- {
147
- srcPath: "/_api/pricing-plans/v2/checkout",
148
- destPath: "/v2/checkout"
149
- },
150
- {
151
- srcPath: "/_api/paid-plans/v2/checkout",
152
- destPath: "/v2/checkout"
153
- }
154
- ],
155
- "www._base_domain_": [
156
- {
157
- srcPath: "/_api/paid-plans/v2/checkout",
158
- destPath: "/v2/checkout"
159
- }
160
- ],
161
- "www.wixapis.com": [
162
- {
163
- srcPath: "/pricing-plans/v2/checkout",
164
- destPath: "/v2/checkout"
165
- }
166
- ]
167
- };
64
+ const domainToMappings = {};
168
65
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
169
66
  }
170
67
  function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts) {
171
- const domainToMappings = {
172
- "api._api_base_domain_": [
173
- {
174
- srcPath: "/member-orders-service-proxy",
175
- destPath: ""
176
- }
177
- ],
178
- "*.dev.wix-code.com": [
179
- {
180
- srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
181
- destPath: "/v2/member/orders"
182
- },
183
- {
184
- srcPath: "/_api/pricing-plans/v2/member/orders",
185
- destPath: "/v2/member/orders"
186
- }
187
- ],
188
- "*.pub.wix-code.com": [
189
- {
190
- srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
191
- destPath: "/v2/member/orders"
192
- },
193
- {
194
- srcPath: "/_api/pricing-plans/v2/member/orders",
195
- destPath: "/v2/member/orders"
196
- }
197
- ],
198
- _: [
199
- {
200
- srcPath: "/_api/pricing-plans/v2/member/orders",
201
- destPath: "/v2/member/orders"
202
- }
203
- ],
204
- "editor.wixapps.net": [
205
- {
206
- srcPath: "/_api/pricing-plans/v2/member/orders",
207
- destPath: "/v2/member/orders"
208
- }
209
- ],
210
- "manage._base_domain_": [
211
- {
212
- srcPath: "/_api/pricing-plans/v2/member/orders",
213
- destPath: "/v2/member/orders"
214
- }
215
- ],
216
- "www._base_domain_": [
217
- {
218
- srcPath: "/_api/pricing-plans/v2/member/orders",
219
- destPath: "/v2/member/orders"
220
- }
221
- ],
222
- "www.wixapis.com": [
223
- {
224
- srcPath: "/pricing-plans/v2/member/orders",
225
- destPath: "/v2/member/orders"
226
- }
227
- ]
228
- };
68
+ const domainToMappings = {};
229
69
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
230
70
  }
231
71
  function resolveComWixpressMembershipV2OrdersOrderManagementServiceUrl(opts) {
232
- const domainToMappings = {
233
- "api._api_base_domain_": [
234
- {
235
- srcPath: "/order-management-service-proxy",
236
- destPath: ""
237
- }
238
- ],
239
- "*.dev.wix-code.com": [
240
- {
241
- srcPath: "/_api/paid-plans/v2/orders",
242
- destPath: "/v2/orders"
243
- }
244
- ],
245
- "*.pub.wix-code.com": [
246
- {
247
- srcPath: "/_api/paid-plans/v2/orders",
248
- destPath: "/v2/orders"
249
- }
250
- ],
251
- "*.wixapps.net": [
252
- {
253
- srcPath: "/_api/paid-plans/v2/orders",
254
- destPath: "/v2/orders"
255
- }
256
- ],
257
- _: [
258
- {
259
- srcPath: "/_api/paid-plans/v2/orders",
260
- destPath: "/v2/orders"
261
- }
262
- ],
263
- "editor-flow.wixapps.net": [
264
- {
265
- srcPath: "/_api/paid-plans/v2/orders",
266
- destPath: "/v2/orders"
267
- }
268
- ],
269
- "editor._base_domain_": [
270
- {
271
- srcPath: "/_api/paid-plans/v2/orders",
272
- destPath: "/v2/orders"
273
- }
274
- ],
275
- "blocks._base_domain_": [
276
- {
277
- srcPath: "/_api/paid-plans/v2/orders",
278
- destPath: "/v2/orders"
279
- }
280
- ],
281
- "create.editorx": [
282
- {
283
- srcPath: "/_api/paid-plans/v2/orders",
284
- destPath: "/v2/orders"
285
- }
286
- ],
287
- "editor.wixapps.net": [
288
- {
289
- srcPath: "/_api/paid-plans/v2/orders",
290
- destPath: "/v2/orders"
291
- }
292
- ],
293
- "forums._base_domain_": [
294
- {
295
- srcPath: "/_api/paid-plans/v2/orders",
296
- destPath: "/v2/orders"
297
- }
298
- ],
299
- "forums.wixapps.net": [
300
- {
301
- srcPath: "/_api/paid-plans/v2/orders",
302
- destPath: "/v2/orders"
303
- }
304
- ],
305
- "manage._base_domain_": [
306
- {
307
- srcPath: "/_api/pricing-plans/v2/orders",
308
- destPath: "/v2/orders"
309
- },
310
- {
311
- srcPath: "/_api/paid-plans/v2/orders",
312
- destPath: "/v2/orders"
313
- }
314
- ],
315
- "www._base_domain_": [
316
- {
317
- srcPath: "/_api/paid-plans/v2/orders",
318
- destPath: "/v2/orders"
319
- }
320
- ],
321
- "www.wixapis.com": [
322
- {
323
- srcPath: "/pricing-plans/v2/orders",
324
- destPath: "/v2/orders"
325
- }
326
- ]
327
- };
72
+ const domainToMappings = {};
328
73
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
329
74
  }
330
75
  var PACKAGE_NAME = "@wix/auto_sdk_pricing-plans_orders";