@tillhub/schemas 6.364.0 → 6.365.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.365.0](https://github.com/tillhub/schemas/compare/v6.364.0...v6.365.0) (2025-02-28)
2
+
3
+
4
+ ### Features
5
+
6
+ * **client_accounts:** features ([10f0de5](https://github.com/tillhub/schemas/commit/10f0de5))
7
+
1
8
  # [6.364.0](https://github.com/tillhub/schemas/compare/v6.363.0...v6.364.0) (2025-02-28)
2
9
 
3
10
 
@@ -63,6 +63,11 @@ module.exports = {
63
63
  type: 'boolean',
64
64
  default: false
65
65
  },
66
+ floor_layouts: {
67
+ description: 'enables visual table layouts instead of just a grid on the POS - depends on gastro_tables',
68
+ type: 'boolean',
69
+ default: false
70
+ },
66
71
  takeaway: {
67
72
  type: 'boolean',
68
73
  default: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.364.0",
3
+ "version": "6.365.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",