@ailaw/venus 1.131.0 → 1.132.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
|
@@ -1510,6 +1510,13 @@ var ds3035 = createForm({
|
|
|
1510
1510
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1511
1511
|
}
|
|
1512
1512
|
});
|
|
1513
|
+
var i612 = createForm({
|
|
1514
|
+
displayName: "I-612",
|
|
1515
|
+
roles: {
|
|
1516
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1517
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1518
|
+
}
|
|
1519
|
+
});
|
|
1513
1520
|
const formRecords = {
|
|
1514
1521
|
g28Company,
|
|
1515
1522
|
g28Person,
|
|
@@ -1592,7 +1599,8 @@ const formRecords = {
|
|
|
1592
1599
|
i131a,
|
|
1593
1600
|
n336,
|
|
1594
1601
|
i914a,
|
|
1595
|
-
ds3035
|
|
1602
|
+
ds3035,
|
|
1603
|
+
i612
|
|
1596
1604
|
};
|
|
1597
1605
|
var index$2 = Object.values(formRecords);
|
|
1598
1606
|
const acceptableFormats = [
|