tencentcloud-sdk-nodejs-ccc 4.1.173 → 4.1.175

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-ccc",
3
- "version": "4.1.173",
3
+ "version": "4.1.175",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2655,6 +2655,7 @@ export interface AutoCalloutTaskInfo {
2655
2655
  2 已完成:任务中所有呼叫完成
2656
2656
  3结束中:任务到期,但仍有部分呼叫未结束
2657
2657
  4已结束:任务到期终止
2658
+ 5已暂停:可恢复继续执行
2658
2659
  */
2659
2660
  State?: number;
2660
2661
  /**
@@ -5156,7 +5157,7 @@ export interface DescribeAutoCalloutTaskResponse {
5156
5157
  */
5157
5158
  IvrId?: number;
5158
5159
  /**
5159
- * 任务状态 0初始 1运行中 2已完成 3结束中 4已终止
5160
+ * 任务状态 0初始 1运行中 2已完成 3结束中 4已终止 5已暂停
5160
5161
  */
5161
5162
  State?: number;
5162
5163
  /**