@dxos/echo 0.8.4-main.1da679c → 0.8.4-main.21d9917

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 (554) hide show
  1. package/README.md +1 -2
  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-22JMFST2.mjs +24 -0
  37. package/dist/lib/browser/chunk-22JMFST2.mjs.map +7 -0
  38. package/dist/lib/browser/chunk-2SBB7OWV.mjs +250 -0
  39. package/dist/lib/browser/chunk-2SBB7OWV.mjs.map +7 -0
  40. package/dist/lib/browser/chunk-6L5HHUVU.mjs +158 -0
  41. package/dist/lib/browser/chunk-6L5HHUVU.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-BJPE6CIC.mjs +3847 -0
  45. package/dist/lib/browser/chunk-BJPE6CIC.mjs.map +7 -0
  46. package/dist/lib/browser/chunk-CGS2ULMK.mjs +11 -0
  47. package/dist/lib/browser/chunk-CGS2ULMK.mjs.map +7 -0
  48. package/dist/lib/browser/chunk-CJ5YELTO.mjs +39 -0
  49. package/dist/lib/browser/chunk-CJ5YELTO.mjs.map +7 -0
  50. package/dist/lib/browser/chunk-FPOISFQK.mjs +40 -0
  51. package/dist/lib/browser/chunk-FPOISFQK.mjs.map +7 -0
  52. package/dist/lib/browser/chunk-FRDT7RA4.mjs +403 -0
  53. package/dist/lib/browser/chunk-FRDT7RA4.mjs.map +7 -0
  54. package/dist/lib/browser/chunk-INHXFXY5.mjs +22 -0
  55. package/dist/lib/browser/chunk-INHXFXY5.mjs.map +7 -0
  56. package/dist/lib/browser/chunk-IXVWLTG7.mjs +9 -0
  57. package/dist/lib/browser/chunk-IXVWLTG7.mjs.map +7 -0
  58. package/dist/lib/browser/chunk-JMKVF2YQ.mjs +43 -0
  59. package/dist/lib/browser/chunk-JMKVF2YQ.mjs.map +7 -0
  60. package/dist/lib/browser/chunk-KQQGVHFN.mjs +143 -0
  61. package/dist/lib/browser/chunk-KQQGVHFN.mjs.map +7 -0
  62. package/dist/lib/browser/chunk-MYCCGG2T.mjs +15 -0
  63. package/dist/lib/browser/chunk-MYCCGG2T.mjs.map +7 -0
  64. package/dist/lib/browser/chunk-NOPVNWPT.mjs +204 -0
  65. package/dist/lib/browser/chunk-NOPVNWPT.mjs.map +7 -0
  66. package/dist/lib/browser/chunk-PQZW3S6L.mjs +74 -0
  67. package/dist/lib/browser/chunk-PQZW3S6L.mjs.map +7 -0
  68. package/dist/lib/browser/chunk-RK4Z4JUZ.mjs +283 -0
  69. package/dist/lib/browser/chunk-RK4Z4JUZ.mjs.map +7 -0
  70. package/dist/lib/browser/chunk-U2J7TA7K.mjs +57 -0
  71. package/dist/lib/browser/chunk-U2J7TA7K.mjs.map +7 -0
  72. package/dist/lib/browser/chunk-W5D2GWAW.mjs +98 -0
  73. package/dist/lib/browser/chunk-W5D2GWAW.mjs.map +7 -0
  74. package/dist/lib/browser/chunk-XDIUHAAX.mjs +41 -0
  75. package/dist/lib/browser/chunk-XDIUHAAX.mjs.map +7 -0
  76. package/dist/lib/browser/chunk-YKTSSMDS.mjs +69 -0
  77. package/dist/lib/browser/chunk-YKTSSMDS.mjs.map +7 -0
  78. package/dist/lib/browser/chunk-ZAGAOZVY.mjs +288 -0
  79. package/dist/lib/browser/chunk-ZAGAOZVY.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 +71 -16
  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-4PNXQA64.mjs +250 -0
  123. package/dist/lib/node-esm/chunk-4PNXQA64.mjs.map +7 -0
  124. package/dist/lib/node-esm/chunk-5OBN7GZW.mjs +158 -0
  125. package/dist/lib/node-esm/chunk-5OBN7GZW.mjs.map +7 -0
  126. package/dist/lib/node-esm/chunk-AJEMYSIR.mjs +22 -0
  127. package/dist/lib/node-esm/chunk-AJEMYSIR.mjs.map +7 -0
  128. package/dist/lib/node-esm/chunk-ANLVLWME.mjs +98 -0
  129. package/dist/lib/node-esm/chunk-ANLVLWME.mjs.map +7 -0
  130. package/dist/lib/node-esm/chunk-DMR7OAFK.mjs +57 -0
  131. package/dist/lib/node-esm/chunk-DMR7OAFK.mjs.map +7 -0
  132. package/dist/lib/node-esm/chunk-FWTSPIFF.mjs +133 -0
  133. package/dist/lib/node-esm/chunk-FWTSPIFF.mjs.map +7 -0
  134. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
  135. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
  136. package/dist/lib/node-esm/chunk-ILMLLM4R.mjs +204 -0
  137. package/dist/lib/node-esm/chunk-ILMLLM4R.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-LT3H4JOX.mjs +3847 -0
  141. package/dist/lib/node-esm/chunk-LT3H4JOX.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-NRN3ZW2T.mjs +143 -0
  149. package/dist/lib/node-esm/chunk-NRN3ZW2T.mjs.map +7 -0
  150. package/dist/lib/node-esm/chunk-QLI2EIJ2.mjs +41 -0
  151. package/dist/lib/node-esm/chunk-QLI2EIJ2.mjs.map +7 -0
  152. package/dist/lib/node-esm/chunk-QYR67VBV.mjs +288 -0
  153. package/dist/lib/node-esm/chunk-QYR67VBV.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-W6QIEBTQ.mjs +403 -0
  157. package/dist/lib/node-esm/chunk-W6QIEBTQ.mjs.map +7 -0
  158. package/dist/lib/node-esm/chunk-XHJRMQZD.mjs +69 -0
  159. package/dist/lib/node-esm/chunk-XHJRMQZD.mjs.map +7 -0
  160. package/dist/lib/node-esm/chunk-Y75VU7LB.mjs +74 -0
  161. package/dist/lib/node-esm/chunk-Y75VU7LB.mjs.map +7 -0
  162. package/dist/lib/node-esm/chunk-YOLH5KS4.mjs +283 -0
  163. package/dist/lib/node-esm/chunk-YOLH5KS4.mjs.map +7 -0
  164. package/dist/lib/node-esm/chunk-YQ2NWGL5.mjs +39 -0
  165. package/dist/lib/node-esm/chunk-YQ2NWGL5.mjs.map +7 -0
  166. package/dist/lib/node-esm/chunk-ZBB67AKD.mjs +24 -0
  167. package/dist/lib/node-esm/chunk-ZBB67AKD.mjs.map +7 -0
  168. package/dist/lib/node-esm/index.mjs +71 -16
  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/{errors.d.ts → Err.d.ts} +23 -31
  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 +309 -90
  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 -22
  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 -5
  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 +250 -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 +29 -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 +217 -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 +6 -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 +163 -37
  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/{errors.ts → Err.ts} +2 -2
  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 +466 -234
  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 +411 -59
  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 +361 -115
  430. package/src/index.ts +16 -6
  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 +60 -0
  446. package/src/internal/entities/relation.ts +173 -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 +109 -0
  463. package/src/internal/json-schema/json-schema-type.ts +404 -0
  464. package/src/internal/json-schema/json-schema.test.ts +861 -0
  465. package/src/internal/json-schema/json-schema.ts +528 -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 +97 -0
  475. package/src/internal/object/json-serializer.ts +188 -0
  476. package/src/internal/object/schema-validator.test.ts +186 -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 +318 -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 +548 -0
  507. package/src/internal/schema/compose.test.ts +42 -0
  508. package/src/internal/schema/compose.ts +36 -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 +66 -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-WG555MU5.mjs +0 -854
  525. package/dist/lib/browser/chunk-WG555MU5.mjs.map +0 -7
  526. package/dist/lib/node-esm/chunk-N55B5WWQ.mjs +0 -854
  527. package/dist/lib/node-esm/chunk-N55B5WWQ.mjs.map +0 -7
  528. package/dist/types/src/errors.d.ts.map +0 -1
  529. package/dist/types/src/experimental/database.d.ts +0 -8
  530. package/dist/types/src/experimental/database.d.ts.map +0 -1
  531. package/dist/types/src/experimental/index.d.ts +0 -1
  532. package/dist/types/src/experimental/index.d.ts.map +0 -1
  533. package/dist/types/src/experimental/queue.d.ts +0 -8
  534. package/dist/types/src/experimental/queue.d.ts.map +0 -1
  535. package/dist/types/src/experimental/space.d.ts +0 -8
  536. package/dist/types/src/experimental/space.d.ts.map +0 -1
  537. package/dist/types/src/query/dsl.d.ts +0 -243
  538. package/dist/types/src/query/dsl.d.ts.map +0 -1
  539. package/dist/types/src/query/dsl.test.d.ts +0 -2
  540. package/dist/types/src/query/dsl.test.d.ts.map +0 -1
  541. package/dist/types/src/query/index.d.ts +0 -2
  542. package/dist/types/src/query/index.d.ts.map +0 -1
  543. package/dist/types/src/testing/types.d.ts +0 -113
  544. package/dist/types/src/testing/types.d.ts.map +0 -1
  545. package/src/experimental/database.ts +0 -11
  546. package/src/experimental/index.ts +0 -7
  547. package/src/experimental/queue.ts +0 -11
  548. package/src/experimental/space.ts +0 -11
  549. package/src/query/dsl.test.ts +0 -362
  550. package/src/query/dsl.ts +0 -752
  551. package/src/query/index.ts +0 -5
  552. package/src/test/api.test.ts +0 -180
  553. package/src/testing/types.ts +0 -91
  554. /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
