UNPKG

redai-automation-web-sdk

Version:

TypeScript SDK for RedAI Automation Web API - Zalo Personal automation, messaging, advanced sticker search, and bulk operations. 100% compatible with automation-web backend. v1.8.0: Added SessionProxyService for managing proxy assignments to sessions with

22 lines 1.78 kB
/** * 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 { TextStyle, Urgency, MessageType, ZaloReactions, Style, Mention, AttachmentContent, PropertyExt, SendMessageQuote, Attachment, SendMessageRequest, SendStickerRequest, SendVoiceRequest, SendVideoRequest, SendLinkRequest, SendCardRequest, ForwardMessageRequest, DeleteMessageRequest, UndoMessageRequest, AddReactionRequest, SendMessageResult, SendMessageResponse, SendStickerResponse, SendVoiceResponse, SendVideoResponse, SendLinkResponse, SendCardResponse, Success, Failed, ForwardMessageResponse, DeleteMessageResponse, UndoResponse, AddReactionResponse, } from './dto/messaging.type'; export { ThreadType as MessagingThreadType } from './dto/messaging.type'; export { AttachmentMetadata as MessagingAttachmentMetadata } from './dto/messaging.type'; export * from './dto/bulk.type'; export * from './dto/session-proxy.type'; export { ZaloMessageType, ZaloMessageCategory } from './webhook.types'; export * from './error.types'; //# sourceMappingURL=index.d.ts.map