Bug Fix
- Fix type re-exports — Synthetic content types and updated verification types (
VerificationResult,DocumentDetails,MrzFields,BarcodeResult,DocumentAuthenticityResult) were not re-exported from the main entry point in v2.7.0. TypeScript consumers would get "has no exported member" errors when importing these types from@tuteliq/sdk. Now all types are correctly exported.
No API or runtime changes — this is a types-only fix.