summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index 9583a9d..58c58d2 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -302,6 +302,8 @@ struct LectureRead {
19: LecturePermissions defaultPermissions,
22: optional LecturePermissions userPermissions,
25: list<i32> locationIds,
+ 26: bool limitToLocations,
+ 27: bool limitToAllowedUsers,
}
struct MasterTag {
@@ -361,6 +363,7 @@ struct SatelliteUserConfig {
struct Location {
1: i32 locationId,
2: string locationName,
+ 3: i32 parentLocationId,
}
// ############ EXCEPTION ######################