@borealise/api 1.0.5 → 1.0.6

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
@@ -273,6 +273,9 @@ interface BoothDJ {
273
273
  displayName: string | null;
274
274
  avatarId: string;
275
275
  role: RoomRole;
276
+ level?: number;
277
+ xp?: number;
278
+ globalRole?: string;
276
279
  }
277
280
  interface BoothMedia {
278
281
  id: number;
package/dist/index.d.ts CHANGED
@@ -273,6 +273,9 @@ interface BoothDJ {
273
273
  displayName: string | null;
274
274
  avatarId: string;
275
275
  role: RoomRole;
276
+ level?: number;
277
+ xp?: number;
278
+ globalRole?: string;
276
279
  }
277
280
  interface BoothMedia {
278
281
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borealise/api",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Official API client for Borealise",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",