@ailaw/venus 1.79.0 → 1.80.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 +9 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1354,6 +1354,13 @@ var i526912 = createForm({
1354
1354
  Preparer: [GlueRoleType.PREPARERPROFILE]
1355
1355
  }
1356
1356
  });
1357
+ var i90 = createForm({
1358
+ displayName: "I-90",
1359
+ roles: {
1360
+ Beneficiary: [GlueRoleType.USERPROFILE],
1361
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1362
+ }
1363
+ });
1357
1364
  const formRecords = {
1358
1365
  g28Company,
1359
1366
  g28Person,
@@ -1417,7 +1424,8 @@ const formRecords = {
1417
1424
  i693,
1418
1425
  eta9089,
1419
1426
  i829,
1420
- i526912
1427
+ i526912,
1428
+ i90
1421
1429
  };
1422
1430
  var index$2 = Object.values(formRecords);
1423
1431
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.79.0",
3
+ "version": "1.80.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],