@wix/pricing-plans 1.0.86 → 1.0.88
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.88",
|
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.37",
|
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": "e6781bc844704de519a5203aab37bebb85d094d1c5825ba8f769566e"
|
48
48
|
}
|
@@ -627,7 +627,14 @@ interface Empty {
|
|
627
627
|
interface MemberGetOrderRequest {
|
628
628
|
/** Order ID. */
|
629
629
|
_id: string;
|
630
|
-
/**
|
630
|
+
/**
|
631
|
+
* Predefined set of fields to return.
|
632
|
+
*
|
633
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
634
|
+
* - `FULL`: Returns the order's form submission data.
|
635
|
+
*
|
636
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
637
|
+
*/
|
631
638
|
fieldSet?: Set;
|
632
639
|
}
|
633
640
|
declare enum Set {
|
@@ -663,6 +670,14 @@ interface MemberListOrdersRequest {
|
|
663
670
|
offset?: number | null;
|
664
671
|
/** 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
672
|
sorting?: Sorting$1;
|
673
|
+
/**
|
674
|
+
* Predefined set of fields to return.
|
675
|
+
*
|
676
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
677
|
+
* - `FULL`: Returns all order form submission data.
|
678
|
+
*
|
679
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
680
|
+
*/
|
666
681
|
fieldSet?: Set;
|
667
682
|
}
|
668
683
|
interface Sorting$1 {
|
@@ -1081,7 +1096,14 @@ interface OrderEnded {
|
|
1081
1096
|
interface GetOrderRequest {
|
1082
1097
|
/** Order ID. */
|
1083
1098
|
_id: string;
|
1084
|
-
/**
|
1099
|
+
/**
|
1100
|
+
* Predefined set of fields to return.
|
1101
|
+
*
|
1102
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
1103
|
+
* - `FULL`: Returns the order's form submission data.
|
1104
|
+
*
|
1105
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1106
|
+
*/
|
1085
1107
|
fieldSet?: Set;
|
1086
1108
|
}
|
1087
1109
|
interface GetOrderResponse {
|
@@ -1508,7 +1530,14 @@ interface OrderResumedEnvelope {
|
|
1508
1530
|
metadata: EventMetadata$1;
|
1509
1531
|
}
|
1510
1532
|
interface MemberGetOrderOptions {
|
1511
|
-
/**
|
1533
|
+
/**
|
1534
|
+
* Predefined set of fields to return.
|
1535
|
+
*
|
1536
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
1537
|
+
* - `FULL`: Returns the order's form submission data.
|
1538
|
+
*
|
1539
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1540
|
+
*/
|
1512
1541
|
fieldSet?: Set;
|
1513
1542
|
}
|
1514
1543
|
interface MemberListOrdersOptions {
|
@@ -1570,6 +1599,14 @@ interface MemberListOrdersOptions {
|
|
1570
1599
|
* Default: `ASC`
|
1571
1600
|
*/
|
1572
1601
|
sorting?: Sorting$1;
|
1602
|
+
/**
|
1603
|
+
* Predefined set of fields to return.
|
1604
|
+
*
|
1605
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1606
|
+
* - `FULL`: Returns all order form submission data.
|
1607
|
+
*
|
1608
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1609
|
+
*/
|
1573
1610
|
fieldSet?: Set;
|
1574
1611
|
}
|
1575
1612
|
interface CreateOfflineOrderOptions {
|
@@ -1605,7 +1642,14 @@ interface GetPricePreviewOptions {
|
|
1605
1642
|
couponCode?: string | null;
|
1606
1643
|
}
|
1607
1644
|
interface ManagementGetOrderOptions {
|
1608
|
-
/**
|
1645
|
+
/**
|
1646
|
+
* Predefined set of fields to return.
|
1647
|
+
*
|
1648
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
1649
|
+
* - `FULL`: Returns the order's form submission data.
|
1650
|
+
*
|
1651
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1652
|
+
*/
|
1609
1653
|
fieldSet?: Set;
|
1610
1654
|
}
|
1611
1655
|
interface ManagementListOrdersOptions {
|
@@ -627,7 +627,14 @@ interface Empty {
|
|
627
627
|
interface MemberGetOrderRequest {
|
628
628
|
/** Order ID. */
|
629
629
|
_id: string;
|
630
|
-
/**
|
630
|
+
/**
|
631
|
+
* Predefined set of fields to return.
|
632
|
+
*
|
633
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
634
|
+
* - `FULL`: Returns the order's form submission data.
|
635
|
+
*
|
636
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
637
|
+
*/
|
631
638
|
fieldSet?: Set;
|
632
639
|
}
|
633
640
|
declare enum Set {
|
@@ -663,6 +670,14 @@ interface MemberListOrdersRequest {
|
|
663
670
|
offset?: number | null;
|
664
671
|
/** 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
672
|
sorting?: Sorting$1;
|
673
|
+
/**
|
674
|
+
* Predefined set of fields to return.
|
675
|
+
*
|
676
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
677
|
+
* - `FULL`: Returns all order form submission data.
|
678
|
+
*
|
679
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
680
|
+
*/
|
666
681
|
fieldSet?: Set;
|
667
682
|
}
|
668
683
|
interface Sorting$1 {
|
@@ -1081,7 +1096,14 @@ interface OrderEnded {
|
|
1081
1096
|
interface GetOrderRequest {
|
1082
1097
|
/** Order ID. */
|
1083
1098
|
_id: string;
|
1084
|
-
/**
|
1099
|
+
/**
|
1100
|
+
* Predefined set of fields to return.
|
1101
|
+
*
|
1102
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
1103
|
+
* - `FULL`: Returns the order's form submission data.
|
1104
|
+
*
|
1105
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1106
|
+
*/
|
1085
1107
|
fieldSet?: Set;
|
1086
1108
|
}
|
1087
1109
|
interface GetOrderResponse {
|
@@ -1508,7 +1530,14 @@ interface OrderResumedEnvelope {
|
|
1508
1530
|
metadata: EventMetadata$1;
|
1509
1531
|
}
|
1510
1532
|
interface MemberGetOrderOptions {
|
1511
|
-
/**
|
1533
|
+
/**
|
1534
|
+
* Predefined set of fields to return.
|
1535
|
+
*
|
1536
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
1537
|
+
* - `FULL`: Returns the order's form submission data.
|
1538
|
+
*
|
1539
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1540
|
+
*/
|
1512
1541
|
fieldSet?: Set;
|
1513
1542
|
}
|
1514
1543
|
interface MemberListOrdersOptions {
|
@@ -1570,6 +1599,14 @@ interface MemberListOrdersOptions {
|
|
1570
1599
|
* Default: `ASC`
|
1571
1600
|
*/
|
1572
1601
|
sorting?: Sorting$1;
|
1602
|
+
/**
|
1603
|
+
* Predefined set of fields to return.
|
1604
|
+
*
|
1605
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1606
|
+
* - `FULL`: Returns all order form submission data.
|
1607
|
+
*
|
1608
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1609
|
+
*/
|
1573
1610
|
fieldSet?: Set;
|
1574
1611
|
}
|
1575
1612
|
interface CreateOfflineOrderOptions {
|
@@ -1605,7 +1642,14 @@ interface GetPricePreviewOptions {
|
|
1605
1642
|
couponCode?: string | null;
|
1606
1643
|
}
|
1607
1644
|
interface ManagementGetOrderOptions {
|
1608
|
-
/**
|
1645
|
+
/**
|
1646
|
+
* Predefined set of fields to return.
|
1647
|
+
*
|
1648
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
1649
|
+
* - `FULL`: Returns the order's form submission data.
|
1650
|
+
*
|
1651
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1652
|
+
*/
|
1609
1653
|
fieldSet?: Set;
|
1610
1654
|
}
|
1611
1655
|
interface ManagementListOrdersOptions {
|
@@ -499,7 +499,14 @@ interface FormData$1 {
|
|
499
499
|
interface MemberGetOrderRequest$1 {
|
500
500
|
/** Order ID. */
|
501
501
|
id: string;
|
502
|
-
/**
|
502
|
+
/**
|
503
|
+
* Predefined set of fields to return.
|
504
|
+
*
|
505
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
506
|
+
* - `FULL`: Returns the order's form submission data.
|
507
|
+
*
|
508
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
509
|
+
*/
|
503
510
|
fieldSet?: Set$1;
|
504
511
|
}
|
505
512
|
declare enum Set$1 {
|
@@ -535,6 +542,14 @@ interface MemberListOrdersRequest$1 {
|
|
535
542
|
offset?: number | null;
|
536
543
|
/** 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
544
|
sorting?: Sorting$3;
|
545
|
+
/**
|
546
|
+
* Predefined set of fields to return.
|
547
|
+
*
|
548
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
549
|
+
* - `FULL`: Returns all order form submission data.
|
550
|
+
*
|
551
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
552
|
+
*/
|
538
553
|
fieldSet?: Set$1;
|
539
554
|
}
|
540
555
|
interface Sorting$3 {
|
@@ -658,7 +673,14 @@ interface GetPricePreviewResponse$1 {
|
|
658
673
|
interface GetOrderRequest$1 {
|
659
674
|
/** Order ID. */
|
660
675
|
id: string;
|
661
|
-
/**
|
676
|
+
/**
|
677
|
+
* Predefined set of fields to return.
|
678
|
+
*
|
679
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
680
|
+
* - `FULL`: Returns the order's form submission data.
|
681
|
+
*
|
682
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
683
|
+
*/
|
662
684
|
fieldSet?: Set$1;
|
663
685
|
}
|
664
686
|
interface GetOrderResponse$1 {
|
@@ -1355,7 +1377,14 @@ interface FormData {
|
|
1355
1377
|
interface MemberGetOrderRequest {
|
1356
1378
|
/** Order ID. */
|
1357
1379
|
_id: string;
|
1358
|
-
/**
|
1380
|
+
/**
|
1381
|
+
* Predefined set of fields to return.
|
1382
|
+
*
|
1383
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
1384
|
+
* - `FULL`: Returns the order's form submission data.
|
1385
|
+
*
|
1386
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1387
|
+
*/
|
1359
1388
|
fieldSet?: Set;
|
1360
1389
|
}
|
1361
1390
|
declare enum Set {
|
@@ -1391,6 +1420,14 @@ interface MemberListOrdersRequest {
|
|
1391
1420
|
offset?: number | null;
|
1392
1421
|
/** 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
1422
|
sorting?: Sorting$2;
|
1423
|
+
/**
|
1424
|
+
* Predefined set of fields to return.
|
1425
|
+
*
|
1426
|
+
* - `BASIC`: Doesn't return any order form submission data.
|
1427
|
+
* - `FULL`: Returns all order form submission data.
|
1428
|
+
*
|
1429
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1430
|
+
*/
|
1394
1431
|
fieldSet?: Set;
|
1395
1432
|
}
|
1396
1433
|
interface Sorting$2 {
|
@@ -1522,7 +1559,14 @@ interface GetPricePreviewResponse {
|
|
1522
1559
|
interface GetOrderRequest {
|
1523
1560
|
/** Order ID. */
|
1524
1561
|
_id: string;
|
1525
|
-
/**
|
1562
|
+
/**
|
1563
|
+
* Predefined set of fields to return.
|
1564
|
+
*
|
1565
|
+
* - `BASIC`: Doesn't return the order's form submission data.
|
1566
|
+
* - `FULL`: Returns the order's form submission data.
|
1567
|
+
*
|
1568
|
+
* Default: If `fieldSet` is omitted, no order form submission data is returned.
|
1569
|
+
*/
|
1526
1570
|
fieldSet?: Set;
|
1527
1571
|
}
|
1528
1572
|
interface GetOrderResponse {
|