feat: validation for signature type

This commit is contained in:
prafull-opensignlabs
2024-11-06 18:27:24 +05:30
parent 0673242f41
commit 851ea24be4
26 changed files with 1231 additions and 628 deletions
@@ -251,6 +251,7 @@ async function batchQuery(userId, Documents, Ip, parseConfig) {
IsEnableOTP: x?.IsEnableOTP || false,
IsTourEnabled: x?.IsTourEnabled || false,
FileAdapterId: x?.FileAdapterId || '',
...(x?.SignatureType ? { SignatureType: x?.SignatureType } : {}),
},
};
});