@avallon-labs/mcp 23.4.0-staging.516 → 23.5.0
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.js
CHANGED
|
@@ -5370,6 +5370,10 @@ var ListCasesResponseItem = zod.object({
|
|
|
5370
5370
|
id: zod.string(),
|
|
5371
5371
|
subject: zod.union([zod.string(), zod.null()]),
|
|
5372
5372
|
reporter: zod.union([zod.string(), zod.null()]),
|
|
5373
|
+
created_by: zod.object({
|
|
5374
|
+
type: zod.literal("worker"),
|
|
5375
|
+
id: zod.string()
|
|
5376
|
+
}),
|
|
5373
5377
|
created_at: zod.string().datetime({}),
|
|
5374
5378
|
updated_at: zod.string().datetime({})
|
|
5375
5379
|
});
|
|
@@ -6852,4 +6856,4 @@ var transport = new StdioServerTransport();
|
|
|
6852
6856
|
server.connect(transport).then(() => {
|
|
6853
6857
|
console.error("MCP server running on stdio");
|
|
6854
6858
|
}).catch(console.error);
|
|
6855
|
-
//# sourceMappingURL=server-
|
|
6859
|
+
//# sourceMappingURL=server-QD4VMDAA.js.map
|