@borealise/api 1.0.2 → 1.0.4

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,7 @@ interface RoomUserState {
261
261
  displayName: string | null;
262
262
  avatarId: string;
263
263
  level: number;
264
+ xp: number;
264
265
  role: RoomRole;
265
266
  joinedAt: number;
266
267
  }
@@ -268,6 +269,7 @@ interface BoothDJ {
268
269
  userId: number;
269
270
  username: string;
270
271
  displayName: string | null;
272
+ avatarId: string;
271
273
  role: RoomRole;
272
274
  }
273
275
  interface BoothMedia {
package/dist/index.d.ts CHANGED
@@ -261,6 +261,7 @@ interface RoomUserState {
261
261
  displayName: string | null;
262
262
  avatarId: string;
263
263
  level: number;
264
+ xp: number;
264
265
  role: RoomRole;
265
266
  joinedAt: number;
266
267
  }
@@ -268,6 +269,7 @@ interface BoothDJ {
268
269
  userId: number;
269
270
  username: string;
270
271
  displayName: string | null;
272
+ avatarId: string;
271
273
  role: RoomRole;
272
274
  }
273
275
  interface BoothMedia {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borealise/api",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Official API client for Borealise",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",