taxtank-core 0.33.22 → 0.33.23

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.22",
3
+ "version": "0.33.23",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -1,8 +1,8 @@
1
1
  import { TransactionCollection } from '../../../collections';
2
- import { TankTypeEnum } from '../../../db/Enums/tank-type.enum';
2
+ import { ChartAccountsCategoryEnum } from '../../../db/Enums';
3
3
  export declare class TransactionReportItem {
4
- tankType: TankTypeEnum;
5
- category: string;
4
+ category: ChartAccountsCategoryEnum;
5
+ name: string;
6
6
  months: number[];
7
7
  amount: number;
8
8
  claimAmount: number;