@ailaw/venus 1.57.0 → 1.58.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.
Files changed (2) hide show
  1. package/dist/venus.es.js +18 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1244,6 +1244,21 @@ var i821d = createForm({
1244
1244
  Preparer: [GlueRoleType.PREPARERPROFILE]
1245
1245
  }
1246
1246
  });
1247
+ var n600k = createForm({
1248
+ displayName: "N-600K",
1249
+ roles: {
1250
+ Petitioner: [GlueRoleType.USERPROFILE],
1251
+ Beneficiary: [GlueRoleType.USERPROFILE],
1252
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1253
+ }
1254
+ });
1255
+ var i602 = createForm({
1256
+ displayName: "I-602",
1257
+ roles: {
1258
+ Beneficiary: [GlueRoleType.USERPROFILE],
1259
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1260
+ }
1261
+ });
1247
1262
  const formRecords = {
1248
1263
  g28Company,
1249
1264
  g28Person,
@@ -1294,7 +1309,9 @@ const formRecords = {
1294
1309
  ds156e,
1295
1310
  i290b,
1296
1311
  eoir33,
1297
- i821d
1312
+ i821d,
1313
+ n600k,
1314
+ i602
1298
1315
  };
1299
1316
  var index$2 = Object.values(formRecords);
1300
1317
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.57.0",
3
+ "version": "1.58.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],