@ailaw/venus 1.196.0 → 1.198.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 +21 -3
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -903,7 +903,7 @@ var i129TAS = createForm({
|
|
|
903
903
|
}
|
|
904
904
|
});
|
|
905
905
|
var i129HS = createForm({
|
|
906
|
-
displayName: "I-129 with H Supplement
|
|
906
|
+
displayName: "I-129 with H Supplement",
|
|
907
907
|
roles: {
|
|
908
908
|
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
909
909
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
@@ -1473,13 +1473,29 @@ var i246 = createForm({
|
|
|
1473
1473
|
}
|
|
1474
1474
|
});
|
|
1475
1475
|
var i129h1 = createForm({
|
|
1476
|
-
displayName: "I-129
|
|
1476
|
+
displayName: "I-129 with H1b/H1b1 Supplement",
|
|
1477
1477
|
roles: {
|
|
1478
1478
|
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1479
1479
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1480
1480
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1481
1481
|
}
|
|
1482
1482
|
});
|
|
1483
|
+
var longStatyApplication = createForm({
|
|
1484
|
+
displayName: "Long-Stay-Application",
|
|
1485
|
+
roles: {
|
|
1486
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1487
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1488
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1489
|
+
}
|
|
1490
|
+
});
|
|
1491
|
+
var i566 = createForm({
|
|
1492
|
+
displayName: "I-566",
|
|
1493
|
+
roles: {
|
|
1494
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1495
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1496
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1497
|
+
}
|
|
1498
|
+
});
|
|
1483
1499
|
const formRecords = {
|
|
1484
1500
|
g28Company,
|
|
1485
1501
|
g28Person,
|
|
@@ -1568,7 +1584,9 @@ const formRecords = {
|
|
|
1568
1584
|
i129e3,
|
|
1569
1585
|
eta9141,
|
|
1570
1586
|
i246,
|
|
1571
|
-
i129h1
|
|
1587
|
+
i129h1,
|
|
1588
|
+
longStatyApplication,
|
|
1589
|
+
i566
|
|
1572
1590
|
};
|
|
1573
1591
|
var index$2 = Object.values(formRecords);
|
|
1574
1592
|
const acceptableFormats = [
|