oro-sdk-apis 1.32.0-dev1 → 1.32.0-dev2

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.
@@ -103,6 +103,7 @@ export interface Consult {
103
103
  statusTask?: TaskStatus;
104
104
  closedReasonType?: ClosedReasonType;
105
105
  closedReasonLogs?: string;
106
+ testReason?: string;
106
107
  hasTransmissions?: boolean;
107
108
  assignedAssistant?: ConsultAssignedAssistant[];
108
109
  shortId?: string;