@ailaw/venus 1.358.0 → 1.360.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 +17 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1665,6 +1665,20 @@ var g1651 = createForm({
|
|
|
1665
1665
|
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1666
1666
|
}
|
|
1667
1667
|
});
|
|
1668
|
+
var eoir60 = createForm({
|
|
1669
|
+
displayName: "EOIR-60",
|
|
1670
|
+
roles: {
|
|
1671
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1672
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1673
|
+
}
|
|
1674
|
+
});
|
|
1675
|
+
var ds11 = createForm({
|
|
1676
|
+
displayName: "DS-11",
|
|
1677
|
+
roles: {
|
|
1678
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1679
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1680
|
+
}
|
|
1681
|
+
});
|
|
1668
1682
|
const formRecords = {
|
|
1669
1683
|
g28Company,
|
|
1670
1684
|
g28Person,
|
|
@@ -1773,7 +1787,9 @@ const formRecords = {
|
|
|
1773
1787
|
eoir61,
|
|
1774
1788
|
g1650,
|
|
1775
1789
|
i765v,
|
|
1776
|
-
g1651
|
|
1790
|
+
g1651,
|
|
1791
|
+
eoir60,
|
|
1792
|
+
ds11
|
|
1777
1793
|
};
|
|
1778
1794
|
var index$2 = Object.values(formRecords);
|
|
1779
1795
|
const acceptableFormats = [
|