@ailaw/venus 1.29.0 → 1.31.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 +8 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1156,6 +1156,13 @@ var eoir42b = createForm({
|
|
|
1156
1156
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1157
1157
|
}
|
|
1158
1158
|
});
|
|
1159
|
+
var eoir28 = createForm({
|
|
1160
|
+
displayName: "EOIR-28",
|
|
1161
|
+
roles: {
|
|
1162
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1163
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1164
|
+
}
|
|
1165
|
+
});
|
|
1159
1166
|
var i140 = createForm({
|
|
1160
1167
|
displayName: "I-140",
|
|
1161
1168
|
roles: {
|
|
@@ -1213,7 +1220,7 @@ const formRecords = {
|
|
|
1213
1220
|
i129R1,
|
|
1214
1221
|
eoir42b,
|
|
1215
1222
|
i140,
|
|
1216
|
-
|
|
1223
|
+
eoir28
|
|
1217
1224
|
};
|
|
1218
1225
|
var index$2 = Object.values(formRecords);
|
|
1219
1226
|
const acceptableFormats = [
|