@ailaw/venus 1.59.0 → 1.62.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
|
@@ -1247,6 +1247,37 @@ var i602 = createForm({
|
|
|
1247
1247
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1248
1248
|
}
|
|
1249
1249
|
});
|
|
1250
|
+
var eta750b = createForm({
|
|
1251
|
+
displayName: "ETA-750B",
|
|
1252
|
+
roles: {
|
|
1253
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1254
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
1255
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1256
|
+
}
|
|
1257
|
+
});
|
|
1258
|
+
var i129s = createForm({
|
|
1259
|
+
displayName: "I-129S",
|
|
1260
|
+
roles: {
|
|
1261
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1262
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1263
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1264
|
+
}
|
|
1265
|
+
});
|
|
1266
|
+
var i730 = createForm({
|
|
1267
|
+
displayName: "I-730",
|
|
1268
|
+
roles: {
|
|
1269
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1270
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1271
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1272
|
+
}
|
|
1273
|
+
});
|
|
1274
|
+
var i912 = createForm({
|
|
1275
|
+
displayName: "I-912",
|
|
1276
|
+
roles: {
|
|
1277
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1278
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1279
|
+
}
|
|
1280
|
+
});
|
|
1250
1281
|
const formRecords = {
|
|
1251
1282
|
g28Company,
|
|
1252
1283
|
g28Person,
|
|
@@ -1299,7 +1330,11 @@ const formRecords = {
|
|
|
1299
1330
|
eoir33,
|
|
1300
1331
|
i821d,
|
|
1301
1332
|
n600k,
|
|
1302
|
-
i602
|
|
1333
|
+
i602,
|
|
1334
|
+
eta750b,
|
|
1335
|
+
i129s,
|
|
1336
|
+
i730,
|
|
1337
|
+
i912
|
|
1303
1338
|
};
|
|
1304
1339
|
var index$2 = Object.values(formRecords);
|
|
1305
1340
|
const acceptableFormats = [
|