oro-sdk-apis 3.3.0 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,7 +83,8 @@ export interface Prescription extends PrescriptionRequest {
83
83
  export declare enum PlanStatus {
84
84
  Pending = "Pending",
85
85
  Accepted = "Accepted",
86
- Rejected = "Rejected"
86
+ Rejected = "Rejected",
87
+ PreviouslyAccepted = "PreviouslyAccepted"
87
88
  }
88
89
  export interface TreatmentPlan {
89
90
  uuid: string;