taxtank-core 2.1.33 → 2.1.35
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 +11 -6
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +5 -1
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2311,6 +2311,10 @@ declare class ServiceSubscription extends ServiceSubscription$1 {
|
|
|
2311
2311
|
items: ServiceSubscriptionItem[];
|
|
2312
2312
|
promoCodes: ServicePromoCode[];
|
|
2313
2313
|
get promoCodeId(): number;
|
|
2314
|
+
/**
|
|
2315
|
+
* Date when the current one replaced the previous subscription model.
|
|
2316
|
+
*/
|
|
2317
|
+
static modelChangeDate: Date;
|
|
2314
2318
|
/**
|
|
2315
2319
|
* @TODO Vik rename to userPromoCode?
|
|
2316
2320
|
*/
|
|
@@ -6407,7 +6411,7 @@ declare class BasiqService extends RestService$1<BankAccount, BankAccount$1, Ban
|
|
|
6407
6411
|
declare enum BasiqMessagesEnum {
|
|
6408
6412
|
REVOKE_CONFIRM_TITLE = "Are you sure you want to revoke consent for bank feeds?",
|
|
6409
6413
|
REVOKE_CONFIRM_MESSAGE = "Revoking consent will stop live feeds and delete all historic bank feed data in TaxTank. This will impede the functionality of both bank feeds and equity graphs. This cannot be undone.",
|
|
6410
|
-
REVOKE_SUCCESS = "
|
|
6414
|
+
REVOKE_SUCCESS = "Your bank consent has been revoked. You can reconnect at any time. Transaction data will be removed during the next overnight sync."
|
|
6411
6415
|
}
|
|
6412
6416
|
|
|
6413
6417
|
declare enum UserRolesEnum {
|