@dxos/echo 0.8.4-main.72ec0f3 → 0.8.4-main.74a063c4e0

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 (670) hide show
  1. package/README.md +3 -4
  2. package/dist/lib/neutral/Annotation.mjs +37 -0
  3. package/dist/lib/neutral/Database.mjs +47 -0
  4. package/dist/lib/neutral/Entity.mjs +59 -0
  5. package/dist/lib/neutral/Err.mjs +12 -0
  6. package/dist/lib/neutral/Extension.mjs +18 -0
  7. package/dist/lib/neutral/Feed.mjs +48 -0
  8. package/dist/lib/neutral/Filter.mjs +70 -0
  9. package/dist/lib/neutral/Filter.mjs.map +7 -0
  10. package/dist/lib/neutral/Format.mjs +66 -0
  11. package/dist/lib/neutral/Format.mjs.map +7 -0
  12. package/dist/lib/neutral/JsonSchema.mjs +19 -0
  13. package/dist/lib/neutral/JsonSchema.mjs.map +7 -0
  14. package/dist/lib/neutral/Key.mjs +12 -0
  15. package/dist/lib/neutral/Key.mjs.map +7 -0
  16. package/dist/lib/neutral/Obj.mjs +113 -0
  17. package/dist/lib/neutral/Obj.mjs.map +7 -0
  18. package/dist/lib/neutral/Order.mjs +12 -0
  19. package/dist/lib/neutral/Order.mjs.map +7 -0
  20. package/dist/lib/neutral/Query.mjs +38 -0
  21. package/dist/lib/neutral/Query.mjs.map +7 -0
  22. package/dist/lib/neutral/QueryResult.mjs +2 -0
  23. package/dist/lib/neutral/QueryResult.mjs.map +7 -0
  24. package/dist/lib/neutral/Ref.mjs +24 -0
  25. package/dist/lib/neutral/Ref.mjs.map +7 -0
  26. package/dist/lib/neutral/Relation.mjs +94 -0
  27. package/dist/lib/neutral/Relation.mjs.map +7 -0
  28. package/dist/lib/neutral/SchemaRegistry.mjs +2 -0
  29. package/dist/lib/neutral/SchemaRegistry.mjs.map +7 -0
  30. package/dist/lib/neutral/Tag.mjs +29 -0
  31. package/dist/lib/neutral/Tag.mjs.map +7 -0
  32. package/dist/lib/neutral/Type.mjs +37 -0
  33. package/dist/lib/neutral/Type.mjs.map +7 -0
  34. package/dist/lib/neutral/chunk-2U2BZDLU.mjs +121 -0
  35. package/dist/lib/neutral/chunk-2U2BZDLU.mjs.map +7 -0
  36. package/dist/lib/neutral/chunk-46QNGNTY.mjs +45 -0
  37. package/dist/lib/neutral/chunk-46QNGNTY.mjs.map +7 -0
  38. package/dist/lib/neutral/chunk-66GBFH43.mjs +298 -0
  39. package/dist/lib/neutral/chunk-66GBFH43.mjs.map +7 -0
  40. package/dist/lib/neutral/chunk-6URFBQJH.mjs +361 -0
  41. package/dist/lib/neutral/chunk-6URFBQJH.mjs.map +7 -0
  42. package/dist/lib/neutral/chunk-7QQMUDE6.mjs +159 -0
  43. package/dist/lib/neutral/chunk-7QQMUDE6.mjs.map +7 -0
  44. package/dist/lib/neutral/chunk-ANHVGJI4.mjs +21 -0
  45. package/dist/lib/neutral/chunk-ANHVGJI4.mjs.map +7 -0
  46. package/dist/lib/neutral/chunk-BNCCGLJN.mjs +7 -0
  47. package/dist/lib/neutral/chunk-BNCCGLJN.mjs.map +7 -0
  48. package/dist/lib/neutral/chunk-DQYLD2RB.mjs +402 -0
  49. package/dist/lib/neutral/chunk-DQYLD2RB.mjs.map +7 -0
  50. package/dist/lib/neutral/chunk-E5PBQJWV.mjs +27 -0
  51. package/dist/lib/neutral/chunk-E5PBQJWV.mjs.map +7 -0
  52. package/dist/lib/neutral/chunk-EBVB5NOH.mjs +133 -0
  53. package/dist/lib/neutral/chunk-EBVB5NOH.mjs.map +7 -0
  54. package/dist/lib/neutral/chunk-FNEFSO2C.mjs +787 -0
  55. package/dist/lib/neutral/chunk-FNEFSO2C.mjs.map +7 -0
  56. package/dist/lib/neutral/chunk-GZQTCRJB.mjs +73 -0
  57. package/dist/lib/neutral/chunk-GZQTCRJB.mjs.map +7 -0
  58. package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
  59. package/dist/lib/neutral/chunk-J5LGTIGS.mjs.map +7 -0
  60. package/dist/lib/neutral/chunk-KPY6FC5I.mjs +415 -0
  61. package/dist/lib/neutral/chunk-KPY6FC5I.mjs.map +7 -0
  62. package/dist/lib/neutral/chunk-MYMU4TWK.mjs +299 -0
  63. package/dist/lib/neutral/chunk-MYMU4TWK.mjs.map +7 -0
  64. package/dist/lib/neutral/chunk-MZXWVR3T.mjs +97 -0
  65. package/dist/lib/neutral/chunk-MZXWVR3T.mjs.map +7 -0
  66. package/dist/lib/neutral/chunk-OMUPQMLR.mjs +7 -0
  67. package/dist/lib/neutral/chunk-OMUPQMLR.mjs.map +7 -0
  68. package/dist/lib/neutral/chunk-QWAOTFCY.mjs +396 -0
  69. package/dist/lib/neutral/chunk-QWAOTFCY.mjs.map +7 -0
  70. package/dist/lib/neutral/chunk-R72KFH2X.mjs +34 -0
  71. package/dist/lib/neutral/chunk-R72KFH2X.mjs.map +7 -0
  72. package/dist/lib/neutral/chunk-TBKX6JQO.mjs +67 -0
  73. package/dist/lib/neutral/chunk-TBKX6JQO.mjs.map +7 -0
  74. package/dist/lib/neutral/chunk-UBEZSGXY.mjs +51 -0
  75. package/dist/lib/neutral/chunk-UBEZSGXY.mjs.map +7 -0
  76. package/dist/lib/neutral/chunk-UI6MWK5W.mjs +42 -0
  77. package/dist/lib/neutral/chunk-UI6MWK5W.mjs.map +7 -0
  78. package/dist/lib/neutral/chunk-VCAP4OOT.mjs +120 -0
  79. package/dist/lib/neutral/chunk-VCAP4OOT.mjs.map +7 -0
  80. package/dist/lib/neutral/chunk-WMFVS4KR.mjs +2830 -0
  81. package/dist/lib/neutral/chunk-WMFVS4KR.mjs.map +7 -0
  82. package/dist/lib/neutral/chunk-XZJUNTML.mjs +335 -0
  83. package/dist/lib/neutral/chunk-XZJUNTML.mjs.map +7 -0
  84. package/dist/lib/neutral/chunk-XZM7FERR.mjs +56 -0
  85. package/dist/lib/neutral/chunk-XZM7FERR.mjs.map +7 -0
  86. package/dist/lib/neutral/chunk-YS6Q3XAD.mjs +50 -0
  87. package/dist/lib/neutral/chunk-YS6Q3XAD.mjs.map +7 -0
  88. package/dist/lib/neutral/chunk-ZIXGDU6F.mjs +45 -0
  89. package/dist/lib/neutral/chunk-ZIXGDU6F.mjs.map +7 -0
  90. package/dist/lib/neutral/index.mjs +101 -0
  91. package/dist/lib/neutral/index.mjs.map +7 -0
  92. package/dist/lib/{node-esm → neutral}/internal/index.mjs +290 -152
  93. package/dist/lib/neutral/internal/index.mjs.map +7 -0
  94. package/dist/lib/neutral/meta.json +1 -0
  95. package/dist/lib/neutral/testing/index.mjs +374 -0
  96. package/dist/lib/neutral/testing/index.mjs.map +7 -0
  97. package/dist/types/src/Annotation.d.ts +24 -0
  98. package/dist/types/src/Annotation.d.ts.map +1 -0
  99. package/dist/types/src/Collection.d.ts +16 -0
  100. package/dist/types/src/Collection.d.ts.map +1 -0
  101. package/dist/types/src/Database.d.ts +196 -0
  102. package/dist/types/src/Database.d.ts.map +1 -0
  103. package/dist/types/src/Dataset.d.ts +19 -0
  104. package/dist/types/src/Dataset.d.ts.map +1 -0
  105. package/dist/types/src/Entity.d.ts +168 -0
  106. package/dist/types/src/Entity.d.ts.map +1 -0
  107. package/dist/types/src/Entity.test.d.ts +2 -0
  108. package/dist/types/src/Entity.test.d.ts.map +1 -0
  109. package/dist/types/src/Err.d.ts +107 -0
  110. package/dist/types/src/Err.d.ts.map +1 -0
  111. package/dist/types/src/Extension.d.ts +80 -0
  112. package/dist/types/src/Extension.d.ts.map +1 -0
  113. package/dist/types/src/Extension.test.d.ts +2 -0
  114. package/dist/types/src/Extension.test.d.ts.map +1 -0
  115. package/dist/types/src/Feed.d.ts +171 -0
  116. package/dist/types/src/Feed.d.ts.map +1 -0
  117. package/dist/types/src/Filter.d.ts +136 -0
  118. package/dist/types/src/Filter.d.ts.map +1 -0
  119. package/dist/types/src/Filter.test.d.ts +2 -0
  120. package/dist/types/src/Filter.test.d.ts.map +1 -0
  121. package/dist/types/src/Format.d.ts +4 -0
  122. package/dist/types/src/Format.d.ts.map +1 -0
  123. package/dist/types/src/Hypergraph.d.ts +65 -0
  124. package/dist/types/src/Hypergraph.d.ts.map +1 -0
  125. package/dist/types/src/JsonSchema.d.ts +16 -0
  126. package/dist/types/src/JsonSchema.d.ts.map +1 -0
  127. package/dist/types/src/Key.d.ts +1 -0
  128. package/dist/types/src/Key.d.ts.map +1 -1
  129. package/dist/types/src/Obj.d.ts +432 -104
  130. package/dist/types/src/Obj.d.ts.map +1 -1
  131. package/dist/types/src/Obj.test.d.ts +2 -0
  132. package/dist/types/src/Obj.test.d.ts.map +1 -0
  133. package/dist/types/src/Order.d.ts +16 -0
  134. package/dist/types/src/Order.d.ts.map +1 -0
  135. package/dist/types/src/Query.d.ts +209 -0
  136. package/dist/types/src/Query.d.ts.map +1 -0
  137. package/dist/types/src/Query.test.d.ts +2 -0
  138. package/dist/types/src/Query.test.d.ts.map +1 -0
  139. package/dist/types/src/QueryResult.d.ts +80 -0
  140. package/dist/types/src/QueryResult.d.ts.map +1 -0
  141. package/dist/types/src/Ref.d.ts +61 -11
  142. package/dist/types/src/Ref.d.ts.map +1 -1
  143. package/dist/types/src/Relation.d.ts +287 -21
  144. package/dist/types/src/Relation.d.ts.map +1 -1
  145. package/dist/types/src/Relation.test.d.ts +2 -0
  146. package/dist/types/src/Relation.test.d.ts.map +1 -0
  147. package/dist/types/src/SchemaRegistry.d.ts +84 -0
  148. package/dist/types/src/SchemaRegistry.d.ts.map +1 -0
  149. package/dist/types/src/Tag.d.ts +8 -7
  150. package/dist/types/src/Tag.d.ts.map +1 -1
  151. package/dist/types/src/Type.d.ts +123 -99
  152. package/dist/types/src/Type.d.ts.map +1 -1
  153. package/dist/types/src/Type.test.d.ts +2 -0
  154. package/dist/types/src/Type.test.d.ts.map +1 -0
  155. package/dist/types/src/View.d.ts +68 -0
  156. package/dist/types/src/View.d.ts.map +1 -0
  157. package/dist/types/src/hierarchy.test.d.ts +2 -0
  158. package/dist/types/src/hierarchy.test.d.ts.map +1 -0
  159. package/dist/types/src/index.d.ts +19 -5
  160. package/dist/types/src/index.d.ts.map +1 -1
  161. package/dist/types/src/internal/Annotation/annotations.d.ts +231 -0
  162. package/dist/types/src/internal/Annotation/annotations.d.ts.map +1 -0
  163. package/dist/types/src/internal/Annotation/annotations.test.d.ts.map +1 -0
  164. package/dist/types/src/internal/Annotation/index.d.ts +4 -0
  165. package/dist/types/src/internal/Annotation/index.d.ts.map +1 -0
  166. package/dist/types/src/internal/Annotation/sorting.d.ts +24 -0
  167. package/dist/types/src/internal/Annotation/sorting.d.ts.map +1 -0
  168. package/dist/types/src/internal/Annotation/util.d.ts +39 -0
  169. package/dist/types/src/internal/Annotation/util.d.ts.map +1 -0
  170. package/dist/types/src/internal/Entity/api.d.ts +13 -0
  171. package/dist/types/src/internal/Entity/api.d.ts.map +1 -0
  172. package/dist/types/src/internal/Entity/entity.d.ts +20 -0
  173. package/dist/types/src/internal/Entity/entity.d.ts.map +1 -0
  174. package/dist/types/src/internal/Entity/index.d.ts +8 -0
  175. package/dist/types/src/internal/Entity/index.d.ts.map +1 -0
  176. package/dist/types/src/internal/Entity/model.d.ts +55 -0
  177. package/dist/types/src/internal/Entity/model.d.ts.map +1 -0
  178. package/dist/types/src/internal/Entity/object.d.ts +18 -0
  179. package/dist/types/src/internal/Entity/object.d.ts.map +1 -0
  180. package/dist/types/src/internal/Entity/relation.d.ts +35 -0
  181. package/dist/types/src/internal/Entity/relation.d.ts.map +1 -0
  182. package/dist/types/src/internal/Entity/util.d.ts +2 -0
  183. package/dist/types/src/internal/Entity/util.d.ts.map +1 -0
  184. package/dist/types/src/internal/Entity/version.d.ts +42 -0
  185. package/dist/types/src/internal/Entity/version.d.ts.map +1 -0
  186. package/dist/types/src/internal/Format/date.d.ts.map +1 -0
  187. package/dist/types/src/internal/Format/date.test.d.ts.map +1 -0
  188. package/dist/types/src/internal/{formats → Format}/format.d.ts +4 -2
  189. package/dist/types/src/internal/Format/format.d.ts.map +1 -0
  190. package/dist/types/src/internal/Format/format.test.d.ts.map +1 -0
  191. package/dist/types/src/internal/Format/index.d.ts.map +1 -0
  192. package/dist/types/src/internal/Format/number.d.ts.map +1 -0
  193. package/dist/types/src/internal/Format/object.d.ts.map +1 -0
  194. package/dist/types/src/internal/{formats → Format}/select.d.ts +6 -4
  195. package/dist/types/src/internal/Format/select.d.ts.map +1 -0
  196. package/dist/types/src/internal/{formats → Format}/string.d.ts +4 -0
  197. package/dist/types/src/internal/Format/string.d.ts.map +1 -0
  198. package/dist/types/src/internal/{formats → Format}/types.d.ts +14 -10
  199. package/dist/types/src/internal/Format/types.d.ts.map +1 -0
  200. package/dist/types/src/internal/{json → JsonSchema}/annotations.d.ts +1 -1
  201. package/dist/types/src/internal/JsonSchema/annotations.d.ts.map +1 -0
  202. package/dist/types/src/internal/JsonSchema/effect-schema.test.d.ts.map +1 -0
  203. package/dist/types/src/internal/JsonSchema/index.d.ts +5 -0
  204. package/dist/types/src/internal/JsonSchema/index.d.ts.map +1 -0
  205. package/dist/types/src/internal/JsonSchema/json-schema-normalize.d.ts.map +1 -0
  206. package/dist/types/src/internal/{json-schema → JsonSchema}/json-schema-type.d.ts +131 -30
  207. package/dist/types/src/internal/JsonSchema/json-schema-type.d.ts.map +1 -0
  208. package/dist/types/src/internal/{json → JsonSchema}/json-schema.d.ts +4 -2
  209. package/dist/types/src/internal/JsonSchema/json-schema.d.ts.map +1 -0
  210. package/dist/types/src/internal/JsonSchema/json-schema.test.d.ts.map +1 -0
  211. package/dist/types/src/internal/Obj/clone.d.ts +8 -0
  212. package/dist/types/src/internal/Obj/clone.d.ts.map +1 -0
  213. package/dist/types/src/internal/Obj/common.d.ts.map +1 -0
  214. package/dist/types/src/internal/{object/create.d.ts → Obj/create-object.d.ts} +10 -11
  215. package/dist/types/src/internal/Obj/create-object.d.ts.map +1 -0
  216. package/dist/types/src/internal/Obj/create-object.test.d.ts +2 -0
  217. package/dist/types/src/internal/Obj/create-object.test.d.ts.map +1 -0
  218. package/dist/types/src/internal/Obj/deleted.d.ts +6 -0
  219. package/dist/types/src/internal/Obj/deleted.d.ts.map +1 -0
  220. package/dist/types/src/internal/Obj/ids.d.ts.map +1 -0
  221. package/dist/types/src/internal/Obj/index.d.ts +11 -0
  222. package/dist/types/src/internal/Obj/index.d.ts.map +1 -0
  223. package/dist/types/src/internal/Obj/inspect.d.ts.map +1 -0
  224. package/dist/types/src/internal/Obj/json-serializer.d.ts +44 -0
  225. package/dist/types/src/internal/Obj/json-serializer.d.ts.map +1 -0
  226. package/dist/types/src/internal/Obj/json-serializer.test.d.ts.map +1 -0
  227. package/dist/types/src/internal/Obj/schema-validator.d.ts +2 -0
  228. package/dist/types/src/internal/Obj/schema-validator.d.ts.map +1 -0
  229. package/dist/types/src/internal/Obj/schema-validator.test.d.ts.map +1 -0
  230. package/dist/types/src/internal/Obj/set-value.d.ts +7 -0
  231. package/dist/types/src/internal/Obj/set-value.d.ts.map +1 -0
  232. package/dist/types/src/internal/Obj/set-value.test.d.ts +2 -0
  233. package/dist/types/src/internal/Obj/set-value.test.d.ts.map +1 -0
  234. package/dist/types/src/internal/Obj/snapshot.d.ts +6 -0
  235. package/dist/types/src/internal/Obj/snapshot.d.ts.map +1 -0
  236. package/dist/types/src/internal/Obj/typed-object.d.ts +25 -0
  237. package/dist/types/src/internal/Obj/typed-object.d.ts.map +1 -0
  238. package/dist/types/src/internal/Obj/typed-object.test.d.ts.map +1 -0
  239. package/dist/types/src/internal/Query.d.ts +10 -0
  240. package/dist/types/src/internal/Query.d.ts.map +1 -0
  241. package/dist/types/src/internal/Ref/index.d.ts.map +1 -0
  242. package/dist/types/src/internal/{ref → Ref}/ref-array.d.ts +4 -4
  243. package/dist/types/src/internal/Ref/ref-array.d.ts.map +1 -0
  244. package/dist/types/src/internal/{ref → Ref}/ref.d.ts +44 -19
  245. package/dist/types/src/internal/Ref/ref.d.ts.map +1 -0
  246. package/dist/types/src/internal/Ref/ref.test.d.ts.map +1 -0
  247. package/dist/types/src/internal/Type/compose.d.ts +7 -0
  248. package/dist/types/src/internal/Type/compose.d.ts.map +1 -0
  249. package/dist/types/src/internal/Type/compose.test.d.ts.map +1 -0
  250. package/dist/types/src/internal/{schema → Type}/echo-schema.d.ts +27 -14
  251. package/dist/types/src/internal/Type/echo-schema.d.ts.map +1 -0
  252. package/dist/types/src/internal/Type/index.d.ts +4 -0
  253. package/dist/types/src/internal/Type/index.d.ts.map +1 -0
  254. package/dist/types/src/internal/Type/manipulation.d.ts.map +1 -0
  255. package/dist/types/src/internal/Type/persistent-schema.d.ts +20 -0
  256. package/dist/types/src/internal/Type/persistent-schema.d.ts.map +1 -0
  257. package/dist/types/src/internal/common/api/index.d.ts +11 -0
  258. package/dist/types/src/internal/common/api/index.d.ts.map +1 -0
  259. package/dist/types/src/internal/common/api/meta.d.ts +42 -0
  260. package/dist/types/src/internal/common/api/meta.d.ts.map +1 -0
  261. package/dist/types/src/internal/common/index.d.ts +4 -0
  262. package/dist/types/src/internal/common/index.d.ts.map +1 -0
  263. package/dist/types/src/internal/common/proxy/change-context.d.ts +55 -0
  264. package/dist/types/src/internal/common/proxy/change-context.d.ts.map +1 -0
  265. package/dist/types/src/internal/common/proxy/change.test.d.ts +2 -0
  266. package/dist/types/src/internal/common/proxy/change.test.d.ts.map +1 -0
  267. package/dist/types/src/internal/common/proxy/define-hidden-property.d.ts +5 -0
  268. package/dist/types/src/internal/common/proxy/define-hidden-property.d.ts.map +1 -0
  269. package/dist/types/src/internal/common/proxy/errors.d.ts +19 -0
  270. package/dist/types/src/internal/common/proxy/errors.d.ts.map +1 -0
  271. package/dist/types/src/internal/common/proxy/event-batch.d.ts +10 -0
  272. package/dist/types/src/internal/common/proxy/event-batch.d.ts.map +1 -0
  273. package/dist/types/src/internal/common/proxy/handler.test.d.ts.map +1 -0
  274. package/dist/types/src/internal/common/proxy/index.d.ts +14 -0
  275. package/dist/types/src/internal/common/proxy/index.d.ts.map +1 -0
  276. package/dist/types/src/internal/common/proxy/json-serializer.d.ts +6 -0
  277. package/dist/types/src/internal/common/proxy/json-serializer.d.ts.map +1 -0
  278. package/dist/types/src/internal/common/proxy/make-object.d.ts +14 -0
  279. package/dist/types/src/internal/common/proxy/make-object.d.ts.map +1 -0
  280. package/dist/types/src/internal/common/proxy/ownership.d.ts +57 -0
  281. package/dist/types/src/internal/common/proxy/ownership.d.ts.map +1 -0
  282. package/dist/types/src/internal/common/proxy/proxy-types.d.ts +18 -0
  283. package/dist/types/src/internal/common/proxy/proxy-types.d.ts.map +1 -0
  284. package/dist/types/src/internal/common/proxy/proxy-utils.d.ts +47 -0
  285. package/dist/types/src/internal/common/proxy/proxy-utils.d.ts.map +1 -0
  286. package/dist/types/src/internal/common/proxy/reactive-array.d.ts +8 -0
  287. package/dist/types/src/internal/common/proxy/reactive-array.d.ts.map +1 -0
  288. package/dist/types/src/internal/common/proxy/reactive.d.ts +39 -0
  289. package/dist/types/src/internal/common/proxy/reactive.d.ts.map +1 -0
  290. package/dist/types/src/internal/common/proxy/schema-validator.d.ts.map +1 -0
  291. package/dist/types/src/internal/common/proxy/schema.test.d.ts.map +1 -0
  292. package/dist/types/src/internal/common/proxy/symbols.d.ts +3 -0
  293. package/dist/types/src/internal/common/proxy/symbols.d.ts.map +1 -0
  294. package/dist/types/src/internal/{proxy → common/proxy}/typed-handler.d.ts +16 -12
  295. package/dist/types/src/internal/common/proxy/typed-handler.d.ts.map +1 -0
  296. package/dist/types/src/internal/common/proxy/typed-handler.test.d.ts.map +1 -0
  297. package/dist/types/src/internal/common/proxy/typed-object.test.d.ts.map +1 -0
  298. package/dist/types/src/internal/common/types/base.d.ts +27 -0
  299. package/dist/types/src/internal/common/types/base.d.ts.map +1 -0
  300. package/dist/types/src/internal/common/types/entity.d.ts +37 -0
  301. package/dist/types/src/internal/common/types/entity.d.ts.map +1 -0
  302. package/dist/types/src/internal/common/types/index.d.ts +7 -0
  303. package/dist/types/src/internal/common/types/index.d.ts.map +1 -0
  304. package/dist/types/src/internal/{object → common/types}/meta.d.ts +18 -16
  305. package/dist/types/src/internal/common/types/meta.d.ts.map +1 -0
  306. package/dist/types/src/internal/common/types/model-symbols.d.ts +54 -0
  307. package/dist/types/src/internal/common/types/model-symbols.d.ts.map +1 -0
  308. package/dist/types/src/internal/common/types/typename.d.ts +21 -0
  309. package/dist/types/src/internal/common/types/typename.d.ts.map +1 -0
  310. package/dist/types/src/internal/common/types/version.d.ts +15 -0
  311. package/dist/types/src/internal/common/types/version.d.ts.map +1 -0
  312. package/dist/types/src/internal/index.d.ts +10 -14
  313. package/dist/types/src/internal/index.d.ts.map +1 -1
  314. package/dist/types/src/{test → testing}/api.test.d.ts.map +1 -1
  315. package/dist/types/src/testing/index.d.ts +3 -3
  316. package/dist/types/src/testing/index.d.ts.map +1 -1
  317. package/dist/types/src/testing/test-data.d.ts +18 -0
  318. package/dist/types/src/testing/test-data.d.ts.map +1 -0
  319. package/dist/types/src/testing/test-schema.d.ts +304 -0
  320. package/dist/types/src/testing/test-schema.d.ts.map +1 -0
  321. package/dist/types/src/testing/util.d.ts +21 -0
  322. package/dist/types/src/testing/util.d.ts.map +1 -0
  323. package/dist/types/tsconfig.tsbuildinfo +1 -1
  324. package/package.json +111 -65
  325. package/src/Annotation.ts +48 -0
  326. package/src/Collection.ts +37 -0
  327. package/src/Database.ts +330 -0
  328. package/src/Dataset.ts +26 -0
  329. package/src/Entity.test.ts +22 -0
  330. package/src/Entity.ts +236 -0
  331. package/src/Err.ts +40 -0
  332. package/src/Extension.test.ts +235 -0
  333. package/src/Extension.ts +122 -0
  334. package/src/Feed.ts +283 -0
  335. package/src/Filter.test.ts +90 -0
  336. package/src/Filter.ts +424 -0
  337. package/src/Format.ts +9 -0
  338. package/src/Hypergraph.ts +79 -0
  339. package/src/JsonSchema.ts +26 -0
  340. package/src/Key.ts +3 -0
  341. package/src/Obj.test.ts +539 -0
  342. package/src/Obj.ts +695 -278
  343. package/src/Order.ts +46 -0
  344. package/src/Query.test.ts +698 -0
  345. package/src/Query.ts +547 -0
  346. package/src/QueryResult.ts +106 -0
  347. package/src/Ref.ts +79 -9
  348. package/src/Relation.test.ts +88 -0
  349. package/src/Relation.ts +443 -58
  350. package/src/SchemaRegistry.ts +106 -0
  351. package/src/Tag.ts +7 -5
  352. package/src/Type.test.ts +52 -0
  353. package/src/Type.ts +167 -153
  354. package/src/View.ts +107 -0
  355. package/src/hierarchy.test.ts +33 -0
  356. package/src/index.ts +20 -6
  357. package/src/internal/Annotation/annotations.test.ts +145 -0
  358. package/src/internal/Annotation/annotations.ts +578 -0
  359. package/src/internal/Annotation/index.ts +7 -0
  360. package/src/internal/Annotation/sorting.ts +51 -0
  361. package/src/internal/Annotation/util.ts +85 -0
  362. package/src/internal/Entity/api.ts +30 -0
  363. package/src/internal/Entity/entity.ts +128 -0
  364. package/src/internal/Entity/index.ts +11 -0
  365. package/src/internal/Entity/model.ts +109 -0
  366. package/src/internal/Entity/object.ts +57 -0
  367. package/src/internal/Entity/relation.ts +154 -0
  368. package/src/internal/Entity/util.ts +33 -0
  369. package/src/internal/Entity/version.ts +96 -0
  370. package/src/internal/{formats → Format}/date.test.ts +1 -2
  371. package/src/internal/{formats → Format}/date.ts +5 -5
  372. package/src/internal/{formats → Format}/format.test.ts +6 -7
  373. package/src/internal/{formats → Format}/format.ts +8 -6
  374. package/src/internal/{formats → Format}/number.ts +5 -5
  375. package/src/internal/{formats → Format}/object.ts +4 -4
  376. package/src/internal/{formats → Format}/select.ts +6 -4
  377. package/src/internal/{formats → Format}/string.ts +14 -9
  378. package/src/internal/{formats → Format}/types.ts +54 -43
  379. package/src/internal/{json → JsonSchema}/annotations.ts +3 -3
  380. package/src/internal/{json-schema → JsonSchema}/index.ts +2 -0
  381. package/src/internal/{json-schema → JsonSchema}/json-schema-normalize.ts +4 -2
  382. package/src/internal/{json-schema → JsonSchema}/json-schema-type.ts +36 -36
  383. package/src/internal/{json → JsonSchema}/json-schema.test.ts +106 -95
  384. package/src/internal/{json → JsonSchema}/json-schema.ts +29 -15
  385. package/src/internal/Obj/clone.ts +48 -0
  386. package/src/internal/{object → Obj}/common.ts +3 -4
  387. package/src/internal/{object/create.test.ts → Obj/create-object.test.ts} +32 -36
  388. package/src/internal/{object/create.ts → Obj/create-object.ts} +35 -37
  389. package/src/internal/Obj/deleted.ts +19 -0
  390. package/src/internal/{object → Obj}/ids.ts +1 -1
  391. package/src/internal/Obj/index.ts +14 -0
  392. package/src/internal/{object → Obj}/inspect.ts +5 -7
  393. package/src/internal/Obj/json-serializer.test.ts +120 -0
  394. package/src/internal/{object → Obj}/json-serializer.ts +99 -109
  395. package/src/internal/{object → Obj}/schema-validator.test.ts +3 -7
  396. package/src/internal/Obj/schema-validator.ts +6 -0
  397. package/src/internal/Obj/set-value.test.ts +281 -0
  398. package/src/internal/Obj/set-value.ts +165 -0
  399. package/src/internal/Obj/snapshot.ts +105 -0
  400. package/src/internal/{object → Obj}/typed-object.test.ts +12 -12
  401. package/src/internal/Obj/typed-object.ts +30 -0
  402. package/src/internal/Query.ts +132 -0
  403. package/src/internal/{ref → Ref}/ref-array.ts +4 -5
  404. package/src/internal/{ref → Ref}/ref.test.ts +11 -11
  405. package/src/internal/{ref → Ref}/ref.ts +108 -57
  406. package/src/internal/{projection → Type}/compose.test.ts +8 -10
  407. package/src/internal/{projection → Type}/compose.ts +14 -9
  408. package/src/internal/{schema → Type}/echo-schema.ts +74 -34
  409. package/src/internal/Type/index.ts +7 -0
  410. package/src/internal/{schema → Type}/manipulation.ts +1 -1
  411. package/src/internal/Type/persistent-schema.ts +33 -0
  412. package/src/internal/common/README.md +102 -0
  413. package/src/internal/common/api/index.ts +15 -0
  414. package/src/internal/common/api/meta.ts +88 -0
  415. package/src/internal/{testing → common}/index.ts +2 -1
  416. package/src/internal/common/proxy/change-context.ts +138 -0
  417. package/src/internal/common/proxy/change.test.ts +519 -0
  418. package/src/internal/common/proxy/define-hidden-property.ts +14 -0
  419. package/src/internal/common/proxy/errors.ts +42 -0
  420. package/src/internal/common/proxy/event-batch.ts +44 -0
  421. package/src/internal/common/proxy/handler.test.ts +121 -0
  422. package/src/internal/common/proxy/index.ts +17 -0
  423. package/src/internal/common/proxy/json-serializer.ts +90 -0
  424. package/src/internal/common/proxy/make-object.ts +105 -0
  425. package/src/internal/common/proxy/ownership.ts +252 -0
  426. package/src/internal/common/proxy/proxy-types.ts +23 -0
  427. package/src/internal/common/proxy/proxy-utils.ts +150 -0
  428. package/src/internal/common/proxy/reactive-array.ts +71 -0
  429. package/src/internal/common/proxy/reactive.ts +68 -0
  430. package/src/internal/{object → common/proxy}/schema-validator.ts +6 -3
  431. package/src/internal/{proxy → common/proxy}/schema.test.ts +31 -22
  432. package/src/internal/common/proxy/symbols.ts +7 -0
  433. package/src/internal/common/proxy/typed-handler.test.ts +313 -0
  434. package/src/internal/common/proxy/typed-handler.ts +447 -0
  435. package/src/internal/common/proxy/typed-object.test.ts +115 -0
  436. package/src/internal/common/types/base.ts +43 -0
  437. package/src/internal/common/types/entity.ts +54 -0
  438. package/src/internal/common/types/index.ts +10 -0
  439. package/src/internal/common/types/meta.ts +67 -0
  440. package/src/internal/common/types/model-symbols.ts +69 -0
  441. package/src/internal/common/types/typename.ts +55 -0
  442. package/src/internal/common/types/version.ts +19 -0
  443. package/src/internal/index.ts +12 -17
  444. package/src/testing/api.test.ts +125 -0
  445. package/src/testing/index.ts +3 -3
  446. package/src/testing/test-data.ts +129 -0
  447. package/src/testing/test-schema.ts +240 -0
  448. package/src/testing/util.ts +85 -0
  449. package/dist/lib/browser/chunk-BIDAASFK.mjs +0 -3727
  450. package/dist/lib/browser/chunk-BIDAASFK.mjs.map +0 -7
  451. package/dist/lib/browser/chunk-ZDLCWGEW.mjs +0 -410
  452. package/dist/lib/browser/chunk-ZDLCWGEW.mjs.map +0 -7
  453. package/dist/lib/browser/chunk-ZFRJKT4A.mjs +0 -585
  454. package/dist/lib/browser/chunk-ZFRJKT4A.mjs.map +0 -7
  455. package/dist/lib/browser/index.mjs +0 -35
  456. package/dist/lib/browser/internal/index.mjs +0 -336
  457. package/dist/lib/browser/meta.json +0 -1
  458. package/dist/lib/browser/query/index.mjs +0 -13
  459. package/dist/lib/browser/testing/index.mjs +0 -267
  460. package/dist/lib/browser/testing/index.mjs.map +0 -7
  461. package/dist/lib/node-esm/chunk-3SVRRCUU.mjs +0 -3727
  462. package/dist/lib/node-esm/chunk-3SVRRCUU.mjs.map +0 -7
  463. package/dist/lib/node-esm/chunk-CGDHRZWH.mjs +0 -585
  464. package/dist/lib/node-esm/chunk-CGDHRZWH.mjs.map +0 -7
  465. package/dist/lib/node-esm/chunk-HWS6VBQC.mjs +0 -410
  466. package/dist/lib/node-esm/chunk-HWS6VBQC.mjs.map +0 -7
  467. package/dist/lib/node-esm/index.mjs +0 -35
  468. package/dist/lib/node-esm/meta.json +0 -1
  469. package/dist/lib/node-esm/query/index.mjs +0 -13
  470. package/dist/lib/node-esm/testing/index.mjs +0 -267
  471. package/dist/lib/node-esm/testing/index.mjs.map +0 -7
  472. package/dist/types/src/errors.d.ts +0 -68
  473. package/dist/types/src/errors.d.ts.map +0 -1
  474. package/dist/types/src/internal/ast/annotation-helper.d.ts +0 -8
  475. package/dist/types/src/internal/ast/annotation-helper.d.ts.map +0 -1
  476. package/dist/types/src/internal/ast/annotations.d.ts +0 -131
  477. package/dist/types/src/internal/ast/annotations.d.ts.map +0 -1
  478. package/dist/types/src/internal/ast/annotations.test.d.ts.map +0 -1
  479. package/dist/types/src/internal/ast/entity-kind.d.ts +0 -10
  480. package/dist/types/src/internal/ast/entity-kind.d.ts.map +0 -1
  481. package/dist/types/src/internal/ast/index.d.ts +0 -5
  482. package/dist/types/src/internal/ast/index.d.ts.map +0 -1
  483. package/dist/types/src/internal/ast/types.d.ts +0 -6
  484. package/dist/types/src/internal/ast/types.d.ts.map +0 -1
  485. package/dist/types/src/internal/formats/date.d.ts.map +0 -1
  486. package/dist/types/src/internal/formats/date.test.d.ts.map +0 -1
  487. package/dist/types/src/internal/formats/format.d.ts.map +0 -1
  488. package/dist/types/src/internal/formats/format.test.d.ts.map +0 -1
  489. package/dist/types/src/internal/formats/index.d.ts.map +0 -1
  490. package/dist/types/src/internal/formats/number.d.ts.map +0 -1
  491. package/dist/types/src/internal/formats/object.d.ts.map +0 -1
  492. package/dist/types/src/internal/formats/select.d.ts.map +0 -1
  493. package/dist/types/src/internal/formats/string.d.ts.map +0 -1
  494. package/dist/types/src/internal/formats/types.d.ts.map +0 -1
  495. package/dist/types/src/internal/json/annotations.d.ts.map +0 -1
  496. package/dist/types/src/internal/json/effect-schema.test.d.ts.map +0 -1
  497. package/dist/types/src/internal/json/index.d.ts +0 -2
  498. package/dist/types/src/internal/json/index.d.ts.map +0 -1
  499. package/dist/types/src/internal/json/json-schema.d.ts.map +0 -1
  500. package/dist/types/src/internal/json/json-schema.test.d.ts.map +0 -1
  501. package/dist/types/src/internal/json-schema/index.d.ts +0 -3
  502. package/dist/types/src/internal/json-schema/index.d.ts.map +0 -1
  503. package/dist/types/src/internal/json-schema/json-schema-normalize.d.ts.map +0 -1
  504. package/dist/types/src/internal/json-schema/json-schema-type.d.ts.map +0 -1
  505. package/dist/types/src/internal/object/accessors.d.ts +0 -37
  506. package/dist/types/src/internal/object/accessors.d.ts.map +0 -1
  507. package/dist/types/src/internal/object/common.d.ts.map +0 -1
  508. package/dist/types/src/internal/object/create.d.ts.map +0 -1
  509. package/dist/types/src/internal/object/create.test.d.ts +0 -2
  510. package/dist/types/src/internal/object/create.test.d.ts.map +0 -1
  511. package/dist/types/src/internal/object/deleted.d.ts +0 -6
  512. package/dist/types/src/internal/object/deleted.d.ts.map +0 -1
  513. package/dist/types/src/internal/object/entity.d.ts +0 -33
  514. package/dist/types/src/internal/object/entity.d.ts.map +0 -1
  515. package/dist/types/src/internal/object/expando.d.ts +0 -14
  516. package/dist/types/src/internal/object/expando.d.ts.map +0 -1
  517. package/dist/types/src/internal/object/ids.d.ts.map +0 -1
  518. package/dist/types/src/internal/object/index.d.ts +0 -16
  519. package/dist/types/src/internal/object/index.d.ts.map +0 -1
  520. package/dist/types/src/internal/object/inspect.d.ts.map +0 -1
  521. package/dist/types/src/internal/object/json-serializer.d.ts +0 -32
  522. package/dist/types/src/internal/object/json-serializer.d.ts.map +0 -1
  523. package/dist/types/src/internal/object/json-serializer.test.d.ts.map +0 -1
  524. package/dist/types/src/internal/object/meta.d.ts.map +0 -1
  525. package/dist/types/src/internal/object/model.d.ts +0 -117
  526. package/dist/types/src/internal/object/model.d.ts.map +0 -1
  527. package/dist/types/src/internal/object/relation.d.ts +0 -17
  528. package/dist/types/src/internal/object/relation.d.ts.map +0 -1
  529. package/dist/types/src/internal/object/schema-validator.d.ts.map +0 -1
  530. package/dist/types/src/internal/object/schema-validator.test.d.ts.map +0 -1
  531. package/dist/types/src/internal/object/typed-object.d.ts +0 -31
  532. package/dist/types/src/internal/object/typed-object.d.ts.map +0 -1
  533. package/dist/types/src/internal/object/typed-object.test.d.ts.map +0 -1
  534. package/dist/types/src/internal/object/typename.d.ts +0 -15
  535. package/dist/types/src/internal/object/typename.d.ts.map +0 -1
  536. package/dist/types/src/internal/object/version.d.ts +0 -14
  537. package/dist/types/src/internal/object/version.d.ts.map +0 -1
  538. package/dist/types/src/internal/projection/compose.d.ts +0 -6
  539. package/dist/types/src/internal/projection/compose.d.ts.map +0 -1
  540. package/dist/types/src/internal/projection/compose.test.d.ts.map +0 -1
  541. package/dist/types/src/internal/projection/index.d.ts +0 -2
  542. package/dist/types/src/internal/projection/index.d.ts.map +0 -1
  543. package/dist/types/src/internal/proxy/handler.test.d.ts.map +0 -1
  544. package/dist/types/src/internal/proxy/reactive-object.d.ts +0 -15
  545. package/dist/types/src/internal/proxy/reactive-object.d.ts.map +0 -1
  546. package/dist/types/src/internal/proxy/schema.test.d.ts.map +0 -1
  547. package/dist/types/src/internal/proxy/typed-handler.d.ts.map +0 -1
  548. package/dist/types/src/internal/proxy/typed-handler.test.d.ts.map +0 -1
  549. package/dist/types/src/internal/proxy/typed-object.test.d.ts.map +0 -1
  550. package/dist/types/src/internal/query/index.d.ts +0 -2
  551. package/dist/types/src/internal/query/index.d.ts.map +0 -1
  552. package/dist/types/src/internal/query/query.d.ts +0 -17
  553. package/dist/types/src/internal/query/query.d.ts.map +0 -1
  554. package/dist/types/src/internal/ref/index.d.ts.map +0 -1
  555. package/dist/types/src/internal/ref/ref-array.d.ts.map +0 -1
  556. package/dist/types/src/internal/ref/ref.d.ts.map +0 -1
  557. package/dist/types/src/internal/ref/ref.test.d.ts.map +0 -1
  558. package/dist/types/src/internal/schema/echo-schema.d.ts.map +0 -1
  559. package/dist/types/src/internal/schema/index.d.ts +0 -7
  560. package/dist/types/src/internal/schema/index.d.ts.map +0 -1
  561. package/dist/types/src/internal/schema/manipulation.d.ts.map +0 -1
  562. package/dist/types/src/internal/schema/runtime-schema-registry.d.ts +0 -18
  563. package/dist/types/src/internal/schema/runtime-schema-registry.d.ts.map +0 -1
  564. package/dist/types/src/internal/schema/snapshot.d.ts +0 -6
  565. package/dist/types/src/internal/schema/snapshot.d.ts.map +0 -1
  566. package/dist/types/src/internal/schema/stored-schema.d.ts +0 -13
  567. package/dist/types/src/internal/schema/stored-schema.d.ts.map +0 -1
  568. package/dist/types/src/internal/testing/index.d.ts +0 -3
  569. package/dist/types/src/internal/testing/index.d.ts.map +0 -1
  570. package/dist/types/src/internal/testing/types.d.ts +0 -381
  571. package/dist/types/src/internal/testing/types.d.ts.map +0 -1
  572. package/dist/types/src/internal/testing/utils.d.ts +0 -10
  573. package/dist/types/src/internal/testing/utils.d.ts.map +0 -1
  574. package/dist/types/src/internal/types/index.d.ts +0 -3
  575. package/dist/types/src/internal/types/index.d.ts.map +0 -1
  576. package/dist/types/src/internal/types/types.d.ts +0 -79
  577. package/dist/types/src/internal/types/types.d.ts.map +0 -1
  578. package/dist/types/src/internal/types/types.test.d.ts +0 -2
  579. package/dist/types/src/internal/types/types.test.d.ts.map +0 -1
  580. package/dist/types/src/internal/types/util.d.ts +0 -5
  581. package/dist/types/src/internal/types/util.d.ts.map +0 -1
  582. package/dist/types/src/query/index.d.ts +0 -2
  583. package/dist/types/src/query/index.d.ts.map +0 -1
  584. package/dist/types/src/query/query.d.ts +0 -248
  585. package/dist/types/src/query/query.d.ts.map +0 -1
  586. package/dist/types/src/query/query.test.d.ts +0 -2
  587. package/dist/types/src/query/query.test.d.ts.map +0 -1
  588. package/dist/types/src/testing/echo-schema.d.ts +0 -7
  589. package/dist/types/src/testing/echo-schema.d.ts.map +0 -1
  590. package/dist/types/src/testing/types.d.ts +0 -228
  591. package/dist/types/src/testing/types.d.ts.map +0 -1
  592. package/src/errors.ts +0 -18
  593. package/src/internal/ast/annotation-helper.ts +0 -22
  594. package/src/internal/ast/annotations.test.ts +0 -98
  595. package/src/internal/ast/annotations.ts +0 -226
  596. package/src/internal/ast/entity-kind.ts +0 -15
  597. package/src/internal/ast/index.ts +0 -8
  598. package/src/internal/ast/types.ts +0 -17
  599. package/src/internal/json/index.ts +0 -5
  600. package/src/internal/object/accessors.ts +0 -153
  601. package/src/internal/object/deleted.ts +0 -19
  602. package/src/internal/object/entity.ts +0 -248
  603. package/src/internal/object/expando.ts +0 -21
  604. package/src/internal/object/index.ts +0 -19
  605. package/src/internal/object/json-serializer.test.ts +0 -99
  606. package/src/internal/object/meta.ts +0 -61
  607. package/src/internal/object/model.ts +0 -170
  608. package/src/internal/object/relation.ts +0 -24
  609. package/src/internal/object/typed-object.ts +0 -88
  610. package/src/internal/object/typename.ts +0 -61
  611. package/src/internal/object/version.ts +0 -22
  612. package/src/internal/projection/index.ts +0 -5
  613. package/src/internal/proxy/handler.test.ts +0 -163
  614. package/src/internal/proxy/reactive-object.ts +0 -108
  615. package/src/internal/proxy/typed-handler.test.ts +0 -102
  616. package/src/internal/proxy/typed-handler.ts +0 -228
  617. package/src/internal/proxy/typed-object.test.ts +0 -100
  618. package/src/internal/query/index.ts +0 -5
  619. package/src/internal/query/query.ts +0 -23
  620. package/src/internal/schema/index.ts +0 -10
  621. package/src/internal/schema/runtime-schema-registry.ts +0 -78
  622. package/src/internal/schema/snapshot.ts +0 -25
  623. package/src/internal/schema/stored-schema.ts +0 -26
  624. package/src/internal/testing/types.ts +0 -144
  625. package/src/internal/testing/utils.ts +0 -54
  626. package/src/internal/types/index.ts +0 -6
  627. package/src/internal/types/types.test.ts +0 -48
  628. package/src/internal/types/types.ts +0 -176
  629. package/src/internal/types/util.ts +0 -9
  630. package/src/query/index.ts +0 -6
  631. package/src/query/query.test.ts +0 -401
  632. package/src/query/query.ts +0 -789
  633. package/src/test/api.test.ts +0 -180
  634. package/src/testing/echo-schema.ts +0 -39
  635. package/src/testing/types.ts +0 -108
  636. /package/dist/lib/{browser/index.mjs.map → neutral/Annotation.mjs.map} +0 -0
  637. /package/dist/lib/{browser/internal/index.mjs.map → neutral/Database.mjs.map} +0 -0
  638. /package/dist/lib/{browser/query/index.mjs.map → neutral/Entity.mjs.map} +0 -0
  639. /package/dist/lib/{node-esm/index.mjs.map → neutral/Err.mjs.map} +0 -0
  640. /package/dist/lib/{node-esm/internal/index.mjs.map → neutral/Extension.mjs.map} +0 -0
  641. /package/dist/lib/{node-esm/query/index.mjs.map → neutral/Feed.mjs.map} +0 -0
  642. /package/dist/types/src/internal/{ast → Annotation}/annotations.test.d.ts +0 -0
  643. /package/dist/types/src/internal/{formats → Format}/date.d.ts +0 -0
  644. /package/dist/types/src/internal/{formats → Format}/date.test.d.ts +0 -0
  645. /package/dist/types/src/internal/{formats → Format}/format.test.d.ts +0 -0
  646. /package/dist/types/src/internal/{formats → Format}/index.d.ts +0 -0
  647. /package/dist/types/src/internal/{formats → Format}/number.d.ts +0 -0
  648. /package/dist/types/src/internal/{formats → Format}/object.d.ts +0 -0
  649. /package/dist/types/src/internal/{json → JsonSchema}/effect-schema.test.d.ts +0 -0
  650. /package/dist/types/src/internal/{json-schema → JsonSchema}/json-schema-normalize.d.ts +0 -0
  651. /package/dist/types/src/internal/{json → JsonSchema}/json-schema.test.d.ts +0 -0
  652. /package/dist/types/src/internal/{object → Obj}/common.d.ts +0 -0
  653. /package/dist/types/src/internal/{object → Obj}/ids.d.ts +0 -0
  654. /package/dist/types/src/internal/{object → Obj}/inspect.d.ts +0 -0
  655. /package/dist/types/src/internal/{object → Obj}/json-serializer.test.d.ts +0 -0
  656. /package/dist/types/src/internal/{object → Obj}/schema-validator.test.d.ts +0 -0
  657. /package/dist/types/src/internal/{object → Obj}/typed-object.test.d.ts +0 -0
  658. /package/dist/types/src/internal/{ref → Ref}/index.d.ts +0 -0
  659. /package/dist/types/src/internal/{ref → Ref}/ref.test.d.ts +0 -0
  660. /package/dist/types/src/internal/{projection → Type}/compose.test.d.ts +0 -0
  661. /package/dist/types/src/internal/{schema → Type}/manipulation.d.ts +0 -0
  662. /package/dist/types/src/internal/{proxy → common/proxy}/handler.test.d.ts +0 -0
  663. /package/dist/types/src/internal/{object → common/proxy}/schema-validator.d.ts +0 -0
  664. /package/dist/types/src/internal/{proxy → common/proxy}/schema.test.d.ts +0 -0
  665. /package/dist/types/src/internal/{proxy → common/proxy}/typed-handler.test.d.ts +0 -0
  666. /package/dist/types/src/internal/{proxy → common/proxy}/typed-object.test.d.ts +0 -0
  667. /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
  668. /package/src/internal/{formats → Format}/index.ts +0 -0
  669. /package/src/internal/{json → JsonSchema}/effect-schema.test.ts +0 -0
  670. /package/src/internal/{ref → Ref}/index.ts +0 -0
