@tillhub/schemas 6.406.0 → 6.407.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.407.0](https://github.com/tillhub/schemas/compare/v6.406.0...v6.407.0) (2025-10-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **client_accounts:** feature flags ([8550c57](https://github.com/tillhub/schemas/commit/8550c57))
|
|
7
|
+
|
|
1
8
|
# [6.406.0](https://github.com/tillhub/schemas/compare/v6.405.0...v6.406.0) (2025-10-20)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -107,5 +107,20 @@ module.exports = {
|
|
|
107
107
|
flat_pos: {
|
|
108
108
|
type: 'boolean',
|
|
109
109
|
default: false
|
|
110
|
+
},
|
|
111
|
+
gastro_basic: {
|
|
112
|
+
description: 'indicates usage of table managemnt and availability of v1 gastro tables',
|
|
113
|
+
type: 'boolean',
|
|
114
|
+
default: false
|
|
115
|
+
},
|
|
116
|
+
gastro_table_reservations: {
|
|
117
|
+
description: 'enables gastro table reservations and triggers gastro basic and the required migrations to v1 tables',
|
|
118
|
+
type: 'boolean',
|
|
119
|
+
default: false
|
|
120
|
+
},
|
|
121
|
+
gastro_table_reservations_sms_reminders: {
|
|
122
|
+
description: 'enables sms reminders for gastro table reservations',
|
|
123
|
+
type: 'boolean',
|
|
124
|
+
default: false
|
|
110
125
|
}
|
|
111
126
|
}
|