@dxos/echo 0.8.4-main.548089c → 0.8.4-main.59c2e9b

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 (598) hide show
  1. package/README.md +1 -2
  2. package/dist/lib/browser/Annotation.mjs +33 -0
  3. package/dist/lib/browser/Database.mjs +18 -0
  4. package/dist/lib/browser/Entity.mjs +52 -0
  5. package/dist/lib/browser/Entity.mjs.map +7 -0
  6. package/dist/lib/browser/Err.mjs +11 -0
  7. package/dist/lib/browser/Err.mjs.map +7 -0
  8. package/dist/lib/browser/Filter.mjs +62 -0
  9. package/dist/lib/browser/Filter.mjs.map +7 -0
  10. package/dist/lib/browser/Format.mjs +67 -0
  11. package/dist/lib/browser/Format.mjs.map +7 -0
  12. package/dist/lib/browser/JsonSchema.mjs +20 -0
  13. package/dist/lib/browser/JsonSchema.mjs.map +7 -0
  14. package/dist/lib/browser/Key.mjs +13 -0
  15. package/dist/lib/browser/Key.mjs.map +7 -0
  16. package/dist/lib/browser/Obj.mjs +91 -0
  17. package/dist/lib/browser/Obj.mjs.map +7 -0
  18. package/dist/lib/browser/Order.mjs +13 -0
  19. package/dist/lib/browser/Order.mjs.map +7 -0
  20. package/dist/lib/browser/Query.mjs +27 -0
  21. package/dist/lib/browser/Query.mjs.map +7 -0
  22. package/dist/lib/browser/QueryResult.mjs +3 -0
  23. package/dist/lib/browser/QueryResult.mjs.map +7 -0
  24. package/dist/lib/browser/Ref.mjs +23 -0
  25. package/dist/lib/browser/Ref.mjs.map +7 -0
  26. package/dist/lib/browser/Relation.mjs +85 -0
  27. package/dist/lib/browser/Relation.mjs.map +7 -0
  28. package/dist/lib/browser/SchemaRegistry.mjs +3 -0
  29. package/dist/lib/browser/SchemaRegistry.mjs.map +7 -0
  30. package/dist/lib/browser/Tag.mjs +26 -0
  31. package/dist/lib/browser/Tag.mjs.map +7 -0
  32. package/dist/lib/browser/Type.mjs +48 -0
  33. package/dist/lib/browser/Type.mjs.map +7 -0
  34. package/dist/lib/browser/chunk-22JMFST2.mjs +24 -0
  35. package/dist/lib/browser/chunk-22JMFST2.mjs.map +7 -0
  36. package/dist/lib/browser/chunk-2SBB7OWV.mjs +250 -0
  37. package/dist/lib/browser/chunk-2SBB7OWV.mjs.map +7 -0
  38. package/dist/lib/browser/chunk-6L5HHUVU.mjs +158 -0
  39. package/dist/lib/browser/chunk-6L5HHUVU.mjs.map +7 -0
  40. package/dist/lib/browser/chunk-7STIBCP7.mjs +133 -0
  41. package/dist/lib/browser/chunk-7STIBCP7.mjs.map +7 -0
  42. package/dist/lib/browser/chunk-BJPE6CIC.mjs +3847 -0
  43. package/dist/lib/browser/chunk-BJPE6CIC.mjs.map +7 -0
  44. package/dist/lib/browser/chunk-CGS2ULMK.mjs +11 -0
  45. package/dist/lib/browser/chunk-CGS2ULMK.mjs.map +7 -0
  46. package/dist/lib/browser/chunk-CJ5YELTO.mjs +39 -0
  47. package/dist/lib/browser/chunk-CJ5YELTO.mjs.map +7 -0
  48. package/dist/lib/browser/chunk-FPOISFQK.mjs +40 -0
  49. package/dist/lib/browser/chunk-FPOISFQK.mjs.map +7 -0
  50. package/dist/lib/browser/chunk-FRDT7RA4.mjs +403 -0
  51. package/dist/lib/browser/chunk-FRDT7RA4.mjs.map +7 -0
  52. package/dist/lib/browser/chunk-INHXFXY5.mjs +22 -0
  53. package/dist/lib/browser/chunk-INHXFXY5.mjs.map +7 -0
  54. package/dist/lib/browser/chunk-IXVWLTG7.mjs +9 -0
  55. package/dist/lib/browser/chunk-IXVWLTG7.mjs.map +7 -0
  56. package/dist/lib/browser/chunk-JMKVF2YQ.mjs +43 -0
  57. package/dist/lib/browser/chunk-JMKVF2YQ.mjs.map +7 -0
  58. package/dist/lib/browser/chunk-KQQGVHFN.mjs +143 -0
  59. package/dist/lib/browser/chunk-KQQGVHFN.mjs.map +7 -0
  60. package/dist/lib/browser/chunk-MYCCGG2T.mjs +15 -0
  61. package/dist/lib/browser/chunk-MYCCGG2T.mjs.map +7 -0
  62. package/dist/lib/browser/chunk-NOPVNWPT.mjs +204 -0
  63. package/dist/lib/browser/chunk-NOPVNWPT.mjs.map +7 -0
  64. package/dist/lib/browser/chunk-PQZW3S6L.mjs +74 -0
  65. package/dist/lib/browser/chunk-PQZW3S6L.mjs.map +7 -0
  66. package/dist/lib/browser/chunk-RK4Z4JUZ.mjs +283 -0
  67. package/dist/lib/browser/chunk-RK4Z4JUZ.mjs.map +7 -0
  68. package/dist/lib/browser/chunk-U2J7TA7K.mjs +57 -0
  69. package/dist/lib/browser/chunk-U2J7TA7K.mjs.map +7 -0
  70. package/dist/lib/browser/chunk-W5D2GWAW.mjs +98 -0
  71. package/dist/lib/browser/chunk-W5D2GWAW.mjs.map +7 -0
  72. package/dist/lib/browser/chunk-XDIUHAAX.mjs +41 -0
  73. package/dist/lib/browser/chunk-XDIUHAAX.mjs.map +7 -0
  74. package/dist/lib/browser/chunk-YKTSSMDS.mjs +69 -0
  75. package/dist/lib/browser/chunk-YKTSSMDS.mjs.map +7 -0
  76. package/dist/lib/browser/chunk-ZAGAOZVY.mjs +288 -0
  77. package/dist/lib/browser/chunk-ZAGAOZVY.mjs.map +7 -0
  78. package/dist/lib/browser/chunk-ZHXZGIXD.mjs +9 -0
  79. package/dist/lib/browser/chunk-ZHXZGIXD.mjs.map +7 -0
  80. package/dist/lib/browser/index.mjs +68 -18
  81. package/dist/lib/browser/internal/index.mjs +245 -124
  82. package/dist/lib/browser/meta.json +1 -1
  83. package/dist/lib/browser/testing/index.mjs +298 -198
  84. package/dist/lib/browser/testing/index.mjs.map +4 -4
  85. package/dist/lib/node-esm/Annotation.mjs +33 -0
  86. package/dist/lib/node-esm/Annotation.mjs.map +7 -0
  87. package/dist/lib/node-esm/Database.mjs +18 -0
  88. package/dist/lib/node-esm/Database.mjs.map +7 -0
  89. package/dist/lib/node-esm/Entity.mjs +52 -0
  90. package/dist/lib/node-esm/Entity.mjs.map +7 -0
  91. package/dist/lib/node-esm/Err.mjs +11 -0
  92. package/dist/lib/node-esm/Err.mjs.map +7 -0
  93. package/dist/lib/node-esm/Filter.mjs +62 -0
  94. package/dist/lib/node-esm/Filter.mjs.map +7 -0
  95. package/dist/lib/node-esm/Format.mjs +67 -0
  96. package/dist/lib/node-esm/Format.mjs.map +7 -0
  97. package/dist/lib/node-esm/JsonSchema.mjs +20 -0
  98. package/dist/lib/node-esm/JsonSchema.mjs.map +7 -0
  99. package/dist/lib/node-esm/Key.mjs +13 -0
  100. package/dist/lib/node-esm/Key.mjs.map +7 -0
  101. package/dist/lib/node-esm/Obj.mjs +91 -0
  102. package/dist/lib/node-esm/Obj.mjs.map +7 -0
  103. package/dist/lib/node-esm/Order.mjs +13 -0
  104. package/dist/lib/node-esm/Order.mjs.map +7 -0
  105. package/dist/lib/node-esm/Query.mjs +27 -0
  106. package/dist/lib/node-esm/Query.mjs.map +7 -0
  107. package/dist/lib/node-esm/QueryResult.mjs +3 -0
  108. package/dist/lib/node-esm/QueryResult.mjs.map +7 -0
  109. package/dist/lib/node-esm/Ref.mjs +23 -0
  110. package/dist/lib/node-esm/Ref.mjs.map +7 -0
  111. package/dist/lib/node-esm/Relation.mjs +85 -0
  112. package/dist/lib/node-esm/Relation.mjs.map +7 -0
  113. package/dist/lib/node-esm/SchemaRegistry.mjs +3 -0
  114. package/dist/lib/node-esm/SchemaRegistry.mjs.map +7 -0
  115. package/dist/lib/node-esm/Tag.mjs +26 -0
  116. package/dist/lib/node-esm/Tag.mjs.map +7 -0
  117. package/dist/lib/node-esm/Type.mjs +48 -0
  118. package/dist/lib/node-esm/Type.mjs.map +7 -0
  119. package/dist/lib/node-esm/chunk-4PNXQA64.mjs +250 -0
  120. package/dist/lib/node-esm/chunk-4PNXQA64.mjs.map +7 -0
  121. package/dist/lib/node-esm/chunk-5OBN7GZW.mjs +158 -0
  122. package/dist/lib/node-esm/chunk-5OBN7GZW.mjs.map +7 -0
  123. package/dist/lib/node-esm/chunk-AJEMYSIR.mjs +22 -0
  124. package/dist/lib/node-esm/chunk-AJEMYSIR.mjs.map +7 -0
  125. package/dist/lib/node-esm/chunk-ANLVLWME.mjs +98 -0
  126. package/dist/lib/node-esm/chunk-ANLVLWME.mjs.map +7 -0
  127. package/dist/lib/node-esm/chunk-DMR7OAFK.mjs +57 -0
  128. package/dist/lib/node-esm/chunk-DMR7OAFK.mjs.map +7 -0
  129. package/dist/lib/node-esm/chunk-FWTSPIFF.mjs +133 -0
  130. package/dist/lib/node-esm/chunk-FWTSPIFF.mjs.map +7 -0
  131. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
  132. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
  133. package/dist/lib/node-esm/chunk-ILMLLM4R.mjs +204 -0
  134. package/dist/lib/node-esm/chunk-ILMLLM4R.mjs.map +7 -0
  135. package/dist/lib/node-esm/chunk-K37NA7PO.mjs +43 -0
  136. package/dist/lib/node-esm/chunk-K37NA7PO.mjs.map +7 -0
  137. package/dist/lib/node-esm/chunk-LT3H4JOX.mjs +3847 -0
  138. package/dist/lib/node-esm/chunk-LT3H4JOX.mjs.map +7 -0
  139. package/dist/lib/node-esm/chunk-MOLNWFNL.mjs +9 -0
  140. package/dist/lib/node-esm/chunk-MOLNWFNL.mjs.map +7 -0
  141. package/dist/lib/node-esm/chunk-MOWUEW5P.mjs +15 -0
  142. package/dist/lib/node-esm/chunk-MOWUEW5P.mjs.map +7 -0
  143. package/dist/lib/node-esm/chunk-NBWL7UCZ.mjs +40 -0
  144. package/dist/lib/node-esm/chunk-NBWL7UCZ.mjs.map +7 -0
  145. package/dist/lib/node-esm/chunk-NRN3ZW2T.mjs +143 -0
  146. package/dist/lib/node-esm/chunk-NRN3ZW2T.mjs.map +7 -0
  147. package/dist/lib/node-esm/chunk-QLI2EIJ2.mjs +41 -0
  148. package/dist/lib/node-esm/chunk-QLI2EIJ2.mjs.map +7 -0
  149. package/dist/lib/node-esm/chunk-QYR67VBV.mjs +288 -0
  150. package/dist/lib/node-esm/chunk-QYR67VBV.mjs.map +7 -0
  151. package/dist/lib/node-esm/chunk-UKGVOINP.mjs +9 -0
  152. package/dist/lib/node-esm/chunk-UKGVOINP.mjs.map +7 -0
  153. package/dist/lib/node-esm/chunk-W6QIEBTQ.mjs +403 -0
  154. package/dist/lib/node-esm/chunk-W6QIEBTQ.mjs.map +7 -0
  155. package/dist/lib/node-esm/chunk-XHJRMQZD.mjs +69 -0
  156. package/dist/lib/node-esm/chunk-XHJRMQZD.mjs.map +7 -0
  157. package/dist/lib/node-esm/chunk-Y75VU7LB.mjs +74 -0
  158. package/dist/lib/node-esm/chunk-Y75VU7LB.mjs.map +7 -0
  159. package/dist/lib/node-esm/chunk-YOLH5KS4.mjs +283 -0
  160. package/dist/lib/node-esm/chunk-YOLH5KS4.mjs.map +7 -0
  161. package/dist/lib/node-esm/chunk-YQ2NWGL5.mjs +39 -0
  162. package/dist/lib/node-esm/chunk-YQ2NWGL5.mjs.map +7 -0
  163. package/dist/lib/node-esm/chunk-ZBB67AKD.mjs +24 -0
  164. package/dist/lib/node-esm/chunk-ZBB67AKD.mjs.map +7 -0
  165. package/dist/lib/node-esm/index.mjs +68 -18
  166. package/dist/lib/node-esm/internal/index.mjs +245 -124
  167. package/dist/lib/node-esm/meta.json +1 -1
  168. package/dist/lib/node-esm/testing/index.mjs +298 -198
  169. package/dist/lib/node-esm/testing/index.mjs.map +4 -4
  170. package/dist/types/src/Annotation.d.ts +2 -0
  171. package/dist/types/src/Annotation.d.ts.map +1 -0
  172. package/dist/types/src/Database.d.ts +194 -0
  173. package/dist/types/src/Database.d.ts.map +1 -0
  174. package/dist/types/src/Entity.d.ts +142 -0
  175. package/dist/types/src/Entity.d.ts.map +1 -0
  176. package/dist/types/src/Entity.test.d.ts +2 -0
  177. package/dist/types/src/Entity.test.d.ts.map +1 -0
  178. package/dist/types/src/{errors.d.ts → Err.d.ts} +19 -19
  179. package/dist/types/src/Err.d.ts.map +1 -0
  180. package/dist/types/src/Filter.d.ts +120 -0
  181. package/dist/types/src/Filter.d.ts.map +1 -0
  182. package/dist/types/src/Format.d.ts +4 -0
  183. package/dist/types/src/Format.d.ts.map +1 -0
  184. package/dist/types/src/Hypergraph.d.ts +60 -0
  185. package/dist/types/src/Hypergraph.d.ts.map +1 -0
  186. package/dist/types/src/JsonSchema.d.ts +9 -0
  187. package/dist/types/src/JsonSchema.d.ts.map +1 -0
  188. package/dist/types/src/Key.d.ts +1 -0
  189. package/dist/types/src/Key.d.ts.map +1 -1
  190. package/dist/types/src/Obj.d.ts +300 -99
  191. package/dist/types/src/Obj.d.ts.map +1 -1
  192. package/dist/types/src/Obj.test.d.ts +2 -0
  193. package/dist/types/src/Obj.test.d.ts.map +1 -0
  194. package/dist/types/src/Order.d.ts +16 -0
  195. package/dist/types/src/Order.d.ts.map +1 -0
  196. package/dist/types/src/Query.d.ts +115 -0
  197. package/dist/types/src/Query.d.ts.map +1 -0
  198. package/dist/types/src/Query.test.d.ts +2 -0
  199. package/dist/types/src/Query.test.d.ts.map +1 -0
  200. package/dist/types/src/QueryResult.d.ts +80 -0
  201. package/dist/types/src/QueryResult.d.ts.map +1 -0
  202. package/dist/types/src/Ref.d.ts +13 -11
  203. package/dist/types/src/Ref.d.ts.map +1 -1
  204. package/dist/types/src/Relation.d.ts +242 -22
  205. package/dist/types/src/Relation.d.ts.map +1 -1
  206. package/dist/types/src/Relation.test.d.ts +2 -0
  207. package/dist/types/src/Relation.test.d.ts.map +1 -0
  208. package/dist/types/src/SchemaRegistry.d.ts +84 -0
  209. package/dist/types/src/SchemaRegistry.d.ts.map +1 -0
  210. package/dist/types/src/Tag.d.ts +7 -7
  211. package/dist/types/src/Tag.d.ts.map +1 -1
  212. package/dist/types/src/Type.d.ts +225 -72
  213. package/dist/types/src/Type.d.ts.map +1 -1
  214. package/dist/types/src/Type.test.d.ts +2 -0
  215. package/dist/types/src/Type.test.d.ts.map +1 -0
  216. package/dist/types/src/index.d.ts +14 -5
  217. package/dist/types/src/index.d.ts.map +1 -1
  218. package/dist/types/src/internal/annotations/annotations.d.ts +170 -0
  219. package/dist/types/src/internal/annotations/annotations.d.ts.map +1 -0
  220. package/dist/types/src/internal/annotations/annotations.test.d.ts.map +1 -0
  221. package/dist/types/src/internal/annotations/index.d.ts +3 -0
  222. package/dist/types/src/internal/annotations/index.d.ts.map +1 -0
  223. package/dist/types/src/internal/annotations/util.d.ts +27 -0
  224. package/dist/types/src/internal/annotations/util.d.ts.map +1 -0
  225. package/dist/types/src/internal/api/annotations.d.ts +23 -0
  226. package/dist/types/src/internal/api/annotations.d.ts.map +1 -0
  227. package/dist/types/src/internal/api/entity.d.ts +13 -0
  228. package/dist/types/src/internal/api/entity.d.ts.map +1 -0
  229. package/dist/types/src/internal/api/index.d.ts +15 -0
  230. package/dist/types/src/internal/api/index.d.ts.map +1 -0
  231. package/dist/types/src/internal/api/meta.d.ts +42 -0
  232. package/dist/types/src/internal/api/meta.d.ts.map +1 -0
  233. package/dist/types/src/internal/api/sorting.d.ts +24 -0
  234. package/dist/types/src/internal/api/sorting.d.ts.map +1 -0
  235. package/dist/types/src/internal/api/version.d.ts +42 -0
  236. package/dist/types/src/internal/api/version.d.ts.map +1 -0
  237. package/dist/types/src/internal/entities/entity.d.ts +20 -0
  238. package/dist/types/src/internal/entities/entity.d.ts.map +1 -0
  239. package/dist/types/src/internal/entities/index.d.ts +6 -0
  240. package/dist/types/src/internal/entities/index.d.ts.map +1 -0
  241. package/dist/types/src/internal/entities/model.d.ts +77 -0
  242. package/dist/types/src/internal/entities/model.d.ts.map +1 -0
  243. package/dist/types/src/internal/entities/object.d.ts +18 -0
  244. package/dist/types/src/internal/entities/object.d.ts.map +1 -0
  245. package/dist/types/src/internal/entities/relation.d.ts +62 -0
  246. package/dist/types/src/internal/entities/relation.d.ts.map +1 -0
  247. package/dist/types/src/internal/entities/util.d.ts +2 -0
  248. package/dist/types/src/internal/entities/util.d.ts.map +1 -0
  249. package/dist/types/src/internal/formats/format.d.ts +4 -2
  250. package/dist/types/src/internal/formats/format.d.ts.map +1 -1
  251. package/dist/types/src/internal/formats/select.d.ts +5 -3
  252. package/dist/types/src/internal/formats/select.d.ts.map +1 -1
  253. package/dist/types/src/internal/formats/string.d.ts +4 -0
  254. package/dist/types/src/internal/formats/string.d.ts.map +1 -1
  255. package/dist/types/src/internal/formats/types.d.ts +13 -9
  256. package/dist/types/src/internal/formats/types.d.ts.map +1 -1
  257. package/dist/types/src/internal/index.d.ts +7 -10
  258. package/dist/types/src/internal/index.d.ts.map +1 -1
  259. package/dist/types/src/internal/json-schema/annotations.d.ts.map +1 -0
  260. package/dist/types/src/internal/json-schema/effect-schema.test.d.ts.map +1 -0
  261. package/dist/types/src/internal/json-schema/index.d.ts +2 -0
  262. package/dist/types/src/internal/json-schema/index.d.ts.map +1 -1
  263. package/dist/types/src/internal/json-schema/json-schema-type.d.ts.map +1 -1
  264. package/dist/types/src/internal/{json → json-schema}/json-schema.d.ts +2 -1
  265. package/dist/types/src/internal/json-schema/json-schema.d.ts.map +1 -0
  266. package/dist/types/src/internal/json-schema/json-schema.test.d.ts.map +1 -0
  267. package/dist/types/src/internal/object/clone.d.ts +8 -0
  268. package/dist/types/src/internal/object/clone.d.ts.map +1 -0
  269. package/dist/types/src/internal/object/common.d.ts.map +1 -1
  270. package/dist/types/src/internal/object/{create.d.ts → create-object.d.ts} +9 -10
  271. package/dist/types/src/internal/object/create-object.d.ts.map +1 -0
  272. package/dist/types/src/internal/object/create-object.test.d.ts +2 -0
  273. package/dist/types/src/internal/object/create-object.test.d.ts.map +1 -0
  274. package/dist/types/src/internal/object/deleted.d.ts +2 -2
  275. package/dist/types/src/internal/object/deleted.d.ts.map +1 -1
  276. package/dist/types/src/internal/object/ids.d.ts.map +1 -1
  277. package/dist/types/src/internal/object/index.d.ts +6 -11
  278. package/dist/types/src/internal/object/index.d.ts.map +1 -1
  279. package/dist/types/src/internal/object/json-serializer.d.ts +14 -9
  280. package/dist/types/src/internal/object/json-serializer.d.ts.map +1 -1
  281. package/dist/types/src/internal/object/schema-validator.d.ts +1 -14
  282. package/dist/types/src/internal/object/schema-validator.d.ts.map +1 -1
  283. package/dist/types/src/internal/object/set-value.d.ts +7 -0
  284. package/dist/types/src/internal/object/set-value.d.ts.map +1 -0
  285. package/dist/types/src/internal/object/set-value.test.d.ts +2 -0
  286. package/dist/types/src/internal/object/set-value.test.d.ts.map +1 -0
  287. package/dist/types/src/internal/object/snapshot.d.ts +6 -0
  288. package/dist/types/src/internal/object/snapshot.d.ts.map +1 -0
  289. package/dist/types/src/internal/object/typed-object.d.ts +8 -14
  290. package/dist/types/src/internal/object/typed-object.d.ts.map +1 -1
  291. package/dist/types/src/internal/proxy/change-context.d.ts +55 -0
  292. package/dist/types/src/internal/proxy/change-context.d.ts.map +1 -0
  293. package/dist/types/src/internal/proxy/change.test.d.ts +2 -0
  294. package/dist/types/src/internal/proxy/change.test.d.ts.map +1 -0
  295. package/dist/types/src/internal/proxy/define-hidden-property.d.ts +5 -0
  296. package/dist/types/src/internal/proxy/define-hidden-property.d.ts.map +1 -0
  297. package/dist/types/src/internal/proxy/errors.d.ts +19 -0
  298. package/dist/types/src/internal/proxy/errors.d.ts.map +1 -0
  299. package/dist/types/src/internal/proxy/event-batch.d.ts +10 -0
  300. package/dist/types/src/internal/proxy/event-batch.d.ts.map +1 -0
  301. package/dist/types/src/internal/proxy/index.d.ts +14 -0
  302. package/dist/types/src/internal/proxy/index.d.ts.map +1 -0
  303. package/dist/types/src/internal/proxy/json-serializer.d.ts +6 -0
  304. package/dist/types/src/internal/proxy/json-serializer.d.ts.map +1 -0
  305. package/dist/types/src/internal/proxy/make-object.d.ts +14 -0
  306. package/dist/types/src/internal/proxy/make-object.d.ts.map +1 -0
  307. package/dist/types/src/internal/proxy/ownership.d.ts +57 -0
  308. package/dist/types/src/internal/proxy/ownership.d.ts.map +1 -0
  309. package/dist/types/src/internal/proxy/proxy-types.d.ts +18 -0
  310. package/dist/types/src/internal/proxy/proxy-types.d.ts.map +1 -0
  311. package/dist/types/src/internal/proxy/proxy-utils.d.ts +47 -0
  312. package/dist/types/src/internal/proxy/proxy-utils.d.ts.map +1 -0
  313. package/dist/types/src/internal/proxy/reactive-array.d.ts +8 -0
  314. package/dist/types/src/internal/proxy/reactive-array.d.ts.map +1 -0
  315. package/dist/types/src/internal/proxy/reactive.d.ts +39 -0
  316. package/dist/types/src/internal/proxy/reactive.d.ts.map +1 -0
  317. package/dist/types/src/internal/proxy/schema-validator.d.ts +15 -0
  318. package/dist/types/src/internal/proxy/schema-validator.d.ts.map +1 -0
  319. package/dist/types/src/internal/proxy/symbols.d.ts +3 -0
  320. package/dist/types/src/internal/proxy/symbols.d.ts.map +1 -0
  321. package/dist/types/src/internal/proxy/typed-handler.d.ts +15 -12
  322. package/dist/types/src/internal/proxy/typed-handler.d.ts.map +1 -1
  323. package/dist/types/src/internal/ref/ref-array.d.ts +4 -4
  324. package/dist/types/src/internal/ref/ref-array.d.ts.map +1 -1
  325. package/dist/types/src/internal/ref/ref.d.ts +27 -16
  326. package/dist/types/src/internal/ref/ref.d.ts.map +1 -1
  327. package/dist/types/src/internal/schema/compose.d.ts.map +1 -0
  328. package/dist/types/src/internal/schema/compose.test.d.ts.map +1 -0
  329. package/dist/types/src/internal/schema/echo-schema.d.ts +24 -12
  330. package/dist/types/src/internal/schema/echo-schema.d.ts.map +1 -1
  331. package/dist/types/src/internal/schema/index.d.ts +1 -4
  332. package/dist/types/src/internal/schema/index.d.ts.map +1 -1
  333. package/dist/types/src/internal/schema/persistent-schema.d.ts +20 -0
  334. package/dist/types/src/internal/schema/persistent-schema.d.ts.map +1 -0
  335. package/dist/types/src/internal/types/base.d.ts +26 -0
  336. package/dist/types/src/internal/types/base.d.ts.map +1 -0
  337. package/dist/types/src/internal/types/entity.d.ts +37 -0
  338. package/dist/types/src/internal/types/entity.d.ts.map +1 -0
  339. package/dist/types/src/internal/types/index.d.ts +5 -2
  340. package/dist/types/src/internal/types/index.d.ts.map +1 -1
  341. package/dist/types/src/internal/{object → types}/meta.d.ts +12 -11
  342. package/dist/types/src/internal/types/meta.d.ts.map +1 -0
  343. package/dist/types/src/internal/types/typename.d.ts +13 -0
  344. package/dist/types/src/internal/types/typename.d.ts.map +1 -0
  345. package/dist/types/src/internal/{object → types}/version.d.ts +3 -2
  346. package/dist/types/src/internal/types/version.d.ts.map +1 -0
  347. package/dist/types/src/{test → testing}/api.test.d.ts.map +1 -1
  348. package/dist/types/src/testing/index.d.ts +3 -3
  349. package/dist/types/src/testing/index.d.ts.map +1 -1
  350. package/dist/types/src/testing/test-data.d.ts +18 -0
  351. package/dist/types/src/testing/test-data.d.ts.map +1 -0
  352. package/dist/types/src/testing/test-schema.d.ts +303 -0
  353. package/dist/types/src/testing/test-schema.d.ts.map +1 -0
  354. package/dist/types/src/testing/util.d.ts +21 -0
  355. package/dist/types/src/testing/util.d.ts.map +1 -0
  356. package/dist/types/tsconfig.tsbuildinfo +1 -1
  357. package/package.json +160 -45
  358. package/src/Annotation.ts +18 -0
  359. package/src/Database.ts +336 -0
  360. package/src/Entity.test.ts +22 -0
  361. package/src/Entity.ts +217 -0
  362. package/src/{errors.ts → Err.ts} +2 -2
  363. package/src/Filter.ts +376 -0
  364. package/src/Format.ts +9 -0
  365. package/src/Hypergraph.ts +74 -0
  366. package/src/JsonSchema.ts +16 -0
  367. package/src/Key.ts +3 -0
  368. package/src/Obj.test.ts +386 -0
  369. package/src/Obj.ts +447 -292
  370. package/src/Order.ts +44 -0
  371. package/src/Query.test.ts +465 -0
  372. package/src/Query.ts +296 -0
  373. package/src/QueryResult.ts +106 -0
  374. package/src/Ref.ts +26 -9
  375. package/src/Relation.test.ts +82 -0
  376. package/src/Relation.ts +411 -60
  377. package/src/SchemaRegistry.ts +105 -0
  378. package/src/Tag.ts +3 -2
  379. package/src/Type.test.ts +52 -0
  380. package/src/Type.ts +361 -114
  381. package/src/index.ts +15 -6
  382. package/src/internal/README.md +100 -0
  383. package/src/internal/{ast → annotations}/annotations.test.ts +18 -20
  384. package/src/internal/annotations/annotations.ts +460 -0
  385. package/src/internal/annotations/index.ts +6 -0
  386. package/src/internal/annotations/util.ts +72 -0
  387. package/src/internal/api/annotations.ts +60 -0
  388. package/src/internal/api/entity.ts +29 -0
  389. package/src/internal/api/index.ts +19 -0
  390. package/src/internal/api/meta.ts +88 -0
  391. package/src/internal/api/sorting.ts +53 -0
  392. package/src/internal/api/version.ts +96 -0
  393. package/src/internal/entities/entity.ts +126 -0
  394. package/src/internal/entities/index.ts +9 -0
  395. package/src/internal/entities/model.ts +134 -0
  396. package/src/internal/entities/object.ts +60 -0
  397. package/src/internal/entities/relation.ts +173 -0
  398. package/src/internal/entities/util.ts +33 -0
  399. package/src/internal/formats/date.test.ts +1 -1
  400. package/src/internal/formats/date.ts +5 -5
  401. package/src/internal/formats/format.test.ts +5 -5
  402. package/src/internal/formats/format.ts +8 -6
  403. package/src/internal/formats/number.ts +5 -5
  404. package/src/internal/formats/object.ts +4 -4
  405. package/src/internal/formats/select.ts +5 -3
  406. package/src/internal/formats/string.ts +14 -9
  407. package/src/internal/formats/types.ts +53 -42
  408. package/src/internal/index.ts +30 -13
  409. package/src/internal/{json → json-schema}/annotations.ts +1 -1
  410. package/src/internal/json-schema/index.ts +2 -0
  411. package/src/internal/json-schema/json-schema-type.ts +5 -4
  412. package/src/internal/{json → json-schema}/json-schema.test.ts +67 -55
  413. package/src/internal/{json → json-schema}/json-schema.ts +17 -8
  414. package/src/internal/object/clone.ts +48 -0
  415. package/src/internal/object/common.ts +3 -4
  416. package/src/internal/object/{create.test.ts → create-object.test.ts} +30 -32
  417. package/src/internal/object/{create.ts → create-object.ts} +35 -36
  418. package/src/internal/object/deleted.ts +6 -6
  419. package/src/internal/object/ids.ts +1 -1
  420. package/src/internal/object/index.ts +6 -11
  421. package/src/internal/object/inspect.ts +5 -7
  422. package/src/internal/object/json-serializer.test.ts +35 -37
  423. package/src/internal/object/json-serializer.ts +65 -102
  424. package/src/internal/object/schema-validator.ts +2 -237
  425. package/src/internal/object/set-value.test.ts +281 -0
  426. package/src/internal/object/set-value.ts +165 -0
  427. package/src/internal/object/snapshot.ts +70 -0
  428. package/src/internal/object/typed-object.test.ts +11 -11
  429. package/src/internal/object/typed-object.ts +8 -66
  430. package/src/internal/proxy/change-context.ts +138 -0
  431. package/src/internal/proxy/change.test.ts +519 -0
  432. package/src/internal/proxy/define-hidden-property.ts +14 -0
  433. package/src/internal/proxy/errors.ts +42 -0
  434. package/src/internal/proxy/event-batch.ts +44 -0
  435. package/src/internal/proxy/handler.test.ts +51 -91
  436. package/src/internal/proxy/index.ts +17 -0
  437. package/src/internal/proxy/json-serializer.ts +87 -0
  438. package/src/internal/proxy/make-object.ts +96 -0
  439. package/src/internal/proxy/ownership.ts +253 -0
  440. package/src/internal/proxy/proxy-types.ts +23 -0
  441. package/src/internal/proxy/proxy-utils.ts +150 -0
  442. package/src/internal/proxy/reactive-array.ts +71 -0
  443. package/src/internal/proxy/reactive.ts +69 -0
  444. package/src/internal/proxy/schema-validator.ts +244 -0
  445. package/src/internal/proxy/schema.test.ts +27 -18
  446. package/src/internal/proxy/symbols.ts +7 -0
  447. package/src/internal/proxy/typed-handler.test.ts +264 -48
  448. package/src/internal/proxy/typed-handler.ts +275 -61
  449. package/src/internal/proxy/typed-object.test.ts +42 -26
  450. package/src/internal/ref/ref-array.ts +4 -4
  451. package/src/internal/ref/ref.test.ts +8 -7
  452. package/src/internal/ref/ref.ts +81 -54
  453. package/src/internal/{projection → schema}/compose.test.ts +8 -9
  454. package/src/internal/{projection → schema}/compose.ts +1 -1
  455. package/src/internal/schema/echo-schema.ts +73 -33
  456. package/src/internal/schema/index.ts +1 -4
  457. package/src/internal/schema/manipulation.ts +1 -1
  458. package/src/internal/schema/persistent-schema.ts +27 -0
  459. package/src/internal/types/base.ts +43 -0
  460. package/src/internal/types/entity.ts +54 -0
  461. package/src/internal/types/index.ts +5 -2
  462. package/src/internal/{object → types}/meta.ts +22 -17
  463. package/src/internal/types/typename.ts +45 -0
  464. package/src/internal/types/version.ts +20 -0
  465. package/src/testing/api.test.ts +126 -0
  466. package/src/testing/index.ts +3 -3
  467. package/src/testing/test-data.ts +130 -0
  468. package/src/testing/test-schema.ts +238 -0
  469. package/src/testing/util.ts +85 -0
  470. package/dist/lib/browser/chunk-3FCPYTWA.mjs +0 -585
  471. package/dist/lib/browser/chunk-3FCPYTWA.mjs.map +0 -7
  472. package/dist/lib/browser/chunk-5BNXQE6S.mjs +0 -3727
  473. package/dist/lib/browser/chunk-5BNXQE6S.mjs.map +0 -7
  474. package/dist/lib/browser/chunk-U43CXUCL.mjs +0 -410
  475. package/dist/lib/browser/chunk-U43CXUCL.mjs.map +0 -7
  476. package/dist/lib/browser/query/index.mjs +0 -13
  477. package/dist/lib/node-esm/chunk-3FGSPSYN.mjs +0 -3727
  478. package/dist/lib/node-esm/chunk-3FGSPSYN.mjs.map +0 -7
  479. package/dist/lib/node-esm/chunk-C7LTTWRL.mjs +0 -585
  480. package/dist/lib/node-esm/chunk-C7LTTWRL.mjs.map +0 -7
  481. package/dist/lib/node-esm/chunk-OHJ5WBB6.mjs +0 -410
  482. package/dist/lib/node-esm/chunk-OHJ5WBB6.mjs.map +0 -7
  483. package/dist/lib/node-esm/query/index.mjs +0 -13
  484. package/dist/types/src/errors.d.ts.map +0 -1
  485. package/dist/types/src/internal/ast/annotation-helper.d.ts +0 -8
  486. package/dist/types/src/internal/ast/annotation-helper.d.ts.map +0 -1
  487. package/dist/types/src/internal/ast/annotations.d.ts +0 -131
  488. package/dist/types/src/internal/ast/annotations.d.ts.map +0 -1
  489. package/dist/types/src/internal/ast/annotations.test.d.ts.map +0 -1
  490. package/dist/types/src/internal/ast/entity-kind.d.ts +0 -10
  491. package/dist/types/src/internal/ast/entity-kind.d.ts.map +0 -1
  492. package/dist/types/src/internal/ast/index.d.ts +0 -5
  493. package/dist/types/src/internal/ast/index.d.ts.map +0 -1
  494. package/dist/types/src/internal/ast/types.d.ts +0 -6
  495. package/dist/types/src/internal/ast/types.d.ts.map +0 -1
  496. package/dist/types/src/internal/json/annotations.d.ts.map +0 -1
  497. package/dist/types/src/internal/json/effect-schema.test.d.ts.map +0 -1
  498. package/dist/types/src/internal/json/index.d.ts +0 -2
  499. package/dist/types/src/internal/json/index.d.ts.map +0 -1
  500. package/dist/types/src/internal/json/json-schema.d.ts.map +0 -1
  501. package/dist/types/src/internal/json/json-schema.test.d.ts.map +0 -1
  502. package/dist/types/src/internal/object/accessors.d.ts +0 -37
  503. package/dist/types/src/internal/object/accessors.d.ts.map +0 -1
  504. package/dist/types/src/internal/object/create.d.ts.map +0 -1
  505. package/dist/types/src/internal/object/create.test.d.ts +0 -2
  506. package/dist/types/src/internal/object/create.test.d.ts.map +0 -1
  507. package/dist/types/src/internal/object/entity.d.ts +0 -33
  508. package/dist/types/src/internal/object/entity.d.ts.map +0 -1
  509. package/dist/types/src/internal/object/expando.d.ts +0 -14
  510. package/dist/types/src/internal/object/expando.d.ts.map +0 -1
  511. package/dist/types/src/internal/object/meta.d.ts.map +0 -1
  512. package/dist/types/src/internal/object/model.d.ts +0 -117
  513. package/dist/types/src/internal/object/model.d.ts.map +0 -1
  514. package/dist/types/src/internal/object/relation.d.ts +0 -17
  515. package/dist/types/src/internal/object/relation.d.ts.map +0 -1
  516. package/dist/types/src/internal/object/typename.d.ts +0 -15
  517. package/dist/types/src/internal/object/typename.d.ts.map +0 -1
  518. package/dist/types/src/internal/object/version.d.ts.map +0 -1
  519. package/dist/types/src/internal/projection/compose.d.ts.map +0 -1
  520. package/dist/types/src/internal/projection/compose.test.d.ts.map +0 -1
  521. package/dist/types/src/internal/projection/index.d.ts +0 -2
  522. package/dist/types/src/internal/projection/index.d.ts.map +0 -1
  523. package/dist/types/src/internal/proxy/reactive-object.d.ts +0 -15
  524. package/dist/types/src/internal/proxy/reactive-object.d.ts.map +0 -1
  525. package/dist/types/src/internal/query/index.d.ts +0 -2
  526. package/dist/types/src/internal/query/index.d.ts.map +0 -1
  527. package/dist/types/src/internal/query/query.d.ts +0 -17
  528. package/dist/types/src/internal/query/query.d.ts.map +0 -1
  529. package/dist/types/src/internal/schema/runtime-schema-registry.d.ts +0 -18
  530. package/dist/types/src/internal/schema/runtime-schema-registry.d.ts.map +0 -1
  531. package/dist/types/src/internal/schema/snapshot.d.ts +0 -6
  532. package/dist/types/src/internal/schema/snapshot.d.ts.map +0 -1
  533. package/dist/types/src/internal/schema/stored-schema.d.ts +0 -13
  534. package/dist/types/src/internal/schema/stored-schema.d.ts.map +0 -1
  535. package/dist/types/src/internal/testing/index.d.ts +0 -3
  536. package/dist/types/src/internal/testing/index.d.ts.map +0 -1
  537. package/dist/types/src/internal/testing/types.d.ts +0 -381
  538. package/dist/types/src/internal/testing/types.d.ts.map +0 -1
  539. package/dist/types/src/internal/testing/utils.d.ts +0 -10
  540. package/dist/types/src/internal/testing/utils.d.ts.map +0 -1
  541. package/dist/types/src/internal/types/types.d.ts +0 -79
  542. package/dist/types/src/internal/types/types.d.ts.map +0 -1
  543. package/dist/types/src/internal/types/types.test.d.ts +0 -2
  544. package/dist/types/src/internal/types/types.test.d.ts.map +0 -1
  545. package/dist/types/src/internal/types/util.d.ts +0 -5
  546. package/dist/types/src/internal/types/util.d.ts.map +0 -1
  547. package/dist/types/src/query/index.d.ts +0 -2
  548. package/dist/types/src/query/index.d.ts.map +0 -1
  549. package/dist/types/src/query/query.d.ts +0 -248
  550. package/dist/types/src/query/query.d.ts.map +0 -1
  551. package/dist/types/src/query/query.test.d.ts +0 -2
  552. package/dist/types/src/query/query.test.d.ts.map +0 -1
  553. package/dist/types/src/testing/echo-schema.d.ts +0 -7
  554. package/dist/types/src/testing/echo-schema.d.ts.map +0 -1
  555. package/dist/types/src/testing/types.d.ts +0 -228
  556. package/dist/types/src/testing/types.d.ts.map +0 -1
  557. package/src/internal/ast/annotation-helper.ts +0 -22
  558. package/src/internal/ast/annotations.ts +0 -226
  559. package/src/internal/ast/entity-kind.ts +0 -15
  560. package/src/internal/ast/index.ts +0 -8
  561. package/src/internal/ast/types.ts +0 -17
  562. package/src/internal/json/index.ts +0 -5
  563. package/src/internal/object/accessors.ts +0 -153
  564. package/src/internal/object/entity.ts +0 -248
  565. package/src/internal/object/expando.ts +0 -21
  566. package/src/internal/object/model.ts +0 -170
  567. package/src/internal/object/relation.ts +0 -24
  568. package/src/internal/object/typename.ts +0 -61
  569. package/src/internal/object/version.ts +0 -22
  570. package/src/internal/projection/index.ts +0 -5
  571. package/src/internal/proxy/reactive-object.ts +0 -108
  572. package/src/internal/query/index.ts +0 -5
  573. package/src/internal/query/query.ts +0 -23
  574. package/src/internal/schema/runtime-schema-registry.ts +0 -78
  575. package/src/internal/schema/snapshot.ts +0 -25
  576. package/src/internal/schema/stored-schema.ts +0 -26
  577. package/src/internal/testing/index.ts +0 -6
  578. package/src/internal/testing/types.ts +0 -144
  579. package/src/internal/testing/utils.ts +0 -54
  580. package/src/internal/types/types.test.ts +0 -48
  581. package/src/internal/types/types.ts +0 -176
  582. package/src/internal/types/util.ts +0 -9
  583. package/src/query/index.ts +0 -6
  584. package/src/query/query.test.ts +0 -401
  585. package/src/query/query.ts +0 -789
  586. package/src/test/api.test.ts +0 -180
  587. package/src/testing/echo-schema.ts +0 -39
  588. package/src/testing/types.ts +0 -108
  589. /package/dist/lib/browser/{query/index.mjs.map → Annotation.mjs.map} +0 -0
  590. /package/dist/lib/{node-esm/query/index.mjs.map → browser/Database.mjs.map} +0 -0
  591. /package/dist/types/src/internal/{ast → annotations}/annotations.test.d.ts +0 -0
  592. /package/dist/types/src/internal/{json → json-schema}/annotations.d.ts +0 -0
  593. /package/dist/types/src/internal/{json → json-schema}/effect-schema.test.d.ts +0 -0
  594. /package/dist/types/src/internal/{json → json-schema}/json-schema.test.d.ts +0 -0
  595. /package/dist/types/src/internal/{projection → schema}/compose.d.ts +0 -0
  596. /package/dist/types/src/internal/{projection → schema}/compose.test.d.ts +0 -0
  597. /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
  598. /package/src/internal/{json → json-schema}/effect-schema.test.ts +0 -0
