UNPKG

vk-captcha-bypass

Version:

Обход VK Captcha

21 lines 761 B
import { IApiError, IBypasserOptions, ICaptchaResponse, IMouseTraceParams } from './types'; export declare class VKCaptchaBypasserError extends Error { constructor(message: string); } export declare class APIError extends Error { private error; constructor(error: IApiError); get code(): number; get params(): import("./types").IAPIRequestParams[]; } export declare class VKCaptchaBypasser { private version; private baseApiUrl; private maxSensorsDataSizeKb; constructor(options?: IBypasserOptions); bypass(redirectUri: string, mouseTraceParams?: IMouseTraceParams): Promise<ICaptchaResponse>; private request; private loadPoWChallengeParams; private buildSensorsData; } //# sourceMappingURL=bypasser.d.ts.map