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

19 lines 646 B
"use strict"; /** * Authentication related types and interfaces */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SessionStatus = void 0; /** * Session status enum - Chuẩn theo automation-web controller */ var SessionStatus; (function (SessionStatus) { SessionStatus["PENDING"] = "pending"; SessionStatus["SCANNING"] = "scanning"; SessionStatus["SUCCESS"] = "success"; SessionStatus["FAILED"] = "failed"; SessionStatus["EXPIRED"] = "expired"; SessionStatus["QR_EXPIRED"] = "qr_expired"; })(SessionStatus || (exports.SessionStatus = SessionStatus = {})); //# sourceMappingURL=auth.types.js.map