tencentcloud-sdk-ess 3.0.1042 → 3.0.1043
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 +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: 51a37645d67b4bca2a4237123e3e927e6fef7ff3
|
4
|
+
data.tar.gz: ee6a43b45aab337b20e5e8ce622c6d28b3e26171
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64e225573c9d8f904f9a6cfa426120437e047a8a9aa6f69b9b2508099e94514fcf6586975107a5675b1a80baeda76d7787e913a06ba03b9a52da781b3d1afa1d
|
7
|
+
data.tar.gz: 337dd7a5c4149c3292877357a884c231def332277ba432c7c3f52667cc2e4685fd92b5fb604f1685e444d8c5d9a101cefd5db061c20190dbf37cdff9870fbaed
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1043
|
data/lib/v20201111/models.rb
CHANGED
@@ -3233,14 +3233,17 @@ module TencentCloud
|
|
3233
3233
|
# <ul><li> **0** :合同签署报告(默认)</li>
|
3234
3234
|
# <li> **1** :公证处核验报告</li></ul>
|
3235
3235
|
# @type ReportType: Integer
|
3236
|
+
# @param HybridEvidenceFlowFile: 混合云模式获取合同文件合并出证,默认:不同意。注:此参数需要联系腾讯电子签运营进行开通后生效
|
3237
|
+
# @type HybridEvidenceFlowFile: Boolean
|
3236
3238
|
|
3237
|
-
attr_accessor :Operator, :FlowId, :Agent, :ReportType
|
3239
|
+
attr_accessor :Operator, :FlowId, :Agent, :ReportType, :HybridEvidenceFlowFile
|
3238
3240
|
|
3239
|
-
def initialize(operator=nil, flowid=nil, agent=nil, reporttype=nil)
|
3241
|
+
def initialize(operator=nil, flowid=nil, agent=nil, reporttype=nil, hybridevidenceflowfile=nil)
|
3240
3242
|
@Operator = operator
|
3241
3243
|
@FlowId = flowid
|
3242
3244
|
@Agent = agent
|
3243
3245
|
@ReportType = reporttype
|
3246
|
+
@HybridEvidenceFlowFile = hybridevidenceflowfile
|
3244
3247
|
end
|
3245
3248
|
|
3246
3249
|
def deserialize(params)
|
@@ -3254,6 +3257,7 @@ module TencentCloud
|
|
3254
3257
|
@Agent.deserialize(params['Agent'])
|
3255
3258
|
end
|
3256
3259
|
@ReportType = params['ReportType']
|
3260
|
+
@HybridEvidenceFlowFile = params['HybridEvidenceFlowFile']
|
3257
3261
|
end
|
3258
3262
|
end
|
3259
3263
|
|
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.1043
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|