@onereach/types-hitl-api 0.0.52 → 0.0.53-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.
@@ -34,3 +34,4 @@ export interface IUpdateRuleGroupBody extends ICreateRuleGroupBody {
34
34
  export interface IDeleteRuleGroupQuery extends ITargetAccountId {
35
35
  readonly groupId: string;
36
36
  }
37
+ export type IRuleGroupType = 'contacts' | 'conversations';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.52",
3
+ "version": "0.0.53-rc.1",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",