@ailaw/venus 1.25.0 → 1.26.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 +10 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1149,6 +1149,14 @@ var eoir42b = createForm({
|
|
|
1149
1149
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1150
1150
|
}
|
|
1151
1151
|
});
|
|
1152
|
+
var i140 = createForm({
|
|
1153
|
+
displayName: "I-140",
|
|
1154
|
+
roles: {
|
|
1155
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1156
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
1157
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1158
|
+
}
|
|
1159
|
+
});
|
|
1152
1160
|
const formRecords = {
|
|
1153
1161
|
g28Company,
|
|
1154
1162
|
g28Person,
|
|
@@ -1187,7 +1195,8 @@ const formRecords = {
|
|
|
1187
1195
|
i765WS,
|
|
1188
1196
|
i129OP,
|
|
1189
1197
|
i129R1,
|
|
1190
|
-
eoir42b
|
|
1198
|
+
eoir42b,
|
|
1199
|
+
i140
|
|
1191
1200
|
};
|
|
1192
1201
|
var index$2 = Object.values(formRecords);
|
|
1193
1202
|
const acceptableFormats = [
|