taxtank-core 0.30.79 → 0.30.80

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.
@@ -114,4 +114,5 @@ export declare class ChartAccounts extends ChartAccountsBase {
114
114
  isTaxable(): boolean;
115
115
  isTransfer(): boolean;
116
116
  isDividends(): boolean;
117
+ isHomeOfficeWorkHours(): boolean;
117
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.30.79",
3
+ "version": "0.30.80",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^15.1.5",