@utaba/deep-memory 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{StorageProvider-CkFjdboX.d.cts → StorageProvider-C3tKhfuw.d.cts} +14 -3
- package/dist/{StorageProvider-CJjz8uBY.d.ts → StorageProvider-DR9HLYHJ.d.ts} +14 -3
- package/dist/index.cjs +960 -143
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +65 -13
- package/dist/index.d.ts +65 -13
- package/dist/index.js +954 -143
- package/dist/index.js.map +1 -1
- package/dist/{portability-DdlNYXGX.d.cts → portability-DdjsCB07.d.cts} +44 -1
- package/dist/{portability-DdlNYXGX.d.ts → portability-DdjsCB07.d.ts} +44 -1
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.d.cts +56 -3
- package/dist/providers/index.d.ts +56 -3
- package/dist/testing/conformance.d.cts +2 -2
- package/dist/testing/conformance.d.ts +2 -2
- package/dist/traversal-9JdiqjZ9.d.ts +177 -0
- package/dist/traversal-BB_yERbf.d.cts +177 -0
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.cts +3 -2
- package/dist/types/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/types/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/types/index.ts"],"sourcesContent":["// Type re-exports — @utaba/deep-memory/types\n\nexport type {\n ProvenanceContext,\n Provenance,\n} from './provenance.js';\n\nexport type {\n PropertyType,\n PropertySchema,\n EntityTypeDefinition,\n RelationshipTypeDefinition,\n MemoryVocabulary,\n GovernanceMode,\n GovernanceConfig,\n VocabularyProposal,\n VocabularyProposalResult,\n VocabularyChangeRecord,\n ResolvedVocabulary,\n EntityTypeInput,\n RelationshipTypeInput,\n VocabularyInput,\n} from './vocabulary.js';\n\nexport type {\n DetailLevel,\n Entity,\n EntitySummary,\n EntityBrief,\n CreateEntityInput,\n UpdateEntityInput,\n StoredEntity,\n StoredEntityUpdate,\n GetEntityOptions,\n GetEntitiesOptions,\n} from './entities.js';\n\nexport type {\n RelationshipDirection,\n Relationship,\n EnrichedRelationship,\n CreateRelationshipInput,\n StoredRelationship,\n RelationshipQueryOptions,\n RelationshipSummary,\n} from './relationships.js';\n\nexport type {\n RepositoryConfig,\n RepositoryMetadata,\n RepositoryUpdate,\n RepositorySummary,\n RepositoryStats,\n StoredRepository,\n StoredRepositorySummary,\n RepositoryFilter,\n StorageRepositoryConfig,\n} from './repositories.js';\n\nexport type {\n PaginationOptions,\n FindEntitiesQuery,\n ExploreOptions,\n PathOptions,\n ConceptSearchOptions,\n TimelineOptions,\n StorageFindQuery,\n StorageExploreOptions,\n StoragePathOptions,\n StorageTimelineOptions,\n SearchOptions,\n PropertyFilter,\n ProvenanceFilter,\n} from './queries.js';\n\nexport type {\n PaginatedResult,\n NeighbourhoodCentre,\n NeighbourhoodGroup,\n NeighbourhoodLayer,\n Neighbourhood,\n Path,\n PathResult,\n ScoredEntity,\n TimelineEntityRef,\n TimelineRelationshipDetail,\n TimelineEvent,\n TimelineResult,\n GraphResult,\n EntityMap,\n StorageNeighbourhoodGroup,\n StorageNeighbourhoodLayer,\n StorageNeighbourhood,\n StoragePath,\n StoragePathResult,\n StorageTimelineEvent,\n StorageTimelineResult,\n SearchHit,\n BulkImportResult,\n ReembedResult,\n} from './results.js';\n\nexport type {\n DeepMemoryEventType,\n EventPayload,\n DeepMemoryEvent,\n EventHandler,\n Unsubscribe,\n HookResult,\n} from './events.js';\n\nexport type {\n ExportManifest,\n ExportArchive,\n ExportChunk,\n ExportStreamItem,\n ImportOptions,\n ImportChunk,\n ImportStreamHeader,\n ImportWarning,\n ImportResult,\n} from './portability.js';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/types/index.ts"],"sourcesContent":["// Type re-exports — @utaba/deep-memory/types\n\nexport type {\n ProvenanceContext,\n Provenance,\n} from './provenance.js';\n\nexport type {\n PropertyType,\n PropertySchema,\n EntityTypeDefinition,\n RelationshipTypeDefinition,\n MemoryVocabulary,\n GovernanceMode,\n GovernanceConfig,\n VocabularyProposal,\n VocabularyProposalResult,\n VocabularyChangeRecord,\n ResolvedVocabulary,\n EntityTypeInput,\n RelationshipTypeInput,\n VocabularyInput,\n} from './vocabulary.js';\n\nexport type {\n DetailLevel,\n Entity,\n EntitySummary,\n EntityBrief,\n CreateEntityInput,\n UpdateEntityInput,\n StoredEntity,\n StoredEntityUpdate,\n GetEntityOptions,\n GetEntitiesOptions,\n} from './entities.js';\n\nexport type {\n RelationshipDirection,\n Relationship,\n EnrichedRelationship,\n CreateRelationshipInput,\n StoredRelationship,\n RelationshipQueryOptions,\n RelationshipSummary,\n} from './relationships.js';\n\nexport type {\n RepositoryConfig,\n RepositoryMetadata,\n RepositoryUpdate,\n RepositorySummary,\n RepositoryStats,\n StoredRepository,\n StoredRepositorySummary,\n RepositoryFilter,\n StorageRepositoryConfig,\n} from './repositories.js';\n\nexport type {\n PaginationOptions,\n FindEntitiesQuery,\n ExploreOptions,\n PathOptions,\n ConceptSearchOptions,\n TimelineOptions,\n StorageFindQuery,\n StorageExploreOptions,\n StoragePathOptions,\n StorageTimelineOptions,\n SearchOptions,\n PropertyFilter,\n ProvenanceFilter,\n} from './queries.js';\n\nexport type {\n PaginatedResult,\n NeighbourhoodCentre,\n NeighbourhoodGroup,\n NeighbourhoodLayer,\n Neighbourhood,\n Path,\n PathResult,\n ScoredEntity,\n TimelineEntityRef,\n TimelineRelationshipDetail,\n TimelineEvent,\n TimelineResult,\n GraphResult,\n EntityMap,\n StorageNeighbourhoodGroup,\n StorageNeighbourhoodLayer,\n StorageNeighbourhood,\n StoragePath,\n StoragePathResult,\n StorageTimelineEvent,\n StorageTimelineResult,\n SearchHit,\n BulkImportResult,\n ReembedResult,\n} from './results.js';\n\nexport type {\n DeepMemoryEventType,\n EventPayload,\n DeepMemoryEvent,\n EventHandler,\n Unsubscribe,\n HookResult,\n} from './events.js';\n\nexport type {\n TraversalSpec,\n TraversalStart,\n TraversalStep,\n TraversalReturnMode,\n TraversalResult,\n TraversalRelationship,\n TraversalPath,\n QueryMetadata,\n} from './traversal.js';\n\nexport type {\n ExportManifest,\n ExportLegalMetadata,\n ExportPipelineMetadata,\n ExportOptions,\n ExportArchive,\n ExportChunk,\n ExportStreamItem,\n ImportOptions,\n ImportChunk,\n ImportStreamHeader,\n ImportWarning,\n ImportResult,\n} from './portability.js';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { B as BulkImportResult, W as ConceptSearchOptions, D as DetailLevel,
|
|
1
|
+
import { z as ProvenanceContext, C as CreateEntityInput, E as Entity, U as UpdateEntityInput, v as CreateRelationshipInput, J as Relationship, V as VocabularyChangeRecord } from '../portability-DdjsCB07.cjs';
|
|
2
|
+
export { B as BulkImportResult, W as ConceptSearchOptions, D as DetailLevel, a8 as EnrichedRelationship, b as EntityBrief, a9 as EntityMap, a as EntitySummary, w as EntityTypeDefinition, aa as EntityTypeInput, N as ExploreOptions, a1 as ExportArchive, t as ExportChunk, ab as ExportLegalMetadata, ac as ExportManifest, a0 as ExportOptions, ad as ExportPipelineMetadata, a4 as ExportStreamItem, F as FindEntitiesQuery, ae as GetEntitiesOptions, af as GetEntityOptions, G as GovernanceConfig, ag as GovernanceMode, L as GraphResult, I as ImportChunk, a2 as ImportOptions, a3 as ImportResult, a5 as ImportStreamHeader, ah as ImportWarning, M as MemoryVocabulary, O as Neighbourhood, ai as NeighbourhoodCentre, aj as NeighbourhoodGroup, ak as NeighbourhoodLayer, d as PaginatedResult, h as PaginationOptions, al as Path, Q as PathOptions, T as PathResult, P as PropertyFilter, am as PropertySchema, an as PropertyType, A as Provenance, ao as ProvenanceFilter, H as ReembedResult, ap as RelationshipDirection, m as RelationshipQueryOptions, K as RelationshipSummary, aq as RelationshipTypeDefinition, ar as RelationshipTypeInput, _ as RepositoryConfig, R as RepositoryFilter, as as RepositoryMetadata, g as RepositoryStats, $ as RepositorySummary, f as RepositoryUpdate, u as ResolvedVocabulary, X as ScoredEntity, a7 as SearchHit, a6 as SearchOptions, n as StorageExploreOptions, k as StorageFindQuery, o as StorageNeighbourhood, at as StorageNeighbourhoodGroup, au as StorageNeighbourhoodLayer, av as StoragePath, p as StoragePathOptions, q as StoragePathResult, S as StorageRepositoryConfig, aw as StorageTimelineEvent, r as StorageTimelineOptions, s as StorageTimelineResult, i as StoredEntity, j as StoredEntityUpdate, l as StoredRelationship, c as StoredRepository, e as StoredRepositorySummary, ax as TimelineEntityRef, ay as TimelineEvent, Y as TimelineOptions, az as TimelineRelationshipDetail, Z as TimelineResult, aA as VocabularyInput, x as VocabularyProposal, y as VocabularyProposalResult } from '../portability-DdjsCB07.cjs';
|
|
3
|
+
export { Q as QueryMetadata, b as TraversalPath, c as TraversalRelationship, a as TraversalResult, d as TraversalReturnMode, T as TraversalSpec, e as TraversalStart, f as TraversalStep } from '../traversal-BB_yERbf.cjs';
|
|
3
4
|
|
|
4
5
|
/** All event types emitted by the Deep Memory engine */
|
|
5
6
|
type DeepMemoryEventType = 'repository:created' | 'repository:opened' | 'repository:updated' | 'repository:deleted' | 'entity:creating' | 'entity:created' | 'entity:updating' | 'entity:updated' | 'entity:deleting' | 'entity:deleted' | 'relationship:creating' | 'relationship:created' | 'relationship:removing' | 'relationship:removed' | 'vocabulary:proposal' | 'vocabulary:approved' | 'vocabulary:rejected' | 'vocabulary:pending' | 'vocabulary:changed' | 'validation:failed' | 'search:executed' | 'reembed:started' | 'reembed:progress' | 'reembed:completed' | 'reembed:failed' | 'export:started' | 'export:progress' | 'export:completed' | 'import:started' | 'import:progress' | 'import:completed' | 'import:failed';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { B as BulkImportResult, W as ConceptSearchOptions, D as DetailLevel,
|
|
1
|
+
import { z as ProvenanceContext, C as CreateEntityInput, E as Entity, U as UpdateEntityInput, v as CreateRelationshipInput, J as Relationship, V as VocabularyChangeRecord } from '../portability-DdjsCB07.js';
|
|
2
|
+
export { B as BulkImportResult, W as ConceptSearchOptions, D as DetailLevel, a8 as EnrichedRelationship, b as EntityBrief, a9 as EntityMap, a as EntitySummary, w as EntityTypeDefinition, aa as EntityTypeInput, N as ExploreOptions, a1 as ExportArchive, t as ExportChunk, ab as ExportLegalMetadata, ac as ExportManifest, a0 as ExportOptions, ad as ExportPipelineMetadata, a4 as ExportStreamItem, F as FindEntitiesQuery, ae as GetEntitiesOptions, af as GetEntityOptions, G as GovernanceConfig, ag as GovernanceMode, L as GraphResult, I as ImportChunk, a2 as ImportOptions, a3 as ImportResult, a5 as ImportStreamHeader, ah as ImportWarning, M as MemoryVocabulary, O as Neighbourhood, ai as NeighbourhoodCentre, aj as NeighbourhoodGroup, ak as NeighbourhoodLayer, d as PaginatedResult, h as PaginationOptions, al as Path, Q as PathOptions, T as PathResult, P as PropertyFilter, am as PropertySchema, an as PropertyType, A as Provenance, ao as ProvenanceFilter, H as ReembedResult, ap as RelationshipDirection, m as RelationshipQueryOptions, K as RelationshipSummary, aq as RelationshipTypeDefinition, ar as RelationshipTypeInput, _ as RepositoryConfig, R as RepositoryFilter, as as RepositoryMetadata, g as RepositoryStats, $ as RepositorySummary, f as RepositoryUpdate, u as ResolvedVocabulary, X as ScoredEntity, a7 as SearchHit, a6 as SearchOptions, n as StorageExploreOptions, k as StorageFindQuery, o as StorageNeighbourhood, at as StorageNeighbourhoodGroup, au as StorageNeighbourhoodLayer, av as StoragePath, p as StoragePathOptions, q as StoragePathResult, S as StorageRepositoryConfig, aw as StorageTimelineEvent, r as StorageTimelineOptions, s as StorageTimelineResult, i as StoredEntity, j as StoredEntityUpdate, l as StoredRelationship, c as StoredRepository, e as StoredRepositorySummary, ax as TimelineEntityRef, ay as TimelineEvent, Y as TimelineOptions, az as TimelineRelationshipDetail, Z as TimelineResult, aA as VocabularyInput, x as VocabularyProposal, y as VocabularyProposalResult } from '../portability-DdjsCB07.js';
|
|
3
|
+
export { Q as QueryMetadata, b as TraversalPath, c as TraversalRelationship, a as TraversalResult, d as TraversalReturnMode, T as TraversalSpec, e as TraversalStart, f as TraversalStep } from '../traversal-9JdiqjZ9.js';
|
|
3
4
|
|
|
4
5
|
/** All event types emitted by the Deep Memory engine */
|
|
5
6
|
type DeepMemoryEventType = 'repository:created' | 'repository:opened' | 'repository:updated' | 'repository:deleted' | 'entity:creating' | 'entity:created' | 'entity:updating' | 'entity:updated' | 'entity:deleting' | 'entity:deleted' | 'relationship:creating' | 'relationship:created' | 'relationship:removing' | 'relationship:removed' | 'vocabulary:proposal' | 'vocabulary:approved' | 'vocabulary:rejected' | 'vocabulary:pending' | 'vocabulary:changed' | 'validation:failed' | 'search:executed' | 'reembed:started' | 'reembed:progress' | 'reembed:completed' | 'reembed:failed' | 'export:started' | 'export:progress' | 'export:completed' | 'import:started' | 'import:progress' | 'import:completed' | 'import:failed';
|