tencentcloud-sdk-csip 3.0.697 → 3.0.699
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/v20221121/models.rb +2 -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: 4c9a9804c44c04745d5c3d1da4e70ed367a193e9
|
|
4
|
+
data.tar.gz: 1c5e9ae5478a952ae1c1c6fd68efd5d5dfcb9009
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7314451ee367a9a4975b1d30938557c5b846c6c6f04db066a18459a1f62608ea227104f98dc9ee7ff58956b088da9ed62ce08ece55320b968f606e20d488347f
|
|
7
|
+
data.tar.gz: ae93ae0d67979d34e2a8a5b51281a2aa7dfe02f449caeeac0aa9d72b8dfbd21e25a1aedafbed010f0740efd609b5694533ad4bebc7163ac8b378a6c7ef7b10c2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.699
|
data/lib/v20221121/models.rb
CHANGED
|
@@ -521,7 +521,7 @@ module TencentCloud
|
|
|
521
521
|
# @type Suggestion: Integer
|
|
522
522
|
# @param Status: 状态,0未处理、1已处置、2已忽略
|
|
523
523
|
# @type Status: Integer
|
|
524
|
-
# @param Id:
|
|
524
|
+
# @param Id: 风险ID
|
|
525
525
|
# @type Id: String
|
|
526
526
|
# @param Index: 前端索引
|
|
527
527
|
# @type Index: String
|
|
@@ -537,7 +537,7 @@ module TencentCloud
|
|
|
537
537
|
# @param Uin: 用户uin
|
|
538
538
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
539
539
|
# @type Uin: String
|
|
540
|
-
# @param From:
|
|
540
|
+
# @param From: 识别来源,详细看枚举返回。
|
|
541
541
|
# @type From: String
|
|
542
542
|
|
|
543
543
|
attr_accessor :Port, :AffectAsset, :Level, :InstanceType, :Protocol, :Component, :Service, :RecentTime, :FirstTime, :Suggestion, :Status, :Id, :Index, :InstanceId, :InstanceName, :AppId, :Nick, :Uin, :From
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-csip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.699
|
|
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-11-
|
|
11
|
+
date: 2023-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|