oro-sdk-apis 1.38.1 → 1.38.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ export interface SearchResponse {
5
5
  results: SearchResult[];
6
6
  }
7
7
  export interface SearchResult {
8
- consultUUID: string;
8
+ consultUuid: string;
9
9
  kind: string;
10
10
  score: number;
11
11
  }