generated from ministryofjustice/hmpps-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMG-190 some code tidy - refactor bits of code where custody-manager …
…is referenced (#154) * CMG-190 some code tidy - refactor bits of code where custody-manager is referenced * CMG-190 some code tidy - refactor bits of code where custody-manager is referenced
- Loading branch information
1 parent
260a3a0
commit 0816fc5
Showing
7 changed files
with
4 additions
and
8 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "hmpps-court-cases-release-dates", | ||
"version": "0.0.1", | ||
"description": "HMPPS Custody Manager", | ||
"description": "HMPPS Court Cases and Release Dates", | ||
"repository": "[email protected]:ministryofjustice/hmpps-court-cases-release-dates.git", | ||
"license": "MIT", | ||
"scripts": { | ||
|
@@ -28,7 +28,6 @@ | |
"int-test-ui": "cypress open --e2e --browser chrome", | ||
"clean": "rm -rf dist build node_modules stylesheets", | ||
"generate-prisoner-search-api-types": "openapi-typescript https://prisoner-search-dev.prison.service.justice.gov.uk/v3/api-docs > ./server/@types/prisonerSearchApi/index.d.ts", | ||
"generate-custody-manager-api-types": "openapi-typescript https://custody-manager-api-dev.hmpps.service.justice.gov.uk/v3/api-docs > ./server/@types/custodyManagerApi/index.d.ts", | ||
"generate-document-management-api-types": "openapi-typescript https://document-api-dev.hmpps.service.justice.gov.uk/v3/api-docs > ./server/@types/documentManagementApi/index.d.ts", | ||
"generate-adjustments-api-types": "openapi-typescript https://adjustments-api-dev.hmpps.service.justice.gov.uk/v3/api-docs > ./server/@types/adjustmentsApi/index.d.ts", | ||
"generate-calculate-release-dates-api-types": "openapi-typescript https://calculate-release-dates-api-dev.hmpps.service.justice.gov.uk/v3/api-docs > ./server/@types/calculateReleaseDatesApi/index.d.ts", | ||
|
Empty file.