diff --git a/docs/index.html b/docs/index.html index b24f1e6..d262df2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -602,7 +602,7 @@

Overview

Version information

-

Version : 2.71

+

Version : 2.72

@@ -7568,7 +7568,7 @@

Darlehen

optional

-

KfW-program, only with darlehensTyp==KFW_DARLEHEN (allowed values: PROGRAMM_124, PROGRAMM_151, PROGRAMM_152, PROGRAMM_153, PROGRAMM_159, PROGRAMM_167, PROGRAMM_261, PROGRAMM_262, PROGRAMM_297, PROGRAMM_298) If new KfW programs will follow, more values can be attached.

+

KfW-program, only with darlehensTyp==KFW_DARLEHEN (allowed values: PROGRAMM_124, PROGRAMM_151, PROGRAMM_152, PROGRAMM_153, PROGRAMM_159, PROGRAMM_167, PROGRAMM_261, PROGRAMM_262, PROGRAMM_297, PROGRAMM_298, PROGRAMM_300, PROGRAMM_358, PROGRAMM_359) If new KfW programs will follow, more values can be attached.

string

@@ -10228,7 +10228,7 @@

KfwDarlehen

-

enum (PROGRAMM_124, PROGRAMM_151, PROGRAMM_152, PROGRAMM_153, PROGRAMM_159, PROGRAMM_167, PROGRAMM_261, PROGRAMM_262, PROGRAMM_297, PROGRAMM_298, PROGRAMM_300)

+

enum (PROGRAMM_124, PROGRAMM_151, PROGRAMM_152, PROGRAMM_153, PROGRAMM_159, PROGRAMM_167, PROGRAMM_261, PROGRAMM_262, PROGRAMM_297, PROGRAMM_298, PROGRAMM_300, PROGRAMM_358, PROGRAMM_359)

@@ -14087,7 +14087,7 @@

zahlungsplan

diff --git a/swagger.json b/swagger.json index 78a9687..853cd26 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "description": "As a loan provider get all the data of your applications for highly effective validations and approvals.", - "version": "2.71", + "version": "2.72", "title": "Anträge API", "contact": { "name": "Europace AG", @@ -2074,7 +2074,7 @@ }, "kfwProgramm": { "type": "string", - "description": "KfW-program, only with darlehensTyp==KFW_DARLEHEN (allowed values: PROGRAMM_124, PROGRAMM_151, PROGRAMM_152, PROGRAMM_153, PROGRAMM_159, PROGRAMM_167, PROGRAMM_261, PROGRAMM_262, PROGRAMM_297, PROGRAMM_298) If new KfW programs will follow, more values can be attached." + "description": "KfW-program, only with darlehensTyp==KFW_DARLEHEN (allowed values: PROGRAMM_124, PROGRAMM_151, PROGRAMM_152, PROGRAMM_153, PROGRAMM_159, PROGRAMM_167, PROGRAMM_261, PROGRAMM_262, PROGRAMM_297, PROGRAMM_298, PROGRAMM_300, PROGRAMM_358, PROGRAMM_359) If new KfW programs will follow, more values can be attached." }, "kfwSanierungsFahrplanLiegtVor": { "type": "boolean", @@ -2980,7 +2980,9 @@ "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", - "PROGRAMM_300" + "PROGRAMM_300", + "PROGRAMM_358", + "PROGRAMM_359" ] }, "kfwSanierungsFahrplanLiegtVor": { diff --git a/swagger.yaml b/swagger.yaml index b03695f..8a4f9a3 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: description: As a loan provider get all the data of your applications for highly effective validations and approvals. - version: "2.71" + version: "2.72" title: Anträge API contact: name: Europace AG @@ -1949,7 +1949,7 @@ definitions: description: "KfW-energy-standards, only with darlehensTyp==KFW_DARLEHEN (allowed values: STANDARD_40, STANDARD_40_PLUS, STANDARD_40_EEK, STANDARD_40_NH, STANDARD_55, STANDARD_55_EEK, STANDARD_70, STANDARD_70_EEK, STANDARD_85, STANDARD_85_EEK, STANDARD_100, STANDARD_100_EEK, STANDARD_DENKMAL, STANDARD_DENKMAL_EEK, KLIMAFREUNDLICH_STANDARD, KLIMAFREUNDLICH_QNG) Only relevant with KfW-Programm 153, 261, 262. If new KfW-energy-standards will follow, more values can be attached." kfwProgramm: type: string - description: "KfW-program, only with darlehensTyp==KFW_DARLEHEN (allowed values: PROGRAMM_124, PROGRAMM_151, PROGRAMM_152, PROGRAMM_153, PROGRAMM_159, PROGRAMM_167, PROGRAMM_261, PROGRAMM_262, PROGRAMM_297, PROGRAMM_298) If new KfW programs will follow, more values can be attached." + description: "KfW-program, only with darlehensTyp==KFW_DARLEHEN (allowed values: PROGRAMM_124, PROGRAMM_151, PROGRAMM_152, PROGRAMM_153, PROGRAMM_159, PROGRAMM_167, PROGRAMM_261, PROGRAMM_262, PROGRAMM_297, PROGRAMM_298, PROGRAMM_300, PROGRAMM_358, PROGRAMM_359) If new KfW programs will follow, more values can be attached." kfwSanierungsFahrplanLiegtVor: type: boolean description: "plan of refurbishment exists, with darlehensTyp==KFW_DARLEHEN and program 261, 262" @@ -2805,6 +2805,8 @@ definitions: - PROGRAMM_297 - PROGRAMM_298 - PROGRAMM_300 + - PROGRAMM_358 + - PROGRAMM_359 kfwSanierungsFahrplanLiegtVor: type: boolean description: "only with PROGRAMM_261, PROGRAMM_262"