oro-sdk-apis 1.35.0-dev2 → 1.35.0-dev5
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.
package/package.json
CHANGED
package/src/models/consult.ts
CHANGED
@@ -132,11 +132,7 @@ export interface ConsultClosedReason {
|
|
132
132
|
/**
|
133
133
|
* The description why the consultation was closed
|
134
134
|
*/
|
135
|
-
closedReasonDescription
|
136
|
-
/**
|
137
|
-
* When the consultation was closed
|
138
|
-
*/
|
139
|
-
createdAt: string
|
135
|
+
closedReasonDescription?: string
|
140
136
|
}
|
141
137
|
|
142
138
|
export interface ConsultRequest {
|