tencentcloud-sdk-ess 3.0.640 → 3.0.641
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +34 -10
- 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: cd027f710c260a9be971d970b453726f811c7d52
|
4
|
+
data.tar.gz: 9d3708b7ab9d30121302dcbaa610d5802cef27f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28dd6835fb22b0f99d7c1b0edc4435fb148a7500fe669d9656cc2b8c0ae670eed05c773224f424c58efaab9055266e1c355e3bde8ab4f18ddbdf653568c34fbe
|
7
|
+
data.tar.gz: deda94250e590b8790b8c07e3887251342ab0e6abc612c38d363eedac34f126938f7f4f10db40d0b9b97e71605bfba2f3d9a032db38122252b62b05e67a86ccd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.641
|
data/lib/v20201111/models.rb
CHANGED
@@ -331,16 +331,21 @@ module TencentCloud
|
|
331
331
|
|
332
332
|
# 如果是 H5 开通链接,支持传 INSIGHT / TELECOM。默认值 WEIXINAPP / INSIGHT。
|
333
333
|
# @type VerifyChannels: Array
|
334
|
+
# @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。
|
335
|
+
# 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次
|
336
|
+
# 1-不绑定,发起合同时将按标准合同套餐进行扣减
|
337
|
+
# @type LicenseType: Integer
|
334
338
|
|
335
|
-
attr_accessor :UserInfo, :CallbackUrl, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :VerifyChannels
|
339
|
+
attr_accessor :UserInfo, :CallbackUrl, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :VerifyChannels, :LicenseType
|
336
340
|
|
337
|
-
def initialize(userinfo=nil, callbackurl=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, verifychannels=nil)
|
341
|
+
def initialize(userinfo=nil, callbackurl=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, verifychannels=nil, licensetype=nil)
|
338
342
|
@UserInfo = userinfo
|
339
343
|
@CallbackUrl = callbackurl
|
340
344
|
@CertInfoCallback = certinfocallback
|
341
345
|
@UserDefineSeal = userdefineseal
|
342
346
|
@SealImgCallback = sealimgcallback
|
343
347
|
@VerifyChannels = verifychannels
|
348
|
+
@LicenseType = licensetype
|
344
349
|
end
|
345
350
|
|
346
351
|
def deserialize(params)
|
@@ -353,6 +358,7 @@ module TencentCloud
|
|
353
358
|
@UserDefineSeal = params['UserDefineSeal']
|
354
359
|
@SealImgCallback = params['SealImgCallback']
|
355
360
|
@VerifyChannels = params['VerifyChannels']
|
361
|
+
@LicenseType = params['LicenseType']
|
356
362
|
end
|
357
363
|
end
|
358
364
|
|
@@ -2782,13 +2788,15 @@ module TencentCloud
|
|
2782
2788
|
# @type FileId: String
|
2783
2789
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
2784
2790
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2791
|
+
# @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次 1-不绑定,发起合同时将按标准合同套餐进行扣减
|
2792
|
+
# @type LicenseType: Integer
|
2785
2793
|
|
2786
|
-
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent
|
2794
|
+
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType
|
2787
2795
|
extend Gem::Deprecate
|
2788
2796
|
deprecate :SealImage, :none, 2023, 8
|
2789
2797
|
deprecate :SealImage=, :none, 2023, 8
|
2790
2798
|
|
2791
|
-
def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil)
|
2799
|
+
def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil, licensetype=nil)
|
2792
2800
|
@UserName = username
|
2793
2801
|
@IdCardNumber = idcardnumber
|
2794
2802
|
@SealName = sealname
|
@@ -2802,6 +2810,7 @@ module TencentCloud
|
|
2802
2810
|
@ProcessSeal = processseal
|
2803
2811
|
@FileId = fileid
|
2804
2812
|
@Agent = agent
|
2813
|
+
@LicenseType = licensetype
|
2805
2814
|
end
|
2806
2815
|
|
2807
2816
|
def deserialize(params)
|
@@ -2824,6 +2833,7 @@ module TencentCloud
|
|
2824
2833
|
@Agent = Agent.new
|
2825
2834
|
@Agent.deserialize(params['Agent'])
|
2826
2835
|
end
|
2836
|
+
@LicenseType = params['LicenseType']
|
2827
2837
|
end
|
2828
2838
|
end
|
2829
2839
|
|
@@ -2933,7 +2943,8 @@ module TencentCloud
|
|
2933
2943
|
# @type Mobile: String
|
2934
2944
|
# @param EndPoint: 要跳转的链接类型
|
2935
2945
|
|
2936
|
-
# - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认)
|
2946
|
+
# - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认),此时返回长链
|
2947
|
+
# - HTTP_SHORT_URL:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链
|
2937
2948
|
# - APP: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
|
2938
2949
|
# @type EndPoint: String
|
2939
2950
|
# @param FlowId: 签署流程编号 (PathType=1时必传)
|
@@ -3000,7 +3011,7 @@ module TencentCloud
|
|
3000
3011
|
|
3001
3012
|
# CreateSchemeUrl返回参数结构体
|
3002
3013
|
class CreateSchemeUrlResponse < TencentCloud::Common::AbstractModel
|
3003
|
-
# @param SchemeUrl: 小程序链接地址,有效期
|
3014
|
+
# @param SchemeUrl: 小程序链接地址,有效期90天。如果EndPoint是App,得到的链接Path如’weixin://dl/business/?t= *TICKET*‘,用于客户APP、小程序直接拉起电子签小程序;其他EndPoint得到的https链接如'https://essurl.cn/xxx',点击链接会打开一个H5页面,然后拉起电子签小程序。
|
3004
3015
|
# @type SchemeUrl: String
|
3005
3016
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3006
3017
|
# @type RequestId: String
|
@@ -3335,13 +3346,16 @@ module TencentCloud
|
|
3335
3346
|
# @type ThemeType: String
|
3336
3347
|
# @param WebThemeConfig: 主题配置
|
3337
3348
|
# @type WebThemeConfig: :class:`Tencentcloud::Ess.v20201111.models.WebThemeConfig`
|
3349
|
+
# @param Agent: 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
3350
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
3338
3351
|
|
3339
|
-
attr_accessor :Operator, :ThemeType, :WebThemeConfig
|
3352
|
+
attr_accessor :Operator, :ThemeType, :WebThemeConfig, :Agent
|
3340
3353
|
|
3341
|
-
def initialize(operator=nil, themetype=nil, webthemeconfig=nil)
|
3354
|
+
def initialize(operator=nil, themetype=nil, webthemeconfig=nil, agent=nil)
|
3342
3355
|
@Operator = operator
|
3343
3356
|
@ThemeType = themetype
|
3344
3357
|
@WebThemeConfig = webthemeconfig
|
3358
|
+
@Agent = agent
|
3345
3359
|
end
|
3346
3360
|
|
3347
3361
|
def deserialize(params)
|
@@ -3354,6 +3368,10 @@ module TencentCloud
|
|
3354
3368
|
@WebThemeConfig = WebThemeConfig.new
|
3355
3369
|
@WebThemeConfig.deserialize(params['WebThemeConfig'])
|
3356
3370
|
end
|
3371
|
+
unless params['Agent'].nil?
|
3372
|
+
@Agent = Agent.new
|
3373
|
+
@Agent.deserialize(params['Agent'])
|
3374
|
+
end
|
3357
3375
|
end
|
3358
3376
|
end
|
3359
3377
|
|
@@ -4751,15 +4769,20 @@ module TencentCloud
|
|
4751
4769
|
# @param LicenseTo: 自动签许可到期时间。当且仅当已开通自动签时有值。
|
4752
4770
|
# 值为unix时间戳,单位为秒。
|
4753
4771
|
# @type LicenseTo: Integer
|
4772
|
+
# @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。
|
4773
|
+
# 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次
|
4774
|
+
# 1-不绑定,发起合同时将按标准合同套餐进行扣减
|
4775
|
+
# @type LicenseType: Integer
|
4754
4776
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4755
4777
|
# @type RequestId: String
|
4756
4778
|
|
4757
|
-
attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :RequestId
|
4779
|
+
attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :LicenseType, :RequestId
|
4758
4780
|
|
4759
|
-
def initialize(isopen=nil, licensefrom=nil, licenseto=nil, requestid=nil)
|
4781
|
+
def initialize(isopen=nil, licensefrom=nil, licenseto=nil, licensetype=nil, requestid=nil)
|
4760
4782
|
@IsOpen = isopen
|
4761
4783
|
@LicenseFrom = licensefrom
|
4762
4784
|
@LicenseTo = licenseto
|
4785
|
+
@LicenseType = licensetype
|
4763
4786
|
@RequestId = requestid
|
4764
4787
|
end
|
4765
4788
|
|
@@ -4767,6 +4790,7 @@ module TencentCloud
|
|
4767
4790
|
@IsOpen = params['IsOpen']
|
4768
4791
|
@LicenseFrom = params['LicenseFrom']
|
4769
4792
|
@LicenseTo = params['LicenseTo']
|
4793
|
+
@LicenseType = params['LicenseType']
|
4770
4794
|
@RequestId = params['RequestId']
|
4771
4795
|
end
|
4772
4796
|
end
|
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.641
|
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-08-
|
11
|
+
date: 2023-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|