dify/web/contract/console
yyh 0bdd21bc17
refactor(web): replace query option tunneling with queryOptions factories
Extract sandboxFilesTreeOptions and buildTreeFromFlatList from
useSandboxFilesTree so callers that need custom TanStack Query behavior
(e.g. refetchInterval) can compose at the call site instead of tunneling
options through the hook. Remove the thin useGetSandboxProviderList
wrapper in favor of inline oRPC queryOptions in the component.

Also remove redundant .input(type<unknown>()) from three no-input GET
contracts—oc already defaults TInputSchema to Schema<unknown, unknown>.
2026-02-27 11:58:16 +08:00
..
account.ts use contract for api request 2026-01-21 18:20:38 +08:00
app-asset.ts refactor(app-asset): migrate file upload to presigned URL and batch upload 2026-01-23 15:11:04 +08:00
apps.ts use contract for api request 2026-01-21 18:20:38 +08:00
billing.ts refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
sandbox-file.ts feat(sandbox): refactor sandbox file handling to include app_id 2026-01-30 22:45:28 +08:00
sandbox-provider.ts refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
system.ts refactor(web): replace query option tunneling with queryOptions factories 2026-02-27 11:58:16 +08:00
trigger.ts fix: remove staleTime/gcTime overrides from trigger query hooks and use orpc contract (#31863) 2026-02-04 19:33:32 +08:00
try-app.ts feat: frontend part of support try apps (#31287) 2026-01-22 18:16:37 +08:00
workflow-comment.ts use contract for api request 2026-01-21 18:20:38 +08:00
workflow.ts feat: fetch tools and set tools enabled from api 2026-01-28 15:43:01 +08:00