@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.
Files changed (2) hide show
  1. package/dist/venus.es.js +2 -1
  2. 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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.282.0",
3
+ "version": "1.283.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],