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