@ailaw/venus 1.281.0 → 1.282.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 -0
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1563,6 +1563,13 @@ var i914b = createForm({
1563
1563
  Preparer: [GlueRoleType.PREPARERPROFILE]
1564
1564
  }
1565
1565
  });
1566
+ var h1bSingle = createForm({
1567
+ displayName: "H-1B Electronic Registration Single Beneficiary",
1568
+ roles: {
1569
+ Petitioner: [GlueRoleType.CLIENTPROFILE],
1570
+ Beneficiary: [GlueRoleType.USERPROFILE]
1571
+ }
1572
+ });
1566
1573
  var h1bMultple = createForm({
1567
1574
  displayName: "H-1B Electronic Registration Multiple Beneficiaries",
1568
1575
  roles: {
@@ -1668,6 +1675,7 @@ const formRecords = {
1668
1675
  eoir26a,
1669
1676
  i31f,
1670
1677
  i914b,
1678
+ h1bSingle,
1671
1679
  h1bMultple
1672
1680
  };
1673
1681
  var index$2 = Object.values(formRecords);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.281.0",
3
+ "version": "1.282.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],