@wix/auto_sdk_pricing-plans_orders 1.0.78 → 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,274 +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
- srcPath: "/pricing-plans/v2/checkout",
156
- destPath: "/v2/checkout"
157
- }
158
- ],
159
- "www._base_domain_": [
160
- {
161
- srcPath: "/_api/paid-plans/v2/checkout",
162
- destPath: "/v2/checkout"
163
- }
164
- ],
165
- "www.wixapis.com": [
166
- {
167
- srcPath: "/pricing-plans/v2/checkout",
168
- destPath: "/v2/checkout"
169
- }
170
- ]
171
- };
64
+ const domainToMappings = {};
172
65
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
173
66
  }
174
67
  function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts) {
175
- const domainToMappings = {
176
- "api._api_base_domain_": [
177
- {
178
- srcPath: "/member-orders-service-proxy",
179
- destPath: ""
180
- }
181
- ],
182
- "*.dev.wix-code.com": [
183
- {
184
- srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
185
- destPath: "/v2/member/orders"
186
- },
187
- {
188
- srcPath: "/_api/pricing-plans/v2/member/orders",
189
- destPath: "/v2/member/orders"
190
- }
191
- ],
192
- "*.pub.wix-code.com": [
193
- {
194
- srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
195
- destPath: "/v2/member/orders"
196
- },
197
- {
198
- srcPath: "/_api/pricing-plans/v2/member/orders",
199
- destPath: "/v2/member/orders"
200
- }
201
- ],
202
- _: [
203
- {
204
- srcPath: "/_api/pricing-plans/v2/member/orders",
205
- destPath: "/v2/member/orders"
206
- }
207
- ],
208
- "editor.wixapps.net": [
209
- {
210
- srcPath: "/_api/pricing-plans/v2/member/orders",
211
- destPath: "/v2/member/orders"
212
- }
213
- ],
214
- "manage._base_domain_": [
215
- {
216
- srcPath: "/_api/pricing-plans/v2/member/orders",
217
- destPath: "/v2/member/orders"
218
- }
219
- ],
220
- "www._base_domain_": [
221
- {
222
- srcPath: "/_api/pricing-plans/v2/member/orders",
223
- destPath: "/v2/member/orders"
224
- }
225
- ],
226
- "www.wixapis.com": [
227
- {
228
- srcPath: "/pricing-plans/v2/member/orders",
229
- destPath: "/v2/member/orders"
230
- }
231
- ]
232
- };
68
+ const domainToMappings = {};
233
69
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
234
70
  }
235
71
  function resolveComWixpressMembershipV2OrdersOrderManagementServiceUrl(opts) {
236
- const domainToMappings = {
237
- "api._api_base_domain_": [
238
- {
239
- srcPath: "/order-management-service-proxy",
240
- destPath: ""
241
- }
242
- ],
243
- "*.dev.wix-code.com": [
244
- {
245
- srcPath: "/_api/paid-plans/v2/orders",
246
- destPath: "/v2/orders"
247
- }
248
- ],
249
- "*.pub.wix-code.com": [
250
- {
251
- srcPath: "/_api/paid-plans/v2/orders",
252
- destPath: "/v2/orders"
253
- }
254
- ],
255
- "*.wixapps.net": [
256
- {
257
- srcPath: "/_api/paid-plans/v2/orders",
258
- destPath: "/v2/orders"
259
- }
260
- ],
261
- _: [
262
- {
263
- srcPath: "/_api/paid-plans/v2/orders",
264
- destPath: "/v2/orders"
265
- }
266
- ],
267
- "editor-flow.wixapps.net": [
268
- {
269
- srcPath: "/_api/paid-plans/v2/orders",
270
- destPath: "/v2/orders"
271
- }
272
- ],
273
- "editor._base_domain_": [
274
- {
275
- srcPath: "/_api/paid-plans/v2/orders",
276
- destPath: "/v2/orders"
277
- }
278
- ],
279
- "blocks._base_domain_": [
280
- {
281
- srcPath: "/_api/paid-plans/v2/orders",
282
- destPath: "/v2/orders"
283
- }
284
- ],
285
- "create.editorx": [
286
- {
287
- srcPath: "/_api/paid-plans/v2/orders",
288
- destPath: "/v2/orders"
289
- }
290
- ],
291
- "editor.wixapps.net": [
292
- {
293
- srcPath: "/_api/paid-plans/v2/orders",
294
- destPath: "/v2/orders"
295
- }
296
- ],
297
- "forums._base_domain_": [
298
- {
299
- srcPath: "/_api/paid-plans/v2/orders",
300
- destPath: "/v2/orders"
301
- }
302
- ],
303
- "forums.wixapps.net": [
304
- {
305
- srcPath: "/_api/paid-plans/v2/orders",
306
- destPath: "/v2/orders"
307
- }
308
- ],
309
- "manage._base_domain_": [
310
- {
311
- srcPath: "/_api/pricing-plans/v2/orders",
312
- destPath: "/v2/orders"
313
- },
314
- {
315
- srcPath: "/_api/paid-plans/v2/orders",
316
- destPath: "/v2/orders"
317
- }
318
- ],
319
- "www._base_domain_": [
320
- {
321
- srcPath: "/_api/paid-plans/v2/orders",
322
- destPath: "/v2/orders"
323
- }
324
- ],
325
- "www.wixapis.com": [
326
- {
327
- srcPath: "/pricing-plans/v2/orders",
328
- destPath: "/v2/orders"
329
- }
330
- ]
331
- };
72
+ const domainToMappings = {};
332
73
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
333
74
  }
334
75
  var PACKAGE_NAME = "@wix/auto_sdk_pricing-plans_orders";