@ailaw/venus 1.103.0 → 1.105.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.
- package/dist/en3.js +3 -1
- package/dist/venus.es.js +10 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -954,6 +954,8 @@ var lang3 = {
|
|
|
954
954
|
isCompleted: "Is Completed",
|
|
955
955
|
estimateDate: "Estimate Date",
|
|
956
956
|
completeDate: "Completion Date",
|
|
957
|
-
bills: "Bills"
|
|
957
|
+
bills: "Bills",
|
|
958
|
+
youCanChangeFormVersion: "You can change the following forms' version: ",
|
|
959
|
+
formUpdate: "Form Update"
|
|
958
960
|
};
|
|
959
961
|
export { lang3 as default };
|
package/dist/venus.es.js
CHANGED
|
@@ -1431,6 +1431,14 @@ var n400 = createForm({
|
|
|
1431
1431
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1432
1432
|
}
|
|
1433
1433
|
});
|
|
1434
|
+
var n600 = createForm({
|
|
1435
|
+
displayName: "N-600",
|
|
1436
|
+
roles: {
|
|
1437
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1438
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1439
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1440
|
+
}
|
|
1441
|
+
});
|
|
1434
1442
|
const formRecords = {
|
|
1435
1443
|
g28Company,
|
|
1436
1444
|
g28Person,
|
|
@@ -1503,7 +1511,8 @@ const formRecords = {
|
|
|
1503
1511
|
n565,
|
|
1504
1512
|
i102,
|
|
1505
1513
|
i212,
|
|
1506
|
-
n400
|
|
1514
|
+
n400,
|
|
1515
|
+
n600
|
|
1507
1516
|
};
|
|
1508
1517
|
var index$2 = Object.values(formRecords);
|
|
1509
1518
|
const acceptableFormats = [
|