package/src/Obj.ts CHANGED
@@ -5,21 +5,73 @@
5
5
  import * as Function from 'effect/Function';
6
6
  import * as Schema from 'effect/Schema';
7
7
 
8
- import { assertArgument, invariant } from '@dxos/invariant';
9
- import { type DXN } from '@dxos/keys';
10
- import * as LiveObject from '@dxos/live-object';
11
- import { assumeType, deepMapValues } from '@dxos/util';
12
-
13
- import { live } from './internal';
14
- import * as EchoSchema from './internal';
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,42 +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.
31
- * This type does not define any properties.
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)`.
32
88
  */
33
- export interface Any extends BaseObj {}
89
+ export interface Unknown extends BaseObj {}
34
90
 
35
91
  /**
36
92
  * Object with arbitrary properties.
37
93
  *
38
- * NOTE: Due to how typescript works, this type is not assignable to a specific schema type.
94
+ * NOTE: Due to how TypeScript works, this type is not assignable to a specific schema type.
39
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.
40
98
  */
41
- export interface AnyProps extends BaseObj {
42
- [key: string]: any;
43
- }
99
+ export interface Any extends BaseObj, AnyProperties {}
44
100
 
45
- export const Any = Schema.Struct({}).pipe(
46
- Type.Obj({
47
- typename: 'dxos.org/types/Any',
48
- version: '0.1.0',
49
- }),
50
- );
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
+ }
51
108
 
52
- 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;
53
119
 
54
- export type MakeProps<T extends Type.Obj.Any> = NoInfer<Props<Schema.Schema.Type<T>>> & {
55
- [Meta]?: Partial<EchoSchema.ObjectMeta>;
120
+ const defaultMeta: ObjectMeta = {
121
+ keys: [],
56
122
  };
57
123
 
58
- 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>;
59
128
 
60
- const DEFAULT_META: EchoSchema.ObjectMeta = {
61
- keys: [],
62
- };
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>>>;
63
137
 
64
138
  /**
65
- * Creates new object.
139
+ * Creates a new echo object of the given schema.
66
140
  * @param schema - Object schema.
67
141
  * @param props - Object properties.
68
142
  * @param meta - Object metadata (deprecated) -- pass with Obj.Meta.
@@ -73,41 +147,199 @@ const DEFAULT_META: EchoSchema.ObjectMeta = {
73
147
  * ```ts