package/src/Obj.ts CHANGED
@@ -2,67 +2,145 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
+ // @import-as-namespace
6
+
7
+ import * as Effect from 'effect/Effect';
8
+ import * as Equal from 'effect/Equal';
5
9
  import * as Function from 'effect/Function';
10
+ import * as Option from 'effect/Option';
6
11
  import * as Schema from 'effect/Schema';
12
+ import * as Utils from 'effect/Utils';
7
13
 
8
- import { assertArgument, invariant } from '@dxos/invariant';
9
- import { type DXN } from '@dxos/keys';
10
- import * as LiveObject from '@dxos/live-object';
14
+ import type { ForeignKey } from '@dxos/echo-protocol';
15
+ import { createJsonPath } from '@dxos/effect';
16
+ import { assertArgument } from '@dxos/invariant';
17
+ import { type DXN, ObjectId } from '@dxos/keys';
11
18
  import { assumeType, deepMapValues } from '@dxos/util';
12
19
 
13
- import { live } from './internal';
14
- import * as EchoSchema from './internal';
15
- import type * as Ref from './Ref';
16
- import type * as Relation from './Relation';
17
- import * as Type from './Type';
20
+ import type * as Database from './Database';
21
+ import * as Entity from './Entity';
22
+ import * as Err from './Err';
23
+ import * as internal from './internal';
24
+ import { getProxyTarget, isProxy } from './internal/common/proxy/proxy-utils';
25
+ import * as objInternal from './internal/Obj';
26
+ import * as Ref from './Ref';
27
+ import type * as Type from './Type';
18
28
 
