oro-sdk-apis 4.3.0 → 4.3.2

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.
@@ -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",
@@ -166,3 +166,5 @@ export interface TreatmentPlansResponseEntry {
166
166
  }
167
167
  export interface TreatmentPlansResponse extends Array<TreatmentPlansResponseEntry> {
168
168
  }
169
+ export interface TreatmentAssociatedConsultDataResponse extends Array<TreatmentAssociatedConsultData> {
170
+ }