@onereach/types-hitl-api 0.0.76-rc.0 → 0.0.76
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,7 +80,6 @@ export interface IContactSearchOptions {
|
|
|
80
80
|
readonly orderProperty?: string;
|
|
81
81
|
}
|
|
82
82
|
export interface ISessionSearchOptions {
|
|
83
|
-
readonly condition?: 'AND' | 'OR';
|
|
84
83
|
readonly projection?: string[];
|
|
85
84
|
readonly limit?: number;
|
|
86
85
|
readonly offset?: number;
|
|
@@ -100,7 +99,7 @@ export interface ITagsQuery {
|
|
|
100
99
|
}
|
|
101
100
|
export interface IMetaWithCondition {
|
|
102
101
|
readonly value: string | boolean | number;
|
|
103
|
-
readonly condition: 'IS_EQUAL' | 'IS_NOT_EQUAL'
|
|
102
|
+
readonly condition: 'IS_EQUAL' | 'IS_NOT_EQUAL';
|
|
104
103
|
}
|
|
105
104
|
export interface ISearchSessionsOptions {
|
|
106
105
|
readonly accountId: string;
|