74
148
  * const obj = Obj.make(Person, { [Obj.Meta]: { keys: [...] }, name: 'John' });
75
149
  * ```
150
+ *
151
+ * Note: Only accepts object schemas, not relation schemas. Use `Relation.make` for relations.
76
152
  */
77
- 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>(
78
160
  schema: S,
79
161
  props: MakeProps<S>,
80
- meta?: Partial<EchoSchema.ObjectMeta>,
81
- ): LiveObject.Live<Schema.Schema.Type<S>> => {
82
- assertArgument(
83
- EchoSchema.getTypeAnnotation(schema)?.kind === EchoSchema.EntityKind.Object,
84
- 'schema',
85
- 'Expected an object schema',
86
- );
87
-
88
- if (props[EchoSchema.MetaId] != null) {
89
- // Set default fields on meta on creation.
90
- meta = { ...structuredClone(DEFAULT_META), ...props[EchoSchema.MetaId] };
91
- 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];
92
170
  }
93
171
 
172
+ // Filter undefined values.
94
173
  const filterUndefined = Object.fromEntries(Object.entries(props).filter(([_, v]) => v !== undefined));
95
174
 
96
- return live<Schema.Schema.Type<S>>(schema, filterUndefined as any, { keys: [], ...meta });
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);
97
273
  };
98
274
 
99
- export const isObject = (obj: unknown): obj is Any => {
100
- assumeType<EchoSchema.InternalObjectProps>(obj);
101
- 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));
102
299
  };
103
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
+
104
338
  /**
105
339
  * Test if object or relation is an instance of a schema.
106
340
  * @example
107
341
  * ```ts
