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