@ailaw/venus 1.84.0 → 1.85.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
|
@@ -1377,6 +1377,14 @@ var i751 = createForm({
|
|
|
1377
1377
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1378
1378
|
}
|
|
1379
1379
|
});
|
|
1380
|
+
var i824 = createForm({
|
|
1381
|
+
displayName: "I-824",
|
|
1382
|
+
roles: {
|
|
1383
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1384
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
1385
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1386
|
+
}
|
|
1387
|
+
});
|
|
1380
1388
|
const formRecords = {
|
|
1381
1389
|
g28Company,
|
|
1382
1390
|
g28Person,
|
|
@@ -1443,7 +1451,8 @@ const formRecords = {
|
|
|
1443
1451
|
i526912,
|
|
1444
1452
|
i90,
|
|
1445
1453
|
eta9035,
|
|
1446
|
-
i751
|
|
1454
|
+
i751,
|
|
1455
|
+
i824
|
|
1447
1456
|
};
|
|
1448
1457
|
var index$2 = Object.values(formRecords);
|
|
1449
1458
|
const acceptableFormats = [
|