@dev_ailaw/venus 1.405.0 → 1.407.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 +17 -0
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -926,6 +926,21 @@ var g1145 = createForm({
926
926
  Preparer: [GlueRoleType.PREPARERPROFILE]
927
927
  }
928
928
  });
929
+ var i191 = createForm({
930
+ displayName: "I-191",
931
+ roles: {
932
+ Beneficiary: [GlueRoleType.USERPROFILE],
933
+ Preparer: [GlueRoleType.PREPARERPROFILE]
934
+ }
935
+ });
936
+ var i800 = createForm({
937
+ displayName: "I-800",
938
+ roles: {
939
+ Beneficiary: [GlueRoleType.USERPROFILE],
940
+ Petitioner: [GlueRoleType.USERPROFILE],
941
+ Preparer: [GlueRoleType.PREPARERPROFILE]
942
+ }
943
+ });
929
944
  var g1450 = createForm({
930
945
  displayName: "G-1450",
931
946
  roles: {
@@ -1727,6 +1742,8 @@ const formRecords = {
1727
1742
  g325A,
1728
1743
  g639,
1729
1744
  g884,
1745
+ i191,
1746
+ i800,
1730
1747
  g1145,
1731
1748
  g1450,
1732
1749
  i129Attachment,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.405.0",
6
+ "version": "1.407.0",
7
7
  "files": [
8
8
  "dist"
9
9
  ],