108
342
  * const john = Obj.make(Person, { name: 'John' });
109
- * const johnIsPerson = Obj.instanceOf(Person)(john);
110
- *
111
343
  * const isPerson = Obj.instanceOf(Person);
112
344
  * if (isPerson(john)) {
113
345
  * // john is Person
@@ -115,317 +347,240 @@ export const isObject = (obj: unknown): obj is Any => {
115
347
  * ```
116
348
  */
117
349
  export const instanceOf: {
118
- <S extends Type.Relation.Any | Type.Obj.Any>(schema: S): (value: unknown) => value is Schema.Schema.Type<S>;
119
- <S extends Type.Relation.Any | Type.Obj.Any>(schema: S, value: unknown): value is Schema.Schema.Type<S>;
120
- } = ((
121
- ...args: [schema: Type.Relation.Any | Type.Obj.Any, value: unknown] | [schema: Type.Relation.Any | Type.Obj.Any]
122
- ) => {
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]) => {
123
353
  if (args.length === 1) {
124
- return (obj: unknown) => EchoSchema.isInstanceOf(args[0], obj);
354
+ return (entity: unknown) => isInstanceOf(args[0], entity);
125
355
  }
126
356
 
127
- return EchoSchema.isInstanceOf(args[0], args[1]);
357
+ return isInstanceOf(args[0], args[1]);
128
358
  }) as any;
129
359
 
130
- export const getSchema = EchoSchema.getSchema;
131
-
132
360
  // TODO(dmaretskyi): Allow returning undefined.
133
- export const getDXN = (obj: Any | Relation.Any): DXN => {
134
- assertArgument(!Schema.isSchema(obj), 'obj', 'Object should not be a schema.');
135
- const dxn = EchoSchema.getObjectDXN(obj);
136
- invariant(dxn != null, 'Invalid object.');
137
- 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);
138
368
  };
139
369
 
140
370
  /**
141
371
  * @returns The DXN of the object's type.
142
372
  * @example dxn:example.com/type/Person:1.0.0
143
373
  */
144
- // TODO(burdon): Expando does not have a type.
145
- export const getTypeDXN = EchoSchema.getType;
374
+ // TODO(wittjosiah): Narrow types.
375
+ export const getTypeDXN: (obj: unknown | undefined) => DXN | undefined = getTypeDXN$ as any;
376
+
377
+ /**
378
+ * Get the schema of the object.
379
+ * Returns the branded ECHO schema used to create the object.
380
+ */
381
+ // TODO(wittjosiah): Narrow types.
382
+ export const getSchema: (obj: unknown | undefined) => Type.Entity.Any | undefined = getSchema$ as any;
146
383
 
147
384
  /**
148
385
  * @returns The typename of the object's type.
386
+ * Accepts both reactive objects and snapshots.
149
387
  * @example `example.com/type/Person`
150
388
  */
151
- export const getTypename = (obj: Any | Relation.Any): string | undefined => {
152
- const schema = getSchema(obj);
153
- if (schema == null) {
154
- // Try to extract typename from DXN.
155
- return EchoSchema.getType(obj)?.asTypeDXN()?.type;
156
- }
389
+ export const getTypename = (entity: Unknown | Snapshot): string | undefined => getTypename$(entity);
157
390
 
158
- return EchoSchema.getSchemaTypename(schema);
159
- };
391
+ //
392
+ // Database
393
+ //
394
+
395
+ /**
396
+ * Get the database the object belongs to.
397
+ * Accepts both reactive objects and snapshots.
398
+ */
399
+ export const getDatabase = (entity: Unknown | Snapshot): Database.Database | undefined => getDatabase$(entity);
400
+
401
+ //
402
+ // Meta
403
+ //
404
+
405
+ export const Meta: unique symbol = MetaId as any;
406
+
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;
412
+
413
+ /**
414
+ * Mutable meta type returned by `Obj.getMeta` inside an `Obj.change` callback.
415
+ */
416
+ export type Meta = ApiMeta;
160
417
 
418
+ // TODO(burdon): Narrow type.
161
419
  // TODO(dmaretskyi): Allow returning undefined.
162
- export const getMeta = (obj: Any | Relation.Any): EchoSchema.ObjectMeta => {
163
- const meta = EchoSchema.getMeta(obj);
164
- invariant(meta != null, 'Invalid object.');
165
- return meta;
166
- };
420
+ /**
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
+ * ```
437
+ */
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
+ }
167
444
 
168
445
  /**
169
446
  * @returns Foreign keys for the object from the specified source.
447
+ * Accepts both reactive objects and snapshots.
170
448
  */
171
449
  export const getKeys: {
172
- (obj: Any | Relation.Any, source: string): EchoSchema.ForeignKey[];
173
- (source: string): (obj: Any | Relation.Any) => EchoSchema.ForeignKey[];
174
- } = Function.dual(2, (obj: Any | Relation.Any, source?: string): EchoSchema.ForeignKey[] => {
175
- const meta = EchoSchema.getMeta(obj);
176
- invariant(meta != null, 'Invalid object.');
177
- return meta.keys.filter((key) => key.source === source);
178
- });
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!));
179
453
 
