@ailaw/venus 1.140.0 → 1.141.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 +9 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1541,6 +1541,13 @@ var eta9141 = createForm({
|
|
|
1541
1541
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1542
1542
|
}
|
|
1543
1543
|
});
|
|
1544
|
+
var i246 = createForm({
|
|
1545
|
+
displayName: "I-246",
|
|
1546
|
+
roles: {
|
|
1547
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1548
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1549
|
+
}
|
|
1550
|
+
});
|
|
1544
1551
|
const formRecords = {
|
|
1545
1552
|
g28Company,
|
|
1546
1553
|
g28Person,
|
|
@@ -1627,7 +1634,8 @@ const formRecords = {
|
|
|
1627
1634
|
i612,
|
|
1628
1635
|
i956k,
|
|
1629
1636
|
i129e3,
|
|
1630
|
-
eta9141
|
|
1637
|
+
eta9141,
|
|
1638
|
+
i246
|
|
1631
1639
|
};
|
|
1632
1640
|
var index$2 = Object.values(formRecords);
|
|
1633
1641
|
const acceptableFormats = [
|