package/src/Obj.ts CHANGED
@@ -2,24 +2,76 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { Schema } from 'effect';
6
- import { dual } from 'effect/Function';
7
-
8
- import * as EchoSchema from '@dxos/echo-schema';
9
- import { assertArgument, invariant } from '@dxos/invariant';
10
- import { type DXN } from '@dxos/keys';
11
- import * as LiveObject from '@dxos/live-object';
12
- import { live } from '@dxos/live-object';
13
- import { assumeType, deepMapValues } from '@dxos/util';
14
-
5
+ import * as Function from 'effect/Function';
6
+ import * as Schema from 'effect/Schema';
7
+
8
+ import type { ForeignKey } from '@dxos/echo-protocol';
9
+ import { createJsonPath, getValue as getValue$ } from '@dxos/effect';
10
+ import { assertArgument } from '@dxos/invariant';
11
+ import { type DXN, ObjectId } from '@dxos/keys';
12
+ import { assumeType } from '@dxos/util';
13
+
14
+ import type * as Database from './Database';
15
+ import * as Entity from './Entity';
16
+ import {
17
+ type ObjectJSON as APIJSON,
18
+ type AnyEntity,
19
+ type AnyProperties,
20
+ type Comparator as ApiComparator,
21
+ type Meta as ApiMeta,
22
+ type ReadonlyMeta as ApiReadonlyMeta,
23
+ type EntityVersion as ApiVersion,
24
+ type ChangeCallback,
25
+ type InternalObjectProps,
26
+ type KindId,
27
+ MetaId,
28
+ type Mutable,
29
+ type ObjectMeta,
30
+ type SnapshotKindId,
31
+ type VersionCompareResult,
32
+ VersionTypeId,
33
+ addTag as addTag$,
34
+ change as change$,
35
+ clone as clone$,
36
+ compareVersions,
37
+ decodeVersion,
38
+ deleteKeys as deleteKeys$,
39
+ encodeVersion,
40
+ getDXN as getDXN$,
41
+ getDatabase as getDatabase$,
42
+ getDescription as getDescription$,
43
+ getKeys as getKeys$,
44
+ getLabel as getLabel$,
45
+ getMetaChecked as getMeta$,
46
+ getSchema as getSchema$,
47
+ getSnapshot as getSnapshot$,
48
+ getTypeAnnotation,
49
+ getTypeDXN as getTypeDXN$,
50
+ getTypename as getTypename$,
51
+ isDeleted as isDeleted$,
52
+ isInstanceOf,
53
+ isVersion,
54
+ makeObject,
55
+ objectFromJSON,
56
+ removeTag as removeTag$,
57
+ setDescription as setDescription$,
58
+ setLabel as setLabel$,
59
+ setValue as setValue$,
60
+ sort as sort$,
61
+ sortByLabel as sortByLabel$,
62
+ sortByTypename as sortByTypename$,
63
+ subscribe as subscribe$,
64
+ objectToJSON as toJSON$,
65
+ version as version$,
66
+ versionValid,
67
+ } from './internal';
15
68
  import type * as Ref from './Ref';
