Skip to content

Commit 61ee221

Browse files
committed
Release 1.1.3 (2022-03-22)
- Add 402 (Payment required) and 422 (Unprocessable entity) as potential response for `PATCH /v1/waarderingen/{id}`.
1 parent b54445c commit 61ee221

File tree

87 files changed

+331
-95
lines changed

Some content is hidden

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

87 files changed

+331
-95
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", "{5A644298-CC9C-45E7-8B20-9641C1CA733E}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{DB9A8D78-1538-4D2D-9396-FED265E4FC5F}"
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-
{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
13+
{DB9A8D78-1538-4D2D-9396-FED265E4FC5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{DB9A8D78-1538-4D2D-9396-FED265E4FC5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{DB9A8D78-1538-4D2D-9396-FED265E4FC5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{DB9A8D78-1538-4D2D-9396-FED265E4FC5F}.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-22 (v1.1.3)
21+
- Add 402 (Payment required) and 422 (Unprocessable entity) as potential response for `PATCH /v1/waarderingen/{id}`.
22+
2023
### 2022-03-17 (v1.1.2)
2124
- Fixed response type for `GET /v1/geldverstrekkers/{productType}` endpoint.
2225

@@ -114,8 +117,8 @@ Authentication is done via [OAuth2](https://oauth.net/2/) and the [client creden
114117

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

117-
- API version: 1.1.2
118-
- SDK version: 1.1.2
120+
- API version: 1.1.3
121+
- SDK version: 1.1.3
119122
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
120123
For more information, please visit [https://www.calcasa.nl/contact](https://www.calcasa.nl/contact)
121124

@@ -303,6 +306,7 @@ Class | Method | HTTP request | Description
303306
- [Model.ProductType](docs/ProductType.md)
304307
- [Model.Rapport](docs/Rapport.md)
305308
- [Model.Referentieobject](docs/Referentieobject.md)
309+
- [Model.ResourceExhaustedProblemDetails](docs/ResourceExhaustedProblemDetails.md)
306310
- [Model.Taxatiedata](docs/Taxatiedata.md)
307311
- [Model.Taxatiestatus](docs/Taxatiestatus.md)
308312
- [Model.ValidationProblemDetails](docs/ValidationProblemDetails.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.2
18+
* The version of the OpenAPI document: 1.1.3
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.2
18+
* The version of the OpenAPI document: 1.1.3
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.2
18+
* The version of the OpenAPI document: 1.1.3
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.2
18+
* The version of the OpenAPI document: 1.1.3
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.2
18+
* The version of the OpenAPI document: 1.1.3
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.2
18+
* The version of the OpenAPI document: 1.1.3
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.2
18+
* The version of the OpenAPI document: 1.1.3
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.2
18+
* The version of the OpenAPI document: 1.1.3
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

0 commit comments

Comments
 (0)