@ailaw/venus 0.8.1 → 0.8.2

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.
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../types/form").Form;
2
+ export default _default;
@@ -1,4 +1,5 @@
1
1
  export declare const formRecords: {
2
+ g28Company: import("../types/form").Form;
2
3
  g28Person: import("../types/form").Form;
3
4
  g1145: import("../types/form").Form;
4
5
  i129Attachment: import("../types/form").Form;
package/dist/venus.es.js CHANGED
@@ -805,6 +805,14 @@ var g28Person = createForm({
805
805
  Preparer: "PREPARERPROFILE"
806
806
  }
807
807
  });
808
+ var g28Company = createForm({
809
+ displayName: "G-28-Company",
810
+ roles: {
811
+ Petitioner: "CLIENTPROFILE",
812
+ Beneficiary: "USERPROFILE",
813
+ Preparer: "PREPARERPROFILE"
814
+ }
815
+ });
808
816
  var i129Attachment = createForm({
809
817
  displayName: "I-129 Attachment",
810
818
  roles: {
@@ -879,6 +887,7 @@ var i864a = createForm({
879
887
  }
880
888
  });
881
889
  const formRecords = {
890
+ g28Company,
882
891
  g28Person,
883
892
  g1145,
884
893
  i129Attachment,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],