tencentcloud-sdk-ess 3.0.576 → 3.0.577
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/v20201111/models.rb +7 -3
- 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: 550dd0cf07c2271e1f1473b537373e26c66fb92e
|
|
4
|
+
data.tar.gz: 4920a16079eb17a62063e598d623754a1dbaa10c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 168f672ea5af2614b32bd7b50e4fabb3ff493c2a0f2edf639cdec645eef7e4383ebed13f67366a74d59e7ad61ce9fe8aa2a15acbdf2a04a61b119c7f17d7486f
|
|
7
|
+
data.tar.gz: b2ed500cb5a778531a55710681f437ba8b12920eb4562d8b786a80e33f303f1bd1de9cd9037f76c1d65fede5aa80c1e22025870884be93bb13d921ee66e218b9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.577
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -803,7 +803,7 @@ module TencentCloud
|
|
|
803
803
|
class CreateChannelSubOrganizationModifyQrCodeResponse < TencentCloud::Common::AbstractModel
|
|
804
804
|
# @param QrCodeUrl: 二维码下载链接
|
|
805
805
|
# @type QrCodeUrl: String
|
|
806
|
-
# @param ExpiredTime: 二维码失效时间
|
|
806
|
+
# @param ExpiredTime: 二维码失效时间 UNIX 时间戳 精确到秒
|
|
807
807
|
# @type ExpiredTime: Integer
|
|
808
808
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
809
809
|
# @type RequestId: String
|
|
@@ -2189,16 +2189,19 @@ module TencentCloud
|
|
|
2189
2189
|
# @type NotifyType: String
|
|
2190
2190
|
# @param NotifyAddress: 若上方填写为 SMS,则此处为手机号
|
|
2191
2191
|
# @type NotifyAddress: String
|
|
2192
|
+
# @param ExpiredTime: 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为30天。如果不传,默认有效期为7天。
|
|
2193
|
+
# @type ExpiredTime: Integer
|
|
2192
2194
|
|
|
2193
|
-
attr_accessor :Operator, :SceneKey, :AutoSignConfig, :UrlType, :NotifyType, :NotifyAddress
|
|
2195
|
+
attr_accessor :Operator, :SceneKey, :AutoSignConfig, :UrlType, :NotifyType, :NotifyAddress, :ExpiredTime
|
|
2194
2196
|
|
|
2195
|
-
def initialize(operator=nil, scenekey=nil, autosignconfig=nil, urltype=nil, notifytype=nil, notifyaddress=nil)
|
|
2197
|
+
def initialize(operator=nil, scenekey=nil, autosignconfig=nil, urltype=nil, notifytype=nil, notifyaddress=nil, expiredtime=nil)
|
|
2196
2198
|
@Operator = operator
|
|
2197
2199
|
@SceneKey = scenekey
|
|
2198
2200
|
@AutoSignConfig = autosignconfig
|
|
2199
2201
|
@UrlType = urltype
|
|
2200
2202
|
@NotifyType = notifytype
|
|
2201
2203
|
@NotifyAddress = notifyaddress
|
|
2204
|
+
@ExpiredTime = expiredtime
|
|
2202
2205
|
end
|
|
2203
2206
|
|
|
2204
2207
|
def deserialize(params)
|
|
@@ -2214,6 +2217,7 @@ module TencentCloud
|
|
|
2214
2217
|
@UrlType = params['UrlType']
|
|
2215
2218
|
@NotifyType = params['NotifyType']
|
|
2216
2219
|
@NotifyAddress = params['NotifyAddress']
|
|
2220
|
+
@ExpiredTime = params['ExpiredTime']
|
|
2217
2221
|
end
|
|
2218
2222
|
end
|
|
2219
2223
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.577
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|