@onereach/types-hitl-api 0.0.75 → 0.0.76-rc.0

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.
@@ -80,6 +80,7 @@ export interface IContactSearchOptions {
80
80
  readonly orderProperty?: string;
81
81
  }
82
82
  export interface ISessionSearchOptions {
83
+ readonly condition?: 'AND' | 'OR';
83
84
  readonly projection?: string[];
84
85
  readonly limit?: number;
85
86
  readonly offset?: number;
@@ -99,7 +100,7 @@ export interface ITagsQuery {
99
100
  }
100
101
  export interface IMetaWithCondition {
101
102
  readonly value: string | boolean | number;
102
- readonly condition: 'IS_EQUAL' | 'IS_NOT_EQUAL';
103
+ readonly condition: 'IS_EQUAL' | 'IS_NOT_EQUAL' | 'CONTAINS';
103
104
  }
104
105
  export interface ISearchSessionsOptions {
105
106
  readonly accountId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.75",
3
+ "version": "0.0.76-rc.0",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",