fix: add scoped API permissions to map endpoints (#25423)

This commit is contained in:
Mees Frensel
2026-01-22 13:43:29 +01:00
committed by GitHub
parent 3304c8efd8
commit c320146538
5 changed files with 18 additions and 3 deletions
@@ -5534,6 +5534,8 @@ export enum Permission {
TimelineRead = "timeline.read",
TimelineDownload = "timeline.download",
Maintenance = "maintenance",
MapRead = "map.read",
MapSearch = "map.search",
MemoryCreate = "memory.create",
MemoryRead = "memory.read",
MemoryUpdate = "memory.update",