taxtank-core 0.30.119 → 0.30.121

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.
@@ -2,5 +2,7 @@ export declare enum ClientInviteMessages {
2
2
  TT_ADVISOR_INVITED = "You have Invited TaxTank Support successfully",
3
3
  REVOKE_TT_ADVISOR_CONFIRM = "Are you sure you want to revoke access?",
4
4
  TT_ADVISOR_REVOKED = "Access revoked",
5
- TT_ADVISOR_ACCEPT = "You successfully accepted the invitation"
5
+ TT_INVITE_ACCEPT = "You successfully accepted the invitation",
6
+ TT_ACCOUNTANT_INVITED = "Accountant invitation has been sent successfully",
7
+ TT_ACCOUNTANT_INVETED_TOOLTIP = "Need an accountant? TaxTank Accountants delivers virtual accounting service exclusive to TaxTank subscribers. Experience a fast, seamless, and cost-effective lodgement service that rewards your TaxTank efforts throughout the year. Our team of experienced accountants brings their expertise in tax and TaxTank to the virtual realm. It all starts with a 15-minute consultation that sets the stage for personalised service. With us, you\u2019ll receive the best of both worlds at tax time."
6
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.30.119",
3
+ "version": "0.30.121",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^15.1.5",