@ailaw/venus 0.12.13 → 0.12.16
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/dist/en3.js +17 -1
- package/dist/forms/I-539.d.ts +2 -0
- package/dist/forms/index.d.ts +1 -0
- package/dist/venus.es.js +9 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -891,6 +891,22 @@ var lang3 = {
|
|
|
891
891
|
getData: "Get Data",
|
|
892
892
|
downloadReady: "Download Ready",
|
|
893
893
|
requestMoreReports: "To request more reports, please click here.",
|
|
894
|
-
beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files."
|
|
894
|
+
beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files.",
|
|
895
|
+
intakeTemplates: "Intake Template",
|
|
896
|
+
customQuestionList: "Additional Questions",
|
|
897
|
+
customQuestion: "Additional Question",
|
|
898
|
+
questionType: "Question Type",
|
|
899
|
+
questionText: "Question Text",
|
|
900
|
+
createIntakeTemplate: "Create a New Template",
|
|
901
|
+
addQuestionAfter: "Add a question after this question",
|
|
902
|
+
deleteIntakeTemplateConfirm: "Do you confirm to delete this intake template? This action is permanent and cannot be undone.",
|
|
903
|
+
intakeForms: "Intake Forms",
|
|
904
|
+
editIntakeTemplate: "Edit Intake Template",
|
|
905
|
+
intakeTemplateSetting: "Intake Template Setting",
|
|
906
|
+
chooseProfile: "Choose a Profile",
|
|
907
|
+
newIntake: "New Intake",
|
|
908
|
+
intakeCreated: "Intake was created successfully!",
|
|
909
|
+
intakePleaseAware: "Please be aware this link will expire by",
|
|
910
|
+
intakeLink: "Intake Link"
|
|
895
911
|
};
|
|
896
912
|
export { lang3 as default };
|
package/dist/forms/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export declare const formRecords: {
|
|
|
17
17
|
i918A: import("../types/form").Form;
|
|
18
18
|
i192: import("../types/form").Form;
|
|
19
19
|
i918B: import("../types/form").Form;
|
|
20
|
+
i539: import("../types/form").Form;
|
|
20
21
|
};
|
|
21
22
|
declare const _default: import("../types/form").Form[];
|
|
22
23
|
export default _default;
|
package/dist/venus.es.js
CHANGED
|
@@ -935,6 +935,13 @@ var i918B = createForm({
|
|
|
935
935
|
Beneficiary: "USERPROFILE"
|
|
936
936
|
}
|
|
937
937
|
});
|
|
938
|
+
var i539 = createForm({
|
|
939
|
+
displayName: "I-539",
|
|
940
|
+
roles: {
|
|
941
|
+
Beneficiary: "USERPROFILE",
|
|
942
|
+
Preparer: "PREPARERPROFILE"
|
|
943
|
+
}
|
|
944
|
+
});
|
|
938
945
|
const formRecords = {
|
|
939
946
|
g28Company,
|
|
940
947
|
g28Person,
|
|
@@ -953,7 +960,8 @@ const formRecords = {
|
|
|
953
960
|
i918,
|
|
954
961
|
i918A,
|
|
955
962
|
i192,
|
|
956
|
-
i918B
|
|
963
|
+
i918B,
|
|
964
|
+
i539
|
|
957
965
|
};
|
|
958
966
|
var index$2 = Object.values(formRecords);
|
|
959
967
|
const acceptableFormats = [
|