UNPKG

n8n-bookstack-agent-tool

Version:

Comprehensive BookStack API integration tool for n8n AI Agent with MCP framework compatibility

11 lines 443 B
import { BookStackConfig } from '../auth/config.js'; export declare class AttachmentsResource { private client; constructor(config: BookStackConfig); listAttachments(params?: any): Promise<any>; getAttachment(params: any): Promise<any>; createAttachment(params: any): Promise<any>; updateAttachment(params: any): Promise<any>; deleteAttachment(params: any): Promise<any>; } //# sourceMappingURL=attachments.d.ts.map