diff --git a/package.json b/package.json index f24d4e6..bea5c92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "3.2.3", + "version": "3.2.4", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", diff --git a/src/interfaces/confirmation-request.ts b/src/interfaces/confirmation-request.ts index af2176e..816fa8a 100644 --- a/src/interfaces/confirmation-request.ts +++ b/src/interfaces/confirmation-request.ts @@ -8,6 +8,11 @@ export interface ConfirmationRequest { id: number; status: number; roleString: string; + lastName: string | null; + firstName: string | null; + email: string | null; + phone: string | null; + keycloakId: string | null; entity: | PlayerConfirmationRequest | AdultConfirmationRequest