taxtank-core 0.32.131 → 0.32.132
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/forms/holding/holding-reinvest.form.mjs +1 -3
- package/esm2022/lib/forms/report/my-tax/my-tax-deductions.form.mjs +1 -1
- package/esm2022/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.mjs +4 -4
- package/fesm2022/taxtank-core.mjs +2 -5
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts +1 -1
- package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts +1 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import { AbstractForm } from '../../abstract.form';
|
2
|
-
import { MyTaxDeductions } from '../../../models/report
|
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
|
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';
|