From dcd9030d2e89be5c690de678ea1d40a04e8f4a34 Mon Sep 17 00:00:00 2001 From: Charlie Fontana Date: Wed, 1 Jun 2022 10:28:28 -0300 Subject: [PATCH] feat: add the 'isAccessCodeSet' method --- src/types.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/types.ts b/src/types.ts index fea050f..8f0d03a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -277,6 +277,10 @@ export interface Card { * This counter were deprecated for cards with COS 4.0 and higher */ remainingSignatures?: number; + /** + * Available only for cards with COS v.4.0 and higher. + */ + isAccessCodeSet?: boolean; } export type NFCStatusResponse = {