tencentcloud-sdk-ess 3.0.774 → 3.0.775
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +71 -48
- 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: 0a6048bd98d371b752a1aa5ce0193ffb54200dc6
|
4
|
+
data.tar.gz: 0255c55529936e66bd154a26a07d7f6bc4f94955
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c7fa87ebf8fed76c17439b380971742c121f752ec3e34b404d16bae3b56f05d4e3364b8d130cdd0a11590b8a96814e91939cecdddd58289bf6418c30617735d
|
7
|
+
data.tar.gz: 53c8948d9fe18febc0ccd5458a634ee54d86897dec5a5d320534a91ba6b4cf5760367098c19b7c87234f5d46e3f360fa77e104d57fef6cd1170809ba42ea6cff
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.775
|
data/lib/v20201111/models.rb
CHANGED
@@ -9530,84 +9530,105 @@ module TencentCloud
|
|
9530
9530
|
class TemplateInfo < TencentCloud::Common::AbstractModel
|
9531
9531
|
# @param TemplateId: 模板ID,模板的唯一标识
|
9532
9532
|
# @type TemplateId: String
|
9533
|
-
# @param TemplateName:
|
9533
|
+
# @param TemplateName: 模板的名字
|
9534
9534
|
# @type TemplateName: String
|
9535
|
+
# @param Recipients: 此模块需要签署的各个参与方的角色列表。RecipientId标识每个参与方角色对应的唯一标识符,用于确定此角色的信息。
|
9536
|
+
|
9537
|
+
# [点击查看在模板中配置的签署参与方角色列表的样子](https://qcloudimg.tencent-cloud.cn/raw/e082bbcc0d923f8cb723d98382410aa2.png)
|
9538
|
+
|
9539
|
+
# @type Recipients: Array
|
9540
|
+
# @param Components: 模板的填充控件列表
|
9541
|
+
|
9542
|
+
# [点击查看在模板中配置的填充控件的样子](https://qcloudimg.tencent-cloud.cn/raw/cb2f58529fca8d909258f9d45a56f7f4.png)
|
9543
|
+
# @type Components: Array
|
9544
|
+
# @param SignComponents: 此模板中的签署控件列表
|
9545
|
+
|
9546
|
+
# [点击查看在模板中配置的签署控件的样子](https://qcloudimg.tencent-cloud.cn/raw/29bc6ed753a5a0fce4a3ab02e2c0d955.png)
|
9547
|
+
# @type SignComponents: Array
|
9535
9548
|
# @param Description: 模板描述信息
|
9536
9549
|
# @type Description: String
|
9537
|
-
# @param DocumentResourceIds:
|
9550
|
+
# @param DocumentResourceIds: 此模板的资源ID
|
9538
9551
|
# @type DocumentResourceIds: Array
|
9539
9552
|
# @param FileInfos: 生成模板的文件基础信息
|
9540
9553
|
# @type FileInfos: Array
|
9541
|
-
# @param AttachmentResourceIds:
|
9554
|
+
# @param AttachmentResourceIds: 此模板里边附件的资源ID
|
9542
9555
|
# @type AttachmentResourceIds: Array
|
9543
|
-
# @param SignOrder:
|
9544
|
-
|
9545
|
-
#
|
9556
|
+
# @param SignOrder: 签署人参与签署的顺序,可以分为以下两种方式:
|
9557
|
+
|
9558
|
+
# <b>无序</b>:不限定签署人的签署顺序,签署人可以在任何时间签署。此种方式值为 :{-1}
|
9559
|
+
# <b>有序</b>:通过序列数字标识签署顺序,从0开始编码,数字越大签署顺序越靠后,签署人按照指定的顺序依次签署。此种方式值为: {0,1,2,3………}
|
9546
9560
|
# @type SignOrder: Array
|
9547
|
-
# @param
|
9548
|
-
|
9549
|
-
#
|
9550
|
-
#
|
9551
|
-
#
|
9552
|
-
# @type SignComponents: Array
|
9553
|
-
# @param Status: 模板状态
|
9554
|
-
# -1:不可用
|
9555
|
-
# 0:草稿态
|
9556
|
-
# 1:正式态,可以正常使用
|
9561
|
+
# @param Status: 此模板的状态可以分为以下几种:
|
9562
|
+
|
9563
|
+
# <b>-1</b>:不可用状态。
|
9564
|
+
# <b>0</b>:草稿态,即模板正在编辑或未发布状态。
|
9565
|
+
# <b>1</b>:正式态,只有正式态的模板才可以发起合同。
|
9557
9566
|
# @type Status: Integer
|
9558
|
-
# @param Creator:
|
9567
|
+
# @param Creator: 模板的创建者信息,用户的名字
|
9568
|
+
|
9569
|
+
# 注: `是创建者的名字,而非创建者的用户ID`
|
9559
9570
|
# @type Creator: String
|
9560
9571
|
# @param CreatedOn: 模板创建的时间戳,格式为Unix标准时间戳(秒)
|
9561
9572
|
# @type CreatedOn: Integer
|
9562
|
-
# @param Promoter:
|
9573
|
+
# @param Promoter: 此模板创建方角色信息。
|
9574
|
+
|
9575
|
+
# [点击查看在模板中配置的创建方角色的样子](https://qcloudimg.tencent-cloud.cn/raw/e082bbcc0d923f8cb723d98382410aa2.png)
|
9563
9576
|
# @type Promoter: :class:`Tencentcloud::Ess.v20201111.models.Recipient`
|
9564
|
-
# @param TemplateType:
|
9565
|
-
|
9566
|
-
#
|
9577
|
+
# @param TemplateType: 模板类型可以分为以下两种:
|
9578
|
+
|
9579
|
+
# <b>1</b>:带有本企业自动签署的模板,即签署过程无需签署人手动操作,系统自动完成签署。
|
9580
|
+
# <b>3</b>:普通模板,即签署人需要手动进行签署操作。
|
9567
9581
|
# @type TemplateType: Integer
|
9568
|
-
# @param Available:
|
9569
|
-
|
9570
|
-
#
|
9582
|
+
# @param Available: 模板可用状态可以分为以下两种:
|
9583
|
+
|
9584
|
+
# <b>1</b>:(默认)启用状态,即模板可以正常使用。
|
9585
|
+
# <b>2</b>:停用状态,即模板暂时无法使用。
|
9586
|
+
|
9587
|
+
# 可到控制台启停模板
|
9571
9588
|
# @type Available: Integer
|
9572
9589
|
# @param OrganizationId: 创建模板的企业ID,电子签的机构ID
|
9573
9590
|
# @type OrganizationId: String
|
9574
|
-
# @param
|
9591
|
+
# @param CreatorId: 模板创建人用户ID
|
9592
|
+
# @type CreatorId: String
|
9593
|
+
# @param PreviewUrl: 模板的H5预览链接,有效期5分钟。
|
9594
|
+
# 可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
|
9575
9595
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9576
9596
|
# @type PreviewUrl: String
|
9577
|
-
# @param TemplateVersion:
|
9597
|
+
# @param TemplateVersion: 模板版本的编号,旨在标识其独特的版本信息,通常呈现为一串字符串,由日期和递增的数字组成
|
9578
9598
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9579
9599
|
# @type TemplateVersion: String
|
9580
|
-
# @param Published:
|
9581
|
-
|
9582
|
-
#
|
9600
|
+
# @param Published: 模板是否已发布可以分为以下两种状态:
|
9601
|
+
|
9602
|
+
# <b>true</b>:已发布状态,表示该模板已经发布并可以正常使用。
|
9603
|
+
# <b>false</b>:未发布状态,表示该模板还未发布,无法使用。
|
9583
9604
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9584
9605
|
# @type Published: Boolean
|
9585
|
-
# @param ShareTemplateId:
|
9606
|
+
# @param ShareTemplateId: <b>集体账号场景下</b>: 集团账号分享给子企业的模板的来源模板ID。
|
9586
9607
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9587
9608
|
# @type ShareTemplateId: String
|
9588
|
-
# @param TemplateSeals:
|
9609
|
+
# @param TemplateSeals: 此模板配置的预填印章列表(包括自动签署指定的印章)
|
9589
9610
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9590
9611
|
# @type TemplateSeals: Array
|
9591
9612
|
# @param Seals: 模板内部指定的印章列表
|
9592
9613
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9593
9614
|
# @type Seals: Array
|
9594
9615
|
|
9595
|
-
attr_accessor :TemplateId, :TemplateName, :
|
9616
|
+
attr_accessor :TemplateId, :TemplateName, :Recipients, :Components, :SignComponents, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :CreatorId, :PreviewUrl, :TemplateVersion, :Published, :ShareTemplateId, :TemplateSeals, :Seals
|
9596
9617
|
extend Gem::Deprecate
|
9597
9618
|
deprecate :Seals, :none, 2024, 3
|
9598
9619
|
deprecate :Seals=, :none, 2024, 3
|
9599
9620
|
|
9600
|
-
def initialize(templateid=nil, templatename=nil,
|
9621
|
+
def initialize(templateid=nil, templatename=nil, recipients=nil, components=nil, signcomponents=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, creatorid=nil, previewurl=nil, templateversion=nil, published=nil, sharetemplateid=nil, templateseals=nil, seals=nil)
|
9601
9622
|
@TemplateId = templateid
|
9602
9623
|
@TemplateName = templatename
|
9624
|
+
@Recipients = recipients
|
9625
|
+
@Components = components
|
9626
|
+
@SignComponents = signcomponents
|
9603
9627
|
@Description = description
|
9604
9628
|
@DocumentResourceIds = documentresourceids
|
9605
9629
|
@FileInfos = fileinfos
|
9606
9630
|
@AttachmentResourceIds = attachmentresourceids
|
9607
9631
|
@SignOrder = signorder
|
9608
|
-
@Recipients = recipients
|
9609
|
-
@Components = components
|
9610
|
-
@SignComponents = signcomponents
|
9611
9632
|
@Status = status
|
9612
9633
|
@Creator = creator
|
9613
9634
|
@CreatedOn = createdon
|
@@ -9615,6 +9636,7 @@ module TencentCloud
|
|
9615
9636
|
@TemplateType = templatetype
|
9616
9637
|
@Available = available
|
9617
9638
|
@OrganizationId = organizationid
|
9639
|
+
@CreatorId = creatorid
|
9618
9640
|
@PreviewUrl = previewurl
|
9619
9641
|
@TemplateVersion = templateversion
|
9620
9642
|
@Published = published
|
@@ -9626,18 +9648,6 @@ module TencentCloud
|
|
9626
9648
|
def deserialize(params)
|
9627
9649
|
@TemplateId = params['TemplateId']
|
9628
9650
|
@TemplateName = params['TemplateName']
|
9629
|
-
@Description = params['Description']
|
9630
|
-
@DocumentResourceIds = params['DocumentResourceIds']
|
9631
|
-
unless params['FileInfos'].nil?
|
9632
|
-
@FileInfos = []
|
9633
|
-
params['FileInfos'].each do |i|
|
9634
|
-
fileinfo_tmp = FileInfo.new
|
9635
|
-
fileinfo_tmp.deserialize(i)
|
9636
|
-
@FileInfos << fileinfo_tmp
|
9637
|
-
end
|
9638
|
-
end
|
9639
|
-
@AttachmentResourceIds = params['AttachmentResourceIds']
|
9640
|
-
@SignOrder = params['SignOrder']
|
9641
9651
|
unless params['Recipients'].nil?
|
9642
9652
|
@Recipients = []
|
9643
9653
|
params['Recipients'].each do |i|
|
@@ -9662,6 +9672,18 @@ module TencentCloud
|
|
9662
9672
|
@SignComponents << component_tmp
|
9663
9673
|
end
|
9664
9674
|
end
|
9675
|
+
@Description = params['Description']
|
9676
|
+
@DocumentResourceIds = params['DocumentResourceIds']
|
9677
|
+
unless params['FileInfos'].nil?
|
9678
|
+
@FileInfos = []
|
9679
|
+
params['FileInfos'].each do |i|
|
9680
|
+
fileinfo_tmp = FileInfo.new
|
9681
|
+
fileinfo_tmp.deserialize(i)
|
9682
|
+
@FileInfos << fileinfo_tmp
|
9683
|
+
end
|
9684
|
+
end
|
9685
|
+
@AttachmentResourceIds = params['AttachmentResourceIds']
|
9686
|
+
@SignOrder = params['SignOrder']
|
9665
9687
|
@Status = params['Status']
|
9666
9688
|
@Creator = params['Creator']
|
9667
9689
|
@CreatedOn = params['CreatedOn']
|
@@ -9672,6 +9694,7 @@ module TencentCloud
|
|
9672
9694
|
@TemplateType = params['TemplateType']
|
9673
9695
|
@Available = params['Available']
|
9674
9696
|
@OrganizationId = params['OrganizationId']
|
9697
|
+
@CreatorId = params['CreatorId']
|
9675
9698
|
@PreviewUrl = params['PreviewUrl']
|
9676
9699
|
@TemplateVersion = params['TemplateVersion']
|
9677
9700
|
@Published = params['Published']
|
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.775
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|