@dxos/echo 0.8.4-main.67995b8 → 0.8.4-main.69d29f4

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 (553) hide show
  1. package/README.md +2 -3
  2. package/dist/lib/browser/Annotation.mjs +33 -0
  3. package/dist/lib/browser/Annotation.mjs.map +7 -0
  4. package/dist/lib/browser/Database.mjs +18 -0
  5. package/dist/lib/browser/Database.mjs.map +7 -0
  6. package/dist/lib/browser/Entity.mjs +52 -0
  7. package/dist/lib/browser/Entity.mjs.map +7 -0
  8. package/dist/lib/browser/Err.mjs +11 -0
  9. package/dist/lib/browser/Err.mjs.map +7 -0
  10. package/dist/lib/browser/Filter.mjs +62 -0
  11. package/dist/lib/browser/Filter.mjs.map +7 -0
  12. package/dist/lib/browser/Format.mjs +67 -0
  13. package/dist/lib/browser/Format.mjs.map +7 -0
  14. package/dist/lib/browser/JsonSchema.mjs +20 -0
  15. package/dist/lib/browser/JsonSchema.mjs.map +7 -0
  16. package/dist/lib/browser/Key.mjs +13 -0
  17. package/dist/lib/browser/Key.mjs.map +7 -0
  18. package/dist/lib/browser/Obj.mjs +91 -0
  19. package/dist/lib/browser/Obj.mjs.map +7 -0
  20. package/dist/lib/browser/Order.mjs +13 -0
  21. package/dist/lib/browser/Order.mjs.map +7 -0
  22. package/dist/lib/browser/Query.mjs +27 -0
  23. package/dist/lib/browser/Query.mjs.map +7 -0
  24. package/dist/lib/browser/QueryResult.mjs +3 -0
  25. package/dist/lib/browser/QueryResult.mjs.map +7 -0
  26. package/dist/lib/browser/Ref.mjs +23 -0
  27. package/dist/lib/browser/Ref.mjs.map +7 -0
  28. package/dist/lib/browser/Relation.mjs +85 -0
  29. package/dist/lib/browser/Relation.mjs.map +7 -0
  30. package/dist/lib/browser/SchemaRegistry.mjs +3 -0
  31. package/dist/lib/browser/SchemaRegistry.mjs.map +7 -0
  32. package/dist/lib/browser/Tag.mjs +26 -0
  33. package/dist/lib/browser/Tag.mjs.map +7 -0
  34. package/dist/lib/browser/Type.mjs +48 -0
  35. package/dist/lib/browser/Type.mjs.map +7 -0
  36. package/dist/lib/browser/chunk-2RMVRVOB.mjs +250 -0
  37. package/dist/lib/browser/chunk-2RMVRVOB.mjs.map +7 -0
  38. package/dist/lib/browser/chunk-5RDNDPMX.mjs +74 -0
  39. package/dist/lib/browser/chunk-5RDNDPMX.mjs.map +7 -0
  40. package/dist/lib/browser/chunk-73M2G455.mjs +98 -0
  41. package/dist/lib/browser/chunk-73M2G455.mjs.map +7 -0
  42. package/dist/lib/browser/chunk-7STIBCP7.mjs +133 -0
  43. package/dist/lib/browser/chunk-7STIBCP7.mjs.map +7 -0
  44. package/dist/lib/browser/chunk-AFGYYVVQ.mjs +57 -0
  45. package/dist/lib/browser/chunk-AFGYYVVQ.mjs.map +7 -0
  46. package/dist/lib/browser/chunk-BC6R4CAF.mjs +24 -0
  47. package/dist/lib/browser/chunk-BC6R4CAF.mjs.map +7 -0
  48. package/dist/lib/browser/chunk-BPYFLHWO.mjs +158 -0
  49. package/dist/lib/browser/chunk-BPYFLHWO.mjs.map +7 -0
  50. package/dist/lib/browser/chunk-CBPFF3ZO.mjs +204 -0
  51. package/dist/lib/browser/chunk-CBPFF3ZO.mjs.map +7 -0
  52. package/dist/lib/browser/chunk-CGS2ULMK.mjs +11 -0
  53. package/dist/lib/browser/chunk-CGS2ULMK.mjs.map +7 -0
  54. package/dist/lib/browser/chunk-CJ5YELTO.mjs +39 -0
  55. package/dist/lib/browser/chunk-CJ5YELTO.mjs.map +7 -0
  56. package/dist/lib/browser/chunk-FPOISFQK.mjs +40 -0
  57. package/dist/lib/browser/chunk-FPOISFQK.mjs.map +7 -0
  58. package/dist/lib/browser/chunk-INHXFXY5.mjs +22 -0
  59. package/dist/lib/browser/chunk-INHXFXY5.mjs.map +7 -0
  60. package/dist/lib/browser/chunk-IXVWLTG7.mjs +9 -0
  61. package/dist/lib/browser/chunk-IXVWLTG7.mjs.map +7 -0
  62. package/dist/lib/browser/chunk-JMKVF2YQ.mjs +43 -0
  63. package/dist/lib/browser/chunk-JMKVF2YQ.mjs.map +7 -0
  64. package/dist/lib/browser/chunk-L4RXUJHJ.mjs +143 -0
  65. package/dist/lib/browser/chunk-L4RXUJHJ.mjs.map +7 -0
  66. package/dist/lib/browser/chunk-MYCCGG2T.mjs +15 -0
  67. package/dist/lib/browser/chunk-MYCCGG2T.mjs.map +7 -0
  68. package/dist/lib/browser/chunk-PAM4KEXE.mjs +3847 -0
  69. package/dist/lib/browser/chunk-PAM4KEXE.mjs.map +7 -0
  70. package/dist/lib/browser/chunk-QIWDIPLR.mjs +41 -0
  71. package/dist/lib/browser/chunk-QIWDIPLR.mjs.map +7 -0
  72. package/dist/lib/browser/chunk-R3S54KRI.mjs +403 -0
  73. package/dist/lib/browser/chunk-R3S54KRI.mjs.map +7 -0
  74. package/dist/lib/browser/chunk-RK4Z4JUZ.mjs +283 -0
  75. package/dist/lib/browser/chunk-RK4Z4JUZ.mjs.map +7 -0
  76. package/dist/lib/browser/chunk-TPIL3G6Y.mjs +288 -0
  77. package/dist/lib/browser/chunk-TPIL3G6Y.mjs.map +7 -0
  78. package/dist/lib/browser/chunk-YKTSSMDS.mjs +69 -0
  79. package/dist/lib/browser/chunk-YKTSSMDS.mjs.map +7 -0
  80. package/dist/lib/browser/chunk-ZHXZGIXD.mjs +9 -0
  81. package/dist/lib/browser/chunk-ZHXZGIXD.mjs.map +7 -0
  82. package/dist/lib/browser/index.mjs +72 -9
  83. package/dist/lib/browser/internal/index.mjs +457 -0
  84. package/dist/lib/browser/internal/index.mjs.map +7 -0
  85. package/dist/lib/browser/meta.json +1 -1
  86. package/dist/lib/browser/testing/index.mjs +332 -35
  87. package/dist/lib/browser/testing/index.mjs.map +4 -4
  88. package/dist/lib/node-esm/Annotation.mjs +33 -0
  89. package/dist/lib/node-esm/Annotation.mjs.map +7 -0
  90. package/dist/lib/node-esm/Database.mjs +18 -0
  91. package/dist/lib/node-esm/Database.mjs.map +7 -0
  92. package/dist/lib/node-esm/Entity.mjs +52 -0
  93. package/dist/lib/node-esm/Entity.mjs.map +7 -0
  94. package/dist/lib/node-esm/Err.mjs +11 -0
  95. package/dist/lib/node-esm/Err.mjs.map +7 -0
  96. package/dist/lib/node-esm/Filter.mjs +62 -0
  97. package/dist/lib/node-esm/Filter.mjs.map +7 -0
  98. package/dist/lib/node-esm/Format.mjs +67 -0
  99. package/dist/lib/node-esm/Format.mjs.map +7 -0
  100. package/dist/lib/node-esm/JsonSchema.mjs +20 -0
  101. package/dist/lib/node-esm/JsonSchema.mjs.map +7 -0
  102. package/dist/lib/node-esm/Key.mjs +13 -0
  103. package/dist/lib/node-esm/Key.mjs.map +7 -0
  104. package/dist/lib/node-esm/Obj.mjs +91 -0
  105. package/dist/lib/node-esm/Obj.mjs.map +7 -0
  106. package/dist/lib/node-esm/Order.mjs +13 -0
  107. package/dist/lib/node-esm/Order.mjs.map +7 -0
  108. package/dist/lib/node-esm/Query.mjs +27 -0
  109. package/dist/lib/node-esm/Query.mjs.map +7 -0
  110. package/dist/lib/node-esm/QueryResult.mjs +3 -0
  111. package/dist/lib/node-esm/QueryResult.mjs.map +7 -0
  112. package/dist/lib/node-esm/Ref.mjs +23 -0
  113. package/dist/lib/node-esm/Ref.mjs.map +7 -0
  114. package/dist/lib/node-esm/Relation.mjs +85 -0
  115. package/dist/lib/node-esm/Relation.mjs.map +7 -0
  116. package/dist/lib/node-esm/SchemaRegistry.mjs +3 -0
  117. package/dist/lib/node-esm/SchemaRegistry.mjs.map +7 -0
  118. package/dist/lib/node-esm/Tag.mjs +26 -0
  119. package/dist/lib/node-esm/Tag.mjs.map +7 -0
  120. package/dist/lib/node-esm/Type.mjs +48 -0
  121. package/dist/lib/node-esm/Type.mjs.map +7 -0
  122. package/dist/lib/node-esm/chunk-2RIFBW3A.mjs +250 -0
  123. package/dist/lib/node-esm/chunk-2RIFBW3A.mjs.map +7 -0
  124. package/dist/lib/node-esm/chunk-5CB2ZW74.mjs +57 -0
  125. package/dist/lib/node-esm/chunk-5CB2ZW74.mjs.map +7 -0
  126. package/dist/lib/node-esm/chunk-5U5F4AWK.mjs +3847 -0
  127. package/dist/lib/node-esm/chunk-5U5F4AWK.mjs.map +7 -0
  128. package/dist/lib/node-esm/chunk-AJEMYSIR.mjs +22 -0
  129. package/dist/lib/node-esm/chunk-AJEMYSIR.mjs.map +7 -0
  130. package/dist/lib/node-esm/chunk-BKYE5IW6.mjs +158 -0
  131. package/dist/lib/node-esm/chunk-BKYE5IW6.mjs.map +7 -0
  132. package/dist/lib/node-esm/chunk-BYOD7EVP.mjs +98 -0
  133. package/dist/lib/node-esm/chunk-BYOD7EVP.mjs.map +7 -0
  134. package/dist/lib/node-esm/chunk-FWTSPIFF.mjs +133 -0
  135. package/dist/lib/node-esm/chunk-FWTSPIFF.mjs.map +7 -0
  136. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
  137. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
  138. package/dist/lib/node-esm/chunk-K37NA7PO.mjs +43 -0
  139. package/dist/lib/node-esm/chunk-K37NA7PO.mjs.map +7 -0
  140. package/dist/lib/node-esm/chunk-LIXUCQJM.mjs +41 -0
  141. package/dist/lib/node-esm/chunk-LIXUCQJM.mjs.map +7 -0
  142. package/dist/lib/node-esm/chunk-MOLNWFNL.mjs +9 -0
  143. package/dist/lib/node-esm/chunk-MOLNWFNL.mjs.map +7 -0
  144. package/dist/lib/node-esm/chunk-MOWUEW5P.mjs +15 -0
  145. package/dist/lib/node-esm/chunk-MOWUEW5P.mjs.map +7 -0
  146. package/dist/lib/node-esm/chunk-NBWL7UCZ.mjs +40 -0
  147. package/dist/lib/node-esm/chunk-NBWL7UCZ.mjs.map +7 -0
  148. package/dist/lib/node-esm/chunk-OZEDKT4R.mjs +204 -0
  149. package/dist/lib/node-esm/chunk-OZEDKT4R.mjs.map +7 -0
  150. package/dist/lib/node-esm/chunk-PW3VCWL5.mjs +24 -0
  151. package/dist/lib/node-esm/chunk-PW3VCWL5.mjs.map +7 -0
  152. package/dist/lib/node-esm/chunk-TSTKBFST.mjs +403 -0
  153. package/dist/lib/node-esm/chunk-TSTKBFST.mjs.map +7 -0
  154. package/dist/lib/node-esm/chunk-UKGVOINP.mjs +9 -0
  155. package/dist/lib/node-esm/chunk-UKGVOINP.mjs.map +7 -0
  156. package/dist/lib/node-esm/chunk-UV63HEHQ.mjs +143 -0
  157. package/dist/lib/node-esm/chunk-UV63HEHQ.mjs.map +7 -0
  158. package/dist/lib/node-esm/chunk-WXLVPCRJ.mjs +288 -0
  159. package/dist/lib/node-esm/chunk-WXLVPCRJ.mjs.map +7 -0
  160. package/dist/lib/node-esm/chunk-WZ6YBELW.mjs +74 -0
  161. package/dist/lib/node-esm/chunk-WZ6YBELW.mjs.map +7 -0
  162. package/dist/lib/node-esm/chunk-XHJRMQZD.mjs +69 -0
  163. package/dist/lib/node-esm/chunk-XHJRMQZD.mjs.map +7 -0
  164. package/dist/lib/node-esm/chunk-YOLH5KS4.mjs +283 -0
  165. package/dist/lib/node-esm/chunk-YOLH5KS4.mjs.map +7 -0
  166. package/dist/lib/node-esm/chunk-YQ2NWGL5.mjs +39 -0
  167. package/dist/lib/node-esm/chunk-YQ2NWGL5.mjs.map +7 -0
  168. package/dist/lib/node-esm/index.mjs +72 -9
  169. package/dist/lib/node-esm/internal/index.mjs +457 -0
  170. package/dist/lib/node-esm/internal/index.mjs.map +7 -0
  171. package/dist/lib/node-esm/meta.json +1 -1
  172. package/dist/lib/node-esm/testing/index.mjs +332 -35
  173. package/dist/lib/node-esm/testing/index.mjs.map +4 -4
  174. package/dist/types/src/Annotation.d.ts +2 -0
  175. package/dist/types/src/Annotation.d.ts.map +1 -0
  176. package/dist/types/src/Database.d.ts +194 -0
  177. package/dist/types/src/Database.d.ts.map +1 -0
  178. package/dist/types/src/Entity.d.ts +142 -0
  179. package/dist/types/src/Entity.d.ts.map +1 -0
  180. package/dist/types/src/Entity.test.d.ts +2 -0
  181. package/dist/types/src/Entity.test.d.ts.map +1 -0
  182. package/dist/types/src/Err.d.ts +64 -0
  183. package/dist/types/src/Err.d.ts.map +1 -0
  184. package/dist/types/src/Filter.d.ts +120 -0
  185. package/dist/types/src/Filter.d.ts.map +1 -0
  186. package/dist/types/src/Format.d.ts +4 -0
  187. package/dist/types/src/Format.d.ts.map +1 -0
  188. package/dist/types/src/Hypergraph.d.ts +60 -0
  189. package/dist/types/src/Hypergraph.d.ts.map +1 -0
  190. package/dist/types/src/JsonSchema.d.ts +9 -0
  191. package/dist/types/src/JsonSchema.d.ts.map +1 -0
  192. package/dist/types/src/Key.d.ts +1 -0
  193. package/dist/types/src/Key.d.ts.map +1 -1
  194. package/dist/types/src/Obj.d.ts +344 -35
  195. package/dist/types/src/Obj.d.ts.map +1 -1
  196. package/dist/types/src/Obj.test.d.ts +2 -0
  197. package/dist/types/src/Obj.test.d.ts.map +1 -0
  198. package/dist/types/src/Order.d.ts +16 -0
  199. package/dist/types/src/Order.d.ts.map +1 -0
  200. package/dist/types/src/Query.d.ts +115 -0
  201. package/dist/types/src/Query.d.ts.map +1 -0
  202. package/dist/types/src/Query.test.d.ts +2 -0
  203. package/dist/types/src/Query.test.d.ts.map +1 -0
  204. package/dist/types/src/QueryResult.d.ts +80 -0
  205. package/dist/types/src/QueryResult.d.ts.map +1 -0
  206. package/dist/types/src/Ref.d.ts +13 -11
  207. package/dist/types/src/Ref.d.ts.map +1 -1
  208. package/dist/types/src/Relation.d.ts +242 -19
  209. package/dist/types/src/Relation.d.ts.map +1 -1
  210. package/dist/types/src/Relation.test.d.ts +2 -0
  211. package/dist/types/src/Relation.test.d.ts.map +1 -0
  212. package/dist/types/src/SchemaRegistry.d.ts +84 -0
  213. package/dist/types/src/SchemaRegistry.d.ts.map +1 -0
  214. package/dist/types/src/Tag.d.ts +17 -0
  215. package/dist/types/src/Tag.d.ts.map +1 -0
  216. package/dist/types/src/Type.d.ts +225 -73
  217. package/dist/types/src/Type.d.ts.map +1 -1
  218. package/dist/types/src/Type.test.d.ts +2 -0
  219. package/dist/types/src/Type.test.d.ts.map +1 -0
  220. package/dist/types/src/index.d.ts +15 -3
  221. package/dist/types/src/index.d.ts.map +1 -1
  222. package/dist/types/src/internal/annotations/annotations.d.ts +170 -0
  223. package/dist/types/src/internal/annotations/annotations.d.ts.map +1 -0
  224. package/dist/types/src/internal/annotations/annotations.test.d.ts +2 -0
  225. package/dist/types/src/internal/annotations/annotations.test.d.ts.map +1 -0
  226. package/dist/types/src/internal/annotations/index.d.ts +3 -0
  227. package/dist/types/src/internal/annotations/index.d.ts.map +1 -0
  228. package/dist/types/src/internal/annotations/util.d.ts +27 -0
  229. package/dist/types/src/internal/annotations/util.d.ts.map +1 -0
  230. package/dist/types/src/internal/api/annotations.d.ts +23 -0
  231. package/dist/types/src/internal/api/annotations.d.ts.map +1 -0
  232. package/dist/types/src/internal/api/entity.d.ts +13 -0
  233. package/dist/types/src/internal/api/entity.d.ts.map +1 -0
  234. package/dist/types/src/internal/api/index.d.ts +15 -0
  235. package/dist/types/src/internal/api/index.d.ts.map +1 -0
  236. package/dist/types/src/internal/api/meta.d.ts +42 -0
  237. package/dist/types/src/internal/api/meta.d.ts.map +1 -0
  238. package/dist/types/src/internal/api/sorting.d.ts +24 -0
  239. package/dist/types/src/internal/api/sorting.d.ts.map +1 -0
  240. package/dist/types/src/internal/api/version.d.ts +42 -0
  241. package/dist/types/src/internal/api/version.d.ts.map +1 -0
  242. package/dist/types/src/internal/entities/entity.d.ts +20 -0
  243. package/dist/types/src/internal/entities/entity.d.ts.map +1 -0
  244. package/dist/types/src/internal/entities/index.d.ts +6 -0
  245. package/dist/types/src/internal/entities/index.d.ts.map +1 -0
  246. package/dist/types/src/internal/entities/model.d.ts +77 -0
  247. package/dist/types/src/internal/entities/model.d.ts.map +1 -0
  248. package/dist/types/src/internal/entities/object.d.ts +18 -0
  249. package/dist/types/src/internal/entities/object.d.ts.map +1 -0
  250. package/dist/types/src/internal/entities/relation.d.ts +62 -0
  251. package/dist/types/src/internal/entities/relation.d.ts.map +1 -0
  252. package/dist/types/src/internal/entities/util.d.ts +2 -0
  253. package/dist/types/src/internal/entities/util.d.ts.map +1 -0
  254. package/dist/types/src/internal/formats/date.d.ts +63 -0
  255. package/dist/types/src/internal/formats/date.d.ts.map +1 -0
  256. package/dist/types/src/internal/formats/date.test.d.ts +2 -0
  257. package/dist/types/src/internal/formats/date.test.d.ts.map +1 -0
  258. package/dist/types/src/internal/formats/format.d.ts +32 -0
  259. package/dist/types/src/internal/formats/format.d.ts.map +1 -0
  260. package/dist/types/src/internal/formats/format.test.d.ts +2 -0
  261. package/dist/types/src/internal/formats/format.test.d.ts.map +1 -0
  262. package/dist/types/src/internal/formats/index.d.ts +8 -0
  263. package/dist/types/src/internal/formats/index.d.ts.map +1 -0
  264. package/dist/types/src/internal/formats/number.d.ts +31 -0
  265. package/dist/types/src/internal/formats/number.d.ts.map +1 -0
  266. package/dist/types/src/internal/formats/object.d.ts +35 -0
  267. package/dist/types/src/internal/formats/object.d.ts.map +1 -0
  268. package/dist/types/src/internal/formats/select.d.ts +13 -0
  269. package/dist/types/src/internal/formats/select.d.ts.map +1 -0
  270. package/dist/types/src/internal/formats/string.d.ts +42 -0
  271. package/dist/types/src/internal/formats/string.d.ts.map +1 -0
  272. package/dist/types/src/internal/formats/types.d.ts +72 -0
  273. package/dist/types/src/internal/formats/types.d.ts.map +1 -0
  274. package/dist/types/src/internal/index.d.ts +12 -0
  275. package/dist/types/src/internal/index.d.ts.map +1 -0
  276. package/dist/types/src/internal/json-schema/annotations.d.ts +19 -0
  277. package/dist/types/src/internal/json-schema/annotations.d.ts.map +1 -0
  278. package/dist/types/src/internal/json-schema/effect-schema.test.d.ts +2 -0
  279. package/dist/types/src/internal/json-schema/effect-schema.test.d.ts.map +1 -0
  280. package/dist/types/src/internal/json-schema/index.d.ts +5 -0
  281. package/dist/types/src/internal/json-schema/index.d.ts.map +1 -0
  282. package/dist/types/src/internal/json-schema/json-schema-normalize.d.ts +7 -0
  283. package/dist/types/src/internal/json-schema/json-schema-normalize.d.ts.map +1 -0
  284. package/dist/types/src/internal/json-schema/json-schema-type.d.ts +351 -0
  285. package/dist/types/src/internal/json-schema/json-schema-type.d.ts.map +1 -0
  286. package/dist/types/src/internal/json-schema/json-schema.d.ts +30 -0
  287. package/dist/types/src/internal/json-schema/json-schema.d.ts.map +1 -0
  288. package/dist/types/src/internal/json-schema/json-schema.test.d.ts +2 -0
  289. package/dist/types/src/internal/json-schema/json-schema.test.d.ts.map +1 -0
  290. package/dist/types/src/internal/object/clone.d.ts +8 -0
  291. package/dist/types/src/internal/object/clone.d.ts.map +1 -0
  292. package/dist/types/src/internal/object/common.d.ts +18 -0
  293. package/dist/types/src/internal/object/common.d.ts.map +1 -0
  294. package/dist/types/src/internal/object/create-object.d.ts +39 -0
  295. package/dist/types/src/internal/object/create-object.d.ts.map +1 -0
  296. package/dist/types/src/internal/object/create-object.test.d.ts +2 -0
  297. package/dist/types/src/internal/object/create-object.test.d.ts.map +1 -0
  298. package/dist/types/src/internal/object/deleted.d.ts +6 -0
  299. package/dist/types/src/internal/object/deleted.d.ts.map +1 -0
  300. package/dist/types/src/internal/object/ids.d.ts +6 -0
  301. package/dist/types/src/internal/object/ids.d.ts.map +1 -0
  302. package/dist/types/src/internal/object/index.d.ts +11 -0
  303. package/dist/types/src/internal/object/index.d.ts.map +1 -0
  304. package/dist/types/src/internal/object/inspect.d.ts +2 -0
  305. package/dist/types/src/internal/object/inspect.d.ts.map +1 -0
  306. package/dist/types/src/internal/object/json-serializer.d.ts +37 -0
  307. package/dist/types/src/internal/object/json-serializer.d.ts.map +1 -0
  308. package/dist/types/src/internal/object/json-serializer.test.d.ts +2 -0
  309. package/dist/types/src/internal/object/json-serializer.test.d.ts.map +1 -0
  310. package/dist/types/src/internal/object/schema-validator.d.ts +2 -0
  311. package/dist/types/src/internal/object/schema-validator.d.ts.map +1 -0
  312. package/dist/types/src/internal/object/schema-validator.test.d.ts +2 -0
  313. package/dist/types/src/internal/object/schema-validator.test.d.ts.map +1 -0
  314. package/dist/types/src/internal/object/set-value.d.ts +7 -0
  315. package/dist/types/src/internal/object/set-value.d.ts.map +1 -0
  316. package/dist/types/src/internal/object/set-value.test.d.ts +2 -0
  317. package/dist/types/src/internal/object/set-value.test.d.ts.map +1 -0
  318. package/dist/types/src/internal/object/snapshot.d.ts +6 -0
  319. package/dist/types/src/internal/object/snapshot.d.ts.map +1 -0
  320. package/dist/types/src/internal/object/typed-object.d.ts +25 -0
  321. package/dist/types/src/internal/object/typed-object.d.ts.map +1 -0
  322. package/dist/types/src/internal/object/typed-object.test.d.ts +2 -0
  323. package/dist/types/src/internal/object/typed-object.test.d.ts.map +1 -0
  324. package/dist/types/src/internal/proxy/change-context.d.ts +55 -0
  325. package/dist/types/src/internal/proxy/change-context.d.ts.map +1 -0
  326. package/dist/types/src/internal/proxy/change.test.d.ts +2 -0
  327. package/dist/types/src/internal/proxy/change.test.d.ts.map +1 -0
  328. package/dist/types/src/internal/proxy/define-hidden-property.d.ts +5 -0
  329. package/dist/types/src/internal/proxy/define-hidden-property.d.ts.map +1 -0
  330. package/dist/types/src/internal/proxy/errors.d.ts +19 -0
  331. package/dist/types/src/internal/proxy/errors.d.ts.map +1 -0
  332. package/dist/types/src/internal/proxy/event-batch.d.ts +10 -0
  333. package/dist/types/src/internal/proxy/event-batch.d.ts.map +1 -0
  334. package/dist/types/src/internal/proxy/handler.test.d.ts +2 -0
  335. package/dist/types/src/internal/proxy/handler.test.d.ts.map +1 -0
  336. package/dist/types/src/internal/proxy/index.d.ts +14 -0
  337. package/dist/types/src/internal/proxy/index.d.ts.map +1 -0
  338. package/dist/types/src/internal/proxy/json-serializer.d.ts +6 -0
  339. package/dist/types/src/internal/proxy/json-serializer.d.ts.map +1 -0
  340. package/dist/types/src/internal/proxy/make-object.d.ts +14 -0
  341. package/dist/types/src/internal/proxy/make-object.d.ts.map +1 -0
  342. package/dist/types/src/internal/proxy/ownership.d.ts +57 -0
  343. package/dist/types/src/internal/proxy/ownership.d.ts.map +1 -0
  344. package/dist/types/src/internal/proxy/proxy-types.d.ts +18 -0
  345. package/dist/types/src/internal/proxy/proxy-types.d.ts.map +1 -0
  346. package/dist/types/src/internal/proxy/proxy-utils.d.ts +47 -0
  347. package/dist/types/src/internal/proxy/proxy-utils.d.ts.map +1 -0
  348. package/dist/types/src/internal/proxy/reactive-array.d.ts +8 -0
  349. package/dist/types/src/internal/proxy/reactive-array.d.ts.map +1 -0
  350. package/dist/types/src/internal/proxy/reactive.d.ts +39 -0
  351. package/dist/types/src/internal/proxy/reactive.d.ts.map +1 -0
  352. package/dist/types/src/internal/proxy/schema-validator.d.ts +15 -0
  353. package/dist/types/src/internal/proxy/schema-validator.d.ts.map +1 -0
  354. package/dist/types/src/internal/proxy/schema.test.d.ts +2 -0
  355. package/dist/types/src/internal/proxy/schema.test.d.ts.map +1 -0
  356. package/dist/types/src/internal/proxy/symbols.d.ts +3 -0
  357. package/dist/types/src/internal/proxy/symbols.d.ts.map +1 -0
  358. package/dist/types/src/internal/proxy/typed-handler.d.ts +47 -0
  359. package/dist/types/src/internal/proxy/typed-handler.d.ts.map +1 -0
  360. package/dist/types/src/internal/proxy/typed-handler.test.d.ts +2 -0
  361. package/dist/types/src/internal/proxy/typed-handler.test.d.ts.map +1 -0
  362. package/dist/types/src/internal/proxy/typed-object.test.d.ts +2 -0
  363. package/dist/types/src/internal/proxy/typed-object.test.d.ts.map +1 -0
  364. package/dist/types/src/internal/ref/index.d.ts +3 -0
  365. package/dist/types/src/internal/ref/index.d.ts.map +1 -0
  366. package/dist/types/src/internal/ref/ref-array.d.ts +21 -0
  367. package/dist/types/src/internal/ref/ref-array.d.ts.map +1 -0
  368. package/dist/types/src/internal/ref/ref.d.ts +218 -0
  369. package/dist/types/src/internal/ref/ref.d.ts.map +1 -0
  370. package/dist/types/src/internal/ref/ref.test.d.ts +2 -0
  371. package/dist/types/src/internal/ref/ref.test.d.ts.map +1 -0
  372. package/dist/types/src/internal/schema/compose.d.ts +7 -0
  373. package/dist/types/src/internal/schema/compose.d.ts.map +1 -0
  374. package/dist/types/src/internal/schema/compose.test.d.ts +2 -0
  375. package/dist/types/src/internal/schema/compose.test.d.ts.map +1 -0
  376. package/dist/types/src/internal/schema/echo-schema.d.ts +180 -0
  377. package/dist/types/src/internal/schema/echo-schema.d.ts.map +1 -0
  378. package/dist/types/src/internal/schema/index.d.ts +4 -0
  379. package/dist/types/src/internal/schema/index.d.ts.map +1 -0
  380. package/dist/types/src/internal/schema/manipulation.d.ts +10 -0
  381. package/dist/types/src/internal/schema/manipulation.d.ts.map +1 -0
  382. package/dist/types/src/internal/schema/persistent-schema.d.ts +20 -0
  383. package/dist/types/src/internal/schema/persistent-schema.d.ts.map +1 -0
  384. package/dist/types/src/internal/types/base.d.ts +26 -0
  385. package/dist/types/src/internal/types/base.d.ts.map +1 -0
  386. package/dist/types/src/internal/types/entity.d.ts +37 -0
  387. package/dist/types/src/internal/types/entity.d.ts.map +1 -0
  388. package/dist/types/src/internal/types/index.d.ts +6 -0
  389. package/dist/types/src/internal/types/index.d.ts.map +1 -0
  390. package/dist/types/src/internal/types/meta.d.ts +32 -0
  391. package/dist/types/src/internal/types/meta.d.ts.map +1 -0
  392. package/dist/types/src/internal/types/typename.d.ts +13 -0
  393. package/dist/types/src/internal/types/typename.d.ts.map +1 -0
  394. package/dist/types/src/internal/types/version.d.ts +15 -0
  395. package/dist/types/src/internal/types/version.d.ts.map +1 -0
  396. package/dist/types/src/{test → testing}/api.test.d.ts.map +1 -1
  397. package/dist/types/src/testing/index.d.ts +3 -1
  398. package/dist/types/src/testing/index.d.ts.map +1 -1
  399. package/dist/types/src/testing/test-data.d.ts +18 -0
  400. package/dist/types/src/testing/test-data.d.ts.map +1 -0
  401. package/dist/types/src/testing/test-schema.d.ts +303 -0
  402. package/dist/types/src/testing/test-schema.d.ts.map +1 -0
  403. package/dist/types/src/testing/util.d.ts +21 -0
  404. package/dist/types/src/testing/util.d.ts.map +1 -0
  405. package/dist/types/tsconfig.tsbuildinfo +1 -1
  406. package/package.json +169 -42
  407. package/src/Annotation.ts +18 -0
  408. package/src/Database.ts +336 -0
  409. package/src/Entity.test.ts +22 -0
  410. package/src/Entity.ts +217 -0
  411. package/src/Err.ts +18 -0
  412. package/src/Filter.ts +376 -0
  413. package/src/Format.ts +9 -0
  414. package/src/Hypergraph.ts +74 -0
  415. package/src/JsonSchema.ts +16 -0
  416. package/src/Key.ts +3 -0
  417. package/src/Obj.test.ts +386 -0
  418. package/src/Obj.ts +508 -84
  419. package/src/Order.ts +44 -0
  420. package/src/Query.test.ts +465 -0
  421. package/src/Query.ts +296 -0
  422. package/src/QueryResult.ts +106 -0
  423. package/src/Ref.ts +25 -9
  424. package/src/Relation.test.ts +82 -0
  425. package/src/Relation.ts +414 -51
  426. package/src/SchemaRegistry.ts +105 -0
  427. package/src/Tag.ts +40 -0
  428. package/src/Type.test.ts +52 -0
  429. package/src/Type.ts +360 -112
  430. package/src/index.ts +17 -4
  431. package/src/internal/README.md +102 -0
  432. package/src/internal/annotations/annotations.test.ts +96 -0
  433. package/src/internal/annotations/annotations.ts +460 -0
  434. package/src/internal/annotations/index.ts +6 -0
  435. package/src/internal/annotations/util.ts +72 -0
  436. package/src/internal/api/annotations.ts +60 -0
  437. package/src/internal/api/entity.ts +29 -0
  438. package/src/internal/api/index.ts +19 -0
  439. package/src/internal/api/meta.ts +88 -0
  440. package/src/internal/api/sorting.ts +53 -0
  441. package/src/internal/api/version.ts +96 -0
  442. package/src/internal/entities/entity.ts +126 -0
  443. package/src/internal/entities/index.ts +9 -0
  444. package/src/internal/entities/model.ts +134 -0
  445. package/src/internal/entities/object.ts +58 -0
  446. package/src/internal/entities/relation.ts +171 -0
  447. package/src/internal/entities/util.ts +33 -0
  448. package/src/internal/formats/date.test.ts +56 -0
  449. package/src/internal/formats/date.ts +217 -0
  450. package/src/internal/formats/format.test.ts +77 -0
  451. package/src/internal/formats/format.ts +54 -0
  452. package/src/internal/formats/index.ts +12 -0
  453. package/src/internal/formats/number.ts +89 -0
  454. package/src/internal/formats/object.ts +80 -0
  455. package/src/internal/formats/select.ts +18 -0
  456. package/src/internal/formats/string.ts +81 -0
  457. package/src/internal/formats/types.ts +186 -0
  458. package/src/internal/index.ts +39 -0
  459. package/src/internal/json-schema/annotations.ts +50 -0
  460. package/src/internal/json-schema/effect-schema.test.ts +143 -0
  461. package/src/internal/json-schema/index.ts +8 -0
  462. package/src/internal/json-schema/json-schema-normalize.ts +111 -0
  463. package/src/internal/json-schema/json-schema-type.ts +403 -0
  464. package/src/internal/json-schema/json-schema.test.ts +861 -0
  465. package/src/internal/json-schema/json-schema.ts +532 -0
  466. package/src/internal/object/clone.ts +48 -0
  467. package/src/internal/object/common.ts +75 -0
  468. package/src/internal/object/create-object.test.ts +116 -0
  469. package/src/internal/object/create-object.ts +95 -0
  470. package/src/internal/object/deleted.ts +19 -0
  471. package/src/internal/object/ids.ts +12 -0
  472. package/src/internal/object/index.ts +14 -0
  473. package/src/internal/object/inspect.ts +46 -0
  474. package/src/internal/object/json-serializer.test.ts +98 -0
  475. package/src/internal/object/json-serializer.ts +188 -0
  476. package/src/internal/object/schema-validator.test.ts +182 -0
  477. package/src/internal/object/schema-validator.ts +6 -0
  478. package/src/internal/object/set-value.test.ts +281 -0
  479. package/src/internal/object/set-value.ts +165 -0
  480. package/src/internal/object/snapshot.ts +70 -0
  481. package/src/internal/object/typed-object.test.ts +34 -0
  482. package/src/internal/object/typed-object.ts +30 -0
  483. package/src/internal/proxy/change-context.ts +138 -0
  484. package/src/internal/proxy/change.test.ts +519 -0
  485. package/src/internal/proxy/define-hidden-property.ts +14 -0
  486. package/src/internal/proxy/errors.ts +42 -0
  487. package/src/internal/proxy/event-batch.ts +44 -0
  488. package/src/internal/proxy/handler.test.ts +123 -0
  489. package/src/internal/proxy/index.ts +17 -0
  490. package/src/internal/proxy/json-serializer.ts +87 -0
  491. package/src/internal/proxy/make-object.ts +96 -0
  492. package/src/internal/proxy/ownership.ts +253 -0
  493. package/src/internal/proxy/proxy-types.ts +23 -0
  494. package/src/internal/proxy/proxy-utils.ts +150 -0
  495. package/src/internal/proxy/reactive-array.ts +71 -0
  496. package/src/internal/proxy/reactive.ts +69 -0
  497. package/src/internal/proxy/schema-validator.ts +244 -0
  498. package/src/internal/proxy/schema.test.ts +145 -0
  499. package/src/internal/proxy/symbols.ts +7 -0
  500. package/src/internal/proxy/typed-handler.test.ts +314 -0
  501. package/src/internal/proxy/typed-handler.ts +442 -0
  502. package/src/internal/proxy/typed-object.test.ts +116 -0
  503. package/src/internal/ref/index.ts +6 -0
  504. package/src/internal/ref/ref-array.ts +39 -0
  505. package/src/internal/ref/ref.test.ts +101 -0
  506. package/src/internal/ref/ref.ts +549 -0
  507. package/src/internal/schema/compose.test.ts +42 -0
  508. package/src/internal/schema/compose.ts +41 -0
  509. package/src/internal/schema/echo-schema.ts +423 -0
  510. package/src/internal/schema/index.ts +7 -0
  511. package/src/internal/schema/manipulation.ts +92 -0
  512. package/src/internal/schema/persistent-schema.ts +27 -0
  513. package/src/internal/types/base.ts +43 -0
  514. package/src/internal/types/entity.ts +54 -0
  515. package/src/internal/types/index.ts +9 -0
  516. package/src/internal/types/meta.ts +65 -0
  517. package/src/internal/types/typename.ts +45 -0
  518. package/src/internal/types/version.ts +20 -0
  519. package/src/testing/api.test.ts +126 -0
  520. package/src/testing/index.ts +3 -1
  521. package/src/testing/test-data.ts +130 -0
  522. package/src/testing/test-schema.ts +238 -0
  523. package/src/testing/util.ts +85 -0
  524. package/dist/lib/browser/chunk-EUA7CM23.mjs +0 -619
  525. package/dist/lib/browser/chunk-EUA7CM23.mjs.map +0 -7
  526. package/dist/lib/node-esm/chunk-IV6BWGHK.mjs +0 -619
  527. package/dist/lib/node-esm/chunk-IV6BWGHK.mjs.map +0 -7
  528. package/dist/types/src/experimental/database.d.ts +0 -8
  529. package/dist/types/src/experimental/database.d.ts.map +0 -1
  530. package/dist/types/src/experimental/index.d.ts +0 -1
  531. package/dist/types/src/experimental/index.d.ts.map +0 -1
  532. package/dist/types/src/experimental/queue.d.ts +0 -8
  533. package/dist/types/src/experimental/queue.d.ts.map +0 -1
  534. package/dist/types/src/experimental/space.d.ts +0 -8
  535. package/dist/types/src/experimental/space.d.ts.map +0 -1
  536. package/dist/types/src/query/dsl.d.ts +0 -218
  537. package/dist/types/src/query/dsl.d.ts.map +0 -1
  538. package/dist/types/src/query/dsl.test.d.ts +0 -2
  539. package/dist/types/src/query/dsl.test.d.ts.map +0 -1
  540. package/dist/types/src/query/index.d.ts +0 -2
  541. package/dist/types/src/query/index.d.ts.map +0 -1
  542. package/dist/types/src/testing/types.d.ts +0 -113
  543. package/dist/types/src/testing/types.d.ts.map +0 -1
  544. package/src/experimental/database.ts +0 -11
  545. package/src/experimental/index.ts +0 -7
  546. package/src/experimental/queue.ts +0 -11
  547. package/src/experimental/space.ts +0 -11
  548. package/src/query/dsl.test.ts +0 -323
  549. package/src/query/dsl.ts +0 -646
  550. package/src/query/index.ts +0 -5
  551. package/src/test/api.test.ts +0 -173
  552. package/src/testing/types.ts +0 -91
  553. /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
