shared-ritm 1.3.120 → 1.3.121

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.
@@ -75,6 +75,7 @@ export type Api_User = {
75
75
  password_change_due_at: string;
76
76
  password_last_changed_at: string;
77
77
  has_video_analytics_photo?: boolean;
78
+ calc_performance_median?: number | null;
78
79
  };
79
80
  export type Api_User_Change_Password_Payload = {
80
81
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.3.120",
3
+ "version": "1.3.121",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -78,6 +78,7 @@ export type Api_User = {
78
78
  password_change_due_at: string
79
79
  password_last_changed_at: string
80
80
  has_video_analytics_photo?: boolean
81
+ calc_performance_median?: number | null
81
82
  }
82
83
 
83
84
  export type Api_User_Change_Password_Payload = {