@ailaw/venus 1.151.0 → 1.152.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/en.js +6 -0
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -4306,6 +4306,12 @@ var en2 = {
4306
4306
  ProfileOfThisRole: `Profile of this role's info`,
4307
4307
  commentType: "Comment Type",
4308
4308
  receiver: "Receiver",
4309
+ announcementMode: "Announcement Mode",
4310
+ announcementHint: "Share important information with all case members, including both firm staff and clients.",
4311
+ internalMode: "Internal Mode",
4312
+ internalModeHint: "Visible only to the firm staff, not clients.",
4313
+ privateMode: "Private Mode",
4314
+ privateModeHint: "One-on-one conversations between you and a specific user.",
4309
4315
  eddCAOnly: "EDD (CA only)",
4310
4316
  distribution: "Assigned Attorney/Paralegal:",
4311
4317
  regularProcessing: "Regular processing",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.151.0",
3
+ "version": "1.152.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],