@ailaw/venus 1.295.0 → 1.296.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
|
@@ -1579,6 +1579,13 @@ var h1bMultple = createForm({
|
|
|
1579
1579
|
Petitioner: [GlueRoleType.CLIENTPROFILE]
|
|
1580
1580
|
}
|
|
1581
1581
|
});
|
|
1582
|
+
var eoir33ic = createForm({
|
|
1583
|
+
displayName: "EOIR-33/IC",
|
|
1584
|
+
roles: {
|
|
1585
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1586
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1587
|
+
}
|
|
1588
|
+
});
|
|
1582
1589
|
const formRecords = {
|
|
1583
1590
|
g28Company,
|
|
1584
1591
|
g28Person,
|
|
@@ -1679,7 +1686,8 @@ const formRecords = {
|
|
|
1679
1686
|
i31f,
|
|
1680
1687
|
i914b,
|
|
1681
1688
|
h1bSingle,
|
|
1682
|
-
h1bMultple
|
|
1689
|
+
h1bMultple,
|
|
1690
|
+
eoir33ic
|
|
1683
1691
|
};
|
|
1684
1692
|
var index$2 = Object.values(formRecords);
|
|
1685
1693
|
const acceptableFormats = [
|