Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions zitadel_client/api/feature_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,19 +1060,6 @@ def __feature_service_set_organization_features_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -1290,19 +1277,6 @@ def __feature_service_set_user_features_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down
4 changes: 2 additions & 2 deletions zitadel_client/api/session_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@ def __session_service_get_session_serialize(
_path_params['sessionId'] = session_id
# process the query parameters
if session_token is not None:

_query_params.append(('sessionToken', session_token))

# process the header parameters
# process the form parameters
# process the body parameter
Expand Down
159 changes: 8 additions & 151 deletions zitadel_client/api/user_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,19 +422,6 @@ def __user_service_add_otp_email_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -537,19 +524,6 @@ def __user_service_add_otpsms_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -896,19 +870,6 @@ def __user_service_deactivate_user_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -1215,19 +1176,6 @@ def __user_service_human_mfa_init_skipped_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -1329,13 +1277,13 @@ def __user_service_list_authentication_factors_serialize(
_path_params['userId'] = user_id
# process the query parameters
if auth_factors is not None:

_query_params.append(('authFactors', auth_factors))

if states is not None:

_query_params.append(('states', states))

# process the header parameters
# process the form parameters
# process the body parameter
Expand Down Expand Up @@ -1449,13 +1397,13 @@ def __user_service_list_authentication_method_types_serialize(
_path_params['userId'] = user_id
# process the query parameters
if domain_query_include_without_domain is not None:

_query_params.append(('domainQuery.includeWithoutDomain', domain_query_include_without_domain))

if domain_query_domain is not None:

_query_params.append(('domainQuery.domain', domain_query_domain))

# process the header parameters
# process the form parameters
# process the body parameter
Expand Down Expand Up @@ -1693,19 +1641,6 @@ def __user_service_list_passkeys_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -1924,19 +1859,6 @@ def __user_service_lock_user_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -2161,19 +2083,6 @@ def __user_service_reactivate_user_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -2398,19 +2307,6 @@ def __user_service_register_totp_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -2649,19 +2545,6 @@ def __user_service_remove_idp_link_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -3077,19 +2960,6 @@ def __user_service_remove_phone_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down Expand Up @@ -4475,19 +4345,6 @@ def __user_service_unlock_user_serialize(
]
)

# set the HTTP header `Content-Type`
if _content_type:
_header_params['Content-Type'] = _content_type
else:
_default_content_type = (
self.api_client.select_header_content_type(
[
'application/json'
]
)
)
if _default_content_type is not None:
_header_params['Content-Type'] = _default_content_type

# authentication setting
_auth_settings: List[str] = [
Expand Down
Loading