tencentcloud-sdk-ses 3.0.1094 → 3.0.1097

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: dd59cd09a409b6ad2d0879384eddd88f18cb5d97
4
- data.tar.gz: c0011dfa9d3078a38407e5aa0e233406b4aa80e7
3
+ metadata.gz: a2607364a56279ac3cb1af7b144c6a3be35b2031
4
+ data.tar.gz: 2672d34402ec6acfbdf5e3615baf0da1a01e7623
5
5
  SHA512:
6
- metadata.gz: 43c68fdc034116941d69cc061db4e09a2545ffdd79e7a7a4adede4d8722910620ace8fd6539b4dd3dc1ab32957d0318d3f10154146788a673b529aad4679b04f
7
- data.tar.gz: c597b01dc93f99ba8283cc0810b2d65c1cc89affb26e4585027aacac2c36dd6a9090191bd7e9922c6925f9280e1c038184ca92dde42bee26f2b2bc2bb6bb39d7
6
+ metadata.gz: c47278f953850687411070602459fa3e7efba3c8ab92c77113ad25c9563f8b1ba82b3c05a3e14a5307e47703d8d44ddd1f7aabb7500a919212e377673b982019
7
+ data.tar.gz: 10c32913402d60491bc87f4aeb23fe5365c235ec8abfd896503146b1cb76fd6b9a57299acf6529591622116cf34a6ef316e4fa2f172ff2a0b48014c380a65972
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1097
@@ -1943,10 +1943,15 @@ module TencentCloud
1943
1943
  # @type UserUnsubscribed: Boolean
1944
1944
  # @param UserComplainted: 用户是否举报该发送者
1945
1945
  # @type UserComplainted: Boolean
1946
+ # @param UserComplained: 用户是否举报该发送者
1947
+ # @type UserComplained: Boolean
1946
1948
 
1947
- attr_accessor :MessageId, :ToEmailAddress, :FromEmailAddress, :SendStatus, :DeliverStatus, :DeliverMessage, :RequestTime, :DeliverTime, :UserOpened, :UserClicked, :UserUnsubscribed, :UserComplainted
1949
+ attr_accessor :MessageId, :ToEmailAddress, :FromEmailAddress, :SendStatus, :DeliverStatus, :DeliverMessage, :RequestTime, :DeliverTime, :UserOpened, :UserClicked, :UserUnsubscribed, :UserComplainted, :UserComplained
1950
+ extend Gem::Deprecate
1951
+ deprecate :UserComplainted, :none, 2025, 7
1952
+ deprecate :UserComplainted=, :none, 2025, 7
1948
1953
 
1949
- def initialize(messageid=nil, toemailaddress=nil, fromemailaddress=nil, sendstatus=nil, deliverstatus=nil, delivermessage=nil, requesttime=nil, delivertime=nil, useropened=nil, userclicked=nil, userunsubscribed=nil, usercomplainted=nil)
1954
+ def initialize(messageid=nil, toemailaddress=nil, fromemailaddress=nil, sendstatus=nil, deliverstatus=nil, delivermessage=nil, requesttime=nil, delivertime=nil, useropened=nil, userclicked=nil, userunsubscribed=nil, usercomplainted=nil, usercomplained=nil)
1950
1955
  @MessageId = messageid
1951
1956
  @ToEmailAddress = toemailaddress
1952
1957
  @FromEmailAddress = fromemailaddress
@@ -1959,6 +1964,7 @@ module TencentCloud
1959
1964
  @UserClicked = userclicked
1960
1965
  @UserUnsubscribed = userunsubscribed
1961
1966
  @UserComplainted = usercomplainted
1967
+ @UserComplained = usercomplained
1962
1968
  end
1963
1969
 
1964
1970
  def deserialize(params)
@@ -1974,6 +1980,7 @@ module TencentCloud
1974
1980
  @UserClicked = params['UserClicked']
1975
1981
  @UserUnsubscribed = params['UserUnsubscribed']
1976
1982
  @UserComplainted = params['UserComplainted']
1983
+ @UserComplained = params['UserComplained']
1977
1984
  end
1978
1985
  end
1979
1986
 
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.1094
4
+ version: 3.0.1097
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common