Skip to content

Commit d73c9ec

Browse files
committed
chore: update generated output under .openapi markers
1 parent 429f430 commit d73c9ec

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

zitadel_client/api/session_service_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,9 @@ def _session_service_get_session_serialize(
866866
_path_params['sessionId'] = session_id
867867
# process the query parameters
868868
if session_token is not None:
869-
869+
870870
_query_params.append(('sessionToken', session_token))
871-
871+
872872
# process the header parameters
873873
# process the form parameters
874874
# process the body parameter

zitadel_client/api/user_service_api.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3182,13 +3182,13 @@ def _user_service_list_authentication_factors_serialize(
31823182
_path_params['userId'] = user_id
31833183
# process the query parameters
31843184
if auth_factors is not None:
3185-
3185+
31863186
_query_params.append(('authFactors', auth_factors))
3187-
3187+
31883188
if states is not None:
3189-
3189+
31903190
_query_params.append(('states', states))
3191-
3191+
31923192
# process the header parameters
31933193
# process the form parameters
31943194
# process the body parameter
@@ -3483,13 +3483,13 @@ def _user_service_list_authentication_method_types_serialize(
34833483
_path_params['userId'] = user_id
34843484
# process the query parameters
34853485
if domain_query_include_without_domain is not None:
3486-
3486+
34873487
_query_params.append(('domainQuery.includeWithoutDomain', domain_query_include_without_domain))
3488-
3488+
34893489
if domain_query_domain is not None:
3490-
3490+
34913491
_query_params.append(('domainQuery.domain', domain_query_domain))
3492-
3492+
34933493
# process the header parameters
34943494
# process the form parameters
34953495
# process the body parameter

0 commit comments

Comments
 (0)