@onereach/types-hitl-api 1.0.4-rc.0 → 1.0.4-rc.4

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.
@@ -210,3 +210,6 @@ export interface IInitConversationQuery extends ITargetAccountId {
210
210
  export interface IInitConversationBody {
211
211
  readonly params?: object;
212
212
  }
213
+ export interface IReopenSessionQuery {
214
+ readonly startedSessionId?: string;
215
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "1.0.4-rc.0",
3
+ "version": "1.0.4-rc.4",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",