This commit is contained in:
2025-09-26 13:37:05 +02:00
parent 1d4fb2f180
commit f63ab127ab
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mtlsz/common",
"version": "3.3.6",
"version": "3.3.7",
"description": "MTLSZ frontend packages",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
+1
View File
@@ -20,5 +20,6 @@ export interface ConfirmationRequest {
| TeamAdminConfirmationRequest
| OfficialConfirmationRequest;
canBeRevoked: boolean | null;
hasMissingData: boolean | null;
createdAt: string | null;
}