@wix/pricing-plans 1.0.85 → 1.0.86
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.86",
|
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.35",
|
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": "324379a9258304e391ff3f966c7f57e0e92abab8f5499721c3164ea8"
|
48
48
|
}
|
@@ -663,7 +663,6 @@ 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
|
-
/** Parameter to define amount of fields to return. FULL returns each order's submission data. Supported values: UNKNOWN_SET, BASIC, FULL */
|
667
666
|
fieldSet?: Set;
|
668
667
|
}
|
669
668
|
interface Sorting$1 {
|
@@ -1116,7 +1115,14 @@ interface ListOrdersRequest {
|
|
1116
1115
|
* Default: `DESC`
|
1117
1116
|
*/
|
1118
1117
|
sorting?: Sorting$1;
|
1119
|
-
/**
|
1118
|
+
/**
|
1119
|
+
* Predefined set of fields to return.
|
1120
|
+
*
|
1121
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1122
|
+
* - `FULL`: Returns all order form submission data.
|
1123
|
+
*
|
1124
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1125
|
+
*/
|
1120
1126
|
fieldSet?: Set;
|
1121
1127
|
}
|
1122
1128
|
interface ListOrdersResponse {
|
@@ -1564,7 +1570,6 @@ interface MemberListOrdersOptions {
|
|
1564
1570
|
* Default: `ASC`
|
1565
1571
|
*/
|
1566
1572
|
sorting?: Sorting$1;
|
1567
|
-
/** Parameter to define amount of fields to return. FULL returns each order's submission data. Supported values: UNKNOWN_SET, BASIC, FULL */
|
1568
1573
|
fieldSet?: Set;
|
1569
1574
|
}
|
1570
1575
|
interface CreateOfflineOrderOptions {
|
@@ -1648,7 +1653,14 @@ interface ManagementListOrdersOptions {
|
|
1648
1653
|
* Default: `DESC`
|
1649
1654
|
*/
|
1650
1655
|
sorting?: Sorting$1;
|
1651
|
-
/**
|
1656
|
+
/**
|
1657
|
+
* Predefined set of fields to return.
|
1658
|
+
*
|
1659
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1660
|
+
* - `FULL`: Returns all order form submission data.
|
1661
|
+
*
|
1662
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1663
|
+
*/
|
1652
1664
|
fieldSet?: Set;
|
1653
1665
|
}
|
1654
1666
|
|
@@ -663,7 +663,6 @@ 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
|
-
/** Parameter to define amount of fields to return. FULL returns each order's submission data. Supported values: UNKNOWN_SET, BASIC, FULL */
|
667
666
|
fieldSet?: Set;
|
668
667
|
}
|
669
668
|
interface Sorting$1 {
|
@@ -1116,7 +1115,14 @@ interface ListOrdersRequest {
|
|
1116
1115
|
* Default: `DESC`
|
1117
1116
|
*/
|
1118
1117
|
sorting?: Sorting$1;
|
1119
|
-
/**
|
1118
|
+
/**
|
1119
|
+
* Predefined set of fields to return.
|
1120
|
+
*
|
1121
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1122
|
+
* - `FULL`: Returns all order form submission data.
|
1123
|
+
*
|
1124
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1125
|
+
*/
|
1120
1126
|
fieldSet?: Set;
|
1121
1127
|
}
|
1122
1128
|
interface ListOrdersResponse {
|
@@ -1564,7 +1570,6 @@ interface MemberListOrdersOptions {
|
|
1564
1570
|
* Default: `ASC`
|
1565
1571
|
*/
|
1566
1572
|
sorting?: Sorting$1;
|
1567
|
-
/** Parameter to define amount of fields to return. FULL returns each order's submission data. Supported values: UNKNOWN_SET, BASIC, FULL */
|
1568
1573
|
fieldSet?: Set;
|
1569
1574
|
}
|
1570
1575
|
interface CreateOfflineOrderOptions {
|
@@ -1648,7 +1653,14 @@ interface ManagementListOrdersOptions {
|
|
1648
1653
|
* Default: `DESC`
|
1649
1654
|
*/
|
1650
1655
|
sorting?: Sorting$1;
|
1651
|
-
/**
|
1656
|
+
/**
|
1657
|
+
* Predefined set of fields to return.
|
1658
|
+
*
|
1659
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1660
|
+
* - `FULL`: Returns all order form submission data.
|
1661
|
+
*
|
1662
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1663
|
+
*/
|
1652
1664
|
fieldSet?: Set;
|
1653
1665
|
}
|
1654
1666
|
|
@@ -535,7 +535,6 @@ 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
|
-
/** Parameter to define amount of fields to return. FULL returns each order's submission data. Supported values: UNKNOWN_SET, BASIC, FULL */
|
539
538
|
fieldSet?: Set$1;
|
540
539
|
}
|
541
540
|
interface Sorting$3 {
|
@@ -693,7 +692,14 @@ interface ListOrdersRequest$1 {
|
|
693
692
|
* Default: `DESC`
|
694
693
|
*/
|
695
694
|
sorting?: Sorting$3;
|
696
|
-
/**
|
695
|
+
/**
|
696
|
+
* Predefined set of fields to return.
|
697
|
+
*
|
698
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
699
|
+
* - `FULL`: Returns all order form submission data.
|
700
|
+
*
|
701
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
702
|
+
*/
|
697
703
|
fieldSet?: Set$1;
|
698
704
|
}
|
699
705
|
interface ListOrdersResponse$1 {
|
@@ -1385,7 +1391,6 @@ interface MemberListOrdersRequest {
|
|
1385
1391
|
offset?: number | null;
|
1386
1392
|
/** 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
1393
|
sorting?: Sorting$2;
|
1388
|
-
/** Parameter to define amount of fields to return. FULL returns each order's submission data. Supported values: UNKNOWN_SET, BASIC, FULL */
|
1389
1394
|
fieldSet?: Set;
|
1390
1395
|
}
|
1391
1396
|
interface Sorting$2 {
|
@@ -1551,7 +1556,14 @@ interface ListOrdersRequest {
|
|
1551
1556
|
* Default: `DESC`
|
1552
1557
|
*/
|
1553
1558
|
sorting?: Sorting$2;
|
1554
|
-
/**
|
1559
|
+
/**
|
1560
|
+
* Predefined set of fields to return.
|
1561
|
+
*
|
1562
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1563
|
+
* - `FULL`: Returns all order form submission data.
|
1564
|
+
*
|
1565
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1566
|
+
*/
|
1555
1567
|
fieldSet?: Set;
|
1556
1568
|
}
|
1557
1569
|
interface ListOrdersResponse {
|