Skip to content

Commit

Permalink
fix: Update ZITADEL API to v2.67.2 (#422)
Browse files Browse the repository at this point in the history
Update report
- latest zitadel tag:
[v2.67.2](https://github.com/zitadel/zitadel/releases/tag/v2.67.2)
- checked out zitadel version:
[v2.67.2](https://github.com/zitadel/zitadel/releases/tag/v2.67.2)
- generated clients
- Auto-generated by [create-pull-request][1]

[1]: https://github.com/peter-evans/create-pull-request
  • Loading branch information
livio-a authored Jan 14, 2025
2 parents 6cf9871 + a90dce3 commit ecb8f77
Show file tree
Hide file tree
Showing 14 changed files with 25,087 additions and 19,713 deletions.
3 changes: 3 additions & 0 deletions build/zitadel/generate-grpc-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ protoc \
--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_opt=Mzitadel/idp/v2/idp.proto=${ZITADEL_IMPORT}/idp/v2 \
--go_opt=Mzitadel/object/v2/object.proto=${ZITADEL_IMPORT}/object/v2 \
--go_opt=Mzitadel/session/v2/challenge.proto=${ZITADEL_IMPORT}/session/v2 \
--go_opt=Mzitadel/session/v2/session.proto=${ZITADEL_IMPORT}/session/v2 \
Expand All @@ -78,6 +79,8 @@ protoc \
--go_opt=Mzitadel/org/v2/org.proto=${ZITADEL_IMPORT}/org/v2 \
--go_opt=Mzitadel/org/v2/query.proto=${ZITADEL_IMPORT}/org/v2 \
--go_opt=Mzitadel/org/v2/org_service.proto=${ZITADEL_IMPORT}/org/v2 \
--go_opt=Mzitadel/saml/v2/authorization.proto=${ZITADEL_IMPORT}/saml/v2 \
--go_opt=Mzitadel/saml/v2/saml_service.proto=${ZITADEL_IMPORT}/saml/v2 \
--go_opt=Mzitadel/settings/v2/branding_settings.proto=${ZITADEL_IMPORT}/settings/v2 \
--go_opt=Mzitadel/settings/v2/domain_settings.proto=${ZITADEL_IMPORT}/settings/v2 \
--go_opt=Mzitadel/settings/v2/legal_settings.proto=${ZITADEL_IMPORT}/settings/v2 \
Expand Down
442 changes: 345 additions & 97 deletions pkg/client/zitadel/app/app.pb.go

Large diffs are not rendered by default.

Loading

0 comments on commit ecb8f77

Please sign in to comment.