16
- import type * as Relation from './Relation';
17
- import * as Type from './Type';
69
+ import type * as Type from './Type';
18
70
 
19
71
  /**
20
- * NOTE: Don't export: Obj.Any and Obj.Obj form the public API.
72
+ * Base type for all ECHO objects.
21
73
  */
22
- interface BaseObj extends EchoSchema.HasId, Type.OfKind<EchoSchema.EntityKind.Object> {}
74
+ interface BaseObj extends AnyEntity, Entity.OfKind<typeof Entity.Kind.Object> {}
23
75
 
24
76
  /**
25
77
  * Object type with specific properties.
@@ -27,29 +79,64 @@ interface BaseObj extends EchoSchema.HasId, Type.OfKind<EchoSchema.EntityKind.Ob
27
79
  export type Obj<Props> = BaseObj & Props;
28
80
 
29
81
  /**
30
- * Base type for all ECHO objects.
82
+ * Object with no known properties beyond id and kind.
83
+ * Use this when the object's schema/properties are not known.
84
+ * For objects with arbitrary properties, use `Obj.AnyProps`.
85
+ *
86
+ * NOTE: This is a TypeScript type only, not a schema.
87
+ * To validate that a value is an ECHO object, use `Schema.is(Type.Obj)`.
88
+ */
89
+ export interface Unknown extends BaseObj {}
90
+
91
+ /**
92
+ * Object with arbitrary properties.
93
+ *
94
+ * NOTE: Due to how TypeScript works, this type is not assignable to a specific schema type.
95
+ * In that case, use `Obj.instanceOf` to check if an object is of a specific type.
96
+ *
97
+ * Prefer using `Obj.Unknown` when you don't need to access arbitrary properties.
31
98
  */
32
- export interface Any extends BaseObj {}
99
+ export interface Any extends BaseObj, AnyProperties {}
33
100
 
34
- export const Any = Schema.Struct({}).pipe(
35
- Type.Obj({
36
- typename: 'dxos.org/types/Any',
37
- version: '0.1.0',
38
- }),
39
- );
101
+ /**
102
+ * Base type for snapshot objects (has SnapshotKindId instead of KindId).
103
+ */
104
+ interface BaseSnapshot extends AnyEntity {
105
+ readonly [SnapshotKindId]: typeof Entity.Kind.Object;
106
+ readonly id: ObjectId;
107
+ }
40
108
 
41
- type Props<T = any> = { id?: EchoSchema.ObjectId } & Type.Properties<T>;
109
+ /**
110
+ * Immutable snapshot of an ECHO object.
111
+ * Branded with SnapshotKindId (not KindId).
112
+ * Property values are frozen at the time the snapshot was created.
113
+ * Returned by getSnapshot() and hooks like useObject().
114
+ *
115
+ * Snapshots are structurally identical to reactive objects but have a different brand,
116
+ * making them distinguishable at the TypeScript level. Neither is assignable to the other.
117
+ */
118
+ export type Snapshot<T extends Unknown = Unknown> = Omit<T, KindId> & BaseSnapshot;
42
119
 
