From 4301da7daeee30e5b8cd0d6edf3d08820e230e31 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Tue, 19 Aug 2025 16:35:13 +0200 Subject: [PATCH] 3.3.3 --- package.json | 2 +- src/interfaces/confirmation-request.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index be99ee3..8f23e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "3.3.2", + "version": "3.3.3", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", diff --git a/src/interfaces/confirmation-request.ts b/src/interfaces/confirmation-request.ts index 83e3b74..22abb32 100644 --- a/src/interfaces/confirmation-request.ts +++ b/src/interfaces/confirmation-request.ts @@ -20,4 +20,5 @@ export interface ConfirmationRequest { | TeamAdminConfirmationRequest | OfficialConfirmationRequest; canBeRevoked: boolean | null; + createdAt: string | null; }