diff --git a/package.json b/package.json index eae3c16..9f5edb3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/interfaces/confirmation-request.ts b/src/interfaces/confirmation-request.ts index 22abb32..c1d1d4b 100644 --- a/src/interfaces/confirmation-request.ts +++ b/src/interfaces/confirmation-request.ts @@ -20,5 +20,6 @@ export interface ConfirmationRequest { | TeamAdminConfirmationRequest | OfficialConfirmationRequest; canBeRevoked: boolean | null; + hasMissingData: boolean | null; createdAt: string | null; }