@alicloud/sas20181203 2.2.1 → 2.2.2
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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/sas20181203",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
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
|
};
|