tencentcloud-sdk-sms 1.0.260 → 1.0.263

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: 0918109dc5568f71e31deabbaa9db1f8f94417e7
4
- data.tar.gz: 51418d8730fa6c5a524f03d7b22261c0cb9a7ebe
3
+ metadata.gz: 91055f8e64b29a9fca80590455afe00685638e71
4
+ data.tar.gz: 2e98d54daab392317dd7c6b39774e89d3b648204
5
5
  SHA512:
6
- metadata.gz: f8cff6aba9f7519cbc053547506b8f80a8c37e78897066c23752efed8b9c21c7e8efeb926e08dfae49e13de8e59374b3d227fbd36646e60d8443aab978f25715
7
- data.tar.gz: 2d8a61537052dee76ba2459882017c3277177bb64be556665b8f7cf677aa1dce07ab89599312b2d392b4dfc9b9b4a02d6e15c82e6d76ed0aba7cca8d745904bf
6
+ metadata.gz: 992b6c2cafc7cca7342d478b74a0b164e7da98c23a1adc4a46d5f3f412b8a2376f5c6df8abb0918e5df62d756d297ee91943c47380598736d53c442504c6e142
7
+ data.tar.gz: 4d0f34602f747f5b137a0a16c79c79c7115537e6cafeefd70af9a81996a8817d20bb03bde24aa1856478d72f1c7adc1ec7fa104f3a5367154c35e4d913b9bdb1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.260
1
+ 1.0.263
@@ -1048,10 +1048,13 @@ module TencentCloud
1048
1048
  # @type ReportStatus: String
1049
1049
  # @param Description: 用户接收短信状态描述。
1050
1050
  # @type Description: String
1051
+ # @param SessionContext: 用户的 session 内容。与请求中的 SessionContext 一致,默认为空,如需开通请联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81)。
1052
+ # 注意:此字段可能返回 null,表示取不到有效值。
1053
+ # @type SessionContext: String
1051
1054
 
1052
- attr_accessor :UserReceiveTime, :CountryCode, :SubscriberNumber, :PhoneNumber, :SerialNo, :ReportStatus, :Description
1055
+ attr_accessor :UserReceiveTime, :CountryCode, :SubscriberNumber, :PhoneNumber, :SerialNo, :ReportStatus, :Description, :SessionContext
1053
1056
 
1054
- def initialize(userreceivetime=nil, countrycode=nil, subscribernumber=nil, phonenumber=nil, serialno=nil, reportstatus=nil, description=nil)
1057
+ def initialize(userreceivetime=nil, countrycode=nil, subscribernumber=nil, phonenumber=nil, serialno=nil, reportstatus=nil, description=nil, sessioncontext=nil)
1055
1058
  @UserReceiveTime = userreceivetime
1056
1059
  @CountryCode = countrycode
1057
1060
  @SubscriberNumber = subscribernumber
@@ -1059,6 +1062,7 @@ module TencentCloud
1059
1062
  @SerialNo = serialno
1060
1063
  @ReportStatus = reportstatus
1061
1064
  @Description = description
1065
+ @SessionContext = sessioncontext
1062
1066
  end
1063
1067
 
1064
1068
  def deserialize(params)
@@ -1069,6 +1073,7 @@ module TencentCloud
1069
1073
  @SerialNo = params['SerialNo']
1070
1074
  @ReportStatus = params['ReportStatus']
1071
1075
  @Description = params['Description']
1076
+ @SessionContext = params['SessionContext']
1072
1077
  end
1073
1078
  end
1074
1079
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.260
4
+ version: 1.0.263
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-02-18 00:00:00.000000000 Z
11
+ date: 2022-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common