@ailaw/venus 1.65.0 → 1.68.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
|
@@ -1284,6 +1284,21 @@ var i912 = createForm({
|
|
|
1284
1284
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1285
1285
|
}
|
|
1286
1286
|
});
|
|
1287
|
+
var i914 = createForm({
|
|
1288
|
+
displayName: "I-914",
|
|
1289
|
+
roles: {
|
|
1290
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1291
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1292
|
+
}
|
|
1293
|
+
});
|
|
1294
|
+
var i129f = createForm({
|
|
1295
|
+
displayName: "I-129F",
|
|
1296
|
+
roles: {
|
|
1297
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1298
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1299
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1300
|
+
}
|
|
1301
|
+
});
|
|
1287
1302
|
const formRecords = {
|
|
1288
1303
|
g28Company,
|
|
1289
1304
|
g28Person,
|
|
@@ -1340,7 +1355,9 @@ const formRecords = {
|
|
|
1340
1355
|
eta750b,
|
|
1341
1356
|
i129s,
|
|
1342
1357
|
i730,
|
|
1343
|
-
i912
|
|
1358
|
+
i912,
|
|
1359
|
+
i914,
|
|
1360
|
+
i129f
|
|
1344
1361
|
};
|
|
1345
1362
|
var index$2 = Object.values(formRecords);
|
|
1346
1363
|
const acceptableFormats = [
|