Skip to content

Commit

Permalink
Release 2.76 - Partner gets flag "Mitarbeiter von Kreditinstitut" (th…
Browse files Browse the repository at this point in the history
…e partner works for a banking institute) for advisor and clerk (#200)
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
1 parent 98f06a0 commit 0bbc104
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
28 changes: 26 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 2.75</p>
<p><em>Version</em> : 2.76</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -11341,6 +11341,18 @@ <h3 id="_partner">Partner</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>mitarbeiterKreditinstitut</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>the partner works for a banking institute</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>boolean</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>nachname</strong><br>
<em>optional</em></p>
</div></div></td>
Expand Down Expand Up @@ -11924,6 +11936,18 @@ <h3 id="_produktanbieter">ProduktAnbieter</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>mitarbeiterKreditinstitut</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>the partner works for a banking institute</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>boolean</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>nachname</strong><br>
<em>optional</em></p>
</div></div></td>
Expand Down Expand Up @@ -14091,7 +14115,7 @@ <h3 id="_zahlungsplan">zahlungsplan</h3>
<div id="footer">
<div id="footer-text">
Version unspecified<br>
Last updated 2024-08-07 08:22:49 +0200
Last updated 2024-08-16 10:45:56 +0200
</div>
</div>
</body>
Expand Down
10 changes: 9 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.75",
"version": "2.76",
"title": "Anträge API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -3302,6 +3302,10 @@
"description": "external loan officer id"
},
"firmierung": { "type": "string", "description": "company" },
"mitarbeiterKreditinstitut": {
"type": "boolean",
"description": "the partner works for a banking institute"
},
"nachname": { "type": "string", "description": "sur name" },
"partnerId": { "type": "string" },
"partnerKennzeichen": {
Expand Down Expand Up @@ -3467,6 +3471,10 @@
"description": "external loan officer id"
},
"firmierung": { "type": "string", "description": "company" },
"mitarbeiterKreditinstitut": {
"type": "boolean",
"description": "the partner works for a banking institute"
},
"nachname": { "type": "string", "description": "sur name" },
"partnerId": { "type": "string" },
"partnerKennzeichen": {
Expand Down
8 changes: 7 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.75"
version: "2.76"
title: Anträge API
contact:
name: Europace AG
Expand Down Expand Up @@ -3124,6 +3124,9 @@ definitions:
firmierung:
type: string
description: company
mitarbeiterKreditinstitut:
type: boolean
description: the partner works for a banking institute
nachname:
type: string
description: sur name
Expand Down Expand Up @@ -3298,6 +3301,9 @@ definitions:
firmierung:
type: string
description: company
mitarbeiterKreditinstitut:
type: boolean
description: the partner works for a banking institute
nachname:
type: string
description: sur name
Expand Down

0 comments on commit 0bbc104

Please sign in to comment.