Generated new dtos for the app
This commit is contained in:
@@ -17,8 +17,7 @@
|
|||||||
<ion-button
|
<ion-button
|
||||||
fill="clear"
|
fill="clear"
|
||||||
class="m-0 p-0 min-h-0 text-[11px] font-black bg-black text-white rounded-3xl"
|
class="m-0 p-0 min-h-0 text-[11px] font-black bg-black text-white rounded-3xl"
|
||||||
style="--padding-top: 4px; --padding-bottom: 4px;"
|
style="--padding-top: 4px; --padding-bottom: 4px;">
|
||||||
>
|
|
||||||
Voir ⭢
|
Voir ⭢
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -14,5 +14,6 @@ export interface GetRandomChallengeDto {
|
|||||||
libelle?: string | null;
|
libelle?: string | null;
|
||||||
duration?: number;
|
duration?: number;
|
||||||
isAlreadyPast?: boolean;
|
isAlreadyPast?: boolean;
|
||||||
|
generatedAt?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
|
|
||||||
export interface RandomChallengeProofRequest {
|
export interface RandomChallengeProofRequest {
|
||||||
proof?: string | null;
|
proof?: Blob | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
|
|
||||||
export interface UserProofRequest {
|
export interface UserProofRequest {
|
||||||
proof?: string | null;
|
proof?: Blob | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user