Merge pull request #63 from valueonag/feat/demo-system-readieness

fix build
This commit is contained in:
Patrick Motsch 2026-04-27 07:25:50 +02:00 committed by GitHub
commit a0c2323fe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ export interface CreateConnectionData {
id?: string; id?: string;
userId?: string; userId?: string;
authority?: 'msft' | 'google' | 'clickup' | 'infomaniak'; authority?: 'msft' | 'google' | 'clickup' | 'infomaniak';
type?: 'msft' | 'google' | 'clickup'; // Backend maps type → authority type?: 'msft' | 'google' | 'clickup' | 'infomaniak'; // Backend maps type → authority
externalId?: string; externalId?: string;
externalUsername?: string; externalUsername?: string;
externalEmail?: string; externalEmail?: string;