Skip to content

Commit

Permalink
Release 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
europace committed Jun 28, 2024
1 parent 668964d commit f2619e5
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 18 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

16 changes: 13 additions & 3 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.9; 2c37790570e7a2a61eda8f3e9666be54ae544382
version: 1.5.10; d27b0060cd59884850ae4ae1729ad0b266753046
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -154,6 +154,8 @@ paths:
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
Expand All @@ -164,8 +166,6 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
Expand Down Expand Up @@ -3640,6 +3640,10 @@ components:
description: "Nicht werterhöhende Maßnahmen wie Malerarbeiten, kleine Reparaturen\
\ etc."
format: double
endEnergieGeplant:
type: number
description: "Wenn mit der Modernisierung eine Verbesserung der Energieeffizienz\
\ einhergeht: angestrebter Gebäudeendenergiebedarf in kWh/(m²*a)"
eigenleistung:
type: number
description: Persönlich erbrachte Arbeitsleistung als Eigenleistung
Expand Down Expand Up @@ -4042,6 +4046,7 @@ components:
- DZ_HYP_OHNE_RV
- DZ_HYP_VERTRIEB_EP
- DZ_PRIVATBANK
- ELLWANGER
- ERFURTER_BANK
- ERGO
- EVANGELISCHE_BANK
Expand Down Expand Up @@ -4997,6 +5002,7 @@ components:
- VR_NORDEIFEL
- VR_NORDRHOEN
- VR_NUERNBERG
- VR_OBERBAYERN_SO
- VR_OBERFRANKEN_MITTE
- VR_ODER_SPREE
- VR_OSTHOLSTEIN
Expand Down Expand Up @@ -5929,6 +5935,10 @@ components:
description: "Nicht werterhöhende Maßnahmen wie Malerarbeiten, kleine\
\ Reparaturen etc."
format: double
endEnergieGeplant:
type: number
description: "Wenn mit der Modernisierung eine Verbesserung der Energieeffizienz\
\ einhergeht: angestrebter Gebäudeendenergiebedarf in kWh/(m²*a)"
eigenleistungErfassung:
$ref: '#/components/schemas/EigenleistungErfassung'
VorhandeneRechteAbteilung2:
Expand Down
88 changes: 74 additions & 14 deletions reference/index.html

Large diffs are not rendered by default.

0 comments on commit f2619e5

Please sign in to comment.