@xnetjs/data 2.5.0 → 3.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/README.md +5 -0
- package/dist/auth/index.d.ts +4 -4
- package/dist/chunk-GJAOMEQO.js +114 -0
- package/dist/chunk-KY62NUOI.js +67 -0
- package/dist/chunk-N37U6ZPI.js +789 -0
- package/dist/chunk-NFPEFD2I.js +42 -0
- package/dist/{chunk-ODOPVGUX.js → chunk-QKVIKVAL.js} +65 -26
- package/dist/{chunk-CY6EJUNV.js → chunk-S7SEN4LH.js} +5 -1
- package/dist/{chunk-4HJZJMPI.js → chunk-TN7LGV66.js} +1 -1
- package/dist/{chunk-YRFCXKJC.js → chunk-UQ2VFHU3.js} +2 -2
- package/dist/chunk-VZSEZNYA.js +83 -0
- package/dist/{chunk-JF4VCZER.js → chunk-WSINZHSR.js} +27 -1
- package/dist/{chunk-MAB662PR.js → chunk-YCBJDT23.js} +62 -48
- package/dist/{clone-VRVODkBn.d.ts → clone-ywzFVkID.d.ts} +4 -4
- package/dist/course-C5DXOIVO.js +24 -0
- package/dist/database/index.d.ts +5 -5
- package/dist/database/index.js +8 -8
- package/dist/event-VW3FBN4F.js +20 -0
- package/dist/{form-types-Dkqm9UO2.d.ts → form-types-BrHYdpi0.d.ts} +1 -1
- package/dist/{game-NEQP7OFX.js → game-7AXW7XKS.js} +1 -1
- package/dist/{grant-expiration-cleaner-CTsW0hvU.d.ts → grant-expiration-cleaner-CRS9OyhV.d.ts} +3 -3
- package/dist/index.d.ts +10 -320
- package/dist/index.js +292 -867
- package/dist/{moderation-HRMMBFVH.js → moderation-5Z4LKOKN.js} +5 -3
- package/dist/{page-MADZ5OHM.js → page-W4G6433H.js} +1 -1
- package/dist/portability/index.d.ts +330 -0
- package/dist/portability/index.js +34 -0
- package/dist/post-7IOO64MD.js +14 -0
- package/dist/{profile-5H6XWCK4.js → profile-KLHCAQY2.js} +1 -1
- package/dist/publication-3MN3WWKP.js +10 -0
- package/dist/{query-ast-h31svZnG.d.ts → query-ast-DQJO7yRV.d.ts} +1 -1
- package/dist/{registry-Dh4Kr3fo.d.ts → registry-C9IRLLeR.d.ts} +1 -1
- package/dist/schema/index.d.ts +366 -26
- package/dist/schema/index.js +195 -149
- package/dist/space-GBTEHZOK.js +1 -1
- package/dist/store/index.d.ts +4 -4
- package/dist/store/index.js +2 -2
- package/dist/{store-jukJYsvr.d.ts → store-D1oiFQuF.d.ts} +19 -2
- package/dist/{types-Z9dUzbDF.d.ts → types-gws1tSf-.d.ts} +1 -1
- package/package.json +27 -25
- package/dist/{chunk-TW5XJHNF.js → chunk-ANMAR3KY.js} +14 -14
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, bd 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-gws1tSf-.js';
|
|
2
|
+
export { J as CreateNodeOptions, be 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, bg as buildSchemaIRI, B as createNodeId, bi as getBaseSchemaIRI, bk as getSchemaVersion, A as isNode, bj as isSameSchema, $ as lensRegistry, bh as normalizeSchemaIRI, bf as parseSchemaIRI } from '../types-gws1tSf-.js';
|
|
3
3
|
import { AuthorizationDefinition } from '@xnetjs/core';
|
|
4
|
-
import { S as SavedViewDescriptor } from '../query-ast-
|
|
5
|
-
import {
|
|
6
|
-
import { N as NodeStore } from '../store-
|
|
7
|
-
export { S as SchemaRegistry, s as schemaRegistry } from '../registry-
|
|
4
|
+
import { S as SavedViewDescriptor } from '../query-ast-DQJO7yRV.js';
|
|
5
|
+
import { Y as FilterGroup, $ as SortConfig, ap as SummaryFunction, a6 as FormViewConfig, a7 as FormFieldRule, a9 as FormSubmissionMeta } from '../form-types-BrHYdpi0.js';
|
|
6
|
+
import { N as NodeStore } from '../store-D1oiFQuF.js';
|
|
7
|
+
export { S as SchemaRegistry, s as schemaRegistry } from '../registry-C9IRLLeR.js';
|
|
8
8
|
import '@xnetjs/crypto';
|
|
9
9
|
import '@xnetjs/sqlite';
|
|
10
10
|
import '@xnetjs/sync';
|
|
@@ -1384,12 +1384,200 @@ declare const PageSchema: DefinedSchema<{
|
|
|
1384
1384
|
* toggling never converts the frames themselves.
|
|
1385
1385
|
*/
|
|
1386
1386
|
geometry: PropertyBuilder<"grid" | "space" | "stack">;
|
|
1387
|
+
/** Publication this page is a post in; empty = not a post */
|
|
1388
|
+
publication: PropertyBuilder<string>;
|
|
1389
|
+
/** URL segment, unique within the publication. Empty = never published */
|
|
1390
|
+
slug: PropertyBuilder<string>;
|
|
1391
|
+
/** Feed/meta description. Falls back to a generated excerpt when empty */
|
|
1392
|
+
excerpt: PropertyBuilder<string>;
|
|
1393
|
+
/**
|
|
1394
|
+
* First publication time. **Absence is what makes a post a draft** — it is
|
|
1395
|
+
* the single source of truth for public visibility in feeds and sitemaps.
|
|
1396
|
+
*/
|
|
1397
|
+
publishedAt: PropertyBuilder<number>;
|
|
1398
|
+
/** Set when first published elsewhere, so search engines credit the original */
|
|
1399
|
+
canonicalUrl: PropertyBuilder<string>;
|
|
1400
|
+
/**
|
|
1401
|
+
* The published version: a frontier (`Record<NodeId, ChangeHash>`) pinned
|
|
1402
|
+
* at publish time (exploration 0329). Editing the live page does not
|
|
1403
|
+
* change what readers see until it is re-published.
|
|
1404
|
+
*
|
|
1405
|
+
* A pinned frontier is a pin: log pruning must respect it (0329's rule).
|
|
1406
|
+
*/
|
|
1407
|
+
publishedFrontier: PropertyBuilder<unknown>;
|
|
1387
1408
|
}>;
|
|
1388
1409
|
/**
|
|
1389
1410
|
* A Page node type (inferred from schema).
|
|
1390
1411
|
*/
|
|
1391
1412
|
type Page = InferNode<(typeof PageSchema)['_properties']>;
|
|
1392
1413
|
|
|
1414
|
+
declare const POST_SCHEMA_IRI = "xnet://xnet.fyi/Post@1.0.0";
|
|
1415
|
+
declare const PostSchema: DefinedSchema<{
|
|
1416
|
+
/** Topic title — what the discussion is about. */
|
|
1417
|
+
title: PropertyBuilder<string>;
|
|
1418
|
+
/** Canonical SECURITY home. A Post without a Space is a personal draft. */
|
|
1419
|
+
space: PropertyBuilder<string>;
|
|
1420
|
+
/**
|
|
1421
|
+
* Optional grouping within a community — "Announcements", "Wins",
|
|
1422
|
+
* "Questions". A plain label rather than a relation: communities rename
|
|
1423
|
+
* and merge these constantly, and a Tag relation would make the common
|
|
1424
|
+
* case (one host, five categories) a two-node write.
|
|
1425
|
+
*/
|
|
1426
|
+
category: PropertyBuilder<string>;
|
|
1427
|
+
/**
|
|
1428
|
+
* Pinned topics sort above the rest. This is the ONE ordering lever, and
|
|
1429
|
+
* it is an explicit editorial act by a space admin — not an engagement
|
|
1430
|
+
* score, and not computed from any behavioural signal.
|
|
1431
|
+
*/
|
|
1432
|
+
pinned: PropertyBuilder<boolean>;
|
|
1433
|
+
/** Locked topics accept no new replies; existing ones stay readable. */
|
|
1434
|
+
locked: PropertyBuilder<boolean>;
|
|
1435
|
+
/** Per-node visibility; `inherit` defers to the Space (exploration 0179). */
|
|
1436
|
+
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
1437
|
+
createdAt: PropertyBuilder<number>;
|
|
1438
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
1439
|
+
}>;
|
|
1440
|
+
type Post = InferNode<(typeof PostSchema)['_properties']>;
|
|
1441
|
+
/**
|
|
1442
|
+
* Chronological ordering for a community feed: pinned first, then newest.
|
|
1443
|
+
*
|
|
1444
|
+
* Structural and time fields only — no score, no rank, no recency-decay
|
|
1445
|
+
* curve. Kept here (rather than inline at call sites) so there is one place
|
|
1446
|
+
* to audit against Charter §3.
|
|
1447
|
+
*/
|
|
1448
|
+
declare const comparePostsForFeed: (a: Pick<Post, "pinned" | "createdAt">, b: Pick<Post, "pinned" | "createdAt">) => number;
|
|
1449
|
+
|
|
1450
|
+
declare const COURSE_SCHEMA_IRI = "xnet://xnet.fyi/Course@1.0.0";
|
|
1451
|
+
declare const LESSON_SCHEMA_IRI = "xnet://xnet.fyi/Lesson@1.0.0";
|
|
1452
|
+
declare const LESSON_PROGRESS_SCHEMA_IRI = "xnet://xnet.fyi/LessonProgress@1.0.0";
|
|
1453
|
+
declare const CourseSchema: DefinedSchema<{
|
|
1454
|
+
title: PropertyBuilder<string>;
|
|
1455
|
+
description: PropertyBuilder<string>;
|
|
1456
|
+
space: PropertyBuilder<string>;
|
|
1457
|
+
icon: PropertyBuilder<string>;
|
|
1458
|
+
/** Order among sibling courses — fractional index, code-unit compare. */
|
|
1459
|
+
sortKey: PropertyBuilder<string>;
|
|
1460
|
+
/** Unpublished courses are visible to space admins only. */
|
|
1461
|
+
published: PropertyBuilder<boolean>;
|
|
1462
|
+
createdAt: PropertyBuilder<number>;
|
|
1463
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
1464
|
+
}>;
|
|
1465
|
+
declare const LessonSchema: DefinedSchema<{
|
|
1466
|
+
title: PropertyBuilder<string>;
|
|
1467
|
+
course: PropertyBuilder<string>;
|
|
1468
|
+
space: PropertyBuilder<string>;
|
|
1469
|
+
/** Order within the course — fractional index. */
|
|
1470
|
+
sortKey: PropertyBuilder<string>;
|
|
1471
|
+
/** Optional estimated minutes, shown as guidance, never as a timer. */
|
|
1472
|
+
estimatedMinutes: PropertyBuilder<number>;
|
|
1473
|
+
createdAt: PropertyBuilder<number>;
|
|
1474
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
1475
|
+
}>;
|
|
1476
|
+
/**
|
|
1477
|
+
* One learner's completion of one lesson.
|
|
1478
|
+
*
|
|
1479
|
+
* Deterministic id (see {@link lessonProgressId}) so marking complete twice
|
|
1480
|
+
* upserts rather than duplicating. Read is restricted to the learner and the
|
|
1481
|
+
* space's admins — a member cannot enumerate another member's progress.
|
|
1482
|
+
*/
|
|
1483
|
+
declare const LessonProgressSchema: DefinedSchema<{
|
|
1484
|
+
lesson: PropertyBuilder<string>;
|
|
1485
|
+
course: PropertyBuilder<string>;
|
|
1486
|
+
space: PropertyBuilder<string>;
|
|
1487
|
+
/** ms since epoch; absent = started but not finished. */
|
|
1488
|
+
completedAt: PropertyBuilder<number>;
|
|
1489
|
+
createdAt: PropertyBuilder<number>;
|
|
1490
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
1491
|
+
}>;
|
|
1492
|
+
type Course = InferNode<(typeof CourseSchema)['_properties']>;
|
|
1493
|
+
type Lesson = InferNode<(typeof LessonSchema)['_properties']>;
|
|
1494
|
+
type LessonProgress = InferNode<(typeof LessonProgressSchema)['_properties']>;
|
|
1495
|
+
/** Deterministic progress id so completing twice upserts. */
|
|
1496
|
+
declare function lessonProgressId(lessonId: string, learnerDid: string): string;
|
|
1497
|
+
/**
|
|
1498
|
+
* A learner's own completion count for a course.
|
|
1499
|
+
*
|
|
1500
|
+
* Returns the learner's numbers only — it takes one person's rows, so there is
|
|
1501
|
+
* no shape here that could become a ranking of members.
|
|
1502
|
+
*/
|
|
1503
|
+
declare const courseCompletion: (lessons: readonly Pick<Lesson, "id">[], ownProgress: readonly Pick<LessonProgress, "lesson" | "completedAt">[]) => {
|
|
1504
|
+
completed: number;
|
|
1505
|
+
total: number;
|
|
1506
|
+
};
|
|
1507
|
+
|
|
1508
|
+
declare const EVENT_SCHEMA_IRI = "xnet://xnet.fyi/Event@1.0.0";
|
|
1509
|
+
declare const RSVP_SCHEMA_IRI = "xnet://xnet.fyi/Rsvp@1.0.0";
|
|
1510
|
+
declare const EventSchema: DefinedSchema<{
|
|
1511
|
+
title: PropertyBuilder<string>;
|
|
1512
|
+
description: PropertyBuilder<string>;
|
|
1513
|
+
space: PropertyBuilder<string>;
|
|
1514
|
+
/** Start, ms since epoch. The field CalendarView sorts and places on. */
|
|
1515
|
+
startsAt: PropertyBuilder<number>;
|
|
1516
|
+
/** End, ms since epoch. Absent = a point in time rather than a range. */
|
|
1517
|
+
endsAt: PropertyBuilder<number>;
|
|
1518
|
+
/** Where — a URL for online, a place for in-person. Free text either way. */
|
|
1519
|
+
location: PropertyBuilder<string>;
|
|
1520
|
+
/**
|
|
1521
|
+
* IANA timezone the host scheduled in (e.g. `Europe/London`), so a
|
|
1522
|
+
* recurring community call renders correctly for everyone else. Absent =
|
|
1523
|
+
* render in the viewer's local zone.
|
|
1524
|
+
*/
|
|
1525
|
+
timezone: PropertyBuilder<string>;
|
|
1526
|
+
cancelled: PropertyBuilder<"cancelled" | "scheduled">;
|
|
1527
|
+
createdAt: PropertyBuilder<number>;
|
|
1528
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
1529
|
+
}>;
|
|
1530
|
+
/**
|
|
1531
|
+
* One person's response to one Event.
|
|
1532
|
+
*
|
|
1533
|
+
* A membership-edge shape like `SpaceMembership`, with a deterministic id (see
|
|
1534
|
+
* {@link rsvpId}) so changing your mind upserts instead of duplicating.
|
|
1535
|
+
*
|
|
1536
|
+
* RSVPs ARE readable by the space — knowing who else is coming is the point of
|
|
1537
|
+
* a gathering, and it is a stated intention rather than a behavioural signal.
|
|
1538
|
+
* That is the line: attendance is not a score, and nothing ranks members by
|
|
1539
|
+
* how often they show up.
|
|
1540
|
+
*/
|
|
1541
|
+
declare const RsvpSchema: DefinedSchema<{
|
|
1542
|
+
event: PropertyBuilder<string>;
|
|
1543
|
+
space: PropertyBuilder<string>;
|
|
1544
|
+
response: PropertyBuilder<"going" | "maybe" | "declined">;
|
|
1545
|
+
createdAt: PropertyBuilder<number>;
|
|
1546
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
1547
|
+
}>;
|
|
1548
|
+
type Event = InferNode<(typeof EventSchema)['_properties']>;
|
|
1549
|
+
type Rsvp = InferNode<(typeof RsvpSchema)['_properties']>;
|
|
1550
|
+
/** Deterministic RSVP id so changing your response upserts. */
|
|
1551
|
+
declare function rsvpId(eventId: string, memberDid: string): string;
|
|
1552
|
+
/** Upcoming events, soonest first. Time ordering, like every calm surface. */
|
|
1553
|
+
declare const upcomingEvents: <T extends Pick<Event, "startsAt" | "endsAt" | "cancelled">>(events: readonly T[], now: number) => T[];
|
|
1554
|
+
|
|
1555
|
+
declare const PublicationSchema: DefinedSchema<{
|
|
1556
|
+
/** Display title, used as the feed title */
|
|
1557
|
+
title: PropertyBuilder<string>;
|
|
1558
|
+
/** Feed description / tagline */
|
|
1559
|
+
description: PropertyBuilder<string>;
|
|
1560
|
+
/** Absolute site root the posts publish under, e.g. `https://xnet.fyi` */
|
|
1561
|
+
baseUrl: PropertyBuilder<string>;
|
|
1562
|
+
/** Path prefix beneath `baseUrl`, e.g. `/blog` */
|
|
1563
|
+
basePath: PropertyBuilder<string>;
|
|
1564
|
+
/** Feed language tag (BCP 47), e.g. `en-gb` */
|
|
1565
|
+
language: PropertyBuilder<string>;
|
|
1566
|
+
/** Canonical SECURITY home (exploration 0179) */
|
|
1567
|
+
space: PropertyBuilder<string>;
|
|
1568
|
+
/** Byline pool; a post may credit any subset (exploration 0269) */
|
|
1569
|
+
authors: PropertyBuilder<string[]>;
|
|
1570
|
+
/**
|
|
1571
|
+
* Whether readers may follow this publication independently of its
|
|
1572
|
+
* authors. Off makes it an archive: readable, but not subscribable.
|
|
1573
|
+
*/
|
|
1574
|
+
followable: PropertyBuilder<boolean>;
|
|
1575
|
+
}>;
|
|
1576
|
+
/**
|
|
1577
|
+
* A Publication node type (inferred from schema).
|
|
1578
|
+
*/
|
|
1579
|
+
type Publication = InferNode<(typeof PublicationSchema)['_properties']>;
|
|
1580
|
+
|
|
1393
1581
|
declare const FOLDER_SCHEMA_IRI = "xnet://xnet.fyi/Folder@1.0.0";
|
|
1394
1582
|
declare const FolderSchema: DefinedSchema<{
|
|
1395
1583
|
/** Folder display name */
|
|
@@ -1594,7 +1782,7 @@ declare const TaskSchema: DefinedSchema<{
|
|
|
1594
1782
|
* stay one-tap everywhere. The original four statuses are unchanged;
|
|
1595
1783
|
* triage/backlog/in-review are additive (no version bump needed).
|
|
1596
1784
|
*/
|
|
1597
|
-
status: PropertyBuilder<"done" | "triage" | "backlog" | "todo" | "in-progress" | "in-review"
|
|
1785
|
+
status: PropertyBuilder<"done" | "cancelled" | "triage" | "backlog" | "todo" | "in-progress" | "in-review">;
|
|
1598
1786
|
/** Task priority */
|
|
1599
1787
|
priority: PropertyBuilder<"low" | "medium" | "high" | "urgent">;
|
|
1600
1788
|
/** Due date */
|
|
@@ -1725,7 +1913,7 @@ declare const ProjectSchema: DefinedSchema<{
|
|
|
1725
1913
|
/** Emoji or icon URL */
|
|
1726
1914
|
icon: PropertyBuilder<string>;
|
|
1727
1915
|
/** Project lifecycle status */
|
|
1728
|
-
status: PropertyBuilder<"
|
|
1916
|
+
status: PropertyBuilder<"cancelled" | "completed" | "in-progress" | "planned" | "paused">;
|
|
1729
1917
|
/** Project lead */
|
|
1730
1918
|
lead: PropertyBuilder<`did:key:${string}`>;
|
|
1731
1919
|
/** Target completion date */
|
|
@@ -2201,7 +2389,7 @@ declare const DealSchema: DefinedSchema<{
|
|
|
2201
2389
|
probability: PropertyBuilder<number>;
|
|
2202
2390
|
closeDate: PropertyBuilder<number>;
|
|
2203
2391
|
forecastCategory: PropertyBuilder<"pipeline" | "best-case" | "commit" | "closed">;
|
|
2204
|
-
source: PropertyBuilder<"outbound" | "inbound" | "
|
|
2392
|
+
source: PropertyBuilder<"outbound" | "inbound" | "event" | "partner" | "referral" | "other">;
|
|
2205
2393
|
owner: PropertyBuilder<`did:key:${string}`>;
|
|
2206
2394
|
collaborators: PropertyBuilder<`did:key:${string}`[]>;
|
|
2207
2395
|
wonAt: PropertyBuilder<number>;
|
|
@@ -2443,7 +2631,7 @@ declare const crmSchemas: readonly [DefinedSchema<{
|
|
|
2443
2631
|
probability: PropertyBuilder<number>;
|
|
2444
2632
|
closeDate: PropertyBuilder<number>;
|
|
2445
2633
|
forecastCategory: PropertyBuilder<"pipeline" | "best-case" | "commit" | "closed">;
|
|
2446
|
-
source: PropertyBuilder<"outbound" | "inbound" | "
|
|
2634
|
+
source: PropertyBuilder<"outbound" | "inbound" | "event" | "partner" | "referral" | "other">;
|
|
2447
2635
|
owner: PropertyBuilder<`did:key:${string}`>;
|
|
2448
2636
|
collaborators: PropertyBuilder<`did:key:${string}`[]>;
|
|
2449
2637
|
wonAt: PropertyBuilder<number>;
|
|
@@ -2954,7 +3142,7 @@ declare const ProfileSchema: DefinedSchema<{
|
|
|
2954
3142
|
/**
|
|
2955
3143
|
* Linked ATProto identity (explorations 0301/0322/0337). These fields are
|
|
2956
3144
|
* the xNet half of the bidirectional binding: the PDS half is the signed
|
|
2957
|
-
* `
|
|
3145
|
+
* `fyi.xnet.identity.binding` record at `atprotoBindingUri`. Foreign DIDs are
|
|
2958
3146
|
* represent-only — they never sign xNet data — and a handle renders as
|
|
2959
3147
|
* "verified" only after the hub has resolved the DID document, fetched the
|
|
2960
3148
|
* binding record from the canonical PDS, and checked the xNet signature.
|
|
@@ -3730,7 +3918,7 @@ declare const MessageRequestSchema: DefinedSchema<{
|
|
|
3730
3918
|
targetSchema: PropertyBuilder<string>;
|
|
3731
3919
|
firstMessageRef: PropertyBuilder<string>;
|
|
3732
3920
|
firstMessagePreview: PropertyBuilder<string>;
|
|
3733
|
-
status: PropertyBuilder<"expired" | "pending" | "
|
|
3921
|
+
status: PropertyBuilder<"expired" | "pending" | "declined" | "quarantined" | "accepted" | "blocked">;
|
|
3734
3922
|
admission: PropertyBuilder<"allow" | "quarantine" | "review" | "block" | "message-request">;
|
|
3735
3923
|
reasonCodes: PropertyBuilder<("first-contact" | "trusted-sender" | "known-contact" | "sender-muted" | "sender-blocked" | "review-required" | "verified-identity-required" | "policy-allow" | "policy-slow-mode" | "policy-quarantine" | "policy-review" | "policy-block")[]>;
|
|
3736
3924
|
confidence: PropertyBuilder<number>;
|
|
@@ -3857,6 +4045,14 @@ type QualitySignal = InferNode<(typeof QualitySignalSchema)['_properties']>;
|
|
|
3857
4045
|
type ContentProvenance = InferNode<(typeof ContentProvenanceSchema)['_properties']>;
|
|
3858
4046
|
type Appeal = InferNode<(typeof AppealSchema)['_properties']>;
|
|
3859
4047
|
type ReviewTask = InferNode<(typeof ReviewTaskSchema)['_properties']>;
|
|
4048
|
+
/**
|
|
4049
|
+
* Deterministic node id for the target-scoped PublicInteractionPolicy, so a
|
|
4050
|
+
* hub can resolve "what may strangers do to this node?" with one O(1) meta
|
|
4051
|
+
* read instead of a reverse property index, and re-publishing the policy
|
|
4052
|
+
* upserts instead of duplicating (the `spaceMembershipId` convention;
|
|
4053
|
+
* explorations 0378/0383 W2). One policy node per target.
|
|
4054
|
+
*/
|
|
4055
|
+
declare function publicInteractionPolicyId(targetId: string): string;
|
|
3860
4056
|
|
|
3861
4057
|
declare const GAME_NAMESPACE: "xnet://xnet.fyi/";
|
|
3862
4058
|
declare const PLAYER_IDENTITY_SCHEMA_IRI: "xnet://xnet.fyi/PlayerIdentity@1.0.0";
|
|
@@ -3868,7 +4064,7 @@ declare const GAME_ECONOMY_ENTRY_SCHEMA_IRI: "xnet://xnet.fyi/GameEconomyEntry@1
|
|
|
3868
4064
|
declare const GAME_ASSET_SCHEMA_IRI: "xnet://xnet.fyi/GameAsset@1.0.0";
|
|
3869
4065
|
/**
|
|
3870
4066
|
* Accepted 3D-asset MIME types — glTF (the "JPEG of 3D", runtime delivery) and
|
|
3871
|
-
* OpenUSD (high-fidelity scenes).
|
|
4067
|
+
* OpenUSD (high-fidelity scenes). xNet stores the ref, never the bytes' meaning.
|
|
3872
4068
|
*/
|
|
3873
4069
|
declare const GAME_ASSET_MIME_TYPES: readonly ["model/gltf-binary", "model/gltf+json", "model/vnd.usdz+zip", "model/vnd.usd", "model/vnd.usda"];
|
|
3874
4070
|
/** Shared visibility ladder (mirrors CRM/Task): `inherit` → owner-only with no
|
|
@@ -3894,7 +4090,7 @@ type GameVisibility = (typeof VISIBILITY_OPTIONS)[number]['id'];
|
|
|
3894
4090
|
declare const PlayerIdentitySchema: DefinedSchema<{
|
|
3895
4091
|
/** Display / gamer name. */
|
|
3896
4092
|
displayName: PropertyBuilder<string>;
|
|
3897
|
-
/** The player's own
|
|
4093
|
+
/** The player's own xNet `did:key` — the portable login across publishers. */
|
|
3898
4094
|
did: PropertyBuilder<string>;
|
|
3899
4095
|
/** Avatar asset (glTF/USD), stored by reference. */
|
|
3900
4096
|
avatarAsset: PropertyBuilder<FileRef>;
|
|
@@ -4029,7 +4225,7 @@ declare const GAME_ASSET_FORMATS: readonly [{
|
|
|
4029
4225
|
type GameAssetFormat = (typeof GAME_ASSET_FORMATS)[number]['id'];
|
|
4030
4226
|
declare const GameAssetSchema: DefinedSchema<{
|
|
4031
4227
|
title: PropertyBuilder<string>;
|
|
4032
|
-
/** The asset payload, by reference (CID) — never parsed by
|
|
4228
|
+
/** The asset payload, by reference (CID) — never parsed by xNet. */
|
|
4033
4229
|
file: PropertyBuilder<FileRef>;
|
|
4034
4230
|
format: PropertyBuilder<"other" | "glb" | "gltf" | "usd" | "usdz">;
|
|
4035
4231
|
sourceGame: PropertyBuilder<string>;
|
|
@@ -4046,7 +4242,7 @@ declare const GAME_SCHEMA_IRIS: readonly ["xnet://xnet.fyi/PlayerIdentity@1.0.0"
|
|
|
4046
4242
|
declare const gameSchemas: readonly [DefinedSchema<{
|
|
4047
4243
|
/** Display / gamer name. */
|
|
4048
4244
|
displayName: PropertyBuilder<string>;
|
|
4049
|
-
/** The player's own
|
|
4245
|
+
/** The player's own xNet `did:key` — the portable login across publishers. */
|
|
4050
4246
|
did: PropertyBuilder<string>;
|
|
4051
4247
|
/** Avatar asset (glTF/USD), stored by reference. */
|
|
4052
4248
|
avatarAsset: PropertyBuilder<FileRef>;
|
|
@@ -4112,7 +4308,7 @@ declare const gameSchemas: readonly [DefinedSchema<{
|
|
|
4112
4308
|
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
4113
4309
|
}>, DefinedSchema<{
|
|
4114
4310
|
title: PropertyBuilder<string>;
|
|
4115
|
-
/** The asset payload, by reference (CID) — never parsed by
|
|
4311
|
+
/** The asset payload, by reference (CID) — never parsed by xNet. */
|
|
4116
4312
|
file: PropertyBuilder<FileRef>;
|
|
4117
4313
|
format: PropertyBuilder<"other" | "glb" | "gltf" | "usd" | "usdz">;
|
|
4118
4314
|
sourceGame: PropertyBuilder<string>;
|
|
@@ -4692,6 +4888,78 @@ declare const builtInSchemas: {
|
|
|
4692
4888
|
space: PropertyBuilder<string>;
|
|
4693
4889
|
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
4694
4890
|
geometry: PropertyBuilder<"grid" | "space" | "stack">;
|
|
4891
|
+
publication: PropertyBuilder<string>;
|
|
4892
|
+
slug: PropertyBuilder<string>;
|
|
4893
|
+
excerpt: PropertyBuilder<string>;
|
|
4894
|
+
publishedAt: PropertyBuilder<number>;
|
|
4895
|
+
canonicalUrl: PropertyBuilder<string>;
|
|
4896
|
+
publishedFrontier: PropertyBuilder<unknown>;
|
|
4897
|
+
}>>;
|
|
4898
|
+
readonly 'xnet://xnet.fyi/Post@1.0.0': () => Promise<DefinedSchema<{
|
|
4899
|
+
title: PropertyBuilder<string>;
|
|
4900
|
+
space: PropertyBuilder<string>;
|
|
4901
|
+
category: PropertyBuilder<string>;
|
|
4902
|
+
pinned: PropertyBuilder<boolean>;
|
|
4903
|
+
locked: PropertyBuilder<boolean>;
|
|
4904
|
+
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
4905
|
+
createdAt: PropertyBuilder<number>;
|
|
4906
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4907
|
+
}>>;
|
|
4908
|
+
readonly 'xnet://xnet.fyi/Course@1.0.0': () => Promise<DefinedSchema<{
|
|
4909
|
+
title: PropertyBuilder<string>;
|
|
4910
|
+
description: PropertyBuilder<string>;
|
|
4911
|
+
space: PropertyBuilder<string>;
|
|
4912
|
+
icon: PropertyBuilder<string>;
|
|
4913
|
+
sortKey: PropertyBuilder<string>;
|
|
4914
|
+
published: PropertyBuilder<boolean>;
|
|
4915
|
+
createdAt: PropertyBuilder<number>;
|
|
4916
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4917
|
+
}>>;
|
|
4918
|
+
readonly 'xnet://xnet.fyi/Lesson@1.0.0': () => Promise<DefinedSchema<{
|
|
4919
|
+
title: PropertyBuilder<string>;
|
|
4920
|
+
course: PropertyBuilder<string>;
|
|
4921
|
+
space: PropertyBuilder<string>;
|
|
4922
|
+
sortKey: PropertyBuilder<string>;
|
|
4923
|
+
estimatedMinutes: PropertyBuilder<number>;
|
|
4924
|
+
createdAt: PropertyBuilder<number>;
|
|
4925
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4926
|
+
}>>;
|
|
4927
|
+
readonly 'xnet://xnet.fyi/LessonProgress@1.0.0': () => Promise<DefinedSchema<{
|
|
4928
|
+
lesson: PropertyBuilder<string>;
|
|
4929
|
+
course: PropertyBuilder<string>;
|
|
4930
|
+
space: PropertyBuilder<string>;
|
|
4931
|
+
completedAt: PropertyBuilder<number>;
|
|
4932
|
+
createdAt: PropertyBuilder<number>;
|
|
4933
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4934
|
+
}>>;
|
|
4935
|
+
readonly 'xnet://xnet.fyi/Event@1.0.0': () => Promise<DefinedSchema<{
|
|
4936
|
+
title: PropertyBuilder<string>;
|
|
4937
|
+
description: PropertyBuilder<string>;
|
|
4938
|
+
space: PropertyBuilder<string>;
|
|
4939
|
+
startsAt: PropertyBuilder<number>;
|
|
4940
|
+
endsAt: PropertyBuilder<number>;
|
|
4941
|
+
location: PropertyBuilder<string>;
|
|
4942
|
+
timezone: PropertyBuilder<string>;
|
|
4943
|
+
cancelled: PropertyBuilder<"cancelled" | "scheduled">;
|
|
4944
|
+
createdAt: PropertyBuilder<number>;
|
|
4945
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4946
|
+
}>>;
|
|
4947
|
+
readonly 'xnet://xnet.fyi/Rsvp@1.0.0': () => Promise<DefinedSchema<{
|
|
4948
|
+
event: PropertyBuilder<string>;
|
|
4949
|
+
space: PropertyBuilder<string>;
|
|
4950
|
+
response: PropertyBuilder<"going" | "maybe" | "declined">;
|
|
4951
|
+
createdAt: PropertyBuilder<number>;
|
|
4952
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
4953
|
+
}>>;
|
|
4954
|
+
readonly 'xnet://xnet.fyi/Publication@1.0.0': () => Promise<DefinedSchema<{
|
|
4955
|
+
title: PropertyBuilder<string>;
|
|
4956
|
+
description: PropertyBuilder<string>;
|
|
4957
|
+
baseUrl: PropertyBuilder<string>;
|
|
4958
|
+
basePath: PropertyBuilder<string>;
|
|
4959
|
+
language: PropertyBuilder<string>;
|
|
4960
|
+
space: PropertyBuilder<string>;
|
|
4961
|
+
authors: PropertyBuilder<string[]>;
|
|
4962
|
+
followable: PropertyBuilder<boolean>;
|
|
4695
4963
|
}>>;
|
|
4696
4964
|
readonly 'xnet://xnet.fyi/Folder@1.0.0': () => Promise<DefinedSchema<{
|
|
4697
4965
|
name: PropertyBuilder<string>;
|
|
@@ -4792,7 +5060,7 @@ declare const builtInSchemas: {
|
|
|
4792
5060
|
title: PropertyBuilder<string>;
|
|
4793
5061
|
shortId: PropertyBuilder<string>;
|
|
4794
5062
|
completed: PropertyBuilder<boolean>;
|
|
4795
|
-
status: PropertyBuilder<"done" | "triage" | "backlog" | "todo" | "in-progress" | "in-review"
|
|
5063
|
+
status: PropertyBuilder<"done" | "cancelled" | "triage" | "backlog" | "todo" | "in-progress" | "in-review">;
|
|
4796
5064
|
priority: PropertyBuilder<"low" | "medium" | "high" | "urgent">;
|
|
4797
5065
|
dueDate: PropertyBuilder<number>;
|
|
4798
5066
|
assignee: PropertyBuilder<`did:key:${string}`>;
|
|
@@ -4826,7 +5094,7 @@ declare const builtInSchemas: {
|
|
|
4826
5094
|
readonly 'xnet://xnet.fyi/Project@1.0.0': () => Promise<DefinedSchema<{
|
|
4827
5095
|
name: PropertyBuilder<string>;
|
|
4828
5096
|
icon: PropertyBuilder<string>;
|
|
4829
|
-
status: PropertyBuilder<"
|
|
5097
|
+
status: PropertyBuilder<"cancelled" | "completed" | "in-progress" | "planned" | "paused">;
|
|
4830
5098
|
lead: PropertyBuilder<`did:key:${string}`>;
|
|
4831
5099
|
targetDate: PropertyBuilder<number>;
|
|
4832
5100
|
folder: PropertyBuilder<string>;
|
|
@@ -4978,7 +5246,7 @@ declare const builtInSchemas: {
|
|
|
4978
5246
|
probability: PropertyBuilder<number>;
|
|
4979
5247
|
closeDate: PropertyBuilder<number>;
|
|
4980
5248
|
forecastCategory: PropertyBuilder<"pipeline" | "best-case" | "commit" | "closed">;
|
|
4981
|
-
source: PropertyBuilder<"outbound" | "inbound" | "
|
|
5249
|
+
source: PropertyBuilder<"outbound" | "inbound" | "event" | "partner" | "referral" | "other">;
|
|
4982
5250
|
owner: PropertyBuilder<`did:key:${string}`>;
|
|
4983
5251
|
collaborators: PropertyBuilder<`did:key:${string}`[]>;
|
|
4984
5252
|
wonAt: PropertyBuilder<number>;
|
|
@@ -5616,7 +5884,7 @@ declare const builtInSchemas: {
|
|
|
5616
5884
|
targetSchema: PropertyBuilder<string>;
|
|
5617
5885
|
firstMessageRef: PropertyBuilder<string>;
|
|
5618
5886
|
firstMessagePreview: PropertyBuilder<string>;
|
|
5619
|
-
status: PropertyBuilder<"expired" | "pending" | "
|
|
5887
|
+
status: PropertyBuilder<"expired" | "pending" | "declined" | "quarantined" | "accepted" | "blocked">;
|
|
5620
5888
|
admission: PropertyBuilder<"allow" | "quarantine" | "review" | "block" | "message-request">;
|
|
5621
5889
|
reasonCodes: PropertyBuilder<("first-contact" | "trusted-sender" | "known-contact" | "sender-muted" | "sender-blocked" | "review-required" | "verified-identity-required" | "policy-allow" | "policy-slow-mode" | "policy-quarantine" | "policy-review" | "policy-block")[]>;
|
|
5622
5890
|
confidence: PropertyBuilder<number>;
|
|
@@ -5874,6 +6142,78 @@ declare const builtInSchemas: {
|
|
|
5874
6142
|
space: PropertyBuilder<string>;
|
|
5875
6143
|
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
5876
6144
|
geometry: PropertyBuilder<"grid" | "space" | "stack">;
|
|
6145
|
+
publication: PropertyBuilder<string>;
|
|
6146
|
+
slug: PropertyBuilder<string>;
|
|
6147
|
+
excerpt: PropertyBuilder<string>;
|
|
6148
|
+
publishedAt: PropertyBuilder<number>;
|
|
6149
|
+
canonicalUrl: PropertyBuilder<string>;
|
|
6150
|
+
publishedFrontier: PropertyBuilder<unknown>;
|
|
6151
|
+
}>>;
|
|
6152
|
+
readonly 'xnet://xnet.fyi/Post': () => Promise<DefinedSchema<{
|
|
6153
|
+
title: PropertyBuilder<string>;
|
|
6154
|
+
space: PropertyBuilder<string>;
|
|
6155
|
+
category: PropertyBuilder<string>;
|
|
6156
|
+
pinned: PropertyBuilder<boolean>;
|
|
6157
|
+
locked: PropertyBuilder<boolean>;
|
|
6158
|
+
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
6159
|
+
createdAt: PropertyBuilder<number>;
|
|
6160
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
6161
|
+
}>>;
|
|
6162
|
+
readonly 'xnet://xnet.fyi/Course': () => Promise<DefinedSchema<{
|
|
6163
|
+
title: PropertyBuilder<string>;
|
|
6164
|
+
description: PropertyBuilder<string>;
|
|
6165
|
+
space: PropertyBuilder<string>;
|
|
6166
|
+
icon: PropertyBuilder<string>;
|
|
6167
|
+
sortKey: PropertyBuilder<string>;
|
|
6168
|
+
published: PropertyBuilder<boolean>;
|
|
6169
|
+
createdAt: PropertyBuilder<number>;
|
|
6170
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
6171
|
+
}>>;
|
|
6172
|
+
readonly 'xnet://xnet.fyi/Lesson': () => Promise<DefinedSchema<{
|
|
6173
|
+
title: PropertyBuilder<string>;
|
|
6174
|
+
course: PropertyBuilder<string>;
|
|
6175
|
+
space: PropertyBuilder<string>;
|
|
6176
|
+
sortKey: PropertyBuilder<string>;
|
|
6177
|
+
estimatedMinutes: PropertyBuilder<number>;
|
|
6178
|
+
createdAt: PropertyBuilder<number>;
|
|
6179
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
6180
|
+
}>>;
|
|
6181
|
+
readonly 'xnet://xnet.fyi/LessonProgress': () => Promise<DefinedSchema<{
|
|
6182
|
+
lesson: PropertyBuilder<string>;
|
|
6183
|
+
course: PropertyBuilder<string>;
|
|
6184
|
+
space: PropertyBuilder<string>;
|
|
6185
|
+
completedAt: PropertyBuilder<number>;
|
|
6186
|
+
createdAt: PropertyBuilder<number>;
|
|
6187
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
6188
|
+
}>>;
|
|
6189
|
+
readonly 'xnet://xnet.fyi/Event': () => Promise<DefinedSchema<{
|
|
6190
|
+
title: PropertyBuilder<string>;
|
|
6191
|
+
description: PropertyBuilder<string>;
|
|
6192
|
+
space: PropertyBuilder<string>;
|
|
6193
|
+
startsAt: PropertyBuilder<number>;
|
|
6194
|
+
endsAt: PropertyBuilder<number>;
|
|
6195
|
+
location: PropertyBuilder<string>;
|
|
6196
|
+
timezone: PropertyBuilder<string>;
|
|
6197
|
+
cancelled: PropertyBuilder<"cancelled" | "scheduled">;
|
|
6198
|
+
createdAt: PropertyBuilder<number>;
|
|
6199
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
6200
|
+
}>>;
|
|
6201
|
+
readonly 'xnet://xnet.fyi/Rsvp': () => Promise<DefinedSchema<{
|
|
6202
|
+
event: PropertyBuilder<string>;
|
|
6203
|
+
space: PropertyBuilder<string>;
|
|
6204
|
+
response: PropertyBuilder<"going" | "maybe" | "declined">;
|
|
6205
|
+
createdAt: PropertyBuilder<number>;
|
|
6206
|
+
createdBy: PropertyBuilder<`did:key:${string}`>;
|
|
6207
|
+
}>>;
|
|
6208
|
+
readonly 'xnet://xnet.fyi/Publication': () => Promise<DefinedSchema<{
|
|
6209
|
+
title: PropertyBuilder<string>;
|
|
6210
|
+
description: PropertyBuilder<string>;
|
|
6211
|
+
baseUrl: PropertyBuilder<string>;
|
|
6212
|
+
basePath: PropertyBuilder<string>;
|
|
6213
|
+
language: PropertyBuilder<string>;
|
|
6214
|
+
space: PropertyBuilder<string>;
|
|
6215
|
+
authors: PropertyBuilder<string[]>;
|
|
6216
|
+
followable: PropertyBuilder<boolean>;
|
|
5877
6217
|
}>>;
|
|
5878
6218
|
readonly 'xnet://xnet.fyi/Folder': () => Promise<DefinedSchema<{
|
|
5879
6219
|
name: PropertyBuilder<string>;
|
|
@@ -5974,7 +6314,7 @@ declare const builtInSchemas: {
|
|
|
5974
6314
|
title: PropertyBuilder<string>;
|
|
5975
6315
|
shortId: PropertyBuilder<string>;
|
|
5976
6316
|
completed: PropertyBuilder<boolean>;
|
|
5977
|
-
status: PropertyBuilder<"done" | "triage" | "backlog" | "todo" | "in-progress" | "in-review"
|
|
6317
|
+
status: PropertyBuilder<"done" | "cancelled" | "triage" | "backlog" | "todo" | "in-progress" | "in-review">;
|
|
5978
6318
|
priority: PropertyBuilder<"low" | "medium" | "high" | "urgent">;
|
|
5979
6319
|
dueDate: PropertyBuilder<number>;
|
|
5980
6320
|
assignee: PropertyBuilder<`did:key:${string}`>;
|
|
@@ -6008,7 +6348,7 @@ declare const builtInSchemas: {
|
|
|
6008
6348
|
readonly 'xnet://xnet.fyi/Project': () => Promise<DefinedSchema<{
|
|
6009
6349
|
name: PropertyBuilder<string>;
|
|
6010
6350
|
icon: PropertyBuilder<string>;
|
|
6011
|
-
status: PropertyBuilder<"
|
|
6351
|
+
status: PropertyBuilder<"cancelled" | "completed" | "in-progress" | "planned" | "paused">;
|
|
6012
6352
|
lead: PropertyBuilder<`did:key:${string}`>;
|
|
6013
6353
|
targetDate: PropertyBuilder<number>;
|
|
6014
6354
|
folder: PropertyBuilder<string>;
|
|
@@ -6160,7 +6500,7 @@ declare const builtInSchemas: {
|
|
|
6160
6500
|
probability: PropertyBuilder<number>;
|
|
6161
6501
|
closeDate: PropertyBuilder<number>;
|
|
6162
6502
|
forecastCategory: PropertyBuilder<"pipeline" | "best-case" | "commit" | "closed">;
|
|
6163
|
-
source: PropertyBuilder<"outbound" | "inbound" | "
|
|
6503
|
+
source: PropertyBuilder<"outbound" | "inbound" | "event" | "partner" | "referral" | "other">;
|
|
6164
6504
|
owner: PropertyBuilder<`did:key:${string}`>;
|
|
6165
6505
|
collaborators: PropertyBuilder<`did:key:${string}`[]>;
|
|
6166
6506
|
wonAt: PropertyBuilder<number>;
|
|
@@ -6777,7 +7117,7 @@ declare const builtInSchemas: {
|
|
|
6777
7117
|
targetSchema: PropertyBuilder<string>;
|
|
6778
7118
|
firstMessageRef: PropertyBuilder<string>;
|
|
6779
7119
|
firstMessagePreview: PropertyBuilder<string>;
|
|
6780
|
-
status: PropertyBuilder<"expired" | "pending" | "
|
|
7120
|
+
status: PropertyBuilder<"expired" | "pending" | "declined" | "quarantined" | "accepted" | "blocked">;
|
|
6781
7121
|
admission: PropertyBuilder<"allow" | "quarantine" | "review" | "block" | "message-request">;
|
|
6782
7122
|
reasonCodes: PropertyBuilder<("first-contact" | "trusted-sender" | "known-contact" | "sender-muted" | "sender-blocked" | "review-required" | "verified-identity-required" | "policy-allow" | "policy-slow-mode" | "policy-quarantine" | "policy-review" | "policy-block")[]>;
|
|
6783
7123
|
confidence: PropertyBuilder<number>;
|
|
@@ -7507,4 +7847,4 @@ declare function createOperations(...operations: LensOperation[]): {
|
|
|
7507
7847
|
*/
|
|
7508
7848
|
declare function identity(source: SchemaIRI, target: SchemaIRI): SchemaLens;
|
|
7509
7849
|
|
|
7510
|
-
export { ACCOUNT_RECORD_SCHEMA_IRI, ACCOUNT_SCHEMA_IRI, ACHIEVEMENT_SCHEMA_IRI, ACTIVITY_KINDS, ACTIVITY_SCHEMA_IRI, AGENT_ACTION_SCHEMA_IRI, AGENT_ACTION_STATUSES, AGENT_APPROVAL_DECISIONS, AGENT_APPROVAL_SCHEMA_IRI, AGENT_APPROVAL_SURFACES, AGENT_CHANNELS, AGENT_NOTIFICATION_KINDS, AGENT_NOTIFICATION_SCHEMA_IRI, AGENT_NOTIFICATION_STATUSES, AGENT_PASSPORT_SCHEMA_IRI, AGENT_REVERSIBILITIES, AGENT_RISKS, AGENT_RUNTIMES, AGENT_SESSION_SCHEMA_IRI, type AbuseReport, AbuseReportSchema, type Account, type AccountClassId, type AccountRecord, AccountRecordSchema, AccountSchema, type Achievement, AchievementSchema, type Activity, type ActivityKind, ActivitySchema, type AgentAction, AgentActionSchema, type AgentActionStatus, type AgentApproval, type AgentApprovalDecision, AgentApprovalSchema, type AgentApprovalSurface, type AgentChannel, type AgentNotification, type AgentNotificationKind, AgentNotificationSchema, type AgentNotificationStatus, type AgentPassport, AgentPassportSchema, type AgentReversibility, type AgentRisk, type AgentRuntime, type AgentSession, AgentSessionSchema, 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 GeoOptions, type GeoPoint, 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 LedgerEnforcementState, type LedgerNodeIntent, type LedgerWriteDecision, type LedgerWriteKind, 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 ViewGroupMeta, type Workspace, WorkspaceSchema, type WorkspaceTreeJson, accountRecordId, accountState, addDefault, admitDeviceRecord, agentActionId, agentApprovalId, agentNotificationId, agentPassportId, agentSessionId, 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, evaluateLedgerWrite, extKey, extractMentions, file, filterOrphanedComments, findLockedColumns, flattenFolderTree, flattenSpaceTree, foldAccountRecord, folderAncestorIds, folderPathIds, formatTaskShortId, gameSchemas, geo, getMentionedUsers, getPresenceNoisePolicy, getTaskStatusCategory, identity, inboxStateNodeId, isCanvasObjectAnchor, isCanvasPositionAnchor, isCellAnchor, isColumnAnchor, isCompletedTaskStatus, isDeviceAuthorized, isExtKey, isGeoPoint, isMessageLinkPreview, isMoneyValue, isNodeAnchor, isRowAnchor, isSchemaDefinitionNode, isSpaceRole, isSystemNamespaceResource, isSystemSchemaIri, isTextAnchor, isValidMentions, isValidTagName, json, ledgerAccountId, ledgerWriteKind, loadExtensionFields, lockedPropertyKeys, mentionsInclude, merge, mergeSidecarsIntoRow, money, multiSelect, nextEpoch, normalizeMentions, normalizeTagName, number, parseExtKey, parseSystemNamespaceResource, parseTaskShortId, person, phone, profileNodeId, promoteOverlay, recoveryRecordId, redactInstruction, 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 };
|
|
7850
|
+
export { ACCOUNT_RECORD_SCHEMA_IRI, ACCOUNT_SCHEMA_IRI, ACHIEVEMENT_SCHEMA_IRI, ACTIVITY_KINDS, ACTIVITY_SCHEMA_IRI, AGENT_ACTION_SCHEMA_IRI, AGENT_ACTION_STATUSES, AGENT_APPROVAL_DECISIONS, AGENT_APPROVAL_SCHEMA_IRI, AGENT_APPROVAL_SURFACES, AGENT_CHANNELS, AGENT_NOTIFICATION_KINDS, AGENT_NOTIFICATION_SCHEMA_IRI, AGENT_NOTIFICATION_STATUSES, AGENT_PASSPORT_SCHEMA_IRI, AGENT_REVERSIBILITIES, AGENT_RISKS, AGENT_RUNTIMES, AGENT_SESSION_SCHEMA_IRI, type AbuseReport, AbuseReportSchema, type Account, type AccountClassId, type AccountRecord, AccountRecordSchema, AccountSchema, type Achievement, AchievementSchema, type Activity, type ActivityKind, ActivitySchema, type AgentAction, AgentActionSchema, type AgentActionStatus, type AgentApproval, type AgentApprovalDecision, AgentApprovalSchema, type AgentApprovalSurface, type AgentChannel, type AgentNotification, type AgentNotificationKind, AgentNotificationSchema, type AgentNotificationStatus, type AgentPassport, AgentPassportSchema, type AgentReversibility, type AgentRisk, type AgentRuntime, type AgentSession, AgentSessionSchema, 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, COURSE_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 Course, CourseSchema, 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, EVENT_SCHEMA_IRI, EXTENSION_FIELD_SCHEMA_IRI, EXTERNAL_ITEM_SCHEMA_IRI, EXTERNAL_ITEM_SOURCES, EXT_PREFIX, type EffectiveExtensionField, type EmailOptions, type Event, EventSchema, 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 GeoOptions, type GeoPoint, 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, LESSON_PROGRESS_SCHEMA_IRI, LESSON_SCHEMA_IRI, LINE_ITEM_SCHEMA_IRI, type LedgerEnforcementState, type LedgerNodeIntent, type LedgerWriteDecision, type LedgerWriteKind, LensOperation, type Lesson, type LessonProgress, LessonProgressSchema, LessonSchema, 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, POST_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 Post, PostSchema, 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 Publication, PublicationSchema, type QualitySignal, QualitySignalSchema, RECOVERY_RECORD_SCHEMA_IRI, RELATIONSHIP_KINDS, RELATIONSHIP_SCHEMA_IRI, REVOCATION_RECORD_SCHEMA_IRI, RSVP_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, type Rsvp, RsvpSchema, 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 ViewGroupMeta, type Workspace, WorkspaceSchema, type WorkspaceTreeJson, accountRecordId, accountState, addDefault, admitDeviceRecord, agentActionId, agentApprovalId, agentNotificationId, agentPassportId, agentSessionId, bucketPresenceCount, buildEffectiveSchema, buildFolderTree, buildSpaceTree, buildSystemNamespace, buildSystemNodeId, builtInSchemas, canManageSpace, canModifyColumn, checkOrphanStatus, checkbox, comparePostsForFeed, compareSpaceRoles, composeLens, computeSchemaDefinitionContentHash, convert, copy, courseCompletion, createAccountRecord, createNodeGraphSchemaResolver, createOperations, createSchemaDefinitionSigningPayload, created, createdBy, crmSchemas, date, dateRange, decodeAnchor, defineSchema, deviceRecipientExpander, deviceRecordId, didFromProfileNodeId, effectiveSpaceRole, email, encodeAnchor, evaluateLedgerWrite, extKey, extractMentions, file, filterOrphanedComments, findLockedColumns, flattenFolderTree, flattenSpaceTree, foldAccountRecord, folderAncestorIds, folderPathIds, formatTaskShortId, gameSchemas, geo, getMentionedUsers, getPresenceNoisePolicy, getTaskStatusCategory, identity, inboxStateNodeId, isCanvasObjectAnchor, isCanvasPositionAnchor, isCellAnchor, isColumnAnchor, isCompletedTaskStatus, isDeviceAuthorized, isExtKey, isGeoPoint, isMessageLinkPreview, isMoneyValue, isNodeAnchor, isRowAnchor, isSchemaDefinitionNode, isSpaceRole, isSystemNamespaceResource, isSystemSchemaIri, isTextAnchor, isValidMentions, isValidTagName, json, ledgerAccountId, ledgerWriteKind, lessonProgressId, loadExtensionFields, lockedPropertyKeys, mentionsInclude, merge, mergeSidecarsIntoRow, money, multiSelect, nextEpoch, normalizeMentions, normalizeTagName, number, parseExtKey, parseSystemNamespaceResource, parseTaskShortId, person, phone, profileNodeId, promoteOverlay, publicInteractionPolicyId, recoveryRecordId, redactInstruction, relation, remove, rename, resolveActiveDevices, resolveEffectiveSchema, resolveSchemaAuthority, revocationRecordId, revokeDeviceRecord, revokeSubjectRecord, revokedSubjects, rsvpId, sanitizeLinkPreviews, schemaExtensionId, select, selectExtensionFields, shortIdsFromBlock, sidecarId, sidecarOverlayKeys, spaceAncestorIds, spaceMembershipId, spacePathIds, spaceRoleGrantActions, spaceRoleToShareRole, summarizePresenceNodes, taskBranchName, text, transform, upcomingEvents, updated, url, validateSchemaDefinitionNode, when, wouldCreateFolderCycle, wouldCreateSpaceCycle };
|