Skip to content

Commit

Permalink
Merge pull request #217 from authzed/regenerate-optional-revision-lps
Browse files Browse the repository at this point in the history
regenerates materialize API - adds optional revision in LookupPermissionSets
  • Loading branch information
vroldanbet authored Jul 18, 2024
2 parents 4cf4171 + bd9f15a commit 27173da
Show file tree
Hide file tree
Showing 8 changed files with 262 additions and 127 deletions.
2 changes: 1 addition & 1 deletion magefiles/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (g Gen) All() error {
const (
ProtoPath = "proto/authzed/api"
BufRepository = "buf.build/authzed/api"
BufTag = "c273586fafc7cfd6c4438d78699b90b9df17c0f9"
BufTag = "0306d77e12c14b40d178dd20db79b0e61b5879a4"
)

// Proto runs proto codegen
Expand Down
260 changes: 138 additions & 122 deletions proto/authzed/api/materialize/v0/watchpermissionsets.pb.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 90 additions & 0 deletions proto/authzed/api/materialize/v0/watchpermissionsets_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/authzed/api/materialize/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package materialize

const (
BufRepository = "buf.build/authzed/api"
BufTag = "c273586fafc7cfd6c4438d78699b90b9df17c0f9"
BufTag = "0306d77e12c14b40d178dd20db79b0e61b5879a4"
)
2 changes: 1 addition & 1 deletion proto/authzed/api/v0/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v0

const (
BufRepository = "buf.build/authzed/api"
BufTag = "c273586fafc7cfd6c4438d78699b90b9df17c0f9"
BufTag = "0306d77e12c14b40d178dd20db79b0e61b5879a4"
)
2 changes: 1 addition & 1 deletion proto/authzed/api/v1/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v1

const (
BufRepository = "buf.build/authzed/api"
BufTag = "c273586fafc7cfd6c4438d78699b90b9df17c0f9"
BufTag = "0306d77e12c14b40d178dd20db79b0e61b5879a4"
)
2 changes: 1 addition & 1 deletion proto/authzed/api/v1alpha1/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v1alpha1

const (
BufRepository = "buf.build/authzed/api"
BufTag = "c273586fafc7cfd6c4438d78699b90b9df17c0f9"
BufTag = "0306d77e12c14b40d178dd20db79b0e61b5879a4"
)

0 comments on commit 27173da

Please sign in to comment.