This commit is contained in:
2025-08-01 18:00:33 +02:00
parent 78f6673179
commit 04df85bdbc
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -12,7 +12,7 @@ export interface ConfirmationRequest {
firstName: string | null;
email: string | null;
phone: string | null;
keycloakId: string | null;
keycloakUserId: string | null;
entity:
| PlayerConfirmationRequest
| AdultConfirmationRequest