@ailaw/venus 1.333.0 → 1.334.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
|
@@ -1635,6 +1635,13 @@ var ar11 = createForm({
|
|
|
1635
1635
|
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1636
1636
|
}
|
|
1637
1637
|
});
|
|
1638
|
+
var eoir61 = createForm({
|
|
1639
|
+
displayName: "EOIR-61",
|
|
1640
|
+
roles: {
|
|
1641
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1642
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1643
|
+
}
|
|
1644
|
+
});
|
|
1638
1645
|
const formRecords = {
|
|
1639
1646
|
g28Company,
|
|
1640
1647
|
g28Person,
|
|
@@ -1739,7 +1746,8 @@ const formRecords = {
|
|
|
1739
1746
|
eoir33ic,
|
|
1740
1747
|
g1256,
|
|
1741
1748
|
eoir59,
|
|
1742
|
-
ar11
|
|
1749
|
+
ar11,
|
|
1750
|
+
eoir61
|
|
1743
1751
|
};
|
|
1744
1752
|
var index$2 = Object.values(formRecords);
|
|
1745
1753
|
const acceptableFormats = [
|