@ailaw/venus 1.71.0 → 1.74.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 +19 -2
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1123,7 +1123,7 @@ var i864W = createForm({
|
|
|
1123
1123
|
var i907 = createForm({
|
|
1124
1124
|
displayName: "I-907",
|
|
1125
1125
|
roles: {
|
|
1126
|
-
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1126
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
1127
1127
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1128
1128
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1129
1129
|
}
|
|
@@ -1314,6 +1314,21 @@ var i693 = createForm({
|
|
|
1314
1314
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1315
1315
|
}
|
|
1316
1316
|
});
|
|
1317
|
+
var eta9089 = createForm({
|
|
1318
|
+
displayName: "ETA-9089",
|
|
1319
|
+
roles: {
|
|
1320
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1321
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1322
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1323
|
+
}
|
|
1324
|
+
});
|
|
1325
|
+
var i829 = createForm({
|
|
1326
|
+
displayName: "I-829",
|
|
1327
|
+
roles: {
|
|
1328
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1329
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1330
|
+
}
|
|
1331
|
+
});
|
|
1317
1332
|
const formRecords = {
|
|
1318
1333
|
g28Company,
|
|
1319
1334
|
g28Person,
|
|
@@ -1374,7 +1389,9 @@ const formRecords = {
|
|
|
1374
1389
|
i912,
|
|
1375
1390
|
i914,
|
|
1376
1391
|
i129f,
|
|
1377
|
-
i693
|
|
1392
|
+
i693,
|
|
1393
|
+
eta9089,
|
|
1394
|
+
i829
|
|
1378
1395
|
};
|
|
1379
1396
|
var index$2 = Object.values(formRecords);
|
|
1380
1397
|
const acceptableFormats = [
|