UNPKG

@eleva-io/erp-sdk

Version:

SDK oficial para el ERP de Eleva

18 lines 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MeetingParticipantsAPI = void 0; class MeetingParticipantsAPI { _httpClient; _basePath; constructor(_httpClient, _basePath) { this._httpClient = _httpClient; this._basePath = _basePath; } async update(propertyId, data) { return this._httpClient.patch(`${this._basePath}/${propertyId}`, { body: data, }); } } exports.MeetingParticipantsAPI = MeetingParticipantsAPI; //# sourceMappingURL=participants.js.map