Skip to content

Commit

Permalink
Merge pull request #116 from authzed/api-change/v1.33.0
Browse files Browse the repository at this point in the history
Update API to v1.33.0
  • Loading branch information
josephschorr authored May 24, 2024
2 parents 4357d41 + 7c823b1 commit d13016e
Show file tree
Hide file tree
Showing 23 changed files with 2,305 additions and 260 deletions.
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.30.0 --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.33.0 --template
# To regenerate:
# npm install -g grpc-tools
# ./buf.gen.yaml
Expand Down
2 changes: 1 addition & 1 deletion js-dist/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@authzed/authzed-js-node",
"author": "authzed",
"version": "0.14.0",
"version": "0.15.0",
"description": "authzed js client for nodejs",
"keywords": [
"authorization",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@authzed/authzed-node",
"author": "authzed",
"version": "0.14.0",
"version": "0.15.0",
"description": "authzed client for nodejs",
"keywords": [
"authorization",
Expand Down
2 changes: 1 addition & 1 deletion src/authzedapi/authzed/api/v1/core.ts

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

2 changes: 1 addition & 1 deletion src/authzedapi/authzed/api/v1/debug.ts

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

66 changes: 64 additions & 2 deletions src/authzedapi/authzed/api/v1/error_reason.ts

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

106 changes: 105 additions & 1 deletion src/authzedapi/authzed/api/v1/experimental_service.grpc-client.ts

Large diffs are not rendered by default.

Loading

0 comments on commit d13016e

Please sign in to comment.