@ailaw/venus 1.93.0 → 1.95.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 +25 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1403,6 +1403,27 @@ var g639Expired = createForm({
|
|
|
1403
1403
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1404
1404
|
}
|
|
1405
1405
|
});
|
|
1406
|
+
var n565 = createForm({
|
|
1407
|
+
displayName: "N-565",
|
|
1408
|
+
roles: {
|
|
1409
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1410
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1411
|
+
}
|
|
1412
|
+
});
|
|
1413
|
+
var i102 = createForm({
|
|
1414
|
+
displayName: "I-102",
|
|
1415
|
+
roles: {
|
|
1416
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1417
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1418
|
+
}
|
|
1419
|
+
});
|
|
1420
|
+
var i212 = createForm({
|
|
1421
|
+
displayName: "I-212",
|
|
1422
|
+
roles: {
|
|
1423
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1424
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1425
|
+
}
|
|
1426
|
+
});
|
|
1406
1427
|
const formRecords = {
|
|
1407
1428
|
g28Company,
|
|
1408
1429
|
g28Person,
|
|
@@ -1471,7 +1492,10 @@ const formRecords = {
|
|
|
1471
1492
|
eta9035,
|
|
1472
1493
|
i751,
|
|
1473
1494
|
i824,
|
|
1474
|
-
g639Expired
|
|
1495
|
+
g639Expired,
|
|
1496
|
+
n565,
|
|
1497
|
+
i102,
|
|
1498
|
+
i212
|
|
1475
1499
|
};
|
|
1476
1500
|
var index$2 = Object.values(formRecords);
|
|
1477
1501
|
const acceptableFormats = [
|