@ailaw/venus 1.136.0 → 1.138.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 +11 -2
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1526,13 +1526,21 @@ var i956k = createForm({
|
|
|
1526
1526
|
}
|
|
1527
1527
|
});
|
|
1528
1528
|
var i129e3 = createForm({
|
|
1529
|
-
displayName: "I-129-
|
|
1529
|
+
displayName: "I-129 E-3/Main",
|
|
1530
1530
|
roles: {
|
|
1531
1531
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1532
1532
|
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1533
1533
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1534
1534
|
}
|
|
1535
1535
|
});
|
|
1536
|
+
var eta9141 = createForm({
|
|
1537
|
+
displayName: "ETA-9141",
|
|
1538
|
+
roles: {
|
|
1539
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1540
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1541
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1542
|
+
}
|
|
1543
|
+
});
|
|
1536
1544
|
const formRecords = {
|
|
1537
1545
|
g28Company,
|
|
1538
1546
|
g28Person,
|
|
@@ -1618,7 +1626,8 @@ const formRecords = {
|
|
|
1618
1626
|
ds3035,
|
|
1619
1627
|
i612,
|
|
1620
1628
|
i956k,
|
|
1621
|
-
i129e3
|
|
1629
|
+
i129e3,
|
|
1630
|
+
eta9141
|
|
1622
1631
|
};
|
|
1623
1632
|
var index$2 = Object.values(formRecords);
|
|
1624
1633
|
const acceptableFormats = [
|