Skip to content

Commit

Permalink
BED-5323 fixing build issues (#1105)
Browse files Browse the repository at this point in the history
* Bed 4890 - GPO Inheritance is not properly calculated on OUs (#1097)

* wip

* Update GetDomainEntityInfo() to use the FetchEnforcedGPOs function.

* Added a test case for FetchEnforcedGPOsPaths()

* Fix ReadTransactionTestWithSetup(), txDelegate was never called. Looks like it was a copy/paste error
in commit 42efe25

---------

Co-authored-by: John Hopper <[email protected]>

* Bed 4411 (#1099)

* added check for accept header. working on filtering refactor

* chore: updated error message

* updated docs

* ran prepare-for-codereview

* removed display fields from docs

* more clean up

* more cleanup

* fix: marshalling csv could return a 200 when it was broken

* chore: update docs to fix a miss

---------

Co-authored-by: Alyx Holms <[email protected]>

* BED-5323 fixing build issues

---------

Co-authored-by: Elijah Brown <[email protected]>
Co-authored-by: John Hopper <[email protected]>
Co-authored-by: stephanieslamb <[email protected]>
Co-authored-by: Alyx Holms <[email protected]>
  • Loading branch information
5 people authored Jan 30, 2025
1 parent 5c18b8b commit 0fcda60
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 @@ -113,6 +113,8 @@ type PostureFindingTrend = {
finding: string;
finding_count_start: number;
finding_count_end: number;
finding_count_increase: number;
finding_count_decrease: number;
composite_risk: number;
display_title: string;
display_type: string;
Expand Down

0 comments on commit 0fcda60

Please sign in to comment.