From a08414717da11720e978c05df06b5dd7a3411fc6 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Tue, 16 Dec 2025 09:39:10 +0100 Subject: [PATCH] 3.4.1 --- package.json | 2 +- src/interfaces/guest-player-from-other-country-request.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e74a46..cd53280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "3.4.0", + "version": "3.4.1", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", diff --git a/src/interfaces/guest-player-from-other-country-request.ts b/src/interfaces/guest-player-from-other-country-request.ts index 7d7002f..4b5494d 100644 --- a/src/interfaces/guest-player-from-other-country-request.ts +++ b/src/interfaces/guest-player-from-other-country-request.ts @@ -1,6 +1,8 @@ export interface GuestPlayerFromOtherCountryRequest { id?: number; - name: string; + lastName: string; + firstName: string; + gender: string; rankingSingles: number | null; rankingDoubles: number | null; rankingMixed: number | null;