tencentcloud-sdk-ess 3.0.548 → 3.0.549

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a79e08de412d69f539733a7e8108d1caa006c691
4
- data.tar.gz: ec9cfe75daaa25cee2bfe74fdfc22a6299f121e6
3
+ metadata.gz: dfbab58de2944087c2e63a09f373d7f7f86f347f
4
+ data.tar.gz: 0c903613f2e32b0430d5dfc300c2367c9562f45e
5
5
  SHA512:
6
- metadata.gz: 359cfa7b44f1f6aabaf49149ebeeaf6421db658ccc240fd4e2efb225e1d7eca5c447cca8d6f01345c887e4e6cef6cde38656a42da43a17b10e474ab180ba7521
7
- data.tar.gz: e643506809192f82e512363b254e8bbcd24fc5278e373cc54dcdc1e30c4e089aa8c3aa83643e111b6c22e677b38b5c6e5c2bef477a87f58a262b318147818d0f
6
+ metadata.gz: 59b382fbf544a848794ef76291273b4d86c6ef0b36b04fe32f78cb5e33f53e33be43db4c34688f4cf959404aa0675fef1f805d6d804e20c605bc94c1fa8cb9b0
7
+ data.tar.gz: dad2f69c31c923da969f8679c075d5c53edb5a9f1ddc61f43e841bbce72e1321bd3987bffb2b5ab8086fa3d407aa0697cd75d4f1fcfb55803e2f27203ca7b171
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.548
1
+ 3.0.549
@@ -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.548
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 00:00:00.000000000 Z
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