oro-sdk-apis 1.58.1-dev1 → 1.58.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,10 +24,8 @@ export interface Diagnosis extends DiagnosisRequest {
24
24
  export interface TreatmentRequest {
25
25
  uuid?: string;
26
26
  uuidDiagnosis?: string;
27
- uuidParentTreatment?: string;
28
27
  name: string;
29
28
  description: string;
30
- refillable?: boolean;
31
29
  urlMultimedia?: string;
32
30
  type?: TreatmentType;
33
31
  }
@@ -140,7 +138,6 @@ export interface TreatmentPlanUpdateRequest extends TreatmentPlansRequest {
140
138
  uuidConsult: string;
141
139
  diagnosis: DiagnosisRequest;
142
140
  plan: TreatmentAndDrugPrescriptionUpdateRequest;
143
- refill?: boolean;
144
141
  }
145
142
  export interface TreatmentPlansResponseEntry {
146
143
  trackingId?: string;