@opencxh/domain 1.45.0 → 1.47.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.
|
@@ -31,6 +31,13 @@ export interface Interaction {
|
|
|
31
31
|
assignedInboxId?: string;
|
|
32
32
|
assignedTopicId?: string;
|
|
33
33
|
channelId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Afgeleide match-sleutel `<scheme>:<resource>` van het channel-adres.
|
|
36
|
+
* Stabiel over channel-relink heen (nieuwe channelId, zelfde adres), zodat de
|
|
37
|
+
* koppeling met het channel niet verloren gaat. Server-side afgeleid uit
|
|
38
|
+
* `channel.addressUri`.
|
|
39
|
+
*/
|
|
40
|
+
channelUriKey?: string;
|
|
34
41
|
title: string;
|
|
35
42
|
status: "open" | "pending" | "closed" | "snoozed";
|
|
36
43
|
/**
|