Skip to content

Commit 83157ab

Browse files
Merge pull request #879 from NHSDigital/develop
APIM-R 1.21 Release cut
2 parents 3358145 + b9b123c commit 83157ab

File tree

9 files changed

+160
-127
lines changed

9 files changed

+160
-127
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
3+
# These owners will be the default owners for everything in
4+
# the repo. Unless a later match takes precedence,
5+
# @NHSDigital/e-referrals will be requested for
6+
# review when someone opens a pull request.
7+
8+
* @NHSDigital/e-referrals
9+
10+
# For version files that are updated by dependabot we have a cut down list
11+
12+
/sandbox/Dockerfile @nhsd-david-wass @adamoldfield-nhs @nhsd-jack-wainwright
13+
/sandbox/package.json @nhsd-david-wass @adamoldfield-nhs @nhsd-jack-wainwright
14+
/sandbox/package-lock.json @nhsd-david-wass @adamoldfield-nhs @nhsd-jack-wainwright
15+
/package.json @nhsd-david-wass @adamoldfield-nhs @nhsd-jack-wainwright
16+
/package-lock.json @nhsd-david-wass @adamoldfield-nhs @nhsd-jack-wainwright
17+
/poetry.lock @nhsd-david-wass @adamoldfield-nhs @nhsd-jack-wainwright
18+
/poetry.toml @nhsd-david-wass @adamoldfield-nhs @nhsd-jack-wainwright
19+
/pyproject.toml @nhsd-david-wass @adamoldfield-nhs @nhsd-jack-wainwright

package-lock.json

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ gitpython = "^3.1.31"
3030
lxml = "^4.9.2"
3131
xmlformatter = "^0.2.4"
3232
pytest-check = "^2.1.4"
33-
requests = "^2.29.0"
33+
requests = "^2.31.0"
3434
openapi-core = "0.14.2"
3535

3636

3737
[tool.poetry.dev-dependencies]
3838
flake8 = "^5.0.4"
3939
black = "^23.3"
40-
pip-licenses = "^4.2.0"
40+
pip-licenses = "^4.3.2"
4141
jinja2 = "^3.1.2"
4242
pytest = "^6.1.2"
4343
pytest-asyncio = "^0.14.0"

sandbox/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandbox/src/mocks/r4/getService/responses/sampleServiceWithFullAttributes.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,17 @@
7272
}
7373
],
7474
"name": "Direct SVC 1",
75-
"type": {
76-
"coding": [
77-
{
78-
"system": "https://fhir.nhs.uk/CodeSystem/eRS-AppointmentType",
79-
"code": "DAY_CASE",
80-
"display": "Day Case"
81-
}
82-
]
83-
},
75+
"type": [
76+
{
77+
"coding": [
78+
{
79+
"system": "https://fhir.nhs.uk/CodeSystem/eRS-AppointmentType",
80+
"code": "DAY_CASE",
81+
"display": "Day Case"
82+
}
83+
]
84+
}
85+
],
8486
"characteristic": [
8587
{
8688
"coding": [

0 commit comments

Comments
 (0)