tencentcloud-sdk-ess 3.0.640 → 3.0.642

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +37 -12
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 279c684e8e87c91d78ef8e1f0cbffa1bffbd8dcb
4
- data.tar.gz: 4b0bf7af644948caf5b0ba7e504e015046425d77
3
+ metadata.gz: 03fd47d5271fe461a56938f4064d5e8811e32673
4
+ data.tar.gz: 8dc89c7824c44b0143ba5ece6cffdf1ccaeb2654
5
5
  SHA512:
6
- metadata.gz: 8563e567c9d940abd0a8b9db423d26399883b581a4a2771e24555876d5d741f548bbb870183ab6247a6a30679df9fabc7dac4497f458f8b51e9d22d875448a1d
7
- data.tar.gz: 4db81f72c45423a7b43323e3f2ddf38632df03afc1e4e1beef54e2b009d29ba3b54c282e01503628f24ffe989dd3c39c31c0d7678d37f7ba84fe5a59e65d314c
6
+ metadata.gz: 0f90faa7e400935ca2127fb739892c92a750d4bf0773009892295e18136c2f76954d6af9bfe2a230a657159b79464afe7b9aa1cc93e5871d9952df846fcf5f76
7
+ data.tar.gz: dd3ea97c6b51274327c815750fc8248634a2934f5d3893176a8768709504a7b427e4cd2bf914227714285184a8eaf77efdbbeb4d706c2d549b507010d67062a9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.640
1
+ 3.0.642
@@ -152,7 +152,8 @@ module TencentCloud
152
152
  # @type ApproverOption: :class:`Tencentcloud::Ess.v20201111.models.ApproverOption`
153
153
  # @param ApproverVerifyTypes: 指定个人签署方查看合同的校验方式,可以传值如下:
154
154
  # <ul><li> **1** : (默认)人脸识别,人脸识别后才能合同内容</li>
155
- # <li> **2** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容</li></ul>
155
+ # <li> **2** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容(当手写签名方式为OCR_ESIGN时,该校验方式无效,因为这种签名方式依赖实名认证)
156
+ # </li></ul>
156
157
  # 注:
157
158
  # <ul><li>如果合同流程设置ApproverVerifyType查看合同的校验方式, 则忽略此签署人的查看合同的校验方式</li>
158
159
  # <li>此字段不可传多个校验方式</li></ul>
@@ -331,16 +332,21 @@ module TencentCloud
331
332
 
332
333
  # 如果是 H5 开通链接,支持传 INSIGHT / TELECOM。默认值 WEIXINAPP / INSIGHT。
333
334
  # @type VerifyChannels: Array
335
+ # @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。
336
+ # 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次
337
+ # 1-不绑定,发起合同时将按标准合同套餐进行扣减
338
+ # @type LicenseType: Integer
334
339
 
335
- attr_accessor :UserInfo, :CallbackUrl, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :VerifyChannels
340
+ attr_accessor :UserInfo, :CallbackUrl, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :VerifyChannels, :LicenseType
336
341
 
337
- def initialize(userinfo=nil, callbackurl=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, verifychannels=nil)
342
+ def initialize(userinfo=nil, callbackurl=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, verifychannels=nil, licensetype=nil)
338
343
  @UserInfo = userinfo
339
344
  @CallbackUrl = callbackurl
340
345
  @CertInfoCallback = certinfocallback
341
346
  @UserDefineSeal = userdefineseal
342
347
  @SealImgCallback = sealimgcallback
343
348
  @VerifyChannels = verifychannels
349
+ @LicenseType = licensetype
344
350
  end
345
351
 
346
352
  def deserialize(params)
@@ -353,6 +359,7 @@ module TencentCloud
353
359
  @UserDefineSeal = params['UserDefineSeal']
354
360
  @SealImgCallback = params['SealImgCallback']
355
361
  @VerifyChannels = params['VerifyChannels']
362
+ @LicenseType = params['LicenseType']
356
363
  end
357
364
  end
358
365
 
@@ -1419,7 +1426,7 @@ module TencentCloud
1419
1426
  # @type UserData: String
1420
1427
  # @param ApproverVerifyType: 指定个人签署方查看合同的校验方式
1421
1428
  # <ul><li> **VerifyCheck** :(默认)人脸识别,人脸识别后才能合同内容 </li>
1422
- # <li> **MobileCheck** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容</li></ul>
1429
+ # <li> **MobileCheck** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容(当手写签名方式为OCR_ESIGN时,该校验方式无效,因为这种签名方式依赖实名认证)</li></ul>
1423
1430
  # @type ApproverVerifyType: String
1424
1431
  # @param SignBeanTag: 签署方签署控件(印章/签名等)的生成方式:
1425
1432
  # <ul><li> **0**:在合同流程发起时,由发起人指定签署方的签署控件的位置和数量。</li>
@@ -2782,13 +2789,15 @@ module TencentCloud
2782
2789
  # @type FileId: String
2783
2790
  # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
2784
2791
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2792
+ # @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次 1-不绑定,发起合同时将按标准合同套餐进行扣减
2793
+ # @type LicenseType: Integer
2785
2794
 
2786
- attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent
2795
+ attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType
2787
2796
  extend Gem::Deprecate
2788
2797
  deprecate :SealImage, :none, 2023, 8
2789
2798
  deprecate :SealImage=, :none, 2023, 8
2790
2799
 
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)
2800
+ 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
2801
  @UserName = username
