@tillhub/schemas 6.164.0 → 6.165.0
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
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [6.165.0](https://github.com/tillhub/schemas/compare/v6.164.0...v6.165.0) (2022-10-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **configurations:** interfaces ([1206a31](https://github.com/tillhub/schemas/commit/1206a31))
|
|
7
|
+
|
|
1
8
|
# [6.164.0](https://github.com/tillhub/schemas/compare/v6.163.0...v6.164.0) (2022-10-20)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -141,6 +141,11 @@ module.exports = {
|
|
|
141
141
|
type: 'boolean',
|
|
142
142
|
default: false
|
|
143
143
|
}),
|
|
144
|
+
omit_amount_on_reversals: oneOf({
|
|
145
|
+
description: 'Defines if amount can be omitted in reversals',
|
|
146
|
+
type: 'boolean',
|
|
147
|
+
default: false
|
|
148
|
+
}),
|
|
144
149
|
inter_call_delay_seconds: oneOf({
|
|
145
150
|
type: 'number',
|
|
146
151
|
description: 'Artificial delay between a previous terminal response and the next terminal request when performed automatically (some devices require additional cooldowns to avoid \'busy\' states)',
|