tencentcloud-sdk-ess 3.0.678 → 3.0.679
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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be1d124bb213fdd3d9c04834b2c98981db6ebee7
|
|
4
|
+
data.tar.gz: 60eac4d0ea497e2dea9a65fe6fe1f9b61bd15c34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e57498d75210fa2939a0d12cb9e0fb824ac79bc9a8e2b9f44ea21bd3220cfb934ecf67ed9c5c6e084ac7781ece5899bf5334590d5c757ebe645d1cf994337c3
|
|
7
|
+
data.tar.gz: 5502d06e2ae2c28a34560ac116922c79c2464cc2a4129f6e0d35c55a051c0597b424264d2d586dbda2d1cd9828c8516deefea241fb5167ca2744d965dbcf5e89
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.679
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -8914,15 +8914,18 @@ module TencentCloud
|
|
|
8914
8914
|
# @type PdfVerifyResults: Array
|
|
8915
8915
|
# @param VerifySerialNo: 验签序列号, 为11为数组组成的字符串
|
|
8916
8916
|
# @type VerifySerialNo: String
|
|
8917
|
+
# @param PdfResourceMd5: 合同文件MD5哈希值
|
|
8918
|
+
# @type PdfResourceMd5: String
|
|
8917
8919
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8918
8920
|
# @type RequestId: String
|
|
8919
8921
|
|
|
8920
|
-
attr_accessor :VerifyResult, :PdfVerifyResults, :VerifySerialNo, :RequestId
|
|
8922
|
+
attr_accessor :VerifyResult, :PdfVerifyResults, :VerifySerialNo, :PdfResourceMd5, :RequestId
|
|
8921
8923
|
|
|
8922
|
-
def initialize(verifyresult=nil, pdfverifyresults=nil, verifyserialno=nil, requestid=nil)
|
|
8924
|
+
def initialize(verifyresult=nil, pdfverifyresults=nil, verifyserialno=nil, pdfresourcemd5=nil, requestid=nil)
|
|
8923
8925
|
@VerifyResult = verifyresult
|
|
8924
8926
|
@PdfVerifyResults = pdfverifyresults
|
|
8925
8927
|
@VerifySerialNo = verifyserialno
|
|
8928
|
+
@PdfResourceMd5 = pdfresourcemd5
|
|
8926
8929
|
@RequestId = requestid
|
|
8927
8930
|
end
|
|
8928
8931
|
|
|
@@ -8937,6 +8940,7 @@ module TencentCloud
|
|
|
8937
8940
|
end
|
|
8938
8941
|
end
|
|
8939
8942
|
@VerifySerialNo = params['VerifySerialNo']
|
|
8943
|
+
@PdfResourceMd5 = params['PdfResourceMd5']
|
|
8940
8944
|
@RequestId = params['RequestId']
|
|
8941
8945
|
end
|
|
8942
8946
|
end
|
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.679
|
|
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-10-
|
|
11
|
+
date: 2023-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-ess.rb
|
|
37
36
|
- lib/v20201111/models.rb
|
|
38
37
|
- lib/v20201111/client.rb
|
|
38
|
+
- lib/tencentcloud-sdk-ess.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|