@tillhub/schemas 6.323.2 → 6.324.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.324.0](https://github.com/tillhub/schemas/compare/v6.323.2...v6.324.0) (2024-07-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **configurations:** features ([b039670](https://github.com/tillhub/schemas/commit/b039670))
|
|
7
|
+
|
|
1
8
|
## [6.323.2](https://github.com/tillhub/schemas/compare/v6.323.1...v6.323.2) (2024-07-05)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -202,6 +202,11 @@ module.exports = oneOf({
|
|
|
202
202
|
type: 'boolean',
|
|
203
203
|
default: false
|
|
204
204
|
},
|
|
205
|
+
suppress_errors: oneOf({
|
|
206
|
+
description: 'Specifies if error messages should be suppressed on the UI',
|
|
207
|
+
type: 'boolean',
|
|
208
|
+
default: false
|
|
209
|
+
}),
|
|
205
210
|
url: {
|
|
206
211
|
description: 'The URL of the web view',
|
|
207
212
|
type: 'string',
|