Fixed error with sending of proofs

This commit is contained in:
2026-04-12 22:10:09 +01:00
parent 6ab77fe800
commit 5ca9954b0b
6 changed files with 29 additions and 56 deletions
-1
View File
@@ -23,7 +23,6 @@ export * from './get-user-stats-dto';
export * from './login-dto';
export * from './patch-user-designation-dto';
export * from './patch-user-password-dto';
export * from './random-challenge-proof-request';
export * from './refresh-token-dto';
export * from './update-user-dto';
export * from './user-proof-request';
@@ -1,15 +0,0 @@
/**
* BeReadyBackend
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface RandomChallengeProofRequest {
proof?: Blob | null;
}