oro-sdk-apis 1.32.0-dev1 → 1.32.0-dev4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2557,12 +2557,12 @@ var TellerService = /*#__PURE__*/function () {
2557
2557
  return lockboxDataStore;
2558
2558
  }();
2559
2559
 
2560
- _proto.updateConsultByUUID = function updateConsultByUUID(patientUuid, uuidConsult, statusMedical, closedReasonType, closedReasonLogs, neverExpires) {
2560
+ _proto.updateConsultByUUID = function updateConsultByUUID(patientUuid, uuidConsult, statusMedical, closedReasonType, closedReasonDescription, neverExpires) {
2561
2561
  return this.api.put(this.baseURL + "/v1/consults/" + uuidConsult, {
2562
2562
  patientUuid: patientUuid,
2563
2563
  statusMedical: statusMedical,
2564
2564
  closedReasonType: closedReasonType,
2565
- closedReasonLogs: closedReasonLogs,
2565
+ closedReasonDescription: closedReasonDescription,
2566
2566
  neverExpires: neverExpires
2567
2567
  });
2568
2568
  }