@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.
- package/dist/venus.es.js +17 -0
- 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,
|