UNPKG

@eleva-io/erp-sdk

Version:

SDK oficial para el ERP de Eleva

16 lines 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommonAreaReportsAPI = void 0; class CommonAreaReportsAPI { _httpClient; _baseUrl; constructor(_httpClient, _baseUrl) { this._httpClient = _httpClient; this._baseUrl = _baseUrl; } async reservations(params) { return this._httpClient.getBinary(`${this._baseUrl}/reservations`, params); } } exports.CommonAreaReportsAPI = CommonAreaReportsAPI; //# sourceMappingURL=common-area.js.map