taxtank-core 2.1.88 → 2.1.90
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/README.md +5 -5
- package/fesm2022/taxtank-core-common.mjs.map +1 -1
- package/fesm2022/taxtank-core.mjs +8 -7
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/common/index.d.ts.map +0 -1
package/index.d.ts
CHANGED
|
@@ -12576,7 +12576,7 @@ declare function toArray<T>(data: T | T[]): T[];
|
|
|
12576
12576
|
declare function recurringDates(frequency: AnnualFrequencyEnum, startDate: Date, endDate?: Date): Date[];
|
|
12577
12577
|
|
|
12578
12578
|
declare const ADBLOCK_ERROR_HTML: InjectionToken<string>;
|
|
12579
|
-
declare const ADBLOCK_ERROR_HTML_VALUE = "\n <div class=\"text-center\">\n <strong>Action needed - Your adblocker is blocking CoreLogic</strong>\n To add a property in TaxTank we need to fetch data from CoreLogic
|
|
12579
|
+
declare const ADBLOCK_ERROR_HTML_VALUE = "\n <div class=\"text-center\">\n <strong>Action needed - Your adblocker is blocking CoreLogic</strong>\n To add a property in TaxTank we need to fetch data from CoreLogic, however your ad blocker is getting in the way.\n Please disable your adblocker or whitelist TaxTank to continue.\n <a class=\"btn\" target=\"_blank\" href=\"https://support.taxtank.com.au/en/articles/10505609-how-to-ensure-seamless-functionality-while-using-ad-blockers-with-taxtank\">Learn more</a>\n </div>\n";
|
|
12580
12580
|
|
|
12581
12581
|
declare enum MessagesEnum {
|
|
12582
12582
|
HOLDING_CREATED = "Holding created",
|