tencentcloud-sdk-ess 3.0.471 → 3.0.472

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.
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: aea6e21ba6b33b37d990efc765ec552761818c08
4
+ data.tar.gz: d8757e359c20302a9fe3550e8c62c335ce09be09
5
5
  SHA512:
6
- metadata.gz: e466ec2eb6dfce5b4cb464fe93504aad79088713925cf532683bd5c7e9980ce5f0dc1a98e1402fbdeb77a2d599efe4ad2d44f0ba496d2286e4ab039491161366
7
- data.tar.gz: fcaed965c846a207efd61659a4bd7c1c874722731531de9257ad310bb8ea2a8d83bf0382ad361fc0e7b1eac027e61d56e6c77ac16943a9694bbe96fec1b89511
6
+ metadata.gz: ab7429e1afebedd4dfe11a7b6c7d4210eff3249b58fc75287768f6f38cfa2e308785bd1c980166057a3f4d64f3ba2f4363b6c0b70360042046046e0e1c9c2bae
7
+ data.tar.gz: fa7f18683265171a6af66214875bea3a19aeda0c121fd361ec6246daedcb09ea9b2ef859a8ae275228bf87b7aaa4880556fb667a6e950f9c6239e3d9ea321312
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.471
1
+ 3.0.472
@@ -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.472
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