diff --git a/packages/assets-query/package.json b/packages/assets-query/package.json index 6ef3ec34..0237862b 100644 --- a/packages/assets-query/package.json +++ b/packages/assets-query/package.json @@ -1,6 +1,6 @@ { "name": "@al/assets-query", - "version": "2.1.100", + "version": "2.1.101", "license": "MIT", "description": "A client for interacting with the Alert Logic Assets Query Public API", "author": { diff --git a/packages/assets-query/src/types/index.ts b/packages/assets-query/src/types/index.ts index 90b3936e..e5580ae1 100644 --- a/packages/assets-query/src/types/index.ts +++ b/packages/assets-query/src/types/index.ts @@ -221,6 +221,7 @@ export interface ExposureQueryResultItem { vulnerability_id?: string; vulnerability_span_id?: string; cisa_known_exploited?: boolean; + published_date?: string; } export interface ExposureRemediationItem { account_id?: string;