@dev_ailaw/venus 1.434.0 → 1.435.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 -0
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1603,6 +1603,14 @@ var eta9089Niw = createForm({
1603
1603
  Preparer: [GlueRoleType.PREPARERPROFILE]
1604
1604
  }
1605
1605
  });
1606
+ var eta9089Fd = createForm({
1607
+ displayName: "ETA-9089-FD",
1608
+ roles: {
1609
+ Beneficiary: [GlueRoleType.USERPROFILE],
1610
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
1611
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1612
+ }
1613
+ });
1606
1614
  var eoir26a = createForm({
1607
1615
  displayName: "EOIR-26A",
1608
1616
  roles: {
@@ -1859,6 +1867,7 @@ const formRecords = {
1859
1867
  i864JointSponsor,
1860
1868
  i929,
1861
1869
  eta9089Niw,
1870
+ eta9089Fd,
1862
1871
  eoir26a,
1863
1872
  i31f,
1864
1873
  i914b,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.434.0",
6
+ "version": "1.435.0",
7
7
  "files": [
8
8
  "dist"
9
9
  ],