@dev_ailaw/venus 1.400.0 → 1.401.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
|
@@ -910,6 +910,14 @@ var g639 = createForm({
|
|
|
910
910
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
911
911
|
}
|
|
912
912
|
});
|
|
913
|
+
var g884 = createForm({
|
|
914
|
+
displayName: "G-884",
|
|
915
|
+
roles: {
|
|
916
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
917
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
918
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
919
|
+
}
|
|
920
|
+
});
|
|
913
921
|
var g1145 = createForm({
|
|
914
922
|
displayName: "G-1145",
|
|
915
923
|
roles: {
|
|
@@ -1718,6 +1726,7 @@ const formRecords = {
|
|
|
1718
1726
|
g28Person,
|
|
1719
1727
|
g325A,
|
|
1720
1728
|
g639,
|
|
1729
|
+
g884,
|
|
1721
1730
|
g1145,
|
|
1722
1731
|
g1450,
|
|
1723
1732
|
i129Attachment,
|