Web app now supports SSO config (#7137)
This commit is contained in:
parent
741c548f3c
commit
23cedc3f1c
12 changed files with 102 additions and 18 deletions
|
|
@ -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[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue