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