180
454
  /**
181
455
  * Delete all keys from the object for the specified source.
182
- * @param obj
183
- * @param source
184
- */
185
- export const deleteKeys = (obj: Any | Relation.Any, source: string) => {
186
- const meta = EchoSchema.getMeta(obj);
187
- for (let i = 0; i < meta.keys.length; i++) {
188
- if (meta.keys[i].source === source) {
189
- meta.keys.splice(i, 1);
190
- i--;
191
- }
192
- }
193
- };
194
-
195
- // TODO(dmaretskyi): Default to `false`.
196
- export const isDeleted = (obj: Any | Relation.Any): boolean => {
197
- const deleted = EchoSchema.isDeleted(obj);
198
- invariant(typeof deleted === 'boolean', 'Invalid object.');
199
- return deleted;
200
- };
201
-
202
- export const getLabel = (obj: Any | Relation.Any): string | undefined => {
203
- const schema = getSchema(obj);
204
- if (schema != null) {
205
- return EchoSchema.getLabel(schema, obj);
206
- }
207
- };
456
+ * Must be called within an `Obj.change` callback.
457
+ *
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.
460
+ */
461
+ export const deleteKeys = (entity: Mutable<Unknown>, source: string): void => deleteKeys$(entity, source);
208
462
 
209
- export const setLabel = (obj: Any | Relation.Any, label: string) => {
210
- const schema = getSchema(obj);
211
- if (schema != null) {
212
- EchoSchema.setLabel(schema, obj, label);
213
- }
214
- };
463
+ /**
464
+ * Add a tag to the object.
465
+ * Must be called within an `Obj.change` callback.
466
+ *
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);
215
471
 
216
- export const getDescription = (obj: Any | Relation.Any): string | undefined => {
217
- const schema = getSchema(obj);
218
- if (schema != null) {
219
- return EchoSchema.getDescription(schema, obj);
220
- }
221
- };
472
+ /**
473
+ * Remove a tag from the object.
474
+ * Must be called within an `Obj.change` callback.
475
+ *
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.
478
+ */
479
+ export const removeTag = (entity: Mutable<Unknown>, tag: string): void => removeTag$(entity, tag);
222
480
 
