Skip to content

Commit 35331a6

Browse files
authored
Merge pull request #190 from authzed/api-change/v1.40.0
Update API to v1.40.0
2 parents 591c30e + bf03ec9 commit 35331a6

File tree

6 files changed

+133
-16
lines changed

6 files changed

+133
-16
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: "Called update for API change"
23
on:
34
repository_dispatch:
@@ -10,6 +11,9 @@ jobs:
1011
steps:
1112
- uses: actions/checkout@v4
1213
- uses: actions/setup-node@v4
14+
- uses: bahmutov/npm-install@v1
15+
with:
16+
useLockFile: false
1317
- name: "Update Buf Script"
1418
id: buf-update
1519
uses: authzed/actions/buf-api-update@main
@@ -29,7 +33,7 @@ jobs:
2933
if: steps.buf-update.outputs.updated == 'true'
3034
- name: "Run buf generate"
3135
if: steps.buf-update.outputs.updated == 'true'
32-
run: "buf generate"
36+
run: "yarn run buf"
3337
- name: Create Pull Request
3438
uses: peter-evans/[email protected]
3539
if: steps.buf-update.outputs.updated == 'true'

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins:
88
- long_type_string
99
- client_grpc1
1010
inputs:
11-
- module: "buf.build/authzed/api:v1.38.0"
11+
- module: "buf.build/authzed/api:v1.40.0"
1212
paths:
1313
# NOTE: This grabs only the v1 proto and ignores v0 and v1dev.
1414
- "authzed/api/v1"

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

Lines changed: 16 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/debug.ts

Lines changed: 54 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.ts

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