@tellescope/types-models 1.237.4 → 1.237.6
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 +5 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +5 -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 +5 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -523,6 +523,7 @@ export interface RecordInfo {
|
|
|
523
523
|
creator: string;
|
|
524
524
|
organizationIds?: string[];
|
|
525
525
|
sharedWithOrganizations?: string[][];
|
|
526
|
+
originalId?: string;
|
|
526
527
|
}
|
|
527
528
|
export interface ClientRecord extends RecordInfo {
|
|
528
529
|
id: string;
|
|
@@ -1289,6 +1290,7 @@ export interface ChatRoom extends ChatRoom_readonly, ChatRoom_required, ChatRoom
|
|
|
1289
1290
|
identifier?: string;
|
|
1290
1291
|
source?: string;
|
|
1291
1292
|
externalId?: string;
|
|
1293
|
+
emoji?: string;
|
|
1292
1294
|
references?: RelatedRecord[];
|
|
1293
1295
|
journeyId?: string;
|
|
1294
1296
|
archivedAt?: Date | '';
|
|
@@ -2734,6 +2736,8 @@ export interface AppointmentBookingPage extends AppointmentBookingPage_readonly,
|
|
|
2734
2736
|
dontRestrictRescheduleToOriginalHost?: boolean;
|
|
2735
2737
|
calendarTitleText?: string;
|
|
2736
2738
|
emailFieldBehavior?: "required" | "optional" | "hidden";
|
|
2739
|
+
language?: string;
|
|
2740
|
+
publicShowLanguage?: boolean;
|
|
2737
2741
|
}
|
|
2738
2742
|
export interface CalendarEventRSVP_readonly extends ClientRecord {
|
|
2739
2743
|
creatorType: SessionType;
|
|
@@ -3959,6 +3963,7 @@ export type EnduserGrouping = {
|
|
|
3959
3963
|
Gender?: boolean;
|
|
3960
3964
|
"Assigned To"?: boolean;
|
|
3961
3965
|
Tags?: boolean;
|
|
3966
|
+
"Access Tags"?: boolean;
|
|
3962
3967
|
Age?: boolean;
|
|
3963
3968
|
Phone?: boolean;
|
|
3964
3969
|
State?: string;
|