@ailaw/venus 1.347.0 → 1.348.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
@@ -1642,6 +1642,14 @@ var eoir61 = createForm({
1642
1642
  Preparer: [GlueRoleType.PREPARERPROFILE]
1643
1643
  }
1644
1644
  });
1645
+ var g1650 = createForm({
1646
+ displayName: "G-1650",
1647
+ roles: {
1648
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
1649
+ Beneficiary: [GlueRoleType.USERPROFILE],
1650
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1651
+ }
1652
+ });
1645
1653
  const formRecords = {
1646
1654
  g28Company,
1647
1655
  g28Person,
@@ -1747,7 +1755,8 @@ const formRecords = {
1747
1755
  g1256,
1748
1756
  eoir59,
1749
1757
  ar11,
1750
- eoir61
1758
+ eoir61,
1759
+ g1650
1751
1760
  };
1752
1761
  var index$2 = Object.values(formRecords);
1753
1762
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.347.0",
3
+ "version": "1.348.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],