feat: add WeChat session authentication
This commit is contained in:
@@ -54,6 +54,8 @@ export interface HealthStatus {
|
||||
speechAvailable: boolean
|
||||
speechProvider: string | null
|
||||
summaryConfigured: boolean
|
||||
wechatAuthConfigured: boolean
|
||||
developmentAuthEnabled: boolean
|
||||
}
|
||||
|
||||
export type VoiceProcessingStatus = 'recording' | 'processing' | 'ready' | 'failed'
|
||||
|
||||
Reference in New Issue
Block a user