@ailaw/venus 1.67.0 → 1.70.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/en2.js +1 -1
- package/dist/venus.es.js +18 -1
- package/package.json +1 -1
package/dist/en2.js
CHANGED
|
@@ -69,7 +69,7 @@ var lang2 = {
|
|
|
69
69
|
shareCaseWithClients: "Share case with client(s)",
|
|
70
70
|
sendPassword: "Send client portal login password(System will email client a login password)",
|
|
71
71
|
sendPasswordSimple: "Send Password",
|
|
72
|
-
sendTempPassword: "Send
|
|
72
|
+
sendTempPassword: "Send login instruction",
|
|
73
73
|
passwordSent: "Password sent",
|
|
74
74
|
kvisaEmployer1: "Basic Information of Petitioner",
|
|
75
75
|
kvisaEmployer2: "Address",
|
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: {
|
|
@@ -1299,6 +1306,14 @@ var i129f = createForm({
|
|
|
1299
1306
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1300
1307
|
}
|
|
1301
1308
|
});
|
|
1309
|
+
var i693 = createForm({
|
|
1310
|
+
displayName: "I-693",
|
|
1311
|
+
roles: {
|
|
1312
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1313
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1314
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1315
|
+
}
|
|
1316
|
+
});
|
|
1302
1317
|
const formRecords = {
|
|
1303
1318
|
g28Company,
|
|
1304
1319
|
g28Person,
|
|
@@ -1328,6 +1343,7 @@ const formRecords = {
|
|
|
1328
1343
|
i539,
|
|
1329
1344
|
i539A,
|
|
1330
1345
|
i589,
|
|
1346
|
+
i601,
|
|
1331
1347
|
i601A,
|
|
1332
1348
|
i765,
|
|
1333
1349
|
i821,
|
|
@@ -1357,7 +1373,8 @@ const formRecords = {
|
|
|
1357
1373
|
i730,
|
|
1358
1374
|
i912,
|
|
1359
1375
|
i914,
|
|
1360
|
-
i129f
|
|
1376
|
+
i129f,
|
|
1377
|
+
i693
|
|
1361
1378
|
};
|
|
1362
1379
|
var index$2 = Object.values(formRecords);
|
|
1363
1380
|
const acceptableFormats = [
|