File tree Expand file tree Collapse file tree
authzed/api/materialize/v0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11syntax = "proto3" ;
22package authzed.api.materialize.v0 ;
33
4+ import "authzed/api/materialize/v0/watchpermissions.proto" ;
45import "authzed/api/v1/core.proto" ;
56import "google/protobuf/timestamp.proto" ;
67
@@ -192,6 +193,12 @@ message LookupPermissionSetsRequired {
192193message BreakingSchemaChange {
193194 // change_at is the revision at which a breaking schema event has happened.
194195 authzed.api.v1.ZedToken change_at = 1 ;
196+
197+ // affected_permissions lists all the watched permissions that were directly affected by the breaking schema change.
198+ repeated WatchedPermission affected_permissions = 2 ;
199+
200+ // reason provides an optional human-readable description of what caused the breaking schema change.
201+ string reason = 3 ;
195202}
196203
197204message DownloadPermissionSetsRequest {
You can’t perform that action at this time.
0 commit comments