Compare commits
2 Commits
8774d93f9e
...
3.x
| Author | SHA1 | Date | |
|---|---|---|---|
| 495ef7d7d8 | |||
| b7c8b6d613 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "3.4.2",
|
"version": "3.4.4",
|
||||||
"description": "MTLSZ frontend packages",
|
"description": "MTLSZ frontend packages",
|
||||||
"main": "dist/index.ts",
|
"main": "dist/index.ts",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -3,4 +3,5 @@ import { Club } from "../club";
|
|||||||
export interface PlayerConfirmationRequest {
|
export interface PlayerConfirmationRequest {
|
||||||
id?: number;
|
id?: number;
|
||||||
club: Club;
|
club: Club;
|
||||||
|
gender?: string;
|
||||||
}
|
}
|
||||||
@@ -5,4 +5,5 @@ export interface SingleTournament extends Tournament {
|
|||||||
categories: Array<Category>;
|
categories: Array<Category>;
|
||||||
allowedWithoutPartner: boolean;
|
allowedWithoutPartner: boolean;
|
||||||
allowedSimilarEntries: boolean;
|
allowedSimilarEntries: boolean;
|
||||||
|
isPlayerEntryAllowed: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user