Releases: europace/baufismart-antraege-api
Release 2.82 - Add denkmalschutz to gebaeude
Release 2.81 - Correct field name for kalkulatorischesLaufzeitEnde
Since release 2.77, the field kalkulatorischesLaufzeitEnde
in Darlehen
has been incorrectly referred to as getkalkulatorischesLaufzeitEnde
. With this release, the correction has been made back to kalkulatorischesLaufzeitEnde
.
Release 2.80 - New field Co2Emissionen in EnergieEffizienzAusweis
EnergieEffizienzAusweis contains a new field Co2Emissionen with values "aktuell" and "geplant":
"Co2Emissionen": {
"type": "object",
"properties": {
"aktuell": {
"type": "number",
"description": "current CO2 emissions in kg per year and square meter",
"format": "double"
},
"geplant": {
"type": "number",
"description": "planned CO2 emissions in kg per year and square meter",
"format": "double"
}
}
}
Description for field "EndEnergie" has been improved including measuring unit.
Release 2.79 - Corrections to the specification
The OpenAPI specification has contained errors since the update to OpenAPI 3.0. Duplicate enum values have been removed and missing header schemas have been added.
Release 2.78 - Minor internal improvements
Update der Dokudatei(en) (#205) Co-authored-by: sebastian-wien-europace <[email protected]>
Release 2.77 - New implementation of automated API documentation
Migration from Swagger 2.0 to OpenAPI 3.0.1. Thus layout of static HTML-Page has changed massively while the API itself hasn't changed semantically.
Release 2.76 - Partner gets flag "Mitarbeiter von Kreditinstitut" (the partner works for a banking institute) for advisor and clerk
Adds the flag mitarbeiterKreditinstitut
at Partner
and ProduktAnbieter
. Use this flag to recognize if a partner works for a banking institute.
Release 2.75 - New KfW-Programm 308
Add the new KfW-Programm 308 (PROGRAMM_308
)
Release 2.74 - Aufenthaltstitel BlueCard
Adds the new Aufenthaltstitel BLAUE_KARTE_EU
(EU Blue Card).
Release 2.73 - Precise documentation for list of all applications
As described in issue #72, not all fields of object Antrag are returned when all applications are queried. The API documentation should therefore clearly indicate which fields are filled when all applications are queried and which are not.
The following fields are currently filled when querying the list of all applications:
antragsNummer
antragsReferenz
datenKontext
entscheidungsreifeVomVertriebSignalisiert
letzteAenderung
letztesEreignis
zeitpunktDerAnnahme
With this release, all fields that are not filled in when all applications are requested are marked with "Not returned in the list of all applications" in their description.
The readme is also more precise and lists the fields which are filled when requesting the list of all applications.