@ailaw/venus 1.68.0 → 1.69.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 +8 -0
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1061,6 +1061,13 @@ var i589 = createForm({
|
|
|
1061
1061
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1062
1062
|
}
|
|
1063
1063
|
});
|
|
1064
|
+
var i601 = createForm({
|
|
1065
|
+
displayName: "I-601",
|
|
1066
|
+
roles: {
|
|
1067
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1068
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1069
|
+
}
|
|
1070
|
+
});
|
|
1064
1071
|
var i601A = createForm({
|
|
1065
1072
|
displayName: "I-601A",
|
|
1066
1073
|
roles: {
|
|
@@ -1328,6 +1335,7 @@ const formRecords = {
|
|
|
1328
1335
|
i539,
|
|
1329
1336
|
i539A,
|
|
1330
1337
|
i589,
|
|
1338
|
+
i601,
|
|
1331
1339
|
i601A,
|
|
1332
1340
|
i765,
|
|
1333
1341
|
i821,
|