@borealise/api 2.0.0-alpha.17 → 2.0.0-alpha.18

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
@@ -625,6 +625,7 @@ interface ChatMessage {
625
625
  user_id?: number;
626
626
  username?: string;
627
627
  display_name?: string | null;
628
+ avatar_id?: string | null;
628
629
  role?: RoomRole;
629
630
  global_role?: string | null;
630
631
  subscription_type?: string | null;
package/dist/index.d.ts CHANGED
@@ -625,6 +625,7 @@ interface ChatMessage {
625
625
  user_id?: number;
626
626
  username?: string;
627
627
  display_name?: string | null;
628
+ avatar_id?: string | null;
628
629
  role?: RoomRole;
629
630
  global_role?: string | null;
630
631
  subscription_type?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borealise/api",
3
- "version": "2.0.0-alpha.17",
3
+ "version": "2.0.0-alpha.18",
4
4
  "description": "Official API client for Borealise",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",