@wix/subscription 1.0.16 → 1.0.18

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.16",
3
+ "version": "1.0.18",
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.16"
21
+ "@wix/subscription_subscriptions": "1.0.18"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "cc967e7ef8f2e31ad3810e01da763a4c64e3b4645533af3c03503f52"
46
+ "falconPackageHash": "ba2074d717450bf05d74b1491711ea81cbe8b8f76d1da02d461437b6"
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.
@@ -2389,7 +2389,7 @@ interface InvoiceShippingCharges {
2389
2389
  tax?: Tax;
2390
2390
  /** Information about the shipping charges tax data */
2391
2391
  taxData?: ItemTaxData;
2392
- discounts?: Discount[];
2392
+ discount?: Discount;
2393
2393
  }
2394
2394
  /** Tax data from all items */
2395
2395
  interface TaxData {
@@ -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.
@@ -2389,7 +2389,7 @@ interface InvoiceShippingCharges {
2389
2389
  tax?: Tax;
2390
2390
  /** Information about the shipping charges tax data */
2391
2391
  taxData?: ItemTaxData;
2392
- discounts?: Discount[];
2392
+ discount?: Discount;
2393
2393
  }
2394
2394
  /** Tax data from all items */
2395
2395
  interface TaxData {
@@ -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;