Skip to content

Commit

Permalink
feat: Adds new fields display_title and display_type to `finding-…
Browse files Browse the repository at this point in the history
…trends` endpoint
  • Loading branch information
elikmiller committed Jan 21, 2025
1 parent b90fd6c commit c6625dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/javascript/js-client-library/src/responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ type PostureFindingTrend = {
finding_count_start: number;
finding_count_end: number;
composite_risk: number;
display_title: string;
display_type: string;
};

export type PostureFindingTrendsResponse = TimeWindowedResponse<{
Expand Down

0 comments on commit c6625dc

Please sign in to comment.