2793
2802
  @IdCardNumber = idcardnumber
2794
2803
  @SealName = sealname
@@ -2802,6 +2811,7 @@ module TencentCloud
2802
2811
  @ProcessSeal = processseal
2803
2812
  @FileId = fileid
2804
2813
  @Agent = agent
2814
+ @LicenseType = licensetype
2805
2815
  end
2806
2816
 
2807
2817
  def deserialize(params)
@@ -2824,6 +2834,7 @@ module TencentCloud
2824
2834
  @Agent = Agent.new
2825
2835
  @Agent.deserialize(params['Agent'])
2826
2836
  end
2837
+ @LicenseType = params['LicenseType']
2827
2838
  end
2828
2839
  end
2829
2840
 
@@ -2933,7 +2944,8 @@ module TencentCloud
2933
2944
  # @type Mobile: String
2934
2945
  # @param EndPoint: 要跳转的链接类型
2935
2946
 
2936
- # - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认)
2947
+ # - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认),此时返回长链
2948
+ # - HTTP_SHORT_URL:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链
2937
2949
  # - APP: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
2938
2950
  # @type EndPoint: String
2939
2951
  # @param FlowId: 签署流程编号 (PathType=1时必传)
@@ -3000,7 +3012,7 @@ module TencentCloud
3000
3012
 
3001
3013
  # CreateSchemeUrl返回参数结构体
3002
3014
  class CreateSchemeUrlResponse < TencentCloud::Common::AbstractModel
3003
- # @param SchemeUrl: 小程序链接地址,有效期30天
3015
+ # @param SchemeUrl: 小程序链接地址,有效期90天。如果EndPoint是App,得到的链接Path如’weixin://dl/business/?t= *TICKET*‘,用于客户APP、小程序直接拉起电子签小程序;其他EndPoint得到的https链接如'https://essurl.cn/xxx',点击链接会打开一个H5页面,然后拉起电子签小程序。
3004
3016
  # @type SchemeUrl: String
3005
3017
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3006
3018
  # @type RequestId: String
@@ -3335,13 +3347,16 @@ module TencentCloud
3335
3347
  # @type ThemeType: String
3336
3348
  # @param WebThemeConfig: 主题配置
3337
3349
  # @type WebThemeConfig: :class:`Tencentcloud::Ess.v20201111.models.WebThemeConfig`
3350
+ # @param Agent: 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
3351
+ # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
3338
3352
 
3339
- attr_accessor :Operator, :ThemeType, :WebThemeConfig
3353
+ attr_accessor :Operator, :ThemeType, :WebThemeConfig, :Agent
3340
3354
 
3341
- def initialize(operator=nil, themetype=nil, webthemeconfig=nil)
3355
+ def initialize(operator=nil, themetype=nil, webthemeconfig=nil, agent=nil)
3342
3356
  @Operator = operator
3343
3357
  @ThemeType = themetype
3344
3358
  @WebThemeConfig = webthemeconfig
3359
+ @Agent = agent
3345
3360
  end
3346
3361
 
3347
3362
  def deserialize(params)
@@ -3354,6 +3369,10 @@ module TencentCloud
3354
3369
  @WebThemeConfig = WebThemeConfig.new
3355
3370
  @WebThemeConfig.deserialize(params['WebThemeConfig'])
3356
3371
  end
3372
+ unless params['Agent'].nil?
3373
+ @Agent = Agent.new
3374
+ @Agent.deserialize(params['Agent'])
3375
+ end
3357
3376
  end
3358
3377
  end
3359
3378
 
@@ -4751,15 +4770,20 @@ module TencentCloud
4751
4770
  # @param LicenseTo: 自动签许可到期时间。当且仅当已开通自动签时有值。
4752
4771
  # 值为unix时间戳,单位为秒。
4753
4772
  # @type LicenseTo: Integer
4773
+ # @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。
4774
+ # 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次
4775
+ # 1-不绑定,发起合同时将按标准合同套餐进行扣减
4776
+ # @type LicenseType: Integer
4754
4777
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4755
4778
  # @type RequestId: String
4756
4779
 
4757
- attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :RequestId
4780
+ attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :LicenseType, :RequestId
4758
4781
 
4759
- def initialize(isopen=nil, licensefrom=nil, licenseto=nil, requestid=nil)
4782
+ def initialize(isopen=nil, licensefrom=nil, licenseto=nil, licensetype=nil, requestid=nil)
4760
4783
  @IsOpen = isopen
4761
4784
  @LicenseFrom = licensefrom
4762
4785
  @LicenseTo = licenseto
4786
+ @LicenseType = licensetype
4763
4787
  @RequestId = requestid
4764
4788
  end
4765
4789
 
@@ -4767,6 +4791,7 @@ module TencentCloud
4767
4791
  @IsOpen = params['IsOpen']
4768
4792
  @LicenseFrom = params['LicenseFrom']
4769
4793
  @LicenseTo = params['LicenseTo']
4794
+ @LicenseType = params['LicenseType']
4770
4795
  @RequestId = params['RequestId']
4771
4796
  end
4772
4797
  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.640
4
+ version: 3.0.642
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-21 00:00:00.000000000 Z
11
+ date: 2023-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20201111/models.rb
37
36
  - lib/v20201111/client.rb
37
+ - lib/v20201111/models.rb
38
38
  - lib/tencentcloud-sdk-ess.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby