@xnetjs/data 1.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-OFQJQMNB.js +58 -0
- package/dist/auth/index.d.ts +4 -4
- package/dist/checkpoint-MZHJ7PCZ.js +12 -0
- package/dist/{chunk-CARPMPXV.js → chunk-4S73XDWH.js} +318 -19
- package/dist/chunk-6ZUJID52.js +41 -0
- package/dist/{chunk-ENA6NEFY.js → chunk-DESSPQBS.js} +54 -5
- package/dist/chunk-JWGS7JMA.js +240 -0
- package/dist/{chunk-5B47M2IG.js → chunk-LZX7O72B.js} +23 -7
- package/dist/chunk-MEAIGK3W.js +58 -0
- package/dist/chunk-Z5I2T75Z.js +70 -0
- package/dist/{clone-Bj0nQyMc.d.ts → clone-DNcpkYAA.d.ts} +2 -2
- package/dist/database/index.d.ts +3 -3
- package/dist/database/index.js +2 -2
- package/dist/debug-report-BTNZAKX3.js +10 -0
- package/dist/draft-KGHITKX2.js +10 -0
- package/dist/{grant-expiration-cleaner-BrMW0ffX.d.ts → grant-expiration-cleaner-1by9wRlb.d.ts} +2 -2
- package/dist/index.d.ts +7 -7
- package/dist/index.js +483 -415
- package/dist/{query-ast-ESRn8U2H.d.ts → query-ast-NV5StnHo.d.ts} +1 -1
- package/dist/{registry-BGD80QCd.d.ts → registry-s1fYgCSj.d.ts} +1 -1
- package/dist/schema/index.d.ts +585 -12
- package/dist/schema/index.js +124 -56
- package/dist/store/index.d.ts +9 -5
- package/dist/store/index.js +2 -2
- package/dist/{store-B0fb6WdJ.d.ts → store-BIDKtpjW.d.ts} +56 -1
- package/dist/{types-B5rrBwRI.d.ts → types-C64g-IXg.d.ts} +70 -2
- package/package.json +7 -7
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,442 @@ import {
|
|
|
611
221
|
validateJsonData,
|
|
612
222
|
validateRollupConfig,
|
|
613
223
|
visibleFormQuestions
|
|
614
|
-
} from "./chunk-
|
|
224
|
+
} from "./chunk-DESSPQBS.js";
|
|
225
|
+
import {
|
|
226
|
+
MemoryNodeStorageAdapter,
|
|
227
|
+
NodeStore,
|
|
228
|
+
PermissionError,
|
|
229
|
+
QUERY_AST_VERSION,
|
|
230
|
+
SQLiteNodeStorageAdapter,
|
|
231
|
+
TEMP_ID_PREFIX,
|
|
232
|
+
and,
|
|
233
|
+
avg,
|
|
234
|
+
between,
|
|
235
|
+
contains,
|
|
236
|
+
count,
|
|
237
|
+
countDistinct,
|
|
238
|
+
createNodeStorageAdapter,
|
|
239
|
+
createSchemaLookup,
|
|
240
|
+
dashboardQuerySet,
|
|
241
|
+
defineNodeQueryAST,
|
|
242
|
+
defineQuerySetAST,
|
|
243
|
+
defineSavedViewDescriptor,
|
|
244
|
+
eq,
|
|
245
|
+
evaluateQueryASTPlannerGate,
|
|
246
|
+
executeQueryASTLoadedAggregates,
|
|
247
|
+
filterQueryASTLoadedRows,
|
|
248
|
+
follow,
|
|
249
|
+
from,
|
|
250
|
+
getQueryASTRelationIndexRequirements,
|
|
251
|
+
groupBy,
|
|
252
|
+
gt,
|
|
253
|
+
gte,
|
|
254
|
+
having,
|
|
255
|
+
includesAny,
|
|
256
|
+
isNotNull,
|
|
257
|
+
isNull,
|
|
258
|
+
isTempId,
|
|
259
|
+
lt,
|
|
260
|
+
lte,
|
|
261
|
+
matchesQueryASTLoadedRow,
|
|
262
|
+
max,
|
|
263
|
+
min,
|
|
264
|
+
neq,
|
|
265
|
+
not,
|
|
266
|
+
or,
|
|
267
|
+
planQueryASTAggregates,
|
|
268
|
+
queryOperators,
|
|
269
|
+
querySetCount,
|
|
270
|
+
resolveTempIds,
|
|
271
|
+
startsWith,
|
|
272
|
+
sum,
|
|
273
|
+
validateQueryAST,
|
|
274
|
+
validateSavedViewDescriptor
|
|
275
|
+
} from "./chunk-4S73XDWH.js";
|
|
276
|
+
import {
|
|
277
|
+
applyNodeQueryDescriptor,
|
|
278
|
+
createNodeQueryDescriptor,
|
|
279
|
+
decodeNodeQueryCursor,
|
|
280
|
+
encodeNodeQueryCursor,
|
|
281
|
+
filterNodeQueryResults,
|
|
282
|
+
getNodeQuerySearchTokens,
|
|
283
|
+
matchesNodeQueryDescriptor,
|
|
284
|
+
nodeQueryDescriptorNeedsBoundedReload,
|
|
285
|
+
nodeQueryDescriptorToOptions,
|
|
286
|
+
serializeNodeQueryDescriptor,
|
|
287
|
+
sortNodeQueryResults,
|
|
288
|
+
withoutNodeQueryMaterializedView,
|
|
289
|
+
withoutNodeQueryPagination
|
|
290
|
+
} from "./chunk-S5RP5RKY.js";
|
|
291
|
+
import {
|
|
292
|
+
clearLocalPresence,
|
|
293
|
+
createAwareness,
|
|
294
|
+
generateUserColor,
|
|
295
|
+
getAllPresences,
|
|
296
|
+
getLocalClientId,
|
|
297
|
+
getRemotePresences,
|
|
298
|
+
onPresenceChange,
|
|
299
|
+
setLocalPresence
|
|
300
|
+
} from "./chunk-7PDRDSFH.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-LZX7O72B.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
|
+
AGENT_ACTION_SCHEMA_IRI,
|
|
414
|
+
AGENT_ACTION_STATUSES,
|
|
415
|
+
AGENT_APPROVAL_DECISIONS,
|
|
416
|
+
AGENT_APPROVAL_SCHEMA_IRI,
|
|
417
|
+
AGENT_APPROVAL_SURFACES,
|
|
418
|
+
AGENT_CHANNELS,
|
|
419
|
+
AGENT_NOTIFICATION_KINDS,
|
|
420
|
+
AGENT_NOTIFICATION_SCHEMA_IRI,
|
|
421
|
+
AGENT_NOTIFICATION_STATUSES,
|
|
422
|
+
AGENT_PASSPORT_SCHEMA_IRI,
|
|
423
|
+
AGENT_REVERSIBILITIES,
|
|
424
|
+
AGENT_RISKS,
|
|
425
|
+
AGENT_RUNTIMES,
|
|
426
|
+
AGENT_SESSION_SCHEMA_IRI,
|
|
427
|
+
AgentActionSchema,
|
|
428
|
+
AgentApprovalSchema,
|
|
429
|
+
AgentNotificationSchema,
|
|
430
|
+
AgentPassportSchema,
|
|
431
|
+
AgentSessionSchema,
|
|
432
|
+
agentActionId,
|
|
433
|
+
agentApprovalId,
|
|
434
|
+
agentNotificationId,
|
|
435
|
+
agentPassportId,
|
|
436
|
+
agentSessionId,
|
|
437
|
+
redactInstruction
|
|
438
|
+
} from "./chunk-JWGS7JMA.js";
|
|
439
|
+
import {
|
|
440
|
+
DEFAULT_CHANNEL_TIER,
|
|
441
|
+
InboxStateSchema,
|
|
442
|
+
inboxStateNodeId
|
|
443
|
+
} from "./chunk-IKGUBSZP.js";
|
|
444
|
+
import {
|
|
445
|
+
GrantSchema
|
|
446
|
+
} from "./chunk-GCTONBF6.js";
|
|
447
|
+
import {
|
|
448
|
+
ACCOUNT_RECORD_SCHEMA_IRI,
|
|
449
|
+
AccountRecordSchema,
|
|
450
|
+
DEVICE_RECORD_SCHEMA_IRI,
|
|
451
|
+
DeviceRecordSchema,
|
|
452
|
+
RECOVERY_RECORD_SCHEMA_IRI,
|
|
453
|
+
REVOCATION_RECORD_SCHEMA_IRI,
|
|
454
|
+
RecoveryRecordSchema,
|
|
455
|
+
RevocationRecordSchema,
|
|
456
|
+
accountRecordId,
|
|
457
|
+
deviceRecipientExpander,
|
|
458
|
+
deviceRecordId,
|
|
459
|
+
isDeviceAuthorized,
|
|
460
|
+
recoveryRecordId,
|
|
461
|
+
resolveActiveDevices,
|
|
462
|
+
revocationRecordId,
|
|
463
|
+
revokedSubjects
|
|
464
|
+
} from "./chunk-4KJ4NAMC.js";
|
|
465
|
+
import {
|
|
466
|
+
SavedViewSchema
|
|
467
|
+
} from "./chunk-XQDXQ7WG.js";
|
|
468
|
+
import {
|
|
469
|
+
WorkspaceSchema
|
|
470
|
+
} from "./chunk-3PV6QTKF.js";
|
|
471
|
+
import {
|
|
472
|
+
UserWidgetSchema
|
|
473
|
+
} from "./chunk-W3QOEPUN.js";
|
|
474
|
+
import {
|
|
475
|
+
DashboardSchema
|
|
476
|
+
} from "./chunk-NSMSOIEW.js";
|
|
477
|
+
import {
|
|
478
|
+
ReactionSchema
|
|
479
|
+
} from "./chunk-YSD4NSCE.js";
|
|
480
|
+
import {
|
|
481
|
+
DebugReportSchema
|
|
482
|
+
} from "./chunk-Z5I2T75Z.js";
|
|
483
|
+
import {
|
|
484
|
+
ProfileSchema,
|
|
485
|
+
didFromProfileNodeId,
|
|
486
|
+
profileNodeId
|
|
487
|
+
} from "./chunk-EYRZ6ZUB.js";
|
|
488
|
+
import {
|
|
489
|
+
CHANNEL_KINDS,
|
|
490
|
+
ChannelSchema
|
|
491
|
+
} from "./chunk-UUQVNDBG.js";
|
|
492
|
+
import {
|
|
493
|
+
ChatMessageSchema
|
|
494
|
+
} from "./chunk-5UJMY3AH.js";
|
|
495
|
+
import {
|
|
496
|
+
FEED_SCHEMA_IRI,
|
|
497
|
+
FeedSchema
|
|
498
|
+
} from "./chunk-JLUFPUIL.js";
|
|
499
|
+
import {
|
|
500
|
+
FEED_ITEM_SCHEMA_IRI,
|
|
501
|
+
FeedItemSchema
|
|
502
|
+
} from "./chunk-DPJ4T2LQ.js";
|
|
503
|
+
import {
|
|
504
|
+
EXTERNAL_ITEM_SCHEMA_IRI,
|
|
505
|
+
EXTERNAL_ITEM_SOURCES,
|
|
506
|
+
ExternalItemSchema
|
|
507
|
+
} from "./chunk-D4EVJN2P.js";
|
|
508
|
+
import {
|
|
509
|
+
MediaAssetSchema
|
|
510
|
+
} from "./chunk-7PCMTV6J.js";
|
|
511
|
+
import {
|
|
512
|
+
TRANSCRIPTION_SCHEMA_IRI,
|
|
513
|
+
TranscriptionSchema
|
|
514
|
+
} from "./chunk-HPUXHSKR.js";
|
|
515
|
+
import {
|
|
516
|
+
MEETING_CHANNELS,
|
|
517
|
+
MEETING_SCHEMA_IRI,
|
|
518
|
+
MEETING_TEMPLATE_IDS,
|
|
519
|
+
MEETING_TRANSCRIPT_SCHEMA_IRI,
|
|
520
|
+
MeetingSchema,
|
|
521
|
+
MeetingTranscriptSchema
|
|
522
|
+
} from "./chunk-S6JWYPVW.js";
|
|
523
|
+
import {
|
|
524
|
+
CanvasSchema
|
|
525
|
+
} from "./chunk-26HTTVJN.js";
|
|
526
|
+
import {
|
|
527
|
+
MapSchema
|
|
528
|
+
} from "./chunk-EZTBWWMS.js";
|
|
529
|
+
import {
|
|
530
|
+
CommentSchema
|
|
531
|
+
} from "./chunk-I7JMGCV6.js";
|
|
532
|
+
import {
|
|
533
|
+
CHECKPOINT_SCHEMA_IRI,
|
|
534
|
+
CheckpointSchema
|
|
535
|
+
} from "./chunk-6ZUJID52.js";
|
|
536
|
+
import {
|
|
537
|
+
DRAFT_SCHEMA_IRI,
|
|
538
|
+
DraftSchema
|
|
539
|
+
} from "./chunk-MEAIGK3W.js";
|
|
540
|
+
import {
|
|
541
|
+
ACTIVITY_KINDS,
|
|
542
|
+
ACTIVITY_SCHEMA_IRI,
|
|
543
|
+
ActivitySchema,
|
|
544
|
+
CONTACT_LIFECYCLE,
|
|
545
|
+
CONTACT_SCHEMA_IRI,
|
|
546
|
+
CRM_NAMESPACE,
|
|
547
|
+
ContactSchema,
|
|
548
|
+
DEAL_CONTACT_ROLES,
|
|
549
|
+
DEAL_CONTACT_ROLE_SCHEMA_IRI,
|
|
550
|
+
DEAL_SCHEMA_IRI,
|
|
551
|
+
DEAL_SOURCES,
|
|
552
|
+
DealContactRoleSchema,
|
|
553
|
+
DealSchema,
|
|
554
|
+
FORECAST_CATEGORIES,
|
|
555
|
+
LINE_ITEM_SCHEMA_IRI,
|
|
556
|
+
LineItemSchema,
|
|
557
|
+
ORGANIZATION_SCHEMA_IRI,
|
|
558
|
+
ORGANIZATION_SIZES,
|
|
559
|
+
OrganizationSchema,
|
|
560
|
+
PIPELINE_SCHEMA_IRI,
|
|
561
|
+
PRODUCT_KINDS,
|
|
562
|
+
PRODUCT_SCHEMA_IRI,
|
|
563
|
+
PipelineSchema,
|
|
564
|
+
ProductSchema,
|
|
565
|
+
RELATIONSHIP_KINDS,
|
|
566
|
+
RELATIONSHIP_SCHEMA_IRI,
|
|
567
|
+
RelationshipSchema,
|
|
568
|
+
STAGE_SCHEMA_IRI,
|
|
569
|
+
StageSchema,
|
|
570
|
+
crmSchemas
|
|
571
|
+
} from "./chunk-QDLWTOII.js";
|
|
572
|
+
import {
|
|
573
|
+
ACCOUNT_SCHEMA_IRI,
|
|
574
|
+
AccountSchema
|
|
575
|
+
} from "./chunk-IKI5FBNO.js";
|
|
576
|
+
import {
|
|
577
|
+
TRANSACTION_SCHEMA_IRI,
|
|
578
|
+
TransactionSchema
|
|
579
|
+
} from "./chunk-YD2ZPFT7.js";
|
|
580
|
+
import {
|
|
581
|
+
POSTING_SCHEMA_IRI,
|
|
582
|
+
PostingSchema
|
|
583
|
+
} from "./chunk-SOXXBQ4P.js";
|
|
584
|
+
import {
|
|
585
|
+
BUDGET_SCHEMA_IRI,
|
|
586
|
+
BudgetSchema
|
|
587
|
+
} from "./chunk-HTZTBXKL.js";
|
|
588
|
+
import {
|
|
589
|
+
IMPORT_BATCH_SCHEMA_IRI,
|
|
590
|
+
ImportBatchSchema
|
|
591
|
+
} from "./chunk-22FKOLMX.js";
|
|
592
|
+
import {
|
|
593
|
+
NODE_VISIBILITY,
|
|
594
|
+
SPACE_KINDS,
|
|
595
|
+
SPACE_ROLES,
|
|
596
|
+
SPACE_SCHEMA_IRI,
|
|
597
|
+
SPACE_VISIBILITY,
|
|
598
|
+
SpaceSchema,
|
|
599
|
+
buildSpaceTree,
|
|
600
|
+
canManageSpace,
|
|
601
|
+
compareSpaceRoles,
|
|
602
|
+
effectiveSpaceRole,
|
|
603
|
+
flattenSpaceTree,
|
|
604
|
+
spaceAncestorIds,
|
|
605
|
+
spacePathIds,
|
|
606
|
+
spaceRoleGrantActions,
|
|
607
|
+
spaceRoleToShareRole,
|
|
608
|
+
wouldCreateSpaceCycle
|
|
609
|
+
} from "./chunk-ZKVRGKLM.js";
|
|
610
|
+
import {
|
|
611
|
+
ExternalReferenceSchema
|
|
612
|
+
} from "./chunk-57UZYV3L.js";
|
|
613
|
+
import {
|
|
614
|
+
TASK_STATUS_CATEGORIES,
|
|
615
|
+
TaskSchema,
|
|
616
|
+
getTaskStatusCategory,
|
|
617
|
+
isCompletedTaskStatus
|
|
618
|
+
} from "./chunk-FWCM2TKJ.js";
|
|
619
|
+
import {
|
|
620
|
+
TaskViewSchema
|
|
621
|
+
} from "./chunk-T45PWXNA.js";
|
|
622
|
+
import {
|
|
623
|
+
ProjectSchema
|
|
624
|
+
} from "./chunk-M4KGY2PC.js";
|
|
625
|
+
import {
|
|
626
|
+
MetricSchema
|
|
627
|
+
} from "./chunk-52DR23IW.js";
|
|
628
|
+
import {
|
|
629
|
+
ObservationSchema
|
|
630
|
+
} from "./chunk-DP4Q2HMO.js";
|
|
631
|
+
import {
|
|
632
|
+
ExperimentSchema
|
|
633
|
+
} from "./chunk-RXBLWQQI.js";
|
|
634
|
+
import {
|
|
635
|
+
MILESTONE_SCHEMA_IRI,
|
|
636
|
+
MilestoneSchema
|
|
637
|
+
} from "./chunk-IA23CLGV.js";
|
|
638
|
+
import {
|
|
639
|
+
PageSchema
|
|
640
|
+
} from "./chunk-YHO7GNZK.js";
|
|
641
|
+
import {
|
|
642
|
+
FOLDER_SCHEMA_IRI,
|
|
643
|
+
FolderSchema,
|
|
644
|
+
buildFolderTree,
|
|
645
|
+
flattenFolderTree,
|
|
646
|
+
folderAncestorIds,
|
|
647
|
+
folderPathIds,
|
|
648
|
+
wouldCreateFolderCycle
|
|
649
|
+
} from "./chunk-C4CQH7UD.js";
|
|
650
|
+
import {
|
|
651
|
+
MAX_TAG_NAME_LENGTH,
|
|
652
|
+
TAG_SCHEMA_IRI,
|
|
653
|
+
TagSchema,
|
|
654
|
+
isValidTagName,
|
|
655
|
+
normalizeTagName
|
|
656
|
+
} from "./chunk-Q6VTTPG4.js";
|
|
657
|
+
import {
|
|
658
|
+
DatabaseSchema
|
|
659
|
+
} from "./chunk-ZKJXGQCR.js";
|
|
615
660
|
import {
|
|
616
661
|
EXT_PREFIX,
|
|
617
662
|
extKey,
|
|
@@ -648,30 +693,23 @@ import {
|
|
|
648
693
|
} from "./chunk-TRPXLCND.js";
|
|
649
694
|
import "./chunk-JA56EQJO.js";
|
|
650
695
|
import {
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
generateUserColor,
|
|
669
|
-
getAllPresences,
|
|
670
|
-
getLocalClientId,
|
|
671
|
-
getRemotePresences,
|
|
672
|
-
onPresenceChange,
|
|
673
|
-
setLocalPresence
|
|
674
|
-
} from "./chunk-7PDRDSFH.js";
|
|
696
|
+
PresenceSummarySchema,
|
|
697
|
+
SYSTEM_NAMESPACE_KINDS,
|
|
698
|
+
SYSTEM_SCHEMA_BASE_IRIS,
|
|
699
|
+
SYSTEM_SCHEMA_IRIS,
|
|
700
|
+
SchemaCompatibilitySchema,
|
|
701
|
+
SchemaDefinitionSchema,
|
|
702
|
+
SyncPolicySchema,
|
|
703
|
+
buildSystemNamespace,
|
|
704
|
+
buildSystemNodeId,
|
|
705
|
+
computeSchemaDefinitionContentHash,
|
|
706
|
+
createSchemaDefinitionSigningPayload,
|
|
707
|
+
isSystemNamespaceResource,
|
|
708
|
+
isSystemSchemaIri,
|
|
709
|
+
parseSystemNamespaceResource,
|
|
710
|
+
resolveSchemaAuthority,
|
|
711
|
+
validateSchemaDefinitionNode
|
|
712
|
+
} from "./chunk-XJBDESCX.js";
|
|
675
713
|
import {
|
|
676
714
|
SPACE_MEMBERSHIP_SCHEMA_IRI,
|
|
677
715
|
SpaceMembershipSchema,
|
|
@@ -2018,24 +2056,45 @@ export {
|
|
|
2018
2056
|
ACHIEVEMENT_SCHEMA_IRI,
|
|
2019
2057
|
ACTIVITY_KINDS,
|
|
2020
2058
|
ACTIVITY_SCHEMA_IRI,
|
|
2059
|
+
AGENT_ACTION_SCHEMA_IRI,
|
|
2060
|
+
AGENT_ACTION_STATUSES,
|
|
2061
|
+
AGENT_APPROVAL_DECISIONS,
|
|
2062
|
+
AGENT_APPROVAL_SCHEMA_IRI,
|
|
2063
|
+
AGENT_APPROVAL_SURFACES,
|
|
2064
|
+
AGENT_CHANNELS,
|
|
2065
|
+
AGENT_NOTIFICATION_KINDS,
|
|
2066
|
+
AGENT_NOTIFICATION_SCHEMA_IRI,
|
|
2067
|
+
AGENT_NOTIFICATION_STATUSES,
|
|
2068
|
+
AGENT_PASSPORT_SCHEMA_IRI,
|
|
2069
|
+
AGENT_REVERSIBILITIES,
|
|
2070
|
+
AGENT_RISKS,
|
|
2071
|
+
AGENT_RUNTIMES,
|
|
2072
|
+
AGENT_SESSION_SCHEMA_IRI,
|
|
2021
2073
|
AUTH_ACTIONS,
|
|
2022
2074
|
AbuseReportSchema,
|
|
2023
2075
|
AccountRecordSchema,
|
|
2024
2076
|
AccountSchema,
|
|
2025
2077
|
AchievementSchema,
|
|
2026
2078
|
ActivitySchema,
|
|
2079
|
+
AgentActionSchema,
|
|
2080
|
+
AgentApprovalSchema,
|
|
2081
|
+
AgentNotificationSchema,
|
|
2082
|
+
AgentPassportSchema,
|
|
2083
|
+
AgentSessionSchema,
|
|
2027
2084
|
AppealSchema,
|
|
2028
2085
|
BUDGET_SCHEMA_IRI,
|
|
2029
2086
|
BlobService,
|
|
2030
2087
|
BudgetSchema,
|
|
2031
2088
|
CELL_PREFIX,
|
|
2032
2089
|
CHANNEL_KINDS,
|
|
2090
|
+
CHECKPOINT_SCHEMA_IRI,
|
|
2033
2091
|
CONTACT_LIFECYCLE,
|
|
2034
2092
|
CONTACT_SCHEMA_IRI,
|
|
2035
2093
|
CRM_NAMESPACE,
|
|
2036
2094
|
CanvasSchema,
|
|
2037
2095
|
ChannelSchema,
|
|
2038
2096
|
ChatMessageSchema,
|
|
2097
|
+
CheckpointSchema,
|
|
2039
2098
|
CommentSchema,
|
|
2040
2099
|
CommunityNoteSchema,
|
|
2041
2100
|
ContactSchema,
|
|
@@ -2052,6 +2111,7 @@ export {
|
|
|
2052
2111
|
DEFAULT_OFFLINE_POLICY,
|
|
2053
2112
|
DEFAULT_ROW_HEIGHT,
|
|
2054
2113
|
DEVICE_RECORD_SCHEMA_IRI,
|
|
2114
|
+
DRAFT_SCHEMA_IRI,
|
|
2055
2115
|
DashboardSchema,
|
|
2056
2116
|
DatabaseFieldSchema,
|
|
2057
2117
|
DatabaseRowSchema,
|
|
@@ -2060,10 +2120,12 @@ export {
|
|
|
2060
2120
|
DatabaseViewSchema,
|
|
2061
2121
|
DealContactRoleSchema,
|
|
2062
2122
|
DealSchema,
|
|
2123
|
+
DebugReportSchema,
|
|
2063
2124
|
DecisionCache,
|
|
2064
2125
|
DefaultPolicyEvaluator,
|
|
2065
2126
|
DefaultRoleResolver,
|
|
2066
2127
|
DeviceRecordSchema,
|
|
2128
|
+
DraftSchema,
|
|
2067
2129
|
EMBED_PROVIDERS,
|
|
2068
2130
|
EXTENSION_FIELD_SCHEMA_IRI,
|
|
2069
2131
|
EXTERNAL_ITEM_SCHEMA_IRI,
|
|
@@ -2228,6 +2290,11 @@ export {
|
|
|
2228
2290
|
addOrToggleSort,
|
|
2229
2291
|
addViewSort,
|
|
2230
2292
|
admitDeviceRecord,
|
|
2293
|
+
agentActionId,
|
|
2294
|
+
agentApprovalId,
|
|
2295
|
+
agentNotificationId,
|
|
2296
|
+
agentPassportId,
|
|
2297
|
+
agentSessionId,
|
|
2231
2298
|
aggregate,
|
|
2232
2299
|
and,
|
|
2233
2300
|
applyNodeQueryDescriptor,
|
|
@@ -2546,6 +2613,7 @@ export {
|
|
|
2546
2613
|
rebalanceDatabase,
|
|
2547
2614
|
rebalanceSortKeys,
|
|
2548
2615
|
recoveryRecordId,
|
|
2616
|
+
redactInstruction,
|
|
2549
2617
|
registerBlockType,
|
|
2550
2618
|
relation,
|
|
2551
2619
|
remapViewColumnIds,
|