@undefineds.co/xpod 0.2.34 → 0.2.36

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 (302) hide show
  1. package/dist/agents/schema/agent-config.js +1 -1
  2. package/dist/agents/schema/agent-config.js.map +1 -1
  3. package/dist/agents/schema/create-agent-schema.js +17 -16
  4. package/dist/agents/schema/create-agent-schema.js.map +1 -1
  5. package/dist/agents/schema/tables.js +1 -1
  6. package/dist/agents/schema/tables.js.map +1 -1
  7. package/dist/ai/schema/config.js +1 -1
  8. package/dist/ai/schema/config.js.map +1 -1
  9. package/dist/ai/schema/model.js +2 -2
  10. package/dist/ai/schema/model.js.map +1 -1
  11. package/dist/ai/schema/provider.js +1 -1
  12. package/dist/ai/schema/provider.js.map +1 -1
  13. package/dist/ai/schema/vector-store.js +2 -2
  14. package/dist/ai/schema/vector-store.js.map +1 -1
  15. package/dist/api/container/local.js +1 -5
  16. package/dist/api/container/local.js.map +1 -1
  17. package/dist/api/container/routes.js +16 -1
  18. package/dist/api/container/routes.js.map +1 -1
  19. package/dist/api/handlers/PodManagementHandler.d.ts +8 -0
  20. package/dist/api/handlers/PodManagementHandler.js +5 -3
  21. package/dist/api/handlers/PodManagementHandler.js.map +1 -1
  22. package/dist/api/handlers/WebIdProfileHandler.js +64 -6
  23. package/dist/api/handlers/WebIdProfileHandler.js.map +1 -1
  24. package/dist/api/runtime.js +11 -6
  25. package/dist/api/runtime.js.map +1 -1
  26. package/dist/components/components.jsonld +1 -0
  27. package/dist/components/context.jsonld +36 -0
  28. package/dist/credential/schema/tables.js +3 -3
  29. package/dist/credential/schema/tables.js.map +1 -1
  30. package/dist/edge/LocalNetworkManager.d.ts +2 -7
  31. package/dist/edge/LocalNetworkManager.js +7 -34
  32. package/dist/edge/LocalNetworkManager.js.map +1 -1
  33. package/dist/index.d.ts +2 -1
  34. package/dist/index.js +3 -1
  35. package/dist/index.js.map +1 -1
  36. package/dist/provision/LocalPodProvisioningService.d.ts +34 -0
  37. package/dist/provision/LocalPodProvisioningService.js +294 -0
  38. package/dist/provision/LocalPodProvisioningService.js.map +1 -0
  39. package/dist/provision/LocalPodProvisioningService.jsonld +142 -0
  40. package/dist/provision/ProvisionPodCreator.js +3 -4
  41. package/dist/provision/ProvisionPodCreator.js.map +1 -1
  42. package/dist/tunnel/LocalTunnelProvider.d.ts +2 -2
  43. package/dist/tunnel/LocalTunnelProvider.js +12 -14
  44. package/dist/tunnel/LocalTunnelProvider.js.map +1 -1
  45. package/dist/tunnel/TunnelProvider.d.ts +2 -0
  46. package/dist/tunnel/TunnelProvider.js.map +1 -1
  47. package/dist/tunnel/TunnelProvider.jsonld +4 -0
  48. package/package.json +2 -2
  49. package/node_modules/@undefineds.co/models/README.md +0 -578
  50. package/node_modules/@undefineds.co/models/dist/_drizzle-solid/columns.d.ts +0 -37
  51. package/node_modules/@undefineds.co/models/dist/_drizzle-solid/columns.js +0 -1
  52. package/node_modules/@undefineds.co/models/dist/_drizzle-solid/pod-table.d.ts +0 -3
  53. package/node_modules/@undefineds.co/models/dist/_drizzle-solid/pod-table.js +0 -1
  54. package/node_modules/@undefineds.co/models/dist/_drizzle-solid/types.d.ts +0 -40
  55. package/node_modules/@undefineds.co/models/dist/_drizzle-solid/types.js +0 -1
  56. package/node_modules/@undefineds.co/models/dist/agent.providers.d.ts +0 -13
  57. package/node_modules/@undefineds.co/models/dist/agent.providers.js +0 -69
  58. package/node_modules/@undefineds.co/models/dist/agent.repository.d.ts +0 -85
  59. package/node_modules/@undefineds.co/models/dist/agent.repository.js +0 -7
  60. package/node_modules/@undefineds.co/models/dist/agent.schema.d.ts +0 -1
  61. package/node_modules/@undefineds.co/models/dist/agent.schema.js +0 -1
  62. package/node_modules/@undefineds.co/models/dist/ai-config/index.d.ts +0 -61
  63. package/node_modules/@undefineds.co/models/dist/ai-config/index.js +0 -294
  64. package/node_modules/@undefineds.co/models/dist/ai-config.d.ts +0 -1
  65. package/node_modules/@undefineds.co/models/dist/ai-config.js +0 -1
  66. package/node_modules/@undefineds.co/models/dist/ai-model.schema.d.ts +0 -1
  67. package/node_modules/@undefineds.co/models/dist/ai-model.schema.js +0 -1
  68. package/node_modules/@undefineds.co/models/dist/ai-provider.schema.d.ts +0 -1
  69. package/node_modules/@undefineds.co/models/dist/ai-provider.schema.js +0 -1
  70. package/node_modules/@undefineds.co/models/dist/approval.schema.d.ts +0 -1
  71. package/node_modules/@undefineds.co/models/dist/approval.schema.js +0 -1
  72. package/node_modules/@undefineds.co/models/dist/audit.schema.d.ts +0 -1
  73. package/node_modules/@undefineds.co/models/dist/audit.schema.js +0 -1
  74. package/node_modules/@undefineds.co/models/dist/chat.repository.d.ts +0 -61
  75. package/node_modules/@undefineds.co/models/dist/chat.repository.js +0 -8
  76. package/node_modules/@undefineds.co/models/dist/chat.schema.d.ts +0 -1
  77. package/node_modules/@undefineds.co/models/dist/chat.schema.js +0 -1
  78. package/node_modules/@undefineds.co/models/dist/chat.utils.d.ts +0 -3
  79. package/node_modules/@undefineds.co/models/dist/chat.utils.js +0 -30
  80. package/node_modules/@undefineds.co/models/dist/contact.repository.d.ts +0 -85
  81. package/node_modules/@undefineds.co/models/dist/contact.repository.js +0 -8
  82. package/node_modules/@undefineds.co/models/dist/contact.schema.d.ts +0 -1
  83. package/node_modules/@undefineds.co/models/dist/contact.schema.js +0 -1
  84. package/node_modules/@undefineds.co/models/dist/core/agent-provider.schema.d.ts +0 -1
  85. package/node_modules/@undefineds.co/models/dist/core/agent-provider.schema.js +0 -1
  86. package/node_modules/@undefineds.co/models/dist/core/agent-status.schema.d.ts +0 -12
  87. package/node_modules/@undefineds.co/models/dist/core/agent-status.schema.js +0 -18
  88. package/node_modules/@undefineds.co/models/dist/core/agent.schema.d.ts +0 -72
  89. package/node_modules/@undefineds.co/models/dist/core/agent.schema.js +0 -38
  90. package/node_modules/@undefineds.co/models/dist/core/ai-config.schema.d.ts +0 -11
  91. package/node_modules/@undefineds.co/models/dist/core/ai-config.schema.js +0 -18
  92. package/node_modules/@undefineds.co/models/dist/core/ai-model.schema.d.ts +0 -15
  93. package/node_modules/@undefineds.co/models/dist/core/ai-model.schema.js +0 -21
  94. package/node_modules/@undefineds.co/models/dist/core/ai-provider.schema.d.ts +0 -16
  95. package/node_modules/@undefineds.co/models/dist/core/ai-provider.schema.js +0 -28
  96. package/node_modules/@undefineds.co/models/dist/core/approval.schema.d.ts +0 -21
  97. package/node_modules/@undefineds.co/models/dist/core/approval.schema.js +0 -33
  98. package/node_modules/@undefineds.co/models/dist/core/audit.schema.d.ts +0 -17
  99. package/node_modules/@undefineds.co/models/dist/core/audit.schema.js +0 -29
  100. package/node_modules/@undefineds.co/models/dist/core/chat.schema.d.ts +0 -36
  101. package/node_modules/@undefineds.co/models/dist/core/chat.schema.js +0 -45
  102. package/node_modules/@undefineds.co/models/dist/core/contact.schema.d.ts +0 -47
  103. package/node_modules/@undefineds.co/models/dist/core/contact.schema.js +0 -59
  104. package/node_modules/@undefineds.co/models/dist/core/credential.schema.d.ts +0 -56
  105. package/node_modules/@undefineds.co/models/dist/core/credential.schema.js +0 -40
  106. package/node_modules/@undefineds.co/models/dist/core/extension/extension.schema.d.ts +0 -4
  107. package/node_modules/@undefineds.co/models/dist/core/extension/extension.schema.js +0 -11
  108. package/node_modules/@undefineds.co/models/dist/core/extension/index.d.ts +0 -1
  109. package/node_modules/@undefineds.co/models/dist/core/extension/index.js +0 -1
  110. package/node_modules/@undefineds.co/models/dist/core/extension.d.ts +0 -1
  111. package/node_modules/@undefineds.co/models/dist/core/extension.js +0 -1
  112. package/node_modules/@undefineds.co/models/dist/core/favorite/favorite.schema.d.ts +0 -24
  113. package/node_modules/@undefineds.co/models/dist/core/favorite/favorite.schema.js +0 -34
  114. package/node_modules/@undefineds.co/models/dist/core/favorite/index.d.ts +0 -1
  115. package/node_modules/@undefineds.co/models/dist/core/favorite/index.js +0 -1
  116. package/node_modules/@undefineds.co/models/dist/core/file/file.schema.d.ts +0 -39
  117. package/node_modules/@undefineds.co/models/dist/core/file/file.schema.js +0 -51
  118. package/node_modules/@undefineds.co/models/dist/core/file/index.d.ts +0 -1
  119. package/node_modules/@undefineds.co/models/dist/core/file/index.js +0 -1
  120. package/node_modules/@undefineds.co/models/dist/core/file.d.ts +0 -1
  121. package/node_modules/@undefineds.co/models/dist/core/file.js +0 -1
  122. package/node_modules/@undefineds.co/models/dist/core/grant.schema.d.ts +0 -16
  123. package/node_modules/@undefineds.co/models/dist/core/grant.schema.js +0 -29
  124. package/node_modules/@undefineds.co/models/dist/core/import/import-job.schema.d.ts +0 -5
  125. package/node_modules/@undefineds.co/models/dist/core/import/import-job.schema.js +0 -5
  126. package/node_modules/@undefineds.co/models/dist/core/import/index.d.ts +0 -1
  127. package/node_modules/@undefineds.co/models/dist/core/import/index.js +0 -1
  128. package/node_modules/@undefineds.co/models/dist/core/import.d.ts +0 -1
  129. package/node_modules/@undefineds.co/models/dist/core/import.js +0 -1
  130. package/node_modules/@undefineds.co/models/dist/core/inbox-notification.schema.d.ts +0 -9
  131. package/node_modules/@undefineds.co/models/dist/core/inbox-notification.schema.js +0 -16
  132. package/node_modules/@undefineds.co/models/dist/core/index.d.ts +0 -31
  133. package/node_modules/@undefineds.co/models/dist/core/index.js +0 -32
  134. package/node_modules/@undefineds.co/models/dist/core/knowledge/index.d.ts +0 -1
  135. package/node_modules/@undefineds.co/models/dist/core/knowledge/index.js +0 -1
  136. package/node_modules/@undefineds.co/models/dist/core/knowledge/knowledge-folder.schema.d.ts +0 -7
  137. package/node_modules/@undefineds.co/models/dist/core/knowledge/knowledge-folder.schema.js +0 -6
  138. package/node_modules/@undefineds.co/models/dist/core/knowledge.d.ts +0 -1
  139. package/node_modules/@undefineds.co/models/dist/core/knowledge.js +0 -1
  140. package/node_modules/@undefineds.co/models/dist/core/message.schema.d.ts +0 -33
  141. package/node_modules/@undefineds.co/models/dist/core/message.schema.js +0 -49
  142. package/node_modules/@undefineds.co/models/dist/core/namespaces.d.ts +0 -176
  143. package/node_modules/@undefineds.co/models/dist/core/namespaces.js +0 -289
  144. package/node_modules/@undefineds.co/models/dist/core/profile.d.ts +0 -16
  145. package/node_modules/@undefineds.co/models/dist/core/profile.js +0 -19
  146. package/node_modules/@undefineds.co/models/dist/core/schema.d.ts +0 -304
  147. package/node_modules/@undefineds.co/models/dist/core/schema.js +0 -46
  148. package/node_modules/@undefineds.co/models/dist/core/session/index.d.ts +0 -1
  149. package/node_modules/@undefineds.co/models/dist/core/session/index.js +0 -1
  150. package/node_modules/@undefineds.co/models/dist/core/session/session.schema.d.ts +0 -6
  151. package/node_modules/@undefineds.co/models/dist/core/session/session.schema.js +0 -6
  152. package/node_modules/@undefineds.co/models/dist/core/session.d.ts +0 -1
  153. package/node_modules/@undefineds.co/models/dist/core/session.js +0 -1
  154. package/node_modules/@undefineds.co/models/dist/core/settings/index.d.ts +0 -1
  155. package/node_modules/@undefineds.co/models/dist/core/settings/index.js +0 -1
  156. package/node_modules/@undefineds.co/models/dist/core/settings/settings.schema.d.ts +0 -49
  157. package/node_modules/@undefineds.co/models/dist/core/settings/settings.schema.js +0 -63
  158. package/node_modules/@undefineds.co/models/dist/core/settings.d.ts +0 -1
  159. package/node_modules/@undefineds.co/models/dist/core/settings.js +0 -1
  160. package/node_modules/@undefineds.co/models/dist/core/thread.schema.d.ts +0 -28
  161. package/node_modules/@undefineds.co/models/dist/core/thread.schema.js +0 -36
  162. package/node_modules/@undefineds.co/models/dist/core/types/collaboration-blocks.d.ts +0 -52
  163. package/node_modules/@undefineds.co/models/dist/core/types/collaboration-blocks.js +0 -7
  164. package/node_modules/@undefineds.co/models/dist/core/types/message-block.d.ts +0 -270
  165. package/node_modules/@undefineds.co/models/dist/core/types/message-block.js +0 -125
  166. package/node_modules/@undefineds.co/models/dist/core/vector-store.schema.d.ts +0 -25
  167. package/node_modules/@undefineds.co/models/dist/core/vector-store.schema.js +0 -35
  168. package/node_modules/@undefineds.co/models/dist/core/vocab/_namespaces.d.ts +0 -1
  169. package/node_modules/@undefineds.co/models/dist/core/vocab/_namespaces.js +0 -3
  170. package/node_modules/@undefineds.co/models/dist/core/vocab/chat.vocab.d.ts +0 -16
  171. package/node_modules/@undefineds.co/models/dist/core/vocab/chat.vocab.js +0 -22
  172. package/node_modules/@undefineds.co/models/dist/core/vocab/contact.vocab.d.ts +0 -21
  173. package/node_modules/@undefineds.co/models/dist/core/vocab/contact.vocab.js +0 -22
  174. package/node_modules/@undefineds.co/models/dist/core/vocab/index.d.ts +0 -6
  175. package/node_modules/@undefineds.co/models/dist/core/vocab/index.js +0 -6
  176. package/node_modules/@undefineds.co/models/dist/core/vocab/message.vocab.d.ts +0 -20
  177. package/node_modules/@undefineds.co/models/dist/core/vocab/message.vocab.js +0 -24
  178. package/node_modules/@undefineds.co/models/dist/core/vocab/sidecar.vocab.d.ts +0 -46
  179. package/node_modules/@undefineds.co/models/dist/core/vocab/sidecar.vocab.js +0 -47
  180. package/node_modules/@undefineds.co/models/dist/core/vocab/thread.vocab.d.ts +0 -11
  181. package/node_modules/@undefineds.co/models/dist/core/vocab/thread.vocab.js +0 -14
  182. package/node_modules/@undefineds.co/models/dist/core/vocab/workspace.vocab.d.ts +0 -12
  183. package/node_modules/@undefineds.co/models/dist/core/vocab/workspace.vocab.js +0 -13
  184. package/node_modules/@undefineds.co/models/dist/core/vocab.d.ts +0 -1
  185. package/node_modules/@undefineds.co/models/dist/core/vocab.js +0 -1
  186. package/node_modules/@undefineds.co/models/dist/core/workspace.schema.d.ts +0 -35
  187. package/node_modules/@undefineds.co/models/dist/core/workspace.schema.js +0 -106
  188. package/node_modules/@undefineds.co/models/dist/core.d.ts +0 -1
  189. package/node_modules/@undefineds.co/models/dist/core.js +0 -1
  190. package/node_modules/@undefineds.co/models/dist/credential.schema.d.ts +0 -1
  191. package/node_modules/@undefineds.co/models/dist/credential.schema.js +0 -1
  192. package/node_modules/@undefineds.co/models/dist/discovery/index.d.ts +0 -31
  193. package/node_modules/@undefineds.co/models/dist/discovery/index.js +0 -147
  194. package/node_modules/@undefineds.co/models/dist/discovery/models.json +0 -2623
  195. package/node_modules/@undefineds.co/models/dist/discovery/providers.json +0 -156
  196. package/node_modules/@undefineds.co/models/dist/discovery/types.d.ts +0 -103
  197. package/node_modules/@undefineds.co/models/dist/discovery/types.js +0 -12
  198. package/node_modules/@undefineds.co/models/dist/discovery/vercel.d.ts +0 -25
  199. package/node_modules/@undefineds.co/models/dist/discovery/vercel.js +0 -95
  200. package/node_modules/@undefineds.co/models/dist/discovery.d.ts +0 -1
  201. package/node_modules/@undefineds.co/models/dist/discovery.js +0 -1
  202. package/node_modules/@undefineds.co/models/dist/extension/extension.schema.d.ts +0 -1
  203. package/node_modules/@undefineds.co/models/dist/extension/extension.schema.js +0 -1
  204. package/node_modules/@undefineds.co/models/dist/extension/index.d.ts +0 -1
  205. package/node_modules/@undefineds.co/models/dist/extension/index.js +0 -1
  206. package/node_modules/@undefineds.co/models/dist/extension.d.ts +0 -1
  207. package/node_modules/@undefineds.co/models/dist/extension.js +0 -1
  208. package/node_modules/@undefineds.co/models/dist/favorite/favorite.schema.d.ts +0 -1
  209. package/node_modules/@undefineds.co/models/dist/favorite/favorite.schema.js +0 -1
  210. package/node_modules/@undefineds.co/models/dist/favorite/index.d.ts +0 -2
  211. package/node_modules/@undefineds.co/models/dist/favorite/index.js +0 -7
  212. package/node_modules/@undefineds.co/models/dist/favorite/starred-sync.d.ts +0 -66
  213. package/node_modules/@undefineds.co/models/dist/favorite/starred-sync.js +0 -156
  214. package/node_modules/@undefineds.co/models/dist/favorite.d.ts +0 -1
  215. package/node_modules/@undefineds.co/models/dist/favorite.js +0 -1
  216. package/node_modules/@undefineds.co/models/dist/file/file.schema.d.ts +0 -1
  217. package/node_modules/@undefineds.co/models/dist/file/file.schema.js +0 -1
  218. package/node_modules/@undefineds.co/models/dist/file/index.d.ts +0 -1
  219. package/node_modules/@undefineds.co/models/dist/file/index.js +0 -1
  220. package/node_modules/@undefineds.co/models/dist/file.d.ts +0 -1
  221. package/node_modules/@undefineds.co/models/dist/file.js +0 -1
  222. package/node_modules/@undefineds.co/models/dist/fixtures/contracts-chat-contact.d.ts +0 -13
  223. package/node_modules/@undefineds.co/models/dist/fixtures/contracts-chat-contact.js +0 -76
  224. package/node_modules/@undefineds.co/models/dist/grant.schema.d.ts +0 -1
  225. package/node_modules/@undefineds.co/models/dist/grant.schema.js +0 -1
  226. package/node_modules/@undefineds.co/models/dist/import/import-job.schema.d.ts +0 -5
  227. package/node_modules/@undefineds.co/models/dist/import/import-job.schema.js +0 -5
  228. package/node_modules/@undefineds.co/models/dist/import/index.d.ts +0 -1
  229. package/node_modules/@undefineds.co/models/dist/import/index.js +0 -1
  230. package/node_modules/@undefineds.co/models/dist/import.d.ts +0 -1
  231. package/node_modules/@undefineds.co/models/dist/import.js +0 -1
  232. package/node_modules/@undefineds.co/models/dist/inbox-notification.schema.d.ts +0 -1
  233. package/node_modules/@undefineds.co/models/dist/inbox-notification.schema.js +0 -1
  234. package/node_modules/@undefineds.co/models/dist/index.d.ts +0 -41
  235. package/node_modules/@undefineds.co/models/dist/index.js +0 -83
  236. package/node_modules/@undefineds.co/models/dist/knowledge/index.d.ts +0 -1
  237. package/node_modules/@undefineds.co/models/dist/knowledge/index.js +0 -1
  238. package/node_modules/@undefineds.co/models/dist/knowledge/knowledge-folder.schema.d.ts +0 -1
  239. package/node_modules/@undefineds.co/models/dist/knowledge/knowledge-folder.schema.js +0 -1
  240. package/node_modules/@undefineds.co/models/dist/knowledge.d.ts +0 -1
  241. package/node_modules/@undefineds.co/models/dist/knowledge.js +0 -1
  242. package/node_modules/@undefineds.co/models/dist/message.repository.d.ts +0 -81
  243. package/node_modules/@undefineds.co/models/dist/message.repository.js +0 -8
  244. package/node_modules/@undefineds.co/models/dist/message.schema.d.ts +0 -1
  245. package/node_modules/@undefineds.co/models/dist/message.schema.js +0 -1
  246. package/node_modules/@undefineds.co/models/dist/namespaces.d.ts +0 -1
  247. package/node_modules/@undefineds.co/models/dist/namespaces.js +0 -1
  248. package/node_modules/@undefineds.co/models/dist/profile.d.ts +0 -1
  249. package/node_modules/@undefineds.co/models/dist/profile.js +0 -1
  250. package/node_modules/@undefineds.co/models/dist/repository.d.ts +0 -59
  251. package/node_modules/@undefineds.co/models/dist/repository.js +0 -186
  252. package/node_modules/@undefineds.co/models/dist/schema.d.ts +0 -1
  253. package/node_modules/@undefineds.co/models/dist/schema.js +0 -1
  254. package/node_modules/@undefineds.co/models/dist/session/index.d.ts +0 -1
  255. package/node_modules/@undefineds.co/models/dist/session/index.js +0 -1
  256. package/node_modules/@undefineds.co/models/dist/session/session.schema.d.ts +0 -1
  257. package/node_modules/@undefineds.co/models/dist/session/session.schema.js +0 -1
  258. package/node_modules/@undefineds.co/models/dist/session.d.ts +0 -1
  259. package/node_modules/@undefineds.co/models/dist/session.js +0 -1
  260. package/node_modules/@undefineds.co/models/dist/settings/index.d.ts +0 -1
  261. package/node_modules/@undefineds.co/models/dist/settings/index.js +0 -1
  262. package/node_modules/@undefineds.co/models/dist/settings/settings.schema.d.ts +0 -1
  263. package/node_modules/@undefineds.co/models/dist/settings/settings.schema.js +0 -1
  264. package/node_modules/@undefineds.co/models/dist/settings.d.ts +0 -1
  265. package/node_modules/@undefineds.co/models/dist/settings.js +0 -1
  266. package/node_modules/@undefineds.co/models/dist/sidecar/index.d.ts +0 -2
  267. package/node_modules/@undefineds.co/models/dist/sidecar/index.js +0 -2
  268. package/node_modules/@undefineds.co/models/dist/sidecar/persistence-mapping.d.ts +0 -51
  269. package/node_modules/@undefineds.co/models/dist/sidecar/persistence-mapping.js +0 -44
  270. package/node_modules/@undefineds.co/models/dist/sidecar/sidecar-events.d.ts +0 -632
  271. package/node_modules/@undefineds.co/models/dist/sidecar/sidecar-events.js +0 -133
  272. package/node_modules/@undefineds.co/models/dist/thread.repository.d.ts +0 -41
  273. package/node_modules/@undefineds.co/models/dist/thread.repository.js +0 -8
  274. package/node_modules/@undefineds.co/models/dist/thread.schema.d.ts +0 -1
  275. package/node_modules/@undefineds.co/models/dist/thread.schema.js +0 -1
  276. package/node_modules/@undefineds.co/models/dist/types/collaboration-blocks.d.ts +0 -52
  277. package/node_modules/@undefineds.co/models/dist/types/collaboration-blocks.js +0 -7
  278. package/node_modules/@undefineds.co/models/dist/types/message-block.d.ts +0 -270
  279. package/node_modules/@undefineds.co/models/dist/types/message-block.js +0 -125
  280. package/node_modules/@undefineds.co/models/dist/vocab/_namespaces.d.ts +0 -1
  281. package/node_modules/@undefineds.co/models/dist/vocab/_namespaces.js +0 -3
  282. package/node_modules/@undefineds.co/models/dist/vocab/chat.vocab.d.ts +0 -16
  283. package/node_modules/@undefineds.co/models/dist/vocab/chat.vocab.js +0 -22
  284. package/node_modules/@undefineds.co/models/dist/vocab/contact.vocab.d.ts +0 -21
  285. package/node_modules/@undefineds.co/models/dist/vocab/contact.vocab.js +0 -22
  286. package/node_modules/@undefineds.co/models/dist/vocab/index.d.ts +0 -6
  287. package/node_modules/@undefineds.co/models/dist/vocab/index.js +0 -6
  288. package/node_modules/@undefineds.co/models/dist/vocab/message.vocab.d.ts +0 -20
  289. package/node_modules/@undefineds.co/models/dist/vocab/message.vocab.js +0 -24
  290. package/node_modules/@undefineds.co/models/dist/vocab/sidecar.vocab.d.ts +0 -46
  291. package/node_modules/@undefineds.co/models/dist/vocab/sidecar.vocab.js +0 -47
  292. package/node_modules/@undefineds.co/models/dist/vocab/thread.vocab.d.ts +0 -11
  293. package/node_modules/@undefineds.co/models/dist/vocab/thread.vocab.js +0 -14
  294. package/node_modules/@undefineds.co/models/dist/vocab/workspace.vocab.d.ts +0 -12
  295. package/node_modules/@undefineds.co/models/dist/vocab/workspace.vocab.js +0 -13
  296. package/node_modules/@undefineds.co/models/dist/vocab.d.ts +0 -1
  297. package/node_modules/@undefineds.co/models/dist/vocab.js +0 -1
  298. package/node_modules/@undefineds.co/models/dist/workspace.repository.d.ts +0 -45
  299. package/node_modules/@undefineds.co/models/dist/workspace.repository.js +0 -8
  300. package/node_modules/@undefineds.co/models/dist/workspace.schema.d.ts +0 -1
  301. package/node_modules/@undefineds.co/models/dist/workspace.schema.js +0 -1
  302. package/node_modules/@undefineds.co/models/package.json +0 -67
