@lssm/lib.communication-spec 3.1.1
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/README.md +201 -0
- package/dist/browser/capabilities/comms-ai.capabilities.js +1 -0
- package/dist/browser/capabilities/communication-os.capability-ids.js +1 -0
- package/dist/browser/capabilities/ecosystem-messaging.capabilities.js +1 -0
- package/dist/browser/capabilities/index.js +1 -0
- package/dist/browser/commands/comms-ai.commands.js +1 -0
- package/dist/browser/commands/index.js +1 -0
- package/dist/browser/contracts/agent-communication.js +1 -0
- package/dist/browser/contracts/agent-lifecycle-projection.js +1 -0
- package/dist/browser/contracts/agent-surface-control.js +1 -0
- package/dist/browser/contracts/ai-assistance.operations.js +1 -0
- package/dist/browser/contracts/artifact-digest.js +1 -0
- package/dist/browser/contracts/canonical-agent-conversation.js +1 -0
- package/dist/browser/contracts/channel-preferences.js +1 -0
- package/dist/browser/contracts/channel-routing.js +1 -0
- package/dist/browser/contracts/collaboration.operations.js +1 -0
- package/dist/browser/contracts/customer-live-chat-grant.operations.js +1 -0
- package/dist/browser/contracts/delivery-eligibility.js +1 -0
- package/dist/browser/contracts/delivery-fallback-eligibility-validation.js +1 -0
- package/dist/browser/contracts/delivery-fallback-validation.js +1 -0
- package/dist/browser/contracts/delivery-fallback.js +1 -0
- package/dist/browser/contracts/delivery-intent-validation.js +1 -0
- package/dist/browser/contracts/delivery-intent.js +1 -0
- package/dist/browser/contracts/delivery-progress.js +1 -0
- package/dist/browser/contracts/discord-community-intelligence.operations.js +1 -0
- package/dist/browser/contracts/discord-community.events.js +1 -0
- package/dist/browser/contracts/discord-community.models.js +1 -0
- package/dist/browser/contracts/discord-community.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-attachment.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-auth.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-binding.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-connection-subscription.events.js +1 -0
- package/dist/browser/contracts/ecosystem-governed-work-v2.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-governed-work.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-identity-v3.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-identity.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-message.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-messaging.dtos.js +0 -0
- package/dist/browser/contracts/ecosystem-messaging.events.js +1 -0
- package/dist/browser/contracts/ecosystem-messaging.models.js +1 -0
- package/dist/browser/contracts/ecosystem-navigation-v3.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-webhook.operations.js +1 -0
- package/dist/browser/contracts/ecosystem-workspace.operations.js +1 -0
- package/dist/browser/contracts/enums.js +1 -0
- package/dist/browser/contracts/erasure.operations.js +1 -0
- package/dist/browser/contracts/events.js +1 -0
- package/dist/browser/contracts/index.js +1 -0
- package/dist/browser/contracts/ingestion.js +1 -0
- package/dist/browser/contracts/ingress-admission-policy.js +1 -0
- package/dist/browser/contracts/ingress-admission.js +1 -0
- package/dist/browser/contracts/models.js +1 -0
- package/dist/browser/contracts/operations.js +1 -0
- package/dist/browser/contracts/persistence.js +1 -0
- package/dist/browser/contracts/preference-resolution.js +1 -0
- package/dist/browser/contracts/query.operations.js +1 -0
- package/dist/browser/contracts/sequence-intent.js +1 -0
- package/dist/browser/contracts/sovereignty.js +1 -0
- package/dist/browser/contracts/support-internal-note.operations.js +1 -0
- package/dist/browser/contracts/thread-link-kind.js +1 -0
- package/dist/browser/contracts/thread-message.operations.js +1 -0
- package/dist/browser/events/index.js +1 -0
- package/dist/browser/fixtures/agent-omnichannel-primitives.js +1 -0
- package/dist/browser/fixtures/agent-omnichannel.js +1 -0
- package/dist/browser/fixtures/gtm-learning-loop-neutral.parts.js +1 -0
- package/dist/browser/fixtures/index.js +1 -0
- package/dist/browser/fixtures/normalized-ingestion.js +1 -0
- package/dist/browser/index.js +1 -0
- package/dist/browser/queries/index.js +1 -0
- package/dist/browser/types/domain-command.js +0 -0
- package/dist/browser/types/index.js +1 -0
- package/dist/browser/validation/domain-command.js +1 -0
- package/dist/browser/validation/index.js +1 -0
- package/dist/capabilities/comms-ai.capabilities.d.ts +72 -0
- package/dist/capabilities/comms-ai.capabilities.js +2 -0
- package/dist/capabilities/communication-os-capability-boundary.test.d.ts +1 -0
- package/dist/capabilities/communication-os.capability-ids.d.ts +39 -0
- package/dist/capabilities/communication-os.capability-ids.js +2 -0
- package/dist/capabilities/communication-os.capability-ids.test.d.ts +1 -0
- package/dist/capabilities/ecosystem-messaging.capabilities.d.ts +9 -0
- package/dist/capabilities/ecosystem-messaging.capabilities.js +2 -0
- package/dist/capabilities/index.d.ts +4 -0
- package/dist/capabilities/index.js +2 -0
- package/dist/commands/comms-ai.commands.d.ts +272 -0
- package/dist/commands/comms-ai.commands.js +2 -0
- package/dist/commands/index.d.ts +10 -0
- package/dist/commands/index.js +2 -0
- package/dist/contracts/agent-communication.d.ts +108 -0
- package/dist/contracts/agent-communication.js +2 -0
- package/dist/contracts/agent-communication.test.d.ts +1 -0
- package/dist/contracts/agent-lifecycle-projection.d.ts +98 -0
- package/dist/contracts/agent-lifecycle-projection.js +2 -0
- package/dist/contracts/agent-lifecycle-projection.test.d.ts +1 -0
- package/dist/contracts/agent-surface-control.d.ts +210 -0
- package/dist/contracts/agent-surface-control.js +2 -0
- package/dist/contracts/agent-surface-control.test.d.ts +1 -0
- package/dist/contracts/ai-assistance.operations.d.ts +187 -0
- package/dist/contracts/ai-assistance.operations.js +2 -0
- package/dist/contracts/artifact-digest.d.ts +3 -0
- package/dist/contracts/artifact-digest.js +2 -0
- package/dist/contracts/canonical-agent-conversation.d.ts +46 -0
- package/dist/contracts/canonical-agent-conversation.js +2 -0
- package/dist/contracts/canonical-agent-conversation.test.d.ts +1 -0
- package/dist/contracts/channel-preferences.d.ts +115 -0
- package/dist/contracts/channel-preferences.js +2 -0
- package/dist/contracts/channel-routing.d.ts +58 -0
- package/dist/contracts/channel-routing.js +2 -0
- package/dist/contracts/channel-routing.test.d.ts +1 -0
- package/dist/contracts/collaboration.operations.d.ts +315 -0
- package/dist/contracts/collaboration.operations.js +2 -0
- package/dist/contracts/customer-live-chat-grant.operations.d.ts +132 -0
- package/dist/contracts/customer-live-chat-grant.operations.js +2 -0
- package/dist/contracts/delivery-contracts.test.d.ts +1 -0
- package/dist/contracts/delivery-eligibility.d.ts +126 -0
- package/dist/contracts/delivery-eligibility.js +2 -0
- package/dist/contracts/delivery-eligibility.test.d.ts +1 -0
- package/dist/contracts/delivery-fallback-eligibility-validation.d.ts +6 -0
- package/dist/contracts/delivery-fallback-eligibility-validation.js +2 -0
- package/dist/contracts/delivery-fallback-validation.d.ts +24 -0
- package/dist/contracts/delivery-fallback-validation.js +2 -0
- package/dist/contracts/delivery-fallback.d.ts +117 -0
- package/dist/contracts/delivery-fallback.js +2 -0
- package/dist/contracts/delivery-intent-validation.d.ts +13 -0
- package/dist/contracts/delivery-intent-validation.js +2 -0
- package/dist/contracts/delivery-intent.d.ts +137 -0
- package/dist/contracts/delivery-intent.js +2 -0
- package/dist/contracts/delivery-progress.d.ts +61 -0
- package/dist/contracts/delivery-progress.js +2 -0
- package/dist/contracts/discord-community-intelligence.operations.d.ts +405 -0
- package/dist/contracts/discord-community-intelligence.operations.js +2 -0
- package/dist/contracts/discord-community.events.d.ts +162 -0
- package/dist/contracts/discord-community.events.js +2 -0
- package/dist/contracts/discord-community.models.d.ts +167 -0
- package/dist/contracts/discord-community.models.js +2 -0
- package/dist/contracts/discord-community.operations.d.ts +663 -0
- package/dist/contracts/discord-community.operations.js +2 -0
- package/dist/contracts/discord-community.test.d.ts +1 -0
- package/dist/contracts/ecosystem-attachment.operations.d.ts +129 -0
- package/dist/contracts/ecosystem-attachment.operations.js +2 -0
- package/dist/contracts/ecosystem-auth.operations.d.ts +345 -0
- package/dist/contracts/ecosystem-auth.operations.js +2 -0
- package/dist/contracts/ecosystem-binding.operations.d.ts +231 -0
- package/dist/contracts/ecosystem-binding.operations.js +2 -0
- package/dist/contracts/ecosystem-connection-subscription.events.d.ts +332 -0
- package/dist/contracts/ecosystem-connection-subscription.events.js +2 -0
- package/dist/contracts/ecosystem-governed-work-v2.operations.d.ts +234 -0
- package/dist/contracts/ecosystem-governed-work-v2.operations.js +2 -0
- package/dist/contracts/ecosystem-governed-work.operations.d.ts +265 -0
- package/dist/contracts/ecosystem-governed-work.operations.js +2 -0
- package/dist/contracts/ecosystem-governed-work.operations.test.d.ts +1 -0
- package/dist/contracts/ecosystem-identity-v3.operations.d.ts +65 -0
- package/dist/contracts/ecosystem-identity-v3.operations.js +2 -0
- package/dist/contracts/ecosystem-identity.operations.d.ts +174 -0
- package/dist/contracts/ecosystem-identity.operations.js +2 -0
- package/dist/contracts/ecosystem-identity.operations.test.d.ts +1 -0
- package/dist/contracts/ecosystem-message.operations.d.ts +1092 -0
- package/dist/contracts/ecosystem-message.operations.js +2 -0
- package/dist/contracts/ecosystem-messaging.dtos.d.ts +68 -0
- package/dist/contracts/ecosystem-messaging.dtos.js +1 -0
- package/dist/contracts/ecosystem-messaging.dtos.test.d.ts +1 -0
- package/dist/contracts/ecosystem-messaging.events.d.ts +608 -0
- package/dist/contracts/ecosystem-messaging.events.js +2 -0
- package/dist/contracts/ecosystem-messaging.models.d.ts +386 -0
- package/dist/contracts/ecosystem-messaging.models.js +2 -0
- package/dist/contracts/ecosystem-messaging.test.d.ts +1 -0
- package/dist/contracts/ecosystem-navigation-v3.operations.d.ts +149 -0
- package/dist/contracts/ecosystem-navigation-v3.operations.js +2 -0
- package/dist/contracts/ecosystem-webhook.operations.d.ts +187 -0
- package/dist/contracts/ecosystem-webhook.operations.js +2 -0
- package/dist/contracts/ecosystem-workspace.operations.d.ts +590 -0
- package/dist/contracts/ecosystem-workspace.operations.js +2 -0
- package/dist/contracts/enums.d.ts +9 -0
- package/dist/contracts/enums.js +2 -0
- package/dist/contracts/erasure.operations.d.ts +114 -0
- package/dist/contracts/erasure.operations.js +2 -0
- package/dist/contracts/erasure.test.d.ts +1 -0
- package/dist/contracts/events.d.ts +174 -0
- package/dist/contracts/events.js +2 -0
- package/dist/contracts/index.d.ts +43 -0
- package/dist/contracts/index.js +2 -0
- package/dist/contracts/ingestion.d.ts +169 -0
- package/dist/contracts/ingestion.js +2 -0
- package/dist/contracts/ingress-admission-policy.d.ts +14 -0
- package/dist/contracts/ingress-admission-policy.js +2 -0
- package/dist/contracts/ingress-admission.d.ts +184 -0
- package/dist/contracts/ingress-admission.js +2 -0
- package/dist/contracts/ingress-admission.test.d.ts +1 -0
- package/dist/contracts/models.d.ts +851 -0
- package/dist/contracts/models.js +2 -0
- package/dist/contracts/operations.d.ts +5 -0
- package/dist/contracts/operations.js +2 -0
- package/dist/contracts/persistence.d.ts +353 -0
- package/dist/contracts/persistence.js +2 -0
- package/dist/contracts/persistence.test.d.ts +1 -0
- package/dist/contracts/preference-resolution.d.ts +154 -0
- package/dist/contracts/preference-resolution.js +2 -0
- package/dist/contracts/preference-resolution.test.d.ts +1 -0
- package/dist/contracts/query.operations.d.ts +600 -0
- package/dist/contracts/query.operations.js +2 -0
- package/dist/contracts/sequence-intent.d.ts +103 -0
- package/dist/contracts/sequence-intent.js +2 -0
- package/dist/contracts/sequence-intent.test.d.ts +1 -0
- package/dist/contracts/sovereignty.d.ts +164 -0
- package/dist/contracts/sovereignty.js +2 -0
- package/dist/contracts/support-internal-note.operations.d.ts +309 -0
- package/dist/contracts/support-internal-note.operations.js +2 -0
- package/dist/contracts/support-internal-note.operations.test.d.ts +1 -0
- package/dist/contracts/thread-link-kind.d.ts +20 -0
- package/dist/contracts/thread-link-kind.js +2 -0
- package/dist/contracts/thread-message.operations.d.ts +485 -0
- package/dist/contracts/thread-message.operations.js +2 -0
- package/dist/events/index.d.ts +4 -0
- package/dist/events/index.js +2 -0
- package/dist/fixtures/agent-omnichannel-primitives.d.ts +240 -0
- package/dist/fixtures/agent-omnichannel-primitives.js +2 -0
- package/dist/fixtures/agent-omnichannel.d.ts +682 -0
- package/dist/fixtures/agent-omnichannel.js +2 -0
- package/dist/fixtures/agent-omnichannel.test.d.ts +1 -0
- package/dist/fixtures/gtm-learning-loop-neutral.parts.d.ts +20 -0
- package/dist/fixtures/gtm-learning-loop-neutral.parts.js +2 -0
- package/dist/fixtures/index.d.ts +3 -0
- package/dist/fixtures/index.js +2 -0
- package/dist/fixtures/normalized-ingestion.d.ts +102 -0
- package/dist/fixtures/normalized-ingestion.js +2 -0
- package/dist/fixtures/normalized-ingestion.test.d.ts +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +2 -0
- package/dist/node/capabilities/comms-ai.capabilities.js +1 -0
- package/dist/node/capabilities/communication-os.capability-ids.js +1 -0
- package/dist/node/capabilities/ecosystem-messaging.capabilities.js +1 -0
- package/dist/node/capabilities/index.js +1 -0
- package/dist/node/commands/comms-ai.commands.js +1 -0
- package/dist/node/commands/index.js +1 -0
- package/dist/node/contracts/agent-communication.js +1 -0
- package/dist/node/contracts/agent-lifecycle-projection.js +1 -0
- package/dist/node/contracts/agent-surface-control.js +1 -0
- package/dist/node/contracts/ai-assistance.operations.js +1 -0
- package/dist/node/contracts/artifact-digest.js +1 -0
- package/dist/node/contracts/canonical-agent-conversation.js +1 -0
- package/dist/node/contracts/channel-preferences.js +1 -0
- package/dist/node/contracts/channel-routing.js +1 -0
- package/dist/node/contracts/collaboration.operations.js +1 -0
- package/dist/node/contracts/customer-live-chat-grant.operations.js +1 -0
- package/dist/node/contracts/delivery-eligibility.js +1 -0
- package/dist/node/contracts/delivery-fallback-eligibility-validation.js +1 -0
- package/dist/node/contracts/delivery-fallback-validation.js +1 -0
- package/dist/node/contracts/delivery-fallback.js +1 -0
- package/dist/node/contracts/delivery-intent-validation.js +1 -0
- package/dist/node/contracts/delivery-intent.js +1 -0
- package/dist/node/contracts/delivery-progress.js +1 -0
- package/dist/node/contracts/discord-community-intelligence.operations.js +1 -0
- package/dist/node/contracts/discord-community.events.js +1 -0
- package/dist/node/contracts/discord-community.models.js +1 -0
- package/dist/node/contracts/discord-community.operations.js +1 -0
- package/dist/node/contracts/ecosystem-attachment.operations.js +1 -0
- package/dist/node/contracts/ecosystem-auth.operations.js +1 -0
- package/dist/node/contracts/ecosystem-binding.operations.js +1 -0
- package/dist/node/contracts/ecosystem-connection-subscription.events.js +1 -0
- package/dist/node/contracts/ecosystem-governed-work-v2.operations.js +1 -0
- package/dist/node/contracts/ecosystem-governed-work.operations.js +1 -0
- package/dist/node/contracts/ecosystem-identity-v3.operations.js +1 -0
- package/dist/node/contracts/ecosystem-identity.operations.js +1 -0
- package/dist/node/contracts/ecosystem-message.operations.js +1 -0
- package/dist/node/contracts/ecosystem-messaging.dtos.js +0 -0
- package/dist/node/contracts/ecosystem-messaging.events.js +1 -0
- package/dist/node/contracts/ecosystem-messaging.models.js +1 -0
- package/dist/node/contracts/ecosystem-navigation-v3.operations.js +1 -0
- package/dist/node/contracts/ecosystem-webhook.operations.js +1 -0
- package/dist/node/contracts/ecosystem-workspace.operations.js +1 -0
- package/dist/node/contracts/enums.js +1 -0
- package/dist/node/contracts/erasure.operations.js +1 -0
- package/dist/node/contracts/events.js +1 -0
- package/dist/node/contracts/index.js +1 -0
- package/dist/node/contracts/ingestion.js +1 -0
- package/dist/node/contracts/ingress-admission-policy.js +1 -0
- package/dist/node/contracts/ingress-admission.js +1 -0
- package/dist/node/contracts/models.js +1 -0
- package/dist/node/contracts/operations.js +1 -0
- package/dist/node/contracts/persistence.js +1 -0
- package/dist/node/contracts/preference-resolution.js +1 -0
- package/dist/node/contracts/query.operations.js +1 -0
- package/dist/node/contracts/sequence-intent.js +1 -0
- package/dist/node/contracts/sovereignty.js +1 -0
- package/dist/node/contracts/support-internal-note.operations.js +1 -0
- package/dist/node/contracts/thread-link-kind.js +1 -0
- package/dist/node/contracts/thread-message.operations.js +1 -0
- package/dist/node/events/index.js +1 -0
- package/dist/node/fixtures/agent-omnichannel-primitives.js +1 -0
- package/dist/node/fixtures/agent-omnichannel.js +1 -0
- package/dist/node/fixtures/gtm-learning-loop-neutral.parts.js +1 -0
- package/dist/node/fixtures/index.js +1 -0
- package/dist/node/fixtures/normalized-ingestion.js +1 -0
- package/dist/node/index.js +1 -0
- package/dist/node/queries/index.js +1 -0
- package/dist/node/types/domain-command.js +0 -0
- package/dist/node/types/index.js +1 -0
- package/dist/node/validation/domain-command.js +1 -0
- package/dist/node/validation/index.js +1 -0
- package/dist/package-exports.test.d.ts +1 -0
- package/dist/queries/index.d.ts +4 -0
- package/dist/queries/index.js +2 -0
- package/dist/types/domain-command.d.ts +54 -0
- package/dist/types/domain-command.js +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/index.js +2 -0
- package/dist/validation/domain-command.d.ts +3 -0
- package/dist/validation/domain-command.js +2 -0
- package/dist/validation/index.d.ts +53 -0
- package/dist/validation/index.js +2 -0
- package/package.json +1227 -0
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
export declare const communicationScopeFixture: {
|
|
2
|
+
readonly tenantRef: 'tenant:northwind';
|
|
3
|
+
readonly workspaceRef: 'workspace:support';
|
|
4
|
+
readonly subjectRef: 'person:42';
|
|
5
|
+
};
|
|
6
|
+
export declare const communicationDeliveryRoutesFixture: readonly [{
|
|
7
|
+
schemaVersion: "1.0.0";
|
|
8
|
+
routeRef: string;
|
|
9
|
+
revision: number;
|
|
10
|
+
scope: {
|
|
11
|
+
tenantRef: string;
|
|
12
|
+
workspaceRef?: string | undefined;
|
|
13
|
+
spaceRef?: string | undefined;
|
|
14
|
+
subjectRef: string;
|
|
15
|
+
};
|
|
16
|
+
channel: string;
|
|
17
|
+
destinationRef: string;
|
|
18
|
+
connectionRef?: string | undefined;
|
|
19
|
+
semantic: "calendar_event" | "communication";
|
|
20
|
+
deliveryMode: "direct" | "durable_in_app";
|
|
21
|
+
capabilityRefs: string[];
|
|
22
|
+
evidenceRefs: string[];
|
|
23
|
+
routeDigest: string;
|
|
24
|
+
}, {
|
|
25
|
+
schemaVersion: "1.0.0";
|
|
26
|
+
routeRef: string;
|
|
27
|
+
revision: number;
|
|
28
|
+
scope: {
|
|
29
|
+
tenantRef: string;
|
|
30
|
+
workspaceRef?: string | undefined;
|
|
31
|
+
spaceRef?: string | undefined;
|
|
32
|
+
subjectRef: string;
|
|
33
|
+
};
|
|
34
|
+
channel: string;
|
|
35
|
+
destinationRef: string;
|
|
36
|
+
connectionRef?: string | undefined;
|
|
37
|
+
semantic: "calendar_event" | "communication";
|
|
38
|
+
deliveryMode: "direct" | "durable_in_app";
|
|
39
|
+
capabilityRefs: string[];
|
|
40
|
+
evidenceRefs: string[];
|
|
41
|
+
routeDigest: string;
|
|
42
|
+
}];
|
|
43
|
+
export declare const communicationAgentProfileFixture: {
|
|
44
|
+
schemaVersion: "1.0.0";
|
|
45
|
+
profileRef: string;
|
|
46
|
+
revision: number;
|
|
47
|
+
agentRef: string;
|
|
48
|
+
applicationRef: string;
|
|
49
|
+
scope: {
|
|
50
|
+
tenantRef: string;
|
|
51
|
+
workspaceRef?: string | undefined;
|
|
52
|
+
spaceRef?: string | undefined;
|
|
53
|
+
subjectRef: string;
|
|
54
|
+
};
|
|
55
|
+
routeBindings: {
|
|
56
|
+
ref: string;
|
|
57
|
+
digest: string;
|
|
58
|
+
revision: number;
|
|
59
|
+
}[];
|
|
60
|
+
connectionRefs: string[];
|
|
61
|
+
preferenceSet: {
|
|
62
|
+
ref: string;
|
|
63
|
+
digest: string;
|
|
64
|
+
revision: number;
|
|
65
|
+
};
|
|
66
|
+
policyRefs: string[];
|
|
67
|
+
evidenceRefs: string[];
|
|
68
|
+
createdAt: string;
|
|
69
|
+
updatedAt: string;
|
|
70
|
+
profileDigest: string;
|
|
71
|
+
};
|
|
72
|
+
export declare const communicationAgentLifecycleLinkFixture: {
|
|
73
|
+
schemaVersion: "1.0.0";
|
|
74
|
+
linkRef: string;
|
|
75
|
+
profile: {
|
|
76
|
+
ref: string;
|
|
77
|
+
digest: string;
|
|
78
|
+
revision: number;
|
|
79
|
+
};
|
|
80
|
+
agentRef: string;
|
|
81
|
+
applicationRef: string;
|
|
82
|
+
scope: {
|
|
83
|
+
tenantRef: string;
|
|
84
|
+
workspaceRef?: string | undefined;
|
|
85
|
+
spaceRef?: string | undefined;
|
|
86
|
+
subjectRef: string;
|
|
87
|
+
};
|
|
88
|
+
runRef?: string | undefined;
|
|
89
|
+
taskRef?: string | undefined;
|
|
90
|
+
helpRequestRef?: string | undefined;
|
|
91
|
+
approvalRequestRef?: string | undefined;
|
|
92
|
+
backgroundResultRef?: string | undefined;
|
|
93
|
+
canonicalConversation?: {
|
|
94
|
+
ref: string;
|
|
95
|
+
digest: string;
|
|
96
|
+
} | undefined;
|
|
97
|
+
session?: {
|
|
98
|
+
ref: string;
|
|
99
|
+
digest: string;
|
|
100
|
+
revision: number;
|
|
101
|
+
} | undefined;
|
|
102
|
+
correlationRef: string;
|
|
103
|
+
evidenceRefs: string[];
|
|
104
|
+
};
|
|
105
|
+
export declare const communicationPreferenceSetFixture: {
|
|
106
|
+
schemaVersion: "1.0.0";
|
|
107
|
+
preferenceSetRef: string;
|
|
108
|
+
revision: number;
|
|
109
|
+
scope: {
|
|
110
|
+
tenantRef: string;
|
|
111
|
+
workspaceRef?: string | undefined;
|
|
112
|
+
spaceRef?: string | undefined;
|
|
113
|
+
subjectRef: string;
|
|
114
|
+
};
|
|
115
|
+
target: {
|
|
116
|
+
kind: "event";
|
|
117
|
+
ref: string;
|
|
118
|
+
} | {
|
|
119
|
+
kind: "automation";
|
|
120
|
+
ref: string;
|
|
121
|
+
} | {
|
|
122
|
+
kind: "feature";
|
|
123
|
+
ref: string;
|
|
124
|
+
} | {
|
|
125
|
+
kind: "application";
|
|
126
|
+
ref: string;
|
|
127
|
+
} | {
|
|
128
|
+
kind: "product";
|
|
129
|
+
ref: string;
|
|
130
|
+
} | {
|
|
131
|
+
kind: "space";
|
|
132
|
+
ref: string;
|
|
133
|
+
} | {
|
|
134
|
+
kind: "person";
|
|
135
|
+
ref: string;
|
|
136
|
+
} | {
|
|
137
|
+
kind: "platform_default";
|
|
138
|
+
ref: "communication:preference-target:platform-default";
|
|
139
|
+
};
|
|
140
|
+
parentPreferenceSetRefs: string[];
|
|
141
|
+
authority: "preference_only";
|
|
142
|
+
globalEnabled: boolean;
|
|
143
|
+
routePreferences: {
|
|
144
|
+
routeRef: string;
|
|
145
|
+
channel: string;
|
|
146
|
+
enabled: boolean;
|
|
147
|
+
priority: number;
|
|
148
|
+
consentRef?: string | undefined;
|
|
149
|
+
quietHours?: {
|
|
150
|
+
start: string;
|
|
151
|
+
end: string;
|
|
152
|
+
timezone: string;
|
|
153
|
+
} | undefined;
|
|
154
|
+
digest?: {
|
|
155
|
+
enabled: boolean;
|
|
156
|
+
frequency: "daily" | "immediate" | "weekly";
|
|
157
|
+
deliveryTime?: string | undefined;
|
|
158
|
+
} | undefined;
|
|
159
|
+
}[];
|
|
160
|
+
fallback: {
|
|
161
|
+
enabled: boolean;
|
|
162
|
+
orderedRouteRefs: string[];
|
|
163
|
+
terminalRouteRef?: string | undefined;
|
|
164
|
+
};
|
|
165
|
+
updatedAt: string;
|
|
166
|
+
evidenceRefs: string[];
|
|
167
|
+
preferenceSetDigest: string;
|
|
168
|
+
};
|
|
169
|
+
export declare const communicationPreferenceResolutionFixture: {
|
|
170
|
+
schemaVersion: "1.0.0";
|
|
171
|
+
resolutionRef: string;
|
|
172
|
+
scope: {
|
|
173
|
+
tenantRef: string;
|
|
174
|
+
workspaceRef?: string | undefined;
|
|
175
|
+
spaceRef?: string | undefined;
|
|
176
|
+
subjectRef: string;
|
|
177
|
+
};
|
|
178
|
+
subjectRef: string;
|
|
179
|
+
evaluatedPreferenceSets: {
|
|
180
|
+
preferenceSetRef: string;
|
|
181
|
+
revision: number;
|
|
182
|
+
digest: string;
|
|
183
|
+
target: {
|
|
184
|
+
kind: "event";
|
|
185
|
+
ref: string;
|
|
186
|
+
} | {
|
|
187
|
+
kind: "automation";
|
|
188
|
+
ref: string;
|
|
189
|
+
} | {
|
|
190
|
+
kind: "feature";
|
|
191
|
+
ref: string;
|
|
192
|
+
} | {
|
|
193
|
+
kind: "application";
|
|
194
|
+
ref: string;
|
|
195
|
+
} | {
|
|
196
|
+
kind: "product";
|
|
197
|
+
ref: string;
|
|
198
|
+
} | {
|
|
199
|
+
kind: "space";
|
|
200
|
+
ref: string;
|
|
201
|
+
} | {
|
|
202
|
+
kind: "person";
|
|
203
|
+
ref: string;
|
|
204
|
+
} | {
|
|
205
|
+
kind: "platform_default";
|
|
206
|
+
ref: "communication:preference-target:platform-default";
|
|
207
|
+
};
|
|
208
|
+
}[];
|
|
209
|
+
winningPreferenceSetRef: string;
|
|
210
|
+
winningTarget: {
|
|
211
|
+
kind: "event";
|
|
212
|
+
ref: string;
|
|
213
|
+
} | {
|
|
214
|
+
kind: "automation";
|
|
215
|
+
ref: string;
|
|
216
|
+
} | {
|
|
217
|
+
kind: "feature";
|
|
218
|
+
ref: string;
|
|
219
|
+
} | {
|
|
220
|
+
kind: "application";
|
|
221
|
+
ref: string;
|
|
222
|
+
} | {
|
|
223
|
+
kind: "product";
|
|
224
|
+
ref: string;
|
|
225
|
+
} | {
|
|
226
|
+
kind: "space";
|
|
227
|
+
ref: string;
|
|
228
|
+
} | {
|
|
229
|
+
kind: "person";
|
|
230
|
+
ref: string;
|
|
231
|
+
} | {
|
|
232
|
+
kind: "platform_default";
|
|
233
|
+
ref: "communication:preference-target:platform-default";
|
|
234
|
+
};
|
|
235
|
+
authority: "preference_only";
|
|
236
|
+
effectAuthority: "none";
|
|
237
|
+
resolvedAt: string;
|
|
238
|
+
evidenceRefs: string[];
|
|
239
|
+
resolutionDigest: string;
|
|
240
|
+
};
|