@tillhub/schemas 6.89.0 → 6.89.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/CHANGELOG.md +7 -0
- package/lib/v0/branches/base.js +2 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [6.89.1](https://github.com/tillhub/schemas/compare/v6.89.0...v6.89.1) (2021-09-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* hijacked configuration param properly described ([c21090c](https://github.com/tillhub/schemas/commit/c21090c))
|
|
7
|
+
|
|
1
8
|
# [6.89.0](https://github.com/tillhub/schemas/compare/v6.88.0...v6.89.0) (2021-09-21)
|
|
2
9
|
|
|
3
10
|
|
package/lib/v0/branches/base.js
CHANGED
|
@@ -365,11 +365,10 @@ module.exports = {
|
|
|
365
365
|
]
|
|
366
366
|
},
|
|
367
367
|
configuration: {
|
|
368
|
-
description: '
|
|
368
|
+
description: 'Deprecated: Overwriting a fa_account_number on cash payments for DATEV export.',
|
|
369
369
|
anyOf: [
|
|
370
370
|
{
|
|
371
|
-
type: 'string'
|
|
372
|
-
format: 'uuid'
|
|
371
|
+
type: 'string'
|
|
373
372
|
},
|
|
374
373
|
{
|
|
375
374
|
type: 'null'
|