From b1162b4bb12c1b1397365527a85db931077b5a30 Mon Sep 17 00:00:00 2001 From: Andrew Valleteau Date: Fri, 3 Apr 2026 16:08:06 +0200 Subject: [PATCH] Revert "chore: sync API types from infrastructure (#5026)" This reverts commit 5451231eaedd44e5e93eba0369b9e13ffbde823a. --- pkg/api/types.gen.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkg/api/types.gen.go b/pkg/api/types.gen.go index eb77eefff..a197144f8 100644 --- a/pkg/api/types.gen.go +++ b/pkg/api/types.gen.go @@ -2050,7 +2050,6 @@ type AuthConfigResponse struct { OauthServerAllowDynamicRegistration bool `json:"oauth_server_allow_dynamic_registration"` OauthServerAuthorizationPath nullable.Nullable[string] `json:"oauth_server_authorization_path"` OauthServerEnabled bool `json:"oauth_server_enabled"` - PasskeyEnabled bool `json:"passkey_enabled"` PasswordHibpEnabled nullable.Nullable[bool] `json:"password_hibp_enabled"` PasswordMinLength nullable.Nullable[int] `json:"password_min_length"` PasswordRequiredCharacters nullable.Nullable[AuthConfigResponsePasswordRequiredCharacters] `json:"password_required_characters"` @@ -2107,9 +2106,6 @@ type AuthConfigResponse struct { SmtpSenderName nullable.Nullable[string] `json:"smtp_sender_name"` SmtpUser nullable.Nullable[string] `json:"smtp_user"` UriAllowList nullable.Nullable[string] `json:"uri_allow_list"` - WebauthnRpDisplayName nullable.Nullable[string] `json:"webauthn_rp_display_name"` - WebauthnRpId nullable.Nullable[string] `json:"webauthn_rp_id"` - WebauthnRpOrigins nullable.Nullable[string] `json:"webauthn_rp_origins"` } // AuthConfigResponseDbMaxPoolSizeUnit defines model for AuthConfigResponse.DbMaxPoolSizeUnit. @@ -3971,7 +3967,6 @@ type UpdateAuthConfigBody struct { OauthServerAllowDynamicRegistration nullable.Nullable[bool] `json:"oauth_server_allow_dynamic_registration,omitempty"` OauthServerAuthorizationPath nullable.Nullable[string] `json:"oauth_server_authorization_path,omitempty"` OauthServerEnabled nullable.Nullable[bool] `json:"oauth_server_enabled,omitempty"` - PasskeyEnabled *bool `json:"passkey_enabled,omitempty"` PasswordHibpEnabled nullable.Nullable[bool] `json:"password_hibp_enabled,omitempty"` PasswordMinLength nullable.Nullable[int] `json:"password_min_length,omitempty"` PasswordRequiredCharacters nullable.Nullable[UpdateAuthConfigBodyPasswordRequiredCharacters] `json:"password_required_characters,omitempty"` @@ -4027,9 +4022,6 @@ type UpdateAuthConfigBody struct { SmtpSenderName nullable.Nullable[string] `json:"smtp_sender_name,omitempty"` SmtpUser nullable.Nullable[string] `json:"smtp_user,omitempty"` UriAllowList nullable.Nullable[string] `json:"uri_allow_list,omitempty"` - WebauthnRpDisplayName nullable.Nullable[string] `json:"webauthn_rp_display_name,omitempty"` - WebauthnRpId nullable.Nullable[string] `json:"webauthn_rp_id,omitempty"` - WebauthnRpOrigins nullable.Nullable[string] `json:"webauthn_rp_origins,omitempty"` } // UpdateAuthConfigBodyDbMaxPoolSizeUnit defines model for UpdateAuthConfigBody.DbMaxPoolSizeUnit.