@tellescope/types-models 1.202.0 → 1.203.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 +4 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +4 -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 +4 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -249,6 +249,7 @@ export type OrganizationSettings = {
|
|
|
249
249
|
dontPersistSearches?: boolean;
|
|
250
250
|
showEndusersV2?: boolean;
|
|
251
251
|
showInboxV2?: boolean;
|
|
252
|
+
showDialerInTopbar?: boolean;
|
|
252
253
|
};
|
|
253
254
|
};
|
|
254
255
|
export type OrganizationLimits = {
|
|
@@ -1479,6 +1480,8 @@ export interface Note extends Note_readonly, Note_required, Note_updatesDisabled
|
|
|
1479
1480
|
source?: string;
|
|
1480
1481
|
externalId?: string;
|
|
1481
1482
|
hiddenFromTimeline?: boolean;
|
|
1483
|
+
copiedFrom?: string;
|
|
1484
|
+
copiedFromEnduserId?: string;
|
|
1482
1485
|
}
|
|
1483
1486
|
export type FormFieldLiteralType = 'Rich Text' | 'description' | 'string' | 'stringLong' | 'number' | 'email' | 'phone' | 'date' | 'dateString' | 'rating' | 'Time';
|
|
1484
1487
|
export type FormFieldComplexType = "Conditions" | "Allergies" | "Emotii" | "Hidden Value" | "Redirect" | "Height" | "Appointment Booking" | "multiple_choice" | "file" | 'files' | "signature" | 'ranking' | 'Question Group' | 'Table Input' | "Address" | "Chargebee" | "Stripe" | "Dropdown" | "Database Select" | "Medications" | "Related Contacts" | "Insurance";
|
|
@@ -2105,6 +2108,7 @@ export interface FormResponse extends FormResponse_readonly, FormResponse_requir
|
|
|
2105
2108
|
context?: string;
|
|
2106
2109
|
calendarEventId?: string;
|
|
2107
2110
|
copiedFrom?: string;
|
|
2111
|
+
copiedFromEnduserId?: string;
|
|
2108
2112
|
groupId?: string;
|
|
2109
2113
|
groupInstance?: string;
|
|
2110
2114
|
groupPosition?: number;
|