tencentcloud-sdk-ess 3.0.443 → 3.0.444

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 +30 -23
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5c7a9e8101c3a34fae72b50bf319a6d5aad8149
4
- data.tar.gz: 8baa312cf2ef124e57bab3d5e0f9ff188f849aa8
3
+ metadata.gz: f44222dcd00726c81c30410babe4146c8b9d8c01
4
+ data.tar.gz: 6bb988c2fcdfdfcb8924426a25e5d4e3a1fb652d
5
5
  SHA512:
6
- metadata.gz: 3d991e5f82290fe1348ba1965fd6c66d6c4126bf9df87bbe800f38d33b86fec059c928cca38fd90b6cdc2f738603fdf45d1c40d3a70138b7261201bbec6e9837
7
- data.tar.gz: 2df91749f209e476ee9101d31a63805163324bdd194ecc666c2fc2e232c0791a25f93e353700fd8f8d81415b843988f7445930ecbcc242dffc118135d38f8584
6
+ metadata.gz: 4a450b2c4be56a06cf49bdf7bd8a48e73ca426edd4cabb5bab83429122efe1743e372e3692d5b2b40a93d61daa2e8a66b25c76e9dd43844c240b5af74cde9e1f
7
+ data.tar.gz: 11463a612ff5b125a2cb3f29ad003cd7e808b942844c45a6a8387cc1502e412355fbd01db841cb8cf9d22f344ef19a14f607b94d749f089fcf8033a8641e04a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.443
1
+ 3.0.444
@@ -718,10 +718,15 @@ module TencentCloud
718
718
  # @type UserData: String
719
719
  # @param Agent: 应用号信息
720
720
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
721
+ # @param ApproverVerifyType: 签署人校验方式
722
+ # VerifyCheck: 人脸识别(默认)
723
+ # MobileCheck:手机号验证
724
+ # 参数说明:可选人脸识别或手机号验证两种方式,若选择后者,未实名个人签署方在签署合同时,无需经过实名认证和意愿确认两次人脸识别,该能力仅适用于个人签署方。
725
+ # @type ApproverVerifyType: String
721
726
 
722
- attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :FlowDescription, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :Agent
727
+ attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :FlowDescription, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :Agent, :ApproverVerifyType
723
728
 
724
- def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, flowdescription=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, agent=nil)
729
+ def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, flowdescription=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, agent=nil, approververifytype=nil)
725
730
  @Operator = operator
726
731
  @FlowName = flowname
727
732
  @Approvers = approvers
@@ -737,6 +742,7 @@ module TencentCloud
737
742
  @NeedSignReview = needsignreview
738
743
  @UserData = userdata
739
744
  @Agent = agent
745
+ @ApproverVerifyType = approververifytype
740
746
  end
741
747
 
742
748
  def deserialize(params)
@@ -782,6 +788,7 @@ module TencentCloud
782
788
  @Agent = Agent.new
783
789
  @Agent.deserialize(params['Agent'])
784
790
  end
791
+ @ApproverVerifyType = params['ApproverVerifyType']
785
792
  end
786
793
  end
787
794
 
@@ -1400,20 +1407,18 @@ module TencentCloud
1400
1407
 
1401
1408
  # DescribeFileUrls请求参数结构体
1402
1409
  class DescribeFileUrlsRequest < TencentCloud::Common::AbstractModel
1410
+ # @param Operator: 调用方用户信息,UserId 必填
1411
+ # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
1403
1412
  # @param BusinessType: 文件对应的业务类型,目前支持:
1413
+ # - 流程 "FLOW",如需下载合同文件请选择此项
1404
1414
  # - 模板 "TEMPLATE"
1405
1415
  # - 文档 "DOCUMENT"
1406
1416
  # - 印章 “SEAL”
1407
- # - 流程 "FLOW"
1408
1417
  # @type BusinessType: String
1409
- # @param BusinessIds: 业务编号的数组,如模板编号、文档编号、印章编号
1418
+ # @param BusinessIds: 业务编号的数组,如流程编号、模板编号、文档编号、印章编号。如需下载合同文件请传入FlowId
1410
1419
  # 最大支持20个资源
1411
1420
  # @type BusinessIds: Array
1412
- # @param Operator: 操作者信息
1413
- # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
1414
- # @param Agent: 应用相关信息
1415
- # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1416
- # @param FileName: 下载后的文件命名,只有fileType为zip的时候生效
1421
+ # @param FileName: 下载后的文件命名,只有FileType为zip的时候生效
1417
1422
  # @type FileName: String
1418
1423
  # @param FileType: 文件类型,"JPG", "PDF","ZIP"等
1419
1424
  # @type FileType: String
@@ -1423,45 +1428,47 @@ module TencentCloud
1423
1428
  # @type Limit: Integer
1424
1429
  # @param UrlTtl: 下载url过期时间,单位秒。0: 按默认值5分钟,允许范围:1s~24x60x60s(1天)
1425
1430
  # @type UrlTtl: Integer
1426
- # @param Scene: 暂不开放
1427
- # @type Scene: String
1428
1431
  # @param CcToken: 暂不开放
1429
1432
  # @type CcToken: String
1433
+ # @param Scene: 暂不开放
1434
+ # @type Scene: String
1435
+ # @param Agent: 应用相关信息
1436
+ # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1430
1437
 
1431
- attr_accessor :BusinessType, :BusinessIds, :Operator, :Agent, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :Scene, :CcToken
1438
+ attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
1432
1439
 
1433
- def initialize(businesstype=nil, businessids=nil, operator=nil, agent=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, scene=nil, cctoken=nil)
1440
+ def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
1441
+ @Operator = operator
1434
1442
  @BusinessType = businesstype
1435
1443
  @BusinessIds = businessids
1436
- @Operator = operator
1437
- @Agent = agent
1438
1444
  @FileName = filename
1439
1445
  @FileType = filetype
1440
1446
  @Offset = offset
1441
1447
  @Limit = limit
1442
1448
  @UrlTtl = urlttl
1443
- @Scene = scene
1444
1449
  @CcToken = cctoken
1450
+ @Scene = scene
1451
+ @Agent = agent
1445
1452
  end
1446
1453
 
1447
1454
  def deserialize(params)
1448
- @BusinessType = params['BusinessType']
1449
- @BusinessIds = params['BusinessIds']
1450
1455
  unless params['Operator'].nil?
1451
1456
  @Operator = UserInfo.new
1452
1457
  @Operator.deserialize(params['Operator'])
1453
1458
  end
1454
- unless params['Agent'].nil?
1455
- @Agent = Agent.new
1456
- @Agent.deserialize(params['Agent'])
1457
- end
1459
+ @BusinessType = params['BusinessType']
1460
+ @BusinessIds = params['BusinessIds']
1458
1461
  @FileName = params['FileName']
1459
1462
  @FileType = params['FileType']
1460
1463
  @Offset = params['Offset']
1461
1464
  @Limit = params['Limit']
1462
1465
  @UrlTtl = params['UrlTtl']
1463
- @Scene = params['Scene']
1464
1466
  @CcToken = params['CcToken']
1467
+ @Scene = params['Scene']
1468
+ unless params['Agent'].nil?
1469
+ @Agent = Agent.new
1470
+ @Agent.deserialize(params['Agent'])
1471
+ end
1465
1472
  end
1466
1473
  end
1467
1474
 
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.443
4
+ version: 3.0.444
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-11-02 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common