taxtank-core 0.33.18 → 0.33.20

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.33.18",
3
+ "version": "0.33.20",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -99,4 +99,5 @@ export declare class TransactionCollection extends TransactionBaseCollection<Tra
99
99
  */
100
100
  getBusinessClaimAmount(businessId?: number): number;
101
101
  getTaxable(): this;
102
+ get tankType(): TankTypeEnum;
102
103
  }