tencentcloud-sdk-ess 3.0.575 → 3.0.577

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a850d4e1ba4e88af81b9f6befd73bc758dc657a5
4
- data.tar.gz: bd5df31d9fdee5879b66007a15c10d4779bde3fa
3
+ metadata.gz: 550dd0cf07c2271e1f1473b537373e26c66fb92e
4
+ data.tar.gz: 4920a16079eb17a62063e598d623754a1dbaa10c
5
5
  SHA512:
6
- metadata.gz: ce24ff5dc415feeec6a93dc1d102178f52838401e38cc78c7a886996f415144d257419373a97b4dad940ea59c4adcb27d1d8763cf85ffac90a00e6e1d370104b
7
- data.tar.gz: 43531b0c44e42d79746799e5d76341c9a5f14c2c3eb137a4e70253c754ad77dfa4ca25d9924b25f1709d79a53683418c6a9c4baaf72edbfad10d08a52788b6b3
6
+ metadata.gz: 168f672ea5af2614b32bd7b50e4fabb3ff493c2a0f2edf639cdec645eef7e4383ebed13f67366a74d59e7ad61ce9fe8aa2a15acbdf2a04a61b119c7f17d7486f
7
+ data.tar.gz: b2ed500cb5a778531a55710681f437ba8b12920eb4562d8b786a80e33f303f1bd1de9cd9037f76c1d65fede5aa80c1e22025870884be93bb13d921ee66e218b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.575
1
+ 3.0.577
@@ -368,6 +368,7 @@ module TencentCloud
368
368
  # 该接口用于发起合同后,生成C端签署人的签署链接 <br/>
369
369
  # 注意:该接口目前签署人类型仅支持个人签署方(PERSON) <br/>
370
370
  # 注意:该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件<br/>
371
+ # 注意:该接口返回的签署链接是用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入。微信小程序请使用小程序跳转或半屏弹窗的方式<br/>
371
372
 
372
373
  # @param request: Request instance for CreateFlowSignUrl.
373
374
  # @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowSignUrlRequest`
@@ -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: 二维码失效时间 unix 时间戳 精确到秒
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.575
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-23 00:00:00.000000000 Z
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