@ailaw/venus 1.59.0 → 1.60.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 +28 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1247,6 +1247,30 @@ 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
|
+
});
|
|
1250
1274
|
const formRecords = {
|
|
1251
1275
|
g28Company,
|
|
1252
1276
|
g28Person,
|
|
@@ -1299,7 +1323,10 @@ const formRecords = {
|
|
|
1299
1323
|
eoir33,
|
|
1300
1324
|
i821d,
|
|
1301
1325
|
n600k,
|
|
1302
|
-
i602
|
|
1326
|
+
i602,
|
|
1327
|
+
eta750b,
|
|
1328
|
+
i129s,
|
|
1329
|
+
i730
|
|
1303
1330
|
};
|
|
1304
1331
|
var index$2 = Object.values(formRecords);
|
|
1305
1332
|
const acceptableFormats = [
|