@ailaw/venus 1.120.0 → 1.121.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/venus.es.js +16 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1462,6 +1462,19 @@ var i526e = createForm({
|
|
|
1462
1462
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1463
1463
|
}
|
|
1464
1464
|
});
|
|
1465
|
+
var i407 = createForm({
|
|
1466
|
+
displayName: "I-407",
|
|
1467
|
+
roles: {
|
|
1468
|
+
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1469
|
+
}
|
|
1470
|
+
});
|
|
1471
|
+
var eoir26 = createForm({
|
|
1472
|
+
displayName: "EOIR-26",
|
|
1473
|
+
roles: {
|
|
1474
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1475
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1476
|
+
}
|
|
1477
|
+
});
|
|
1465
1478
|
const formRecords = {
|
|
1466
1479
|
g28Company,
|
|
1467
1480
|
g28Person,
|
|
@@ -1538,7 +1551,9 @@ const formRecords = {
|
|
|
1538
1551
|
n600,
|
|
1539
1552
|
eoir27,
|
|
1540
1553
|
eoir29,
|
|
1541
|
-
i526e
|
|
1554
|
+
i526e,
|
|
1555
|
+
i407,
|
|
1556
|
+
eoir26
|
|
1542
1557
|
};
|
|
1543
1558
|
var index$2 = Object.values(formRecords);
|
|
1544
1559
|
const acceptableFormats = [
|