tencentcloud-sdk-ses 1.0.276 → 1.0.279

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: 2d42f43399e6f316b8f5717c3f2c89cb120f44a6
4
- data.tar.gz: 7f5e10c11c03141f45b2ea0df564a13d70dbf8c5
3
+ metadata.gz: d59187540d3bf0518af4969dc1942b795d73a6be
4
+ data.tar.gz: e7e1e814ab0a5253b7816401bc3c915d8a1c344e
5
5
  SHA512:
6
- metadata.gz: 104140a3ee3b8e8dd18e911afdd504e3ca2f4c47147b6b968d0e0183365be163ab7fec8a13fa7b88231800a0120d105837b8c1f1d2006e58a29e90ebdf599f7d
7
- data.tar.gz: 2eb943f5ae4d411b0410a7058b156bc384fa43c5f222e105dfc988fed97e738990c244d4a9691d1f18507326b9d2f6d869e3cbeb441644cb456d98373ed378c6
6
+ metadata.gz: 4b289a6684d726f355119f748bf20a1f432b2c9a68480d9443dbfee7e0c73dbac0decdd0fed0b7392ecb37c6bb5afc2ebb08ca344951a2174b9f28b722ff5e60
7
+ data.tar.gz: f21298dc36265b26cead1c18c2a686fb6eaa4d531ec34f9439428ade7576bd6216b1e9e39f15dee58535eb1f70301b0f48bd6a1421f561efd0adebc60205360a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.276
1
+ 1.0.279
@@ -1268,10 +1268,12 @@ module TencentCloud
1268
1268
  # @type Attachments: Array
1269
1269
  # @param Unsubscribe: 退订选项 1: 加入退订链接 0: 不加入退订链接
1270
1270
  # @type Unsubscribe: String
1271
+ # @param TriggerType: 邮件触发类型 0:非触发类,默认类型,营销类邮件、非即时类邮件等选择此类型 1:触发类,验证码等即时发送类邮件,若邮件超过一定大小,系统会自动选择非触发类型通道
1272
+ # @type TriggerType: Integer
1271
1273
 
1272
- attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Template, :Simple, :Attachments, :Unsubscribe
1274
+ attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType
1273
1275
 
1274
- def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil)
1276
+ def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil, triggertype=nil)
1275
1277
  @FromEmailAddress = fromemailaddress
1276
1278
  @Destination = destination
1277
1279
  @Subject = subject
@@ -1280,6 +1282,7 @@ module TencentCloud
1280
1282
  @Simple = simple
1281
1283
  @Attachments = attachments
1282
1284
  @Unsubscribe = unsubscribe
1285
+ @TriggerType = triggertype
1283
1286
  end
1284
1287
 
1285
1288
  def deserialize(params)
@@ -1304,6 +1307,7 @@ module TencentCloud
1304
1307
  end
1305
1308
  end
1306
1309
  @Unsubscribe = params['Unsubscribe']
1310
+ @TriggerType = params['TriggerType']
1307
1311
  end
1308
1312
  end
1309
1313
 
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: 1.0.276
4
+ version: 1.0.279
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-15 00:00:00.000000000 Z
11
+ date: 2022-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common