oro-sdk-apis 1.35.0-dev2 → 1.35.0-dev3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,7 +150,7 @@ export interface Consult {
150
150
  statusTask?: TaskStatus;
151
151
  hasTransmissions?: boolean;
152
152
  assignedAssistant?: ConsultAssignedAssistant[];
153
- closeConsultReason?: ConsultClosedReason;
153
+ closeConsultReason?: ConsultClosedReason[];
154
154
  shortId?: string;
155
155
  createdAt?: string;
156
156
  expiresAt?: string;