@wix/pricing-plans 1.0.86 → 1.0.87
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/pricing-plans",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.87",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"type-bundles"
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
|
-
"@wix/pricing-plans_orders": "1.0.
|
21
|
+
"@wix/pricing-plans_orders": "1.0.36",
|
22
22
|
"@wix/pricing-plans_plans": "1.0.38"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"fqdn": ""
|
45
45
|
}
|
46
46
|
},
|
47
|
-
"falconPackageHash": "
|
47
|
+
"falconPackageHash": "586a19ce3c59dc154688bcf8da2a8d99d7be400e1c52d41ed35be28b"
|
48
48
|
}
|
@@ -663,6 +663,14 @@ interface MemberListOrdersRequest {
|
|
663
663
|
offset?: number | null;
|
664
664
|
/** Sorting direction (defaults to ASC) and field to sort by. [See available fields here](https://dev.wix.com/api/rest/pricing-plans/pricing-plans/order-v2/filter-and-sort). */
|
665
665
|
sorting?: Sorting$1;
|
666
|
+
/**
|
667
|
+
* Predefined set of fields to return.
|
668
|
+
*
|
669
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
670
|
+
* - `FULL`: Returns all order form submission data.
|
671
|
+
*
|
672
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
673
|
+
*/
|
666
674
|
fieldSet?: Set;
|
667
675
|
}
|
668
676
|
interface Sorting$1 {
|
@@ -1570,6 +1578,14 @@ interface MemberListOrdersOptions {
|
|
1570
1578
|
* Default: `ASC`
|
1571
1579
|
*/
|
1572
1580
|
sorting?: Sorting$1;
|
1581
|
+
/**
|
1582
|
+
* Predefined set of fields to return.
|
1583
|
+
*
|
1584
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1585
|
+
* - `FULL`: Returns all order form submission data.
|
1586
|
+
*
|
1587
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1588
|
+
*/
|
1573
1589
|
fieldSet?: Set;
|
1574
1590
|
}
|
1575
1591
|
interface CreateOfflineOrderOptions {
|
@@ -663,6 +663,14 @@ interface MemberListOrdersRequest {
|
|
663
663
|
offset?: number | null;
|
664
664
|
/** Sorting direction (defaults to ASC) and field to sort by. [See available fields here](https://dev.wix.com/api/rest/pricing-plans/pricing-plans/order-v2/filter-and-sort). */
|
665
665
|
sorting?: Sorting$1;
|
666
|
+
/**
|
667
|
+
* Predefined set of fields to return.
|
668
|
+
*
|
669
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
670
|
+
* - `FULL`: Returns all order form submission data.
|
671
|
+
*
|
672
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
673
|
+
*/
|
666
674
|
fieldSet?: Set;
|
667
675
|
}
|
668
676
|
interface Sorting$1 {
|
@@ -1570,6 +1578,14 @@ interface MemberListOrdersOptions {
|
|
1570
1578
|
* Default: `ASC`
|
1571
1579
|
*/
|
1572
1580
|
sorting?: Sorting$1;
|
1581
|
+
/**
|
1582
|
+
* Predefined set of fields to return.
|
1583
|
+
*
|
1584
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1585
|
+
* - `FULL`: Returns all order form submission data.
|
1586
|
+
*
|
1587
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1588
|
+
*/
|
1573
1589
|
fieldSet?: Set;
|
1574
1590
|
}
|
1575
1591
|
interface CreateOfflineOrderOptions {
|
@@ -535,6 +535,14 @@ interface MemberListOrdersRequest$1 {
|
|
535
535
|
offset?: number | null;
|
536
536
|
/** Sorting direction (defaults to ASC) and field to sort by. [See available fields here](https://dev.wix.com/api/rest/pricing-plans/pricing-plans/order-v2/filter-and-sort). */
|
537
537
|
sorting?: Sorting$3;
|
538
|
+
/**
|
539
|
+
* Predefined set of fields to return.
|
540
|
+
*
|
541
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
542
|
+
* - `FULL`: Returns all order form submission data.
|
543
|
+
*
|
544
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
545
|
+
*/
|
538
546
|
fieldSet?: Set$1;
|
539
547
|
}
|
540
548
|
interface Sorting$3 {
|
@@ -1391,6 +1399,14 @@ interface MemberListOrdersRequest {
|
|
1391
1399
|
offset?: number | null;
|
1392
1400
|
/** Sorting direction (defaults to ASC) and field to sort by. [See available fields here](https://dev.wix.com/api/rest/pricing-plans/pricing-plans/order-v2/filter-and-sort). */
|
1393
1401
|
sorting?: Sorting$2;
|
1402
|
+
/**
|
1403
|
+
* Predefined set of fields to return.
|
1404
|
+
*
|
1405
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1406
|
+
* - `FULL`: Returns all order form submission data.
|
1407
|
+
*
|
1408
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1409
|
+
*/
|
1394
1410
|
fieldSet?: Set;
|
1395
1411
|
}
|
1396
1412
|
interface Sorting$2 {
|