oro-sdk-apis 5.15.2 → 5.15.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.15.2",
2
+ "version": "5.15.3",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -76,6 +76,7 @@ export enum MedicalStatus {
76
76
  New = 'New',
77
77
  ToAnswer = 'ToAnswer',
78
78
  Answered = 'Answered',
79
+ Closing = 'Closing',
79
80
  Closed = 'Closed',
80
81
  Reopened = 'Reopened',
81
82
  Archived = 'Archived',