@ailaw/venus 1.80.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 +19 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1361,6 +1361,22 @@ var i90 = createForm({
|
|
|
1361
1361
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1362
1362
|
}
|
|
1363
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
|
+
});
|
|
1364
1380
|
const formRecords = {
|
|
1365
1381
|
g28Company,
|
|
1366
1382
|
g28Person,
|
|
@@ -1425,7 +1441,9 @@ const formRecords = {
|
|
|
1425
1441
|
eta9089,
|
|
1426
1442
|
i829,
|
|
1427
1443
|
i526912,
|
|
1428
|
-
i90
|
|
1444
|
+
i90,
|
|
1445
|
+
eta9035,
|
|
1446
|
+
i751
|
|
1429
1447
|
};
|
|
1430
1448
|
var index$2 = Object.values(formRecords);
|
|
1431
1449
|
const acceptableFormats = [
|