223
- export const setDescription = (obj: Any | Relation.Any, description: string) => {
224
- const schema = getSchema(obj);
225
- if (schema != null) {
226
- EchoSchema.setDescription(schema, obj, description);
227
- }
228
- };
481
+ /**
482
+ * Check if the object is deleted.
483
+ * Accepts both reactive objects and snapshots.
484
+ */
485
+ // TODO(dmaretskyi): Default to `false`.
486
+ export const isDeleted = (entity: Unknown | Snapshot): boolean => isDeleted$(entity);
229
487
 
230
- export const addTag = (obj: Any | Relation.Any, tag: string) => {
231
- const meta = getMeta(obj);
232
- meta.tags ??= [];
233
- meta.tags.push(tag);
234
- };
488
+ //
489
+ // Annotations
490
+ //
235
491
 
236
- export const removeTag = (obj: Any | Relation.Any, tag: string) => {
237
- const meta = getMeta(obj);
238
- if (!meta.tags) {
239
- return;
240
- }
241
- for (let i = 0; i < meta.tags.length; i++) {
242
- if (meta.tags[i] === tag) {
243
- meta.tags.splice(i, 1);
244
- i--;
245
- }
246
- }
247
- };
492
+ /**
493
+ * Get the label of the object.
494
+ * Accepts both reactive objects and snapshots.
495
+ */
496
+ export const getLabel = (entity: Unknown | Snapshot): string | undefined => getLabel$(entity);
248
497
 
