@ailaw/venus 1.27.0 → 1.33.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 +18 -9
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -930,15 +930,8 @@ var i129E1E2 = createForm({
|
|
|
930
930
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
931
931
|
}
|
|
932
932
|
});
|
|
933
|
-
var i129L = createForm({
|
|
934
|
-
displayName: "I-129L",
|
|
935
|
-
roles: {
|
|
936
|
-
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
937
|
-
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
|
|
938
|
-
}
|
|
939
|
-
});
|
|
940
933
|
var i129TAS = createForm({
|
|
941
|
-
displayName: "I-129 Trade Agreement Supplement",
|
|
934
|
+
displayName: "I-129 with Trade Agreement Supplement",
|
|
942
935
|
roles: {
|
|
943
936
|
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
944
937
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
@@ -1163,6 +1156,13 @@ var eoir42b = createForm({
|
|
|
1163
1156
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1164
1157
|
}
|
|
1165
1158
|
});
|
|
1159
|
+
var eoir28 = createForm({
|
|
1160
|
+
displayName: "EOIR-28",
|
|
1161
|
+
roles: {
|
|
1162
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1163
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1164
|
+
}
|
|
1165
|
+
});
|
|
1166
1166
|
var i140 = createForm({
|
|
1167
1167
|
displayName: "I-140",
|
|
1168
1168
|
roles: {
|
|
@@ -1171,6 +1171,14 @@ var i140 = createForm({
|
|
|
1171
1171
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1172
1172
|
}
|
|
1173
1173
|
});
|
|
1174
|
+
var i129L = createForm({
|
|
1175
|
+
displayName: "I-129 with L Supplement",
|
|
1176
|
+
roles: {
|
|
1177
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1178
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1179
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1180
|
+
}
|
|
1181
|
+
});
|
|
1174
1182
|
const formRecords = {
|
|
1175
1183
|
g28Company,
|
|
1176
1184
|
g28Person,
|
|
@@ -1212,7 +1220,8 @@ const formRecords = {
|
|
|
1212
1220
|
i129OP,
|
|
1213
1221
|
i129R1,
|
|
1214
1222
|
eoir42b,
|
|
1215
|
-
i140
|
|
1223
|
+
i140,
|
|
1224
|
+
eoir28
|
|
1216
1225
|
};
|
|
1217
1226
|
var index$2 = Object.values(formRecords);
|
|
1218
1227
|
const acceptableFormats = [
|