oro-sdk-apis 5.14.0-dev1.0 → 5.14.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,6 +64,8 @@ export declare enum FeeStatus {
64
64
  }
65
65
  export declare enum MedicalStatus {
66
66
  Creating = "Creating",
67
+ Assigning = "Assigning",
68
+ Assigned = "Assigned",
67
69
  New = "New",
68
70
  ToAnswer = "ToAnswer",
69
71
  Answered = "Answered",
@@ -25,7 +25,8 @@ export declare enum PaymentStatus {
25
25
  Pending = "Pending",
26
26
  Success = "Success",
27
27
  Failure = "Failure",
28
- Canceled = "Canceled"
28
+ Canceled = "Canceled",
29
+ SuccessAndDelivered = "SuccessAndDelivered"
29
30
  }
30
31
  export declare enum PractitionerStatus {
31
32
  Practicing = "Practicing",