tencentcloud-sdk-essbasic 1.0.349 → 1.0.350

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: bf4b17cbe034ba2139106962409d058099dd2a59
4
- data.tar.gz: 55c64820c235fc15cb4e7e79348a8f79dd023b12
3
+ metadata.gz: febfe855b8fbc23953ae8a728373cdc420083591
4
+ data.tar.gz: b557f5a7d271a085dbf6ec1dd208a48fdcea4e03
5
5
  SHA512:
6
- metadata.gz: 632a9c4b2f09c67e5a29aa85639ed33aa5e2f68514622641e7f8b945282509a0c2ef7ab337c24781984d22cacd805a0904eab1cc881cd01f00915981e34189d5
7
- data.tar.gz: c2f89671098a13076c5f94686b3ef2514160191b61062a536fc6d90d3ef1733cbc29c06ae69e9d78a49da7b9c66235173a41f8a24c149c4ddd44642c25359f63
6
+ metadata.gz: f75bb2820f2c02f86c21a593e46df40cd7460c3238503e89980b52aee58f3592b658d38262daa53bc5785189d1283696008e73583fa15cfff2e72563560e4b6b
7
+ data.tar.gz: 64366d8562b77c5886dc5b24cb6876a2afc8631c45fb94e75b7a50455a2fc1a75826ebee470c544b814e29913ca11788ae6a3e90b26833d204e81fe52f870b3b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.349
1
+ 1.0.350
@@ -174,7 +174,7 @@ module TencentCloud
174
174
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
175
175
  end
176
176
 
177
- # 创建参与者签署短链
177
+ # 创建跳转小程序查看或签署的链接
178
178
 
179
179
  # @param request: Request instance for CreateSignUrls.
180
180
  # @type request: :class:`Tencentcloud::essbasic::V20210526::CreateSignUrlsRequest`
@@ -2086,7 +2086,7 @@ module TencentCloud
2086
2086
 
2087
2087
  # UploadFiles返回参数结构体
2088
2088
  class UploadFilesResponse < TencentCloud::Common::AbstractModel
2089
- # @param FileIds: 文件id数组
2089
+ # @param FileIds: 文件id数组,有效期一个小时
2090
2090
  # @type FileIds: Array
2091
2091
  # @param TotalCount: 上传成功文件数量
2092
2092
  # @type TotalCount: Integer
@@ -2122,16 +2122,20 @@ module TencentCloud
2122
2122
  # @param Date: 日期,当需要汇总数据时日期为空
2123
2123
  # 注意:此字段可能返回 null,表示取不到有效值。
2124
2124
  # @type Date: String
2125
- # @param Usage: 消耗量
2125
+ # @param Usage: 消耗数量
2126
2126
  # @type Usage: Integer
2127
+ # @param Cancel: 撤回数量
2128
+ # 注意:此字段可能返回 null,表示取不到有效值。
2129
+ # @type Cancel: Integer
2127
2130
 
2128
- attr_accessor :ProxyOrganizationOpenId, :ProxyOrganizationName, :Date, :Usage
2131
+ attr_accessor :ProxyOrganizationOpenId, :ProxyOrganizationName, :Date, :Usage, :Cancel
2129
2132
 
2130
- def initialize(proxyorganizationopenid=nil, proxyorganizationname=nil, date=nil, usage=nil)
2133
+ def initialize(proxyorganizationopenid=nil, proxyorganizationname=nil, date=nil, usage=nil, cancel=nil)
2131
2134
  @ProxyOrganizationOpenId = proxyorganizationopenid
2132
2135
  @ProxyOrganizationName = proxyorganizationname
2133
2136
  @Date = date
2134
2137
  @Usage = usage
2138
+ @Cancel = cancel
2135
2139
  end
2136
2140
 
2137
2141
  def deserialize(params)
@@ -2139,6 +2143,7 @@ module TencentCloud
2139
2143
  @ProxyOrganizationName = params['ProxyOrganizationName']
2140
2144
  @Date = params['Date']
2141
2145
  @Usage = params['Usage']
2146
+ @Cancel = params['Cancel']
2142
2147
  end
2143
2148
  end
2144
2149
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-essbasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.349
4
+ version: 1.0.350
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-07-05 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common