@ailaw/venus 1.78.0 → 1.79.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 +9 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1347,6 +1347,13 @@ 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
|
+
});
|
|
1350
1357
|
const formRecords = {
|
|
1351
1358
|
g28Company,
|
|
1352
1359
|
g28Person,
|
|
@@ -1409,7 +1416,8 @@ const formRecords = {
|
|
|
1409
1416
|
i129f,
|
|
1410
1417
|
i693,
|
|
1411
1418
|
eta9089,
|
|
1412
|
-
i829
|
|
1419
|
+
i829,
|
|
1420
|
+
i526912
|
|
1413
1421
|
};
|
|
1414
1422
|
var index$2 = Object.values(formRecords);
|
|
1415
1423
|
const acceptableFormats = [
|