mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
Add complete Box integration with file management (upload, download, get info, list folders, create/delete folders, copy, search, update metadata) and Box Sign e-signature support (create/get/list/cancel/resend sign requests). Includes OAuth provider setup, internal upload API route following the Dropbox pattern, block configurations, icon, and generated docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
367 B
TypeScript
6 lines
367 B
TypeScript
export { boxSignCancelRequestTool } from '@/tools/box_sign/cancel_request'
|
|
export { boxSignCreateRequestTool } from '@/tools/box_sign/create_request'
|
|
export { boxSignGetRequestTool } from '@/tools/box_sign/get_request'
|
|
export { boxSignListRequestsTool } from '@/tools/box_sign/list_requests'
|
|
export { boxSignResendRequestTool } from '@/tools/box_sign/resend_request'
|