@alicloud/sas20181203 2.2.2 → 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
@@ -28218,6 +28218,7 @@ export declare class DescribeVulDetailsResponseBodyCves extends $tea.Model {
28218
28218
  instanceName?: string;
28219
28219
  internetIp?: string;
28220
28220
  intranetIp?: string;
28221
+ otherId?: string;
28221
28222
  poc?: string;
28222
28223
  pocCreateTime?: number;
28223
28224
  pocDisclosureTime?: number;
package/dist/client.js CHANGED
@@ -39884,6 +39884,7 @@ class DescribeVulDetailsResponseBodyCves extends $tea.Model {
39884
39884
  instanceName: 'InstanceName',
39885
39885
  internetIp: 'InternetIp',
39886
39886
  intranetIp: 'IntranetIp',
39887
+ otherId: 'OtherId',
39887
39888
  poc: 'Poc',
39888
39889
  pocCreateTime: 'PocCreateTime',
39889
39890
  pocDisclosureTime: 'PocDisclosureTime',
@@ -39912,6 +39913,7 @@ class DescribeVulDetailsResponseBodyCves extends $tea.Model {
39912
39913
  instanceName: 'string',
39913
39914
  internetIp: 'string',
39914
39915
  intranetIp: 'string',
39916
+ otherId: 'string',
39915
39917
  poc: 'string',
39916
39918
  pocCreateTime: 'number',
39917
39919
  pocDisclosureTime: 'number',