@ailaw/venus 1.254.0 → 1.256.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/en.js +1 -0
- package/dist/venus.es.js +10 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1755,6 +1755,7 @@ var en2 = {
|
|
|
1755
1755
|
forgotPassword: "Forgot password?",
|
|
1756
1756
|
forgotPassword2: "Forgot Your Password\uFF1F",
|
|
1757
1757
|
caseDashboard: "Case Dashboard",
|
|
1758
|
+
bannerHistory: "Banner History",
|
|
1758
1759
|
userGuide: "User Guide",
|
|
1759
1760
|
customers: "Customers",
|
|
1760
1761
|
clients: "Clients",
|
package/dist/venus.es.js
CHANGED
|
@@ -1555,6 +1555,14 @@ var i31f = createForm({
|
|
|
1555
1555
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1556
1556
|
}
|
|
1557
1557
|
});
|
|
1558
|
+
var i914b = createForm({
|
|
1559
|
+
displayName: "I-914B",
|
|
1560
|
+
roles: {
|
|
1561
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1562
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1563
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1564
|
+
}
|
|
1565
|
+
});
|
|
1558
1566
|
const formRecords = {
|
|
1559
1567
|
g28Company,
|
|
1560
1568
|
g28Person,
|
|
@@ -1652,7 +1660,8 @@ const formRecords = {
|
|
|
1652
1660
|
i929,
|
|
1653
1661
|
eta9089Niw,
|
|
1654
1662
|
eoir26a,
|
|
1655
|
-
i31f
|
|
1663
|
+
i31f,
|
|
1664
|
+
i914b
|
|
1656
1665
|
};
|
|
1657
1666
|
var index$2 = Object.values(formRecords);
|
|
1658
1667
|
const acceptableFormats = [
|