@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
package/package.json ADDED
@@ -0,0 +1,1227 @@
1
+ {
2
+ "name": "@lssm/lib.communication-spec",
3
+ "version": "3.1.1",
4
+ "description": "Canonical communication contracts, operations, events, and validation helpers for ContractSpec.",
5
+ "keywords": [
6
+ "contractspec",
7
+ "communication",
8
+ "contracts",
9
+ "typescript"
10
+ ],
11
+ "type": "module",
12
+ "types": "./dist/index.d.ts",
13
+ "files": [
14
+ "dist",
15
+ "README.md"
16
+ ],
17
+ "scripts": {
18
+ "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
19
+ "publish:pkg:canary": "bun publish:pkg --tag canary",
20
+ "build": "contractspec-bun-build build",
21
+ "build:bundle": "contractspec-bun-build transpile",
22
+ "build:types": "contractspec-bun-build types",
23
+ "dev": "contractspec-bun-build dev",
24
+ "clean": "rimraf dist .turbo",
25
+ "lint": "bun lint:fix",
26
+ "lint:fix": "node ../../../scripts/biome.cjs check --write --unsafe --only=nursery/useSortedClasses . && node ../../../scripts/biome.cjs check --write .",
27
+ "lint:check": "node ../../../scripts/biome.cjs check .",
28
+ "test": "bun test",
29
+ "prebuild": "contractspec-bun-build prebuild",
30
+ "typecheck": "tsgo --noEmit"
31
+ },
32
+ "dependencies": {
33
+ "zod": "^4.5.4",
34
+ "@lssm/lib.companyos-spec": "^3.0.2",
35
+ "@lssm/lib.contracts-spec": "^17.3.2",
36
+ "@lssm/lib.schema": "^6.0.2"
37
+ },
38
+ "devDependencies": {
39
+ "@lssm-tech/tool.bun": "5.0.3",
40
+ "@lssm-tech/tool.typescript": "5.0.1",
41
+ "typescript": "^7.0.2"
42
+ },
43
+ "exports": {
44
+ ".": {
45
+ "types": "./dist/index.d.ts",
46
+ "browser": "./dist/browser/index.js",
47
+ "bun": "./dist/index.js",
48
+ "node": "./dist/node/index.js",
49
+ "default": "./dist/index.js"
50
+ },
51
+ "./capabilities": {
52
+ "types": "./dist/capabilities/index.d.ts",
53
+ "browser": "./dist/browser/capabilities/index.js",
54
+ "bun": "./dist/capabilities/index.js",
55
+ "node": "./dist/node/capabilities/index.js",
56
+ "default": "./dist/capabilities/index.js"
57
+ },
58
+ "./capabilities/comms-ai.capabilities": {
59
+ "types": "./dist/capabilities/comms-ai.capabilities.d.ts",
60
+ "browser": "./dist/browser/capabilities/comms-ai.capabilities.js",
61
+ "bun": "./dist/capabilities/comms-ai.capabilities.js",
62
+ "node": "./dist/node/capabilities/comms-ai.capabilities.js",
63
+ "default": "./dist/capabilities/comms-ai.capabilities.js"
64
+ },
65
+ "./capabilities/communication-os.capability-ids": {
66
+ "types": "./dist/capabilities/communication-os.capability-ids.d.ts",
67
+ "browser": "./dist/browser/capabilities/communication-os.capability-ids.js",
68
+ "bun": "./dist/capabilities/communication-os.capability-ids.js",
69
+ "node": "./dist/node/capabilities/communication-os.capability-ids.js",
70
+ "default": "./dist/capabilities/communication-os.capability-ids.js"
71
+ },
72
+ "./capabilities/ecosystem-messaging.capabilities": {
73
+ "types": "./dist/capabilities/ecosystem-messaging.capabilities.d.ts",
74
+ "browser": "./dist/browser/capabilities/ecosystem-messaging.capabilities.js",
75
+ "bun": "./dist/capabilities/ecosystem-messaging.capabilities.js",
76
+ "node": "./dist/node/capabilities/ecosystem-messaging.capabilities.js",
77
+ "default": "./dist/capabilities/ecosystem-messaging.capabilities.js"
78
+ },
79
+ "./commands": {
80
+ "types": "./dist/commands/index.d.ts",
81
+ "browser": "./dist/browser/commands/index.js",
82
+ "bun": "./dist/commands/index.js",
83
+ "node": "./dist/node/commands/index.js",
84
+ "default": "./dist/commands/index.js"
85
+ },
86
+ "./commands/comms-ai.commands": {
87
+ "types": "./dist/commands/comms-ai.commands.d.ts",
88
+ "browser": "./dist/browser/commands/comms-ai.commands.js",
89
+ "bun": "./dist/commands/comms-ai.commands.js",
90
+ "node": "./dist/node/commands/comms-ai.commands.js",
91
+ "default": "./dist/commands/comms-ai.commands.js"
92
+ },
93
+ "./contracts": {
94
+ "types": "./dist/contracts/index.d.ts",
95
+ "browser": "./dist/browser/contracts/index.js",
96
+ "bun": "./dist/contracts/index.js",
97
+ "node": "./dist/node/contracts/index.js",
98
+ "default": "./dist/contracts/index.js"
99
+ },
100
+ "./contracts/agent-communication": {
101
+ "types": "./dist/contracts/agent-communication.d.ts",
102
+ "browser": "./dist/browser/contracts/agent-communication.js",
103
+ "bun": "./dist/contracts/agent-communication.js",
104
+ "node": "./dist/node/contracts/agent-communication.js",
105
+ "default": "./dist/contracts/agent-communication.js"
106
+ },
107
+ "./contracts/agent-lifecycle-projection": {
108
+ "types": "./dist/contracts/agent-lifecycle-projection.d.ts",
109
+ "browser": "./dist/browser/contracts/agent-lifecycle-projection.js",
110
+ "bun": "./dist/contracts/agent-lifecycle-projection.js",
111
+ "node": "./dist/node/contracts/agent-lifecycle-projection.js",
112
+ "default": "./dist/contracts/agent-lifecycle-projection.js"
113
+ },
114
+ "./contracts/agent-surface-control": {
115
+ "types": "./dist/contracts/agent-surface-control.d.ts",
116
+ "browser": "./dist/browser/contracts/agent-surface-control.js",
117
+ "bun": "./dist/contracts/agent-surface-control.js",
118
+ "node": "./dist/node/contracts/agent-surface-control.js",
119
+ "default": "./dist/contracts/agent-surface-control.js"
120
+ },
121
+ "./contracts/ai-assistance.operations": {
122
+ "types": "./dist/contracts/ai-assistance.operations.d.ts",
123
+ "browser": "./dist/browser/contracts/ai-assistance.operations.js",
124
+ "bun": "./dist/contracts/ai-assistance.operations.js",
125
+ "node": "./dist/node/contracts/ai-assistance.operations.js",
126
+ "default": "./dist/contracts/ai-assistance.operations.js"
127
+ },
128
+ "./contracts/artifact-digest": {
129
+ "types": "./dist/contracts/artifact-digest.d.ts",
130
+ "browser": "./dist/browser/contracts/artifact-digest.js",
131
+ "bun": "./dist/contracts/artifact-digest.js",
132
+ "node": "./dist/node/contracts/artifact-digest.js",
133
+ "default": "./dist/contracts/artifact-digest.js"
134
+ },
135
+ "./contracts/canonical-agent-conversation": {
136
+ "types": "./dist/contracts/canonical-agent-conversation.d.ts",
137
+ "browser": "./dist/browser/contracts/canonical-agent-conversation.js",
138
+ "bun": "./dist/contracts/canonical-agent-conversation.js",
139
+ "node": "./dist/node/contracts/canonical-agent-conversation.js",
140
+ "default": "./dist/contracts/canonical-agent-conversation.js"
141
+ },
142
+ "./contracts/channel-preferences": {
143
+ "types": "./dist/contracts/channel-preferences.d.ts",
144
+ "browser": "./dist/browser/contracts/channel-preferences.js",
145
+ "bun": "./dist/contracts/channel-preferences.js",
146
+ "node": "./dist/node/contracts/channel-preferences.js",
147
+ "default": "./dist/contracts/channel-preferences.js"
148
+ },
149
+ "./contracts/channel-routing": {
150
+ "types": "./dist/contracts/channel-routing.d.ts",
151
+ "browser": "./dist/browser/contracts/channel-routing.js",
152
+ "bun": "./dist/contracts/channel-routing.js",
153
+ "node": "./dist/node/contracts/channel-routing.js",
154
+ "default": "./dist/contracts/channel-routing.js"
155
+ },
156
+ "./contracts/collaboration.operations": {
157
+ "types": "./dist/contracts/collaboration.operations.d.ts",
158
+ "browser": "./dist/browser/contracts/collaboration.operations.js",
159
+ "bun": "./dist/contracts/collaboration.operations.js",
160
+ "node": "./dist/node/contracts/collaboration.operations.js",
161
+ "default": "./dist/contracts/collaboration.operations.js"
162
+ },
163
+ "./contracts/customer-live-chat-grant.operations": {
164
+ "types": "./dist/contracts/customer-live-chat-grant.operations.d.ts",
165
+ "browser": "./dist/browser/contracts/customer-live-chat-grant.operations.js",
166
+ "bun": "./dist/contracts/customer-live-chat-grant.operations.js",
167
+ "node": "./dist/node/contracts/customer-live-chat-grant.operations.js",
168
+ "default": "./dist/contracts/customer-live-chat-grant.operations.js"
169
+ },
170
+ "./contracts/delivery-eligibility": {
171
+ "types": "./dist/contracts/delivery-eligibility.d.ts",
172
+ "browser": "./dist/browser/contracts/delivery-eligibility.js",
173
+ "bun": "./dist/contracts/delivery-eligibility.js",
174
+ "node": "./dist/node/contracts/delivery-eligibility.js",
175
+ "default": "./dist/contracts/delivery-eligibility.js"
176
+ },
177
+ "./contracts/delivery-fallback": {
178
+ "types": "./dist/contracts/delivery-fallback.d.ts",
179
+ "browser": "./dist/browser/contracts/delivery-fallback.js",
180
+ "bun": "./dist/contracts/delivery-fallback.js",
181
+ "node": "./dist/node/contracts/delivery-fallback.js",
182
+ "default": "./dist/contracts/delivery-fallback.js"
183
+ },
184
+ "./contracts/delivery-fallback-eligibility-validation": {
185
+ "types": "./dist/contracts/delivery-fallback-eligibility-validation.d.ts",
186
+ "browser": "./dist/browser/contracts/delivery-fallback-eligibility-validation.js",
187
+ "bun": "./dist/contracts/delivery-fallback-eligibility-validation.js",
188
+ "node": "./dist/node/contracts/delivery-fallback-eligibility-validation.js",
189
+ "default": "./dist/contracts/delivery-fallback-eligibility-validation.js"
190
+ },
191
+ "./contracts/delivery-fallback-validation": {
192
+ "types": "./dist/contracts/delivery-fallback-validation.d.ts",
193
+ "browser": "./dist/browser/contracts/delivery-fallback-validation.js",
194
+ "bun": "./dist/contracts/delivery-fallback-validation.js",
195
+ "node": "./dist/node/contracts/delivery-fallback-validation.js",
196
+ "default": "./dist/contracts/delivery-fallback-validation.js"
197
+ },
198
+ "./contracts/delivery-intent": {
199
+ "types": "./dist/contracts/delivery-intent.d.ts",
200
+ "browser": "./dist/browser/contracts/delivery-intent.js",
201
+ "bun": "./dist/contracts/delivery-intent.js",
202
+ "node": "./dist/node/contracts/delivery-intent.js",
203
+ "default": "./dist/contracts/delivery-intent.js"
204
+ },
205
+ "./contracts/delivery-intent-validation": {
206
+ "types": "./dist/contracts/delivery-intent-validation.d.ts",
207
+ "browser": "./dist/browser/contracts/delivery-intent-validation.js",
208
+ "bun": "./dist/contracts/delivery-intent-validation.js",
209
+ "node": "./dist/node/contracts/delivery-intent-validation.js",
210
+ "default": "./dist/contracts/delivery-intent-validation.js"
211
+ },
212
+ "./contracts/delivery-progress": {
213
+ "types": "./dist/contracts/delivery-progress.d.ts",
214
+ "browser": "./dist/browser/contracts/delivery-progress.js",
215
+ "bun": "./dist/contracts/delivery-progress.js",
216
+ "node": "./dist/node/contracts/delivery-progress.js",
217
+ "default": "./dist/contracts/delivery-progress.js"
218
+ },
219
+ "./contracts/discord-community-intelligence.operations": {
220
+ "types": "./dist/contracts/discord-community-intelligence.operations.d.ts",
221
+ "browser": "./dist/browser/contracts/discord-community-intelligence.operations.js",
222
+ "bun": "./dist/contracts/discord-community-intelligence.operations.js",
223
+ "node": "./dist/node/contracts/discord-community-intelligence.operations.js",
224
+ "default": "./dist/contracts/discord-community-intelligence.operations.js"
225
+ },
226
+ "./contracts/discord-community.events": {
227
+ "types": "./dist/contracts/discord-community.events.d.ts",
228
+ "browser": "./dist/browser/contracts/discord-community.events.js",
229
+ "bun": "./dist/contracts/discord-community.events.js",
230
+ "node": "./dist/node/contracts/discord-community.events.js",
231
+ "default": "./dist/contracts/discord-community.events.js"
232
+ },
233
+ "./contracts/discord-community.models": {
234
+ "types": "./dist/contracts/discord-community.models.d.ts",
235
+ "browser": "./dist/browser/contracts/discord-community.models.js",
236
+ "bun": "./dist/contracts/discord-community.models.js",
237
+ "node": "./dist/node/contracts/discord-community.models.js",
238
+ "default": "./dist/contracts/discord-community.models.js"
239
+ },
240
+ "./contracts/discord-community.operations": {
241
+ "types": "./dist/contracts/discord-community.operations.d.ts",
242
+ "browser": "./dist/browser/contracts/discord-community.operations.js",
243
+ "bun": "./dist/contracts/discord-community.operations.js",
244
+ "node": "./dist/node/contracts/discord-community.operations.js",
245
+ "default": "./dist/contracts/discord-community.operations.js"
246
+ },
247
+ "./contracts/ecosystem-attachment.operations": {
248
+ "types": "./dist/contracts/ecosystem-attachment.operations.d.ts",
249
+ "browser": "./dist/browser/contracts/ecosystem-attachment.operations.js",
250
+ "bun": "./dist/contracts/ecosystem-attachment.operations.js",
251
+ "node": "./dist/node/contracts/ecosystem-attachment.operations.js",
252
+ "default": "./dist/contracts/ecosystem-attachment.operations.js"
253
+ },
254
+ "./contracts/ecosystem-auth.operations": {
255
+ "types": "./dist/contracts/ecosystem-auth.operations.d.ts",
256
+ "browser": "./dist/browser/contracts/ecosystem-auth.operations.js",
257
+ "bun": "./dist/contracts/ecosystem-auth.operations.js",
258
+ "node": "./dist/node/contracts/ecosystem-auth.operations.js",
259
+ "default": "./dist/contracts/ecosystem-auth.operations.js"
260
+ },
261
+ "./contracts/ecosystem-binding.operations": {
262
+ "types": "./dist/contracts/ecosystem-binding.operations.d.ts",
263
+ "browser": "./dist/browser/contracts/ecosystem-binding.operations.js",
264
+ "bun": "./dist/contracts/ecosystem-binding.operations.js",
265
+ "node": "./dist/node/contracts/ecosystem-binding.operations.js",
266
+ "default": "./dist/contracts/ecosystem-binding.operations.js"
267
+ },
268
+ "./contracts/ecosystem-connection-subscription.events": {
269
+ "types": "./dist/contracts/ecosystem-connection-subscription.events.d.ts",
270
+ "browser": "./dist/browser/contracts/ecosystem-connection-subscription.events.js",
271
+ "bun": "./dist/contracts/ecosystem-connection-subscription.events.js",
272
+ "node": "./dist/node/contracts/ecosystem-connection-subscription.events.js",
273
+ "default": "./dist/contracts/ecosystem-connection-subscription.events.js"
274
+ },
275
+ "./contracts/ecosystem-governed-work-v2.operations": {
276
+ "types": "./dist/contracts/ecosystem-governed-work-v2.operations.d.ts",
277
+ "browser": "./dist/browser/contracts/ecosystem-governed-work-v2.operations.js",
278
+ "bun": "./dist/contracts/ecosystem-governed-work-v2.operations.js",
279
+ "node": "./dist/node/contracts/ecosystem-governed-work-v2.operations.js",
280
+ "default": "./dist/contracts/ecosystem-governed-work-v2.operations.js"
281
+ },
282
+ "./contracts/ecosystem-governed-work.operations": {
283
+ "types": "./dist/contracts/ecosystem-governed-work.operations.d.ts",
284
+ "browser": "./dist/browser/contracts/ecosystem-governed-work.operations.js",
285
+ "bun": "./dist/contracts/ecosystem-governed-work.operations.js",
286
+ "node": "./dist/node/contracts/ecosystem-governed-work.operations.js",
287
+ "default": "./dist/contracts/ecosystem-governed-work.operations.js"
288
+ },
289
+ "./contracts/ecosystem-identity-v3.operations": {
290
+ "types": "./dist/contracts/ecosystem-identity-v3.operations.d.ts",
291
+ "browser": "./dist/browser/contracts/ecosystem-identity-v3.operations.js",
292
+ "bun": "./dist/contracts/ecosystem-identity-v3.operations.js",
293
+ "node": "./dist/node/contracts/ecosystem-identity-v3.operations.js",
294
+ "default": "./dist/contracts/ecosystem-identity-v3.operations.js"
295
+ },
296
+ "./contracts/ecosystem-identity.operations": {
297
+ "types": "./dist/contracts/ecosystem-identity.operations.d.ts",
298
+ "browser": "./dist/browser/contracts/ecosystem-identity.operations.js",
299
+ "bun": "./dist/contracts/ecosystem-identity.operations.js",
300
+ "node": "./dist/node/contracts/ecosystem-identity.operations.js",
301
+ "default": "./dist/contracts/ecosystem-identity.operations.js"
302
+ },
303
+ "./contracts/ecosystem-message.operations": {
304
+ "types": "./dist/contracts/ecosystem-message.operations.d.ts",
305
+ "browser": "./dist/browser/contracts/ecosystem-message.operations.js",
306
+ "bun": "./dist/contracts/ecosystem-message.operations.js",
307
+ "node": "./dist/node/contracts/ecosystem-message.operations.js",
308
+ "default": "./dist/contracts/ecosystem-message.operations.js"
309
+ },
310
+ "./contracts/ecosystem-messaging.dtos": {
311
+ "types": "./dist/contracts/ecosystem-messaging.dtos.d.ts",
312
+ "browser": "./dist/browser/contracts/ecosystem-messaging.dtos.js",
313
+ "bun": "./dist/contracts/ecosystem-messaging.dtos.js",
314
+ "node": "./dist/node/contracts/ecosystem-messaging.dtos.js",
315
+ "default": "./dist/contracts/ecosystem-messaging.dtos.js"
316
+ },
317
+ "./contracts/ecosystem-messaging.events": {
318
+ "types": "./dist/contracts/ecosystem-messaging.events.d.ts",
319
+ "browser": "./dist/browser/contracts/ecosystem-messaging.events.js",
320
+ "bun": "./dist/contracts/ecosystem-messaging.events.js",
321
+ "node": "./dist/node/contracts/ecosystem-messaging.events.js",
322
+ "default": "./dist/contracts/ecosystem-messaging.events.js"
323
+ },
324
+ "./contracts/ecosystem-messaging.models": {
325
+ "types": "./dist/contracts/ecosystem-messaging.models.d.ts",
326
+ "browser": "./dist/browser/contracts/ecosystem-messaging.models.js",
327
+ "bun": "./dist/contracts/ecosystem-messaging.models.js",
328
+ "node": "./dist/node/contracts/ecosystem-messaging.models.js",
329
+ "default": "./dist/contracts/ecosystem-messaging.models.js"
330
+ },
331
+ "./contracts/ecosystem-navigation-v3.operations": {
332
+ "types": "./dist/contracts/ecosystem-navigation-v3.operations.d.ts",
333
+ "browser": "./dist/browser/contracts/ecosystem-navigation-v3.operations.js",
334
+ "bun": "./dist/contracts/ecosystem-navigation-v3.operations.js",
335
+ "node": "./dist/node/contracts/ecosystem-navigation-v3.operations.js",
336
+ "default": "./dist/contracts/ecosystem-navigation-v3.operations.js"
337
+ },
338
+ "./contracts/ecosystem-webhook.operations": {
339
+ "types": "./dist/contracts/ecosystem-webhook.operations.d.ts",
340
+ "browser": "./dist/browser/contracts/ecosystem-webhook.operations.js",
341
+ "bun": "./dist/contracts/ecosystem-webhook.operations.js",
342
+ "node": "./dist/node/contracts/ecosystem-webhook.operations.js",
343
+ "default": "./dist/contracts/ecosystem-webhook.operations.js"
344
+ },
345
+ "./contracts/ecosystem-workspace.operations": {
346
+ "types": "./dist/contracts/ecosystem-workspace.operations.d.ts",
347
+ "browser": "./dist/browser/contracts/ecosystem-workspace.operations.js",
348
+ "bun": "./dist/contracts/ecosystem-workspace.operations.js",
349
+ "node": "./dist/node/contracts/ecosystem-workspace.operations.js",
350
+ "default": "./dist/contracts/ecosystem-workspace.operations.js"
351
+ },
352
+ "./contracts/enums": {
353
+ "types": "./dist/contracts/enums.d.ts",
354
+ "browser": "./dist/browser/contracts/enums.js",
355
+ "bun": "./dist/contracts/enums.js",
356
+ "node": "./dist/node/contracts/enums.js",
357
+ "default": "./dist/contracts/enums.js"
358
+ },
359
+ "./contracts/erasure.operations": {
360
+ "types": "./dist/contracts/erasure.operations.d.ts",
361
+ "browser": "./dist/browser/contracts/erasure.operations.js",
362
+ "bun": "./dist/contracts/erasure.operations.js",
363
+ "node": "./dist/node/contracts/erasure.operations.js",
364
+ "default": "./dist/contracts/erasure.operations.js"
365
+ },
366
+ "./contracts/events": {
367
+ "types": "./dist/contracts/events.d.ts",
368
+ "browser": "./dist/browser/contracts/events.js",
369
+ "bun": "./dist/contracts/events.js",
370
+ "node": "./dist/node/contracts/events.js",
371
+ "default": "./dist/contracts/events.js"
372
+ },
373
+ "./contracts/ingestion": {
374
+ "types": "./dist/contracts/ingestion.d.ts",
375
+ "browser": "./dist/browser/contracts/ingestion.js",
376
+ "bun": "./dist/contracts/ingestion.js",
377
+ "node": "./dist/node/contracts/ingestion.js",
378
+ "default": "./dist/contracts/ingestion.js"
379
+ },
380
+ "./contracts/ingress-admission": {
381
+ "types": "./dist/contracts/ingress-admission.d.ts",
382
+ "browser": "./dist/browser/contracts/ingress-admission.js",
383
+ "bun": "./dist/contracts/ingress-admission.js",
384
+ "node": "./dist/node/contracts/ingress-admission.js",
385
+ "default": "./dist/contracts/ingress-admission.js"
386
+ },
387
+ "./contracts/ingress-admission-policy": {
388
+ "types": "./dist/contracts/ingress-admission-policy.d.ts",
389
+ "browser": "./dist/browser/contracts/ingress-admission-policy.js",
390
+ "bun": "./dist/contracts/ingress-admission-policy.js",
391
+ "node": "./dist/node/contracts/ingress-admission-policy.js",
392
+ "default": "./dist/contracts/ingress-admission-policy.js"
393
+ },
394
+ "./contracts/models": {
395
+ "types": "./dist/contracts/models.d.ts",
396
+ "browser": "./dist/browser/contracts/models.js",
397
+ "bun": "./dist/contracts/models.js",
398
+ "node": "./dist/node/contracts/models.js",
399
+ "default": "./dist/contracts/models.js"
400
+ },
401
+ "./contracts/operations": {
402
+ "types": "./dist/contracts/operations.d.ts",
403
+ "browser": "./dist/browser/contracts/operations.js",
404
+ "bun": "./dist/contracts/operations.js",
405
+ "node": "./dist/node/contracts/operations.js",
406
+ "default": "./dist/contracts/operations.js"
407
+ },
408
+ "./contracts/persistence": {
409
+ "types": "./dist/contracts/persistence.d.ts",
410
+ "browser": "./dist/browser/contracts/persistence.js",
411
+ "bun": "./dist/contracts/persistence.js",
412
+ "node": "./dist/node/contracts/persistence.js",
413
+ "default": "./dist/contracts/persistence.js"
414
+ },
415
+ "./contracts/preference-resolution": {
416
+ "types": "./dist/contracts/preference-resolution.d.ts",
417
+ "browser": "./dist/browser/contracts/preference-resolution.js",
418
+ "bun": "./dist/contracts/preference-resolution.js",
419
+ "node": "./dist/node/contracts/preference-resolution.js",
420
+ "default": "./dist/contracts/preference-resolution.js"
421
+ },
422
+ "./contracts/query.operations": {
423
+ "types": "./dist/contracts/query.operations.d.ts",
424
+ "browser": "./dist/browser/contracts/query.operations.js",
425
+ "bun": "./dist/contracts/query.operations.js",
426
+ "node": "./dist/node/contracts/query.operations.js",
427
+ "default": "./dist/contracts/query.operations.js"
428
+ },
429
+ "./contracts/sequence-intent": {
430
+ "types": "./dist/contracts/sequence-intent.d.ts",
431
+ "browser": "./dist/browser/contracts/sequence-intent.js",
432
+ "bun": "./dist/contracts/sequence-intent.js",
433
+ "node": "./dist/node/contracts/sequence-intent.js",
434
+ "default": "./dist/contracts/sequence-intent.js"
435
+ },
436
+ "./contracts/sovereignty": {
437
+ "types": "./dist/contracts/sovereignty.d.ts",
438
+ "browser": "./dist/browser/contracts/sovereignty.js",
439
+ "bun": "./dist/contracts/sovereignty.js",
440
+ "node": "./dist/node/contracts/sovereignty.js",
441
+ "default": "./dist/contracts/sovereignty.js"
442
+ },
443
+ "./contracts/support-internal-note.operations": {
444
+ "types": "./dist/contracts/support-internal-note.operations.d.ts",
445
+ "browser": "./dist/browser/contracts/support-internal-note.operations.js",
446
+ "bun": "./dist/contracts/support-internal-note.operations.js",
447
+ "node": "./dist/node/contracts/support-internal-note.operations.js",
448
+ "default": "./dist/contracts/support-internal-note.operations.js"
449
+ },
450
+ "./contracts/thread-link-kind": {
451
+ "types": "./dist/contracts/thread-link-kind.d.ts",
452
+ "browser": "./dist/browser/contracts/thread-link-kind.js",
453
+ "bun": "./dist/contracts/thread-link-kind.js",
454
+ "node": "./dist/node/contracts/thread-link-kind.js",
455
+ "default": "./dist/contracts/thread-link-kind.js"
456
+ },
457
+ "./contracts/thread-message.operations": {
458
+ "types": "./dist/contracts/thread-message.operations.d.ts",
459
+ "browser": "./dist/browser/contracts/thread-message.operations.js",
460
+ "bun": "./dist/contracts/thread-message.operations.js",
461
+ "node": "./dist/node/contracts/thread-message.operations.js",
462
+ "default": "./dist/contracts/thread-message.operations.js"
463
+ },
464
+ "./events": {
465
+ "types": "./dist/events/index.d.ts",
466
+ "browser": "./dist/browser/events/index.js",
467
+ "bun": "./dist/events/index.js",
468
+ "node": "./dist/node/events/index.js",
469
+ "default": "./dist/events/index.js"
470
+ },
471
+ "./fixtures": {
472
+ "types": "./dist/fixtures/index.d.ts",
473
+ "browser": "./dist/browser/fixtures/index.js",
474
+ "bun": "./dist/fixtures/index.js",
475
+ "node": "./dist/node/fixtures/index.js",
476
+ "default": "./dist/fixtures/index.js"
477
+ },
478
+ "./fixtures/agent-omnichannel": {
479
+ "types": "./dist/fixtures/agent-omnichannel.d.ts",
480
+ "browser": "./dist/browser/fixtures/agent-omnichannel.js",
481
+ "bun": "./dist/fixtures/agent-omnichannel.js",
482
+ "node": "./dist/node/fixtures/agent-omnichannel.js",
483
+ "default": "./dist/fixtures/agent-omnichannel.js"
484
+ },
485
+ "./fixtures/agent-omnichannel-primitives": {
486
+ "types": "./dist/fixtures/agent-omnichannel-primitives.d.ts",
487
+ "browser": "./dist/browser/fixtures/agent-omnichannel-primitives.js",
488
+ "bun": "./dist/fixtures/agent-omnichannel-primitives.js",
489
+ "node": "./dist/node/fixtures/agent-omnichannel-primitives.js",
490
+ "default": "./dist/fixtures/agent-omnichannel-primitives.js"
491
+ },
492
+ "./fixtures/gtm-learning-loop-neutral.parts": {
493
+ "types": "./dist/fixtures/gtm-learning-loop-neutral.parts.d.ts",
494
+ "browser": "./dist/browser/fixtures/gtm-learning-loop-neutral.parts.js",
495
+ "bun": "./dist/fixtures/gtm-learning-loop-neutral.parts.js",
496
+ "node": "./dist/node/fixtures/gtm-learning-loop-neutral.parts.js",
497
+ "default": "./dist/fixtures/gtm-learning-loop-neutral.parts.js"
498
+ },
499
+ "./fixtures/normalized-ingestion": {
500
+ "types": "./dist/fixtures/normalized-ingestion.d.ts",
501
+ "browser": "./dist/browser/fixtures/normalized-ingestion.js",
502
+ "bun": "./dist/fixtures/normalized-ingestion.js",
503
+ "node": "./dist/node/fixtures/normalized-ingestion.js",
504
+ "default": "./dist/fixtures/normalized-ingestion.js"
505
+ },
506
+ "./queries": {
507
+ "types": "./dist/queries/index.d.ts",
508
+ "browser": "./dist/browser/queries/index.js",
509
+ "bun": "./dist/queries/index.js",
510
+ "node": "./dist/node/queries/index.js",
511
+ "default": "./dist/queries/index.js"
512
+ },
513
+ "./types": {
514
+ "types": "./dist/types/index.d.ts",
515
+ "browser": "./dist/browser/types/index.js",
516
+ "bun": "./dist/types/index.js",
517
+ "node": "./dist/node/types/index.js",
518
+ "default": "./dist/types/index.js"
519
+ },
520
+ "./types/domain-command": {
521
+ "types": "./dist/types/domain-command.d.ts",
522
+ "browser": "./dist/browser/types/domain-command.js",
523
+ "bun": "./dist/types/domain-command.js",
524
+ "node": "./dist/node/types/domain-command.js",
525
+ "default": "./dist/types/domain-command.js"
526
+ },
527
+ "./validation": {
528
+ "types": "./dist/validation/index.d.ts",
529
+ "browser": "./dist/browser/validation/index.js",
530
+ "bun": "./dist/validation/index.js",
531
+ "node": "./dist/node/validation/index.js",
532
+ "default": "./dist/validation/index.js"
533
+ },
534
+ "./validation/domain-command": {
535
+ "types": "./dist/validation/domain-command.d.ts",
536
+ "browser": "./dist/browser/validation/domain-command.js",
537
+ "bun": "./dist/validation/domain-command.js",
538
+ "node": "./dist/node/validation/domain-command.js",
539
+ "default": "./dist/validation/domain-command.js"
540
+ }
541
+ },
542
+ "publishConfig": {
543
+ "access": "public",
544
+ "registry": "https://registry.npmjs.org",
545
+ "exports": {
546
+ ".": {
547
+ "types": "./dist/index.d.ts",
548
+ "browser": "./dist/browser/index.js",
549
+ "bun": "./dist/index.js",
550
+ "node": "./dist/node/index.js",
551
+ "default": "./dist/index.js"
552
+ },
553
+ "./capabilities": {
554
+ "types": "./dist/capabilities/index.d.ts",
555
+ "browser": "./dist/browser/capabilities/index.js",
556
+ "bun": "./dist/capabilities/index.js",
557
+ "node": "./dist/node/capabilities/index.js",
558
+ "default": "./dist/capabilities/index.js"
559
+ },
560
+ "./capabilities/comms-ai.capabilities": {
561
+ "types": "./dist/capabilities/comms-ai.capabilities.d.ts",
562
+ "browser": "./dist/browser/capabilities/comms-ai.capabilities.js",
563
+ "bun": "./dist/capabilities/comms-ai.capabilities.js",
564
+ "node": "./dist/node/capabilities/comms-ai.capabilities.js",
565
+ "default": "./dist/capabilities/comms-ai.capabilities.js"
566
+ },
567
+ "./capabilities/communication-os.capability-ids": {
568
+ "types": "./dist/capabilities/communication-os.capability-ids.d.ts",
569
+ "browser": "./dist/browser/capabilities/communication-os.capability-ids.js",
570
+ "bun": "./dist/capabilities/communication-os.capability-ids.js",
571
+ "node": "./dist/node/capabilities/communication-os.capability-ids.js",
572
+ "default": "./dist/capabilities/communication-os.capability-ids.js"
573
+ },
574
+ "./capabilities/ecosystem-messaging.capabilities": {
575
+ "types": "./dist/capabilities/ecosystem-messaging.capabilities.d.ts",
576
+ "browser": "./dist/browser/capabilities/ecosystem-messaging.capabilities.js",
577
+ "bun": "./dist/capabilities/ecosystem-messaging.capabilities.js",
578
+ "node": "./dist/node/capabilities/ecosystem-messaging.capabilities.js",
579
+ "default": "./dist/capabilities/ecosystem-messaging.capabilities.js"
580
+ },
581
+ "./commands": {
582
+ "types": "./dist/commands/index.d.ts",
583
+ "browser": "./dist/browser/commands/index.js",
584
+ "bun": "./dist/commands/index.js",
585
+ "node": "./dist/node/commands/index.js",
586
+ "default": "./dist/commands/index.js"
587
+ },
588
+ "./commands/comms-ai.commands": {
589
+ "types": "./dist/commands/comms-ai.commands.d.ts",
590
+ "browser": "./dist/browser/commands/comms-ai.commands.js",
591
+ "bun": "./dist/commands/comms-ai.commands.js",
592
+ "node": "./dist/node/commands/comms-ai.commands.js",
593
+ "default": "./dist/commands/comms-ai.commands.js"
594
+ },
595
+ "./contracts": {
596
+ "types": "./dist/contracts/index.d.ts",
597
+ "browser": "./dist/browser/contracts/index.js",
598
+ "bun": "./dist/contracts/index.js",
599
+ "node": "./dist/node/contracts/index.js",
600
+ "default": "./dist/contracts/index.js"
601
+ },
602
+ "./contracts/agent-communication": {
603
+ "types": "./dist/contracts/agent-communication.d.ts",
604
+ "browser": "./dist/browser/contracts/agent-communication.js",
605
+ "bun": "./dist/contracts/agent-communication.js",
606
+ "node": "./dist/node/contracts/agent-communication.js",
607
+ "default": "./dist/contracts/agent-communication.js"
608
+ },
609
+ "./contracts/agent-lifecycle-projection": {
610
+ "types": "./dist/contracts/agent-lifecycle-projection.d.ts",
611
+ "browser": "./dist/browser/contracts/agent-lifecycle-projection.js",
612
+ "bun": "./dist/contracts/agent-lifecycle-projection.js",
613
+ "node": "./dist/node/contracts/agent-lifecycle-projection.js",
614
+ "default": "./dist/contracts/agent-lifecycle-projection.js"
615
+ },
616
+ "./contracts/agent-surface-control": {
617
+ "types": "./dist/contracts/agent-surface-control.d.ts",
618
+ "browser": "./dist/browser/contracts/agent-surface-control.js",
619
+ "bun": "./dist/contracts/agent-surface-control.js",
620
+ "node": "./dist/node/contracts/agent-surface-control.js",
621
+ "default": "./dist/contracts/agent-surface-control.js"
622
+ },
623
+ "./contracts/ai-assistance.operations": {
624
+ "types": "./dist/contracts/ai-assistance.operations.d.ts",
625
+ "browser": "./dist/browser/contracts/ai-assistance.operations.js",
626
+ "bun": "./dist/contracts/ai-assistance.operations.js",
627
+ "node": "./dist/node/contracts/ai-assistance.operations.js",
628
+ "default": "./dist/contracts/ai-assistance.operations.js"
629
+ },
630
+ "./contracts/artifact-digest": {
631
+ "types": "./dist/contracts/artifact-digest.d.ts",
632
+ "browser": "./dist/browser/contracts/artifact-digest.js",
633
+ "bun": "./dist/contracts/artifact-digest.js",
634
+ "node": "./dist/node/contracts/artifact-digest.js",
635
+ "default": "./dist/contracts/artifact-digest.js"
636
+ },
637
+ "./contracts/canonical-agent-conversation": {
638
+ "types": "./dist/contracts/canonical-agent-conversation.d.ts",
639
+ "browser": "./dist/browser/contracts/canonical-agent-conversation.js",
640
+ "bun": "./dist/contracts/canonical-agent-conversation.js",
641
+ "node": "./dist/node/contracts/canonical-agent-conversation.js",
642
+ "default": "./dist/contracts/canonical-agent-conversation.js"
643
+ },
644
+ "./contracts/channel-preferences": {
645
+ "types": "./dist/contracts/channel-preferences.d.ts",
646
+ "browser": "./dist/browser/contracts/channel-preferences.js",
647
+ "bun": "./dist/contracts/channel-preferences.js",
648
+ "node": "./dist/node/contracts/channel-preferences.js",
649
+ "default": "./dist/contracts/channel-preferences.js"
650
+ },
651
+ "./contracts/channel-routing": {
652
+ "types": "./dist/contracts/channel-routing.d.ts",
653
+ "browser": "./dist/browser/contracts/channel-routing.js",
654
+ "bun": "./dist/contracts/channel-routing.js",
655
+ "node": "./dist/node/contracts/channel-routing.js",
656
+ "default": "./dist/contracts/channel-routing.js"
657
+ },
658
+ "./contracts/collaboration.operations": {
659
+ "types": "./dist/contracts/collaboration.operations.d.ts",
660
+ "browser": "./dist/browser/contracts/collaboration.operations.js",
661
+ "bun": "./dist/contracts/collaboration.operations.js",
662
+ "node": "./dist/node/contracts/collaboration.operations.js",
663
+ "default": "./dist/contracts/collaboration.operations.js"
664
+ },
665
+ "./contracts/customer-live-chat-grant.operations": {
666
+ "types": "./dist/contracts/customer-live-chat-grant.operations.d.ts",
667
+ "browser": "./dist/browser/contracts/customer-live-chat-grant.operations.js",
668
+ "bun": "./dist/contracts/customer-live-chat-grant.operations.js",
669
+ "node": "./dist/node/contracts/customer-live-chat-grant.operations.js",
670
+ "default": "./dist/contracts/customer-live-chat-grant.operations.js"
671
+ },
672
+ "./contracts/delivery-eligibility": {
673
+ "types": "./dist/contracts/delivery-eligibility.d.ts",
674
+ "browser": "./dist/browser/contracts/delivery-eligibility.js",
675
+ "bun": "./dist/contracts/delivery-eligibility.js",
676
+ "node": "./dist/node/contracts/delivery-eligibility.js",
677
+ "default": "./dist/contracts/delivery-eligibility.js"
678
+ },
679
+ "./contracts/delivery-fallback": {
680
+ "types": "./dist/contracts/delivery-fallback.d.ts",
681
+ "browser": "./dist/browser/contracts/delivery-fallback.js",
682
+ "bun": "./dist/contracts/delivery-fallback.js",
683
+ "node": "./dist/node/contracts/delivery-fallback.js",
684
+ "default": "./dist/contracts/delivery-fallback.js"
685
+ },
686
+ "./contracts/delivery-fallback-eligibility-validation": {
687
+ "types": "./dist/contracts/delivery-fallback-eligibility-validation.d.ts",
688
+ "browser": "./dist/browser/contracts/delivery-fallback-eligibility-validation.js",
689
+ "bun": "./dist/contracts/delivery-fallback-eligibility-validation.js",
690
+ "node": "./dist/node/contracts/delivery-fallback-eligibility-validation.js",
691
+ "default": "./dist/contracts/delivery-fallback-eligibility-validation.js"
692
+ },
693
+ "./contracts/delivery-fallback-validation": {
694
+ "types": "./dist/contracts/delivery-fallback-validation.d.ts",
695
+ "browser": "./dist/browser/contracts/delivery-fallback-validation.js",
696
+ "bun": "./dist/contracts/delivery-fallback-validation.js",
697
+ "node": "./dist/node/contracts/delivery-fallback-validation.js",
698
+ "default": "./dist/contracts/delivery-fallback-validation.js"
699
+ },
700
+ "./contracts/delivery-intent": {
701
+ "types": "./dist/contracts/delivery-intent.d.ts",
702
+ "browser": "./dist/browser/contracts/delivery-intent.js",
703
+ "bun": "./dist/contracts/delivery-intent.js",
704
+ "node": "./dist/node/contracts/delivery-intent.js",
705
+ "default": "./dist/contracts/delivery-intent.js"
706
+ },
707
+ "./contracts/delivery-intent-validation": {
708
+ "types": "./dist/contracts/delivery-intent-validation.d.ts",
709
+ "browser": "./dist/browser/contracts/delivery-intent-validation.js",
710
+ "bun": "./dist/contracts/delivery-intent-validation.js",
711
+ "node": "./dist/node/contracts/delivery-intent-validation.js",
712
+ "default": "./dist/contracts/delivery-intent-validation.js"
713
+ },
714
+ "./contracts/delivery-progress": {
715
+ "types": "./dist/contracts/delivery-progress.d.ts",
716
+ "browser": "./dist/browser/contracts/delivery-progress.js",
717
+ "bun": "./dist/contracts/delivery-progress.js",
718
+ "node": "./dist/node/contracts/delivery-progress.js",
719
+ "default": "./dist/contracts/delivery-progress.js"
720
+ },
721
+ "./contracts/discord-community-intelligence.operations": {
722
+ "types": "./dist/contracts/discord-community-intelligence.operations.d.ts",
723
+ "browser": "./dist/browser/contracts/discord-community-intelligence.operations.js",
724
+ "bun": "./dist/contracts/discord-community-intelligence.operations.js",
725
+ "node": "./dist/node/contracts/discord-community-intelligence.operations.js",
726
+ "default": "./dist/contracts/discord-community-intelligence.operations.js"
727
+ },
728
+ "./contracts/discord-community.events": {
729
+ "types": "./dist/contracts/discord-community.events.d.ts",
730
+ "browser": "./dist/browser/contracts/discord-community.events.js",
731
+ "bun": "./dist/contracts/discord-community.events.js",
732
+ "node": "./dist/node/contracts/discord-community.events.js",
733
+ "default": "./dist/contracts/discord-community.events.js"
734
+ },
735
+ "./contracts/discord-community.models": {
736
+ "types": "./dist/contracts/discord-community.models.d.ts",
737
+ "browser": "./dist/browser/contracts/discord-community.models.js",
738
+ "bun": "./dist/contracts/discord-community.models.js",
739
+ "node": "./dist/node/contracts/discord-community.models.js",
740
+ "default": "./dist/contracts/discord-community.models.js"
741
+ },
742
+ "./contracts/discord-community.operations": {
743
+ "types": "./dist/contracts/discord-community.operations.d.ts",
744
+ "browser": "./dist/browser/contracts/discord-community.operations.js",
745
+ "bun": "./dist/contracts/discord-community.operations.js",
746
+ "node": "./dist/node/contracts/discord-community.operations.js",
747
+ "default": "./dist/contracts/discord-community.operations.js"
748
+ },
749
+ "./contracts/ecosystem-attachment.operations": {
750
+ "types": "./dist/contracts/ecosystem-attachment.operations.d.ts",
751
+ "browser": "./dist/browser/contracts/ecosystem-attachment.operations.js",
752
+ "bun": "./dist/contracts/ecosystem-attachment.operations.js",
753
+ "node": "./dist/node/contracts/ecosystem-attachment.operations.js",
754
+ "default": "./dist/contracts/ecosystem-attachment.operations.js"
755
+ },
756
+ "./contracts/ecosystem-auth.operations": {
757
+ "types": "./dist/contracts/ecosystem-auth.operations.d.ts",
758
+ "browser": "./dist/browser/contracts/ecosystem-auth.operations.js",
759
+ "bun": "./dist/contracts/ecosystem-auth.operations.js",
760
+ "node": "./dist/node/contracts/ecosystem-auth.operations.js",
761
+ "default": "./dist/contracts/ecosystem-auth.operations.js"
762
+ },
763
+ "./contracts/ecosystem-binding.operations": {
764
+ "types": "./dist/contracts/ecosystem-binding.operations.d.ts",
765
+ "browser": "./dist/browser/contracts/ecosystem-binding.operations.js",
766
+ "bun": "./dist/contracts/ecosystem-binding.operations.js",
767
+ "node": "./dist/node/contracts/ecosystem-binding.operations.js",
768
+ "default": "./dist/contracts/ecosystem-binding.operations.js"
769
+ },
770
+ "./contracts/ecosystem-connection-subscription.events": {
771
+ "types": "./dist/contracts/ecosystem-connection-subscription.events.d.ts",
772
+ "browser": "./dist/browser/contracts/ecosystem-connection-subscription.events.js",
773
+ "bun": "./dist/contracts/ecosystem-connection-subscription.events.js",
774
+ "node": "./dist/node/contracts/ecosystem-connection-subscription.events.js",
775
+ "default": "./dist/contracts/ecosystem-connection-subscription.events.js"
776
+ },
777
+ "./contracts/ecosystem-governed-work-v2.operations": {
778
+ "types": "./dist/contracts/ecosystem-governed-work-v2.operations.d.ts",
779
+ "browser": "./dist/browser/contracts/ecosystem-governed-work-v2.operations.js",
780
+ "bun": "./dist/contracts/ecosystem-governed-work-v2.operations.js",
781
+ "node": "./dist/node/contracts/ecosystem-governed-work-v2.operations.js",
782
+ "default": "./dist/contracts/ecosystem-governed-work-v2.operations.js"
783
+ },
784
+ "./contracts/ecosystem-governed-work.operations": {
785
+ "types": "./dist/contracts/ecosystem-governed-work.operations.d.ts",
786
+ "browser": "./dist/browser/contracts/ecosystem-governed-work.operations.js",
787
+ "bun": "./dist/contracts/ecosystem-governed-work.operations.js",
788
+ "node": "./dist/node/contracts/ecosystem-governed-work.operations.js",
789
+ "default": "./dist/contracts/ecosystem-governed-work.operations.js"
790
+ },
791
+ "./contracts/ecosystem-identity-v3.operations": {
792
+ "types": "./dist/contracts/ecosystem-identity-v3.operations.d.ts",
793
+ "browser": "./dist/browser/contracts/ecosystem-identity-v3.operations.js",
794
+ "bun": "./dist/contracts/ecosystem-identity-v3.operations.js",
795
+ "node": "./dist/node/contracts/ecosystem-identity-v3.operations.js",
796
+ "default": "./dist/contracts/ecosystem-identity-v3.operations.js"
797
+ },
798
+ "./contracts/ecosystem-identity.operations": {
799
+ "types": "./dist/contracts/ecosystem-identity.operations.d.ts",
800
+ "browser": "./dist/browser/contracts/ecosystem-identity.operations.js",
801
+ "bun": "./dist/contracts/ecosystem-identity.operations.js",
802
+ "node": "./dist/node/contracts/ecosystem-identity.operations.js",
803
+ "default": "./dist/contracts/ecosystem-identity.operations.js"
804
+ },
805
+ "./contracts/ecosystem-message.operations": {
806
+ "types": "./dist/contracts/ecosystem-message.operations.d.ts",
807
+ "browser": "./dist/browser/contracts/ecosystem-message.operations.js",
808
+ "bun": "./dist/contracts/ecosystem-message.operations.js",
809
+ "node": "./dist/node/contracts/ecosystem-message.operations.js",
810
+ "default": "./dist/contracts/ecosystem-message.operations.js"
811
+ },
812
+ "./contracts/ecosystem-messaging.dtos": {
813
+ "types": "./dist/contracts/ecosystem-messaging.dtos.d.ts",
814
+ "browser": "./dist/browser/contracts/ecosystem-messaging.dtos.js",
815
+ "bun": "./dist/contracts/ecosystem-messaging.dtos.js",
816
+ "node": "./dist/node/contracts/ecosystem-messaging.dtos.js",
817
+ "default": "./dist/contracts/ecosystem-messaging.dtos.js"
818
+ },
819
+ "./contracts/ecosystem-messaging.events": {
820
+ "types": "./dist/contracts/ecosystem-messaging.events.d.ts",
821
+ "browser": "./dist/browser/contracts/ecosystem-messaging.events.js",
822
+ "bun": "./dist/contracts/ecosystem-messaging.events.js",
823
+ "node": "./dist/node/contracts/ecosystem-messaging.events.js",
824
+ "default": "./dist/contracts/ecosystem-messaging.events.js"
825
+ },
826
+ "./contracts/ecosystem-messaging.models": {
827
+ "types": "./dist/contracts/ecosystem-messaging.models.d.ts",
828
+ "browser": "./dist/browser/contracts/ecosystem-messaging.models.js",
829
+ "bun": "./dist/contracts/ecosystem-messaging.models.js",
830
+ "node": "./dist/node/contracts/ecosystem-messaging.models.js",
831
+ "default": "./dist/contracts/ecosystem-messaging.models.js"
832
+ },
833
+ "./contracts/ecosystem-navigation-v3.operations": {
834
+ "types": "./dist/contracts/ecosystem-navigation-v3.operations.d.ts",
835
+ "browser": "./dist/browser/contracts/ecosystem-navigation-v3.operations.js",
836
+ "bun": "./dist/contracts/ecosystem-navigation-v3.operations.js",
837
+ "node": "./dist/node/contracts/ecosystem-navigation-v3.operations.js",
838
+ "default": "./dist/contracts/ecosystem-navigation-v3.operations.js"
839
+ },
840
+ "./contracts/ecosystem-webhook.operations": {
841
+ "types": "./dist/contracts/ecosystem-webhook.operations.d.ts",
842
+ "browser": "./dist/browser/contracts/ecosystem-webhook.operations.js",
843
+ "bun": "./dist/contracts/ecosystem-webhook.operations.js",
844
+ "node": "./dist/node/contracts/ecosystem-webhook.operations.js",
845
+ "default": "./dist/contracts/ecosystem-webhook.operations.js"
846
+ },
847
+ "./contracts/ecosystem-workspace.operations": {
848
+ "types": "./dist/contracts/ecosystem-workspace.operations.d.ts",
849
+ "browser": "./dist/browser/contracts/ecosystem-workspace.operations.js",
850
+ "bun": "./dist/contracts/ecosystem-workspace.operations.js",
851
+ "node": "./dist/node/contracts/ecosystem-workspace.operations.js",
852
+ "default": "./dist/contracts/ecosystem-workspace.operations.js"
853
+ },
854
+ "./contracts/enums": {
855
+ "types": "./dist/contracts/enums.d.ts",
856
+ "browser": "./dist/browser/contracts/enums.js",
857
+ "bun": "./dist/contracts/enums.js",
858
+ "node": "./dist/node/contracts/enums.js",
859
+ "default": "./dist/contracts/enums.js"
860
+ },
861
+ "./contracts/erasure.operations": {
862
+ "types": "./dist/contracts/erasure.operations.d.ts",
863
+ "browser": "./dist/browser/contracts/erasure.operations.js",
864
+ "bun": "./dist/contracts/erasure.operations.js",
865
+ "node": "./dist/node/contracts/erasure.operations.js",
866
+ "default": "./dist/contracts/erasure.operations.js"
867
+ },
868
+ "./contracts/events": {
869
+ "types": "./dist/contracts/events.d.ts",
870
+ "browser": "./dist/browser/contracts/events.js",
871
+ "bun": "./dist/contracts/events.js",
872
+ "node": "./dist/node/contracts/events.js",
873
+ "default": "./dist/contracts/events.js"
874
+ },
875
+ "./contracts/ingestion": {
876
+ "types": "./dist/contracts/ingestion.d.ts",
877
+ "browser": "./dist/browser/contracts/ingestion.js",
878
+ "bun": "./dist/contracts/ingestion.js",
879
+ "node": "./dist/node/contracts/ingestion.js",
880
+ "default": "./dist/contracts/ingestion.js"
881
+ },
882
+ "./contracts/ingress-admission": {
883
+ "types": "./dist/contracts/ingress-admission.d.ts",
884
+ "browser": "./dist/browser/contracts/ingress-admission.js",
885
+ "bun": "./dist/contracts/ingress-admission.js",
886
+ "node": "./dist/node/contracts/ingress-admission.js",
887
+ "default": "./dist/contracts/ingress-admission.js"
888
+ },
889
+ "./contracts/ingress-admission-policy": {
890
+ "types": "./dist/contracts/ingress-admission-policy.d.ts",
891
+ "browser": "./dist/browser/contracts/ingress-admission-policy.js",
892
+ "bun": "./dist/contracts/ingress-admission-policy.js",
893
+ "node": "./dist/node/contracts/ingress-admission-policy.js",
894
+ "default": "./dist/contracts/ingress-admission-policy.js"
895
+ },
896
+ "./contracts/models": {
897
+ "types": "./dist/contracts/models.d.ts",
898
+ "browser": "./dist/browser/contracts/models.js",
899
+ "bun": "./dist/contracts/models.js",
900
+ "node": "./dist/node/contracts/models.js",
901
+ "default": "./dist/contracts/models.js"
902
+ },
903
+ "./contracts/operations": {
904
+ "types": "./dist/contracts/operations.d.ts",
905
+ "browser": "./dist/browser/contracts/operations.js",
906
+ "bun": "./dist/contracts/operations.js",
907
+ "node": "./dist/node/contracts/operations.js",
908
+ "default": "./dist/contracts/operations.js"
909
+ },
910
+ "./contracts/persistence": {
911
+ "types": "./dist/contracts/persistence.d.ts",
912
+ "browser": "./dist/browser/contracts/persistence.js",
913
+ "bun": "./dist/contracts/persistence.js",
914
+ "node": "./dist/node/contracts/persistence.js",
915
+ "default": "./dist/contracts/persistence.js"
916
+ },
917
+ "./contracts/preference-resolution": {
918
+ "types": "./dist/contracts/preference-resolution.d.ts",
919
+ "browser": "./dist/browser/contracts/preference-resolution.js",
920
+ "bun": "./dist/contracts/preference-resolution.js",
921
+ "node": "./dist/node/contracts/preference-resolution.js",
922
+ "default": "./dist/contracts/preference-resolution.js"
923
+ },
924
+ "./contracts/query.operations": {
925
+ "types": "./dist/contracts/query.operations.d.ts",
926
+ "browser": "./dist/browser/contracts/query.operations.js",
927
+ "bun": "./dist/contracts/query.operations.js",
928
+ "node": "./dist/node/contracts/query.operations.js",
929
+ "default": "./dist/contracts/query.operations.js"
930
+ },
931
+ "./contracts/sequence-intent": {
932
+ "types": "./dist/contracts/sequence-intent.d.ts",
933
+ "browser": "./dist/browser/contracts/sequence-intent.js",
934
+ "bun": "./dist/contracts/sequence-intent.js",
935
+ "node": "./dist/node/contracts/sequence-intent.js",
936
+ "default": "./dist/contracts/sequence-intent.js"
937
+ },
938
+ "./contracts/sovereignty": {
939
+ "types": "./dist/contracts/sovereignty.d.ts",
940
+ "browser": "./dist/browser/contracts/sovereignty.js",
941
+ "bun": "./dist/contracts/sovereignty.js",
942
+ "node": "./dist/node/contracts/sovereignty.js",
943
+ "default": "./dist/contracts/sovereignty.js"
944
+ },
945
+ "./contracts/support-internal-note.operations": {
946
+ "types": "./dist/contracts/support-internal-note.operations.d.ts",
947
+ "browser": "./dist/browser/contracts/support-internal-note.operations.js",
948
+ "bun": "./dist/contracts/support-internal-note.operations.js",
949
+ "node": "./dist/node/contracts/support-internal-note.operations.js",
950
+ "default": "./dist/contracts/support-internal-note.operations.js"
951
+ },
952
+ "./contracts/thread-link-kind": {
953
+ "types": "./dist/contracts/thread-link-kind.d.ts",
954
+ "browser": "./dist/browser/contracts/thread-link-kind.js",
955
+ "bun": "./dist/contracts/thread-link-kind.js",
956
+ "node": "./dist/node/contracts/thread-link-kind.js",
957
+ "default": "./dist/contracts/thread-link-kind.js"
958
+ },
959
+ "./contracts/thread-message.operations": {
960
+ "types": "./dist/contracts/thread-message.operations.d.ts",
961
+ "browser": "./dist/browser/contracts/thread-message.operations.js",
962
+ "bun": "./dist/contracts/thread-message.operations.js",
963
+ "node": "./dist/node/contracts/thread-message.operations.js",
964
+ "default": "./dist/contracts/thread-message.operations.js"
965
+ },
966
+ "./events": {
967
+ "types": "./dist/events/index.d.ts",
968
+ "browser": "./dist/browser/events/index.js",
969
+ "bun": "./dist/events/index.js",
970
+ "node": "./dist/node/events/index.js",
971
+ "default": "./dist/events/index.js"
972
+ },
973
+ "./fixtures": {
974
+ "types": "./dist/fixtures/index.d.ts",
975
+ "browser": "./dist/browser/fixtures/index.js",
976
+ "bun": "./dist/fixtures/index.js",
977
+ "node": "./dist/node/fixtures/index.js",
978
+ "default": "./dist/fixtures/index.js"
979
+ },
980
+ "./fixtures/agent-omnichannel": {
981
+ "types": "./dist/fixtures/agent-omnichannel.d.ts",
982
+ "browser": "./dist/browser/fixtures/agent-omnichannel.js",
983
+ "bun": "./dist/fixtures/agent-omnichannel.js",
984
+ "node": "./dist/node/fixtures/agent-omnichannel.js",
985
+ "default": "./dist/fixtures/agent-omnichannel.js"
986
+ },
987
+ "./fixtures/agent-omnichannel-primitives": {
988
+ "types": "./dist/fixtures/agent-omnichannel-primitives.d.ts",
989
+ "browser": "./dist/browser/fixtures/agent-omnichannel-primitives.js",
990
+ "bun": "./dist/fixtures/agent-omnichannel-primitives.js",
991
+ "node": "./dist/node/fixtures/agent-omnichannel-primitives.js",
992
+ "default": "./dist/fixtures/agent-omnichannel-primitives.js"
993
+ },
994
+ "./fixtures/gtm-learning-loop-neutral.parts": {
995
+ "types": "./dist/fixtures/gtm-learning-loop-neutral.parts.d.ts",
996
+ "browser": "./dist/browser/fixtures/gtm-learning-loop-neutral.parts.js",
997
+ "bun": "./dist/fixtures/gtm-learning-loop-neutral.parts.js",
998
+ "node": "./dist/node/fixtures/gtm-learning-loop-neutral.parts.js",
999
+ "default": "./dist/fixtures/gtm-learning-loop-neutral.parts.js"
1000
+ },
1001
+ "./fixtures/normalized-ingestion": {
1002
+ "types": "./dist/fixtures/normalized-ingestion.d.ts",
1003
+ "browser": "./dist/browser/fixtures/normalized-ingestion.js",
1004
+ "bun": "./dist/fixtures/normalized-ingestion.js",
1005
+ "node": "./dist/node/fixtures/normalized-ingestion.js",
1006
+ "default": "./dist/fixtures/normalized-ingestion.js"
1007
+ },
1008
+ "./queries": {
1009
+ "types": "./dist/queries/index.d.ts",
1010
+ "browser": "./dist/browser/queries/index.js",
1011
+ "bun": "./dist/queries/index.js",
1012
+ "node": "./dist/node/queries/index.js",
1013
+ "default": "./dist/queries/index.js"
1014
+ },
1015
+ "./types": {
1016
+ "types": "./dist/types/index.d.ts",
1017
+ "browser": "./dist/browser/types/index.js",
1018
+ "bun": "./dist/types/index.js",
1019
+ "node": "./dist/node/types/index.js",
1020
+ "default": "./dist/types/index.js"
1021
+ },
1022
+ "./types/domain-command": {
1023
+ "types": "./dist/types/domain-command.d.ts",
1024
+ "browser": "./dist/browser/types/domain-command.js",
1025
+ "bun": "./dist/types/domain-command.js",
1026
+ "node": "./dist/node/types/domain-command.js",
1027
+ "default": "./dist/types/domain-command.js"
1028
+ },
1029
+ "./validation": {
1030
+ "types": "./dist/validation/index.d.ts",
1031
+ "browser": "./dist/browser/validation/index.js",
1032
+ "bun": "./dist/validation/index.js",
1033
+ "node": "./dist/node/validation/index.js",
1034
+ "default": "./dist/validation/index.js"
1035
+ },
1036
+ "./validation/domain-command": {
1037
+ "types": "./dist/validation/domain-command.d.ts",
1038
+ "browser": "./dist/browser/validation/domain-command.js",
1039
+ "bun": "./dist/validation/domain-command.js",
1040
+ "node": "./dist/node/validation/domain-command.js",
1041
+ "default": "./dist/validation/domain-command.js"
1042
+ }
1043
+ }
1044
+ },
1045
+ "license": "MIT",
1046
+ "repository": {
1047
+ "type": "git",
1048
+ "url": "https://github.com/lssm-tech/contractspec.git",
1049
+ "directory": "packages/libs/communication-spec"
1050
+ },
1051
+ "homepage": "https://contractspec.io",
1052
+ "contractspec": {
1053
+ "catalog": {
1054
+ "family": "contracts",
1055
+ "kind": "library",
1056
+ "status": "active",
1057
+ "adoptionMode": "adoptable",
1058
+ "stability": "stable",
1059
+ "platforms": [
1060
+ "server"
1061
+ ],
1062
+ "runtimes": [
1063
+ "node"
1064
+ ],
1065
+ "entrypoints": [
1066
+ ".",
1067
+ "./capabilities",
1068
+ "./capabilities/comms-ai.capabilities",
1069
+ "./capabilities/communication-os.capability-ids",
1070
+ "./capabilities/ecosystem-messaging.capabilities",
1071
+ "./commands",
1072
+ "./commands/comms-ai.commands",
1073
+ "./contracts",
1074
+ "./contracts/agent-communication",
1075
+ "./contracts/agent-lifecycle-projection",
1076
+ "./contracts/agent-surface-control",
1077
+ "./contracts/artifact-digest",
1078
+ "./contracts/canonical-agent-conversation",
1079
+ "./contracts/customer-live-chat-grant.operations",
1080
+ "./contracts/delivery-eligibility",
1081
+ "./contracts/discord-community.events",
1082
+ "./contracts/discord-community.models",
1083
+ "./contracts/discord-community.operations",
1084
+ "./contracts/ai-assistance.operations",
1085
+ "./contracts/collaboration.operations",
1086
+ "./contracts/ecosystem-attachment.operations",
1087
+ "./contracts/ecosystem-auth.operations",
1088
+ "./contracts/ecosystem-binding.operations",
1089
+ "./contracts/ecosystem-governed-work-v2.operations",
1090
+ "./contracts/ecosystem-governed-work.operations",
1091
+ "./contracts/ecosystem-identity-v3.operations",
1092
+ "./contracts/ecosystem-identity.operations",
1093
+ "./contracts/ecosystem-message.operations",
1094
+ "./contracts/ecosystem-messaging.dtos",
1095
+ "./contracts/ecosystem-messaging.events",
1096
+ "./contracts/ecosystem-messaging.models",
1097
+ "./contracts/ecosystem-navigation-v3.operations",
1098
+ "./contracts/ecosystem-webhook.operations",
1099
+ "./contracts/ecosystem-workspace.operations",
1100
+ "./contracts/enums",
1101
+ "./contracts/erasure.operations",
1102
+ "./contracts/events",
1103
+ "./contracts/ingestion",
1104
+ "./contracts/ingress-admission",
1105
+ "./contracts/ingress-admission-policy",
1106
+ "./contracts/models",
1107
+ "./contracts/operations",
1108
+ "./contracts/persistence",
1109
+ "./contracts/query.operations",
1110
+ "./contracts/sequence-intent",
1111
+ "./contracts/sovereignty",
1112
+ "./contracts/support-internal-note.operations",
1113
+ "./contracts/thread-link-kind",
1114
+ "./contracts/thread-message.operations",
1115
+ "./events",
1116
+ "./fixtures",
1117
+ "./fixtures/gtm-learning-loop-neutral.parts",
1118
+ "./fixtures/normalized-ingestion",
1119
+ "./queries",
1120
+ "./types",
1121
+ "./types/domain-command",
1122
+ "./validation",
1123
+ "./validation/domain-command"
1124
+ ],
1125
+ "documentation": [
1126
+ {
1127
+ "title": "Lib Communication Spec documentation",
1128
+ "url": "https://www.npmjs.com/package/%40lssm%2Flib.communication-spec",
1129
+ "kind": "readme"
1130
+ }
1131
+ ],
1132
+ "examples": [],
1133
+ "replacements": [],
1134
+ "capabilities": [
1135
+ {
1136
+ "id": "package.lssm.tech.lib.communication.spec",
1137
+ "title": "Lib Communication Spec",
1138
+ "description": "Canonical communication contracts, operations, events, and validation helpers for ContractSpec.",
1139
+ "status": "active",
1140
+ "useCases": [
1141
+ "Adopt canonical communication contracts, operations, events, and validation helpers for contractspec"
1142
+ ],
1143
+ "aliases": [
1144
+ "contractspec",
1145
+ "communication",
1146
+ "contracts",
1147
+ "typescript",
1148
+ "lib",
1149
+ "spec"
1150
+ ],
1151
+ "pythonEquivalents": [],
1152
+ "canonicalImports": [
1153
+ {
1154
+ "from": "@lssm/lib.communication-spec",
1155
+ "symbols": []
1156
+ },
1157
+ {
1158
+ "from": "@lssm/lib.communication-spec/capabilities",
1159
+ "symbols": []
1160
+ },
1161
+ {
1162
+ "from": "@lssm/lib.communication-spec/capabilities/comms-ai.capabilities",
1163
+ "symbols": []
1164
+ },
1165
+ {
1166
+ "from": "@lssm/lib.communication-spec/capabilities/communication-os.capability-ids",
1167
+ "symbols": []
1168
+ },
1169
+ {
1170
+ "from": "@lssm/lib.communication-spec/capabilities/ecosystem-messaging.capabilities",
1171
+ "symbols": []
1172
+ },
1173
+ {
1174
+ "from": "@lssm/lib.communication-spec/commands",
1175
+ "symbols": []
1176
+ },
1177
+ {
1178
+ "from": "@lssm/lib.communication-spec/commands/comms-ai.commands",
1179
+ "symbols": []
1180
+ },
1181
+ {
1182
+ "from": "@lssm/lib.communication-spec/contracts",
1183
+ "symbols": []
1184
+ },
1185
+ {
1186
+ "from": "@lssm/lib.communication-spec/contracts/ai-assistance.operations",
1187
+ "symbols": []
1188
+ },
1189
+ {
1190
+ "from": "@lssm/lib.communication-spec/contracts/collaboration.operations",
1191
+ "symbols": []
1192
+ },
1193
+ {
1194
+ "from": "@lssm/lib.communication-spec/contracts/ecosystem-attachment.operations",
1195
+ "symbols": []
1196
+ },
1197
+ {
1198
+ "from": "@lssm/lib.communication-spec/contracts/ecosystem-auth.operations",
1199
+ "symbols": []
1200
+ },
1201
+ {
1202
+ "from": "@lssm/lib.communication-spec/contracts/ecosystem-binding.operations",
1203
+ "symbols": []
1204
+ }
1205
+ ],
1206
+ "constraints": {
1207
+ "platforms": [
1208
+ "server"
1209
+ ],
1210
+ "runtimes": [
1211
+ "node"
1212
+ ],
1213
+ "avoidWhen": [
1214
+ "The @lssm/lib.communication-spec package constraints do not match the target runtime or platform."
1215
+ ],
1216
+ "requires": [
1217
+ "TypeScript"
1218
+ ]
1219
+ },
1220
+ "alternatives": [],
1221
+ "relationships": [],
1222
+ "resolutionPriority": 50
1223
+ }
1224
+ ]
1225
+ }
1226
+ }
1227
+ }