oro-sdk-apis 4.2.3 → 4.2.4

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