@ailaw/venus 1.145.0 → 1.147.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 +7 -0
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -5345,12 +5345,19 @@ var en3 = {
5345
5345
  beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files.",
5346
5346
  intakeRecords: "Intake Record",
5347
5347
  intakeSendHistory: "Intake Send History",
5348
+ questionList: "Question List",
5349
+ questions: "Questions",
5348
5350
  intakeTemplate: "Intake Template",
5349
5351
  intakeTemplates: "Intake Templates",
5350
5352
  intakeSteadyLinks: "Intake Steady Links",
5351
5353
  intakeTemplateName: "Intake Template Name",
5352
5354
  customQuestionList: "Additional Questions",
5353
5355
  customQuestion: "Additional Question",
5356
+ newAdditionalQuestion: "New Additional Question",
5357
+ editAdditionalQuestion: "Edit Additional Question",
5358
+ documentRequest: "Document Request",
5359
+ textField: "Text Field",
5360
+ enterTextField: "Enter question text",
5354
5361
  questionType: "Question Type",
5355
5362
  questionText: "Question Text",
5356
5363
  createIntakeTemplate: "Create a New Template",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.145.0",
3
+ "version": "1.147.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],