taxtank-core 2.1.49 → 2.1.52
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.
- package/fesm2022/taxtank-core.mjs +4 -1
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4371,6 +4371,7 @@ declare class Depreciation extends Depreciation$1 implements Expense {
|
|
|
4371
4371
|
forecasts: DepreciationForecast[];
|
|
4372
4372
|
chartAccounts: ChartAccounts;
|
|
4373
4373
|
bankTransaction: BankTransaction;
|
|
4374
|
+
business: SoleBusiness;
|
|
4374
4375
|
type: DepreciationTypeEnum;
|
|
4375
4376
|
amount: number;
|
|
4376
4377
|
isCapital(): boolean;
|