@ailaw/venus 1.281.0 → 1.283.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
@@ -862,7 +862,8 @@ var g28Person = createForm({
862
862
  var g325A = createForm({
863
863
  displayName: "G-325A",
864
864
  roles: {
865
- Beneficiary: [GlueRoleType.USERPROFILE]
865
+ Beneficiary: [GlueRoleType.USERPROFILE],
866
+ Preparer: [GlueRoleType.PREPARERPROFILE]
866
867
  }
867
868
  });
868
869
  var g639 = createForm({
@@ -1563,6 +1564,13 @@ var i914b = createForm({
1563
1564
  Preparer: [GlueRoleType.PREPARERPROFILE]
1564
1565
  }
1565
1566
  });
1567
+ var h1bSingle = createForm({
1568
+ displayName: "H-1B Electronic Registration Single Beneficiary",
1569
+ roles: {
1570
+ Petitioner: [GlueRoleType.CLIENTPROFILE],
1571
+ Beneficiary: [GlueRoleType.USERPROFILE]
1572
+ }
1573
+ });
1566
1574
  var h1bMultple = createForm({
1567
1575
  displayName: "H-1B Electronic Registration Multiple Beneficiaries",
1568
1576
  roles: {
@@ -1668,6 +1676,7 @@ const formRecords = {
1668
1676
  eoir26a,
1669
1677
  i31f,
1670
1678
  i914b,
1679
+ h1bSingle,
1671
1680
  h1bMultple
1672
1681
  };
1673
1682
  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.283.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],