@dxos/echo 0.8.4-main.72ec0f3 → 0.8.4-main.7ace549

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 (332) hide show
  1. package/dist/lib/browser/{chunk-BIDAASFK.mjs → chunk-7GH6RXJ3.mjs} +2246 -2290
  2. package/dist/lib/browser/chunk-7GH6RXJ3.mjs.map +7 -0
  3. package/dist/lib/browser/chunk-E4UTVJNF.mjs +1111 -0
  4. package/dist/lib/browser/chunk-E4UTVJNF.mjs.map +7 -0
  5. package/dist/lib/browser/index.mjs +18 -8
  6. package/dist/lib/browser/internal/index.mjs +45 -45
  7. package/dist/lib/browser/meta.json +1 -1
  8. package/dist/lib/browser/testing/index.mjs +252 -191
  9. package/dist/lib/browser/testing/index.mjs.map +4 -4
  10. package/dist/lib/node-esm/chunk-JE5RXM2I.mjs +1111 -0
  11. package/dist/lib/node-esm/chunk-JE5RXM2I.mjs.map +7 -0
  12. package/dist/lib/node-esm/{chunk-3SVRRCUU.mjs → chunk-M4B6BMD2.mjs} +2246 -2290
  13. package/dist/lib/node-esm/chunk-M4B6BMD2.mjs.map +7 -0
  14. package/dist/lib/node-esm/index.mjs +18 -8
  15. package/dist/lib/node-esm/internal/index.mjs +45 -45
  16. package/dist/lib/node-esm/meta.json +1 -1
  17. package/dist/lib/node-esm/testing/index.mjs +252 -191
  18. package/dist/lib/node-esm/testing/index.mjs.map +4 -4
  19. package/dist/types/src/Annotation.d.ts +2 -0
  20. package/dist/types/src/Annotation.d.ts.map +1 -0
  21. package/dist/types/src/Database.d.ts +137 -0
  22. package/dist/types/src/Database.d.ts.map +1 -0
  23. package/dist/types/src/Entity.d.ts +36 -0
  24. package/dist/types/src/Entity.d.ts.map +1 -0
  25. package/dist/types/src/Format.d.ts +4 -0
  26. package/dist/types/src/Format.d.ts.map +1 -0
  27. package/dist/types/src/JsonSchema.d.ts +9 -0
  28. package/dist/types/src/JsonSchema.d.ts.map +1 -0
  29. package/dist/types/src/Key.d.ts +1 -0
  30. package/dist/types/src/Key.d.ts.map +1 -1
  31. package/dist/types/src/Obj.d.ts +79 -70
  32. package/dist/types/src/Obj.d.ts.map +1 -1
  33. package/dist/types/src/Ref.d.ts +10 -10
  34. package/dist/types/src/Ref.d.ts.map +1 -1
  35. package/dist/types/src/Relation.d.ts +14 -11
  36. package/dist/types/src/Relation.d.ts.map +1 -1
  37. package/dist/types/src/Tag.d.ts +1 -1
  38. package/dist/types/src/Tag.d.ts.map +1 -1
  39. package/dist/types/src/Type.d.ts +39 -49
  40. package/dist/types/src/Type.d.ts.map +1 -1
  41. package/dist/types/src/index.d.ts +6 -3
  42. package/dist/types/src/index.d.ts.map +1 -1
  43. package/dist/types/src/internal/annotations/annotations.d.ts +174 -0
  44. package/dist/types/src/internal/annotations/annotations.d.ts.map +1 -0
  45. package/dist/types/src/internal/annotations/annotations.test.d.ts.map +1 -0
  46. package/dist/types/src/internal/annotations/index.d.ts +3 -0
  47. package/dist/types/src/internal/annotations/index.d.ts.map +1 -0
  48. package/dist/types/src/internal/annotations/util.d.ts +26 -0
  49. package/dist/types/src/internal/annotations/util.d.ts.map +1 -0
  50. package/dist/types/src/internal/entities/entity.d.ts +10 -0
  51. package/dist/types/src/internal/entities/entity.d.ts.map +1 -0
  52. package/dist/types/src/internal/{object → entities}/expando.d.ts +3 -1
  53. package/dist/types/src/internal/entities/expando.d.ts.map +1 -0
  54. package/dist/types/src/internal/entities/index.d.ts +6 -0
  55. package/dist/types/src/internal/entities/index.d.ts.map +1 -0
  56. package/dist/types/src/internal/entities/model.d.ts +70 -0
  57. package/dist/types/src/internal/entities/model.d.ts.map +1 -0
  58. package/dist/types/src/internal/entities/object.d.ts +11 -0
  59. package/dist/types/src/internal/entities/object.d.ts.map +1 -0
  60. package/dist/types/src/internal/entities/relation.d.ts +55 -0
  61. package/dist/types/src/internal/entities/relation.d.ts.map +1 -0
  62. package/dist/types/src/internal/entities/util.d.ts +2 -0
  63. package/dist/types/src/internal/entities/util.d.ts.map +1 -0
  64. package/dist/types/src/internal/formats/format.d.ts +2 -0
  65. package/dist/types/src/internal/formats/format.d.ts.map +1 -1
  66. package/dist/types/src/internal/formats/types.d.ts +7 -7
  67. package/dist/types/src/internal/formats/types.d.ts.map +1 -1
  68. package/dist/types/src/internal/index.d.ts +6 -10
  69. package/dist/types/src/internal/index.d.ts.map +1 -1
  70. package/dist/types/src/internal/json-schema/annotations.d.ts.map +1 -0
  71. package/dist/types/src/internal/json-schema/effect-schema.test.d.ts.map +1 -0
  72. package/dist/types/src/internal/json-schema/index.d.ts +2 -0
  73. package/dist/types/src/internal/json-schema/index.d.ts.map +1 -1
  74. package/dist/types/src/internal/json-schema/json-schema-type.d.ts.map +1 -1
  75. package/dist/types/src/internal/{json → json-schema}/json-schema.d.ts +2 -1
  76. package/dist/types/src/internal/json-schema/json-schema.d.ts.map +1 -0
  77. package/dist/types/src/internal/json-schema/json-schema.test.d.ts.map +1 -0
  78. package/dist/types/src/internal/object/common.d.ts.map +1 -1
  79. package/dist/types/src/internal/object/{create.d.ts → create-object.d.ts} +8 -9
  80. package/dist/types/src/internal/object/create-object.d.ts.map +1 -0
  81. package/dist/types/src/internal/object/create-object.test.d.ts +2 -0
  82. package/dist/types/src/internal/object/create-object.test.d.ts.map +1 -0
  83. package/dist/types/src/internal/object/deleted.d.ts +2 -2
  84. package/dist/types/src/internal/object/deleted.d.ts.map +1 -1
  85. package/dist/types/src/internal/object/ids.d.ts.map +1 -1
  86. package/dist/types/src/internal/object/index.d.ts +3 -11
  87. package/dist/types/src/internal/object/index.d.ts.map +1 -1
  88. package/dist/types/src/internal/object/json-serializer.d.ts +1 -2
  89. package/dist/types/src/internal/object/json-serializer.d.ts.map +1 -1
  90. package/dist/types/src/internal/object/schema-validator.d.ts.map +1 -1
  91. package/dist/types/src/internal/object/typed-object.d.ts +1 -1
  92. package/dist/types/src/internal/object/typed-object.d.ts.map +1 -1
  93. package/dist/types/src/internal/proxy/index.d.ts +3 -0
  94. package/dist/types/src/internal/proxy/index.d.ts.map +1 -0
  95. package/dist/types/src/internal/proxy/make-object.d.ts +16 -0
  96. package/dist/types/src/internal/proxy/make-object.d.ts.map +1 -0
  97. package/dist/types/src/internal/proxy/typed-handler.d.ts +1 -1
  98. package/dist/types/src/internal/proxy/typed-handler.d.ts.map +1 -1
  99. package/dist/types/src/internal/ref/ref.d.ts +15 -12
  100. package/dist/types/src/internal/ref/ref.d.ts.map +1 -1
  101. package/dist/types/src/internal/schema/compose.d.ts.map +1 -0
  102. package/dist/types/src/internal/schema/compose.test.d.ts.map +1 -0
  103. package/dist/types/src/internal/schema/echo-schema.d.ts +9 -9
  104. package/dist/types/src/internal/schema/echo-schema.d.ts.map +1 -1
  105. package/dist/types/src/internal/schema/index.d.ts +3 -4
  106. package/dist/types/src/internal/schema/index.d.ts.map +1 -1
  107. package/dist/types/src/internal/schema/persistent-schema.d.ts +18 -0
  108. package/dist/types/src/internal/schema/persistent-schema.d.ts.map +1 -0
  109. package/dist/types/src/internal/schema/runtime-schema-registry.d.ts +1 -1
  110. package/dist/types/src/internal/schema/runtime-schema-registry.d.ts.map +1 -1
  111. package/dist/types/src/internal/types/base.d.ts +37 -0
  112. package/dist/types/src/internal/types/base.d.ts.map +1 -0
  113. package/dist/types/src/internal/{ast/entity-kind.d.ts → types/entity.d.ts} +3 -1
  114. package/dist/types/src/internal/types/entity.d.ts.map +1 -0
  115. package/dist/types/src/internal/types/index.d.ts +5 -2
  116. package/dist/types/src/internal/types/index.d.ts.map +1 -1
  117. package/dist/types/src/internal/{object → types}/meta.d.ts +20 -11
  118. package/dist/types/src/internal/types/meta.d.ts.map +1 -0
  119. package/dist/types/src/internal/types/typename.d.ts +13 -0
  120. package/dist/types/src/internal/types/typename.d.ts.map +1 -0
  121. package/dist/types/src/internal/{object → types}/version.d.ts +3 -2
  122. package/dist/types/src/internal/types/version.d.ts.map +1 -0
  123. package/dist/types/src/query/filter.d.ts +167 -0
  124. package/dist/types/src/query/filter.d.ts.map +1 -0
  125. package/dist/types/src/query/index.d.ts +3 -0
  126. package/dist/types/src/query/index.d.ts.map +1 -1
  127. package/dist/types/src/query/order.d.ts +12 -0
  128. package/dist/types/src/query/order.d.ts.map +1 -0
  129. package/dist/types/src/query/query.d.ts +9 -145
  130. package/dist/types/src/query/query.d.ts.map +1 -1
  131. package/dist/types/src/query/testing.d.ts +51 -0
  132. package/dist/types/src/query/testing.d.ts.map +1 -0
  133. package/dist/types/src/{internal/query/query.d.ts → query/types.d.ts} +1 -1
  134. package/dist/types/src/query/types.d.ts.map +1 -0
  135. package/dist/types/src/query/util.d.ts +8 -0
  136. package/dist/types/src/query/util.d.ts.map +1 -0
  137. package/dist/types/src/{test → testing}/api.test.d.ts.map +1 -1
  138. package/dist/types/src/testing/index.d.ts +3 -3
  139. package/dist/types/src/testing/index.d.ts.map +1 -1
  140. package/dist/types/src/testing/test-data.d.ts +18 -0
  141. package/dist/types/src/testing/test-data.d.ts.map +1 -0
  142. package/dist/types/src/testing/{types.d.ts → test-schema.d.ts} +166 -57
  143. package/dist/types/src/testing/test-schema.d.ts.map +1 -0
  144. package/dist/types/src/{internal/testing/utils.d.ts → testing/util.d.ts} +11 -5
  145. package/dist/types/src/testing/util.d.ts.map +1 -0
  146. package/dist/types/tsconfig.tsbuildinfo +1 -1
  147. package/package.json +46 -38
  148. package/src/Annotation.ts +17 -0
  149. package/src/Database.ts +189 -0
  150. package/src/Entity.ts +51 -0
  151. package/src/Format.ts +11 -0
  152. package/src/JsonSchema.ts +16 -0
  153. package/src/Key.ts +3 -0
  154. package/src/Obj.ts +248 -181
  155. package/src/Ref.ts +9 -9
  156. package/src/Relation.ts +58 -44
  157. package/src/Tag.ts +2 -1
  158. package/src/Type.ts +96 -83
  159. package/src/index.ts +9 -4
  160. package/src/internal/README.md +83 -0
  161. package/src/internal/{ast → annotations}/annotations.test.ts +13 -15
  162. package/src/internal/annotations/annotations.ts +463 -0
  163. package/src/internal/annotations/index.ts +6 -0
  164. package/src/internal/annotations/util.ts +70 -0
  165. package/src/internal/entities/entity.ts +109 -0
  166. package/src/internal/{object → entities}/expando.ts +7 -5
  167. package/src/internal/entities/index.ts +9 -0
  168. package/src/internal/{object → entities}/model.ts +49 -90
  169. package/src/internal/entities/object.ts +45 -0
  170. package/src/internal/entities/relation.ts +155 -0
  171. package/src/internal/entities/util.ts +33 -0
  172. package/src/internal/formats/date.test.ts +1 -1
  173. package/src/internal/formats/date.ts +5 -5
  174. package/src/internal/formats/format.test.ts +5 -5
  175. package/src/internal/formats/format.ts +3 -0
  176. package/src/internal/formats/number.ts +5 -5
  177. package/src/internal/formats/object.ts +2 -2
  178. package/src/internal/formats/string.ts +9 -9
  179. package/src/internal/formats/types.ts +44 -39
  180. package/src/internal/index.ts +29 -13
  181. package/src/internal/{json → json-schema}/annotations.ts +1 -1
  182. package/src/internal/json-schema/index.ts +2 -0
  183. package/src/internal/json-schema/json-schema-type.ts +4 -3
  184. package/src/internal/{json → json-schema}/json-schema.test.ts +48 -38
  185. package/src/internal/{json → json-schema}/json-schema.ts +16 -7
  186. package/src/internal/object/common.ts +3 -4
  187. package/src/internal/object/{create.test.ts → create-object.test.ts} +30 -32
  188. package/src/internal/object/{create.ts → create-object.ts} +33 -34
  189. package/src/internal/object/deleted.ts +6 -6
  190. package/src/internal/object/ids.ts +1 -1
  191. package/src/internal/object/index.ts +3 -11
  192. package/src/internal/object/inspect.ts +3 -5
  193. package/src/internal/object/json-serializer.test.ts +33 -38
  194. package/src/internal/object/json-serializer.ts +43 -38
  195. package/src/internal/object/schema-validator.ts +3 -2
  196. package/src/internal/object/typed-object.test.ts +1 -1
  197. package/src/internal/object/typed-object.ts +11 -5
  198. package/src/internal/proxy/handler.test.ts +30 -20
  199. package/src/internal/proxy/index.ts +6 -0
  200. package/src/internal/proxy/{reactive-object.ts → make-object.ts} +19 -14
  201. package/src/internal/proxy/schema.test.ts +5 -4
  202. package/src/internal/proxy/typed-handler.test.ts +28 -28
  203. package/src/internal/proxy/typed-handler.ts +8 -3
  204. package/src/internal/proxy/typed-object.test.ts +16 -11
  205. package/src/internal/ref/ref.test.ts +8 -7
  206. package/src/internal/ref/ref.ts +24 -20
  207. package/src/internal/{projection → schema}/compose.test.ts +5 -6
  208. package/src/internal/{projection → schema}/compose.ts +2 -1
  209. package/src/internal/schema/echo-schema.ts +30 -28
  210. package/src/internal/schema/index.ts +3 -4
  211. package/src/internal/schema/manipulation.ts +1 -1
  212. package/src/internal/schema/persistent-schema.ts +28 -0
  213. package/src/internal/schema/runtime-schema-registry.ts +4 -4
  214. package/src/internal/types/base.ts +58 -0
  215. package/src/internal/{ast/entity-kind.ts → types/entity.ts} +8 -0
  216. package/src/internal/types/index.ts +5 -2
  217. package/src/internal/{object → types}/meta.ts +32 -17
  218. package/src/internal/types/typename.ts +45 -0
  219. package/src/internal/types/version.ts +20 -0
  220. package/src/query/filter.ts +455 -0
  221. package/src/query/index.ts +4 -1
  222. package/src/query/order.ts +34 -0
  223. package/src/query/query.test.ts +48 -115
  224. package/src/query/query.ts +16 -502
  225. package/src/query/testing.ts +64 -0
  226. package/src/query/util.ts +25 -0
  227. package/src/testing/api.test.ts +100 -0
  228. package/src/testing/index.ts +3 -3
  229. package/src/testing/test-data.ts +130 -0
  230. package/src/testing/test-schema.ts +213 -0
  231. package/src/{internal/testing/utils.ts → testing/util.ts} +38 -14
  232. package/dist/lib/browser/chunk-BIDAASFK.mjs.map +0 -7
  233. package/dist/lib/browser/chunk-ZDLCWGEW.mjs +0 -410
  234. package/dist/lib/browser/chunk-ZDLCWGEW.mjs.map +0 -7
  235. package/dist/lib/browser/chunk-ZFRJKT4A.mjs +0 -585
  236. package/dist/lib/browser/chunk-ZFRJKT4A.mjs.map +0 -7
  237. package/dist/lib/browser/query/index.mjs +0 -13
  238. package/dist/lib/browser/query/index.mjs.map +0 -7
  239. package/dist/lib/node-esm/chunk-3SVRRCUU.mjs.map +0 -7
  240. package/dist/lib/node-esm/chunk-CGDHRZWH.mjs +0 -585
  241. package/dist/lib/node-esm/chunk-CGDHRZWH.mjs.map +0 -7
  242. package/dist/lib/node-esm/chunk-HWS6VBQC.mjs +0 -410
  243. package/dist/lib/node-esm/chunk-HWS6VBQC.mjs.map +0 -7
  244. package/dist/lib/node-esm/query/index.mjs +0 -13
  245. package/dist/lib/node-esm/query/index.mjs.map +0 -7
  246. package/dist/types/src/internal/ast/annotation-helper.d.ts +0 -8
  247. package/dist/types/src/internal/ast/annotation-helper.d.ts.map +0 -1
  248. package/dist/types/src/internal/ast/annotations.d.ts +0 -131
  249. package/dist/types/src/internal/ast/annotations.d.ts.map +0 -1
  250. package/dist/types/src/internal/ast/annotations.test.d.ts.map +0 -1
  251. package/dist/types/src/internal/ast/entity-kind.d.ts.map +0 -1
  252. package/dist/types/src/internal/ast/index.d.ts +0 -5
  253. package/dist/types/src/internal/ast/index.d.ts.map +0 -1
  254. package/dist/types/src/internal/ast/types.d.ts +0 -6
  255. package/dist/types/src/internal/ast/types.d.ts.map +0 -1
  256. package/dist/types/src/internal/json/annotations.d.ts.map +0 -1
  257. package/dist/types/src/internal/json/effect-schema.test.d.ts.map +0 -1
  258. package/dist/types/src/internal/json/index.d.ts +0 -2
  259. package/dist/types/src/internal/json/index.d.ts.map +0 -1
  260. package/dist/types/src/internal/json/json-schema.d.ts.map +0 -1
  261. package/dist/types/src/internal/json/json-schema.test.d.ts.map +0 -1
  262. package/dist/types/src/internal/object/accessors.d.ts +0 -37
  263. package/dist/types/src/internal/object/accessors.d.ts.map +0 -1
  264. package/dist/types/src/internal/object/create.d.ts.map +0 -1
  265. package/dist/types/src/internal/object/create.test.d.ts +0 -2
  266. package/dist/types/src/internal/object/create.test.d.ts.map +0 -1
  267. package/dist/types/src/internal/object/entity.d.ts +0 -33
  268. package/dist/types/src/internal/object/entity.d.ts.map +0 -1
  269. package/dist/types/src/internal/object/expando.d.ts.map +0 -1
  270. package/dist/types/src/internal/object/meta.d.ts.map +0 -1
  271. package/dist/types/src/internal/object/model.d.ts +0 -117
  272. package/dist/types/src/internal/object/model.d.ts.map +0 -1
  273. package/dist/types/src/internal/object/relation.d.ts +0 -17
  274. package/dist/types/src/internal/object/relation.d.ts.map +0 -1
  275. package/dist/types/src/internal/object/typename.d.ts +0 -15
  276. package/dist/types/src/internal/object/typename.d.ts.map +0 -1
  277. package/dist/types/src/internal/object/version.d.ts.map +0 -1
  278. package/dist/types/src/internal/projection/compose.d.ts.map +0 -1
  279. package/dist/types/src/internal/projection/compose.test.d.ts.map +0 -1
  280. package/dist/types/src/internal/projection/index.d.ts +0 -2
  281. package/dist/types/src/internal/projection/index.d.ts.map +0 -1
  282. package/dist/types/src/internal/proxy/reactive-object.d.ts +0 -15
  283. package/dist/types/src/internal/proxy/reactive-object.d.ts.map +0 -1
  284. package/dist/types/src/internal/query/index.d.ts +0 -2
  285. package/dist/types/src/internal/query/index.d.ts.map +0 -1
  286. package/dist/types/src/internal/query/query.d.ts.map +0 -1
  287. package/dist/types/src/internal/schema/stored-schema.d.ts +0 -13
  288. package/dist/types/src/internal/schema/stored-schema.d.ts.map +0 -1
  289. package/dist/types/src/internal/testing/index.d.ts +0 -3
  290. package/dist/types/src/internal/testing/index.d.ts.map +0 -1
  291. package/dist/types/src/internal/testing/types.d.ts +0 -381
  292. package/dist/types/src/internal/testing/types.d.ts.map +0 -1
  293. package/dist/types/src/internal/testing/utils.d.ts.map +0 -1
  294. package/dist/types/src/internal/types/types.d.ts +0 -79
  295. package/dist/types/src/internal/types/types.d.ts.map +0 -1
  296. package/dist/types/src/internal/types/types.test.d.ts +0 -2
  297. package/dist/types/src/internal/types/types.test.d.ts.map +0 -1
  298. package/dist/types/src/internal/types/util.d.ts +0 -5
  299. package/dist/types/src/internal/types/util.d.ts.map +0 -1
  300. package/dist/types/src/testing/echo-schema.d.ts +0 -7
  301. package/dist/types/src/testing/echo-schema.d.ts.map +0 -1
  302. package/dist/types/src/testing/types.d.ts.map +0 -1
  303. package/src/internal/ast/annotation-helper.ts +0 -22
  304. package/src/internal/ast/annotations.ts +0 -226
  305. package/src/internal/ast/index.ts +0 -8
  306. package/src/internal/ast/types.ts +0 -17
  307. package/src/internal/json/index.ts +0 -5
  308. package/src/internal/object/accessors.ts +0 -153
  309. package/src/internal/object/entity.ts +0 -248
  310. package/src/internal/object/relation.ts +0 -24
  311. package/src/internal/object/typename.ts +0 -61
  312. package/src/internal/object/version.ts +0 -22
  313. package/src/internal/projection/index.ts +0 -5
  314. package/src/internal/query/index.ts +0 -5
  315. package/src/internal/schema/stored-schema.ts +0 -26
  316. package/src/internal/testing/index.ts +0 -6
  317. package/src/internal/testing/types.ts +0 -144
  318. package/src/internal/types/types.test.ts +0 -48
  319. package/src/internal/types/types.ts +0 -176
  320. package/src/internal/types/util.ts +0 -9
  321. package/src/test/api.test.ts +0 -180
  322. package/src/testing/echo-schema.ts +0 -39
  323. package/src/testing/types.ts +0 -108
  324. /package/dist/types/src/internal/{ast → annotations}/annotations.test.d.ts +0 -0
  325. /package/dist/types/src/internal/{json → json-schema}/annotations.d.ts +0 -0
  326. /package/dist/types/src/internal/{json → json-schema}/effect-schema.test.d.ts +0 -0
  327. /package/dist/types/src/internal/{json → json-schema}/json-schema.test.d.ts +0 -0
  328. /package/dist/types/src/internal/{projection → schema}/compose.d.ts +0 -0
  329. /package/dist/types/src/internal/{projection → schema}/compose.test.d.ts +0 -0
  330. /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
  331. /package/src/internal/{json → json-schema}/effect-schema.test.ts +0 -0
  332. /package/src/{internal/query/query.ts → query/types.ts} +0 -0
