@onereach/types-hitl-api 1.0.9-rc.1 → 1.0.9-rc.2
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.
|
@@ -238,7 +238,7 @@ export type IBulkCloseSessionsQuery = ITargetAccountId & ITargetUserId;
|
|
|
238
238
|
export interface IBulkCloseSessionsBody {
|
|
239
239
|
readonly sessionIds: string[];
|
|
240
240
|
}
|
|
241
|
-
export interface IInitConversationQuery extends ITargetAccountId {
|
|
241
|
+
export interface IInitConversationQuery extends ITargetAccountId, ITargetUserId {
|
|
242
242
|
readonly triggerId: string;
|
|
243
243
|
readonly contactId: string;
|
|
244
244
|
}
|