@company-semantics/contracts 0.59.0 → 0.60.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "0.59.0",
3
+ "version": "0.60.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/src/chat/types.ts CHANGED
@@ -29,6 +29,8 @@ export interface ChatSummary {
29
29
  messageCount: number
30
30
  createdAt: string
31
31
  updatedAt: string
32
+ /** True if this chat has an active (non-revoked) share */
33
+ isShared: boolean
32
34
  }
33
35
 
34
36
  // =============================================================================