@onereach/types-hitl-api 0.0.44-rc.0 → 0.0.44
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.
|
@@ -137,7 +137,7 @@ export interface ISearchSessionsWithContactsOptions {
|
|
|
137
137
|
readonly ignoreRuleTags: boolean;
|
|
138
138
|
}
|
|
139
139
|
export declare type ISearchSessionsWithContactsQuery = ITargetAccountId & ITargetUserId;
|
|
140
|
-
export declare type ISearchSessionsWithContactsBody = Omit<ISearchSessionsWithContactsOptions, 'accountId' | 'agentId' | 'token'>;
|
|
140
|
+
export declare type ISearchSessionsWithContactsBody = Omit<ISearchSessionsWithContactsOptions, 'accountId' | 'agentId' | 'token' | 'ignoreRuleTags'>;
|
|
141
141
|
export interface IGetQueueSessionOptions {
|
|
142
142
|
readonly accountId: string;
|
|
143
143
|
readonly agentId: string;
|