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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/client.rb +1 -1
- data/lib/v20210526/models.rb +9 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: febfe855b8fbc23953ae8a728373cdc420083591
|
|
4
|
+
data.tar.gz: b557f5a7d271a085dbf6ec1dd208a48fdcea4e03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f75bb2820f2c02f86c21a593e46df40cd7460c3238503e89980b52aee58f3592b658d38262daa53bc5785189d1283696008e73583fa15cfff2e72563560e4b6b
|
|
7
|
+
data.tar.gz: 64366d8562b77c5886dc5b24cb6876a2afc8631c45fb94e75b7a50455a2fc1a75826ebee470c544b814e29913ca11788ae6a3e90b26833d204e81fe52f870b3b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.350
|
data/lib/v20210526/client.rb
CHANGED
|
@@ -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`
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|