Skip to content

Commit

Permalink
Merge pull request #119 from europace/publish/29-10-24_14-23-25
Browse files Browse the repository at this point in the history
Update Bauspartarife to version 1.104, Produktanbieter-IDs to version 1.1168
  • Loading branch information
fgellhorn authored Oct 29, 2024
2 parents f564a3e + 8badbab commit ba6b931
Show file tree
Hide file tree
Showing 3 changed files with 1,963 additions and 1,714 deletions.
68 changes: 49 additions & 19 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.3"
"version": "3.0.4"
},
"externalDocs" : {
"url" : "https://docs.api.europace.de/baufinanzierung/angebote/angebote-api/"
Expand Down Expand Up @@ -1866,22 +1866,22 @@
}
},
"responses" : {
"200" : {
"description" : "Die Ermittlung wurde erzeugt und ist maximal eine Stunde unter der Url im 'location' Header abrufbar.",
"404" : {
"description" : "Not Found",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Ergebnisliste"
"$ref" : "#/components/schemas/Error"
}
}
}
},
"404" : {
"description" : "Not Found",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/Error"
"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"
}
}
}
Expand Down Expand Up @@ -2013,22 +2013,22 @@
}
} ],
"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"
}
}
}
},
"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 @@ -5417,6 +5417,36 @@
"LBS_NORDWEST_WT_SPEZIAL_2024_R",
"LBS_NORDWEST_WT_MOD_ECOFLEX_2024_R",
"LBS_NORDWEST_WT_MOD_FLEX_2024_R",
"LBS_NORDWEST_BESTAND_CLASSIC_06_L",
"LBS_NORDWEST_BESTAND_CLASSIC_06_N",
"LBS_NORDWEST_BESTAND_CLASSIC_06_S",
"LBS_NORDWEST_BESTAND_CLASSIC_11_F",
"LBS_NORDWEST_BESTAND_CLASSIC_11_F_MAXI",
"LBS_NORDWEST_BESTAND_CLASSIC_11_L",
"LBS_NORDWEST_BESTAND_CLASSIC_11_N",
"LBS_NORDWEST_BESTAND_CLASSIC_11_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_4_L",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_4_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_5_L",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_5_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_6_L",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_6_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_8_L",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_8_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_13_PLUS",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_DIREKT_10",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_DIREKT_15",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_4_L",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_4_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_5_L",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_5_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_6_L",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_6_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_8_L",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_8_S",
"LBS_NORDWEST_BESTAND_ZUHAUSE_15_PLUS",
"LBS_NORDWEST_BESTAND_ZUHAUSE_17_PRIMA",
"LBS_NORDWEST_BESTAND_ZUHAUSE_17_PRIMA_10",
"LBS_NORD_CLASSIC_GU",
"LBS_NORD_CLASSIC_GV",
"LBS_NORD_CLASSIC_MINI_GM",
Expand Down
56 changes: 43 additions & 13 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.3
version: 3.0.4
externalDocs:
url: https://docs.api.europace.de/baufinanzierung/angebote/angebote-api/
servers:
Expand Down Expand Up @@ -1240,19 +1240,19 @@ paths:
schema:
$ref: "#/components/schemas/ErmittleErgebnisseRequestBody"
responses:
"404":
description: Not Found
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
"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"
"404":
description: Not Found
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
"204":
description: Basierend auf dem Parameter gibt es keinen zurückzugebenden
Inhalt.
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 @@ -3784,6 +3784,36 @@ components:
- LBS_NORDWEST_WT_SPEZIAL_2024_R
- LBS_NORDWEST_WT_MOD_ECOFLEX_2024_R
- LBS_NORDWEST_WT_MOD_FLEX_2024_R
- LBS_NORDWEST_BESTAND_CLASSIC_06_L
- LBS_NORDWEST_BESTAND_CLASSIC_06_N
- LBS_NORDWEST_BESTAND_CLASSIC_06_S
- LBS_NORDWEST_BESTAND_CLASSIC_11_F
- LBS_NORDWEST_BESTAND_CLASSIC_11_F_MAXI
- LBS_NORDWEST_BESTAND_CLASSIC_11_L
- LBS_NORDWEST_BESTAND_CLASSIC_11_N
- LBS_NORDWEST_BESTAND_CLASSIC_11_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_4_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_4_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_5_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_5_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_6_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_6_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_8_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_8_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_PLUS
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_DIREKT_10
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_DIREKT_15
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_4_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_4_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_5_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_5_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_6_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_6_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_8_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_8_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_PLUS
- LBS_NORDWEST_BESTAND_ZUHAUSE_17_PRIMA
- LBS_NORDWEST_BESTAND_ZUHAUSE_17_PRIMA_10
- LBS_NORD_CLASSIC_GU
- LBS_NORD_CLASSIC_GV
- LBS_NORD_CLASSIC_MINI_GM
Expand Down
Loading

0 comments on commit ba6b931

Please sign in to comment.