@elevasis/ui 2.32.0 → 2.33.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/app/index.js +3 -3
- package/dist/{chunk-GCOQ3TBG.js → chunk-2GMF5IRF.js} +2 -2
- package/dist/{chunk-4MFNGNHF.js → chunk-52NLZN6Z.js} +2 -2
- package/dist/{chunk-5FJJ72HU.js → chunk-AHCKOU2M.js} +1 -1
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/chunk-DWXDNT7P.js +145 -0
- package/dist/{chunk-5J4PDX26.js → chunk-E4T2N7P7.js} +14 -2
- package/dist/{chunk-RQTWIXJ5.js → chunk-E7C4XEWH.js} +1 -1
- package/dist/{chunk-6DWD423K.js → chunk-FFPHJBJC.js} +1 -1
- package/dist/{chunk-T35FWDAB.js → chunk-GNRMB6DC.js} +940 -156
- package/dist/{chunk-LLRXA7D7.js → chunk-IUKFNASA.js} +1 -1
- package/dist/{chunk-QTI3KC7D.js → chunk-JHT5JIJ3.js} +106 -43
- package/dist/{chunk-IQHU7O5Y.js → chunk-MHLZ4F4N.js} +1 -1
- package/dist/{chunk-VRNMNB3O.js → chunk-NOIRGGW2.js} +1 -1
- package/dist/{chunk-MOY4VOHF.js → chunk-QNOVUCSV.js} +1 -1
- package/dist/{chunk-4QK76KIF.js → chunk-TKF5S4XP.js} +1 -1
- package/dist/{chunk-ZQOKIGZP.js → chunk-UVFOURXR.js} +4 -4
- package/dist/{chunk-YLQEVSOR.js → chunk-UW7IV2Y3.js} +202 -54
- package/dist/{chunk-IZWTVFJ2.js → chunk-V6SZ4ECN.js} +6 -3
- package/dist/{chunk-QQHOKTJA.js → chunk-XG57WXOL.js} +39 -2
- package/dist/{chunk-7KZINJLP.js → chunk-XOFSMJLF.js} +4 -4
- package/dist/{chunk-WQPX44YM.js → chunk-YAQ25UNM.js} +668 -168
- package/dist/{chunk-QXCDKE2O.js → chunk-ZGTDKH3P.js} +9 -28
- package/dist/components/index.d.ts +111 -2
- package/dist/components/index.js +24 -23
- package/dist/components/navigation/index.js +4 -3
- package/dist/execution/index.d.ts +5 -1
- package/dist/features/clients/index.js +8 -7
- package/dist/features/crm/index.js +10 -9
- package/dist/features/dashboard/index.d.ts +110 -1
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.js +9 -8
- package/dist/features/knowledge/index.js +8 -18
- package/dist/features/lead-gen/index.js +10 -9
- package/dist/features/monitoring/index.js +10 -9
- package/dist/features/monitoring/requests/index.d.ts +2 -2
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +442 -73
- package/dist/features/operations/index.js +13 -12
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/index.d.ts +192 -3
- package/dist/hooks/index.js +8 -7
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +190 -1
- package/dist/hooks/published.d.ts +192 -3
- package/dist/hooks/published.js +8 -7
- package/dist/index.d.ts +444 -75
- package/dist/index.js +8 -7
- package/dist/knowledge/index.d.ts +490 -214
- package/dist/knowledge/index.js +1179 -687
- package/dist/knowledge-search-index-P7PR626V.js +1514 -0
- package/dist/layout/index.js +1 -1
- package/dist/provider/index.d.ts +357 -72
- package/dist/provider/index.js +7 -6
- package/dist/provider/published.d.ts +357 -72
- package/dist/provider/published.js +5 -4
- package/dist/types/index.d.ts +190 -1
- package/dist/utils/index.d.ts +110 -1
- package/package.json +39 -39
- package/src/README.md +29 -29
- package/src/api/README.md +18 -18
- package/src/app/README.md +24 -24
- package/src/auth/README.md +18 -18
- package/src/components/README.md +24 -24
- package/src/execution/README.md +16 -16
- package/src/features/README.md +28 -28
- package/src/graph/README.md +16 -16
- package/src/hooks/README.md +23 -23
- package/src/initialization/README.md +19 -19
- package/src/knowledge/README.md +31 -31
- package/src/organization/README.md +18 -18
- package/src/profile/README.md +19 -19
- package/src/provider/README.md +32 -32
- package/src/router/README.md +18 -18
- package/src/sse/README.md +13 -13
- package/src/test-utils/README.md +7 -7
- package/src/theme/README.md +23 -23
- package/src/theme/presets/README.md +19 -19
- package/src/types/README.md +16 -16
- package/src/utils/README.md +18 -18
- package/src/zustand/README.md +18 -18
- package/dist/chunk-UROTM5OR.js +0 -172
- package/dist/knowledge-search-index-5KYPO746.js +0 -1479
|
@@ -128,6 +128,26 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
128
128
|
active: "active";
|
|
129
129
|
archived: "archived";
|
|
130
130
|
}>;
|
|
131
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
132
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
133
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
134
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
135
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
136
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
137
|
+
}, z.core.$strip>>;
|
|
138
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
139
|
+
path: z.ZodString;
|
|
140
|
+
role: z.ZodEnum<{
|
|
141
|
+
schema: "schema";
|
|
142
|
+
config: "config";
|
|
143
|
+
entrypoint: "entrypoint";
|
|
144
|
+
handler: "handler";
|
|
145
|
+
test: "test";
|
|
146
|
+
docs: "docs";
|
|
147
|
+
}>;
|
|
148
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
149
|
+
description: z.ZodOptional<z.ZodString>;
|
|
150
|
+
}, z.core.$strip>>>;
|
|
131
151
|
kind: z.ZodLiteral<"workflow">;
|
|
132
152
|
actionKey: z.ZodOptional<z.ZodString>;
|
|
133
153
|
emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -152,6 +172,26 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
152
172
|
active: "active";
|
|
153
173
|
archived: "archived";
|
|
154
174
|
}>;
|
|
175
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
176
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
177
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
178
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
179
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
180
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
181
|
+
}, z.core.$strip>>;
|
|
182
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
183
|
+
path: z.ZodString;
|
|
184
|
+
role: z.ZodEnum<{
|
|
185
|
+
schema: "schema";
|
|
186
|
+
config: "config";
|
|
187
|
+
entrypoint: "entrypoint";
|
|
188
|
+
handler: "handler";
|
|
189
|
+
test: "test";
|
|
190
|
+
docs: "docs";
|
|
191
|
+
}>;
|
|
192
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
193
|
+
description: z.ZodOptional<z.ZodString>;
|
|
194
|
+
}, z.core.$strip>>>;
|
|
155
195
|
kind: z.ZodLiteral<"agent">;
|
|
156
196
|
agentKind: z.ZodEnum<{
|
|
157
197
|
platform: "platform";
|
|
@@ -206,6 +246,26 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
206
246
|
active: "active";
|
|
207
247
|
archived: "archived";
|
|
208
248
|
}>;
|
|
249
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
250
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
251
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
252
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
253
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
254
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
255
|
+
}, z.core.$strip>>;
|
|
256
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
257
|
+
path: z.ZodString;
|
|
258
|
+
role: z.ZodEnum<{
|
|
259
|
+
schema: "schema";
|
|
260
|
+
config: "config";
|
|
261
|
+
entrypoint: "entrypoint";
|
|
262
|
+
handler: "handler";
|
|
263
|
+
test: "test";
|
|
264
|
+
docs: "docs";
|
|
265
|
+
}>;
|
|
266
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
267
|
+
description: z.ZodOptional<z.ZodString>;
|
|
268
|
+
}, z.core.$strip>>>;
|
|
209
269
|
kind: z.ZodLiteral<"integration">;
|
|
210
270
|
provider: z.ZodString;
|
|
211
271
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -218,6 +278,26 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
218
278
|
active: "active";
|
|
219
279
|
archived: "archived";
|
|
220
280
|
}>;
|
|
281
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
282
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
283
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
284
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
285
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
286
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
287
|
+
}, z.core.$strip>>;
|
|
288
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
289
|
+
path: z.ZodString;
|
|
290
|
+
role: z.ZodEnum<{
|
|
291
|
+
schema: "schema";
|
|
292
|
+
config: "config";
|
|
293
|
+
entrypoint: "entrypoint";
|
|
294
|
+
handler: "handler";
|
|
295
|
+
test: "test";
|
|
296
|
+
docs: "docs";
|
|
297
|
+
}>;
|
|
298
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
299
|
+
description: z.ZodOptional<z.ZodString>;
|
|
300
|
+
}, z.core.$strip>>>;
|
|
221
301
|
kind: z.ZodLiteral<"script">;
|
|
222
302
|
language: z.ZodEnum<{
|
|
223
303
|
shell: "shell";
|
|
@@ -274,6 +354,100 @@ interface AgentMemory {
|
|
|
274
354
|
history: MemoryEntry[];
|
|
275
355
|
}
|
|
276
356
|
|
|
357
|
+
declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
358
|
+
objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
359
|
+
id: z.ZodString;
|
|
360
|
+
label: z.ZodOptional<z.ZodString>;
|
|
361
|
+
description: z.ZodOptional<z.ZodString>;
|
|
362
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
363
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
365
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
366
|
+
}, z.core.$loose>>>>;
|
|
367
|
+
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
368
|
+
id: z.ZodString;
|
|
369
|
+
label: z.ZodOptional<z.ZodString>;
|
|
370
|
+
description: z.ZodOptional<z.ZodString>;
|
|
371
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
372
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
373
|
+
from: z.ZodString;
|
|
374
|
+
to: z.ZodString;
|
|
375
|
+
cardinality: z.ZodOptional<z.ZodString>;
|
|
376
|
+
via: z.ZodOptional<z.ZodString>;
|
|
377
|
+
}, z.core.$loose>>>>;
|
|
378
|
+
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
379
|
+
id: z.ZodString;
|
|
380
|
+
label: z.ZodOptional<z.ZodString>;
|
|
381
|
+
description: z.ZodOptional<z.ZodString>;
|
|
382
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
383
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
384
|
+
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
385
|
+
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
386
|
+
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
387
|
+
}, z.core.$loose>>>>;
|
|
388
|
+
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
389
|
+
id: z.ZodString;
|
|
390
|
+
label: z.ZodOptional<z.ZodString>;
|
|
391
|
+
description: z.ZodOptional<z.ZodString>;
|
|
392
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
393
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
394
|
+
kind: z.ZodOptional<z.ZodString>;
|
|
395
|
+
appliesTo: z.ZodOptional<z.ZodString>;
|
|
396
|
+
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
397
|
+
}, z.core.$loose>>>>;
|
|
398
|
+
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
399
|
+
id: z.ZodString;
|
|
400
|
+
label: z.ZodOptional<z.ZodString>;
|
|
401
|
+
description: z.ZodOptional<z.ZodString>;
|
|
402
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
403
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
404
|
+
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
405
|
+
}, z.core.$loose>>>>;
|
|
406
|
+
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
407
|
+
id: z.ZodString;
|
|
408
|
+
label: z.ZodOptional<z.ZodString>;
|
|
409
|
+
description: z.ZodOptional<z.ZodString>;
|
|
410
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
411
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
412
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
413
|
+
}, z.core.$loose>>>>;
|
|
414
|
+
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
415
|
+
id: z.ZodString;
|
|
416
|
+
label: z.ZodOptional<z.ZodString>;
|
|
417
|
+
description: z.ZodOptional<z.ZodString>;
|
|
418
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
419
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
420
|
+
primitive: z.ZodOptional<z.ZodString>;
|
|
421
|
+
}, z.core.$loose>>>>;
|
|
422
|
+
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
423
|
+
id: z.ZodString;
|
|
424
|
+
label: z.ZodOptional<z.ZodString>;
|
|
425
|
+
description: z.ZodOptional<z.ZodString>;
|
|
426
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
427
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
428
|
+
valueType: z.ZodOptional<z.ZodString>;
|
|
429
|
+
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
430
|
+
pii: z.ZodOptional<z.ZodBoolean>;
|
|
431
|
+
}, z.core.$loose>>>>;
|
|
432
|
+
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
433
|
+
id: z.ZodString;
|
|
434
|
+
label: z.ZodOptional<z.ZodString>;
|
|
435
|
+
description: z.ZodOptional<z.ZodString>;
|
|
436
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
437
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
438
|
+
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
439
|
+
}, z.core.$loose>>>>;
|
|
440
|
+
surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
441
|
+
id: z.ZodString;
|
|
442
|
+
label: z.ZodOptional<z.ZodString>;
|
|
443
|
+
description: z.ZodOptional<z.ZodString>;
|
|
444
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
445
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
446
|
+
route: z.ZodOptional<z.ZodString>;
|
|
447
|
+
}, z.core.$loose>>>>;
|
|
448
|
+
}, z.core.$strip>>;
|
|
449
|
+
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
450
|
+
|
|
277
451
|
/**
|
|
278
452
|
* Session Data Transfer Object (DTO)
|
|
279
453
|
* Transform type for API responses (snake_case DB → camelCase frontend)
|
|
@@ -394,6 +568,10 @@ declare const ContentNodeSchema: z.ZodObject<{
|
|
|
394
568
|
}, z.core.$strip>;
|
|
395
569
|
type ContentNode = z.infer<typeof ContentNodeSchema>;
|
|
396
570
|
|
|
571
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
572
|
+
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
573
|
+
[key: string]: JsonValue;
|
|
574
|
+
};
|
|
397
575
|
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
398
576
|
interface SystemEntry {
|
|
399
577
|
id: string;
|
|
@@ -428,6 +606,13 @@ interface SystemEntry {
|
|
|
428
606
|
devOnly?: boolean;
|
|
429
607
|
requiresAdmin?: boolean;
|
|
430
608
|
order: number;
|
|
609
|
+
config?: Record<string, JsonValue>;
|
|
610
|
+
ontology?: OntologyScope;
|
|
611
|
+
systems?: Record<string, SystemEntry>;
|
|
612
|
+
/**
|
|
613
|
+
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
614
|
+
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
615
|
+
*/
|
|
431
616
|
content?: Record<string, ContentNode>;
|
|
432
617
|
subsystems?: Record<string, SystemEntry>;
|
|
433
618
|
}
|
|
@@ -482,12 +667,12 @@ interface ResourceDefinition {
|
|
|
482
667
|
}
|
|
483
668
|
|
|
484
669
|
declare const SurfaceTypeSchema: z.ZodEnum<{
|
|
485
|
-
|
|
670
|
+
dashboard: "dashboard";
|
|
671
|
+
settings: "settings";
|
|
486
672
|
graph: "graph";
|
|
673
|
+
list: "list";
|
|
487
674
|
page: "page";
|
|
488
|
-
dashboard: "dashboard";
|
|
489
675
|
detail: "detail";
|
|
490
|
-
settings: "settings";
|
|
491
676
|
}>;
|
|
492
677
|
interface SidebarSurfaceNode {
|
|
493
678
|
type: 'surface';
|
|
@@ -547,6 +732,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
547
732
|
version: z.ZodDefault<z.ZodLiteral<1>>;
|
|
548
733
|
lastModified: z.ZodString;
|
|
549
734
|
}, z.core.$strip>>;
|
|
735
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
736
|
+
version: z.ZodDefault<z.ZodLiteral<1>>;
|
|
737
|
+
lastModified: z.ZodString;
|
|
738
|
+
}, z.core.$strip>>;
|
|
550
739
|
resources: z.ZodOptional<z.ZodObject<{
|
|
551
740
|
version: z.ZodDefault<z.ZodLiteral<1>>;
|
|
552
741
|
lastModified: z.ZodString;
|
|
@@ -596,6 +785,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
596
785
|
version: 1;
|
|
597
786
|
lastModified: string;
|
|
598
787
|
};
|
|
788
|
+
ontology: {
|
|
789
|
+
version: 1;
|
|
790
|
+
lastModified: string;
|
|
791
|
+
};
|
|
599
792
|
resources: {
|
|
600
793
|
version: 1;
|
|
601
794
|
lastModified: string;
|
|
@@ -645,6 +838,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
645
838
|
version: 1;
|
|
646
839
|
lastModified: string;
|
|
647
840
|
} | undefined;
|
|
841
|
+
ontology?: {
|
|
842
|
+
version: 1;
|
|
843
|
+
lastModified: string;
|
|
844
|
+
} | undefined;
|
|
648
845
|
resources?: {
|
|
649
846
|
version: 1;
|
|
650
847
|
lastModified: string;
|
|
@@ -796,6 +993,98 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
796
993
|
}, z.core.$strip>>>;
|
|
797
994
|
}, z.core.$strip>>>>;
|
|
798
995
|
systems: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodType<SystemEntry, unknown, z.core.$ZodTypeInternals<SystemEntry, unknown>>>>>;
|
|
996
|
+
ontology: z.ZodDefault<z.ZodDefault<z.ZodObject<{
|
|
997
|
+
objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
998
|
+
id: z.ZodString;
|
|
999
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1000
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1001
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1002
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1003
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1004
|
+
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1005
|
+
}, z.core.$loose>>>>;
|
|
1006
|
+
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1007
|
+
id: z.ZodString;
|
|
1008
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1009
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1010
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1011
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1012
|
+
from: z.ZodString;
|
|
1013
|
+
to: z.ZodString;
|
|
1014
|
+
cardinality: z.ZodOptional<z.ZodString>;
|
|
1015
|
+
via: z.ZodOptional<z.ZodString>;
|
|
1016
|
+
}, z.core.$loose>>>>;
|
|
1017
|
+
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1018
|
+
id: z.ZodString;
|
|
1019
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1020
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1021
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1022
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1023
|
+
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
1024
|
+
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1025
|
+
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
1026
|
+
}, z.core.$loose>>>>;
|
|
1027
|
+
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1028
|
+
id: z.ZodString;
|
|
1029
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1030
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1031
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1032
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1033
|
+
kind: z.ZodOptional<z.ZodString>;
|
|
1034
|
+
appliesTo: z.ZodOptional<z.ZodString>;
|
|
1035
|
+
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1036
|
+
}, z.core.$loose>>>>;
|
|
1037
|
+
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1038
|
+
id: z.ZodString;
|
|
1039
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1040
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1041
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1042
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1043
|
+
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1044
|
+
}, z.core.$loose>>>>;
|
|
1045
|
+
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1046
|
+
id: z.ZodString;
|
|
1047
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1048
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1049
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1050
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1051
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1052
|
+
}, z.core.$loose>>>>;
|
|
1053
|
+
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1054
|
+
id: z.ZodString;
|
|
1055
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1056
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1057
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1058
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1059
|
+
primitive: z.ZodOptional<z.ZodString>;
|
|
1060
|
+
}, z.core.$loose>>>>;
|
|
1061
|
+
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1062
|
+
id: z.ZodString;
|
|
1063
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1064
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1065
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1066
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1067
|
+
valueType: z.ZodOptional<z.ZodString>;
|
|
1068
|
+
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
1069
|
+
pii: z.ZodOptional<z.ZodBoolean>;
|
|
1070
|
+
}, z.core.$loose>>>>;
|
|
1071
|
+
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1072
|
+
id: z.ZodString;
|
|
1073
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1074
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1075
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1076
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1077
|
+
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
1078
|
+
}, z.core.$loose>>>>;
|
|
1079
|
+
surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1080
|
+
id: z.ZodString;
|
|
1081
|
+
label: z.ZodOptional<z.ZodString>;
|
|
1082
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1083
|
+
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
1084
|
+
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1085
|
+
route: z.ZodOptional<z.ZodString>;
|
|
1086
|
+
}, z.core.$loose>>>>;
|
|
1087
|
+
}, z.core.$strip>>>;
|
|
799
1088
|
resources: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
800
1089
|
id: z.ZodString;
|
|
801
1090
|
order: z.ZodDefault<z.ZodNumber>;
|
|
@@ -806,6 +1095,26 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
806
1095
|
active: "active";
|
|
807
1096
|
archived: "archived";
|
|
808
1097
|
}>;
|
|
1098
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
1099
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1100
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1101
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1102
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1103
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1104
|
+
}, z.core.$strip>>;
|
|
1105
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1106
|
+
path: z.ZodString;
|
|
1107
|
+
role: z.ZodEnum<{
|
|
1108
|
+
schema: "schema";
|
|
1109
|
+
config: "config";
|
|
1110
|
+
entrypoint: "entrypoint";
|
|
1111
|
+
handler: "handler";
|
|
1112
|
+
test: "test";
|
|
1113
|
+
docs: "docs";
|
|
1114
|
+
}>;
|
|
1115
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1116
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1117
|
+
}, z.core.$strip>>>;
|
|
809
1118
|
kind: z.ZodLiteral<"workflow">;
|
|
810
1119
|
actionKey: z.ZodOptional<z.ZodString>;
|
|
811
1120
|
emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -830,6 +1139,26 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
830
1139
|
active: "active";
|
|
831
1140
|
archived: "archived";
|
|
832
1141
|
}>;
|
|
1142
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
1143
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1144
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1145
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1146
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1147
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1148
|
+
}, z.core.$strip>>;
|
|
1149
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1150
|
+
path: z.ZodString;
|
|
1151
|
+
role: z.ZodEnum<{
|
|
1152
|
+
schema: "schema";
|
|
1153
|
+
config: "config";
|
|
1154
|
+
entrypoint: "entrypoint";
|
|
1155
|
+
handler: "handler";
|
|
1156
|
+
test: "test";
|
|
1157
|
+
docs: "docs";
|
|
1158
|
+
}>;
|
|
1159
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1160
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1161
|
+
}, z.core.$strip>>>;
|
|
833
1162
|
kind: z.ZodLiteral<"agent">;
|
|
834
1163
|
agentKind: z.ZodEnum<{
|
|
835
1164
|
platform: "platform";
|
|
@@ -884,6 +1213,26 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
884
1213
|
active: "active";
|
|
885
1214
|
archived: "archived";
|
|
886
1215
|
}>;
|
|
1216
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
1217
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1218
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1219
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1220
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1221
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1222
|
+
}, z.core.$strip>>;
|
|
1223
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1224
|
+
path: z.ZodString;
|
|
1225
|
+
role: z.ZodEnum<{
|
|
1226
|
+
schema: "schema";
|
|
1227
|
+
config: "config";
|
|
1228
|
+
entrypoint: "entrypoint";
|
|
1229
|
+
handler: "handler";
|
|
1230
|
+
test: "test";
|
|
1231
|
+
docs: "docs";
|
|
1232
|
+
}>;
|
|
1233
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1234
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1235
|
+
}, z.core.$strip>>>;
|
|
887
1236
|
kind: z.ZodLiteral<"integration">;
|
|
888
1237
|
provider: z.ZodString;
|
|
889
1238
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -896,6 +1245,26 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
896
1245
|
active: "active";
|
|
897
1246
|
archived: "archived";
|
|
898
1247
|
}>;
|
|
1248
|
+
ontology: z.ZodOptional<z.ZodObject<{
|
|
1249
|
+
implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1250
|
+
reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1251
|
+
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1252
|
+
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1253
|
+
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1254
|
+
}, z.core.$strip>>;
|
|
1255
|
+
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1256
|
+
path: z.ZodString;
|
|
1257
|
+
role: z.ZodEnum<{
|
|
1258
|
+
schema: "schema";
|
|
1259
|
+
config: "config";
|
|
1260
|
+
entrypoint: "entrypoint";
|
|
1261
|
+
handler: "handler";
|
|
1262
|
+
test: "test";
|
|
1263
|
+
docs: "docs";
|
|
1264
|
+
}>;
|
|
1265
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1266
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1267
|
+
}, z.core.$strip>>>;
|
|
899
1268
|
kind: z.ZodLiteral<"script">;
|
|
900
1269
|
language: z.ZodEnum<{
|
|
901
1270
|
shell: "shell";
|
|
@@ -1040,80 +1409,76 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1040
1409
|
title: z.ZodString;
|
|
1041
1410
|
summary: z.ZodString;
|
|
1042
1411
|
icon: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
"
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
"
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
"
|
|
1075
|
-
"
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
"
|
|
1101
|
-
|
|
1102
|
-
"action.launch": "action.launch";
|
|
1103
|
-
"action.message": "action.message";
|
|
1104
|
-
"action.escalate": "action.escalate";
|
|
1105
|
-
"action.promote": "action.promote";
|
|
1106
|
-
"action.submit": "action.submit";
|
|
1107
|
-
"action.email": "action.email";
|
|
1412
|
+
message: "message";
|
|
1413
|
+
error: "error";
|
|
1414
|
+
agent: "agent";
|
|
1415
|
+
workflow: "workflow";
|
|
1416
|
+
"google-sheets": "google-sheets";
|
|
1417
|
+
dashboard: "dashboard";
|
|
1418
|
+
calendar: "calendar";
|
|
1419
|
+
sales: "sales";
|
|
1420
|
+
crm: "crm";
|
|
1421
|
+
"lead-gen": "lead-gen";
|
|
1422
|
+
projects: "projects";
|
|
1423
|
+
operations: "operations";
|
|
1424
|
+
monitoring: "monitoring";
|
|
1425
|
+
knowledge: "knowledge";
|
|
1426
|
+
settings: "settings";
|
|
1427
|
+
admin: "admin";
|
|
1428
|
+
archive: "archive";
|
|
1429
|
+
business: "business";
|
|
1430
|
+
finance: "finance";
|
|
1431
|
+
platform: "platform";
|
|
1432
|
+
seo: "seo";
|
|
1433
|
+
playbook: "playbook";
|
|
1434
|
+
strategy: "strategy";
|
|
1435
|
+
reference: "reference";
|
|
1436
|
+
integration: "integration";
|
|
1437
|
+
database: "database";
|
|
1438
|
+
user: "user";
|
|
1439
|
+
team: "team";
|
|
1440
|
+
gmail: "gmail";
|
|
1441
|
+
attio: "attio";
|
|
1442
|
+
overview: "overview";
|
|
1443
|
+
"command-view": "command-view";
|
|
1444
|
+
"command-queue": "command-queue";
|
|
1445
|
+
pipeline: "pipeline";
|
|
1446
|
+
lists: "lists";
|
|
1447
|
+
resources: "resources";
|
|
1448
|
+
approve: "approve";
|
|
1449
|
+
reject: "reject";
|
|
1450
|
+
retry: "retry";
|
|
1451
|
+
edit: "edit";
|
|
1452
|
+
view: "view";
|
|
1453
|
+
launch: "launch";
|
|
1454
|
+
escalate: "escalate";
|
|
1455
|
+
promote: "promote";
|
|
1456
|
+
submit: "submit";
|
|
1457
|
+
email: "email";
|
|
1458
|
+
success: "success";
|
|
1459
|
+
warning: "warning";
|
|
1460
|
+
info: "info";
|
|
1461
|
+
pending: "pending";
|
|
1462
|
+
bolt: "bolt";
|
|
1463
|
+
building: "building";
|
|
1464
|
+
briefcase: "briefcase";
|
|
1465
|
+
apps: "apps";
|
|
1466
|
+
graph: "graph";
|
|
1467
|
+
shield: "shield";
|
|
1468
|
+
users: "users";
|
|
1469
|
+
"chart-bar": "chart-bar";
|
|
1470
|
+
search: "search";
|
|
1108
1471
|
}>, z.ZodString]>>;
|
|
1109
1472
|
externalUrl: z.ZodOptional<z.ZodString>;
|
|
1473
|
+
sourceFilePath: z.ZodOptional<z.ZodString>;
|
|
1110
1474
|
body: z.ZodString;
|
|
1111
1475
|
links: z.ZodDefault<z.ZodArray<z.ZodPipe<z.ZodUnion<readonly [z.ZodObject<{
|
|
1112
1476
|
target: z.ZodObject<{
|
|
1113
1477
|
kind: z.ZodEnum<{
|
|
1478
|
+
knowledge: "knowledge";
|
|
1114
1479
|
system: "system";
|
|
1115
1480
|
action: "action";
|
|
1116
|
-
|
|
1481
|
+
ontology: "ontology";
|
|
1117
1482
|
role: "role";
|
|
1118
1483
|
goal: "goal";
|
|
1119
1484
|
stage: "stage";
|
|
@@ -1125,10 +1490,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1125
1490
|
id: z.ZodString;
|
|
1126
1491
|
}, z.core.$strip>;
|
|
1127
1492
|
}, z.core.$strip>, z.ZodObject<{
|
|
1128
|
-
nodeId: z.ZodString
|
|
1493
|
+
nodeId: z.ZodUnion<readonly [z.ZodString, z.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
1129
1494
|
}, z.core.$strip>]>, z.ZodTransform<{
|
|
1130
1495
|
target: {
|
|
1131
|
-
kind: "system" | "action" | "
|
|
1496
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "stage" | "resource" | "customer-segment" | "offering" | "content-node";
|
|
1132
1497
|
id: string;
|
|
1133
1498
|
};
|
|
1134
1499
|
nodeId: string;
|
|
@@ -1136,7 +1501,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1136
1501
|
nodeId: string;
|
|
1137
1502
|
} | {
|
|
1138
1503
|
target: {
|
|
1139
|
-
kind: "system" | "action" | "
|
|
1504
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "stage" | "resource" | "customer-segment" | "offering" | "content-node";
|
|
1140
1505
|
id: string;
|
|
1141
1506
|
};
|
|
1142
1507
|
}>>>>;
|
|
@@ -1152,6 +1517,10 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
1152
1517
|
kind: z.ZodEnum<{
|
|
1153
1518
|
links: "links";
|
|
1154
1519
|
affects: "affects";
|
|
1520
|
+
effects: "effects";
|
|
1521
|
+
implements: "implements";
|
|
1522
|
+
reads: "reads";
|
|
1523
|
+
writes: "writes";
|
|
1155
1524
|
emits: "emits";
|
|
1156
1525
|
contains: "contains";
|
|
1157
1526
|
references: "references";
|
|
@@ -1161,7 +1530,7 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
1161
1530
|
originates_from: "originates_from";
|
|
1162
1531
|
triggers: "triggers";
|
|
1163
1532
|
applies_to: "applies_to";
|
|
1164
|
-
|
|
1533
|
+
uses_catalog: "uses_catalog";
|
|
1165
1534
|
}>;
|
|
1166
1535
|
}, z.core.$strip>;
|
|
1167
1536
|
type Link = z.infer<typeof LinkSchema>;
|