@energio/holded-mcp 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +0 -2
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -694,8 +694,6 @@ A few Holded behaviors that affect `create_document` / `update_document` callers
|
|
|
694
694
|
- **`currencyChange` is immutable.** The Holded PUT endpoint silently drops the field. To change an invoice's exchange rate, delete and recreate with the new `currencyChange` at creation time. The `update_document` schema rejects the field as an unrecognized key (breaking change in v1.5.0).
|
|
695
695
|
- **`applyContactDefaults` overrides line-level accounts.** When `items[].accountingAccountId` is set, you must pass `applyContactDefaults: false`. Otherwise the contact's default account silently wins. The `create_document` schema enforces this (breaking change in v1.5.0).
|
|
696
696
|
|
|
697
|
-
Background: [bug report: `items[].subtotal` is a per-unit price](docs/bugreports/2026-04-18-document-item-subtotal-is-per-unit-price.md) · [bug report: `currencyChange` silently ignored on update](docs/bugreports/2026-04-17-update-document-currency-change-ignored.md).
|
|
698
|
-
|
|
699
697
|
## Workflow Examples
|
|
700
698
|
|
|
701
699
|
This section demonstrates common real-world workflows combining multiple API operations.
|