@tellescope/types-models 1.111.1 → 1.112.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 +9 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +9 -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 +2 -2
- package/src/index.ts +6 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -338,6 +338,11 @@ export interface Organization extends Organization_readonly, Organization_requir
|
|
|
338
338
|
id: string;
|
|
339
339
|
name: string;
|
|
340
340
|
}[];
|
|
341
|
+
answersSyncToPortal?: {
|
|
342
|
+
id: string;
|
|
343
|
+
questions: string[];
|
|
344
|
+
}[];
|
|
345
|
+
externalFormIdsToSync?: string[];
|
|
341
346
|
enforceMFA?: boolean;
|
|
342
347
|
}
|
|
343
348
|
export type OrganizationTheme = {
|
|
@@ -1452,6 +1457,7 @@ export interface Form extends Form_readonly, Form_required, Form_updatesDisabled
|
|
|
1452
1457
|
isNonVisitElationNote?: boolean;
|
|
1453
1458
|
canvasId?: string;
|
|
1454
1459
|
canvasQuestionId?: string;
|
|
1460
|
+
syncToOLH?: boolean;
|
|
1455
1461
|
}
|
|
1456
1462
|
export interface FormGroup_readonly extends ClientRecord {
|
|
1457
1463
|
}
|
|
@@ -1510,6 +1516,7 @@ export interface Integration extends Integration_readonly, Integration_required,
|
|
|
1510
1516
|
fhirClientSecret?: string;
|
|
1511
1517
|
fhirAccessToken?: string;
|
|
1512
1518
|
fhirExpiryDate?: number;
|
|
1519
|
+
defaultAttendeeId?: string;
|
|
1513
1520
|
}
|
|
1514
1521
|
export type BuildDatabaseRecordField<K extends string, V, O> = {
|
|
1515
1522
|
type: K;
|
|
@@ -2012,6 +2019,7 @@ export interface AppointmentLocation extends AppointmentLocation_readonly, Appoi
|
|
|
2012
2019
|
canvasLocationId?: string;
|
|
2013
2020
|
healthieContactType?: string;
|
|
2014
2021
|
healthieLocationId?: string;
|
|
2022
|
+
healthieUseZoom?: boolean;
|
|
2015
2023
|
}
|
|
2016
2024
|
export type AppointmentTerm = {
|
|
2017
2025
|
title: string;
|
|
@@ -3416,6 +3424,7 @@ export interface PhoneTree_updatesDisabled {
|
|
|
3416
3424
|
export interface PhoneTree extends PhoneTree_readonly, PhoneTree_required, PhoneTree_updatesDisabled {
|
|
3417
3425
|
testEnduserIds?: string[];
|
|
3418
3426
|
enduserCondition?: PhoneTreeEnduserCondition;
|
|
3427
|
+
bypassOOO?: boolean;
|
|
3419
3428
|
}
|
|
3420
3429
|
export type TableViewColumn = {
|
|
3421
3430
|
field: string;
|