@ailaw/venus 1.226.0 → 1.228.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 +11 -3
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1528,14 +1528,21 @@ var i929 = createForm({
1528
1528
  Preparer: [GlueRoleType.PREPARERPROFILE]
1529
1529
  }
1530
1530
  });
1531
- var eta9089StreamlinedVersion = createForm({
1532
- displayName: "ETA-9089 Streamlined Version",
1531
+ var eta9089Niw = createForm({
1532
+ displayName: "ETA-9089 for NIW Petition (ETA-9089 with Supp A, C & Determination)",
1533
1533
  roles: {
1534
1534
  Beneficiary: [GlueRoleType.USERPROFILE],
1535
1535
  Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
1536
1536
  Preparer: [GlueRoleType.PREPARERPROFILE]
1537
1537
  }
1538
1538
  });
1539
+ var eoir26a = createForm({
1540
+ displayName: "EOIR-26A",
1541
+ roles: {
1542
+ Beneficiary: [GlueRoleType.USERPROFILE],
1543
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1544
+ }
1545
+ });
1539
1546
  const formRecords = {
1540
1547
  g28Company,
1541
1548
  g28Person,
@@ -1631,7 +1638,8 @@ const formRecords = {
1631
1638
  i881,
1632
1639
  i864JointSponsor,
1633
1640
  i929,
1634
- eta9089StreamlinedVersion
1641
+ eta9089Niw,
1642
+ eoir26a
1635
1643
  };
1636
1644
  var index$2 = Object.values(formRecords);
1637
1645
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.226.0",
3
+ "version": "1.228.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],