Skip to content

Commit

Permalink
Update from publish/release-1.5.12 (#206)
Browse files Browse the repository at this point in the history
Release `1.5.12`

- Update Bauspartarife to version `1.95`. This adds a new tariff for
Bausparkasse Mainz.

Co-authored-by: europace <[email protected]>
  • Loading branch information
github-actions[bot] and europace authored Jul 12, 2024
1 parent 0edc490 commit b402092
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 73 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

35 changes: 18 additions & 17 deletions kundenangaben-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
name: Europace AG
url: http://developer.europace.de
email: [email protected]
version: 1.5.11; 725f3293b907eadc83af0dc4afef22c34c957603
version: 1.5.12; f934db217842ab553b22005053eed422be18e80b
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -47,16 +47,6 @@ paths:
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
content:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/Kundenangaben'
"404":
$ref: '#/components/responses/NotFound'
"401":
Expand All @@ -67,6 +57,16 @@ paths:
$ref: '#/components/responses/Forbidden'
"409":
$ref: '#/components/responses/Conflict'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
content:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/Kundenangaben'
"400":
$ref: '#/components/responses/BadRequest'
security:
Expand Down Expand Up @@ -156,6 +156,12 @@ paths:
$ref: '#/components/responses/ServiceNotAvailable'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
Expand All @@ -166,12 +172,6 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"409":
$ref: '#/components/responses/Conflict'
"400":
Expand Down Expand Up @@ -639,6 +639,7 @@ components:
- BKM_ZINS_PLUS_2_BONUS
- BKM_ZINS_PLUS_3_BONUS
- BKM_HAUS_PLUS_WAHLZUTEILUNG
- BKM_HAUS_PLUS_KOMBI
- FUCHS_IMMO_1
- FUCHS_IMMO_1_PLUS
- FUCHS_IMMO_2
Expand Down
Loading

0 comments on commit b402092

Please sign in to comment.