mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-06 17:36:50 +08:00
Web app now supports SSO config (#7137)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { LangFuseConfig, LangSmithConfig, TracingProvider } from '@/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type'
|
||||
import type { App, AppTemplate, SiteConfig } from '@/types/app'
|
||||
import type { App, AppSSO, AppTemplate, SiteConfig } from '@/types/app'
|
||||
|
||||
/* export type App = {
|
||||
id: string
|
||||
@@ -67,6 +67,7 @@ export type AppListResponse = {
|
||||
}
|
||||
|
||||
export type AppDetailResponse = App
|
||||
export type AppSSOResponse = { enabled: AppSSO['enable_sso'] }
|
||||
|
||||
export type AppTemplatesResponse = {
|
||||
data: AppTemplate[]
|
||||
|
||||
Reference in New Issue
Block a user