249
- const compare = (a?: string, b?: string) => {
250
- if (a == null) {
251
- return b == null ? 0 : 1;
252
- }
498
+ /**
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.
504
+ */
505
+ export const setLabel = (entity: Mutable<Unknown>, label: string): void => setLabel$(entity, label);
253
506
 
254
- if (b == null) {
255
- return -1;
256
- }
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);
257
512
 
258
- return a.localeCompare(b);
259
- };
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);
260
522
 
261
- export type Comparator = (a: Any, b: Any) => number;
262
-
263
- export const sortByLabel: Comparator = (a: Any, b: Any) => compare(getLabel(a), getLabel(b));
264
- export const sortByTypename: Comparator = (a: Any, b: Any) => compare(getTypename(a), getTypename(b));
265
- export const sort = (...comparators: Comparator[]): Comparator => {
266
- return (a: Any, b: Any) => {
267
- for (const comparator of comparators) {
268
- const result = comparator(a, b);
269
- if (result !== 0) {
270
- return result;
271
- }
272
- }
273
-
274
- return 0;
275
- };
276
- };
523
+ //
524
+ // JSON
525
+ //
277
526
 
278
527
  /**
279
528
  * JSON representation of an object.
280
529
  */
281
- export type JSON = EchoSchema.ObjectJSON;
530
+ export type JSON = APIJSON;
282
531
 
