taxtank-core 2.1.29 → 2.1.30

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/index.d.ts CHANGED
@@ -1792,7 +1792,7 @@ declare class SoleBusiness$1 extends ObservableModel {
1792
1792
  file: File$1;
1793
1793
  isTaxFree: boolean;
1794
1794
  abn?: string;
1795
- isGST?: boolean;
1795
+ isGST: boolean;
1796
1796
  }
1797
1797
 
1798
1798
  declare enum MyAccountHistoryInitiatedByEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.1.29",
3
+ "version": "2.1.30",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",