@onereach/types-hitl-api 0.0.64 → 0.0.65-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.
|
@@ -110,6 +110,7 @@ export interface ISearchSessionsOptions {
|
|
|
110
110
|
readonly type?: string;
|
|
111
111
|
readonly meta?: Record<string, string>;
|
|
112
112
|
readonly contactIds?: string[];
|
|
113
|
+
readonly sessionIds?: string[];
|
|
113
114
|
readonly sessionsSearchOptions?: ISessionSearchOptions;
|
|
114
115
|
readonly ignoreRuleTags: boolean;
|
|
115
116
|
}
|