@ailaw/venus 1.217.0 → 1.218.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 +12 -4
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1051,7 +1051,7 @@ var i821 = createForm({
|
|
|
1051
1051
|
}
|
|
1052
1052
|
});
|
|
1053
1053
|
var i864 = createForm({
|
|
1054
|
-
displayName: "I-864",
|
|
1054
|
+
displayName: "I-864 Concurrent",
|
|
1055
1055
|
roles: {
|
|
1056
1056
|
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1057
1057
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
@@ -1059,7 +1059,7 @@ var i864 = createForm({
|
|
|
1059
1059
|
}
|
|
1060
1060
|
});
|
|
1061
1061
|
var i864A = createForm({
|
|
1062
|
-
displayName: "I-864A
|
|
1062
|
+
displayName: "I-864A Concurrent",
|
|
1063
1063
|
roles: {
|
|
1064
1064
|
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1065
1065
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
@@ -1499,7 +1499,7 @@ var i566 = createForm({
|
|
|
1499
1499
|
}
|
|
1500
1500
|
});
|
|
1501
1501
|
var i864aSponsor = createForm({
|
|
1502
|
-
displayName: "I-864A
|
|
1502
|
+
displayName: "I-864A",
|
|
1503
1503
|
roles: {
|
|
1504
1504
|
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1505
1505
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
@@ -1513,6 +1513,13 @@ var i881 = createForm({
|
|
|
1513
1513
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1514
1514
|
}
|
|
1515
1515
|
});
|
|
1516
|
+
var i864JointSponsor = createForm({
|
|
1517
|
+
displayName: "I-864 for Joint-Sponsor",
|
|
1518
|
+
roles: {
|
|
1519
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1520
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1521
|
+
}
|
|
1522
|
+
});
|
|
1516
1523
|
const formRecords = {
|
|
1517
1524
|
g28Company,
|
|
1518
1525
|
g28Person,
|
|
@@ -1605,7 +1612,8 @@ const formRecords = {
|
|
|
1605
1612
|
longStatyApplication,
|
|
1606
1613
|
i566,
|
|
1607
1614
|
i864aSponsor,
|
|
1608
|
-
i881
|
|
1615
|
+
i881,
|
|
1616
|
+
i864JointSponsor
|
|
1609
1617
|
};
|
|
1610
1618
|
var index$2 = Object.values(formRecords);
|
|
1611
1619
|
const acceptableFormats = [
|