@onereach/types-hitl-api 0.0.72 → 0.0.73-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,5 +1,5 @@
1
- import { ITargetAccountId } from './common';
2
1
  import { CALL_MEMBER_STATUS, CALL_MEMBER_TYPE } from '@/constants/api';
2
+ import { ITargetAccountId } from './common';
3
3
  export interface IConferenceMember {
4
4
  readonly hitlSessionId: string;
5
5
  readonly memberId: string;
@@ -1,5 +1,5 @@
1
- import { ITargetAccountId } from '@/interfaces/api/common';
2
1
  import { FindAllParamsDto, ContactResponseDto } from '@or-sdk/contacts';
2
+ import { ITargetAccountId } from '@/interfaces/api/common';
3
3
  export type SearchContactsQuery = ITargetAccountId;
4
4
  export type SearchContactsBody = FindAllParamsDto;
5
5
  export type SearchContactsResponse = {
@@ -1 +1 @@
1
- {"version":3,"file":"listeners.js","sourceRoot":"","sources":["../../../../src/interfaces/api/listeners.ts"],"names":[],"mappings":";;;AA2BA,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,sCAAqB,CAAA;IACrB,gCAAe,CAAA;IACf,8BAAa,CAAA;AACf,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB"}
1
+ {"version":3,"file":"listeners.js","sourceRoot":"","sources":["../../../../src/interfaces/api/listeners.ts"],"names":[],"mappings":";;;AA4BA,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,sCAAqB,CAAA;IACrB,gCAAe,CAAA;IACf,8BAAa,CAAA;AACf,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB"}
@@ -1,7 +1,7 @@
1
- import { IDefaultPrimaryKey, ITargetAccountId, ITimestamps } from './common';
2
1
  import { DEFAULT_DATA_TABLE_NAME } from '@/constants/api';
2
+ import { IDefaultPrimaryKey, ITargetAccountId, ITimestamps } from './common';
3
3
  export interface IMigration {
4
- readonly file: string;
4
+ readonly name: string;
5
5
  }
6
6
  export interface IMigrationResult {
7
7
  readonly migrations: IMigration[];
@@ -1,5 +1,5 @@
1
- import { ITimestamps, ITargetAccountId, ITargetUserId, IPageOptions } from './common';
2
1
  import { SESSION_STATUS } from '@/constants/api';
2
+ import { ITimestamps, ITargetAccountId, ITargetUserId, IPageOptions } from './common';
3
3
  export interface ISession<Meta = any> extends ITimestamps {
4
4
  readonly hitlSessionId: string;
5
5
  readonly claimedBy: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.72",
3
+ "version": "0.0.73-rc.1",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",