@@ -0,0 +1,52 @@
1
+ //
2
+ // Copyright 2026 DXOS.org
3
+ //
4
+
5
+ import * as Schema from 'effect/Schema';
6
+ import { describe, test } from 'vitest';
7
+
8
+ import * as Obj from './Obj';
9
+ import * as Relation from './Relation';
10
+ import { TestSchema } from './testing';
11
+ import * as Type from './Type';
12
+
13
+ describe('Type', () => {
14
+ describe('Type.Obj', () => {
15
+ test('has SchemaKindId for schema type checking', ({ expect }) => {
16
+ // Type.isObjectSchema uses SchemaKindId to check if a schema is an object schema.
17
+ expect(Type.isObjectSchema(Type.Obj)).toBe(true);
18
+ expect(Type.isObjectSchema(TestSchema.Person)).toBe(true);
19
+ expect(Type.isObjectSchema(Type.Relation)).toBe(false);
20
+ });
21
+
22
+ test('Schema.is validates structural compatibility only', ({ expect }) => {
23
+ // Schema.is does structural validation (has id field).
24
+ // It accepts both ECHO objects and plain objects with compatible structure.
25
+ expect(Schema.is(Type.Obj)({ id: 'plain-object' })).toBe(true);
26
+ const obj = Obj.make(TestSchema.Person, { name: 'Test' });
27
+ expect(Schema.is(Type.Obj)(obj)).toBe(true);
28
+ });
29
+ });
30
+
31
+ describe('Type.Relation', () => {
32
+ test('has SchemaKindId for schema type checking', ({ expect }) => {
33
+ // Type.isRelationSchema uses SchemaKindId to check if a schema is a relation schema.
34
+ expect(Type.isRelationSchema(Type.Relation)).toBe(true);
35
+ expect(Type.isRelationSchema(TestSchema.HasManager)).toBe(true);
36
+ expect(Type.isRelationSchema(Type.Obj)).toBe(false);
37
+ });
38
+
39
+ test('Schema.is validates structural compatibility only', ({ expect }) => {
40
+ // Schema.is does structural validation (has id field).
41
+ // It accepts both ECHO relations and plain objects with compatible structure.
42
+ expect(Schema.is(Type.Relation)({ id: 'plain-object' })).toBe(true);
43
+ const obj1 = Obj.make(TestSchema.Person, { name: 'Alice' });
44
+ const obj2 = Obj.make(TestSchema.Person, { name: 'Bob' });
45
+ const rel = Relation.make(TestSchema.HasManager, {
46
+ [Relation.Source]: obj1,
47
+ [Relation.Target]: obj2,
48
+ });
49
+ expect(Schema.is(Type.Relation)(rel)).toBe(true);
50
+ });
51
+ });
52
+ });
package/src/Type.ts CHANGED
@@ -2,149 +2,302 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { type Schema } from 'effect';
6
- import { type Simplify } from 'effect/Schema';
5
+ import * as Schema from 'effect/Schema';
7
6
 
