adminforth 2.4.0-next.189 → 2.4.0-next.190
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.
|
@@ -18,16 +18,6 @@ export interface CaptchaAdapter {
|
|
|
18
18
|
*/
|
|
19
19
|
getWidgetId(): string;
|
|
20
20
|
|
|
21
|
-
/**
|
|
22
|
-
* Returns the token for the captcha.
|
|
23
|
-
*/
|
|
24
|
-
getToken(): Promise<string> | string;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Sets the token for the captcha.
|
|
28
|
-
*/
|
|
29
|
-
setToken(token: string): void;
|
|
30
|
-
|
|
31
21
|
/**
|
|
32
22
|
* Returns the script HTML for the captcha widget.
|
|
33
23
|
*/
|
|
@@ -14,14 +14,6 @@ export interface CaptchaAdapter {
|
|
|
14
14
|
* Returns the widget ID for the captcha.
|
|
15
15
|
*/
|
|
16
16
|
getWidgetId(): string;
|
|
17
|
-
/**
|
|
18
|
-
* Returns the token for the captcha.
|
|
19
|
-
*/
|
|
20
|
-
getToken(): Promise<string> | string;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the token for the captcha.
|
|
23
|
-
*/
|
|
24
|
-
setToken(token: string): void;
|
|
25
17
|
/**
|
|
26
18
|
* Returns the script HTML for the captcha widget.
|
|
27
19
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaptchaAdapter.d.ts","sourceRoot":"","sources":["../../../types/adapters/CaptchaAdapter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,YAAY,IAAI,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,IAAI,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,IAAI,MAAM,CAAC;IAEtB;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"CaptchaAdapter.d.ts","sourceRoot":"","sources":["../../../types/adapters/CaptchaAdapter.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,YAAY,IAAI,MAAM,CAAC;IAEvB;;OAEG;IACH,UAAU,IAAI,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,IAAI,MAAM,CAAC;IAEtB;;OAEG;IACH,mBAAmB,IAAI,MAAM,CAAC;IAE9B;;OAEG;IACH,2BAA2B,IAAI,MAAM,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CACrE"}
|