oro-sdk-apis 4.3.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,7 @@ export interface Treatment extends TreatmentRequest {
42
42
  uuidDiagnosis: string;
43
43
  uuidPractitioner?: string;
44
44
  createdAt: string;
45
- associatedConsultsData?: TreatmentAssociatedConsultData[];
45
+ arrAssociatedConsults?: TreatmentAssociatedConsultData[];
46
46
  }
47
47
  export declare enum DrugType {
48
48
  Generic = "Generic",