@dxos/echo 0.8.4-main.c4373fc → 0.8.4-main.cb12b3f963
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 +3 -4
- package/dist/lib/neutral/Annotation.mjs +37 -0
- package/dist/lib/neutral/Database.mjs +49 -0
- package/dist/lib/neutral/Entity.mjs +61 -0
- package/dist/lib/neutral/Err.mjs +12 -0
- package/dist/lib/neutral/Extension.mjs +18 -0
- package/dist/lib/neutral/Feed.mjs +50 -0
- package/dist/lib/neutral/Filter.mjs +72 -0
- package/dist/lib/neutral/Filter.mjs.map +7 -0
- package/dist/lib/neutral/Format.mjs +66 -0
- package/dist/lib/neutral/Format.mjs.map +7 -0
- package/dist/lib/neutral/JsonSchema.mjs +19 -0
- package/dist/lib/neutral/JsonSchema.mjs.map +7 -0
- package/dist/lib/neutral/Key.mjs +12 -0
- package/dist/lib/neutral/Key.mjs.map +7 -0
- package/dist/lib/neutral/Migration.mjs +17 -0
- package/dist/lib/neutral/Migration.mjs.map +7 -0
- package/dist/lib/neutral/Obj.mjs +113 -0
- package/dist/lib/neutral/Obj.mjs.map +7 -0
- package/dist/lib/neutral/Order.mjs +12 -0
- package/dist/lib/neutral/Order.mjs.map +7 -0
- package/dist/lib/neutral/Query.mjs +38 -0
- package/dist/lib/neutral/Query.mjs.map +7 -0
- package/dist/lib/neutral/QueryResult.mjs +2 -0
- package/dist/lib/neutral/QueryResult.mjs.map +7 -0
- package/dist/lib/neutral/Ref.mjs +24 -0
- package/dist/lib/neutral/Ref.mjs.map +7 -0
- package/dist/lib/neutral/Relation.mjs +94 -0
- package/dist/lib/neutral/Relation.mjs.map +7 -0
- package/dist/lib/neutral/SchemaRegistry.mjs +2 -0
- package/dist/lib/neutral/SchemaRegistry.mjs.map +7 -0
- package/dist/lib/neutral/Tag.mjs +29 -0
- package/dist/lib/neutral/Tag.mjs.map +7 -0
- package/dist/lib/neutral/Type.mjs +37 -0
- package/dist/lib/neutral/Type.mjs.map +7 -0
- package/dist/lib/neutral/chunk-3U5PIVPZ.mjs +354 -0
- package/dist/lib/neutral/chunk-3U5PIVPZ.mjs.map +7 -0
- package/dist/lib/neutral/chunk-44HT3MEC.mjs +73 -0
- package/dist/lib/neutral/chunk-44HT3MEC.mjs.map +7 -0
- package/dist/lib/neutral/chunk-4VTRFJV3.mjs +128 -0
- package/dist/lib/neutral/chunk-4VTRFJV3.mjs.map +7 -0
- package/dist/lib/neutral/chunk-5NR2KWDU.mjs +34 -0
- package/dist/lib/neutral/chunk-5NR2KWDU.mjs.map +7 -0
- package/dist/lib/neutral/chunk-62RJTYOZ.mjs +346 -0
- package/dist/lib/neutral/chunk-62RJTYOZ.mjs.map +7 -0
- package/dist/lib/neutral/chunk-7OO5B5DD.mjs +45 -0
- package/dist/lib/neutral/chunk-7OO5B5DD.mjs.map +7 -0
- package/dist/lib/neutral/chunk-7RVZT53K.mjs +21 -0
- package/dist/lib/neutral/chunk-7RVZT53K.mjs.map +7 -0
- package/dist/lib/neutral/chunk-AG7JS76F.mjs +56 -0
- package/dist/lib/neutral/chunk-AG7JS76F.mjs.map +7 -0
- package/dist/lib/neutral/chunk-AVPYX7FF.mjs +2436 -0
- package/dist/lib/neutral/chunk-AVPYX7FF.mjs.map +7 -0
- package/dist/lib/neutral/chunk-BCKTAKBX.mjs +270 -0
- package/dist/lib/neutral/chunk-BCKTAKBX.mjs.map +7 -0
- package/dist/lib/neutral/chunk-BICZKPQG.mjs +7 -0
- package/dist/lib/neutral/chunk-BICZKPQG.mjs.map +7 -0
- package/dist/lib/neutral/chunk-GECFB2UL.mjs +345 -0
- package/dist/lib/neutral/chunk-GECFB2UL.mjs.map +7 -0
- package/dist/lib/neutral/chunk-GWFFC34K.mjs +50 -0
- package/dist/lib/neutral/chunk-GWFFC34K.mjs.map +7 -0
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs.map +7 -0
- package/dist/lib/neutral/chunk-M7ET73JD.mjs +206 -0
- package/dist/lib/neutral/chunk-M7ET73JD.mjs.map +7 -0
- package/dist/lib/neutral/chunk-N4B7FHQT.mjs +67 -0
- package/dist/lib/neutral/chunk-N4B7FHQT.mjs.map +7 -0
- package/dist/lib/neutral/chunk-NCSIQP3L.mjs +420 -0
- package/dist/lib/neutral/chunk-NCSIQP3L.mjs.map +7 -0
- package/dist/lib/neutral/chunk-NGQNU3KX.mjs +45 -0
- package/dist/lib/neutral/chunk-NGQNU3KX.mjs.map +7 -0
- package/dist/lib/neutral/chunk-PRCRETDK.mjs +36 -0
- package/dist/lib/neutral/chunk-PRCRETDK.mjs.map +7 -0
- package/dist/lib/neutral/chunk-S4JXD2RO.mjs +318 -0
- package/dist/lib/neutral/chunk-S4JXD2RO.mjs.map +7 -0
- package/dist/lib/neutral/chunk-SVEGO3DJ.mjs +125 -0
- package/dist/lib/neutral/chunk-SVEGO3DJ.mjs.map +7 -0
- package/dist/lib/neutral/chunk-TRPZU2HV.mjs +402 -0
- package/dist/lib/neutral/chunk-TRPZU2HV.mjs.map +7 -0
- package/dist/lib/neutral/chunk-TTCSATUD.mjs +42 -0
- package/dist/lib/neutral/chunk-TTCSATUD.mjs.map +7 -0
- package/dist/lib/neutral/chunk-TTUIJXGD.mjs +132 -0
- package/dist/lib/neutral/chunk-TTUIJXGD.mjs.map +7 -0
- package/dist/lib/neutral/chunk-V72DY6LU.mjs +7 -0
- package/dist/lib/neutral/chunk-V72DY6LU.mjs.map +7 -0
- package/dist/lib/neutral/chunk-WGMPVUUL.mjs +81 -0
- package/dist/lib/neutral/chunk-WGMPVUUL.mjs.map +7 -0
- package/dist/lib/neutral/chunk-YDRLYZKW.mjs +27 -0
- package/dist/lib/neutral/chunk-YDRLYZKW.mjs.map +7 -0
- package/dist/lib/neutral/chunk-Z25FPDXG.mjs +734 -0
- package/dist/lib/neutral/chunk-Z25FPDXG.mjs.map +7 -0
- package/dist/lib/neutral/chunk-ZISMEVKD.mjs +51 -0
- package/dist/lib/neutral/chunk-ZISMEVKD.mjs.map +7 -0
- package/dist/lib/neutral/index.mjs +107 -0
- package/dist/lib/neutral/index.mjs.map +7 -0
- package/dist/lib/{node-esm → neutral}/internal/index.mjs +296 -148
- package/dist/lib/neutral/internal/index.mjs.map +7 -0
- package/dist/lib/neutral/meta.json +1 -0
- package/dist/lib/neutral/testing/index.mjs +375 -0
- package/dist/lib/neutral/testing/index.mjs.map +7 -0
- package/dist/types/src/Annotation.d.ts +24 -0
- package/dist/types/src/Annotation.d.ts.map +1 -0
- package/dist/types/src/Collection.d.ts +16 -0
- package/dist/types/src/Collection.d.ts.map +1 -0
- package/dist/types/src/Database.d.ts +201 -0
- package/dist/types/src/Database.d.ts.map +1 -0
- package/dist/types/src/Dataset.d.ts +19 -0
- package/dist/types/src/Dataset.d.ts.map +1 -0
- package/dist/types/src/Entity.d.ts +174 -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 +107 -0
- package/dist/types/src/Err.d.ts.map +1 -0
- package/dist/types/src/Extension.d.ts +80 -0
- package/dist/types/src/Extension.d.ts.map +1 -0
- package/dist/types/src/Extension.test.d.ts +2 -0
- package/dist/types/src/Extension.test.d.ts.map +1 -0
- package/dist/types/src/Feed.d.ts +182 -0
- package/dist/types/src/Feed.d.ts.map +1 -0
- package/dist/types/src/Filter.d.ts +149 -0
- package/dist/types/src/Filter.d.ts.map +1 -0
- package/dist/types/src/Filter.test.d.ts +2 -0
- package/dist/types/src/Filter.test.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 +65 -0
- package/dist/types/src/Hypergraph.d.ts.map +1 -0
- package/dist/types/src/Json.d.ts +33 -0
- package/dist/types/src/Json.d.ts.map +1 -0
- package/dist/types/src/Json.test.d.ts +2 -0
- package/dist/types/src/Json.test.d.ts.map +1 -0
- package/dist/types/src/JsonSchema.d.ts +16 -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/Migration.d.ts +57 -0
- package/dist/types/src/Migration.d.ts.map +1 -0
- package/dist/types/src/Obj.d.ts +440 -96
- 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 +213 -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 +61 -11
- package/dist/types/src/Ref.d.ts.map +1 -1
- package/dist/types/src/Relation.d.ts +287 -21
- 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 +18 -0
- package/dist/types/src/Tag.d.ts.map +1 -0
- package/dist/types/src/Type.d.ts +123 -99
- 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/View.d.ts +68 -0
- package/dist/types/src/View.d.ts.map +1 -0
- package/dist/types/src/exemplars.test.d.ts +2 -0
- package/dist/types/src/exemplars.test.d.ts.map +1 -0
- package/dist/types/src/hierarchy.test.d.ts +2 -0
- package/dist/types/src/hierarchy.test.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +22 -5
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/internal/Annotation/annotations.d.ts +231 -0
- package/dist/types/src/internal/Annotation/annotations.d.ts.map +1 -0
- package/dist/types/src/internal/Annotation/annotations.test.d.ts.map +1 -0
- package/dist/types/src/internal/Annotation/index.d.ts +4 -0
- package/dist/types/src/internal/Annotation/index.d.ts.map +1 -0
- package/dist/types/src/internal/Annotation/sorting.d.ts +24 -0
- package/dist/types/src/internal/Annotation/sorting.d.ts.map +1 -0
- package/dist/types/src/internal/Annotation/util.d.ts +39 -0
- package/dist/types/src/internal/Annotation/util.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/api.d.ts +13 -0
- package/dist/types/src/internal/Entity/api.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/entity.d.ts +20 -0
- package/dist/types/src/internal/Entity/entity.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/index.d.ts +8 -0
- package/dist/types/src/internal/Entity/index.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/model.d.ts +55 -0
- package/dist/types/src/internal/Entity/model.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/object.d.ts +18 -0
- package/dist/types/src/internal/Entity/object.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/relation.d.ts +35 -0
- package/dist/types/src/internal/Entity/relation.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/util.d.ts +2 -0
- package/dist/types/src/internal/Entity/util.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/version.d.ts +42 -0
- package/dist/types/src/internal/Entity/version.d.ts.map +1 -0
- package/dist/types/src/internal/Format/date.d.ts.map +1 -0
- package/dist/types/src/internal/Format/date.test.d.ts.map +1 -0
- package/dist/types/src/internal/{formats → Format}/format.d.ts +4 -2
- package/dist/types/src/internal/Format/format.d.ts.map +1 -0
- package/dist/types/src/internal/Format/format.test.d.ts.map +1 -0
- package/dist/types/src/internal/Format/index.d.ts.map +1 -0
- package/dist/types/src/internal/Format/number.d.ts.map +1 -0
- package/dist/types/src/internal/Format/object.d.ts.map +1 -0
- package/dist/types/src/internal/{formats → Format}/select.d.ts +6 -4
- package/dist/types/src/internal/Format/select.d.ts.map +1 -0
- package/dist/types/src/internal/{formats → Format}/string.d.ts +4 -0
- package/dist/types/src/internal/Format/string.d.ts.map +1 -0
- package/dist/types/src/internal/{formats → Format}/types.d.ts +14 -10
- package/dist/types/src/internal/Format/types.d.ts.map +1 -0
- package/dist/types/src/internal/{json → JsonSchema}/annotations.d.ts +1 -1
- package/dist/types/src/internal/JsonSchema/annotations.d.ts.map +1 -0
- package/dist/types/src/internal/JsonSchema/effect-schema.test.d.ts.map +1 -0
- package/dist/types/src/internal/JsonSchema/index.d.ts +5 -0
- package/dist/types/src/internal/JsonSchema/index.d.ts.map +1 -0
- package/dist/types/src/internal/JsonSchema/json-schema-normalize.d.ts.map +1 -0
- package/dist/types/src/internal/{json-schema → JsonSchema}/json-schema-type.d.ts +131 -30
- package/dist/types/src/internal/JsonSchema/json-schema-type.d.ts.map +1 -0
- package/dist/types/src/internal/{json → JsonSchema}/json-schema.d.ts +5 -7
- package/dist/types/src/internal/JsonSchema/json-schema.d.ts.map +1 -0
- package/dist/types/src/internal/JsonSchema/json-schema.test.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/clone.d.ts +8 -0
- package/dist/types/src/internal/Obj/clone.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/common.d.ts.map +1 -0
- package/dist/types/src/internal/{object/create.d.ts → Obj/create-object.d.ts} +10 -11
- package/dist/types/src/internal/Obj/create-object.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/create-object.test.d.ts +2 -0
- package/dist/types/src/internal/Obj/create-object.test.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/deleted.d.ts +6 -0
- package/dist/types/src/internal/Obj/deleted.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/ids.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/index.d.ts +11 -0
- package/dist/types/src/internal/Obj/index.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/inspect.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/json-serializer.d.ts +45 -0
- package/dist/types/src/internal/Obj/json-serializer.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/json-serializer.test.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/schema-validator.d.ts +2 -0
- package/dist/types/src/internal/Obj/schema-validator.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/schema-validator.test.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/set-value.d.ts +7 -0
- package/dist/types/src/internal/Obj/set-value.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/set-value.test.d.ts +2 -0
- package/dist/types/src/internal/Obj/set-value.test.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/snapshot.d.ts +6 -0
- package/dist/types/src/internal/Obj/snapshot.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/typed-object.d.ts +25 -0
- package/dist/types/src/internal/Obj/typed-object.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/typed-object.test.d.ts.map +1 -0
- package/dist/types/src/internal/Query.d.ts +10 -0
- package/dist/types/src/internal/Query.d.ts.map +1 -0
- package/dist/types/src/internal/Ref/index.d.ts.map +1 -0
- package/dist/types/src/internal/{ref → Ref}/ref-array.d.ts +4 -4
- package/dist/types/src/internal/Ref/ref-array.d.ts.map +1 -0
- package/dist/types/src/internal/{ref → Ref}/ref.d.ts +57 -19
- package/dist/types/src/internal/Ref/ref.d.ts.map +1 -0
- package/dist/types/src/internal/Ref/ref.test.d.ts.map +1 -0
- package/dist/types/src/internal/Type/compose.d.ts +7 -0
- package/dist/types/src/internal/Type/compose.d.ts.map +1 -0
- package/dist/types/src/internal/Type/compose.test.d.ts.map +1 -0
- package/dist/types/src/internal/{schema → Type}/echo-schema.d.ts +27 -14
- package/dist/types/src/internal/Type/echo-schema.d.ts.map +1 -0
- package/dist/types/src/internal/Type/index.d.ts +4 -0
- package/dist/types/src/internal/Type/index.d.ts.map +1 -0
- package/dist/types/src/internal/Type/manipulation.d.ts.map +1 -0
- package/dist/types/src/internal/Type/persistent-schema.d.ts +20 -0
- package/dist/types/src/internal/Type/persistent-schema.d.ts.map +1 -0
- package/dist/types/src/internal/common/api/index.d.ts +11 -0
- package/dist/types/src/internal/common/api/index.d.ts.map +1 -0
- package/dist/types/src/internal/common/api/meta.d.ts +42 -0
- package/dist/types/src/internal/common/api/meta.d.ts.map +1 -0
- package/dist/types/src/internal/common/index.d.ts +4 -0
- package/dist/types/src/internal/common/index.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/change-context.d.ts +55 -0
- package/dist/types/src/internal/common/proxy/change-context.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/change.test.d.ts +2 -0
- package/dist/types/src/internal/common/proxy/change.test.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/define-hidden-property.d.ts +5 -0
- package/dist/types/src/internal/common/proxy/define-hidden-property.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/errors.d.ts +19 -0
- package/dist/types/src/internal/common/proxy/errors.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/event-batch.d.ts +10 -0
- package/dist/types/src/internal/common/proxy/event-batch.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/handler.test.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/index.d.ts +14 -0
- package/dist/types/src/internal/common/proxy/index.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/json-serializer.d.ts +6 -0
- package/dist/types/src/internal/common/proxy/json-serializer.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/make-object.d.ts +14 -0
- package/dist/types/src/internal/common/proxy/make-object.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/ownership.d.ts +57 -0
- package/dist/types/src/internal/common/proxy/ownership.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/proxy-types.d.ts +18 -0
- package/dist/types/src/internal/common/proxy/proxy-types.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/proxy-utils.d.ts +47 -0
- package/dist/types/src/internal/common/proxy/proxy-utils.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/reactive-array.d.ts +8 -0
- package/dist/types/src/internal/common/proxy/reactive-array.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/reactive.d.ts +39 -0
- package/dist/types/src/internal/common/proxy/reactive.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/reactive.test.d.ts +2 -0
- package/dist/types/src/internal/common/proxy/reactive.test.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/schema-validator.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/schema.test.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/symbols.d.ts +3 -0
- package/dist/types/src/internal/common/proxy/symbols.d.ts.map +1 -0
- package/dist/types/src/internal/{proxy → common/proxy}/typed-handler.d.ts +16 -12
- package/dist/types/src/internal/common/proxy/typed-handler.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/typed-handler.test.d.ts.map +1 -0
- package/dist/types/src/internal/common/proxy/typed-object.test.d.ts.map +1 -0
- package/dist/types/src/internal/common/types/base.d.ts +27 -0
- package/dist/types/src/internal/common/types/base.d.ts.map +1 -0
- package/dist/types/src/internal/common/types/entity.d.ts +37 -0
- package/dist/types/src/internal/common/types/entity.d.ts.map +1 -0
- package/dist/types/src/internal/common/types/index.d.ts +7 -0
- package/dist/types/src/internal/common/types/index.d.ts.map +1 -0
- package/dist/types/src/internal/{object → common/types}/meta.d.ts +18 -16
- package/dist/types/src/internal/common/types/meta.d.ts.map +1 -0
- package/dist/types/src/internal/common/types/model-symbols.d.ts +54 -0
- package/dist/types/src/internal/common/types/model-symbols.d.ts.map +1 -0
- package/dist/types/src/internal/common/types/typename.d.ts +21 -0
- package/dist/types/src/internal/common/types/typename.d.ts.map +1 -0
- package/dist/types/src/internal/common/types/version.d.ts +15 -0
- package/dist/types/src/internal/common/types/version.d.ts.map +1 -0
- package/dist/types/src/internal/index.d.ts +10 -14
- package/dist/types/src/internal/index.d.ts.map +1 -1
- 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 +304 -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 +116 -65
- package/src/Annotation.ts +48 -0
- package/src/Collection.ts +37 -0
- package/src/Database.ts +352 -0
- package/src/Dataset.ts +26 -0
- package/src/Entity.test.ts +22 -0
- package/src/Entity.ts +243 -0
- package/src/Err.ts +40 -0
- package/src/Extension.test.ts +235 -0
- package/src/Extension.ts +122 -0
- package/src/Feed.ts +304 -0
- package/src/Filter.test.ts +90 -0
- package/src/Filter.ts +454 -0
- package/src/Format.ts +9 -0
- package/src/Hypergraph.ts +79 -0
- package/src/Json.test.ts +175 -0
- package/src/Json.ts +102 -0
- package/src/JsonSchema.ts +26 -0
- package/src/Key.ts +3 -0
- package/src/Migration.ts +94 -0
- package/src/Obj.test.ts +539 -0
- package/src/Obj.ts +709 -243
- package/src/Order.ts +46 -0
- package/src/Query.test.ts +822 -0
- package/src/Query.ts +567 -0
- package/src/QueryResult.ts +106 -0
- package/src/Ref.ts +79 -9
- package/src/Relation.test.ts +88 -0
- package/src/Relation.ts +449 -60
- package/src/SchemaRegistry.ts +106 -0
- package/src/Tag.ts +41 -0
- package/src/Type.test.ts +52 -0
- package/src/Type.ts +167 -153
- package/src/View.ts +107 -0
- package/src/exemplars.test.ts +21 -0
- package/src/hierarchy.test.ts +33 -0
- package/src/index.ts +24 -6
- package/src/internal/Annotation/annotations.test.ts +145 -0
- package/src/internal/Annotation/annotations.ts +577 -0
- package/src/internal/Annotation/index.ts +7 -0
- package/src/internal/Annotation/sorting.ts +51 -0
- package/src/internal/Annotation/util.ts +85 -0
- package/src/internal/Entity/api.ts +30 -0
- package/src/internal/Entity/entity.ts +128 -0
- package/src/internal/Entity/index.ts +11 -0
- package/src/internal/Entity/model.ts +109 -0
- package/src/internal/Entity/object.ts +57 -0
- package/src/internal/Entity/relation.ts +154 -0
- package/src/internal/Entity/util.ts +33 -0
- package/src/internal/Entity/version.ts +96 -0
- package/src/internal/{formats → Format}/date.test.ts +1 -2
- package/src/internal/{formats → Format}/date.ts +5 -5
- package/src/internal/{formats → Format}/format.test.ts +6 -7
- package/src/internal/{formats → Format}/format.ts +8 -6
- package/src/internal/{formats → Format}/number.ts +5 -5
- package/src/internal/{formats → Format}/object.ts +4 -4
- package/src/internal/{formats → Format}/select.ts +6 -4
- package/src/internal/{formats → Format}/string.ts +14 -9
- package/src/internal/{formats → Format}/types.ts +54 -43
- package/src/internal/{json → JsonSchema}/annotations.ts +3 -3
- package/src/internal/{json-schema → JsonSchema}/index.ts +2 -0
- package/src/internal/{json-schema → JsonSchema}/json-schema-normalize.ts +4 -2
- package/src/internal/{json-schema → JsonSchema}/json-schema-type.ts +36 -36
- package/src/internal/{json → JsonSchema}/json-schema.test.ts +243 -109
- package/src/internal/{json → JsonSchema}/json-schema.ts +78 -93
- package/src/internal/Obj/clone.ts +48 -0
- package/src/internal/{object → Obj}/common.ts +3 -4
- package/src/internal/{object/create.test.ts → Obj/create-object.test.ts} +32 -36
- package/src/internal/{object/create.ts → Obj/create-object.ts} +35 -37
- package/src/internal/Obj/deleted.ts +19 -0
- package/src/internal/{object → Obj}/ids.ts +1 -1
- package/src/internal/Obj/index.ts +14 -0
- package/src/internal/{object → Obj}/inspect.ts +5 -7
- package/src/internal/Obj/json-serializer.test.ts +120 -0
- package/src/internal/{object → Obj}/json-serializer.ts +106 -109
- package/src/internal/{object → Obj}/schema-validator.test.ts +3 -7
- package/src/internal/Obj/schema-validator.ts +6 -0
- package/src/internal/Obj/set-value.test.ts +281 -0
- package/src/internal/Obj/set-value.ts +165 -0
- package/src/internal/Obj/snapshot.ts +105 -0
- package/src/internal/{object → Obj}/typed-object.test.ts +12 -12
- package/src/internal/Obj/typed-object.ts +30 -0
- package/src/internal/Query.ts +137 -0
- package/src/internal/{ref → Ref}/ref-array.ts +4 -5
- package/src/internal/{ref → Ref}/ref.test.ts +11 -11
- package/src/internal/{ref → Ref}/ref.ts +125 -57
- package/src/internal/{projection → Type}/compose.test.ts +8 -10
- package/src/internal/{projection → Type}/compose.ts +14 -9
- package/src/internal/{schema → Type}/echo-schema.ts +74 -34
- package/src/internal/Type/index.ts +7 -0
- package/src/internal/{schema → Type}/manipulation.ts +7 -1
- package/src/internal/Type/persistent-schema.ts +33 -0
- package/src/internal/common/README.md +102 -0
- package/src/internal/common/api/index.ts +15 -0
- package/src/internal/common/api/meta.ts +88 -0
- package/src/internal/{testing → common}/index.ts +2 -1
- package/src/internal/common/proxy/change-context.ts +138 -0
- package/src/internal/common/proxy/change.test.ts +519 -0
- package/src/internal/common/proxy/define-hidden-property.ts +14 -0
- package/src/internal/common/proxy/errors.ts +42 -0
- package/src/internal/common/proxy/event-batch.ts +44 -0
- package/src/internal/common/proxy/handler.test.ts +121 -0
- package/src/internal/common/proxy/index.ts +17 -0
- package/src/internal/common/proxy/json-serializer.ts +90 -0
- package/src/internal/common/proxy/make-object.ts +105 -0
- package/src/internal/common/proxy/ownership.ts +252 -0
- package/src/internal/common/proxy/proxy-types.ts +23 -0
- package/src/internal/common/proxy/proxy-utils.ts +150 -0
- package/src/internal/common/proxy/reactive-array.ts +71 -0
- package/src/internal/common/proxy/reactive.test.ts +54 -0
- package/src/internal/common/proxy/reactive.ts +77 -0
- package/src/internal/{object → common/proxy}/schema-validator.ts +6 -3
- package/src/internal/{proxy → common/proxy}/schema.test.ts +31 -22
- package/src/internal/common/proxy/symbols.ts +7 -0
- package/src/internal/common/proxy/typed-handler.test.ts +313 -0
- package/src/internal/common/proxy/typed-handler.ts +447 -0
- package/src/internal/common/proxy/typed-object.test.ts +115 -0
- package/src/internal/common/types/base.ts +43 -0
- package/src/internal/common/types/entity.ts +54 -0
- package/src/internal/common/types/index.ts +10 -0
- package/src/internal/common/types/meta.ts +67 -0
- package/src/internal/common/types/model-symbols.ts +69 -0
- package/src/internal/common/types/typename.ts +55 -0
- package/src/internal/common/types/version.ts +19 -0
- package/src/internal/index.ts +12 -17
- package/src/testing/api.test.ts +125 -0
- package/src/testing/index.ts +3 -3
- package/src/testing/test-data.ts +129 -0
- package/src/testing/test-schema.ts +240 -0
- package/src/testing/util.ts +85 -0
- package/dist/lib/browser/chunk-MWLA34S5.mjs +0 -3843
- 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/index.mjs +0 -43
- package/dist/lib/browser/internal/index.mjs +0 -326
- package/dist/lib/browser/meta.json +0 -1
- package/dist/lib/browser/query/index.mjs +0 -23
- package/dist/lib/browser/testing/index.mjs +0 -298
- package/dist/lib/browser/testing/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 +0 -3843
- package/dist/lib/node-esm/chunk-YTNLFBIK.mjs.map +0 -7
- package/dist/lib/node-esm/index.mjs +0 -43
- package/dist/lib/node-esm/meta.json +0 -1
- package/dist/lib/node-esm/query/index.mjs +0 -23
- package/dist/lib/node-esm/testing/index.mjs +0 -298
- package/dist/lib/node-esm/testing/index.mjs.map +0 -7
- package/dist/types/src/errors.d.ts +0 -72
- package/dist/types/src/errors.d.ts.map +0 -1
- 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 +0 -10
- 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/formats/date.d.ts.map +0 -1
- package/dist/types/src/internal/formats/date.test.d.ts.map +0 -1
- package/dist/types/src/internal/formats/format.d.ts.map +0 -1
- package/dist/types/src/internal/formats/format.test.d.ts.map +0 -1
- package/dist/types/src/internal/formats/index.d.ts.map +0 -1
- package/dist/types/src/internal/formats/number.d.ts.map +0 -1
- package/dist/types/src/internal/formats/object.d.ts.map +0 -1
- package/dist/types/src/internal/formats/select.d.ts.map +0 -1
- package/dist/types/src/internal/formats/string.d.ts.map +0 -1
- package/dist/types/src/internal/formats/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/json-schema/index.d.ts +0 -3
- package/dist/types/src/internal/json-schema/index.d.ts.map +0 -1
- package/dist/types/src/internal/json-schema/json-schema-normalize.d.ts.map +0 -1
- package/dist/types/src/internal/json-schema/json-schema-type.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/common.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/deleted.d.ts +0 -6
- package/dist/types/src/internal/object/deleted.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 +0 -14
- package/dist/types/src/internal/object/expando.d.ts.map +0 -1
- package/dist/types/src/internal/object/ids.d.ts.map +0 -1
- package/dist/types/src/internal/object/index.d.ts +0 -17
- package/dist/types/src/internal/object/index.d.ts.map +0 -1
- package/dist/types/src/internal/object/inspect.d.ts.map +0 -1
- package/dist/types/src/internal/object/json-serializer.d.ts +0 -32
- package/dist/types/src/internal/object/json-serializer.d.ts.map +0 -1
- package/dist/types/src/internal/object/json-serializer.test.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/schema-validator.d.ts.map +0 -1
- package/dist/types/src/internal/object/schema-validator.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/typed-object.d.ts +0 -31
- package/dist/types/src/internal/object/typed-object.d.ts.map +0 -1
- package/dist/types/src/internal/object/typed-object.test.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 +0 -14
- package/dist/types/src/internal/object/version.d.ts.map +0 -1
- package/dist/types/src/internal/projection/compose.d.ts +0 -6
- 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/handler.test.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/proxy/schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/typed-handler.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/typed-handler.test.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/typed-object.test.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 +0 -17
- package/dist/types/src/internal/query/query.d.ts.map +0 -1
- package/dist/types/src/internal/ref/index.d.ts.map +0 -1
- package/dist/types/src/internal/ref/ref-array.d.ts.map +0 -1
- package/dist/types/src/internal/ref/ref.d.ts.map +0 -1
- package/dist/types/src/internal/ref/ref.test.d.ts.map +0 -1
- package/dist/types/src/internal/schema/echo-schema.d.ts.map +0 -1
- package/dist/types/src/internal/schema/index.d.ts +0 -7
- package/dist/types/src/internal/schema/index.d.ts.map +0 -1
- package/dist/types/src/internal/schema/manipulation.d.ts.map +0 -1
- package/dist/types/src/internal/schema/runtime-schema-registry.d.ts +0 -18
- package/dist/types/src/internal/schema/runtime-schema-registry.d.ts.map +0 -1
- package/dist/types/src/internal/schema/snapshot.d.ts +0 -6
- package/dist/types/src/internal/schema/snapshot.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 +0 -10
- package/dist/types/src/internal/testing/utils.d.ts.map +0 -1
- package/dist/types/src/internal/types/index.d.ts +0 -3
- package/dist/types/src/internal/types/index.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/index.d.ts +0 -3
- package/dist/types/src/query/index.d.ts.map +0 -1
- package/dist/types/src/query/query.d.ts +0 -247
- package/dist/types/src/query/query.d.ts.map +0 -1
- package/dist/types/src/query/query.test.d.ts +0 -2
- package/dist/types/src/query/query.test.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/errors.ts +0 -18
- package/src/internal/ast/annotation-helper.ts +0 -22
- package/src/internal/ast/annotations.test.ts +0 -98
- package/src/internal/ast/annotations.ts +0 -212
- package/src/internal/ast/entity-kind.ts +0 -15
- 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/deleted.ts +0 -19
- package/src/internal/object/entity.ts +0 -204
- package/src/internal/object/expando.ts +0 -21
- package/src/internal/object/index.ts +0 -20
- package/src/internal/object/json-serializer.test.ts +0 -99
- package/src/internal/object/meta.ts +0 -62
- package/src/internal/object/model.ts +0 -170
- package/src/internal/object/relation.ts +0 -24
- package/src/internal/object/typed-object.ts +0 -81
- 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/proxy/handler.test.ts +0 -163
- package/src/internal/proxy/reactive-object.ts +0 -108
- package/src/internal/proxy/typed-handler.test.ts +0 -102
- package/src/internal/proxy/typed-handler.ts +0 -228
- package/src/internal/proxy/typed-object.test.ts +0 -100
- package/src/internal/query/index.ts +0 -5
- package/src/internal/query/query.ts +0 -23
- package/src/internal/schema/index.ts +0 -10
- package/src/internal/schema/runtime-schema-registry.ts +0 -78
- package/src/internal/schema/snapshot.ts +0 -25
- package/src/internal/schema/stored-schema.ts +0 -26
- package/src/internal/testing/types.ts +0 -211
- package/src/internal/testing/utils.ts +0 -54
- package/src/internal/types/index.ts +0 -6
- 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/index.ts +0 -6
- package/src/query/query.test.ts +0 -362
- package/src/query/query.ts +0 -784
- 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/lib/{browser/index.mjs.map → neutral/Annotation.mjs.map} +0 -0
- /package/dist/lib/{browser/internal/index.mjs.map → neutral/Database.mjs.map} +0 -0
- /package/dist/lib/{browser/query/index.mjs.map → neutral/Entity.mjs.map} +0 -0
- /package/dist/lib/{node-esm/index.mjs.map → neutral/Err.mjs.map} +0 -0
- /package/dist/lib/{node-esm/internal/index.mjs.map → neutral/Extension.mjs.map} +0 -0
- /package/dist/lib/{node-esm/query/index.mjs.map → neutral/Feed.mjs.map} +0 -0
- /package/dist/types/src/internal/{ast → Annotation}/annotations.test.d.ts +0 -0
- /package/dist/types/src/internal/{formats → Format}/date.d.ts +0 -0
- /package/dist/types/src/internal/{formats → Format}/date.test.d.ts +0 -0
- /package/dist/types/src/internal/{formats → Format}/format.test.d.ts +0 -0
- /package/dist/types/src/internal/{formats → Format}/index.d.ts +0 -0
- /package/dist/types/src/internal/{formats → Format}/number.d.ts +0 -0
- /package/dist/types/src/internal/{formats → Format}/object.d.ts +0 -0
- /package/dist/types/src/internal/{json → JsonSchema}/effect-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{json-schema → JsonSchema}/json-schema-normalize.d.ts +0 -0
- /package/dist/types/src/internal/{json → JsonSchema}/json-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/common.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/ids.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/inspect.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/json-serializer.test.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/schema-validator.test.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/typed-object.test.d.ts +0 -0
- /package/dist/types/src/internal/{ref → Ref}/index.d.ts +0 -0
- /package/dist/types/src/internal/{ref → Ref}/ref.test.d.ts +0 -0
- /package/dist/types/src/internal/{projection → Type}/compose.test.d.ts +0 -0
- /package/dist/types/src/internal/{schema → Type}/manipulation.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/handler.test.d.ts +0 -0
- /package/dist/types/src/internal/{object → common/proxy}/schema-validator.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/typed-handler.test.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/typed-object.test.d.ts +0 -0
- /package/dist/types/src/{test → testing}/api.test.d.ts +0 -0
- /package/src/internal/{formats → Format}/index.ts +0 -0
- /package/src/internal/{json → JsonSchema}/effect-schema.test.ts +0 -0
- /package/src/internal/{ref → Ref}/index.ts +0 -0
|
@@ -11,56 +11,70 @@ import { type JsonProp, findAnnotation } from '@dxos/effect';
|
|
|
11
11
|
import { ObjectId } from '@dxos/keys';
|
|
12
12
|
import { log } from '@dxos/log';
|
|
13
13
|
|
|
14
|
+
import { TestSchema, prepareAstForCompare } from '../../testing';
|
|
15
|
+
import * as Type from '../../Type';
|
|
14
16
|
import {
|
|
15
|
-
EntityKind,
|
|
16
17
|
FieldLookupAnnotationId,
|
|
17
18
|
GeneratorAnnotation,
|
|
18
19
|
LabelAnnotation,
|
|
19
20
|
PropertyMeta,
|
|
20
21
|
getTypeAnnotation,
|
|
21
22
|
getTypeIdentifierAnnotation,
|
|
22
|
-
} from '../
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
|
|
23
|
+
} from '../Annotation';
|
|
24
|
+
import { EntityKind } from '../common/types';
|
|
25
|
+
import { EchoObjectSchema } from '../Entity';
|
|
26
|
+
import { Email, FormatAnnotation, TypeFormat } from '../Format';
|
|
27
|
+
import { JsonSchemaType, getNormalizedEchoAnnotations, getSchemaProperty, setSchemaProperty } from '../JsonSchema';
|
|
28
|
+
import { Ref, createSchemaReference, getReferenceAst, getSchemaReference } from '../Ref';
|
|
29
|
+
import { PersistentSchema } from '../Type';
|
|
30
30
|
import { toEffectSchema, toJsonSchema } from './json-schema';
|
|
31
31
|
|
|
32
32
|
const EXAMPLE_NAMESPACE = '@example';
|
|
33
33
|
|
|
34
34
|
describe('effect-to-json', () => {
|
|
35
35
|
test('type annotation', () => {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
const Test = Schema.Struct({ name: Schema.String }).pipe(
|
|
37
|
+
Type.object({
|
|
38
|
+
typename: 'com.example.type.test',
|
|
39
|
+
version: '0.1.0',
|
|
40
|
+
}),
|
|
41
|
+
);
|
|
40
42
|
const jsonSchema = toJsonSchema(Test);
|
|
41
|
-
expect((jsonSchema as any).$id).toEqual('dxn:type:example.
|
|
43
|
+
expect((jsonSchema as any).$id).toEqual('dxn:type:com.example.type.test');
|
|
42
44
|
expect((jsonSchema as any).version).toEqual('0.1.0');
|
|
43
45
|
});
|
|
44
46
|
|
|
45
47
|
test('property meta annotation', () => {
|
|
46
48
|
const meta = { maxLength: 0 };
|
|
47
|
-
|
|
48
|
-
typename: 'example.com/type/Test',
|
|
49
|
-
version: '0.1.0',
|
|
50
|
-
})({
|
|
49
|
+
const Test = Schema.Struct({
|
|
51
50
|
name: Schema.String.pipe(PropertyMeta(EXAMPLE_NAMESPACE, meta)),
|
|
52
|
-
})
|
|
51
|
+
}).pipe(
|
|
52
|
+
Type.object({
|
|
53
|
+
typename: 'com.example.type.test',
|
|
54
|
+
version: '0.1.0',
|
|
55
|
+
}),
|
|
56
|
+
);
|
|
53
57
|
const jsonSchema = toJsonSchema(Test);
|
|
54
58
|
expect(getNormalizedEchoAnnotations(jsonSchema.properties!.name!)!.meta![EXAMPLE_NAMESPACE]).to.deep.eq(meta);
|
|
55
59
|
});
|
|
56
60
|
|
|
57
61
|
test('reference annotation', () => {
|
|
58
|
-
|
|
62
|
+
const Nested = Schema.Struct({
|
|
59
63
|
name: Schema.String,
|
|
60
|
-
})
|
|
61
|
-
|
|
64
|
+
}).pipe(
|
|
65
|
+
Type.object({
|
|
66
|
+
typename: 'com.example.type.testNested',
|
|
67
|
+
version: '0.1.0',
|
|
68
|
+
}),
|
|
69
|
+
);
|
|
70
|
+
const Test = Schema.Struct({
|
|
62
71
|
name: Ref(Nested),
|
|
63
|
-
})
|
|
72
|
+
}).pipe(
|
|
73
|
+
Type.object({
|
|
74
|
+
typename: 'com.example.type.test',
|
|
75
|
+
version: '0.1.0',
|
|
76
|
+
}),
|
|
77
|
+
);
|
|
64
78
|
const jsonSchema = toJsonSchema(Test);
|
|
65
79
|
// log.info('schema', { jsonSchema });
|
|
66
80
|
const nested = jsonSchema.properties!.name;
|
|
@@ -70,12 +84,22 @@ describe('effect-to-json', () => {
|
|
|
70
84
|
// TODO(ZaymonFC): @dmaretskyi we still need to fix this.
|
|
71
85
|
// TODO(dmaretskyi): Remove FieldLookupAnnotationId.
|
|
72
86
|
test.skip('reference annotation with lookup property', () => {
|
|
73
|
-
|
|
87
|
+
const Nested = Schema.Struct({
|
|
74
88
|
name: Schema.String,
|
|
75
|
-
})
|
|
76
|
-
|
|
89
|
+
}).pipe(
|
|
90
|
+
Type.object({
|
|
91
|
+
typename: 'com.example.type.testNested',
|
|
92
|
+
version: '0.1.0',
|
|
93
|
+
}),
|
|
94
|
+
);
|
|
95
|
+
const Test = Schema.Struct({
|
|
77
96
|
name: Ref(Nested).annotations({ [FieldLookupAnnotationId]: 'name' }),
|
|
78
|
-
})
|
|
97
|
+
}).pipe(
|
|
98
|
+
Type.object({
|
|
99
|
+
typename: 'com.example.type.test',
|
|
100
|
+
version: '0.1.0',
|
|
101
|
+
}),
|
|
102
|
+
);
|
|
79
103
|
const jsonSchema = toJsonSchema(Test);
|
|
80
104
|
const effectSchema = toEffectSchema(jsonSchema);
|
|
81
105
|
|
|
@@ -84,24 +108,44 @@ describe('effect-to-json', () => {
|
|
|
84
108
|
});
|
|
85
109
|
|
|
86
110
|
test('array of references', () => {
|
|
87
|
-
|
|
111
|
+
const Nested = Schema.Struct({
|
|
88
112
|
name: Schema.String,
|
|
89
|
-
})
|
|
90
|
-
|
|
113
|
+
}).pipe(
|
|
114
|
+
Type.object({
|
|
115
|
+
typename: 'com.example.type.testNested',
|
|
116
|
+
version: '0.1.0',
|
|
117
|
+
}),
|
|
118
|
+
);
|
|
119
|
+
const Test = Schema.Struct({
|
|
91
120
|
name: Schema.Array(Ref(Nested)),
|
|
92
|
-
})
|
|
121
|
+
}).pipe(
|
|
122
|
+
Type.object({
|
|
123
|
+
typename: 'com.example.type.test',
|
|
124
|
+
version: '0.1.0',
|
|
125
|
+
}),
|
|
126
|
+
);
|
|
93
127
|
|
|
94
128
|
const jsonSchema = toJsonSchema(Test);
|
|
95
129
|
expectReferenceAnnotation((jsonSchema.properties!.name as any).items);
|
|
96
130
|
});
|
|
97
131
|
|
|
98
132
|
test('optional references', () => {
|
|
99
|
-
|
|
133
|
+
const Nested = Schema.Struct({
|
|
100
134
|
name: Schema.String,
|
|
101
|
-
})
|
|
102
|
-
|
|
135
|
+
}).pipe(
|
|
136
|
+
Type.object({
|
|
137
|
+
typename: 'com.example.type.testNested',
|
|
138
|
+
version: '0.1.0',
|
|
139
|
+
}),
|
|
140
|
+
);
|
|
141
|
+
const Test = Schema.Struct({
|
|
103
142
|
name: Schema.optional(Ref(Nested)),
|
|
104
|
-
})
|
|
143
|
+
}).pipe(
|
|
144
|
+
Type.object({
|
|
145
|
+
typename: 'com.example.type.test',
|
|
146
|
+
version: '0.1.0',
|
|
147
|
+
}),
|
|
148
|
+
);
|
|
105
149
|
const jsonSchema = toJsonSchema(Test);
|
|
106
150
|
expectReferenceAnnotation(jsonSchema.properties!.name);
|
|
107
151
|
});
|
|
@@ -114,19 +158,25 @@ describe('effect-to-json', () => {
|
|
|
114
158
|
});
|
|
115
159
|
|
|
116
160
|
test('annotations', () => {
|
|
117
|
-
|
|
161
|
+
const TempSchema = Schema.Struct({
|
|
118
162
|
name: Schema.String.annotations({ description: 'Person name', title: 'Name' }),
|
|
119
|
-
email: Schema.String.pipe(FormatAnnotation.set(
|
|
163
|
+
email: Schema.String.pipe(FormatAnnotation.set(TypeFormat.Email)).annotations({
|
|
120
164
|
description: 'Email address',
|
|
121
165
|
}),
|
|
122
|
-
})
|
|
123
|
-
|
|
166
|
+
}).pipe(
|
|
167
|
+
Type.object({
|
|
168
|
+
typename: 'com.example.type.person',
|
|
169
|
+
version: '0.1.0',
|
|
170
|
+
}),
|
|
171
|
+
);
|
|
172
|
+
|
|
173
|
+
const jsonSchema = toJsonSchema(TempSchema);
|
|
124
174
|
expect(jsonSchema).to.deep.eq({
|
|
125
175
|
$schema: 'http://json-schema.org/draft-07/schema#',
|
|
126
|
-
$id: 'dxn:type:example.
|
|
176
|
+
$id: 'dxn:type:com.example.type.person',
|
|
127
177
|
|
|
128
178
|
entityKind: EntityKind.Object,
|
|
129
|
-
typename: 'example.
|
|
179
|
+
typename: 'com.example.type.person',
|
|
130
180
|
version: '0.1.0',
|
|
131
181
|
|
|
132
182
|
type: 'object',
|
|
@@ -147,37 +197,49 @@ describe('effect-to-json', () => {
|
|
|
147
197
|
});
|
|
148
198
|
|
|
149
199
|
test('handles suspend -- Contact schema serialization', () => {
|
|
150
|
-
const schema = toJsonSchema(
|
|
200
|
+
const schema = toJsonSchema(TestSchema.Person);
|
|
151
201
|
expect(Object.keys(schema.properties!)).toEqual([
|
|
152
202
|
'id',
|
|
153
203
|
'name',
|
|
154
204
|
'username',
|
|
155
205
|
'email',
|
|
156
|
-
'
|
|
206
|
+
'age',
|
|
157
207
|
'tasks',
|
|
208
|
+
'employer',
|
|
158
209
|
'address',
|
|
210
|
+
'fields',
|
|
159
211
|
]);
|
|
160
212
|
});
|
|
161
213
|
|
|
162
214
|
test('reference property by ref', () => {
|
|
163
|
-
|
|
215
|
+
const Organization = Schema.Struct({
|
|
164
216
|
field: Schema.String,
|
|
165
|
-
})
|
|
217
|
+
}).pipe(
|
|
218
|
+
Type.object({
|
|
219
|
+
typename: 'com.example.type.organization',
|
|
220
|
+
version: '0.1.0',
|
|
221
|
+
}),
|
|
222
|
+
);
|
|
166
223
|
|
|
167
|
-
|
|
224
|
+
const Contact = Schema.Struct({
|
|
168
225
|
name: Schema.String,
|
|
169
226
|
organization: Ref(Organization).annotations({ description: 'Contact organization' }),
|
|
170
|
-
})
|
|
227
|
+
}).pipe(
|
|
228
|
+
Type.object({
|
|
229
|
+
typename: 'com.example.type.person',
|
|
230
|
+
version: '0.1.0',
|
|
231
|
+
}),
|
|
232
|
+
);
|
|
171
233
|
|
|
172
234
|
// log.info('Contact', { ast: Contact.ast });
|
|
173
235
|
|
|
174
236
|
const jsonSchema = toJsonSchema(Contact);
|
|
175
237
|
expect(jsonSchema).toEqual({
|
|
176
238
|
$schema: 'http://json-schema.org/draft-07/schema#',
|
|
177
|
-
$id: 'dxn:type:example.
|
|
239
|
+
$id: 'dxn:type:com.example.type.person',
|
|
178
240
|
|
|
179
241
|
entityKind: EntityKind.Object,
|
|
180
|
-
typename: 'example.
|
|
242
|
+
typename: 'com.example.type.person',
|
|
181
243
|
version: '0.1.0',
|
|
182
244
|
|
|
183
245
|
type: 'object',
|
|
@@ -197,7 +259,7 @@ describe('effect-to-json', () => {
|
|
|
197
259
|
$ref: '/schemas/echo/ref',
|
|
198
260
|
reference: {
|
|
199
261
|
schema: {
|
|
200
|
-
$ref: 'dxn:type:example.
|
|
262
|
+
$ref: 'dxn:type:com.example.type.organization',
|
|
201
263
|
},
|
|
202
264
|
schemaVersion: '0.1.0',
|
|
203
265
|
},
|
|
@@ -212,14 +274,24 @@ describe('effect-to-json', () => {
|
|
|
212
274
|
});
|
|
213
275
|
|
|
214
276
|
test('add reference property', () => {
|
|
215
|
-
|
|
277
|
+
const Organization = Schema.Struct({
|
|
216
278
|
field: Schema.String,
|
|
217
|
-
})
|
|
279
|
+
}).pipe(
|
|
280
|
+
Type.object({
|
|
281
|
+
typename: 'com.example.type.organization',
|
|
282
|
+
version: '0.1.0',
|
|
283
|
+
}),
|
|
284
|
+
);
|
|
218
285
|
|
|
219
|
-
|
|
286
|
+
const Contact = Schema.Struct({
|
|
220
287
|
name: Schema.String,
|
|
221
288
|
organization: Ref(Organization).annotations({ description: 'Contact organization' }),
|
|
222
|
-
})
|
|
289
|
+
}).pipe(
|
|
290
|
+
Type.object({
|
|
291
|
+
typename: 'com.example.type.person',
|
|
292
|
+
version: '0.1.0',
|
|
293
|
+
}),
|
|
294
|
+
);
|
|
223
295
|
|
|
224
296
|
const jsonSchema = toJsonSchema(Contact);
|
|
225
297
|
setSchemaProperty(jsonSchema, 'organization' as JsonProp, createSchemaReference(Organization.typename));
|
|
@@ -227,8 +299,8 @@ describe('effect-to-json', () => {
|
|
|
227
299
|
expect(typename).to.eq(Organization.typename);
|
|
228
300
|
});
|
|
229
301
|
|
|
230
|
-
test('serialize circular schema (
|
|
231
|
-
const jsonSchema = toJsonSchema(
|
|
302
|
+
test('serialize circular schema (PersistentSchema)', () => {
|
|
303
|
+
const jsonSchema = toJsonSchema(PersistentSchema);
|
|
232
304
|
expect(Object.keys(jsonSchema.properties!).length).toBeGreaterThan(0);
|
|
233
305
|
|
|
234
306
|
// TODO(dmaretskyi): Currently unable to deserialize.
|
|
@@ -251,7 +323,7 @@ describe('effect-to-json', () => {
|
|
|
251
323
|
|
|
252
324
|
test('reference with title annotation', () => {
|
|
253
325
|
const schema = Schema.Struct({
|
|
254
|
-
contact: Ref(
|
|
326
|
+
contact: Ref(TestSchema.Person).annotations({ title: 'Custom Title' }),
|
|
255
327
|
});
|
|
256
328
|
|
|
257
329
|
// log.info('schema before', { ast: schema.ast });
|
|
@@ -274,33 +346,36 @@ describe('effect-to-json', () => {
|
|
|
274
346
|
});
|
|
275
347
|
|
|
276
348
|
test('relation schema', () => {
|
|
277
|
-
const schema =
|
|
349
|
+
const schema = TestSchema.EmployedBy;
|
|
278
350
|
const jsonSchema = toJsonSchema(schema);
|
|
279
351
|
expect(jsonSchema).toEqual({
|
|
280
|
-
$id: 'dxn:type:example.
|
|
352
|
+
$id: 'dxn:type:com.example.type.employed-by',
|
|
281
353
|
$schema: 'http://json-schema.org/draft-07/schema#',
|
|
282
354
|
entityKind: 'relation',
|
|
283
|
-
typename: 'example.
|
|
355
|
+
typename: 'com.example.type.employed-by',
|
|
284
356
|
version: '0.1.0',
|
|
285
357
|
relationSource: {
|
|
286
358
|
// TODO(dmaretskyi): Should those point to specific schema version?
|
|
287
|
-
$ref: 'dxn:type:example.
|
|
359
|
+
$ref: 'dxn:type:com.example.type.person',
|
|
288
360
|
},
|
|
289
361
|
relationTarget: {
|
|
290
362
|
// TODO(dmaretskyi): Should those point to specific schema version?
|
|
291
|
-
$ref: 'dxn:type:example.
|
|
363
|
+
$ref: 'dxn:type:com.example.type.organization',
|
|
292
364
|
},
|
|
293
365
|
type: 'object',
|
|
294
366
|
properties: {
|
|
295
367
|
id: {
|
|
296
368
|
type: 'string',
|
|
297
369
|
},
|
|
370
|
+
role: {
|
|
371
|
+
type: 'string',
|
|
372
|
+
},
|
|
298
373
|
since: {
|
|
299
374
|
type: 'string',
|
|
300
375
|
},
|
|
301
376
|
},
|
|
302
|
-
propertyOrder: ['since', 'id'],
|
|
303
|
-
required: ['id'],
|
|
377
|
+
propertyOrder: ['role', 'since', 'id'],
|
|
378
|
+
required: ['role', 'id'],
|
|
304
379
|
additionalProperties: false,
|
|
305
380
|
});
|
|
306
381
|
});
|
|
@@ -310,8 +385,8 @@ describe('effect-to-json', () => {
|
|
|
310
385
|
id: ObjectId,
|
|
311
386
|
name: Schema.String,
|
|
312
387
|
}).pipe(
|
|
313
|
-
|
|
314
|
-
typename: 'example.
|
|
388
|
+
EchoObjectSchema({
|
|
389
|
+
typename: 'com.example.type.organization',
|
|
315
390
|
version: '0.1.0',
|
|
316
391
|
}),
|
|
317
392
|
LabelAnnotation.set(['name']),
|
|
@@ -319,9 +394,9 @@ describe('effect-to-json', () => {
|
|
|
319
394
|
|
|
320
395
|
const jsonSchema = toJsonSchema(Organization);
|
|
321
396
|
expect(jsonSchema).toEqual({
|
|
322
|
-
$id: 'dxn:type:example.
|
|
397
|
+
$id: 'dxn:type:com.example.type.organization',
|
|
323
398
|
$schema: 'http://json-schema.org/draft-07/schema#',
|
|
324
|
-
typename: 'example.
|
|
399
|
+
typename: 'com.example.type.organization',
|
|
325
400
|
version: '0.1.0',
|
|
326
401
|
entityKind: 'object',
|
|
327
402
|
type: 'object',
|
|
@@ -392,7 +467,7 @@ describe('effect-to-json', () => {
|
|
|
392
467
|
const expectReferenceAnnotation = (object: JsonSchemaType) => {
|
|
393
468
|
expect(object.reference).to.deep.eq({
|
|
394
469
|
schema: {
|
|
395
|
-
$ref: 'dxn:type:example.
|
|
470
|
+
$ref: 'dxn:type:com.example.type.testNested',
|
|
396
471
|
},
|
|
397
472
|
schemaVersion: '0.1.0',
|
|
398
473
|
});
|
|
@@ -417,26 +492,35 @@ describe('json-to-effect', () => {
|
|
|
417
492
|
|
|
418
493
|
for (const partial of [false, true]) {
|
|
419
494
|
test(`deserialized equals original ${partial ? 'with partial' : ''}`, () => {
|
|
420
|
-
|
|
495
|
+
const Organization = Schema.Struct({
|
|
421
496
|
field: Schema.String,
|
|
422
|
-
})
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
497
|
+
}).pipe(
|
|
498
|
+
Type.object({
|
|
499
|
+
typename: 'com.example.type.organization',
|
|
500
|
+
version: '0.1.0',
|
|
501
|
+
}),
|
|
502
|
+
);
|
|
503
|
+
|
|
504
|
+
const fields = {
|
|
505
|
+
string: Schema.String,
|
|
506
|
+
number: Schema.Number.pipe(PropertyMeta(EXAMPLE_NAMESPACE, { is_date: true })),
|
|
507
|
+
boolean: Schema.Boolean,
|
|
508
|
+
array: Schema.Array(Schema.String),
|
|
509
|
+
twoDArray: Schema.Array(Schema.Array(Schema.String)),
|
|
510
|
+
record: Schema.Record({ key: Schema.String, value: Schema.Number }),
|
|
511
|
+
object: Schema.Struct({ id: Schema.String, field: Ref(Organization) }),
|
|
512
|
+
echoObject: Ref(Organization),
|
|
513
|
+
echoObjectArray: Schema.Array(Ref(Organization)),
|
|
514
|
+
email: Schema.String.pipe(FormatAnnotation.set(TypeFormat.Email)),
|
|
515
|
+
null: Schema.Null,
|
|
516
|
+
} as const;
|
|
517
|
+
|
|
518
|
+
const Test = (partial ? Schema.partial(Schema.Struct(fields)) : Schema.Struct(fields)).pipe(
|
|
519
|
+
Type.object({
|
|
520
|
+
typename: 'com.example.type.test',
|
|
521
|
+
version: '0.1.0',
|
|
522
|
+
}),
|
|
523
|
+
);
|
|
440
524
|
|
|
441
525
|
const jsonSchema = toJsonSchema(Test);
|
|
442
526
|
// log.info('schema', { jsonSchema });
|
|
@@ -460,13 +544,13 @@ describe('json-to-effect', () => {
|
|
|
460
544
|
|
|
461
545
|
test('legacy schema with dxn:type $id gets decoded', () => {
|
|
462
546
|
const jsonSchema: JsonSchemaType = {
|
|
463
|
-
$id: 'dxn:type:example.
|
|
547
|
+
$id: 'dxn:type:com.example.type.project',
|
|
464
548
|
$schema: 'http://json-schema.org/draft-07/schema#',
|
|
465
549
|
additionalProperties: false,
|
|
466
550
|
echo: {
|
|
467
551
|
type: {
|
|
468
552
|
schemaId: '01JERV1HQCQZDQ4NVCJ42QB38F',
|
|
469
|
-
typename: 'example.
|
|
553
|
+
typename: 'com.example.type.project',
|
|
470
554
|
version: '0.1.0',
|
|
471
555
|
},
|
|
472
556
|
},
|
|
@@ -492,15 +576,15 @@ describe('json-to-effect', () => {
|
|
|
492
576
|
const schema = toEffectSchema(jsonSchema);
|
|
493
577
|
expect(getTypeAnnotation(schema)).to.deep.eq({
|
|
494
578
|
kind: EntityKind.Object,
|
|
495
|
-
typename: 'example.
|
|
579
|
+
typename: 'com.example.type.project',
|
|
496
580
|
version: '0.1.0',
|
|
497
581
|
});
|
|
498
582
|
expect(getTypeIdentifierAnnotation(schema)).to.deep.eq('dxn:echo:@:01JERV1HQCQZDQ4NVCJ42QB38F');
|
|
499
583
|
});
|
|
500
584
|
|
|
501
585
|
test('symbol annotations get compared', () => {
|
|
502
|
-
const schema1 = Schema.String.pipe(FormatAnnotation.set(
|
|
503
|
-
const schema2 = Schema.String.pipe(FormatAnnotation.set(
|
|
586
|
+
const schema1 = Schema.String.pipe(FormatAnnotation.set(TypeFormat.Email));
|
|
587
|
+
const schema2 = Schema.String.pipe(FormatAnnotation.set(TypeFormat.Currency));
|
|
504
588
|
expect(prepareAstForCompare(schema1.ast)).not.to.deep.eq(prepareAstForCompare(schema2.ast));
|
|
505
589
|
});
|
|
506
590
|
|
|
@@ -515,7 +599,7 @@ describe('json-to-effect', () => {
|
|
|
515
599
|
});
|
|
516
600
|
|
|
517
601
|
test('relation schema roundtrip', () => {
|
|
518
|
-
const schema =
|
|
602
|
+
const schema = TestSchema.HasManager;
|
|
519
603
|
const jsonSchema = toJsonSchema(schema);
|
|
520
604
|
const effectSchema = toEffectSchema(jsonSchema);
|
|
521
605
|
expect(prepareAstForCompare(effectSchema.ast)).to.deep.eq(prepareAstForCompare(schema.ast));
|
|
@@ -618,10 +702,8 @@ describe('json-to-effect', () => {
|
|
|
618
702
|
});
|
|
619
703
|
|
|
620
704
|
test('schema with optional referece', () => {
|
|
621
|
-
const
|
|
622
|
-
|
|
623
|
-
});
|
|
624
|
-
const jsonSchema = toJsonSchema(TestSchema);
|
|
705
|
+
const TempSchema = Schema.Struct({ contact: Schema.optional(Ref(TestSchema.Person)) });
|
|
706
|
+
const jsonSchema = toJsonSchema(TempSchema);
|
|
625
707
|
expect(jsonSchema).toMatchInlineSnapshot(`
|
|
626
708
|
{
|
|
627
709
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -632,7 +714,7 @@ describe('json-to-effect', () => {
|
|
|
632
714
|
"$ref": "/schemas/echo/ref",
|
|
633
715
|
"reference": {
|
|
634
716
|
"schema": {
|
|
635
|
-
"$ref": "dxn:type:example.
|
|
717
|
+
"$ref": "dxn:type:com.example.type.person",
|
|
636
718
|
},
|
|
637
719
|
"schemaVersion": "0.1.0",
|
|
638
720
|
},
|
|
@@ -647,13 +729,65 @@ describe('json-to-effect', () => {
|
|
|
647
729
|
`);
|
|
648
730
|
|
|
649
731
|
const effectSchema = toEffectSchema(jsonSchema);
|
|
650
|
-
expect(prepareAstForCompare(effectSchema.ast)).to.deep.eq(prepareAstForCompare(
|
|
732
|
+
expect(prepareAstForCompare(effectSchema.ast)).to.deep.eq(prepareAstForCompare(TempSchema.ast));
|
|
733
|
+
});
|
|
734
|
+
|
|
735
|
+
test('object nested inside another struct', () => {
|
|
736
|
+
const Contact = Schema.Struct({
|
|
737
|
+
name: Schema.String,
|
|
738
|
+
}).pipe(EchoObjectSchema({ typename: 'com.example.type.person', version: '0.1.0' }));
|
|
739
|
+
const input = Schema.Struct({
|
|
740
|
+
contact: Contact,
|
|
741
|
+
});
|
|
742
|
+
const jsonSchema = toJsonSchema(input);
|
|
743
|
+
expect(jsonSchema).toMatchInlineSnapshot(`
|
|
744
|
+
{
|
|
745
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
746
|
+
"additionalProperties": false,
|
|
747
|
+
"properties": {
|
|
748
|
+
"contact": {
|
|
749
|
+
"$id": "dxn:type:com.example.type.person",
|
|
750
|
+
"additionalProperties": false,
|
|
751
|
+
"entityKind": "object",
|
|
752
|
+
"properties": {
|
|
753
|
+
"id": {
|
|
754
|
+
"type": "string",
|
|
755
|
+
},
|
|
756
|
+
"name": {
|
|
757
|
+
"type": "string",
|
|
758
|
+
},
|
|
759
|
+
},
|
|
760
|
+
"propertyOrder": [
|
|
761
|
+
"name",
|
|
762
|
+
"id",
|
|
763
|
+
],
|
|
764
|
+
"required": [
|
|
765
|
+
"name",
|
|
766
|
+
"id",
|
|
767
|
+
],
|
|
768
|
+
"type": "object",
|
|
769
|
+
"typename": "com.example.type.person",
|
|
770
|
+
"version": "0.1.0",
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
|
+
"propertyOrder": [
|
|
774
|
+
"contact",
|
|
775
|
+
],
|
|
776
|
+
"required": [
|
|
777
|
+
"contact",
|
|
778
|
+
],
|
|
779
|
+
"type": "object",
|
|
780
|
+
}
|
|
781
|
+
`);
|
|
782
|
+
|
|
783
|
+
const effectSchema = toEffectSchema(jsonSchema);
|
|
784
|
+
expect(prepareAstForCompare(effectSchema.ast)).to.deep.eq(prepareAstForCompare(input.ast));
|
|
651
785
|
});
|
|
652
786
|
});
|
|
653
787
|
|
|
654
788
|
describe('reference', () => {
|
|
655
789
|
test('reference annotation', () => {
|
|
656
|
-
const schema = Ref(
|
|
790
|
+
const schema = Ref(TestSchema.Person);
|
|
657
791
|
const jsonSchema = toJsonSchema(schema);
|
|
658
792
|
expect(jsonSchema).toEqual({
|
|
659
793
|
$id: '/schemas/echo/ref',
|
|
@@ -661,7 +795,7 @@ describe('reference', () => {
|
|
|
661
795
|
$schema: 'http://json-schema.org/draft-07/schema#',
|
|
662
796
|
reference: {
|
|
663
797
|
schema: {
|
|
664
|
-
$ref: 'dxn:type:example.
|
|
798
|
+
$ref: 'dxn:type:com.example.type.person',
|
|
665
799
|
},
|
|
666
800
|
schemaVersion: '0.1.0',
|
|
667
801
|
},
|
|
@@ -669,7 +803,7 @@ describe('reference', () => {
|
|
|
669
803
|
});
|
|
670
804
|
|
|
671
805
|
test('title annotation', () => {
|
|
672
|
-
const schema = Ref(
|
|
806
|
+
const schema = Ref(TestSchema.Person).annotations({ title: 'My custom title' });
|
|
673
807
|
const jsonSchema = toJsonSchema(schema);
|
|
674
808
|
expect(jsonSchema).toEqual({
|
|
675
809
|
$schema: 'http://json-schema.org/draft-07/schema#',
|
|
@@ -679,7 +813,7 @@ describe('reference', () => {
|
|
|
679
813
|
$ref: '/schemas/echo/ref',
|
|
680
814
|
reference: {
|
|
681
815
|
schema: {
|
|
682
|
-
$ref: 'dxn:type:example.
|
|
816
|
+
$ref: 'dxn:type:com.example.type.person',
|
|
683
817
|
},
|
|
684
818
|
schemaVersion: '0.1.0',
|
|
685
819
|
},
|
|
@@ -690,7 +824,7 @@ describe('reference', () => {
|
|
|
690
824
|
});
|
|
691
825
|
|
|
692
826
|
test('description annotation', () => {
|
|
693
|
-
const schema = Ref(
|
|
827
|
+
const schema = Ref(TestSchema.Person).annotations({ description: 'My custom description' });
|
|
694
828
|
const jsonSchema = toJsonSchema(schema);
|
|
695
829
|
expect(jsonSchema).toEqual({
|
|
696
830
|
$schema: 'http://json-schema.org/draft-07/schema#',
|
|
@@ -700,7 +834,7 @@ describe('reference', () => {
|
|
|
700
834
|
$ref: '/schemas/echo/ref',
|
|
701
835
|
reference: {
|
|
702
836
|
schema: {
|
|
703
|
-
$ref: 'dxn:type:example.
|
|
837
|
+
$ref: 'dxn:type:com.example.type.person',
|
|
704
838
|
},
|
|
705
839
|
schemaVersion: '0.1.0',
|
|
706
840
|
},
|
|
@@ -714,13 +848,13 @@ describe('reference', () => {
|
|
|
714
848
|
});
|
|
715
849
|
|
|
716
850
|
test('serialize and deserialize', () => {
|
|
717
|
-
const schema = Ref(
|
|
851
|
+
const schema = Ref(TestSchema.Person);
|
|
718
852
|
const jsonSchema = toJsonSchema(schema);
|
|
719
853
|
const deserializedSchema = toEffectSchema(jsonSchema);
|
|
720
854
|
const refAst = getReferenceAst(deserializedSchema.ast);
|
|
721
855
|
expect(refAst).toEqual({
|
|
722
|
-
typename:
|
|
723
|
-
version:
|
|
856
|
+
typename: TestSchema.Person.typename,
|
|
857
|
+
version: TestSchema.Person.version,
|
|
724
858
|
});
|
|
725
859
|
});
|
|
726
860
|
});
|