@ailaw/venus 1.280.0 → 1.282.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 +2 -3
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1564,7 +1564,7 @@ var i914b = createForm({
|
|
|
1564
1564
|
}
|
|
1565
1565
|
});
|
|
1566
1566
|
var h1bSingle = createForm({
|
|
1567
|
-
displayName: "H-1B Electronic Registration Single
|
|
1567
|
+
displayName: "H-1B Electronic Registration Single Beneficiary",
|
|
1568
1568
|
roles: {
|
|
1569
1569
|
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1570
1570
|
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
@@ -1573,8 +1573,7 @@ var h1bSingle = createForm({
|
|
|
1573
1573
|
var h1bMultple = createForm({
|
|
1574
1574
|
displayName: "H-1B Electronic Registration Multiple Beneficiaries",
|
|
1575
1575
|
roles: {
|
|
1576
|
-
Petitioner: [GlueRoleType.CLIENTPROFILE]
|
|
1577
|
-
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1576
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE]
|
|
1578
1577
|
}
|
|
1579
1578
|
});
|
|
1580
1579
|
const formRecords = {
|