@tellescope/types-models 1.195.0 → 1.196.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 +10 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +10 -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 +10 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -315,6 +315,10 @@ export interface Organization extends Organization_readonly, Organization_requir
|
|
|
315
315
|
customProviderURL?: string;
|
|
316
316
|
customTermsOfService?: string;
|
|
317
317
|
customPrivacyPolicy?: string;
|
|
318
|
+
customPolicies?: {
|
|
319
|
+
url: string;
|
|
320
|
+
title: string;
|
|
321
|
+
}[];
|
|
318
322
|
customPoliciesVersion?: string;
|
|
319
323
|
requireCustomTermsOnMagicLink?: boolean;
|
|
320
324
|
settings?: OrganizationSettings;
|
|
@@ -442,6 +446,7 @@ export type OrganizationTheme = {
|
|
|
442
446
|
};
|
|
443
447
|
customTermsOfService?: string;
|
|
444
448
|
customPrivacyPolicy?: string;
|
|
449
|
+
customPolicies?: Organization['customPolicies'];
|
|
445
450
|
customPoliciesVersion?: string;
|
|
446
451
|
requireCustomTermsOnMagicLink?: boolean;
|
|
447
452
|
};
|
|
@@ -1796,6 +1801,7 @@ export interface Integration extends Integration_readonly, Integration_required,
|
|
|
1796
1801
|
pushRemovedTags?: boolean;
|
|
1797
1802
|
overwriteAddress?: boolean;
|
|
1798
1803
|
requirePhoneToPushEnduser?: boolean;
|
|
1804
|
+
syncAsActive?: boolean;
|
|
1799
1805
|
}
|
|
1800
1806
|
export type BuildDatabaseRecordField<K extends string, V, O> = {
|
|
1801
1807
|
type: K;
|
|
@@ -2192,6 +2198,7 @@ export interface CalendarEvent_updatesDisabled {
|
|
|
2192
2198
|
}
|
|
2193
2199
|
export interface CalendarEvent extends CalendarEvent_readonly, CalendarEvent_required, CalendarEvent_updatesDisabled {
|
|
2194
2200
|
athenaDepartmentId?: string;
|
|
2201
|
+
generateAthenaTelehealthLink?: boolean;
|
|
2195
2202
|
athenaTypeId?: string;
|
|
2196
2203
|
actualDuration?: number;
|
|
2197
2204
|
dontSyncToCanvas?: boolean;
|
|
@@ -2407,6 +2414,7 @@ export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, C
|
|
|
2407
2414
|
preventRescheduleMinutesInAdvance?: number;
|
|
2408
2415
|
preventCancelMinutesInAdvance?: number;
|
|
2409
2416
|
athenaDepartmentId?: string;
|
|
2417
|
+
generateAthenaTelehealthLink?: boolean;
|
|
2410
2418
|
athenaTypeId?: string;
|
|
2411
2419
|
}
|
|
2412
2420
|
export interface AppointmentLocation_readonly extends ClientRecord {
|
|
@@ -3917,6 +3925,7 @@ export type AutomationTriggerEvents = {
|
|
|
3917
3925
|
source: string;
|
|
3918
3926
|
status: string;
|
|
3919
3927
|
fills?: string[];
|
|
3928
|
+
skus?: string[];
|
|
3920
3929
|
}, {}>;
|
|
3921
3930
|
'Missed Call': AutomationTriggerEventBuilder<"Missed Call", {
|
|
3922
3931
|
phoneNumbers?: string[];
|
|
@@ -4323,6 +4332,7 @@ export interface EnduserOrder extends EnduserOrder_readonly, EnduserOrder_requir
|
|
|
4323
4332
|
frequency?: string;
|
|
4324
4333
|
activateBy?: string;
|
|
4325
4334
|
fill?: string;
|
|
4335
|
+
sku?: string;
|
|
4326
4336
|
}
|
|
4327
4337
|
export interface EnduserProblem_readonly extends ClientRecord {
|
|
4328
4338
|
}
|