feat: add Memind analytics admin and Umami SSO
This commit is contained in:
@@ -281,6 +281,21 @@ export type WechatScheduleLlmConfig = {
|
||||
|
||||
export type MindSpaceAdminConfig = {
|
||||
publicPageLimit: number;
|
||||
analytics: {
|
||||
enabled: boolean;
|
||||
websiteId: string;
|
||||
analyticsUrl: string;
|
||||
domains: string;
|
||||
idSecretConfigured: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
export type MindSpaceAnalyticsUpdate = {
|
||||
enabled?: boolean;
|
||||
websiteId?: string;
|
||||
analyticsUrl?: string;
|
||||
domains?: string;
|
||||
idSecret?: string;
|
||||
};
|
||||
|
||||
export type MemoryV2AdminSection = Record<string, string | boolean>;
|
||||
@@ -297,6 +312,7 @@ export type MemoryV2AdminConfig = {
|
||||
};
|
||||
chatIntentRouter: MemoryV2AdminSection;
|
||||
candidateMemory: MemoryV2AdminSection;
|
||||
runtimeControl: MemoryV2AdminSection;
|
||||
policy: MemoryV2AdminSection;
|
||||
retriever: MemoryV2AdminSection;
|
||||
lifecycle: MemoryV2AdminSection;
|
||||
|
||||
Reference in New Issue
Block a user