@ailaw/venus 1.29.0 → 1.34.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/en.js +5 -1
- package/dist/venus.es.js +10 -2
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1518,6 +1518,10 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1518
1518
|
male: "Male",
|
|
1519
1519
|
female: "Female",
|
|
1520
1520
|
recentUpdated: "Recent Updated",
|
|
1521
|
-
action: "Action"
|
|
1521
|
+
action: "Action",
|
|
1522
|
+
sendMessage: "Send Message",
|
|
1523
|
+
phoneNumber: "Mobile Number",
|
|
1524
|
+
messageBody: "Message Body",
|
|
1525
|
+
fillLink: "Fill Link"
|
|
1522
1526
|
});
|
|
1523
1527
|
export { en as default };
|
package/dist/venus.es.js
CHANGED
|
@@ -1156,6 +1156,13 @@ var eoir42b = createForm({
|
|
|
1156
1156
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1157
1157
|
}
|
|
1158
1158
|
});
|
|
1159
|
+
var eoir28 = createForm({
|
|
1160
|
+
displayName: "EOIR-28",
|
|
1161
|
+
roles: {
|
|
1162
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1163
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1164
|
+
}
|
|
1165
|
+
});
|
|
1159
1166
|
var i140 = createForm({
|
|
1160
1167
|
displayName: "I-140",
|
|
1161
1168
|
roles: {
|
|
@@ -1168,7 +1175,8 @@ var i129L = createForm({
|
|
|
1168
1175
|
displayName: "I-129 with L Supplement",
|
|
1169
1176
|
roles: {
|
|
1170
1177
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1171
|
-
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
|
|
1178
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1179
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1172
1180
|
}
|
|
1173
1181
|
});
|
|
1174
1182
|
const formRecords = {
|
|
@@ -1213,7 +1221,7 @@ const formRecords = {
|
|
|
1213
1221
|
i129R1,
|
|
1214
1222
|
eoir42b,
|
|
1215
1223
|
i140,
|
|
1216
|
-
|
|
1224
|
+
eoir28
|
|
1217
1225
|
};
|
|
1218
1226
|
var index$2 = Object.values(formRecords);
|
|
1219
1227
|
const acceptableFormats = [
|