Skip to content

Commit 3f9b1d7

Browse files
committed
Release 1.2.0 (2022-08-04)
- Add support for managing `CallbackSubscription`'s, this allows you to subscribe to callbacks for valuations that were not created with your API client. - `GET /v1/callbacks/inschrijvingen` - `POST /v1/callbacks/inschrijvingen` - `GET /v1/callbacks/inschrijvingen/{bagNummeraanduidingId}` - `DELETE /v1/callbacks/inschrijvingen/{bagNummeraanduidingId}` - Add `taxateurnaam` field to the `Taxatiedata` model. - Callback URIs should now end in `/` not just contain it to help stop common errors (ending in `=` is also still allowed when using a query string). - Updating configuration in the `POST /v1/configuratie/callbacks` endpoint now clears stored but decommissioned versions from the configuration object. - Add `klantkenmerk` to the `WaarderingInputParameters` and `Waardering` models.
1 parent 54e11d1 commit 3f9b1d7

File tree

100 files changed

+1012
-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.

100 files changed

+1012
-104
lines changed

README.md

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

1717
## Changelog
1818

19+
### 2022-08-04 (v1.2.0)
20+
- Add support for managing `CallbackSubscription`'s, this allows you to subscribe to callbacks for valuations that were not created with your API client.
21+
- `GET /v1/callbacks/inschrijvingen`
22+
- `POST /v1/callbacks/inschrijvingen`
23+
- `GET /v1/callbacks/inschrijvingen/{bagNummeraanduidingId}`
24+
- `DELETE /v1/callbacks/inschrijvingen/{bagNummeraanduidingId}`
25+
- Add `taxateurnaam` field to the `Taxatiedata` model.
26+
- Callback URIs should now end in `/` not just contain it to help stop common errors (ending in `=` is also still allowed when using a query string).
27+
- Updating configuration in the `POST /v1/configuratie/callbacks` endpoint now clears stored but decommissioned versions from the configuration object.
28+
- Add `klantkenmerk` to the `WaarderingInputParameters` and `Waardering` models.
29+
1930
### 2022-07-12 (v1.1.7)
2031
- Added support for the OAuth 2.0 authorization code flow for use of the API with user accounts.
21-
- Add `Bouweenheid` to `FunderingSoortBron` enumeration.
32+
- Add `bouweenheid` to `FunderingSoortBron` enumeration.
2233

2334
### 2022-05-19 (v1.1.6)
24-
- Added `LtvTeHoogOverbrugging` value to the `BusinessRulesCode` enumeration.
35+
- Added `ltvTeHoogOverbrugging` value to the `BusinessRulesCode` enumeration.
2536

