tencentcloud-sdk-ess 3.0.547 → 3.0.549
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/client.rb +6 -4
- data/lib/v20201111/models.rb +6 -2
- 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: dfbab58de2944087c2e63a09f373d7f7f86f347f
|
|
4
|
+
data.tar.gz: 0c903613f2e32b0430d5dfc300c2367c9562f45e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59b382fbf544a848794ef76291273b4d86c6ef0b36b04fe32f78cb5e33f53e33be43db4c34688f4cf959404aa0675fef1f805d6d804e20c605bc94c1fa8cb9b0
|
|
7
|
+
data.tar.gz: dad2f69c31c923da969f8679c075d5c53edb5a9f1ddc61f43e841bbce72e1321bd3987bffb2b5ab8086fa3d407aa0697cd75d4f1fcfb55803e2f27203ca7b171
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.549
|
data/lib/v20201111/client.rb
CHANGED
|
@@ -129,7 +129,7 @@ module TencentCloud
|
|
|
129
129
|
end
|
|
130
130
|
|
|
131
131
|
# 创建签署流程电子文档
|
|
132
|
-
# 适用场景:见创建签署流程接口。
|
|
132
|
+
# 适用场景:见创建签署流程接口。
|
|
133
133
|
# 注:该接口需要给对应的流程指定一个模板id,并且填充该模板中需要补充的信息。是“发起流程”接口的前置接口。
|
|
134
134
|
|
|
135
135
|
# @param request: Request instance for CreateDocument.
|
|
@@ -263,6 +263,8 @@ module TencentCloud
|
|
|
263
263
|
# 指定需要批量催办的签署流程Id,批量催办合同,最多100个; 接口失败后返回错误信息
|
|
264
264
|
# 注意:
|
|
265
265
|
# 该接口不可直接调用,请联系客户经理申请使用
|
|
266
|
+
# 仅能催办当前状态为“待签署”的签署人,且只能催办一次
|
|
267
|
+
# 发起合同时,签署人的NotifyType需设置为sms,否则无法催办
|
|
266
268
|
|
|
267
269
|
# @param request: Request instance for CreateFlowReminds.
|
|
268
270
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowRemindsRequest`
|
|
@@ -437,7 +439,7 @@ module TencentCloud
|
|
|
437
439
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
438
440
|
end
|
|
439
441
|
|
|
440
|
-
# 本接口(CreatePreparedPersonalEsign
|
|
442
|
+
# 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章。
|
|
441
443
|
|
|
442
444
|
# @param request: Request instance for CreatePreparedPersonalEsign.
|
|
443
445
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreatePreparedPersonalEsignRequest`
|
|
@@ -956,7 +958,7 @@ module TencentCloud
|
|
|
956
958
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
957
959
|
end
|
|
958
960
|
|
|
959
|
-
#
|
|
961
|
+
# 通过发起转换任务接口(CreateConvertTaskApi)返回的任务Id查询转换任务状态,通过本接口确认转换任务是否完成。大文件转换所需的时间可能会比较长。
|
|
960
962
|
|
|
961
963
|
# @param request: Request instance for GetTaskResultApi.
|
|
962
964
|
# @type request: :class:`Tencentcloud::ess::V20201111::GetTaskResultApiRequest`
|
|
@@ -1083,7 +1085,7 @@ module TencentCloud
|
|
|
1083
1085
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1084
1086
|
end
|
|
1085
1087
|
|
|
1086
|
-
#
|
|
1088
|
+
# 对流程的合同文件进行验证,判断文件是否合法。
|
|
1087
1089
|
|
|
1088
1090
|
# @param request: Request instance for VerifyPdf.
|
|
1089
1091
|
# @type request: :class:`Tencentcloud::ess::V20201111::VerifyPdfRequest`
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -4820,6 +4820,8 @@ module TencentCloud
|
|
|
4820
4820
|
# @type CreatedOn: Integer
|
|
4821
4821
|
# @param Promoter: 发起人角色信息
|
|
4822
4822
|
# @type Promoter: :class:`Tencentcloud::Ess.v20201111.models.Recipient`
|
|
4823
|
+
# @param Available: 模板可用状态,取值:0未知,但默认会被转成启用;1启用(默认),2停用
|
|
4824
|
+
# @type Available: Integer
|
|
4823
4825
|
# @param OrganizationId: 模板创建组织id
|
|
4824
4826
|
# @type OrganizationId: String
|
|
4825
4827
|
# @param PreviewUrl: 模板预览链接
|
|
@@ -4832,9 +4834,9 @@ module TencentCloud
|
|
|
4832
4834
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4833
4835
|
# @type Published: Boolean
|
|
4834
4836
|
|
|
4835
|
-
attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published
|
|
4837
|
+
attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published
|
|
4836
4838
|
|
|
4837
|
-
def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil)
|
|
4839
|
+
def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, available=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil)
|
|
4838
4840
|
@TemplateId = templateid
|
|
4839
4841
|
@TemplateName = templatename
|
|
4840
4842
|
@Description = description
|
|
@@ -4849,6 +4851,7 @@ module TencentCloud
|
|
|
4849
4851
|
@Creator = creator
|
|
4850
4852
|
@CreatedOn = createdon
|
|
4851
4853
|
@Promoter = promoter
|
|
4854
|
+
@Available = available
|
|
4852
4855
|
@OrganizationId = organizationid
|
|
4853
4856
|
@PreviewUrl = previewurl
|
|
4854
4857
|
@TemplateVersion = templateversion
|
|
@@ -4901,6 +4904,7 @@ module TencentCloud
|
|
|
4901
4904
|
@Promoter = Recipient.new
|
|
4902
4905
|
@Promoter.deserialize(params['Promoter'])
|
|
4903
4906
|
end
|
|
4907
|
+
@Available = params['Available']
|
|
4904
4908
|
@OrganizationId = params['OrganizationId']
|
|
4905
4909
|
@PreviewUrl = params['PreviewUrl']
|
|
4906
4910
|
@TemplateVersion = params['TemplateVersion']
|
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.549
|
|
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-04-
|
|
11
|
+
date: 2023-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|