8
7
  import { type EncodedReference } from '@dxos/echo-protocol';
9
- import * as EchoSchema from '@dxos/echo-schema';
10
- import { type ToMutable } from '@dxos/echo-schema';
11
8
  import { invariant } from '@dxos/invariant';
12
- import type * as Keys from '@dxos/keys';
9
+ import { type DXN, type ObjectId } from '@dxos/keys';
10
+ import { type ToMutable } from '@dxos/util';
11
+
12
+ import type * as Entity$ from './Entity';
13
+ import {
14
+ ANY_OBJECT_TYPENAME,
15
+ ANY_OBJECT_VERSION,
16
+ type ATTR_RELATION_SOURCE,
17
+ type ATTR_RELATION_TARGET,
18
+ type AnyEntity,
19
+ type AnyProperties,
20
+ EchoObjectSchema,
21
+ EchoRelationSchema,
22
+ type EchoRelationSchemaOptions,
23
+ EchoSchema,
24
+ EntityKind,
25
+ PersistentSchema,
26
+ Ref as Ref$,
27
+ type RefFn,
28
+ type RefSchema,
29
+ SchemaKindId,
30
+ type TypeAnnotation,
31
+ type TypeMeta,
32
+ getSchemaDXN,
33
+ getSchemaTypename,
34
+ getSchemaVersion,
35
+ getTypeAnnotation,
36
+ isMutable as isMutable$,
37
+ toEffectSchema,
38
+ toJsonSchema,
39
+ } from './internal';
40
+ import type * as Relation$ from './Relation';
41
+
42
+ // TODO(burdon): Remove toEffectSchema, toJsonSchema (moved to JsonSchema export).
43
+ export { toEffectSchema, toJsonSchema };
13
44
 
