Skip to content

Commit

Permalink
Release 2.74 - Aufenthaltstitel BlueCard (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 17, 2024
1 parent 338f39d commit 7ba1558
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 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.73</p>
<p><em>Version</em> : 2.74</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -4737,7 +4737,7 @@ <h3 id="_antragsteller">Antragsteller</h3>
<p>only with non-EU nationality</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>enum (AUFENTHALTS_ERLAUBNIS, DAUERAUFENTHALT_EU, NIEDERLASSUNGS_ERLAUBNIS, VISUM)</p>
<p>enum (AUFENTHALTS_ERLAUBNIS, BLAUE_KARTE_EU, DAUERAUFENTHALT_EU, NIEDERLASSUNGS_ERLAUBNIS, VISUM)</p>
</div></div></td>
</tr>
<tr>
Expand Down Expand Up @@ -14091,7 +14091,7 @@ <h3 id="_zahlungsplan">zahlungsplan</h3>
<div id="footer">
<div id="footer-text">
Version unspecified<br>
Last updated 2024-06-12 11:06:57 +0200
Last updated 2024-07-16 15:02:37 +0200
</div>
</div>
</body>
Expand Down
3 changes: 2 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.73",
"version": "2.74",
"title": "Anträge API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -1276,6 +1276,7 @@
"description": "only with non-EU nationality",
"enum": [
"AUFENTHALTS_ERLAUBNIS",
"BLAUE_KARTE_EU",
"DAUERAUFENTHALT_EU",
"NIEDERLASSUNGS_ERLAUBNIS",
"VISUM"
Expand Down
3 changes: 2 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.73"
version: "2.74"
title: Anträge API
contact:
name: Europace AG
Expand Down Expand Up @@ -1157,6 +1157,7 @@ definitions:
description: only with non-EU nationality
enum:
- AUFENTHALTS_ERLAUBNIS
- BLAUE_KARTE_EU
- DAUERAUFENTHALT_EU
- NIEDERLASSUNGS_ERLAUBNIS
- VISUM
Expand Down

0 comments on commit 7ba1558

Please sign in to comment.