{"version":3,"file":"KnowledgeBaseApi.cjs","names":["BaseCrudApi"],"sources":["../../../src/apis/knowledgeBase/KnowledgeBaseApi.ts"],"sourcesContent":["import type { ApiClient } from '../../core/ApiClient'\nimport { BaseCrudApi } from '../../core/BaseCrudApi'\nimport type { KnowledgeBase, CreateKnowledgeBasePayload, UpdateKnowledgeBasePayload } from './types'\n\nexport class KnowledgeBaseApi extends BaseCrudApi<\n  KnowledgeBase,\n  CreateKnowledgeBasePayload,\n  UpdateKnowledgeBasePayload\n> {\n  constructor(client: ApiClient) {\n    super(client, '/knowledge-base')\n  }\n}\n"],"mappings":";;;;AAIA,IAAa,mBAAb,cAAsCA,qCAIpC;CACA,YAAY,QAAmB;AAC7B,QAAM,QAAQ,kBAAkB"}