@tillhub/schemas 6.366.0 → 6.368.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,17 @@
|
|
|
1
|
+
# [6.368.0](https://github.com/tillhub/schemas/compare/v6.367.0...v6.368.0) (2025-03-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **configurations:** balances ([d170680](https://github.com/tillhub/schemas/commit/d170680))
|
|
7
|
+
|
|
8
|
+
# [6.367.0](https://github.com/tillhub/schemas/compare/v6.366.0...v6.367.0) (2025-03-01)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **configurations:** gastro ([7693c6b](https://github.com/tillhub/schemas/commit/7693c6b))
|
|
14
|
+
|
|
1
15
|
# [6.366.0](https://github.com/tillhub/schemas/compare/v6.365.0...v6.366.0) (2025-03-01)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -77,16 +77,6 @@ module.exports = {
|
|
|
77
77
|
}
|
|
78
78
|
})
|
|
79
79
|
}
|
|
80
|
-
}),
|
|
81
|
-
floor_layout: oneOf({
|
|
82
|
-
description: 'Specifies if the classic grid or the visual layout will be used',
|
|
83
|
-
example: 'visual',
|
|
84
|
-
type: 'string',
|
|
85
|
-
enum: [
|
|
86
|
-
'grid',
|
|
87
|
-
'visual'
|
|
88
|
-
],
|
|
89
|
-
default: 'grid'
|
|
90
80
|
})
|
|
91
81
|
}
|
|
92
82
|
}
|