New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tencentcloud-sdk-nodejs-acp

Package Overview
Dependencies
Maintainers
0
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tencentcloud-sdk-nodejs-acp - npm Package Compare versions

Comparing version

to
4.0.1047

2

package.json
{
"name": "tencentcloud-sdk-nodejs-acp",
"version": "4.0.1046",
"version": "4.0.1047",
"description": "Tencent Cloud API NODEJS SDK",

@@ -5,0 +5,0 @@ "main": "tencentcloud/index.js",

@@ -561,3 +561,2 @@ /*

* 任务ID
注意:此字段可能返回 null,表示取不到有效值。
*/

@@ -600,18 +599,15 @@ TaskID?: string

*/
Result: number
Result?: number
/**
* 诊断报告/堆栈信息/报告json结果下载链接
注意:此字段可能返回 null,表示取不到有效值。
*/
ReportUrl: string
ReportUrl?: string
/**
* 诊断报告/堆栈/报告json结果的名称
注意:此字段可能返回 null,表示取不到有效值。
*/
ReportTitle: string
ReportTitle?: string
/**
* 诊断json结果内容
注意:此字段可能返回 null,表示取不到有效值。
*/
ReportResult: string
ReportResult?: string
/**

@@ -618,0 +614,0 @@ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。

@@ -528,3 +528,2 @@ /**

* 任务ID
注意:此字段可能返回 null,表示取不到有效值。
*/

@@ -565,18 +564,15 @@ TaskID?: string;

*/
Result: number;
Result?: number;
/**
* 诊断报告/堆栈信息/报告json结果下载链接
注意:此字段可能返回 null,表示取不到有效值。
*/
ReportUrl: string;
ReportUrl?: string;
/**
* 诊断报告/堆栈/报告json结果的名称
注意:此字段可能返回 null,表示取不到有效值。
*/
ReportTitle: string;
ReportTitle?: string;
/**
* 诊断json结果内容
注意:此字段可能返回 null,表示取不到有效值。
*/
ReportResult: string;
ReportResult?: string;
/**

@@ -583,0 +579,0 @@ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。