-
Notifications
You must be signed in to change notification settings - Fork 3
Updated readme.md + markdown #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -160,3 +160,26 @@ The new `BexioOAuthAuthenticationValidateResolver` allows you to implement custo | |||||
| - **Migration Examples**: Detailed migration examples for all scenarios | ||||||
| - **Scope Documentation**: Complete OAuth scope enumeration and documentation | ||||||
|
|
||||||
| ### 🔄 DTO Field Updates | ||||||
|
|
||||||
| The following DTOs have been updated with new fields: | ||||||
|
|
||||||
| #### Contact & Additional Address Fields (2025-06-04) | ||||||
|
|
||||||
| - **ContactDTO** and **CreateEditContactDTO**: Added `street_name`, `house_number`, and `address_addition` fields | ||||||
| - The `address` field is now deprecated in favor of the new structured address fields | ||||||
| - These fields provide better address handling and validation | ||||||
|
|
||||||
| - **AdditionalAddressDTO** and **CreateEditAdditionalAddressDTO**: Added `street_name`, `house_number`, and `address_addition` fields | ||||||
| - The `address` field is now deprecated in favor of the new structured address fields | ||||||
|
|
||||||
| #### Bank Account Fields (2025-06-06) | ||||||
|
||||||
|
|
||||||
| - **BankAccountDTO**: Added `owner_house_number` and `owner_country_code` fields | ||||||
| - These fields provide more detailed owner information for bank accounts | ||||||
|
|
||||||
| #### Calendar Year Fields (2025-08-04) | ||||||
|
||||||
| #### Calendar Year Fields (2025-08-04) | |
| #### Calendar Year Fields (2025-11-04) |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,6 +9,66 @@ | |||||
|
|
||||||
| This package was developed to give you a quick start to the Bexio API. | ||||||
|
|
||||||
| ## 📑 Table of Contents | ||||||
|
|
||||||
| - [What is Bexio?](#-what-is-bexio) | ||||||
| - [Requirements](#-requirements) | ||||||
| - [Authentication](#authentication) | ||||||
|
||||||
| - [Authentication](#authentication) | |
| - [Authentication](#-authentication) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The date '2025-06-04' appears to be in the future (June 2025), but we are currently in November 2025. This should likely be a past date or the current year. Please verify and correct the date to accurately reflect when these fields were added.