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
1 parent efec2bb commit 76c1f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/@types/shared/models/UpdatePremises.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export type UpdatePremises = {
pdu?: string;
probationDeliveryUnitId?: string;
turnaroundWorkingDayCount?: number;
name?: string;
};

1 change: 1 addition & 0 deletions server/@types/shared/models/UpdateRoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
export type UpdateRoom = {
notes?: string;
characteristicIds: Array<string>;
name?: string;
};

0 comments on commit 76c1f92

Please sign in to comment.