Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ publish-oas:
$(MAKE) copy-examples
npm run publish-oas

set-authorization: guard-APIM_ENV
@ AUTHORIZATION=authorization-$$APIM_ENV.yml \
envsubst '$${AUTHORIZATION}' \
< specification/api/components/parameters/authorization/authorization-template.yml > specification/api/components/parameters/authorization/authorization.yml

set-target: guard-APIM_ENV
@ TARGET=target-$$APIM_ENV.yml \
envsubst '$${TARGET}' \
Expand All @@ -69,7 +64,6 @@ set-security: guard-APIM_ENV
< specification/api/components/security-schemes/security-schemes-template.yml > specification/api/components/security-schemes/security-schemes.yml

construct-spec: guard-APIM_ENV
$(MAKE) set-authorization APIM_ENV=$$APIM_ENV
$(MAKE) set-target APIM_ENV=$$APIM_ENV
$(MAKE) set-access APIM_ENV=$$APIM_ENV
$(MAKE) set-security APIM_ENV=$$APIM_ENV
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}
1.0.0-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}
2 changes: 1 addition & 1 deletion sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION ?= ""
SHELL = /bin/bash

build: version # Build the project artefact @Pipeline
VER=$$(cat .version) && cd .. && make build-yml-oas-spec APIM_ENV=prod && npm run generate --buildver=$$VER && cd sdk
VER=$$(cat .version) && cd .. && npm run build --buildver=$$VER && cd sdk
./swagger-static.sh

clean: # Clean-up project resources (main) @Operations
Expand Down
2 changes: 1 addition & 1 deletion sdk/_config.version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.0.1-20251125.131623+3d60875
version: 0.2.0-20251120.121539+0c18993

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
$ref: security-schemes-prod.yml
$ref: security-schemes-internal-dev-pr.yml
2 changes: 1 addition & 1 deletion specification/api/components/security/security.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$ref: security-prod.yml
$ref: security-internal-dev-pr.yml
2 changes: 1 addition & 1 deletion specification/api/components/x-nhsd-apim/access.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$ref: access-prod.yml
$ref: access-internal-dev-pr.yml
2 changes: 1 addition & 1 deletion specification/api/components/x-nhsd-apim/target.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$ref: target-prod.yml
$ref: target-internal-dev-pr.yml
4 changes: 0 additions & 4 deletions specification/api/notify-supplier-phase1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ security:
paths:
/letters:
parameters:
- $ref: 'components/parameters/authorization/authorization.yml'
- $ref: 'components/parameters/requestId.yml'
- $ref: 'components/parameters/correlationId.yml'
post:
Expand All @@ -18,7 +17,6 @@ paths:
$ref: 'components/endpoints/listLetters.yml'
'/letters/{id}':
parameters:
- $ref: 'components/parameters/authorization/authorization.yml'
- $ref: 'components/parameters/requestId.yml'
- $ref: 'components/parameters/correlationId.yml'
- $ref: 'components/parameters/resourceId.yml'
Expand All @@ -28,7 +26,6 @@ paths:
$ref: 'components/endpoints/patchLetter.yml'
'/letters/{id}/data':
parameters:
- $ref: 'components/parameters/authorization/authorization.yml'
- $ref: 'components/parameters/resourceId.yml'
- $ref: 'components/parameters/requestId.yml'
- $ref: 'components/parameters/correlationId.yml'
Expand All @@ -38,7 +35,6 @@ paths:
# $ref: 'components/endpoints/headDataId.yml'
/mi:
parameters:
- $ref: 'components/parameters/authorization/authorization.yml'
- $ref: 'components/parameters/requestId.yml'
- $ref: 'components/parameters/correlationId.yml'
post:
Expand Down
Loading