File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,7 @@ message Type {
326326 ThingType.UnsetOwns.Req thing_type_unset_owns_req = 305 ;
327327 ThingType.GetPlays.Req thing_type_get_plays_req = 306 ;
328328 ThingType.GetPlaysExplicit.Req thing_type_get_plays_explicit_req = 312 ; // TODO: reorder
329+ ThingType.GetPlaysOverridden.Req thing_type_get_plays_overridden_req = 313 ; // TODO: reorder
329330 ThingType.SetPlays.Req thing_type_set_plays_req = 307 ;
330331 ThingType.UnsetPlays.Req thing_type_unset_plays_req = 308 ;
331332
@@ -363,6 +364,7 @@ message Type {
363364 ThingType.GetOwnsOverridden.Res thing_type_get_owns_overridden_res = 306 ; // TODO: reorder
364365 ThingType.SetOwns.Res thing_type_set_owns_res = 302 ;
365366 ThingType.UnsetOwns.Res thing_type_unset_owns_res = 303 ;
367+ ThingType.GetPlaysOverridden.Res thing_type_get_plays_overridden_res = 307 ; // TODO: reorder
366368 ThingType.SetPlays.Res thing_type_set_plays_res = 304 ;
367369 ThingType.UnsetPlays.Res thing_type_unset_plays_res = 305 ;
368370
@@ -590,6 +592,17 @@ message ThingType {
590592 }
591593 }
592594
595+ message GetPlaysOverridden {
596+ message Req {
597+ Type role_type = 1 ;
598+ }
599+ message Res {
600+ oneof res {
601+ Type role_type = 1 ;
602+ }
603+ }
604+ }
605+
593606 message SetPlays {
594607 message Req {
595608 Type role = 1 ;
You can’t perform that action at this time.
0 commit comments