adm-super-search-modal-2
Advanced tools
Comparing version 0.0.79 to 0.0.80
import { ISearchQueryDocument } from '../api/types'; | ||
import { IRecentlyViewedInstrument, EntityId } from './types'; | ||
export declare function getInstrumentDataToDb(instrument: ISearchQueryDocument): IRecentlyViewedInstrument; | ||
export declare const addToLastViewed: (entityId: EntityId, instrument: IRecentlyViewedInstrument, maxCount: number) => Promise<string>; | ||
export declare const getLastViewedInstruments: (entityId: EntityId) => Promise<IRecentlyViewedInstrument[]>; | ||
export declare const addToRecentlyViewed: (entityId: EntityId, instrument: IRecentlyViewedInstrument, maxCount: number) => Promise<string>; | ||
export declare const getRecentlyViewedInstruments: (entityId: EntityId) => Promise<IRecentlyViewedInstrument[]>; |
{ | ||
"name": "adm-super-search-modal-2", | ||
"version": "0.0.79", | ||
"version": "0.0.80", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
430110