@onereach/types-hitl-api 0.0.54-rc.6 → 0.0.54-rc.7

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.
@@ -34,7 +34,8 @@ export interface IGetCompleteAgentByIdQuery extends ITargetAccountId {
34
34
  }
35
35
  export type ISearchAgentsQuery = ITargetAccountId;
36
36
  export interface IAgentsStatusForSearch {
37
- readonly status: string;
37
+ readonly key?: string;
38
+ readonly status?: string;
38
39
  readonly busyReason?: string;
39
40
  }
40
41
  export interface ISearchAgentsBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.54-rc.6",
3
+ "version": "0.0.54-rc.7",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",