diff --git a/package.json b/package.json index 0dead5b..b7bc0b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sati", - "version": "0.1.1", + "version": "0.2.0", "description": "next generation anti-captcha", "license": "MIT", "repository": { diff --git a/src/types.ts b/src/types.ts index 166a8b4..9e81bea 100644 --- a/src/types.ts +++ b/src/types.ts @@ -4,7 +4,8 @@ export type tasks = { siteKey: string, pageUrl: string, action?: string, - cData?: string + cData?: string, + proxy?: string }, result: { token: string @@ -13,7 +14,8 @@ export type tasks = { ReCaptcha2: { params: { siteKey: string, - pageUrl: string + pageUrl: string, + proxy?: string }, result: { token: string @@ -24,7 +26,8 @@ export type tasks = { siteKey: string, pageUrl: string, data: Record - serviceUrl?: string + serviceUrl?: string, + proxy?: string }, result: { token: string