@zixt/host 0.0.96 → 0.0.97
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 +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import { homedir as homedir3 } 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.97",
|
|
32
32
|
type: "module",
|
|
33
33
|
exports: {
|
|
34
34
|
".": "./src/client.ts",
|
|
@@ -18885,6 +18885,11 @@ var ConversationEventProjection = external_exports.discriminatedUnion("kind", [
|
|
|
18885
18885
|
eventKind: external_exports.enum(["response", "error", "status", "question", "message"]),
|
|
18886
18886
|
summary: external_exports.string(),
|
|
18887
18887
|
taskStatus: TaskStatus.nullable(),
|
|
18888
|
+
/** Authorship of a role-neutral `message`; null for legacy/unknown rows. */
|
|
18889
|
+
messageAuthor: external_exports.object({
|
|
18890
|
+
role: external_exports.enum(["member", "teammate"]),
|
|
18891
|
+
displayName: external_exports.string().nullable()
|
|
18892
|
+
}).strict().nullable().optional(),
|
|
18888
18893
|
/**
|
|
18889
18894
|
* Opaque presentation key shared by the useful report and its synthetic
|
|
18890
18895
|
* terminal wake-up. It is never shown to people; clients use it only to
|