@matterbridge/types 3.6.0 → 3.6.1-dev-20260308-88c838c
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.
|
@@ -114,6 +114,18 @@ export type WorkerMessageTypes = {
|
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
116
|
};
|
|
117
|
+
manager_run: {
|
|
118
|
+
request: {
|
|
119
|
+
params: {
|
|
120
|
+
name: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
response: {
|
|
124
|
+
result: {
|
|
125
|
+
success: boolean;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
117
129
|
matterbridge_initialize: {
|
|
118
130
|
request: {
|
|
119
131
|
params: undefined;
|