@ailaw/venus 1.279.0 → 1.281.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
@@ -1563,6 +1563,12 @@ var i914b = createForm({
1563
1563
  Preparer: [GlueRoleType.PREPARERPROFILE]
1564
1564
  }
1565
1565
  });
1566
+ var h1bMultple = createForm({
1567
+ displayName: "H-1B Electronic Registration Multiple Beneficiaries",
1568
+ roles: {
1569
+ Petitioner: [GlueRoleType.CLIENTPROFILE]
1570
+ }
1571
+ });
1566
1572
  const formRecords = {
1567
1573
  g28Company,
1568
1574
  g28Person,
@@ -1661,7 +1667,8 @@ const formRecords = {
1661
1667
  eta9089Niw,
1662
1668
  eoir26a,
1663
1669
  i31f,
1664
- i914b
1670
+ i914b,
1671
+ h1bMultple
1665
1672
  };
1666
1673
  var index$2 = Object.values(formRecords);
1667
1674
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.279.0",
3
+ "version": "1.281.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],