@tellescope/types-models 1.222.0 → 1.223.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 +3 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +3 -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 +3 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -356,6 +356,8 @@ export interface Organization extends Organization_readonly, Organization_requir
|
|
|
356
356
|
customAutoreplyMessage?: string;
|
|
357
357
|
externalCalendarEventPlaceholderTitle?: string;
|
|
358
358
|
externalCalendarEventPlaceholderDescription?: string;
|
|
359
|
+
customZoomEmailTemplate?: string;
|
|
360
|
+
customZoomEmailSubject?: string;
|
|
359
361
|
customVoicemailText?: string;
|
|
360
362
|
hasConnectedOpenAI?: boolean;
|
|
361
363
|
hasConnectedHealthie?: boolean;
|
|
@@ -3184,6 +3186,7 @@ export interface EnduserObservation extends EnduserObservation_readonly, Enduser
|
|
|
3184
3186
|
dontTrigger?: boolean;
|
|
3185
3187
|
showWithPlotsByUnit?: string[];
|
|
3186
3188
|
invalidationReason?: string;
|
|
3189
|
+
excludeFromVitalCountLookback?: boolean;
|
|
3187
3190
|
}
|
|
3188
3191
|
export type BlockType = 'h1' | 'h2' | 'html' | 'image' | 'youtube' | 'pdf' | 'iframe' | 'content-link';
|
|
3189
3192
|
export type ContentBlockBuilder<BLOCK extends BlockType, INFO extends object> = {
|