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.1: Updated GroupInfo interface to match backend controller with complete gro

7 lines 389 B
/** * Bulk Operations Module Exports * Zalo Personal Bulk/Seeding functionality */ export { BulkService } from './bulk.service'; export type { BatchCheckAccountsInGroupRequest, BatchCheckAccountsInGroupResponse, AccountCheckResult, BatchAddAccountsToGroupRequest, BatchAddAccountsToGroupResponse, AccountAddResult, } from '../../types/dto/bulk.type'; //# sourceMappingURL=index.d.ts.map