Fixed error with sending of proofs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user