@elevasis/ui 2.32.0 → 2.33.1
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.d.ts +3 -0
- package/dist/app/index.js +3 -3
- package/dist/{chunk-LLRXA7D7.js → chunk-2VYMDNJ3.js} +1 -1
- package/dist/{chunk-7KZINJLP.js → chunk-3YZRKADM.js} +4 -4
- package/dist/{chunk-MOY4VOHF.js → chunk-4AAZXKLL.js} +1 -1
- package/dist/{chunk-RQTWIXJ5.js → chunk-53436UTQ.js} +1 -1
- package/dist/{chunk-WQPX44YM.js → chunk-AV2TKVVV.js} +673 -168
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/chunk-DWXDNT7P.js +145 -0
- package/dist/{chunk-T35FWDAB.js → chunk-DYIDXUJS.js} +1089 -158
- package/dist/{chunk-IQHU7O5Y.js → chunk-F3MXFE72.js} +1 -1
- package/dist/{chunk-5FJJ72HU.js → chunk-FOUYP4JX.js} +1 -1
- package/dist/{chunk-QQHOKTJA.js → chunk-H6EFQP2P.js} +39 -2
- package/dist/{chunk-5J4PDX26.js → chunk-KW7ZNQD7.js} +16 -2
- package/dist/{chunk-ZQOKIGZP.js → chunk-NCEQGEW5.js} +4 -4
- package/dist/{chunk-6DWD423K.js → chunk-PIS24NIV.js} +1 -1
- package/dist/{chunk-4MFNGNHF.js → chunk-QVTIOT73.js} +2 -2
- package/dist/{chunk-GCOQ3TBG.js → chunk-SWMQTF2H.js} +2 -2
- package/dist/{chunk-4QK76KIF.js → chunk-UNVRVCXZ.js} +1 -1
- package/dist/{chunk-VRNMNB3O.js → chunk-UYRT7SPM.js} +1 -1
- package/dist/{chunk-IZWTVFJ2.js → chunk-V6SZ4ECN.js} +6 -3
- package/dist/{chunk-YLQEVSOR.js → chunk-WGUEIGPC.js} +202 -54
- package/dist/{chunk-QXCDKE2O.js → chunk-WJOE76FI.js} +9 -28
- package/dist/{chunk-QTI3KC7D.js → chunk-YENKDBUU.js} +106 -43
- package/dist/components/index.d.ts +117 -4
- package/dist/components/index.js +24 -23
- package/dist/components/navigation/index.js +4 -3
- package/dist/execution/index.d.ts +8 -3
- package/dist/features/auth/index.d.ts +3 -0
- package/dist/features/clients/index.js +8 -7
- package/dist/features/crm/index.d.ts +3 -0
- package/dist/features/crm/index.js +10 -9
- package/dist/features/dashboard/index.d.ts +113 -3
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +3 -0
- 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 +560 -93
- package/dist/features/operations/index.js +13 -12
- package/dist/features/settings/index.d.ts +3 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/delivery/index.d.ts +3 -0
- package/dist/hooks/index.d.ts +210 -6
- package/dist/hooks/index.js +8 -7
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +205 -4
- package/dist/hooks/published.d.ts +210 -6
- package/dist/hooks/published.js +8 -7
- package/dist/index.d.ts +565 -95
- package/dist/index.js +8 -7
- package/dist/initialization/index.d.ts +3 -0
- package/dist/knowledge/index.d.ts +577 -215
- package/dist/knowledge/index.js +1180 -689
- package/dist/knowledge-search-index-P7PR626V.js +1514 -0
- package/dist/layout/index.js +1 -1
- package/dist/profile/index.d.ts +3 -0
- package/dist/provider/index.d.ts +447 -73
- package/dist/provider/index.js +7 -6
- package/dist/provider/published.d.ts +447 -73
- package/dist/provider/published.js +5 -4
- package/dist/supabase/index.d.ts +6 -0
- package/dist/types/index.d.ts +208 -4
- package/dist/utils/index.d.ts +113 -3
- 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
package/dist/index.d.ts
CHANGED
|
@@ -449,14 +449,36 @@ declare const ResourceEntrySchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
|
449
449
|
id: z$1.ZodString;
|
|
450
450
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
451
451
|
systemPath: z$1.ZodString;
|
|
452
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
453
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
452
454
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
453
455
|
status: z$1.ZodEnum<{
|
|
454
456
|
deprecated: "deprecated";
|
|
455
457
|
active: "active";
|
|
456
458
|
archived: "archived";
|
|
457
459
|
}>;
|
|
460
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
461
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
462
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
463
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
464
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
465
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
466
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
467
|
+
}, z$1.core.$strip>>;
|
|
468
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
469
|
+
path: z$1.ZodString;
|
|
470
|
+
role: z$1.ZodEnum<{
|
|
471
|
+
schema: "schema";
|
|
472
|
+
config: "config";
|
|
473
|
+
entrypoint: "entrypoint";
|
|
474
|
+
handler: "handler";
|
|
475
|
+
test: "test";
|
|
476
|
+
docs: "docs";
|
|
477
|
+
}>;
|
|
478
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
479
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
480
|
+
}, z$1.core.$strip>>>;
|
|
458
481
|
kind: z$1.ZodLiteral<"workflow">;
|
|
459
|
-
actionKey: z$1.ZodOptional<z$1.ZodString>;
|
|
460
482
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
461
483
|
eventKey: z$1.ZodString;
|
|
462
484
|
label: z$1.ZodString;
|
|
@@ -473,12 +495,35 @@ declare const ResourceEntrySchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
|
473
495
|
id: z$1.ZodString;
|
|
474
496
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
475
497
|
systemPath: z$1.ZodString;
|
|
498
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
499
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
476
500
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
477
501
|
status: z$1.ZodEnum<{
|
|
478
502
|
deprecated: "deprecated";
|
|
479
503
|
active: "active";
|
|
480
504
|
archived: "archived";
|
|
481
505
|
}>;
|
|
506
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
507
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
508
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
509
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
510
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
511
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
512
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
513
|
+
}, z$1.core.$strip>>;
|
|
514
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
515
|
+
path: z$1.ZodString;
|
|
516
|
+
role: z$1.ZodEnum<{
|
|
517
|
+
schema: "schema";
|
|
518
|
+
config: "config";
|
|
519
|
+
entrypoint: "entrypoint";
|
|
520
|
+
handler: "handler";
|
|
521
|
+
test: "test";
|
|
522
|
+
docs: "docs";
|
|
523
|
+
}>;
|
|
524
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
525
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
526
|
+
}, z$1.core.$strip>>>;
|
|
482
527
|
kind: z$1.ZodLiteral<"agent">;
|
|
483
528
|
agentKind: z$1.ZodEnum<{
|
|
484
529
|
platform: "platform";
|
|
@@ -527,24 +572,70 @@ declare const ResourceEntrySchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
|
527
572
|
id: z$1.ZodString;
|
|
528
573
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
529
574
|
systemPath: z$1.ZodString;
|
|
575
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
576
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
530
577
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
531
578
|
status: z$1.ZodEnum<{
|
|
532
579
|
deprecated: "deprecated";
|
|
533
580
|
active: "active";
|
|
534
581
|
archived: "archived";
|
|
535
582
|
}>;
|
|
583
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
584
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
585
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
586
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
587
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
588
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
589
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
590
|
+
}, z$1.core.$strip>>;
|
|
591
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
592
|
+
path: z$1.ZodString;
|
|
593
|
+
role: z$1.ZodEnum<{
|
|
594
|
+
schema: "schema";
|
|
595
|
+
config: "config";
|
|
596
|
+
entrypoint: "entrypoint";
|
|
597
|
+
handler: "handler";
|
|
598
|
+
test: "test";
|
|
599
|
+
docs: "docs";
|
|
600
|
+
}>;
|
|
601
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
602
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
603
|
+
}, z$1.core.$strip>>>;
|
|
536
604
|
kind: z$1.ZodLiteral<"integration">;
|
|
537
605
|
provider: z$1.ZodString;
|
|
538
606
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
539
607
|
id: z$1.ZodString;
|
|
540
608
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
541
609
|
systemPath: z$1.ZodString;
|
|
610
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
611
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
542
612
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
543
613
|
status: z$1.ZodEnum<{
|
|
544
614
|
deprecated: "deprecated";
|
|
545
615
|
active: "active";
|
|
546
616
|
archived: "archived";
|
|
547
617
|
}>;
|
|
618
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
619
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
620
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
621
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
622
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
623
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
624
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
625
|
+
}, z$1.core.$strip>>;
|
|
626
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
627
|
+
path: z$1.ZodString;
|
|
628
|
+
role: z$1.ZodEnum<{
|
|
629
|
+
schema: "schema";
|
|
630
|
+
config: "config";
|
|
631
|
+
entrypoint: "entrypoint";
|
|
632
|
+
handler: "handler";
|
|
633
|
+
test: "test";
|
|
634
|
+
docs: "docs";
|
|
635
|
+
}>;
|
|
636
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
637
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
638
|
+
}, z$1.core.$strip>>>;
|
|
548
639
|
kind: z$1.ZodLiteral<"script">;
|
|
549
640
|
language: z$1.ZodEnum<{
|
|
550
641
|
shell: "shell";
|
|
@@ -2320,6 +2411,7 @@ type Database = {
|
|
|
2320
2411
|
origin_execution_id: string | null;
|
|
2321
2412
|
output: Json | null;
|
|
2322
2413
|
resource_id: string;
|
|
2414
|
+
resource_snapshot: Json | null;
|
|
2323
2415
|
resource_status: string;
|
|
2324
2416
|
resource_type: string;
|
|
2325
2417
|
resource_version: string | null;
|
|
@@ -2345,6 +2437,7 @@ type Database = {
|
|
|
2345
2437
|
origin_execution_id?: string | null;
|
|
2346
2438
|
output?: Json | null;
|
|
2347
2439
|
resource_id: string;
|
|
2440
|
+
resource_snapshot?: Json | null;
|
|
2348
2441
|
resource_status?: string;
|
|
2349
2442
|
resource_type?: string;
|
|
2350
2443
|
resource_version?: string | null;
|
|
@@ -2370,6 +2463,7 @@ type Database = {
|
|
|
2370
2463
|
origin_execution_id?: string | null;
|
|
2371
2464
|
output?: Json | null;
|
|
2372
2465
|
resource_id?: string;
|
|
2466
|
+
resource_snapshot?: Json | null;
|
|
2373
2467
|
resource_status?: string;
|
|
2374
2468
|
resource_type?: string;
|
|
2375
2469
|
resource_version?: string | null;
|
|
@@ -4716,6 +4810,100 @@ interface ActionDef {
|
|
|
4716
4810
|
payloadSchema?: z$1.ZodTypeAny;
|
|
4717
4811
|
}
|
|
4718
4812
|
|
|
4813
|
+
declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
4814
|
+
objectTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4815
|
+
id: z$1.ZodString;
|
|
4816
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4817
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4818
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4819
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4820
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4821
|
+
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4822
|
+
}, z$1.core.$loose>>>>;
|
|
4823
|
+
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4824
|
+
id: z$1.ZodString;
|
|
4825
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4826
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4827
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4828
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4829
|
+
from: z$1.ZodString;
|
|
4830
|
+
to: z$1.ZodString;
|
|
4831
|
+
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
4832
|
+
via: z$1.ZodOptional<z$1.ZodString>;
|
|
4833
|
+
}, z$1.core.$loose>>>>;
|
|
4834
|
+
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4835
|
+
id: z$1.ZodString;
|
|
4836
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4837
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4838
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4839
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4840
|
+
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4841
|
+
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4842
|
+
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
4843
|
+
}, z$1.core.$loose>>>>;
|
|
4844
|
+
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4845
|
+
id: z$1.ZodString;
|
|
4846
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4847
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4848
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4849
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4850
|
+
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
4851
|
+
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
4852
|
+
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4853
|
+
}, z$1.core.$loose>>>>;
|
|
4854
|
+
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4855
|
+
id: z$1.ZodString;
|
|
4856
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4857
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4858
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4859
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4860
|
+
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4861
|
+
}, z$1.core.$loose>>>>;
|
|
4862
|
+
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4863
|
+
id: z$1.ZodString;
|
|
4864
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4865
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4866
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4867
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4868
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4869
|
+
}, z$1.core.$loose>>>>;
|
|
4870
|
+
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4871
|
+
id: z$1.ZodString;
|
|
4872
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4873
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4874
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4875
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4876
|
+
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
4877
|
+
}, z$1.core.$loose>>>>;
|
|
4878
|
+
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4879
|
+
id: z$1.ZodString;
|
|
4880
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4881
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4882
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4883
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4884
|
+
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
4885
|
+
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4886
|
+
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4887
|
+
}, z$1.core.$loose>>>>;
|
|
4888
|
+
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4889
|
+
id: z$1.ZodString;
|
|
4890
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4891
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4892
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4893
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4894
|
+
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4895
|
+
}, z$1.core.$loose>>>>;
|
|
4896
|
+
surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4897
|
+
id: z$1.ZodString;
|
|
4898
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4899
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4900
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4901
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4902
|
+
route: z$1.ZodOptional<z$1.ZodString>;
|
|
4903
|
+
}, z$1.core.$loose>>>>;
|
|
4904
|
+
}, z$1.core.$strip>>;
|
|
4905
|
+
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
4906
|
+
|
|
4719
4907
|
type MessageType = MessageEvent['type'];
|
|
4720
4908
|
/**
|
|
4721
4909
|
* Session Data Transfer Object (DTO)
|
|
@@ -5257,6 +5445,10 @@ declare const ContentNodeSchema: z$1.ZodObject<{
|
|
|
5257
5445
|
}, z$1.core.$strip>;
|
|
5258
5446
|
type ContentNode = z$1.infer<typeof ContentNodeSchema>;
|
|
5259
5447
|
|
|
5448
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
5449
|
+
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
5450
|
+
[key: string]: JsonValue;
|
|
5451
|
+
};
|
|
5260
5452
|
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
5261
5453
|
interface SystemEntry {
|
|
5262
5454
|
id: string;
|
|
@@ -5291,6 +5483,13 @@ interface SystemEntry {
|
|
|
5291
5483
|
devOnly?: boolean;
|
|
5292
5484
|
requiresAdmin?: boolean;
|
|
5293
5485
|
order: number;
|
|
5486
|
+
config?: Record<string, JsonValue>;
|
|
5487
|
+
ontology?: OntologyScope;
|
|
5488
|
+
systems?: Record<string, SystemEntry>;
|
|
5489
|
+
/**
|
|
5490
|
+
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
5491
|
+
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
5492
|
+
*/
|
|
5294
5493
|
content?: Record<string, ContentNode>;
|
|
5295
5494
|
subsystems?: Record<string, SystemEntry>;
|
|
5296
5495
|
}
|
|
@@ -5624,12 +5823,12 @@ interface CommandViewData {
|
|
|
5624
5823
|
}
|
|
5625
5824
|
|
|
5626
5825
|
declare const SurfaceTypeSchema: z$1.ZodEnum<{
|
|
5627
|
-
|
|
5826
|
+
dashboard: "dashboard";
|
|
5827
|
+
settings: "settings";
|
|
5628
5828
|
graph: "graph";
|
|
5829
|
+
list: "list";
|
|
5629
5830
|
page: "page";
|
|
5630
|
-
dashboard: "dashboard";
|
|
5631
5831
|
detail: "detail";
|
|
5632
|
-
settings: "settings";
|
|
5633
5832
|
}>;
|
|
5634
5833
|
interface SidebarSurfaceNode {
|
|
5635
5834
|
type: 'surface';
|
|
@@ -5658,6 +5857,30 @@ interface SidebarGroupNode {
|
|
|
5658
5857
|
}
|
|
5659
5858
|
type SidebarNode = SidebarSurfaceNode | SidebarGroupNode;
|
|
5660
5859
|
|
|
5860
|
+
declare const LinkSchema: z$1.ZodObject<{
|
|
5861
|
+
nodeId: z$1.ZodString;
|
|
5862
|
+
kind: z$1.ZodEnum<{
|
|
5863
|
+
links: "links";
|
|
5864
|
+
affects: "affects";
|
|
5865
|
+
effects: "effects";
|
|
5866
|
+
actions: "actions";
|
|
5867
|
+
reads: "reads";
|
|
5868
|
+
writes: "writes";
|
|
5869
|
+
emits: "emits";
|
|
5870
|
+
triggers: "triggers";
|
|
5871
|
+
uses: "uses";
|
|
5872
|
+
approval: "approval";
|
|
5873
|
+
contains: "contains";
|
|
5874
|
+
references: "references";
|
|
5875
|
+
maps_to: "maps_to";
|
|
5876
|
+
governs: "governs";
|
|
5877
|
+
originates_from: "originates_from";
|
|
5878
|
+
applies_to: "applies_to";
|
|
5879
|
+
uses_catalog: "uses_catalog";
|
|
5880
|
+
}>;
|
|
5881
|
+
}, z$1.core.$strip>;
|
|
5882
|
+
type Link = z$1.infer<typeof LinkSchema>;
|
|
5883
|
+
|
|
5661
5884
|
declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
5662
5885
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5663
5886
|
domainMetadata: z$1.ZodPipe<z$1.ZodDefault<z$1.ZodObject<{
|
|
@@ -5689,10 +5912,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5689
5912
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5690
5913
|
lastModified: z$1.ZodString;
|
|
5691
5914
|
}, z$1.core.$strip>>;
|
|
5915
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
5916
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5917
|
+
lastModified: z$1.ZodString;
|
|
5918
|
+
}, z$1.core.$strip>>;
|
|
5692
5919
|
resources: z$1.ZodOptional<z$1.ZodObject<{
|
|
5693
5920
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5694
5921
|
lastModified: z$1.ZodString;
|
|
5695
5922
|
}, z$1.core.$strip>>;
|
|
5923
|
+
topology: z$1.ZodOptional<z$1.ZodObject<{
|
|
5924
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5925
|
+
lastModified: z$1.ZodString;
|
|
5926
|
+
}, z$1.core.$strip>>;
|
|
5696
5927
|
actions: z$1.ZodOptional<z$1.ZodObject<{
|
|
5697
5928
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5698
5929
|
lastModified: z$1.ZodString;
|
|
@@ -5738,10 +5969,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5738
5969
|
version: 1;
|
|
5739
5970
|
lastModified: string;
|
|
5740
5971
|
};
|
|
5972
|
+
ontology: {
|
|
5973
|
+
version: 1;
|
|
5974
|
+
lastModified: string;
|
|
5975
|
+
};
|
|
5741
5976
|
resources: {
|
|
5742
5977
|
version: 1;
|
|
5743
5978
|
lastModified: string;
|
|
5744
5979
|
};
|
|
5980
|
+
topology: {
|
|
5981
|
+
version: 1;
|
|
5982
|
+
lastModified: string;
|
|
5983
|
+
};
|
|
5745
5984
|
actions: {
|
|
5746
5985
|
version: 1;
|
|
5747
5986
|
lastModified: string;
|
|
@@ -5787,10 +6026,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5787
6026
|
version: 1;
|
|
5788
6027
|
lastModified: string;
|
|
5789
6028
|
} | undefined;
|
|
6029
|
+
ontology?: {
|
|
6030
|
+
version: 1;
|
|
6031
|
+
lastModified: string;
|
|
6032
|
+
} | undefined;
|
|
5790
6033
|
resources?: {
|
|
5791
6034
|
version: 1;
|
|
5792
6035
|
lastModified: string;
|
|
5793
6036
|
} | undefined;
|
|
6037
|
+
topology?: {
|
|
6038
|
+
version: 1;
|
|
6039
|
+
lastModified: string;
|
|
6040
|
+
} | undefined;
|
|
5794
6041
|
actions?: {
|
|
5795
6042
|
version: 1;
|
|
5796
6043
|
lastModified: string;
|
|
@@ -5938,18 +6185,132 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5938
6185
|
}, z$1.core.$strip>>>;
|
|
5939
6186
|
}, z$1.core.$strip>>>>;
|
|
5940
6187
|
systems: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SystemEntry, unknown, z$1.core.$ZodTypeInternals<SystemEntry, unknown>>>>>;
|
|
6188
|
+
ontology: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodObject<{
|
|
6189
|
+
objectTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6190
|
+
id: z$1.ZodString;
|
|
6191
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6192
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6193
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6194
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6195
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6196
|
+
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6197
|
+
}, z$1.core.$loose>>>>;
|
|
6198
|
+
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6199
|
+
id: z$1.ZodString;
|
|
6200
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6201
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6202
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6203
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6204
|
+
from: z$1.ZodString;
|
|
6205
|
+
to: z$1.ZodString;
|
|
6206
|
+
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
6207
|
+
via: z$1.ZodOptional<z$1.ZodString>;
|
|
6208
|
+
}, z$1.core.$loose>>>>;
|
|
6209
|
+
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6210
|
+
id: z$1.ZodString;
|
|
6211
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6212
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6213
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6214
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6215
|
+
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
6216
|
+
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6217
|
+
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
6218
|
+
}, z$1.core.$loose>>>>;
|
|
6219
|
+
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6220
|
+
id: z$1.ZodString;
|
|
6221
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6222
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6223
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6224
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6225
|
+
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
6226
|
+
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
6227
|
+
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6228
|
+
}, z$1.core.$loose>>>>;
|
|
6229
|
+
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6230
|
+
id: z$1.ZodString;
|
|
6231
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6232
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6233
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6234
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6235
|
+
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6236
|
+
}, z$1.core.$loose>>>>;
|
|
6237
|
+
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6238
|
+
id: z$1.ZodString;
|
|
6239
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6240
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6241
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6242
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6243
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6244
|
+
}, z$1.core.$loose>>>>;
|
|
6245
|
+
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6246
|
+
id: z$1.ZodString;
|
|
6247
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6248
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6249
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6250
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6251
|
+
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
6252
|
+
}, z$1.core.$loose>>>>;
|
|
6253
|
+
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6254
|
+
id: z$1.ZodString;
|
|
6255
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6256
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6257
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6258
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6259
|
+
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
6260
|
+
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
6261
|
+
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
6262
|
+
}, z$1.core.$loose>>>>;
|
|
6263
|
+
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6264
|
+
id: z$1.ZodString;
|
|
6265
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6266
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6267
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6268
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6269
|
+
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
6270
|
+
}, z$1.core.$loose>>>>;
|
|
6271
|
+
surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6272
|
+
id: z$1.ZodString;
|
|
6273
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6274
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6275
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6276
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6277
|
+
route: z$1.ZodOptional<z$1.ZodString>;
|
|
6278
|
+
}, z$1.core.$loose>>>>;
|
|
6279
|
+
}, z$1.core.$strip>>>;
|
|
5941
6280
|
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
5942
6281
|
id: z$1.ZodString;
|
|
5943
6282
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
5944
6283
|
systemPath: z$1.ZodString;
|
|
6284
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
6285
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5945
6286
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
5946
6287
|
status: z$1.ZodEnum<{
|
|
5947
6288
|
deprecated: "deprecated";
|
|
5948
6289
|
active: "active";
|
|
5949
6290
|
archived: "archived";
|
|
5950
6291
|
}>;
|
|
6292
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
6293
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6294
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
6295
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6296
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6297
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6298
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6299
|
+
}, z$1.core.$strip>>;
|
|
6300
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6301
|
+
path: z$1.ZodString;
|
|
6302
|
+
role: z$1.ZodEnum<{
|
|
6303
|
+
schema: "schema";
|
|
6304
|
+
config: "config";
|
|
6305
|
+
entrypoint: "entrypoint";
|
|
6306
|
+
handler: "handler";
|
|
6307
|
+
test: "test";
|
|
6308
|
+
docs: "docs";
|
|
6309
|
+
}>;
|
|
6310
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
6311
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6312
|
+
}, z$1.core.$strip>>>;
|
|
5951
6313
|
kind: z$1.ZodLiteral<"workflow">;
|
|
5952
|
-
actionKey: z$1.ZodOptional<z$1.ZodString>;
|
|
5953
6314
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
5954
6315
|
eventKey: z$1.ZodString;
|
|
5955
6316
|
label: z$1.ZodString;
|
|
@@ -5966,12 +6327,35 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5966
6327
|
id: z$1.ZodString;
|
|
5967
6328
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
5968
6329
|
systemPath: z$1.ZodString;
|
|
6330
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
6331
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5969
6332
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
5970
6333
|
status: z$1.ZodEnum<{
|
|
5971
6334
|
deprecated: "deprecated";
|
|
5972
6335
|
active: "active";
|
|
5973
6336
|
archived: "archived";
|
|
5974
6337
|
}>;
|
|
6338
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
6339
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6340
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
6341
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6342
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6343
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6344
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6345
|
+
}, z$1.core.$strip>>;
|
|
6346
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6347
|
+
path: z$1.ZodString;
|
|
6348
|
+
role: z$1.ZodEnum<{
|
|
6349
|
+
schema: "schema";
|
|
6350
|
+
config: "config";
|
|
6351
|
+
entrypoint: "entrypoint";
|
|
6352
|
+
handler: "handler";
|
|
6353
|
+
test: "test";
|
|
6354
|
+
docs: "docs";
|
|
6355
|
+
}>;
|
|
6356
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
6357
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6358
|
+
}, z$1.core.$strip>>>;
|
|
5975
6359
|
kind: z$1.ZodLiteral<"agent">;
|
|
5976
6360
|
agentKind: z$1.ZodEnum<{
|
|
5977
6361
|
platform: "platform";
|
|
@@ -6020,24 +6404,70 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6020
6404
|
id: z$1.ZodString;
|
|
6021
6405
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6022
6406
|
systemPath: z$1.ZodString;
|
|
6407
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
6408
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6023
6409
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6024
6410
|
status: z$1.ZodEnum<{
|
|
6025
6411
|
deprecated: "deprecated";
|
|
6026
6412
|
active: "active";
|
|
6027
6413
|
archived: "archived";
|
|
6028
6414
|
}>;
|
|
6415
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
6416
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6417
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
6418
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6419
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6420
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6421
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6422
|
+
}, z$1.core.$strip>>;
|
|
6423
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6424
|
+
path: z$1.ZodString;
|
|
6425
|
+
role: z$1.ZodEnum<{
|
|
6426
|
+
schema: "schema";
|
|
6427
|
+
config: "config";
|
|
6428
|
+
entrypoint: "entrypoint";
|
|
6429
|
+
handler: "handler";
|
|
6430
|
+
test: "test";
|
|
6431
|
+
docs: "docs";
|
|
6432
|
+
}>;
|
|
6433
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
6434
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6435
|
+
}, z$1.core.$strip>>>;
|
|
6029
6436
|
kind: z$1.ZodLiteral<"integration">;
|
|
6030
6437
|
provider: z$1.ZodString;
|
|
6031
6438
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6032
6439
|
id: z$1.ZodString;
|
|
6033
6440
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6034
6441
|
systemPath: z$1.ZodString;
|
|
6442
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
6443
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6035
6444
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6036
6445
|
status: z$1.ZodEnum<{
|
|
6037
6446
|
deprecated: "deprecated";
|
|
6038
6447
|
active: "active";
|
|
6039
6448
|
archived: "archived";
|
|
6040
6449
|
}>;
|
|
6450
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
6451
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6452
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
6453
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6454
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6455
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6456
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6457
|
+
}, z$1.core.$strip>>;
|
|
6458
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6459
|
+
path: z$1.ZodString;
|
|
6460
|
+
role: z$1.ZodEnum<{
|
|
6461
|
+
schema: "schema";
|
|
6462
|
+
config: "config";
|
|
6463
|
+
entrypoint: "entrypoint";
|
|
6464
|
+
handler: "handler";
|
|
6465
|
+
test: "test";
|
|
6466
|
+
docs: "docs";
|
|
6467
|
+
}>;
|
|
6468
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
6469
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6470
|
+
}, z$1.core.$strip>>>;
|
|
6041
6471
|
kind: z$1.ZodLiteral<"script">;
|
|
6042
6472
|
language: z$1.ZodEnum<{
|
|
6043
6473
|
shell: "shell";
|
|
@@ -6049,6 +6479,69 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6049
6479
|
file: z$1.ZodString;
|
|
6050
6480
|
}, z$1.core.$strip>]>;
|
|
6051
6481
|
}, z$1.core.$strip>], "kind">>>>;
|
|
6482
|
+
topology: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodObject<{
|
|
6483
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
6484
|
+
relationships: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6485
|
+
from: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6486
|
+
kind: z$1.ZodLiteral<"system">;
|
|
6487
|
+
id: z$1.ZodString;
|
|
6488
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6489
|
+
kind: z$1.ZodLiteral<"resource">;
|
|
6490
|
+
id: z$1.ZodString;
|
|
6491
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6492
|
+
kind: z$1.ZodLiteral<"ontology">;
|
|
6493
|
+
id: z$1.ZodString;
|
|
6494
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6495
|
+
kind: z$1.ZodLiteral<"policy">;
|
|
6496
|
+
id: z$1.ZodString;
|
|
6497
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6498
|
+
kind: z$1.ZodLiteral<"role">;
|
|
6499
|
+
id: z$1.ZodString;
|
|
6500
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6501
|
+
kind: z$1.ZodLiteral<"trigger">;
|
|
6502
|
+
id: z$1.ZodString;
|
|
6503
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6504
|
+
kind: z$1.ZodLiteral<"humanCheckpoint">;
|
|
6505
|
+
id: z$1.ZodString;
|
|
6506
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6507
|
+
kind: z$1.ZodLiteral<"externalResource">;
|
|
6508
|
+
id: z$1.ZodString;
|
|
6509
|
+
}, z$1.core.$strip>], "kind">;
|
|
6510
|
+
kind: z$1.ZodEnum<{
|
|
6511
|
+
triggers: "triggers";
|
|
6512
|
+
uses: "uses";
|
|
6513
|
+
approval: "approval";
|
|
6514
|
+
}>;
|
|
6515
|
+
to: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6516
|
+
kind: z$1.ZodLiteral<"system">;
|
|
6517
|
+
id: z$1.ZodString;
|
|
6518
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6519
|
+
kind: z$1.ZodLiteral<"resource">;
|
|
6520
|
+
id: z$1.ZodString;
|
|
6521
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6522
|
+
kind: z$1.ZodLiteral<"ontology">;
|
|
6523
|
+
id: z$1.ZodString;
|
|
6524
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6525
|
+
kind: z$1.ZodLiteral<"policy">;
|
|
6526
|
+
id: z$1.ZodString;
|
|
6527
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6528
|
+
kind: z$1.ZodLiteral<"role">;
|
|
6529
|
+
id: z$1.ZodString;
|
|
6530
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6531
|
+
kind: z$1.ZodLiteral<"trigger">;
|
|
6532
|
+
id: z$1.ZodString;
|
|
6533
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6534
|
+
kind: z$1.ZodLiteral<"humanCheckpoint">;
|
|
6535
|
+
id: z$1.ZodString;
|
|
6536
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6537
|
+
kind: z$1.ZodLiteral<"externalResource">;
|
|
6538
|
+
id: z$1.ZodString;
|
|
6539
|
+
}, z$1.core.$strip>], "kind">;
|
|
6540
|
+
systemPath: z$1.ZodOptional<z$1.ZodString>;
|
|
6541
|
+
required: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
6542
|
+
metadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<JsonValue, unknown, z$1.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
6543
|
+
}, z$1.core.$strip>>>;
|
|
6544
|
+
}, z$1.core.$strip>>>;
|
|
6052
6545
|
actions: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6053
6546
|
id: z$1.ZodString;
|
|
6054
6547
|
order: z$1.ZodNumber;
|
|
@@ -6182,80 +6675,76 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6182
6675
|
title: z$1.ZodString;
|
|
6183
6676
|
summary: z$1.ZodString;
|
|
6184
6677
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
"
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
"
|
|
6195
|
-
|
|
6196
|
-
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
"
|
|
6217
|
-
"
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
"
|
|
6243
|
-
|
|
6244
|
-
"action.launch": "action.launch";
|
|
6245
|
-
"action.message": "action.message";
|
|
6246
|
-
"action.escalate": "action.escalate";
|
|
6247
|
-
"action.promote": "action.promote";
|
|
6248
|
-
"action.submit": "action.submit";
|
|
6249
|
-
"action.email": "action.email";
|
|
6678
|
+
message: "message";
|
|
6679
|
+
error: "error";
|
|
6680
|
+
agent: "agent";
|
|
6681
|
+
workflow: "workflow";
|
|
6682
|
+
"google-sheets": "google-sheets";
|
|
6683
|
+
dashboard: "dashboard";
|
|
6684
|
+
calendar: "calendar";
|
|
6685
|
+
sales: "sales";
|
|
6686
|
+
crm: "crm";
|
|
6687
|
+
"lead-gen": "lead-gen";
|
|
6688
|
+
projects: "projects";
|
|
6689
|
+
operations: "operations";
|
|
6690
|
+
monitoring: "monitoring";
|
|
6691
|
+
knowledge: "knowledge";
|
|
6692
|
+
settings: "settings";
|
|
6693
|
+
admin: "admin";
|
|
6694
|
+
archive: "archive";
|
|
6695
|
+
business: "business";
|
|
6696
|
+
finance: "finance";
|
|
6697
|
+
platform: "platform";
|
|
6698
|
+
seo: "seo";
|
|
6699
|
+
playbook: "playbook";
|
|
6700
|
+
strategy: "strategy";
|
|
6701
|
+
reference: "reference";
|
|
6702
|
+
integration: "integration";
|
|
6703
|
+
database: "database";
|
|
6704
|
+
user: "user";
|
|
6705
|
+
team: "team";
|
|
6706
|
+
gmail: "gmail";
|
|
6707
|
+
attio: "attio";
|
|
6708
|
+
overview: "overview";
|
|
6709
|
+
"command-view": "command-view";
|
|
6710
|
+
"command-queue": "command-queue";
|
|
6711
|
+
pipeline: "pipeline";
|
|
6712
|
+
lists: "lists";
|
|
6713
|
+
resources: "resources";
|
|
6714
|
+
approve: "approve";
|
|
6715
|
+
reject: "reject";
|
|
6716
|
+
retry: "retry";
|
|
6717
|
+
edit: "edit";
|
|
6718
|
+
view: "view";
|
|
6719
|
+
launch: "launch";
|
|
6720
|
+
escalate: "escalate";
|
|
6721
|
+
promote: "promote";
|
|
6722
|
+
submit: "submit";
|
|
6723
|
+
email: "email";
|
|
6724
|
+
success: "success";
|
|
6725
|
+
warning: "warning";
|
|
6726
|
+
info: "info";
|
|
6727
|
+
pending: "pending";
|
|
6728
|
+
bolt: "bolt";
|
|
6729
|
+
building: "building";
|
|
6730
|
+
briefcase: "briefcase";
|
|
6731
|
+
apps: "apps";
|
|
6732
|
+
graph: "graph";
|
|
6733
|
+
shield: "shield";
|
|
6734
|
+
users: "users";
|
|
6735
|
+
"chart-bar": "chart-bar";
|
|
6736
|
+
search: "search";
|
|
6250
6737
|
}>, z$1.ZodString]>>;
|
|
6251
6738
|
externalUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
6739
|
+
sourceFilePath: z$1.ZodOptional<z$1.ZodString>;
|
|
6252
6740
|
body: z$1.ZodString;
|
|
6253
6741
|
links: z$1.ZodDefault<z$1.ZodArray<z$1.ZodPipe<z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
6254
6742
|
target: z$1.ZodObject<{
|
|
6255
6743
|
kind: z$1.ZodEnum<{
|
|
6744
|
+
knowledge: "knowledge";
|
|
6256
6745
|
system: "system";
|
|
6257
6746
|
action: "action";
|
|
6258
|
-
|
|
6747
|
+
ontology: "ontology";
|
|
6259
6748
|
role: "role";
|
|
6260
6749
|
goal: "goal";
|
|
6261
6750
|
stage: "stage";
|
|
@@ -6267,10 +6756,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6267
6756
|
id: z$1.ZodString;
|
|
6268
6757
|
}, z$1.core.$strip>;
|
|
6269
6758
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6270
|
-
nodeId: z$1.ZodString
|
|
6759
|
+
nodeId: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
6271
6760
|
}, z$1.core.$strip>]>, z$1.ZodTransform<{
|
|
6272
6761
|
target: {
|
|
6273
|
-
kind: "system" | "action" | "
|
|
6762
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "stage" | "resource" | "customer-segment" | "offering" | "content-node";
|
|
6274
6763
|
id: string;
|
|
6275
6764
|
};
|
|
6276
6765
|
nodeId: string;
|
|
@@ -6278,7 +6767,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6278
6767
|
nodeId: string;
|
|
6279
6768
|
} | {
|
|
6280
6769
|
target: {
|
|
6281
|
-
kind: "system" | "action" | "
|
|
6770
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "stage" | "resource" | "customer-segment" | "offering" | "content-node";
|
|
6282
6771
|
id: string;
|
|
6283
6772
|
};
|
|
6284
6773
|
}>>>>;
|
|
@@ -6290,25 +6779,6 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6290
6779
|
type OrganizationModel = z$1.infer<typeof OrganizationModelSchema>;
|
|
6291
6780
|
type OrganizationModelSystemEntry = z$1.infer<typeof SystemEntrySchema>;
|
|
6292
6781
|
|
|
6293
|
-
declare const LinkSchema: z$1.ZodObject<{
|
|
6294
|
-
nodeId: z$1.ZodString;
|
|
6295
|
-
kind: z$1.ZodEnum<{
|
|
6296
|
-
links: "links";
|
|
6297
|
-
affects: "affects";
|
|
6298
|
-
emits: "emits";
|
|
6299
|
-
contains: "contains";
|
|
6300
|
-
references: "references";
|
|
6301
|
-
maps_to: "maps_to";
|
|
6302
|
-
uses: "uses";
|
|
6303
|
-
governs: "governs";
|
|
6304
|
-
originates_from: "originates_from";
|
|
6305
|
-
triggers: "triggers";
|
|
6306
|
-
applies_to: "applies_to";
|
|
6307
|
-
effects: "effects";
|
|
6308
|
-
}>;
|
|
6309
|
-
}, z$1.core.$strip>;
|
|
6310
|
-
type Link = z$1.infer<typeof LinkSchema>;
|
|
6311
|
-
|
|
6312
6782
|
declare const ResourceCategorySchema: z$1.ZodEnum<{
|
|
6313
6783
|
diagnostic: "diagnostic";
|
|
6314
6784
|
production: "production";
|
|
@@ -9677,9 +10147,9 @@ declare function usePatchTask(): _tanstack_react_query.UseMutationResult<Task, E
|
|
|
9677
10147
|
* reported_requests -> RequestSchemas
|
|
9678
10148
|
*/
|
|
9679
10149
|
declare const RequestSeverityEnum: z$1.ZodEnum<{
|
|
9680
|
-
critical: "critical";
|
|
9681
10150
|
warning: "warning";
|
|
9682
10151
|
info: "info";
|
|
10152
|
+
critical: "critical";
|
|
9683
10153
|
}>;
|
|
9684
10154
|
declare const RequestStatusEnum: z$1.ZodEnum<{
|
|
9685
10155
|
open: "open";
|
|
@@ -9690,8 +10160,8 @@ declare const RequestStatusEnum: z$1.ZodEnum<{
|
|
|
9690
10160
|
declare const RequestSourceEnum: z$1.ZodEnum<{
|
|
9691
10161
|
agent: "agent";
|
|
9692
10162
|
api: "api";
|
|
9693
|
-
external: "external";
|
|
9694
10163
|
user: "user";
|
|
10164
|
+
external: "external";
|
|
9695
10165
|
webhook: "webhook";
|
|
9696
10166
|
cli: "cli";
|
|
9697
10167
|
}>;
|