@ailaw/venus 1.60.0 → 1.63.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/en2.js +1 -0
- package/dist/venus.es.js +9 -1
- package/package.json +1 -1
package/dist/en2.js
CHANGED
package/dist/venus.es.js
CHANGED
|
@@ -1271,6 +1271,13 @@ var i730 = createForm({
|
|
|
1271
1271
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1272
1272
|
}
|
|
1273
1273
|
});
|
|
1274
|
+
var i912 = createForm({
|
|
1275
|
+
displayName: "I-912",
|
|
1276
|
+
roles: {
|
|
1277
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1278
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1279
|
+
}
|
|
1280
|
+
});
|
|
1274
1281
|
const formRecords = {
|
|
1275
1282
|
g28Company,
|
|
1276
1283
|
g28Person,
|
|
@@ -1326,7 +1333,8 @@ const formRecords = {
|
|
|
1326
1333
|
i602,
|
|
1327
1334
|
eta750b,
|
|
1328
1335
|
i129s,
|
|
1329
|
-
i730
|
|
1336
|
+
i730,
|
|
1337
|
+
i912
|
|
1330
1338
|
};
|
|
1331
1339
|
var index$2 = Object.values(formRecords);
|
|
1332
1340
|
const acceptableFormats = [
|