diff --git a/src/config/config.ts b/src/config/config.ts index 29314d1214..dc11a46087 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -520,6 +520,20 @@ export class Configuration { }, ], }, + { + id: 16, + name: 'TMER', + files: [ + { + name: (file: KycFileBlob) => file.name.split('/').pop()?.split('.')[0] ?? 'TMER', + prefixes: (userData: UserData) => [`user/${userData.id}/UserNotes`], + fileTypes: [ContentType.PDF], + filter: (file: KycFileBlob) => file.name.includes('-TMER-'), + selectAll: true, + handleFileNotFound: () => true, + }, + ], + }, ]; support = {