shared-ritm 1.2.141 → 1.2.142

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.
@@ -12,6 +12,7 @@ export type Api_User_Team = {
12
12
  team_id: string;
13
13
  user_id: string;
14
14
  };
15
+ roles?: Api_User_Role[];
15
16
  };
16
17
  export type Api_User_Team_Search = {
17
18
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.2.141",
3
+ "version": "1.2.142",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -13,6 +13,7 @@ export type Api_User_Team = {
13
13
  team_id: string
14
14
  user_id: string
15
15
  }
16
+ roles?: Api_User_Role[]
16
17
  }
17
18
 
18
19
  export type Api_User_Team_Search = {