tencentcloud-sdk-nodejs-ses 4.0.1036 → 4.0.1053
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
|
@@ -47,8 +47,7 @@ export interface BatchSendEmailRequest {
|
|
|
47
47
|
*/
|
|
48
48
|
Template?: Template
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
51
|
-
<dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
|
|
50
|
+
* 已废弃<dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
|
|
52
51
|
*/
|
|
53
52
|
Simple?: Simple
|
|
54
53
|
/**
|
|
@@ -30,9 +30,7 @@ export interface BatchSendEmailRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
Template?: Template;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
34
|
-
<dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
|
|
35
|
-
|
|
33
|
+
* 已废弃<dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
|
|
36
34
|
*/
|
|
37
35
|
Simple?: Simple;
|
|
38
36
|
/**
|