14
- import type * as RelationModule from './Relation';
45
+ /**
46
+ * Returns all properties of an object or relation except for the id and kind.
47
+ */
48
+ export type Properties<T = any> = Omit<T, 'id' | Entity$.KindId | Relation$.Source | Relation$.Target>;
15
49
 
16
50
  //
17
- // Kind
51
+ // Internal types (not exported)
18
52
  //
19
53
 
20
- export const KindId: unique symbol = EchoSchema.EntityKindId as any;
21
- export type KindId = typeof KindId;
22
-
23
- export const Kind = EchoSchema.EntityKind;
24
-
25
54
  /**
26
- * Assigns a kind to an Object or Relation instance.
55
+ * Type that marks a schema as an ECHO schema.
56
+ * The value indicates the entity kind (Object or Relation).
27
57
  */
28
- // NOTE: Needed to make `isRelation` and `isObject` checks work.
29
- export interface OfKind<Kind extends EchoSchema.EntityKind> {
30
- readonly id: Keys.ObjectId;
31
- readonly [KindId]: Kind;
32
- }
58
+ type EchoSchemaKind<K extends EntityKind = EntityKind> = {
59
+ readonly [SchemaKindId]: K;
60
+ };
33
61
 
34
62
  /**
35
- * Base ECHO schema type.
63
+ * JSON-encoded properties for objects.
36
64
  */
