tencentcloud-sdk-essbasic 3.0.875 → 3.0.876

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: 9de3ec2b7b2f637a9fabcd214ad57e36acfb866e
4
- data.tar.gz: d2d50e74f71f6619e53b3180c833f9bc2d3ffc3d
3
+ metadata.gz: 69a6987540a1ec7df370f9bda50d01d7b7d2e37e
4
+ data.tar.gz: ef9f76391cc38003d675479cf36a277c3fe8cd67
5
5
  SHA512:
6
- metadata.gz: 7843c889dbd00dc7529cbe9dafa6cf333ae6f2d76b99ef6d18a474b6c375b63b86b2223e30f86e160d9e794fb683a5d5f0e1b222781f9598ef92d00680a7b831
7
- data.tar.gz: ef53831c27172f0cc97511592366a0c503702dd364ab03f4f16db36bb1e60852d3c1d80d0136bfc6e47e984bd53d732d23209859905c9d02440f7f3406d0a6e0
6
+ metadata.gz: 39b71942718b1570fc0abebf1d6fa680f865f637a86868e8f72d4f3ba69a63e0e65b612c732a5d241e15ab3620d5141accab843135f832c144881a50efc5057c
7
+ data.tar.gz: 03cdbed3e70c4a6437cbf05debdd40cbf24b79debb148aa931daea47b176ccf81648d46eed18a3f95dab16dfa17d5372d531560dfca0e87ec1643e96bac0753f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.875
1
+ 3.0.876
@@ -360,12 +360,12 @@ module TencentCloud
360
360
  class BaseFlowInfo < TencentCloud::Common::AbstractModel
361
361
  # @param FlowName: 合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
362
362
  # @type FlowName: String
363
+ # @param Deadline: 合同流程的签署截止时间,格式为Unix标准时间戳(秒),如果在签署截止时间前未完成签署,则合同状态会变为已过期,导致合同作废。
364
+ # @type Deadline: Integer
363
365
  # @param FlowType: 合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200个字符,仅限中文、字母、数字和下划线组成。
364
366
  # @type FlowType: String
365
367
  # @param FlowDescription: 合同流程描述信息(可自定义此描述),最大长度1000个字符。
366
368
  # @type FlowDescription: String
367
- # @param Deadline: 合同流程的签署截止时间,格式为Unix标准时间戳(秒),如果在签署截止时间前未完成签署,则合同状态会变为已过期,导致合同作废。
368
- # @type Deadline: Integer
369
369
  # @param Unordered: 合同流程的签署顺序类型:
370
370
  # **false**:(默认)有序签署, 本合同多个参与人需要依次签署
371
371
  # **true**:无序签署, 本合同多个参与人没有先后签署限制
@@ -396,13 +396,13 @@ module TencentCloud
396
396
  # @param Components: 填写控件:文件发起使用
397
397
  # @type Components: Array
398
398
 
399
- attr_accessor :FlowName, :FlowType, :FlowDescription, :Deadline, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview, :UserData, :CcInfos, :NeedCreateReview, :Components
399
+ attr_accessor :FlowName, :Deadline, :FlowType, :FlowDescription, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview, :UserData, :CcInfos, :NeedCreateReview, :Components
400
400
 
401
- def initialize(flowname=nil, flowtype=nil, flowdescription=nil, deadline=nil, unordered=nil, intelligentstatus=nil, formfields=nil, needsignreview=nil, userdata=nil, ccinfos=nil, needcreatereview=nil, components=nil)
401
+ def initialize(flowname=nil, deadline=nil, flowtype=nil, flowdescription=nil, unordered=nil, intelligentstatus=nil, formfields=nil, needsignreview=nil, userdata=nil, ccinfos=nil, needcreatereview=nil, components=nil)
402
402
  @FlowName = flowname
403
+ @Deadline = deadline
403
404
  @FlowType = flowtype
404
405
  @FlowDescription = flowdescription
405
- @Deadline = deadline
406
406
  @Unordered = unordered
407
407
  @IntelligentStatus = intelligentstatus
408
408
  @FormFields = formfields
@@ -415,9 +415,9 @@ module TencentCloud
415
415
 
416
416
  def deserialize(params)
417
417
  @FlowName = params['FlowName']
418
+ @Deadline = params['Deadline']
418
419
  @FlowType = params['FlowType']
419
420
  @FlowDescription = params['FlowDescription']
420
- @Deadline = params['Deadline']
421
421
  @Unordered = params['Unordered']
422
422
  @IntelligentStatus = params['IntelligentStatus']
423
423
  unless params['FormFields'].nil?
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.875
4
+ version: 3.0.876
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-29 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common