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 • 667 B
JavaScript
;
/**
* Session Proxy types and DTOs
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProxyStatus = exports.ProxyProtocol = void 0;
var ProxyProtocol;
(function (ProxyProtocol) {
ProxyProtocol["HTTP"] = "http";
ProxyProtocol["HTTPS"] = "https";
ProxyProtocol["SOCKS5"] = "socks5";
})(ProxyProtocol || (exports.ProxyProtocol = ProxyProtocol = {}));
var ProxyStatus;
(function (ProxyStatus) {
ProxyStatus["ACTIVE"] = "active";
ProxyStatus["DISABLED"] = "disabled";
ProxyStatus["BANNED"] = "banned";
})(ProxyStatus || (exports.ProxyStatus = ProxyStatus = {}));
//# sourceMappingURL=session-proxy.type.js.map