@@ -1 +0,0 @@
1
- export * from './knowledge/index.js';
@@ -1 +0,0 @@
1
- export * from './knowledge/index.js';
@@ -1,33 +0,0 @@
1
- /**
2
- * Message schema (aligned with xpod).
3
- *
4
- * Storage structure:
5
- * - Location: /.data/chat/{chat|id}/{yyyy}/{MM}/{dd}/messages.ttl#{id}
6
- * - Date-based path for efficient time-range queries
7
- * - chat and thread are canonical RDF links under drizzle-solid
8
- * - storage partitioning derives the chat path segment from the linked chat URI
9
- */
10
- export declare const messageTable: import("@undefineds.co/models/_drizzle-solid/pod-table").PodTableWithColumns<import("@undefineds.co/models/_drizzle-solid/types").ResolvedColumns<{
11
- id: import("@undefineds.co/models/_drizzle-solid/columns").PodStringColumn<false, false>;
12
- chat: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"uri", null, true, false>;
13
- thread: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"uri", null, true, false>;
14
- maker: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"uri", null, true, false>;
15
- role: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, true, true>;
16
- content: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, true, false>;
17
- richContent: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
18
- status: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, true, true>;
19
- replacedBy: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
20
- deletedAt: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"datetime", null, false, false>;
21
- senderName: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
22
- senderAvatarUrl: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"uri", null, false, false>;
23
- mentions: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"array", "uri", false, false>;
24
- replyTo: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"uri", null, false, false>;
25
- routedBy: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"uri", null, false, false>;
26
- routeTargetAgentId: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
27
- coordinationId: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
28
- createdAt: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"datetime", null, true, true>;
29
- updatedAt: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"datetime", null, false, false>;
30
- }>>;
31
- export type MessageRow = typeof messageTable.$inferSelect;
32
- export type MessageInsert = typeof messageTable.$inferInsert;
33
- export type MessageUpdate = typeof messageTable.$inferUpdate;
@@ -1,49 +0,0 @@
1
- import { podTable, uri, string, text, timestamp, id } from '@undefineds.co/drizzle-solid';
2
- import { UDFS, DCTerms, FOAF, LINX_MSG, MEETING, SCHEMA, SIOC, WF } from './namespaces.js';
3
- import { chatTable } from './chat.schema.js';
4
- import { threadTable } from './thread.schema.js';
5
- /**
6
- * Message schema (aligned with xpod).
7
- *
8
- * Storage structure:
9
- * - Location: /.data/chat/{chat|id}/{yyyy}/{MM}/{dd}/messages.ttl#{id}
10
- * - Date-based path for efficient time-range queries
11
- * - chat and thread are canonical RDF links under drizzle-solid
12
- * - storage partitioning derives the chat path segment from the linked chat URI
13
- */
14
- export const messageTable = podTable('chat_message', {
15
- id: id('id'),
16
- // chat is a real Chat link; subjectTemplate derives `{chat|id}` for storage.
17
- chat: uri('chat').predicate(WF.message).notNull().link(chatTable),
18
- // thread is a real Thread link.
19
- thread: uri('thread').predicate(SIOC.term('has_container')).notNull().link(threadTable),
20
- // maker is the entity URI of the message author:
21
- // - User: their WebID (https://user.pod/profile/card#me)
22
- // - AI: Agent URI (/.data/agents/{id}.ttl#this)
23
- // - External: Contact URI (/.data/contacts/{id}.ttl#this)
24
- // No reference() constraint - accepts any valid URI.
25
- maker: uri('maker').predicate(FOAF.maker).notNull(),
26
- role: string('role').predicate(UDFS.messageType).notNull().default('user'),
27
- content: text('content').predicate(SIOC.content).notNull(),
28
- richContent: text('richContent').predicate(SIOC.richContent),
29
- status: string('status').predicate(UDFS.messageStatus).notNull().default('sent'),
30
- replacedBy: string('replacedBy').predicate(DCTerms.isReplacedBy),
31
- deletedAt: timestamp('deletedAt').predicate(SCHEMA.dateDeleted),
32
- // Group message extensions
33
- senderName: string('senderName').predicate(LINX_MSG.senderName),
34
- senderAvatarUrl: uri('senderAvatarUrl').predicate(LINX_MSG.senderAvatarUrl),
35
- mentions: uri('mentions').array().predicate(LINX_MSG.mentions),
36
- replyTo: uri('replyTo').predicate(LINX_MSG.replyTo),
37
- // Multi-AI routing
38
- routedBy: uri('routedBy').predicate(LINX_MSG.routedBy),
39
- routeTargetAgentId: string('routeTargetAgentId').predicate(LINX_MSG.routeTargetAgentId),
40
- coordinationId: string('coordinationId').predicate(LINX_MSG.coordinationId),
41
- createdAt: timestamp('createdAt').predicate(DCTerms.created).notNull().defaultNow(),
42
- updatedAt: timestamp('updatedAt').predicate(DCTerms.modified),
43
- }, {
44
- base: '/.data/chat/',
45
- sparqlEndpoint: '/.data/chat/-/sparql',
46
- type: MEETING.Message,
47
- namespace: UDFS,
48
- subjectTemplate: '{chat|id}/{yyyy}/{MM}/{dd}/messages.ttl#{id}',
49
- });
@@ -1,176 +0,0 @@
1
- import { FOAF, VCARD, LDP } from '@inrupt/vocab-common-rdf';
2
- type NamespaceObject = ((term: string) => string) & {
3
- prefix: string;
4
- uri: string;
5
- NAMESPACE: string;
6
- term: (name: string) => string;
7
- } & Record<string, string>;
8
- export { FOAF, VCARD, LDP };
9
- export declare const DCTerms: {
10
- PREFIX: string;
11
- NAMESPACE: string;
12
- PREFIX_AND_NAMESPACE: {
13
- dcterms: string;
14
- };
15
- NS: (localName: string) => string;
16
- Agent: string;
17
- AgentClass: string;
18
- BibliographicResource: string;
19
- FileFormat: string;
20
- MediaType: string;
21
- MediaTypeOrExtent: string;
22
- Frequency: string;
23
- Jurisdiction: string;
24
- LocationPeriodOrJurisdiction: string;
25
- LicenseDocument: string;
26
- RightsStatement: string;
27
- LinguisticSystem: string;
28
- Location: string;
29
- MethodOfAccrual: string;
30
- MethodOfInstruction: string;
31
- PeriodOfTime: string;
32
- PhysicalMedium: string;
33
- PhysicalResource: string;
34
- Policy: string;
35
- ProvenanceStatement: string;
36
- SizeOrDuration: string;
37
- Standard: string;
38
- modified: string;
39
- publisher: string;
40
- title: string;
41
- hasVersion: string;
42
- issued: string;
43
- date: string;
44
- description: string;
45
- relation: string;
46
- Box: string;
47
- ISO3166: string;
48
- ISO639_2: string;
49
- ISO639_3: string;
50
- Period: string;
51
- Point: string;
52
- RFC1766: string;
53
- RFC3066: string;
54
- RFC4646: string;
55
- RFC5646: string;
56
- URI: string;
57
- W3CDTF: string;
58
- abstract: string;
59
- accessRights: string;
60
- rights: string;
61
- accrualMethod: string;
62
- accrualPeriodicity: string;
63
- accrualPolicy: string;
64
- alternative: string;
65
- audience: string;
66
- available: string;
67
- bibliographicCitation: string;
68
- identifier: string;
69
- conformsTo: string;
70
- contributor: string;
71
- coverage: string;
72
- created: string;
73
- creator: string;
74
- dateAccepted: string;
75
- dateCopyrighted: string;
76
- dateSubmitted: string;
77
- educationLevel: string;
78
- extent: string;
79
- format: string;
80
- hasFormat: string;
81
- hasPart: string;
82
- instructionalMethod: string;
83
- isFormatOf: string;
84
- isPartOf: string;
85
- isReferencedBy: string;
86
- isReplacedBy: string;
87
- isRequiredBy: string;
88
- isVersionOf: string;
89
- language: string;
90
- license: string;
91
- mediator: string;
92
- medium: string;
93
- provenance: string;
94
- references: string;
95
- replaces: string;
96
- requires: string;
97
- rightsHolder: string;
98
- source: string;
99
- spatial: string;
100
- subject: string;
101
- tableOfContents: string;
102
- temporal: string;
103
- type: string;
104
- valid: string;
105
- };
106
- export declare const RDF: {
107
- PREFIX: string;
108
- NAMESPACE: string;
109
- PREFIX_AND_NAMESPACE: {
110
- rdf: string;
111
- };
112
- NS: (localName: string) => string;
113
- Property: string;
114
- HTML: string;
115
- langString: string;
116
- PlainLiteral: string;
117
- Statement: string;
118
- Bag: string;
119
- Seq: string;
120
- Alt: string;
121
- List: string;
122
- XMLLiteral: string;
123
- JSON: string;
124
- CompoundLiteral: string;
125
- type: string;
126
- subject: string;
127
- predicate: string;
128
- object: string;
129
- value: string;
130
- nil: string;
131
- first: string;
132
- rest: string;
133
- language: string;
134
- direction: string;
135
- };
136
- export declare const ACL: {
137
- PREFIX: string;
138
- NAMESPACE: string;
139
- PREFIX_AND_NAMESPACE: {
140
- acl: string;
141
- };
142
- NS: (localName: string) => string;
143
- Access: string;
144
- Append: string;
145
- Write: string;
146
- AuthenticatedAgent: string;
147
- Authorization: string;
148
- Control: string;
149
- Origin: string;
150
- Read: string;
151
- accessControl: string;
152
- accessTo: string;
153
- accessToClass: string;
154
- agent: string;
155
- agentClass: string;
156
- agentGroup: string;
157
- default: string;
158
- defaultForNew: string;
159
- delegates: string;
160
- mode: string;
161
- origin: string;
162
- owner: string;
163
- };
164
- export declare const ODRL: NamespaceObject;
165
- export declare const RDFS: NamespaceObject;
166
- export declare const OWL: NamespaceObject;
167
- export declare const SCHEMA: NamespaceObject;
168
- export declare const SIOC: NamespaceObject;
169
- export declare const MEETING: NamespaceObject;
170
- export declare const WF: NamespaceObject;
171
- export declare const AS: NamespaceObject;
172
- export declare const UDFS: NamespaceObject;
173
- export declare const UDFS_NAMESPACE: string;
174
- export declare const LINQ: NamespaceObject;
175
- export declare const LINX_CHAT: NamespaceObject;
176
- export declare const LINX_MSG: NamespaceObject;
@@ -1,289 +0,0 @@
1
- import { FOAF, VCARD, LDP, DCTERMS, RDF as RDF_VOCAB, ACL as ACL_VOCAB } from '@inrupt/vocab-common-rdf';
2
- const ABSOLUTE_IRI = /^[a-zA-Z][a-zA-Z\d+.-]*:/;
3
- const createNamespace = (prefix, baseUri, terms) => {
4
- const builder = ((term) => ABSOLUTE_IRI.test(term) ? term : `${baseUri}${term}`);
5
- builder.prefix = prefix;
6
- builder.uri = baseUri;
7
- builder.NAMESPACE = baseUri;
8
- builder.term = (name) => builder(name);
9
- Object.entries(terms).forEach(([key, local]) => {
10
- Object.defineProperty(builder, key, {
11
- value: builder(local),
12
- enumerable: true,
13
- });
14
- });
15
- return builder;
16
- };
17
- export { FOAF, VCARD, LDP };
18
- export const DCTerms = DCTERMS;
19
- export const RDF = RDF_VOCAB;
20
- export const ACL = ACL_VOCAB;
21
- // ODRL isn't provided as a NamespaceConfig-compatible builder in vocab-common-rdf.
22
- // We define a small namespace builder to keep drizzle-solid happy.
23
- export const ODRL = createNamespace('odrl', 'http://www.w3.org/ns/odrl/2/', {
24
- Policy: 'Policy',
25
- target: 'target',
26
- action: 'action',
27
- });
28
- export const RDFS = createNamespace('rdfs', 'http://www.w3.org/2000/01/rdf-schema#', {
29
- Class: 'Class',
30
- label: 'label',
31
- comment: 'comment',
32
- subClassOf: 'subClassOf',
33
- domain: 'domain',
34
- range: 'range',
35
- });
36
- export const OWL = createNamespace('owl', 'http://www.w3.org/2002/07/owl#', {
37
- Ontology: 'Ontology',
38
- Class: 'Class',
39
- ObjectProperty: 'ObjectProperty',
40
- DatatypeProperty: 'DatatypeProperty',
41
- });
42
- export const SCHEMA = createNamespace('schema', 'http://schema.org/', {
43
- CreativeWork: 'CreativeWork',
44
- MediaObject: 'MediaObject',
45
- PropertyValue: 'PropertyValue',
46
- author: 'author',
47
- dateCreated: 'dateCreated',
48
- dateDeleted: 'dateDeleted',
49
- description: 'description',
50
- encodingFormat: 'encodingFormat',
51
- fileSize: 'fileSize',
52
- image: 'image',
53
- name: 'name',
54
- participant: 'participant',
55
- text: 'text',
56
- url: 'url',
57
- });
58
- export const SIOC = createNamespace('sioc', 'http://rdfs.org/sioc/ns#', {
59
- Post: 'Post',
60
- Thread: 'Thread',
61
- Forum: 'Forum',
62
- content: 'content',
63
- richContent: 'richContent',
64
- hasReply: 'has_reply',
65
- replyOf: 'reply_of',
66
- hasCreator: 'has_creator',
67
- createdAt: 'created_at',
68
- hasContainer: 'has_container',
69
- has_parent: 'has_parent',
70
- numReplies: 'num_replies',
71
- has_member: 'has_member',
72
- });
73
- export const MEETING = createNamespace('mee', 'http://www.w3.org/ns/pim/meeting#', {
74
- LongChat: 'LongChat',
75
- Message: 'Message',
76
- });
77
- export const WF = createNamespace('wf', 'http://www.w3.org/2005/01/wf/flow-1.0#', {
78
- message: 'message',
79
- participation: 'participation',
80
- participant: 'participant',
81
- });
82
- // Activity Streams 2.0 - W3C standard for social web
83
- export const AS = createNamespace('as', 'https://www.w3.org/ns/activitystreams#', {
84
- Announce: 'Announce',
85
- Public: 'Public',
86
- audience: 'audience',
87
- actor: 'actor',
88
- object: 'object',
89
- });
90
- // Company-level namespace (community-first guidance): all custom terms live under udfs:.
91
- // NOTE: This base URI is part of the contract.
92
- export const UDFS = createNamespace('udfs', 'https://undefineds.co/ns#', {
93
- // Types
94
- ApprovalRequest: 'ApprovalRequest',
95
- AuditEntry: 'AuditEntry',
96
- AutonomyGrant: 'AutonomyGrant',
97
- Credential: 'Credential',
98
- ApiKeyCredential: 'ApiKeyCredential',
99
- OAuthCredential: 'OAuthCredential',
100
- Provider: 'Provider',
101
- Model: 'Model',
102
- AgentProvider: 'AgentProvider',
103
- AgentConfig: 'AgentConfig',
104
- AgentStatus: 'AgentStatus',
105
- AIConfig: 'AIConfig',
106
- VectorStore: 'VectorStore',
107
- IndexedFile: 'IndexedFile',
108
- Workspace: 'Workspace',
109
- favorite: 'favorite',
110
- favoriteType: 'favoriteType',
111
- favoriteTarget: 'favoriteTarget',
112
- favoredAt: 'favoredAt',
113
- conversation: 'conversation',
114
- conversationType: 'conversationType',
115
- conversationTitle: 'conversationTitle',
116
- lastMessage: 'lastMessage',
117
- lastActiveAt: 'lastActiveAt',
118
- lastSyncedAt: 'lastSyncedAt',
119
- sortKey: 'sortKey',
120
- hasThread: 'hasThread',
121
- inThread: 'inThread',
122
- participants: 'participants',
123
- messageContent: 'messageContent',
124
- messageType: 'messageType',
125
- messageStatus: 'messageStatus',
126
- readBy: 'readBy',
127
- Contact: 'Contact',
128
- PersonContact: 'PersonContact',
129
- AgentContact: 'AgentContact',
130
- GroupContact: 'GroupContact',
131
- hasContact: 'hasContact',
132
- contactType: 'contactType',
133
- entityUri: 'entityUri',
134
- externalPlatform: 'externalPlatform',
135
- externalId: 'externalId',
136
- alias: 'alias',
137
- aiAssistant: 'aiAssistant',
138
- aiModel: 'aiModel',
139
- aiModels: 'aiModels',
140
- aiProvider: 'aiProvider',
141
- credential: 'credential',
142
- systemPrompt: 'systemPrompt',
143
- temperature: 'temperature',
144
- maxTokens: 'maxTokens',
145
- systemMessage: 'systemMessage',
146
- provider: 'provider',
147
- model: 'model',
148
- metadata: 'metadata',
149
- tools: 'tools',
150
- contextWindow: 'contextWindow',
151
- contextRound: 'contextRound',
152
- Agent: 'Agent',
153
- agentCapability: 'agentCapability',
154
- agentTool: 'agentTool',
155
- agentConfig: 'agentConfig',
156
- fileHash: 'fileHash',
157
- syncStatus: 'syncStatus',
158
- localPath: 'localPath',
159
- isDefault: 'isDefault',
160
- settingKey: 'settingKey',
161
- settingValue: 'settingValue',
162
- settingType: 'settingType',
163
- apiKey: 'apiKey',
164
- oauthRefreshToken: 'oauthRefreshToken',
165
- oauthAccessToken: 'oauthAccessToken',
166
- oauthExpiresAt: 'oauthExpiresAt',
167
- baseUrl: 'baseUrl',
168
- proxyUrl: 'proxyUrl',
169
- projectId: 'projectId',
170
- organizationId: 'organizationId',
171
- service: 'service',
172
- label: 'label',
173
- name: 'name',
174
- displayName: 'displayName',
175
- description: 'description',
176
- enabled: 'enabled',
177
- createdAt: 'createdAt',
178
- updatedAt: 'updatedAt',
179
- lastUsedAt: 'lastUsedAt',
180
- failCount: 'failCount',
181
- rateLimitResetAt: 'rateLimitResetAt',
182
- hasModel: 'hasModel',
183
- hasCredential: 'hasCredential',
184
- modelType: 'modelType',
185
- isProvidedBy: 'isProvidedBy',
186
- dimension: 'dimension',
187
- contextLength: 'contextLength',
188
- maxOutputTokens: 'maxOutputTokens',
189
- embeddingModel: 'embeddingModel',
190
- previousModel: 'previousModel',
191
- migrationStatus: 'migrationStatus',
192
- migrationProgress: 'migrationProgress',
193
- defaultModel: 'defaultModel',
194
- runtimeKind: 'runtimeKind',
195
- executorType: 'executorType',
196
- maxTurns: 'maxTurns',
197
- timeout: 'timeout',
198
- agentId: 'agentId',
199
- startedAt: 'startedAt',
200
- completedAt: 'completedAt',
201
- lastActivityAt: 'lastActivityAt',
202
- currentTaskId: 'currentTaskId',
203
- errorMessage: 'errorMessage',
204
- container: 'container',
205
- chunkingStrategy: 'chunkingStrategy',
206
- fileUrl: 'fileUrl',
207
- vectorId: 'vectorId',
208
- usageBytes: 'usageBytes',
209
- lastError: 'lastError',
210
- indexedAt: 'indexedAt',
211
- inbox: 'inbox',
212
- session: 'session',
213
- status: 'status',
214
- risk: 'risk',
215
- assignedTo: 'assignedTo',
216
- reason: 'reason',
217
- resolvedAt: 'resolvedAt',
218
- action: 'action',
219
- actor: 'actor',
220
- actorRole: 'actorRole',
221
- context: 'context',
222
- policy: 'policy',
223
- approval: 'approval',
224
- effect: 'effect',
225
- riskCeiling: 'riskCeiling',
226
- revokedAt: 'revokedAt',
227
- archivedAt: 'archivedAt',
228
- deletedAt: 'deletedAt',
229
- pinnedAt: 'pinnedAt',
230
- pinned: 'pinned',
231
- muted: 'muted',
232
- mutedAt: 'mutedAt',
233
- unreadCount: 'unreadCount',
234
- ttsModel: 'ttsModel',
235
- videoModel: 'videoModel',
236
- workspace: 'workspace',
237
- workspaceType: 'workspaceType',
238
- workspaceKind: 'workspaceKind',
239
- rootUri: 'rootUri',
240
- repoRootUri: 'repoRootUri',
241
- baseRef: 'baseRef',
242
- branch: 'branch',
243
- policyRef: 'policyRef',
244
- policyVersion: 'policyVersion',
245
- parentThreadId: 'parentThreadId',
246
- sessionStatus: 'sessionStatus',
247
- sessionTool: 'sessionTool',
248
- tokenUsage: 'tokenUsage',
249
- groupOwner: 'groupOwner',
250
- groupAdmin: 'groupAdmin',
251
- senderName: 'senderName',
252
- senderAvatarUrl: 'senderAvatarUrl',
253
- mentions: 'mentions',
254
- replyTo: 'replyTo',
255
- routedBy: 'routedBy',
256
- routeTargetAgentId: 'routeTargetAgentId',
257
- coordinationId: 'coordinationId',
258
- toolCallId: 'toolCallId',
259
- toolName: 'toolName',
260
- toolArguments: 'toolArguments',
261
- toolStatus: 'toolStatus',
262
- toolResult: 'toolResult',
263
- toolError: 'toolError',
264
- toolDuration: 'toolDuration',
265
- toolRisk: 'toolRisk',
266
- approvalStatus: 'approvalStatus',
267
- decisionBy: 'decisionBy',
268
- decisionRole: 'decisionRole',
269
- onBehalfOf: 'onBehalfOf',
270
- approvalReason: 'approvalReason',
271
- inboxItemId: 'inboxItemId',
272
- taskProgressId: 'taskProgressId',
273
- taskSteps: 'taskSteps',
274
- currentStep: 'currentStep',
275
- totalSteps: 'totalSteps',
276
- // Favorites V2
277
- sourceModule: 'sourceModule',
278
- sourceId: 'sourceId',
279
- searchText: 'searchText',
280
- snapshotMeta: 'snapshotMeta',
281
- });
282
- export const UDFS_NAMESPACE = UDFS.NAMESPACE;
283
- // Legacy alias: existing code may still import LINQ.
284
- // Keep as alias to avoid churn.
285
- export const LINQ = UDFS;
286
- // Wave A contracts: unified under company namespace (UDFS).
287
- // Keep legacy names as aliases to avoid downstream churn.
288
- export const LINX_CHAT = UDFS;
289
- export const LINX_MSG = UDFS;
@@ -1,16 +0,0 @@
1
- export declare const solidProfileTable: import("@undefineds.co/models/_drizzle-solid/pod-table").PodTableWithColumns<import("@undefineds.co/models/_drizzle-solid/types").ResolvedColumns<{
2
- id: import("@undefineds.co/models/_drizzle-solid/columns").PodStringColumn<false, false>;
3
- name: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
4
- nick: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
5
- avatar: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
6
- note: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
7
- email: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
8
- phone: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
9
- region: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
10
- gender: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
11
- favorite: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
12
- inbox: import("@undefineds.co/models/_drizzle-solid/columns").ColumnBuilder<"string", null, false, false>;
13
- }>>;
14
- export type SolidProfileRow = typeof solidProfileTable.$inferSelect;
15
- export type SolidProfileInsert = typeof solidProfileTable.$inferInsert;
16
- export type SolidProfileUpdate = typeof solidProfileTable.$inferUpdate;
@@ -1,19 +0,0 @@
1
- import { podTable, string, id } from "@undefineds.co/drizzle-solid";
2
- import { UDFS, VCARD, FOAF, LDP } from "./namespaces.js";
3
- export const solidProfileTable = podTable("profile", {
4
- id: id('id'),
5
- name: string("name").predicate(VCARD.fn),
6
- nick: string("nick").predicate(FOAF.nick),
7
- avatar: string("avatar").predicate(VCARD.hasPhoto),
8
- note: string("note").predicate(VCARD.note),
9
- email: string("email").predicate(VCARD.hasEmail),
10
- phone: string("phone").predicate(VCARD.hasTelephone),
11
- region: string("region").predicate(VCARD.region),
12
- gender: string("gender").predicate(VCARD.hasGender),
13
- favorite: string("favorite").predicate(UDFS.favorite),
14
- inbox: string("inbox").predicate(LDP.inbox)
15
- }, {
16
- base: "idp:///profile/card",
17
- type: FOAF.Person,
18
- namespace: UDFS,
19
- });