@ailaw/venus 1.254.0 → 1.255.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 +10 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1555,6 +1555,14 @@ var i31f = createForm({
|
|
|
1555
1555
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1556
1556
|
}
|
|
1557
1557
|
});
|
|
1558
|
+
var i914b = createForm({
|
|
1559
|
+
displayName: "I-914B",
|
|
1560
|
+
roles: {
|
|
1561
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1562
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1563
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1564
|
+
}
|
|
1565
|
+
});
|
|
1558
1566
|
const formRecords = {
|
|
1559
1567
|
g28Company,
|
|
1560
1568
|
g28Person,
|
|
@@ -1652,7 +1660,8 @@ const formRecords = {
|
|
|
1652
1660
|
i929,
|
|
1653
1661
|
eta9089Niw,
|
|
1654
1662
|
eoir26a,
|
|
1655
|
-
i31f
|
|
1663
|
+
i31f,
|
|
1664
|
+
i914b
|
|
1656
1665
|
};
|
|
1657
1666
|
var index$2 = Object.values(formRecords);
|
|
1658
1667
|
const acceptableFormats = [
|