tencentcloud-sdk-ses 3.0.588 → 3.0.590

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a264edd378660f1f078dc0b89088c2a373b8d970
4
- data.tar.gz: ce0cf05939e24de6e2a4535fa2dd71b2f97f4c27
3
+ metadata.gz: fd2bb65d74c150fe7cfa9f8944c7c29ec2c6475f
4
+ data.tar.gz: f3e8724f50c7bfea7a1d5e7dff6dbe689c0fdbc1
5
5
  SHA512:
6
- metadata.gz: f80938c8bc1fcaab0706617545d35ce7bcb14f6f29cd552ff87e711c965862a0fec62286c028d81cb157236b3d526bc6dc8cc51c20d65bd5bc48234771e32f4c
7
- data.tar.gz: 27e63ae04982895f8e6ad222eb0157ed14726d9fccd5474e838ecf6625f3d479aa5b2556df5838b3b743f82615b48c02905e4faa33c0c5e79c971fb278c592ce
6
+ metadata.gz: ce880f0cbeaf66f5eee08f9ccc6aebfa65ece647b3aceca2ce3b720d0290d441196d19a2f3064f5b1d2c43f650517d9336a34811377799f12883d41c9344553d
7
+ data.tar.gz: 13587ec5443033a025809027a814c1930e1c08298ab72aa3cd108a7042446d8cf6f6af9f0a31d7f2fab597f94a6358105e5e45a9cf33b6e0b2b25610edebe1d6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.588
1
+ 3.0.590
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type CycleParam: :class:`Tencentcloud::Ses.v20201002.models.CycleEmailParam`
62
62
  # @param TimedParam: 定时发送任务的必要参数
63
63
  # @type TimedParam: :class:`Tencentcloud::Ses.v20201002.models.TimedEmailParam`
64
- # @param Unsubscribe: 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语
64
+ # @param Unsubscribe: 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语
65
65
  # @type Unsubscribe: String
66
66
  # @param ADLocation: 是否添加广告标识 0:不添加 1:添加到subject前面,2:添加到subject后面
67
67
  # @type ADLocation: Integer
@@ -1306,7 +1306,7 @@ module TencentCloud
1306
1306
  # @type Simple: :class:`Tencentcloud::Ses.v20201002.models.Simple`
1307
1307
  # @param Attachments: 需要发送附件时,填写附件相关参数。腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍,应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 时接口会返回错误
1308
1308
  # @type Attachments: Array
1309
- # @param Unsubscribe: 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语
1309
+ # @param Unsubscribe: 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语
1310
1310
  # @type Unsubscribe: String
1311
1311
  # @param TriggerType: 邮件触发类型 0:非触发类,默认类型,营销类邮件、非即时类邮件等选择此类型 1:触发类,验证码等即时发送类邮件,若邮件超过一定大小,系统会自动选择非触发类型通道
1312
1312
  # @type TriggerType: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ses
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.588
4
+ version: 3.0.590
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-08 00:00:00.000000000 Z
11
+ date: 2023-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common