From 3acd41f4ff9b8951f335d0fee8a01117cd2405f4 Mon Sep 17 00:00:00 2001 From: FairAndresAL <61560022+FairAndresAL@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:28:22 -0500 Subject: [PATCH] Updating AssetsQuery Client (#836) Co-authored-by: Fair Tarapues --- packages/assets-query/package.json | 2 +- packages/assets-query/src/types/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;