We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using zitadel: ^3.1.0 which is missing the IdentityProviderServiceClient from here.
zitadel: ^3.1.0
IdentityProviderServiceClient
Moreover, imports such as
import 'package:zitadel/api/zitadel/feature/v2beta/feature_service.dart'; import 'package:zitadel/api/zitadel/object/v2beta/object.dart'; import 'package:zitadel/api/zitadel/oidc/v2beta/oidc_service.dart'; import 'package:zitadel/api/zitadel/org/v2beta/org_service.dart'; import 'package:zitadel/api/zitadel/session/v2beta/session_service.dart'; import 'package:zitadel/api/zitadel/settings/v2beta/settings_service.dart'; import 'package:zitadel/api/zitadel/user/v2beta/user_service.dart';
hints at this package being outdate at the time of me writing the issue. The API v2 was moved out of beta 3 months ago.
@buehler Can you please update the generated files? Thanks! Btw big thanks for writing this SDK!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using
zitadel: ^3.1.0
which is missing theIdentityProviderServiceClient
from here.Moreover, imports such as
hints at this package being outdate at the time of me writing the issue. The API v2 was moved out of beta 3 months ago.
@buehler Can you please update the generated files? Thanks! Btw big thanks for writing this SDK!
The text was updated successfully, but these errors were encountered: