Skip to content

Commit 9f795e9

Browse files
authored
Merge pull request #418 from authzed/add-zedtoken-to-download-api
chore: vendor at_revision zedtoken on DownloadPermissionSetsResponse
2 parents 2f0956f + 2d81536 commit 9f795e9

7 files changed

Lines changed: 152 additions & 18 deletions

File tree

magefiles/gen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (g Gen) All() error {
2424
const (
2525
ProtoPath = "proto/authzed/api"
2626
BufRepository = "buf.build/authzed/api"
27-
BufTag = "1d4ce2d4563b4dcbacdf7fb651e358b5"
27+
BufTag = "55aa23d533a34fa8bf8c7cf1744d8bf7"
2828
)
2929

3030
// Proto runs proto codegen

proto/authzed/api/materialize/v0/watchpermissionsets.pb.go

Lines changed: 29 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/authzed/api/materialize/v0/watchpermissionsets.pb.validate.go

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/authzed/api/materialize/v0/watchpermissionsets_vtproto.pb.go

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/authzed/api/materialize/zz_generated.version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package materialize
22

33
const (
44
BufRepository = "buf.build/authzed/api"
5-
BufTag = "1d4ce2d4563b4dcbacdf7fb651e358b5"
5+
BufTag = "55aa23d533a34fa8bf8c7cf1744d8bf7"
66
)

proto/authzed/api/v0/zz_generated.version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package v0
22

33
const (
44
BufRepository = "buf.build/authzed/api"
5-
BufTag = "1d4ce2d4563b4dcbacdf7fb651e358b5"
5+
BufTag = "55aa23d533a34fa8bf8c7cf1744d8bf7"
66
)

proto/authzed/api/v1/zz_generated.version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package v1
22

33
const (
44
BufRepository = "buf.build/authzed/api"
5-
BufTag = "1d4ce2d4563b4dcbacdf7fb651e358b5"
5+
BufTag = "55aa23d533a34fa8bf8c7cf1744d8bf7"
66
)

0 commit comments

Comments
 (0)