@xnetjs/data 2.4.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-56EXPOJ4.js → chunk-ANMAR3KY.js} +34 -19
- 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-EGGRKSRH.js → chunk-QKVIKVAL.js} +70 -31
- 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-WSINZHSR.js +90 -0
- package/dist/{chunk-CNGEXCIH.js → chunk-YCBJDT23.js} +69 -55
- package/dist/{clone-BsoRt89i.d.ts → clone-ywzFVkID.d.ts} +16 -6
- package/dist/course-C5DXOIVO.js +24 -0
- package/dist/database/index.d.ts +17 -5
- package/dist/database/index.js +7 -7
- 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-BwdmRFua.d.ts → grant-expiration-cleaner-CRS9OyhV.d.ts} +3 -3
- package/dist/index.d.ts +10 -320
- package/dist/index.js +522 -1097
- package/dist/{moderation-HRMMBFVH.js → moderation-5Z4LKOKN.js} +5 -3
- package/dist/{page-RUS2BKMX.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-DYGcKxoa.d.ts → query-ast-DQJO7yRV.d.ts} +1 -1
- package/dist/{registry-D_3b1Lg6.d.ts → registry-C9IRLLeR.d.ts} +1 -1
- package/dist/schema/index.d.ts +375 -26
- package/dist/schema/index.js +213 -167
- package/dist/space-GBTEHZOK.js +1 -1
- package/dist/store/index.d.ts +4 -4
- package/dist/store/index.js +4 -4
- package/dist/{store-BMnhBWzM.d.ts → store-D1oiFQuF.d.ts} +19 -2
- package/dist/{types-cycApzib.d.ts → types-gws1tSf-.d.ts} +1 -1
- package/package.json +27 -25
- package/dist/chunk-Y2XWK7AA.js +0 -50
package/dist/schema/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { P as PropertyBuilder, S as SchemaIRI, D as DefinedSchema, bd as DocumentType,
|
|
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';
|
|
@@ -1377,12 +1377,207 @@ declare const PageSchema: DefinedSchema<{
|
|
|
1377
1377
|
space: PropertyBuilder<string>;
|
|
1378
1378
|
/** Per-node visibility; `inherit` defers to the Space (exploration 0179) */
|
|
1379
1379
|
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
1380
|
+
/**
|
|
1381
|
+
* Page geometry (exploration 0346): how the page's frame children
|
|
1382
|
+
* arrange — a linear stack (document, default), a tiled grid
|
|
1383
|
+
* (dashboard-style), or free space (canvas-style). A view property:
|
|
1384
|
+
* toggling never converts the frames themselves.
|
|
1385
|
+
*/
|
|
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>;
|
|
1380
1408
|
}>;
|
|
1381
1409
|
/**
|
|
1382
1410
|
* A Page node type (inferred from schema).
|
|
1383
1411
|
*/
|
|
1384
1412
|
type Page = InferNode<(typeof PageSchema)['_properties']>;
|
|
1385
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
|
+
|
|
1386
1581
|
declare const FOLDER_SCHEMA_IRI = "xnet://xnet.fyi/Folder@1.0.0";
|
|
1387
1582
|
declare const FolderSchema: DefinedSchema<{
|
|
1388
1583
|
/** Folder display name */
|
|
@@ -1587,7 +1782,7 @@ declare const TaskSchema: DefinedSchema<{
|
|
|
1587
1782
|
* stay one-tap everywhere. The original four statuses are unchanged;
|
|
1588
1783
|
* triage/backlog/in-review are additive (no version bump needed).
|
|
1589
1784
|
*/
|
|
1590
|
-
status: PropertyBuilder<"done" | "triage" | "backlog" | "todo" | "in-progress" | "in-review"
|
|
1785
|
+
status: PropertyBuilder<"done" | "cancelled" | "triage" | "backlog" | "todo" | "in-progress" | "in-review">;
|
|
1591
1786
|
/** Task priority */
|
|
1592
1787
|
priority: PropertyBuilder<"low" | "medium" | "high" | "urgent">;
|
|
1593
1788
|
/** Due date */
|
|
@@ -1718,7 +1913,7 @@ declare const ProjectSchema: DefinedSchema<{
|
|
|
1718
1913
|
/** Emoji or icon URL */
|
|
1719
1914
|
icon: PropertyBuilder<string>;
|
|
1720
1915
|
/** Project lifecycle status */
|
|
1721
|
-
status: PropertyBuilder<"
|
|
1916
|
+
status: PropertyBuilder<"cancelled" | "completed" | "in-progress" | "planned" | "paused">;
|
|
1722
1917
|
/** Project lead */
|
|
1723
1918
|
lead: PropertyBuilder<`did:key:${string}`>;
|
|
1724
1919
|
/** Target completion date */
|
|
@@ -2194,7 +2389,7 @@ declare const DealSchema: DefinedSchema<{
|
|
|
2194
2389
|
probability: PropertyBuilder<number>;
|
|
2195
2390
|
closeDate: PropertyBuilder<number>;
|
|
2196
2391
|
forecastCategory: PropertyBuilder<"pipeline" | "best-case" | "commit" | "closed">;
|
|
2197
|
-
source: PropertyBuilder<"outbound" | "inbound" | "
|
|
2392
|
+
source: PropertyBuilder<"outbound" | "inbound" | "event" | "partner" | "referral" | "other">;
|
|
2198
2393
|
owner: PropertyBuilder<`did:key:${string}`>;
|
|
2199
2394
|
collaborators: PropertyBuilder<`did:key:${string}`[]>;
|
|
2200
2395
|
wonAt: PropertyBuilder<number>;
|
|
@@ -2436,7 +2631,7 @@ declare const crmSchemas: readonly [DefinedSchema<{
|
|
|
2436
2631
|
probability: PropertyBuilder<number>;
|
|
2437
2632
|
closeDate: PropertyBuilder<number>;
|
|
2438
2633
|
forecastCategory: PropertyBuilder<"pipeline" | "best-case" | "commit" | "closed">;
|
|
2439
|
-
source: PropertyBuilder<"outbound" | "inbound" | "
|
|
2634
|
+
source: PropertyBuilder<"outbound" | "inbound" | "event" | "partner" | "referral" | "other">;
|
|
2440
2635
|
owner: PropertyBuilder<`did:key:${string}`>;
|
|
2441
2636
|
collaborators: PropertyBuilder<`did:key:${string}`[]>;
|
|
2442
2637
|
wonAt: PropertyBuilder<number>;
|
|
@@ -2947,7 +3142,7 @@ declare const ProfileSchema: DefinedSchema<{
|
|
|
2947
3142
|
/**
|
|
2948
3143
|
* Linked ATProto identity (explorations 0301/0322/0337). These fields are
|
|
2949
3144
|
* the xNet half of the bidirectional binding: the PDS half is the signed
|
|
2950
|
-
* `
|
|
3145
|
+
* `fyi.xnet.identity.binding` record at `atprotoBindingUri`. Foreign DIDs are
|
|
2951
3146
|
* represent-only — they never sign xNet data — and a handle renders as
|
|
2952
3147
|
* "verified" only after the hub has resolved the DID document, fetched the
|
|
2953
3148
|
* binding record from the canonical PDS, and checked the xNet signature.
|
|
@@ -3723,7 +3918,7 @@ declare const MessageRequestSchema: DefinedSchema<{
|
|
|
3723
3918
|
targetSchema: PropertyBuilder<string>;
|
|
3724
3919
|
firstMessageRef: PropertyBuilder<string>;
|
|
3725
3920
|
firstMessagePreview: PropertyBuilder<string>;
|
|
3726
|
-
status: PropertyBuilder<"expired" | "pending" | "
|
|
3921
|
+
status: PropertyBuilder<"expired" | "pending" | "declined" | "quarantined" | "accepted" | "blocked">;
|
|
3727
3922
|
admission: PropertyBuilder<"allow" | "quarantine" | "review" | "block" | "message-request">;
|
|
3728
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")[]>;
|
|
3729
3924
|
confidence: PropertyBuilder<number>;
|
|
@@ -3850,6 +4045,14 @@ type QualitySignal = InferNode<(typeof QualitySignalSchema)['_properties']>;
|
|
|
3850
4045
|
type ContentProvenance = InferNode<(typeof ContentProvenanceSchema)['_properties']>;
|
|
3851
4046
|
type Appeal = InferNode<(typeof AppealSchema)['_properties']>;
|
|
3852
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;
|
|
3853
4056
|
|
|
3854
4057
|
declare const GAME_NAMESPACE: "xnet://xnet.fyi/";
|
|
3855
4058
|
declare const PLAYER_IDENTITY_SCHEMA_IRI: "xnet://xnet.fyi/PlayerIdentity@1.0.0";
|
|
@@ -3861,7 +4064,7 @@ declare const GAME_ECONOMY_ENTRY_SCHEMA_IRI: "xnet://xnet.fyi/GameEconomyEntry@1
|
|
|
3861
4064
|
declare const GAME_ASSET_SCHEMA_IRI: "xnet://xnet.fyi/GameAsset@1.0.0";
|
|
3862
4065
|
/**
|
|
3863
4066
|
* Accepted 3D-asset MIME types — glTF (the "JPEG of 3D", runtime delivery) and
|
|
3864
|
-
* OpenUSD (high-fidelity scenes).
|
|
4067
|
+
* OpenUSD (high-fidelity scenes). xNet stores the ref, never the bytes' meaning.
|
|
3865
4068
|
*/
|
|
3866
4069
|
declare const GAME_ASSET_MIME_TYPES: readonly ["model/gltf-binary", "model/gltf+json", "model/vnd.usdz+zip", "model/vnd.usd", "model/vnd.usda"];
|
|
3867
4070
|
/** Shared visibility ladder (mirrors CRM/Task): `inherit` → owner-only with no
|
|
@@ -3887,7 +4090,7 @@ type GameVisibility = (typeof VISIBILITY_OPTIONS)[number]['id'];
|
|
|
3887
4090
|
declare const PlayerIdentitySchema: DefinedSchema<{
|
|
3888
4091
|
/** Display / gamer name. */
|
|
3889
4092
|
displayName: PropertyBuilder<string>;
|
|
3890
|
-
/** The player's own
|
|
4093
|
+
/** The player's own xNet `did:key` — the portable login across publishers. */
|
|
3891
4094
|
did: PropertyBuilder<string>;
|
|
3892
4095
|
/** Avatar asset (glTF/USD), stored by reference. */
|
|
3893
4096
|
avatarAsset: PropertyBuilder<FileRef>;
|
|
@@ -4022,7 +4225,7 @@ declare const GAME_ASSET_FORMATS: readonly [{
|
|
|
4022
4225
|
type GameAssetFormat = (typeof GAME_ASSET_FORMATS)[number]['id'];
|
|
4023
4226
|
declare const GameAssetSchema: DefinedSchema<{
|
|
4024
4227
|
title: PropertyBuilder<string>;
|
|
4025
|
-
/** The asset payload, by reference (CID) — never parsed by
|
|
4228
|
+
/** The asset payload, by reference (CID) — never parsed by xNet. */
|
|
4026
4229
|
file: PropertyBuilder<FileRef>;
|
|
4027
4230
|
format: PropertyBuilder<"other" | "glb" | "gltf" | "usd" | "usdz">;
|
|
4028
4231
|
sourceGame: PropertyBuilder<string>;
|
|
@@ -4039,7 +4242,7 @@ declare const GAME_SCHEMA_IRIS: readonly ["xnet://xnet.fyi/PlayerIdentity@1.0.0"
|
|
|
4039
4242
|
declare const gameSchemas: readonly [DefinedSchema<{
|
|
4040
4243
|
/** Display / gamer name. */
|
|
4041
4244
|
displayName: PropertyBuilder<string>;
|
|
4042
|
-
/** The player's own
|
|
4245
|
+
/** The player's own xNet `did:key` — the portable login across publishers. */
|
|
4043
4246
|
did: PropertyBuilder<string>;
|
|
4044
4247
|
/** Avatar asset (glTF/USD), stored by reference. */
|
|
4045
4248
|
avatarAsset: PropertyBuilder<FileRef>;
|
|
@@ -4105,7 +4308,7 @@ declare const gameSchemas: readonly [DefinedSchema<{
|
|
|
4105
4308
|
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
4106
4309
|
}>, DefinedSchema<{
|
|
4107
4310
|
title: PropertyBuilder<string>;
|
|
4108
|
-
/** The asset payload, by reference (CID) — never parsed by
|
|
4311
|
+
/** The asset payload, by reference (CID) — never parsed by xNet. */
|
|
4109
4312
|
file: PropertyBuilder<FileRef>;
|
|
4110
4313
|
format: PropertyBuilder<"other" | "glb" | "gltf" | "usd" | "usdz">;
|
|
4111
4314
|
sourceGame: PropertyBuilder<string>;
|
|
@@ -4684,6 +4887,79 @@ declare const builtInSchemas: {
|
|
|
4684
4887
|
tags: PropertyBuilder<string[]>;
|
|
4685
4888
|
space: PropertyBuilder<string>;
|
|
4686
4889
|
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
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>;
|
|
4687
4963
|
}>>;
|
|
4688
4964
|
readonly 'xnet://xnet.fyi/Folder@1.0.0': () => Promise<DefinedSchema<{
|
|
4689
4965
|
name: PropertyBuilder<string>;
|
|
@@ -4784,7 +5060,7 @@ declare const builtInSchemas: {
|
|
|
4784
5060
|
title: PropertyBuilder<string>;
|
|
4785
5061
|
shortId: PropertyBuilder<string>;
|
|
4786
5062
|
completed: PropertyBuilder<boolean>;
|
|
4787
|
-
status: PropertyBuilder<"done" | "triage" | "backlog" | "todo" | "in-progress" | "in-review"
|
|
5063
|
+
status: PropertyBuilder<"done" | "cancelled" | "triage" | "backlog" | "todo" | "in-progress" | "in-review">;
|
|
4788
5064
|
priority: PropertyBuilder<"low" | "medium" | "high" | "urgent">;
|
|
4789
5065
|
dueDate: PropertyBuilder<number>;
|
|
4790
5066
|
assignee: PropertyBuilder<`did:key:${string}`>;
|
|
@@ -4818,7 +5094,7 @@ declare const builtInSchemas: {
|
|
|
4818
5094
|
readonly 'xnet://xnet.fyi/Project@1.0.0': () => Promise<DefinedSchema<{
|
|
4819
5095
|
name: PropertyBuilder<string>;
|
|
4820
5096
|
icon: PropertyBuilder<string>;
|
|
4821
|
-
status: PropertyBuilder<"
|
|
5097
|
+
status: PropertyBuilder<"cancelled" | "completed" | "in-progress" | "planned" | "paused">;
|
|
4822
5098
|
lead: PropertyBuilder<`did:key:${string}`>;
|
|
4823
5099
|
targetDate: PropertyBuilder<number>;
|
|
4824
5100
|
folder: PropertyBuilder<string>;
|
|
@@ -4970,7 +5246,7 @@ declare const builtInSchemas: {
|
|
|
4970
5246
|
probability: PropertyBuilder<number>;
|
|
4971
5247
|
closeDate: PropertyBuilder<number>;
|
|
4972
5248
|
forecastCategory: PropertyBuilder<"pipeline" | "best-case" | "commit" | "closed">;
|
|
4973
|
-
source: PropertyBuilder<"outbound" | "inbound" | "
|
|
5249
|
+
source: PropertyBuilder<"outbound" | "inbound" | "event" | "partner" | "referral" | "other">;
|
|
4974
5250
|
owner: PropertyBuilder<`did:key:${string}`>;
|
|
4975
5251
|
collaborators: PropertyBuilder<`did:key:${string}`[]>;
|
|
4976
5252
|
wonAt: PropertyBuilder<number>;
|
|
@@ -5608,7 +5884,7 @@ declare const builtInSchemas: {
|
|
|
5608
5884
|
targetSchema: PropertyBuilder<string>;
|
|
5609
5885
|
firstMessageRef: PropertyBuilder<string>;
|
|
5610
5886
|
firstMessagePreview: PropertyBuilder<string>;
|
|
5611
|
-
status: PropertyBuilder<"expired" | "pending" | "
|
|
5887
|
+
status: PropertyBuilder<"expired" | "pending" | "declined" | "quarantined" | "accepted" | "blocked">;
|
|
5612
5888
|
admission: PropertyBuilder<"allow" | "quarantine" | "review" | "block" | "message-request">;
|
|
5613
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")[]>;
|
|
5614
5890
|
confidence: PropertyBuilder<number>;
|
|
@@ -5865,6 +6141,79 @@ declare const builtInSchemas: {
|
|
|
5865
6141
|
tags: PropertyBuilder<string[]>;
|
|
5866
6142
|
space: PropertyBuilder<string>;
|
|
5867
6143
|
visibility: PropertyBuilder<"public" | "private" | "unlisted" | "inherit">;
|
|
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>;
|
|
5868
6217
|
}>>;
|
|
5869
6218
|
readonly 'xnet://xnet.fyi/Folder': () => Promise<DefinedSchema<{
|
|
5870
6219
|
name: PropertyBuilder<string>;
|
|
@@ -5965,7 +6314,7 @@ declare const builtInSchemas: {
|
|
|
5965
6314
|
title: PropertyBuilder<string>;
|
|
5966
6315
|
shortId: PropertyBuilder<string>;
|
|
5967
6316
|
completed: PropertyBuilder<boolean>;
|
|
5968
|
-
status: PropertyBuilder<"done" | "triage" | "backlog" | "todo" | "in-progress" | "in-review"
|
|
6317
|
+
status: PropertyBuilder<"done" | "cancelled" | "triage" | "backlog" | "todo" | "in-progress" | "in-review">;
|
|
5969
6318
|
priority: PropertyBuilder<"low" | "medium" | "high" | "urgent">;
|
|
5970
6319
|
dueDate: PropertyBuilder<number>;
|
|
5971
6320
|
assignee: PropertyBuilder<`did:key:${string}`>;
|
|
@@ -5999,7 +6348,7 @@ declare const builtInSchemas: {
|
|
|
5999
6348
|
readonly 'xnet://xnet.fyi/Project': () => Promise<DefinedSchema<{
|
|
6000
6349
|
name: PropertyBuilder<string>;
|
|
6001
6350
|
icon: PropertyBuilder<string>;
|
|
6002
|
-
status: PropertyBuilder<"
|
|
6351
|
+
status: PropertyBuilder<"cancelled" | "completed" | "in-progress" | "planned" | "paused">;
|
|
6003
6352
|
lead: PropertyBuilder<`did:key:${string}`>;
|
|
6004
6353
|
targetDate: PropertyBuilder<number>;
|
|
6005
6354
|
folder: PropertyBuilder<string>;
|
|
@@ -6151,7 +6500,7 @@ declare const builtInSchemas: {
|
|
|
6151
6500
|
probability: PropertyBuilder<number>;
|
|
6152
6501
|
closeDate: PropertyBuilder<number>;
|
|
6153
6502
|
forecastCategory: PropertyBuilder<"pipeline" | "best-case" | "commit" | "closed">;
|
|
6154
|
-
source: PropertyBuilder<"outbound" | "inbound" | "
|
|
6503
|
+
source: PropertyBuilder<"outbound" | "inbound" | "event" | "partner" | "referral" | "other">;
|
|
6155
6504
|
owner: PropertyBuilder<`did:key:${string}`>;
|
|
6156
6505
|
collaborators: PropertyBuilder<`did:key:${string}`[]>;
|
|
6157
6506
|
wonAt: PropertyBuilder<number>;
|
|
@@ -6768,7 +7117,7 @@ declare const builtInSchemas: {
|
|
|
6768
7117
|
targetSchema: PropertyBuilder<string>;
|
|
6769
7118
|
firstMessageRef: PropertyBuilder<string>;
|
|
6770
7119
|
firstMessagePreview: PropertyBuilder<string>;
|
|
6771
|
-
status: PropertyBuilder<"expired" | "pending" | "
|
|
7120
|
+
status: PropertyBuilder<"expired" | "pending" | "declined" | "quarantined" | "accepted" | "blocked">;
|
|
6772
7121
|
admission: PropertyBuilder<"allow" | "quarantine" | "review" | "block" | "message-request">;
|
|
6773
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")[]>;
|
|
6774
7123
|
confidence: PropertyBuilder<number>;
|
|
@@ -7498,4 +7847,4 @@ declare function createOperations(...operations: LensOperation[]): {
|
|
|
7498
7847
|
*/
|
|
7499
7848
|
declare function identity(source: SchemaIRI, target: SchemaIRI): SchemaLens;
|
|
7500
7849
|
|
|
7501
|
-
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 };
|