@onereach/types-hitl-api 0.0.30-rc.11 → 0.0.30-rc.12

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.
@@ -95,6 +95,9 @@ export interface ISearchSessionsOptions {
95
95
  readonly tags?: string[];
96
96
  readonly status?: string[];
97
97
  readonly needsAction?: boolean;
98
+ readonly searchPhrase?: string;
99
+ readonly type?: string;
100
+ readonly meta?: Record<string, string>;
98
101
  readonly sessionsSearchOptions?: ISessionSearchOptions;
99
102
  }
100
103
  export declare type ISearchSessionsQuery = ISearchSessionsOptions & ITargetAccountId & ITargetUserId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.30-rc.11",
3
+ "version": "0.0.30-rc.12",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",