Merge branch 'dev' into revert-SP-1589

This commit is contained in:
Rafeek-Khoudare
2025-07-15 08:31:45 +03:00
178 changed files with 7099 additions and 1596 deletions

View File

@ -138,4 +138,6 @@ abstract class ApiEndpoints {
static const String assignDeviceToRoom =
'/projects/{projectUuid}/communities/{communityUuid}/spaces/{spaceUuid}/subspaces/{subSpaceUuid}/devices/{deviceUuid}';
static const String saveSchedule = '/schedule/{deviceUuid}';
static const String getBookableSpaces = '/bookable-spaces';
}