@ailaw/venus 1.323.0 → 1.324.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 +8 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1616,6 +1616,12 @@ var eoir33ic = createForm({
1616
1616
  Preparer: [GlueRoleType.PREPARERPROFILE]
1617
1617
  }
1618
1618
  });
1619
+ var g1256 = createForm({
1620
+ displayName: "G-1256",
1621
+ roles: {
1622
+ Beneficiary: [GlueRoleType.USERPROFILE]
1623
+ }
1624
+ });
1619
1625
  const formRecords = {
1620
1626
  g28Company,
1621
1627
  g28Person,
@@ -1717,7 +1723,8 @@ const formRecords = {
1717
1723
  i914b,
1718
1724
  h1bSingle,
1719
1725
  h1bMultple,
1720
- eoir33ic
1726
+ eoir33ic,
1727
+ g1256
1721
1728
  };
1722
1729
  var index$2 = Object.values(formRecords);
1723
1730
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.323.0",
3
+ "version": "1.324.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],