@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.
Files changed (309) hide show
  1. package/README.md +201 -0
  2. package/dist/browser/capabilities/comms-ai.capabilities.js +1 -0
  3. package/dist/browser/capabilities/communication-os.capability-ids.js +1 -0
  4. package/dist/browser/capabilities/ecosystem-messaging.capabilities.js +1 -0
  5. package/dist/browser/capabilities/index.js +1 -0
  6. package/dist/browser/commands/comms-ai.commands.js +1 -0
  7. package/dist/browser/commands/index.js +1 -0
  8. package/dist/browser/contracts/agent-communication.js +1 -0
  9. package/dist/browser/contracts/agent-lifecycle-projection.js +1 -0
  10. package/dist/browser/contracts/agent-surface-control.js +1 -0
  11. package/dist/browser/contracts/ai-assistance.operations.js +1 -0
  12. package/dist/browser/contracts/artifact-digest.js +1 -0
  13. package/dist/browser/contracts/canonical-agent-conversation.js +1 -0
  14. package/dist/browser/contracts/channel-preferences.js +1 -0
  15. package/dist/browser/contracts/channel-routing.js +1 -0
  16. package/dist/browser/contracts/collaboration.operations.js +1 -0
  17. package/dist/browser/contracts/customer-live-chat-grant.operations.js +1 -0
  18. package/dist/browser/contracts/delivery-eligibility.js +1 -0
  19. package/dist/browser/contracts/delivery-fallback-eligibility-validation.js +1 -0
  20. package/dist/browser/contracts/delivery-fallback-validation.js +1 -0
  21. package/dist/browser/contracts/delivery-fallback.js +1 -0
  22. package/dist/browser/contracts/delivery-intent-validation.js +1 -0
  23. package/dist/browser/contracts/delivery-intent.js +1 -0
  24. package/dist/browser/contracts/delivery-progress.js +1 -0
  25. package/dist/browser/contracts/discord-community-intelligence.operations.js +1 -0
  26. package/dist/browser/contracts/discord-community.events.js +1 -0
  27. package/dist/browser/contracts/discord-community.models.js +1 -0
  28. package/dist/browser/contracts/discord-community.operations.js +1 -0
  29. package/dist/browser/contracts/ecosystem-attachment.operations.js +1 -0
  30. package/dist/browser/contracts/ecosystem-auth.operations.js +1 -0
  31. package/dist/browser/contracts/ecosystem-binding.operations.js +1 -0
  32. package/dist/browser/contracts/ecosystem-connection-subscription.events.js +1 -0
  33. package/dist/browser/contracts/ecosystem-governed-work-v2.operations.js +1 -0
  34. package/dist/browser/contracts/ecosystem-governed-work.operations.js +1 -0
  35. package/dist/browser/contracts/ecosystem-identity-v3.operations.js +1 -0
  36. package/dist/browser/contracts/ecosystem-identity.operations.js +1 -0
  37. package/dist/browser/contracts/ecosystem-message.operations.js +1 -0
  38. package/dist/browser/contracts/ecosystem-messaging.dtos.js +0 -0
  39. package/dist/browser/contracts/ecosystem-messaging.events.js +1 -0
  40. package/dist/browser/contracts/ecosystem-messaging.models.js +1 -0
  41. package/dist/browser/contracts/ecosystem-navigation-v3.operations.js +1 -0
  42. package/dist/browser/contracts/ecosystem-webhook.operations.js +1 -0
  43. package/dist/browser/contracts/ecosystem-workspace.operations.js +1 -0
  44. package/dist/browser/contracts/enums.js +1 -0
  45. package/dist/browser/contracts/erasure.operations.js +1 -0
  46. package/dist/browser/contracts/events.js +1 -0
  47. package/dist/browser/contracts/index.js +1 -0
  48. package/dist/browser/contracts/ingestion.js +1 -0
  49. package/dist/browser/contracts/ingress-admission-policy.js +1 -0
  50. package/dist/browser/contracts/ingress-admission.js +1 -0
  51. package/dist/browser/contracts/models.js +1 -0
  52. package/dist/browser/contracts/operations.js +1 -0
  53. package/dist/browser/contracts/persistence.js +1 -0
  54. package/dist/browser/contracts/preference-resolution.js +1 -0
  55. package/dist/browser/contracts/query.operations.js +1 -0
  56. package/dist/browser/contracts/sequence-intent.js +1 -0
  57. package/dist/browser/contracts/sovereignty.js +1 -0
  58. package/dist/browser/contracts/support-internal-note.operations.js +1 -0
  59. package/dist/browser/contracts/thread-link-kind.js +1 -0
  60. package/dist/browser/contracts/thread-message.operations.js +1 -0
  61. package/dist/browser/events/index.js +1 -0
  62. package/dist/browser/fixtures/agent-omnichannel-primitives.js +1 -0
  63. package/dist/browser/fixtures/agent-omnichannel.js +1 -0
  64. package/dist/browser/fixtures/gtm-learning-loop-neutral.parts.js +1 -0
  65. package/dist/browser/fixtures/index.js +1 -0
  66. package/dist/browser/fixtures/normalized-ingestion.js +1 -0
  67. package/dist/browser/index.js +1 -0
  68. package/dist/browser/queries/index.js +1 -0
  69. package/dist/browser/types/domain-command.js +0 -0
  70. package/dist/browser/types/index.js +1 -0
  71. package/dist/browser/validation/domain-command.js +1 -0
  72. package/dist/browser/validation/index.js +1 -0
  73. package/dist/capabilities/comms-ai.capabilities.d.ts +72 -0
  74. package/dist/capabilities/comms-ai.capabilities.js +2 -0
  75. package/dist/capabilities/communication-os-capability-boundary.test.d.ts +1 -0
  76. package/dist/capabilities/communication-os.capability-ids.d.ts +39 -0
  77. package/dist/capabilities/communication-os.capability-ids.js +2 -0
  78. package/dist/capabilities/communication-os.capability-ids.test.d.ts +1 -0
  79. package/dist/capabilities/ecosystem-messaging.capabilities.d.ts +9 -0
  80. package/dist/capabilities/ecosystem-messaging.capabilities.js +2 -0
  81. package/dist/capabilities/index.d.ts +4 -0
  82. package/dist/capabilities/index.js +2 -0
  83. package/dist/commands/comms-ai.commands.d.ts +272 -0
  84. package/dist/commands/comms-ai.commands.js +2 -0
  85. package/dist/commands/index.d.ts +10 -0
  86. package/dist/commands/index.js +2 -0
  87. package/dist/contracts/agent-communication.d.ts +108 -0
  88. package/dist/contracts/agent-communication.js +2 -0
  89. package/dist/contracts/agent-communication.test.d.ts +1 -0
  90. package/dist/contracts/agent-lifecycle-projection.d.ts +98 -0
  91. package/dist/contracts/agent-lifecycle-projection.js +2 -0
  92. package/dist/contracts/agent-lifecycle-projection.test.d.ts +1 -0
  93. package/dist/contracts/agent-surface-control.d.ts +210 -0
  94. package/dist/contracts/agent-surface-control.js +2 -0
  95. package/dist/contracts/agent-surface-control.test.d.ts +1 -0
  96. package/dist/contracts/ai-assistance.operations.d.ts +187 -0
  97. package/dist/contracts/ai-assistance.operations.js +2 -0
  98. package/dist/contracts/artifact-digest.d.ts +3 -0
  99. package/dist/contracts/artifact-digest.js +2 -0
  100. package/dist/contracts/canonical-agent-conversation.d.ts +46 -0
  101. package/dist/contracts/canonical-agent-conversation.js +2 -0
  102. package/dist/contracts/canonical-agent-conversation.test.d.ts +1 -0
  103. package/dist/contracts/channel-preferences.d.ts +115 -0
  104. package/dist/contracts/channel-preferences.js +2 -0
  105. package/dist/contracts/channel-routing.d.ts +58 -0
  106. package/dist/contracts/channel-routing.js +2 -0
  107. package/dist/contracts/channel-routing.test.d.ts +1 -0
  108. package/dist/contracts/collaboration.operations.d.ts +315 -0
  109. package/dist/contracts/collaboration.operations.js +2 -0
  110. package/dist/contracts/customer-live-chat-grant.operations.d.ts +132 -0
  111. package/dist/contracts/customer-live-chat-grant.operations.js +2 -0
  112. package/dist/contracts/delivery-contracts.test.d.ts +1 -0
  113. package/dist/contracts/delivery-eligibility.d.ts +126 -0
  114. package/dist/contracts/delivery-eligibility.js +2 -0
  115. package/dist/contracts/delivery-eligibility.test.d.ts +1 -0
  116. package/dist/contracts/delivery-fallback-eligibility-validation.d.ts +6 -0
  117. package/dist/contracts/delivery-fallback-eligibility-validation.js +2 -0
  118. package/dist/contracts/delivery-fallback-validation.d.ts +24 -0
  119. package/dist/contracts/delivery-fallback-validation.js +2 -0
  120. package/dist/contracts/delivery-fallback.d.ts +117 -0
  121. package/dist/contracts/delivery-fallback.js +2 -0
  122. package/dist/contracts/delivery-intent-validation.d.ts +13 -0
  123. package/dist/contracts/delivery-intent-validation.js +2 -0
  124. package/dist/contracts/delivery-intent.d.ts +137 -0
  125. package/dist/contracts/delivery-intent.js +2 -0
  126. package/dist/contracts/delivery-progress.d.ts +61 -0
  127. package/dist/contracts/delivery-progress.js +2 -0
  128. package/dist/contracts/discord-community-intelligence.operations.d.ts +405 -0
  129. package/dist/contracts/discord-community-intelligence.operations.js +2 -0
  130. package/dist/contracts/discord-community.events.d.ts +162 -0
  131. package/dist/contracts/discord-community.events.js +2 -0
  132. package/dist/contracts/discord-community.models.d.ts +167 -0
  133. package/dist/contracts/discord-community.models.js +2 -0
  134. package/dist/contracts/discord-community.operations.d.ts +663 -0
  135. package/dist/contracts/discord-community.operations.js +2 -0
  136. package/dist/contracts/discord-community.test.d.ts +1 -0
  137. package/dist/contracts/ecosystem-attachment.operations.d.ts +129 -0
  138. package/dist/contracts/ecosystem-attachment.operations.js +2 -0
  139. package/dist/contracts/ecosystem-auth.operations.d.ts +345 -0
  140. package/dist/contracts/ecosystem-auth.operations.js +2 -0
  141. package/dist/contracts/ecosystem-binding.operations.d.ts +231 -0
  142. package/dist/contracts/ecosystem-binding.operations.js +2 -0
  143. package/dist/contracts/ecosystem-connection-subscription.events.d.ts +332 -0
  144. package/dist/contracts/ecosystem-connection-subscription.events.js +2 -0
  145. package/dist/contracts/ecosystem-governed-work-v2.operations.d.ts +234 -0
  146. package/dist/contracts/ecosystem-governed-work-v2.operations.js +2 -0
  147. package/dist/contracts/ecosystem-governed-work.operations.d.ts +265 -0
  148. package/dist/contracts/ecosystem-governed-work.operations.js +2 -0
  149. package/dist/contracts/ecosystem-governed-work.operations.test.d.ts +1 -0
  150. package/dist/contracts/ecosystem-identity-v3.operations.d.ts +65 -0
  151. package/dist/contracts/ecosystem-identity-v3.operations.js +2 -0
  152. package/dist/contracts/ecosystem-identity.operations.d.ts +174 -0
  153. package/dist/contracts/ecosystem-identity.operations.js +2 -0
  154. package/dist/contracts/ecosystem-identity.operations.test.d.ts +1 -0
  155. package/dist/contracts/ecosystem-message.operations.d.ts +1092 -0
  156. package/dist/contracts/ecosystem-message.operations.js +2 -0
  157. package/dist/contracts/ecosystem-messaging.dtos.d.ts +68 -0
  158. package/dist/contracts/ecosystem-messaging.dtos.js +1 -0
  159. package/dist/contracts/ecosystem-messaging.dtos.test.d.ts +1 -0
  160. package/dist/contracts/ecosystem-messaging.events.d.ts +608 -0
  161. package/dist/contracts/ecosystem-messaging.events.js +2 -0
  162. package/dist/contracts/ecosystem-messaging.models.d.ts +386 -0
  163. package/dist/contracts/ecosystem-messaging.models.js +2 -0
  164. package/dist/contracts/ecosystem-messaging.test.d.ts +1 -0
  165. package/dist/contracts/ecosystem-navigation-v3.operations.d.ts +149 -0
  166. package/dist/contracts/ecosystem-navigation-v3.operations.js +2 -0
  167. package/dist/contracts/ecosystem-webhook.operations.d.ts +187 -0
  168. package/dist/contracts/ecosystem-webhook.operations.js +2 -0
  169. package/dist/contracts/ecosystem-workspace.operations.d.ts +590 -0
  170. package/dist/contracts/ecosystem-workspace.operations.js +2 -0
  171. package/dist/contracts/enums.d.ts +9 -0
  172. package/dist/contracts/enums.js +2 -0
  173. package/dist/contracts/erasure.operations.d.ts +114 -0
  174. package/dist/contracts/erasure.operations.js +2 -0
  175. package/dist/contracts/erasure.test.d.ts +1 -0
  176. package/dist/contracts/events.d.ts +174 -0
  177. package/dist/contracts/events.js +2 -0
  178. package/dist/contracts/index.d.ts +43 -0
  179. package/dist/contracts/index.js +2 -0
  180. package/dist/contracts/ingestion.d.ts +169 -0
  181. package/dist/contracts/ingestion.js +2 -0
  182. package/dist/contracts/ingress-admission-policy.d.ts +14 -0
  183. package/dist/contracts/ingress-admission-policy.js +2 -0
  184. package/dist/contracts/ingress-admission.d.ts +184 -0
  185. package/dist/contracts/ingress-admission.js +2 -0
  186. package/dist/contracts/ingress-admission.test.d.ts +1 -0
  187. package/dist/contracts/models.d.ts +851 -0
  188. package/dist/contracts/models.js +2 -0
  189. package/dist/contracts/operations.d.ts +5 -0
  190. package/dist/contracts/operations.js +2 -0
  191. package/dist/contracts/persistence.d.ts +353 -0
  192. package/dist/contracts/persistence.js +2 -0
  193. package/dist/contracts/persistence.test.d.ts +1 -0
  194. package/dist/contracts/preference-resolution.d.ts +154 -0
  195. package/dist/contracts/preference-resolution.js +2 -0
  196. package/dist/contracts/preference-resolution.test.d.ts +1 -0
  197. package/dist/contracts/query.operations.d.ts +600 -0
  198. package/dist/contracts/query.operations.js +2 -0
  199. package/dist/contracts/sequence-intent.d.ts +103 -0
  200. package/dist/contracts/sequence-intent.js +2 -0
  201. package/dist/contracts/sequence-intent.test.d.ts +1 -0
  202. package/dist/contracts/sovereignty.d.ts +164 -0
  203. package/dist/contracts/sovereignty.js +2 -0
  204. package/dist/contracts/support-internal-note.operations.d.ts +309 -0
  205. package/dist/contracts/support-internal-note.operations.js +2 -0
  206. package/dist/contracts/support-internal-note.operations.test.d.ts +1 -0
  207. package/dist/contracts/thread-link-kind.d.ts +20 -0
  208. package/dist/contracts/thread-link-kind.js +2 -0
  209. package/dist/contracts/thread-message.operations.d.ts +485 -0
  210. package/dist/contracts/thread-message.operations.js +2 -0
  211. package/dist/events/index.d.ts +4 -0
  212. package/dist/events/index.js +2 -0
  213. package/dist/fixtures/agent-omnichannel-primitives.d.ts +240 -0
  214. package/dist/fixtures/agent-omnichannel-primitives.js +2 -0
  215. package/dist/fixtures/agent-omnichannel.d.ts +682 -0
  216. package/dist/fixtures/agent-omnichannel.js +2 -0
  217. package/dist/fixtures/agent-omnichannel.test.d.ts +1 -0
  218. package/dist/fixtures/gtm-learning-loop-neutral.parts.d.ts +20 -0
  219. package/dist/fixtures/gtm-learning-loop-neutral.parts.js +2 -0
  220. package/dist/fixtures/index.d.ts +3 -0
  221. package/dist/fixtures/index.js +2 -0
  222. package/dist/fixtures/normalized-ingestion.d.ts +102 -0
  223. package/dist/fixtures/normalized-ingestion.js +2 -0
  224. package/dist/fixtures/normalized-ingestion.test.d.ts +1 -0
  225. package/dist/index.d.ts +7 -0
  226. package/dist/index.js +2 -0
  227. package/dist/node/capabilities/comms-ai.capabilities.js +1 -0
  228. package/dist/node/capabilities/communication-os.capability-ids.js +1 -0
  229. package/dist/node/capabilities/ecosystem-messaging.capabilities.js +1 -0
  230. package/dist/node/capabilities/index.js +1 -0
  231. package/dist/node/commands/comms-ai.commands.js +1 -0
  232. package/dist/node/commands/index.js +1 -0
  233. package/dist/node/contracts/agent-communication.js +1 -0
  234. package/dist/node/contracts/agent-lifecycle-projection.js +1 -0
  235. package/dist/node/contracts/agent-surface-control.js +1 -0
  236. package/dist/node/contracts/ai-assistance.operations.js +1 -0
  237. package/dist/node/contracts/artifact-digest.js +1 -0
  238. package/dist/node/contracts/canonical-agent-conversation.js +1 -0
  239. package/dist/node/contracts/channel-preferences.js +1 -0
  240. package/dist/node/contracts/channel-routing.js +1 -0
  241. package/dist/node/contracts/collaboration.operations.js +1 -0
  242. package/dist/node/contracts/customer-live-chat-grant.operations.js +1 -0
  243. package/dist/node/contracts/delivery-eligibility.js +1 -0
  244. package/dist/node/contracts/delivery-fallback-eligibility-validation.js +1 -0
  245. package/dist/node/contracts/delivery-fallback-validation.js +1 -0
  246. package/dist/node/contracts/delivery-fallback.js +1 -0
  247. package/dist/node/contracts/delivery-intent-validation.js +1 -0
  248. package/dist/node/contracts/delivery-intent.js +1 -0
  249. package/dist/node/contracts/delivery-progress.js +1 -0
  250. package/dist/node/contracts/discord-community-intelligence.operations.js +1 -0
  251. package/dist/node/contracts/discord-community.events.js +1 -0
  252. package/dist/node/contracts/discord-community.models.js +1 -0
  253. package/dist/node/contracts/discord-community.operations.js +1 -0
  254. package/dist/node/contracts/ecosystem-attachment.operations.js +1 -0
  255. package/dist/node/contracts/ecosystem-auth.operations.js +1 -0
  256. package/dist/node/contracts/ecosystem-binding.operations.js +1 -0
  257. package/dist/node/contracts/ecosystem-connection-subscription.events.js +1 -0
  258. package/dist/node/contracts/ecosystem-governed-work-v2.operations.js +1 -0
  259. package/dist/node/contracts/ecosystem-governed-work.operations.js +1 -0
  260. package/dist/node/contracts/ecosystem-identity-v3.operations.js +1 -0
  261. package/dist/node/contracts/ecosystem-identity.operations.js +1 -0
  262. package/dist/node/contracts/ecosystem-message.operations.js +1 -0
  263. package/dist/node/contracts/ecosystem-messaging.dtos.js +0 -0
  264. package/dist/node/contracts/ecosystem-messaging.events.js +1 -0
  265. package/dist/node/contracts/ecosystem-messaging.models.js +1 -0
  266. package/dist/node/contracts/ecosystem-navigation-v3.operations.js +1 -0
  267. package/dist/node/contracts/ecosystem-webhook.operations.js +1 -0
  268. package/dist/node/contracts/ecosystem-workspace.operations.js +1 -0
  269. package/dist/node/contracts/enums.js +1 -0
  270. package/dist/node/contracts/erasure.operations.js +1 -0
  271. package/dist/node/contracts/events.js +1 -0
  272. package/dist/node/contracts/index.js +1 -0
  273. package/dist/node/contracts/ingestion.js +1 -0
  274. package/dist/node/contracts/ingress-admission-policy.js +1 -0
  275. package/dist/node/contracts/ingress-admission.js +1 -0
  276. package/dist/node/contracts/models.js +1 -0
  277. package/dist/node/contracts/operations.js +1 -0
  278. package/dist/node/contracts/persistence.js +1 -0
  279. package/dist/node/contracts/preference-resolution.js +1 -0
  280. package/dist/node/contracts/query.operations.js +1 -0
  281. package/dist/node/contracts/sequence-intent.js +1 -0
  282. package/dist/node/contracts/sovereignty.js +1 -0
  283. package/dist/node/contracts/support-internal-note.operations.js +1 -0
  284. package/dist/node/contracts/thread-link-kind.js +1 -0
  285. package/dist/node/contracts/thread-message.operations.js +1 -0
  286. package/dist/node/events/index.js +1 -0
  287. package/dist/node/fixtures/agent-omnichannel-primitives.js +1 -0
  288. package/dist/node/fixtures/agent-omnichannel.js +1 -0
  289. package/dist/node/fixtures/gtm-learning-loop-neutral.parts.js +1 -0
  290. package/dist/node/fixtures/index.js +1 -0
  291. package/dist/node/fixtures/normalized-ingestion.js +1 -0
  292. package/dist/node/index.js +1 -0
  293. package/dist/node/queries/index.js +1 -0
  294. package/dist/node/types/domain-command.js +0 -0
  295. package/dist/node/types/index.js +1 -0
  296. package/dist/node/validation/domain-command.js +1 -0
  297. package/dist/node/validation/index.js +1 -0
  298. package/dist/package-exports.test.d.ts +1 -0
  299. package/dist/queries/index.d.ts +4 -0
  300. package/dist/queries/index.js +2 -0
  301. package/dist/types/domain-command.d.ts +54 -0
  302. package/dist/types/domain-command.js +1 -0
  303. package/dist/types/index.d.ts +3 -0
  304. package/dist/types/index.js +2 -0
  305. package/dist/validation/domain-command.d.ts +3 -0
  306. package/dist/validation/domain-command.js +2 -0
  307. package/dist/validation/index.d.ts +53 -0
  308. package/dist/validation/index.js +2 -0
  309. package/package.json +1227 -0
