Skip to content

Commit

Permalink
Merge branch 'main' into APG-556-TECH-UI-1.5-and-5.1-Page-titles-coul…
Browse files Browse the repository at this point in the history
…d-be-improved
  • Loading branch information
Giruvagen authored Dec 18, 2024
2 parents aa8ffae + 0fdb769 commit 05e2fdb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions server/@types/prisonerSearch/imported/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -791,10 +791,10 @@ export interface components {
primarySentence?: boolean;
};
PagePrisoner: {
/** Format: int32 */
totalPages?: number;
/** Format: int64 */
totalElements?: number;
/** Format: int32 */
totalPages?: number;
first?: boolean;
last?: boolean;
/** Format: int32 */
Expand All @@ -814,9 +814,9 @@ export interface components {
sort?: components["schemas"]["SortObject"];
/** Format: int32 */
pageSize?: number;
paged?: boolean;
/** Format: int32 */
pageNumber?: number;
paged?: boolean;
unpaged?: boolean;
};
/** @description Telephone numbers. Note that the number will contain only numeric characters [0-9] (including no break between area code and number). Therefore if searching on 'phoneNumbers.number' you should not pass any non-numeric characters. */
Expand Down Expand Up @@ -1518,10 +1518,10 @@ export interface components {
pagination: components["schemas"]["PaginationRequest"];
};
PrisonerDetailResponse: {
/** Format: int32 */
totalPages?: number;
/** Format: int64 */
totalElements?: number;
/** Format: int32 */
totalPages?: number;
first?: boolean;
last?: boolean;
/** Format: int32 */
Expand Down Expand Up @@ -1690,10 +1690,10 @@ export interface components {
pagination: components["schemas"]["PaginationRequest"];
};
PhysicalDetailResponse: {
/** Format: int32 */
totalPages?: number;
/** Format: int64 */
totalElements?: number;
/** Format: int32 */
totalPages?: number;
first?: boolean;
last?: boolean;
/** Format: int32 */
Expand Down Expand Up @@ -1795,10 +1795,10 @@ export interface components {
type: "DEFAULT" | "ESTABLISHMENT";
};
KeywordResponse: {
/** Format: int32 */
totalPages?: number;
/** Format: int64 */
totalElements?: number;
/** Format: int32 */
totalPages?: number;
first?: boolean;
last?: boolean;
/** Format: int32 */
Expand Down

0 comments on commit 05e2fdb

Please sign in to comment.