tencentcloud-sdk-nodejs-ses 4.1.48 → 4.1.49

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.
@@ -21,18 +21,21 @@ export class Client extends TencentCloudCommon.AbstractClient {
21
21
  async CreateReceiver(req, cb) {
22
22
  return this.request("CreateReceiver", req, cb);
23
23
  }
24
- async GetEmailIdentity(req, cb) {
25
- return this.request("GetEmailIdentity", req, cb);
26
- }
27
24
  async GetEmailTemplate(req, cb) {
28
25
  return this.request("GetEmailTemplate", req, cb);
29
26
  }
27
+ async GetEmailIdentity(req, cb) {
28
+ return this.request("GetEmailIdentity", req, cb);
29
+ }
30
30
  async UpdateCustomBlackList(req, cb) {
31
31
  return this.request("UpdateCustomBlackList", req, cb);
32
32
  }
33
33
  async ListBlackEmailAddress(req, cb) {
34
34
  return this.request("ListBlackEmailAddress", req, cb);
35
35
  }
36
+ async CreateAddressUnsubscribeConfig(req, cb) {
37
+ return this.request("CreateAddressUnsubscribeConfig", req, cb);
38
+ }
36
39
  async ListAddressUnsubscribeConfig(req, cb) {
37
40
  return this.request("ListAddressUnsubscribeConfig", req, cb);
38
41
  }
@@ -60,12 +63,18 @@ export class Client extends TencentCloudCommon.AbstractClient {
60
63
  async UpdateEmailSmtpPassWord(req, cb) {
61
64
  return this.request("UpdateEmailSmtpPassWord", req, cb);
62
65
  }
66
+ async UpdateAddressUnsubscribeConfig(req, cb) {
67
+ return this.request("UpdateAddressUnsubscribeConfig", req, cb);
68
+ }
63
69
  async CreateCustomBlacklist(req, cb) {
64
70
  return this.request("CreateCustomBlacklist", req, cb);
65
71
  }
66
72
  async DeleteEmailTemplate(req, cb) {
67
73
  return this.request("DeleteEmailTemplate", req, cb);
68
74
  }
75
+ async DeleteAddressUnsubscribeConfig(req, cb) {
76
+ return this.request("DeleteAddressUnsubscribeConfig", req, cb);
77
+ }
69
78
  async ListEmailTemplates(req, cb) {
70
79
  return this.request("ListEmailTemplates", req, cb);
71
80
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ses",
3
- "version": "4.1.48",
3
+ "version": "4.1.49",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,5 +1,5 @@
1
1
  import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
2
- import { BatchSendEmailRequest, GetEmailTemplateRequest, ListSendTasksResponse, CreateReceiverResponse, CreateCustomBlacklistRequest, ListEmailAddressResponse, ListEmailAddressRequest, UpdateCustomBlackListResponse, UpdateEmailSmtpPassWordResponse, ListReceiversRequest, GetEmailIdentityResponse, ListBlackEmailAddressRequest, ListSendTasksRequest, ListAddressUnsubscribeConfigResponse, GetSendEmailStatusResponse, DeleteBlackListRequest, BatchSendEmailResponse, DeleteEmailIdentityRequest, ListAddressUnsubscribeConfigRequest, UpdateEmailIdentityRequest, GetEmailIdentityRequest, DeleteEmailIdentityResponse, GetStatisticsReportRequest, CreateCustomBlacklistResponse, CreateReceiverRequest, ListReceiverDetailsResponse, DeleteEmailTemplateResponse, UpdateCustomBlackListRequest, CreateEmailIdentityRequest, ListCustomBlacklistRequest, UpdateEmailSmtpPassWordRequest, UpdateEmailIdentityResponse, CreateEmailTemplateRequest, DeleteBlackListResponse, DeleteCustomBlackListRequest, UpdateEmailTemplateRequest, ListCustomBlacklistResponse, ListEmailTemplatesRequest, CreateReceiverDetailWithDataResponse, CreateReceiverDetailResponse, DeleteReceiverResponse, ListEmailTemplatesResponse, SendEmailResponse, SendEmailRequest, ListBlackEmailAddressResponse, GetSendEmailStatusRequest, DeleteReceiverRequest, ListEmailIdentitiesResponse, DeleteEmailTemplateRequest, GetStatisticsReportResponse, DeleteEmailAddressRequest, DeleteEmailAddressResponse, CreateEmailIdentityResponse, ListReceiverDetailsRequest, CreateEmailAddressRequest, DeleteCustomBlackListResponse, CreateReceiverDetailRequest, CreateEmailTemplateResponse, ListReceiversResponse, CreateEmailAddressResponse, UpdateEmailTemplateResponse, CreateReceiverDetailWithDataRequest, GetEmailTemplateResponse, ListEmailIdentitiesRequest } from "./ses_models";
2
+ import { ListAddressUnsubscribeConfigRequest, BatchSendEmailResponse, DeleteEmailIdentityRequest, CreateCustomBlacklistResponse, UpdateAddressUnsubscribeConfigResponse, CreateReceiverRequest, CreateEmailAddressRequest, CreateReceiverDetailRequest, UpdateEmailTemplateResponse, CreateReceiverDetailWithDataRequest, GetEmailTemplateResponse, ListAddressUnsubscribeConfigResponse, SendEmailRequest, UpdateEmailIdentityRequest, DeleteEmailIdentityResponse, DeleteEmailTemplateResponse, ListCustomBlacklistRequest, DeleteEmailTemplateRequest, ListEmailTemplatesRequest, DeleteBlackListRequest, ListBlackEmailAddressResponse, ListEmailIdentitiesResponse, UpdateCustomBlackListRequest, UpdateEmailSmtpPassWordRequest, DeleteCustomBlackListRequest, UpdateAddressUnsubscribeConfigRequest, ListEmailIdentitiesRequest, CreateReceiverResponse, UpdateEmailSmtpPassWordResponse, ListReceiversRequest, GetEmailIdentityResponse, ListSendTasksRequest, ListReceiverDetailsResponse, ListEmailTemplatesResponse, GetEmailIdentityRequest, GetStatisticsReportRequest, GetSendEmailStatusResponse, CreateEmailIdentityRequest, UpdateEmailTemplateRequest, CreateEmailTemplateRequest, DeleteBlackListResponse, DeleteCustomBlackListResponse, DeleteAddressUnsubscribeConfigRequest, CreateReceiverDetailResponse, DeleteReceiverResponse, SendEmailResponse, GetStatisticsReportResponse, DeleteEmailAddressResponse, ListCustomBlacklistResponse, ListReceiverDetailsRequest, CreateEmailIdentityResponse, CreateEmailAddressResponse, DeleteAddressUnsubscribeConfigResponse, BatchSendEmailRequest, CreateCustomBlacklistRequest, ListEmailAddressRequest, UpdateCustomBlackListResponse, ListBlackEmailAddressRequest, CreateReceiverDetailWithDataResponse, GetEmailTemplateRequest, ListSendTasksResponse, CreateAddressUnsubscribeConfigRequest, UpdateEmailIdentityResponse, CreateEmailTemplateResponse, GetSendEmailStatusRequest, ListEmailAddressResponse, DeleteEmailAddressRequest, DeleteReceiverRequest, CreateAddressUnsubscribeConfigResponse, ListReceiversResponse } from "./ses_models";
3
3
  /**
4
4
  * ses client
5
5
  * @class
@@ -30,14 +30,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
30
30
  * 创建收件人列表,收件人列表是发送批量邮件的目标邮件地址列表。创建列表后,需要上传收件人邮箱地址。之后创建发送任务,关联列表,便可以实现批量发送邮件的功能
31
31
  */
32
32
  CreateReceiver(req: CreateReceiverRequest, cb?: (error: string, rep: CreateReceiverResponse) => void): Promise<CreateReceiverResponse>;
33
- /**
34
- * 获取某个发信域名的配置详情
35
- */
36
- GetEmailIdentity(req: GetEmailIdentityRequest, cb?: (error: string, rep: GetEmailIdentityResponse) => void): Promise<GetEmailIdentityResponse>;
37
33
  /**
38
34
  * 根据模板ID获取模板详情
39
35
  */
40
36
  GetEmailTemplate(req: GetEmailTemplateRequest, cb?: (error: string, rep: GetEmailTemplateResponse) => void): Promise<GetEmailTemplateResponse>;
37
+ /**
38
+ * 获取某个发信域名的配置详情
39
+ */
40
+ GetEmailIdentity(req: GetEmailIdentityRequest, cb?: (error: string, rep: GetEmailIdentityResponse) => void): Promise<GetEmailIdentityResponse>;
41
41
  /**
42
42
  * 更新自定义黑名单
43
43
  */
@@ -46,6 +46,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
46
46
  * 腾讯云发送的邮件一旦被收件方判断为硬退(Hard Bounce),腾讯云会拉黑该地址,并不允许所有用户向该地址发送邮件。成为邮箱黑名单。如果业务方确认是误判,可以从黑名单中删除。
47
47
  */
48
48
  ListBlackEmailAddress(req: ListBlackEmailAddressRequest, cb?: (error: string, rep: ListBlackEmailAddressResponse) => void): Promise<ListBlackEmailAddressResponse>;
49
+ /**
50
+ * 创建地址级退订配置
51
+ */
52
+ CreateAddressUnsubscribeConfig(req: CreateAddressUnsubscribeConfigRequest, cb?: (error: string, rep: CreateAddressUnsubscribeConfigResponse) => void): Promise<CreateAddressUnsubscribeConfigResponse>;
49
53
  /**
50
54
  * 获取地址级退订配置列表
51
55
  */
@@ -83,6 +87,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
83
87
  * 设置邮箱的smtp密码。若要通过smtp发送邮件,必须为邮箱设置smtp密码。初始时,邮箱没有设置smtp密码,不能使用smtp的方式发送邮件。设置smtp密码后,可以修改密码。
84
88
  */
85
89
  UpdateEmailSmtpPassWord(req: UpdateEmailSmtpPassWordRequest, cb?: (error: string, rep: UpdateEmailSmtpPassWordResponse) => void): Promise<UpdateEmailSmtpPassWordResponse>;
90
+ /**
91
+ * 用于更新地址级退订配置
92
+ */
93
+ UpdateAddressUnsubscribeConfig(req: UpdateAddressUnsubscribeConfigRequest, cb?: (error: string, rep: UpdateAddressUnsubscribeConfigResponse) => void): Promise<UpdateAddressUnsubscribeConfigResponse>;
86
94
  /**
87
95
  * 添加自定义黑名单
88
96
  */
@@ -91,6 +99,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
91
99
  * 删除发信模板
92
100
  */
93
101
  DeleteEmailTemplate(req: DeleteEmailTemplateRequest, cb?: (error: string, rep: DeleteEmailTemplateResponse) => void): Promise<DeleteEmailTemplateResponse>;
102
+ /**
103
+ * 删除地址级退订配置
104
+ */
105
+ DeleteAddressUnsubscribeConfig(req: DeleteAddressUnsubscribeConfigRequest, cb?: (error: string, rep: DeleteAddressUnsubscribeConfigResponse) => void): Promise<DeleteAddressUnsubscribeConfigResponse>;
94
106
  /**
95
107
  * 获取当前邮件模板列表
96
108
  */
@@ -64,18 +64,18 @@ class Client extends TencentCloudCommon.AbstractClient {
64
64
  async CreateReceiver(req, cb) {
65
65
  return this.request("CreateReceiver", req, cb);
66
66
  }
67
- /**
68
- * 获取某个发信域名的配置详情
69
- */
70
- async GetEmailIdentity(req, cb) {
71
- return this.request("GetEmailIdentity", req, cb);
72
- }
73
67
  /**
74
68
  * 根据模板ID获取模板详情
75
69
  */
76
70
  async GetEmailTemplate(req, cb) {
77
71
  return this.request("GetEmailTemplate", req, cb);
78
72
  }
73
+ /**
74
+ * 获取某个发信域名的配置详情
75
+ */
76
+ async GetEmailIdentity(req, cb) {
77
+ return this.request("GetEmailIdentity", req, cb);
78
+ }
79
79
  /**
80
80
  * 更新自定义黑名单
81
81
  */
@@ -88,6 +88,12 @@ class Client extends TencentCloudCommon.AbstractClient {
88
88
  async ListBlackEmailAddress(req, cb) {
89
89
  return this.request("ListBlackEmailAddress", req, cb);
90
90
  }
91
+ /**
92
+ * 创建地址级退订配置
93
+ */
94
+ async CreateAddressUnsubscribeConfig(req, cb) {
95
+ return this.request("CreateAddressUnsubscribeConfig", req, cb);
96
+ }
91
97
  /**
92
98
  * 获取地址级退订配置列表
93
99
  */
@@ -143,6 +149,12 @@ class Client extends TencentCloudCommon.AbstractClient {
143
149
  async UpdateEmailSmtpPassWord(req, cb) {
144
150
  return this.request("UpdateEmailSmtpPassWord", req, cb);
145
151
  }
152
+ /**
153
+ * 用于更新地址级退订配置
154
+ */
155
+ async UpdateAddressUnsubscribeConfig(req, cb) {
156
+ return this.request("UpdateAddressUnsubscribeConfig", req, cb);
157
+ }
146
158
  /**
147
159
  * 添加自定义黑名单
148
160
  */
@@ -155,6 +167,12 @@ class Client extends TencentCloudCommon.AbstractClient {
155
167
  async DeleteEmailTemplate(req, cb) {
156
168
  return this.request("DeleteEmailTemplate", req, cb);
157
169
  }
170
+ /**
171
+ * 删除地址级退订配置
172
+ */
173
+ async DeleteAddressUnsubscribeConfig(req, cb) {
174
+ return this.request("DeleteAddressUnsubscribeConfig", req, cb);
175
+ }
158
176
  /**
159
177
  * 获取当前邮件模板列表
160
178
  */