@ailaw/venus 1.52.0 → 1.55.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 +26 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1217,6 +1217,28 @@ var ds156e = createForm({
|
|
|
1217
1217
|
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
|
|
1218
1218
|
}
|
|
1219
1219
|
});
|
|
1220
|
+
var i290b = createForm({
|
|
1221
|
+
displayName: "I-290B",
|
|
1222
|
+
roles: {
|
|
1223
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1224
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
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
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1240
|
+
}
|
|
1241
|
+
});
|
|
1220
1242
|
const formRecords = {
|
|
1221
1243
|
g28Company,
|
|
1222
1244
|
g28Person,
|
|
@@ -1264,7 +1286,10 @@ const formRecords = {
|
|
|
1264
1286
|
eoir42b,
|
|
1265
1287
|
i140,
|
|
1266
1288
|
eoir28,
|
|
1267
|
-
ds156e
|
|
1289
|
+
ds156e,
|
|
1290
|
+
i290b,
|
|
1291
|
+
eoir33,
|
|
1292
|
+
i821d
|
|
1268
1293
|
};
|
|
1269
1294
|
var index$2 = Object.values(formRecords);
|
|
1270
1295
|
const acceptableFormats = [
|