@onereach/types-hitl-api 0.0.59 → 0.0.60-rc.1

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.
@@ -1,4 +1,3 @@
1
- import { ITriggersResponse } from '@onereach/sdk';
2
1
  import { ITimestamps, ITargetAccountId, ITargetUserId, IPageOptions } from './common';
3
2
  import { SESSION_STATUS } from '@/constants/api';
4
3
  export interface ISession<Meta = any> extends ITimestamps {
@@ -159,6 +158,10 @@ export type IGetQueueSessionQuery = Partial<IGetQueueSessionOptions> & ITargetAc
159
158
  export interface IGetQueueSessionResponse {
160
159
  readonly data: ISession | null;
161
160
  }
161
+ export interface ITriggersResponse {
162
+ readonly label: string;
163
+ readonly value: string;
164
+ }
162
165
  export type IGetInitTriggersResponse = ITriggersResponse[];
163
166
  export interface IClaimSessionQuery extends ITargetAccountId {
164
167
  readonly claimBy?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.59",
3
+ "version": "0.0.60-rc.1",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",