taxtank-core 2.1.93 → 2.1.94

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
@@ -1319,7 +1319,8 @@ declare enum IncomeSourceTypeListOtherEnum {
1319
1319
  SOLE_TRADER = 7,
1320
1320
  TRUSTS = 9,
1321
1321
  OTHER_INCOME = 10,
1322
- PARTNERSHIPS = 12
1322
+ PARTNERSHIPS = 12,
1323
+ FOREIGN_INCOME = 14
1323
1324
  }
1324
1325
 
1325
1326
  declare enum IncomeSourceTypeListSoleEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.1.93",
3
+ "version": "2.1.94",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",