@solidpepper/solidpepper-service 1.1.3 → 1.1.4
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.
package/index.d.ts
CHANGED
|
@@ -4555,7 +4555,7 @@ declare class SearchDamAssetsService {
|
|
|
4555
4555
|
solidpepperFilters: any;
|
|
4556
4556
|
constructor(http: HttpClient, _settingsService: SettingsService);
|
|
4557
4557
|
setSolidpepperFilters(filters: any): void;
|
|
4558
|
-
search(terms: Observable<string>, stats: Observable<string>, folderType?: string, sort?:
|
|
4558
|
+
search(terms: Observable<string>, stats: Observable<string>, folderType?: string, sort?: any): Observable<Object>;
|
|
4559
4559
|
searchEntries(term: any[], folderType: string | number | boolean, sortDirection: string | null): Observable<Object>;
|
|
4560
4560
|
private getSolidpepperFiltersQuery;
|
|
4561
4561
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchDamAssetsService, never>;
|