Skip to content

Commit

Permalink
Release 3.0.1 - Add new KfW-Program 308 (#115)
Browse files Browse the repository at this point in the history
Release `3.0.1`
- Add new KfW program 308
  • Loading branch information
andilau authored Aug 6, 2024
1 parent 90f4f1c commit 3f773ee
Show file tree
Hide file tree
Showing 3 changed files with 3,208 additions and 3,206 deletions.
24 changes: 12 additions & 12 deletions angebote-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url" : "https://developer.europace.de",
"email" : "[email protected]"
},
"version" : "3.0.0"
"version" : "3.0.1"
},
"externalDocs" : {
"url" : "https://docs.api.europace.de/baufinanzierung/angebote/angebote-api/"
Expand Down Expand Up @@ -1876,9 +1876,6 @@
}
}
},
"204" : {
"description" : "Basierend auf dem Parameter gibt es keinen zurückzugebenden Inhalt."
},
"200" : {
"description" : "Die Ermittlung wurde erzeugt und ist maximal eine Stunde unter der Url im 'location' Header abrufbar.",
"content" : {
Expand All @@ -1889,6 +1886,9 @@
}
}
},
"204" : {
"description" : "Basierend auf dem Parameter gibt es keinen zurückzugebenden Inhalt."
},
"401" : {
"description" : "Unauthorized",
"content" : {
Expand Down Expand Up @@ -2013,22 +2013,22 @@
}
} ],
"responses" : {
"200" : {
"description" : "Die Ergebnisliste wurde gefunden.",
"404" : {
"description" : "Not Found",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Ergebnisliste"
"$ref" : "#/components/schemas/Error"
}
}
}
},
"404" : {
"description" : "Not Found",
"200" : {
"description" : "Die Ergebnisliste wurde gefunden.",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Error"
"$ref" : "#/components/schemas/Ergebnisliste"
}
}
}
Expand Down Expand Up @@ -4511,7 +4511,7 @@
},
"kfwProgramm" : {
"type" : "string",
"enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_358", "PROGRAMM_359" ]
"enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_308", "PROGRAMM_358", "PROGRAMM_359" ]
},
"sollZins" : {
"type" : "number"
Expand Down Expand Up @@ -6396,7 +6396,7 @@
"kfwProgramm" : {
"type" : "string",
"description" : "Programm 261 wird nur noch in der Sanierungsvariante, die Programme 141, 151, 152, 153, 155, 167 und 262 werden gar nicht mehr angeboten",
"enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_358", "PROGRAMM_359" ]
"enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_308", "PROGRAMM_358", "PROGRAMM_359" ]
},
"kfwEnergieEffizienzStandard" : {
"type" : "string",
Expand Down
22 changes: 12 additions & 10 deletions angebote-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
name: Europace AG
url: https://developer.europace.de
email: [email protected]
version: 3.0.0
version: 3.0.1
externalDocs:
url: https://docs.api.europace.de/baufinanzierung/angebote/angebote-api/
servers:
Expand Down Expand Up @@ -1246,16 +1246,16 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Error'
"204":
description: Basierend auf dem Parameter gibt es keinen zurückzugebenden
Inhalt.
"200":
description: Die Ermittlung wurde erzeugt und ist maximal eine Stunde unter
der Url im 'location' Header abrufbar.
content:
application/json:
schema:
$ref: '#/components/schemas/Ergebnisliste'
"204":
description: Basierend auf dem Parameter gibt es keinen zurückzugebenden
Inhalt.
"401":
description: Unauthorized
content:
Expand Down Expand Up @@ -1339,18 +1339,18 @@ paths:
pattern: "^[A-Z0-9]{6}"
type: string
responses:
"200":
description: Die Ergebnisliste wurde gefunden.
content:
application/json:
schema:
$ref: '#/components/schemas/Ergebnisliste'
"404":
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
"200":
description: Die Ergebnisliste wurde gefunden.
content:
application/json:
schema:
$ref: '#/components/schemas/Ergebnisliste'
"401":
description: Unauthorized
content:
Expand Down Expand Up @@ -3027,6 +3027,7 @@ components:
- PROGRAMM_297
- PROGRAMM_298
- PROGRAMM_300
- PROGRAMM_308
- PROGRAMM_358
- PROGRAMM_359
sollZins:
Expand Down Expand Up @@ -5159,6 +5160,7 @@ components:
- PROGRAMM_297
- PROGRAMM_298
- PROGRAMM_300
- PROGRAMM_308
- PROGRAMM_358
- PROGRAMM_359
kfwEnergieEffizienzStandard:
Expand Down
Loading

0 comments on commit 3f773ee

Please sign in to comment.