taxtank-core 0.32.130 → 0.32.132

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { AbstractForm } from '../../abstract.form';
2
- import { MyTaxDeductions } from '../../../models/report/my-tax';
2
+ import { MyTaxDeductions } from '../../../models/report';
3
3
  export declare class MyTaxDeductionsForm extends AbstractForm<MyTaxDeductions> {
4
4
  constructor(deductions: MyTaxDeductions);
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { TransactionCollection } from '../../../../collections';
2
- import { DepreciationCollection } from '../../../../collections/depreciation.collection';
2
+ import { DepreciationCollection } from '../../../../collections';
3
3
  import { DeductionClothingTypeEnum } from './deduction-clothing-type.enum';
4
4
  import { DeductionSelfEducationTypeEnum } from './deduction-self-education-type.enum';
5
5
  import { VehicleClaim, VehicleClaimDetails } from '../../../vehicle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.130",
3
+ "version": "0.32.132",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",