3.2.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "3.2.4",
|
"version": "3.2.5",
|
||||||
"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",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ export interface ConfirmationRequest {
|
|||||||
firstName: string | null;
|
firstName: string | null;
|
||||||
email: string | null;
|
email: string | null;
|
||||||
phone: string | null;
|
phone: string | null;
|
||||||
keycloakId: string | null;
|
keycloakUserId: string | null;
|
||||||
entity:
|
entity:
|
||||||
| PlayerConfirmationRequest
|
| PlayerConfirmationRequest
|
||||||
| AdultConfirmationRequest
|
| AdultConfirmationRequest
|
||||||
|
|||||||
Reference in New Issue
Block a user