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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.35.0-dev2",
2
+ "version": "1.35.0-dev5",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -132,11 +132,7 @@ export interface ConsultClosedReason {
132
132
  /**
133
133
  * The description why the consultation was closed
134
134
  */
135
- closedReasonDescription: string
136
- /**
137
- * When the consultation was closed
138
- */
139
- createdAt: string
135
+ closedReasonDescription?: string
140
136
  }
141
137
 
142
138
  export interface ConsultRequest {