@eleva-io/erp-sdk
Version:
SDK oficial para el ERP de Eleva
16 lines • 497 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IdpLogDetailsAPI = void 0;
class IdpLogDetailsAPI {
_httpClient;
_baseUrl;
constructor(_httpClient, _baseUrl) {
this._httpClient = _httpClient;
this._baseUrl = _baseUrl;
}
async findByAgent(agentId) {
return this._httpClient.get(`${this._baseUrl}/agents/${agentId}/history`);
}
}
exports.IdpLogDetailsAPI = IdpLogDetailsAPI;
//# sourceMappingURL=log-details.js.map