From b7c8b6d61378f321581202c804934760dd975d83 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Tue, 23 Dec 2025 14:53:28 +0100 Subject: [PATCH] 3.4.3 --- package.json | 2 +- src/interfaces/single-tournament.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 790ec98..970144f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "3.4.2", + "version": "3.4.3", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", diff --git a/src/interfaces/single-tournament.ts b/src/interfaces/single-tournament.ts index a30ce90..fd8e1dc 100644 --- a/src/interfaces/single-tournament.ts +++ b/src/interfaces/single-tournament.ts @@ -5,4 +5,5 @@ export interface SingleTournament extends Tournament { categories: Array; allowedWithoutPartner: boolean; allowedSimilarEntries: boolean; + isPlayerEntryAllowed: boolean; }