I am using zitadel: ^3.1.0 which is missing the IdentityProviderServiceClient from here.
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!
I am using
zitadel: ^3.1.0which is missing theIdentityProviderServiceClientfrom 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!