Skip to content

Commit

Permalink
extended kfwEnergieEffizienzStandard (#100)
Browse files Browse the repository at this point in the history
new version 2.26
  • Loading branch information
martinklewitz authored May 25, 2022
1 parent 6991304 commit e9277c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "Mit dieser API können die Vorgänge aus der Europace Plattform ausgelesen werden.",
"version": "2.24",
"version": "2.26",
"title": "Vorgänge API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -2929,6 +2929,7 @@
"STANDARD_100_EEK",
"STANDARD_40",
"STANDARD_40_EEK",
"STANDARD_40_NH",
"STANDARD_40_PLUS",
"STANDARD_55",
"STANDARD_55_EEK",
Expand Down Expand Up @@ -3105,6 +3106,7 @@
"STANDARD_100_EEK",
"STANDARD_40",
"STANDARD_40_EEK",
"STANDARD_40_NH",
"STANDARD_40_PLUS",
"STANDARD_55",
"STANDARD_55_EEK",
Expand Down Expand Up @@ -4281,6 +4283,7 @@
"STANDARD_100_EEK",
"STANDARD_40",
"STANDARD_40_EEK",
"STANDARD_40_NH",
"STANDARD_40_PLUS",
"STANDARD_55",
"STANDARD_55_EEK",
Expand Down Expand Up @@ -5908,4 +5911,4 @@
"title": "ZwischenFinanzierungsWunsch"
}
}
}
}
7 changes: 5 additions & 2 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: Mit dieser API können die Vorgänge aus der Europace Plattform ausgelesen werden.
version: "2.24"
version: "2.26"
title: Vorgänge API
contact:
name: Europace AG
Expand Down Expand Up @@ -2034,6 +2034,7 @@ definitions:
- STANDARD_100_EEK
- STANDARD_40
- STANDARD_40_EEK
- STANDARD_40_NH
- STANDARD_40_PLUS
- STANDARD_55
- STANDARD_55_EEK
Expand Down Expand Up @@ -2172,6 +2173,7 @@ definitions:
- STANDARD_100_EEK
- STANDARD_40
- STANDARD_40_EEK
- STANDARD_40_NH
- STANDARD_40_PLUS
- STANDARD_55
- STANDARD_55_EEK
Expand Down Expand Up @@ -3016,6 +3018,7 @@ definitions:
- STANDARD_100_EEK
- STANDARD_40
- STANDARD_40_EEK
- STANDARD_40_NH
- STANDARD_40_PLUS
- STANDARD_55
- STANDARD_55_EEK
Expand Down Expand Up @@ -3420,7 +3423,7 @@ definitions:
type: string
value:
type: object
properties: {}
properties: { }
title: PatchOperation
Postadresse:
type: object
Expand Down

0 comments on commit e9277c8

Please sign in to comment.