@ailaw/venus 1.225.0 → 1.227.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 +10 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1528,6 +1528,14 @@ var i929 = createForm({
1528
1528
  Preparer: [GlueRoleType.PREPARERPROFILE]
1529
1529
  }
1530
1530
  });
1531
+ var eta9089Niw = createForm({
1532
+ displayName: "ETA-9089 for NIW Petition (ETA-9089 with Supp A, C & Determination)",
1533
+ roles: {
1534
+ Beneficiary: [GlueRoleType.USERPROFILE],
1535
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
1536
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1537
+ }
1538
+ });
1531
1539
  const formRecords = {
1532
1540
  g28Company,
1533
1541
  g28Person,
@@ -1622,7 +1630,8 @@ const formRecords = {
1622
1630
  i864aSponsor,
1623
1631
  i881,
1624
1632
  i864JointSponsor,
1625
- i929
1633
+ i929,
1634
+ eta9089Niw
1626
1635
  };
1627
1636
  var index$2 = Object.values(formRecords);
1628
1637
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.225.0",
3
+ "version": "1.227.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],