oro-sdk-apis 5.13.6 → 5.13.7

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.13.6",
2
+ "version": "5.13.7",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -72,6 +72,7 @@ export enum FeeStatus {
72
72
  export enum MedicalStatus {
73
73
  Creating = 'Creating',
74
74
  Assigning = 'Assigning',
75
+ Assigned = 'Assigned',
75
76
  New = 'New',
76
77
  ToAnswer = 'ToAnswer',
77
78
  Answered = 'Answered',