@dev_ailaw/venus 1.368.0 → 1.370.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
@@ -1701,6 +1701,13 @@ var i140gSupp = createForm({
1701
1701
  Preparer: [GlueRoleType.PREPARERPROFILE]
1702
1702
  }
1703
1703
  });
1704
+ var eoir40 = createForm({
1705
+ displayName: "EOIR-40",
1706
+ roles: {
1707
+ Beneficiary: [GlueRoleType.USERPROFILE],
1708
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1709
+ }
1710
+ });
1704
1711
  const formRecords = {
1705
1712
  g28Company,
1706
1713
  g28Person,
@@ -1814,7 +1821,8 @@ const formRecords = {
1814
1821
  ds11,
1815
1822
  l1bp,
1816
1823
  i140g,
1817
- i140gSupp
1824
+ i140gSupp,
1825
+ eoir40
1818
1826
  };
1819
1827
  var index$2 = Object.values(formRecords);
1820
1828
  const acceptableFormats = [
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.368.0",
6
+ "version": "1.370.0",
7
7
  "files": [
8
8
  "dist"
9
9
  ],