19
29
  /**
20
- * NOTE: Don't export: Obj.Any and Obj.Obj form the public API.
30
+ * Base type for all ECHO objects.
21
31
  */
22
- interface BaseObj extends EchoSchema.HasId, Type.OfKind<EchoSchema.EntityKind.Object> {}
32
+ interface BaseObj extends internal.AnyEntity, Entity.OfKind<typeof Entity.Kind.Object> {}
23
33
 
24
34
  /**
25
35
  * Object type with specific properties.
26
36
  */
27
- export type Obj<Props> = BaseObj & Props;
37
+ export type OfShape<Props> = BaseObj & Props;
28
38
 
29
39
  /**
30
- * Base type for all ECHO objects.
31
- * This type does not define any properties.
40
+ * Object with no known properties beyond id and kind.
41
+ * Use this when the object's schema/properties are not known.
42
+ * For objects with arbitrary properties, use `Obj.AnyProps`.
43
+ *
44
+ * NOTE: This is a TypeScript type only, not a schema.
45
+ * To validate that a value is an ECHO object, use `Schema.is(Type.Obj)`.
46
+ */
47
+ export interface Unknown extends BaseObj {}
48
+
49
+ /**
50
+ * Runtime Effect schema for any ECHO object.
51
+ * Use for validation, parsing, or as a reference target for collections.
52
+ *
53
+ * NOTE: `Schema.is(Type.Obj)` does STRUCTURAL validation only (checks for `id` field).
54
+ * Use `Obj.isObject()` for proper ECHO instance type guards that check the KindId brand.
55
+ *
56
+ * @example
57
+ * ```ts
58
+ * // Structural type guard (accepts any object with id field)
59
+ * if (Schema.is(Type.Obj)(unknownValue)) { ... }
60
+ *
61
+ * // ECHO instance type guard (checks KindId brand)
62
+ * if (Obj.isObject(unknownValue)) { ... }
63
+ *
64
+ * // Reference to any object type
65
+ * const Collection = Schema.Struct({
66
+ * objects: Schema.Array(Ref.Ref(Obj.Unknown)),
67
+ * }).pipe(Type.object({ typename: 'Collection', version: '0.1.0' }));
68
+ * ```
32
69
  */
