chore: gen api-client

This commit is contained in:
Nicolas Meienberger 2026-03-07 06:36:46 +01:00
parent d44abc6454
commit c4267c31d0

View file

@ -64,9 +64,9 @@ export type DeleteUserAccountData = {
export type DeleteUserAccountErrors = { export type DeleteUserAccountErrors = {
/** /**
* Forbidden * Account not found
*/ */
403: unknown; 404: unknown;
/** /**
* Cannot delete the last account * Cannot delete the last account
*/ */