Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions authzed/api/materialize/v0/watchpermissionsets.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
syntax = "proto3";
package authzed.api.materialize.v0;

import "authzed/api/materialize/v0/watchpermissions.proto";
import "authzed/api/v1/core.proto";
import "google/protobuf/timestamp.proto";

Expand Down Expand Up @@ -192,6 +193,9 @@ message LookupPermissionSetsRequired {
message BreakingSchemaChange {
// change_at is the revision at which a breaking schema event has happened.
authzed.api.v1.ZedToken change_at = 1;

// affected_permissions lists all the watched permissions that were directly affected by the breaking schema change.
repeated WatchedPermission affected_permissions = 2;
}

message DownloadPermissionSetsRequest {
Expand Down
Loading