tencentcloud-sdk-essbasic 3.0.568 → 3.0.570

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/v20210526/models.rb +15 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: daf1b5371cdad3fea2064184f7ca9916eb1bd8fc
4
- data.tar.gz: 417fdd07dea2f3c51a5801a49ca64ec5968bef5a
3
+ metadata.gz: ecd2a320f080567654e725fdd71ccf1717d96d2e
4
+ data.tar.gz: 455071286f277142bcdcbbda53c44352f22f0b2a
5
5
  SHA512:
6
- metadata.gz: 845a62734a7cf139121ffcd909281e8b24bb8f1533f5cef0cd2b1b69b2873ceb4e79d51b601ef7628fdde7e6772dc36c7532c74bf5b77e60e447cfedbaae29c1
7
- data.tar.gz: 0698feb3f454bae73d7c925b30539c921ae198282cb9d8ca1f03f88f74be320abb803491864bfd5fa24748ada0ba57352b3e7345f5d9fefe759829af1b82abf7
6
+ metadata.gz: cec4fdbeb5ebfc3c368ddee43431e994915bfe318dd3863df386a29cc973fa4baf3a8a33f4699dcea60d3ca6508c21a97a26541342941596109ec0f052222d8a
7
+ data.tar.gz: 1d3d1822c2d5f329734777d1ab2e7ce43b77b4dd0ad8c12330670d1ee3dfffa8cd649ff173d63e1de0680625b7c6777c805deb9a74368739e3b8dfdc8d710264
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.568
1
+ 3.0.570
@@ -152,10 +152,12 @@ module TencentCloud
152
152
  # @type NeedSignReview: Boolean
153
153
  # @param UserData: 用户流程自定义数据参数
154
154
  # @type UserData: String
155
+ # @param CcInfos: 抄送人信息
156
+ # @type CcInfos: Array
155
157
 
156
- attr_accessor :FlowName, :FlowType, :FlowDescription, :Deadline, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview, :UserData
158
+ attr_accessor :FlowName, :FlowType, :FlowDescription, :Deadline, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview, :UserData, :CcInfos
157
159
 
158
- def initialize(flowname=nil, flowtype=nil, flowdescription=nil, deadline=nil, unordered=nil, intelligentstatus=nil, formfields=nil, needsignreview=nil, userdata=nil)
160
+ def initialize(flowname=nil, flowtype=nil, flowdescription=nil, deadline=nil, unordered=nil, intelligentstatus=nil, formfields=nil, needsignreview=nil, userdata=nil, ccinfos=nil)
159
161
  @FlowName = flowname
160
162
  @FlowType = flowtype
161
163
  @FlowDescription = flowdescription
@@ -165,6 +167,7 @@ module TencentCloud
165
167
  @FormFields = formfields
166
168
  @NeedSignReview = needsignreview
167
169
  @UserData = userdata
170
+ @CcInfos = ccinfos
168
171
  end
169
172
 
170
173
  def deserialize(params)
@@ -184,6 +187,14 @@ module TencentCloud
184
187
  end
185
188
  @NeedSignReview = params['NeedSignReview']
186
189
  @UserData = params['UserData']
190
+ unless params['CcInfos'].nil?
191
+ @CcInfos = []
192
+ params['CcInfos'].each do |i|
193
+ ccinfo_tmp = CcInfo.new
194
+ ccinfo_tmp.deserialize(i)
195
+ @CcInfos << ccinfo_tmp
196
+ end
197
+ end
187
198
  end
188
199
  end
189
200
 
@@ -2107,10 +2118,10 @@ module TencentCloud
2107
2118
  # CHECK_BOX - 勾选框控件,若选中填写ComponentValue 填写 true或者 false 字符串;
2108
2119
  # FILL_IMAGE - 图片控件,ComponentValue 填写图片的资源 ID;
2109
2120
  # DYNAMIC_TABLE - 动态表格控件;
2110
- # ATTACHMENT - 附件控件,ComponentValue 填写福建图片的资源 ID列表,以逗号分割;
2121
+ # ATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分割;
2111
2122
  # SELECTOR - 选择器控件,ComponentValue填写选择的字符串内容;
2112
2123
  # DATE - 日期控件;默认是格式化为xxxx年xx月xx日字符串;
2113
- # DISTRICT - 省市区行政区划控件,ComponentValue填写省市区行政区划字符串内容;
2124
+ # DISTRICT - 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;
2114
2125
 
2115
2126
  # 如果是SignComponent控件类型,则可选的字段为
2116
2127
  # SIGN_SEAL - 签署印章控件;
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.568
4
+ version: 3.0.570
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-05-12 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common