tencentcloud-sdk-nodejs-ess 4.1.153 → 4.1.154
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
|
@@ -10903,7 +10903,7 @@ export interface OutputRisk {
|
|
|
10903
10903
|
*/
|
|
10904
10904
|
RiskDescription?: string;
|
|
10905
10905
|
/**
|
|
10906
|
-
*
|
|
10906
|
+
* 风险等级别名。
|
|
10907
10907
|
|
|
10908
10908
|
等级描述如下:
|
|
10909
10909
|
<ul>
|
|
@@ -10933,7 +10933,7 @@ export interface OutputRisk {
|
|
|
10933
10933
|
*/
|
|
10934
10934
|
RiskBasis?: string;
|
|
10935
10935
|
/**
|
|
10936
|
-
* 风险等级id
|
|
10936
|
+
* 风险等级id。1 为最高风险等级,0 为最低风险等级,从[2,n]数字越大风险等级逐渐降低。
|
|
10937
10937
|
*/
|
|
10938
10938
|
RiskLevelId?: number;
|
|
10939
10939
|
}
|