@alicloud/sas20181203 2.7.1 → 2.7.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 CHANGED
@@ -14359,6 +14359,8 @@ export declare class ExportVulRequest extends $tea.Model {
14359
14359
  aliasName?: string;
14360
14360
  attachTypes?: string;
14361
14361
  containerName?: string;
14362
+ createTsEnd?: number;
14363
+ createTsStart?: number;
14362
14364
  cveId?: string;
14363
14365
  dealed?: string;
14364
14366
  groupId?: string;
package/dist/client.js CHANGED
@@ -19942,6 +19942,8 @@ class ExportVulRequest extends $tea.Model {
19942
19942
  aliasName: 'AliasName',
19943
19943
  attachTypes: 'AttachTypes',
19944
19944
  containerName: 'ContainerName',
19945
+ createTsEnd: 'CreateTsEnd',
19946
+ createTsStart: 'CreateTsStart',
19945
19947
  cveId: 'CveId',
19946
19948
  dealed: 'Dealed',
19947
19949
  groupId: 'GroupId',
@@ -19960,6 +19962,8 @@ class ExportVulRequest extends $tea.Model {
19960
19962
  aliasName: 'string',
19961
19963
  attachTypes: 'string',
19962
19964
  containerName: 'string',
19965
+ createTsEnd: 'number',
19966
+ createTsStart: 'number',
19963
19967
  cveId: 'string',
19964
19968
  dealed: 'string',
19965
19969
  groupId: 'string',
@@ -62365,6 +62369,12 @@ class Client extends openapi_client_1.default {
62365
62369
  if (!tea_util_1.default.isUnset(request.containerName)) {
62366
62370
  query["ContainerName"] = request.containerName;
62367
62371
  }
62372
+ if (!tea_util_1.default.isUnset(request.createTsEnd)) {
62373
+ query["CreateTsEnd"] = request.createTsEnd;
62374
+ }
62375
+ if (!tea_util_1.default.isUnset(request.createTsStart)) {
62376
+ query["CreateTsStart"] = request.createTsStart;
62377
+ }
62368
62378
  if (!tea_util_1.default.isUnset(request.cveId)) {
62369
62379
  query["CveId"] = request.cveId;
62370
62380
  }