Added functions to send and see proof before valid participation from random challenge

This commit is contained in:
2026-04-12 19:06:52 +01:00
parent 4d5380b40c
commit 6ab77fe800
59 changed files with 1067 additions and 1650 deletions
@@ -1,7 +1,7 @@
/**
* BeReadyBackend
*
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
@@ -9,8 +9,9 @@
*/
export interface GetRandomChallengeDto {
export interface GetRandomChallengeDto {
id?: number;
label?: string | null;
libelle?: string | null;
duration?: number;
isAlreadyPast?: boolean;