Add Workforce and SMTP integrations to settings schema
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
31f8bba377
commit
2339a75d07
1 changed files with 10 additions and 0 deletions
|
|
@ -27,6 +27,16 @@ export const INTEGRATIONS = {
|
||||||
configFields: ['host', 'port', 'database', 'graphql_endpoint', 'username'],
|
configFields: ['host', 'port', 'database', 'graphql_endpoint', 'username'],
|
||||||
secretFields: ['password'],
|
secretFields: ['password'],
|
||||||
},
|
},
|
||||||
|
workforce: {
|
||||||
|
name: 'Workforce',
|
||||||
|
configFields: ['base_url', 'sync_hours'],
|
||||||
|
secretFields: ['email', 'password'],
|
||||||
|
},
|
||||||
|
smtp: {
|
||||||
|
name: 'SMTP Email',
|
||||||
|
configFields: ['host', 'port', 'from'],
|
||||||
|
secretFields: ['user', 'pass'],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MASKED = '••••••••'
|
export const MASKED = '••••••••'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue