feat: Add Interactive HIPAA BAA Execution Engine, AWS Subcontractor Attestation & Instant BAA Contract PDF Export

This commit is contained in:
2026-09-07 10:08:00 -07:00
parent 99d4f2a2db
commit 9f376486a3
3 changed files with 477 additions and 18 deletions
+5
View File
@@ -20,6 +20,11 @@ export interface ClinicTenant {
mrr: number;
stripeConnected: boolean;
createdAt: string;
baaStatus?: 'executed' | 'pending';
baaSignedAt?: string;
baaSignerName?: string;
baaSignerTitle?: string;
baaAgreementId?: string;
}
export interface Provider {