@@ -1,226 +0,0 @@
1
- //
2
- // Copyright 2024 DXOS.org
3
- //
4
-
5
- import * as Function from 'effect/Function';
6
- import * as Option from 'effect/Option';
7
- import * as Schema from 'effect/Schema';
8
- import * as SchemaAST from 'effect/SchemaAST';
9
-
10
- import { assertArgument } from '@dxos/invariant';
11
- import { DXN } from '@dxos/keys';
12
- import { type Primitive } from '@dxos/util';
13
-
14
- import { createAnnotationHelper } from './annotation-helper';
15
- import { EntityKind } from './entity-kind';
16
-
17
- /**
18
- * If property is optional returns the nested property, otherwise returns the property.
19
- */
20
- // TODO(wittjosiah): Is there a way to do this as a generic?
21
- export const unwrapOptional = (property: SchemaAST.PropertySignature) => {
22
- if (!property.isOptional || !SchemaAST.isUnion(property.type)) {
23
- return property;
24
- }
25
-
26
- return property.type.types[0];
27
- };
28
-
29
- /**
30
- * ECHO identifier (for a stored schema).
31
- * Must be a `dxn:echo:` URI.
32
- */
33
- export const TypeIdentifierAnnotationId = Symbol.for('@dxos/schema/annotation/TypeIdentifier');
34
-
35
- export const getTypeIdentifierAnnotation = (schema: Schema.Schema.All) =>
36
- Function.flow(
37
- SchemaAST.getAnnotation<string>(TypeIdentifierAnnotationId),
38
- Option.getOrElse(() => undefined),
39
- )(schema.ast);
40
-
41
- /**
42
- * ECHO type.
43
- */
44
- export const TypeAnnotationId = Symbol.for('@dxos/schema/annotation/Type');
45
-
46
- // TODO(burdon): Create echo-schema Format types.
47
- // TODO(burdon): Reconcile with "short" DXN.
48
- export const Typename = Schema.String.pipe(Schema.pattern(/^[a-zA-Z]\w+\.[a-zA-Z]\w{1,}\/[\w/_-]+$/));
49
- export const SchemaVersion = Schema.String.pipe(Schema.pattern(/^\d+.\d+.\d+$/));
50
-
51
- /**
52
- * Payload stored under {@link TypeAnnotationId}.
53
- */
54
- // TODO(dmaretskyi): Rename getTypeAnnotation to represent commonality between objects and relations (e.g. `entity`).
55
- export const TypeAnnotation = Schema.Struct({
56
- kind: Schema.Enums(EntityKind),
57
- typename: Typename,
58
- version: SchemaVersion,
59
-
60
- /**
61
- * If this is a relation, the schema of the source object.
62
- * Must be present if entity kind is {@link EntityKind.Relation}.
63
- */
64
- sourceSchema: Schema.optional(DXN.Schema),
65
-
66
- /**
67
- * If this is a relation, the schema of the target object.
68
- * Must be present if entity kind is {@link EntityKind.Relation}.
69
- */
70
- targetSchema: Schema.optional(DXN.Schema),
71
- });
72
-
73
- export interface TypeAnnotation extends Schema.Schema.Type<typeof TypeAnnotation> {}
74
-
75
- export type TypeMeta = Pick<TypeAnnotation, 'typename' | 'version'>;
76
-
77
- /**
78
- * @returns {@link TypeAnnotation} from a schema.
79
- * Schema must have been created with {@link TypedObject} or {@link TypedLink} or manually assigned an appropriate annotation.
80
- */
81
- export const getTypeAnnotation = (schema: Schema.Schema.All): TypeAnnotation | undefined => {
82
- assertArgument(schema != null && schema.ast != null, 'schema', 'invalid schema');
83
- return Function.flow(
84
- SchemaAST.getAnnotation<TypeAnnotation>(TypeAnnotationId),
85
- Option.getOrElse(() => undefined),
86
- )(schema.ast);
87
- };
88
-
89
- /**
90
- * @returns {@link EntityKind} from a schema.
91
- */
92
- export const getEntityKind = (schema: Schema.Schema.All): EntityKind | undefined => getTypeAnnotation(schema)?.kind;
93
-
94
- /**
95
- * @deprecated Use {@link Type.getTypename} instead.
96
- * @returns Schema typename (without dxn: prefix or version number).
97
- */
98
- export const getSchemaTypename = (schema: Schema.Schema.All): string | undefined => getTypeAnnotation(schema)?.typename;
99
-
100
- /**
101
- * @deprecated Use {@link Type.getVersion} instead.
102
- * @returns Schema version in semver format.
103
- */
104
- export const getSchemaVersion = (schema: Schema.Schema.All): string | undefined => getTypeAnnotation(schema)?.version;
105
-
106
- /**
107
- * PropertyMeta (metadata for dynamic schema properties).
108
- * For user-defined annotations.
109
- */
110
- export const PropertyMetaAnnotationId = Symbol.for('@dxos/schema/annotation/PropertyMeta');
111
-
112
- export type PropertyMetaValue = Primitive | Record<string, Primitive> | Primitive[];
113
-
114
- export type PropertyMetaAnnotation = {
115
- [name: string]: PropertyMetaValue;
116
- };
117
-
118
- export const PropertyMeta = (name: string, value: PropertyMetaValue) => {
119
- return <A, I, R>(self: Schema.Schema<A, I, R>): Schema.Schema<A, I, R> => {
120
- const existingMeta = self.ast.annotations[PropertyMetaAnnotationId] as PropertyMetaAnnotation;
121
- return self.annotations({
122
- [PropertyMetaAnnotationId]: {
123
- ...existingMeta,
124
- [name]: value,
125
- },
126
- });
127
- };
128
- };
129
-
130
- export const getPropertyMetaAnnotation = <T>(prop: SchemaAST.PropertySignature, name: string) =>
131
- Function.pipe(
132
- SchemaAST.getAnnotation<PropertyMetaAnnotation>(PropertyMetaAnnotationId)(prop.type),
133
- Option.map((meta) => meta[name] as T),
134
- Option.getOrElse(() => undefined),
135
- );
136
-
137
- /**
138
- * Schema reference.
139
- */
140
- export const ReferenceAnnotationId = Symbol.for('@dxos/schema/annotation/Reference');
141
-
142
- export type ReferenceAnnotationValue = TypeAnnotation;
143
-
144
- export const getReferenceAnnotation = (schema: Schema.Schema.AnyNoContext) =>
145
- Function.pipe(
146
- SchemaAST.getAnnotation<ReferenceAnnotationValue>(ReferenceAnnotationId)(schema.ast),
147
- Option.getOrElse(() => undefined),
148
- );
149
-
150
- /**
151
- * SchemaMeta.
152
- */
153
- export const SchemaMetaSymbol = Symbol.for('@dxos/schema/SchemaMeta');
154
-
155
- export type SchemaMeta = TypeMeta & { id: string };
156
-
157
- /**
158
- * Identifies a schema as a view.
159
- */
160
- export const ViewAnnotationId = Symbol.for('@dxos/schema/annotation/View');
161
- export const ViewAnnotation = createAnnotationHelper<boolean>(ViewAnnotationId);
162
-
163
- /**
164
- * Identifies label property or JSON path expression.
165
- * Either a string or an array of strings representing field accessors each matched in priority order.
166
- */
167
- export const LabelAnnotationId = Symbol.for('@dxos/schema/annotation/Label');
168
- export const LabelAnnotation = createAnnotationHelper<string[]>(LabelAnnotationId);
169
-
170
- /**
171
- * Identifies description property or JSON path expression.
172
- * A string representing field accessor.
173
- */
174
- export const DescriptionAnnotationId = Symbol.for('@dxos/schema/annotation/Description');
175
- export const DescriptionAnnotation = createAnnotationHelper<string>(DescriptionAnnotationId);
176
-
177
- /**
178
- * Identifies if a property should be included in a form or not.
179
- * By default, all properties are included in forms, so this is opt-out.
180
- */
181
- export const FormAnnotationId = Symbol.for('@dxos/schema/annotation/Form');
182
- export const FormAnnotation = createAnnotationHelper<boolean>(FormAnnotationId);
183
-
184
- /**
185
- * Default field to be used on referenced schema to lookup the value.
186
- */
187
- export const FieldLookupAnnotationId = Symbol.for('@dxos/schema/annotation/FieldLookup');
188
-
189
- /**
190
- * Generate test data.
191
- */
192
- export const GeneratorAnnotationId = Symbol.for('@dxos/schema/annotation/Generator');
193
-
194
- export type GeneratorAnnotationValue =
195
- | string
196
- | {
197
- generator: string;
198
- args?: any[];
199
- probability?: number;
200
- };
201
-
202
- export const GeneratorAnnotation = createAnnotationHelper<GeneratorAnnotationValue>(GeneratorAnnotationId);
203
-
204
- /**
205
- * @returns DXN of the schema.
206
- *
207
- * For non-stored schema returns `dxn:type:`.
208
- * For stored schema returns `dxn:echo:`.
209
- * @deprecated Use `Type.getDXN`.
210
- */
211
- export const getSchemaDXN = (schema: Schema.Schema.All): DXN | undefined => {
212
- assertArgument(Schema.isSchema(schema), 'schema', 'invalid schema');
213
-
214
- const id = getTypeIdentifierAnnotation(schema);
215
- if (id) {
216
- return DXN.parse(id);
217
- }
218
-
219
- // TODO(dmaretskyi): Add support for dynamic schema.
220
- const objectAnnotation = getTypeAnnotation(schema);
221
- if (!objectAnnotation) {
222
- return undefined;
223
- }
224
-
225
- return DXN.fromTypenameAndVersion(objectAnnotation.typename, objectAnnotation.version);
226
- };
@@ -1,8 +0,0 @@
1
- //
2
- // Copyright 2024 DXOS.org
3
- //
4
-
5
- export * from './annotations';
6
- export * from './annotation-helper';
7
- export * from './types';
8
- export * from './entity-kind';
@@ -1,17 +0,0 @@
1
- //
2
- // Copyright 2024 DXOS.org
3
- //
4
-
5
- import { PropertyMeta } from './annotations';
6
-
7
- /**
8
- * @internal
9
- */
10
- export const FIELD_PATH_ANNOTATION = 'path';
11
-
12
- /**
13
- * Sets the path for the field.
14
- * @param path Data source path in the json path format. This is the field path in the source object.
15
- */
16
- // TODO(burdon): Field, vs. path vs. property.
17
- export const FieldPath = (path: string) => PropertyMeta(FIELD_PATH_ANNOTATION, path);
@@ -1,5 +0,0 @@
1
- //
2
- // Copyright 2024 DXOS.org
3
- //
4
-
5
- export * from './json-schema';
@@ -1,153 +0,0 @@
1
- //
2
- // Copyright 2025 DXOS.org
3
- //
4
-
5
- import * as Option from 'effect/Option';
6
- import * as Schema from 'effect/Schema';
7
-
8
- import { type JsonPath, getField } from '@dxos/effect';
9
- import { assertArgument, invariant } from '@dxos/invariant';
10
- import { DXN, ObjectId } from '@dxos/keys';
11
- import { assumeType } from '@dxos/util';
12
-
13
- import { DescriptionAnnotation, LabelAnnotation } from '../ast';
14
-
15
- import { type InternalObjectProps, SchemaId, SelfDXNId } from './model';
16
-
17
- //
18
- // Accessors based on model.
19
- //
20
-
21
- /**
22
- * Returns a DXN for an object or schema.
23
- * @deprecated Use `Obj.getDXN`.
24
- */
25
- export const getObjectDXN = (object: any): DXN | undefined => {
26
- invariant(!Schema.isSchema(object), 'schema not allowed in this function');
27
- assertArgument(typeof object === 'object' && object != null, 'object', 'expected object');
28
- assumeType<InternalObjectProps>(object);
29
-
30
- if (object[SelfDXNId]) {
31
- invariant(object[SelfDXNId] instanceof DXN, 'Invalid object model: invalid self dxn');
32
- return object[SelfDXNId];
33
- }
34
-
35
- if (!ObjectId.isValid(object.id)) {
36
- throw new TypeError('Object id is not valid.');
37
- }
38
-
39
- return DXN.fromLocalObjectId(object.id);
40
- };
41
-
42
- /**
43
- * Returns the schema for the given object if one is defined.
44
- */
45
- // TODO(burdon): Reconcile with `getTypename`.
46
- // TODO(dmaretskyi): For echo objects, this always returns the root schema.
47
- export const getSchema = (obj: unknown | undefined): Schema.Schema.AnyNoContext | undefined => {
48
- if (obj) {
49
- return (obj as any)[SchemaId];
50
- }
51
- };
52
-
53
- /**
54
- * Internal use only.
55
- */
56
- export const setSchema = (obj: any, schema: Schema.Schema.AnyNoContext) => {
57
- Object.defineProperty(obj, SchemaId, {
58
- value: schema,
59
- writable: false,
60
- enumerable: false,
61
- configurable: false,
62
- });
63
- };
64
-
65
- /**
66
- * @deprecated Use {@link Obj.getLabel} instead.
67
- * Returns the label for a given object based on {@link LabelAnnotationId}.
68
- */
69
- export const getLabelForObject = (obj: unknown | undefined): string | undefined => {
70
- const schema = getSchema(obj);
71
- if (schema) {
72
- return getLabel(schema, obj);
73
- }
74
- };
75
-
76
- /**
77
- * Returns the label for a given object based on {@link LabelAnnotationId}.
78
- */
79
- // TODO(burdon): Convert to JsonPath?
80
- export const getLabel = <S extends Schema.Schema.Any>(schema: S, object: Schema.Schema.Type<S>): string | undefined => {
81
- const annotation = LabelAnnotation.get(schema).pipe(Option.getOrElse(() => ['name']));
82
- for (const accessor of annotation) {
83
- assertArgument(
84
- typeof accessor === 'string',
85
- 'accessor',
86
- 'Label annotation must be a string or an array of strings',
87
- );
88
- const value = getField(object, accessor as JsonPath);
89
- switch (typeof value) {
90
- case 'string':
91
- case 'number':
92
- case 'boolean':
93
- case 'bigint':
94
- case 'symbol':
95
- return value.toString();
96
- case 'undefined':
97
- case 'object':
98
- case 'function':
99
- continue;
100
- }
101
- }
102
-
103
- return undefined;
104
- };
105
-
106
- /**
107
- * Sets the label for a given object based on {@link LabelAnnotationId}.
108
- */
109
- export const setLabel = <S extends Schema.Schema.Any>(schema: S, object: Schema.Schema.Type<S>, label: string) => {
110
- const annotation = LabelAnnotation.get(schema).pipe(
111
- Option.map((field) => field[0]),
112
- Option.getOrElse(() => 'name'),
113
- );
114
- object[annotation] = label;
115
- };
116
-
117
- /**
118
- * Returns the label for a given object based on {@link LabelAnnotationId}.
119
- */
120
- // TODO(burdon): Convert to JsonPath?
121
- export const getDescription = <S extends Schema.Schema.Any>(
122
- schema: S,
123
- object: Schema.Schema.Type<S>,
124
- ): string | undefined => {
125
- const accessor = DescriptionAnnotation.get(schema).pipe(Option.getOrElse(() => 'description'));
126
- assertArgument(typeof accessor === 'string', 'accessor', 'Description annotation must be a string');
127
- const value = getField(object, accessor as JsonPath);
128
- switch (typeof value) {
129
- case 'string':
130
- case 'number':
131
- case 'boolean':
132
- case 'bigint':
133
- case 'symbol':
134
- return value.toString();
135
- case 'undefined':
136
- case 'object':
137
- case 'function':
138
- default:
139
- return undefined;
140
- }
141
- };
142
-
143
- /**
144
- * Sets the description for a given object based on {@link DescriptionAnnotationId}.
145
- */
146
- export const setDescription = <S extends Schema.Schema.Any>(
147
- schema: S,
148
- object: Schema.Schema.Type<S>,
149
- description: string,
150
- ) => {
151
- const accessor = DescriptionAnnotation.get(schema).pipe(Option.getOrElse(() => 'description'));
152
- object[accessor] = description;
153
- };
@@ -1,248 +0,0 @@
1
- //
2
- // Copyright 2024 DXOS.org
3
- //
4
-
5
- import * as Schema from 'effect/Schema';
6
- import * as SchemaAST from 'effect/SchemaAST';
7
- import type * as Types from 'effect/Types';
8
-
9
- import { raise } from '@dxos/debug';
10
- import { assertArgument, invariant } from '@dxos/invariant';
11
- import { DXN } from '@dxos/keys';
12
-
13
- import {
14
- EntityKind,
15
- type TypeAnnotation,
16
- TypeAnnotationId,
17
- type TypeMeta,
18
- getEntityKind,
19
- getSchemaTypename,
20
- getTypeIdentifierAnnotation,
21
- } from '../ast';
22
- import { type HasId, type ToMutable } from '../types';
23
-
24
- import { type RelationSourceTargetRefs } from './relation';
25
-
26
- // TODO(burdon): Define Schema type for `typename` and use consistently for all DXN-like properties.
27
-
28
- // type RequiredKeys<T> = { [K in keyof T]-?: {} extends Pick<T, K> ? never : K }[keyof T];
29
- type EchoTypeSchemaProps<T, ExtraFields = {}> = Types.Simplify<HasId & ToMutable<T> & ExtraFields>;
30
-
31
- export interface EchoTypeSchema<Self extends Schema.Schema.Any, ExtraFields = {}>
32
- extends TypeMeta,
33
- Schema.AnnotableClass<
34
- EchoTypeSchema<Self, ExtraFields>,
35
- EchoTypeSchemaProps<Schema.Schema.Type<Self>, ExtraFields>,
36
- EchoTypeSchemaProps<Schema.Schema.Encoded<Self>, ExtraFields>,
37
- Schema.Schema.Context<Self>
38
- > {
39
- // make(
40
- // props: RequiredKeys<Schema.TypeLiteral.Constructor<Fields, []>> extends never
41
- // ? void | Simplify<Schema.TypeLiteral.Constructor<Fields, []>>
42
- // : Simplify<Schema.TypeLiteral.Constructor<Fields, []>>,
43
- // options?: MakeOptions,
44
- // ): Simplify<Schema.TypeLiteral.Type<Fields, []>>;
45
-
46
- instanceOf(value: unknown): boolean;
47
- }
48
-
49
- /**
50
- * Pipeable function to add ECHO object annotations to a schema.
51
- */
52
- // TODO(dmaretskyi): Rename EchoObjectSchema.
53
- export const EchoObject: {
54
- // TODO(burdon): Tighten Self type to Schema.TypeLiteral or Schema.Struct to facilitate definition of `make` method.
55
- // (meta: TypeMeta): <Self extends Schema.Struct<Fields>, Fields extends Schema.Struct.Fields>(self: Self) => EchoObjectSchema<Self, Fields>;
56
- (meta: TypeMeta): <Self extends Schema.Schema.Any>(self: Self) => EchoTypeSchema<Self>;
57
- } = ({ typename, version }) => {
58
- return <Self extends Schema.Schema.Any>(self: Self): EchoTypeSchema<Self> => {
59
- invariant(typeof TypeAnnotationId === 'symbol', 'Sanity.');
60
- invariant(SchemaAST.isTypeLiteral(self.ast), 'Schema must be a TypeLiteral.');
61
-
62
- // TODO(dmaretskyi): Does `Schema.mutable` work for deep mutability here?
63
- // TODO(dmaretskyi): Do not do mutable here.
64
- const schemaWithId = Schema.extend(Schema.mutable(self), Schema.Struct({ id: Schema.String }));
65
- const ast = SchemaAST.annotations(schemaWithId.ast, {
66
- // TODO(dmaretskyi): `extend` kills the annotations.
67
- ...self.ast.annotations,
68
- [TypeAnnotationId]: { kind: EntityKind.Object, typename, version } satisfies TypeAnnotation,
69
- // TODO(dmaretskyi): TypeIdentifierAnnotationId?
70
- [SchemaAST.JSONSchemaAnnotationId]: makeTypeJsonSchemaAnnotation({
71
- kind: EntityKind.Object,
72
- typename,
73
- version,
74
- }),
75
- });
76
-
77
- return makeEchoObjectSchema<Self>(/* self.fields, */ ast, typename, version);
78
- };
79
- };
80
-
81
- export type EchoRelationOptions<
82
- TSource extends Schema.Schema.AnyNoContext,
83
- TTarget extends Schema.Schema.AnyNoContext,
84
- > = TypeMeta & {
85
- source: TSource;
86
- target: TTarget;
87
- };
88
-
89
- // TODO(dmaretskyi): Rename EchoRelationSchema.
90
- export const EchoRelation = <Source extends Schema.Schema.AnyNoContext, Target extends Schema.Schema.AnyNoContext>(
91
- options: EchoRelationOptions<Source, Target>,
92
- ) => {
93
- assertArgument(Schema.isSchema(options.source), 'source');
94
- assertArgument(Schema.isSchema(options.target), 'target');
95
- const sourceDXN = getDXNForRelationSchemaRef(options.source);
96
- const targetDXN = getDXNForRelationSchemaRef(options.target);
97
- if (getEntityKind(options.source) !== EntityKind.Object) {
98
- raise(new Error('Source schema must be an echo object schema.'));
99
- }
100
- if (getEntityKind(options.target) !== EntityKind.Object) {
101
- raise(new Error('Target schema must be an echo object schema.'));
102
- }
103
-
104
- return <Self extends Schema.Schema.Any>(
105
- self: Self,
106
- ): EchoTypeSchema<Self, RelationSourceTargetRefs<Schema.Schema.Type<Source>, Schema.Schema.Type<Target>>> => {
107
- invariant(SchemaAST.isTypeLiteral(self.ast), 'Schema must be a TypeLiteral.');
108
-
109
- // TODO(dmaretskyi): Does `Schema.mutable` work for deep mutability here?
110
- // TODO(dmaretskyi): Do not do mutable here.
111
- const schemaWithId = Schema.extend(Schema.mutable(self), Schema.Struct({ id: Schema.String }));
112
- const ast = SchemaAST.annotations(schemaWithId.ast, {
113
- // TODO(dmaretskyi): `extend` kills the annotations.
114
- ...self.ast.annotations,
115
- [TypeAnnotationId]: {
116
- kind: EntityKind.Relation,
117
- typename: options.typename,
118
- version: options.version,
119
- sourceSchema: sourceDXN,
120
- targetSchema: targetDXN,
121
- } satisfies TypeAnnotation,
122
- // TODO(dmaretskyi): TypeIdentifierAnnotationId?
123
-
124
- [SchemaAST.JSONSchemaAnnotationId]: makeTypeJsonSchemaAnnotation({
125
- kind: EntityKind.Relation,
126
- typename: options.typename,
127
- version: options.version,
128
- relationSource: sourceDXN,
129
- relationTarget: targetDXN,
130
- }),
131
- });
132
-
133
- return makeEchoObjectSchema<Self>(/* self.fields, */ ast, options.typename, options.version);
134
- };
135
- };
136
-
137
- /**
138
- * @returns JSON-schema annotation so that the schema can be serialized with correct parameters.
139
- */
140
- export const makeTypeJsonSchemaAnnotation = (options: {
141
- identifier?: string;
142
- kind: EntityKind;
143
- typename: string;
144
- version: string;
145
- relationSource?: string;
146
- relationTarget?: string;
147
- }) => {
148
- assertArgument(!!options.relationSource === (options.kind === EntityKind.Relation), 'relationSource');
149
- assertArgument(!!options.relationTarget === (options.kind === EntityKind.Relation), 'relationTarget');
150
-
151
- const obj = {
152
- // TODO(dmaretskyi): Should this include the version?
153
- $id: options.identifier ?? DXN.fromTypename(options.typename).toString(),
154
- entityKind: options.kind,
155
- version: options.version,
156
- typename: options.typename,
157
- } as any;
158
- if (options.kind === EntityKind.Relation) {
159
- obj.relationSource = { $ref: options.relationSource };
160
- obj.relationTarget = { $ref: options.relationTarget };
161
- }
162
- return obj;
163
- };
164
-
165
- const getDXNForRelationSchemaRef = (schema: Schema.Schema.Any): string => {
166
- assertArgument(Schema.isSchema(schema), 'schema');
167
- const identifier = getTypeIdentifierAnnotation(schema);
168
- if (identifier) {
169
- return identifier;
170
- }
171
-
172
- const typename = getSchemaTypename(schema);
173
- if (!typename) {
174
- throw new Error('Schema must have a typename');
175
- }
176
-
177
- return DXN.fromTypename(typename).toString();
178
- };
179
-
180
- // type MakeOptions =
181
- // | boolean
182
- // | {
183
- // readonly disableValidation?: boolean;
184
- // };
185
-
186
- // NOTE: Utils copied from Effect `Schema.ts`.
187
- // const _ownKeys = (o: object): Array<PropertyKey> =>
188
- // (Object.keys(o) as Array<PropertyKey>).concat(Object.getOwnPropertySymbols(o));
189
-
190
- // const _lazilyMergeDefaults = (
191
- // fields: Schema.Struct.Fields,
192
- // out: Record<PropertyKey, unknown>,
193
- // ): { [x: string | symbol]: unknown } => {
194
- // const ownKeys = _ownKeys(fields);
195
- // for (const key of ownKeys) {
196
- // const field = fields[key];
197
- // if (out[key] === undefined && Schema.isPropertySignature(field)) {
198
- // const ast = field.ast;
199
- // const defaultValue = ast._tag === 'PropertySignatureDeclaration' ? ast.defaultValue : ast.to.defaultValue;
200
- // if (defaultValue !== undefined) {
201
- // out[key] = defaultValue();
202
- // }
203
- // }
204
- // }
205
- // return out;
206
- // };
207
-
208
- // const _getDisableValidationMakeOption = (options: MakeOptions | undefined): boolean =>
209
- // Predicate.isBoolean(options) ? options : options?.disableValidation ?? false;
210
-
211
- const makeEchoObjectSchema = <Self extends Schema.Schema.Any>(
212
- // fields: Fields,
213
- ast: SchemaAST.AST,
214
- typename: string,
215
- version: string,
216
- ): EchoTypeSchema<Self> => {
217
- return class EchoObjectSchemaClass extends Schema.make<
218
- EchoTypeSchemaProps<Schema.Schema.Type<Self>>,
219
- EchoTypeSchemaProps<Schema.Schema.Encoded<Self>>,
220
- Schema.Schema.Context<Self>
221
- >(ast) {
222
- static readonly typename = typename;
223
- static readonly version = version;
224
-
225
- static override annotations(
226
- annotations: Schema.Annotations.GenericSchema<EchoTypeSchemaProps<Schema.Schema.Type<Self>>>,
227
- ): EchoTypeSchema<Self> {
228
- const schema = Schema.make<EchoTypeSchemaProps<Schema.Schema.Type<Self>>>(ast).annotations(annotations);
229
- return makeEchoObjectSchema<Self>(/* fields, */ schema.ast, typename, version);
230
- }
231
-
232
- // static make(
233
- // props: RequiredKeys<Schema.TypeLiteral.Constructor<Fields, []>> extends never
234
- // ? void | Simplify<Schema.TypeLiteral.Constructor<Fields, []>>
235
- // : Simplify<Schema.TypeLiteral.Constructor<Fields, []>>,
236
- // options?: MakeOptions,
237
- // ): Simplify<Schema.TypeLiteral.Type<Fields, []>> {
238
- // const propsWithDefaults: any = _lazilyMergeDefaults(fields, { ...(props as any) });
239
- // return _getDisableValidationMakeOption(options)
240
- // ? propsWithDefaults
241
- // : ParseResult.validateSync(this)(propsWithDefaults);
242
- // }
243
-
244
- static instanceOf(value: unknown): boolean {
245
- return Schema.is(this)(value);
246
- }
247
- };
248
- };
@@ -1,24 +0,0 @@
1
- //
2
- // Copyright 2025 DXOS.org
3
- //
4
-
5
- import type { RelationSourceId, RelationTargetId } from './model';
6
-
7
- /**
8
- * Source and target props on relations.
9
- */
10
- // TODO(burdon): any?
11
- export type RelationSourceTargetRefs<Source = any, Target = any> = {
12
- /**
13
- * Source ECHO live object.
14
- */
15
- [RelationSourceId]: Source;
16
-
17
- /**
18
- * Target ECHO live object.
19
- */
20
- [RelationTargetId]: Target;
21
- };
22
-
23
- export type RelationSource<R> = R extends RelationSourceTargetRefs<infer Source, infer _Target> ? Source : never;
24
- export type RelationTarget<R> = R extends RelationSourceTargetRefs<infer _Source, infer Target> ? Target : never;