@xnetjs/data 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6,396 +6,6 @@ import {
6
6
  signUpdate,
7
7
  verifyUpdate
8
8
  } from "./chunk-XHEA5UER.js";
9
- import {
10
- LensRegistry,
11
- MAX_LINK_PREVIEWS_PER_MESSAGE,
12
- MAX_MENTION_DIDS,
13
- MigrationError,
14
- PresenceAggregator,
15
- SIDECAR_PREFIX,
16
- SchemaRegistry,
17
- SystemSchemaIndex,
18
- TASK_SHORT_ID_PATTERN,
19
- accountState,
20
- addDefault,
21
- admitDeviceRecord,
22
- bucketPresenceCount,
23
- buildEffectiveSchema,
24
- builtInSchemas,
25
- canModifyColumn,
26
- checkOrphanStatus,
27
- composeLens,
28
- convert,
29
- copy,
30
- createAccountRecord,
31
- createNodeGraphSchemaResolver,
32
- createOperations,
33
- decodeAnchor,
34
- encodeAnchor,
35
- extractMentions,
36
- filterOrphanedComments,
37
- findLockedColumns,
38
- formatTaskShortId,
39
- getMentionedUsers,
40
- getPresenceNoisePolicy,
41
- identity,
42
- isCanvasObjectAnchor,
43
- isCanvasPositionAnchor,
44
- isCellAnchor,
45
- isColumnAnchor,
46
- isMessageLinkPreview,
47
- isNodeAnchor,
48
- isRowAnchor,
49
- isSchemaDefinitionNode,
50
- isTextAnchor,
51
- isValidMentions,
52
- lensRegistry,
53
- loadExtensionFields,
54
- lockedPropertyKeys,
55
- mentionsInclude,
56
- merge,
57
- mergeSidecarsIntoRow,
58
- nextEpoch,
59
- normalizeMentions,
60
- parseTaskShortId,
61
- promoteOverlay,
62
- remove,
63
- rename,
64
- resolveEffectiveSchema,
65
- revokeDeviceRecord,
66
- revokeSubjectRecord,
67
- sanitizeLinkPreviews,
68
- schemaRegistry,
69
- selectExtensionFields,
70
- shortIdsFromBlock,
71
- sidecarId,
72
- sidecarOverlayKeys,
73
- summarizePresenceNodes,
74
- taskBranchName,
75
- transform,
76
- when
77
- } from "./chunk-5B47M2IG.js";
78
- import {
79
- SavedViewSchema
80
- } from "./chunk-XQDXQ7WG.js";
81
- import {
82
- WorkspaceSchema
83
- } from "./chunk-3PV6QTKF.js";
84
- import {
85
- UserWidgetSchema
86
- } from "./chunk-W3QOEPUN.js";
87
- import {
88
- DashboardSchema
89
- } from "./chunk-NSMSOIEW.js";
90
- import {
91
- AbuseReportSchema,
92
- AppealSchema,
93
- CommunityNoteSchema,
94
- ContentProvenanceSchema,
95
- MessageRequestSchema,
96
- ModerationLabelSchema,
97
- NoteRatingSchema,
98
- PolicyListSchema,
99
- PolicySubscriptionSchema,
100
- PublicInteractionPolicySchema,
101
- QualitySignalSchema,
102
- ReviewTaskSchema
103
- } from "./chunk-WC7EDJHC.js";
104
- import {
105
- ACHIEVEMENT_SCHEMA_IRI,
106
- AchievementSchema,
107
- GAME_ASSET_FORMATS,
108
- GAME_ASSET_MIME_TYPES,
109
- GAME_ASSET_SCHEMA_IRI,
110
- GAME_ECONOMY_ENTRY_SCHEMA_IRI,
111
- GAME_ITEM_SCHEMA_IRI,
112
- GAME_NAMESPACE,
113
- GAME_SCHEMA_IRIS,
114
- GameAssetSchema,
115
- GameEconomyEntrySchema,
116
- GameItemSchema,
117
- INVENTORY_SCHEMA_IRI,
118
- ITEM_RARITIES,
119
- InventorySchema,
120
- MATCH_RESULTS,
121
- MATCH_SESSION_SCHEMA_IRI,
122
- MatchSessionSchema,
123
- PLAYER_IDENTITY_SCHEMA_IRI,
124
- PlayerIdentitySchema,
125
- gameSchemas
126
- } from "./chunk-EN6XTVLZ.js";
127
- import {
128
- MEMORY_ITEM_SCHEMA_IRI,
129
- MEMORY_KINDS,
130
- MemoryItemSchema
131
- } from "./chunk-ZKMWJNDQ.js";
132
- import {
133
- CHANNEL_KINDS,
134
- ChannelSchema
135
- } from "./chunk-UUQVNDBG.js";
136
- import {
137
- ChatMessageSchema
138
- } from "./chunk-5UJMY3AH.js";
139
- import {
140
- FEED_SCHEMA_IRI,
141
- FeedSchema
142
- } from "./chunk-JLUFPUIL.js";
143
- import {
144
- FEED_ITEM_SCHEMA_IRI,
145
- FeedItemSchema
146
- } from "./chunk-DPJ4T2LQ.js";
147
- import {
148
- EXTERNAL_ITEM_SCHEMA_IRI,
149
- EXTERNAL_ITEM_SOURCES,
150
- ExternalItemSchema
151
- } from "./chunk-D4EVJN2P.js";
152
- import {
153
- DEFAULT_CHANNEL_TIER,
154
- InboxStateSchema,
155
- inboxStateNodeId
156
- } from "./chunk-IKGUBSZP.js";
157
- import {
158
- GrantSchema
159
- } from "./chunk-GCTONBF6.js";
160
- import {
161
- ACCOUNT_RECORD_SCHEMA_IRI,
162
- AccountRecordSchema,
163
- DEVICE_RECORD_SCHEMA_IRI,
164
- DeviceRecordSchema,
165
- RECOVERY_RECORD_SCHEMA_IRI,
166
- REVOCATION_RECORD_SCHEMA_IRI,
167
- RecoveryRecordSchema,
168
- RevocationRecordSchema,
169
- accountRecordId,
170
- deviceRecipientExpander,
171
- deviceRecordId,
172
- isDeviceAuthorized,
173
- recoveryRecordId,
174
- resolveActiveDevices,
175
- revocationRecordId,
176
- revokedSubjects
177
- } from "./chunk-4KJ4NAMC.js";
178
- import {
179
- MediaAssetSchema
180
- } from "./chunk-7PCMTV6J.js";
181
- import {
182
- TRANSCRIPTION_SCHEMA_IRI,
183
- TranscriptionSchema
184
- } from "./chunk-HPUXHSKR.js";
185
- import {
186
- MEETING_CHANNELS,
187
- MEETING_SCHEMA_IRI,
188
- MEETING_TEMPLATE_IDS,
189
- MEETING_TRANSCRIPT_SCHEMA_IRI,
190
- MeetingSchema,
191
- MeetingTranscriptSchema
192
- } from "./chunk-S6JWYPVW.js";
193
- import {
194
- CanvasSchema
195
- } from "./chunk-26HTTVJN.js";
196
- import {
197
- MapSchema
198
- } from "./chunk-EZTBWWMS.js";
199
- import {
200
- CommentSchema
201
- } from "./chunk-I7JMGCV6.js";
202
- import {
203
- ReactionSchema
204
- } from "./chunk-YSD4NSCE.js";
205
- import {
206
- ProfileSchema,
207
- didFromProfileNodeId,
208
- profileNodeId
209
- } from "./chunk-EYRZ6ZUB.js";
210
- import {
211
- ACTIVITY_KINDS,
212
- ACTIVITY_SCHEMA_IRI,
213
- ActivitySchema,
214
- CONTACT_LIFECYCLE,
215
- CONTACT_SCHEMA_IRI,
216
- CRM_NAMESPACE,
217
- ContactSchema,
218
- DEAL_CONTACT_ROLES,
219
- DEAL_CONTACT_ROLE_SCHEMA_IRI,
220
- DEAL_SCHEMA_IRI,
221
- DEAL_SOURCES,
222
- DealContactRoleSchema,
223
- DealSchema,
224
- FORECAST_CATEGORIES,
225
- LINE_ITEM_SCHEMA_IRI,
226
- LineItemSchema,
227
- ORGANIZATION_SCHEMA_IRI,
228
- ORGANIZATION_SIZES,
229
- OrganizationSchema,
230
- PIPELINE_SCHEMA_IRI,
231
- PRODUCT_KINDS,
232
- PRODUCT_SCHEMA_IRI,
233
- PipelineSchema,
234
- ProductSchema,
235
- RELATIONSHIP_KINDS,
236
- RELATIONSHIP_SCHEMA_IRI,
237
- RelationshipSchema,
238
- STAGE_SCHEMA_IRI,
239
- StageSchema,
240
- crmSchemas
241
- } from "./chunk-QDLWTOII.js";
242
- import {
243
- ACCOUNT_SCHEMA_IRI,
244
- AccountSchema
245
- } from "./chunk-IKI5FBNO.js";
246
- import {
247
- TRANSACTION_SCHEMA_IRI,
248
- TransactionSchema
249
- } from "./chunk-YD2ZPFT7.js";
250
- import {
251
- POSTING_SCHEMA_IRI,
252
- PostingSchema
253
- } from "./chunk-SOXXBQ4P.js";
254
- import {
255
- BUDGET_SCHEMA_IRI,
256
- BudgetSchema
257
- } from "./chunk-HTZTBXKL.js";
258
- import {
259
- IMPORT_BATCH_SCHEMA_IRI,
260
- ImportBatchSchema
261
- } from "./chunk-22FKOLMX.js";
262
- import {
263
- NODE_VISIBILITY,
264
- SPACE_KINDS,
265
- SPACE_ROLES,
266
- SPACE_SCHEMA_IRI,
267
- SPACE_VISIBILITY,
268
- SpaceSchema,
269
- buildSpaceTree,
270
- canManageSpace,
271
- compareSpaceRoles,
272
- effectiveSpaceRole,
273
- flattenSpaceTree,
274
- spaceAncestorIds,
275
- spacePathIds,
276
- spaceRoleGrantActions,
277
- spaceRoleToShareRole,
278
- wouldCreateSpaceCycle
279
- } from "./chunk-ZKVRGKLM.js";
280
- import {
281
- ExternalReferenceSchema
282
- } from "./chunk-57UZYV3L.js";
283
- import {
284
- TASK_STATUS_CATEGORIES,
285
- TaskSchema,
286
- getTaskStatusCategory,
287
- isCompletedTaskStatus
288
- } from "./chunk-FWCM2TKJ.js";
289
- import {
290
- TaskViewSchema
291
- } from "./chunk-T45PWXNA.js";
292
- import {
293
- ProjectSchema
294
- } from "./chunk-M4KGY2PC.js";
295
- import {
296
- MetricSchema
297
- } from "./chunk-52DR23IW.js";
298
- import {
299
- ObservationSchema
300
- } from "./chunk-DP4Q2HMO.js";
301
- import {
302
- ExperimentSchema
303
- } from "./chunk-RXBLWQQI.js";
304
- import {
305
- MILESTONE_SCHEMA_IRI,
306
- MilestoneSchema
307
- } from "./chunk-IA23CLGV.js";
308
- import {
309
- PageSchema
310
- } from "./chunk-YHO7GNZK.js";
311
- import {
312
- FOLDER_SCHEMA_IRI,
313
- FolderSchema,
314
- buildFolderTree,
315
- flattenFolderTree,
316
- folderAncestorIds,
317
- folderPathIds,
318
- wouldCreateFolderCycle
319
- } from "./chunk-C4CQH7UD.js";
320
- import {
321
- MAX_TAG_NAME_LENGTH,
322
- TAG_SCHEMA_IRI,
323
- TagSchema,
324
- isValidTagName,
325
- normalizeTagName
326
- } from "./chunk-Q6VTTPG4.js";
327
- import {
328
- DatabaseSchema
329
- } from "./chunk-ZKJXGQCR.js";
330
- import {
331
- MemoryNodeStorageAdapter,
332
- NodeStore,
333
- PermissionError,
334
- QUERY_AST_VERSION,
335
- SQLiteNodeStorageAdapter,
336
- TEMP_ID_PREFIX,
337
- and,
338
- avg,
339
- between,
340
- contains,
341
- count,
342
- countDistinct,
343
- createNodeStorageAdapter,
344
- createSchemaLookup,
345
- dashboardQuerySet,
346
- defineNodeQueryAST,
347
- defineQuerySetAST,
348
- defineSavedViewDescriptor,
349
- eq,
350
- evaluateQueryASTPlannerGate,
351
- executeQueryASTLoadedAggregates,
352
- filterQueryASTLoadedRows,
353
- follow,
354
- from,
355
- getQueryASTRelationIndexRequirements,
356
- groupBy,
357
- gt,
358
- gte,
359
- having,
360
- includesAny,
361
- isNotNull,
362
- isNull,
363
- isTempId,
364
- lt,
365
- lte,
366
- matchesQueryASTLoadedRow,
367
- max,
368
- min,
369
- neq,
370
- not,
371
- or,
372
- planQueryASTAggregates,
373
- queryOperators,
374
- querySetCount,
375
- resolveTempIds,
376
- startsWith,
377
- sum,
378
- validateQueryAST,
379
- validateSavedViewDescriptor
380
- } from "./chunk-CARPMPXV.js";
381
- import {
382
- PresenceSummarySchema,
383
- SYSTEM_NAMESPACE_KINDS,
384
- SYSTEM_SCHEMA_BASE_IRIS,
385
- SYSTEM_SCHEMA_IRIS,
386
- SchemaCompatibilitySchema,
387
- SchemaDefinitionSchema,
388
- SyncPolicySchema,
389
- buildSystemNamespace,
390
- buildSystemNodeId,
391
- computeSchemaDefinitionContentHash,
392
- createSchemaDefinitionSigningPayload,
393
- isSystemNamespaceResource,
394
- isSystemSchemaIri,
395
- parseSystemNamespaceResource,
396
- resolveSchemaAuthority,
397
- validateSchemaDefinitionNode
398
- } from "./chunk-XJBDESCX.js";
399
9
  import {
400
10
  CELL_PREFIX,
401
11
  DATABASE_SCHEMA_NAMESPACE,
@@ -611,7 +221,415 @@ import {
611
221
  validateJsonData,
612
222
  validateRollupConfig,
613
223
  visibleFormQuestions
614
- } from "./chunk-ENA6NEFY.js";
224
+ } from "./chunk-DESSPQBS.js";
225
+ import {
226
+ clearLocalPresence,
227
+ createAwareness,
228
+ generateUserColor,
229
+ getAllPresences,
230
+ getLocalClientId,
231
+ getRemotePresences,
232
+ onPresenceChange,
233
+ setLocalPresence
234
+ } from "./chunk-7PDRDSFH.js";
235
+ import {
236
+ MemoryNodeStorageAdapter,
237
+ NodeStore,
238
+ PermissionError,
239
+ QUERY_AST_VERSION,
240
+ SQLiteNodeStorageAdapter,
241
+ TEMP_ID_PREFIX,
242
+ and,
243
+ avg,
244
+ between,
245
+ contains,
246
+ count,
247
+ countDistinct,
248
+ createNodeStorageAdapter,
249
+ createSchemaLookup,
250
+ dashboardQuerySet,
251
+ defineNodeQueryAST,
252
+ defineQuerySetAST,
253
+ defineSavedViewDescriptor,
254
+ eq,
255
+ evaluateQueryASTPlannerGate,
256
+ executeQueryASTLoadedAggregates,
257
+ filterQueryASTLoadedRows,
258
+ follow,
259
+ from,
260
+ getQueryASTRelationIndexRequirements,
261
+ groupBy,
262
+ gt,
263
+ gte,
264
+ having,
265
+ includesAny,
266
+ isNotNull,
267
+ isNull,
268
+ isTempId,
269
+ lt,
270
+ lte,
271
+ matchesQueryASTLoadedRow,
272
+ max,
273
+ min,
274
+ neq,
275
+ not,
276
+ or,
277
+ planQueryASTAggregates,
278
+ queryOperators,
279
+ querySetCount,
280
+ resolveTempIds,
281
+ startsWith,
282
+ sum,
283
+ validateQueryAST,
284
+ validateSavedViewDescriptor
285
+ } from "./chunk-4S73XDWH.js";
286
+ import {
287
+ applyNodeQueryDescriptor,
288
+ createNodeQueryDescriptor,
289
+ decodeNodeQueryCursor,
290
+ encodeNodeQueryCursor,
291
+ filterNodeQueryResults,
292
+ getNodeQuerySearchTokens,
293
+ matchesNodeQueryDescriptor,
294
+ nodeQueryDescriptorNeedsBoundedReload,
295
+ nodeQueryDescriptorToOptions,
296
+ serializeNodeQueryDescriptor,
297
+ sortNodeQueryResults,
298
+ withoutNodeQueryMaterializedView,
299
+ withoutNodeQueryPagination
300
+ } from "./chunk-S5RP5RKY.js";
301
+ import {
302
+ LensRegistry,
303
+ MAX_LINK_PREVIEWS_PER_MESSAGE,
304
+ MAX_MENTION_DIDS,
305
+ MigrationError,
306
+ PresenceAggregator,
307
+ SIDECAR_PREFIX,
308
+ SchemaRegistry,
309
+ SystemSchemaIndex,
310
+ TASK_SHORT_ID_PATTERN,
311
+ accountState,
312
+ addDefault,
313
+ admitDeviceRecord,
314
+ bucketPresenceCount,
315
+ buildEffectiveSchema,
316
+ builtInSchemas,
317
+ canModifyColumn,
318
+ checkOrphanStatus,
319
+ composeLens,
320
+ convert,
321
+ copy,
322
+ createAccountRecord,
323
+ createNodeGraphSchemaResolver,
324
+ createOperations,
325
+ decodeAnchor,
326
+ encodeAnchor,
327
+ extractMentions,
328
+ filterOrphanedComments,
329
+ findLockedColumns,
330
+ formatTaskShortId,
331
+ getMentionedUsers,
332
+ getPresenceNoisePolicy,
333
+ identity,
334
+ isCanvasObjectAnchor,
335
+ isCanvasPositionAnchor,
336
+ isCellAnchor,
337
+ isColumnAnchor,
338
+ isMessageLinkPreview,
339
+ isNodeAnchor,
340
+ isRowAnchor,
341
+ isSchemaDefinitionNode,
342
+ isTextAnchor,
343
+ isValidMentions,
344
+ lensRegistry,
345
+ loadExtensionFields,
346
+ lockedPropertyKeys,
347
+ mentionsInclude,
348
+ merge,
349
+ mergeSidecarsIntoRow,
350
+ nextEpoch,
351
+ normalizeMentions,
352
+ parseTaskShortId,
353
+ promoteOverlay,
354
+ remove,
355
+ rename,
356
+ resolveEffectiveSchema,
357
+ revokeDeviceRecord,
358
+ revokeSubjectRecord,
359
+ sanitizeLinkPreviews,
360
+ schemaRegistry,
361
+ selectExtensionFields,
362
+ shortIdsFromBlock,
363
+ sidecarId,
364
+ sidecarOverlayKeys,
365
+ summarizePresenceNodes,
366
+ taskBranchName,
367
+ transform,
368
+ when
369
+ } from "./chunk-U223J425.js";
370
+ import {
371
+ AbuseReportSchema,
372
+ AppealSchema,
373
+ CommunityNoteSchema,
374
+ ContentProvenanceSchema,
375
+ MessageRequestSchema,
376
+ ModerationLabelSchema,
377
+ NoteRatingSchema,
378
+ PolicyListSchema,
379
+ PolicySubscriptionSchema,
380
+ PublicInteractionPolicySchema,
381
+ QualitySignalSchema,
382
+ ReviewTaskSchema
383
+ } from "./chunk-WC7EDJHC.js";
384
+ import {
385
+ ACHIEVEMENT_SCHEMA_IRI,
386
+ AchievementSchema,
387
+ GAME_ASSET_FORMATS,
388
+ GAME_ASSET_MIME_TYPES,
389
+ GAME_ASSET_SCHEMA_IRI,
390
+ GAME_ECONOMY_ENTRY_SCHEMA_IRI,
391
+ GAME_ITEM_SCHEMA_IRI,
392
+ GAME_NAMESPACE,
393
+ GAME_SCHEMA_IRIS,
394
+ GameAssetSchema,
395
+ GameEconomyEntrySchema,
396
+ GameItemSchema,
397
+ INVENTORY_SCHEMA_IRI,
398
+ ITEM_RARITIES,
399
+ InventorySchema,
400
+ MATCH_RESULTS,
401
+ MATCH_SESSION_SCHEMA_IRI,
402
+ MatchSessionSchema,
403
+ PLAYER_IDENTITY_SCHEMA_IRI,
404
+ PlayerIdentitySchema,
405
+ gameSchemas
406
+ } from "./chunk-EN6XTVLZ.js";
407
+ import {
408
+ MEMORY_ITEM_SCHEMA_IRI,
409
+ MEMORY_KINDS,
410
+ MemoryItemSchema
411
+ } from "./chunk-ZKMWJNDQ.js";
412
+ import {
413
+ DEFAULT_CHANNEL_TIER,
414
+ InboxStateSchema,
415
+ inboxStateNodeId
416
+ } from "./chunk-IKGUBSZP.js";
417
+ import {
418
+ GrantSchema
419
+ } from "./chunk-GCTONBF6.js";
420
+ import {
421
+ ACCOUNT_RECORD_SCHEMA_IRI,
422
+ AccountRecordSchema,
423
+ DEVICE_RECORD_SCHEMA_IRI,
424
+ DeviceRecordSchema,
425
+ RECOVERY_RECORD_SCHEMA_IRI,
426
+ REVOCATION_RECORD_SCHEMA_IRI,
427
+ RecoveryRecordSchema,
428
+ RevocationRecordSchema,
429
+ accountRecordId,
430
+ deviceRecipientExpander,
431
+ deviceRecordId,
432
+ isDeviceAuthorized,
433
+ recoveryRecordId,
434
+ resolveActiveDevices,
435
+ revocationRecordId,
436
+ revokedSubjects
437
+ } from "./chunk-4KJ4NAMC.js";
438
+ import {
439
+ SavedViewSchema
440
+ } from "./chunk-XQDXQ7WG.js";
441
+ import {
442
+ WorkspaceSchema
443
+ } from "./chunk-3PV6QTKF.js";
444
+ import {
445
+ UserWidgetSchema
446
+ } from "./chunk-W3QOEPUN.js";
447
+ import {
448
+ DashboardSchema
449
+ } from "./chunk-NSMSOIEW.js";
450
+ import {
451
+ ReactionSchema
452
+ } from "./chunk-YSD4NSCE.js";
453
+ import {
454
+ DebugReportSchema
455
+ } from "./chunk-Z5I2T75Z.js";
456
+ import {
457
+ ProfileSchema,
458
+ didFromProfileNodeId,
459
+ profileNodeId
460
+ } from "./chunk-EYRZ6ZUB.js";
461
+ import {
462
+ CHANNEL_KINDS,
463
+ ChannelSchema
464
+ } from "./chunk-UUQVNDBG.js";
465
+ import {
466
+ ChatMessageSchema
467
+ } from "./chunk-5UJMY3AH.js";
468
+ import {
469
+ FEED_SCHEMA_IRI,
470
+ FeedSchema
471
+ } from "./chunk-JLUFPUIL.js";
472
+ import {
473
+ FEED_ITEM_SCHEMA_IRI,
474
+ FeedItemSchema
475
+ } from "./chunk-DPJ4T2LQ.js";
476
+ import {
477
+ EXTERNAL_ITEM_SCHEMA_IRI,
478
+ EXTERNAL_ITEM_SOURCES,
479
+ ExternalItemSchema
480
+ } from "./chunk-D4EVJN2P.js";
481
+ import {
482
+ MediaAssetSchema
483
+ } from "./chunk-7PCMTV6J.js";
484
+ import {
485
+ TRANSCRIPTION_SCHEMA_IRI,
486
+ TranscriptionSchema
487
+ } from "./chunk-HPUXHSKR.js";
488
+ import {
489
+ MEETING_CHANNELS,
490
+ MEETING_SCHEMA_IRI,
491
+ MEETING_TEMPLATE_IDS,
492
+ MEETING_TRANSCRIPT_SCHEMA_IRI,
493
+ MeetingSchema,
494
+ MeetingTranscriptSchema
495
+ } from "./chunk-S6JWYPVW.js";
496
+ import {
497
+ CanvasSchema
498
+ } from "./chunk-26HTTVJN.js";
499
+ import {
500
+ MapSchema
501
+ } from "./chunk-EZTBWWMS.js";
502
+ import {
503
+ CommentSchema
504
+ } from "./chunk-I7JMGCV6.js";
505
+ import {
506
+ CHECKPOINT_SCHEMA_IRI,
507
+ CheckpointSchema
508
+ } from "./chunk-6ZUJID52.js";
509
+ import {
510
+ DRAFT_SCHEMA_IRI,
511
+ DraftSchema
512
+ } from "./chunk-MEAIGK3W.js";
513
+ import {
514
+ ACTIVITY_KINDS,
515
+ ACTIVITY_SCHEMA_IRI,
516
+ ActivitySchema,
517
+ CONTACT_LIFECYCLE,
518
+ CONTACT_SCHEMA_IRI,
519
+ CRM_NAMESPACE,
520
+ ContactSchema,
521
+ DEAL_CONTACT_ROLES,
522
+ DEAL_CONTACT_ROLE_SCHEMA_IRI,
523
+ DEAL_SCHEMA_IRI,
524
+ DEAL_SOURCES,
525
+ DealContactRoleSchema,
526
+ DealSchema,
527
+ FORECAST_CATEGORIES,
528
+ LINE_ITEM_SCHEMA_IRI,
529
+ LineItemSchema,
530
+ ORGANIZATION_SCHEMA_IRI,
531
+ ORGANIZATION_SIZES,
532
+ OrganizationSchema,
533
+ PIPELINE_SCHEMA_IRI,
534
+ PRODUCT_KINDS,
535
+ PRODUCT_SCHEMA_IRI,
536
+ PipelineSchema,
537
+ ProductSchema,
538
+ RELATIONSHIP_KINDS,
539
+ RELATIONSHIP_SCHEMA_IRI,
540
+ RelationshipSchema,
541
+ STAGE_SCHEMA_IRI,
542
+ StageSchema,
543
+ crmSchemas
544
+ } from "./chunk-QDLWTOII.js";
545
+ import {
546
+ ACCOUNT_SCHEMA_IRI,
547
+ AccountSchema
548
+ } from "./chunk-IKI5FBNO.js";
549
+ import {
550
+ TRANSACTION_SCHEMA_IRI,
551
+ TransactionSchema
552
+ } from "./chunk-YD2ZPFT7.js";
553
+ import {
554
+ POSTING_SCHEMA_IRI,
555
+ PostingSchema
556
+ } from "./chunk-SOXXBQ4P.js";
557
+ import {
558
+ BUDGET_SCHEMA_IRI,
559
+ BudgetSchema
560
+ } from "./chunk-HTZTBXKL.js";
561
+ import {
562
+ IMPORT_BATCH_SCHEMA_IRI,
563
+ ImportBatchSchema
564
+ } from "./chunk-22FKOLMX.js";
565
+ import {
566
+ NODE_VISIBILITY,
567
+ SPACE_KINDS,
568
+ SPACE_ROLES,
569
+ SPACE_SCHEMA_IRI,
570
+ SPACE_VISIBILITY,
571
+ SpaceSchema,
572
+ buildSpaceTree,
573
+ canManageSpace,
574
+ compareSpaceRoles,
575
+ effectiveSpaceRole,
576
+ flattenSpaceTree,
577
+ spaceAncestorIds,
578
+ spacePathIds,
579
+ spaceRoleGrantActions,
580
+ spaceRoleToShareRole,
581
+ wouldCreateSpaceCycle
582
+ } from "./chunk-ZKVRGKLM.js";
583
+ import {
584
+ ExternalReferenceSchema
585
+ } from "./chunk-57UZYV3L.js";
586
+ import {
587
+ TASK_STATUS_CATEGORIES,
588
+ TaskSchema,
589
+ getTaskStatusCategory,
590
+ isCompletedTaskStatus
591
+ } from "./chunk-FWCM2TKJ.js";
592
+ import {
593
+ TaskViewSchema
594
+ } from "./chunk-T45PWXNA.js";
595
+ import {
596
+ ProjectSchema
597
+ } from "./chunk-M4KGY2PC.js";
598
+ import {
599
+ MetricSchema
600
+ } from "./chunk-52DR23IW.js";
601
+ import {
602
+ ObservationSchema
603
+ } from "./chunk-DP4Q2HMO.js";
604
+ import {
605
+ ExperimentSchema
606
+ } from "./chunk-RXBLWQQI.js";
607
+ import {
608
+ MILESTONE_SCHEMA_IRI,
609
+ MilestoneSchema
610
+ } from "./chunk-IA23CLGV.js";
611
+ import {
612
+ PageSchema
613
+ } from "./chunk-YHO7GNZK.js";
614
+ import {
615
+ FOLDER_SCHEMA_IRI,
616
+ FolderSchema,
617
+ buildFolderTree,
618
+ flattenFolderTree,
619
+ folderAncestorIds,
620
+ folderPathIds,
621
+ wouldCreateFolderCycle
622
+ } from "./chunk-C4CQH7UD.js";
623
+ import {
624
+ MAX_TAG_NAME_LENGTH,
625
+ TAG_SCHEMA_IRI,
626
+ TagSchema,
627
+ isValidTagName,
628
+ normalizeTagName
629
+ } from "./chunk-Q6VTTPG4.js";
630
+ import {
631
+ DatabaseSchema
632
+ } from "./chunk-ZKJXGQCR.js";
615
633
  import {
616
634
  EXT_PREFIX,
617
635
  extKey,
@@ -648,30 +666,23 @@ import {
648
666
  } from "./chunk-TRPXLCND.js";
649
667
  import "./chunk-JA56EQJO.js";
650
668
  import {
651
- applyNodeQueryDescriptor,
652
- createNodeQueryDescriptor,
653
- decodeNodeQueryCursor,
654
- encodeNodeQueryCursor,
655
- filterNodeQueryResults,
656
- getNodeQuerySearchTokens,
657
- matchesNodeQueryDescriptor,
658
- nodeQueryDescriptorNeedsBoundedReload,
659
- nodeQueryDescriptorToOptions,
660
- serializeNodeQueryDescriptor,
661
- sortNodeQueryResults,
662
- withoutNodeQueryMaterializedView,
663
- withoutNodeQueryPagination
664
- } from "./chunk-S5RP5RKY.js";
665
- import {
666
- clearLocalPresence,
667
- createAwareness,
668
- generateUserColor,
669
- getAllPresences,
670
- getLocalClientId,
671
- getRemotePresences,
672
- onPresenceChange,
673
- setLocalPresence
674
- } from "./chunk-7PDRDSFH.js";
669
+ PresenceSummarySchema,
670
+ SYSTEM_NAMESPACE_KINDS,
671
+ SYSTEM_SCHEMA_BASE_IRIS,
672
+ SYSTEM_SCHEMA_IRIS,
673
+ SchemaCompatibilitySchema,
674
+ SchemaDefinitionSchema,
675
+ SyncPolicySchema,
676
+ buildSystemNamespace,
677
+ buildSystemNodeId,
678
+ computeSchemaDefinitionContentHash,
679
+ createSchemaDefinitionSigningPayload,
680
+ isSystemNamespaceResource,
681
+ isSystemSchemaIri,
682
+ parseSystemNamespaceResource,
683
+ resolveSchemaAuthority,
684
+ validateSchemaDefinitionNode
685
+ } from "./chunk-XJBDESCX.js";
675
686
  import {
676
687
  SPACE_MEMBERSHIP_SCHEMA_IRI,
677
688
  SpaceMembershipSchema,
@@ -2030,12 +2041,14 @@ export {
2030
2041
  BudgetSchema,
2031
2042
  CELL_PREFIX,
2032
2043
  CHANNEL_KINDS,
2044
+ CHECKPOINT_SCHEMA_IRI,
2033
2045
  CONTACT_LIFECYCLE,
2034
2046
  CONTACT_SCHEMA_IRI,
2035
2047
  CRM_NAMESPACE,
2036
2048
  CanvasSchema,
2037
2049
  ChannelSchema,
2038
2050
  ChatMessageSchema,
2051
+ CheckpointSchema,
2039
2052
  CommentSchema,
2040
2053
  CommunityNoteSchema,
2041
2054
  ContactSchema,
@@ -2052,6 +2065,7 @@ export {
2052
2065
  DEFAULT_OFFLINE_POLICY,
2053
2066
  DEFAULT_ROW_HEIGHT,
2054
2067
  DEVICE_RECORD_SCHEMA_IRI,
2068
+ DRAFT_SCHEMA_IRI,
2055
2069
  DashboardSchema,
2056
2070
  DatabaseFieldSchema,
2057
2071
  DatabaseRowSchema,
@@ -2060,10 +2074,12 @@ export {
2060
2074
  DatabaseViewSchema,
2061
2075
  DealContactRoleSchema,
2062
2076
  DealSchema,
2077
+ DebugReportSchema,
2063
2078
  DecisionCache,
2064
2079
  DefaultPolicyEvaluator,
2065
2080
  DefaultRoleResolver,
2066
2081
  DeviceRecordSchema,
2082
+ DraftSchema,
2067
2083
  EMBED_PROVIDERS,
2068
2084
  EXTENSION_FIELD_SCHEMA_IRI,
2069
2085
  EXTERNAL_ITEM_SCHEMA_IRI,