@xnetjs/data 1.0.0 → 2.0.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/auth/index.d.ts +4 -4
- package/dist/checkpoint-MZHJ7PCZ.js +12 -0
- package/dist/{chunk-CARPMPXV.js → chunk-4S73XDWH.js} +318 -19
- package/dist/chunk-6ZUJID52.js +41 -0
- package/dist/{chunk-ENA6NEFY.js → chunk-DESSPQBS.js} +54 -5
- package/dist/chunk-MEAIGK3W.js +58 -0
- package/dist/{chunk-5B47M2IG.js → chunk-U223J425.js} +10 -6
- package/dist/chunk-Z5I2T75Z.js +70 -0
- package/dist/{clone-Bj0nQyMc.d.ts → clone-DNcpkYAA.d.ts} +2 -2
- package/dist/database/index.d.ts +3 -3
- package/dist/database/index.js +2 -2
- package/dist/debug-report-BTNZAKX3.js +10 -0
- package/dist/draft-KGHITKX2.js +10 -0
- package/dist/{grant-expiration-cleaner-BrMW0ffX.d.ts → grant-expiration-cleaner-1by9wRlb.d.ts} +2 -2
- package/dist/index.d.ts +7 -7
- package/dist/index.js +431 -415
- package/dist/{query-ast-ESRn8U2H.d.ts → query-ast-NV5StnHo.d.ts} +1 -1
- package/dist/{registry-BGD80QCd.d.ts → registry-s1fYgCSj.d.ts} +1 -1
- package/dist/schema/index.d.ts +173 -12
- package/dist/schema/index.js +73 -57
- package/dist/store/index.d.ts +9 -5
- package/dist/store/index.js +2 -2
- package/dist/{store-B0fb6WdJ.d.ts → store-BIDKtpjW.d.ts} +56 -1
- package/dist/{types-B5rrBwRI.d.ts → types-C64g-IXg.d.ts} +70 -2
- package/package.json +7 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SchemaIRI, c as SortDirection, N as NodeQueryPageCountMode, P as PropertyBuilder, I as InferCreateProps, D as DefinedSchema, d as SystemOrderField } from './types-
|
|
1
|
+
import { S as SchemaIRI, c as SortDirection, N as NodeQueryPageCountMode, P as PropertyBuilder, I as InferCreateProps, D as DefinedSchema, d as SystemOrderField } from './types-C64g-IXg.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Canonical query AST for advanced Node reads.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PropertyBuilder, D as DefinedSchema, S as SchemaIRI, a as Schema, b as ParsedSchemaIRI } from './types-
|
|
1
|
+
import { P as PropertyBuilder, D as DefinedSchema, S as SchemaIRI, a as Schema, b as ParsedSchemaIRI } from './types-C64g-IXg.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Schema Registry - Runtime lookup for schema definitions.
|
package/dist/schema/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { P as PropertyBuilder, S as SchemaIRI, D as DefinedSchema,
|
|
2
|
-
export {
|
|
1
|
+
import { P as PropertyBuilder, S as SchemaIRI, D as DefinedSchema, bi as DocumentType, z as DID, R as InferNode, V as ValidationResult, a as Schema, E as PropertyType, h as NodeState, w as NodeChangeEvent, H as ValidationError, X as LensOperation, W as SchemaLens } from '../types-C64g-IXg.js';
|
|
2
|
+
export { J as CreateNodeOptions, bj as DEFAULT_SCHEMA_VERSION, I as InferCreateProps, Q as InferProperties, K as InferPropertyType, _ as LensRegistry, Z as MigrationError, Y as MigrationResult, y as Node, b as ParsedSchemaIRI, F as PropertyDefinition, bl as buildSchemaIRI, B as createNodeId, bn as getBaseSchemaIRI, bp as getSchemaVersion, A as isNode, bo as isSameSchema, $ as lensRegistry, bm as normalizeSchemaIRI, bk as parseSchemaIRI } from '../types-C64g-IXg.js';
|
|
3
3
|
import { AuthorizationDefinition } from '@xnetjs/core';
|
|
4
|
-
import { S as SavedViewDescriptor } from '../query-ast-
|
|
4
|
+
import { S as SavedViewDescriptor } from '../query-ast-NV5StnHo.js';
|
|
5
5
|
import { a7 as FormSubmissionMeta, W as FilterGroup, Z as SortConfig, an as SummaryFunction, a4 as FormViewConfig, a5 as FormFieldRule } from '../form-types-BlZvpDEE.js';
|
|
6
|
-
import { N as NodeStore } from '../store-
|
|
7
|
-
export { S as SchemaRegistry, s as schemaRegistry } from '../registry-
|
|
6
|
+
import { N as NodeStore } from '../store-BIDKtpjW.js';
|
|
7
|
+
export { S as SchemaRegistry, s as schemaRegistry } from '../registry-s1fYgCSj.js';
|
|
8
8
|
import '@xnetjs/crypto';
|
|
9
9
|
import '@xnetjs/sqlite';
|
|
10
10
|
import '@xnetjs/sync';
|
|
@@ -845,6 +845,78 @@ type InboxState = InferNode<(typeof InboxStateSchema)['_properties']>;
|
|
|
845
845
|
/** Deterministic node ID for a user's inbox state in a workspace. */
|
|
846
846
|
declare function inboxStateNodeId(did: string): string;
|
|
847
847
|
|
|
848
|
+
declare const DRAFT_SCHEMA_IRI = "xnet://xnet.fyi/Draft@1.0.0";
|
|
849
|
+
/**
|
|
850
|
+
* One member's fork bookkeeping: the clone written to, the original's chain
|
|
851
|
+
* position at fork (the three-way merge base, pinned), and — for doc-bearing
|
|
852
|
+
* members — the Yjs state vector at fork (base64; the post-fork delta on
|
|
853
|
+
* merge is `Y.encodeStateAsUpdate(cloneDoc, forkStateVector)`) plus an
|
|
854
|
+
* optional fork-time snapshot ref (the review diff baseline, pinned).
|
|
855
|
+
*/
|
|
856
|
+
interface DraftEntry {
|
|
857
|
+
cloneId: string;
|
|
858
|
+
forkedAtHash: string;
|
|
859
|
+
forkedAtYjsStateVector?: string;
|
|
860
|
+
forkYjsSnapshotRef?: string;
|
|
861
|
+
mergedAtHash?: string;
|
|
862
|
+
}
|
|
863
|
+
/** Node ids created inside the draft (promoted to main on merge). */
|
|
864
|
+
interface DraftProvenance {
|
|
865
|
+
/** Clone ids merged, keyed by original id. */
|
|
866
|
+
merged: Record<string, string>;
|
|
867
|
+
/** Hashes of the originals' heads after the merge batch. */
|
|
868
|
+
mergedAtHashes: Record<string, string>;
|
|
869
|
+
/** DIDs that authored changes inside the draft (blame recovery). */
|
|
870
|
+
contributors: string[];
|
|
871
|
+
/** Wall time of the merge. */
|
|
872
|
+
mergedAt: number;
|
|
873
|
+
}
|
|
874
|
+
declare const DraftSchema: DefinedSchema<{
|
|
875
|
+
/** Upwelling: titles that signal intent prevent conflicts */
|
|
876
|
+
name: PropertyBuilder<string>;
|
|
877
|
+
status: PropertyBuilder<"open" | "merged" | "discarded">;
|
|
878
|
+
/** The host node/scope being drafted (page, board, database, …) */
|
|
879
|
+
target: PropertyBuilder<string>;
|
|
880
|
+
/** original nodeId -> fork bookkeeping */
|
|
881
|
+
entries: PropertyBuilder<Record<string, DraftEntry>>;
|
|
882
|
+
/** Draft-born node ids (no original; promoted on merge) */
|
|
883
|
+
created: PropertyBuilder<string[]>;
|
|
884
|
+
/** Original ids deleted inside the draft (tombstoned on merge) */
|
|
885
|
+
deletedIds: PropertyBuilder<string[]>;
|
|
886
|
+
/**
|
|
887
|
+
* P4 request surfacing: the draft author asks for a review; the
|
|
888
|
+
* Inbox/Requests surface lists open drafts with this flag set.
|
|
889
|
+
*/
|
|
890
|
+
reviewRequested: PropertyBuilder<boolean>;
|
|
891
|
+
/** Written once at merge: what the squash carried and who authored it */
|
|
892
|
+
mergeProvenance: PropertyBuilder<DraftProvenance>;
|
|
893
|
+
createdAt: PropertyBuilder<number>;
|
|
894
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
895
|
+
}>;
|
|
896
|
+
type Draft = InferNode<(typeof DraftSchema)['_properties']>;
|
|
897
|
+
|
|
898
|
+
declare const CHECKPOINT_SCHEMA_IRI = "xnet://xnet.fyi/Checkpoint@1.0.0";
|
|
899
|
+
/** Mirror of `FrontierEntry` in @xnetjs/history (data cannot depend on it). */
|
|
900
|
+
interface CheckpointFrontierEntry {
|
|
901
|
+
hash: string;
|
|
902
|
+
yjsSnapshotRef?: string;
|
|
903
|
+
}
|
|
904
|
+
declare const CheckpointSchema: DefinedSchema<{
|
|
905
|
+
/** User-given version name ("Draft sent to review", "Before the rewrite") */
|
|
906
|
+
name: PropertyBuilder<string>;
|
|
907
|
+
/** Optional longer note shown in the Time Machine */
|
|
908
|
+
note: PropertyBuilder<string>;
|
|
909
|
+
/** Per-node frontier: nodeId -> { hash, yjsSnapshotRef? } */
|
|
910
|
+
frontier: PropertyBuilder<Record<string, CheckpointFrontierEntry>>;
|
|
911
|
+
/** The scope this checkpoint was taken over (page, database, space, …) */
|
|
912
|
+
scope: PropertyBuilder<string>;
|
|
913
|
+
/** Space containment (single-valued) — drives the authorization roles */
|
|
914
|
+
space: PropertyBuilder<string>;
|
|
915
|
+
createdAt: PropertyBuilder<number>;
|
|
916
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
917
|
+
}>;
|
|
918
|
+
type Checkpoint = InferNode<(typeof CheckpointSchema)['_properties']>;
|
|
919
|
+
|
|
848
920
|
/**
|
|
849
921
|
* Composer-resolved URL previews (exploration 0295).
|
|
850
922
|
*
|
|
@@ -2748,6 +2820,32 @@ declare const ReactionSchema: DefinedSchema<{
|
|
|
2748
2820
|
}>;
|
|
2749
2821
|
type Reaction = InferNode<(typeof ReactionSchema)['_properties']>;
|
|
2750
2822
|
|
|
2823
|
+
declare const DebugReportSchema: DefinedSchema<{
|
|
2824
|
+
space: PropertyBuilder<string>;
|
|
2825
|
+
lane: PropertyBuilder<"user" | "auto" | "hub">;
|
|
2826
|
+
/** Grouping key: hash(errorName + normalized top frame + release). */
|
|
2827
|
+
fingerprint: PropertyBuilder<string>;
|
|
2828
|
+
errorName: PropertyBuilder<string>;
|
|
2829
|
+
message: PropertyBuilder<string>;
|
|
2830
|
+
stack: PropertyBuilder<string>;
|
|
2831
|
+
release: PropertyBuilder<string>;
|
|
2832
|
+
surface: PropertyBuilder<"unknown" | "hub" | "web" | "electron" | "cloud">;
|
|
2833
|
+
bootStage: PropertyBuilder<string>;
|
|
2834
|
+
uaFamily: PropertyBuilder<string>;
|
|
2835
|
+
userDescription: PropertyBuilder<string>;
|
|
2836
|
+
/** Scrubbed recent console lines (user lane only). */
|
|
2837
|
+
breadcrumbs: PropertyBuilder<string[]>;
|
|
2838
|
+
/** Hub lane only: hub-salted sender hash, never a raw DID. */
|
|
2839
|
+
didHash: PropertyBuilder<string>;
|
|
2840
|
+
occurrences: PropertyBuilder<number>;
|
|
2841
|
+
status: PropertyBuilder<"fixed" | "in-progress" | "new" | "acked" | "released">;
|
|
2842
|
+
firstSeen: PropertyBuilder<number>;
|
|
2843
|
+
lastSeen: PropertyBuilder<number>;
|
|
2844
|
+
createdAt: PropertyBuilder<number>;
|
|
2845
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
2846
|
+
}>;
|
|
2847
|
+
type DebugReport = InferNode<(typeof DebugReportSchema)['_properties']>;
|
|
2848
|
+
|
|
2751
2849
|
declare const ProfileSchema: DefinedSchema<{
|
|
2752
2850
|
/** The DID this profile describes (should match createdBy) */
|
|
2753
2851
|
did: PropertyBuilder<`did:key:${string}`>;
|
|
@@ -3380,7 +3478,7 @@ declare const ModerationLabelSchema: DefinedSchema<{
|
|
|
3380
3478
|
targetSchema: PropertyBuilder<string>;
|
|
3381
3479
|
value: PropertyBuilder<"spam" | "scam" | "malware" | "impersonation" | "harassment" | "slop" | "inaccurate" | "unsupported" | "stale" | "synthetic" | "sexual" | "nudity" | "porn" | "graphic-media" | "safe">;
|
|
3382
3480
|
sourceDID: PropertyBuilder<`did:key:${string}`>;
|
|
3383
|
-
sourceType: PropertyBuilder<"user" | "
|
|
3481
|
+
sourceType: PropertyBuilder<"user" | "hub" | "labeler" | "local-ai" | "cloud-ai" | "community-note" | "policy-list" | "crawler">;
|
|
3384
3482
|
confidence: PropertyBuilder<number>;
|
|
3385
3483
|
sourceWeight: PropertyBuilder<number>;
|
|
3386
3484
|
evidenceRefs: PropertyBuilder<string>;
|
|
@@ -3529,7 +3627,7 @@ declare const QualitySignalSchema: DefinedSchema<{
|
|
|
3529
3627
|
updatedAt: PropertyBuilder<number>;
|
|
3530
3628
|
target: PropertyBuilder<string>;
|
|
3531
3629
|
sourceDID: PropertyBuilder<`did:key:${string}`>;
|
|
3532
|
-
sourceType: PropertyBuilder<"user" | "
|
|
3630
|
+
sourceType: PropertyBuilder<"user" | "hub" | "labeler" | "local-ai" | "cloud-ai" | "community-note" | "policy-list" | "crawler">;
|
|
3533
3631
|
signal: PropertyBuilder<"slop" | "duplicate" | "citation-coverage" | "provenance" | "claim-mismatch" | "freshness">;
|
|
3534
3632
|
score: PropertyBuilder<number>;
|
|
3535
3633
|
confidence: PropertyBuilder<number>;
|
|
@@ -4661,6 +4759,27 @@ declare const builtInSchemas: {
|
|
|
4661
4759
|
createdAt: PropertyBuilder<number>;
|
|
4662
4760
|
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4663
4761
|
}>>;
|
|
4762
|
+
readonly 'xnet://xnet.fyi/Checkpoint@1.0.0': () => Promise<DefinedSchema<{
|
|
4763
|
+
name: PropertyBuilder<string>;
|
|
4764
|
+
note: PropertyBuilder<string>;
|
|
4765
|
+
frontier: PropertyBuilder<Record<string, CheckpointFrontierEntry>>;
|
|
4766
|
+
scope: PropertyBuilder<string>;
|
|
4767
|
+
space: PropertyBuilder<string>;
|
|
4768
|
+
createdAt: PropertyBuilder<number>;
|
|
4769
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4770
|
+
}>>;
|
|
4771
|
+
readonly 'xnet://xnet.fyi/Draft@1.0.0': () => Promise<DefinedSchema<{
|
|
4772
|
+
name: PropertyBuilder<string>;
|
|
4773
|
+
status: PropertyBuilder<"open" | "merged" | "discarded">;
|
|
4774
|
+
target: PropertyBuilder<string>;
|
|
4775
|
+
entries: PropertyBuilder<Record<string, DraftEntry>>;
|
|
4776
|
+
created: PropertyBuilder<string[]>;
|
|
4777
|
+
deletedIds: PropertyBuilder<string[]>;
|
|
4778
|
+
reviewRequested: PropertyBuilder<boolean>;
|
|
4779
|
+
mergeProvenance: PropertyBuilder<DraftProvenance>;
|
|
4780
|
+
createdAt: PropertyBuilder<number>;
|
|
4781
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4782
|
+
}>>;
|
|
4664
4783
|
readonly 'xnet://xnet.fyi/Reaction@1.0.0': () => Promise<DefinedSchema<{
|
|
4665
4784
|
target: PropertyBuilder<string>;
|
|
4666
4785
|
targetSchema: PropertyBuilder<string>;
|
|
@@ -4671,6 +4790,27 @@ declare const builtInSchemas: {
|
|
|
4671
4790
|
createdAt: PropertyBuilder<number>;
|
|
4672
4791
|
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4673
4792
|
}>>;
|
|
4793
|
+
readonly 'xnet://xnet.fyi/DebugReport@1.0.0': () => Promise<DefinedSchema<{
|
|
4794
|
+
space: PropertyBuilder<string>;
|
|
4795
|
+
lane: PropertyBuilder<"user" | "auto" | "hub">;
|
|
4796
|
+
fingerprint: PropertyBuilder<string>;
|
|
4797
|
+
errorName: PropertyBuilder<string>;
|
|
4798
|
+
message: PropertyBuilder<string>;
|
|
4799
|
+
stack: PropertyBuilder<string>;
|
|
4800
|
+
release: PropertyBuilder<string>;
|
|
4801
|
+
surface: PropertyBuilder<"unknown" | "hub" | "web" | "electron" | "cloud">;
|
|
4802
|
+
bootStage: PropertyBuilder<string>;
|
|
4803
|
+
uaFamily: PropertyBuilder<string>;
|
|
4804
|
+
userDescription: PropertyBuilder<string>;
|
|
4805
|
+
breadcrumbs: PropertyBuilder<string[]>;
|
|
4806
|
+
didHash: PropertyBuilder<string>;
|
|
4807
|
+
occurrences: PropertyBuilder<number>;
|
|
4808
|
+
status: PropertyBuilder<"fixed" | "in-progress" | "new" | "acked" | "released">;
|
|
4809
|
+
firstSeen: PropertyBuilder<number>;
|
|
4810
|
+
lastSeen: PropertyBuilder<number>;
|
|
4811
|
+
createdAt: PropertyBuilder<number>;
|
|
4812
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4813
|
+
}>>;
|
|
4674
4814
|
readonly 'xnet://xnet.fyi/Profile@1.0.0': () => Promise<DefinedSchema<{
|
|
4675
4815
|
did: PropertyBuilder<`did:key:${string}`>;
|
|
4676
4816
|
displayName: PropertyBuilder<string>;
|
|
@@ -4917,7 +5057,7 @@ declare const builtInSchemas: {
|
|
|
4917
5057
|
targetSchema: PropertyBuilder<string>;
|
|
4918
5058
|
value: PropertyBuilder<"spam" | "scam" | "malware" | "impersonation" | "harassment" | "slop" | "inaccurate" | "unsupported" | "stale" | "synthetic" | "sexual" | "nudity" | "porn" | "graphic-media" | "safe">;
|
|
4919
5059
|
sourceDID: PropertyBuilder<`did:key:${string}`>;
|
|
4920
|
-
sourceType: PropertyBuilder<"user" | "
|
|
5060
|
+
sourceType: PropertyBuilder<"user" | "hub" | "labeler" | "local-ai" | "cloud-ai" | "community-note" | "policy-list" | "crawler">;
|
|
4921
5061
|
confidence: PropertyBuilder<number>;
|
|
4922
5062
|
sourceWeight: PropertyBuilder<number>;
|
|
4923
5063
|
evidenceRefs: PropertyBuilder<string>;
|
|
@@ -5066,7 +5206,7 @@ declare const builtInSchemas: {
|
|
|
5066
5206
|
updatedAt: PropertyBuilder<number>;
|
|
5067
5207
|
target: PropertyBuilder<string>;
|
|
5068
5208
|
sourceDID: PropertyBuilder<`did:key:${string}`>;
|
|
5069
|
-
sourceType: PropertyBuilder<"user" | "
|
|
5209
|
+
sourceType: PropertyBuilder<"user" | "hub" | "labeler" | "local-ai" | "cloud-ai" | "community-note" | "policy-list" | "crawler">;
|
|
5070
5210
|
signal: PropertyBuilder<"slop" | "duplicate" | "citation-coverage" | "provenance" | "claim-mismatch" | "freshness">;
|
|
5071
5211
|
score: PropertyBuilder<number>;
|
|
5072
5212
|
confidence: PropertyBuilder<number>;
|
|
@@ -5739,6 +5879,27 @@ declare const builtInSchemas: {
|
|
|
5739
5879
|
createdAt: PropertyBuilder<number>;
|
|
5740
5880
|
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
5741
5881
|
}>>;
|
|
5882
|
+
readonly 'xnet://xnet.fyi/DebugReport': () => Promise<DefinedSchema<{
|
|
5883
|
+
space: PropertyBuilder<string>;
|
|
5884
|
+
lane: PropertyBuilder<"user" | "auto" | "hub">;
|
|
5885
|
+
fingerprint: PropertyBuilder<string>;
|
|
5886
|
+
errorName: PropertyBuilder<string>;
|
|
5887
|
+
message: PropertyBuilder<string>;
|
|
5888
|
+
stack: PropertyBuilder<string>;
|
|
5889
|
+
release: PropertyBuilder<string>;
|
|
5890
|
+
surface: PropertyBuilder<"unknown" | "hub" | "web" | "electron" | "cloud">;
|
|
5891
|
+
bootStage: PropertyBuilder<string>;
|
|
5892
|
+
uaFamily: PropertyBuilder<string>;
|
|
5893
|
+
userDescription: PropertyBuilder<string>;
|
|
5894
|
+
breadcrumbs: PropertyBuilder<string[]>;
|
|
5895
|
+
didHash: PropertyBuilder<string>;
|
|
5896
|
+
occurrences: PropertyBuilder<number>;
|
|
5897
|
+
status: PropertyBuilder<"fixed" | "in-progress" | "new" | "acked" | "released">;
|
|
5898
|
+
firstSeen: PropertyBuilder<number>;
|
|
5899
|
+
lastSeen: PropertyBuilder<number>;
|
|
5900
|
+
createdAt: PropertyBuilder<number>;
|
|
5901
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
5902
|
+
}>>;
|
|
5742
5903
|
readonly 'xnet://xnet.fyi/Profile': () => Promise<DefinedSchema<{
|
|
5743
5904
|
did: PropertyBuilder<`did:key:${string}`>;
|
|
5744
5905
|
displayName: PropertyBuilder<string>;
|
|
@@ -5985,7 +6146,7 @@ declare const builtInSchemas: {
|
|
|
5985
6146
|
targetSchema: PropertyBuilder<string>;
|
|
5986
6147
|
value: PropertyBuilder<"spam" | "scam" | "malware" | "impersonation" | "harassment" | "slop" | "inaccurate" | "unsupported" | "stale" | "synthetic" | "sexual" | "nudity" | "porn" | "graphic-media" | "safe">;
|
|
5987
6148
|
sourceDID: PropertyBuilder<`did:key:${string}`>;
|
|
5988
|
-
sourceType: PropertyBuilder<"user" | "
|
|
6149
|
+
sourceType: PropertyBuilder<"user" | "hub" | "labeler" | "local-ai" | "cloud-ai" | "community-note" | "policy-list" | "crawler">;
|
|
5989
6150
|
confidence: PropertyBuilder<number>;
|
|
5990
6151
|
sourceWeight: PropertyBuilder<number>;
|
|
5991
6152
|
evidenceRefs: PropertyBuilder<string>;
|
|
@@ -6134,7 +6295,7 @@ declare const builtInSchemas: {
|
|
|
6134
6295
|
updatedAt: PropertyBuilder<number>;
|
|
6135
6296
|
target: PropertyBuilder<string>;
|
|
6136
6297
|
sourceDID: PropertyBuilder<`did:key:${string}`>;
|
|
6137
|
-
sourceType: PropertyBuilder<"user" | "
|
|
6298
|
+
sourceType: PropertyBuilder<"user" | "hub" | "labeler" | "local-ai" | "cloud-ai" | "community-note" | "policy-list" | "crawler">;
|
|
6138
6299
|
signal: PropertyBuilder<"slop" | "duplicate" | "citation-coverage" | "provenance" | "claim-mismatch" | "freshness">;
|
|
6139
6300
|
score: PropertyBuilder<number>;
|
|
6140
6301
|
confidence: PropertyBuilder<number>;
|
|
@@ -6756,4 +6917,4 @@ declare function createOperations(...operations: LensOperation[]): {
|
|
|
6756
6917
|
*/
|
|
6757
6918
|
declare function identity(source: SchemaIRI, target: SchemaIRI): SchemaLens;
|
|
6758
6919
|
|
|
6759
|
-
export { ACCOUNT_RECORD_SCHEMA_IRI, ACCOUNT_SCHEMA_IRI, ACHIEVEMENT_SCHEMA_IRI, ACTIVITY_KINDS, ACTIVITY_SCHEMA_IRI, type AbuseReport, AbuseReportSchema, type Account, type AccountClassId, type AccountRecord, AccountRecordSchema, AccountSchema, type Achievement, AchievementSchema, type Activity, type ActivityKind, ActivitySchema, type AnchorData, type AnchorType, type Appeal, AppealSchema, BUDGET_SCHEMA_IRI, type Budget, type BudgetPeriod, BudgetSchema, type BuiltInSchemaIRI, CHANNEL_KINDS, CONTACT_LIFECYCLE, CONTACT_SCHEMA_IRI, CRM_NAMESPACE, type Canvas, type CanvasObjectAnchor, type CanvasObjectAnchorPlacement, type CanvasPositionAnchor, CanvasSchema, type CellAnchor, type Channel, type ChannelKind, type ChannelNotifyTier, ChannelSchema, type ChatMessage, ChatMessageSchema, type CheckboxOptions, type ColumnAnchor, type Comment, CommentSchema, type CommunityNote, CommunityNoteSchema, type Contact, type ContactLifecycle, ContactSchema, type ContentProvenance, ContentProvenanceSchema, type CoreSchemaResolver, type CreatedByOptions, type CreatedOptions, type CrmVisibility, DEAL_CONTACT_ROLES, DEAL_CONTACT_ROLE_SCHEMA_IRI, DEAL_SCHEMA_IRI, DEAL_SOURCES, DEFAULT_CHANNEL_TIER, DEVICE_RECORD_SCHEMA_IRI, DID, type Dashboard, type DashboardBreakpointId, type DashboardLayoutItem, type DashboardLayouts, DashboardSchema, type DashboardTimeRange, type DashboardVariablesState, type DashboardWidgetInstance, type DashboardWidgetRefresh, type Database, type DatabaseField, DatabaseFieldSchema, type DatabaseRow, DatabaseRowSchema, DatabaseSchema, type DatabaseSelectOption, DatabaseSelectOptionSchema, type DatabaseView, DatabaseViewSchema, type DateOptions, type DateRange, type DateRangeOptions, type Deal, type DealContactRole, type DealContactRoleKind, DealContactRoleSchema, DealSchema, type DealSource, type DefineSchemaOptions, DefinedSchema, type DeviceLike, type DeviceRecord, DeviceRecordSchema, DocumentType, EXTENSION_FIELD_SCHEMA_IRI, EXTERNAL_ITEM_SCHEMA_IRI, EXTERNAL_ITEM_SOURCES, EXT_PREFIX, type EffectiveExtensionField, type EmailOptions, type Experiment, type ExperimentDesign, type ExperimentPhase, ExperimentSchema, type ExperimentStatus, type ExtensionField, type ExtensionFieldRecord, ExtensionFieldSchema, type ExtensionRecord, type ExternalItem, ExternalItemSchema, type ExternalReference, ExternalReferenceSchema, FEED_ITEM_SCHEMA_IRI, FEED_SCHEMA_IRI, FOLDER_SCHEMA_IRI, FORECAST_CATEGORIES, type Feed, type FeedItem, FeedItemSchema, FeedSchema, type FileOptions, type FileRef, type Folder, type FolderLike, FolderSchema, type FolderTreeNode, type ForecastCategory, GAME_ASSET_FORMATS, GAME_ASSET_MIME_TYPES, GAME_ASSET_SCHEMA_IRI, GAME_ECONOMY_ENTRY_SCHEMA_IRI, GAME_ITEM_SCHEMA_IRI, GAME_NAMESPACE, GAME_SCHEMA_IRIS, type GameAsset, type GameAssetFormat, GameAssetSchema, type GameEconomyEntry, GameEconomyEntrySchema, type GameItem, GameItemSchema, type GameVisibility, type GeoFeature, type GeoFeatureCollection, type GeoGeometry, type GeoPosition, type Grant, GrantSchema, IMPORT_BATCH_SCHEMA_IRI, INVENTORY_SCHEMA_IRI, ITEM_RARITIES, type ImportBatch, ImportBatchSchema, type ImportSource, type InboxItemTriage, type InboxState, InboxStateSchema, type InboxWatermark, InferNode, type Inventory, InventorySchema, type ItemRarity, type JsonOptions, LINE_ITEM_SCHEMA_IRI, type LedgerNodeIntent, LensOperation, type LineItem, LineItemSchema, MATCH_RESULTS, MATCH_SESSION_SCHEMA_IRI, MAX_LINK_PREVIEWS_PER_MESSAGE, MAX_MENTION_DIDS, MAX_TAG_NAME_LENGTH, MEETING_CHANNELS, MEETING_SCHEMA_IRI, MEETING_TEMPLATE_IDS, MEETING_TRANSCRIPT_SCHEMA_IRI, MEMORY_ITEM_SCHEMA_IRI, MEMORY_KINDS, MILESTONE_SCHEMA_IRI, type Map$1 as Map, type MapBasemapId, type MapLayerGeometry, type MapLayerSource, type MapLayerSpec, type MapLayerStyle, MapSchema, type MapViewport, type MatchResult, type MatchSession, MatchSessionSchema, type MediaAsset, MediaAssetSchema, type Meeting, type MeetingChannel, MeetingSchema, type MeetingSegment, type MeetingTemplateId, type MeetingTranscript, MeetingTranscriptSchema, type MemoryItem, MemoryItemSchema, type MemoryKind, type Mention, type MessageLinkPreview, type MessageMentions, type MessageRequest, MessageRequestSchema, type Metric, type MetricKind, type MetricPolarity, type MetricScheduleId, MetricSchema, type Milestone, MilestoneSchema, type ModerationLabel, ModerationLabelSchema, type MoneyOptions, type MoneyValue, type MultiSelectOptions, NODE_VISIBILITY, type NodeAnchor, type NodeVisibility, type NoteRating, NoteRatingSchema, type NotificationPrefs, type NumberOptions, ORGANIZATION_SCHEMA_IRI, ORGANIZATION_SIZES, type Observation, type ObservationPhase, ObservationSchema, type Organization, OrganizationSchema, type OrganizationSize, type OrphanReason, type OrphanResolvers, type OrphanStatus, PIPELINE_SCHEMA_IRI, PLAYER_IDENTITY_SCHEMA_IRI, POSTING_SCHEMA_IRI, PRODUCT_KINDS, PRODUCT_SCHEMA_IRI, type Page, PageSchema, type ParsedSystemNamespaceResource, type ParsedTaskShortId, type PersonOptions, type PhoneOptions, type Pipeline, PipelineSchema, type PlayerIdentity, PlayerIdentitySchema, type PolicyList, PolicyListSchema, type PolicySubscription, PolicySubscriptionSchema, type Posting, PostingSchema, PresenceAggregator, type PresenceAggregatorOptions, type PresenceAggregatorStore, type PresenceCountBucket, type PresenceSummary, type PresenceSummaryDescriptor, PresenceSummarySchema, type PresenceVisibility, type PresenceVisibilityResolver, type Product, type ProductKind, ProductSchema, type Profile, ProfileSchema, type Project, ProjectSchema, PropertyBuilder, PropertyType, type PublicInteractionPolicy, PublicInteractionPolicySchema, type QualitySignal, QualitySignalSchema, RECOVERY_RECORD_SCHEMA_IRI, RELATIONSHIP_KINDS, RELATIONSHIP_SCHEMA_IRI, REVOCATION_RECORD_SCHEMA_IRI, type Reaction, ReactionSchema, type RecoveryRecord, RecoveryRecordSchema, type RelationOptions, type Relationship, type RelationshipKind, RelationshipSchema, type ReviewTask, ReviewTaskSchema, type RevocationLike, type RevocationRecord, RevocationRecordSchema, type RowAnchor, SCHEMA_EXTENSION_SCHEMA_IRI, DEFAULT_SCHEMA_VERSION as SCHEMA_VERSION, SIDECAR_PREFIX, SPACE_KINDS, SPACE_MEMBERSHIP_SCHEMA_IRI, SPACE_ROLES, SPACE_SCHEMA_IRI, SPACE_VISIBILITY, STAGE_SCHEMA_IRI, SYSTEM_NAMESPACE_KINDS, SYSTEM_SCHEMA_BASE_IRIS, SYSTEM_SCHEMA_IRIS, type SavedView, SavedViewSchema, Schema, type SchemaAuthorityResolution, type SchemaAuthorityResolutionKind, type SchemaAuthorityResolutionOptions, type SchemaCompatibility, type SchemaCompatibilityMode, SchemaCompatibilitySchema, type SchemaDefinition, SchemaDefinitionSchema, type SchemaDefinitionSigningInput, type SchemaDefinitionStatus, type SchemaExtension, SchemaExtensionSchema, SchemaIRI, SchemaLens, type SelectOption, type SelectOptions, type SidecarOverlay, type Space, type SpaceKind, type SpaceLike, type SpaceMembership, SpaceMembershipSchema, type SpaceRole, SpaceSchema, type SpaceTreeNode, type SpaceVisibility, type Stage, StageSchema, type SyncPolicy, SyncPolicySchema, type SyncPolicyStatus, type SystemFederationErrorCode, type SystemNamespaceKind, type SystemSchemaDefinitionRecord, SystemSchemaIndex, type SystemSchemaIndexDiagnostic, type SystemSchemaIndexOptions, type SystemSchemaIndexStore, TAG_SCHEMA_IRI, TASK_SHORT_ID_PATTERN, TASK_STATUS_CATEGORIES, TRANSACTION_SCHEMA_IRI, TRANSCRIPTION_SCHEMA_IRI, type Tag, TagSchema, type Task, TaskSchema, type TaskShortIdBlock, type TaskStatusCategory, type TaskStatusId, type TaskView, TaskViewSchema, type TextAnchor, type TextOptions, type Transaction, TransactionSchema, type TransactionStatus, type Transcription, TranscriptionSchema, type TranscriptionSourceId, type UpdatedOptions, type UrlOptions, type UserWidget, type UserWidgetConfigField, UserWidgetSchema, type UserWidgetSize, type ValidateSchemaDefinitionNodeOptions, ValidationError, ValidationResult, type Workspace, WorkspaceSchema, type WorkspaceTreeJson, accountRecordId, accountState, addDefault, admitDeviceRecord, bucketPresenceCount, buildEffectiveSchema, buildFolderTree, buildSpaceTree, buildSystemNamespace, buildSystemNodeId, builtInSchemas, canManageSpace, canModifyColumn, checkOrphanStatus, checkbox, compareSpaceRoles, composeLens, computeSchemaDefinitionContentHash, convert, copy, createAccountRecord, createNodeGraphSchemaResolver, createOperations, createSchemaDefinitionSigningPayload, created, createdBy, crmSchemas, date, dateRange, decodeAnchor, defineSchema, deviceRecipientExpander, deviceRecordId, didFromProfileNodeId, effectiveSpaceRole, email, encodeAnchor, extKey, extractMentions, file, filterOrphanedComments, findLockedColumns, flattenFolderTree, flattenSpaceTree, folderAncestorIds, folderPathIds, formatTaskShortId, gameSchemas, getMentionedUsers, getPresenceNoisePolicy, getTaskStatusCategory, identity, inboxStateNodeId, isCanvasObjectAnchor, isCanvasPositionAnchor, isCellAnchor, isColumnAnchor, isCompletedTaskStatus, isDeviceAuthorized, isExtKey, isMessageLinkPreview, isMoneyValue, isNodeAnchor, isRowAnchor, isSchemaDefinitionNode, isSpaceRole, isSystemNamespaceResource, isSystemSchemaIri, isTextAnchor, isValidMentions, isValidTagName, json, loadExtensionFields, lockedPropertyKeys, mentionsInclude, merge, mergeSidecarsIntoRow, money, multiSelect, nextEpoch, normalizeMentions, normalizeTagName, number, parseExtKey, parseSystemNamespaceResource, parseTaskShortId, person, phone, profileNodeId, promoteOverlay, recoveryRecordId, relation, remove, rename, resolveActiveDevices, resolveEffectiveSchema, resolveSchemaAuthority, revocationRecordId, revokeDeviceRecord, revokeSubjectRecord, revokedSubjects, sanitizeLinkPreviews, schemaExtensionId, select, selectExtensionFields, shortIdsFromBlock, sidecarId, sidecarOverlayKeys, spaceAncestorIds, spaceMembershipId, spacePathIds, spaceRoleGrantActions, spaceRoleToShareRole, summarizePresenceNodes, taskBranchName, text, transform, updated, url, validateSchemaDefinitionNode, when, wouldCreateFolderCycle, wouldCreateSpaceCycle };
|
|
6920
|
+
export { ACCOUNT_RECORD_SCHEMA_IRI, ACCOUNT_SCHEMA_IRI, ACHIEVEMENT_SCHEMA_IRI, ACTIVITY_KINDS, ACTIVITY_SCHEMA_IRI, type AbuseReport, AbuseReportSchema, type Account, type AccountClassId, type AccountRecord, AccountRecordSchema, AccountSchema, type Achievement, AchievementSchema, type Activity, type ActivityKind, ActivitySchema, type AnchorData, type AnchorType, type Appeal, AppealSchema, BUDGET_SCHEMA_IRI, type Budget, type BudgetPeriod, BudgetSchema, type BuiltInSchemaIRI, CHANNEL_KINDS, CHECKPOINT_SCHEMA_IRI, CONTACT_LIFECYCLE, CONTACT_SCHEMA_IRI, CRM_NAMESPACE, type Canvas, type CanvasObjectAnchor, type CanvasObjectAnchorPlacement, type CanvasPositionAnchor, CanvasSchema, type CellAnchor, type Channel, type ChannelKind, type ChannelNotifyTier, ChannelSchema, type ChatMessage, ChatMessageSchema, type CheckboxOptions, type Checkpoint, type CheckpointFrontierEntry, CheckpointSchema, type ColumnAnchor, type Comment, CommentSchema, type CommunityNote, CommunityNoteSchema, type Contact, type ContactLifecycle, ContactSchema, type ContentProvenance, ContentProvenanceSchema, type CoreSchemaResolver, type CreatedByOptions, type CreatedOptions, type CrmVisibility, DEAL_CONTACT_ROLES, DEAL_CONTACT_ROLE_SCHEMA_IRI, DEAL_SCHEMA_IRI, DEAL_SOURCES, DEFAULT_CHANNEL_TIER, DEVICE_RECORD_SCHEMA_IRI, DID, DRAFT_SCHEMA_IRI, type Dashboard, type DashboardBreakpointId, type DashboardLayoutItem, type DashboardLayouts, DashboardSchema, type DashboardTimeRange, type DashboardVariablesState, type DashboardWidgetInstance, type DashboardWidgetRefresh, type Database, type DatabaseField, DatabaseFieldSchema, type DatabaseRow, DatabaseRowSchema, DatabaseSchema, type DatabaseSelectOption, DatabaseSelectOptionSchema, type DatabaseView, DatabaseViewSchema, type DateOptions, type DateRange, type DateRangeOptions, type Deal, type DealContactRole, type DealContactRoleKind, DealContactRoleSchema, DealSchema, type DealSource, type DebugReport, DebugReportSchema, type DefineSchemaOptions, DefinedSchema, type DeviceLike, type DeviceRecord, DeviceRecordSchema, DocumentType, type Draft, type DraftEntry, type DraftProvenance, DraftSchema, EXTENSION_FIELD_SCHEMA_IRI, EXTERNAL_ITEM_SCHEMA_IRI, EXTERNAL_ITEM_SOURCES, EXT_PREFIX, type EffectiveExtensionField, type EmailOptions, type Experiment, type ExperimentDesign, type ExperimentPhase, ExperimentSchema, type ExperimentStatus, type ExtensionField, type ExtensionFieldRecord, ExtensionFieldSchema, type ExtensionRecord, type ExternalItem, ExternalItemSchema, type ExternalReference, ExternalReferenceSchema, FEED_ITEM_SCHEMA_IRI, FEED_SCHEMA_IRI, FOLDER_SCHEMA_IRI, FORECAST_CATEGORIES, type Feed, type FeedItem, FeedItemSchema, FeedSchema, type FileOptions, type FileRef, type Folder, type FolderLike, FolderSchema, type FolderTreeNode, type ForecastCategory, GAME_ASSET_FORMATS, GAME_ASSET_MIME_TYPES, GAME_ASSET_SCHEMA_IRI, GAME_ECONOMY_ENTRY_SCHEMA_IRI, GAME_ITEM_SCHEMA_IRI, GAME_NAMESPACE, GAME_SCHEMA_IRIS, type GameAsset, type GameAssetFormat, GameAssetSchema, type GameEconomyEntry, GameEconomyEntrySchema, type GameItem, GameItemSchema, type GameVisibility, type GeoFeature, type GeoFeatureCollection, type GeoGeometry, type GeoPosition, type Grant, GrantSchema, IMPORT_BATCH_SCHEMA_IRI, INVENTORY_SCHEMA_IRI, ITEM_RARITIES, type ImportBatch, ImportBatchSchema, type ImportSource, type InboxItemTriage, type InboxState, InboxStateSchema, type InboxWatermark, InferNode, type Inventory, InventorySchema, type ItemRarity, type JsonOptions, LINE_ITEM_SCHEMA_IRI, type LedgerNodeIntent, LensOperation, type LineItem, LineItemSchema, MATCH_RESULTS, MATCH_SESSION_SCHEMA_IRI, MAX_LINK_PREVIEWS_PER_MESSAGE, MAX_MENTION_DIDS, MAX_TAG_NAME_LENGTH, MEETING_CHANNELS, MEETING_SCHEMA_IRI, MEETING_TEMPLATE_IDS, MEETING_TRANSCRIPT_SCHEMA_IRI, MEMORY_ITEM_SCHEMA_IRI, MEMORY_KINDS, MILESTONE_SCHEMA_IRI, type Map$1 as Map, type MapBasemapId, type MapLayerGeometry, type MapLayerSource, type MapLayerSpec, type MapLayerStyle, MapSchema, type MapViewport, type MatchResult, type MatchSession, MatchSessionSchema, type MediaAsset, MediaAssetSchema, type Meeting, type MeetingChannel, MeetingSchema, type MeetingSegment, type MeetingTemplateId, type MeetingTranscript, MeetingTranscriptSchema, type MemoryItem, MemoryItemSchema, type MemoryKind, type Mention, type MessageLinkPreview, type MessageMentions, type MessageRequest, MessageRequestSchema, type Metric, type MetricKind, type MetricPolarity, type MetricScheduleId, MetricSchema, type Milestone, MilestoneSchema, type ModerationLabel, ModerationLabelSchema, type MoneyOptions, type MoneyValue, type MultiSelectOptions, NODE_VISIBILITY, type NodeAnchor, type NodeVisibility, type NoteRating, NoteRatingSchema, type NotificationPrefs, type NumberOptions, ORGANIZATION_SCHEMA_IRI, ORGANIZATION_SIZES, type Observation, type ObservationPhase, ObservationSchema, type Organization, OrganizationSchema, type OrganizationSize, type OrphanReason, type OrphanResolvers, type OrphanStatus, PIPELINE_SCHEMA_IRI, PLAYER_IDENTITY_SCHEMA_IRI, POSTING_SCHEMA_IRI, PRODUCT_KINDS, PRODUCT_SCHEMA_IRI, type Page, PageSchema, type ParsedSystemNamespaceResource, type ParsedTaskShortId, type PersonOptions, type PhoneOptions, type Pipeline, PipelineSchema, type PlayerIdentity, PlayerIdentitySchema, type PolicyList, PolicyListSchema, type PolicySubscription, PolicySubscriptionSchema, type Posting, PostingSchema, PresenceAggregator, type PresenceAggregatorOptions, type PresenceAggregatorStore, type PresenceCountBucket, type PresenceSummary, type PresenceSummaryDescriptor, PresenceSummarySchema, type PresenceVisibility, type PresenceVisibilityResolver, type Product, type ProductKind, ProductSchema, type Profile, ProfileSchema, type Project, ProjectSchema, PropertyBuilder, PropertyType, type PublicInteractionPolicy, PublicInteractionPolicySchema, type QualitySignal, QualitySignalSchema, RECOVERY_RECORD_SCHEMA_IRI, RELATIONSHIP_KINDS, RELATIONSHIP_SCHEMA_IRI, REVOCATION_RECORD_SCHEMA_IRI, type Reaction, ReactionSchema, type RecoveryRecord, RecoveryRecordSchema, type RelationOptions, type Relationship, type RelationshipKind, RelationshipSchema, type ReviewTask, ReviewTaskSchema, type RevocationLike, type RevocationRecord, RevocationRecordSchema, type RowAnchor, SCHEMA_EXTENSION_SCHEMA_IRI, DEFAULT_SCHEMA_VERSION as SCHEMA_VERSION, SIDECAR_PREFIX, SPACE_KINDS, SPACE_MEMBERSHIP_SCHEMA_IRI, SPACE_ROLES, SPACE_SCHEMA_IRI, SPACE_VISIBILITY, STAGE_SCHEMA_IRI, SYSTEM_NAMESPACE_KINDS, SYSTEM_SCHEMA_BASE_IRIS, SYSTEM_SCHEMA_IRIS, type SavedView, SavedViewSchema, Schema, type SchemaAuthorityResolution, type SchemaAuthorityResolutionKind, type SchemaAuthorityResolutionOptions, type SchemaCompatibility, type SchemaCompatibilityMode, SchemaCompatibilitySchema, type SchemaDefinition, SchemaDefinitionSchema, type SchemaDefinitionSigningInput, type SchemaDefinitionStatus, type SchemaExtension, SchemaExtensionSchema, SchemaIRI, SchemaLens, type SelectOption, type SelectOptions, type SidecarOverlay, type Space, type SpaceKind, type SpaceLike, type SpaceMembership, SpaceMembershipSchema, type SpaceRole, SpaceSchema, type SpaceTreeNode, type SpaceVisibility, type Stage, StageSchema, type SyncPolicy, SyncPolicySchema, type SyncPolicyStatus, type SystemFederationErrorCode, type SystemNamespaceKind, type SystemSchemaDefinitionRecord, SystemSchemaIndex, type SystemSchemaIndexDiagnostic, type SystemSchemaIndexOptions, type SystemSchemaIndexStore, TAG_SCHEMA_IRI, TASK_SHORT_ID_PATTERN, TASK_STATUS_CATEGORIES, TRANSACTION_SCHEMA_IRI, TRANSCRIPTION_SCHEMA_IRI, type Tag, TagSchema, type Task, TaskSchema, type TaskShortIdBlock, type TaskStatusCategory, type TaskStatusId, type TaskView, TaskViewSchema, type TextAnchor, type TextOptions, type Transaction, TransactionSchema, type TransactionStatus, type Transcription, TranscriptionSchema, type TranscriptionSourceId, type UpdatedOptions, type UrlOptions, type UserWidget, type UserWidgetConfigField, UserWidgetSchema, type UserWidgetSize, type ValidateSchemaDefinitionNodeOptions, ValidationError, ValidationResult, type Workspace, WorkspaceSchema, type WorkspaceTreeJson, accountRecordId, accountState, addDefault, admitDeviceRecord, bucketPresenceCount, buildEffectiveSchema, buildFolderTree, buildSpaceTree, buildSystemNamespace, buildSystemNodeId, builtInSchemas, canManageSpace, canModifyColumn, checkOrphanStatus, checkbox, compareSpaceRoles, composeLens, computeSchemaDefinitionContentHash, convert, copy, createAccountRecord, createNodeGraphSchemaResolver, createOperations, createSchemaDefinitionSigningPayload, created, createdBy, crmSchemas, date, dateRange, decodeAnchor, defineSchema, deviceRecipientExpander, deviceRecordId, didFromProfileNodeId, effectiveSpaceRole, email, encodeAnchor, extKey, extractMentions, file, filterOrphanedComments, findLockedColumns, flattenFolderTree, flattenSpaceTree, folderAncestorIds, folderPathIds, formatTaskShortId, gameSchemas, getMentionedUsers, getPresenceNoisePolicy, getTaskStatusCategory, identity, inboxStateNodeId, isCanvasObjectAnchor, isCanvasPositionAnchor, isCellAnchor, isColumnAnchor, isCompletedTaskStatus, isDeviceAuthorized, isExtKey, isMessageLinkPreview, isMoneyValue, isNodeAnchor, isRowAnchor, isSchemaDefinitionNode, isSpaceRole, isSystemNamespaceResource, isSystemSchemaIri, isTextAnchor, isValidMentions, isValidTagName, json, loadExtensionFields, lockedPropertyKeys, mentionsInclude, merge, mergeSidecarsIntoRow, money, multiSelect, nextEpoch, normalizeMentions, normalizeTagName, number, parseExtKey, parseSystemNamespaceResource, parseTaskShortId, person, phone, profileNodeId, promoteOverlay, recoveryRecordId, relation, remove, rename, resolveActiveDevices, resolveEffectiveSchema, resolveSchemaAuthority, revocationRecordId, revokeDeviceRecord, revokeSubjectRecord, revokedSubjects, sanitizeLinkPreviews, schemaExtensionId, select, selectExtensionFields, shortIdsFromBlock, sidecarId, sidecarOverlayKeys, spaceAncestorIds, spaceMembershipId, spacePathIds, spaceRoleGrantActions, spaceRoleToShareRole, summarizePresenceNodes, taskBranchName, text, transform, updated, url, validateSchemaDefinitionNode, when, wouldCreateFolderCycle, wouldCreateSpaceCycle };
|
package/dist/schema/index.js
CHANGED
|
@@ -66,19 +66,7 @@ import {
|
|
|
66
66
|
taskBranchName,
|
|
67
67
|
transform,
|
|
68
68
|
when
|
|
69
|
-
} from "../chunk-
|
|
70
|
-
import {
|
|
71
|
-
SavedViewSchema
|
|
72
|
-
} from "../chunk-XQDXQ7WG.js";
|
|
73
|
-
import {
|
|
74
|
-
WorkspaceSchema
|
|
75
|
-
} from "../chunk-3PV6QTKF.js";
|
|
76
|
-
import {
|
|
77
|
-
UserWidgetSchema
|
|
78
|
-
} from "../chunk-W3QOEPUN.js";
|
|
79
|
-
import {
|
|
80
|
-
DashboardSchema
|
|
81
|
-
} from "../chunk-NSMSOIEW.js";
|
|
69
|
+
} from "../chunk-U223J425.js";
|
|
82
70
|
import {
|
|
83
71
|
AbuseReportSchema,
|
|
84
72
|
AppealSchema,
|
|
@@ -121,26 +109,6 @@ import {
|
|
|
121
109
|
MEMORY_KINDS,
|
|
122
110
|
MemoryItemSchema
|
|
123
111
|
} from "../chunk-ZKMWJNDQ.js";
|
|
124
|
-
import {
|
|
125
|
-
CHANNEL_KINDS,
|
|
126
|
-
ChannelSchema
|
|
127
|
-
} from "../chunk-UUQVNDBG.js";
|
|
128
|
-
import {
|
|
129
|
-
ChatMessageSchema
|
|
130
|
-
} from "../chunk-5UJMY3AH.js";
|
|
131
|
-
import {
|
|
132
|
-
FEED_SCHEMA_IRI,
|
|
133
|
-
FeedSchema
|
|
134
|
-
} from "../chunk-JLUFPUIL.js";
|
|
135
|
-
import {
|
|
136
|
-
FEED_ITEM_SCHEMA_IRI,
|
|
137
|
-
FeedItemSchema
|
|
138
|
-
} from "../chunk-DPJ4T2LQ.js";
|
|
139
|
-
import {
|
|
140
|
-
EXTERNAL_ITEM_SCHEMA_IRI,
|
|
141
|
-
EXTERNAL_ITEM_SOURCES,
|
|
142
|
-
ExternalItemSchema
|
|
143
|
-
} from "../chunk-D4EVJN2P.js";
|
|
144
112
|
import {
|
|
145
113
|
DEFAULT_CHANNEL_TIER,
|
|
146
114
|
InboxStateSchema,
|
|
@@ -167,6 +135,49 @@ import {
|
|
|
167
135
|
revocationRecordId,
|
|
168
136
|
revokedSubjects
|
|
169
137
|
} from "../chunk-4KJ4NAMC.js";
|
|
138
|
+
import {
|
|
139
|
+
SavedViewSchema
|
|
140
|
+
} from "../chunk-XQDXQ7WG.js";
|
|
141
|
+
import {
|
|
142
|
+
WorkspaceSchema
|
|
143
|
+
} from "../chunk-3PV6QTKF.js";
|
|
144
|
+
import {
|
|
145
|
+
UserWidgetSchema
|
|
146
|
+
} from "../chunk-W3QOEPUN.js";
|
|
147
|
+
import {
|
|
148
|
+
DashboardSchema
|
|
149
|
+
} from "../chunk-NSMSOIEW.js";
|
|
150
|
+
import {
|
|
151
|
+
ReactionSchema
|
|
152
|
+
} from "../chunk-YSD4NSCE.js";
|
|
153
|
+
import {
|
|
154
|
+
DebugReportSchema
|
|
155
|
+
} from "../chunk-Z5I2T75Z.js";
|
|
156
|
+
import {
|
|
157
|
+
ProfileSchema,
|
|
158
|
+
didFromProfileNodeId,
|
|
159
|
+
profileNodeId
|
|
160
|
+
} from "../chunk-EYRZ6ZUB.js";
|
|
161
|
+
import {
|
|
162
|
+
CHANNEL_KINDS,
|
|
163
|
+
ChannelSchema
|
|
164
|
+
} from "../chunk-UUQVNDBG.js";
|
|
165
|
+
import {
|
|
166
|
+
ChatMessageSchema
|
|
167
|
+
} from "../chunk-5UJMY3AH.js";
|
|
168
|
+
import {
|
|
169
|
+
FEED_SCHEMA_IRI,
|
|
170
|
+
FeedSchema
|
|
171
|
+
} from "../chunk-JLUFPUIL.js";
|
|
172
|
+
import {
|
|
173
|
+
FEED_ITEM_SCHEMA_IRI,
|
|
174
|
+
FeedItemSchema
|
|
175
|
+
} from "../chunk-DPJ4T2LQ.js";
|
|
176
|
+
import {
|
|
177
|
+
EXTERNAL_ITEM_SCHEMA_IRI,
|
|
178
|
+
EXTERNAL_ITEM_SOURCES,
|
|
179
|
+
ExternalItemSchema
|
|
180
|
+
} from "../chunk-D4EVJN2P.js";
|
|
170
181
|
import {
|
|
171
182
|
MediaAssetSchema
|
|
172
183
|
} from "../chunk-7PCMTV6J.js";
|
|
@@ -192,13 +203,13 @@ import {
|
|
|
192
203
|
CommentSchema
|
|
193
204
|
} from "../chunk-I7JMGCV6.js";
|
|
194
205
|
import {
|
|
195
|
-
|
|
196
|
-
|
|
206
|
+
CHECKPOINT_SCHEMA_IRI,
|
|
207
|
+
CheckpointSchema
|
|
208
|
+
} from "../chunk-6ZUJID52.js";
|
|
197
209
|
import {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
} from "../chunk-EYRZ6ZUB.js";
|
|
210
|
+
DRAFT_SCHEMA_IRI,
|
|
211
|
+
DraftSchema
|
|
212
|
+
} from "../chunk-MEAIGK3W.js";
|
|
202
213
|
import {
|
|
203
214
|
ACTIVITY_KINDS,
|
|
204
215
|
ACTIVITY_SCHEMA_IRI,
|
|
@@ -319,24 +330,6 @@ import {
|
|
|
319
330
|
import {
|
|
320
331
|
DatabaseSchema
|
|
321
332
|
} from "../chunk-ZKJXGQCR.js";
|
|
322
|
-
import {
|
|
323
|
-
PresenceSummarySchema,
|
|
324
|
-
SYSTEM_NAMESPACE_KINDS,
|
|
325
|
-
SYSTEM_SCHEMA_BASE_IRIS,
|
|
326
|
-
SYSTEM_SCHEMA_IRIS,
|
|
327
|
-
SchemaCompatibilitySchema,
|
|
328
|
-
SchemaDefinitionSchema,
|
|
329
|
-
SyncPolicySchema,
|
|
330
|
-
buildSystemNamespace,
|
|
331
|
-
buildSystemNodeId,
|
|
332
|
-
computeSchemaDefinitionContentHash,
|
|
333
|
-
createSchemaDefinitionSigningPayload,
|
|
334
|
-
isSystemNamespaceResource,
|
|
335
|
-
isSystemSchemaIri,
|
|
336
|
-
parseSystemNamespaceResource,
|
|
337
|
-
resolveSchemaAuthority,
|
|
338
|
-
validateSchemaDefinitionNode
|
|
339
|
-
} from "../chunk-XJBDESCX.js";
|
|
340
333
|
import {
|
|
341
334
|
EXT_PREFIX,
|
|
342
335
|
extKey,
|
|
@@ -364,6 +357,24 @@ import {
|
|
|
364
357
|
DatabaseViewSchema
|
|
365
358
|
} from "../chunk-TRPXLCND.js";
|
|
366
359
|
import "../chunk-JA56EQJO.js";
|
|
360
|
+
import {
|
|
361
|
+
PresenceSummarySchema,
|
|
362
|
+
SYSTEM_NAMESPACE_KINDS,
|
|
363
|
+
SYSTEM_SCHEMA_BASE_IRIS,
|
|
364
|
+
SYSTEM_SCHEMA_IRIS,
|
|
365
|
+
SchemaCompatibilitySchema,
|
|
366
|
+
SchemaDefinitionSchema,
|
|
367
|
+
SyncPolicySchema,
|
|
368
|
+
buildSystemNamespace,
|
|
369
|
+
buildSystemNodeId,
|
|
370
|
+
computeSchemaDefinitionContentHash,
|
|
371
|
+
createSchemaDefinitionSigningPayload,
|
|
372
|
+
isSystemNamespaceResource,
|
|
373
|
+
isSystemSchemaIri,
|
|
374
|
+
parseSystemNamespaceResource,
|
|
375
|
+
resolveSchemaAuthority,
|
|
376
|
+
validateSchemaDefinitionNode
|
|
377
|
+
} from "../chunk-XJBDESCX.js";
|
|
367
378
|
import {
|
|
368
379
|
SPACE_MEMBERSHIP_SCHEMA_IRI,
|
|
369
380
|
SpaceMembershipSchema,
|
|
@@ -418,12 +429,14 @@ export {
|
|
|
418
429
|
BUDGET_SCHEMA_IRI,
|
|
419
430
|
BudgetSchema,
|
|
420
431
|
CHANNEL_KINDS,
|
|
432
|
+
CHECKPOINT_SCHEMA_IRI,
|
|
421
433
|
CONTACT_LIFECYCLE,
|
|
422
434
|
CONTACT_SCHEMA_IRI,
|
|
423
435
|
CRM_NAMESPACE,
|
|
424
436
|
CanvasSchema,
|
|
425
437
|
ChannelSchema,
|
|
426
438
|
ChatMessageSchema,
|
|
439
|
+
CheckpointSchema,
|
|
427
440
|
CommentSchema,
|
|
428
441
|
CommunityNoteSchema,
|
|
429
442
|
ContactSchema,
|
|
@@ -435,6 +448,7 @@ export {
|
|
|
435
448
|
DEFAULT_CHANNEL_TIER,
|
|
436
449
|
DEFAULT_SCHEMA_VERSION,
|
|
437
450
|
DEVICE_RECORD_SCHEMA_IRI,
|
|
451
|
+
DRAFT_SCHEMA_IRI,
|
|
438
452
|
DashboardSchema,
|
|
439
453
|
DatabaseFieldSchema,
|
|
440
454
|
DatabaseRowSchema,
|
|
@@ -443,7 +457,9 @@ export {
|
|
|
443
457
|
DatabaseViewSchema,
|
|
444
458
|
DealContactRoleSchema,
|
|
445
459
|
DealSchema,
|
|
460
|
+
DebugReportSchema,
|
|
446
461
|
DeviceRecordSchema,
|
|
462
|
+
DraftSchema,
|
|
447
463
|
EXTENSION_FIELD_SCHEMA_IRI,
|
|
448
464
|
EXTERNAL_ITEM_SCHEMA_IRI,
|
|
449
465
|
EXTERNAL_ITEM_SOURCES,
|
package/dist/store/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as NodeStorageAdapter,
|
|
2
|
-
export {
|
|
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, bd as NodeReadAuthorizer, be as AuthorizationStateVersion } from '../types-C64g-IXg.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, bf as OperationNodeBatchWriteInput, a3 as PinEntry, a0 as PropertyKey, bg 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, bh 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-C64g-IXg.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-NV5StnHo.js';
|
|
4
|
+
export { N as NodeStore } from '../store-BIDKtpjW.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';
|
|
@@ -85,6 +85,9 @@ declare class MemoryNodeStorageAdapter implements NodeStorageAdapter {
|
|
|
85
85
|
byteSize: number;
|
|
86
86
|
}[]>;
|
|
87
87
|
deleteYjsSnapshots(nodeId: NodeId): Promise<void>;
|
|
88
|
+
/** key -> ownerId -> entry */
|
|
89
|
+
private pinStore;
|
|
90
|
+
readonly pins: PinRegistry;
|
|
88
91
|
/**
|
|
89
92
|
* Clear all data (for testing).
|
|
90
93
|
*/
|
|
@@ -315,6 +318,7 @@ declare class SQLiteNodeStorageAdapter implements NodeStorageAdapter {
|
|
|
315
318
|
getDocumentContent(nodeId: NodeId): Promise<Uint8Array | null>;
|
|
316
319
|
setDocumentContent(nodeId: NodeId, content: Uint8Array): Promise<void>;
|
|
317
320
|
private setDocumentContentInternal;
|
|
321
|
+
readonly pins: PinRegistry;
|
|
318
322
|
/**
|
|
319
323
|
* Save a Yjs snapshot for time travel.
|
|
320
324
|
*/
|
|
@@ -511,4 +515,4 @@ declare class SQLiteNodeStorageAdapter implements NodeStorageAdapter {
|
|
|
511
515
|
*/
|
|
512
516
|
declare function createNodeStorageAdapter(db: SQLiteAdapter, options?: SQLiteNodeStorageAdapterOptions): SQLiteNodeStorageAdapter;
|
|
513
517
|
|
|
514
|
-
export { ApplyNodeBatchInput, ApplyNodeBatchResult, CountNodesOptions, ImportNodesOptions, ListNodesOptions, MemoryNodeStorageAdapter, NodeBatchPreflightResult, NodeChange, NodeId, NodeQueryDescriptor, NodeQueryResult, NodeState, NodeStorageAdapter, PermissionError, RebuildNodeIndexesOptions, type SQLiteAdaptiveIndexingOptions, SQLiteNodeStorageAdapter, type SQLiteNodeStorageAdapterOptions, type SQLiteQueryVerificationOptions, SetNodeOptions, createNodeStorageAdapter };
|
|
518
|
+
export { ApplyNodeBatchInput, ApplyNodeBatchResult, CountNodesOptions, ImportNodesOptions, ListNodesOptions, MemoryNodeStorageAdapter, NodeBatchPreflightResult, NodeChange, NodeId, NodeQueryDescriptor, NodeQueryResult, NodeState, NodeStorageAdapter, PermissionError, PinRegistry, RebuildNodeIndexesOptions, type SQLiteAdaptiveIndexingOptions, SQLiteNodeStorageAdapter, type SQLiteNodeStorageAdapterOptions, type SQLiteQueryVerificationOptions, SetNodeOptions, createNodeStorageAdapter };
|
package/dist/store/index.js
CHANGED
|
@@ -49,8 +49,7 @@ import {
|
|
|
49
49
|
sum,
|
|
50
50
|
validateQueryAST,
|
|
51
51
|
validateSavedViewDescriptor
|
|
52
|
-
} from "../chunk-
|
|
53
|
-
import "../chunk-XJBDESCX.js";
|
|
52
|
+
} from "../chunk-4S73XDWH.js";
|
|
54
53
|
import {
|
|
55
54
|
applyNodeQueryDescriptor,
|
|
56
55
|
createNodeQueryDescriptor,
|
|
@@ -66,6 +65,7 @@ import {
|
|
|
66
65
|
withoutNodeQueryMaterializedView,
|
|
67
66
|
withoutNodeQueryPagination
|
|
68
67
|
} from "../chunk-S5RP5RKY.js";
|
|
68
|
+
import "../chunk-XJBDESCX.js";
|
|
69
69
|
import "../chunk-RRXJNZX5.js";
|
|
70
70
|
import "../chunk-D4LUUZYD.js";
|
|
71
71
|
export {
|