oro-sdk-apis 4.3.0-dev1.0 → 4.3.0-dev1.1

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.
@@ -125,6 +125,7 @@ export interface TreatmentAndDrugPrescription {
125
125
  */
126
126
  export interface TreatmentHistory {
127
127
  treatment: Treatment;
128
+ treatmentRevisions: Treatment[];
128
129
  prescriptionsAndDrugs: DrugPrescription[];
129
130
  }
130
131
  export interface TreatmentPlans {