This commit is contained in:
2025-08-01 16:06:50 +02:00
parent 60cc76c3c8
commit 78f6673179
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mtlsz/common", "name": "@mtlsz/common",
"version": "3.2.3", "version": "3.2.4",
"description": "MTLSZ frontend packages", "description": "MTLSZ frontend packages",
"main": "dist/index.ts", "main": "dist/index.ts",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@@ -8,6 +8,11 @@ export interface ConfirmationRequest {
id: number; id: number;
status: number; status: number;
roleString: string; roleString: string;
lastName: string | null;
firstName: string | null;
email: string | null;
phone: string | null;
keycloakId: string | null;
entity: entity:
| PlayerConfirmationRequest | PlayerConfirmationRequest
| AdultConfirmationRequest | AdultConfirmationRequest