UNPKG

plazbot

Version:

Official Plazbot SDK for creating AI agents for WhatsApp, portals, and developers.

9 lines (8 loc) 1.11 kB
export type { PlazbotEventType, MessagePlatform, MessageContentType, EventContact, EventMessage, EventConversation, PlazbotEventData, PlazbotEvent, } from './events'; export type { Contact, ContactFilter, CreateContactParams, UpdateContactParams, ContactsAPI, SendMessageParams, TemplateVariable, TemplateFile, SendTemplateParams, MessageResult, Message, WhatsAppAPI, Agent, AgentResponse, AgentsAPI, Conversation, ConversationsAPI, WhatsAppTemplate, TemplatesAPI, WorkspaceVariable, Tag, Stage, Member, WorkspaceAPI, KVSetOptions, KVEntry, KVStore, Logger, PlazbotAPI, } from './plazbot-api'; export type { PlzContext, SyncContext, } from './context'; export type { ToolParameterType, ToolParameter, ToolAction, ToolResponse, ToolConfig, ToolDefinition, } from './tool'; export type { SyncMapping, SyncStats, SyncConfig, SyncDefinition, } from './sync'; export type { ScheduleConfig, ScheduleDefinition, } from './schedule'; export type { WebhookMethod, WebhookRequest, WebhookResponse, WebhookConfig, WebhookDefinition, } from './webhook'; export type { WorkerConfig, WorkerDefinition, } from './worker';