@dev_ailaw/venus 1.418.0 → 1.419.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
@@ -1752,6 +1752,14 @@ var i941 = createForm({
1752
1752
  Preparer: [GlueRoleType.PREPARERPROFILE]
1753
1753
  }
1754
1754
  });
1755
+ var i129h2a = createForm({
1756
+ displayName: "I-129 H-2A",
1757
+ roles: {
1758
+ Beneficiary: [GlueRoleType.USERPROFILE],
1759
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1760
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1761
+ }
1762
+ });
1755
1763
  const formRecords = {
1756
1764
  g28Company,
1757
1765
  g28Person,
@@ -1871,7 +1879,8 @@ const formRecords = {
1871
1879
  i140gSupp,
1872
1880
  eoir40,
1873
1881
  i800a,
1874
- i941
1882
+ i941,
1883
+ i129h2a
1875
1884
  };
1876
1885
  var index$2 = Object.values(formRecords);
1877
1886
  const acceptableFormats = [
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.418.0",
6
+ "version": "1.419.0",
7
7
  "files": [
8
8
  "dist"
9
9
  ],