tencentcloud-sdk-nodejs-ses 4.1.49 → 4.1.65
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
|
@@ -48,7 +48,6 @@ export interface SendTaskData {
|
|
|
48
48
|
Subject?: string;
|
|
49
49
|
/**
|
|
50
50
|
* 模板和模板数据
|
|
51
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
52
51
|
*/
|
|
53
52
|
Template?: Template;
|
|
54
53
|
/**
|
|
@@ -63,7 +62,6 @@ export interface SendTaskData {
|
|
|
63
62
|
TimedParam?: TimedEmailParam;
|
|
64
63
|
/**
|
|
65
64
|
* 任务异常信息
|
|
66
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
67
65
|
*/
|
|
68
66
|
ErrMsg?: string;
|
|
69
67
|
/**
|
|
@@ -1387,7 +1385,6 @@ export interface ListSendTasksResponse {
|
|
|
1387
1385
|
export interface Volume {
|
|
1388
1386
|
/**
|
|
1389
1387
|
* 日期
|
|
1390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1391
1388
|
*/
|
|
1392
1389
|
SendDate?: string;
|
|
1393
1390
|
/**
|
|
@@ -1416,7 +1413,6 @@ export interface Volume {
|
|
|
1416
1413
|
BounceCount?: number;
|
|
1417
1414
|
/**
|
|
1418
1415
|
* 取消订阅的用户数量
|
|
1419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1420
1416
|
*/
|
|
1421
1417
|
UnsubscribeCount?: number;
|
|
1422
1418
|
}
|