tencentcloud-sdk-ess 3.0.744 → 3.0.745
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +12 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b5e1799dba68c5960097344eaa2595f38421621
|
4
|
+
data.tar.gz: c1ff95e4b3fc676bda11ddfd751e5dee7ec38bc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 979b3a6e7f7fbdbd0072d9ebf00259fa927a8dd072bf8f55d2f7e18e8447fe5f499e949338196f71158c6347e1c16e664753a0d2b9696e7ccf47bb322e725217
|
7
|
+
data.tar.gz: 9896d60fcf965580861bed34b72779327c4b3615e3e21720bb5fae0e503786d80a0b072088b9541b1371866be3cc7efef5b563224d5d1d34244ddd4f76108f25
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.745
|
data/lib/v20201111/models.rb
CHANGED
@@ -3610,11 +3610,16 @@ module TencentCloud
|
|
3610
3610
|
# @param ResourceId: 资源id,与ResourceType相对应,取值范围:
|
3611
3611
|
# <ul>
|
3612
3612
|
# <li>文件Id(通过UploadFiles获取文件资源Id)</li>
|
3613
|
-
# <li>模板Id
|
3613
|
+
# <li>模板Id(通过控制台创建模板后获取模板Id)</li>
|
3614
3614
|
# </ul>
|
3615
|
+
# 注意:需要同时设置 ResourceType 参数指定资源类型
|
3615
3616
|
# @type ResourceId: String
|
3616
3617
|
# @param FlowName: 合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
|
3617
3618
|
# @type FlowName: String
|
3619
|
+
# @param ResourceType: 资源类型,取值有:
|
3620
|
+
# <ul><li> **1**:模板</li>
|
3621
|
+
# <li> **2**:文件(默认值)</li></ul>
|
3622
|
+
# @type ResourceType: Integer
|
3618
3623
|
# @param Unordered: 合同流程的签署顺序类型:
|
3619
3624
|
# <ul><li> **false**:(默认)有序签署, 本合同多个参与人需要依次签署 </li>
|
3620
3625
|
# <li> **true**:无序签署, 本合同多个参与人没有先后签署限制</li></ul>
|
@@ -3636,10 +3641,6 @@ module TencentCloud
|
|
3636
3641
|
# <ul><li> **OPEN**:开启(默认值)</li>
|
3637
3642
|
# <li> **CLOSE**:关闭</li></ul>
|
3638
3643
|
# @type IntelligentStatus: String
|
3639
|
-
# @param ResourceType: 资源类型,取值有:
|
3640
|
-
# <ul><li> **1**:模板</li>
|
3641
|
-
# <li> **2**:文件(默认值)</li></ul>
|
3642
|
-
# @type ResourceType: Integer
|
3643
3644
|
# @param Components: 该字段已废弃,请使用InitiatorComponents
|
3644
3645
|
# @type Components: :class:`Tencentcloud::Ess.v20201111.models.Component`
|
3645
3646
|
# @param FlowOption: 发起合同个性化参数
|
@@ -3674,19 +3675,19 @@ module TencentCloud
|
|
3674
3675
|
# @param InitiatorComponents: 模板或者合同中的填写控件列表,列表中可支持下列多种填写控件,控件的详细定义参考开发者中心的Component结构体
|
3675
3676
|
# @type InitiatorComponents: Array
|
3676
3677
|
|
3677
|
-
attr_accessor :Operator, :ResourceId, :FlowName, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :
|
3678
|
+
attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents
|
3678
3679
|
|
3679
|
-
def initialize(operator=nil, resourceid=nil, flowname=nil, unordered=nil, deadline=nil, userflowtypeid=nil, flowtype=nil, approvers=nil, intelligentstatus=nil,
|
3680
|
+
def initialize(operator=nil, resourceid=nil, flowname=nil, resourcetype=nil, unordered=nil, deadline=nil, userflowtypeid=nil, flowtype=nil, approvers=nil, intelligentstatus=nil, components=nil, flowoption=nil, needsignreview=nil, needcreatereview=nil, userdata=nil, ccinfos=nil, flowid=nil, agent=nil, initiatorcomponents=nil)
|
3680
3681
|
@Operator = operator
|
3681
3682
|
@ResourceId = resourceid
|
3682
3683
|
@FlowName = flowname
|
3684
|
+
@ResourceType = resourcetype
|
3683
3685
|
@Unordered = unordered
|
3684
3686
|
@Deadline = deadline
|
3685
3687
|
@UserFlowTypeId = userflowtypeid
|
3686
3688
|
@FlowType = flowtype
|
3687
3689
|
@Approvers = approvers
|
3688
3690
|
@IntelligentStatus = intelligentstatus
|
3689
|
-
@ResourceType = resourcetype
|
3690
3691
|
@Components = components
|
3691
3692
|
@FlowOption = flowoption
|
3692
3693
|
@NeedSignReview = needsignreview
|
@@ -3705,6 +3706,7 @@ module TencentCloud
|
|
3705
3706
|
end
|
3706
3707
|
@ResourceId = params['ResourceId']
|
3707
3708
|
@FlowName = params['FlowName']
|
3709
|
+
@ResourceType = params['ResourceType']
|
3708
3710
|
@Unordered = params['Unordered']
|
3709
3711
|
@Deadline = params['Deadline']
|
3710
3712
|
@UserFlowTypeId = params['UserFlowTypeId']
|
@@ -3718,7 +3720,6 @@ module TencentCloud
|
|
3718
3720
|
end
|
3719
3721
|
end
|
3720
3722
|
@IntelligentStatus = params['IntelligentStatus']
|
3721
|
-
@ResourceType = params['ResourceType']
|
3722
3723
|
unless params['Components'].nil?
|
3723
3724
|
@Components = Component.new
|
3724
3725
|
@Components.deserialize(params['Components'])
|
@@ -5898,7 +5899,7 @@ module TencentCloud
|
|
5898
5899
|
# 分页参数, 需要limit, offset 配合使用
|
5899
5900
|
# 例如:
|
5900
5901
|
# 您希望得到第三页的数据, 且每页限制最多10条
|
5901
|
-
#
|
5902
|
+
# 您可以使用 LIMIT 10 OFFSET 20
|
5902
5903
|
# @type Offset: Integer
|
5903
5904
|
|
5904
5905
|
attr_accessor :Operator, :Limit, :Agent, :Filters, :Offset
|
@@ -5939,7 +5940,7 @@ module TencentCloud
|
|
5939
5940
|
# 分页参数, 需要limit, offset 配合使用
|
5940
5941
|
# 例如:
|
5941
5942
|
# 您希望得到第三页的数据, 且每页限制最多10条
|
5942
|
-
#
|
5943
|
+
# 您可以使用 LIMIT 10 OFFSET 20
|
5943
5944
|
# @type Offset: Integer
|
5944
5945
|
# @param Limit: 指定分页每页返回的数据条数,单页最大支持 200。
|
5945
5946
|
# @type Limit: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.745
|
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-01-
|
11
|
+
date: 2024-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|