@onereach/types-hitl-api 1.0.9-rc.1 → 1.0.9-rc.2

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.
@@ -238,7 +238,7 @@ export type IBulkCloseSessionsQuery = ITargetAccountId & ITargetUserId;
238
238
  export interface IBulkCloseSessionsBody {
239
239
  readonly sessionIds: string[];
240
240
  }
241
- export interface IInitConversationQuery extends ITargetAccountId {
241
+ export interface IInitConversationQuery extends ITargetAccountId, ITargetUserId {
242
242
  readonly triggerId: string;
243
243
  readonly contactId: string;
244
244
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "1.0.9-rc.1",
3
+ "version": "1.0.9-rc.2",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",