oro-sdk-apis 5.13.5 → 5.13.6

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