@ailaw/venus 1.239.0 → 1.240.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
|
@@ -1545,6 +1545,14 @@ var eoir26a = createForm({
|
|
|
1545
1545
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1546
1546
|
}
|
|
1547
1547
|
});
|
|
1548
|
+
var i31f = createForm({
|
|
1549
|
+
displayName: "I-131F",
|
|
1550
|
+
roles: {
|
|
1551
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1552
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1553
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1554
|
+
}
|
|
1555
|
+
});
|
|
1548
1556
|
const formRecords = {
|
|
1549
1557
|
g28Company,
|
|
1550
1558
|
g28Person,
|
|
@@ -1641,7 +1649,8 @@ const formRecords = {
|
|
|
1641
1649
|
i864JointSponsor,
|
|
1642
1650
|
i929,
|
|
1643
1651
|
eta9089Niw,
|
|
1644
|
-
eoir26a
|
|
1652
|
+
eoir26a,
|
|
1653
|
+
i31f
|
|
1645
1654
|
};
|
|
1646
1655
|
var index$2 = Object.values(formRecords);
|
|
1647
1656
|
const acceptableFormats = [
|