33
- export interface Any extends BaseObj {}
70
+ // TODO(wittjosiah): Investigate if Schema.filter can validate KindId on ECHO instances.
71
+ // Effect Schema normalizes proxy objects to plain objects before calling filter predicates.
72
+ // Possible approaches: custom Schema.declare, AST manipulation, or upstream contribution.
73
+ export const Unknown: Type.Obj<Unknown> = Schema.Struct({
74
+ id: Schema.String,
75
+ }).pipe(
76
+ Schema.extend(Schema.Record({ key: Schema.String, value: Schema.Unknown })),
77
+ // TODO(dmaretskyi): Clean this up.
78
+ // NOTE: The EchoObjectSchema annotation is required for Ref.Ref(Obj.Unknown) to work.
79
+ // The typename/version only satisfy ECHO schema machinery for reference targets.
80
+ internal.EchoObjectSchema({ typename: internal.ANY_OBJECT_TYPENAME, version: internal.ANY_OBJECT_VERSION }),
81
+ (schema) =>
82
+ Object.assign(schema, {
83
+ [internal.SchemaKindId]: (schema as any)[internal.SchemaKindId],
84
+ }) as unknown as Type.Obj<Unknown>,
85
+ );
34
86
 
35
87
  /**
36
88
  * Object with arbitrary properties.
37
89
  *
38
- * NOTE: Due to how typescript works, this type is not assignable to a specific schema type.
90
+ * NOTE: Due to how TypeScript works, this type is not assignable to a specific schema type.
39
91
  * In that case, use `Obj.instanceOf` to check if an object is of a specific type.
92
+ *
93
+ * Prefer using `Obj.Unknown` when you don't need to access arbitrary properties.
40
94
  */
