Skip to content

Commit b54445c

Browse files
committed
Release 1.1.2 (2022-03-17)
- Fixed response type for `GET /v1/geldverstrekkers/{productType}` endpoint.
1 parent 4399111 commit b54445c

File tree

86 files changed

+279
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+279
-114
lines changed

Calcasa.Api.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{83916728-BA32-4195-A085-81C669C6D54D}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{5A644298-CC9C-45E7-8B20-9641C1CA733E}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{83916728-BA32-4195-A085-81C669C6D54D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{83916728-BA32-4195-A085-81C669C6D54D}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{83916728-BA32-4195-A085-81C669C6D54D}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{83916728-BA32-4195-A085-81C669C6D54D}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{5A644298-CC9C-45E7-8B20-9641C1CA733E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{5A644298-CC9C-45E7-8B20-9641C1CA733E}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{5A644298-CC9C-45E7-8B20-9641C1CA733E}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{5A644298-CC9C-45E7-8B20-9641C1CA733E}.Release|Any CPU.Build.0 = Release|Any CPU
1717
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1818
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ This API is documented in **OpenAPI format version 3** you can use tools like th
1717

1818
## Changelog
1919

20+
### 2022-03-17 (v1.1.2)
21+
- Fixed response type for `GET /v1/geldverstrekkers/{productType}` endpoint.
22+
2023
### 2022-03-08 (v1.1.1)
2124
- Added `GET /v1/geldverstrekkers/{productType}` endpoint.
2225
- Restored all `ProblemDetails` models.
@@ -111,8 +114,8 @@ Authentication is done via [OAuth2](https://oauth.net/2/) and the [client creden
111114

112115
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
113116

114-
- API version: 1.1.1
115-
- SDK version: 1.1.1
117+
- API version: 1.1.2
118+
- SDK version: 1.1.2
116119
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
117120
For more information, please visit [https://www.calcasa.nl/contact](https://www.calcasa.nl/contact)
118121

@@ -281,6 +284,7 @@ Class | Method | HTTP request | Description
281284
- [Model.FunderingTypering](docs/FunderingTypering.md)
282285
- [Model.Funderingdata](docs/Funderingdata.md)
283286
- [Model.Gebiedsdata](docs/Gebiedsdata.md)
287+
- [Model.Geldverstrekker](docs/Geldverstrekker.md)
284288
- [Model.HttpValidationProblemDetails](docs/HttpValidationProblemDetails.md)
285289
- [Model.InvalidArgumentProblemDetails](docs/InvalidArgumentProblemDetails.md)
286290
- [Model.JsonPatchDocument](docs/JsonPatchDocument.md)

src/Calcasa.Api/Api/AdressenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.1
18+
* The version of the OpenAPI document: 1.1.2
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BestemmingsplannenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.1
18+
* The version of the OpenAPI document: 1.1.2
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BodemApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.1
18+
* The version of the OpenAPI document: 1.1.2
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BuurtApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.1
18+
* The version of the OpenAPI document: 1.1.2
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/ConfiguratieApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.1
18+
* The version of the OpenAPI document: 1.1.2
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FacturenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.1
18+
* The version of the OpenAPI document: 1.1.2
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FotosApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.1
18+
* The version of the OpenAPI document: 1.1.2
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FunderingenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.1
18+
* The version of the OpenAPI document: 1.1.2
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

0 commit comments

Comments
 (0)