Skip to content

Commit 800112b

Browse files
authzedbotgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent acc4c7c commit 800112b

8 files changed

Lines changed: 87 additions & 12 deletions

File tree

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.37.0 --template
1+
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.38.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.18.0",
4+
"version": "0.19.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.18.0",
4+
"version": "0.19.0",
55
"description": "authzed client for nodejs",
66
"keywords": [
77
"authorization",

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

Lines changed: 18 additions & 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/experimental_service.ts

Lines changed: 3 additions & 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/permission_service.grpc-client.ts

Lines changed: 4 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/permission_service.ts

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

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

Lines changed: 24 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)