@ailaw/venus 1.52.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 +27 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1217,6 +1217,29 @@ 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],
|
|
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
|
+
});
|
|
1220
1243
|
const formRecords = {
|
|
1221
1244
|
g28Company,
|
|
1222
1245
|
g28Person,
|
|
@@ -1264,7 +1287,10 @@ const formRecords = {
|
|
|
1264
1287
|
eoir42b,
|
|
1265
1288
|
i140,
|
|
1266
1289
|
eoir28,
|
|
1267
|
-
ds156e
|
|
1290
|
+
ds156e,
|
|
1291
|
+
i290b,
|
|
1292
|
+
eoir33,
|
|
1293
|
+
i821d
|
|
1268
1294
|
};
|
|
1269
1295
|
var index$2 = Object.values(formRecords);
|
|
1270
1296
|
const acceptableFormats = [
|