tencentcloud-sdk-essbasic 3.0.540 → 3.0.542

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fdb5163450f2a84b80c8b1fbf7cfd796e2db2f7
4
- data.tar.gz: ea384ffd1575b9c9887a4f41dde60e1b5477c87e
3
+ metadata.gz: 0b628e741e314ed35bd488f6fa826ad8182fe5ec
4
+ data.tar.gz: de00e2f91beddbfdbc794a3bdd13a2126391ebf2
5
5
  SHA512:
6
- metadata.gz: 794a25ef973913c48e0662d09e2418dd77966bf49aac122108192b784facd3e903937d88d52a08d3d45db4616890a287d8d945f7f91ca6fafc7e3d1c947f3564
7
- data.tar.gz: 43696aa9b83046583f8528afafc40d245dab48eeb7e424a8d7f42f7952654e73e6dc7f1453461e36eb0a56b3cd8e5361ddb80436ab834d87623c00856cc7ee6c
6
+ metadata.gz: ba19550e1f15fc150c669c0e91cc409d1a14d5b9a80b3e3f95b133d4ac394743e64b8551cb884110a5c2d88bbb3a7fefab5d5ef15860fe30ef62fdf516b30dc7
7
+ data.tar.gz: 0938f311f655a4feb7ef5f9a9fb1839dd8a1969951cca8b3d0661958ca8254849efb5dc7a077a13579b2b002e99850b353fad42e0da0e7b9f6dd8a94a47dc8f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.540
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.540
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-29 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