@ecency/sdk 2.3.4 → 2.3.6
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/dist/browser/index.d.ts
CHANGED
|
@@ -7784,7 +7784,7 @@ interface Entry {
|
|
|
7784
7784
|
title?: string;
|
|
7785
7785
|
body?: string;
|
|
7786
7786
|
json_metadata?: {
|
|
7787
|
-
tags?:
|
|
7787
|
+
tags?: unknown;
|
|
7788
7788
|
};
|
|
7789
7789
|
}
|
|
7790
7790
|
declare function getSimilarEntriesQueryOptions(entry: Entry): _tanstack_react_query.OmitKeyof<_tanstack_react_query.UseQueryOptions<SearchResult[], Error, SearchResult[], string[]>, "queryFn"> & {
|
|
@@ -7840,7 +7840,7 @@ declare function similar(params: {
|
|
|
7840
7840
|
body?: string;
|
|
7841
7841
|
tags?: string[];
|
|
7842
7842
|
since?: string;
|
|
7843
|
-
}, signal?: AbortSignal): Promise<SearchResponse>;
|
|
7843
|
+
}, signal?: AbortSignal, timeoutMs?: number): Promise<SearchResponse>;
|
|
7844
7844
|
declare function searchPath(q: string, signal?: AbortSignal): Promise<string[]>;
|
|
7845
7845
|
|
|
7846
7846
|
interface PromotePrice {
|