tencentcloud-sdk-ess 3.0.548 → 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/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/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
|