@tillhub/schemas 6.400.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 +7 -0
- package/lib/common/permissions.js +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
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
|
+
|
|
1
8
|
# [6.400.0](https://github.com/tillhub/schemas/compare/v6.399.0...v6.400.0) (2025-09-16)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -142,9 +142,10 @@ module.exports.staff = {
|
|
|
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
144
|
'staff:staff:wallets:activation', // Activate and deactivate Waiter Wallets
|
|
145
|
-
'staff:staff:reservations
|
|
146
|
-
'staff:staff:reservations:
|
|
147
|
-
'staff:staff:reservations:
|
|
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
|
|
148
149
|
]
|
|
149
150
|
}
|
|
150
151
|
}
|