tencentcloud-sdk-nodejs-ccc 4.0.1030 → 4.0.1037
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
|
@@ -2470,11 +2470,11 @@ export interface Message {
|
|
|
2470
2470
|
/**
|
|
2471
2471
|
* 消息类型
|
|
2472
2472
|
*/
|
|
2473
|
-
Type
|
|
2473
|
+
Type?: string
|
|
2474
2474
|
/**
|
|
2475
2475
|
* 消息内容
|
|
2476
2476
|
*/
|
|
2477
|
-
Content
|
|
2477
|
+
Content?: string
|
|
2478
2478
|
}
|
|
2479
2479
|
|
|
2480
2480
|
/**
|
|
@@ -3429,15 +3429,15 @@ export interface MessageBody {
|
|
|
3429
3429
|
/**
|
|
3430
3430
|
* 消息时间戳
|
|
3431
3431
|
*/
|
|
3432
|
-
Timestamp
|
|
3432
|
+
Timestamp?: number
|
|
3433
3433
|
/**
|
|
3434
3434
|
* 发消息的用户ID
|
|
3435
3435
|
*/
|
|
3436
|
-
From
|
|
3436
|
+
From?: string
|
|
3437
3437
|
/**
|
|
3438
3438
|
* 消息列表
|
|
3439
3439
|
*/
|
|
3440
|
-
Messages
|
|
3440
|
+
Messages?: Array<Message>
|
|
3441
3441
|
}
|
|
3442
3442
|
|
|
3443
3443
|
/**
|
|
@@ -2371,11 +2371,11 @@ export interface Message {
|
|
|
2371
2371
|
/**
|
|
2372
2372
|
* 消息类型
|
|
2373
2373
|
*/
|
|
2374
|
-
Type
|
|
2374
|
+
Type?: string;
|
|
2375
2375
|
/**
|
|
2376
2376
|
* 消息内容
|
|
2377
2377
|
*/
|
|
2378
|
-
Content
|
|
2378
|
+
Content?: string;
|
|
2379
2379
|
}
|
|
2380
2380
|
/**
|
|
2381
2381
|
* AbortPredictiveDialingCampaign返回参数结构体
|
|
@@ -3292,15 +3292,15 @@ export interface MessageBody {
|
|
|
3292
3292
|
/**
|
|
3293
3293
|
* 消息时间戳
|
|
3294
3294
|
*/
|
|
3295
|
-
Timestamp
|
|
3295
|
+
Timestamp?: number;
|
|
3296
3296
|
/**
|
|
3297
3297
|
* 发消息的用户ID
|
|
3298
3298
|
*/
|
|
3299
|
-
From
|
|
3299
|
+
From?: string;
|
|
3300
3300
|
/**
|
|
3301
3301
|
* 消息列表
|
|
3302
3302
|
*/
|
|
3303
|
-
Messages
|
|
3303
|
+
Messages?: Array<Message>;
|
|
3304
3304
|
}
|
|
3305
3305
|
/**
|
|
3306
3306
|
* 号码购买信息
|