@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 CHANGED
@@ -24625,6 +24625,7 @@ export declare class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.
24625
24625
  name?: string;
24626
24626
  pendingCount?: number;
24627
24627
  progress?: number;
24628
+ raspDefend?: number;
24628
24629
  status?: number;
24629
24630
  type?: string;
24630
24631
  static names(): {
@@ -28217,6 +28218,7 @@ export declare class DescribeVulDetailsResponseBodyCves extends $tea.Model {
28217
28218
  instanceName?: string;
28218
28219
  internetIp?: string;
28219
28220
  intranetIp?: string;
28221
+ otherId?: string;
28220
28222
  poc?: string;
28221
28223
  pocCreateTime?: number;
28222
28224
  pocDisclosureTime?: number;
package/dist/client.js CHANGED
@@ -34306,6 +34306,7 @@ class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.Model {
34306
34306
  name: 'Name',
34307
34307
  pendingCount: 'PendingCount',
34308
34308
  progress: 'Progress',
34309
+ raspDefend: 'RaspDefend',
34309
34310
  status: 'Status',
34310
34311
  type: 'Type',
34311
34312
  };
@@ -34319,6 +34320,7 @@ class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.Model {
34319
34320
  name: 'string',
34320
34321
  pendingCount: 'number',
34321
34322
  progress: 'number',
34323
+ raspDefend: 'number',
34322
34324
  status: 'number',
34323
34325
  type: 'string',
34324
34326
  };
@@ -39882,6 +39884,7 @@ class DescribeVulDetailsResponseBodyCves extends $tea.Model {
39882
39884
  instanceName: 'InstanceName',
39883
39885
  internetIp: 'InternetIp',
39884
39886
  intranetIp: 'IntranetIp',
39887
+ otherId: 'OtherId',
39885
39888
  poc: 'Poc',
39886
39889
  pocCreateTime: 'PocCreateTime',
39887
39890
  pocDisclosureTime: 'PocDisclosureTime',
@@ -39910,6 +39913,7 @@ class DescribeVulDetailsResponseBodyCves extends $tea.Model {
39910
39913
  instanceName: 'string',
39911
39914
  internetIp: 'string',
39912
39915
  intranetIp: 'string',
39916
+ otherId: 'string',
39913
39917
  poc: 'string',
39914
39918
  pocCreateTime: 'number',
39915
39919
  pocDisclosureTime: 'number',