@yuuvis/client-core 2.19.0 → 2.20.0
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.
|
@@ -36,7 +36,7 @@ export declare class SearchService {
|
|
|
36
36
|
* @param query SearchQuery or CMIS query statement
|
|
37
37
|
* @param page The number of the page to go to
|
|
38
38
|
*/
|
|
39
|
-
getPage(query: SearchQuery | string, page: number, pageSize?: number): Observable<SearchResult>;
|
|
39
|
+
getPage(query: SearchQuery | string, page: number, pageSize?: number, includePermissions?: boolean): Observable<SearchResult>;
|
|
40
40
|
/**
|
|
41
41
|
* Map search result from the backend to applications SearchResult object
|
|
42
42
|
* @param searchResponse The backend response
|