generated from ministryofjustice/hmpps-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating hmpps-approved-premises-api models from OpenAPI specification
- Loading branch information
1 parent
e847ee6
commit ab50340
Showing
19 changed files
with
49 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
server/@types/shared/models/ArrayOfOASysOffenceDetailsQuestions.ts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
server/@types/shared/models/ArrayOfOASysRiskContributorsQuestions.ts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
server/@types/shared/models/ArrayOfOASysRiskManagementPlanQuestions.ts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
server/@types/shared/models/ArrayOfOASysRiskManagementQuestions.ts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
server/@types/shared/models/ArrayOfOASysRiskOfSeriousHarmSummaryQuestions.ts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
server/@types/shared/models/ArrayOfOASysRisksToOthersQuestions.ts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
server/@types/shared/models/ArrayOfOASysRisksToTheIndividualQuestions.ts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
server/@types/shared/models/ArrayOfOASysSupportingInformationQuestions.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* generated using openapi-typescript-codegen -- do not edit */ | ||
/* istanbul ignore file */ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
import type { Cas1SpaceBookingCharacteristic } from './Cas1SpaceBookingCharacteristic'; | ||
/** | ||
* Only provide values when a change is required | ||
*/ | ||
export type Cas1UpdateSpaceBooking = { | ||
arrivalDate?: string; | ||
departureDate?: string; | ||
characteristics?: Array<Cas1SpaceBookingCharacteristic>; | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* generated using openapi-typescript-codegen -- do not edit */ | ||
/* istanbul ignore file */ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
import type { SeedFromExcelFileType } from './SeedFromExcelFileType'; | ||
export type SeedFromExcelRequest = { | ||
seedType: SeedFromExcelFileType; | ||
premisesId: string; | ||
fileName: string; | ||
}; | ||
|