tencentcloud-sdk-ess 3.0.1062 → 3.0.1063
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/v20201111/models.rb +23 -17
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdf8d737d838de599f42ffe66ba731b47811574e
|
4
|
+
data.tar.gz: 0b504bd849eb47450956c32dcd49771571b1357d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ede99c54121dd1445386dd0b585a4522dbb0a965f85de824e949bcb8ef3b509e5a23ceba3ee8e3d3fbb2b68a97372f02d9be9c78a0a6ea3d0e4b110aa777347
|
7
|
+
data.tar.gz: eb2f4a8b4cdd4c607afe22d54895194f1866afd351d36abecfcc1dfd9f45e6bee0633edb85f5b769d59ceec2ce5141aff24ea12d2275ab88f64c5e89a39a6af4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1063
|
data/lib/v20201111/models.rb
CHANGED
@@ -162,9 +162,9 @@ module TencentCloud
|
|
162
162
|
|
163
163
|
# 注: `如果是用模板发起, 优先使用此处上传的, 如果不传则用模板的配置的`
|
164
164
|
# @type ApproverRoleName: String
|
165
|
-
# @param VerifyChannel: <font
|
165
|
+
# @param VerifyChannel: <font color="red">【已不再使用】</font>签署意愿确认渠道,默认为WEIXINAPP:人脸识别
|
166
166
|
|
167
|
-
# 注:
|
167
|
+
# 注: 该字段已不再使用, 请用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置
|
168
168
|
# @type VerifyChannel: Array
|
169
169
|
# @param PreReadTime: 签署方在签署合同之前,需要强制阅读合同的时长,可指定为3秒至300秒之间的任意值。
|
170
170
|
|
@@ -2299,7 +2299,7 @@ module TencentCloud
|
|
2299
2299
|
# @param Agent: 代理企业和员工的信息。
|
2300
2300
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
2301
2301
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2302
|
-
# @param ClientToken:
|
2302
|
+
# @param ClientToken: 该字段已不再使用
|
2303
2303
|
# @type ClientToken: String
|
2304
2304
|
|
2305
2305
|
attr_accessor :Operator, :TemplateId, :FlowId, :FileNames, :FormFields, :NeedPreview, :PreviewType, :Agent, :ClientToken
|
@@ -3743,10 +3743,13 @@ module TencentCloud
|
|
3743
3743
|
# @param SignComponentConfig: 签署控件的配置信息,用在嵌入式发起的页面配置,包括
|
3744
3744
|
# - 签署控件 是否默认展示日期.
|
3745
3745
|
# @type SignComponentConfig: :class:`Tencentcloud::Ess.v20201111.models.SignComponentConfig`
|
3746
|
+
# @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
|
3747
|
+
# <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
3748
|
+
# @type ForbidEditWatermark: Boolean
|
3746
3749
|
|
3747
|
-
attr_accessor :CanEditFlow, :CanEditFormField, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :SkipUploadFile, :ForbidEditFillComponent, :CustomCreateFlowDescription, :ForbidAddApprover, :ForbidEditApprover, :ForbidEditFlowProperties, :HideComponentTypes, :ShowComponentTypes, :ResultPageConfig, :SignComponentConfig
|
3750
|
+
attr_accessor :CanEditFlow, :CanEditFormField, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :SkipUploadFile, :ForbidEditFillComponent, :CustomCreateFlowDescription, :ForbidAddApprover, :ForbidEditApprover, :ForbidEditFlowProperties, :HideComponentTypes, :ShowComponentTypes, :ResultPageConfig, :SignComponentConfig, :ForbidEditWatermark
|
3748
3751
|
|
3749
|
-
def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil, signcomponentconfig=nil)
|
3752
|
+
def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil, signcomponentconfig=nil, forbideditwatermark=nil)
|
3750
3753
|
@CanEditFlow = caneditflow
|
3751
3754
|
@CanEditFormField = caneditformfield
|
3752
3755
|
@HideShowFlowName = hideshowflowname
|
@@ -3763,6 +3766,7 @@ module TencentCloud
|
|
3763
3766
|
@ShowComponentTypes = showcomponenttypes
|
3764
3767
|
@ResultPageConfig = resultpageconfig
|
3765
3768
|
@SignComponentConfig = signcomponentconfig
|
3769
|
+
@ForbidEditWatermark = forbideditwatermark
|
3766
3770
|
end
|
3767
3771
|
|
3768
3772
|
def deserialize(params)
|
@@ -3792,6 +3796,7 @@ module TencentCloud
|
|
3792
3796
|
@SignComponentConfig = SignComponentConfig.new
|
3793
3797
|
@SignComponentConfig.deserialize(params['SignComponentConfig'])
|
3794
3798
|
end
|
3799
|
+
@ForbidEditWatermark = params['ForbidEditWatermark']
|
3795
3800
|
end
|
3796
3801
|
end
|
3797
3802
|
|
@@ -3877,7 +3882,7 @@ module TencentCloud
|
|
3877
3882
|
# @param FlowType: 合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200个字符,仅限中文、字母、数字和下划线组成。
|
3878
3883
|
# 此合同类型需要跟模板配置的合同类型保持一致。
|
3879
3884
|
# @type FlowType: String
|
3880
|
-
# @param ClientToken:
|
3885
|
+
# @param ClientToken: 该字段已不再使用
|
3881
3886
|
# @type ClientToken: String
|
3882
3887
|
# @param DeadLine: 合同流程的签署截止时间,格式为Unix标准时间戳(秒),如果未设置签署截止时间,则默认为合同流程创建后的365天时截止。
|
3883
3888
|
# 如果在签署截止时间前未完成签署,则合同状态会变为已过期,导致合同作废。
|
@@ -5497,7 +5502,7 @@ module TencentCloud
|
|
5497
5502
|
# <ul><li> **OPEN**:开启(默认值)</li>
|
5498
5503
|
# <li> **CLOSE**:关闭</li></ul>
|
5499
5504
|
# @type IntelligentStatus: String
|
5500
|
-
# @param Components:
|
5505
|
+
# @param Components: 该字段已不再使用,请使用InitiatorComponents
|
5501
5506
|
# @type Components: :class:`Tencentcloud::Ess.v20201111.models.Component`
|
5502
5507
|
# @param FlowOption: 发起合同个性化参数
|
5503
5508
|
# 用于满足创建及页面操作过程中的个性化要求
|
@@ -5532,7 +5537,7 @@ module TencentCloud
|
|
5532
5537
|
# @type InitiatorComponents: Array
|
5533
5538
|
# @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
5534
5539
|
# @type FlowDisplayType: Integer
|
5535
|
-
# @param SignComponentConfig: <font color="red"
|
5540
|
+
# @param SignComponentConfig: <font color="red">此字段已不再使用,请使用 CreateFlowOption 里面的 SignComponentConfig</font>
|
5536
5541
|
# 签署控件的配置信息,用在嵌入式发起的页面配置,
|
5537
5542
|
# 包括
|
5538
5543
|
|
@@ -5672,15 +5677,13 @@ module TencentCloud
|
|
5672
5677
|
# <li>HONGKONG_AND_MACAO : 中国港澳居民来往内地通行证</li>
|
5673
5678
|
# <li>HONGKONG_MACAO_AND_TAIWAN : 中国港澳台居民居住证(格式同 中国大陆居民身份证)</li></ul>
|
5674
5679
|
# @type IdCardType: String
|
5675
|
-
# @param SealImage:
|
5676
|
-
# 注:已废弃
|
5677
|
-
# 请先通过UploadFiles接口上传文件,获取 FileId
|
5680
|
+
# @param SealImage: 该字段已不再使用
|
5678
5681
|
# @type SealImage: String
|
5679
5682
|
# @param SealImageCompress: 是否开启印章图片压缩处理,默认不开启,如需开启请设置为 true。当印章超过 2M 时建议开启,开启后图片的 hash 将发生变化。
|
5680
5683
|
# @type SealImageCompress: Boolean
|
5681
5684
|
# @param Mobile: 手机号码;当需要开通自动签时,该参数必传
|
5682
5685
|
# @type Mobile: String
|
5683
|
-
# @param EnableAutoSign:
|
5686
|
+
# @param EnableAutoSign: 该字段已不再使用
|
5684
5687
|
# @type EnableAutoSign: Boolean
|
5685
5688
|
# @param SealColor: 印章颜色(参数ProcessSeal=true时生效)
|
5686
5689
|
# 默认值:BLACK黑色
|
@@ -9367,19 +9370,24 @@ module TencentCloud
|
|
9367
9370
|
|
9368
9371
|
# 注意: 此参数仅针对**EmbedType=CREATE_TEMPLATE(创建模板)和EmbedType=CREATE_CONTRACT_DRAFT_COOPEDIT(创建起草合同)有效**,
|
9369
9372
|
# @type SkipUploadFile: Boolean
|
9373
|
+
# @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
|
9374
|
+
# <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
9375
|
+
# @type ForbidEditWatermark: Boolean
|
9370
9376
|
|
9371
|
-
attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile
|
9377
|
+
attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile, :ForbidEditWatermark
|
9372
9378
|
|
9373
|
-
def initialize(showflowdetailcomponent=nil, showtemplatecomponent=nil, skipuploadfile=nil)
|
9379
|
+
def initialize(showflowdetailcomponent=nil, showtemplatecomponent=nil, skipuploadfile=nil, forbideditwatermark=nil)
|
9374
9380
|
@ShowFlowDetailComponent = showflowdetailcomponent
|
9375
9381
|
@ShowTemplateComponent = showtemplatecomponent
|
9376
9382
|
@SkipUploadFile = skipuploadfile
|
9383
|
+
@ForbidEditWatermark = forbideditwatermark
|
9377
9384
|
end
|
9378
9385
|
|
9379
9386
|
def deserialize(params)
|
9380
9387
|
@ShowFlowDetailComponent = params['ShowFlowDetailComponent']
|
9381
9388
|
@ShowTemplateComponent = params['ShowTemplateComponent']
|
9382
9389
|
@SkipUploadFile = params['SkipUploadFile']
|
9390
|
+
@ForbidEditWatermark = params['ForbidEditWatermark']
|
9383
9391
|
end
|
9384
9392
|
end
|
9385
9393
|
|
@@ -13853,9 +13861,7 @@ module TencentCloud
|
|
13853
13861
|
|
13854
13862
|
# 注: `该参数仅在关键字定位时,需要去除关键字所在的灰框场景下使用。`
|
13855
13863
|
# @type CoverRect: Boolean
|
13856
|
-
# @param CustomIds:
|
13857
|
-
|
13858
|
-
# 注: `历史遗留问题,已经废弃,调用接口时不用赋值`
|
13864
|
+
# @param CustomIds: 该字段已不再使用
|
13859
13865
|
# @type CustomIds: Array
|
13860
13866
|
# @param FileUrls: 不再使用,上传文件链接数组,最多支持20个URL
|
13861
13867
|
# @type FileUrls: String
|