tencentcloud-sdk-nodejs-cdwdoris 4.1.20 → 4.1.42

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-cdwdoris",
3
- "version": "4.1.20",
3
+ "version": "4.1.42",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3330,6 +3330,14 @@ export interface DescribeInstanceStateResponse {
3330
3330
  * 集群流程错误信息,例如:“创建失败,资源不足”
3331
3331
  */
3332
3332
  FlowMsg?: string;
3333
+ /**
3334
+ * 流程ProcessId
3335
+ */
3336
+ ProcessId?: string;
3337
+ /**
3338
+ * Job名称
3339
+ */
3340
+ JobName?: string;
3333
3341
  /**
3334
3342
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3335
3343
  */