@ailaw/venus 1.206.0 → 1.207.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 +10 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1496,6 +1496,14 @@ var i566 = createForm({
|
|
|
1496
1496
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1497
1497
|
}
|
|
1498
1498
|
});
|
|
1499
|
+
var i864aSponsor = createForm({
|
|
1500
|
+
displayName: "Stand Alone I-864A Sponsor-housemember",
|
|
1501
|
+
roles: {
|
|
1502
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1503
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1504
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1505
|
+
}
|
|
1506
|
+
});
|
|
1499
1507
|
const formRecords = {
|
|
1500
1508
|
g28Company,
|
|
1501
1509
|
g28Person,
|
|
@@ -1586,7 +1594,8 @@ const formRecords = {
|
|
|
1586
1594
|
i246,
|
|
1587
1595
|
i129h1,
|
|
1588
1596
|
longStatyApplication,
|
|
1589
|
-
i566
|
|
1597
|
+
i566,
|
|
1598
|
+
i864aSponsor
|
|
1590
1599
|
};
|
|
1591
1600
|
var index$2 = Object.values(formRecords);
|
|
1592
1601
|
const acceptableFormats = [
|