oro-sdk-apis 1.39.0 → 1.39.1

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.39.0",
2
+ "version": "1.39.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -14,7 +14,7 @@ export class SearchService {
14
14
  terms: Terms
15
15
  ): Promise<any> {
16
16
  return this.api.post<IndexRequest>(
17
- `${this.baseURL}/v1/search`,
17
+ `${this.baseURL}/v1/index`,
18
18
  <IndexRequest> {
19
19
  consultUUID,
20
20
  terms