Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API to v1.40.0 #190

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins:
- long_type_string
- client_grpc1
inputs:
- module: "buf.build/authzed/api:v1.38.0"
- module: "buf.build/authzed/api:v1.40.0"
paths:
# NOTE: This grabs only the v1 proto and ignores v0 and v1dev.
- "authzed/api/v1"
20 changes: 17 additions & 3 deletions src/authzedapi/authzed/api/v1/core.ts

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

66 changes: 59 additions & 7 deletions src/authzedapi/authzed/api/v1/debug.ts

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

42 changes: 21 additions & 21 deletions src/authzedapi/authzed/api/v1/experimental_service.grpc-client.ts

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

29 changes: 15 additions & 14 deletions src/authzedapi/authzed/api/v1/experimental_service.ts

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

Loading
Loading