@tellescope/types-models 1.141.0 → 1.142.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/lib/cjs/index.d.ts +2 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +2 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +2 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -369,6 +369,7 @@ export interface Organization extends Organization_readonly, Organization_requir
|
|
|
369
369
|
id: string;
|
|
370
370
|
name: string;
|
|
371
371
|
}[];
|
|
372
|
+
groups?: string[];
|
|
372
373
|
}
|
|
373
374
|
export type OrganizationTheme = {
|
|
374
375
|
name: string;
|
|
@@ -1028,6 +1029,7 @@ export interface SMSMessage extends SMSMessage_readonly, SMSMessage_required, SM
|
|
|
1028
1029
|
templatedMessage?: string;
|
|
1029
1030
|
canvasId?: string;
|
|
1030
1031
|
discussionRoomId?: string;
|
|
1032
|
+
mediaURLs?: string[];
|
|
1031
1033
|
}
|
|
1032
1034
|
export type ChatRoomType = 'internal' | 'external' | 'Group Chat';
|
|
1033
1035
|
export interface ChatRoom_readonly extends ClientRecord {
|