@onereach/types-hitl-api 0.0.64-rc.4 → 0.0.64
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.
|
@@ -184,6 +184,9 @@ export type ICreateSessionsBody = {
|
|
|
184
184
|
export interface ICreateSessionsResponse {
|
|
185
185
|
readonly data: ISession[];
|
|
186
186
|
}
|
|
187
|
+
export interface IBulkDeleteSessionsQuery extends ITargetAccountId {
|
|
188
|
+
readonly sessionIds: string[];
|
|
189
|
+
}
|
|
187
190
|
export interface IInitConversationQuery extends ITargetAccountId {
|
|
188
191
|
readonly triggerId: string;
|
|
189
192
|
readonly contactId: string;
|