taxtank-core 0.28.27 → 0.28.29

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.
@@ -65,4 +65,8 @@ export declare class ServiceSubscription extends ServiceSubscriptionBase {
65
65
  * Case when payment was failed, but user has a time to update payment method
66
66
  */
67
67
  isPastDue(): boolean;
68
+ /**
69
+ * Check if current subscription has provided subscription item
70
+ */
71
+ hasItem(itemToCheck: ServiceSubscriptionItem): boolean;
68
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.28.27",
3
+ "version": "0.28.29",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",