@ailaw/venus 1.358.0 → 1.359.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
@@ -1665,6 +1665,13 @@ var g1651 = createForm({
1665
1665
  Beneficiary: [GlueRoleType.USERPROFILE]
1666
1666
  }
1667
1667
  });
1668
+ var eoir60 = createForm({
1669
+ displayName: "EOIR-60",
1670
+ roles: {
1671
+ Beneficiary: [GlueRoleType.USERPROFILE],
1672
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1673
+ }
1674
+ });
1668
1675
  const formRecords = {
1669
1676
  g28Company,
1670
1677
  g28Person,
@@ -1773,7 +1780,8 @@ const formRecords = {
1773
1780
  eoir61,
1774
1781
  g1650,
1775
1782
  i765v,
1776
- g1651
1783
+ g1651,
1784
+ eoir60
1777
1785
  };
1778
1786
  var index$2 = Object.values(formRecords);
1779
1787
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.358.0",
3
+ "version": "1.359.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],