@onereach/types-hitl-api 0.0.70-rc.2 → 0.0.70

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.
@@ -14,10 +14,6 @@ export interface IGetSettingsQuery extends IUpdateSettingsQuery {
14
14
  readonly categories?: string[];
15
15
  readonly asRecord?: boolean;
16
16
  }
17
- export type IGetContactBookInfoSettingQuery = ITargetAccountId & ITargetUserId;
18
- export interface IGetContactBookInfoSettingResponse {
19
- readonly data?: ISettings;
20
- }
21
17
  export interface IGetOrUpdateSettingsResponse {
22
18
  readonly data: Record<string, ISettings | ISettings[]>;
23
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.70-rc.2",
3
+ "version": "0.0.70",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",