@onereach/types-hitl-api 0.0.47 → 0.0.48-rc.1
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.
|
@@ -166,6 +166,12 @@ export interface IUpdateSessionBody<Meta = any> {
|
|
|
166
166
|
readonly tags?: string[];
|
|
167
167
|
readonly contactId?: string;
|
|
168
168
|
}
|
|
169
|
+
export declare type ICreateSessionsBody = {
|
|
170
|
+
readonly sessions: Partial<ISession>[];
|
|
171
|
+
};
|
|
172
|
+
export interface ICreateSessionsResponse {
|
|
173
|
+
readonly data: ISession[];
|
|
174
|
+
}
|
|
169
175
|
export interface IInitConversationQuery extends ITargetAccountId {
|
|
170
176
|
readonly triggerId: string;
|
|
171
177
|
readonly contactId: string;
|