@dxos/echo 0.8.4-main.5ad4a44 → 0.8.4-main.66e292d
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/dist/lib/browser/{chunk-MWLA34S5.mjs → chunk-7GH6RXJ3.mjs} +2513 -2673
- package/dist/lib/browser/chunk-7GH6RXJ3.mjs.map +7 -0
- package/dist/lib/browser/chunk-E4UTVJNF.mjs +1111 -0
- package/dist/lib/browser/chunk-E4UTVJNF.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +21 -19
- package/dist/lib/browser/internal/index.mjs +55 -45
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +247 -217
- package/dist/lib/browser/testing/index.mjs.map +4 -4
- package/dist/lib/node-esm/chunk-JE5RXM2I.mjs +1111 -0
- package/dist/lib/node-esm/chunk-JE5RXM2I.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-YTNLFBIK.mjs → chunk-M4B6BMD2.mjs} +2513 -2673
- package/dist/lib/node-esm/chunk-M4B6BMD2.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +21 -19
- package/dist/lib/node-esm/internal/index.mjs +55 -45
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +247 -217
- 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 +137 -0
- package/dist/types/src/Database.d.ts.map +1 -0
- package/dist/types/src/Entity.d.ts +36 -0
- package/dist/types/src/Entity.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/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 +85 -62
- package/dist/types/src/Obj.d.ts.map +1 -1
- package/dist/types/src/Ref.d.ts +10 -10
- package/dist/types/src/Ref.d.ts.map +1 -1
- package/dist/types/src/Relation.d.ts +14 -11
- package/dist/types/src/Relation.d.ts.map +1 -1
- 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 +39 -49
- package/dist/types/src/Type.d.ts.map +1 -1
- package/dist/types/src/errors.d.ts +14 -18
- package/dist/types/src/errors.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +7 -3
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/internal/annotations/annotations.d.ts +174 -0
- package/dist/types/src/internal/annotations/annotations.d.ts.map +1 -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 +26 -0
- package/dist/types/src/internal/annotations/util.d.ts.map +1 -0
- package/dist/types/src/internal/entities/entity.d.ts +10 -0
- package/dist/types/src/internal/entities/entity.d.ts.map +1 -0
- package/dist/types/src/internal/{object → entities}/expando.d.ts +3 -1
- package/dist/types/src/internal/entities/expando.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 +70 -0
- package/dist/types/src/internal/entities/model.d.ts.map +1 -0
- package/dist/types/src/internal/entities/object.d.ts +11 -0
- package/dist/types/src/internal/entities/object.d.ts.map +1 -0
- package/dist/types/src/internal/entities/relation.d.ts +55 -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/format.d.ts +2 -0
- package/dist/types/src/internal/formats/format.d.ts.map +1 -1
- package/dist/types/src/internal/formats/types.d.ts +7 -7
- package/dist/types/src/internal/formats/types.d.ts.map +1 -1
- package/dist/types/src/internal/index.d.ts +6 -10
- package/dist/types/src/internal/index.d.ts.map +1 -1
- 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.map +1 -0
- package/dist/types/src/internal/json-schema/index.d.ts +2 -0
- package/dist/types/src/internal/json-schema/index.d.ts.map +1 -1
- package/dist/types/src/internal/json-schema/json-schema-type.d.ts.map +1 -1
- package/dist/types/src/internal/{json → json-schema}/json-schema.d.ts +2 -5
- 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.map +1 -0
- package/dist/types/src/internal/object/common.d.ts.map +1 -1
- package/dist/types/src/internal/object/{create.d.ts → create-object.d.ts} +9 -10
- 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 +2 -2
- package/dist/types/src/internal/object/deleted.d.ts.map +1 -1
- package/dist/types/src/internal/object/ids.d.ts.map +1 -1
- package/dist/types/src/internal/object/index.d.ts +3 -12
- package/dist/types/src/internal/object/index.d.ts.map +1 -1
- package/dist/types/src/internal/object/json-serializer.d.ts +1 -2
- package/dist/types/src/internal/object/json-serializer.d.ts.map +1 -1
- package/dist/types/src/internal/object/schema-validator.d.ts.map +1 -1
- package/dist/types/src/internal/object/typed-object.d.ts +1 -1
- package/dist/types/src/internal/object/typed-object.d.ts.map +1 -1
- package/dist/types/src/internal/proxy/index.d.ts +3 -0
- package/dist/types/src/internal/proxy/index.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/make-object.d.ts +16 -0
- package/dist/types/src/internal/proxy/make-object.d.ts.map +1 -0
- package/dist/types/src/internal/proxy/typed-handler.d.ts +1 -1
- package/dist/types/src/internal/proxy/typed-handler.d.ts.map +1 -1
- package/dist/types/src/internal/ref/ref.d.ts +15 -12
- package/dist/types/src/internal/ref/ref.d.ts.map +1 -1
- package/dist/types/src/internal/schema/compose.d.ts.map +1 -0
- package/dist/types/src/internal/schema/compose.test.d.ts.map +1 -0
- package/dist/types/src/internal/schema/echo-schema.d.ts +9 -9
- package/dist/types/src/internal/schema/echo-schema.d.ts.map +1 -1
- package/dist/types/src/internal/schema/index.d.ts +3 -4
- package/dist/types/src/internal/schema/index.d.ts.map +1 -1
- package/dist/types/src/internal/schema/manipulation.d.ts.map +1 -1
- package/dist/types/src/internal/schema/persistent-schema.d.ts +18 -0
- package/dist/types/src/internal/schema/persistent-schema.d.ts.map +1 -0
- package/dist/types/src/internal/schema/runtime-schema-registry.d.ts +1 -1
- package/dist/types/src/internal/schema/runtime-schema-registry.d.ts.map +1 -1
- package/dist/types/src/internal/types/base.d.ts +37 -0
- package/dist/types/src/internal/types/base.d.ts.map +1 -0
- package/dist/types/src/internal/{ast/entity-kind.d.ts → types/entity.d.ts} +3 -1
- package/dist/types/src/internal/types/entity.d.ts.map +1 -0
- package/dist/types/src/internal/types/index.d.ts +5 -2
- package/dist/types/src/internal/types/index.d.ts.map +1 -1
- package/dist/types/src/internal/{object → types}/meta.d.ts +20 -11
- 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/{object → types}/version.d.ts +3 -2
- package/dist/types/src/internal/types/version.d.ts.map +1 -0
- package/dist/types/src/query/filter.d.ts +167 -0
- package/dist/types/src/query/filter.d.ts.map +1 -0
- package/dist/types/src/query/index.d.ts +3 -1
- package/dist/types/src/query/index.d.ts.map +1 -1
- package/dist/types/src/query/order.d.ts +12 -0
- package/dist/types/src/query/order.d.ts.map +1 -0
- package/dist/types/src/query/query.d.ts +9 -144
- package/dist/types/src/query/query.d.ts.map +1 -1
- package/dist/types/src/query/testing.d.ts +51 -0
- package/dist/types/src/query/testing.d.ts.map +1 -0
- package/dist/types/src/{internal/query/query.d.ts → query/types.d.ts} +1 -1
- package/dist/types/src/query/types.d.ts.map +1 -0
- package/dist/types/src/query/util.d.ts +8 -0
- package/dist/types/src/query/util.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 -3
- 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 +337 -0
- package/dist/types/src/testing/test-schema.d.ts.map +1 -0
- package/dist/types/src/{internal/testing/utils.d.ts → testing/util.d.ts} +11 -5
- package/dist/types/src/testing/util.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +46 -38
- package/src/Annotation.ts +17 -0
- package/src/Database.ts +189 -0
- package/src/Entity.ts +51 -0
- package/src/Format.ts +11 -0
- package/src/JsonSchema.ts +16 -0
- package/src/Key.ts +3 -0
- package/src/Obj.ts +260 -147
- package/src/Ref.ts +9 -9
- package/src/Relation.ts +58 -44
- package/src/Tag.ts +40 -0
- package/src/Type.ts +96 -83
- package/src/index.ts +10 -4
- package/src/internal/README.md +83 -0
- package/src/internal/{ast → annotations}/annotations.test.ts +13 -15
- package/src/internal/annotations/annotations.ts +463 -0
- package/src/internal/annotations/index.ts +6 -0
- package/src/internal/annotations/util.ts +70 -0
- package/src/internal/entities/entity.ts +109 -0
- package/src/internal/{object → entities}/expando.ts +7 -5
- package/src/internal/entities/index.ts +9 -0
- package/src/internal/entities/model.ts +129 -0
- package/src/internal/entities/object.ts +45 -0
- package/src/internal/entities/relation.ts +155 -0
- package/src/internal/entities/util.ts +33 -0
- package/src/internal/formats/date.test.ts +1 -1
- package/src/internal/formats/date.ts +5 -5
- package/src/internal/formats/format.test.ts +5 -5
- package/src/internal/formats/format.ts +3 -0
- package/src/internal/formats/number.ts +5 -5
- package/src/internal/formats/object.ts +2 -2
- package/src/internal/formats/string.ts +9 -9
- package/src/internal/formats/types.ts +44 -39
- package/src/internal/index.ts +29 -13
- package/src/internal/{json → json-schema}/annotations.ts +1 -1
- package/src/internal/json-schema/index.ts +2 -0
- package/src/internal/json-schema/json-schema-type.ts +4 -3
- package/src/internal/{json → json-schema}/json-schema.test.ts +230 -97
- package/src/internal/{json → json-schema}/json-schema.ts +67 -87
- package/src/internal/object/common.ts +3 -4
- package/src/internal/object/{create.test.ts → create-object.test.ts} +31 -33
- package/src/internal/object/{create.ts → create-object.ts} +34 -35
- package/src/internal/object/deleted.ts +6 -6
- package/src/internal/object/ids.ts +1 -1
- package/src/internal/object/index.ts +3 -12
- package/src/internal/object/inspect.ts +3 -5
- package/src/internal/object/json-serializer.test.ts +33 -38
- package/src/internal/object/json-serializer.ts +43 -38
- package/src/internal/object/schema-validator.ts +3 -2
- package/src/internal/object/typed-object.test.ts +1 -1
- package/src/internal/object/typed-object.ts +17 -4
- package/src/internal/proxy/handler.test.ts +30 -20
- package/src/internal/proxy/index.ts +6 -0
- package/src/internal/proxy/{reactive-object.ts → make-object.ts} +19 -14
- package/src/internal/proxy/schema.test.ts +5 -4
- package/src/internal/proxy/typed-handler.test.ts +28 -28
- package/src/internal/proxy/typed-handler.ts +11 -6
- package/src/internal/proxy/typed-object.test.ts +17 -12
- package/src/internal/ref/ref.test.ts +9 -8
- package/src/internal/ref/ref.ts +24 -20
- package/src/internal/{projection → schema}/compose.test.ts +5 -6
- package/src/internal/{projection → schema}/compose.ts +2 -1
- package/src/internal/schema/echo-schema.ts +30 -28
- package/src/internal/schema/index.ts +3 -4
- package/src/internal/schema/manipulation.ts +7 -1
- package/src/internal/schema/persistent-schema.ts +28 -0
- package/src/internal/schema/runtime-schema-registry.ts +4 -4
- package/src/internal/types/base.ts +58 -0
- package/src/internal/{ast/entity-kind.ts → types/entity.ts} +8 -0
- package/src/internal/types/index.ts +5 -2
- package/src/internal/{object → types}/meta.ts +32 -18
- package/src/internal/types/typename.ts +45 -0
- package/src/internal/types/version.ts +20 -0
- package/src/query/filter.ts +455 -0
- package/src/query/index.ts +4 -1
- package/src/query/order.ts +34 -0
- package/src/query/query.test.ts +188 -216
- package/src/query/query.ts +24 -505
- package/src/query/testing.ts +64 -0
- package/src/query/util.ts +25 -0
- package/src/testing/api.test.ts +100 -0
- package/src/testing/index.ts +3 -3
- package/src/testing/test-data.ts +130 -0
- package/src/testing/test-schema.ts +213 -0
- package/src/{internal/testing/utils.ts → testing/util.ts} +38 -14
- package/dist/lib/browser/chunk-MWLA34S5.mjs.map +0 -7
- package/dist/lib/browser/chunk-OAZJQHVO.mjs +0 -453
- package/dist/lib/browser/chunk-OAZJQHVO.mjs.map +0 -7
- package/dist/lib/browser/chunk-ORIE2FMS.mjs +0 -514
- package/dist/lib/browser/chunk-ORIE2FMS.mjs.map +0 -7
- package/dist/lib/browser/query/index.mjs +0 -23
- package/dist/lib/browser/query/index.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-AXWVDOP7.mjs +0 -453
- package/dist/lib/node-esm/chunk-AXWVDOP7.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-L4PBAJDP.mjs +0 -514
- package/dist/lib/node-esm/chunk-L4PBAJDP.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-YTNLFBIK.mjs.map +0 -7
- package/dist/lib/node-esm/query/index.mjs +0 -23
- package/dist/lib/node-esm/query/index.mjs.map +0 -7
- package/dist/types/src/internal/ast/annotation-helper.d.ts +0 -8
- package/dist/types/src/internal/ast/annotation-helper.d.ts.map +0 -1
- package/dist/types/src/internal/ast/annotations.d.ts +0 -119
- package/dist/types/src/internal/ast/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/ast/annotations.test.d.ts.map +0 -1
- package/dist/types/src/internal/ast/entity-kind.d.ts.map +0 -1
- package/dist/types/src/internal/ast/index.d.ts +0 -5
- package/dist/types/src/internal/ast/index.d.ts.map +0 -1
- package/dist/types/src/internal/ast/types.d.ts +0 -6
- package/dist/types/src/internal/ast/types.d.ts.map +0 -1
- package/dist/types/src/internal/json/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/json/effect-schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/json/index.d.ts +0 -2
- package/dist/types/src/internal/json/index.d.ts.map +0 -1
- package/dist/types/src/internal/json/json-schema.d.ts.map +0 -1
- package/dist/types/src/internal/json/json-schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/accessors.d.ts +0 -29
- package/dist/types/src/internal/object/accessors.d.ts.map +0 -1
- package/dist/types/src/internal/object/create.d.ts.map +0 -1
- package/dist/types/src/internal/object/create.test.d.ts +0 -2
- package/dist/types/src/internal/object/create.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/entity.d.ts +0 -22
- package/dist/types/src/internal/object/entity.d.ts.map +0 -1
- package/dist/types/src/internal/object/expando.d.ts.map +0 -1
- package/dist/types/src/internal/object/meta.d.ts.map +0 -1
- package/dist/types/src/internal/object/model.d.ts +0 -117
- package/dist/types/src/internal/object/model.d.ts.map +0 -1
- package/dist/types/src/internal/object/relation.d.ts +0 -17
- package/dist/types/src/internal/object/relation.d.ts.map +0 -1
- package/dist/types/src/internal/object/typed-relation.d.ts +0 -32
- package/dist/types/src/internal/object/typed-relation.d.ts.map +0 -1
- package/dist/types/src/internal/object/typename.d.ts +0 -15
- package/dist/types/src/internal/object/typename.d.ts.map +0 -1
- package/dist/types/src/internal/object/version.d.ts.map +0 -1
- package/dist/types/src/internal/projection/compose.d.ts.map +0 -1
- package/dist/types/src/internal/projection/compose.test.d.ts.map +0 -1
- package/dist/types/src/internal/projection/index.d.ts +0 -2
- package/dist/types/src/internal/projection/index.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/reactive-object.d.ts +0 -15
- package/dist/types/src/internal/proxy/reactive-object.d.ts.map +0 -1
- package/dist/types/src/internal/query/index.d.ts +0 -2
- package/dist/types/src/internal/query/index.d.ts.map +0 -1
- package/dist/types/src/internal/query/query.d.ts.map +0 -1
- package/dist/types/src/internal/schema/stored-schema.d.ts +0 -13
- package/dist/types/src/internal/schema/stored-schema.d.ts.map +0 -1
- package/dist/types/src/internal/testing/index.d.ts +0 -3
- package/dist/types/src/internal/testing/index.d.ts.map +0 -1
- package/dist/types/src/internal/testing/types.d.ts +0 -455
- package/dist/types/src/internal/testing/types.d.ts.map +0 -1
- package/dist/types/src/internal/testing/utils.d.ts.map +0 -1
- package/dist/types/src/internal/types/types.d.ts +0 -79
- package/dist/types/src/internal/types/types.d.ts.map +0 -1
- package/dist/types/src/internal/types/types.test.d.ts +0 -2
- package/dist/types/src/internal/types/types.test.d.ts.map +0 -1
- package/dist/types/src/internal/types/util.d.ts +0 -5
- package/dist/types/src/internal/types/util.d.ts.map +0 -1
- package/dist/types/src/query/tag.d.ts +0 -18
- package/dist/types/src/query/tag.d.ts.map +0 -1
- package/dist/types/src/testing/echo-schema.d.ts +0 -7
- package/dist/types/src/testing/echo-schema.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/internal/ast/annotation-helper.ts +0 -22
- package/src/internal/ast/annotations.ts +0 -212
- package/src/internal/ast/index.ts +0 -8
- package/src/internal/ast/types.ts +0 -17
- package/src/internal/json/index.ts +0 -5
- package/src/internal/object/accessors.ts +0 -115
- package/src/internal/object/entity.ts +0 -204
- package/src/internal/object/model.ts +0 -170
- package/src/internal/object/relation.ts +0 -24
- package/src/internal/object/typed-relation.ts +0 -85
- package/src/internal/object/typename.ts +0 -61
- package/src/internal/object/version.ts +0 -22
- package/src/internal/projection/index.ts +0 -5
- package/src/internal/query/index.ts +0 -5
- package/src/internal/schema/stored-schema.ts +0 -26
- package/src/internal/testing/index.ts +0 -6
- package/src/internal/testing/types.ts +0 -211
- package/src/internal/types/types.test.ts +0 -48
- package/src/internal/types/types.ts +0 -176
- package/src/internal/types/util.ts +0 -9
- package/src/query/tag.ts +0 -35
- package/src/test/api.test.ts +0 -180
- package/src/testing/echo-schema.ts +0 -39
- package/src/testing/types.ts +0 -91
- /package/dist/types/src/internal/{ast → annotations}/annotations.test.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/annotations.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/effect-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{json → json-schema}/json-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{projection → schema}/compose.d.ts +0 -0
- /package/dist/types/src/internal/{projection → schema}/compose.test.d.ts +0 -0
- /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
- /package/src/internal/{json → json-schema}/effect-schema.test.ts +0 -0
- /package/src/{internal/query/query.ts → query/types.ts} +0 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright 2024 DXOS.org
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import * as Schema from 'effect/Schema';
|
|
6
|
+
import type * as SchemaAST from 'effect/SchemaAST';
|
|
7
|
+
import type * as Types from 'effect/Types';
|
|
8
|
+
|
|
9
|
+
import { type ToMutable } from '@dxos/util';
|
|
10
|
+
|
|
11
|
+
import { type TypeMeta } from '../annotations';
|
|
12
|
+
import { type HasId } from '../types';
|
|
13
|
+
|
|
14
|
+
// TODO(burdon): Define Schema type for `typename` and use consistently for all DXN-like properties.
|
|
15
|
+
|
|
16
|
+
// type RequiredKeys<T> = { [K in keyof T]-?: {} extends Pick<T, K> ? never : K }[keyof T];
|
|
17
|
+
export type EchoTypeSchemaProps<T, ExtraFields = {}> = Types.Simplify<HasId & ToMutable<T> & ExtraFields>;
|
|
18
|
+
|
|
19
|
+
// TODO(burdon): Rename EchoEntitySchema.
|
|
20
|
+
export interface EchoTypeSchema<Self extends Schema.Schema.Any, ExtraFields = {}>
|
|
21
|
+
extends TypeMeta,
|
|
22
|
+
Schema.AnnotableClass<
|
|
23
|
+
EchoTypeSchema<Self, ExtraFields>,
|
|
24
|
+
EchoTypeSchemaProps<Schema.Schema.Type<Self>, ExtraFields>,
|
|
25
|
+
EchoTypeSchemaProps<Schema.Schema.Encoded<Self>, ExtraFields>,
|
|
26
|
+
Schema.Schema.Context<Self>
|
|
27
|
+
> {
|
|
28
|
+
// make(
|
|
29
|
+
// props: RequiredKeys<Schema.TypeLiteral.Constructor<Fields, []>> extends never
|
|
30
|
+
// ? void | Simplify<Schema.TypeLiteral.Constructor<Fields, []>>
|
|
31
|
+
// : Simplify<Schema.TypeLiteral.Constructor<Fields, []>>,
|
|
32
|
+
// options?: MakeOptions,
|
|
33
|
+
// ): Simplify<Schema.TypeLiteral.Type<Fields, []>>;
|
|
34
|
+
|
|
35
|
+
instanceOf(value: unknown): boolean;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// type MakeOptions =
|
|
39
|
+
// | boolean
|
|
40
|
+
// | {
|
|
41
|
+
// readonly disableValidation?: boolean;
|
|
42
|
+
// };
|
|
43
|
+
|
|
44
|
+
// NOTE: Utils copied from Effect `Schema.ts`.
|
|
45
|
+
// const _ownKeys = (o: object): Array<PropertyKey> =>
|
|
46
|
+
// (Object.keys(o) as Array<PropertyKey>).concat(Object.getOwnPropertySymbols(o));
|
|
47
|
+
|
|
48
|
+
// const _lazilyMergeDefaults = (
|
|
49
|
+
// fields: Schema.Struct.Fields,
|
|
50
|
+
// out: Record<PropertyKey, unknown>,
|
|
51
|
+
// ): { [x: string | symbol]: unknown } => {
|
|
52
|
+
// const ownKeys = _ownKeys(fields);
|
|
53
|
+
// for (const key of ownKeys) {
|
|
54
|
+
// const field = fields[key];
|
|
55
|
+
// if (out[key] === undefined && Schema.isPropertySignature(field)) {
|
|
56
|
+
// const ast = field.ast;
|
|
57
|
+
// const defaultValue = ast._tag === 'PropertySignatureDeclaration' ? ast.defaultValue : ast.to.defaultValue;
|
|
58
|
+
// if (defaultValue !== undefined) {
|
|
59
|
+
// out[key] = defaultValue();
|
|
60
|
+
// }
|
|
61
|
+
// }
|
|
62
|
+
// }
|
|
63
|
+
// return out;
|
|
64
|
+
// };
|
|
65
|
+
|
|
66
|
+
// const _getDisableValidationMakeOption = (options: MakeOptions | undefined): boolean =>
|
|
67
|
+
// Predicate.isBoolean(options) ? options : options?.disableValidation ?? false;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
export const makeEchoTypeSchema = <Self extends Schema.Schema.Any>(
|
|
73
|
+
// fields: Fields,
|
|
74
|
+
ast: SchemaAST.AST,
|
|
75
|
+
typename: string,
|
|
76
|
+
version: string,
|
|
77
|
+
): EchoTypeSchema<Self> => {
|
|
78
|
+
return class EchoObjectSchemaClass extends Schema.make<
|
|
79
|
+
EchoTypeSchemaProps<Schema.Schema.Type<Self>>,
|
|
80
|
+
EchoTypeSchemaProps<Schema.Schema.Encoded<Self>>,
|
|
81
|
+
Schema.Schema.Context<Self>
|
|
82
|
+
>(ast) {
|
|
83
|
+
static readonly typename = typename;
|
|
84
|
+
static readonly version = version;
|
|
85
|
+
|
|
86
|
+
static override annotations(
|
|
87
|
+
annotations: Schema.Annotations.GenericSchema<EchoTypeSchemaProps<Schema.Schema.Type<Self>>>,
|
|
88
|
+
): EchoTypeSchema<Self> {
|
|
89
|
+
const schema = Schema.make<EchoTypeSchemaProps<Schema.Schema.Type<Self>>>(ast).annotations(annotations);
|
|
90
|
+
return makeEchoTypeSchema<Self>(/* fields, */ schema.ast, typename, version);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// static make(
|
|
94
|
+
// props: RequiredKeys<Schema.TypeLiteral.Constructor<Fields, []>> extends never
|
|
95
|
+
// ? void | Simplify<Schema.TypeLiteral.Constructor<Fields, []>>
|
|
96
|
+
// : Simplify<Schema.TypeLiteral.Constructor<Fields, []>>,
|
|
97
|
+
// options?: MakeOptions,
|
|
98
|
+
// ): Simplify<Schema.TypeLiteral.Type<Fields, []>> {
|
|
99
|
+
// const propsWithDefaults: any = _lazilyMergeDefaults(fields, { ...(props as any) });
|
|
100
|
+
// return _getDisableValidationMakeOption(options)
|
|
101
|
+
// ? propsWithDefaults
|
|
102
|
+
// : ParseResult.validateSync(this)(propsWithDefaults);
|
|
103
|
+
// }
|
|
104
|
+
|
|
105
|
+
static instanceOf(value: unknown): boolean {
|
|
106
|
+
return Schema.is(this)(value);
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
};
|
|
@@ -4,18 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
import * as Schema from 'effect/Schema';
|
|
6
6
|
|
|
7
|
-
import {
|
|
7
|
+
import { EchoObjectSchema } from './object';
|
|
8
8
|
|
|
9
9
|
export const EXPANDO_TYPENAME = 'dxos.org/type/Expando';
|
|
10
10
|
|
|
11
11
|
const ExpandoSchema = Schema.Struct({}, { key: Schema.String, value: Schema.Any }).pipe(
|
|
12
|
-
|
|
12
|
+
EchoObjectSchema({
|
|
13
|
+
typename: EXPANDO_TYPENAME,
|
|
14
|
+
version: '0.1.0',
|
|
15
|
+
}),
|
|
13
16
|
);
|
|
14
17
|
|
|
15
18
|
/**
|
|
16
19
|
* Expando object is an object with an arbitrary set of properties.
|
|
17
20
|
*/
|
|
18
|
-
// TODO(dmaretskyi): Can we consider expando a top-type, i.e. have a ref to expando potentially be a valid ref to any object?
|
|
19
21
|
export interface Expando extends Schema.Schema.Type<typeof ExpandoSchema> {}
|
|
20
|
-
|
|
21
|
-
export const Expando: Schema.Schema<Expando> = ExpandoSchema;
|
|
22
|
+
export interface ExpandoEncoded extends Schema.Schema.Encoded<typeof ExpandoSchema> {}
|
|
23
|
+
export const Expando: Schema.Schema<Expando, ExpandoEncoded> = ExpandoSchema;
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright 2025 DXOS.org
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import type * as Schema from 'effect/Schema';
|
|
6
|
+
|
|
7
|
+
import { type ForeignKey } from '@dxos/echo-protocol';
|
|
8
|
+
import { invariant } from '@dxos/invariant';
|
|
9
|
+
import { DXN, ObjectId } from '@dxos/keys';
|
|
10
|
+
import { assumeType } from '@dxos/util';
|
|
11
|
+
|
|
12
|
+
import {
|
|
13
|
+
type ATTR_META,
|
|
14
|
+
type ATTR_TYPE,
|
|
15
|
+
EntityKind,
|
|
16
|
+
KindId,
|
|
17
|
+
type MetaId,
|
|
18
|
+
type ObjectMeta,
|
|
19
|
+
type SchemaId,
|
|
20
|
+
TypeId,
|
|
21
|
+
type Version,
|
|
22
|
+
} from '../types';
|
|
23
|
+
|
|
24
|
+
import {
|
|
25
|
+
type ATTR_RELATION_SOURCE,
|
|
26
|
+
type ATTR_RELATION_TARGET,
|
|
27
|
+
RelationSourceDXNId,
|
|
28
|
+
RelationSourceId,
|
|
29
|
+
RelationTargetDXNId,
|
|
30
|
+
RelationTargetId,
|
|
31
|
+
} from './relation';
|
|
32
|
+
|
|
33
|
+
//
|
|
34
|
+
// Defines the internal model of the echo object.
|
|
35
|
+
//
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Property name for self DXN when object is serialized to JSON.
|
|
39
|
+
*/
|
|
40
|
+
export const ATTR_SELF_DXN = '@dxn';
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* DXN to the object itself.
|
|
44
|
+
*/
|
|
45
|
+
export const SelfDXNId = Symbol.for('@dxos/echo/DXN');
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Property name for deleted when object is serialized to JSON.
|
|
49
|
+
*/
|
|
50
|
+
export const ATTR_DELETED = '@deleted';
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Deletion marker.
|
|
54
|
+
*/
|
|
55
|
+
export const ObjectDeletedId = Symbol.for('@dxos/echo/Deleted');
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Object version accessor symbol.
|
|
59
|
+
*/
|
|
60
|
+
export const ObjectVersionId: unique symbol = Symbol.for('@dxos/echo/Version');
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Internal runtime representation of an object.
|
|
64
|
+
* The fields are accessed through getter functions.
|
|
65
|
+
*/
|
|
66
|
+
export interface InternalObjectProps {
|
|
67
|
+
id: ObjectId;
|
|
68
|
+
|
|
69
|
+
// Echo supports untyped objects O_O.
|
|
70
|
+
readonly [TypeId]?: DXN;
|
|
71
|
+
|
|
72
|
+
//
|
|
73
|
+
readonly [SelfDXNId]?: DXN;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Returns the schema for the object.
|
|
77
|
+
*/
|
|
78
|
+
readonly [SchemaId]?: Schema.Schema.AnyNoContext;
|
|
79
|
+
readonly [KindId]: EntityKind;
|
|
80
|
+
readonly [MetaId]?: ObjectMeta;
|
|
81
|
+
readonly [ObjectDeletedId]?: boolean;
|
|
82
|
+
readonly [ObjectVersionId]?: Version;
|
|
83
|
+
readonly [RelationSourceDXNId]?: DXN;
|
|
84
|
+
readonly [RelationTargetDXNId]?: DXN;
|
|
85
|
+
readonly [RelationSourceId]?: InternalObjectProps;
|
|
86
|
+
readonly [RelationTargetId]?: InternalObjectProps;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Entity metadata.
|
|
91
|
+
*/
|
|
92
|
+
export interface ObjectMetaJSON {
|
|
93
|
+
keys: ForeignKey[];
|
|
94
|
+
tags?: string[];
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* JSON representation of an object or relation metadata.
|
|
99
|
+
*/
|
|
100
|
+
export interface ObjectJSON {
|
|
101
|
+
id: string;
|
|
102
|
+
[ATTR_TYPE]: DXN.String;
|
|
103
|
+
[ATTR_SELF_DXN]?: DXN.String;
|
|
104
|
+
[ATTR_DELETED]?: boolean;
|
|
105
|
+
[ATTR_META]?: ObjectMetaJSON;
|
|
106
|
+
[ATTR_RELATION_SOURCE]?: DXN.String;
|
|
107
|
+
[ATTR_RELATION_TARGET]?: DXN.String;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* NOTE: Keep as `function` to avoid type inference issues.
|
|
112
|
+
*/
|
|
113
|
+
export function assertObjectModel(obj: unknown): asserts obj is InternalObjectProps {
|
|
114
|
+
invariant(typeof obj === 'object' && obj !== null, 'Invalid object model: not an object');
|
|
115
|
+
assumeType<InternalObjectProps>(obj);
|
|
116
|
+
invariant(ObjectId.isValid(obj.id), 'Invalid object model: invalid id');
|
|
117
|
+
invariant(obj[TypeId] === undefined || obj[TypeId] instanceof DXN, 'Invalid object model: invalid type');
|
|
118
|
+
invariant(
|
|
119
|
+
obj[KindId] === EntityKind.Object || obj[KindId] === EntityKind.Relation,
|
|
120
|
+
'Invalid object model: invalid entity kind',
|
|
121
|
+
);
|
|
122
|
+
|
|
123
|
+
if (obj[KindId] === EntityKind.Relation) {
|
|
124
|
+
invariant(obj[RelationSourceDXNId] instanceof DXN, 'Invalid object model: invalid relation source');
|
|
125
|
+
invariant(obj[RelationTargetDXNId] instanceof DXN, 'Invalid object model: invalid relation target');
|
|
126
|
+
invariant(!(obj[RelationSourceId] instanceof DXN), 'Invalid object model: source pointer is a DXN');
|
|
127
|
+
invariant(!(obj[RelationTargetId] instanceof DXN), 'Invalid object model: target pointer is a DXN');
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright 2024 DXOS.org
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import * as Schema from 'effect/Schema';
|
|
6
|
+
import * as SchemaAST from 'effect/SchemaAST';
|
|
7
|
+
|
|
8
|
+
import { invariant } from '@dxos/invariant';
|
|
9
|
+
|
|
10
|
+
import { type TypeAnnotation, TypeAnnotationId, type TypeMeta, makeTypeJsonSchemaAnnotation } from '../annotations';
|
|
11
|
+
import { EntityKind } from '../types';
|
|
12
|
+
|
|
13
|
+
import { type EchoTypeSchema, makeEchoTypeSchema } from './entity';
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Schema for Obj entity types.
|
|
17
|
+
* Pipeable function to add ECHO object annotations to a schema.
|
|
18
|
+
*/
|
|
19
|
+
export const EchoObjectSchema: {
|
|
20
|
+
// TODO(burdon): Tighten Self type to Schema.TypeLiteral or Schema.Struct to facilitate definition of `make` method.
|
|
21
|
+
// (meta: TypeMeta): <Self extends Schema.Struct<Fields>, Fields extends Schema.Struct.Fields>(self: Self) => EchoObjectSchema<Self, Fields>;
|
|
22
|
+
(meta: TypeMeta): <Self extends Schema.Schema.Any>(self: Self) => EchoTypeSchema<Self>;
|
|
23
|
+
} = ({ typename, version }) => {
|
|
24
|
+
return <Self extends Schema.Schema.Any>(self: Self): EchoTypeSchema<Self> => {
|
|
25
|
+
invariant(typeof TypeAnnotationId === 'symbol', 'Sanity.');
|
|
26
|
+
invariant(SchemaAST.isTypeLiteral(self.ast), 'Schema must be a TypeLiteral.');
|
|
27
|
+
|
|
28
|
+
// TODO(dmaretskyi): Does `Schema.mutable` work for deep mutability here?
|
|
29
|
+
// TODO(dmaretskyi): Do not do mutable here.
|
|
30
|
+
const schemaWithId = Schema.extend(Schema.mutable(self), Schema.Struct({ id: Schema.String }));
|
|
31
|
+
const ast = SchemaAST.annotations(schemaWithId.ast, {
|
|
32
|
+
// TODO(dmaretskyi): `extend` kills the annotations.
|
|
33
|
+
...self.ast.annotations,
|
|
34
|
+
[TypeAnnotationId]: { kind: EntityKind.Object, typename, version } satisfies TypeAnnotation,
|
|
35
|
+
// TODO(dmaretskyi): TypeIdentifierAnnotationId?
|
|
36
|
+
[SchemaAST.JSONSchemaAnnotationId]: makeTypeJsonSchemaAnnotation({
|
|
37
|
+
kind: EntityKind.Object,
|
|
38
|
+
typename,
|
|
39
|
+
version,
|
|
40
|
+
}),
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
return makeEchoTypeSchema<Self>(/* self.fields, */ ast, typename, version);
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright 2025 DXOS.org
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import * as Schema from 'effect/Schema';
|
|
6
|
+
import * as SchemaAST from 'effect/SchemaAST';
|
|
7
|
+
|
|
8
|
+
import { raise } from '@dxos/debug';
|
|
9
|
+
import { assertArgument, invariant } from '@dxos/invariant';
|
|
10
|
+
import { DXN } from '@dxos/keys';
|
|
11
|
+
|
|
12
|
+
import {
|
|
13
|
+
type TypeAnnotation,
|
|
14
|
+
TypeAnnotationId,
|
|
15
|
+
type TypeMeta,
|
|
16
|
+
getEntityKind,
|
|
17
|
+
getSchemaTypename,
|
|
18
|
+
getTypeIdentifierAnnotation,
|
|
19
|
+
makeTypeJsonSchemaAnnotation,
|
|
20
|
+
} from '../annotations';
|
|
21
|
+
import { EntityKind } from '../types';
|
|
22
|
+
|
|
23
|
+
import { type EchoTypeSchema, makeEchoTypeSchema } from './entity';
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Property name for relation source when object is serialized to JSON.
|
|
27
|
+
*/
|
|
28
|
+
export const ATTR_RELATION_SOURCE = '@relationSource';
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Used to access relation source ref on live ECHO objects.
|
|
32
|
+
* Reading this symbol must return `Live<EchoObjectSchema<any>>` or a DXN.
|
|
33
|
+
*/
|
|
34
|
+
export const RelationSourceId: unique symbol = Symbol.for('@dxos/echo/RelationSource');
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Used to access relation source ref on live ECHO objects.
|
|
38
|
+
* Reading this symbol must return `Live<EchoObjectSchema<any>>` or a DXN.
|
|
39
|
+
*/
|
|
40
|
+
export const RelationSourceDXNId: unique symbol = Symbol.for('@dxos/echo/RelationSourceDXN');
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Property name for relation target when object is serialized to JSON.
|
|
44
|
+
*/
|
|
45
|
+
export const ATTR_RELATION_TARGET = '@relationTarget';
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Used to access relation target ref on live ECHO objects.
|
|
49
|
+
* Reading this symbol must return `Live<EchoObjectSchema<any>>` or a DXN.
|
|
50
|
+
*/
|
|
51
|
+
export const RelationTargetId: unique symbol = Symbol.for('@dxos/echo/RelationTarget');
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Used to access relation target ref on live ECHO objects.
|
|
55
|
+
* Reading this symbol must return `Live<EchoObjectSchema<any>>` or a DXN.
|
|
56
|
+
*/
|
|
57
|
+
export const RelationTargetDXNId: unique symbol = Symbol.for('@dxos/echo/RelationTargetDXN');
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Source and target props on relations.
|
|
61
|
+
*/
|
|
62
|
+
// TODO(burdon): any?
|
|
63
|
+
export type RelationSourceTargetRefs<Source = any, Target = any> = {
|
|
64
|
+
/**
|
|
65
|
+
* Source ECHO live object.
|
|
66
|
+
*/
|
|
67
|
+
[RelationSourceId]: Source;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Target ECHO live object.
|
|
71
|
+
*/
|
|
72
|
+
[RelationTargetId]: Target;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export type RelationSource<R> = R extends RelationSourceTargetRefs<infer Source, infer _Target> ? Source : never;
|
|
76
|
+
export type RelationTarget<R> = R extends RelationSourceTargetRefs<infer _Source, infer Target> ? Target : never;
|
|
77
|
+
|
|
78
|
+
export type EchoRelationSchemaOptions<
|
|
79
|
+
TSource extends Schema.Schema.AnyNoContext,
|
|
80
|
+
TTarget extends Schema.Schema.AnyNoContext,
|
|
81
|
+
> = TypeMeta & {
|
|
82
|
+
source: TSource;
|
|
83
|
+
target: TTarget;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Schema for Relation entity types.
|
|
88
|
+
*/
|
|
89
|
+
export const EchoRelationSchema = <
|
|
90
|
+
Source extends Schema.Schema.AnyNoContext,
|
|
91
|
+
Target extends Schema.Schema.AnyNoContext,
|
|
92
|
+
>({
|
|
93
|
+
source,
|
|
94
|
+
target,
|
|
95
|
+
typename,
|
|
96
|
+
version,
|
|
97
|
+
}: EchoRelationSchemaOptions<Source, Target>) => {
|
|
98
|
+
assertArgument(Schema.isSchema(source), 'source');
|
|
99
|
+
assertArgument(Schema.isSchema(target), 'target');
|
|
100
|
+
const sourceDXN = getDXNForRelationSchemaRef(source);
|
|
101
|
+
const targetDXN = getDXNForRelationSchemaRef(target);
|
|
102
|
+
if (getEntityKind(source) !== EntityKind.Object) {
|
|
103
|
+
raise(new Error('Source schema must be an echo object schema.'));
|
|
104
|
+
}
|
|
105
|
+
if (getEntityKind(target) !== EntityKind.Object) {
|
|
106
|
+
raise(new Error('Target schema must be an echo object schema.'));
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
return <Self extends Schema.Schema.Any>(
|
|
110
|
+
self: Self,
|
|
111
|
+
): EchoTypeSchema<Self, RelationSourceTargetRefs<Schema.Schema.Type<Source>, Schema.Schema.Type<Target>>> => {
|
|
112
|
+
invariant(SchemaAST.isTypeLiteral(self.ast), 'Schema must be a TypeLiteral.');
|
|
113
|
+
|
|
114
|
+
// TODO(dmaretskyi): Does `Schema.mutable` work for deep mutability here?
|
|
115
|
+
// TODO(dmaretskyi): Do not do mutable here.
|
|
116
|
+
const schemaWithId = Schema.extend(Schema.mutable(self), Schema.Struct({ id: Schema.String }));
|
|
117
|
+
const ast = SchemaAST.annotations(schemaWithId.ast, {
|
|
118
|
+
// TODO(dmaretskyi): `extend` kills the annotations.
|
|
119
|
+
...self.ast.annotations,
|
|
120
|
+
[TypeAnnotationId]: {
|
|
121
|
+
kind: EntityKind.Relation,
|
|
122
|
+
typename,
|
|
123
|
+
version,
|
|
124
|
+
sourceSchema: sourceDXN,
|
|
125
|
+
targetSchema: targetDXN,
|
|
126
|
+
} satisfies TypeAnnotation,
|
|
127
|
+
// TODO(dmaretskyi): TypeIdentifierAnnotationId?
|
|
128
|
+
|
|
129
|
+
[SchemaAST.JSONSchemaAnnotationId]: makeTypeJsonSchemaAnnotation({
|
|
130
|
+
kind: EntityKind.Relation,
|
|
131
|
+
typename,
|
|
132
|
+
version,
|
|
133
|
+
relationSource: sourceDXN,
|
|
134
|
+
relationTarget: targetDXN,
|
|
135
|
+
}),
|
|
136
|
+
});
|
|
137
|
+
|
|
138
|
+
return makeEchoTypeSchema<Self>(/* self.fields, */ ast, typename, version);
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
const getDXNForRelationSchemaRef = (schema: Schema.Schema.Any): string => {
|
|
143
|
+
assertArgument(Schema.isSchema(schema), 'schema');
|
|
144
|
+
const identifier = getTypeIdentifierAnnotation(schema);
|
|
145
|
+
if (identifier) {
|
|
146
|
+
return identifier;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
const typename = getSchemaTypename(schema);
|
|
150
|
+
if (!typename) {
|
|
151
|
+
throw new Error('Schema must have a typename');
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
return DXN.fromTypename(typename).toString();
|
|
155
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright 2024 DXOS.org
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import * as Schema from 'effect/Schema';
|
|
6
|
+
|
|
7
|
+
import { assertArgument, invariant } from '@dxos/invariant';
|
|
8
|
+
import { DXN, ObjectId } from '@dxos/keys';
|
|
9
|
+
import { assumeType } from '@dxos/util';
|
|
10
|
+
|
|
11
|
+
import { type InternalObjectProps, SelfDXNId } from './model';
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Returns a DXN for an object or schema.
|
|
15
|
+
*
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export const getObjectDXN = (object: any): DXN | undefined => {
|
|
19
|
+
invariant(!Schema.isSchema(object), 'schema not allowed in this function');
|
|
20
|
+
assertArgument(typeof object === 'object' && object != null, 'object', 'expected object');
|
|
21
|
+
assumeType<InternalObjectProps>(object);
|
|
22
|
+
|
|
23
|
+
if (object[SelfDXNId]) {
|
|
24
|
+
invariant(object[SelfDXNId] instanceof DXN, 'Invalid object model: invalid self dxn');
|
|
25
|
+
return object[SelfDXNId];
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
if (!ObjectId.isValid(object.id)) {
|
|
29
|
+
throw new TypeError('Object id is not valid.');
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
return DXN.fromLocalObjectId(object.id);
|
|
33
|
+
};
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import * as Schema from 'effect/Schema';
|
|
6
6
|
import * as SchemaAST from 'effect/SchemaAST';
|
|
7
7
|
|
|
8
|
-
import { FormatAnnotation,
|
|
8
|
+
import { FormatAnnotation, TypeFormat } from './types';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Datetime values should be stored as ISO strings or unix numbers (ms) in UTC.
|
|
@@ -102,7 +102,7 @@ export const DateOnly = /* Schema.transformOrFail(Schema.String, SimpleDate, {
|
|
|
102
102
|
);
|
|
103
103
|
},
|
|
104
104
|
}) */ Schema.String.pipe(
|
|
105
|
-
FormatAnnotation.set(
|
|
105
|
+
FormatAnnotation.set(TypeFormat.Date),
|
|
106
106
|
Schema.annotations({
|
|
107
107
|
title: 'Date',
|
|
108
108
|
description: 'Valid date in ISO format',
|
|
@@ -132,7 +132,7 @@ export const TimeOnly = /* Schema.transformOrFail(Schema.String, SimpleTime, {
|
|
|
132
132
|
);
|
|
133
133
|
},
|
|
134
134
|
}) */ Schema.String.pipe(
|
|
135
|
-
FormatAnnotation.set(
|
|
135
|
+
FormatAnnotation.set(TypeFormat.Time),
|
|
136
136
|
Schema.annotations({
|
|
137
137
|
title: 'Time',
|
|
138
138
|
description: 'Valid time in ISO format',
|
|
@@ -177,7 +177,7 @@ export const DateTime = /* Schema.transformOrFail(Schema.String, SimpleDateTime,
|
|
|
177
177
|
);
|
|
178
178
|
},
|
|
179
179
|
}) */ Schema.String.pipe(
|
|
180
|
-
FormatAnnotation.set(
|
|
180
|
+
FormatAnnotation.set(TypeFormat.DateTime),
|
|
181
181
|
Schema.annotations({
|
|
182
182
|
title: 'DateTime',
|
|
183
183
|
description: 'Valid date and time in ISO format',
|
|
@@ -189,7 +189,7 @@ export const DateTime = /* Schema.transformOrFail(Schema.String, SimpleDateTime,
|
|
|
189
189
|
*/
|
|
190
190
|
// TODO(burdon): Define duration type.
|
|
191
191
|
export const Duration = Schema.String.pipe(
|
|
192
|
-
FormatAnnotation.set(
|
|
192
|
+
FormatAnnotation.set(TypeFormat.Duration),
|
|
193
193
|
Schema.annotations({
|
|
194
194
|
title: 'Duration',
|
|
195
195
|
description: 'Duration in ISO 8601 format',
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
import * as Schema from 'effect/Schema';
|
|
6
6
|
import { describe, test } from 'vitest';
|
|
7
7
|
|
|
8
|
-
import { toJsonSchema } from '../json';
|
|
8
|
+
import { toJsonSchema } from '../json-schema';
|
|
9
9
|
|
|
10
10
|
import { Format } from './format';
|
|
11
|
-
import {
|
|
11
|
+
import { TypeEnum, TypeFormat, getTypeEnum } from './types';
|
|
12
12
|
|
|
13
13
|
describe('formats', () => {
|
|
14
14
|
test('annotations', ({ expect }) => {
|
|
@@ -48,7 +48,7 @@ describe('formats', () => {
|
|
|
48
48
|
expect(getTypeEnum(prop)).to.eq(TypeEnum.String);
|
|
49
49
|
expect(prop).includes({
|
|
50
50
|
type: TypeEnum.String,
|
|
51
|
-
format:
|
|
51
|
+
format: TypeFormat.Email,
|
|
52
52
|
title: 'Email',
|
|
53
53
|
});
|
|
54
54
|
}
|
|
@@ -58,7 +58,7 @@ describe('formats', () => {
|
|
|
58
58
|
expect(getTypeEnum(prop)).to.eq(TypeEnum.Number);
|
|
59
59
|
expect(prop).includes({
|
|
60
60
|
type: TypeEnum.Number,
|
|
61
|
-
format:
|
|
61
|
+
format: TypeFormat.Currency,
|
|
62
62
|
title: 'Currency',
|
|
63
63
|
multipleOf: 0.01,
|
|
64
64
|
currency: 'USD',
|
|
@@ -70,7 +70,7 @@ describe('formats', () => {
|
|
|
70
70
|
expect(getTypeEnum(prop)).to.eq(TypeEnum.String);
|
|
71
71
|
expect(prop).includes({
|
|
72
72
|
type: TypeEnum.String,
|
|
73
|
-
format:
|
|
73
|
+
format: TypeFormat.Date,
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
76
|
});
|
|
@@ -10,6 +10,7 @@ import * as DateUtil from './date';
|
|
|
10
10
|
import * as NumberUtil from './number';
|
|
11
11
|
import * as ObjectUtil from './object';
|
|
12
12
|
import * as StringUtil from './string';
|
|
13
|
+
import { TypeFormat as TypeFormatEnum } from './types';
|
|
13
14
|
|
|
14
15
|
// TODO(burdon): Consider factoring out to separate `@dxos/json-schema`
|
|
15
16
|
// TODO(burdon): Media encoding.
|
|
@@ -22,6 +23,8 @@ import * as StringUtil from './string';
|
|
|
22
23
|
*/
|
|
23
24
|
// TODO(burdon): Add fields for `examples`, `message`, etc.
|
|
24
25
|
export namespace Format {
|
|
26
|
+
export import TypeFormat = TypeFormatEnum;
|
|
27
|
+
|
|
25
28
|
// Strings
|
|
26
29
|
export const DXN = Keys.DXN.Schema;
|
|
27
30
|
export const Email = StringUtil.Email;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import * as Schema from 'effect/Schema';
|
|
6
6
|
|
|
7
|
-
import { FormatAnnotation,
|
|
7
|
+
import { FormatAnnotation, TypeFormat } from './types';
|
|
8
8
|
|
|
9
9
|
const encodeMultipleOf = (divisor: number) => 1 / Math.pow(10, divisor);
|
|
10
10
|
|
|
@@ -37,7 +37,7 @@ export type CurrencyAnnotation = {
|
|
|
37
37
|
export const Currency = ({ decimals, code }: CurrencyAnnotation = { decimals: 2 }) =>
|
|
38
38
|
Schema.Number.pipe(
|
|
39
39
|
encodeMultiple(decimals),
|
|
40
|
-
FormatAnnotation.set(
|
|
40
|
+
FormatAnnotation.set(TypeFormat.Currency),
|
|
41
41
|
Schema.annotations({
|
|
42
42
|
title: 'Currency',
|
|
43
43
|
description: 'Currency value',
|
|
@@ -55,7 +55,7 @@ export type PercentAnnotation = {
|
|
|
55
55
|
export const Integer = () =>
|
|
56
56
|
Schema.Number.pipe(
|
|
57
57
|
Schema.int(),
|
|
58
|
-
FormatAnnotation.set(
|
|
58
|
+
FormatAnnotation.set(TypeFormat.Integer),
|
|
59
59
|
Schema.annotations({
|
|
60
60
|
title: 'Integer',
|
|
61
61
|
description: 'Integer value',
|
|
@@ -69,7 +69,7 @@ export const Integer = () =>
|
|
|
69
69
|
export const Percent = ({ decimals }: PercentAnnotation = { decimals: 2 }) =>
|
|
70
70
|
Schema.Number.pipe(
|
|
71
71
|
encodeMultiple(decimals),
|
|
72
|
-
FormatAnnotation.set(
|
|
72
|
+
FormatAnnotation.set(TypeFormat.Percent),
|
|
73
73
|
Schema.annotations({
|
|
74
74
|
title: 'Percent',
|
|
75
75
|
description: 'Percentage value',
|
|
@@ -81,7 +81,7 @@ export const Percent = ({ decimals }: PercentAnnotation = { decimals: 2 }) =>
|
|
|
81
81
|
* https://en.wikipedia.org/wiki/Unix_time
|
|
82
82
|
*/
|
|
83
83
|
export const Timestamp = Schema.Number.pipe(
|
|
84
|
-
FormatAnnotation.set(
|
|
84
|
+
FormatAnnotation.set(TypeFormat.Timestamp),
|
|
85
85
|
Schema.annotations({
|
|
86
86
|
title: 'Timestamp',
|
|
87
87
|
description: 'Unix timestamp',
|
|
@@ -6,7 +6,7 @@ import * as Schema from 'effect/Schema';
|
|
|
6
6
|
|
|
7
7
|
import { clamp } from '@dxos/util';
|
|
8
8
|
|
|
9
|
-
import { FormatAnnotation,
|
|
9
|
+
import { FormatAnnotation, TypeFormat } from './types';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* GeoJSON Format
|
|
@@ -27,7 +27,7 @@ export const GeoPoint = Schema.Tuple(
|
|
|
27
27
|
title: 'Height ASL (m)',
|
|
28
28
|
}),
|
|
29
29
|
).pipe(
|
|
30
|
-
FormatAnnotation.set(
|
|
30
|
+
FormatAnnotation.set(TypeFormat.GeoPoint),
|
|
31
31
|
Schema.annotations({
|
|
32
32
|
title: 'GeoPoint',
|
|
33
33
|
description: 'GeoJSON Position',
|