Skip to content

Commit 14c0e7e

Browse files
authored
Merge pull request #143 from authzed/api-change/v1.35.0
Update API to v1.35.0
2 parents 3ffe662 + c882aa2 commit 14c0e7e

7 files changed

Lines changed: 122 additions & 10 deletions

File tree

.github/workflows/authzed-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- .github/workflows/authzed-node.yaml
2828
- package.json
2929
- js-dist/package.json
30+
- buf.gen.yaml
3031
test:
3132
name: Lint and Test
3233
runs-on: "buildjet-2vcpu-ubuntu-2204"

.github/workflows/automatic-api-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
with:
4343
working-directory: ./
4444
- name: "Install buf"
45-
uses: "bufbuild/buf-setup-action@v1"
45+
uses: "bufbuild/buf-setup-action@v1.37.0"
4646
if: steps.buf-update.outputs.updated == 'true'
4747
with:
48-
version: "1.18.0"
48+
version: "1.37.0"
4949
- name: "Run buf generate"
5050
if: steps.buf-update.outputs.updated == 'true'
5151
run: |

.github/workflows/manual-api-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
with:
4747
working-directory: ./
4848
- name: "Install buf"
49-
uses: "bufbuild/buf-setup-action@v1"
49+
uses: "bufbuild/buf-setup-action@v1.37.0"
5050
if: steps.buf-update.outputs.updated == 'true'
5151
with:
52-
version: "1.18.0"
52+
version: "1.37.0"
5353
- name: "Run buf generate"
5454
if: steps.buf-update.outputs.updated == 'true'
5555
run: |

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

src/authzedapi/authzed/api/materialize/v0/watchpermissionsets.ts

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

0 commit comments

Comments
 (0)