Compare commits
2 Commits
78f6673179
...
dfb68e99b5
| Author | SHA1 | Date | |
|---|---|---|---|
| dfb68e99b5 | |||
| 04df85bdbc |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mtlsz/common",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.6",
|
||||
"description": "MTLSZ frontend packages",
|
||||
"main": "dist/index.ts",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -12,7 +12,7 @@ export interface ConfirmationRequest {
|
||||
firstName: string | null;
|
||||
email: string | null;
|
||||
phone: string | null;
|
||||
keycloakId: string | null;
|
||||
keycloakUserId: string | null;
|
||||
entity:
|
||||
| PlayerConfirmationRequest
|
||||
| AdultConfirmationRequest
|
||||
|
||||
@@ -6,7 +6,7 @@ export interface Player extends GenericUser {
|
||||
id?: number;
|
||||
gender: string;
|
||||
birthDate: string;
|
||||
birthPlace: string | null;
|
||||
birthPlace?: string | null;
|
||||
officialId?: number;
|
||||
club: Club;
|
||||
active?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user