@wix/pricing-plans 1.0.85 → 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,7 +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
|
-
/**
|
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
|
+
*/
|
667
674
|
fieldSet?: Set;
|
668
675
|
}
|
669
676
|
interface Sorting$1 {
|
@@ -1116,7 +1123,14 @@ interface ListOrdersRequest {
|
|
1116
1123
|
* Default: `DESC`
|
1117
1124
|
*/
|
1118
1125
|
sorting?: Sorting$1;
|
1119
|
-
/**
|
1126
|
+
/**
|
1127
|
+
* Predefined set of fields to return.
|
1128
|
+
*
|
1129
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1130
|
+
* - `FULL`: Returns all order form submission data.
|
1131
|
+
*
|
1132
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1133
|
+
*/
|
1120
1134
|
fieldSet?: Set;
|
1121
1135
|
}
|
1122
1136
|
interface ListOrdersResponse {
|
@@ -1564,7 +1578,14 @@ interface MemberListOrdersOptions {
|
|
1564
1578
|
* Default: `ASC`
|
1565
1579
|
*/
|
1566
1580
|
sorting?: Sorting$1;
|
1567
|
-
/**
|
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
|
+
*/
|
1568
1589
|
fieldSet?: Set;
|
1569
1590
|
}
|
1570
1591
|
interface CreateOfflineOrderOptions {
|
@@ -1648,7 +1669,14 @@ interface ManagementListOrdersOptions {
|
|
1648
1669
|
* Default: `DESC`
|
1649
1670
|
*/
|
1650
1671
|
sorting?: Sorting$1;
|
1651
|
-
/**
|
1672
|
+
/**
|
1673
|
+
* Predefined set of fields to return.
|
1674
|
+
*
|
1675
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1676
|
+
* - `FULL`: Returns all order form submission data.
|
1677
|
+
*
|
1678
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1679
|
+
*/
|
1652
1680
|
fieldSet?: Set;
|
1653
1681
|
}
|
1654
1682
|
|
@@ -663,7 +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
|
-
/**
|
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
|
+
*/
|
667
674
|
fieldSet?: Set;
|
668
675
|
}
|
669
676
|
interface Sorting$1 {
|
@@ -1116,7 +1123,14 @@ interface ListOrdersRequest {
|
|
1116
1123
|
* Default: `DESC`
|
1117
1124
|
*/
|
1118
1125
|
sorting?: Sorting$1;
|
1119
|
-
/**
|
1126
|
+
/**
|
1127
|
+
* Predefined set of fields to return.
|
1128
|
+
*
|
1129
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1130
|
+
* - `FULL`: Returns all order form submission data.
|
1131
|
+
*
|
1132
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1133
|
+
*/
|
1120
1134
|
fieldSet?: Set;
|
1121
1135
|
}
|
1122
1136
|
interface ListOrdersResponse {
|
@@ -1564,7 +1578,14 @@ interface MemberListOrdersOptions {
|
|
1564
1578
|
* Default: `ASC`
|
1565
1579
|
*/
|
1566
1580
|
sorting?: Sorting$1;
|
1567
|
-
/**
|
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
|
+
*/
|
1568
1589
|
fieldSet?: Set;
|
1569
1590
|
}
|
1570
1591
|
interface CreateOfflineOrderOptions {
|
@@ -1648,7 +1669,14 @@ interface ManagementListOrdersOptions {
|
|
1648
1669
|
* Default: `DESC`
|
1649
1670
|
*/
|
1650
1671
|
sorting?: Sorting$1;
|
1651
|
-
/**
|
1672
|
+
/**
|
1673
|
+
* Predefined set of fields to return.
|
1674
|
+
*
|
1675
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1676
|
+
* - `FULL`: Returns all order form submission data.
|
1677
|
+
*
|
1678
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1679
|
+
*/
|
1652
1680
|
fieldSet?: Set;
|
1653
1681
|
}
|
1654
1682
|
|
@@ -535,7 +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
|
-
/**
|
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
|
+
*/
|
539
546
|
fieldSet?: Set$1;
|
540
547
|
}
|
541
548
|
interface Sorting$3 {
|
@@ -693,7 +700,14 @@ interface ListOrdersRequest$1 {
|
|
693
700
|
* Default: `DESC`
|
694
701
|
*/
|
695
702
|
sorting?: Sorting$3;
|
696
|
-
/**
|
703
|
+
/**
|
704
|
+
* Predefined set of fields to return.
|
705
|
+
*
|
706
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
707
|
+
* - `FULL`: Returns all order form submission data.
|
708
|
+
*
|
709
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
710
|
+
*/
|
697
711
|
fieldSet?: Set$1;
|
698
712
|
}
|
699
713
|
interface ListOrdersResponse$1 {
|
@@ -1385,7 +1399,14 @@ interface MemberListOrdersRequest {
|
|
1385
1399
|
offset?: number | null;
|
1386
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). */
|
1387
1401
|
sorting?: Sorting$2;
|
1388
|
-
/**
|
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
|
+
*/
|
1389
1410
|
fieldSet?: Set;
|
1390
1411
|
}
|
1391
1412
|
interface Sorting$2 {
|
@@ -1551,7 +1572,14 @@ interface ListOrdersRequest {
|
|
1551
1572
|
* Default: `DESC`
|
1552
1573
|
*/
|
1553
1574
|
sorting?: Sorting$2;
|
1554
|
-
/**
|
1575
|
+
/**
|
1576
|
+
* Predefined set of fields to return.
|
1577
|
+
*
|
1578
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1579
|
+
* - `FULL`: Returns all order form submission data.
|
1580
|
+
*
|
1581
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1582
|
+
*/
|
1555
1583
|
fieldSet?: Set;
|
1556
1584
|
}
|
1557
1585
|
interface ListOrdersResponse {
|