Skip to content

Commit

Permalink
Updating hmpps-approved-premises-api models from OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
communityaccommodationtypegen[bot] authored and froddd committed Aug 15, 2024
1 parent fcb4648 commit 5f569a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions server/@types/shared/models/AnyValue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@
/**
* Any object that conforms to the current JSON schema for an application
*/
export type AnyValue = {
};

export type AnyValue = Record<string, any>;
1 change: 0 additions & 1 deletion server/@types/shared/models/NewCas1SpaceBooking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export type NewCas1SpaceBooking = {
arrivalDate: string;
departureDate: string;
premisesId: string;
placementRequestId: string;
requirements: Cas1SpaceBookingRequirements;
};

0 comments on commit 5f569a6

Please sign in to comment.