41
- export interface AnyProps extends BaseObj {
42
- [key: string]: any;
95
+ export interface Any extends BaseObj, internal.AnyProperties {}
96
+
97
+ /**
98
+ * Base type for snapshot objects (has SnapshotKindId instead of KindId).
99
+ */
100
+ interface BaseSnapshot extends internal.AnyEntity {
101
+ readonly [Entity.SnapshotKindId]: typeof Entity.Kind.Object;
102
+ readonly id: ObjectId;
43
103
  }
44
104
 
45
- export const Any = Schema.Struct({}).pipe(
46
- Type.Obj({
47
- typename: 'dxos.org/types/Any',
48
- version: '0.1.0',
49
- }),
50
- );
105
+ /**
106
+ * Immutable snapshot of an ECHO object.
107
+ * Branded with SnapshotKindId (not KindId).
108
+ * Property values are frozen at the time the snapshot was created.
109
+ * Returned by getSnapshot() and hooks like useObject().
110
+ *
111
+ * Snapshots are structurally identical to reactive objects but have a different brand,
112
+ * making them distinguishable at the TypeScript level. Neither is assignable to the other.
113
+ */
114
+ export type Snapshot<T extends Unknown = Unknown> = Omit<T, Entity.KindId> & BaseSnapshot;
51
115
 
52
- type Props<T = any> = { id?: EchoSchema.ObjectId } & Type.Properties<T>;
116
+ /**
117
+ * JSON-encoded properties for objects.
118
+ */
119
+ export interface BaseObjJson {
120
+ id: string;
121
+ }
53
122
 
54
- export type MakeProps<T extends Type.Obj.Any> = NoInfer<Props<Schema.Schema.Type<T>>> & {
55
- [Meta]?: Partial<EchoSchema.ObjectMeta>;
123
+ const defaultMeta: internal.ObjectMeta = {
124
+ keys: [],
56
125
  };
57
126
 
58
- export const Meta: unique symbol = EchoSchema.MetaId as any;
127
+ type MakePropsInternal<T extends Unknown> = {
128
+ id?: ObjectId;
129
+ [Meta]?: Partial<internal.ObjectMeta>;
130
+ } & Entity.Properties<T>;
59
131
 
60
- const DEFAULT_META: EchoSchema.ObjectMeta = {
61
- keys: [],
62
- };
132
+ // TODO(burdon): Should we allow the caller to set the id?
133
+ /**
134
+ * Props type for object creation with a given schema.
135
+ */
136
+ export type MakeProps<S extends Schema.Schema.AnyNoContext> = {
137
+ id?: ObjectId;
138
+ [Meta]?: Partial<internal.ObjectMeta>;
139
+ [Parent]?: Unknown;
140
+ } & MakePropsInternal<Schema.Schema.Type<S>>;
63
141
 
64
142
  /**
65
- * Creates new object.
143
+ * Creates a new echo object of the given schema.
66
144
  * @param schema - Object schema.
67
145
  * @param props - Object properties.
68
146
  * @param meta - Object metadata (deprecated) -- pass with Obj.Meta.
@@ -73,41 +151,265 @@ const DEFAULT_META: EchoSchema.ObjectMeta = {
73
151
  * ```ts
74
152
  * const obj = Obj.make(Person, { [Obj.Meta]: { keys: [...] }, name: 'John' });
75
153
  * ```
154
+ *
155
+ * Note: Only accepts object schemas, not relation schemas. Use `Relation.make` for relations.
76
156
  */
77
- export const make = <S extends Type.Obj.Any>(
157
+ export const make = <S extends Type.AnyObj>(
78
158
  schema: S,
79
- props: MakeProps<S>,
80
- meta?: Partial<EchoSchema.ObjectMeta>,
81
- ): LiveObject.Live<Schema.Schema.Type<S>> => {
159
+ props: NoInfer<MakeProps<S>>,
160
+ ): OfShape<Schema.Schema.Type<S>> => {
82
161
  assertArgument(
83
- EchoSchema.getTypeAnnotation(schema)?.kind === EchoSchema.EntityKind.Object,
162
+ internal.getTypeAnnotation(schema)?.kind === Entity.Kind.Object,
84
163
  'schema',
85
164
  'Expected an object schema',
86
165
  );
87
166
 
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];
167
+ let meta: internal.ObjectMeta | undefined = undefined;
168
+
169
+ // Set default fields on meta on creation.
170
+ if (props[internal.MetaId] != null) {
171
+ meta = { ...structuredClone(defaultMeta), ...props[internal.MetaId] };
172
+ delete props[internal.MetaId];
173
+ }
174
+
175
+ // Filter undefined values (Object.entries only returns string-keyed properties).
176
+ const filterUndefined: any = Object.fromEntries(Object.entries(props).filter(([_, v]) => v !== undefined));
177
+
178
+ // Copy symbol properties (like ParentId) that Object.entries doesn't include.
179
+ for (const sym of Object.getOwnPropertySymbols(props)) {
180
+ const value = (props as any)[sym];
181
+ if (value !== undefined) {
182
+ filterUndefined[sym] = value;
183
+ }
92
184
  }
93
185
 
94
- const filterUndefined = Object.fromEntries(Object.entries(props).filter(([_, v]) => v !== undefined));
186
+ return internal.makeObject<Schema.Schema.Type<S>>(schema, filterUndefined as any, {
187
+ ...defaultMeta,
188
+ ...meta,
189
+ });
190
+ };
191
+
192
+ /**
193
+ * Determine if object is an ECHO object.
194
+ */
195
+ export const isObject = (obj: unknown): obj is Unknown => {
196
+ assumeType<internal.InternalObjectProps>(obj);
197
+ return typeof obj === 'object' && obj !== null && obj[Entity.KindId] === Entity.Kind.Object;
198
+ };
199
+
200
+ export const isSnapshot = (obj: unknown): obj is Snapshot => {
201
+ assumeType<internal.InternalObjectProps>(obj);
202
+ return typeof obj === 'object' && obj !== null && (obj as any)[Entity.SnapshotKindId] === Entity.Kind.Object;
203
+ };
204
+
205
+ /**
206
+ * Subscribe to object updates.
207
+ * The callback is called synchronously when the object is modified.
208
+ * Only accepts reactive objects (not snapshots).
209
+ * @returns Unsubscribe function.
210
+ */
211
+ export const subscribe = (obj: Unknown, callback: () => void): (() => void) => {
212
+ return internal.subscribe(obj, callback);
213
+ };
214
+
215
+ //
216
+ // Snapshot
217
+ //
218
+
219
+ /**
220
+ * Returns an immutable snapshot of an object.
221
+ * The snapshot is branded with SnapshotKindId instead of KindId,
222
+ * making it distinguishable from the reactive object at the type level.
223
+ */
224
+ export const getSnapshot: <T extends Unknown>(obj: T) => Snapshot<T> = objInternal.getSnapshot as any;
225
+
226
+ /**
227
+ * Returns the reactive version of an object from the database, given its snapshot.
228
+ * Inverse of `Obj.getSnapshot`.
229
+ *
230
+ * Uses `Obj.getDatabase` internally to get the database from the snapshot,
231
+ * then resolves the reactive object by ID.
232
+ *
233
+ * @param snapshot - A snapshot of the object (from `Obj.getSnapshot`).
234
+ * @returns Effect that succeeds with the reactive object, or fails with `GetReactiveError`.
235
+ * @example
236
+ * ```ts
237
+ * const snapshot = Obj.getSnapshot(obj);
238
+ * const reactive = Obj.getReactive(snapshot).pipe(
239
+ * Effect.runSync
240
+ * );
241
+ * ```
242
+ */
243
+ export const getReactive = <T extends Unknown>(snapshot: Snapshot<T>): Effect.Effect<T, Err.GetReactiveError> =>
244
+ Effect.gen(function* () {
245
+ const db = internal.getDatabase(snapshot);
246
+ if (!db) {
247
+ return yield* Effect.fail(new Err.GetReactiveError({ reason: 'no-database', snapshotId: snapshot.id }));
248
+ }
249
+ const obj = db.getObjectById(snapshot.id);
250
+ if (!obj) {
251
+ return yield* Effect.fail(new Err.GetReactiveError({ reason: 'object-not-found', snapshotId: snapshot.id }));
252
+ }
253
+ return obj as T;
254
+ });
255
+
256
+ /**
257
+ * Like `Obj.getReactive` but returns `Option.none()` instead of failing when the object
258
+ * cannot be resolved (no database, object not found).
259
+ *
260
+ * @param snapshot - A snapshot of the object (from `Obj.getSnapshot`).
261
+ * @returns Effect that succeeds with `Option.some(reactive)` or `Option.none()`.
262
+ */
263
+ export const getReactiveOption = <T extends Unknown>(snapshot: Snapshot<T>): Effect.Effect<Option.Option<T>, never> =>
264
+ getReactive(snapshot).pipe(
265
+ Effect.map(Option.some),
266
+ Effect.catchAll(() => Effect.succeed(Option.none())),
267
+ );
268
+
269
+ /**
270
+ * Synchronous version of `Obj.getReactive`. Returns the reactive object or throws
271
+ * `GetReactiveError` when the object cannot be resolved (no database, object not found).
272
+ *
273
+ * @param snapshot - A snapshot of the object (from `Obj.getSnapshot`).
274
+ * @returns The reactive object.
275
+ * @throws {Err.GetReactiveError} When the object cannot be resolved.
276
+ */
277
+ export const getReactiveOrThrow = <T extends Unknown>(snapshot: Snapshot<T>): T =>
278
+ Effect.runSync(getReactive(snapshot));
279
+
280
+ export type CloneOptions = {
281
+ /**
282
+ * Retain the original object's ID.
283
+ * @default false
284
+ */
285
+ retainId?: boolean;
286
+
287
+ /**
288
+ * Recursively clone referenced objects.
289
+ * @default false
290
+ */
291
+ deep?: boolean;
292
+ };
293
+
294
+ /**
295
+ * Clones an object or relation.
296
+ * This does not clone referenced objects, only the properties in the object.
297
+ * @returns A new object with the same schema and properties.
298
+ */
299
+ export const clone: <T extends Unknown>(obj: T, opts?: CloneOptions) => T = objInternal.clone;
300
+
301
+ //
302
+ // Change
303
+ //
304
+
305
+ /**
306
+ * Makes all properties mutable recursively.
307
+ * Used to provide a mutable view of an object within `Obj.change`.
308
+ */
309
+ export type Mutable<T> = internal.Mutable<T>;
95
310
 
96
- return live<Schema.Schema.Type<S>>(schema, filterUndefined as any, { keys: [], ...meta });
311
+ /**
312
+ * Perform mutations on an echo object within a controlled context.
313
+ *
314
+ * All mutations within the callback are batched and trigger a single notification
315
+ * when the callback completes. Direct mutations outside of `Obj.change` will throw
316
+ * an error for echo objects.
317
+ *
318
+ * This function also works with nested objects within echo objects (e.g., Template structs)
319
+ * that are reactive at runtime.
320
+ *
321
+ * @param obj - The echo object to mutate. Use `Relation.change` for relations.
322
+ * @param callback - The callback that performs mutations on the object.
323
+ *
324
+ * @example
325
+ * ```ts
326
+ * const person = Obj.make(Person, { name: 'John', age: 25 });
327
+ *
328
+ * // Mutate within Obj.change
329
+ * Obj.change(person, (obj) => {
330
+ * obj.name = 'Jane';
331
+ * obj.age = 30;
332
+ * });
333
+ * // ONE notification fires here
334
+ *
335
+ * // Direct mutation throws
336
+ * person.name = 'Bob'; // Error: Cannot modify outside Obj.change()
337
+ * ```
338
+ *
339
+ * Note: Only accepts objects. Use `Relation.change` for relations.
340
+ */
341
+ export const change = <T extends Unknown>(obj: T, callback: internal.ChangeCallback<T>): void => {
342
+ internal.change(obj, callback);
97
343
  };
98
344
 
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;
345
+ /**
346
+ * Get a deeply nested property from an object.
347
+ *
348
+ * Similar to lodash.get and getDeep from @dxos/util.
349
+ * This is the complementary function to setValue.
350
+ * Accepts both reactive objects and snapshots.
351
+ *
352
+ * @param obj - The ECHO object to get the property from.
353
+ * @param path - Path to the property (array of keys).
354
+ * @returns The value at the path, or undefined if not found.
355
+ *
356
+ * @example
357
+ * ```ts
358
+ * const person = Obj.make(Person, {
359
+ * name: 'John',
360
+ * addresses: [{ street: '123 Main St' }]
361
+ * });
362
+ *
363
+ * Obj.getValue(person, ['addresses', 0, 'street']); // '123 Main St'
364
+ * Obj.getValue(person, ['addresses', 1, 'street']); // undefined
365
+ * ```
366
+ */
367
+ export const getValue = (obj: Unknown | Snapshot, path: readonly (string | number)[]): any => {
368
+ return internal.getValue(obj, createJsonPath(path));
102
369
  };
103
370
 
371
+ /**
372
+ * Set a deeply nested property on an object, using the object's schema to determine
373
+ * whether to initialize nested data as an empty object or array.
374
+ *
375
+ * Similar to lodash.set and setDeep from @dxos/util, but schema-aware.
376
+ * Must be called within an `Obj.change` callback.
377
+ *
378
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
379
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
380
+ *
381
+ * @param obj - The mutable ECHO object to set the property on.
382
+ * @param path - Path to the property (array of keys).
383
+ * @param value - Value to set.
384
+ * @returns The value that was set.
385
+ *
386
+ * @example
387
+ * ```ts
388
+ * const person = Obj.make(Person, { name: 'John' });
389
+ * // Person schema has: addresses: Schema.Array(Address)
390
+ * Obj.change(person, (obj) => {
391
+ * Obj.setValue(obj, ['addresses', 0, 'street'], '123 Main St');
392
+ * });
393
+ * // Creates: person.addresses = [{ street: '123 Main St' }]
394
+ * ```
395
+ */
396
+ // TODO(wittjosiah): Compute possible path values + type value based on generic object type.
397
+ export const setValue: (obj: Mutable<Unknown>, path: readonly (string | number)[], value: any) => void =
398
+ objInternal.setValue as any;
399
+
400
+ //
401
+ // Type
402
+ //
403
+
404
+ // TODO(burdon): To discuss: prefer over ObjectId or Key.ObjectId or Type.ID?
405
+ export const ID = ObjectId;
406
+ export type ID = ObjectId;
407
+
104
408
  /**
105
409
  * Test if object or relation is an instance of a schema.
106
410
  * @example
107
411
  * ```ts
108
412
  * const john = Obj.make(Person, { name: 'John' });
109
- * const johnIsPerson = Obj.instanceOf(Person)(john);
110
- *
111
413
  * const isPerson = Obj.instanceOf(Person);
112
414
  * if (isPerson(john)) {
113
415
  * // john is Person
@@ -115,317 +417,432 @@ export const isObject = (obj: unknown): obj is Any => {
115
417
  * ```
116
418
  */
117
419
  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
- ) => {
420
+ <S extends Type.AnyEntity>(schema: S): (value: unknown) => value is Schema.Schema.Type<S>;
421
+ <S extends Type.AnyEntity>(schema: S, value: unknown): value is Schema.Schema.Type<S>;
422
+ } = ((...args: [schema: Type.AnyEntity, value: unknown] | [schema: Type.AnyEntity]) => {
123
423
  if (args.length === 1) {
124
- return (obj: unknown) => EchoSchema.isInstanceOf(args[0], obj);
424
+ return (entity: unknown) => internal.isInstanceOf(args[0], entity);
125
425
  }
126
426
 
127
- return EchoSchema.isInstanceOf(args[0], args[1]);
427
+ return internal.isInstanceOf(args[0], args[1]);
128
428
  }) as any;
129
429
 
130
- export const getSchema = EchoSchema.getSchema;
430
+ /**
431
+ * Test if a snapshot is an instance of a schema.
432
+ * Mirrors `instanceOf` but only accepts values branded with SnapshotKindId.
433
+ * Use when the value is known to be a snapshot (e.g. from `getSnapshot` or `useObject`).
434
+ *
435
+ * @example
436
+ * ```ts
437
+ * const snapshot = Obj.getSnapshot(person);
438
+ * if (Obj.snapshotOf(Person, snapshot)) {
439
+ * // snapshot is Obj.Snapshot<Person>
440
+ * }
441
+ * ```
442
+ */
443
+ export const snapshotOf: {
444
+ <S extends Type.AnyEntity>(schema: S): (value: unknown) => value is Snapshot<Schema.Schema.Type<S>>;
445
+ <S extends Type.AnyEntity>(schema: S, value: unknown): value is Snapshot<Schema.Schema.Type<S>>;
446
+ } = ((...args: [schema: Type.AnyEntity, value: unknown] | [schema: Type.AnyEntity]) => {
447
+ const check = (entity: unknown) =>
448
+ entity != null &&
449
+ typeof entity === 'object' &&
450
+ Entity.SnapshotKindId in entity &&
451
+ internal.isInstanceOf(args[0], entity);
452
+
453
+ if (args.length === 1) {
454
+ return (entity: unknown) => check(entity);
455
+ }
456
+
457
+ return check(args[1]);
458
+ }) as any;
131
459
 
132
460
  // 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;
461
+ /**
462
+ * Get the DXN of the object.
463
+ * Accepts both reactive objects and snapshots.
464
+ */
465
+ export const getDXN = (entity: Unknown | Snapshot): DXN => {
466
+ assertArgument(!Schema.isSchema(entity), 'obj', 'Object should not be a schema.');
467
+ return internal.getDXN(entity);
138
468
  };
139
469
 
140
470
  /**
141
471
  * @returns The DXN of the object's type.
142
- * @example dxn:example.com/type/Person:1.0.0
472
+ * @example dxn:com.example.type.person:1.0.0
143
473
  */
144
- // TODO(burdon): Expando does not have a type.
145
- export const getTypeDXN = EchoSchema.getType;
474
+ // TODO(wittjosiah): Narrow types.
475
+ export const getTypeDXN: (obj: unknown | undefined) => DXN | undefined = internal.getTypeDXN as any;
476
+
477
+ /**
478
+ * Get the schema of the object.
479
+ * Returns the branded ECHO schema used to create the object.
480
+ */
481
+ // TODO(wittjosiah): Narrow types.
482
+ export const getSchema: (obj: unknown | undefined) => Type.AnyEntity | undefined = internal.getSchema as any;
146
483
 
147
484
  /**
148
485
  * @returns The typename of the object's type.
149
- * @example `example.com/type/Person`
486
+ * Accepts both reactive objects and snapshots.
487
+ * @example `com.example.type.person`
150
488
  */
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
- }
489
+ export const getTypename = (entity: Unknown | Snapshot): string | undefined => internal.getTypename(entity);
157
490
 
