@ailaw/venus 1.24.0 → 1.25.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
|
@@ -1142,6 +1142,13 @@ var i129R1 = createForm({
|
|
|
1142
1142
|
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
|
|
1143
1143
|
}
|
|
1144
1144
|
});
|
|
1145
|
+
var eoir42b = createForm({
|
|
1146
|
+
displayName: "EOIR-42B",
|
|
1147
|
+
roles: {
|
|
1148
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1149
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1150
|
+
}
|
|
1151
|
+
});
|
|
1145
1152
|
const formRecords = {
|
|
1146
1153
|
g28Company,
|
|
1147
1154
|
g28Person,
|
|
@@ -1179,7 +1186,8 @@ const formRecords = {
|
|
|
1179
1186
|
i918B,
|
|
1180
1187
|
i765WS,
|
|
1181
1188
|
i129OP,
|
|
1182
|
-
i129R1
|
|
1189
|
+
i129R1,
|
|
1190
|
+
eoir42b
|
|
1183
1191
|
};
|
|
1184
1192
|
var index$2 = Object.values(formRecords);
|
|
1185
1193
|
const acceptableFormats = [
|