tencentcloud-sdk-essbasic 3.0.482 → 3.0.483

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cf6d7dcfbf821a60a05828a64be8aef0671cd16
4
- data.tar.gz: cec513eca1f569537e586f400c4b6921db60fc15
3
+ metadata.gz: 1cebef2dba41d94ac468953856f884e9263ab2c5
4
+ data.tar.gz: 05b573639378c7cf9d1dd358f69eab4684e968c4
5
5
  SHA512:
6
- metadata.gz: 2cc54e441afd7845aa4329d01bb4e3ce223ccbf724e3627ae081591524b14ee79afe8f9ff51b49fa547bb44f05caaacc9625f460e34ee205ab54c87b53321ca9
7
- data.tar.gz: b98e5f43e68985c14795d6e580df7cf6af6e691f26ce15282232e690b4d06c136636f240694e04664798e02ebb6430b284f735e95b7ad9426c693d1794d6a213
6
+ metadata.gz: 390e6abbe3a0d740ce9c782ff0786abd8b8b31ec1318e7f9ed828dbd8ac8f9ccea0738cf8568264c87d565adf11deb6efa08c99e70635786148abeb40f540649
7
+ data.tar.gz: 866c920826331de538b583b5945fdb89b8e32f179eaf897613d8212033a972041ce612b7091d05067a9dc125344dfa162b9bf23fe3b8b634558458e99d0a024c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.482
1
+ 3.0.483
@@ -2121,10 +2121,12 @@ module TencentCloud
2121
2121
  # @type WithPreviewUrl: Boolean
2122
2122
  # @param WithPdfUrl: 是否获取模板的PDF文件链接-渠道版需要开启白名单时才能使用。
2123
2123
  # @type WithPdfUrl: Boolean
2124
+ # @param ChannelTemplateId: 渠道模板ID
2125
+ # @type ChannelTemplateId: String
2124
2126
 
2125
- attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :QueryAllComponents, :TemplateName, :Operator, :WithPreviewUrl, :WithPdfUrl
2127
+ attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :QueryAllComponents, :TemplateName, :Operator, :WithPreviewUrl, :WithPdfUrl, :ChannelTemplateId
2126
2128
 
2127
- def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil, queryallcomponents=nil, templatename=nil, operator=nil, withpreviewurl=nil, withpdfurl=nil)
2129
+ def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil, queryallcomponents=nil, templatename=nil, operator=nil, withpreviewurl=nil, withpdfurl=nil, channeltemplateid=nil)
2128
2130
  @Agent = agent
2129
2131
  @TemplateId = templateid
2130
2132
  @ContentType = contenttype
@@ -2135,6 +2137,7 @@ module TencentCloud
2135
2137
  @Operator = operator
2136
2138
  @WithPreviewUrl = withpreviewurl
2137
2139
  @WithPdfUrl = withpdfurl
2140
+ @ChannelTemplateId = channeltemplateid
2138
2141
  end
2139
2142
 
2140
2143
  def deserialize(params)
@@ -2154,6 +2157,7 @@ module TencentCloud
2154
2157
  end
2155
2158
  @WithPreviewUrl = params['WithPreviewUrl']
2156
2159
  @WithPdfUrl = params['WithPdfUrl']
2160
+ @ChannelTemplateId = params['ChannelTemplateId']
2157
2161
  end
2158
2162
  end
2159
2163
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-essbasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.482
4
+ version: 3.0.483
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-28 00:00:00.000000000 Z
11
+ date: 2022-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common