37
- export type Schema = EchoSchema.EchoSchema;
65
+ interface ObjJsonProps {
66
+ id: string;
67
+ }
38
68
 
39
69
  /**
40
- * Returns all properties of an object or relation except for the id and kind.
70
+ * JSON-encoded properties for relations.
41
71
  */
42
- export type Properties<T> = Omit<T, 'id' | KindId | RelationModule.Source | RelationModule.Target>;
72
+ interface RelationJsonProps {
73
+ id: string;
74
+ [ATTR_RELATION_SOURCE]: string;
75
+ [ATTR_RELATION_TARGET]: string;
76
+ }
43
77
 
44
78
  //
45
- // Obj
79
+ // Obj - Runtime schema for any ECHO object
46
80
  //
47
81
 
48
- interface ObjJsonProps {
49
- id: string;
50
- }
82
+ // Internal type for the Obj schema constant.
83
+ // NOTE: The `any` in the type intersection is intentional - it makes this type bidirectionally
84
+ // assignable with specific object types (e.g., Type.Obj can be assigned to/from Meeting.Meeting).
85
+ // This is needed because operation schemas erase type information.
86
+ // TODO(wittjosiah): Consider alternatives to the `any` intersection hack:
87
+ // - Generic operation schemas that preserve input type in output
88
+ // - Branded types that specific schemas also carry
89
+ // - Accept the limitation and require explicit type narrowing at call sites
90
+ type ObjSchemaType = Schema.Schema<
91
+ any & AnyEntity & Entity$.OfKind<typeof Entity$.Kind.Object> & AnyProperties,
92
+ { id: string } & AnyProperties
93
+ > &
94
+ EchoSchemaKind<EntityKind.Object> &
95
+ TypeMeta;
96
+
97
+ // Internal schema definition.
98
+ // NOTE: The EchoObjectSchema annotation is required for Type.Ref(Type.Obj) to work.
99
+ // The typename/version only satisfy ECHO schema machinery for reference targets.
100
+ const ObjSchema = Schema.Struct({
101
+ id: Schema.String,
102
+ }).pipe(
103
+ Schema.extend(Schema.Record({ key: Schema.String, value: Schema.Unknown })),
104
+ EchoObjectSchema({ typename: ANY_OBJECT_TYPENAME, version: ANY_OBJECT_VERSION }),
105
+ );
51
106
 
