@alicloud/sas20181203 2.2.1 → 2.2.3
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.
- package/dist/client.d.ts +2 -0
- package/dist/client.js +4 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/sas20181203",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/client.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@alicloud/tea-typescript": "^1.7.1",
|
|
23
23
|
"@alicloud/tea-util": "^1.4.7",
|
|
24
24
|
"@alicloud/openapi-client": "^0.4.4",
|
|
25
|
-
"@alicloud/openapi-util": "^0.3.
|
|
25
|
+
"@alicloud/openapi-util": "^0.3.2",
|
|
26
26
|
"@alicloud/endpoint-util": "^0.0.1"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
package/src/client.ts
CHANGED
|
@@ -43392,6 +43392,7 @@ export class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.Model {
|
|
|
43392
43392
|
name?: string;
|
|
43393
43393
|
pendingCount?: number;
|
|
43394
43394
|
progress?: number;
|
|
43395
|
+
raspDefend?: number;
|
|
43395
43396
|
status?: number;
|
|
43396
43397
|
type?: string;
|
|
43397
43398
|
static names(): { [key: string]: string } {
|
|
@@ -43403,6 +43404,7 @@ export class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.Model {
|
|
|
43403
43404
|
name: 'Name',
|
|
43404
43405
|
pendingCount: 'PendingCount',
|
|
43405
43406
|
progress: 'Progress',
|
|
43407
|
+
raspDefend: 'RaspDefend',
|
|
43406
43408
|
status: 'Status',
|
|
43407
43409
|
type: 'Type',
|
|
43408
43410
|
};
|
|
@@ -43417,6 +43419,7 @@ export class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.Model {
|
|
|
43417
43419
|
name: 'string',
|
|
43418
43420
|
pendingCount: 'number',
|
|
43419
43421
|
progress: 'number',
|
|
43422
|
+
raspDefend: 'number',
|
|
43420
43423
|
status: 'number',
|
|
43421
43424
|
type: 'string',
|
|
43422
43425
|
};
|
|
@@ -50759,6 +50762,7 @@ export class DescribeVulDetailsResponseBodyCves extends $tea.Model {
|
|
|
50759
50762
|
instanceName?: string;
|
|
50760
50763
|
internetIp?: string;
|
|
50761
50764
|
intranetIp?: string;
|
|
50765
|
+
otherId?: string;
|
|
50762
50766
|
poc?: string;
|
|
50763
50767
|
pocCreateTime?: number;
|
|
50764
50768
|
pocDisclosureTime?: number;
|
|
@@ -50785,6 +50789,7 @@ export class DescribeVulDetailsResponseBodyCves extends $tea.Model {
|
|
|
50785
50789
|
instanceName: 'InstanceName',
|
|
50786
50790
|
internetIp: 'InternetIp',
|
|
50787
50791
|
intranetIp: 'IntranetIp',
|
|
50792
|
+
otherId: 'OtherId',
|
|
50788
50793
|
poc: 'Poc',
|
|
50789
50794
|
pocCreateTime: 'PocCreateTime',
|
|
50790
50795
|
pocDisclosureTime: 'PocDisclosureTime',
|
|
@@ -50814,6 +50819,7 @@ export class DescribeVulDetailsResponseBodyCves extends $tea.Model {
|
|
|
50814
50819
|
instanceName: 'string',
|
|
50815
50820
|
internetIp: 'string',
|
|
50816
50821
|
intranetIp: 'string',
|
|
50822
|
+
otherId: 'string',
|
|
50817
50823
|
poc: 'string',
|
|
50818
50824
|
pocCreateTime: 'number',
|
|
50819
50825
|
pocDisclosureTime: 'number',
|