Skip to content

Commit

Permalink
Merge pull request #2666 from ministryofjustice/feature/update-BedSea…
Browse files Browse the repository at this point in the history
…rchAttribute-enum

adding in x-enum-varnames so the UI generates all values
  • Loading branch information
daveawc authored Dec 9, 2024
2 parents 1bd1152 + 1a79879 commit 3625c07
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/static/_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4929,3 +4929,6 @@ components:
- SHARED_PROPERTY
- SINGLE_OCCUPANCY
- WHEELCHAIR_ACCESSIBLE
- sharedProperty
- singleOccupancy
- wheelchairAccessible
3 changes: 3 additions & 0 deletions src/main/resources/static/codegen/built-api-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9212,3 +9212,6 @@ components:
- SHARED_PROPERTY
- SINGLE_OCCUPANCY
- WHEELCHAIR_ACCESSIBLE
- sharedProperty
- singleOccupancy
- wheelchairAccessible
3 changes: 3 additions & 0 deletions src/main/resources/static/codegen/built-cas1-api-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6041,6 +6041,9 @@ components:
- SHARED_PROPERTY
- SINGLE_OCCUPANCY
- WHEELCHAIR_ACCESSIBLE
- sharedProperty
- singleOccupancy
- wheelchairAccessible
Cas1PremisesBasicSummary:
type: object
properties:
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/static/codegen/built-cas2-api-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5520,3 +5520,6 @@ components:
- SHARED_PROPERTY
- SINGLE_OCCUPANCY
- WHEELCHAIR_ACCESSIBLE
- sharedProperty
- singleOccupancy
- wheelchairAccessible
3 changes: 3 additions & 0 deletions src/main/resources/static/codegen/built-cas3-api-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5028,3 +5028,6 @@ components:
- SHARED_PROPERTY
- SINGLE_OCCUPANCY
- WHEELCHAIR_ACCESSIBLE
- sharedProperty
- singleOccupancy
- wheelchairAccessible

0 comments on commit 3625c07

Please sign in to comment.