@tillhub/schemas 6.399.0 → 6.400.1

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.400.1](https://github.com/tillhub/schemas/compare/v6.400.0...v6.400.1) (2025-09-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **common:** permissions ([bfaef63](https://github.com/tillhub/schemas/commit/bfaef63))
7
+
8
+ # [6.400.0](https://github.com/tillhub/schemas/compare/v6.399.0...v6.400.0) (2025-09-16)
9
+
10
+
11
+ ### Features
12
+
13
+ * **permissions:** reservations ([b925c6a](https://github.com/tillhub/schemas/commit/b925c6a))
14
+
1
15
  # [6.399.0](https://github.com/tillhub/schemas/compare/v6.398.0...v6.399.0) (2025-09-08)
2
16
 
3
17
 
@@ -141,7 +141,11 @@ module.exports.staff = {
141
141
  'staff:staff:wallets:assign', // Assign Waiter Wallets to Waiters
142
142
  'staff:staff:wallets:transfer', // Transfer cash between the main till and any Waiter Wallet to create the Starting Balance for a Wallet.
143
143
  'staff:staff:wallets:discrepancy', // Accept discrepancies for not matching closing balances for individual Waiter Wallets
144
- 'staff:staff:wallets:activation' // Activate and deactivate Waiter Wallets
144
+ 'staff:staff:wallets:activation', // Activate and deactivate Waiter Wallets
145
+ 'staff:staff:gastro:reservations', // General access and all rights below
146
+ 'staff:staff:gastro:reservations:create', // User can create new reservations on iOS and calendar
147
+ 'staff:staff:gastro:reservations:update', // User can update reservations on iOS and calendar
148
+ 'staff:staff:gastro:reservations:cancel' // User can cancel reservations on iOS and calendar
145
149
  ]
146
150
  }
147
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.399.0",
3
+ "version": "6.400.1",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",