@ailaw/venus 1.50.0 → 1.53.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 +36 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -982,6 +982,14 @@ var i134 = createForm({
|
|
|
982
982
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
983
983
|
}
|
|
984
984
|
});
|
|
985
|
+
var i1340626 = createForm({
|
|
986
|
+
displayName: "I-134 Expires 06-26",
|
|
987
|
+
roles: {
|
|
988
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
989
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
990
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
991
|
+
}
|
|
992
|
+
});
|
|
985
993
|
var i192 = createForm({
|
|
986
994
|
displayName: "I-192",
|
|
987
995
|
roles: {
|
|
@@ -1209,6 +1217,29 @@ var ds156e = createForm({
|
|
|
1209
1217
|
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
|
|
1210
1218
|
}
|
|
1211
1219
|
});
|
|
1220
|
+
var i290b = createForm({
|
|
1221
|
+
displayName: "I-290B",
|
|
1222
|
+
roles: {
|
|
1223
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1224
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1225
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1226
|
+
}
|
|
1227
|
+
});
|
|
1228
|
+
var eoir33 = createForm({
|
|
1229
|
+
displayName: "EOIR-33",
|
|
1230
|
+
roles: {
|
|
1231
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1232
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1233
|
+
}
|
|
1234
|
+
});
|
|
1235
|
+
var i821d = createForm({
|
|
1236
|
+
displayName: "I-821D",
|
|
1237
|
+
roles: {
|
|
1238
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1239
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1240
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1241
|
+
}
|
|
1242
|
+
});
|
|
1212
1243
|
const formRecords = {
|
|
1213
1244
|
g28Company,
|
|
1214
1245
|
g28Person,
|
|
@@ -1227,6 +1258,7 @@ const formRecords = {
|
|
|
1227
1258
|
i130A,
|
|
1228
1259
|
i131,
|
|
1229
1260
|
i134,
|
|
1261
|
+
i1340626,
|
|
1230
1262
|
i192,
|
|
1231
1263
|
i360,
|
|
1232
1264
|
i485,
|
|
@@ -1255,7 +1287,10 @@ const formRecords = {
|
|
|
1255
1287
|
eoir42b,
|
|
1256
1288
|
i140,
|
|
1257
1289
|
eoir28,
|
|
1258
|
-
ds156e
|
|
1290
|
+
ds156e,
|
|
1291
|
+
i290b,
|
|
1292
|
+
eoir33,
|
|
1293
|
+
i821d
|
|
1259
1294
|
};
|
|
1260
1295
|
var index$2 = Object.values(formRecords);
|
|
1261
1296
|
const acceptableFormats = [
|