@tellescope/types-models 1.195.0 → 1.197.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 +11 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +11 -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 +11 -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,8 @@ export interface Integration extends Integration_readonly, Integration_required,
|
|
|
1796
1801
|
pushRemovedTags?: boolean;
|
|
1797
1802
|
overwriteAddress?: boolean;
|
|
1798
1803
|
requirePhoneToPushEnduser?: boolean;
|
|
1804
|
+
syncAsActive?: boolean;
|
|
1805
|
+
shardId?: string;
|
|
1799
1806
|
}
|
|
1800
1807
|
export type BuildDatabaseRecordField<K extends string, V, O> = {
|
|
1801
1808
|
type: K;
|
|
@@ -2192,6 +2199,7 @@ export interface CalendarEvent_updatesDisabled {
|
|
|
2192
2199
|
}
|
|
2193
2200
|
export interface CalendarEvent extends CalendarEvent_readonly, CalendarEvent_required, CalendarEvent_updatesDisabled {
|
|
2194
2201
|
athenaDepartmentId?: string;
|
|
2202
|
+
generateAthenaTelehealthLink?: boolean;
|
|
2195
2203
|
athenaTypeId?: string;
|
|
2196
2204
|
actualDuration?: number;
|
|
2197
2205
|
dontSyncToCanvas?: boolean;
|
|
@@ -2407,6 +2415,7 @@ export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, C
|
|
|
2407
2415
|
preventRescheduleMinutesInAdvance?: number;
|
|
2408
2416
|
preventCancelMinutesInAdvance?: number;
|
|
2409
2417
|
athenaDepartmentId?: string;
|
|
2418
|
+
generateAthenaTelehealthLink?: boolean;
|
|
2410
2419
|
athenaTypeId?: string;
|
|
2411
2420
|
}
|
|
2412
2421
|
export interface AppointmentLocation_readonly extends ClientRecord {
|
|
@@ -3917,6 +3926,7 @@ export type AutomationTriggerEvents = {
|
|
|
3917
3926
|
source: string;
|
|
3918
3927
|
status: string;
|
|
3919
3928
|
fills?: string[];
|
|
3929
|
+
skus?: string[];
|
|
3920
3930
|
}, {}>;
|
|
3921
3931
|
'Missed Call': AutomationTriggerEventBuilder<"Missed Call", {
|
|
3922
3932
|
phoneNumbers?: string[];
|
|
@@ -4323,6 +4333,7 @@ export interface EnduserOrder extends EnduserOrder_readonly, EnduserOrder_requir
|
|
|
4323
4333
|
frequency?: string;
|
|
4324
4334
|
activateBy?: string;
|
|
4325
4335
|
fill?: string;
|
|
4336
|
+
sku?: string;
|
|
4326
4337
|
}
|
|
4327
4338
|
export interface EnduserProblem_readonly extends ClientRecord {
|
|
4328
4339
|
}
|