Skip to content

Commit

Permalink
fix: Update ZITADEL API to v2.44.1 (#290)
Browse files Browse the repository at this point in the history
* fix: update zitadel api to v2.44.0

* add user query proto to generate

* regenerate

---------

Co-authored-by: livio-a <livio-a@users.noreply.github.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent 8f57477 commit d7e83f1
Show file tree
Hide file tree
Showing 9 changed files with 5,778 additions and 2,931 deletions.
1 change: 1 addition & 0 deletions build/zitadel/generate-grpc-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ protoc \
--go_opt=Mzitadel/user/v2beta/idp.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_opt=Mzitadel/user/v2beta/password.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_opt=Mzitadel/user/v2beta/phone.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_opt=Mzitadel/user/v2beta/query.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_opt=Mzitadel/user/v2beta/user.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_opt=Mzitadel/user/v2beta/user_service.proto=${ZITADEL_IMPORT}/user/v2beta \
--go_out /go/src \
Expand Down
234 changes: 219 additions & 15 deletions pkg/client/zitadel/object/v2beta/object.pb.go

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

Loading

0 comments on commit d7e83f1

Please sign in to comment.