-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate API changelog for 14-11-2024
- Loading branch information
1 parent
44961f8
commit 7b2620f
Showing
2 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: API changes for v2 API, November 14, 2024 | ||
authors: | ||
- machine | ||
tags: | ||
- apiv2 | ||
- Contract | ||
|
||
--- | ||
|
||
import OperationHint from "@site/src/components/OperationHint"; | ||
import OperationLink from "@site/src/components/OperationLink"; | ||
|
||
On November 14, 2024, the mittwald API introduced a new 'bankrupt' enum value to the 'status/items/type' response property for both the GET and PUT operations related to customer invoice settings. | ||
|
||
{/* truncate */} | ||
|
||
|
||
|
||
## Summary | ||
|
||
|
||
- The new enum value 'bankrupt' has been added to the 'status/items/type' response property for the response status '200' in both the **GET** and **PUT** operations for invoice settings. This change may be unexpected for clients, and it is recommended to use `x-extensible-enum` to handle such additions. | ||
|
||
_Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below._ | ||
|
||
|
||
## Detailed changes | ||
|
||
|
||
|
||
### Changes in "Get InvoiceSettings of a Customer" | ||
|
||
|
||
- added the new 'bankrupt' enum value to the 'status/items/type' response property for the response status '200' | ||
|
||
|
||
For details, refer to the <OperationLink operation="invoice-get-detail-of-invoice-settings" apiVersion="v2" /> endpoint. | ||
|
||
|
||
|
||
### Changes in "Update InvoiceSettings of a Customer" | ||
|
||
|
||
- added the new 'bankrupt' enum value to the 'status/items/type' response property for the response status '200' | ||
|
||
|
||
For details, refer to the <OperationLink operation="invoice-update-invoice-settings" apiVersion="v2" /> endpoint. | ||
|
||
|
||
|
||
|
||
## Client package releases | ||
|
||
|
||
### mittwald PHP SDK Release v2.1.81 | ||
|
||
The mittwald PHP SDK has been updated to version v2.1.81. This release introduces a new feature and some changes to the invoice settings: | ||
|
||
- **New Feature**: A new status option, **bankrupt**, has been added to the invoice settings. This enhancement allows for improved tracking and management of invoice statuses. | ||
- **Changes**: | ||
- The **bankrupt** status has been incorporated into the `InvoiceSettingsStatus` schema. | ||
- The **bankrupt** case is now included in the `InvoiceSettingsStatusType` enum. | ||
|
||
For more details, you can view the release on [GitHub](https://github.com/mittwald/api-client-php/releases/tag/v2.1.81). | ||
|
||
### mittwald JavaScript SDK Release 4.74.0 | ||
|
||
The mittwald JavaScript SDK has been updated to version 4.74.0. This release includes an update to the generated client, enhancing the SDK's functionality. For more details, you can view the release on GitHub [here](https://github.com/mittwald/api-client-js/releases/tag/4.74.0). | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.