From 8b8fe1402b40e9d3b7780bb9655994a8dbfe47e0 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Fri, 6 Jun 2025 16:40:57 +0200 Subject: [PATCH] 3.0.5 --- package.json | 2 +- src/interfaces/club.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a7a1f74..eb2aabc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "3.0.4", + "version": "3.0.5", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", diff --git a/src/interfaces/club.ts b/src/interfaces/club.ts index 51c8f24..eb3f373 100644 --- a/src/interfaces/club.ts +++ b/src/interfaces/club.ts @@ -9,4 +9,5 @@ export interface Club { address?: string; phone?: string; active: boolean; + hasManager: boolean; } \ No newline at end of file