@zixt/host 0.0.165 → 0.0.166
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 +7 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import { homedir as homedir6 } from "node:os";
|
|
|
28
28
|
// package.json
|
|
29
29
|
var package_default = {
|
|
30
30
|
name: "@zixt/host",
|
|
31
|
-
version: "0.0.
|
|
31
|
+
version: "0.0.166",
|
|
32
32
|
type: "module",
|
|
33
33
|
exports: {
|
|
34
34
|
".": "./src/client.ts",
|
|
@@ -20835,6 +20835,12 @@ var ManagerTaskRailRepresentative = external_exports.object({
|
|
|
20835
20835
|
id: TaskId,
|
|
20836
20836
|
agentId: AgentId,
|
|
20837
20837
|
status: TaskStatus,
|
|
20838
|
+
/**
|
|
20839
|
+
* The represented Task's own title. The badge must be readable against
|
|
20840
|
+
* the work it belongs to: a thread's frozen title with another Task's
|
|
20841
|
+
* status read as that work's outcome (QA-022).
|
|
20842
|
+
*/
|
|
20843
|
+
title: external_exports.string().nullable().optional(),
|
|
20838
20844
|
gitSummary: TaskGitSummary.nullable(),
|
|
20839
20845
|
createdAt: external_exports.string(),
|
|
20840
20846
|
updatedAt: external_exports.string()
|