shared-ritm 1.2.143 → 1.2.144

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.
@@ -43,6 +43,7 @@ export type Api_Search_User = {
43
43
  teams: Api_Search_User_Teams[];
44
44
  photos: Api_Search_User_Photos[];
45
45
  archiveHistory: Api_User_Archive_History_Item[];
46
+ has_brigades?: boolean;
46
47
  };
47
48
  export type Api_Search_Instruments = {
48
49
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.2.143",
3
+ "version": "1.2.144",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -49,6 +49,7 @@ export type Api_Search_User = {
49
49
  teams: Api_Search_User_Teams[]
50
50
  photos: Api_Search_User_Photos[]
51
51
  archiveHistory: Api_User_Archive_History_Item[]
52
+ has_brigades?: boolean
52
53
  }
53
54
 
54
55
  export type Api_Search_Instruments = {