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