52
107
  /**
53
- * Return type of the `Obj` schema constructor.
108
+ * Runtime Effect schema for any ECHO object.
109
+ * Use for validation, parsing, or as a reference target for collections.
54
110
  *
55
- * This typedef avoids `TS4023` error (name from external module cannot be used named).
56
- * See Effect's note on interface types.
111
+ * NOTE: `Schema.is(Type.Obj)` does STRUCTURAL validation only (checks for `id` field).
112
+ * Use `Obj.isObject()` for proper ECHO instance type guards that check the KindId brand.
113
+ *
114
+ * @example
115
+ * ```ts
116
+ * // Structural type guard (accepts any object with id field)
117
+ * if (Schema.is(Type.Obj)(unknownValue)) { ... }
118
+ *
119
+ * // ECHO instance type guard (checks KindId brand)
120
+ * if (Obj.isObject(unknownValue)) { ... }
121
+ *
122
+ * // Reference to any object type
123
+ * const Collection = Schema.Struct({
124
+ * objects: Schema.Array(Type.Ref(Type.Obj)),
125
+ * }).pipe(Type.object({ typename: 'Collection', version: '0.1.0' }));
126
+ * ```
57
127
  */
58
- export interface obj<Self extends Schema.Schema.Any>
59
- extends EchoSchema.TypeMeta,
60
- Schema.AnnotableClass<
61
- obj<Self>,
62
- OfKind<EchoSchema.EntityKind.Object> & ToMutable<Schema.Schema.Type<Self>>,
63
- Simplify<ObjJsonProps & ToMutable<Schema.Schema.Encoded<Self>>>,
64
- Schema.Schema.Context<Self>
65
- > {}
128
+ // TODO(wittjosiah): Investigate if Schema.filter can validate KindId on ECHO instances.
129
+ // Effect Schema normalizes proxy objects to plain objects before calling filter predicates.
130
+ // Possible approaches: custom Schema.declare, AST manipulation, or upstream contribution.
131
+ export const Obj: ObjSchemaType = Object.assign(ObjSchema, {
132
+ [SchemaKindId]: (ObjSchema as any)[SchemaKindId],
133
+ }) as unknown as ObjSchemaType;
66
134
 
67
135
  /**
68
- * Object schema.
136
+ * TypeScript type for an ECHO object schema.
137
+ * `T` is the instance type produced by the schema.
138
+ * `Fields` is the optional struct fields type for introspection.
139
+ *
140
+ * @example
141
+ * ```ts
142
+ * const PersonSchema: Type.Obj<Person> = Schema.Struct({
143
+ * name: Schema.String,
144
+ * }).pipe(Type.object({ typename: 'Person', version: '0.1.0' }));
145
+ *
146
+ * // Access fields for introspection:
147
+ * Object.keys(PersonSchema.fields); // ['name']
148
+ * ```
69
149
  */
70
- export const Obj: {
71
- (opts: EchoSchema.TypeMeta): <Self extends Schema.Schema.Any>(self: Self) => obj<Self>;
72
- } = EchoSchema.EchoObject as any;
150
+ export interface Obj<T = any, Fields extends Schema.Struct.Fields = Schema.Struct.Fields>
151
+ extends TypeMeta,
152
+ EchoSchemaKind<EntityKind.Object>,
153
+ Schema.AnnotableClass<
154
+ Obj<T, Fields>,
155
+ Entity$.OfKind<typeof Entity$.Kind.Object> & T,
156
+ Schema.Simplify<ObjJsonProps & ToMutable<T>>,
157
+ never
158
+ > {
159
+ /**
160
+ * The fields defined in the original struct schema.
161
+ * Allows accessing field definitions for introspection.
162
+ */
163
+ readonly fields: Fields;
164
+ }
73
165
 
74
166
  /**
75
- * Object schema type definitions.
167
+ * Structural base type for any ECHO object schema.
168
+ * Accepts both static schemas (created with Type.object()) and EchoSchema.
169
+ * NOTE: Does not include the brand symbol to avoid TS4053 declaration portability issues.
170
+ * Use Type.isObjectSchema() for runtime type guards.
76
171
  */
172
+ type ObjectSchemaBase = Schema.Schema.AnyNoContext & {
173
+ readonly typename: string;
174
+ readonly version: string;
175
+ };
176
+
77
177
  export namespace Obj {
78
178
  /**
79
- * Type that represents an arbitrary schema type of an object.
80
- * NOTE: This is not an instance type.
179
+ * Type that represents any ECHO object schema.
180
+ * Accepts both static schemas (Type.object()) and mutable schemas (EchoSchema).
81
181
  */
82
- // TODO(dmaretskyi): If schema was covariant, we could specify props in here, like `id: ObjectId`.
83
- export type Any = Schema.Schema.AnyNoContext;
182
+ export type Any = ObjectSchemaBase;
84
183
  }
85
184
 
