@ailaw/venus 1.78.0 → 1.81.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 +35 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1347,6 +1347,36 @@ var i829 = createForm({
|
|
|
1347
1347
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1348
1348
|
}
|
|
1349
1349
|
});
|
|
1350
|
+
var i526912 = createForm({
|
|
1351
|
+
displayName: "I-526 Expires 9-12-2022",
|
|
1352
|
+
roles: {
|
|
1353
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1354
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1355
|
+
}
|
|
1356
|
+
});
|
|
1357
|
+
var i90 = createForm({
|
|
1358
|
+
displayName: "I-90",
|
|
1359
|
+
roles: {
|
|
1360
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1361
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1362
|
+
}
|
|
1363
|
+
});
|
|
1364
|
+
var eta9035 = createForm({
|
|
1365
|
+
displayName: "ETA-9035",
|
|
1366
|
+
roles: {
|
|
1367
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1368
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1369
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1370
|
+
}
|
|
1371
|
+
});
|
|
1372
|
+
var i751 = createForm({
|
|
1373
|
+
displayName: "I-751",
|
|
1374
|
+
roles: {
|
|
1375
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1376
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1377
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1378
|
+
}
|
|
1379
|
+
});
|
|
1350
1380
|
const formRecords = {
|
|
1351
1381
|
g28Company,
|
|
1352
1382
|
g28Person,
|
|
@@ -1409,7 +1439,11 @@ const formRecords = {
|
|
|
1409
1439
|
i129f,
|
|
1410
1440
|
i693,
|
|
1411
1441
|
eta9089,
|
|
1412
|
-
i829
|
|
1442
|
+
i829,
|
|
1443
|
+
i526912,
|
|
1444
|
+
i90,
|
|
1445
|
+
eta9035,
|
|
1446
|
+
i751
|
|
1413
1447
|
};
|
|
1414
1448
|
var index$2 = Object.values(formRecords);
|
|
1415
1449
|
const acceptableFormats = [
|