Skip to content

Instantly share code, notes, and snippets.

@ChrisMGeo
Created May 13, 2026 15:50
Show Gist options
  • Select an option

  • Save ChrisMGeo/194c049581c854484655f3dcc500fe42 to your computer and use it in GitHub Desktop.

Select an option

Save ChrisMGeo/194c049581c854484655f3dcc500fe42 to your computer and use it in GitHub Desktop.
Better Auth OpenAPI Client generation issue
❯ openapi-generator-cli.cmd generate -i http://localhost:8787/api/auth/open-api/generate-schema -o ts\better-auth-openapi-trial -g typescript-node --skip-validate-spec
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.github.benmanes.caffeine.cache.UnsafeAccess (file:/C:/Users/chris/scoop/apps/openapi-generator-cli/7.22.0/openapi-generator-cli.jar)
WARNING: Please consider reporting this to the maintainers of class com.github.benmanes.caffeine.cache.UnsafeAccess
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[main] WARN o.o.c.config.CodegenConfigurator - There were issues with the specification, but validation has been explicitly disabled.
Errors:
-paths.'/callback/{id}'. Declared path parameter id needs to be defined as a path parameter in path or operation level
-attribute paths.'/get-session'(post).operationId is repeated
-attribute paths.'/get-session'(post).responses.200 is not of type `object`
-attribute paths.'/passkey/generate-register-options'(get).responses.200.parameters is unexpected
Warnings:
-Unused model: Member
-Unused model: Account
-Unused model: Verification
-Unused model: TwoFactor
-Unused model: Invitation
[main] WARN o.o.codegen.DefaultCodegen - OpenAPI 3.1 support is still in beta. To report an issue related to 3.1 spec, please kindly open an issue in the Github repo: https://github.com/openAPITools/openapi-generator.
[main] INFO o.o.codegen.DefaultGenerator - Generating with dryRun=false
[main] INFO o.o.c.ignore.CodegenIgnoreProcessor - Output directory (C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial) does not exist, or is inaccessible. No file (.openapi-generator-ignore) will be evaluated.
[main] INFO o.o.codegen.DefaultGenerator - OpenAPI Generator: typescript-node (client)
[main] INFO o.o.codegen.DefaultGenerator - Generator 'typescript-node' is considered stable.
[main] INFO o.o.c.l.AbstractTypeScriptClientCodegen - Hint: Environment variable 'TS_POST_PROCESS_FILE' (optional) not defined. E.g. to format the source code, please try 'export TS_POST_PROCESS_FILE="/usr/local/bin/prettier --write"' (Linux/Mac)
[main] INFO o.o.c.l.AbstractTypeScriptClientCodegen - Note: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
[main] WARN o.o.codegen.OpenAPINormalizer - Type(s) cleared (set to null) given $ref is set to #/components/schemas/User.
[main] WARN o.o.codegen.OpenAPINormalizer - Type(s) cleared (set to null) given $ref is set to #/components/schemas/User.
[main] WARN o.o.codegen.OpenAPINormalizer - Type(s) cleared (set to null) given $ref is set to #/components/schemas/Session.
[main] WARN o.o.codegen.OpenAPINormalizer - Type(s) cleared (set to null) given $ref is set to #/components/schemas/Organization.
[main] WARN o.o.codegen.OpenAPINormalizer - Type(s) cleared (set to null) given $ref is set to #/components/schemas/Organization.
[main] WARN o.o.codegen.OpenAPINormalizer - Type(s) cleared (set to null) given $ref is set to #/components/schemas/Organization.
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as socialSignIn_request_idToken_user_name. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings socialSignIn_request_idToken_user_name=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings socialSignIn_request_idToken_user_name=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as socialSignIn_request_idToken_user. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings socialSignIn_request_idToken_user=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings socialSignIn_request_idToken_user=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as socialSignIn_request_idToken. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings socialSignIn_request_idToken=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings socialSignIn_request_idToken=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as socialSignIn_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings socialSignIn_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings socialSignIn_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as socialSignIn_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings socialSignIn_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings socialSignIn_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as socialSignIn_400_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings socialSignIn_400_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings socialSignIn_400_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as socialSignIn_403_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings socialSignIn_403_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings socialSignIn_403_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as getSession_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings getSession_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings getSession_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as signOut_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings signOut_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings signOut_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as signUpWithEmailAndPassword_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings signUpWithEmailAndPassword_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings signUpWithEmailAndPassword_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as signUpWithEmailAndPassword_200_response_user. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings signUpWithEmailAndPassword_200_response_user=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings signUpWithEmailAndPassword_200_response_user=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as signUpWithEmailAndPassword_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings signUpWithEmailAndPassword_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings signUpWithEmailAndPassword_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as signInEmail_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings signInEmail_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings signInEmail_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as signInEmail_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings signInEmail_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings signInEmail_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as resetPassword_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings resetPassword_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings resetPassword_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as resetPassword_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings resetPassword_200_response=NewModel,ModelA=NewModelA
in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings resetPassword_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as verifyPassword_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings verifyPassword_request=NewModel,ModelA=NewModelA in CLI)
or inlineSchemaNameMapping option (--inline-schema-name-mappings verifyPassword_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _verify_email_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _verify_email_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _verify_email_get_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as sendVerificationEmail_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings sendVerificationEmail_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings sendVerificationEmail_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as sendVerificationEmail_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings sendVerificationEmail_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings sendVerificationEmail_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as sendVerificationEmail_400_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings sendVerificationEmail_400_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings sendVerificationEmail_400_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as changeEmail_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings changeEmail_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings changeEmail_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as changeEmail_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings changeEmail_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings changeEmail_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as changePassword_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings changePassword_request=NewModel,ModelA=NewModelA in CLI)
or inlineSchemaNameMapping option (--inline-schema-name-mappings changePassword_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as changePassword_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings changePassword_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings changePassword_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateSession_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings updateSession_200_response=NewModel,ModelA=NewModelA
in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings updateSession_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateUser_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings updateUser_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings updateUser_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateUser_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings updateUser_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings updateUser_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as deleteUser_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings deleteUser_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings deleteUser_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as deleteUser_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings deleteUser_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings deleteUser_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as requestPasswordReset_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings requestPasswordReset_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings requestPasswordReset_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as requestPasswordReset_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings requestPasswordReset_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings requestPasswordReset_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as resetPasswordCallback_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings resetPasswordCallback_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings resetPasswordCallback_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _revoke_session_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _revoke_session_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _revoke_session_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _revoke_session_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _revoke_session_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _revoke_session_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _revoke_sessions_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _revoke_sessions_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _revoke_sessions_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _revoke_other_sessions_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _revoke_other_sessions_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _revoke_other_sessions_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as linkSocialAccount_request_idToken. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings linkSocialAccount_request_idToken=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings linkSocialAccount_request_idToken=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as linkSocialAccount_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings linkSocialAccount_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings linkSocialAccount_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as linkSocialAccount_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings linkSocialAccount_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings linkSocialAccount_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as listUserAccounts_200_response_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings listUserAccounts_200_response_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings listUserAccounts_200_response_inner=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _delete_user_callback_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _delete_user_callback_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _delete_user_callback_get_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _unlink_account_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _unlink_account_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _unlink_account_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _refresh_token_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _refresh_token_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _refresh_token_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _refresh_token_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _refresh_token_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _refresh_token_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _get_access_token_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _get_access_token_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _get_access_token_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _account_info_get_200_response_user. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _account_info_get_200_response_user=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _account_info_get_200_response_user=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _account_info_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _account_info_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _account_info_get_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _ok_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _ok_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _ok_get_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as generatePasskeyRegistrationOptions_200_response_rp. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings generatePasskeyRegistrationOptions_200_response_rp=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings generatePasskeyRegistrationOptions_200_response_rp=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as generatePasskeyRegistrationOptions_200_response_user. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings generatePasskeyRegistrationOptions_200_response_user=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings generatePasskeyRegistrationOptions_200_response_user=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as generatePasskeyRegistrationOptions_200_response_pubKeyCredParams_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings generatePasskeyRegistrationOptions_200_response_pubKeyCredParams_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings generatePasskeyRegistrationOptions_200_response_pubKeyCredParams_inner=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as generatePasskeyRegistrationOptions_200_response_excludeCredentials_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings generatePasskeyRegistrationOptions_200_response_excludeCredentials_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings generatePasskeyRegistrationOptions_200_response_excludeCredentials_inner=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as generatePasskeyRegistrationOptions_200_response_authenticatorSelection. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings generatePasskeyRegistrationOptions_200_response_authenticatorSelection=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings generatePasskeyRegistrationOptions_200_response_authenticatorSelection=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as generatePasskeyRegistrationOptions_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings generatePasskeyRegistrationOptions_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings generatePasskeyRegistrationOptions_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as passkeyGenerateAuthenticateOptions_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings passkeyGenerateAuthenticateOptions_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings passkeyGenerateAuthenticateOptions_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as passkeyVerifyRegistration_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings passkeyVerifyRegistration_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings passkeyVerifyRegistration_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as passkeyVerifyAuthentication_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings passkeyVerifyAuthentication_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings passkeyVerifyAuthentication_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as passkeyVerifyAuthentication_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings passkeyVerifyAuthentication_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings passkeyVerifyAuthentication_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _passkey_delete_passkey_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _passkey_delete_passkey_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _passkey_delete_passkey_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _passkey_delete_passkey_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _passkey_delete_passkey_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _passkey_delete_passkey_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _passkey_update_passkey_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _passkey_update_passkey_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _passkey_update_passkey_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _passkey_update_passkey_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _passkey_update_passkey_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _passkey_update_passkey_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_get_totp_uri_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_get_totp_uri_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_get_totp_uri_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_get_totp_uri_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_get_totp_uri_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_get_totp_uri_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_verify_totp_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_verify_totp_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_verify_totp_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_verify_otp_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_verify_otp_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_verify_otp_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_verify_otp_post_200_response_user. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_verify_otp_post_200_response_user=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_verify_otp_post_200_response_user=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_verify_otp_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_verify_otp_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_verify_otp_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_verify_backup_code_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_verify_backup_code_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_verify_backup_code_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_verify_backup_code_post_200_response_user. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_verify_backup_code_post_200_response_user=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_verify_backup_code_post_200_response_user=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_verify_backup_code_post_200_response_session. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_verify_backup_code_post_200_response_session=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_verify_backup_code_post_200_response_session=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_verify_backup_code_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_verify_backup_code_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_verify_backup_code_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_generate_backup_codes_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_generate_backup_codes_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_generate_backup_codes_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_generate_backup_codes_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_generate_backup_codes_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_generate_backup_codes_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_enable_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_enable_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_enable_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _two_factor_enable_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _two_factor_enable_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _two_factor_enable_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_create_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_create_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_create_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_update_post_request_data. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_update_post_request_data=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_update_post_request_data=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_update_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_update_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_update_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_delete_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_delete_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_delete_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as setActiveOrganization_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings setActiveOrganization_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings setActiveOrganization_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createOrganizationInvitation_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings createOrganizationInvitation_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings createOrganizationInvitation_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as createOrganizationInvitation_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings createOrganizationInvitation_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings createOrganizationInvitation_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_cancel_invitation_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_cancel_invitation_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_cancel_invitation_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_accept_invitation_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_accept_invitation_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_accept_invitation_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_accept_invitation_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_accept_invitation_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_accept_invitation_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_get_invitation_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_get_invitation_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_get_invitation_get_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_reject_invitation_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_reject_invitation_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_reject_invitation_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_reject_invitation_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_reject_invitation_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_reject_invitation_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_get_active_member_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_get_active_member_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_get_active_member_get_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_check_slug_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_check_slug_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_check_slug_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_remove_member_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_remove_member_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_remove_member_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_remove_member_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_remove_member_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_remove_member_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as updateOrganizationMemberRole_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings updateOrganizationMemberRole_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings updateOrganizationMemberRole_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_leave_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_leave_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_leave_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_list_user_invitations_get_200_response_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_list_user_invitations_get_200_response_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_list_user_invitations_get_200_response_inner=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_has_permission_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_has_permission_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_has_permission_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _organization_has_permission_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _organization_has_permission_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _organization_has_permission_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _sign_in_username_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _sign_in_username_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _sign_in_username_post_request=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _sign_in_username_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _sign_in_username_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _sign_in_username_post_200_response=NewModel,ModelA=NewModelA in CLI).
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _is_username_available_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _is_username_available_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _is_username_available_post_request=NewModel,ModelA=NewModelA in CLI).
[main] WARN o.o.codegen.DefaultCodegen - OpenAPI 3.1 support is still in beta. To report an issue related to 3.1 spec, please kindly open an issue in the Github repo: https://github.com/openAPITools/openapi-generator.
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\account.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\accountInfoGet200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\accountInfoGet200ResponseUser.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\changeEmail200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\changeEmailRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\changePassword200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\changePasswordRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\createOrganizationInvitation200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\createOrganizationInvitationRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\deleteUser200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\deleteUserCallbackGet200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\deleteUserRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\generatePasskeyRegistrationOptions200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\generatePasskeyRegistrationOptions200ResponseAuthenticatorSelection.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\generatePasskeyRegistrationOptions200ResponseExcludeCredentialsInner.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\generatePasskeyRegistrationOptions200ResponsePubKeyCredParamsInner.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\generatePasskeyRegistrationOptions200ResponseRp.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\generatePasskeyRegistrationOptions200ResponseUser.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\getAccessTokenPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\getSession200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\invitation.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\isUsernameAvailablePostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\linkSocialAccount200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\linkSocialAccountRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\linkSocialAccountRequestIdToken.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\listUserAccounts200ResponseInner.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\member.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\okGet200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organization.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationAcceptInvitationPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationAcceptInvitationPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationCancelInvitationPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationCheckSlugPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationCreatePostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationDeletePostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationGetActiveMemberGet200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationGetInvitationGet200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationHasPermissionPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationHasPermissionPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationLeavePostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationListUserInvitationsGet200ResponseInner.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationRejectInvitationPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationRejectInvitationPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationRemoveMemberPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationRemoveMemberPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationUpdatePostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\organizationUpdatePostRequestData.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkey.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkeyDeletePasskeyPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkeyDeletePasskeyPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkeyGenerateAuthenticateOptions200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkeyUpdatePasskeyPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkeyUpdatePasskeyPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkeyVerifyAuthentication200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkeyVerifyAuthenticationRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\passkeyVerifyRegistrationRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\refreshTokenPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\refreshTokenPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\requestPasswordReset200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\requestPasswordResetRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\resetPassword200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\resetPasswordCallback200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\resetPasswordRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\revokeOtherSessionsPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\revokeSessionPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\revokeSessionPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\revokeSessionsPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\sendVerificationEmail200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\sendVerificationEmail400Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\sendVerificationEmailRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\session.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\setActiveOrganizationRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\signInEmail200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\signInEmailRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\signInUsernamePost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\signInUsernamePostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\signOut200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\signUpWithEmailAndPassword200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\signUpWithEmailAndPassword200ResponseUser.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\signUpWithEmailAndPasswordRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\socialSignIn200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\socialSignIn400Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\socialSignIn403Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\socialSignInRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\socialSignInRequestIdToken.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\socialSignInRequestIdTokenUser.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\socialSignInRequestIdTokenUserName.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactor.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorEnablePost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorEnablePostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorGenerateBackupCodesPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorGenerateBackupCodesPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorGetTotpUriPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorGetTotpUriPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorVerifyBackupCodePost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorVerifyBackupCodePost200ResponseSession.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorVerifyBackupCodePost200ResponseUser.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorVerifyBackupCodePostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorVerifyOtpPost200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorVerifyOtpPost200ResponseUser.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorVerifyOtpPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\twoFactorVerifyTotpPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\unlinkAccountPostRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\updateOrganizationMemberRoleRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\updateSession200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\updateUser200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\updateUserRequest.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\user.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\verification.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\verifyEmailGet200Response.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\.\verifyPasswordRequest.ts
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /callback/{id}. Renamed to auto-generated operationId: callbackIdGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /callback/{id}. Renamed to auto-generated operationId: callbackIdPost
[main] WARN o.o.codegen.DefaultCodegen - generated unique operationId `getSession_0`
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /verify-email. Renamed to auto-generated operationId: verify_emailGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /revoke-session. Renamed to auto-generated operationId: revoke_sessionPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /revoke-sessions. Renamed to auto-generated operationId: revoke_sessionsPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /revoke-other-sessions. Renamed to auto-generated operationId: revoke_other_sessionsPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /delete-user/callback. Renamed to auto-generated operationId: delete_userCallbackGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /unlink-account. Renamed to auto-generated operationId: unlink_accountPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /refresh-token. Renamed to auto-generated operationId: refresh_tokenPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /get-access-token. Renamed to auto-generated operationId: get_access_tokenPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /account-info. Renamed to auto-generated operationId: account_infoGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /ok. Renamed to auto-generated operationId: okGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /error. Renamed to auto-generated operationId: errorGet
[main] WARN o.o.codegen.utils.ExamplesUtils - No application/json content media type found in response. Response examples can currently only be generated for application/json media type.
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /passkey/list-user-passkeys. Renamed to auto-generated operationId: passkeyListUserPasskeysGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /passkey/delete-passkey. Renamed to auto-generated operationId: passkeyDeletePasskeyPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /passkey/update-passkey. Renamed to auto-generated operationId: passkeyUpdatePasskeyPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /two-factor/get-totp-uri. Renamed to auto-generated operationId: two_factorGetTotpUriPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /two-factor/verify-totp. Renamed to auto-generated operationId: two_factorVerifyTotpPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /two-factor/send-otp. Renamed to auto-generated operationId: two_factorSendOtpPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /two-factor/verify-otp. Renamed to auto-generated operationId: two_factorVerifyOtpPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /two-factor/verify-backup-code. Renamed to auto-generated operationId: two_factorVerifyBackupCodePost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /two-factor/generate-backup-codes. Renamed to auto-generated operationId: two_factorGenerateBackupCodesPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /two-factor/enable. Renamed to auto-generated operationId: two_factorEnablePost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /two-factor/disable. Renamed to auto-generated operationId: two_factorDisablePost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/create. Renamed to auto-generated operationId: organizationCreatePost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/update. Renamed to auto-generated operationId: organizationUpdatePost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/delete. Renamed to auto-generated operationId: organizationDeletePost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /organization/list. Renamed to auto-generated operationId: organizationListGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/cancel-invitation. Renamed to auto-generated operationId: organizationCancelInvitationPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/accept-invitation. Renamed to auto-generated operationId: organizationAcceptInvitationPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /organization/get-invitation. Renamed to auto-generated operationId: organizationGetInvitationGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/reject-invitation. Renamed to auto-generated operationId: organizationRejectInvitationPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /organization/list-invitations. Renamed to auto-generated operationId: organizationListInvitationsGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /organization/get-active-member. Renamed to auto-generated operationId: organizationGetActiveMemberGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/check-slug. Renamed to auto-generated operationId: organizationCheckSlugPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/remove-member. Renamed to auto-generated operationId: organizationRemoveMemberPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/leave. Renamed to auto-generated operationId: organizationLeavePost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /organization/list-user-invitations. Renamed to auto-generated operationId: organizationListUserInvitationsGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /organization/list-members. Renamed to auto-generated operationId: organizationListMembersGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /organization/get-active-member-role. Renamed to auto-generated operationId: organizationGetActiveMemberRoleGet
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /organization/has-permission. Renamed to auto-generated operationId: organizationHasPermissionPost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /sign-in/username. Renamed to auto-generated operationId: sign_inUsernamePost
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /is-username-available. Renamed to auto-generated operationId: is_username_availablePost
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\api\defaultApi.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\api\organizationApi.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\api\passkeyApi.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\api\twoFactorApi.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\api\usernameApi.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\model\models.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\api\apis.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\api.ts
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\git_push.sh
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\.gitignore
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\.openapi-generator-ignore
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\.openapi-generator\VERSION
[main] INFO o.o.codegen.TemplateManager - writing file C:\Users\chris\Documents\DEV\ts\better-auth-openapi-trial\.openapi-generator\FILES
############################################################################################
# Thanks for using OpenAPI Generator. #
# We appreciate your support! Please consider donation to help us maintain this project. #
# https://opencollective.com/openapi_generator/donate #
############################################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment