@ailaw/venus 0.12.12 → 0.12.15
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/en2.js +1 -0
- package/dist/en3.js +10 -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/en2.js
CHANGED
|
@@ -1108,6 +1108,7 @@ var lang2 = {
|
|
|
1108
1108
|
ds160_arrivalDateInUS_isRequired: "Date of Arrival in U.S. is required",
|
|
1109
1109
|
ds160_arrivalDateInUS_errorMessage: "Date of Arrival in U.S. must be later than today.",
|
|
1110
1110
|
ds160_arrivalDateInUS_file_errorMessage: "Date of Arrival in U.S. must be later than today. Please update the date in Part 3 of the worksheet.",
|
|
1111
|
+
ds160_passport_expire_date_errorMessage: "Expiration Date cannot be earlier than today",
|
|
1111
1112
|
ds160_departureDateUS_isRequired: "Date of departure from U.S. is required",
|
|
1112
1113
|
ds160_departureDateUS_errorMessage: "Date of departure from U.S. must be later than today.",
|
|
1113
1114
|
ds160_departureDateUS_file_errorMessage: "Date of departure from U.S. must be later than today. Please update the date in Part 3 of the worksheet.",
|
package/dist/en3.js
CHANGED
|
@@ -891,6 +891,15 @@ 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"
|
|
895
904
|
};
|
|
896
905
|
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 = [
|