@borealise/api 1.0.4 → 1.0.5

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.
package/dist/index.d.mts CHANGED
@@ -262,6 +262,8 @@ interface RoomUserState {
262
262
  avatarId: string;
263
263
  level: number;
264
264
  xp: number;
265
+ bio: string | null;
266
+ globalRole: string;
265
267
  role: RoomRole;
266
268
  joinedAt: number;
267
269
  }
package/dist/index.d.ts CHANGED
@@ -262,6 +262,8 @@ interface RoomUserState {
262
262
  avatarId: string;
263
263
  level: number;
264
264
  xp: number;
265
+ bio: string | null;
266
+ globalRole: string;
265
267
  role: RoomRole;
266
268
  joinedAt: number;
267
269
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borealise/api",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Official API client for Borealise",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",