Skip to content

Commit

Permalink
Release 1.1.5 (2022-04-13)
Browse files Browse the repository at this point in the history
- Fix the schema for `Operation` `value` field for the benefit of the PHP and Python code generators, these will now correctly support any value type.
  • Loading branch information
EraYaN committed Apr 13, 2022
1 parent b7aeae9 commit 5a68f31
Show file tree
Hide file tree
Showing 87 changed files with 186 additions and 183 deletions.
10 changes: 5 additions & 5 deletions Calcasa.Api.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{47D20D2E-839F-4AAB-92C9-5CEE93580474}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47D20D2E-839F-4AAB-92C9-5CEE93580474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47D20D2E-839F-4AAB-92C9-5CEE93580474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47D20D2E-839F-4AAB-92C9-5CEE93580474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47D20D2E-839F-4AAB-92C9-5CEE93580474}.Release|Any CPU.Build.0 = Release|Any CPU
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ This API is documented in **OpenAPI format version 3** you can use tools like th

## Changelog

### 2022-04-13 (v1.1.5)
- Fix the schema for `Operation` `value` field for the benefit of the PHP and Python code generators, these will now correctly support any value type.

### 2022-04-12 (v1.1.4)
- Added proper Content-Disposition headers to the `GET /v1/rapporten/{id}` and `GET /v1/facturen/{id}` endpoints with the correct filename.
- Fix Mime Types for the `GET /v1/configuratie/callbacks` and `POST /v1/configuratie/callbacks` endpoints to only be `application/json`.
- Fix Mime Types for the `POST /v1/configuratie/callbacks` endpoint to only accept `application/json`.
- Fix C# API client to correctly use the `application/json-patch+json` content type in requests that require it.
- Fix C# client's `FileParameter` type correct handling of response headers like `Content-Disposition` and `Content-Type`.
- Removed C# client's useless implementation of `IValidatableObject`.
- Fix Python client's internal namespace name being illegal `calcasa-api` -> calcasa.api.
- Fix Python client's internal namespace name being illegal `calcasa-api` -> `calcasa.api`.

### 2022-03-22 (v1.1.3)
- Add 402 (Payment required) and 422 (Unprocessable entity) as potential response for `PATCH /v1/waarderingen/{id}`.
Expand Down Expand Up @@ -125,8 +128,8 @@ Authentication is done via [OAuth2](https://oauth.net/2/) and the [client creden

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

- API version: 1.1.4
- SDK version: 1.1.4
- API version: 1.1.5
- SDK version: 1.1.5
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
For more information, please visit [https://www.calcasa.nl/contact](https://www.calcasa.nl/contact)

Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/AdressenApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/BestemmingsplannenApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/BodemApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/BuurtApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/ConfiguratieApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/FacturenApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/FotosApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/FunderingenApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/GeldverstrekkersApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/RapportenApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Api/WaarderingenApi.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Calcasa.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Company>Calcasa</Company>
<AssemblyTitle>Calcasa API Client</AssemblyTitle>
<Description>API client for the Calcasa Public API.</Description>
<Copyright>Copyright 2021 Calcasa B.V.</Copyright>
<Copyright>Copyright 2022 Calcasa B.V.</Copyright>
<RootNamespace>Calcasa.Api</RootNamespace>
<Version>1.1.4</Version>
<Version>1.1.5</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Calcasa.Api.xml</DocumentationFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/calcasa/api-csharp.git</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Client/ApiClient.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Client/ApiException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Client/ApiResponse.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Client/ClientUtils.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
12 changes: 6 additions & 6 deletions src/Calcasa.Api/Client/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down Expand Up @@ -43,7 +43,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "1.1.4";
public const string Version = "1.1.5";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down Expand Up @@ -113,7 +113,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
UserAgent = "Calcasa .NET Api Client/1.1.4";
UserAgent = "Calcasa .NET Api Client/1.1.5";
BasePath = "https://api.calcasa.nl";
DefaultHeaders = new ConcurrentDictionary<string, string>();
ApiKey = new ConcurrentDictionary<string, string>();
Expand Down Expand Up @@ -457,8 +457,8 @@ public static string ToDebugReport()
string report = "C# SDK (Calcasa.Api) Debug Report:\n";
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
report += " Version of the API: 1.1.4\n";
report += " SDK Package Version: 1.1.4\n";
report += " Version of the API: 1.1.5\n";
report += " SDK Package Version: 1.1.5\n";

return report;
}
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Client/ExceptionFactory.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Client/FileParameter.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Calcasa.Api/Client/GlobalConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Calcasa B.V.
* Copyright 2022 Calcasa B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
*
* Calcasa Public API v1
*
* The version of the OpenAPI document: 1.1.4
* The version of the OpenAPI document: 1.1.5
* Contact: [email protected]
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
Expand Down
Loading

0 comments on commit 5a68f31

Please sign in to comment.