@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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.44-rc.0",
3
+ "version": "0.0.44",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",