@borealise/api 1.0.3 → 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
@@ -261,6 +261,9 @@ interface RoomUserState {
261
261
  displayName: string | null;
262
262
  avatarId: string;
263
263
  level: number;
264
+ xp: number;
265
+ bio: string | null;
266
+ globalRole: string;
264
267
  role: RoomRole;
265
268
  joinedAt: number;
266
269
  }
package/dist/index.d.ts CHANGED
@@ -261,6 +261,9 @@ interface RoomUserState {
261
261
  displayName: string | null;
262
262
  avatarId: string;
263
263
  level: number;
264
+ xp: number;
265
+ bio: string | null;
266
+ globalRole: string;
264
267
  role: RoomRole;
265
268
  joinedAt: number;
266
269
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borealise/api",
3
- "version": "1.0.3",
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",