@ailaw/venus 1.282.0 → 1.283.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 +2 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -862,7 +862,8 @@ var g28Person = createForm({
|
|
|
862
862
|
var g325A = createForm({
|
|
863
863
|
displayName: "G-325A",
|
|
864
864
|
roles: {
|
|
865
|
-
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
865
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
866
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
866
867
|
}
|
|
867
868
|
});
|
|
868
869
|
var g639 = createForm({
|