@ailaw/venus 0.7.0 → 0.8.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.
@@ -2,7 +2,7 @@ export declare const formRecords: {
2
2
  g28Person: import("../types/form").Form;
3
3
  g1145: import("../types/form").Form;
4
4
  i129Attachment: import("../types/form").Form;
5
- i129Mh: import("../types/form").Form;
5
+ i129Hs: import("../types/form").Form;
6
6
  i130: import("../types/form").Form;
7
7
  i130a: import("../types/form").Form;
8
8
  i131: import("../types/form").Form;
package/dist/venus.es.js CHANGED
@@ -808,8 +808,8 @@ var i129Attachment = createForm({
808
808
  Beneficiary: "USERPROFILE"
809
809
  }
810
810
  });
811
- var i129Mh = createForm({
812
- displayName: "I-129_Main with H supplement",
811
+ var i129Hs = createForm({
812
+ displayName: "I-129 with H Supplement-Company Petitioner",
813
813
  roles: {
814
814
  Petitioner: "CLIENTPROFILE",
815
815
  Beneficiary: "USERPROFILE",
@@ -879,7 +879,7 @@ const formRecords = {
879
879
  g28Person,
880
880
  g1145,
881
881
  i129Attachment,
882
- i129Mh,
882
+ i129Hs,
883
883
  i130,
884
884
  i130a,
885
885
  i131,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],