tencentcloud-sdk-nodejs-teo 4.1.107 → 4.1.109

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-teo",
3
- "version": "4.1.107",
3
+ "version": "4.1.109",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7714,7 +7714,7 @@ export interface ClientAttester {
7714
7714
  Type?: string;
7715
7715
  /**
7716
7716
  * 认证方法。取值有:
7717
- <li>TC-RCE: 使用全栈式风控引擎进行认证;</li>
7717
+ <li>TC-RCE: 使用风险识别 RCE 进行认证;</li>
7718
7718
  <li>TC-CAPTCHA: 使用天御验证码进行认证。</li>
7719
7719
  */
7720
7720
  AttesterSource?: string;
@@ -11189,8 +11189,8 @@ export interface Resource {
11189
11189
  PlanId?: string;
11190
11190
  /**
11191
11191
  * 地域,取值有:
11192
- <li>mainland:国内;</li>
11193
- <li>overseas:海外。</li>
11192
+ <li>mainland:中国大陆境内;</li>
11193
+ <li>overseas:中国大陆境外。</li>
11194
11194
  <li>global:全球。</li>
11195
11195
  */
11196
11196
  Area?: string;