UNPKG

n8n-bookstack-agent-tool

Version:

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

11 lines 401 B
import { BookStackConfig } from '../auth/config.js'; export declare class RolesResource { private client; constructor(config: BookStackConfig); listRoles(params?: any): Promise<any>; getRole(params: any): Promise<any>; createRole(params: any): Promise<any>; updateRole(params: any): Promise<any>; deleteRole(params: any): Promise<any>; } //# sourceMappingURL=roles.d.ts.map