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 libuk committed Nov 15, 2023
1 parent f724253 commit 1e071bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/@types/shared/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type { Adjudication } from './models/Adjudication';
export type { AnyValue } from './models/AnyValue';
export type { ApArea } from './models/ApArea';
export type { Application } from './models/Application';
export type { ApplicationSortField } from './models/ApplicationSortField';
export type { ApplicationStatus } from './models/ApplicationStatus';
export type { ApplicationSummary } from './models/ApplicationSummary';
export type { ApplicationTimelineNote } from './models/ApplicationTimelineNote';
Expand Down
6 changes: 6 additions & 0 deletions server/@types/shared/models/ApplicationSortField.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type ApplicationSortField = 'tier' | 'createdAt' | 'arrivalDate';
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export type ApprovedPremisesApplicationSummary = (ApplicationSummary & {
risks?: PersonRisks;
createdByUserId: string;
status: ApplicationStatus;
tier?: string;
});

0 comments on commit 1e071bb

Please sign in to comment.