@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.
- package/dist/types/interfaces/api/conferences.d.ts +1 -1
- package/dist/types/interfaces/api/contacts.d.ts +1 -1
- package/dist/types/interfaces/api/listeners.js.map +1 -1
- package/dist/types/interfaces/api/migrations.d.ts +2 -2
- package/dist/types/interfaces/api/sessions.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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":";;;
|
|
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
|
|
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[];
|