283
532
  /**
284
533
  * Converts object to its JSON representation.
534
+ * Accepts both reactive objects and snapshots.
285
535
  *
286
536
  * The same algorithm is used when calling the standard `JSON.stringify(obj)` function.
287
537
  */
288
- // TODO(burdon): Base util type for Obj/Relation?
289
- export const toJSON = (obj: Any | Relation.Any): JSON => EchoSchema.objectToJSON(obj);
538
+ export const toJSON = (entity: Unknown | Snapshot): JSON => toJSON$(entity);
290
539
 
291
540
  /**
292
541
  * Creates an object from its json representation, performing schema validation.
293
542
  * References and schemas will be resolvable if the `refResolver` is provided.
294
543
  *
295
- * The function need to be async to support resolving the schema as well as the relation endpoints.
544
+ * The function must be async to support resolving the schema as well as the relation endpoints.
296
545
  *
297
546
  * @param options.refResolver - Resolver for references. Produces hydrated references that can be resolved.
298
547
  * @param options.dxn - Override object DXN. Changes the result of `Obj.getDXN`.
299
548
  */
300
- export const fromJSON: (json: unknown, options?: { refResolver?: Ref.Resolver; dxn?: DXN }) => Promise<Any> =
301
- EchoSchema.objectFromJSON as any;
549
+ export const fromJSON: (json: unknown, options?: { refResolver?: Ref.Resolver; dxn?: DXN }) => Promise<Unknown> =
550
+ objectFromJSON as any;
551
+
552
+ //
553
+ // Sorting
554
+ //
302
555
 
303
556
  /**
304
- * Returns an immutable snapshot of an object.
557
+ * Comparator function type for sorting objects.
558
+ * Accepts both reactive objects and snapshots.
305
559
  */
306
- export const getSnapshot: <T extends Any>(obj: Obj<T>) => T = LiveObject.getSnapshot;
560
+ export type Comparator = ApiComparator<Unknown | Snapshot>;
307
561
 
308
- export type CloneOptions = {
309
- /**
310
- * Retain the original object's ID.
311
- * @default false
312
- */
313
- retainId?: boolean;
314
- };
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;
315
565
 
316
- /**
317
- * Clones an object or relation.
318
- * This does not clone referenced objects, only the properties in the object.
319
- * @returns A new object with the same schema and properties.
320
- */
321
- export const clone = <T extends Any | Relation.Any>(obj: T, opts?: CloneOptions): T => {
322
- const { id, ...data } = obj;
323
- const schema = getSchema(obj);
324
- invariant(schema != null, 'Object should have a schema');
325
- const props: any = deepMapValues(data, (value, recurse) => {
326
- if (EchoSchema.Ref.isRef(value)) {
327
- return value;
328
- }
329
- return recurse(value);
330
- });
331
- if (opts?.retainId) {
332
- props.id = id;
333
- }
334
- const meta = getMeta(obj);
335
- props[EchoSchema.MetaId] = deepMapValues(meta, (value, recurse) => {
336
- if (EchoSchema.Ref.isRef(value)) {
337
- return value;
338
- }
339
- return recurse(value);
340
- });
341
- return make(schema, props);
342
- };
566
+ //
567
+ // Version
568
+ //
343
569
 
344
- export const VersionTypeId = EchoSchema.VersionTypeId;
345
- export type VersionType = typeof VersionTypeId;
570
+ export { VersionTypeId };
571
+ export type { VersionCompareResult };
346
572
 
347
573
  /**
348
574
  * Represent object version.
349
575
  * May be backed by Automerge.
350
576
  * Objects with no history are not versioned.
351
577
  */
352
- export interface Version {
353
- [VersionTypeId]: {};
354
-
355
- /**
356
- * Whether the object is versioned.
357
- */
358
- versioned: boolean;
359
-
360
- /**
361
- * Automerge heads.
362
- */
363
- automergeHeads?: string[];
364
- }
365
-
366
- const unversioned: Version = {
367
- [VersionTypeId]: {},
368
- versioned: false,
369
- };
578
+ export type Version = ApiVersion;
370
579
 
371
- /**
372
- * Checks that `obj` is a version object.
373
- */
374
- export const isVersion = (obj: unknown): obj is Version => {
375
- return obj != null && typeof obj === 'object' && VersionTypeId in obj;
376
- };
580
+ export { isVersion, versionValid, compareVersions, encodeVersion, decodeVersion };
377
581
 
378
582
  /**
379
583
  * Returns the version of the object.
584
+ * Accepts both reactive objects and snapshots.
380
585
  */
381
- export const version = (obj: Any | Relation.Any): Version => {
382
- const version = (obj as any)[EchoSchema.ObjectVersionId];
383
- if (version === undefined) {
384
- return unversioned;
385
- }
386
- return version;
387
- };
388
-
389
- /**
390
- * Checks that `version` is a valid version object.
391
- */
392
- export const versionValid = (version: Version): boolean => {
393
- assertArgument(isVersion(version), 'version', 'Invalid version object');
394
- return !!version.versioned;
395
- };
396
-
397
- export type VersionCompareResult = 'unversioned' | 'equal' | 'different';
398
-
399
- /**
400
- * Compares two versions.
401
- * @param version1
402
- * @param version2
403
- * @returns 'unversioned' if either object is unversioned, 'equal' if the versions are equal, 'different' if the versions are different.
404
- */
405
- export const compareVersions = (version1: Version, version2: Version): VersionCompareResult => {
406
- assertArgument(isVersion(version1), 'version1', 'Invalid version object');
407
- assertArgument(isVersion(version2), 'version2', 'Invalid version object');
408
-
409
- if (!versionValid(version1) || !versionValid(version2)) {
410
- return 'unversioned';
411
- }
412
-
413
- if (version1.automergeHeads?.length !== version2.automergeHeads?.length) {
414
- return 'different';
415
- }
416
- if (version1.automergeHeads?.some((head) => !version2.automergeHeads?.includes(head))) {
417
- return 'different';
418
- }
419
-
420
- return 'equal';
421
- };
422
-
423
- export const encodeVersion = (version: Version): string => {
424
- return JSON.stringify(version);
425
- };
426
-
427
- export const decodeVersion = (version: string): Version => {
428
- const parsed = JSON.parse(version);
429
- parsed[VersionTypeId] = {};
430
- return parsed;
431
- };
586
+ export const version = (entity: Unknown | Snapshot): Version => version$(entity);