@ailaw/venus 1.66.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/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: {
|
|
@@ -1291,6 +1298,14 @@ var i914 = createForm({
|
|
|
1291
1298
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1292
1299
|
}
|
|
1293
1300
|
});
|
|
1301
|
+
var i129f = createForm({
|
|
1302
|
+
displayName: "I-129F",
|
|
1303
|
+
roles: {
|
|
1304
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1305
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1306
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1307
|
+
}
|
|
1308
|
+
});
|
|
1294
1309
|
const formRecords = {
|
|
1295
1310
|
g28Company,
|
|
1296
1311
|
g28Person,
|
|
@@ -1320,6 +1335,7 @@ const formRecords = {
|
|
|
1320
1335
|
i539,
|
|
1321
1336
|
i539A,
|
|
1322
1337
|
i589,
|
|
1338
|
+
i601,
|
|
1323
1339
|
i601A,
|
|
1324
1340
|
i765,
|
|
1325
1341
|
i821,
|
|
@@ -1348,7 +1364,8 @@ const formRecords = {
|
|
|
1348
1364
|
i129s,
|
|
1349
1365
|
i730,
|
|
1350
1366
|
i912,
|
|
1351
|
-
i914
|
|
1367
|
+
i914,
|
|
1368
|
+
i129f
|
|
1352
1369
|
};
|
|
1353
1370
|
var index$2 = Object.values(formRecords);
|
|
1354
1371
|
const acceptableFormats = [
|