158
- return EchoSchema.getSchemaTypename(schema);
159
- };
491
+ //
492
+ // Database
493
+ //
494
+
495
+ /**
496
+ * Get the database the object belongs to.
497
+ * Accepts both reactive objects and snapshots.
498
+ */
499
+ export const getDatabase = (entity: Entity.Unknown | Entity.Snapshot): Database.Database | undefined =>
500
+ internal.getDatabase(entity);
501
+
502
+ //
503
+ // Meta
504
+ //
505
+
506
+ /**
507
+ * Property that accesses metadata for an entity.
508
+ *
509
+ * Alias for `Entity.Meta`.
510
+ */
511
+ export const Meta = internal.MetaId;
512
+
513
+ /**
514
+ * Deeply read-only version of ObjectMeta.
515
+ * Prevents mutation at all nesting levels (e.g., `meta.keys.push()` is a TypeScript error).
516
+ */
517
+ export type ReadonlyMeta = internal.ReadonlyMeta;
518
+
519
+ /**
520
+ * Mutable meta type returned by `Obj.getMeta` inside an `Obj.change` callback.
521
+ */
522
+ export type Meta = internal.Meta;
160
523
 
524
+ // TODO(burdon): Narrow type.
161
525
  // 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
- };
526
+ /**
527
+ * Get the metadata for an object.
528
+ * Returns mutable meta when passed a mutable object (inside `Obj.change` callback).
529
+ * Returns read-only meta when passed a regular object or snapshot.
530
+ *
531
+ * @example
532
+ * ```ts
533
+ * // Read-only access outside change callback
534
+ * const meta = Obj.getMeta(person); // ReadonlyMeta
535
+ *
536
+ * // Mutable access inside change callback
537
+ * Obj.change(person, (obj) => {
538
+ * const meta = Obj.getMeta(obj); // ObjectMeta (mutable)
539
+ * meta.tags ??= [];
540
+ * meta.tags.push('important');
541
+ * });
542
+ * ```
543
+ */
544
+ // TODO(wittjosiah): When passed a Snapshot, should return a snapshot of meta, not the live meta proxy.
545
+ export function getMeta(entity: Mutable<Unknown>): Meta;
546
+ export function getMeta(entity: Unknown | Snapshot): ReadonlyMeta;
547
+ export function getMeta(entity: Unknown | Snapshot | Mutable<Unknown>): Meta | ReadonlyMeta {
548
+ return internal.getMetaChecked(entity);
549
+ }
167
550
 
