@ailaw/venus 1.279.0 → 1.280.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
|
@@ -1563,6 +1563,20 @@ var i914b = createForm({
|
|
|
1563
1563
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1564
1564
|
}
|
|
1565
1565
|
});
|
|
1566
|
+
var h1bSingle = createForm({
|
|
1567
|
+
displayName: "H-1B Electronic Registration Single Beneficiaries",
|
|
1568
|
+
roles: {
|
|
1569
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1570
|
+
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1571
|
+
}
|
|
1572
|
+
});
|
|
1573
|
+
var h1bMultple = createForm({
|
|
1574
|
+
displayName: "H-1B Electronic Registration Multiple Beneficiaries",
|
|
1575
|
+
roles: {
|
|
1576
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1577
|
+
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1578
|
+
}
|
|
1579
|
+
});
|
|
1566
1580
|
const formRecords = {
|
|
1567
1581
|
g28Company,
|
|
1568
1582
|
g28Person,
|
|
@@ -1661,7 +1675,9 @@ const formRecords = {
|
|
|
1661
1675
|
eta9089Niw,
|
|
1662
1676
|
eoir26a,
|
|
1663
1677
|
i31f,
|
|
1664
|
-
i914b
|
|
1678
|
+
i914b,
|
|
1679
|
+
h1bSingle,
|
|
1680
|
+
h1bMultple
|
|
1665
1681
|
};
|
|
1666
1682
|
var index$2 = Object.values(formRecords);
|
|
1667
1683
|
const acceptableFormats = [
|