@wix/subscription 1.0.16 → 1.0.17
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/subscription",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
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/subscription_subscriptions": "1.0.
|
|
21
|
+
"@wix/subscription_subscriptions": "1.0.17"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "e5d70f84b44b24229fb3156e2d3f793f2d0ec43bd7078c78a089d44f"
|
|
47
47
|
}
|
|
@@ -1396,7 +1396,7 @@ interface InvoiceItem extends InvoiceItemPaymentTypeOneOf {
|
|
|
1396
1396
|
* ID of the [subscription](https://bo.wix.com/wix-docs/rest/premium/premium-subscriptions-manager/subscription-object)
|
|
1397
1397
|
* that belongs to the invoice line item.
|
|
1398
1398
|
*/
|
|
1399
|
-
subscriptionId?: string;
|
|
1399
|
+
subscriptionId?: string | null;
|
|
1400
1400
|
/**
|
|
1401
1401
|
* Name of the invoice line item.
|
|
1402
1402
|
* Typically the product name.
|
|
@@ -3390,7 +3390,6 @@ interface ItemTaxDataNonNullableFields {
|
|
|
3390
3390
|
interface InvoiceItemNonNullableFields {
|
|
3391
3391
|
recurring?: RecurringNonNullableFields;
|
|
3392
3392
|
_id: string;
|
|
3393
|
-
subscriptionId: string;
|
|
3394
3393
|
name: string;
|
|
3395
3394
|
catalogReference?: CatalogReferenceNonNullableFields;
|
|
3396
3395
|
category: ItemCategory;
|
|
@@ -1396,7 +1396,7 @@ interface InvoiceItem extends InvoiceItemPaymentTypeOneOf {
|
|
|
1396
1396
|
* ID of the [subscription](https://bo.wix.com/wix-docs/rest/premium/premium-subscriptions-manager/subscription-object)
|
|
1397
1397
|
* that belongs to the invoice line item.
|
|
1398
1398
|
*/
|
|
1399
|
-
subscriptionId?: string;
|
|
1399
|
+
subscriptionId?: string | null;
|
|
1400
1400
|
/**
|
|
1401
1401
|
* Name of the invoice line item.
|
|
1402
1402
|
* Typically the product name.
|
|
@@ -3390,7 +3390,6 @@ interface ItemTaxDataNonNullableFields {
|
|
|
3390
3390
|
interface InvoiceItemNonNullableFields {
|
|
3391
3391
|
recurring?: RecurringNonNullableFields;
|
|
3392
3392
|
_id: string;
|
|
3393
|
-
subscriptionId: string;
|
|
3394
3393
|
name: string;
|
|
3395
3394
|
catalogReference?: CatalogReferenceNonNullableFields;
|
|
3396
3395
|
category: ItemCategory;
|
|
@@ -1343,7 +1343,7 @@ interface InvoiceItem$1 extends InvoiceItemPaymentTypeOneOf$1 {
|
|
|
1343
1343
|
* ID of the [subscription](https://bo.wix.com/wix-docs/rest/premium/premium-subscriptions-manager/subscription-object)
|
|
1344
1344
|
* that belongs to the invoice line item.
|
|
1345
1345
|
*/
|
|
1346
|
-
subscriptionId?: string;
|
|
1346
|
+
subscriptionId?: string | null;
|
|
1347
1347
|
/**
|
|
1348
1348
|
* Name of the invoice line item.
|
|
1349
1349
|
* Typically the product name.
|
|
@@ -2215,7 +2215,6 @@ interface ItemTaxDataNonNullableFields$1 {
|
|
|
2215
2215
|
interface InvoiceItemNonNullableFields$1 {
|
|
2216
2216
|
recurring?: RecurringNonNullableFields$1;
|
|
2217
2217
|
id: string;
|
|
2218
|
-
subscriptionId: string;
|
|
2219
2218
|
name: string;
|
|
2220
2219
|
catalogReference?: CatalogReferenceNonNullableFields$1;
|
|
2221
2220
|
category: ItemCategory$1;
|
|
@@ -3650,7 +3649,7 @@ interface InvoiceItem extends InvoiceItemPaymentTypeOneOf {
|
|
|
3650
3649
|
* ID of the [subscription](https://bo.wix.com/wix-docs/rest/premium/premium-subscriptions-manager/subscription-object)
|
|
3651
3650
|
* that belongs to the invoice line item.
|
|
3652
3651
|
*/
|
|
3653
|
-
subscriptionId?: string;
|
|
3652
|
+
subscriptionId?: string | null;
|
|
3654
3653
|
/**
|
|
3655
3654
|
* Name of the invoice line item.
|
|
3656
3655
|
* Typically the product name.
|
|
@@ -4522,7 +4521,6 @@ interface ItemTaxDataNonNullableFields {
|
|
|
4522
4521
|
interface InvoiceItemNonNullableFields {
|
|
4523
4522
|
recurring?: RecurringNonNullableFields;
|
|
4524
4523
|
_id: string;
|
|
4525
|
-
subscriptionId: string;
|
|
4526
4524
|
name: string;
|
|
4527
4525
|
catalogReference?: CatalogReferenceNonNullableFields;
|
|
4528
4526
|
category: ItemCategory;
|