taxtank-core 2.0.85 → 2.0.87
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 +50 -54
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -3788,6 +3788,7 @@ declare class Bank$1 extends AbstractModel {
|
|
|
3788
3788
|
externalId?: string;
|
|
3789
3789
|
externalStats?: object;
|
|
3790
3790
|
logo?: string;
|
|
3791
|
+
isActive?: boolean;
|
|
3791
3792
|
deletedAt?: Date;
|
|
3792
3793
|
createdAt?: Date;
|
|
3793
3794
|
updatedAt?: Date;
|
|
@@ -6082,6 +6083,7 @@ declare enum BankConnectionMessagesEnum {
|
|
|
6082
6083
|
DEACTIVATED = "Your live bank feeds are deactivated",
|
|
6083
6084
|
RECONNECT = "There has been an issue with your bank connection. Please reconnect to continue receiving bank transactions",
|
|
6084
6085
|
INVALID = "There has been an issue with your bank connection. Please reconnect to continue receiving bank transactions",
|
|
6086
|
+
INACTIVE = "This bank is no longer available via Open Banking (commonly due to a merger). Please contact your bank or TaxTank Support for further information.",
|
|
6085
6087
|
UPGRADE = "Upgrade needed from traditional feeds to an Open Banking connection to continue receiving bank transactions",
|
|
6086
6088
|
CONFIRM_UPGRADE = "Upgrading to open banking improves stability and data integrity",
|
|
6087
6089
|
AUTOMATE = "Upgrade from manual imports to an Open Banking connection to receive daily bank transactions",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taxtank-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.87",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.1.3",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"ngx-pipes": "^3.2.2",
|
|
34
34
|
"rxjs": "~7.8.0",
|
|
35
35
|
"@e965/xlsx": "^0.20.3",
|
|
36
|
-
"primeng": "^20.0
|
|
36
|
+
"primeng": "^20.4.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.8.1"
|