UNPKG

@eleva-io/erp-sdk

Version:

SDK oficial para el ERP de Eleva

19 lines 604 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PropertyReportsAPI = void 0; class PropertyReportsAPI { _httpClient; _baseUrl; constructor(_httpClient, _baseUrl) { this._httpClient = _httpClient; this._baseUrl = _baseUrl; } async debts(params) { return this._httpClient.getBinary(`${this._baseUrl}/debts`, params); } async receipts(params) { return this._httpClient.getBinary(`${this._baseUrl}/receipts`, params); } } exports.PropertyReportsAPI = PropertyReportsAPI; //# sourceMappingURL=property.js.map