@ailaw/venus 1.170.0 → 1.172.0

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.
Files changed (2) hide show
  1. package/dist/en.js +5 -0
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1690,6 +1690,10 @@ var en2 = {
1690
1690
  clients: "Clients",
1691
1691
  firmProfile: "Firm Profile",
1692
1692
  advanced: "Advanced",
1693
+ prepareFormsFor: "Prepare Forms for",
1694
+ systemPermissions: "System Permissions",
1695
+ individualStatements: "Individual Statements",
1696
+ companyStatements: "Company Statements",
1693
1697
  accountcontrol: "Account Control",
1694
1698
  lawPayAccount: "LawPay Account",
1695
1699
  bankAccountNotAvailable: "You bank account is not available, please go to LawPay Account setting page and select a bank account.",
@@ -5402,6 +5406,7 @@ var en3 = {
5402
5406
  RADIO: "Checklist (Single)",
5403
5407
  CHECKBOX: "Checklist (Multiple)",
5404
5408
  SELECT: "Dropdown",
5409
+ DATE: "Date",
5405
5410
  chooseProfile: "Choose a Profile",
5406
5411
  newIntake: "New Intake",
5407
5412
  intakeCreated: "Intake was created successfully!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.170.0",
3
+ "version": "1.172.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],