Skip to content

Commit edca27b

Browse files
committed
Release 1.2.1 (2023-04-17)
- Add `externeReferentie` field to the `CallbackInschrijving` and `WaarderingWebhookPayload` models.
1 parent 3f9b1d7 commit edca27b

File tree

98 files changed

+115
-104
lines changed

Some content is hidden

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

98 files changed

+115
-104
lines changed

README.md

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

1717
## Changelog
1818

19+
### 2023-04-17 (v1.2.1)
20+
- Add `externeReferentie` field to the `CallbackInschrijving` and `WaarderingWebhookPayload` models.
21+
1922
### 2022-08-04 (v1.2.0)
2023
- Add support for managing `CallbackSubscription`'s, this allows you to subscribe to callbacks for valuations that were not created with your API client.
2124
- `GET /v1/callbacks/inschrijvingen`
@@ -145,8 +148,8 @@ Authentication is done via [OAuth2](https://oauth.net/2/) and the [client creden
145148

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

148-
- API version: 1.2.0
149-
- Package version: 1.2.0
151+
- API version: 1.2.1
152+
- Package version: 1.2.1
150153
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
151154
For more information, please visit [https://www.calcasa.nl/contact](https://www.calcasa.nl/contact)
152155

calcasa/api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
1818
Calcasa Public API v1
1919
20-
The version of the OpenAPI document: 1.2.0
20+
The version of the OpenAPI document: 1.2.1
2121
2222
Generated by: https://openapi-generator.tech
2323
"""
2424

25-
__version__ = "1.2.0"
25+
__version__ = "1.2.1"
2626

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

calcasa/api/api/adressen_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/bestemmingsplannen_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/bodem_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/buurt_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/callbacks_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/configuratie_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/facturen_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/fotos_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/funderingen_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/geldverstrekkers_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/rapporten_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api/waarderingen_api.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/api_client.py

Lines changed: 2 additions & 2 deletions
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.2.0
18+
The version of the OpenAPI document: 1.2.1
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.2.0'
91+
self.user_agent = 'Calcasa Python Api Client/1.2.1'
9292

9393
def __enter__(self):
9494
return self

calcasa/api/configuration.py

Lines changed: 3 additions & 3 deletions
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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""
@@ -406,8 +406,8 @@ def to_debug_report(self):
406406
return "Python SDK Debug Report:\n"\
407407
"OS: {env}\n"\
408408
"Python Version: {pyversion}\n"\
409-
"Version of the API: 1.2.0\n"\
410-
"SDK Package Version: 1.2.0".\
409+
"Version of the API: 1.2.1\n"\
410+
"SDK Package Version: 1.2.1".\
411411
format(env=sys.platform, pyversion=sys.version)
412412

413413
def get_host_settings(self):

calcasa/api/exceptions.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/aanvraagdoel.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/adres.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/adres_info.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/adres_info_adres.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/adres_info_notities.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/bestemmingsdata.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/bodem_status_type.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/bodemdata.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/business_rules_code.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/business_rules_problem_details.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/callback.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/callback_inschrijving.py

Lines changed: 5 additions & 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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""
@@ -89,6 +89,7 @@ def openapi_types():
8989
return {
9090
'bag_nummeraanduiding_id': (int,), # noqa: E501
9191
'geldig_tot': (datetime,), # noqa: E501
92+
'externe_referentie': (str, none_type,), # noqa: E501
9293
}
9394

9495
@cached_property
@@ -99,6 +100,7 @@ def discriminator():
99100
attribute_map = {
100101
'bag_nummeraanduiding_id': 'bagNummeraanduidingId', # noqa: E501
101102
'geldig_tot': 'geldigTot', # noqa: E501
103+
'externe_referentie': 'externeReferentie', # noqa: E501
102104
}
103105

104106
read_only_vars = {
@@ -146,6 +148,7 @@ def _from_openapi_data(cls, bag_nummeraanduiding_id, geldig_tot, *args, **kwargs
146148
Animal class but this time we won't travel
147149
through its discriminator because we passed in
148150
_visited_composed_classes = (Animal,)
151+
externe_referentie (str, none_type): Een vrij veld dat terug komt met de callback payload om callbacks aan de juiste callback inschrijving te koppelen.. [optional] # noqa: E501
149152
"""
150153

151154
_check_type = kwargs.pop('_check_type', True)
@@ -237,6 +240,7 @@ def __init__(self, bag_nummeraanduiding_id, geldig_tot, *args, **kwargs): # noq
237240
Animal class but this time we won't travel
238241
through its discriminator because we passed in
239242
_visited_composed_classes = (Animal,)
243+
externe_referentie (str, none_type): Een vrij veld dat terug komt met de callback payload om callbacks aan de juiste callback inschrijving te koppelen.. [optional] # noqa: E501
240244
"""
241245

242246
_check_type = kwargs.pop('_check_type', True)

calcasa/api/model/cbs_indeling.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/energielabel.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/factuur.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/foto.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/fundering_data_bron.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/fundering_herstel_type.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

calcasa/api/model/fundering_risico.py

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.2.0
18+
The version of the OpenAPI document: 1.2.1
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

0 commit comments

Comments
 (0)