vona-module-a-captcha 5.0.16 → 5.0.18
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.
|
@@ -15,6 +15,7 @@ declare module 'vona-module-a-captcha' {
|
|
|
15
15
|
interface InterceptorCaptchaVerify {
|
|
16
16
|
get $beanFullName(): 'a-captcha.interceptor.captchaVerify';
|
|
17
17
|
get $onionName(): 'a-captcha:captchaVerify';
|
|
18
|
+
get $onionOptions(): IInterceptorOptionsCaptchaVerify;
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
21
|
/** interceptor: end */
|
|
@@ -51,6 +52,7 @@ declare module 'vona-module-a-captcha' {
|
|
|
51
52
|
interface CacheRedisCaptcha {
|
|
52
53
|
get $beanFullName(): 'a-captcha.cacheRedis.captcha';
|
|
53
54
|
get $onionName(): 'a-captcha:captcha';
|
|
55
|
+
get $onionOptions(): IDecoratorCacheRedisOptions;
|
|
54
56
|
}
|
|
55
57
|
}
|
|
56
58
|
/** cacheRedis: end */
|
|
@@ -102,6 +104,7 @@ declare module 'vona-module-a-captcha' {
|
|
|
102
104
|
interface ControllerCaptcha {
|
|
103
105
|
get $beanFullName(): 'a-captcha.controller.captcha';
|
|
104
106
|
get $onionName(): 'a-captcha:captcha';
|
|
107
|
+
get $onionOptions(): IControllerOptionsCaptcha;
|
|
105
108
|
}
|
|
106
109
|
}
|
|
107
110
|
/** controller: end */
|