@ailaw/venus 1.239.0 → 1.241.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 +11 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -932,6 +932,7 @@ var i130A = createForm({
|
|
|
932
932
|
var i131 = createForm({
|
|
933
933
|
displayName: "I-131",
|
|
934
934
|
roles: {
|
|
935
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
935
936
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
936
937
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
937
938
|
}
|
|
@@ -1545,6 +1546,14 @@ var eoir26a = createForm({
|
|
|
1545
1546
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1546
1547
|
}
|
|
1547
1548
|
});
|
|
1549
|
+
var i31f = createForm({
|
|
1550
|
+
displayName: "I-131F",
|
|
1551
|
+
roles: {
|
|
1552
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1553
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1554
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1555
|
+
}
|
|
1556
|
+
});
|
|
1548
1557
|
const formRecords = {
|
|
1549
1558
|
g28Company,
|
|
1550
1559
|
g28Person,
|
|
@@ -1641,7 +1650,8 @@ const formRecords = {
|
|
|
1641
1650
|
i864JointSponsor,
|
|
1642
1651
|
i929,
|
|
1643
1652
|
eta9089Niw,
|
|
1644
|
-
eoir26a
|
|
1653
|
+
eoir26a,
|
|
1654
|
+
i31f
|
|
1645
1655
|
};
|
|
1646
1656
|
var index$2 = Object.values(formRecords);
|
|
1647
1657
|
const acceptableFormats = [
|