@ailaw/venus 1.280.0 → 1.281.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 +1 -10
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1563,18 +1563,10 @@ 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
1566
|
var h1bMultple = createForm({
|
|
1574
1567
|
displayName: "H-1B Electronic Registration Multiple Beneficiaries",
|
|
1575
1568
|
roles: {
|
|
1576
|
-
Petitioner: [GlueRoleType.CLIENTPROFILE]
|
|
1577
|
-
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1569
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE]
|
|
1578
1570
|
}
|
|
1579
1571
|
});
|
|
1580
1572
|
const formRecords = {
|
|
@@ -1676,7 +1668,6 @@ const formRecords = {
|
|
|
1676
1668
|
eoir26a,
|
|
1677
1669
|
i31f,
|
|
1678
1670
|
i914b,
|
|
1679
|
-
h1bSingle,
|
|
1680
1671
|
h1bMultple
|
|
1681
1672
|
};
|
|
1682
1673
|
var index$2 = Object.values(formRecords);
|