185
+ /**
186
+ * Factory function to create an ECHO object schema.
187
+ * Adds object metadata annotations to an Effect schema.
188
+ *
189
+ * @example
190
+ * ```ts
191
+ * const Person = Schema.Struct({
192
+ * name: Schema.String,
193
+ * }).pipe(Type.object({ typename: 'example.com/type/Person', version: '0.1.0' }));
194
+ * ```
195
+ */
196
+ export const object: {
197
+ (opts: TypeMeta): <Self extends Schema.Schema.Any>(self: Self) => Obj<Schema.Schema.Type<Self>>;
198
+ } = EchoObjectSchema as any;
199
+
86
200
  //
87
- // Expando
201
+ // PersistentType (Schema stored in database)
88
202
  //
89
203
 
90
- export interface Expando extends OfKind<EchoSchema.EntityKind.Object> {
91
- [key: string]: any;
92
- }
204
+ export const PersistentType: Obj<PersistentSchema> = PersistentSchema as any;
93
205
 
94
- type ExpandoEncoded = Simplify<ObjJsonProps & { [key: string]: any }>;
206
+ export interface PersistentType extends Schema.Schema.Type<typeof PersistentType> {}
95
207
 
96
- export const Expando: Schema.Schema<Expando, ExpandoEncoded, never> = EchoSchema.Expando as any;
208
+ export { EchoSchema as RuntimeType };
97
209
 
98
210
  //
99
- // Relation
211
+ // Relation - Runtime schema for any ECHO relation
100
212
  //
101
213
 
102
- interface RelationJsonProps {
103
- id: string;
104
- [EchoSchema.ATTR_RELATION_SOURCE]: string;
105
- [EchoSchema.ATTR_RELATION_TARGET]: string;
106
- }
214
+ // Internal type for the Relation schema constant.
215
+ type RelationSchemaType = Schema.Schema<
216
+ { id: ObjectId } & Record<string, unknown>,
217
+ { id: string } & Record<string, unknown>
218
+ > &
219
+ EchoSchemaKind<EntityKind.Relation> &
220
+ TypeMeta;
221
+
222
+ // Internal schema definition.
223
+ // NOTE: The EchoRelationSchema annotation is required for Type.Ref(Type.Relation) to work.
224
+ // The typename/version/source/target only satisfy ECHO schema machinery for reference targets.
225
+ const RelationSchema = Schema.Struct({
226
+ id: Schema.String,
227
+ }).pipe(
228
+ Schema.extend(Schema.Record({ key: Schema.String, value: Schema.Unknown })),
229
+ EchoRelationSchema({
230
+ typename: 'dxos.org/schema/AnyRelation',
231
+ version: '0.0.0',
232
+ source: ObjSchema,
233
+ target: ObjSchema,
234
+ }),
235
+ );
107
236
 
108
237
  /**
109
- * Return type of the `Relation` schema constructor.
238
+ * Runtime Effect schema for any ECHO relation.
239
+ * Use for validation, parsing, or as a reference target for collections.
240
+ * A relation has `id`, source, and target fields plus any additional properties.
110
241
  *
111
- * This typedef avoids `TS4023` error (name from external module cannot be used named).
112
- * See Effect's note on interface types.
242
+ * NOTE: `Schema.is(Type.Relation)` does STRUCTURAL validation only (checks for `id` field).
243
+ * Use `Relation.isRelation()` for proper ECHO instance type guards that check the KindId brand.
244
+ *
245
+ * @example
246
+ * ```ts
247
+ * // Structural type guard (accepts any object with id field)
248
+ * if (Schema.is(Type.Relation)(unknownValue)) { ... }
249
+ *
250
+ * // ECHO instance type guard (checks KindId brand)
251
+ * if (Relation.isRelation(unknownValue)) { ... }
252
+ * ```
113
253
  */
114
- export interface relation<
115
- Self extends Schema.Schema.Any,
116
- SourceSchema extends Schema.Schema.Any,
117
- TargetSchema extends Schema.Schema.Any,
118
- > extends EchoSchema.TypeMeta,
119
- Schema.AnnotableClass<
120
- relation<Self, SourceSchema, TargetSchema>,
121
- OfKind<EchoSchema.EntityKind.Relation> &
122
- Relation.Endpoints<Schema.Schema.Type<SourceSchema>, Schema.Schema.Type<TargetSchema>> &
123
- ToMutable<Schema.Schema.Type<Self>>,
124
- Simplify<RelationJsonProps & ToMutable<Schema.Schema.Encoded<Self>>>,
125
- Schema.Schema.Context<Self>
126
- > {}
254
+ export const Relation: RelationSchemaType = Object.assign(RelationSchema, {
255
+ [SchemaKindId]: (RelationSchema as any)[SchemaKindId],
256
+ }) as unknown as RelationSchemaType;
127
257
 
128
258
  /**
129
- * Relation schema.
259
+ * TypeScript type for an ECHO relation schema.
260
+ * `T` is the instance type produced by the schema (excluding source/target).
261
+ * `Source` and `Target` are the endpoint types.
262
+ * `Fields` is the optional struct fields type for introspection.
130
263
  */
131
- // TODO(dmaretskyi): I have to redefine the type here so that the definition uses symbols from @dxos/echo/Relation.
132
- export const Relation: {
133
- <Source extends Schema.Schema.AnyNoContext, Target extends Schema.Schema.AnyNoContext>(
134
- opts: EchoSchema.EchoRelationOptions<Source, Target>,
135
- ): <Self extends Schema.Schema.Any>(self: Self) => relation<Self, Source, Target>;
136
- } = EchoSchema.EchoRelation as any;
264
+ export interface Relation<
265
+ T = any,
266
+ Source = any,
267
+ Target = any,
268
+ Fields extends Schema.Struct.Fields = Schema.Struct.Fields,
269
+ > extends TypeMeta,
270
+ EchoSchemaKind<EntityKind.Relation>,
271
+ Schema.AnnotableClass<
272
+ Relation<T, Source, Target, Fields>,
273
+ Entity$.OfKind<typeof Entity$.Kind.Relation> & Relation.Endpoints<Source, Target> & T,
274
+ Schema.Simplify<RelationJsonProps & ToMutable<T>>,
275
+ never
276
+ > {
277
+ /**
278
+ * The fields defined in the original struct schema.
279
+ * Allows accessing field definitions for introspection.
280
+ */
281
+ readonly fields: Fields;
282
+ }
137
283
 
138
284
  /**
139
- * Relation schema type definitions.
285
+ * Structural base type for any ECHO relation schema.
286
+ * Accepts static schemas (created with Type.relation()).
287
+ * NOTE: Does not include the brand symbol to avoid TS4053 declaration portability issues.
288
+ * Use Type.isRelationSchema() for runtime type guards.
140
289
  */
