@wix/auto_sdk_pricing-plans_orders 1.0.79 → 1.0.81

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,15 +80,274 @@ 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 = {};
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
+ srcPath: "/pricing-plans/v2/checkout",
175
+ destPath: "/v2/checkout"
176
+ }
177
+ ],
178
+ "www._base_domain_": [
179
+ {
180
+ srcPath: "/_api/paid-plans/v2/checkout",
181
+ destPath: "/v2/checkout"
182
+ }
183
+ ],
184
+ "www.wixapis.com": [
185
+ {
186
+ srcPath: "/pricing-plans/v2/checkout",
187
+ destPath: "/v2/checkout"
188
+ }
189
+ ]
190
+ };
84
191
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
85
192
  }
86
193
  function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts) {
87
- const domainToMappings = {};
194
+ const domainToMappings = {
195
+ "api._api_base_domain_": [
196
+ {
197
+ srcPath: "/member-orders-service-proxy",
198
+ destPath: ""
199
+ }
200
+ ],
201
+ "*.dev.wix-code.com": [
202
+ {
203
+ srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
204
+ destPath: "/v2/member/orders"
205
+ },
206
+ {
207
+ srcPath: "/_api/pricing-plans/v2/member/orders",
208
+ destPath: "/v2/member/orders"
209
+ }
210
+ ],
211
+ "*.pub.wix-code.com": [
212
+ {
213
+ srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
214
+ destPath: "/v2/member/orders"
215
+ },
216
+ {
217
+ srcPath: "/_api/pricing-plans/v2/member/orders",
218
+ destPath: "/v2/member/orders"
219
+ }
220
+ ],
221
+ _: [
222
+ {
223
+ srcPath: "/_api/pricing-plans/v2/member/orders",
224
+ destPath: "/v2/member/orders"
225
+ }
226
+ ],
227
+ "editor.wixapps.net": [
228
+ {
229
+ srcPath: "/_api/pricing-plans/v2/member/orders",
230
+ destPath: "/v2/member/orders"
231
+ }
232
+ ],
233
+ "manage._base_domain_": [
234
+ {
235
+ srcPath: "/_api/pricing-plans/v2/member/orders",
236
+ destPath: "/v2/member/orders"
237
+ }
238
+ ],
239
+ "www._base_domain_": [
240
+ {
241
+ srcPath: "/_api/pricing-plans/v2/member/orders",
242
+ destPath: "/v2/member/orders"
243
+ }
244
+ ],
245
+ "www.wixapis.com": [
246
+ {
247
+ srcPath: "/pricing-plans/v2/member/orders",
248
+ destPath: "/v2/member/orders"
249
+ }
250
+ ]
251
+ };
88
252
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
89
253
  }
90
254
  function resolveComWixpressMembershipV2OrdersOrderManagementServiceUrl(opts) {
91
- const domainToMappings = {};
255
+ const domainToMappings = {
256
+ "api._api_base_domain_": [
257
+ {
258
+ srcPath: "/order-management-service-proxy",
259
+ destPath: ""
260
+ }
261
+ ],
262
+ "*.dev.wix-code.com": [
263
+ {
264
+ srcPath: "/_api/paid-plans/v2/orders",
265
+ destPath: "/v2/orders"
266
+ }
267
+ ],
268
+ "*.pub.wix-code.com": [
269
+ {
270
+ srcPath: "/_api/paid-plans/v2/orders",
271
+ destPath: "/v2/orders"
272
+ }
273
+ ],
274
+ "*.wixapps.net": [
275
+ {
276
+ srcPath: "/_api/paid-plans/v2/orders",
277
+ destPath: "/v2/orders"
278
+ }
279
+ ],
280
+ _: [
281
+ {
282
+ srcPath: "/_api/paid-plans/v2/orders",
283
+ destPath: "/v2/orders"
284
+ }
285
+ ],
286
+ "editor-flow.wixapps.net": [
287
+ {
288
+ srcPath: "/_api/paid-plans/v2/orders",
289
+ destPath: "/v2/orders"
290
+ }
291
+ ],
292
+ "editor._base_domain_": [
293
+ {
294
+ srcPath: "/_api/paid-plans/v2/orders",
295
+ destPath: "/v2/orders"
296
+ }
297
+ ],
298
+ "blocks._base_domain_": [
299
+ {
300
+ srcPath: "/_api/paid-plans/v2/orders",
301
+ destPath: "/v2/orders"
302
+ }
303
+ ],
304
+ "create.editorx": [
305
+ {
306
+ srcPath: "/_api/paid-plans/v2/orders",
307
+ destPath: "/v2/orders"
308
+ }
309
+ ],
310
+ "editor.wixapps.net": [
311
+ {
312
+ srcPath: "/_api/paid-plans/v2/orders",
313
+ destPath: "/v2/orders"
314
+ }
315
+ ],
316
+ "forums._base_domain_": [
317
+ {
318
+ srcPath: "/_api/paid-plans/v2/orders",
319
+ destPath: "/v2/orders"
320
+ }
321
+ ],
322
+ "forums.wixapps.net": [
323
+ {
324
+ srcPath: "/_api/paid-plans/v2/orders",
325
+ destPath: "/v2/orders"
326
+ }
327
+ ],
328
+ "manage._base_domain_": [
329
+ {
330
+ srcPath: "/_api/pricing-plans/v2/orders",
331
+ destPath: "/v2/orders"
332
+ },
333
+ {
334
+ srcPath: "/_api/paid-plans/v2/orders",
335
+ destPath: "/v2/orders"
336
+ }
337
+ ],
338
+ "www._base_domain_": [
339
+ {
340
+ srcPath: "/_api/paid-plans/v2/orders",
341
+ destPath: "/v2/orders"
342
+ }
343
+ ],
344
+ "www.wixapis.com": [
345
+ {
346
+ srcPath: "/pricing-plans/v2/orders",
347
+ destPath: "/v2/orders"
348
+ }
349
+ ]
350
+ };
92
351
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
93
352
  }
94
353
  var PACKAGE_NAME = "@wix/auto_sdk_pricing-plans_orders";