@ailaw/venus 1.173.0 → 1.174.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 +4 -0
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1575,6 +1575,7 @@ var en$1 = {
1575
1575
  sendDate: "Send Date",
1576
1576
  invitedBy: "Invited By",
1577
1577
  shareIntake: "Share the Intake",
1578
+ createIntake: "Create Intake",
1578
1579
  clientHavingProfile: "A client having a profile",
1579
1580
  clientHavingProfileHint: "Send an intake to the specified profile to collect his/her information, so that the information can be reused in the case.",
1580
1581
  doNotHaveProfile: "Do not have profile",
@@ -5403,6 +5404,9 @@ var en3 = {
5403
5404
  addQuestion: "Add a question",
5404
5405
  addQuestionAfter: "Add a question after this question",
5405
5406
  deleteIntakeTemplateConfirm: "Do you confirm to delete this intake template? ",
5407
+ questionCorrelation: "Question Correlation",
5408
+ addQuestionCorrelation: "Add Question Correlation",
5409
+ relatedQuestion: "Related Question",
5406
5410
  actionCannotUndone: "This action is permanent and cannot be undone.",
5407
5411
  intakeForms: "Intake Forms",
5408
5412
  editIntakeTemplate: "Edit Intake Template",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.173.0",
3
+ "version": "1.174.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],