Skip to content

Commit

Permalink
Release 1.4.35 - Update Bauspartarife to version 1.72 (#184)
Browse files Browse the repository at this point in the history
* Update Bauspartarife to version `1.72`. This adds new tariffs for `LBS_SHH`.
  • Loading branch information
github-actions[bot] authored Nov 20, 2023
1 parent 06fdfb0 commit ad463c1
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 103 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

42 changes: 23 additions & 19 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.4.34; 953860c898978ac102791a336340825407dd6944
version: 1.4.35; e27b2d35ab1af594a19554d536e6f9d7da0904db
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -45,16 +45,6 @@ paths:
schema:
type: string
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
Expand All @@ -65,6 +55,16 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/Kundenangaben'
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"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 @@ -101,6 +101,12 @@ paths:
$ref: '#/components/schemas/UpdateKundenangabenRequest'
required: true
responses:
"204":
description: Kundenangaben in einem bestehenden Vorgang überschrieben
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
Expand All @@ -113,12 +119,6 @@ paths:
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"204":
description: Kundenangaben in einem bestehenden Vorgang überschrieben
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
"409":
$ref: '#/components/responses/Conflict'
"400":
Expand Down Expand Up @@ -160,6 +160,8 @@ paths:
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
Expand All @@ -170,8 +172,6 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"403":
$ref: '#/components/responses/Forbidden'
"409":
$ref: '#/components/responses/Conflict'
"400":
Expand Down Expand Up @@ -825,6 +825,10 @@ components:
- LBS_SHH_CLASSIC_TREND
- LBS_SHH_CLASSIC_TREND_MD
- LBS_SHH_CLASSIC_VITA_SE
- LBS_SHH_VITA_ME
- LBS_SHH_VITA_OE
- LBS_SHH_VITA_PE
- LBS_SHH_VITA_SE
- LBS_WEST_ZUHAUSE_DIREKT_10
- LBS_WEST_ZUHAUSE_DIREKT_15
- LBS_WEST_ZUHAUSE_PLUS
Expand Down
Loading

0 comments on commit ad463c1

Please sign in to comment.