Merge pull request #63 from valueonag/feat/demo-system-readieness
fix build
This commit is contained in:
commit
a0c2323fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export interface CreateConnectionData {
|
|||
id?: string;
|
||||
userId?: string;
|
||||
authority?: 'msft' | 'google' | 'clickup' | 'infomaniak';
|
||||
type?: 'msft' | 'google' | 'clickup'; // Backend maps type → authority
|
||||
type?: 'msft' | 'google' | 'clickup' | 'infomaniak'; // Backend maps type → authority
|
||||
externalId?: string;
|
||||
externalUsername?: string;
|
||||
externalEmail?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue