@wix/pricing-plans 1.0.87 → 1.0.89
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.89",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
@@ -18,8 +18,8 @@
|
|
18
18
|
"type-bundles"
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
|
-
"@wix/pricing-plans_orders": "1.0.
|
22
|
-
"@wix/pricing-plans_plans": "1.0.
|
21
|
+
"@wix/pricing-plans_orders": "1.0.38",
|
22
|
+
"@wix/pricing-plans_plans": "1.0.39"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"glob": "^10.4.1",
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"fqdn": ""
|
45
45
|
}
|
46
46
|
},
|
47
|
-
"falconPackageHash": "
|
47
|
+
"falconPackageHash": "51fd75874d85033b8f17d2a93e7847f460536ed8b21d56b786eabe95"
|
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 {
|
@@ -1089,7 +1096,14 @@ interface OrderEnded {
|
|
1089
1096
|
interface GetOrderRequest {
|
1090
1097
|
/** Order ID. */
|
1091
1098
|
_id: string;
|
1092
|
-
/**
|
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
|
+
*/
|
1093
1107
|
fieldSet?: Set;
|
1094
1108
|
}
|
1095
1109
|
interface GetOrderResponse {
|
@@ -1516,7 +1530,14 @@ interface OrderResumedEnvelope {
|
|
1516
1530
|
metadata: EventMetadata$1;
|
1517
1531
|
}
|
1518
1532
|
interface MemberGetOrderOptions {
|
1519
|
-
/**
|
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
|
+
*/
|
1520
1541
|
fieldSet?: Set;
|
1521
1542
|
}
|
1522
1543
|
interface MemberListOrdersOptions {
|
@@ -1621,7 +1642,14 @@ interface GetPricePreviewOptions {
|
|
1621
1642
|
couponCode?: string | null;
|
1622
1643
|
}
|
1623
1644
|
interface ManagementGetOrderOptions {
|
1624
|
-
/**
|
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
|
+
*/
|
1625
1653
|
fieldSet?: Set;
|
1626
1654
|
}
|
1627
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 {
|
@@ -1089,7 +1096,14 @@ interface OrderEnded {
|
|
1089
1096
|
interface GetOrderRequest {
|
1090
1097
|
/** Order ID. */
|
1091
1098
|
_id: string;
|
1092
|
-
/**
|
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
|
+
*/
|
1093
1107
|
fieldSet?: Set;
|
1094
1108
|
}
|
1095
1109
|
interface GetOrderResponse {
|
@@ -1516,7 +1530,14 @@ interface OrderResumedEnvelope {
|
|
1516
1530
|
metadata: EventMetadata$1;
|
1517
1531
|
}
|
1518
1532
|
interface MemberGetOrderOptions {
|
1519
|
-
/**
|
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
|
+
*/
|
1520
1541
|
fieldSet?: Set;
|
1521
1542
|
}
|
1522
1543
|
interface MemberListOrdersOptions {
|
@@ -1621,7 +1642,14 @@ interface GetPricePreviewOptions {
|
|
1621
1642
|
couponCode?: string | null;
|
1622
1643
|
}
|
1623
1644
|
interface ManagementGetOrderOptions {
|
1624
|
-
/**
|
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
|
+
*/
|
1625
1653
|
fieldSet?: Set;
|
1626
1654
|
}
|
1627
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 {
|
@@ -666,7 +673,14 @@ interface GetPricePreviewResponse$1 {
|
|
666
673
|
interface GetOrderRequest$1 {
|
667
674
|
/** Order ID. */
|
668
675
|
id: string;
|
669
|
-
/**
|
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
|
+
*/
|
670
684
|
fieldSet?: Set$1;
|
671
685
|
}
|
672
686
|
interface GetOrderResponse$1 {
|
@@ -1363,7 +1377,14 @@ interface FormData {
|
|
1363
1377
|
interface MemberGetOrderRequest {
|
1364
1378
|
/** Order ID. */
|
1365
1379
|
_id: string;
|
1366
|
-
/**
|
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
|
+
*/
|
1367
1388
|
fieldSet?: Set;
|
1368
1389
|
}
|
1369
1390
|
declare enum Set {
|
@@ -1538,7 +1559,14 @@ interface GetPricePreviewResponse {
|
|
1538
1559
|
interface GetOrderRequest {
|
1539
1560
|
/** Order ID. */
|
1540
1561
|
_id: string;
|
1541
|
-
/**
|
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
|
+
*/
|
1542
1570
|
fieldSet?: Set;
|
1543
1571
|
}
|
1544
1572
|
interface GetOrderResponse {
|