43
- export type MakeProps<T extends Type.Obj.Any> = NoInfer<Props<Schema.Schema.Type<T>>> & {
44
- [Meta]?: Partial<EchoSchema.ObjectMeta>;
120
+ const defaultMeta: ObjectMeta = {
121
+ keys: [],
45
122
  };
46
123
 
47
- export const Meta: unique symbol = EchoSchema.MetaId as any;
124
+ type Props<T = any> = {
125
+ id?: ObjectId;
126
+ [Meta]?: Partial<ObjectMeta>;
127
+ } & Type.Properties<T>;
48
128
 
49
- // TODO(dmaretskyi): Expose Meta = EchoSchema.MetaId.
129
+ // TODO(burdon): Should we allow the caller to set the id?
130
+ /**
131
+ * Props type for object creation with a given schema.
132
+ */
133
+ export type MakeProps<S extends Schema.Schema.AnyNoContext> = {
134
+ id?: ObjectId;
135
+ [Meta]?: Partial<ObjectMeta>;
136
+ } & NoInfer<Props<Schema.Schema.Type<S>>>;
50
137
 
51
138
  /**
52
- * Creates new object.
139
+ * Creates a new echo object of the given schema.
53
140
  * @param schema - Object schema.
54
141
  * @param props - Object properties.
55
142
  * @param meta - Object metadata (deprecated) -- pass with Obj.Meta.
@@ -60,295 +147,440 @@ export const Meta: unique symbol = EchoSchema.MetaId as any;
60
147
  * ```ts
61
148
  * const obj = Obj.make(Person, { [Obj.Meta]: { keys: [...] }, name: 'John' });
62
149
  * ```
150
+ *
151
+ * Note: Only accepts object schemas, not relation schemas. Use `Relation.make` for relations.
63
152
  */
64
- export const make = <S extends Type.Obj.Any>(
153
+ export const make: {
154
+ <S extends Type.Obj.Any>(schema: S, props: MakeProps<S>): Obj<Schema.Schema.Type<S>>;
155
+ /**
156
+ * @deprecated Pass meta as in the example: `Obj.make(Person, { [Obj.Meta]: { keys: [...] }, name: 'John' })`.
157
+ */
158
+ <S extends Type.Obj.Any>(schema: S, props: MakeProps<S>, meta: Partial<ObjectMeta>): Obj<Schema.Schema.Type<S>>;
159
+ } = <S extends Type.Obj.Any>(
65
160
  schema: S,
66
161
  props: MakeProps<S>,
67
- meta?: EchoSchema.ObjectMeta,
68
- ): LiveObject.Live<Schema.Schema.Type<S>> => {
69
- assertArgument(
70
- EchoSchema.getTypeAnnotation(schema)?.kind === EchoSchema.EntityKind.Object,
71
- 'schema',
72
- 'Expected an object schema',
73
- );
74
-
75
- if (props[EchoSchema.MetaId] != null) {
76
- meta = props[EchoSchema.MetaId] as any;
77
- delete props[EchoSchema.MetaId];
162
+ meta?: Partial<ObjectMeta>,
163
+ ): Obj<Schema.Schema.Type<S>> => {
164
+ assertArgument(getTypeAnnotation(schema)?.kind === Entity.Kind.Object, 'schema', 'Expected an object schema');
165
+
166
+ // Set default fields on meta on creation.
167
+ if (props[MetaId] != null) {
168
+ meta = { ...structuredClone(defaultMeta), ...props[MetaId] };
169
+ delete props[MetaId];
78
170
  }
79
171
 
80
- return live<Schema.Schema.Type<S>>(schema, props as any, meta);
172
+ // Filter undefined values.
173
+ const filterUndefined = Object.fromEntries(Object.entries(props).filter(([_, v]) => v !== undefined));
174
+
175
+ return makeObject<Schema.Schema.Type<S>>(schema, filterUndefined as any, {
176
+ ...defaultMeta,
177
+ ...meta,
178
+ });
179
+ };
180
+
181
+ /**
182
+ * Determine if object is an ECHO object.
183
+ */
184
+ export const isObject = (obj: unknown): obj is Unknown => {
185
+ assumeType<InternalObjectProps>(obj);
186
+ return typeof obj === 'object' && obj !== null && obj[Entity.KindId] === Entity.Kind.Object;
187
+ };
188
+
189
+ /**
190
+ * Subscribe to object updates.
191
+ * The callback is called synchronously when the object is modified.
192
+ * Only accepts reactive objects (not snapshots).
193
+ * @returns Unsubscribe function.
194
+ */
195
+ export const subscribe = (obj: Unknown, callback: () => void): (() => void) => {
196
+ return subscribe$(obj, callback);
197
+ };
198
+
199
+ //
200
+ // Snapshot
201
+ //
202
+
203
+ /**
204
+ * Returns an immutable snapshot of an object.
205
+ * The snapshot is branded with SnapshotKindId instead of KindId,
206
+ * making it distinguishable from the reactive object at the type level.
207
+ */
208
+ export const getSnapshot: <T extends Unknown>(obj: T) => Snapshot<T> = getSnapshot$ as any;
209
+
210
+ export type CloneOptions = {
211
+ /**
212
+ * Retain the original object's ID.
213
+ * @default false
214
+ */
215
+ retainId?: boolean;
216
+
217
+ /**
218
+ * Recursively clone referenced objects.
219
+ * @default false
220
+ */
221
+ deep?: boolean;
222
+ };
223
+
224
+ /**
225
+ * Clones an object or relation.
226
+ * This does not clone referenced objects, only the properties in the object.
227
+ * @returns A new object with the same schema and properties.
228
+ */
229
+ export const clone: <T extends Unknown>(obj: T, opts?: CloneOptions) => T = clone$;
230
+
231
+ //
232
+ // Change
233
+ //
234
+
235
+ /**
236
+ * Makes all properties mutable recursively.
237
+ * Used to provide a mutable view of an object within `Obj.change`.
238
+ */
239
+ export type { Mutable };
240
+
241
+ /**
242
+ * Perform mutations on an echo object within a controlled context.
243
+ *
244
+ * All mutations within the callback are batched and trigger a single notification
245
+ * when the callback completes. Direct mutations outside of `Obj.change` will throw
246
+ * an error for echo objects.
247
+ *
248
+ * This function also works with nested objects within echo objects (e.g., Template structs)
249
+ * that are reactive at runtime.
250
+ *
251
+ * @param obj - The echo object to mutate. Use `Relation.change` for relations.
252
+ * @param callback - The callback that performs mutations on the object.
253
+ *
254
+ * @example
255
+ * ```ts
256
+ * const person = Obj.make(Person, { name: 'John', age: 25 });
257
+ *
258
+ * // Mutate within Obj.change
259
+ * Obj.change(person, (p) => {
260
+ * p.name = 'Jane';
261
+ * p.age = 30;
262
+ * });
263
+ * // ONE notification fires here
264
+ *
265
+ * // Direct mutation throws
266
+ * person.name = 'Bob'; // Error: Cannot modify outside Obj.change()
267
+ * ```
268
+ *
269
+ * Note: Only accepts objects. Use `Relation.change` for relations.
270
+ */
271
+ export const change = <T extends Unknown>(obj: T, callback: ChangeCallback<T>): void => {
272
+ change$(obj, callback);
81
273
  };
82
274
 
83
- export const isObject = (obj: unknown): obj is Any => {
84
- assumeType<EchoSchema.InternalObjectProps>(obj);
85
- return typeof obj === 'object' && obj !== null && obj[EchoSchema.EntityKindId] === EchoSchema.EntityKind.Object;
275
+ /**
276
+ * Get a deeply nested property from an object.
277
+ *
278
+ * Similar to lodash.get and getDeep from @dxos/util.
279
+ * This is the complementary function to setValue.
280
+ * Accepts both reactive objects and snapshots.
281
+ *
282
+ * @param obj - The ECHO object to get the property from.
283
+ * @param path - Path to the property (array of keys).
284
+ * @returns The value at the path, or undefined if not found.
285
+ *
286
+ * @example
287
+ * ```ts
288
+ * const person = Obj.make(Person, {
289
+ * name: 'John',
290
+ * addresses: [{ street: '123 Main St' }]
291
+ * });
292
+ *
293
+ * Obj.getValue(person, ['addresses', 0, 'street']); // '123 Main St'
294
+ * Obj.getValue(person, ['addresses', 1, 'street']); // undefined
295
+ * ```
296
+ */
297
+ export const getValue = (obj: Unknown | Snapshot, path: readonly (string | number)[]): any => {
298
+ return getValue$(obj, createJsonPath(path));
86
299
  };
87
300
 
301
+ /**
302
+ * Set a deeply nested property on an object, using the object's schema to determine
303
+ * whether to initialize nested data as an empty object or array.
304
+ *
305
+ * Similar to lodash.set and setDeep from @dxos/util, but schema-aware.
306
+ * Must be called within an `Obj.change` callback.
307
+ *
308
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
309
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
310
+ *
311
+ * @param obj - The mutable ECHO object to set the property on.
312
+ * @param path - Path to the property (array of keys).
313
+ * @param value - Value to set.
314
+ * @returns The value that was set.
315
+ *
316
+ * @example
317
+ * ```ts
318
+ * const person = Obj.make(Person, { name: 'John' });
319
+ * // Person schema has: addresses: Schema.mutable(Schema.Array(Address))
320
+ * Obj.change(person, (p) => {
321
+ * Obj.setValue(p, ['addresses', 0, 'street'], '123 Main St');
322
+ * });
323
+ * // Creates: person.addresses = [{ street: '123 Main St' }]
324
+ * ```
325
+ */
326
+ // TODO(wittjosiah): Compute possible path values + type value based on generic object type.
327
+ export const setValue: (obj: Mutable<Unknown>, path: readonly (string | number)[], value: any) => void =
328
+ setValue$ as any;
329
+
330
+ //
331
+ // Type
332
+ //
333
+
334
+ // TODO(burdon): To discuss: prefer over ObjectId or Key.ObjectId or Type.ID?
335
+ export const ID = ObjectId;
336
+ export type ID = ObjectId;
337
+
88
338
  /**
89
339
  * Test if object or relation is an instance of a schema.
90
340
  * @example
91
341
  * ```ts
92
342
  * const john = Obj.make(Person, { name: 'John' });
93
- * const johnIsPerson = Obj.instanceOf(Person)(john);
94
- *
95
343
  * const isPerson = Obj.instanceOf(Person);
96
- * if(isPerson(john)) {
344
+ * if (isPerson(john)) {
97
345
  * // john is Person
98
346
  * }
99
347
  * ```
100
348
  */
101
349
  export const instanceOf: {
102
- <S extends Type.Relation.Any | Type.Obj.Any>(schema: S): (value: unknown) => value is Schema.Schema.Type<S>;
103
- <S extends Type.Relation.Any | Type.Obj.Any>(schema: S, value: unknown): value is Schema.Schema.Type<S>;
104
- } = ((
105
- ...args: [schema: Type.Relation.Any | Type.Obj.Any, value: unknown] | [schema: Type.Relation.Any | Type.Obj.Any]
106
- ) => {
350
+ <S extends Type.Entity.Any>(schema: S): (value: unknown) => value is Schema.Schema.Type<S>;
351
+ <S extends Type.Entity.Any>(schema: S, value: unknown): value is Schema.Schema.Type<S>;
352
+ } = ((...args: [schema: Type.Entity.Any, value: unknown] | [schema: Type.Entity.Any]) => {
107
353
  if (args.length === 1) {
108
- return (obj: unknown) => EchoSchema.isInstanceOf(args[0], obj);
354
+ return (entity: unknown) => isInstanceOf(args[0], entity);
109
355
  }
110
356
 
111
- return EchoSchema.isInstanceOf(args[0], args[1]);
357
+ return isInstanceOf(args[0], args[1]);
112
358
  }) as any;
113
359
 
114
- export const getSchema = EchoSchema.getSchema;
115
-
116
360
  // TODO(dmaretskyi): Allow returning undefined.
117
- export const getDXN = (obj: Any | Relation.Any): DXN => {
118
- assertArgument(!Schema.isSchema(obj), 'obj', 'Object should not be a schema.');
119
- const dxn = EchoSchema.getObjectDXN(obj);
120
- invariant(dxn != null, 'Invalid object.');
121
- return dxn;
361
+ /**
362
+ * Get the DXN of the object.
363
+ * Accepts both reactive objects and snapshots.
364
+ */
365
+ export const getDXN = (entity: Unknown | Snapshot): DXN => {
366
+ assertArgument(!Schema.isSchema(entity), 'obj', 'Object should not be a schema.');
367
+ return getDXN$(entity);
122
368
  };
123
369
 
124
370
  /**
125
371
  * @returns The DXN of the object's type.
126
- * @example dxn:example.com/type/Contact:1.0.0
372
+ * @example dxn:example.com/type/Person:1.0.0
127
373
  */
128
- // TODO(burdon): Expando does not have a type.
129
- export const getTypeDXN = EchoSchema.getType;
374
+ // TODO(wittjosiah): Narrow types.
375
+ export const getTypeDXN: (obj: unknown | undefined) => DXN | undefined = getTypeDXN$ as any;
130
376
 
131
377
  /**
132
- * @returns The typename of the object's type.
133
- * @example `example.com/type/Contact`
378
+ * Get the schema of the object.
379
+ * Returns the branded ECHO schema used to create the object.
134
380
  */
135
- export const getTypename = (obj: Any | Relation.Any): string | undefined => {
136
- const schema = getSchema(obj);
137
- if (schema == null) {
138
- // Try to extract typename from DXN.
139
- return EchoSchema.getType(obj)?.asTypeDXN()?.type;
140
- }
381
+ // TODO(wittjosiah): Narrow types.
382
+ export const getSchema: (obj: unknown | undefined) => Type.Entity.Any | undefined = getSchema$ as any;
141
383
 
142
- return EchoSchema.getSchemaTypename(schema);
143
- };
384
+ /**
385
+ * @returns The typename of the object's type.
386
+ * Accepts both reactive objects and snapshots.
387
+ * @example `example.com/type/Person`
388
+ */
389
+ export const getTypename = (entity: Unknown | Snapshot): string | undefined => getTypename$(entity);
144
390
 
145
- // TODO(dmaretskyi): Allow returning undefined.
146
- export const getMeta = (obj: Any | Relation.Any): EchoSchema.ObjectMeta => {
147
- const meta = EchoSchema.getMeta(obj);
148
- invariant(meta != null, 'Invalid object.');
149
- return meta;
150
- };
391
+ //
392
+ // Database
393
+ //
151
394
 
152
395
  /**
153
- * @returns Foreign keys for the object from the specified source.
396
+ * Get the database the object belongs to.
397
+ * Accepts both reactive objects and snapshots.
154
398
  */
155
- export const getKeys: {
156
- (obj: Any | Relation.Any, source: string): EchoSchema.ForeignKey[];
157
- (source: string): (obj: Any | Relation.Any) => EchoSchema.ForeignKey[];
158
- } = dual(2, (obj: Any | Relation.Any, source?: string): EchoSchema.ForeignKey[] => {
159
- const meta = EchoSchema.getMeta(obj);
160
- invariant(meta != null, 'Invalid object.');
161
- return meta.keys.filter((key) => key.source === source);
162
- });
399
+ export const getDatabase = (entity: Unknown | Snapshot): Database.Database | undefined => getDatabase$(entity);
163
400
 
164
- /**
165
- * Delete all keys from the object for the specified source.
166
- * @param obj
167
- * @param source
168
- */
169
- export const deleteKeys = (obj: Any | Relation.Any, source: string) => {
170
- const meta = EchoSchema.getMeta(obj);
171
- for (let i = 0; i < meta.keys.length; i++) {
172
- if (meta.keys[i].source === source) {
173
- meta.keys.splice(i, 1);
174
- i--;
175
- }
176
- }
177
- };
401
+ //
402
+ // Meta
403
+ //
178
404
 
179
- // TODO(dmaretskyi): Default to `false`.
180
- export const isDeleted = (obj: Any | Relation.Any): boolean => {
181
- const deleted = EchoSchema.isDeleted(obj);
182
- invariant(typeof deleted === 'boolean', 'Invalid object.');
183
- return deleted;
184
- };
405
+ export const Meta: unique symbol = MetaId as any;
185
406
 
186
- // TODO(burdon): Rename "label"
187
- export const getLabel = (obj: Any | Relation.Any): string | undefined => {
188
- const schema = getSchema(obj);
189
- if (schema != null) {
190
- return EchoSchema.getLabel(schema, obj);
191
- }
192
- };
407
+ /**
408
+ * Deeply read-only version of ObjectMeta.
409
+ * Prevents mutation at all nesting levels (e.g., `meta.keys.push()` is a TypeScript error).
410
+ */
411
+ export type ReadonlyMeta = ApiReadonlyMeta;
193
412
 
194
- export const setLabel = (obj: Any | Relation.Any, label: string) => {
195
- const schema = getSchema(obj);
196
- if (schema != null) {
197
- EchoSchema.setLabel(schema, obj, label);
198
- }
199
- };
413
+ /**
414
+ * Mutable meta type returned by `Obj.getMeta` inside an `Obj.change` callback.
415
+ */
416
+ export type Meta = ApiMeta;
200
417
 
418
+ // TODO(burdon): Narrow type.
419
+ // TODO(dmaretskyi): Allow returning undefined.
201
420
  /**
202
- * JSON representation of an object.
421
+ * Get the metadata for an object.
422
+ * Returns mutable meta when passed a mutable object (inside `Obj.change` callback).
423
+ * Returns read-only meta when passed a regular object or snapshot.
424
+ *
425
+ * @example
426
+ * ```ts
427
+ * // Read-only access outside change callback
428
+ * const meta = Obj.getMeta(person); // ReadonlyMeta
429
+ *
430
+ * // Mutable access inside change callback
431
+ * Obj.change(person, (p) => {
432
+ * const meta = Obj.getMeta(p); // ObjectMeta (mutable)
433
+ * meta.tags ??= [];
434
+ * meta.tags.push('important');
435
+ * });
436
+ * ```
203
437
  */
204
- export type JSON = EchoSchema.ObjectJSON;
438
+ // TODO(wittjosiah): When passed a Snapshot, should return a snapshot of meta, not the live meta proxy.
439
+ export function getMeta(entity: Mutable<Unknown>): ObjectMeta;
440
+ export function getMeta(entity: Unknown | Snapshot): ReadonlyMeta;
441
+ export function getMeta(entity: Unknown | Snapshot | Mutable<Unknown>): ObjectMeta | ReadonlyMeta {
442
+ return getMeta$(entity);
443
+ }
205
444
 
206
445
  /**
207
- * Converts object to its JSON representation.
446
+ * @returns Foreign keys for the object from the specified source.
447
+ * Accepts both reactive objects and snapshots.
448
+ */
449
+ export const getKeys: {
450
+ (entity: Unknown | Snapshot, source: string): ForeignKey[];
451
+ (source: string): (entity: Unknown | Snapshot) => ForeignKey[];
452
+ } = Function.dual(2, (entity: Unknown | Snapshot, source?: string): ForeignKey[] => getKeys$(entity, source!));
453
+
454
+ /**
455
+ * Delete all keys from the object for the specified source.
456
+ * Must be called within an `Obj.change` callback.
208
457
  *
209
- * The same algorithm is used when calling the standard `JSON.stringify(obj)` function.
458
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
459
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
210
460
  */
211
- // TODO(burdon): Base util type for Obj/Relation?
212
- export const toJSON = (obj: Any | Relation.Any): JSON => EchoSchema.objectToJSON(obj);
461
+ export const deleteKeys = (entity: Mutable<Unknown>, source: string): void => deleteKeys$(entity, source);
213
462
 
214
463
  /**
215
- * Creates an object from its json representation, performing schema validation.
216
- * References and schemas will be resolvable if the `refResolver` is provided.
464
+ * Add a tag to the object.
465
+ * Must be called within an `Obj.change` callback.
217
466
  *
218
- * The function need to be async to support resolving the schema as well as the relation endpoints.
467
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
468
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
469
+ */
470
+ export const addTag = (entity: Mutable<Unknown>, tag: string): void => addTag$(entity, tag);
471
+
472
+ /**
473
+ * Remove a tag from the object.
474
+ * Must be called within an `Obj.change` callback.
219
475
  *
220
- * @param options.refResolver - Resolver for references. Produces hydrated references that can be resolved.
221
- * @param options.dxn - Override object DXN. Changes the result of `Obj.getDXN`.
476
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
477
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
222
478
  */
223
- export const fromJSON: (json: unknown, options?: { refResolver?: Ref.Resolver; dxn?: DXN }) => Promise<Any> =
224
- EchoSchema.objectFromJSON as any;
479
+ export const removeTag = (entity: Mutable<Unknown>, tag: string): void => removeTag$(entity, tag);
225
480
 
226
481
  /**
227
- * Returns an immutable snapshot of an object.
482
+ * Check if the object is deleted.
483
+ * Accepts both reactive objects and snapshots.
228
484
  */
229
- export const getSnapshot: <T extends Any>(obj: Obj<T>) => T = LiveObject.getSnapshot;
485
+ // TODO(dmaretskyi): Default to `false`.
486
+ export const isDeleted = (entity: Unknown | Snapshot): boolean => isDeleted$(entity);
230
487
 
231
- export type CloneOptions = {
232
- /**
233
- * Retain the original object's ID.
234
- * @default false
235
- */
236
- retainId?: boolean;
237
- };
488
+ //
489
+ // Annotations
490
+ //
238
491
 
239
492
  /**
240
- * Clones an object or relation.
241
- * This does not clone referenced objects, only the properties in the object.
242
- * @returns A new object with the same schema and properties.
493
+ * Get the label of the object.
494
+ * Accepts both reactive objects and snapshots.
243
495
  */
244
- export const clone = <T extends Any | Relation.Any>(obj: T, opts?: CloneOptions): T => {
245
- const { id, ...data } = obj;
246
- const schema = getSchema(obj);
247
- invariant(schema != null, 'Object should have a schema');
248
- const props: any = deepMapValues(data, (value, recurse) => {
249
- if (EchoSchema.Ref.isRef(value)) {
250
- return value;
251
- }
252
- return recurse(value);
253
- });
254
- if (opts?.retainId) {
255
- props.id = id;
256
- }
257
- const meta = getMeta(obj);
258
- props[EchoSchema.MetaId] = deepMapValues(meta, (value, recurse) => {
259
- if (EchoSchema.Ref.isRef(value)) {
260
- return value;
261
- }
262
- return recurse(value);
263
- });
264
- return make(schema, props);
265
- };
266
-
267
- export const VersionTypeId = EchoSchema.VersionTypeId;
268
- export type VersionType = typeof VersionTypeId;
496
+ export const getLabel = (entity: Unknown | Snapshot): string | undefined => getLabel$(entity);
269
497
 
270
498
  /**
271
- * Represent object version.
272
- * May be backed by Automerge.
273
- * Objects with no history are not versioned.
499
+ * Set the label of the object.
500
+ * Must be called within an `Obj.change` callback.
501
+ *
502
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
503
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
274
504
  */
275
- export interface Version {
276
- [VersionTypeId]: {};
505
+ export const setLabel = (entity: Mutable<Unknown>, label: string): void => setLabel$(entity, label);
277
506
 
278
- /**
279
- * Whether the object is versioned.
280
- */
281
- versioned: boolean;
507
+ /**
508
+ * Get the description of the object.
509
+ * Accepts both reactive objects and snapshots.
510
+ */
511
+ export const getDescription = (entity: Unknown | Snapshot): string | undefined => getDescription$(entity);
282
512
 
283
- /**
284
- * Automerge heads.
285
- */
286
- automergeHeads?: string[];
287
- }
513
+ /**
514
+ * Set the description of the object.
515
+ * Must be called within an `Obj.change` callback.
516
+ *
517
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
518
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
519
+ */
520
+ export const setDescription = (entity: Mutable<Unknown>, description: string): void =>
521
+ setDescription$(entity, description);
288
522
 
289
- const unversioned: Version = {
290
- [VersionTypeId]: {},
291
- versioned: false,
292
- };
523
+ //
524
+ // JSON
525
+ //
293
526
 
294
527
  /**
295
- * Checks that `obj` is a version object.
528
+ * JSON representation of an object.
296
529
  */
297
- export const isVersion = (obj: unknown): obj is Version => {
298
- return obj != null && typeof obj === 'object' && VersionTypeId in obj;
299
- };
530
+ export type JSON = APIJSON;
300
531
 
301
532
  /**
302
- * Returns the version of the object.
533
+ * Converts object to its JSON representation.
534
+ * Accepts both reactive objects and snapshots.
535
+ *
536
+ * The same algorithm is used when calling the standard `JSON.stringify(obj)` function.
303
537
  */
304
- export const version = (obj: Any | Relation.Any): Version => {
305
- const version = (obj as any)[EchoSchema.ObjectVersionId];
306
- if (version === undefined) {
307
- return unversioned;
308
- }
309
- return version;
310
- };
538
+ export const toJSON = (entity: Unknown | Snapshot): JSON => toJSON$(entity);
311
539
 
312
540
  /**
313
- * Checks that `version` is a valid version object.
541
+ * Creates an object from its json representation, performing schema validation.
542
+ * References and schemas will be resolvable if the `refResolver` is provided.
543
+ *
544
+ * The function must be async to support resolving the schema as well as the relation endpoints.
545
+ *
546
+ * @param options.refResolver - Resolver for references. Produces hydrated references that can be resolved.
547
+ * @param options.dxn - Override object DXN. Changes the result of `Obj.getDXN`.
314
548
  */
315
- export const versionValid = (version: Version): boolean => {
316
- assertArgument(isVersion(version), 'version', 'Invalid version object');
317
- return !!version.versioned;
318
- };
549
+ export const fromJSON: (json: unknown, options?: { refResolver?: Ref.Resolver; dxn?: DXN }) => Promise<Unknown> =
550
+ objectFromJSON as any;
319
551
 
320
- export type VersionCompareResult = 'unversioned' | 'equal' | 'different';
552
+ //
553
+ // Sorting
554
+ //
321
555
 
322
556
  /**
323
- * Compares two versions.
324
- * @param version1
325
- * @param version2
326
- * @returns 'unversioned' if either object is unversioned, 'equal' if the versions are equal, 'different' if the versions are different.
557
+ * Comparator function type for sorting objects.
558
+ * Accepts both reactive objects and snapshots.
327
559
  */
328
- export const compareVersions = (version1: Version, version2: Version): VersionCompareResult => {
329
- assertArgument(isVersion(version1), 'version1', 'Invalid version object');
330
- assertArgument(isVersion(version2), 'version2', 'Invalid version object');
560
+ export type Comparator = ApiComparator<Unknown | Snapshot>;
331
561
 
332
- if (!versionValid(version1) || !versionValid(version2)) {
333
- return 'unversioned';
334
- }
562
+ export const sortByLabel: Comparator = sortByLabel$ as Comparator;
563
+ export const sortByTypename: Comparator = sortByTypename$ as Comparator;
564
+ export const sort = (...comparators: Comparator[]): Comparator => sort$(...comparators) as Comparator;
335
565
 
336
- if (version1.automergeHeads?.length !== version2.automergeHeads?.length) {
337
- return 'different';
338
- }
339
- if (version1.automergeHeads?.some((head) => !version2.automergeHeads?.includes(head))) {
340
- return 'different';
341
- }
566
+ //
567
+ // Version
568
+ //
342
569
 
343
- return 'equal';
344
- };
570
+ export { VersionTypeId };
571
+ export type { VersionCompareResult };
345
572
 
346
- export const encodeVersion = (version: Version): string => {
347
- return JSON.stringify(version);
348
- };
573
+ /**
574
+ * Represent object version.
575
+ * May be backed by Automerge.
576
+ * Objects with no history are not versioned.
577
+ */
578
+ export type Version = ApiVersion;
349
579
 
350
- export const decodeVersion = (version: string): Version => {
351
- const parsed = JSON.parse(version);
352
- parsed[VersionTypeId] = {};
353
- return parsed;
354
- };
580
+ export { isVersion, versionValid, compareVersions, encodeVersion, decodeVersion };
581
+
582
+ /**
583
+ * Returns the version of the object.
584
+ * Accepts both reactive objects and snapshots.
585
+ */
586
+ export const version = (entity: Unknown | Snapshot): Version => version$(entity);