290
+ type RelationSchemaBase = Schema.Schema.AnyNoContext & {
291
+ readonly typename: string;
292
+ readonly version: string;
293
+ };
294
+
141
295
  export namespace Relation {
142
296
  /**
143
- * Type that represents an arbitrary schema type of a relation.
144
- * NOTE: This is not an instance type.
297
+ * Type that represents any ECHO relation schema.
298
+ * Accepts static schemas (Type.relation()).
145
299
  */
146
- // TODO(dmaretskyi): If schema was covariant, we could specify props in here, like `id: ObjectId`.
147
- export type Any = Schema.Schema.AnyNoContext;
300
+ export type Any = RelationSchemaBase;
148
301
 
149
302
  /**
150
303
  * Get relation source type.
@@ -157,14 +310,90 @@ export namespace Relation {
157
310
  export type Target<A> = A extends Relation.Endpoints<infer _S, infer T> ? T : never;
158
311
 
159
312
  export type Endpoints<Source, Target> = {
160
- [RelationModule.Source]: Source;
161
- [RelationModule.Target]: Target;
313
+ [Relation$.Source]: Source;
314
+ [Relation$.Target]: Target;
162
315
  };
163
316
  }
164
317
 
318
+ /**
319
+ * Factory function to create an ECHO relation schema.
320
+ * Adds relation metadata annotations to an Effect schema.
321
+ *
322
+ * @example
323
+ * ```ts
324
+ * const WorksFor = Schema.Struct({
325
+ * role: Schema.String,
326
+ * }).pipe(Type.relation({
327
+ * typename: 'example.com/type/WorksFor',
328
+ * version: '0.1.0',
329
+ * source: Person,
330
+ * target: Company,
331
+ * }));
332
+ * ```
333
+ */
334
+ export const relation: {
335
+ <SourceSchema extends Schema.Schema.AnyNoContext, TargetSchema extends Schema.Schema.AnyNoContext>(
336
+ opts: EchoRelationSchemaOptions<SourceSchema, TargetSchema>,
337
+ ): <Self extends Schema.Schema.Any>(
338
+ self: Self,
339
+ ) => Relation<Schema.Schema.Type<Self>, Schema.Schema.Type<SourceSchema>, Schema.Schema.Type<TargetSchema>>;
340
+ } = EchoRelationSchema as any;
341
+
342
+ //
343
+ // Entity - Entity schema types (union of Object | Relation)
344
+ //
345
+
346
+ export namespace Entity {
347
+ /**
348
+ * Runtime Effect schema for any ECHO entity (object or relation).
349
+ * Use for validation, parsing, or type guards on unknown values.
350
+ *
351
+ * @example
352
+ * ```ts
353
+ * if (Schema.is(Type.Entity.Any)(unknownValue)) {
354
+ * // unknownValue is an ECHO entity
355
+ * }
356
+ * ```
357
+ */
358
+ export const Any: Schema.Schema<
359
+ { id: ObjectId } & Record<string, unknown>,
360
+ { id: string } & Record<string, unknown>
361
+ > = Schema.Union(Obj, Relation);
362
+
363
+ /**
364
+ * Type alias for any ECHO entity schema (object or relation).
365
+ * Use this in type annotations for schema parameters.
366
+ */
367
+ export type Any = Obj.Any | Relation.Any;
368
+ }
369
+
370
+ /**
371
+ * Type guard to check if a schema is an object schema.
372
+ * NOTE: This checks SCHEMAS, not instances. Use Obj.isObject for instances.
373
+ */
374
+ export const isObjectSchema = (schema: Entity.Any): schema is Obj.Any => {
375
+ return (schema as any)[SchemaKindId] === EntityKind.Object;
376
+ };
377
+
378
+ /**
379
+ * Type guard to check if a schema is a relation schema.
380
+ * NOTE: This checks SCHEMAS, not instances. Use Relation.isRelation for instances.
381
+ */
382
+ export const isRelationSchema = (schema: Entity.Any): schema is Relation.Any => {
383
+ return (schema as any)[SchemaKindId] === EntityKind.Relation;
384
+ };
385
+
165
386
  //
166
387
  // Ref
167
388
  //
389
+ // NOTE: `Type.Ref` vs `Ref.Ref`:
390
+ // - `Type.Ref<T>` is the SCHEMA type - a schema that produces `Ref.Ref<T>` instances.
391
+ // - `Ref.Ref<T>` is the INSTANCE type - the actual runtime ref object.
392
+ //
393
+ // Example:
394
+ // const taskRef: Ref.Ref<Task> = Ref.make(task); // Instance
395
+ // const schema: Type.Ref<Task> = Type.Ref(Task); // Schema
396
+ //
168
397
 
169
398
  /**
170
399
  * Return type of the `Ref` schema constructor.
@@ -172,41 +401,65 @@ export namespace Relation {
172
401
  * This typedef avoids `TS4023` error (name from external module cannot be used named).
173
402
  * See Effect's note on interface types.
174
403
  */
175
- export interface ref<TargetSchema extends Schema.Schema.Any>
176
- extends EchoSchema.Ref$<Schema.Schema.Type<TargetSchema>> {}
404
+ export interface ref<TargetSchema extends Schema.Schema.Any> extends RefSchema<Schema.Schema.Type<TargetSchema>> {}
177
405
 
178
406
  /**
179
- * Ref schema.
407
+ * Factory function to create a Ref schema for the given target schema.
408
+ * Use this in schema definitions to declare reference fields.
409
+ *
410
+ * @example
411
+ * ```ts
412
+ * const Task = Schema.Struct({
413
+ * assignee: Type.Ref(Person), // Creates a Ref schema
414
+ * }).pipe(Type.object({ typename: 'Task', version: '0.1.0' }));
415
+ * ```
180
416
  */
181
- export const Ref: <S extends Obj.Any>(schema: S) => ref<S> = EchoSchema.Ref;
417
+ export const Ref: RefFn = Ref$;
182
418
 
183
- export interface Ref<T> extends Schema.SchemaClass<EchoSchema.Ref<T>, EncodedReference> {}
419
+ /**
420
+ * TypeScript type for a Ref schema.
421
+ * This is the type of the SCHEMA itself, not the runtime ref instance.
422
+ * For the instance type, use `Ref.Ref<T>` from the Ref module.
423
+ *
424
+ * @example
425
+ * ```ts
426
+ * // Schema type annotation (rarely needed, usually inferred):
427
+ * const refSchema: Type.Ref<Task> = Type.Ref(Task);
428
+ *
429
+ * // Instance type annotation (use Ref.Ref instead):
430
+ * const refInstance: Ref.Ref<Task> = Ref.make(task);
431
+ * ```
432
+ */
433
+ export interface Ref<T> extends Schema.SchemaClass<Ref$<T>, EncodedReference> {}
184
434
 
185
- // TODO(buurdon): Move to Ref?
186
435
  export namespace Ref {
187
436
  /**
188
- * Type that represents an arbitrary schema type of a reference.
189
- * NOTE: This is not an instance type.
437
+ * Type that represents any Ref schema (with unknown target type).
438
+ * This is a schema type, not an instance type.
190
439
  */
191
- export type Any = Schema.Schema<EchoSchema.Ref<any>, EncodedReference>;
440
+ export type Any = Schema.Schema<Ref$<any>, EncodedReference>;
192
441
  }
193
442
 
443
+ //
444
+ // Schema utility functions
445
+ //
446
+
194
447
  /**
195
448
  * Gets the full DXN of the schema.
196
449
  * Will include the version if it's a `type` DXN.
197
450
  * @example "dxn:example.com/type/Person:0.1.0"
198
451
  * @example "dxn:echo:SSSSSSSSSS:XXXXXXXXXXXXX"
199
452
  */
200
- export const getDXN = (schema: Obj.Any | Relation.Any): Keys.DXN | undefined => {
201
- return EchoSchema.getSchemaDXN(schema);
453
+ export const getDXN = (schema: Entity.Any): DXN | undefined => {
454
+ return getSchemaDXN(schema);
202
455
  };
203
456
 
204
457
  /**
205
458
  * @param schema - Schema to get the typename from.
206
459
  * @returns The typename of the schema. Example: `example.com/type/Person`.
207
460
  */
208
- export const getTypename = (schema: Obj.Any | Relation.Any): string => {
209
- const typename = EchoSchema.getSchemaTypename(schema);
461
+ export const getTypename = (schema: Entity.Any): string => {
462
+ const typename = getSchemaTypename(schema);
210
463
  invariant(typeof typename === 'string' && !typename.startsWith('dxn:'), 'Invalid typename');
211
464
  return typename;
212
465
  };
@@ -215,8 +468,8 @@ export const getTypename = (schema: Obj.Any | Relation.Any): string => {
215
468
  * Gets the version of the schema.
216
469
  * @example 0.1.0
217
470
  */
218
- export const getVersion = (schema: Obj.Any | Relation.Any): string => {
219
- const version = EchoSchema.getSchemaVersion(schema);
471
+ export const getVersion = (schema: Entity.Any): string => {
472
+ const version = getSchemaVersion(schema);
220
473
  invariant(typeof version === 'string' && version.match(/^\d+\.\d+\.\d+$/), 'Invalid version');
221
474
  return version;
222
475
  };
@@ -224,21 +477,16 @@ export const getVersion = (schema: Obj.Any | Relation.Any): string => {
224
477
  /**
225
478
  * @returns True if the schema is mutable.
226
479
  */
227
- export const isMutable = EchoSchema.isMutable;
480
+ export const isMutable = isMutable$;
228
481
 
229
482
  /**
230
483
  * ECHO type metadata.
231
484
  */
232
- export type Meta = EchoSchema.TypeAnnotation;
485
+ export type Meta = TypeAnnotation;
233
486
 
234
487
  /**
235
488
  * Gets the meta data of the schema.
236
489
  */
237
- export const getMeta = (schema: Obj.Any | Relation.Any): Meta | undefined => {
238
- return EchoSchema.getTypeAnnotation(schema);
490
+ export const getMeta = (schema: Entity.Any): Meta | undefined => {
491
+ return getTypeAnnotation(schema);
239
492
  };
240
-
241
- // TODO(dmaretskyi): Remove re-exports.
242
- export { SpaceId, ObjectId, DXN } from '@dxos/keys';
243
-
244
- export { Format, JsonSchemaType as JsonSchema, toEffectSchema, toJsonSchema } from '@dxos/echo-schema';
package/src/index.ts CHANGED
@@ -2,12 +2,25 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
+ export { QueryAST } from '@dxos/echo-protocol';
6
+ // TODO(wittjosiah): Refactor DXN to not use statics similar to Query.
7
+ export { DXN } from '@dxos/keys';
8
+
9
+ export * as Annotation from './Annotation';
10
+ export * as Database from './Database';
11
+ export * as Entity from './Entity';
12
+ export * as Err from './Err';
13
+ export * as Filter from './Filter';
14
+ export * as Format from './Format';
15
+ export * as Hypergraph from './Hypergraph';
16
+ export * as JsonSchema from './JsonSchema';
5
17
  export * as Key from './Key';
6
18
  export * as Obj from './Obj';
19
+ export * as Order from './Order';
20
+ export * as Query from './Query';
21
+ export * as QueryResult from './QueryResult';
7
22
  export * as Ref from './Ref';
8
23
  export * as Relation from './Relation';
24
+ export * as SchemaRegistry from './SchemaRegistry';
25
+ export * as Tag from './Tag';
9
26
  export * as Type from './Type';
10
-
11
- export { DXN } from '@dxos/keys';
12
- export { Filter, Query } from './query';
13
- export { type Live } from '@dxos/live-object';