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