feat: Update generated and models_gen

This commit is contained in:
ruessej
2022-10-01 18:09:43 +02:00
committed by Jerebtw
parent bd4d48c7c5
commit f1509f90f0
2 changed files with 21 additions and 1 deletions

View File

@@ -277,6 +277,8 @@ type UpdateEnvInput struct {
AllowedOrigins []string `json:"ALLOWED_ORIGINS"`
AppURL *string `json:"APP_URL"`
ResetPasswordURL *string `json:"RESET_PASSWORD_URL"`
DisableAppCookieSecure bool `json:"DISABLE_APP_COOKIE_SECURE"`
DisableAdminCookieSecure bool `json:"DISABLE_ADMIN_COOKIE_SECURE"`
DisableEmailVerification *bool `json:"DISABLE_EMAIL_VERIFICATION"`
DisableBasicAuthentication *bool `json:"DISABLE_BASIC_AUTHENTICATION"`
DisableMagicLinkLogin *bool `json:"DISABLE_MAGIC_LINK_LOGIN"`