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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 {