@dxos/echo 0.8.4-main.bc674ce → 0.8.4-main.bd9b33e6c8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/lib/neutral/Annotation.mjs +8 -3
- package/dist/lib/neutral/Database.mjs +34 -6
- package/dist/lib/neutral/Entity.mjs +18 -10
- package/dist/lib/neutral/Err.mjs +3 -1
- package/dist/lib/neutral/Extension.mjs +18 -0
- package/dist/lib/neutral/Extension.mjs.map +7 -0
- package/dist/lib/neutral/Feed.mjs +45 -0
- package/dist/lib/neutral/Feed.mjs.map +7 -0
- package/dist/lib/neutral/Filter.mjs +17 -10
- package/dist/lib/neutral/Format.mjs +3 -3
- package/dist/lib/neutral/JsonSchema.mjs +9 -9
- package/dist/lib/neutral/Obj.mjs +35 -15
- package/dist/lib/neutral/Order.mjs +1 -1
- package/dist/lib/neutral/Query.mjs +19 -9
- package/dist/lib/neutral/Ref.mjs +9 -7
- package/dist/lib/neutral/Relation.mjs +20 -11
- package/dist/lib/neutral/SchemaRegistry.mjs +1 -1
- package/dist/lib/neutral/Tag.mjs +13 -10
- package/dist/lib/neutral/Type.mjs +13 -23
- package/dist/lib/neutral/{chunk-HMOXCO27.mjs → chunk-35O3JYTV.mjs} +8 -3
- package/dist/lib/neutral/chunk-35O3JYTV.mjs.map +7 -0
- package/dist/lib/neutral/chunk-4BT7QVIT.mjs +34 -0
- package/dist/lib/neutral/chunk-4BT7QVIT.mjs.map +7 -0
- package/dist/lib/neutral/chunk-4O4AV6CL.mjs +787 -0
- package/dist/lib/neutral/chunk-4O4AV6CL.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-62DWJ6CE.mjs → chunk-B5OXLWZL.mjs} +14 -14
- package/dist/lib/neutral/chunk-B5OXLWZL.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-NWUO5FKZ.mjs → chunk-B7HTUIZA.mjs} +8 -2
- package/dist/lib/neutral/chunk-B7HTUIZA.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-4L6DOFXP.mjs → chunk-BNCCGLJN.mjs} +1 -1
- package/dist/lib/neutral/{chunk-4L6DOFXP.mjs.map → chunk-BNCCGLJN.mjs.map} +1 -1
- package/dist/lib/neutral/{chunk-3ZEAZF7T.mjs → chunk-EIX4KLES.mjs} +8 -4
- package/dist/lib/neutral/chunk-EIX4KLES.mjs.map +7 -0
- package/dist/lib/neutral/chunk-FLSFS6UB.mjs +117 -0
- package/dist/lib/neutral/chunk-FLSFS6UB.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-VR4A4WGG.mjs → chunk-FXQ52LDX.mjs} +72 -23
- package/dist/lib/neutral/chunk-FXQ52LDX.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-4TT624YA.mjs → chunk-FZO7LQO7.mjs} +2 -2
- package/dist/lib/neutral/{chunk-4TT624YA.mjs.map → chunk-FZO7LQO7.mjs.map} +1 -1
- package/dist/lib/neutral/chunk-HIMJ3MXL.mjs +283 -0
- package/dist/lib/neutral/chunk-HIMJ3MXL.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-VB5HVDCA.mjs → chunk-HITCYIP2.mjs} +47 -5
- package/dist/lib/neutral/chunk-HITCYIP2.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-SU2LVM7J.mjs → chunk-JJTRVYRD.mjs} +1596 -2730
- package/dist/lib/neutral/chunk-JJTRVYRD.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-6QPSGMEF.mjs → chunk-JX5K6AY3.mjs} +32 -8
- package/dist/lib/neutral/chunk-JX5K6AY3.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-IP2GHXWA.mjs → chunk-PRQVBGFG.mjs} +5 -5
- package/dist/lib/neutral/chunk-PRQVBGFG.mjs.map +7 -0
- package/dist/lib/neutral/chunk-RUYH5REG.mjs +130 -0
- package/dist/lib/neutral/chunk-RUYH5REG.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-2MTHJ5UW.mjs → chunk-T74ABBRN.mjs} +134 -24
- package/dist/lib/neutral/chunk-T74ABBRN.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-XMIDBDE6.mjs → chunk-TJRQTGXR.mjs} +11 -56
- package/dist/lib/neutral/chunk-TJRQTGXR.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-RPB6V4BE.mjs → chunk-UBEZSGXY.mjs} +14 -1
- package/dist/lib/neutral/chunk-UBEZSGXY.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-ROKO4RKJ.mjs → chunk-UI6MWK5W.mjs} +2 -2
- package/dist/lib/neutral/chunk-UI6MWK5W.mjs.map +7 -0
- package/dist/lib/neutral/chunk-VF2IHN6I.mjs +396 -0
- package/dist/lib/neutral/chunk-VF2IHN6I.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-YQYMWZAD.mjs → chunk-WYOKA6AE.mjs} +4 -4
- package/dist/lib/neutral/chunk-WYOKA6AE.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-CUDIBUM4.mjs → chunk-XEBKJROJ.mjs} +104 -25
- package/dist/lib/neutral/chunk-XEBKJROJ.mjs.map +7 -0
- package/dist/lib/neutral/chunk-YS6Q3XAD.mjs +50 -0
- package/dist/lib/neutral/chunk-YS6Q3XAD.mjs.map +7 -0
- package/dist/lib/neutral/chunk-ZZEIMPNC.mjs +159 -0
- package/dist/lib/neutral/chunk-ZZEIMPNC.mjs.map +7 -0
- package/dist/lib/neutral/index.mjs +42 -25
- package/dist/lib/neutral/internal/index.mjs +52 -38
- package/dist/lib/neutral/meta.json +1 -1
- package/dist/lib/neutral/testing/index.mjs +42 -34
- package/dist/lib/neutral/testing/index.mjs.map +3 -3
- package/dist/types/src/Annotation.d.ts +23 -1
- package/dist/types/src/Annotation.d.ts.map +1 -1
- 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 +79 -84
- package/dist/types/src/Database.d.ts.map +1 -1
- 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 +41 -15
- package/dist/types/src/Entity.d.ts.map +1 -1
- package/dist/types/src/Err.d.ts +43 -0
- package/dist/types/src/Err.d.ts.map +1 -1
- 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 +163 -0
- package/dist/types/src/Feed.d.ts.map +1 -0
- package/dist/types/src/Filter.d.ts +13 -1
- package/dist/types/src/Filter.d.ts.map +1 -1
- 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 +3 -3
- package/dist/types/src/Format.d.ts.map +1 -1
- package/dist/types/src/Hypergraph.d.ts +8 -3
- package/dist/types/src/Hypergraph.d.ts.map +1 -1
- package/dist/types/src/JsonSchema.d.ts +11 -4
- package/dist/types/src/JsonSchema.d.ts.map +1 -1
- package/dist/types/src/Obj.d.ts +158 -43
- package/dist/types/src/Obj.d.ts.map +1 -1
- package/dist/types/src/Order.d.ts.map +1 -1
- package/dist/types/src/Query.d.ts +101 -14
- package/dist/types/src/Query.d.ts.map +1 -1
- package/dist/types/src/Ref.d.ts +58 -10
- package/dist/types/src/Ref.d.ts.map +1 -1
- package/dist/types/src/Relation.d.ts +75 -28
- package/dist/types/src/Relation.d.ts.map +1 -1
- package/dist/types/src/SchemaRegistry.d.ts +4 -4
- package/dist/types/src/SchemaRegistry.d.ts.map +1 -1
- package/dist/types/src/Tag.d.ts +4 -3
- package/dist/types/src/Tag.d.ts.map +1 -1
- package/dist/types/src/Type.d.ts +51 -180
- package/dist/types/src/Type.d.ts.map +1 -1
- package/dist/types/src/View.d.ts +68 -0
- package/dist/types/src/View.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 +5 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/internal/{annotations → Annotation}/annotations.d.ts +69 -8
- 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/{api → Annotation}/sorting.d.ts +1 -1
- package/dist/types/src/internal/Annotation/sorting.d.ts.map +1 -0
- package/dist/types/src/internal/{annotations → Annotation}/util.d.ts +13 -1
- package/dist/types/src/internal/Annotation/util.d.ts.map +1 -0
- package/dist/types/src/internal/{api/entity.d.ts → Entity/api.d.ts} +2 -2
- package/dist/types/src/internal/Entity/api.d.ts.map +1 -0
- package/dist/types/src/internal/{entities → Entity}/entity.d.ts +3 -3
- package/dist/types/src/internal/Entity/entity.d.ts.map +1 -0
- package/dist/types/src/internal/{entities → Entity}/index.d.ts +2 -0
- package/dist/types/src/internal/Entity/index.d.ts.map +1 -0
- package/dist/types/src/internal/{entities → Entity}/model.d.ts +4 -26
- package/dist/types/src/internal/Entity/model.d.ts.map +1 -0
- package/dist/types/src/internal/{entities → Entity}/object.d.ts +2 -2
- package/dist/types/src/internal/Entity/object.d.ts.map +1 -0
- package/dist/types/src/internal/{entities → Entity}/relation.d.ts +3 -30
- package/dist/types/src/internal/Entity/relation.d.ts.map +1 -0
- package/dist/types/src/internal/Entity/util.d.ts.map +1 -0
- package/dist/types/src/internal/{api → Entity}/version.d.ts +1 -1
- 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/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/Format/select.d.ts.map +1 -0
- package/dist/types/src/internal/Format/string.d.ts.map +1 -0
- package/dist/types/src/internal/{formats → Format}/types.d.ts +1 -1
- package/dist/types/src/internal/Format/types.d.ts.map +1 -0
- package/dist/types/src/internal/{json-schema → 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.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 +19 -19
- package/dist/types/src/internal/JsonSchema/json-schema-type.d.ts.map +1 -0
- 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.map +1 -0
- package/dist/types/src/internal/Obj/common.d.ts.map +1 -0
- package/dist/types/src/internal/{object → Obj}/create-object.d.ts +2 -2
- package/dist/types/src/internal/Obj/create-object.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/create-object.test.d.ts.map +1 -0
- package/dist/types/src/internal/{object → Obj}/deleted.d.ts +1 -1
- 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.map +1 -0
- package/dist/types/src/internal/Obj/inspect.d.ts.map +1 -0
- package/dist/types/src/internal/{object → Obj}/json-serializer.d.ts +12 -5
- 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/{object → Obj}/set-value.d.ts +1 -1
- package/dist/types/src/internal/Obj/set-value.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/set-value.test.d.ts.map +1 -0
- package/dist/types/src/internal/Obj/snapshot.d.ts.map +1 -0
- package/dist/types/src/internal/{object → Obj}/typed-object.d.ts +4 -4
- 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/Ref/index.d.ts.map +1 -0
- package/dist/types/src/internal/{ref → Ref}/ref-array.d.ts +1 -1
- package/dist/types/src/internal/Ref/ref-array.d.ts.map +1 -0
- package/dist/types/src/internal/{ref → Ref}/ref.d.ts +16 -3
- 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/{schema → Type}/compose.d.ts +1 -1
- 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 +8 -7
- package/dist/types/src/internal/Type/echo-schema.d.ts.map +1 -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/{schema → Type}/persistent-schema.d.ts +2 -2
- package/dist/types/src/internal/Type/persistent-schema.d.ts.map +1 -0
- package/dist/types/src/internal/{api → common/api}/index.d.ts +0 -4
- package/dist/types/src/internal/common/api/index.d.ts.map +1 -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.map +1 -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.map +1 -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.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.map +1 -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.map +1 -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.map +1 -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.map +1 -0
- package/dist/types/src/internal/{proxy → common/proxy}/reactive.d.ts +1 -1
- package/dist/types/src/internal/common/proxy/reactive.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.map +1 -0
- package/dist/types/src/internal/{proxy → common/proxy}/typed-handler.d.ts +2 -1
- 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/{types → common/types}/base.d.ts +1 -0
- package/dist/types/src/internal/common/types/base.d.ts.map +1 -0
- package/dist/types/src/internal/{types → common/types}/entity.d.ts +2 -2
- package/dist/types/src/internal/common/types/entity.d.ts.map +1 -0
- package/dist/types/src/internal/{types → common/types}/index.d.ts +1 -0
- package/dist/types/src/internal/common/types/index.d.ts.map +1 -0
- package/dist/types/src/internal/{types → common/types}/meta.d.ts +2 -1
- 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/{types → common/types}/typename.d.ts +8 -0
- package/dist/types/src/internal/common/types/typename.d.ts.map +1 -0
- package/dist/types/src/internal/{types → common/types}/version.d.ts +2 -2
- package/dist/types/src/internal/common/types/version.d.ts.map +1 -0
- package/dist/types/src/internal/index.d.ts +8 -10
- package/dist/types/src/internal/index.d.ts.map +1 -1
- package/dist/types/src/testing/test-schema.d.ts +19 -18
- package/dist/types/src/testing/test-schema.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +24 -14
- package/src/Annotation.ts +31 -1
- package/src/Collection.ts +37 -0
- package/src/Database.ts +154 -173
- package/src/Dataset.ts +26 -0
- package/src/Entity.ts +73 -54
- package/src/Err.ts +22 -0
- package/src/Extension.test.ts +235 -0
- package/src/Extension.ts +122 -0
- package/src/Feed.ts +267 -0
- package/src/Filter.test.ts +90 -0
- package/src/Filter.ts +47 -4
- package/src/Format.ts +3 -3
- package/src/Hypergraph.ts +9 -4
- package/src/JsonSchema.ts +14 -4
- package/src/Obj.test.ts +69 -8
- package/src/Obj.ts +285 -140
- package/src/Order.ts +3 -1
- package/src/Query.test.ts +190 -15
- package/src/Query.ts +249 -23
- package/src/Ref.ts +64 -11
- package/src/Relation.test.ts +8 -2
- package/src/Relation.ts +165 -131
- package/src/SchemaRegistry.ts +5 -4
- package/src/Tag.ts +6 -5
- package/src/Type.test.ts +10 -10
- package/src/Type.ts +70 -303
- package/src/View.ts +107 -0
- package/src/hierarchy.test.ts +33 -0
- package/src/index.ts +5 -0
- package/src/internal/{annotations → Annotation}/annotations.test.ts +56 -6
- package/src/internal/{annotations → Annotation}/annotations.ts +128 -10
- package/src/internal/{annotations → Annotation}/index.ts +1 -0
- package/src/internal/{api → Annotation}/sorting.ts +2 -3
- package/src/internal/{annotations → Annotation}/util.ts +14 -1
- package/src/internal/{api/entity.ts → Entity/api.ts} +4 -2
- package/src/internal/{entities → Entity}/entity.ts +6 -4
- package/src/internal/{entities → Entity}/index.ts +2 -0
- package/src/internal/{entities → Entity}/model.ts +17 -42
- package/src/internal/{entities → Entity}/object.ts +2 -2
- package/src/internal/{entities → Entity}/relation.ts +19 -36
- package/src/internal/{api → Entity}/version.ts +3 -2
- package/src/internal/{formats → Format}/date.test.ts +1 -1
- package/src/internal/{formats → Format}/format.test.ts +1 -1
- package/src/internal/{formats → Format}/types.ts +3 -3
- package/src/internal/{json-schema → JsonSchema}/annotations.ts +3 -3
- package/src/internal/{json-schema → JsonSchema}/json-schema-type.ts +4 -4
- package/src/internal/{json-schema → JsonSchema}/json-schema.test.ts +48 -48
- package/src/internal/{json-schema → JsonSchema}/json-schema.ts +6 -4
- package/src/internal/{object → Obj}/clone.ts +3 -3
- package/src/internal/{object → Obj}/common.ts +2 -2
- package/src/internal/{object → Obj}/create-object.test.ts +4 -4
- package/src/internal/{object → Obj}/create-object.ts +5 -5
- package/src/internal/{object → Obj}/deleted.ts +2 -2
- package/src/internal/{object → Obj}/inspect.ts +2 -2
- package/src/internal/{object → Obj}/json-serializer.test.ts +31 -8
- package/src/internal/{object → Obj}/json-serializer.ts +42 -15
- package/src/internal/{object → Obj}/schema-validator.ts +1 -1
- package/src/internal/{object → Obj}/set-value.test.ts +24 -24
- package/src/internal/{object → Obj}/set-value.ts +2 -2
- package/src/internal/Obj/snapshot.ts +105 -0
- package/src/internal/{object → Obj}/typed-object.test.ts +3 -3
- package/src/internal/{object → Obj}/typed-object.ts +4 -4
- package/src/internal/{ref → Ref}/ref-array.ts +1 -1
- package/src/internal/{ref → Ref}/ref.test.ts +4 -4
- package/src/internal/{ref → Ref}/ref.ts +27 -4
- package/src/internal/{schema → Type}/compose.test.ts +5 -5
- package/src/internal/{schema → Type}/compose.ts +1 -1
- package/src/internal/{schema → Type}/echo-schema.ts +11 -10
- package/src/internal/{schema → Type}/manipulation.ts +1 -1
- package/src/internal/{schema → Type}/persistent-schema.ts +10 -4
- package/src/internal/{README.md → common/README.md} +1 -1
- package/src/internal/{api → common/api}/index.ts +0 -4
- package/src/internal/common/index.ts +7 -0
- package/src/internal/{proxy → common/proxy}/change.test.ts +58 -58
- package/src/internal/{proxy → common/proxy}/handler.test.ts +2 -2
- package/src/internal/{proxy → common/proxy}/json-serializer.ts +6 -3
- package/src/internal/{proxy → common/proxy}/make-object.ts +13 -3
- package/src/internal/{proxy → common/proxy}/reactive.ts +1 -1
- package/src/internal/{proxy → common/proxy}/schema.test.ts +10 -10
- package/src/internal/{proxy → common/proxy}/typed-handler.test.ts +6 -6
- package/src/internal/{proxy → common/proxy}/typed-handler.ts +10 -3
- package/src/internal/{proxy → common/proxy}/typed-object.test.ts +4 -4
- package/src/internal/{types → common/types}/base.ts +1 -1
- package/src/internal/{types → common/types}/entity.ts +2 -2
- package/src/internal/{types → common/types}/index.ts +1 -0
- package/src/internal/{types → common/types}/meta.ts +4 -1
- package/src/internal/common/types/model-symbols.ts +69 -0
- package/src/internal/{types → common/types}/typename.ts +10 -0
- package/src/internal/{types → common/types}/version.ts +2 -3
- package/src/internal/index.ts +8 -31
- package/src/testing/api.test.ts +4 -4
- package/src/testing/test-schema.ts +20 -18
- package/dist/lib/neutral/chunk-2MTHJ5UW.mjs.map +0 -7
- package/dist/lib/neutral/chunk-3ZEAZF7T.mjs.map +0 -7
- package/dist/lib/neutral/chunk-62DWJ6CE.mjs.map +0 -7
- package/dist/lib/neutral/chunk-6QPSGMEF.mjs.map +0 -7
- package/dist/lib/neutral/chunk-CUDIBUM4.mjs.map +0 -7
- package/dist/lib/neutral/chunk-HMOXCO27.mjs.map +0 -7
- package/dist/lib/neutral/chunk-IP2GHXWA.mjs.map +0 -7
- package/dist/lib/neutral/chunk-KRHDMXSU.mjs +0 -132
- package/dist/lib/neutral/chunk-KRHDMXSU.mjs.map +0 -7
- package/dist/lib/neutral/chunk-NWUO5FKZ.mjs.map +0 -7
- package/dist/lib/neutral/chunk-ROKO4RKJ.mjs.map +0 -7
- package/dist/lib/neutral/chunk-RPB6V4BE.mjs.map +0 -7
- package/dist/lib/neutral/chunk-SU2LVM7J.mjs.map +0 -7
- package/dist/lib/neutral/chunk-VB5HVDCA.mjs.map +0 -7
- package/dist/lib/neutral/chunk-VR4A4WGG.mjs.map +0 -7
- package/dist/lib/neutral/chunk-X2MPMYYN.mjs +0 -13
- package/dist/lib/neutral/chunk-X2MPMYYN.mjs.map +0 -7
- package/dist/lib/neutral/chunk-XK5OUUBY.mjs +0 -157
- package/dist/lib/neutral/chunk-XK5OUUBY.mjs.map +0 -7
- package/dist/lib/neutral/chunk-XMIDBDE6.mjs.map +0 -7
- package/dist/lib/neutral/chunk-YQYMWZAD.mjs.map +0 -7
- package/dist/types/src/internal/annotations/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/annotations/annotations.test.d.ts.map +0 -1
- package/dist/types/src/internal/annotations/index.d.ts +0 -3
- package/dist/types/src/internal/annotations/index.d.ts.map +0 -1
- package/dist/types/src/internal/annotations/util.d.ts.map +0 -1
- package/dist/types/src/internal/api/annotations.d.ts +0 -23
- package/dist/types/src/internal/api/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/api/entity.d.ts.map +0 -1
- package/dist/types/src/internal/api/index.d.ts.map +0 -1
- package/dist/types/src/internal/api/meta.d.ts.map +0 -1
- package/dist/types/src/internal/api/sorting.d.ts.map +0 -1
- package/dist/types/src/internal/api/version.d.ts.map +0 -1
- package/dist/types/src/internal/entities/entity.d.ts.map +0 -1
- package/dist/types/src/internal/entities/index.d.ts.map +0 -1
- package/dist/types/src/internal/entities/model.d.ts.map +0 -1
- package/dist/types/src/internal/entities/object.d.ts.map +0 -1
- package/dist/types/src/internal/entities/relation.d.ts.map +0 -1
- package/dist/types/src/internal/entities/util.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-schema/annotations.d.ts.map +0 -1
- package/dist/types/src/internal/json-schema/effect-schema.test.d.ts.map +0 -1
- 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/json-schema/json-schema.d.ts.map +0 -1
- package/dist/types/src/internal/json-schema/json-schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/clone.d.ts.map +0 -1
- package/dist/types/src/internal/object/common.d.ts.map +0 -1
- package/dist/types/src/internal/object/create-object.d.ts.map +0 -1
- package/dist/types/src/internal/object/create-object.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/deleted.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.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.map +0 -1
- package/dist/types/src/internal/object/json-serializer.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/schema-validator.d.ts +0 -2
- 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/set-value.d.ts.map +0 -1
- package/dist/types/src/internal/object/set-value.test.d.ts.map +0 -1
- package/dist/types/src/internal/object/snapshot.d.ts.map +0 -1
- 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/proxy/change-context.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/change.test.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/define-hidden-property.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/errors.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/event-batch.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/handler.test.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/index.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/json-serializer.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/make-object.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/ownership.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/proxy-types.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/proxy-utils.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/reactive-array.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/reactive.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/schema-validator.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/schema.test.d.ts.map +0 -1
- package/dist/types/src/internal/proxy/symbols.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/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/compose.d.ts.map +0 -1
- package/dist/types/src/internal/schema/compose.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.map +0 -1
- package/dist/types/src/internal/schema/manipulation.d.ts.map +0 -1
- package/dist/types/src/internal/schema/persistent-schema.d.ts.map +0 -1
- package/dist/types/src/internal/types/base.d.ts.map +0 -1
- package/dist/types/src/internal/types/entity.d.ts.map +0 -1
- package/dist/types/src/internal/types/index.d.ts.map +0 -1
- package/dist/types/src/internal/types/meta.d.ts.map +0 -1
- package/dist/types/src/internal/types/typename.d.ts.map +0 -1
- package/dist/types/src/internal/types/version.d.ts.map +0 -1
- package/src/internal/api/annotations.ts +0 -60
- package/src/internal/object/snapshot.ts +0 -70
- /package/dist/types/src/internal/{annotations → Annotation}/annotations.test.d.ts +0 -0
- /package/dist/types/src/internal/{entities → Entity}/util.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.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/{formats → Format}/select.d.ts +0 -0
- /package/dist/types/src/internal/{formats → Format}/string.d.ts +0 -0
- /package/dist/types/src/internal/{json-schema → JsonSchema}/effect-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{json-schema → JsonSchema}/index.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-schema → JsonSchema}/json-schema.d.ts +0 -0
- /package/dist/types/src/internal/{json-schema → JsonSchema}/json-schema.test.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/clone.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/common.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/create-object.test.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/ids.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/index.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}/set-value.test.d.ts +0 -0
- /package/dist/types/src/internal/{object → Obj}/snapshot.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/{schema → Type}/compose.test.d.ts +0 -0
- /package/dist/types/src/internal/{schema → Type}/index.d.ts +0 -0
- /package/dist/types/src/internal/{schema → Type}/manipulation.d.ts +0 -0
- /package/dist/types/src/internal/{api → common/api}/meta.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/change-context.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/change.test.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/define-hidden-property.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/errors.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/event-batch.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/handler.test.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/index.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/json-serializer.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/make-object.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/ownership.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/proxy-types.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/proxy-utils.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → common/proxy}/reactive-array.d.ts +0 -0
- /package/dist/types/src/internal/{proxy → 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}/symbols.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/src/internal/{entities → Entity}/util.ts +0 -0
- /package/src/internal/{formats → Format}/date.ts +0 -0
- /package/src/internal/{formats → Format}/format.ts +0 -0
- /package/src/internal/{formats → Format}/index.ts +0 -0
- /package/src/internal/{formats → Format}/number.ts +0 -0
- /package/src/internal/{formats → Format}/object.ts +0 -0
- /package/src/internal/{formats → Format}/select.ts +0 -0
- /package/src/internal/{formats → Format}/string.ts +0 -0
- /package/src/internal/{json-schema → JsonSchema}/effect-schema.test.ts +0 -0
- /package/src/internal/{json-schema → JsonSchema}/index.ts +0 -0
- /package/src/internal/{json-schema → JsonSchema}/json-schema-normalize.ts +0 -0
- /package/src/internal/{object → Obj}/ids.ts +0 -0
- /package/src/internal/{object → Obj}/index.ts +0 -0
- /package/src/internal/{object → Obj}/schema-validator.test.ts +0 -0
- /package/src/internal/{ref → Ref}/index.ts +0 -0
- /package/src/internal/{schema → Type}/index.ts +0 -0
- /package/src/internal/{api → common/api}/meta.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/change-context.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/define-hidden-property.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/errors.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/event-batch.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/index.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/ownership.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/proxy-types.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/proxy-utils.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/reactive-array.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/schema-validator.ts +0 -0
- /package/src/internal/{proxy → common/proxy}/symbols.ts +0 -0
package/README.md
CHANGED
|
@@ -29,8 +29,8 @@ import { Type, Obj, Relation, Ref, Query, Filter } from '@dxos/echo';
|
|
|
29
29
|
| | Object | Relation (extends Obj) | Ref |
|
|
30
30
|
| ----------------------------- | -------------------------- | -------------------------- | -------------- |
|
|
31
31
|
| **SCHEMA API** |
|
|
32
|
-
| Define schema | `Type.Obj()` | `Type.Relation()` | `
|
|
33
|
-
| Any schema type | `Type.
|
|
32
|
+
| Define schema | `Type.Obj()` | `Type.Relation()` | `Ref.Ref()` |
|
|
33
|
+
| Any schema type | `Type.AnyObj` | `Type.Relation.Any` | `Type.Ref.Any` |
|
|
34
34
|
| Get DXN (of schema) | `Type.getDXN(schema)` | `Type.getDXN(schema)` | |
|
|
35
35
|
| Get typename (of schema) | `Type.getTypename(schema)` | `Type.getTypename(schema)` | |
|
|
36
36
|
| Get type metadata (of schema) | `Type.getMeta(schema)` | `Type.getMeta(schema)` | |
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import {
|
|
2
|
+
make
|
|
3
|
+
} from "./chunk-B7HTUIZA.mjs";
|
|
2
4
|
import {
|
|
3
5
|
DescriptionAnnotation,
|
|
4
6
|
FormInputAnnotation,
|
|
5
7
|
GeneratorAnnotation,
|
|
8
|
+
IconAnnotation,
|
|
6
9
|
LabelAnnotation,
|
|
7
10
|
ReferenceAnnotation,
|
|
8
11
|
SystemTypeAnnotation,
|
|
@@ -12,13 +15,14 @@ import {
|
|
|
12
15
|
getTypeAnnotation,
|
|
13
16
|
setDescriptionWithSchema,
|
|
14
17
|
setLabelWithSchema
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-XEBKJROJ.mjs";
|
|
19
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
17
20
|
import "./chunk-J5LGTIGS.mjs";
|
|
18
21
|
export {
|
|
19
22
|
DescriptionAnnotation,
|
|
20
23
|
FormInputAnnotation,
|
|
21
24
|
GeneratorAnnotation,
|
|
25
|
+
IconAnnotation,
|
|
22
26
|
LabelAnnotation,
|
|
23
27
|
ReferenceAnnotation,
|
|
24
28
|
SystemTypeAnnotation,
|
|
@@ -26,6 +30,7 @@ export {
|
|
|
26
30
|
getDescriptionWithSchema,
|
|
27
31
|
getLabelWithSchema,
|
|
28
32
|
getTypeAnnotation,
|
|
33
|
+
make,
|
|
29
34
|
setDescriptionWithSchema,
|
|
30
35
|
setLabelWithSchema
|
|
31
36
|
};
|
|
@@ -2,16 +2,44 @@ import {
|
|
|
2
2
|
Database,
|
|
3
3
|
Service,
|
|
4
4
|
TypeId,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
add,
|
|
6
|
+
flush,
|
|
7
|
+
isDatabase,
|
|
8
|
+
layer,
|
|
9
|
+
load,
|
|
10
|
+
loadOption,
|
|
11
|
+
makeService,
|
|
12
|
+
notAvailable,
|
|
13
|
+
query,
|
|
14
|
+
remove,
|
|
15
|
+
resolve,
|
|
16
|
+
runQuery,
|
|
17
|
+
runSchemaQuery,
|
|
18
|
+
schemaQuery,
|
|
19
|
+
spaceId
|
|
20
|
+
} from "./chunk-RUYH5REG.mjs";
|
|
21
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
22
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
23
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
10
24
|
import "./chunk-J5LGTIGS.mjs";
|
|
11
25
|
export {
|
|
12
26
|
Database,
|
|
13
27
|
Service,
|
|
14
28
|
TypeId,
|
|
15
|
-
|
|
29
|
+
add,
|
|
30
|
+
flush,
|
|
31
|
+
isDatabase,
|
|
32
|
+
layer,
|
|
33
|
+
load,
|
|
34
|
+
loadOption,
|
|
35
|
+
makeService,
|
|
36
|
+
notAvailable,
|
|
37
|
+
query,
|
|
38
|
+
remove,
|
|
39
|
+
resolve,
|
|
40
|
+
runQuery,
|
|
41
|
+
runSchemaQuery,
|
|
42
|
+
schemaQuery,
|
|
43
|
+
spaceId
|
|
16
44
|
};
|
|
17
45
|
//# sourceMappingURL=Database.mjs.map
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Kind,
|
|
3
|
+
KindId,
|
|
3
4
|
KindSchema,
|
|
5
|
+
Meta,
|
|
6
|
+
SnapshotKindId,
|
|
4
7
|
addTag,
|
|
5
8
|
change,
|
|
6
9
|
getDXN,
|
|
@@ -13,24 +16,27 @@ import {
|
|
|
13
16
|
getTypeDXN,
|
|
14
17
|
getTypename,
|
|
15
18
|
isDeleted,
|
|
19
|
+
isEntity,
|
|
20
|
+
isSnapshot,
|
|
16
21
|
removeTag,
|
|
17
22
|
subscribe,
|
|
18
23
|
toJSON
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-JX5K6AY3.mjs";
|
|
25
|
+
import "./chunk-JJTRVYRD.mjs";
|
|
26
|
+
import "./chunk-4BT7QVIT.mjs";
|
|
27
|
+
import "./chunk-4O4AV6CL.mjs";
|
|
28
|
+
import "./chunk-B5OXLWZL.mjs";
|
|
29
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
30
|
+
import "./chunk-RUYH5REG.mjs";
|
|
31
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
32
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
33
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
29
34
|
import "./chunk-J5LGTIGS.mjs";
|
|
30
35
|
export {
|
|
31
36
|
Kind,
|
|
32
37
|
KindId,
|
|
33
38
|
KindSchema,
|
|
39
|
+
Meta,
|
|
34
40
|
SnapshotKindId,
|
|
35
41
|
addTag,
|
|
36
42
|
change,
|
|
@@ -44,6 +50,8 @@ export {
|
|
|
44
50
|
getTypeDXN,
|
|
45
51
|
getTypename,
|
|
46
52
|
isDeleted,
|
|
53
|
+
isEntity,
|
|
54
|
+
isSnapshot,
|
|
47
55
|
removeTag,
|
|
48
56
|
subscribe,
|
|
49
57
|
toJSON
|
package/dist/lib/neutral/Err.mjs
CHANGED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Feed,
|
|
3
|
+
Service,
|
|
4
|
+
append,
|
|
5
|
+
cursor,
|
|
6
|
+
getQueueDxn,
|
|
7
|
+
make,
|
|
8
|
+
next,
|
|
9
|
+
nextOption,
|
|
10
|
+
notAvailable,
|
|
11
|
+
query,
|
|
12
|
+
remove,
|
|
13
|
+
runQuery,
|
|
14
|
+
setRetention
|
|
15
|
+
} from "./chunk-FLSFS6UB.mjs";
|
|
16
|
+
import "./chunk-TJRQTGXR.mjs";
|
|
17
|
+
import "./chunk-T74ABBRN.mjs";
|
|
18
|
+
import "./chunk-JX5K6AY3.mjs";
|
|
19
|
+
import "./chunk-JJTRVYRD.mjs";
|
|
20
|
+
import "./chunk-4BT7QVIT.mjs";
|
|
21
|
+
import "./chunk-4O4AV6CL.mjs";
|
|
22
|
+
import "./chunk-B5OXLWZL.mjs";
|
|
23
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
24
|
+
import "./chunk-B7HTUIZA.mjs";
|
|
25
|
+
import "./chunk-RUYH5REG.mjs";
|
|
26
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
27
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
28
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
29
|
+
import "./chunk-J5LGTIGS.mjs";
|
|
30
|
+
export {
|
|
31
|
+
Feed,
|
|
32
|
+
Service,
|
|
33
|
+
append,
|
|
34
|
+
cursor,
|
|
35
|
+
getQueueDxn,
|
|
36
|
+
make,
|
|
37
|
+
next,
|
|
38
|
+
nextOption,
|
|
39
|
+
notAvailable,
|
|
40
|
+
query,
|
|
41
|
+
remove,
|
|
42
|
+
runQuery,
|
|
43
|
+
setRetention
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=Feed.mjs.map
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
and,
|
|
3
3
|
between,
|
|
4
4
|
contains,
|
|
5
|
+
created,
|
|
5
6
|
eq,
|
|
6
7
|
everything,
|
|
7
8
|
foreignKeys,
|
|
@@ -22,20 +23,25 @@ import {
|
|
|
22
23
|
text,
|
|
23
24
|
type,
|
|
24
25
|
typeDXN,
|
|
25
|
-
typename
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
30
|
-
import "./chunk-
|
|
31
|
-
import "./chunk-
|
|
32
|
-
import "./chunk-
|
|
33
|
-
import "./chunk-
|
|
26
|
+
typename,
|
|
27
|
+
updated
|
|
28
|
+
} from "./chunk-HITCYIP2.mjs";
|
|
29
|
+
import "./chunk-35O3JYTV.mjs";
|
|
30
|
+
import "./chunk-JJTRVYRD.mjs";
|
|
31
|
+
import "./chunk-4BT7QVIT.mjs";
|
|
32
|
+
import "./chunk-4O4AV6CL.mjs";
|
|
33
|
+
import "./chunk-B5OXLWZL.mjs";
|
|
34
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
35
|
+
import "./chunk-RUYH5REG.mjs";
|
|
36
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
37
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
38
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
34
39
|
import "./chunk-J5LGTIGS.mjs";
|
|
35
40
|
export {
|
|
36
41
|
and,
|
|
37
42
|
between,
|
|
38
43
|
contains,
|
|
44
|
+
created,
|
|
39
45
|
eq,
|
|
40
46
|
everything,
|
|
41
47
|
foreignKeys,
|
|
@@ -56,6 +62,7 @@ export {
|
|
|
56
62
|
text,
|
|
57
63
|
type,
|
|
58
64
|
typeDXN,
|
|
59
|
-
typename
|
|
65
|
+
typename,
|
|
66
|
+
updated
|
|
60
67
|
};
|
|
61
68
|
//# sourceMappingURL=Filter.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-FZO7LQO7.mjs";
|
|
2
2
|
import {
|
|
3
3
|
Currency,
|
|
4
4
|
CurrencyAnnotationId,
|
|
@@ -29,8 +29,8 @@ import {
|
|
|
29
29
|
getOptionsAnnotation,
|
|
30
30
|
getTypeEnum,
|
|
31
31
|
typeToFormat
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-B5OXLWZL.mjs";
|
|
33
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
34
34
|
import "./chunk-J5LGTIGS.mjs";
|
|
35
35
|
export {
|
|
36
36
|
Currency,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
|
-
JsonSchema
|
|
3
|
-
} from "./chunk-3ZEAZF7T.mjs";
|
|
4
|
-
import {
|
|
2
|
+
JsonSchema,
|
|
5
3
|
toEffectSchema,
|
|
6
4
|
toJsonSchema
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-EIX4KLES.mjs";
|
|
6
|
+
import "./chunk-4O4AV6CL.mjs";
|
|
7
|
+
import "./chunk-B5OXLWZL.mjs";
|
|
8
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
9
|
+
import "./chunk-RUYH5REG.mjs";
|
|
10
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
11
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
12
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
13
13
|
import "./chunk-J5LGTIGS.mjs";
|
|
14
14
|
export {
|
|
15
15
|
JsonSchema,
|
package/dist/lib/neutral/Obj.mjs
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ID,
|
|
3
3
|
Meta,
|
|
4
|
+
Parent,
|
|
5
|
+
Unknown,
|
|
6
|
+
VersionTypeId,
|
|
4
7
|
addTag,
|
|
5
8
|
change,
|
|
6
9
|
clone,
|
|
10
|
+
compareVersions,
|
|
11
|
+
decodeVersion,
|
|
7
12
|
deleteKeys,
|
|
13
|
+
encodeVersion,
|
|
8
14
|
fromJSON,
|
|
9
15
|
getDXN,
|
|
10
16
|
getDatabase,
|
|
@@ -12,6 +18,10 @@ import {
|
|
|
12
18
|
getKeys,
|
|
13
19
|
getLabel,
|
|
14
20
|
getMeta,
|
|
21
|
+
getParent,
|
|
22
|
+
getReactive,
|
|
23
|
+
getReactiveOption,
|
|
24
|
+
getReactiveOrThrow,
|
|
15
25
|
getSchema,
|
|
16
26
|
getSnapshot,
|
|
17
27
|
getTypeDXN,
|
|
@@ -20,36 +30,39 @@ import {
|
|
|
20
30
|
instanceOf,
|
|
21
31
|
isDeleted,
|
|
22
32
|
isObject,
|
|
33
|
+
isSnapshot,
|
|
34
|
+
isVersion,
|
|
23
35
|
make,
|
|
24
36
|
removeTag,
|
|
25
37
|
setDescription,
|
|
26
38
|
setLabel,
|
|
39
|
+
setParent,
|
|
27
40
|
setValue,
|
|
41
|
+
snapshotOf,
|
|
28
42
|
sort,
|
|
29
43
|
sortByLabel,
|
|
30
44
|
sortByTypename,
|
|
31
45
|
subscribe,
|
|
32
46
|
toJSON,
|
|
33
|
-
version
|
|
34
|
-
} from "./chunk-2MTHJ5UW.mjs";
|
|
35
|
-
import "./chunk-6QPSGMEF.mjs";
|
|
36
|
-
import {
|
|
37
|
-
VersionTypeId,
|
|
38
|
-
compareVersions,
|
|
39
|
-
decodeVersion,
|
|
40
|
-
encodeVersion,
|
|
41
|
-
isVersion,
|
|
47
|
+
version,
|
|
42
48
|
versionValid
|
|
43
|
-
} from "./chunk-
|
|
44
|
-
import "./chunk-
|
|
45
|
-
import "./chunk-
|
|
46
|
-
import "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
-
import "./chunk-
|
|
49
|
+
} from "./chunk-T74ABBRN.mjs";
|
|
50
|
+
import "./chunk-JX5K6AY3.mjs";
|
|
51
|
+
import "./chunk-JJTRVYRD.mjs";
|
|
52
|
+
import "./chunk-4BT7QVIT.mjs";
|
|
53
|
+
import "./chunk-4O4AV6CL.mjs";
|
|
54
|
+
import "./chunk-B5OXLWZL.mjs";
|
|
55
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
56
|
+
import "./chunk-RUYH5REG.mjs";
|
|
57
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
58
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
59
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
49
60
|
import "./chunk-J5LGTIGS.mjs";
|
|
50
61
|
export {
|
|
51
62
|
ID,
|
|
52
63
|
Meta,
|
|
64
|
+
Parent,
|
|
65
|
+
Unknown,
|
|
53
66
|
VersionTypeId,
|
|
54
67
|
addTag,
|
|
55
68
|
change,
|
|
@@ -65,6 +78,10 @@ export {
|
|
|
65
78
|
getKeys,
|
|
66
79
|
getLabel,
|
|
67
80
|
getMeta,
|
|
81
|
+
getParent,
|
|
82
|
+
getReactive,
|
|
83
|
+
getReactiveOption,
|
|
84
|
+
getReactiveOrThrow,
|
|
68
85
|
getSchema,
|
|
69
86
|
getSnapshot,
|
|
70
87
|
getTypeDXN,
|
|
@@ -73,12 +90,15 @@ export {
|
|
|
73
90
|
instanceOf,
|
|
74
91
|
isDeleted,
|
|
75
92
|
isObject,
|
|
93
|
+
isSnapshot,
|
|
76
94
|
isVersion,
|
|
77
95
|
make,
|
|
78
96
|
removeTag,
|
|
79
97
|
setDescription,
|
|
80
98
|
setLabel,
|
|
99
|
+
setParent,
|
|
81
100
|
setValue,
|
|
101
|
+
snapshotOf,
|
|
82
102
|
sort,
|
|
83
103
|
sortByLabel,
|
|
84
104
|
sortByTypename,
|
|
@@ -1,22 +1,32 @@
|
|
|
1
1
|
import {
|
|
2
2
|
all,
|
|
3
|
+
from,
|
|
3
4
|
fromAst,
|
|
4
5
|
is,
|
|
5
6
|
select,
|
|
6
7
|
type,
|
|
7
8
|
without
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-HIMJ3MXL.mjs";
|
|
10
|
+
import "./chunk-FLSFS6UB.mjs";
|
|
11
|
+
import "./chunk-TJRQTGXR.mjs";
|
|
12
|
+
import "./chunk-HITCYIP2.mjs";
|
|
13
|
+
import "./chunk-35O3JYTV.mjs";
|
|
14
|
+
import "./chunk-T74ABBRN.mjs";
|
|
15
|
+
import "./chunk-JX5K6AY3.mjs";
|
|
16
|
+
import "./chunk-JJTRVYRD.mjs";
|
|
17
|
+
import "./chunk-4BT7QVIT.mjs";
|
|
18
|
+
import "./chunk-4O4AV6CL.mjs";
|
|
19
|
+
import "./chunk-B5OXLWZL.mjs";
|
|
20
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
21
|
+
import "./chunk-B7HTUIZA.mjs";
|
|
22
|
+
import "./chunk-RUYH5REG.mjs";
|
|
23
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
24
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
25
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
17
26
|
import "./chunk-J5LGTIGS.mjs";
|
|
18
27
|
export {
|
|
19
28
|
all,
|
|
29
|
+
from,
|
|
20
30
|
fromAst,
|
|
21
31
|
is,
|
|
22
32
|
select,
|
package/dist/lib/neutral/Ref.mjs
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Array,
|
|
3
|
+
Ref,
|
|
3
4
|
fromDXN,
|
|
4
5
|
isRef,
|
|
5
6
|
isRefType,
|
|
6
7
|
make
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-35O3JYTV.mjs";
|
|
9
|
+
import "./chunk-4BT7QVIT.mjs";
|
|
10
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
11
|
+
import "./chunk-RUYH5REG.mjs";
|
|
12
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
13
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
14
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
14
15
|
import "./chunk-J5LGTIGS.mjs";
|
|
15
16
|
export {
|
|
16
17
|
Array,
|
|
18
|
+
Ref,
|
|
17
19
|
fromDXN,
|
|
18
20
|
isRef,
|
|
19
21
|
isRefType,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
+
Meta,
|
|
2
3
|
Source,
|
|
3
4
|
Target,
|
|
5
|
+
Unknown,
|
|
6
|
+
VersionTypeId,
|
|
4
7
|
addTag,
|
|
5
8
|
change,
|
|
6
9
|
deleteKeys,
|
|
@@ -21,6 +24,8 @@ import {
|
|
|
21
24
|
getValue,
|
|
22
25
|
isDeleted,
|
|
23
26
|
isRelation,
|
|
27
|
+
isSnapshot,
|
|
28
|
+
isVersion,
|
|
24
29
|
make,
|
|
25
30
|
removeTag,
|
|
26
31
|
setDescription,
|
|
@@ -32,21 +37,24 @@ import {
|
|
|
32
37
|
subscribe,
|
|
33
38
|
toJSON,
|
|
34
39
|
version
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
43
|
-
import "./chunk-
|
|
44
|
-
import "./chunk-
|
|
45
|
-
import "./chunk-
|
|
40
|
+
} from "./chunk-FXQ52LDX.mjs";
|
|
41
|
+
import "./chunk-T74ABBRN.mjs";
|
|
42
|
+
import "./chunk-JX5K6AY3.mjs";
|
|
43
|
+
import "./chunk-JJTRVYRD.mjs";
|
|
44
|
+
import "./chunk-4BT7QVIT.mjs";
|
|
45
|
+
import "./chunk-4O4AV6CL.mjs";
|
|
46
|
+
import "./chunk-B5OXLWZL.mjs";
|
|
47
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
48
|
+
import "./chunk-RUYH5REG.mjs";
|
|
49
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
50
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
51
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
46
52
|
import "./chunk-J5LGTIGS.mjs";
|
|
47
53
|
export {
|
|
54
|
+
Meta,
|
|
48
55
|
Source,
|
|
49
56
|
Target,
|
|
57
|
+
Unknown,
|
|
50
58
|
VersionTypeId,
|
|
51
59
|
addTag,
|
|
52
60
|
change,
|
|
@@ -68,6 +76,7 @@ export {
|
|
|
68
76
|
getValue,
|
|
69
77
|
isDeleted,
|
|
70
78
|
isRelation,
|
|
79
|
+
isSnapshot,
|
|
71
80
|
isVersion,
|
|
72
81
|
make,
|
|
73
82
|
removeTag,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-BNCCGLJN.mjs";
|
|
2
2
|
//# sourceMappingURL=SchemaRegistry.mjs.map
|
package/dist/lib/neutral/Tag.mjs
CHANGED
|
@@ -4,16 +4,19 @@ import {
|
|
|
4
4
|
findTagByLabel,
|
|
5
5
|
make,
|
|
6
6
|
sortTags
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-PRQVBGFG.mjs";
|
|
8
|
+
import "./chunk-TJRQTGXR.mjs";
|
|
9
|
+
import "./chunk-T74ABBRN.mjs";
|
|
10
|
+
import "./chunk-JX5K6AY3.mjs";
|
|
11
|
+
import "./chunk-JJTRVYRD.mjs";
|
|
12
|
+
import "./chunk-4BT7QVIT.mjs";
|
|
13
|
+
import "./chunk-4O4AV6CL.mjs";
|
|
14
|
+
import "./chunk-B5OXLWZL.mjs";
|
|
15
|
+
import "./chunk-VF2IHN6I.mjs";
|
|
16
|
+
import "./chunk-RUYH5REG.mjs";
|
|
17
|
+
import "./chunk-XEBKJROJ.mjs";
|
|
18
|
+
import "./chunk-WYOKA6AE.mjs";
|
|
19
|
+
import "./chunk-UBEZSGXY.mjs";
|
|
17
20
|
import "./chunk-J5LGTIGS.mjs";
|
|
18
21
|
export {
|
|
19
22
|
Tag,
|