tencentcloud-sdk-essbasic 3.0.541 → 3.0.542

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: c9632c9c6739262b3b0fc4dea777503350f81f23
4
- data.tar.gz: 2426511f5c1269ea21e91460e11f047ab3fa972c
3
+ metadata.gz: 0b628e741e314ed35bd488f6fa826ad8182fe5ec
4
+ data.tar.gz: de00e2f91beddbfdbc794a3bdd13a2126391ebf2
5
5
  SHA512:
6
- metadata.gz: 9389cd65e01d7408854a18a9c6ff6949106f9a5e2257975d9b634b02028f528b7c257096840d20b6fe23eefa4990f5dcffa43af3d2b47b2bceb2de3e403bace2
7
- data.tar.gz: 395eed2241a3dc2875eae54e4b2d4a44f685475440b21870bfc85a5f72a6bf2b25d223870c4d171d6a1b2cbecc6ddbf96d05cb28e2998920ac3ff9b41e4f58cf
6
+ metadata.gz: ba19550e1f15fc150c669c0e91cc409d1a14d5b9a80b3e3f95b133d4ac394743e64b8551cb884110a5c2d88bbb3a7fefab5d5ef15860fe30ef62fdf516b30dc7
7
+ data.tar.gz: 0938f311f655a4feb7ef5f9a9fb1839dd8a1969951cca8b3d0661958ca8254849efb5dc7a077a13579b2b002e99850b353fad42e0da0e7b9f6dd8a94a47dc8f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.541
1
+ 3.0.542
@@ -150,10 +150,12 @@ module TencentCloud
150
150
  # @type FormFields: Array
151
151
  # @param NeedSignReview: 本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批
152
152
  # @type NeedSignReview: Boolean
153
+ # @param UserData: 用户流程自定义数据参数
154
+ # @type UserData: String
153
155
 
154
- attr_accessor :FlowName, :FlowType, :FlowDescription, :Deadline, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview
156
+ attr_accessor :FlowName, :FlowType, :FlowDescription, :Deadline, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview, :UserData
155
157
 
156
- def initialize(flowname=nil, flowtype=nil, flowdescription=nil, deadline=nil, unordered=nil, intelligentstatus=nil, formfields=nil, needsignreview=nil)
158
+ def initialize(flowname=nil, flowtype=nil, flowdescription=nil, deadline=nil, unordered=nil, intelligentstatus=nil, formfields=nil, needsignreview=nil, userdata=nil)
157
159
  @FlowName = flowname
158
160
  @FlowType = flowtype
159
161
  @FlowDescription = flowdescription
@@ -162,6 +164,7 @@ module TencentCloud
162
164
  @IntelligentStatus = intelligentstatus
163
165
  @FormFields = formfields
164
166
  @NeedSignReview = needsignreview
167
+ @UserData = userdata
165
168
  end
166
169
 
167
170
  def deserialize(params)
@@ -180,6 +183,7 @@ module TencentCloud
180
183
  end
181
184
  end
182
185
  @NeedSignReview = params['NeedSignReview']
186
+ @UserData = params['UserData']
183
187
  end
184
188
  end
185
189
 
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.541
4
+ version: 3.0.542
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-03-30 00:00:00.000000000 Z
11
+ date: 2023-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common