taxtank-core 0.30.27 → 0.30.29

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.
@@ -113,4 +113,5 @@ export declare class ChartAccounts extends ChartAccountsBase {
113
113
  isPropertyCapitalWorks(): boolean;
114
114
  isTaxable(): boolean;
115
115
  isTransfer(): boolean;
116
+ isDividends(): boolean;
116
117
  }
@@ -0,0 +1,5 @@
1
+ import { ValidatorFn } from "@angular/forms";
2
+ /**
3
+ * Validator that check fields for transaction meta
4
+ */
5
+ export declare function transactionsMetaFieldsValidator(): ValidatorFn;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.30.27",
3
+ "version": "0.30.29",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^15.1.5",