@ecency/sdk 2.3.4 → 2.3.5
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
|
@@ -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 {
|