@alicloud/sas20181203 4.0.3 → 4.0.4
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 +1 -1
- package/src/client.ts +6 -0
package/dist/client.d.ts
CHANGED
|
@@ -14695,6 +14695,7 @@ export declare class DescribeGroupedVulResponseBodyGroupedVulItems extends $dara
|
|
|
14695
14695
|
* 0
|
|
14696
14696
|
*/
|
|
14697
14697
|
handledCount?: number;
|
|
14698
|
+
languageType?: string;
|
|
14698
14699
|
/**
|
|
14699
14700
|
* @remarks
|
|
14700
14701
|
* The number of vulnerabilities that have the **medium** priority.
|
|
@@ -21322,6 +21323,7 @@ export declare class DescribeOnceTaskLeafRecordPageResponseBodyOnceTasksTaskImag
|
|
|
21322
21323
|
* cn-hangzhou
|
|
21323
21324
|
*/
|
|
21324
21325
|
regionId?: string;
|
|
21326
|
+
registryType?: string;
|
|
21325
21327
|
/**
|
|
21326
21328
|
* @remarks
|
|
21327
21329
|
* The ID of the image repository.
|
package/dist/client.js
CHANGED
|
@@ -6778,6 +6778,7 @@ class DescribeGroupedVulResponseBodyGroupedVulItems extends $dara.Model {
|
|
|
6778
6778
|
asapCount: 'AsapCount',
|
|
6779
6779
|
gmtLast: 'GmtLast',
|
|
6780
6780
|
handledCount: 'HandledCount',
|
|
6781
|
+
languageType: 'LanguageType',
|
|
6781
6782
|
laterCount: 'LaterCount',
|
|
6782
6783
|
name: 'Name',
|
|
6783
6784
|
nntfCount: 'NntfCount',
|
|
@@ -6794,6 +6795,7 @@ class DescribeGroupedVulResponseBodyGroupedVulItems extends $dara.Model {
|
|
|
6794
6795
|
asapCount: 'number',
|
|
6795
6796
|
gmtLast: 'number',
|
|
6796
6797
|
handledCount: 'number',
|
|
6798
|
+
languageType: 'string',
|
|
6797
6799
|
laterCount: 'number',
|
|
6798
6800
|
name: 'string',
|
|
6799
6801
|
nntfCount: 'number',
|
|
@@ -9512,6 +9514,7 @@ class DescribeOnceTaskLeafRecordPageResponseBodyOnceTasksTaskImageInfo extends $
|
|
|
9512
9514
|
nodeName: 'NodeName',
|
|
9513
9515
|
pod: 'Pod',
|
|
9514
9516
|
regionId: 'RegionId',
|
|
9517
|
+
registryType: 'RegistryType',
|
|
9515
9518
|
repoId: 'RepoId',
|
|
9516
9519
|
repoName: 'RepoName',
|
|
9517
9520
|
repoNamespace: 'RepoNamespace',
|
|
@@ -9532,6 +9535,7 @@ class DescribeOnceTaskLeafRecordPageResponseBodyOnceTasksTaskImageInfo extends $
|
|
|
9532
9535
|
nodeName: 'string',
|
|
9533
9536
|
pod: 'string',
|
|
9534
9537
|
regionId: 'string',
|
|
9538
|
+
registryType: 'string',
|
|
9535
9539
|
repoId: 'string',
|
|
9536
9540
|
repoName: 'string',
|
|
9537
9541
|
repoNamespace: 'string',
|