@wix/auto_sdk_pricing-plans_orders 1.0.80 → 1.0.82
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.d.ts +3 -3
- package/build/cjs/index.js +137 -131
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -6
- package/build/cjs/index.typings.js +137 -131
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/cjs/meta.js +137 -131
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs +137 -131
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -6
- package/build/es/index.typings.mjs +137 -131
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -3
- package/build/es/meta.mjs +137 -131
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -3
- package/build/internal/cjs/index.js +137 -131
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -6
- package/build/internal/cjs/index.typings.js +137 -131
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -3
- package/build/internal/cjs/meta.js +137 -131
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -3
- package/build/internal/es/index.mjs +137 -131
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -6
- package/build/internal/es/index.typings.mjs +137 -131
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -3
- package/build/internal/es/meta.mjs +137 -131
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -151,7 +151,7 @@ interface CreateOnlineOrderSignature {
|
|
|
151
151
|
/**
|
|
152
152
|
* Creates an online order for a site member.
|
|
153
153
|
*
|
|
154
|
-
* If this method is called by a site member
|
|
154
|
+
* If this method is called by a [site member](https://dev.wix.com/docs/rest/articles/getting-started/about-identities#site-member), the plan is automatically ordered on behalf of that site member. Otherwise, you must specify `onBehalf.memberId` in your call.
|
|
155
155
|
*
|
|
156
156
|
* When an online order is created, but payment hasn't been processed, its status is set to `DRAFT`. After the payment has been processed, if the start date is in the future the order's status is set to `PENDING`. Otherwise, it's set to `ACTIVE`.
|
|
157
157
|
* @param - Plan ID.
|
|
@@ -197,7 +197,7 @@ interface GetOnlineOrderPreviewSignature {
|
|
|
197
197
|
*
|
|
198
198
|
* You can use this method to show a site member a preview of an online order before [creating](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/pricing-plans/orders/create-online-order) it.
|
|
199
199
|
*
|
|
200
|
-
* This method must be called using the site member identity
|
|
200
|
+
* This method must be called using the [site member identity](https://dev.wix.com/docs/rest/articles/getting-started/about-identities#site-member). Therefore, [Wix apps](https://dev.wix.com/docs/build-apps) can't currently call this method using REST.
|
|
201
201
|
* @param - Plan ID.
|
|
202
202
|
*/
|
|
203
203
|
(planId: string, options?: GetOnlineOrderPreviewOptions): Promise<NonNullablePaths<GetOnlineOrderPreviewResponse, `order._id` | `order.planId` | `order.subscriptionId` | `order.buyer.memberId` | `order.buyer.contactId` | `order.priceDetails.subscription.cycleDuration.unit` | `order.priceDetails.subtotal` | `order.priceDetails.discount` | `order.priceDetails.tax.name` | `order.priceDetails.tax.includedInPrice` | `order.priceDetails.tax.rate` | `order.priceDetails.tax.amount` | `order.priceDetails.total` | `order.priceDetails.planPrice` | `order.priceDetails.currency` | `order.priceDetails.coupon.code` | `order.priceDetails.coupon.amount` | `order.priceDetails.coupon._id` | `order.pricing.prices` | `order.pricing.prices.${number}.duration.cycleFrom` | `order.pricing.prices.${number}.price.subtotal` | `order.pricing.prices.${number}.price.discount` | `order.pricing.prices.${number}.price.total` | `order.pricing.prices.${number}.price.currency` | `order.pricing.prices.${number}.price.proration` | `order.type` | `order.status` | `order.cancellation.cause` | `order.cancellation.effectiveAt` | `order.lastPaymentStatus` | `order.pausePeriods` | `order.pausePeriods.${number}.status` | `order.currentCycle.index` | `order.planName` | `order.planDescription` | `order.planPrice` | `purchaseLimitExceeded`, 7> & {
|
|
@@ -235,7 +235,7 @@ interface GetPricePreviewSignature {
|
|
|
235
235
|
*
|
|
236
236
|
* The price preview uses the same logic as purchasing a plan, but the preview is not saved. Tax is only applied if
|
|
237
237
|
* the site [has it configured](https://support.wix.com/en/article/pricing-plans-setting-up-tax-collection). The price is returned
|
|
238
|
-
* in the pricing model format used for orders. Learn more about pricing models
|
|
238
|
+
* in the pricing model format used for orders. Learn more about [pricing models](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/introduction#wix-pricing-plans_pricing-plans_introduction_pricing-models).
|
|
239
239
|
*
|
|
240
240
|
* Buyers do not have to be logged in to preview the price, and as such, the details returned are not buyer-specific. To
|
|
241
241
|
* generate a preview of a purchase for a specific buyer, call Get Offline Order Preview.
|
package/build/cjs/index.js
CHANGED
|
@@ -81,104 +81,110 @@ 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
|
-
"
|
|
85
|
-
{
|
|
86
|
-
srcPath: "/_api/paid-plans",
|
|
87
|
-
destPath: ""
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"forums.wixapps.net": [
|
|
84
|
+
"api._api_base_domain_": [
|
|
91
85
|
{
|
|
92
|
-
srcPath: "/
|
|
86
|
+
srcPath: "/pricing-plans-checkout-proxy",
|
|
93
87
|
destPath: ""
|
|
94
88
|
}
|
|
95
89
|
],
|
|
96
|
-
"
|
|
90
|
+
"*.dev.wix-code.com": [
|
|
97
91
|
{
|
|
98
|
-
srcPath: "/_api/paid-plans",
|
|
99
|
-
destPath: ""
|
|
92
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
93
|
+
destPath: "/v2/checkout"
|
|
100
94
|
}
|
|
101
95
|
],
|
|
102
|
-
"
|
|
96
|
+
"*.pub.wix-code.com": [
|
|
103
97
|
{
|
|
104
|
-
srcPath: "/_api/paid-plans",
|
|
105
|
-
destPath: ""
|
|
98
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
99
|
+
destPath: "/v2/checkout"
|
|
106
100
|
}
|
|
107
101
|
],
|
|
108
|
-
"
|
|
102
|
+
"*.wixapps.net": [
|
|
109
103
|
{
|
|
110
|
-
srcPath: "/_api/paid-plans",
|
|
111
|
-
destPath: ""
|
|
104
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
105
|
+
destPath: "/v2/checkout"
|
|
112
106
|
}
|
|
113
107
|
],
|
|
114
108
|
_: [
|
|
115
109
|
{
|
|
116
|
-
srcPath: "/
|
|
117
|
-
destPath: ""
|
|
110
|
+
srcPath: "/pricing-plans/v2/checkout",
|
|
111
|
+
destPath: "/v2/checkout"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
115
|
+
destPath: "/v2/checkout"
|
|
118
116
|
},
|
|
119
117
|
{
|
|
120
|
-
srcPath: "/
|
|
121
|
-
destPath: "/
|
|
118
|
+
srcPath: "/_api/pricing-plans/v2/checkout",
|
|
119
|
+
destPath: "/v2/checkout"
|
|
122
120
|
}
|
|
123
121
|
],
|
|
124
|
-
"
|
|
122
|
+
"editor-flow.wixapps.net": [
|
|
125
123
|
{
|
|
126
|
-
srcPath: "/_api/paid-plans",
|
|
127
|
-
destPath: ""
|
|
124
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
125
|
+
destPath: "/v2/checkout"
|
|
128
126
|
}
|
|
129
127
|
],
|
|
130
|
-
"
|
|
128
|
+
"editor._base_domain_": [
|
|
131
129
|
{
|
|
132
|
-
srcPath: "/_api/paid-plans",
|
|
133
|
-
destPath: ""
|
|
130
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
131
|
+
destPath: "/v2/checkout"
|
|
134
132
|
}
|
|
135
133
|
],
|
|
136
|
-
"
|
|
134
|
+
"blocks._base_domain_": [
|
|
137
135
|
{
|
|
138
|
-
srcPath: "/_api/paid-plans",
|
|
139
|
-
destPath: ""
|
|
136
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
137
|
+
destPath: "/v2/checkout"
|
|
140
138
|
}
|
|
141
139
|
],
|
|
142
|
-
"
|
|
143
|
-
{
|
|
144
|
-
srcPath: "/_api/paid-plans",
|
|
145
|
-
destPath: ""
|
|
146
|
-
},
|
|
140
|
+
"create.editorx": [
|
|
147
141
|
{
|
|
148
|
-
srcPath: "/_api/
|
|
149
|
-
destPath: ""
|
|
142
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
143
|
+
destPath: "/v2/checkout"
|
|
150
144
|
}
|
|
151
145
|
],
|
|
152
|
-
"
|
|
146
|
+
"editor.wixapps.net": [
|
|
153
147
|
{
|
|
154
|
-
srcPath: "/_api/paid-plans",
|
|
155
|
-
destPath: ""
|
|
148
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
149
|
+
destPath: "/v2/checkout"
|
|
156
150
|
}
|
|
157
151
|
],
|
|
158
|
-
"
|
|
152
|
+
"forums._base_domain_": [
|
|
159
153
|
{
|
|
160
|
-
srcPath: "/_api/paid-plans",
|
|
161
|
-
destPath: ""
|
|
154
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
155
|
+
destPath: "/v2/checkout"
|
|
162
156
|
}
|
|
163
157
|
],
|
|
164
|
-
"
|
|
158
|
+
"forums.wixapps.net": [
|
|
165
159
|
{
|
|
166
|
-
srcPath: "/_api/paid-plans",
|
|
167
|
-
destPath: ""
|
|
160
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
161
|
+
destPath: "/v2/checkout"
|
|
168
162
|
}
|
|
169
163
|
],
|
|
170
|
-
"
|
|
164
|
+
"manage._base_domain_": [
|
|
171
165
|
{
|
|
172
|
-
srcPath: "/
|
|
173
|
-
destPath: ""
|
|
166
|
+
srcPath: "/_api/pricing-plans/v2/checkout",
|
|
167
|
+
destPath: "/v2/checkout"
|
|
174
168
|
},
|
|
175
169
|
{
|
|
176
|
-
srcPath: "/paid-plans",
|
|
177
|
-
destPath: ""
|
|
170
|
+
srcPath: "/_api/paid-plans/v2/checkout",
|
|
171
|
+
destPath: "/v2/checkout"
|
|
178
172
|
},
|
|
179
173
|
{
|
|
180
|
-
srcPath: "/
|
|
181
|
-
destPath: ""
|
|
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"
|
|
182
188
|
}
|
|
183
189
|
]
|
|
184
190
|
};
|
|
@@ -186,54 +192,60 @@ function resolveComWixpressMembershipV2OrdersCheckoutServiceUrl(opts) {
|
|
|
186
192
|
}
|
|
187
193
|
function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts) {
|
|
188
194
|
const domainToMappings = {
|
|
189
|
-
"
|
|
195
|
+
"api._api_base_domain_": [
|
|
190
196
|
{
|
|
191
|
-
srcPath: "/
|
|
197
|
+
srcPath: "/member-orders-service-proxy",
|
|
192
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"
|
|
193
205
|
},
|
|
194
206
|
{
|
|
195
|
-
srcPath: "/_api/pricing-plans/v2/member",
|
|
196
|
-
destPath: "/v2/member"
|
|
207
|
+
srcPath: "/_api/pricing-plans/v2/member/orders",
|
|
208
|
+
destPath: "/v2/member/orders"
|
|
197
209
|
}
|
|
198
210
|
],
|
|
199
211
|
"*.pub.wix-code.com": [
|
|
200
212
|
{
|
|
201
|
-
srcPath: "/_api/pricing-plans-member-orders",
|
|
202
|
-
destPath: ""
|
|
213
|
+
srcPath: "/_api/pricing-plans-member-orders/v2/member/orders",
|
|
214
|
+
destPath: "/v2/member/orders"
|
|
203
215
|
},
|
|
204
216
|
{
|
|
205
|
-
srcPath: "/_api/pricing-plans/v2/member",
|
|
206
|
-
destPath: "/v2/member"
|
|
217
|
+
srcPath: "/_api/pricing-plans/v2/member/orders",
|
|
218
|
+
destPath: "/v2/member/orders"
|
|
207
219
|
}
|
|
208
220
|
],
|
|
209
|
-
|
|
221
|
+
_: [
|
|
210
222
|
{
|
|
211
|
-
srcPath: "/pricing-plans/v2/member",
|
|
212
|
-
destPath: "/v2/member"
|
|
223
|
+
srcPath: "/_api/pricing-plans/v2/member/orders",
|
|
224
|
+
destPath: "/v2/member/orders"
|
|
213
225
|
}
|
|
214
226
|
],
|
|
215
|
-
"
|
|
227
|
+
"editor.wixapps.net": [
|
|
216
228
|
{
|
|
217
|
-
srcPath: "/_api/pricing-plans/v2/member",
|
|
218
|
-
destPath: "/v2/member"
|
|
229
|
+
srcPath: "/_api/pricing-plans/v2/member/orders",
|
|
230
|
+
destPath: "/v2/member/orders"
|
|
219
231
|
}
|
|
220
232
|
],
|
|
221
|
-
|
|
233
|
+
"manage._base_domain_": [
|
|
222
234
|
{
|
|
223
|
-
srcPath: "/_api/pricing-plans/v2/member",
|
|
224
|
-
destPath: "/v2/member"
|
|
235
|
+
srcPath: "/_api/pricing-plans/v2/member/orders",
|
|
236
|
+
destPath: "/v2/member/orders"
|
|
225
237
|
}
|
|
226
238
|
],
|
|
227
|
-
"
|
|
239
|
+
"www._base_domain_": [
|
|
228
240
|
{
|
|
229
|
-
srcPath: "/_api/pricing-plans/v2/member",
|
|
230
|
-
destPath: "/v2/member"
|
|
241
|
+
srcPath: "/_api/pricing-plans/v2/member/orders",
|
|
242
|
+
destPath: "/v2/member/orders"
|
|
231
243
|
}
|
|
232
244
|
],
|
|
233
|
-
"
|
|
245
|
+
"www.wixapis.com": [
|
|
234
246
|
{
|
|
235
|
-
srcPath: "/
|
|
236
|
-
destPath: "/v2/member"
|
|
247
|
+
srcPath: "/pricing-plans/v2/member/orders",
|
|
248
|
+
destPath: "/v2/member/orders"
|
|
237
249
|
}
|
|
238
250
|
]
|
|
239
251
|
};
|
|
@@ -241,104 +253,98 @@ function resolveComWixpressMembershipV2OrdersMemberMemberOrdersServiceUrl(opts)
|
|
|
241
253
|
}
|
|
242
254
|
function resolveComWixpressMembershipV2OrdersOrderManagementServiceUrl(opts) {
|
|
243
255
|
const domainToMappings = {
|
|
244
|
-
"
|
|
256
|
+
"api._api_base_domain_": [
|
|
245
257
|
{
|
|
246
|
-
srcPath: "/
|
|
258
|
+
srcPath: "/order-management-service-proxy",
|
|
247
259
|
destPath: ""
|
|
248
260
|
}
|
|
249
261
|
],
|
|
250
|
-
"
|
|
262
|
+
"*.dev.wix-code.com": [
|
|
251
263
|
{
|
|
252
|
-
srcPath: "/_api/paid-plans",
|
|
253
|
-
destPath: ""
|
|
264
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
265
|
+
destPath: "/v2/orders"
|
|
254
266
|
}
|
|
255
267
|
],
|
|
256
|
-
"
|
|
268
|
+
"*.pub.wix-code.com": [
|
|
257
269
|
{
|
|
258
|
-
srcPath: "/_api/paid-plans",
|
|
259
|
-
destPath: ""
|
|
270
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
271
|
+
destPath: "/v2/orders"
|
|
260
272
|
}
|
|
261
273
|
],
|
|
262
|
-
"
|
|
274
|
+
"*.wixapps.net": [
|
|
263
275
|
{
|
|
264
|
-
srcPath: "/_api/paid-plans",
|
|
265
|
-
destPath: ""
|
|
276
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
277
|
+
destPath: "/v2/orders"
|
|
266
278
|
}
|
|
267
279
|
],
|
|
268
|
-
|
|
280
|
+
_: [
|
|
269
281
|
{
|
|
270
|
-
srcPath: "/_api/paid-plans",
|
|
271
|
-
destPath: ""
|
|
282
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
283
|
+
destPath: "/v2/orders"
|
|
272
284
|
}
|
|
273
285
|
],
|
|
274
|
-
|
|
275
|
-
{
|
|
276
|
-
srcPath: "/_api/paid-plans",
|
|
277
|
-
destPath: ""
|
|
278
|
-
},
|
|
286
|
+
"editor-flow.wixapps.net": [
|
|
279
287
|
{
|
|
280
|
-
srcPath: "/paid-plans/
|
|
281
|
-
destPath: "/
|
|
288
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
289
|
+
destPath: "/v2/orders"
|
|
282
290
|
}
|
|
283
291
|
],
|
|
284
|
-
"
|
|
292
|
+
"editor._base_domain_": [
|
|
285
293
|
{
|
|
286
|
-
srcPath: "/_api/paid-plans",
|
|
287
|
-
destPath: ""
|
|
294
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
295
|
+
destPath: "/v2/orders"
|
|
288
296
|
}
|
|
289
297
|
],
|
|
290
|
-
"
|
|
298
|
+
"blocks._base_domain_": [
|
|
291
299
|
{
|
|
292
|
-
srcPath: "/_api/paid-plans",
|
|
293
|
-
destPath: ""
|
|
300
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
301
|
+
destPath: "/v2/orders"
|
|
294
302
|
}
|
|
295
303
|
],
|
|
296
|
-
"
|
|
304
|
+
"create.editorx": [
|
|
297
305
|
{
|
|
298
|
-
srcPath: "/_api/paid-plans",
|
|
299
|
-
destPath: ""
|
|
306
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
307
|
+
destPath: "/v2/orders"
|
|
300
308
|
}
|
|
301
309
|
],
|
|
302
|
-
"
|
|
303
|
-
{
|
|
304
|
-
srcPath: "/_api/paid-plans",
|
|
305
|
-
destPath: ""
|
|
306
|
-
},
|
|
310
|
+
"editor.wixapps.net": [
|
|
307
311
|
{
|
|
308
|
-
srcPath: "/_api/
|
|
309
|
-
destPath: ""
|
|
312
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
313
|
+
destPath: "/v2/orders"
|
|
310
314
|
}
|
|
311
315
|
],
|
|
312
316
|
"forums._base_domain_": [
|
|
313
317
|
{
|
|
314
|
-
srcPath: "/_api/paid-plans",
|
|
315
|
-
destPath: ""
|
|
318
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
319
|
+
destPath: "/v2/orders"
|
|
316
320
|
}
|
|
317
321
|
],
|
|
318
|
-
"
|
|
322
|
+
"forums.wixapps.net": [
|
|
319
323
|
{
|
|
320
|
-
srcPath: "/_api/paid-plans",
|
|
321
|
-
destPath: ""
|
|
324
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
325
|
+
destPath: "/v2/orders"
|
|
322
326
|
}
|
|
323
327
|
],
|
|
324
|
-
"
|
|
328
|
+
"manage._base_domain_": [
|
|
325
329
|
{
|
|
326
|
-
srcPath: "/_api/
|
|
327
|
-
destPath: ""
|
|
330
|
+
srcPath: "/_api/pricing-plans/v2/orders",
|
|
331
|
+
destPath: "/v2/orders"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
335
|
+
destPath: "/v2/orders"
|
|
328
336
|
}
|
|
329
337
|
],
|
|
330
|
-
"
|
|
331
|
-
{
|
|
332
|
-
srcPath: "/membership-api",
|
|
333
|
-
destPath: ""
|
|
334
|
-
},
|
|
338
|
+
"www._base_domain_": [
|
|
335
339
|
{
|
|
336
|
-
srcPath: "/paid-plans",
|
|
337
|
-
destPath: ""
|
|
338
|
-
}
|
|
340
|
+
srcPath: "/_api/paid-plans/v2/orders",
|
|
341
|
+
destPath: "/v2/orders"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"www.wixapis.com": [
|
|
339
345
|
{
|
|
340
|
-
srcPath: "/
|
|
341
|
-
destPath: ""
|
|
346
|
+
srcPath: "/pricing-plans/v2/orders",
|
|
347
|
+
destPath: "/v2/orders"
|
|
342
348
|
}
|
|
343
349
|
]
|
|
344
350
|
};
|