168
551
  /**
169
552
  * @returns Foreign keys for the object from the specified source.
553
+ * Accepts both reactive objects and snapshots.
170
554
  */
171
555
  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
- });
556
+ (entity: Unknown | Snapshot, source: string): ForeignKey[];
557
+ (source: string): (entity: Unknown | Snapshot) => ForeignKey[];
558
+ } = Function.dual(2, (entity: Unknown | Snapshot, source?: string): ForeignKey[] => internal.getKeys(entity, source!));
179
559
 
180
560
  /**
181
561
  * 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
- };
562
+ * Must be called within an `Obj.change` callback.
563
+ *
564
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
565
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
566
+ */
567
+ export const deleteKeys = (entity: Mutable<Unknown>, source: string): void => internal.deleteKeys(entity, source);
568
+
569
+ /**
570
+ * Add a tag to the object.
571
+ * Must be called within an `Obj.change` callback.
572
+ *
573
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
574
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
575
+ */
576
+ export const addTag = (entity: Mutable<Unknown>, tag: string): void => internal.addTag(entity, tag);
577
+
578
+ /**
579
+ * Remove a tag from the object.
580
+ * Must be called within an `Obj.change` callback.
581
+ *
582
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
583
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
584
+ */
585
+ export const removeTag = (entity: Mutable<Unknown>, tag: string): void => internal.removeTag(entity, tag);
194
586
 
587
+ /**
588
+ * Check if the object is deleted.
589
+ * Accepts both reactive objects and snapshots.
590
+ */
195
591
  // 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
