@ailaw/venus 1.325.0 → 1.326.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 +9 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
@@ -1622,6 +1622,13 @@ var g1256 = createForm({
|
|
1622
1622
|
Beneficiary: [GlueRoleType.USERPROFILE]
|
1623
1623
|
}
|
1624
1624
|
});
|
1625
|
+
var eoir59 = createForm({
|
1626
|
+
displayName: "EOIR-59",
|
1627
|
+
roles: {
|
1628
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
1629
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
1630
|
+
}
|
1631
|
+
});
|
1625
1632
|
const formRecords = {
|
1626
1633
|
g28Company,
|
1627
1634
|
g28Person,
|
@@ -1724,7 +1731,8 @@ const formRecords = {
|
|
1724
1731
|
h1bSingle,
|
1725
1732
|
h1bMultple,
|
1726
1733
|
eoir33ic,
|
1727
|
-
g1256
|
1734
|
+
g1256,
|
1735
|
+
eoir59
|
1728
1736
|
};
|
1729
1737
|
var index$2 = Object.values(formRecords);
|
1730
1738
|
const acceptableFormats = [
|