@ailaw/venus 1.65.0 → 1.66.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 +9 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1284,6 +1284,13 @@ var i912 = createForm({
|
|
|
1284
1284
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1285
1285
|
}
|
|
1286
1286
|
});
|
|
1287
|
+
var i914 = createForm({
|
|
1288
|
+
displayName: "I-914",
|
|
1289
|
+
roles: {
|
|
1290
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1291
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1292
|
+
}
|
|
1293
|
+
});
|
|
1287
1294
|
const formRecords = {
|
|
1288
1295
|
g28Company,
|
|
1289
1296
|
g28Person,
|
|
@@ -1340,7 +1347,8 @@ const formRecords = {
|
|
|
1340
1347
|
eta750b,
|
|
1341
1348
|
i129s,
|
|
1342
1349
|
i730,
|
|
1343
|
-
i912
|
|
1350
|
+
i912,
|
|
1351
|
+
i914
|
|
1344
1352
|
};
|
|
1345
1353
|
var index$2 = Object.values(formRecords);
|
|
1346
1354
|
const acceptableFormats = [
|