- };
592
+ export const isDeleted = (entity: Unknown | Snapshot): boolean => objInternal.isDeleted(entity);
201
593
 
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
- };
594
+ //
595
+ // Annotations
596
+ //
208
597
 
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
- };
598
+ /**
599
+ * Get the label of the object.
600
+ * Accepts both reactive objects and snapshots.
601
+ */
602
+ export const getLabel = (entity: Unknown | Snapshot): string | undefined => internal.getLabel(entity);
215
603
 
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
- };
604
+ /**
605
+ * Set the label of the object.
606
+ * Must be called within an `Obj.change` callback.
607
+ *
608
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
609
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
610
+ */
611
+ export const setLabel = (entity: Mutable<Unknown>, label: string): void => internal.setLabel(entity, label);
222
612
 
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
- }
613
+ /**
614
+ * Get the description of the object.
615
+ * Accepts both reactive objects and snapshots.
616
+ */
617
+ export const getDescription = (entity: Unknown | Snapshot): string | undefined => internal.getDescription(entity);
618
+
619
+ /**
620
+ * Set the description of the object.
621
+ * Must be called within an `Obj.change` callback.
622
+ *
623
+ * NOTE: TypeScript's structural typing allows readonly objects to be passed to `Mutable<T>`
624
+ * parameters, so there is no compile-time error. Enforcement is runtime-only.
625
+ */
626
+ export const setDescription = (entity: Mutable<Unknown>, description: string): void =>
627
+ internal.setDescription(entity, description);
628
+
629
+ /**
630
+ * Symbol to set parent when creating objects with `Obj.make`.
631
+ * @example
632
+ * ```ts
633
+ * Obj.make(TestSchema.Person, {
634
+ * [Obj.Parent]: parentObject,
635
+ * name: 'John',
636
+ * })
637
+ * ```
638
+ */
639
+ export const Parent: unique symbol = internal.ParentId as any;
640
+
641
+ /**
642
+ * Get the parent of an object.
643
+ * The parent is always loaded together with the object.
644
+ * Only objects are allowed to have a parent
645
+ * @returns The parent object, or undefined if the object has no parent.
646
+ */
647
+ export const getParent = (entity: Unknown | Snapshot): Unknown | undefined => {
648
+ assertArgument(isObject(entity), 'Expected an object');
649
+ assumeType<internal.InternalObjectProps>(entity);
650
+ return entity[internal.ParentId] as Unknown | undefined;
228
651
  };
229
652
 
230
- export const addTag = (obj: Any | Relation.Any, tag: string) => {
231
- const meta = getMeta(obj);
232
- meta.tags ??= [];
233
- meta.tags.push(tag);
653
+ /**
654
+ * Sets the parent of an object.
655
+ * If a parent (or any transitive parent) is deleted, the object will be deleted.
656
+ * Only objects are allowed to have a parent.
657
+ */
658
+ export const setParent = (entity: Unknown, parent: Any | undefined) => {
659
+ assertArgument(isObject(entity), 'Expected an object');
660
+ assertArgument(parent === undefined || isObject(parent), 'Expected an object');
661
+ assumeType<internal.InternalObjectProps>(entity);
662
+ assumeType<internal.InternalObjectProps | undefined>(parent);
663
+ entity[internal.ParentId] = parent;
234
664
  };
235
665
 
236
- export const removeTag = (obj: Any | Relation.Any, tag: string) => {
237
- const meta = getMeta(obj);
238
- if (!meta.tags) {
239
- return;
666
+ interface UpdateFromOptions<T> {
667
+ exclude?: (keyof T)[];
668
+ include?: (keyof T)[];
669
+ }
670
+
671
+ const valuesEqual = (left: unknown, right: unknown): boolean => {
672
+ if (left === right) {
673
+ return true;
674
+ }
675
+ if (left === null || right === null) {
676
+ return left === right;
677
+ }
678
+ if (typeof left !== 'object' || typeof right !== 'object') {
679
+ return Utils.structuralRegion(() => Equal.equals(left, right));
240
680
  }
241
- for (let i = 0; i < meta.tags.length; i++) {
242
- if (meta.tags[i] === tag) {
243
- meta.tags.splice(i, 1);
244
- i--;
681
+ if (Ref.isRef(left) && Ref.isRef(right)) {
682
+ return left.dxn.toString() === right.dxn.toString();
683
+ }
684
+ if (Ref.isRef(left) || Ref.isRef(right)) {
685
+ return false;
686
+ }
687
+ if (Array.isArray(left) && Array.isArray(right)) {
688
+ if (left.length !== right.length) {
689
+ return false;
690
+ }
691
+ for (let index = 0; index < left.length; index++) {
692
+ if (!valuesEqual(left[index], right[index])) {
693
+ return false;
694
+ }
245
695
  }
696
+ return true;
246
697
  }
247
- };
248
-
249
- const compare = (a?: string, b?: string) => {
250
- if (a == null) {
251
- return b == null ? 0 : 1;
698
+ if (Array.isArray(left) || Array.isArray(right)) {
699
+ return false;
252
700
  }
253
-
254
- if (b == null) {
255
- return -1;
701
+ const leftRecord = left as Record<string, unknown>;
702
+ const rightRecord = right as Record<string, unknown>;
703
+ const keys = new Set([
704
+ ...Object.keys(leftRecord).filter((key) => key !== 'id'),
705
+ ...Object.keys(rightRecord).filter((key) => key !== 'id'),
706
+ ]);
707
+ for (const key of keys) {
708
+ const leftHas = Object.hasOwn(leftRecord, key);
709
+ const rightHas = Object.hasOwn(rightRecord, key);
710
+ const leftValue = leftHas ? leftRecord[key] : undefined;
711
+ const rightValue = rightHas ? rightRecord[key] : undefined;
712
+ if (!valuesEqual(leftValue, rightValue)) {
713
+ return false;
714
+ }
256
715
  }
257
-
258
- return a.localeCompare(b);
716
+ return true;
259
717
  };
260
718
 
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
- }
719
+ /**
720
+ * Breaks reactive proxies on assigned values so echo-db assignment accepts nested structs (same idea as link assignment).
721
+ */
722
+ const prepareAssignValue = (value: unknown): unknown =>
723
+ deepMapValues(value, (nested, recurse) => {
724
+ if (nested === null || typeof nested !== 'object') {
725
+ return nested;
726
+ }
727
+ if (Ref.isRef(nested)) {
728
+ return nested;
272
729
  }
730
+ if (Array.isArray(nested)) {
731
+ return recurse(nested);
732
+ }
733
+ if (isProxy(nested)) {
734
+ return recurse({ ...getProxyTarget(nested) });
735
+ }
736
+ return recurse(nested);
737
+ });
273
738
 
274
- return 0;
275
- };
739
+ /**
740
+ * For each key present on `source` (except `id`), assigns `target[key]` when the current value differs.
741
+ * References are compared by target DXN; other values use Effect `Equal.equals` inside a structural region,
742
+ * with recursive comparison for arrays and plain object-shaped property bags (excluding `id`).
743
+ *
744
+ * Must be called within an `Obj.change` callback.
745
+ *
746
+ * @returns Whether any property was updated.
747
+ */
748
+ export const updateFrom = <T extends Unknown>(
749
+ target: Mutable<T>,
750
+ source: T,
751
+ options?: UpdateFromOptions<T>,
752
+ ): boolean => {
753
+ assertArgument(isObject(target), 'Expected an echo object target.');
754
+ assertArgument(isObject(source), 'Expected an echo object source.');
755
+ let keys = Object.keys(source as Record<string, unknown>).filter((key) => key !== 'id');
756
+ if (options?.include !== undefined) {
757
+ const include = new Set(options.include.map((key) => String(key)));
758
+ keys = keys.filter((key) => include.has(key));
759
+ }
760
+ if (options?.exclude !== undefined) {
761
+ const exclude = new Set(options.exclude.map((key) => String(key)));
762
+ keys = keys.filter((key) => !exclude.has(key));
763
+ }
764
+ let updated = false;
765
+ const sourceRecord = source as Record<string, unknown>;
766
+ const targetRecord = target as Record<string, unknown>;
767
+ for (const key of keys) {
768
+ if (!Object.hasOwn(sourceRecord, key)) {
769
+ continue;
770
+ }
771
+ const nextValue = sourceRecord[key];
772
+ const prevValue = Object.hasOwn(targetRecord, key) ? targetRecord[key] : undefined;
773
+ if (valuesEqual(prevValue, nextValue)) {
774
+ continue;
775
+ }
776
+ targetRecord[key] = prepareAssignValue(nextValue) as never;
777
+ updated = true;
778
+ }
779
+ return updated;
276
780
  };
277
781
 
782
+ //
783
+ // JSON
784
+ //
785
+
278
786
  /**
279
787
  * JSON representation of an object.
280
788
  */
281
- export type JSON = EchoSchema.ObjectJSON;
789
+ export type JSON = internal.ObjectJSON;
282
790
 
283
791
  /**
284
792
  * Converts object to its JSON representation.
793
+ * Accepts both reactive objects and snapshots.
285
794
  *
286
795
  * The same algorithm is used when calling the standard `JSON.stringify(obj)` function.
287
796
  */
288
- // TODO(burdon): Base util type for Obj/Relation?
289
- export const toJSON = (obj: Any | Relation.Any): JSON => EchoSchema.objectToJSON(obj);
797
+ export const toJSON = (entity: Unknown | Snapshot): JSON => objInternal.objectToJSON(entity);
290
798
 
291
799
  /**
292
800
  * Creates an object from its json representation, performing schema validation.
293
801
  * References and schemas will be resolvable if the `refResolver` is provided.
294
802
  *
295
- * The function need to be async to support resolving the schema as well as the relation endpoints.
803
+ * The function must be async to support resolving the schema as well as the relation endpoints.
296
804
  *
297
805
  * @param options.refResolver - Resolver for references. Produces hydrated references that can be resolved.
298
806
  * @param options.dxn - Override object DXN. Changes the result of `Obj.getDXN`.
807
+ * @param options.database - Database to associate with the object.
299
808
  */
300
- export const fromJSON: (json: unknown, options?: { refResolver?: Ref.Resolver; dxn?: DXN }) => Promise<Any> =
301
- EchoSchema.objectFromJSON as any;
809
+ export const fromJSON: (
810
+ json: unknown,
811
+ options?: { refResolver?: Ref.Resolver; dxn?: DXN; database?: Database.Database },
812
+ ) => Promise<Unknown> = objInternal.objectFromJSON as any;
302
813
 
303
814
  /**
304
- * Returns an immutable snapshot of an object.
815
+ * Comparator function type for sorting objects.
816
+ * Accepts both reactive objects and snapshots.
305
817
  */
306
- export const getSnapshot: <T extends Any>(obj: Obj<T>) => T = LiveObject.getSnapshot;
818
+ export type Comparator = internal.Comparator<Unknown | Snapshot>;
307
819
 
308
- export type CloneOptions = {
309
- /**
310
- * Retain the original object's ID.
311
- * @default false
312
- */
313
- retainId?: boolean;
314
- };
820
+ export const sortByLabel: Comparator = internal.sortByLabel as Comparator;
821
+ export const sortByTypename: Comparator = internal.sortByTypename as Comparator;
822
+ export const sort = (...comparators: Comparator[]): Comparator => internal.sort(...comparators) as Comparator;
315
823
 
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
- };
824
+ //
825
+ // Version
826
+ //
343
827
 
344
- export const VersionTypeId = EchoSchema.VersionTypeId;
345
- export type VersionType = typeof VersionTypeId;
828
+ export const VersionTypeId = internal.VersionTypeId;
829
+ export type VersionCompareResult = internal.VersionCompareResult;
346
830
 
347
831
  /**
348
832
  * Represent object version.
349
833
  * May be backed by Automerge.
350
834
  * Objects with no history are not versioned.
351
835
  */
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
- };
836
+ export type Version = internal.EntityVersion;
370
837
 
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
- };
838
+ export const isVersion = internal.isVersion;
839
+ export const versionValid = internal.versionValid;
840
+ export const compareVersions = internal.compareVersions;
841
+ export const encodeVersion = internal.encodeVersion;
842
+ export const decodeVersion = internal.decodeVersion;
377
843
 
378
844
  /**
379
845
  * Returns the version of the object.
846
+ * Accepts both reactive objects and snapshots.
380
847
  */
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
- };
848
+ export const version = (entity: Unknown | Snapshot): Version => internal.version(entity);