oro-sdk-apis 1.39.1 → 1.39.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,7 +75,7 @@ export interface PrescriptionRequest {
75
75
  export interface Prescription extends PrescriptionRequest {
76
76
  uuid: string;
77
77
  uuidTreatment: string;
78
- status: PrescriptionStatus;
78
+ status?: PrescriptionStatus;
79
79
  createdAt: string;
80
80
  }
81
81
  export declare enum PlanStatus {