tencentcloud-sdk-essbasic 3.0.614 → 3.0.615
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/v20210526/models.rb +6 -2
- 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: 2ea3dfe711bccb0a93481605ad8ac95689ab9fcb
|
4
|
+
data.tar.gz: 11ecaf52cb994d43b9953548f19f523fda6db065
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 790ac98241e89e5cbbd23e36ab9bbd99c61faa781491ecf5570945a328db01b2abf6e149f892ee15fa0fcd894c4922129c39ae8f11310a0a03ef1b5b8f12bde2
|
7
|
+
data.tar.gz: 1c001f633fe498f04c3358aaf452b997aeace4b2850aa66c5ef0d2f1152d0cfa11d92f6cac2ee3b5429d8db8b938da1e9f0a02ec6c95409684570016f9540347
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.615
|
data/lib/v20210526/models.rb
CHANGED
@@ -1079,20 +1079,23 @@ module TencentCloud
|
|
1079
1079
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1080
1080
|
# @param Organization: 机构信息,暂未开放
|
1081
1081
|
# @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
|
1082
|
+
# @param JumpUrl: 签署完之后的H5页面的跳转链接,此链接支持http://和https://,最大长度1000个字符。
|
1083
|
+
# @type JumpUrl: String
|
1082
1084
|
|
1083
|
-
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization
|
1085
|
+
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl
|
1084
1086
|
extend Gem::Deprecate
|
1085
1087
|
deprecate :Operator, :none, 2023, 7
|
1086
1088
|
deprecate :Operator=, :none, 2023, 7
|
1087
1089
|
deprecate :Organization, :none, 2023, 7
|
1088
1090
|
deprecate :Organization=, :none, 2023, 7
|
1089
1091
|
|
1090
|
-
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil)
|
1092
|
+
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil)
|
1091
1093
|
@Agent = agent
|
1092
1094
|
@FlowId = flowid
|
1093
1095
|
@FlowApproverInfos = flowapproverinfos
|
1094
1096
|
@Operator = operator
|
1095
1097
|
@Organization = organization
|
1098
|
+
@JumpUrl = jumpurl
|
1096
1099
|
end
|
1097
1100
|
|
1098
1101
|
def deserialize(params)
|
@@ -1117,6 +1120,7 @@ module TencentCloud
|
|
1117
1120
|
@Organization = OrganizationInfo.new
|
1118
1121
|
@Organization.deserialize(params['Organization'])
|
1119
1122
|
end
|
1123
|
+
@JumpUrl = params['JumpUrl']
|
1120
1124
|
end
|
1121
1125
|
end
|
1122
1126
|
|
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.
|
4
|
+
version: 3.0.615
|
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-07-
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|