oro-sdk-apis 1.35.0-dev4 → 1.35.0-dev5

Sign up to get free protection for your applications and to get access to all the features.
@@ -122,11 +122,7 @@ export interface ConsultClosedReason {
122
122
  /**
123
123
  * The description why the consultation was closed
124
124
  */
125
- closedReasonDescription: string;
126
- /**
127
- * When the consultation was closed
128
- */
129
- createdAt: string;
125
+ closedReasonDescription?: string;
130
126
  }
131
127
  export interface ConsultRequest {
132
128
  uuidPractice: string;