@xnetjs/data 2.0.0 → 2.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/agent-OFQJQMNB.js +58 -0
- package/dist/auth/index.d.ts +4 -4
- package/dist/{chunk-DESSPQBS.js → chunk-II7WS264.js} +5 -5
- package/dist/chunk-JWGS7JMA.js +240 -0
- package/dist/{chunk-U223J425.js → chunk-OD2JYCVG.js} +15 -3
- package/dist/{chunk-TRPXLCND.js → chunk-SMYZILJ6.js} +19 -1
- package/dist/{clone-DNcpkYAA.d.ts → clone-CU6rTzC0.d.ts} +3 -3
- package/dist/database/index.d.ts +5 -5
- package/dist/database/index.js +3 -3
- package/dist/{database-view-GUGJHS7J.js → database-view-NMG3AGXK.js} +1 -1
- package/dist/{form-types-BlZvpDEE.d.ts → form-types-xc7NdHaW.d.ts} +1 -1
- package/dist/{grant-expiration-cleaner-1by9wRlb.d.ts → grant-expiration-cleaner-B_Q2pncC.d.ts} +2 -2
- package/dist/index.d.ts +8 -8
- package/dist/index.js +131 -79
- package/dist/{query-ast-NV5StnHo.d.ts → query-ast-Bn3-oRUo.d.ts} +1 -1
- package/dist/{registry-s1fYgCSj.d.ts → registry-Wk8Rt0kh.d.ts} +1 -1
- package/dist/schema/index.d.ts +666 -216
- package/dist/schema/index.js +54 -2
- package/dist/store/index.d.ts +4 -4
- package/dist/{store-BIDKtpjW.d.ts → store-CyGU48TX.d.ts} +1 -1
- package/dist/{types-C64g-IXg.d.ts → types-BFnYlC8Z.d.ts} +1 -1
- package/package.json +7 -7
package/dist/schema/index.js
CHANGED
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
taskBranchName,
|
|
67
67
|
transform,
|
|
68
68
|
when
|
|
69
|
-
} from "../chunk-
|
|
69
|
+
} from "../chunk-OD2JYCVG.js";
|
|
70
70
|
import {
|
|
71
71
|
AbuseReportSchema,
|
|
72
72
|
AppealSchema,
|
|
@@ -109,6 +109,33 @@ import {
|
|
|
109
109
|
MEMORY_KINDS,
|
|
110
110
|
MemoryItemSchema
|
|
111
111
|
} from "../chunk-ZKMWJNDQ.js";
|
|
112
|
+
import {
|
|
113
|
+
AGENT_ACTION_SCHEMA_IRI,
|
|
114
|
+
AGENT_ACTION_STATUSES,
|
|
115
|
+
AGENT_APPROVAL_DECISIONS,
|
|
116
|
+
AGENT_APPROVAL_SCHEMA_IRI,
|
|
117
|
+
AGENT_APPROVAL_SURFACES,
|
|
118
|
+
AGENT_CHANNELS,
|
|
119
|
+
AGENT_NOTIFICATION_KINDS,
|
|
120
|
+
AGENT_NOTIFICATION_SCHEMA_IRI,
|
|
121
|
+
AGENT_NOTIFICATION_STATUSES,
|
|
122
|
+
AGENT_PASSPORT_SCHEMA_IRI,
|
|
123
|
+
AGENT_REVERSIBILITIES,
|
|
124
|
+
AGENT_RISKS,
|
|
125
|
+
AGENT_RUNTIMES,
|
|
126
|
+
AGENT_SESSION_SCHEMA_IRI,
|
|
127
|
+
AgentActionSchema,
|
|
128
|
+
AgentApprovalSchema,
|
|
129
|
+
AgentNotificationSchema,
|
|
130
|
+
AgentPassportSchema,
|
|
131
|
+
AgentSessionSchema,
|
|
132
|
+
agentActionId,
|
|
133
|
+
agentApprovalId,
|
|
134
|
+
agentNotificationId,
|
|
135
|
+
agentPassportId,
|
|
136
|
+
agentSessionId,
|
|
137
|
+
redactInstruction
|
|
138
|
+
} from "../chunk-JWGS7JMA.js";
|
|
112
139
|
import {
|
|
113
140
|
DEFAULT_CHANNEL_TIER,
|
|
114
141
|
InboxStateSchema,
|
|
@@ -355,7 +382,7 @@ import {
|
|
|
355
382
|
} from "../chunk-OIWW5TG3.js";
|
|
356
383
|
import {
|
|
357
384
|
DatabaseViewSchema
|
|
358
|
-
} from "../chunk-
|
|
385
|
+
} from "../chunk-SMYZILJ6.js";
|
|
359
386
|
import "../chunk-JA56EQJO.js";
|
|
360
387
|
import {
|
|
361
388
|
PresenceSummarySchema,
|
|
@@ -420,11 +447,30 @@ export {
|
|
|
420
447
|
ACHIEVEMENT_SCHEMA_IRI,
|
|
421
448
|
ACTIVITY_KINDS,
|
|
422
449
|
ACTIVITY_SCHEMA_IRI,
|
|
450
|
+
AGENT_ACTION_SCHEMA_IRI,
|
|
451
|
+
AGENT_ACTION_STATUSES,
|
|
452
|
+
AGENT_APPROVAL_DECISIONS,
|
|
453
|
+
AGENT_APPROVAL_SCHEMA_IRI,
|
|
454
|
+
AGENT_APPROVAL_SURFACES,
|
|
455
|
+
AGENT_CHANNELS,
|
|
456
|
+
AGENT_NOTIFICATION_KINDS,
|
|
457
|
+
AGENT_NOTIFICATION_SCHEMA_IRI,
|
|
458
|
+
AGENT_NOTIFICATION_STATUSES,
|
|
459
|
+
AGENT_PASSPORT_SCHEMA_IRI,
|
|
460
|
+
AGENT_REVERSIBILITIES,
|
|
461
|
+
AGENT_RISKS,
|
|
462
|
+
AGENT_RUNTIMES,
|
|
463
|
+
AGENT_SESSION_SCHEMA_IRI,
|
|
423
464
|
AbuseReportSchema,
|
|
424
465
|
AccountRecordSchema,
|
|
425
466
|
AccountSchema,
|
|
426
467
|
AchievementSchema,
|
|
427
468
|
ActivitySchema,
|
|
469
|
+
AgentActionSchema,
|
|
470
|
+
AgentApprovalSchema,
|
|
471
|
+
AgentNotificationSchema,
|
|
472
|
+
AgentPassportSchema,
|
|
473
|
+
AgentSessionSchema,
|
|
428
474
|
AppealSchema,
|
|
429
475
|
BUDGET_SCHEMA_IRI,
|
|
430
476
|
BudgetSchema,
|
|
@@ -589,6 +635,11 @@ export {
|
|
|
589
635
|
accountState,
|
|
590
636
|
addDefault,
|
|
591
637
|
admitDeviceRecord,
|
|
638
|
+
agentActionId,
|
|
639
|
+
agentApprovalId,
|
|
640
|
+
agentNotificationId,
|
|
641
|
+
agentPassportId,
|
|
642
|
+
agentSessionId,
|
|
592
643
|
bucketPresenceCount,
|
|
593
644
|
buildEffectiveSchema,
|
|
594
645
|
buildFolderTree,
|
|
@@ -685,6 +736,7 @@ export {
|
|
|
685
736
|
profileNodeId,
|
|
686
737
|
promoteOverlay,
|
|
687
738
|
recoveryRecordId,
|
|
739
|
+
redactInstruction,
|
|
688
740
|
relation,
|
|
689
741
|
remove,
|
|
690
742
|
rename,
|
package/dist/store/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as NodeStorageAdapter, s as NodeChange, i as NodeId, h as NodeState, ad as NodeBatchPreflightResult, a6 as ImportNodesOptions, a8 as ApplyNodeBatchInput, a9 as ApplyNodeBatchResult, L as ListNodesOptions, ah as CountNodesOptions, a4 as PinRegistry, a5 as SetNodeOptions, k as NodeQueryDescriptor, l as NodeQueryResult, S as SchemaIRI, a7 as RebuildNodeIndexesOptions,
|
|
2
|
-
export { j as CheckedOutDraftOverlay, ay as ConflictResult, aB as ContentKeyCache, C as CreateNodeOptions, ae as DeterministicNodeBatchWriteInput, n as DeterministicNodeImportDraft, G as GetWithMigrationOptions, o as ImportDeterministicNodesOptions, p as ImportDeterministicNodesResult, t as MergeConflict, M as MigratedNodeState, aC as MigrationInfo, az as NodeBatchChangeEvent, v as NodeBatchChangeListener, aa as NodeBatchIndexMode, ab as NodeBatchNotificationMode, ac as NodeBatchSyncMode, q as NodeBatchWriteInput, af as NodeBatchWritePolicy, r as NodeBatchWriteResult, ag as NodeBatchWriteTimings, w as NodeChangeEvent, u as NodeChangeListener, aA as NodeContentCipher, a1 as NodePayload, au as NodeQueryCursor, at as NodeQueryCursorOrderEntry, ar as NodeQueryMaterializedViewOptions, av as NodeQueryOptions, N as NodeQueryPageCountMode, as as NodeQueryPageOptions, ax as NodeQueryParityCheckMetadata, aw as NodeQueryPlanMetadata, ap as NodeQuerySearchField, aq as NodeQuerySearchFilter, ao as NodeQuerySpatialFilter, ai as NodeQuerySpatialPoint, ak as NodeQuerySpatialPointFields, an as NodeQuerySpatialRadius, aj as NodeQuerySpatialRect, al as NodeQuerySpatialRectFields, am as NodeQuerySpatialWindow, f as NodeStoreOptions,
|
|
3
|
-
export { G as QUERY_AST_VERSION, r as QueryAST, n as QueryASTAggregate, A as QueryASTAggregateExecution, m as QueryASTAggregateFunction, y as QueryASTAggregateGroup, x as QueryASTAggregatePlan, z as QueryASTAggregateResult, d as QueryASTComparisonPredicate, e as QueryASTCompoundPredicate, a as QueryASTField, l as QueryASTIncludes, p as QueryASTNodeQuery, s as QueryASTNodeQueryOptions, f as QueryASTNotPredicate, c as QueryASTOperator, h as QueryASTOrderBy, i as QueryASTPage, B as QueryASTPlannerGate, g as QueryASTPredicate, q as QueryASTQuerySet, o as QueryASTQuerySetAggregate, j as QueryASTRelationDirection, k as QueryASTRelationInclude, t as QueryASTRelationIncludeOptions, w as QueryASTRelationIndexRequirement, b as QueryASTSchemaInput, u as QueryASTValidationError, v as QueryASTValidationResult, Q as QueryASTVersion, S as SavedViewDescriptor, F as SavedViewFeedDensity, E as SavedViewFeedLayout, C as SavedViewPresentationHint, D as SavedViewPresentationHintMode, V as and, a3 as avg, N as between, P as contains, a0 as count, a1 as countDistinct, a9 as dashboardQuerySet, Z as defineNodeQueryAST, a8 as defineQuerySetAST, ab as defineSavedViewDescriptor, H as eq, aj as evaluateQueryASTPlannerGate, af as executeQueryASTLoadedAggregates, ag as filterQueryASTLoadedRows, _ as follow, $ as from, ah as getQueryASTRelationIndexRequirements, a6 as groupBy, J as gt, K as gte, a7 as having, O as includesAny, U as isNotNull, T as isNull, L as lt, M as lte, ai as matchesQueryASTLoadedRow, a5 as max, a4 as min, I as neq, X as not, W as or, ae as planQueryASTAggregates, Y as queryOperators, aa as querySetCount, R as startsWith, a2 as sum, ac as validateQueryAST, ad as validateSavedViewDescriptor } from '../query-ast-
|
|
4
|
-
export { N as NodeStore } from '../store-
|
|
1
|
+
import { g as NodeStorageAdapter, s as NodeChange, i as NodeId, h as NodeState, ad as NodeBatchPreflightResult, a6 as ImportNodesOptions, a8 as ApplyNodeBatchInput, a9 as ApplyNodeBatchResult, L as ListNodesOptions, ah as CountNodesOptions, a4 as PinRegistry, a5 as SetNodeOptions, k as NodeQueryDescriptor, l as NodeQueryResult, S as SchemaIRI, a7 as RebuildNodeIndexesOptions, bl as NodeReadAuthorizer, bm as AuthorizationStateVersion } from '../types-BFnYlC8Z.js';
|
|
2
|
+
export { j as CheckedOutDraftOverlay, ay as ConflictResult, aB as ContentKeyCache, C as CreateNodeOptions, ae as DeterministicNodeBatchWriteInput, n as DeterministicNodeImportDraft, G as GetWithMigrationOptions, o as ImportDeterministicNodesOptions, p as ImportDeterministicNodesResult, t as MergeConflict, M as MigratedNodeState, aC as MigrationInfo, az as NodeBatchChangeEvent, v as NodeBatchChangeListener, aa as NodeBatchIndexMode, ab as NodeBatchNotificationMode, ac as NodeBatchSyncMode, q as NodeBatchWriteInput, af as NodeBatchWritePolicy, r as NodeBatchWriteResult, ag as NodeBatchWriteTimings, w as NodeChangeEvent, u as NodeChangeListener, aA as NodeContentCipher, a1 as NodePayload, au as NodeQueryCursor, at as NodeQueryCursorOrderEntry, ar as NodeQueryMaterializedViewOptions, av as NodeQueryOptions, N as NodeQueryPageCountMode, as as NodeQueryPageOptions, ax as NodeQueryParityCheckMetadata, aw as NodeQueryPlanMetadata, ap as NodeQuerySearchField, aq as NodeQuerySearchFilter, ao as NodeQuerySpatialFilter, ai as NodeQuerySpatialPoint, ak as NodeQuerySpatialPointFields, an as NodeQuerySpatialRadius, aj as NodeQuerySpatialRect, al as NodeQuerySpatialRectFields, am as NodeQuerySpatialWindow, f as NodeStoreOptions, bn as OperationNodeBatchWriteInput, a3 as PinEntry, a0 as PropertyKey, bo as PropertyLookup, a2 as PropertyTimestamp, aU as SchemaLookup, c as SortDirection, d as SystemOrderField, aR as TEMP_ID_PREFIX, aV as TempIdResolution, T as TransactionOperation, m as TransactionResult, U as UpdateNodeOptions, aL as applyNodeQueryDescriptor, aD as createNodeQueryDescriptor, bp as createPropertyLookup, aT as createSchemaLookup, aF as decodeNodeQueryCursor, aE as encodeNodeQueryCursor, aJ as filterNodeQueryResults, aM as getNodeQuerySearchTokens, aQ as isTempId, aI as matchesNodeQueryDescriptor, aN as nodeQueryDescriptorNeedsBoundedReload, aG as nodeQueryDescriptorToOptions, aS as resolveTempIds, aH as serializeNodeQueryDescriptor, aK as sortNodeQueryResults, aP as withoutNodeQueryMaterializedView, aO as withoutNodeQueryPagination } from '../types-BFnYlC8Z.js';
|
|
3
|
+
export { G as QUERY_AST_VERSION, r as QueryAST, n as QueryASTAggregate, A as QueryASTAggregateExecution, m as QueryASTAggregateFunction, y as QueryASTAggregateGroup, x as QueryASTAggregatePlan, z as QueryASTAggregateResult, d as QueryASTComparisonPredicate, e as QueryASTCompoundPredicate, a as QueryASTField, l as QueryASTIncludes, p as QueryASTNodeQuery, s as QueryASTNodeQueryOptions, f as QueryASTNotPredicate, c as QueryASTOperator, h as QueryASTOrderBy, i as QueryASTPage, B as QueryASTPlannerGate, g as QueryASTPredicate, q as QueryASTQuerySet, o as QueryASTQuerySetAggregate, j as QueryASTRelationDirection, k as QueryASTRelationInclude, t as QueryASTRelationIncludeOptions, w as QueryASTRelationIndexRequirement, b as QueryASTSchemaInput, u as QueryASTValidationError, v as QueryASTValidationResult, Q as QueryASTVersion, S as SavedViewDescriptor, F as SavedViewFeedDensity, E as SavedViewFeedLayout, C as SavedViewPresentationHint, D as SavedViewPresentationHintMode, V as and, a3 as avg, N as between, P as contains, a0 as count, a1 as countDistinct, a9 as dashboardQuerySet, Z as defineNodeQueryAST, a8 as defineQuerySetAST, ab as defineSavedViewDescriptor, H as eq, aj as evaluateQueryASTPlannerGate, af as executeQueryASTLoadedAggregates, ag as filterQueryASTLoadedRows, _ as follow, $ as from, ah as getQueryASTRelationIndexRequirements, a6 as groupBy, J as gt, K as gte, a7 as having, O as includesAny, U as isNotNull, T as isNull, L as lt, M as lte, ai as matchesQueryASTLoadedRow, a5 as max, a4 as min, I as neq, X as not, W as or, ae as planQueryASTAggregates, Y as queryOperators, aa as querySetCount, R as startsWith, a2 as sum, ac as validateQueryAST, ad as validateSavedViewDescriptor } from '../query-ast-Bn3-oRUo.js';
|
|
4
|
+
export { N as NodeStore } from '../store-CyGU48TX.js';
|
|
5
5
|
import { TaggedError, AuthAction, DID, AuthDenyReason, AuthDecision, ContentId } from '@xnetjs/core';
|
|
6
6
|
import { SQLiteAdapter, SQLiteOperationStats } from '@xnetjs/sqlite';
|
|
7
7
|
import '@xnetjs/crypto';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as StoreAuthAPI, f as NodeStoreOptions, g as NodeStorageAdapter, C as CreateNodeOptions, h as NodeState, i as NodeId, j as CheckedOutDraftOverlay, G as GetWithMigrationOptions, M as MigratedNodeState, U as UpdateNodeOptions, L as ListNodesOptions, k as NodeQueryDescriptor, l as NodeQueryResult, T as TransactionOperation, m as TransactionResult, n as DeterministicNodeImportDraft, o as ImportDeterministicNodesOptions, p as ImportDeterministicNodesResult, q as NodeBatchWriteInput, r as NodeBatchWriteResult, S as SchemaIRI, s as NodeChange, t as MergeConflict, u as NodeChangeListener, v as NodeBatchChangeListener } from './types-
|
|
1
|
+
import { e as StoreAuthAPI, f as NodeStoreOptions, g as NodeStorageAdapter, C as CreateNodeOptions, h as NodeState, i as NodeId, j as CheckedOutDraftOverlay, G as GetWithMigrationOptions, M as MigratedNodeState, U as UpdateNodeOptions, L as ListNodesOptions, k as NodeQueryDescriptor, l as NodeQueryResult, T as TransactionOperation, m as TransactionResult, n as DeterministicNodeImportDraft, o as ImportDeterministicNodesOptions, p as ImportDeterministicNodesResult, q as NodeBatchWriteInput, r as NodeBatchWriteResult, S as SchemaIRI, s as NodeChange, t as MergeConflict, u as NodeChangeListener, v as NodeBatchChangeListener } from './types-BFnYlC8Z.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* NodeStore - Event-sourced storage for Nodes
|
|
@@ -1673,4 +1673,4 @@ type InferNode<P extends Record<string, PropertyBuilder>> = {
|
|
|
1673
1673
|
createdBy: DID;
|
|
1674
1674
|
} & InferProperties<P>;
|
|
1675
1675
|
|
|
1676
|
-
export { lensRegistry as $, isNode as A, createNodeId as B, type CreateNodeOptions$1 as C, type DefinedSchema as D, type PropertyType as E, type PropertyDefinition as F, type GetWithMigrationOptions as G, type ValidationError as H, type InferCreateProps as I, type CreateNodeOptions as J, type InferPropertyType as K, type ListNodesOptions as L, type MigratedNodeState as M, type NodeQueryPageCountMode as N, type OfflineAuthPolicy as O, type PropertyBuilder as P, type InferProperties as Q, type InferNode as R, type SchemaIRI as S, type TransactionOperation as T, type UpdateNodeOptions as U, type ValidationResult as V, type SchemaLens as W, type LensOperation as X, type MigrationResult as Y, MigrationError as Z, LensRegistry as _, type Schema as a, mergeOfflinePolicy as a$, type PropertyKey as a0, type NodePayload as a1, type PropertyTimestamp as a2, type PinEntry as a3, type PinRegistry as a4, type SetNodeOptions as a5, type ImportNodesOptions as a6, type RebuildNodeIndexesOptions as a7, type ApplyNodeBatchInput as a8, type ApplyNodeBatchResult as a9, type NodeContentCipher as aA, type ContentKeyCache as aB, type MigrationInfo as aC, createNodeQueryDescriptor as aD, encodeNodeQueryCursor as aE, decodeNodeQueryCursor as aF, nodeQueryDescriptorToOptions as aG, serializeNodeQueryDescriptor as aH, matchesNodeQueryDescriptor as aI, filterNodeQueryResults as aJ, sortNodeQueryResults as aK, applyNodeQueryDescriptor as aL, getNodeQuerySearchTokens as aM, nodeQueryDescriptorNeedsBoundedReload as aN, withoutNodeQueryPagination as aO, withoutNodeQueryMaterializedView as aP, isTempId as aQ, TEMP_ID_PREFIX as aR, resolveTempIds as aS, createSchemaLookup as aT, type SchemaLookup as aU, type TempIdResolution as aV, StoreAuth as aW, GrantRateLimiter as aX, GRANT_SCHEMA_IRI as aY, isGrantActive as aZ, DEFAULT_OFFLINE_POLICY as a_, type NodeBatchIndexMode as aa, type NodeBatchNotificationMode as ab, type NodeBatchSyncMode as ac, type NodeBatchPreflightResult as ad, type DeterministicNodeBatchWriteInput as ae, type NodeBatchWritePolicy as af, type NodeBatchWriteTimings as ag, type CountNodesOptions as ah, type NodeQuerySpatialPoint as ai, type NodeQuerySpatialRect as aj, type NodeQuerySpatialPointFields as ak, type NodeQuerySpatialRectFields as al, type NodeQuerySpatialWindow as am, type NodeQuerySpatialRadius as an, type NodeQuerySpatialFilter as ao, type NodeQuerySearchField as ap, type NodeQuerySearchFilter as aq, type NodeQueryMaterializedViewOptions as ar, type NodeQueryPageOptions as as, type NodeQueryCursorOrderEntry as at, type NodeQueryCursor as au, type NodeQueryOptions as av, type NodeQueryPlanMetadata as aw, type NodeQueryParityCheckMetadata as ax, type ConflictResult as ay, type NodeBatchChangeEvent as az, type ParsedSchemaIRI as b, type StoreAuthOptions as b0, type StoreAuthStore as b1, type StoreAuthKeyManager as b2, type GrantInput as b3, type Grant as b4, StoreAuthError as b5, type StoreAuthErrorCode as b6, type GrantNode as b7, type GrantIndexStore as b8, type GrantIndexOptions as b9, type RevocationConsistency as ba, type RevocationConfig as bb, type GrantRateLimiterOptions as bc, type
|
|
1676
|
+
export { lensRegistry as $, isNode as A, createNodeId as B, type CreateNodeOptions$1 as C, type DefinedSchema as D, type PropertyType as E, type PropertyDefinition as F, type GetWithMigrationOptions as G, type ValidationError as H, type InferCreateProps as I, type CreateNodeOptions as J, type InferPropertyType as K, type ListNodesOptions as L, type MigratedNodeState as M, type NodeQueryPageCountMode as N, type OfflineAuthPolicy as O, type PropertyBuilder as P, type InferProperties as Q, type InferNode as R, type SchemaIRI as S, type TransactionOperation as T, type UpdateNodeOptions as U, type ValidationResult as V, type SchemaLens as W, type LensOperation as X, type MigrationResult as Y, MigrationError as Z, LensRegistry as _, type Schema as a, mergeOfflinePolicy as a$, type PropertyKey as a0, type NodePayload as a1, type PropertyTimestamp as a2, type PinEntry as a3, type PinRegistry as a4, type SetNodeOptions as a5, type ImportNodesOptions as a6, type RebuildNodeIndexesOptions as a7, type ApplyNodeBatchInput as a8, type ApplyNodeBatchResult as a9, type NodeContentCipher as aA, type ContentKeyCache as aB, type MigrationInfo as aC, createNodeQueryDescriptor as aD, encodeNodeQueryCursor as aE, decodeNodeQueryCursor as aF, nodeQueryDescriptorToOptions as aG, serializeNodeQueryDescriptor as aH, matchesNodeQueryDescriptor as aI, filterNodeQueryResults as aJ, sortNodeQueryResults as aK, applyNodeQueryDescriptor as aL, getNodeQuerySearchTokens as aM, nodeQueryDescriptorNeedsBoundedReload as aN, withoutNodeQueryPagination as aO, withoutNodeQueryMaterializedView as aP, isTempId as aQ, TEMP_ID_PREFIX as aR, resolveTempIds as aS, createSchemaLookup as aT, type SchemaLookup as aU, type TempIdResolution as aV, StoreAuth as aW, GrantRateLimiter as aX, GRANT_SCHEMA_IRI as aY, isGrantActive as aZ, DEFAULT_OFFLINE_POLICY as a_, type NodeBatchIndexMode as aa, type NodeBatchNotificationMode as ab, type NodeBatchSyncMode as ac, type NodeBatchPreflightResult as ad, type DeterministicNodeBatchWriteInput as ae, type NodeBatchWritePolicy as af, type NodeBatchWriteTimings as ag, type CountNodesOptions as ah, type NodeQuerySpatialPoint as ai, type NodeQuerySpatialRect as aj, type NodeQuerySpatialPointFields as ak, type NodeQuerySpatialRectFields as al, type NodeQuerySpatialWindow as am, type NodeQuerySpatialRadius as an, type NodeQuerySpatialFilter as ao, type NodeQuerySearchField as ap, type NodeQuerySearchFilter as aq, type NodeQueryMaterializedViewOptions as ar, type NodeQueryPageOptions as as, type NodeQueryCursorOrderEntry as at, type NodeQueryCursor as au, type NodeQueryOptions as av, type NodeQueryPlanMetadata as aw, type NodeQueryParityCheckMetadata as ax, type ConflictResult as ay, type NodeBatchChangeEvent as az, type ParsedSchemaIRI as b, type StoreAuthOptions as b0, type StoreAuthStore as b1, type StoreAuthKeyManager as b2, type GrantInput as b3, type Grant as b4, StoreAuthError as b5, type StoreAuthErrorCode as b6, type GrantNode as b7, type GrantIndexStore as b8, type GrantIndexOptions as b9, type RevocationConsistency as ba, type RevocationConfig as bb, type GrantRateLimiterOptions as bc, type DocumentType as bd, DEFAULT_SCHEMA_VERSION as be, parseSchemaIRI as bf, buildSchemaIRI as bg, normalizeSchemaIRI as bh, getBaseSchemaIRI as bi, isSameSchema as bj, getSchemaVersion as bk, type NodeReadAuthorizer as bl, type AuthorizationStateVersion as bm, type OperationNodeBatchWriteInput as bn, type PropertyLookup as bo, createPropertyLookup as bp, type SortDirection as c, type SystemOrderField as d, type StoreAuthAPI as e, type NodeStoreOptions as f, type NodeStorageAdapter as g, type NodeState as h, type NodeId as i, type CheckedOutDraftOverlay as j, type NodeQueryDescriptor as k, type NodeQueryResult as l, type TransactionResult as m, type DeterministicNodeImportDraft as n, type ImportDeterministicNodesOptions as o, type ImportDeterministicNodesResult as p, type NodeBatchWriteInput as q, type NodeBatchWriteResult as r, type NodeChange as s, type MergeConflict as t, type NodeChangeListener as u, type NodeBatchChangeListener as v, type NodeChangeEvent as w, GrantIndex as x, type Node as y, type DID as z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xnetjs/data",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"nanoid": "^5.1.6",
|
|
58
58
|
"y-protocols": "^1.0.6",
|
|
59
59
|
"yjs": "^13.6.24",
|
|
60
|
-
"@xnetjs/core": "2.
|
|
61
|
-
"@xnetjs/crypto": "2.
|
|
62
|
-
"@xnetjs/identity": "2.
|
|
63
|
-
"@xnetjs/sqlite": "2.
|
|
64
|
-
"@xnetjs/storage": "2.
|
|
65
|
-
"@xnetjs/sync": "2.
|
|
60
|
+
"@xnetjs/core": "2.2.0",
|
|
61
|
+
"@xnetjs/crypto": "2.2.0",
|
|
62
|
+
"@xnetjs/identity": "2.2.0",
|
|
63
|
+
"@xnetjs/sqlite": "2.2.0",
|
|
64
|
+
"@xnetjs/storage": "2.2.0",
|
|
65
|
+
"@xnetjs/sync": "2.2.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"tsup": "^8.0.0",
|