taxtank-core 2.1.64 → 2.1.65
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 +3 -4
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4183,6 +4183,7 @@ declare class BankAccount$1 extends BankAccount {
|
|
|
4183
4183
|
isManual(): boolean;
|
|
4184
4184
|
get isForeign(): boolean;
|
|
4185
4185
|
get convertedBalance(): number;
|
|
4186
|
+
get convertedCloseBalance(): number;
|
|
4186
4187
|
}
|
|
4187
4188
|
|
|
4188
4189
|
declare class SoleBusinessAllocation extends SoleBusinessAllocation$1 {
|