tencentcloud-sdk-nodejs-teo 4.1.208 → 4.1.209
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/package.json
CHANGED
|
@@ -832,6 +832,15 @@ export interface DescribeOriginProtectionResponse {
|
|
|
832
832
|
*/
|
|
833
833
|
RequestId?: string;
|
|
834
834
|
}
|
|
835
|
+
/**
|
|
836
|
+
* EdgeOne 人机校验认证实例信息。
|
|
837
|
+
*/
|
|
838
|
+
export interface TCEOCaptchaOption {
|
|
839
|
+
/**
|
|
840
|
+
* EdgeOne 人机校验模式,取值有:<li> Invisible:无感验证;</li><li>Adaptive:自适应交互验证。</li>
|
|
841
|
+
*/
|
|
842
|
+
CaptchaMode?: string;
|
|
843
|
+
}
|
|
835
844
|
/**
|
|
836
845
|
* DescribeBillingData请求参数结构体
|
|
837
846
|
*/
|
|
@@ -8571,7 +8580,8 @@ export interface ClientAttester {
|
|
|
8571
8580
|
/**
|
|
8572
8581
|
* 认证方法。取值有:
|
|
8573
8582
|
<li>TC-RCE: 使用风险识别 RCE 进行认证;</li>
|
|
8574
|
-
<li>TC-CAPTCHA:
|
|
8583
|
+
<li>TC-CAPTCHA: 使用天御验证码进行认证;</li>
|
|
8584
|
+
<li>TC-EO-CAPTCHA: 使用 EdgeOne 人机校验进行认证。</li>
|
|
8575
8585
|
*/
|
|
8576
8586
|
AttesterSource?: string;
|
|
8577
8587
|
/**
|
|
@@ -8591,6 +8601,11 @@ export interface ClientAttester {
|
|
|
8591
8601
|
<li>当 AttesterSource 参数值为 TC-CAPTCHA 时,此字段必填。</li>
|
|
8592
8602
|
*/
|
|
8593
8603
|
TCCaptchaOption?: TCCaptchaOption;
|
|
8604
|
+
/**
|
|
8605
|
+
* TC-EO-CAPTCHA 认证的配置信息。
|
|
8606
|
+
<li>当 AttesterSource 参数值为 TC-EO-CAPTCHA 时,此字段必填。</li>
|
|
8607
|
+
*/
|
|
8608
|
+
TCEOCaptchaOption?: TCEOCaptchaOption;
|
|
8594
8609
|
}
|
|
8595
8610
|
/**
|
|
8596
8611
|
* ModifyL4ProxyRulesStatus返回参数结构体
|