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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.38.1",
2
+ "version": "1.38.2",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -7,7 +7,7 @@ export interface SearchResponse {
7
7
  }
8
8
 
9
9
  export interface SearchResult {
10
- consultUUID: string
10
+ consultUuid: string
11
11
  kind: string
12
12
  score: number
13
13
  }