oro-sdk 8.1.0 → 8.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ export declare class CliniaService {
7
7
  placeSearch(searchOptions: {
8
8
  locale?: string;
9
9
  query?: string;
10
- facetFilters?: FacetFilter[];
10
+ facetFilters?: FacetFilter[] | FacetFilter[][];
11
11
  location?: string;
12
12
  aroundLatLng?: string;
13
13
  page?: number;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.1.0",
2
+ "version": "8.1.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -55,7 +55,7 @@
55
55
  "form-data": "^4.0.0",
56
56
  "formdata-node": "^4.3.1",
57
57
  "idb-keyval": "^5.0.6",
58
- "oro-sdk-apis": "~8.0.0",
58
+ "oro-sdk-apis": "~8.1.1",
59
59
  "oro-toolbox": "0.0.6",
60
60
  "uuid": "^8.3.2"
61
61
  }
@@ -10,7 +10,7 @@ export class CliniaService {
10
10
  public placeSearch(searchOptions: {
11
11
  locale?: string
12
12
  query?: string
13
- facetFilters?: FacetFilter[]
13
+ facetFilters?: FacetFilter[] | FacetFilter[][]
14
14
  location?: string
15
15
  aroundLatLng?: string
16
16
  page?: number