Skip to content

Commit 3acd41f

Browse files
FairAndresALFair Tarapues
andauthored
Updating AssetsQuery Client (#836)
Co-authored-by: Fair Tarapues <[email protected]>
1 parent 30d6253 commit 3acd41f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/assets-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@al/assets-query",
3-
"version": "2.1.100",
3+
"version": "2.1.101",
44
"license": "MIT",
55
"description": "A client for interacting with the Alert Logic Assets Query Public API",
66
"author": {

packages/assets-query/src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export interface ExposureQueryResultItem {
221221
vulnerability_id?: string;
222222
vulnerability_span_id?: string;
223223
cisa_known_exploited?: boolean;
224+
published_date?: string;
224225
}
225226
export interface ExposureRemediationItem {
226227
account_id?: string;

0 commit comments

Comments
 (0)