Skip to content

Commit d13016e

Browse files
authored
Merge pull request #116 from authzed/api-change/v1.33.0
Update API to v1.33.0
2 parents 4357d41 + 7c823b1 commit d13016e

23 files changed

Lines changed: 2305 additions & 260 deletions

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.30.0 --template
1+
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.33.0 --template
22
# To regenerate:
33
# npm install -g grpc-tools
44
# ./buf.gen.yaml

js-dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@authzed/authzed-js-node",
33
"author": "authzed",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"description": "authzed js client for nodejs",
66
"keywords": [
77
"authorization",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@authzed/authzed-node",
33
"author": "authzed",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"description": "authzed client for nodejs",
66
"keywords": [
77
"authorization",

src/authzedapi/authzed/api/v1/core.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/authzedapi/authzed/api/v1/debug.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/authzedapi/authzed/api/v1/error_reason.ts

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

src/authzedapi/authzed/api/v1/experimental_service.grpc-client.ts

Lines changed: 105 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)