Skip to content

Commit 87a5c6e

Browse files
committed
Release 1.1.5 (2022-04-13)
- 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.
1 parent 201f891 commit 87a5c6e

Some content is hidden

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

74 files changed

+161
-158
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ This API is documented in **OpenAPI format version 3** you can use tools like th
1616

1717
## Changelog
1818

19+
### 2022-04-13 (v1.1.5)
20+
- 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.
21+
1922
### 2022-04-12 (v1.1.4)
2023
- Added proper Content-Disposition headers to the `GET /v1/rapporten/{id}` and `GET /v1/facturen/{id}` endpoints with the correct filename.
21-
- Fix Mime Types for the `GET /v1/configuratie/callbacks` and `POST /v1/configuratie/callbacks` endpoints to only be `application/json`.
24+
- Fix Mime Types for the `POST /v1/configuratie/callbacks` endpoint to only accept `application/json`.
2225
- Fix C# API client to correctly use the `application/json-patch+json` content type in requests that require it.
2326
- Fix C# client's `FileParameter` type correct handling of response headers like `Content-Disposition` and `Content-Type`.
2427
- Removed C# client's useless implementation of `IValidatableObject`.
25-
- Fix Python client's internal namespace name being illegal `calcasa-api` -> calcasa.api.
28+
- Fix Python client's internal namespace name being illegal `calcasa-api` -> `calcasa.api`.
2629

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

125128
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
126129

127-
- API version: 1.1.4
128-
- Package version: 1.1.4
130+
- API version: 1.1.5
131+
- Package version: 1.1.5
129132
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
130133
For more information, please visit [https://www.calcasa.nl/contact](https://www.calcasa.nl/contact)
131134

calcasa/api/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake8: noqa
22

33
"""
4-
Copyright 2021 Calcasa B.V.
4+
Copyright 2022 Calcasa B.V.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -17,12 +17,12 @@
1717
1818
Calcasa Public API v1
1919
20-
The version of the OpenAPI document: 1.1.4
20+
The version of the OpenAPI document: 1.1.5
2121
2222
Generated by: https://openapi-generator.tech
2323
"""
2424

25-
__version__ = "1.1.4"
25+
__version__ = "1.1.5"
2626

2727
# import ApiClient
2828
from calcasa.api.api_client import ApiClient

calcasa/api/api/adressen_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/bestemmingsplannen_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/bodem_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/buurt_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/configuratie_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/facturen_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/fotos_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/funderingen_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/geldverstrekkers_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/rapporten_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/waarderingen_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""
@@ -88,7 +88,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
8888
self.default_headers[header_name] = header_value
8989
self.cookie = cookie
9090
# Set default User-Agent.
91-
self.user_agent = 'Calcasa Python Api Client/1.1.4'
91+
self.user_agent = 'Calcasa Python Api Client/1.1.5'
9292

9393
def __enter__(self):
9494
return self

calcasa/api/configuration.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""
@@ -399,8 +399,8 @@ def to_debug_report(self):
399399
return "Python SDK Debug Report:\n"\
400400
"OS: {env}\n"\
401401
"Python Version: {pyversion}\n"\
402-
"Version of the API: 1.1.4\n"\
403-
"SDK Package Version: 1.1.4".\
402+
"Version of the API: 1.1.5\n"\
403+
"SDK Package Version: 1.1.5".\
404404
format(env=sys.platform, pyversion=sys.version)
405405

406406
def get_host_settings(self):

calcasa/api/exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/aanvraagdoel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/adres.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/adres_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/bestemmingsdata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/bodem_status_type.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/bodemdata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright 2021 Calcasa B.V.
2+
Copyright 2022 Calcasa B.V.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
1616
Calcasa Public API v1
1717
18-
The version of the OpenAPI document: 1.1.4
18+
The version of the OpenAPI document: 1.1.5
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

0 commit comments

Comments
 (0)