@borealise/api 1.0.2 → 1.0.3

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
@@ -268,6 +268,7 @@ interface BoothDJ {
268
268
  userId: number;
269
269
  username: string;
270
270
  displayName: string | null;
271
+ avatarId: string;
271
272
  role: RoomRole;
272
273
  }
273
274
  interface BoothMedia {
package/dist/index.d.ts CHANGED
@@ -268,6 +268,7 @@ interface BoothDJ {
268
268
  userId: number;
269
269
  username: string;
270
270
  displayName: string | null;
271
+ avatarId: string;
271
272
  role: RoomRole;
272
273
  }
273
274
  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.3",
4
4
  "description": "Official API client for Borealise",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",