tencentcloud-sdk-cii 1.0.254 → 1.0.255
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210408/client.rb +2 -2
- data/lib/v20210408/models.rb +11 -3
- 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: c5f05581f8b62317215d228896f61358a631f241
|
4
|
+
data.tar.gz: 06d0b570fff0d91fd7a5f49feaa2daef070ea381
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59d8161013b419f7c67ec6cff1220032654189422c40389f535ee95a86d58638cf9a66d4940083b76736c2b38d981cf1e39702f11d85a2340465fbefbe7f995d
|
7
|
+
data.tar.gz: 1cdae95777fd5a650e0d1ce6efed682078fb532f015f20defd9b0296505e36911257917aede18a18678590535824dc57a378be192d7d76cf31132fa283c65523
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.255
|
data/lib/v20210408/client.rb
CHANGED
@@ -29,7 +29,7 @@ module TencentCloud
|
|
29
29
|
end
|
30
30
|
|
31
31
|
|
32
|
-
#
|
32
|
+
# 如果主任务下的报告不满足需求,可以基于主任务批量添加子任务
|
33
33
|
|
34
34
|
# @param request: Request instance for AddSubStructureTasks.
|
35
35
|
# @type request: :class:`Tencentcloud::cii::V20210408::AddSubStructureTasksRequest`
|
@@ -149,7 +149,7 @@ module TencentCloud
|
|
149
149
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
150
150
|
end
|
151
151
|
|
152
|
-
#
|
152
|
+
# 辅助用户对批量报告自动分类
|
153
153
|
|
154
154
|
# @param request: Request instance for DescribeReportClassify.
|
155
155
|
# @type request: :class:`Tencentcloud::cii::V20210408::DescribeReportClassifyRequest`
|
data/lib/v20210408/models.rb
CHANGED
@@ -434,7 +434,10 @@ module TencentCloud
|
|
434
434
|
# @type MainTaskId: String
|
435
435
|
# @param UnderwriteTaskId: 核保任务ID
|
436
436
|
# @type UnderwriteTaskId: String
|
437
|
-
# @param Status:
|
437
|
+
# @param Status: 结果状态:
|
438
|
+
# 0:返回成功
|
439
|
+
# 1:结果未生成
|
440
|
+
# 2:结果生成失败
|
438
441
|
# @type Status: Integer
|
439
442
|
# @param UnderwriteResults: 机器核保结果
|
440
443
|
# @type UnderwriteResults: Array
|
@@ -475,7 +478,9 @@ module TencentCloud
|
|
475
478
|
|
476
479
|
# DescribeReportClassify请求参数结构体
|
477
480
|
class DescribeReportClassifyRequest < TencentCloud::Common::AbstractModel
|
478
|
-
# @param ServiceType:
|
481
|
+
# @param ServiceType: 服务类型
|
482
|
+
# Structured 仅结构化
|
483
|
+
# Underwrite 结构化+核保
|
479
484
|
# @type ServiceType: String
|
480
485
|
# @param FileList: 文件地址数组
|
481
486
|
# @type FileList: Array
|
@@ -812,7 +817,10 @@ module TencentCloud
|
|
812
817
|
# @type MainTaskId: String
|
813
818
|
# @param UnderwriteTaskId: 核保任务ID
|
814
819
|
# @type UnderwriteTaskId: String
|
815
|
-
# @param Status:
|
820
|
+
# @param Status: 结果状态:
|
821
|
+
# 0:返回成功
|
822
|
+
# 1:结果未生成
|
823
|
+
# 2:结果生成失败
|
816
824
|
# @type Status: Integer
|
817
825
|
# @param UnderwriteResults: 核保结果
|
818
826
|
# @type UnderwriteResults: Array
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cii
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.255
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|