UNPKG

redai-automation-web-sdk

Version:

TypeScript SDK for RedAI Automation Web API - Zalo Personal automation, messaging, and search. 100% compatible with automation-web backend. Now includes SearchModule for stickers and link parsing.

16 lines 917 B
/** * Export all types from the SDK * Using explicit exports to avoid conflicts */ export { AutomationWebResponse, AutomationWebConfig, DEFAULT_CONFIG, ThreadType as CommonThreadType, Urgency as CommonUrgency, StyleDto, MentionDto, SendMessageQuoteDto, AttachmentDto, PaginationParams, PaginatedResponse, OperationResult, BatchOperationResult, EventHandler, HttpMethod, RequestOptions, } from './common.types'; export * from './auth.types'; export { Message, Typing, Reaction, SeenMessage, DeliveredMessage, FriendEvent, GroupEvent, Undo, } from './webhook'; export * from './job'; export * from './friends.types'; export * from './dto/advanced-messaging.type'; export * from './dto/profile.type'; export * from './dto/search.types'; export * from './dto/user-info.type'; export * from './dto/groups.type'; export { ZaloMessageType, ZaloMessageCategory } from './webhook.types'; //# sourceMappingURL=index.d.ts.map