taxtank-core 1.0.12 → 1.0.14
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 +9 -4
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/models/sharesight/sharesight-details-messages.enum.d.ts +1 -1
- package/src/lib/models/sharesight/sharesight-portfolio/sharesight-portfolio.d.ts +1 -0
- package/src/lib/models/sharesight/sharesight-portfolio/sharesight-portfolio.interface.d.ts +1 -0
- package/src/lib/models/sharesight/sharesight-portfolio/sharesight-portfolio.messages.d.ts +1 -1
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare enum SharesightDetailsMessagesEnum {
|
2
|
-
HOLDING_CONNECTED = "We're
|
2
|
+
HOLDING_CONNECTED = "We're retrieving your Sharesight portfolio details. To choose which ones to share with TaxTank, head to the Integrations tab and click the 'Manage Portfolios' button.",
|
3
3
|
PROPERTY_CONNECTED = "We're syncing your properties, which might take a few minutes.",
|
4
4
|
DISCONNECTED = "Sharesight disconnected",
|
5
5
|
DISCONNECT_CONFIRM = "Disconnecting ShareSight means we can no longer sync data. Any trades already imported will become editable in TaxTank.",
|