taxtank-core 0.30.86 → 0.30.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/esm2020/lib/models/bank/bank.mjs +2 -2
- package/esm2020/lib/models/service-subscription/service-price.mjs +6 -3
- package/esm2020/lib/models/service-subscription/service-subscription.mjs +7 -1
- package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +4 -3
- package/fesm2015/taxtank-core.mjs +16 -5
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +15 -5
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/models/service-subscription/service-price.d.ts +1 -0
- package/lib/models/service-subscription/service-subscription.d.ts +4 -0
- package/package.json +1 -1
|
@@ -48,7 +48,11 @@ export declare class ServiceSubscription extends ServiceSubscriptionBase {
|
|
|
48
48
|
*/
|
|
49
49
|
hasItem(itemToCheck: ServiceSubscriptionItem): boolean;
|
|
50
50
|
hasProduct(product: ServiceProduct): boolean;
|
|
51
|
+
/**
|
|
52
|
+
* package might have not all products, if it's purchased before release of the new product
|
|
53
|
+
*/
|
|
51
54
|
isPackage(): boolean;
|
|
55
|
+
isFullPackage(): boolean;
|
|
52
56
|
isAnnual(): boolean;
|
|
53
57
|
/**
|
|
54
58
|
* Recommended number of properties to buy,
|