@ailaw/venus 1.135.0 → 1.136.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 +19 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1517,6 +1517,22 @@ var i612 = createForm({
|
|
|
1517
1517
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1518
1518
|
}
|
|
1519
1519
|
});
|
|
1520
|
+
var i956k = createForm({
|
|
1521
|
+
displayName: "I-956K",
|
|
1522
|
+
roles: {
|
|
1523
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1524
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
1525
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1526
|
+
}
|
|
1527
|
+
});
|
|
1528
|
+
var i129e3 = createForm({
|
|
1529
|
+
displayName: "I-129-E3",
|
|
1530
|
+
roles: {
|
|
1531
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1532
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1533
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1534
|
+
}
|
|
1535
|
+
});
|
|
1520
1536
|
const formRecords = {
|
|
1521
1537
|
g28Company,
|
|
1522
1538
|
g28Person,
|
|
@@ -1600,7 +1616,9 @@ const formRecords = {
|
|
|
1600
1616
|
n336,
|
|
1601
1617
|
i914a,
|
|
1602
1618
|
ds3035,
|
|
1603
|
-
i612
|
|
1619
|
+
i612,
|
|
1620
|
+
i956k,
|
|
1621
|
+
i129e3
|
|
1604
1622
|
};
|
|
1605
1623
|
var index$2 = Object.values(formRecords);
|
|
1606
1624
|
const acceptableFormats = [
|