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.

7 lines 413 B
/** * Search Module Exports * Zalo Personal Search functionality */ export { SearchService } from './search.service'; export type { GetStickersRequest, GetStickersResponse, GetStickersDetailRequest, GetStickersDetailResponse, StickerDetailItem, ParseLinkRequest, ParseLinkResponse, LinkMetadata, BaseSearchRequest, SearchErrorResponse, } from '../../types/dto/search.types'; //# sourceMappingURL=index.d.ts.map