@ailaw/venus 1.223.0 → 1.224.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
|
@@ -1520,6 +1520,14 @@ var i864JointSponsor = createForm({
|
|
|
1520
1520
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1521
1521
|
}
|
|
1522
1522
|
});
|
|
1523
|
+
var i929 = createForm({
|
|
1524
|
+
displayName: "I-929",
|
|
1525
|
+
roles: {
|
|
1526
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1527
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1528
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1529
|
+
}
|
|
1530
|
+
});
|
|
1523
1531
|
const formRecords = {
|
|
1524
1532
|
g28Company,
|
|
1525
1533
|
g28Person,
|
|
@@ -1613,7 +1621,8 @@ const formRecords = {
|
|
|
1613
1621
|
i566,
|
|
1614
1622
|
i864aSponsor,
|
|
1615
1623
|
i881,
|
|
1616
|
-
i864JointSponsor
|
|
1624
|
+
i864JointSponsor,
|
|
1625
|
+
i929
|
|
1617
1626
|
};
|
|
1618
1627
|
var index$2 = Object.values(formRecords);
|
|
1619
1628
|
const acceptableFormats = [
|