tencentcloud-sdk-ess 3.0.471 → 3.0.473

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fef445a20677b6f0ccde666b98da8fe7dd1d345
4
- data.tar.gz: 793b8b66c313a4af1dcc64ebbc229082fc4aefbd
3
+ metadata.gz: 317a9bc47a49ad4614efbec87baf114a2085c938
4
+ data.tar.gz: 8cb6561c12754f3fdfafed217d7f0e7b72b01b0d
5
5
  SHA512:
6
- metadata.gz: e466ec2eb6dfce5b4cb464fe93504aad79088713925cf532683bd5c7e9980ce5f0dc1a98e1402fbdeb77a2d599efe4ad2d44f0ba496d2286e4ab039491161366
7
- data.tar.gz: fcaed965c846a207efd61659a4bd7c1c874722731531de9257ad310bb8ea2a8d83bf0382ad361fc0e7b1eac027e61d56e6c77ac16943a9694bbe96fec1b89511
6
+ metadata.gz: 2ddf007c3d0d8f0da8fe4fccf504e976799a2f4fdb49c71d2e46bd78cba1dea6205fe27b361c3b8a6c531015125e39a531fbc24fd0900facde1509b2dd5c6ba9
7
+ data.tar.gz: c16d1d3cf72577b326ea2dc35174ef6a3331f99a2a2427dadb3ba1ba451929c25a0d5abc5266bb436ebc6ded6c89f23f41db6e3ea9a34972dd4ec3b387f0bb0b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.471
1
+ 3.0.473
@@ -3270,10 +3270,16 @@ module TencentCloud
3270
3270
  # @param PreviewUrl: 模板预览链接
3271
3271
  # 注意:此字段可能返回 null,表示取不到有效值。
3272
3272
  # @type PreviewUrl: String
3273
+ # @param TemplateVersion: 模板版本。默认为空时,全数字字符,初始版本为yyyyMMdd001。
3274
+ # 注意:此字段可能返回 null,表示取不到有效值。
3275
+ # @type TemplateVersion: String
3276
+ # @param Published: 模板是否已发布。true-已发布;false-未发布
3277
+ # 注意:此字段可能返回 null,表示取不到有效值。
3278
+ # @type Published: Boolean
3273
3279
 
3274
- attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :OrganizationId, :PreviewUrl
3280
+ attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published
3275
3281
 
3276
- 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)
3282
+ 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)
3277
3283
  @TemplateId = templateid
3278
3284
  @TemplateName = templatename
3279
3285
  @Description = description
@@ -3290,6 +3296,8 @@ module TencentCloud
3290
3296
  @Promoter = promoter
3291
3297
  @OrganizationId = organizationid
3292
3298
  @PreviewUrl = previewurl
3299
+ @TemplateVersion = templateversion
3300
+ @Published = published
3293
3301
  end
3294
3302
 
3295
3303
  def deserialize(params)
@@ -3340,6 +3348,8 @@ module TencentCloud
3340
3348
  end
3341
3349
  @OrganizationId = params['OrganizationId']
3342
3350
  @PreviewUrl = params['PreviewUrl']
3351
+ @TemplateVersion = params['TemplateVersion']
3352
+ @Published = params['Published']
3343
3353
  end
3344
3354
  end
3345
3355
 
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.471
4
+ version: 3.0.473
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2022-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common