@ailaw/venus 1.282.0 → 1.284.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/en.js +2 -2
- package/dist/venus.es.js +2 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1786,8 +1786,8 @@ var en$1 = {
|
|
|
1786
1786
|
useless: "Useless",
|
|
1787
1787
|
wouldYouLikeToSetUrgent: "Would you like to set this task as urgent?",
|
|
1788
1788
|
durDate: "Due Date",
|
|
1789
|
-
thisTaskIsDueSoonBy: "
|
|
1790
|
-
thisTaskIsDueSoon: "
|
|
1789
|
+
thisTaskIsDueSoonBy: "Attorney marked this task as Urgent, with a deadline of",
|
|
1790
|
+
thisTaskIsDueSoon: "Attorney marked this task as Urgent."
|
|
1791
1791
|
};
|
|
1792
1792
|
var en2 = {
|
|
1793
1793
|
account: "Account",
|
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({
|