@@ -0,0 +1,851 @@
1
+ export declare const ChannelAccountModel: import("@lssm/lib.schema").SchemaModel<{
2
+ id: {
3
+ type: import("@lssm/lib.schema").FieldType<string, string>;
4
+ isOptional: false;
5
+ };
6
+ participantId: {
7
+ type: import("@lssm/lib.schema").FieldType<string, string>;
8
+ isOptional: false;
9
+ };
10
+ channelType: {
11
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string, string, string, string, string]>;
12
+ isOptional: false;
13
+ };
14
+ externalId: {
15
+ type: import("@lssm/lib.schema").FieldType<string, string>;
16
+ isOptional: false;
17
+ };
18
+ displayName: {
19
+ type: import("@lssm/lib.schema").FieldType<string, string>;
20
+ isOptional: true;
21
+ };
22
+ metadata: {
23
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
24
+ isOptional: true;
25
+ };
26
+ isPrimary: {
27
+ type: import("@lssm/lib.schema").FieldType<boolean, boolean>;
28
+ isOptional: false;
29
+ defaultValue: boolean;
30
+ };
31
+ createdAt: {
32
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
33
+ isOptional: false;
34
+ };
35
+ }>;
36
+ export declare const IdentityLinkModel: import("@lssm/lib.schema").SchemaModel<{
37
+ id: {
38
+ type: import("@lssm/lib.schema").FieldType<string, string>;
39
+ isOptional: false;
40
+ };
41
+ participantId: {
42
+ type: import("@lssm/lib.schema").FieldType<string, string>;
43
+ isOptional: false;
44
+ };
45
+ candidateParticipantId: {
46
+ type: import("@lssm/lib.schema").FieldType<string, string>;
47
+ isOptional: false;
48
+ };
49
+ status: {
50
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string]>;
51
+ isOptional: false;
52
+ defaultValue: string;
53
+ };
54
+ confidence: {
55
+ type: import("@lssm/lib.schema").FieldType<number, number>;
56
+ isOptional: false;
57
+ };
58
+ reasoning: {
59
+ type: import("@lssm/lib.schema").FieldType<string, string>;
60
+ isOptional: true;
61
+ };
62
+ reviewedBy: {
63
+ type: import("@lssm/lib.schema").FieldType<string, string>;
64
+ isOptional: true;
65
+ };
66
+ createdAt: {
67
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
68
+ isOptional: false;
69
+ };
70
+ }>;
71
+ export declare const CommunicationParticipantModel: import("@lssm/lib.schema").SchemaModel<{
72
+ id: {
73
+ type: import("@lssm/lib.schema").FieldType<string, string>;
74
+ isOptional: false;
75
+ };
76
+ name: {
77
+ type: import("@lssm/lib.schema").FieldType<string, string>;
78
+ isOptional: true;
79
+ };
80
+ email: {
81
+ type: import("@lssm/lib.schema").FieldType<string, string>;
82
+ isOptional: true;
83
+ };
84
+ accounts: {
85
+ type: import("@lssm/lib.schema").SchemaModel<{
86
+ id: {
87
+ type: import("@lssm/lib.schema").FieldType<string, string>;
88
+ isOptional: false;
89
+ };
90
+ participantId: {
91
+ type: import("@lssm/lib.schema").FieldType<string, string>;
92
+ isOptional: false;
93
+ };
94
+ channelType: {
95
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string, string, string, string, string]>;
96
+ isOptional: false;
97
+ };
98
+ externalId: {
99
+ type: import("@lssm/lib.schema").FieldType<string, string>;
100
+ isOptional: false;
101
+ };
102
+ displayName: {
103
+ type: import("@lssm/lib.schema").FieldType<string, string>;
104
+ isOptional: true;
105
+ };
106
+ metadata: {
107
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
108
+ isOptional: true;
109
+ };
110
+ isPrimary: {
111
+ type: import("@lssm/lib.schema").FieldType<boolean, boolean>;
112
+ isOptional: false;
113
+ defaultValue: boolean;
114
+ };
115
+ createdAt: {
116
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
117
+ isOptional: false;
118
+ };
119
+ }>;
120
+ isArray: true;
121
+ isOptional: false;
122
+ };
123
+ identityLinks: {
124
+ type: import("@lssm/lib.schema").SchemaModel<{
125
+ id: {
126
+ type: import("@lssm/lib.schema").FieldType<string, string>;
127
+ isOptional: false;
128
+ };
129
+ participantId: {
130
+ type: import("@lssm/lib.schema").FieldType<string, string>;
131
+ isOptional: false;
132
+ };
133
+ candidateParticipantId: {
134
+ type: import("@lssm/lib.schema").FieldType<string, string>;
135
+ isOptional: false;
136
+ };
137
+ status: {
138
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string]>;
139
+ isOptional: false;
140
+ defaultValue: string;
141
+ };
142
+ confidence: {
143
+ type: import("@lssm/lib.schema").FieldType<number, number>;
144
+ isOptional: false;
145
+ };
146
+ reasoning: {
147
+ type: import("@lssm/lib.schema").FieldType<string, string>;
148
+ isOptional: true;
149
+ };
150
+ reviewedBy: {
151
+ type: import("@lssm/lib.schema").FieldType<string, string>;
152
+ isOptional: true;
153
+ };
154
+ createdAt: {
155
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
156
+ isOptional: false;
157
+ };
158
+ }>;
159
+ isArray: true;
160
+ isOptional: true;
161
+ };
162
+ createdAt: {
163
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
164
+ isOptional: false;
165
+ };
166
+ updatedAt: {
167
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
168
+ isOptional: false;
169
+ };
170
+ }>;
171
+ export declare const AttachmentModel: import("@lssm/lib.schema").SchemaModel<{
172
+ id: {
173
+ type: import("@lssm/lib.schema").FieldType<string, string>;
174
+ isOptional: false;
175
+ };
176
+ messageId: {
177
+ type: import("@lssm/lib.schema").FieldType<string, string>;
178
+ isOptional: false;
179
+ };
180
+ name: {
181
+ type: import("@lssm/lib.schema").FieldType<string, string>;
182
+ isOptional: false;
183
+ };
184
+ mimeType: {
185
+ type: import("@lssm/lib.schema").FieldType<string, string>;
186
+ isOptional: true;
187
+ };
188
+ sizeBytes: {
189
+ type: import("@lssm/lib.schema").FieldType<number, number>;
190
+ isOptional: true;
191
+ };
192
+ url: {
193
+ type: import("@lssm/lib.schema").FieldType<string, string>;
194
+ isOptional: true;
195
+ };
196
+ metadata: {
197
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
198
+ isOptional: true;
199
+ };
200
+ }>;
201
+ export declare const ThreadLinkModel: import("@lssm/lib.schema").SchemaModel<{
202
+ id: {
203
+ type: import("@lssm/lib.schema").FieldType<string, string>;
204
+ isOptional: false;
205
+ };
206
+ threadId: {
207
+ type: import("@lssm/lib.schema").FieldType<string, string>;
208
+ isOptional: false;
209
+ };
210
+ /** V2: RichReference<ThreadLinkedObjectPayload> serialised to JSON. */
211
+ objectRef: {
212
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
213
+ isOptional: false;
214
+ };
215
+ relation: {
216
+ type: import("@lssm/lib.schema").FieldType<string, string>;
217
+ isOptional: true;
218
+ };
219
+ confidence: {
220
+ type: import("@lssm/lib.schema").FieldType<number, number>;
221
+ isOptional: true;
222
+ };
223
+ createdAt: {
224
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
225
+ isOptional: false;
226
+ };
227
+ }>;
228
+ export declare const MessageIntentModel: import("@lssm/lib.schema").SchemaModel<{
229
+ id: {
230
+ type: import("@lssm/lib.schema").FieldType<string, string>;
231
+ isOptional: false;
232
+ };
233
+ threadId: {
234
+ type: import("@lssm/lib.schema").FieldType<string, string>;
235
+ isOptional: false;
236
+ };
237
+ messageId: {
238
+ type: import("@lssm/lib.schema").FieldType<string, string>;
239
+ isOptional: true;
240
+ };
241
+ category: {
242
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string, string, string, string]>;
243
+ isOptional: false;
244
+ };
245
+ confidence: {
246
+ type: import("@lssm/lib.schema").FieldType<number, number>;
247
+ isOptional: false;
248
+ };
249
+ reasoning: {
250
+ type: import("@lssm/lib.schema").FieldType<string, string>;
251
+ isOptional: true;
252
+ };
253
+ evidenceMessageIds: {
254
+ type: import("@lssm/lib.schema").FieldType<string, string>;
255
+ isArray: true;
256
+ isOptional: true;
257
+ };
258
+ createdAt: {
259
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
260
+ isOptional: false;
261
+ };
262
+ }>;
263
+ export declare const CommunicationMessageModel: import("@lssm/lib.schema").SchemaModel<{
264
+ id: {
265
+ type: import("@lssm/lib.schema").FieldType<string, string>;
266
+ isOptional: false;
267
+ };
268
+ threadId: {
269
+ type: import("@lssm/lib.schema").FieldType<string, string>;
270
+ isOptional: false;
271
+ };
272
+ channelType: {
273
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string, string, string, string, string]>;
274
+ isOptional: false;
275
+ };
276
+ channelAccountId: {
277
+ type: import("@lssm/lib.schema").FieldType<string, string>;
278
+ isOptional: false;
279
+ };
280
+ participantId: {
281
+ type: import("@lssm/lib.schema").FieldType<string, string>;
282
+ isOptional: true;
283
+ };
284
+ externalMessageId: {
285
+ type: import("@lssm/lib.schema").FieldType<string, string>;
286
+ isOptional: true;
287
+ };
288
+ body: {
289
+ type: import("@lssm/lib.schema").FieldType<string, string>;
290
+ isOptional: false;
291
+ };
292
+ bodyNormalized: {
293
+ type: import("@lssm/lib.schema").FieldType<string, string>;
294
+ isOptional: true;
295
+ };
296
+ status: {
297
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string]>;
298
+ isOptional: false;
299
+ defaultValue: string;
300
+ };
301
+ intent: {
302
+ type: import("@lssm/lib.schema").SchemaModel<{
303
+ id: {
304
+ type: import("@lssm/lib.schema").FieldType<string, string>;
305
+ isOptional: false;
306
+ };
307
+ threadId: {
308
+ type: import("@lssm/lib.schema").FieldType<string, string>;
309
+ isOptional: false;
310
+ };
311
+ messageId: {
312
+ type: import("@lssm/lib.schema").FieldType<string, string>;
313
+ isOptional: true;
314
+ };
315
+ category: {
316
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string, string, string, string]>;
317
+ isOptional: false;
318
+ };
319
+ confidence: {
320
+ type: import("@lssm/lib.schema").FieldType<number, number>;
321
+ isOptional: false;
322
+ };
323
+ reasoning: {
324
+ type: import("@lssm/lib.schema").FieldType<string, string>;
325
+ isOptional: true;
326
+ };
327
+ evidenceMessageIds: {
328
+ type: import("@lssm/lib.schema").FieldType<string, string>;
329
+ isArray: true;
330
+ isOptional: true;
331
+ };
332
+ createdAt: {
333
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
334
+ isOptional: false;
335
+ };
336
+ }>;
337
+ isOptional: true;
338
+ };
339
+ attachments: {
340
+ type: import("@lssm/lib.schema").SchemaModel<{
341
+ id: {
342
+ type: import("@lssm/lib.schema").FieldType<string, string>;
343
+ isOptional: false;
344
+ };
345
+ messageId: {
346
+ type: import("@lssm/lib.schema").FieldType<string, string>;
347
+ isOptional: false;
348
+ };
349
+ name: {
350
+ type: import("@lssm/lib.schema").FieldType<string, string>;
351
+ isOptional: false;
352
+ };
353
+ mimeType: {
354
+ type: import("@lssm/lib.schema").FieldType<string, string>;
355
+ isOptional: true;
356
+ };
357
+ sizeBytes: {
358
+ type: import("@lssm/lib.schema").FieldType<number, number>;
359
+ isOptional: true;
360
+ };
361
+ url: {
362
+ type: import("@lssm/lib.schema").FieldType<string, string>;
363
+ isOptional: true;
364
+ };
365
+ metadata: {
366
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
367
+ isOptional: true;
368
+ };
369
+ }>;
370
+ isArray: true;
371
+ isOptional: true;
372
+ };
373
+ metadata: {
374
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
375
+ isOptional: true;
376
+ };
377
+ createdAt: {
378
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
379
+ isOptional: false;
380
+ };
381
+ updatedAt: {
382
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
383
+ isOptional: false;
384
+ };
385
+ }>;
386
+ export declare const CommunicationFormIntakeModel: import("@lssm/lib.schema").SchemaModel<{
387
+ id: {
388
+ type: import("@lssm/lib.schema").FieldType<string, string>;
389
+ isOptional: false;
390
+ };
391
+ messageId: {
392
+ type: import("@lssm/lib.schema").FieldType<string, string>;
393
+ isOptional: false;
394
+ };
395
+ threadId: {
396
+ type: import("@lssm/lib.schema").FieldType<string, string>;
397
+ isOptional: false;
398
+ };
399
+ channelType: {
400
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string, string, string, string, string]>;
401
+ isOptional: false;
402
+ };
403
+ channelAccountId: {
404
+ type: import("@lssm/lib.schema").FieldType<string, string>;
405
+ isOptional: false;
406
+ };
407
+ participantId: {
408
+ type: import("@lssm/lib.schema").FieldType<string, string>;
409
+ isOptional: true;
410
+ };
411
+ entityKey: {
412
+ type: import("@lssm/lib.schema").FieldType<string, string>;
413
+ isOptional: false;
414
+ };
415
+ projectionKind: {
416
+ type: import("@lssm/lib.schema").FieldType<string, string>;
417
+ isOptional: false;
418
+ };
419
+ formKey: {
420
+ type: import("@lssm/lib.schema").FieldType<string, string>;
421
+ isOptional: true;
422
+ };
423
+ formVersion: {
424
+ type: import("@lssm/lib.schema").FieldType<string, string>;
425
+ isOptional: true;
426
+ };
427
+ completionProfileKey: {
428
+ type: import("@lssm/lib.schema").FieldType<string, string>;
429
+ isOptional: true;
430
+ };
431
+ acceptedValues: {
432
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
433
+ isOptional: false;
434
+ };
435
+ completionDebt: {
436
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
437
+ isArray: true;
438
+ isOptional: false;
439
+ };
440
+ captureStatus: {
441
+ type: import("@lssm/lib.schema").FieldType<string, string>;
442
+ isOptional: false;
443
+ defaultValue: string;
444
+ };
445
+ completionStatus: {
446
+ type: import("@lssm/lib.schema").FieldType<string, string>;
447
+ isOptional: false;
448
+ };
449
+ createdAt: {
450
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
451
+ isOptional: false;
452
+ };
453
+ }>;
454
+ export declare const CommunicationThreadModel: import("@lssm/lib.schema").SchemaModel<{
455
+ id: {
456
+ type: import("@lssm/lib.schema").FieldType<string, string>;
457
+ isOptional: false;
458
+ };
459
+ title: {
460
+ type: import("@lssm/lib.schema").FieldType<string, string>;
461
+ isOptional: true;
462
+ };
463
+ status: {
464
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string]>;
465
+ isOptional: false;
466
+ defaultValue: string;
467
+ };
468
+ participantIds: {
469
+ type: import("@lssm/lib.schema").FieldType<string, string>;
470
+ isArray: true;
471
+ isOptional: false;
472
+ };
473
+ channelTypes: {
474
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string, string, string, string, string]>;
475
+ isArray: true;
476
+ isOptional: false;
477
+ };
478
+ links: {
479
+ type: import("@lssm/lib.schema").SchemaModel<{
480
+ id: {
481
+ type: import("@lssm/lib.schema").FieldType<string, string>;
482
+ isOptional: false;
483
+ };
484
+ threadId: {
485
+ type: import("@lssm/lib.schema").FieldType<string, string>;
486
+ isOptional: false;
487
+ };
488
+ /** V2: RichReference<ThreadLinkedObjectPayload> serialised to JSON. */
489
+ objectRef: {
490
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
491
+ isOptional: false;
492
+ };
493
+ relation: {
494
+ type: import("@lssm/lib.schema").FieldType<string, string>;
495
+ isOptional: true;
496
+ };
497
+ confidence: {
498
+ type: import("@lssm/lib.schema").FieldType<number, number>;
499
+ isOptional: true;
500
+ };
501
+ createdAt: {
502
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
503
+ isOptional: false;
504
+ };
505
+ }>;
506
+ isArray: true;
507
+ isOptional: true;
508
+ };
509
+ assignedTo: {
510
+ type: import("@lssm/lib.schema").FieldType<string, string>;
511
+ isOptional: true;
512
+ };
513
+ priority: {
514
+ type: import("@lssm/lib.schema").FieldType<string, string>;
515
+ isOptional: true;
516
+ };
517
+ tags: {
518
+ type: import("@lssm/lib.schema").FieldType<string, string>;
519
+ isArray: true;
520
+ isOptional: true;
521
+ };
522
+ metadata: {
523
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
524
+ isOptional: true;
525
+ };
526
+ createdAt: {
527
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
528
+ isOptional: false;
529
+ };
530
+ updatedAt: {
531
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
532
+ isOptional: false;
533
+ };
534
+ }>;
535
+ export declare const CommunicationActionModel: import("@lssm/lib.schema").SchemaModel<{
536
+ id: {
537
+ type: import("@lssm/lib.schema").FieldType<string, string>;
538
+ isOptional: false;
539
+ };
540
+ threadId: {
541
+ type: import("@lssm/lib.schema").FieldType<string, string>;
542
+ isOptional: false;
543
+ };
544
+ title: {
545
+ type: import("@lssm/lib.schema").FieldType<string, string>;
546
+ isOptional: false;
547
+ };
548
+ owner: {
549
+ type: import("@lssm/lib.schema").FieldType<string, string>;
550
+ isOptional: true;
551
+ };
552
+ deadline: {
553
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
554
+ isOptional: true;
555
+ };
556
+ blockers: {
557
+ type: import("@lssm/lib.schema").FieldType<string, string>;
558
+ isArray: true;
559
+ isOptional: true;
560
+ };
561
+ sourceMessageIds: {
562
+ type: import("@lssm/lib.schema").FieldType<string, string>;
563
+ isArray: true;
564
+ isOptional: false;
565
+ };
566
+ safetyMode: {
567
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string]>;
568
+ isOptional: false;
569
+ defaultValue: string;
570
+ };
571
+ }>;
572
+ export declare const ReplyDraftModel: import("@lssm/lib.schema").SchemaModel<{
573
+ id: {
574
+ type: import("@lssm/lib.schema").FieldType<string, string>;
575
+ isOptional: false;
576
+ };
577
+ threadId: {
578
+ type: import("@lssm/lib.schema").FieldType<string, string>;
579
+ isOptional: false;
580
+ };
581
+ messageId: {
582
+ type: import("@lssm/lib.schema").FieldType<string, string>;
583
+ isOptional: true;
584
+ };
585
+ body: {
586
+ type: import("@lssm/lib.schema").FieldType<string, string>;
587
+ isOptional: false;
588
+ };
589
+ status: {
590
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string]>;
591
+ isOptional: false;
592
+ defaultValue: string;
593
+ };
594
+ generatedBy: {
595
+ type: import("@lssm/lib.schema").FieldType<string, string>;
596
+ isOptional: true;
597
+ };
598
+ modelName: {
599
+ type: import("@lssm/lib.schema").FieldType<string, string>;
600
+ isOptional: true;
601
+ };
602
+ promptVersion: {
603
+ type: import("@lssm/lib.schema").FieldType<string, string>;
604
+ isOptional: true;
605
+ };
606
+ policyVersion: {
607
+ type: import("@lssm/lib.schema").FieldType<string, string>;
608
+ isOptional: true;
609
+ };
610
+ reviewedBy: {
611
+ type: import("@lssm/lib.schema").FieldType<string, string>;
612
+ isOptional: true;
613
+ };
614
+ reviewedAt: {
615
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
616
+ isOptional: true;
617
+ };
618
+ metadata: {
619
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
620
+ isOptional: true;
621
+ };
622
+ createdAt: {
623
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
624
+ isOptional: false;
625
+ };
626
+ updatedAt: {
627
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
628
+ isOptional: false;
629
+ };
630
+ }>;
631
+ export declare const HandoffPacketModel: import("@lssm/lib.schema").SchemaModel<{
632
+ id: {
633
+ type: import("@lssm/lib.schema").FieldType<string, string>;
634
+ isOptional: false;
635
+ };
636
+ threadId: {
637
+ type: import("@lssm/lib.schema").FieldType<string, string>;
638
+ isOptional: false;
639
+ };
640
+ status: {
641
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string]>;
642
+ isOptional: false;
643
+ defaultValue: string;
644
+ };
645
+ fromOwner: {
646
+ type: import("@lssm/lib.schema").FieldType<string, string>;
647
+ isOptional: false;
648
+ };
649
+ toOwner: {
650
+ type: import("@lssm/lib.schema").FieldType<string, string>;
651
+ isOptional: false;
652
+ };
653
+ summary: {
654
+ type: import("@lssm/lib.schema").FieldType<string, string>;
655
+ isOptional: false;
656
+ };
657
+ keyFacts: {
658
+ type: import("@lssm/lib.schema").FieldType<string, string>;
659
+ isArray: true;
660
+ isOptional: true;
661
+ };
662
+ openQuestions: {
663
+ type: import("@lssm/lib.schema").FieldType<string, string>;
664
+ isArray: true;
665
+ isOptional: true;
666
+ };
667
+ requiredActions: {
668
+ type: import("@lssm/lib.schema").SchemaModel<{
669
+ id: {
670
+ type: import("@lssm/lib.schema").FieldType<string, string>;
671
+ isOptional: false;
672
+ };
673
+ threadId: {
674
+ type: import("@lssm/lib.schema").FieldType<string, string>;
675
+ isOptional: false;
676
+ };
677
+ title: {
678
+ type: import("@lssm/lib.schema").FieldType<string, string>;
679
+ isOptional: false;
680
+ };
681
+ owner: {
682
+ type: import("@lssm/lib.schema").FieldType<string, string>;
683
+ isOptional: true;
684
+ };
685
+ deadline: {
686
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
687
+ isOptional: true;
688
+ };
689
+ blockers: {
690
+ type: import("@lssm/lib.schema").FieldType<string, string>;
691
+ isArray: true;
692
+ isOptional: true;
693
+ };
694
+ sourceMessageIds: {
695
+ type: import("@lssm/lib.schema").FieldType<string, string>;
696
+ isArray: true;
697
+ isOptional: false;
698
+ };
699
+ safetyMode: {
700
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string]>;
701
+ isOptional: false;
702
+ defaultValue: string;
703
+ };
704
+ }>;
705
+ isArray: true;
706
+ isOptional: true;
707
+ };
708
+ evidenceLinks: {
709
+ type: import("@lssm/lib.schema").FieldType<string, string>;
710
+ isArray: true;
711
+ isOptional: true;
712
+ };
713
+ createdAt: {
714
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
715
+ isOptional: false;
716
+ };
717
+ updatedAt: {
718
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
719
+ isOptional: false;
720
+ };
721
+ }>;
722
+ export declare const CommunicationSummaryModel: import("@lssm/lib.schema").SchemaModel<{
723
+ id: {
724
+ type: import("@lssm/lib.schema").FieldType<string, string>;
725
+ isOptional: false;
726
+ };
727
+ threadId: {
728
+ type: import("@lssm/lib.schema").FieldType<string, string>;
729
+ isOptional: false;
730
+ };
731
+ messageIds: {
732
+ type: import("@lssm/lib.schema").FieldType<string, string>;
733
+ isArray: true;
734
+ isOptional: true;
735
+ };
736
+ content: {
737
+ type: import("@lssm/lib.schema").FieldType<string, string>;
738
+ isOptional: false;
739
+ };
740
+ facts: {
741
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
742
+ isArray: true;
743
+ isOptional: true;
744
+ };
745
+ actions: {
746
+ type: import("@lssm/lib.schema").SchemaModel<{
747
+ id: {
748
+ type: import("@lssm/lib.schema").FieldType<string, string>;
749
+ isOptional: false;
750
+ };
751
+ threadId: {
752
+ type: import("@lssm/lib.schema").FieldType<string, string>;
753
+ isOptional: false;
754
+ };
755
+ title: {
756
+ type: import("@lssm/lib.schema").FieldType<string, string>;
757
+ isOptional: false;
758
+ };
759
+ owner: {
760
+ type: import("@lssm/lib.schema").FieldType<string, string>;
761
+ isOptional: true;
762
+ };
763
+ deadline: {
764
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
765
+ isOptional: true;
766
+ };
767
+ blockers: {
768
+ type: import("@lssm/lib.schema").FieldType<string, string>;
769
+ isArray: true;
770
+ isOptional: true;
771
+ };
772
+ sourceMessageIds: {
773
+ type: import("@lssm/lib.schema").FieldType<string, string>;
774
+ isArray: true;
775
+ isOptional: false;
776
+ };
777
+ safetyMode: {
778
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string]>;
779
+ isOptional: false;
780
+ defaultValue: string;
781
+ };
782
+ }>;
783
+ isArray: true;
784
+ isOptional: true;
785
+ };
786
+ decisions: {
787
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
788
+ isArray: true;
789
+ isOptional: true;
790
+ };
791
+ risks: {
792
+ type: import("@lssm/lib.schema").FieldType<Record<string, unknown>, Record<string, unknown>>;
793
+ isArray: true;
794
+ isOptional: true;
795
+ };
796
+ modelName: {
797
+ type: import("@lssm/lib.schema").FieldType<string, string>;
798
+ isOptional: true;
799
+ };
800
+ generatedAt: {
801
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
802
+ isOptional: false;
803
+ };
804
+ }>;
805
+ export declare const AgentSuggestionModel: import("@lssm/lib.schema").SchemaModel<{
806
+ id: {
807
+ type: import("@lssm/lib.schema").FieldType<string, string>;
808
+ isOptional: false;
809
+ };
810
+ threadId: {
811
+ type: import("@lssm/lib.schema").FieldType<string, string>;
812
+ isOptional: false;
813
+ };
814
+ messageId: {
815
+ type: import("@lssm/lib.schema").FieldType<string, string>;
816
+ isOptional: true;
817
+ };
818
+ suggestionType: {
819
+ type: import("@lssm/lib.schema").FieldType<string, string>;
820
+ isOptional: false;
821
+ };
822
+ content: {
823
+ type: import("@lssm/lib.schema").FieldType<string, string>;
824
+ isOptional: false;
825
+ };
826
+ status: {
827
+ type: import("@lssm/lib.schema").EnumType<[string, string, string, string, string, string, string]>;
828
+ isOptional: false;
829
+ defaultValue: string;
830
+ };
831
+ modelName: {
832
+ type: import("@lssm/lib.schema").FieldType<string, string>;
833
+ isOptional: true;
834
+ };
835
+ confidence: {
836
+ type: import("@lssm/lib.schema").FieldType<number, number>;
837
+ isOptional: true;
838
+ };
839
+ policyVersion: {
840
+ type: import("@lssm/lib.schema").FieldType<string, string>;
841
+ isOptional: true;
842
+ };
843
+ createdAt: {
844
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
845
+ isOptional: false;
846
+ };
847
+ updatedAt: {
848
+ type: import("@lssm/lib.schema").FieldType<Date, string>;
849
+ isOptional: false;
850
+ };
851
+ }>;