@ailaw/venus 1.35.0 → 1.38.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 CHANGED
@@ -840,6 +840,12 @@ function __variableDynamicImportRuntime0__(path2) {
840
840
  return import("./pt2.js");
841
841
  case "../languages/pt3.ts":
842
842
  return import("./pt3.js");
843
+ case "../languages/ro.ts":
844
+ return import("./ro.js");
845
+ case "../languages/ro2.ts":
846
+ return import("./ro2.js");
847
+ case "../languages/ro3.ts":
848
+ return import("./ro3.js");
843
849
  case "../languages/ru.ts":
844
850
  return import("./ru.js");
845
851
  case "../languages/ru2.ts":
@@ -1156,6 +1162,13 @@ var eoir42b = createForm({
1156
1162
  Preparer: [GlueRoleType.PREPARERPROFILE]
1157
1163
  }
1158
1164
  });
1165
+ var eoir42a = createForm({
1166
+ displayName: "EOIR-42A",
1167
+ roles: {
1168
+ Beneficiary: [GlueRoleType.USERPROFILE],
1169
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1170
+ }
1171
+ });
1159
1172
  var eoir28 = createForm({
1160
1173
  displayName: "EOIR-28",
1161
1174
  roles: {
@@ -1179,6 +1192,14 @@ var i129L = createForm({
1179
1192
  Preparer: [GlueRoleType.PREPARERPROFILE]
1180
1193
  }
1181
1194
  });
1195
+ var i129Q = createForm({
1196
+ displayName: "I-129 with Q-1 Supplement",
1197
+ roles: {
1198
+ Beneficiary: [GlueRoleType.USERPROFILE],
1199
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
1200
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1201
+ }
1202
+ });
1182
1203
  const formRecords = {
1183
1204
  g28Company,
1184
1205
  g28Person,
@@ -1189,6 +1210,8 @@ const formRecords = {
1189
1210
  i129Attachment,
1190
1211
  i129E1E2,
1191
1212
  i129L,
1213
+ i129Q,
1214
+ i129T: i129TAS,
1192
1215
  i129TAS,
1193
1216
  i129HS,
1194
1217
  i130,
@@ -1219,6 +1242,7 @@ const formRecords = {
1219
1242
  i765WS,
1220
1243
  i129OP,
1221
1244
  i129R1,
1245
+ eoir42a,
1222
1246
  eoir42b,
1223
1247
  i140,
1224
1248
  eoir28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.35.0",
3
+ "version": "1.38.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],