@onereach/types-hitl-api 0.0.64-rc.4 → 0.0.64

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.
@@ -184,6 +184,9 @@ export type ICreateSessionsBody = {
184
184
  export interface ICreateSessionsResponse {
185
185
  readonly data: ISession[];
186
186
  }
187
+ export interface IBulkDeleteSessionsQuery extends ITargetAccountId {
188
+ readonly sessionIds: string[];
189
+ }
187
190
  export interface IInitConversationQuery extends ITargetAccountId {
188
191
  readonly triggerId: string;
189
192
  readonly contactId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.64-rc.4",
3
+ "version": "0.0.64",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",