2637
### 2022-04-13 (v1.1.5)
2738
- 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.
@@ -134,8 +145,8 @@ Authentication is done via [OAuth2](https://oauth.net/2/) and the [client creden
134145

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

137-
- API version: 1.1.7
138-
- Package version: 1.1.7
148+
- API version: 1.2.0
149+
- Package version: 1.2.0
139150
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
140151
For more information, please visit [https://www.calcasa.nl/contact](https://www.calcasa.nl/contact)
141152

@@ -236,6 +247,10 @@ Class | Method | HTTP request | Description
236247
*BestemmingsplannenApi* | [**get_bestemming_by_id**](docs/BestemmingsplannenApi.md#get_bestemming_by_id) | **GET** /api/v1/bestemmingsplannen/{bagNummeraanduidingId} | Gegevens over de bestemmingsplannen op de locatie van een adres (BAG Nummeraanduiding ID).
237248
*BodemApi* | [**get_bodem_by_id**](docs/BodemApi.md#get_bodem_by_id) | **GET** /api/v1/bodem/{bagNummeraanduidingId} | Gegevens over de bodemkwaliteit op de locatie van een adres (BAG Nummeraanduiding ID).
238249
*BuurtApi* | [**get_buurt**](docs/BuurtApi.md#get_buurt) | **GET** /api/v1/buurt/{buurtId} | Gegevens over een buurt en de wijk, gemeente en land waarin deze buurt gesitueerd is.
250+
*CallbacksApi* | [**add_or_update_callback_subscription**](docs/CallbacksApi.md#add_or_update_callback_subscription) | **POST** /api/v1/callbacks/inschrijvingen | Voeg een callback inschrijving toe (of werk bij) voor de huidige client voor een adres.
251+
*CallbacksApi* | [**delete_notification_subscription**](docs/CallbacksApi.md#delete_notification_subscription) | **DELETE** /api/v1/callbacks/inschrijvingen/{bagNummeraanduidingId} | Verwijder de callback inschrijving voor deze client en dit adres.
252+
*CallbacksApi* | [**get_notification_subscription**](docs/CallbacksApi.md#get_notification_subscription) | **GET** /api/v1/callbacks/inschrijvingen/{bagNummeraanduidingId} | Haal de callback inschrijving op voor deze client en dit adres.
253+
*CallbacksApi* | [**get_notification_subscriptions**](docs/CallbacksApi.md#get_notification_subscriptions) | **GET** /api/v1/callbacks/inschrijvingen | Haal de callback inschrijvingen binnen voor deze client.
239254
*ConfiguratieApi* | [**get_callbacks**](docs/ConfiguratieApi.md#get_callbacks) | **GET** /api/v1/configuratie/callbacks | Haal de geconfigureerde callback URL's op voor de huidige client.
240255
*ConfiguratieApi* | [**update_callbacks**](docs/ConfiguratieApi.md#update_callbacks) | **POST** /api/v1/configuratie/callbacks | Configureer callback URL voor een specifieke API versie voor de huidige client.
241256
*FacturenApi* | [**get_factuur**](docs/FacturenApi.md#get_factuur) | **GET** /api/v1/facturen/{id} | Factuur op basis van een waardering Id.
@@ -263,6 +278,7 @@ Class | Method | HTTP request | Description
263278
- [BusinessRulesCode](docs/BusinessRulesCode.md)
264279
- [BusinessRulesProblemDetails](docs/BusinessRulesProblemDetails.md)
265280
- [Callback](docs/Callback.md)
281+
- [CallbackInschrijving](docs/CallbackInschrijving.md)
266282
- [CbsIndeling](docs/CbsIndeling.md)
267283
- [Energielabel](docs/Energielabel.md)
268284
- [Factuur](docs/Factuur.md)
@@ -346,6 +362,7 @@ Class | Method | HTTP request | Description
346362
- **api:bodem:all**: Full permissions for the bodem area of the public API.
347363
- **api:buurt:all**: Full permissions for the buurt area of the public API.
348364
- **api:configuratie:all**: Full permissions for the configuratie area of the public API.
365+
- **api:callback:all**: Full permissions for the callback area of the public API.
349366
- **api:facturen:all**: Full permissions for the facturen area of the public API.
350367
- **api:fotos:all**: Full permissions for the fotos area of the public API.
351368
- **api:funderingen:all**: Full permissions for the funderingen area of the public API.
@@ -357,6 +374,8 @@ Class | Method | HTTP request | Description
357374
- **api:buurt:read**: Read permissions for the buurt area of the public API.
358375
- **api:configuratie:read**: Read permissions for the configuratie area of the public API.
359376
- **api:configuratie:write**: Write permissions for the configuratie area of the public API.
377+
- **api:callback:read**: Read permissions for the callback area of the public API.
378+
- **api:callback:write**: Write permissions for the callback area of the public API.
360379
- **api:facturen:read**: Read permissions for the facturen area of the public API.
361380
- **api:fotos:read**: Read permissions for the fotos area of the public API.
362381
- **api:funderingen:read**: Read permissions for the funderingen area of the public API.
@@ -380,6 +399,7 @@ Class | Method | HTTP request | Description
380399
- **api:bodem:all**: Full permissions for the bodem area of the public API.
381400
- **api:buurt:all**: Full permissions for the buurt area of the public API.
382401
- **api:configuratie:all**: Full permissions for the configuratie area of the public API.
402+
- **api:callback:all**: Full permissions for the callback area of the public API.
383403
- **api:facturen:all**: Full permissions for the facturen area of the public API.
384404
- **api:fotos:all**: Full permissions for the fotos area of the public API.
385405
- **api:funderingen:all**: Full permissions for the funderingen area of the public API.
@@ -391,6 +411,8 @@ Class | Method | HTTP request | Description
391411
- **api:buurt:read**: Read permissions for the buurt area of the public API.
392412
- **api:configuratie:read**: Read permissions for the configuratie area of the public API.
393413
- **api:configuratie:write**: Write permissions for the configuratie area of the public API.
414+
- **api:callback:read**: Read permissions for the callback area of the public API.
415+
- **api:callback:write**: Write permissions for the callback area of the public API.
394416
- **api:facturen:read**: Read permissions for the facturen area of the public API.
395417
- **api:fotos:read**: Read permissions for the fotos area of the public API.
396418
- **api:funderingen:read**: Read permissions for the funderingen area of the public API.

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.1.7
20+
The version of the OpenAPI document: 1.2.0
2121
2222
Generated by: https://openapi-generator.tech
2323
"""
2424

25-
__version__ = "1.1.7"
25+
__version__ = "1.2.0"
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.1.7
18+
The version of the OpenAPI document: 1.2.0
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.1.7
18+
The version of the OpenAPI document: 1.2.0
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.1.7
18+
The version of the OpenAPI document: 1.2.0
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.1.7
18+
The version of the OpenAPI document: 1.2.0
1919
2020
Generated by: https://openapi-generator.tech
2121
"""

0 commit comments

Comments
 (0)