File tree Expand file tree Collapse file tree
crates/separ-spicedb/proto/authzed/api/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,9 +80,7 @@ message AlgebraicSubjectSet {
8080// DirectSubjectSet is a collection of subjects.
8181message DirectSubjectSet {
8282 repeated SubjectReference subjects = 1 ;
83- }
84-
85- // PartialCaveatInfo carries information for partially evaluated caveats.
83+ }// PartialCaveatInfo carries information for partially evaluated caveats.
8684message PartialCaveatInfo {
8785 repeated string missing_required_context = 1 ;
8886}
Original file line number Diff line number Diff line change @@ -299,9 +299,7 @@ message ExportBulkRelationshipsRequest {
299299 uint32 optional_limit = 2 ;
300300 Cursor optional_cursor = 3 ;
301301 RelationshipFilter optional_relationship_filter = 4 ;
302- }
303-
304- message ExportBulkRelationshipsResponse {
302+ }message ExportBulkRelationshipsResponse {
305303 Cursor after_result_cursor = 1 ;
306304 repeated Relationship relationships = 2 ;
307305}
You can’t perform that action at this time.
0 commit comments