@matterbridge/types 3.6.2-dev-20260316-0b03ae0 → 3.6.2-dev-20260317-e291a17

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.
@@ -318,6 +318,8 @@ export interface WsMessageApiClustersRequest extends WsMessageBaseApiRequest {
318
318
  params: {
319
319
  plugin: string;
320
320
  endpoint: number;
321
+ serialNumber?: string;
322
+ uniqueId?: string;
321
323
  };
322
324
  }
323
325
  export interface WsMessageApiClustersResponse extends WsMessageSuccessApiResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/types",
3
- "version": "3.6.2-dev-20260316-0b03ae0",
3
+ "version": "3.6.2-dev-20260317-e291a17",
4
4
  "description": "Matterbridge types library",
5
5
  "author": "https://github.com/Luligu",
6
6
  "homepage": "https://matterbridge.io/",