Skip to content

Commit

Permalink
Merge pull request #190 from authzed/api-change/v1.40.0
Browse files Browse the repository at this point in the history
Update API to v1.40.0
  • Loading branch information
tstirrat15 authored Jan 27, 2025
2 parents 591c30e + bf03ec9 commit 35331a6
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 16 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/automatic-api-update.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "Called update for API change"
on:
repository_dispatch:
Expand All @@ -10,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: bahmutov/npm-install@v1
with:
useLockFile: false
- name: "Update Buf Script"
id: buf-update
uses: authzed/actions/buf-api-update@main
Expand All @@ -29,7 +33,7 @@ jobs:
if: steps.buf-update.outputs.updated == 'true'
- name: "Run buf generate"
if: steps.buf-update.outputs.updated == 'true'
run: "buf generate"
run: "yarn run buf"
- name: Create Pull Request
uses: peter-evans/[email protected]
if: steps.buf-update.outputs.updated == 'true'
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins:
- long_type_string
- client_grpc1
inputs:
- module: "buf.build/authzed/api:v1.38.0"
- module: "buf.build/authzed/api:v1.40.0"
paths:
# NOTE: This grabs only the v1 proto and ignores v0 and v1dev.
- "authzed/api/v1"
18 changes: 16 additions & 2 deletions src/authzedapi/authzed/api/v1/core.ts

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

56 changes: 54 additions & 2 deletions src/authzedapi/authzed/api/v1/debug.ts

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

7 changes: 4 additions & 3 deletions src/authzedapi/authzed/api/v1/experimental_service.ts

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

Loading

0 comments on commit 35331a6

Please sign in to comment.