tencentcloud-sdk-essbasic 3.0.477 → 3.0.478
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/v20210526/models.rb +16 -4
- 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: 349ffe3c0f78390007ff49f7fee85bc1ed82ced0
|
|
4
|
+
data.tar.gz: d48b3590cd19a3b3d32d1b08fd8ccaf13ff1b904
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6657d47b2adf78a217106254d2619ef58f3e6958bc84449269979943205a966a04c511c632a321937b4cfcf326fd1cfb6b940ba960b129ec1bc543b3a44539b1
|
|
7
|
+
data.tar.gz: 443f27e27b3b63d1755b499dc48f86179bd341f154476c11407404c2e8418a9bcd869813a75ee72b5056f23b5723695afe5387fa99fe7fd5fb57ef093574d969
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.478
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -612,15 +612,21 @@ module TencentCloud
|
|
|
612
612
|
# @type FlowGroupName: String
|
|
613
613
|
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
614
614
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
615
|
+
# @param ApproverVerifyType: 签署人校验方式
|
|
616
|
+
# VerifyCheck: 人脸识别(默认)
|
|
617
|
+
# MobileCheck:手机号验证
|
|
618
|
+
# 参数说明:若选择后者,未实名的个人签署方查看合同时,无需进行人脸识别实名认证(但签署合同时仍然需要人脸实名),该能力仅适用于个人签署方。
|
|
619
|
+
# @type ApproverVerifyType: String
|
|
615
620
|
# @param Operator: 操作者的信息
|
|
616
621
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
617
622
|
|
|
618
|
-
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :Operator
|
|
623
|
+
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :Operator
|
|
619
624
|
|
|
620
|
-
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, operator=nil)
|
|
625
|
+
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, operator=nil)
|
|
621
626
|
@FlowFileInfos = flowfileinfos
|
|
622
627
|
@FlowGroupName = flowgroupname
|
|
623
628
|
@Agent = agent
|
|
629
|
+
@ApproverVerifyType = approververifytype
|
|
624
630
|
@Operator = operator
|
|
625
631
|
end
|
|
626
632
|
|
|
@@ -638,6 +644,7 @@ module TencentCloud
|
|
|
638
644
|
@Agent = Agent.new
|
|
639
645
|
@Agent.deserialize(params['Agent'])
|
|
640
646
|
end
|
|
647
|
+
@ApproverVerifyType = params['ApproverVerifyType']
|
|
641
648
|
unless params['Operator'].nil?
|
|
642
649
|
@Operator = UserInfo.new
|
|
643
650
|
@Operator.deserialize(params['Operator'])
|
|
@@ -1325,6 +1332,9 @@ module TencentCloud
|
|
|
1325
1332
|
# @param ChannelComponentId: 渠道控件ID。
|
|
1326
1333
|
# 如果不为空,属于渠道预设控件;
|
|
1327
1334
|
# @type ChannelComponentId: String
|
|
1335
|
+
# @param KeywordOrder: 指定关键字排序规则,Positive-正序,Reverse-倒序。传入Positive时会根据关键字在PDF文件内的顺序进行排列。在指定KeywordIndexes时,0代表在PDF内查找内容时,查找到的第一个关键字。
|
|
1336
|
+
# 传入Reverse时会根据关键字在PDF文件内的反序进行排列。在指定KeywordIndexes时,0代表在PDF内查找内容时,查找到的最后一个关键字。
|
|
1337
|
+
# @type KeywordOrder: String
|
|
1328
1338
|
# @param KeywordPage: 指定关键字页码,可选参数,指定页码后,将只在指定的页码内查找关键字,非该页码的关键字将不会查询出来
|
|
1329
1339
|
# @type KeywordPage: Integer
|
|
1330
1340
|
# @param RelativeLocation: 关键字位置模式,Middle-居中,Below-正下方,Right-正右方,LowerRight-右上角,UpperRight-右下角。示例:如果设置Middle的关键字盖章,则印章的中心会和关键字的中心重合,如果设置Below,则印章在关键字的正下方
|
|
@@ -1332,9 +1342,9 @@ module TencentCloud
|
|
|
1332
1342
|
# @param KeywordIndexes: 关键字索引,可选参数,如果一个关键字在PDF文件中存在多个,可以通过关键字索引指定使用第几个关键字作为最后的结果,可指定多个索引。示例[0,2],说明使用PDF文件内第1个和第3个关键字位置。
|
|
1333
1343
|
# @type KeywordIndexes: Array
|
|
1334
1344
|
|
|
1335
|
-
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY, :ChannelComponentId, :KeywordPage, :RelativeLocation, :KeywordIndexes
|
|
1345
|
+
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY, :ChannelComponentId, :KeywordOrder, :KeywordPage, :RelativeLocation, :KeywordIndexes
|
|
1336
1346
|
|
|
1337
|
-
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil, channelcomponentid=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil)
|
|
1347
|
+
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil, channelcomponentid=nil, keywordorder=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil)
|
|
1338
1348
|
@ComponentId = componentid
|
|
1339
1349
|
@ComponentType = componenttype
|
|
1340
1350
|
@ComponentName = componentname
|
|
@@ -1355,6 +1365,7 @@ module TencentCloud
|
|
|
1355
1365
|
@OffsetX = offsetx
|
|
1356
1366
|
@OffsetY = offsety
|
|
1357
1367
|
@ChannelComponentId = channelcomponentid
|
|
1368
|
+
@KeywordOrder = keywordorder
|
|
1358
1369
|
@KeywordPage = keywordpage
|
|
1359
1370
|
@RelativeLocation = relativelocation
|
|
1360
1371
|
@KeywordIndexes = keywordindexes
|
|
@@ -1381,6 +1392,7 @@ module TencentCloud
|
|
|
1381
1392
|
@OffsetX = params['OffsetX']
|
|
1382
1393
|
@OffsetY = params['OffsetY']
|
|
1383
1394
|
@ChannelComponentId = params['ChannelComponentId']
|
|
1395
|
+
@KeywordOrder = params['KeywordOrder']
|
|
1384
1396
|
@KeywordPage = params['KeywordPage']
|
|
1385
1397
|
@RelativeLocation = params['RelativeLocation']
|
|
1386
1398
|
@KeywordIndexes = params['KeywordIndexes']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-essbasic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.478
|
|
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-12-
|
|
11
|
+
date: 2022-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|