taxtank-core 0.30.86 → 0.30.87

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.
@@ -5,5 +5,6 @@ export declare class ServicePrice extends BaseServicePrice {
5
5
  product: ServiceProduct;
6
6
  toSubscriptionItem(): ServiceSubscriptionItem;
7
7
  isAnnual(): boolean;
8
+ isPackage(): boolean;
8
9
  discountPrice(promoCode: any): number;
9
10
  }
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.30.86",
3
+ "version": "0.30.87",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^15.1.5",