@borealise/api 1.1.9 → 1.1.10

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
@@ -355,6 +355,8 @@ interface JoinMuteInfo {
355
355
  expiresAt: string | null;
356
356
  /** Seconds remaining until unmute, or null if permanent */
357
357
  remainingSeconds: number | null;
358
+ /** Optional reason given by the moderator */
359
+ reason: string | null;
358
360
  }
359
361
  interface JoinRoomResponse {
360
362
  success: boolean;
package/dist/index.d.ts CHANGED
@@ -355,6 +355,8 @@ interface JoinMuteInfo {
355
355
  expiresAt: string | null;
356
356
  /** Seconds remaining until unmute, or null if permanent */
357
357
  remainingSeconds: number | null;
358
+ /** Optional reason given by the moderator */
359
+ reason: string | null;
358
360
  }
359
361
  interface JoinRoomResponse {
360
362
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borealise/api",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Official API client for Borealise",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",