tencentcloud-sdk-nodejs-live 4.1.237 → 4.1.257

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-live",
3
- "version": "4.1.237",
3
+ "version": "4.1.257",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8456,6 +8456,14 @@ export interface DescribeAIGCTaskStatusResponse {
8456
8456
  * <p>任务返回错误信息</p>
8457
8457
  */
8458
8458
  TaskResultMsg?: string;
8459
+ /**
8460
+ * <p>请求参数</p>
8461
+ */
8462
+ RequestBody?: string;
8463
+ /**
8464
+ * <p>任务类型</p>
8465
+ */
8466
+ TaskType?: string;
8459
8467
  /**
8460
8468
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8461
8469
  */