mirror of
https://github.com/langgenius/dify.git
synced 2026-05-22 18:08:40 +08:00
96 lines
2.9 KiB
TypeScript
96 lines
2.9 KiB
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import { account } from './account/orpc.gen'
|
|
import { activate } from './activate/orpc.gen'
|
|
import { allWorkspaces } from './all-workspaces/orpc.gen'
|
|
import { apiBasedExtension } from './api-based-extension/orpc.gen'
|
|
import { apiKeyAuth } from './api-key-auth/orpc.gen'
|
|
import { app } from './app/orpc.gen'
|
|
import { apps } from './apps/orpc.gen'
|
|
import { auth } from './auth/orpc.gen'
|
|
import { billing } from './billing/orpc.gen'
|
|
import { codeBasedExtension } from './code-based-extension/orpc.gen'
|
|
import { compliance } from './compliance/orpc.gen'
|
|
import { dataSource } from './data-source/orpc.gen'
|
|
import { datasets } from './datasets/orpc.gen'
|
|
import { emailCodeLogin } from './email-code-login/orpc.gen'
|
|
import { emailRegister } from './email-register/orpc.gen'
|
|
import { explore } from './explore/orpc.gen'
|
|
import { features } from './features/orpc.gen'
|
|
import { files } from './files/orpc.gen'
|
|
import { forgotPassword } from './forgot-password/orpc.gen'
|
|
import { form } from './form/orpc.gen'
|
|
import { info } from './info/orpc.gen'
|
|
import { installedApps } from './installed-apps/orpc.gen'
|
|
import { instructionGenerate } from './instruction-generate/orpc.gen'
|
|
import { login } from './login/orpc.gen'
|
|
import { logout } from './logout/orpc.gen'
|
|
import { mcp } from './mcp/orpc.gen'
|
|
import { notification } from './notification/orpc.gen'
|
|
import { notion } from './notion/orpc.gen'
|
|
import { oauth } from './oauth/orpc.gen'
|
|
import { rag } from './rag/orpc.gen'
|
|
import { refreshToken } from './refresh-token/orpc.gen'
|
|
import { remoteFiles } from './remote-files/orpc.gen'
|
|
import { resetPassword } from './reset-password/orpc.gen'
|
|
import { ruleCodeGenerate } from './rule-code-generate/orpc.gen'
|
|
import { ruleGenerate } from './rule-generate/orpc.gen'
|
|
import { ruleStructuredOutputGenerate } from './rule-structured-output-generate/orpc.gen'
|
|
import { spec } from './spec/orpc.gen'
|
|
import { systemFeatures } from './system-features/orpc.gen'
|
|
import { tagBindings } from './tag-bindings/orpc.gen'
|
|
import { tags } from './tags/orpc.gen'
|
|
import { test } from './test/orpc.gen'
|
|
import { trialApps } from './trial-apps/orpc.gen'
|
|
import { website } from './website/orpc.gen'
|
|
import { workflow } from './workflow/orpc.gen'
|
|
import { workspaces } from './workspaces/orpc.gen'
|
|
|
|
export const contract = {
|
|
account,
|
|
activate,
|
|
allWorkspaces,
|
|
apiBasedExtension,
|
|
apiKeyAuth,
|
|
app,
|
|
apps,
|
|
auth,
|
|
billing,
|
|
codeBasedExtension,
|
|
compliance,
|
|
dataSource,
|
|
datasets,
|
|
emailCodeLogin,
|
|
emailRegister,
|
|
explore,
|
|
features,
|
|
files,
|
|
forgotPassword,
|
|
form,
|
|
info,
|
|
installedApps,
|
|
instructionGenerate,
|
|
login,
|
|
logout,
|
|
mcp,
|
|
notification,
|
|
notion,
|
|
oauth,
|
|
rag,
|
|
refreshToken,
|
|
remoteFiles,
|
|
resetPassword,
|
|
ruleCodeGenerate,
|
|
ruleGenerate,
|
|
ruleStructuredOutputGenerate,
|
|
spec,
|
|
systemFeatures,
|
|
tagBindings,
|
|
tags,
|
|
test,
|
|
trialApps,
|
|
website,
|
|
workflow,
|
|
workspaces,
|
|
}
|