@dev_ailaw/venus 1.406.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 +9 -0
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -933,6 +933,14 @@ var i191 = createForm({
|
|
|
933
933
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
934
934
|
}
|
|
935
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
|
+
});
|
|
936
944
|
var g1450 = createForm({
|
|
937
945
|
displayName: "G-1450",
|
|
938
946
|
roles: {
|
|
@@ -1735,6 +1743,7 @@ const formRecords = {
|
|
|
1735
1743
|
g639,
|
|
1736
1744
|
g884,
|
|
1737
1745
|
i191,
|
|
1746
|
+
i800,
|
|
1738
1747
|
g1145,
|
|
1739
1748
|
g1450,
|
|
1740
1749
|
i129Attachment,
|