@ecency/sdk 2.3.7 → 2.3.9
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
|
@@ -7912,7 +7912,7 @@ declare function getProfiles(accounts: string[], observer?: string): Promise<Pro
|
|
|
7912
7912
|
*/
|
|
7913
7913
|
declare function verifyPostOnAlternateNode(author: string, permlink: string, observer: string): Promise<Entry$1 | null>;
|
|
7914
7914
|
|
|
7915
|
-
declare function signUp(username: string, email: string, referral: string): Promise<ApiResponse<Record<string, unknown>>>;
|
|
7915
|
+
declare function signUp(username: string, email: string, referral: string, captchaToken?: string): Promise<ApiResponse<Record<string, unknown>>>;
|
|
7916
7916
|
declare function subscribeEmail(email: string): Promise<ApiResponse<Record<string, unknown>>>;
|
|
7917
7917
|
declare function usrActivity(code: string | undefined, ty: number, bl?: string | number, tx?: string | number): Promise<void>;
|
|
7918
7918
|
declare function getNotifications(code: string | undefined, filter: string | null, since?: string | null, user?: string | null): Promise<ApiNotification[]>;
|