@elevasis/ui 2.33.1 → 2.34.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/api/index.d.ts +9 -2
- package/dist/api/index.js +1 -1
- package/dist/app/index.css +452 -0
- package/dist/app/index.d.ts +1250 -3
- package/dist/app/index.js +144 -8
- package/dist/charts/index.js +2 -3
- package/dist/{chunk-3YZRKADM.js → chunk-3AJVNMY5.js} +45 -28
- package/dist/chunk-3QXJK5IY.js +25 -0
- package/dist/chunk-4O4MII5S.js +4716 -0
- package/dist/{chunk-KW7ZNQD7.js → chunk-5EYJ2GIN.js} +4 -8
- package/dist/{chunk-53436UTQ.js → chunk-BPQVTIUP.js} +12 -3
- package/dist/{chunk-DYIDXUJS.js → chunk-DTFKWZ7A.js} +1098 -2280
- package/dist/{chunk-EPTHX4VZ.js → chunk-HRWLKKWM.js} +11 -2
- package/dist/{chunk-SWMQTF2H.js → chunk-IGDYWFNE.js} +2 -2
- package/dist/{chunk-QVTIOT73.js → chunk-IVGI4GDL.js} +3 -3
- package/dist/{chunk-4DYOXEH6.js → chunk-LAWLB6CT.js} +1 -1
- package/dist/{chunk-UYRT7SPM.js → chunk-LRWTWOGP.js} +3 -3
- package/dist/{chunk-2VYMDNJ3.js → chunk-MP3GPBPX.js} +3 -3
- package/dist/{chunk-YENKDBUU.js → chunk-NLBQTDOW.js} +12 -17
- package/dist/{chunk-WJOE76FI.js → chunk-O6JXQ6UQ.js} +5 -4
- package/dist/{chunk-F3MXFE72.js → chunk-OBBQ2JCM.js} +3 -3
- package/dist/{chunk-WGUEIGPC.js → chunk-PLP3NYPL.js} +80 -171
- package/dist/{chunk-AV2TKVVV.js → chunk-RIAXZ6AH.js} +5 -6
- package/dist/chunk-SDXSB3HN.js +425 -0
- package/dist/{chunk-JA5ECJJB.js → chunk-VTXTZXAU.js} +156 -4
- package/dist/{chunk-H6EFQP2P.js → chunk-W73ZABT6.js} +1 -1
- package/dist/{chunk-UNVRVCXZ.js → chunk-WU4FNWCW.js} +3 -3
- package/dist/{chunk-NCEQGEW5.js → chunk-YNWZIWJL.js} +4 -5
- package/dist/components/index.d.ts +0 -23
- package/dist/components/index.js +27 -448
- package/dist/components/navigation/index.js +4 -6
- package/dist/features/clients/index.js +7 -12
- package/dist/features/crm/index.js +9 -14
- package/dist/features/dashboard/index.d.ts +0 -23
- package/dist/features/dashboard/index.js +9 -14
- package/dist/features/delivery/index.js +8 -13
- package/dist/features/knowledge/index.js +5 -7
- package/dist/features/lead-gen/index.js +9 -14
- package/dist/features/monitoring/index.js +10 -15
- package/dist/features/monitoring/requests/index.js +7 -12
- package/dist/features/operations/index.d.ts +44 -35
- package/dist/features/operations/index.js +12 -17
- package/dist/features/settings/index.js +8 -13
- package/dist/hooks/index.d.ts +20 -27
- package/dist/hooks/index.js +7 -12
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -27
- package/dist/hooks/published.d.ts +20 -27
- package/dist/hooks/published.js +7 -12
- package/dist/index.d.ts +54 -39
- package/dist/index.js +8 -13
- package/dist/knowledge/index.d.ts +30 -38
- package/dist/knowledge/index.js +37 -201
- package/dist/{knowledge-search-index-P7PR626V.js → knowledge-search-index-ORIJCEZX.js} +142 -150
- package/dist/organization/index.js +1 -2
- package/dist/provider/index.d.ts +25 -32
- package/dist/provider/index.js +6 -11
- package/dist/provider/published.d.ts +25 -32
- package/dist/provider/published.js +5 -9
- package/dist/test-utils/index.d.ts +2 -0
- package/dist/test-utils/index.js +14 -2
- package/dist/test-utils/setup.js +38 -0
- package/dist/types/index.d.ts +20 -27
- package/dist/utils/index.d.ts +0 -23
- package/dist/zustand/index.d.ts +15 -2
- package/dist/zustand/index.js +35 -1
- package/package.json +5 -5
- package/dist/chunk-4AAZXKLL.js +0 -347
- package/dist/chunk-DWXDNT7P.js +0 -145
- package/dist/chunk-FOUYP4JX.js +0 -13
- package/dist/chunk-HUJCU55S.js +0 -159
- package/dist/chunk-PIS24NIV.js +0 -29
- package/dist/chunk-SZHARWKU.js +0 -15
- package/dist/chunk-XCYKC6OZ.js +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, MouseEvent, AnchorHTMLAttributes, ElementType, ComponentType } from 'react';
|
|
3
3
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
4
|
-
import { QueryClient } from '@tanstack/react-query';
|
|
4
|
+
import { QueryClient, QueryClientConfig, DefaultOptions } from '@tanstack/react-query';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import * as z from 'zod';
|
|
7
7
|
import { z as z$1, ZodType } from 'zod';
|
|
@@ -464,14 +464,18 @@ declare const ResourceEntrySchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
|
464
464
|
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
465
465
|
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
466
466
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
467
|
+
contract: z$1.ZodOptional<z$1.ZodObject<{
|
|
468
|
+
input: z$1.ZodOptional<z$1.ZodString>;
|
|
469
|
+
output: z$1.ZodOptional<z$1.ZodString>;
|
|
470
|
+
}, z$1.core.$strip>>;
|
|
467
471
|
}, z$1.core.$strip>>;
|
|
468
472
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
469
473
|
path: z$1.ZodString;
|
|
470
474
|
role: z$1.ZodEnum<{
|
|
471
|
-
schema: "schema";
|
|
472
475
|
config: "config";
|
|
473
476
|
entrypoint: "entrypoint";
|
|
474
477
|
handler: "handler";
|
|
478
|
+
schema: "schema";
|
|
475
479
|
test: "test";
|
|
476
480
|
docs: "docs";
|
|
477
481
|
}>;
|
|
@@ -510,14 +514,18 @@ declare const ResourceEntrySchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
|
510
514
|
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
511
515
|
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
512
516
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
517
|
+
contract: z$1.ZodOptional<z$1.ZodObject<{
|
|
518
|
+
input: z$1.ZodOptional<z$1.ZodString>;
|
|
519
|
+
output: z$1.ZodOptional<z$1.ZodString>;
|
|
520
|
+
}, z$1.core.$strip>>;
|
|
513
521
|
}, z$1.core.$strip>>;
|
|
514
522
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
515
523
|
path: z$1.ZodString;
|
|
516
524
|
role: z$1.ZodEnum<{
|
|
517
|
-
schema: "schema";
|
|
518
525
|
config: "config";
|
|
519
526
|
entrypoint: "entrypoint";
|
|
520
527
|
handler: "handler";
|
|
528
|
+
schema: "schema";
|
|
521
529
|
test: "test";
|
|
522
530
|
docs: "docs";
|
|
523
531
|
}>;
|
|
@@ -587,14 +595,18 @@ declare const ResourceEntrySchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
|
587
595
|
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
588
596
|
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
589
597
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
598
|
+
contract: z$1.ZodOptional<z$1.ZodObject<{
|
|
599
|
+
input: z$1.ZodOptional<z$1.ZodString>;
|
|
600
|
+
output: z$1.ZodOptional<z$1.ZodString>;
|
|
601
|
+
}, z$1.core.$strip>>;
|
|
590
602
|
}, z$1.core.$strip>>;
|
|
591
603
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
592
604
|
path: z$1.ZodString;
|
|
593
605
|
role: z$1.ZodEnum<{
|
|
594
|
-
schema: "schema";
|
|
595
606
|
config: "config";
|
|
596
607
|
entrypoint: "entrypoint";
|
|
597
608
|
handler: "handler";
|
|
609
|
+
schema: "schema";
|
|
598
610
|
test: "test";
|
|
599
611
|
docs: "docs";
|
|
600
612
|
}>;
|
|
@@ -622,14 +634,18 @@ declare const ResourceEntrySchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
|
622
634
|
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
623
635
|
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
624
636
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
637
|
+
contract: z$1.ZodOptional<z$1.ZodObject<{
|
|
638
|
+
input: z$1.ZodOptional<z$1.ZodString>;
|
|
639
|
+
output: z$1.ZodOptional<z$1.ZodString>;
|
|
640
|
+
}, z$1.core.$strip>>;
|
|
625
641
|
}, z$1.core.$strip>>;
|
|
626
642
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
627
643
|
path: z$1.ZodString;
|
|
628
644
|
role: z$1.ZodEnum<{
|
|
629
|
-
schema: "schema";
|
|
630
645
|
config: "config";
|
|
631
646
|
entrypoint: "entrypoint";
|
|
632
647
|
handler: "handler";
|
|
648
|
+
schema: "schema";
|
|
633
649
|
test: "test";
|
|
634
650
|
docs: "docs";
|
|
635
651
|
}>;
|
|
@@ -5427,24 +5443,6 @@ declare const ResourceStatusColors: {
|
|
|
5427
5443
|
*/
|
|
5428
5444
|
type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier';
|
|
5429
5445
|
|
|
5430
|
-
/**
|
|
5431
|
-
* Placeholder discriminated union for ContentNode (Wave 1A).
|
|
5432
|
-
* Wave 2A wires concrete (kind, type) pairs via the registry.
|
|
5433
|
-
*
|
|
5434
|
-
* Per D2: unregistered (kind, type) pairs are allowed and pass through validation.
|
|
5435
|
-
* Per L14: every node carries BOTH `kind` and `type`.
|
|
5436
|
-
*/
|
|
5437
|
-
declare const ContentNodeSchema: z$1.ZodObject<{
|
|
5438
|
-
label: z$1.ZodString;
|
|
5439
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5440
|
-
order: z$1.ZodOptional<z$1.ZodNumber>;
|
|
5441
|
-
parentContentId: z$1.ZodOptional<z$1.ZodString>;
|
|
5442
|
-
kind: z$1.ZodString;
|
|
5443
|
-
type: z$1.ZodString;
|
|
5444
|
-
data: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
5445
|
-
}, z$1.core.$strip>;
|
|
5446
|
-
type ContentNode = z$1.infer<typeof ContentNodeSchema>;
|
|
5447
|
-
|
|
5448
5446
|
type JsonPrimitive = string | number | boolean | null;
|
|
5449
5447
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
5450
5448
|
[key: string]: JsonValue;
|
|
@@ -5486,11 +5484,6 @@ interface SystemEntry {
|
|
|
5486
5484
|
config?: Record<string, JsonValue>;
|
|
5487
5485
|
ontology?: OntologyScope;
|
|
5488
5486
|
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
|
-
*/
|
|
5493
|
-
content?: Record<string, ContentNode>;
|
|
5494
5487
|
subsystems?: Record<string, SystemEntry>;
|
|
5495
5488
|
}
|
|
5496
5489
|
declare const SystemEntrySchema: ZodType<SystemEntry>;
|
|
@@ -6296,14 +6289,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6296
6289
|
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6297
6290
|
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6298
6291
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6292
|
+
contract: z$1.ZodOptional<z$1.ZodObject<{
|
|
6293
|
+
input: z$1.ZodOptional<z$1.ZodString>;
|
|
6294
|
+
output: z$1.ZodOptional<z$1.ZodString>;
|
|
6295
|
+
}, z$1.core.$strip>>;
|
|
6299
6296
|
}, z$1.core.$strip>>;
|
|
6300
6297
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6301
6298
|
path: z$1.ZodString;
|
|
6302
6299
|
role: z$1.ZodEnum<{
|
|
6303
|
-
schema: "schema";
|
|
6304
6300
|
config: "config";
|
|
6305
6301
|
entrypoint: "entrypoint";
|
|
6306
6302
|
handler: "handler";
|
|
6303
|
+
schema: "schema";
|
|
6307
6304
|
test: "test";
|
|
6308
6305
|
docs: "docs";
|
|
6309
6306
|
}>;
|
|
@@ -6342,14 +6339,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6342
6339
|
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6343
6340
|
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6344
6341
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6342
|
+
contract: z$1.ZodOptional<z$1.ZodObject<{
|
|
6343
|
+
input: z$1.ZodOptional<z$1.ZodString>;
|
|
6344
|
+
output: z$1.ZodOptional<z$1.ZodString>;
|
|
6345
|
+
}, z$1.core.$strip>>;
|
|
6345
6346
|
}, z$1.core.$strip>>;
|
|
6346
6347
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6347
6348
|
path: z$1.ZodString;
|
|
6348
6349
|
role: z$1.ZodEnum<{
|
|
6349
|
-
schema: "schema";
|
|
6350
6350
|
config: "config";
|
|
6351
6351
|
entrypoint: "entrypoint";
|
|
6352
6352
|
handler: "handler";
|
|
6353
|
+
schema: "schema";
|
|
6353
6354
|
test: "test";
|
|
6354
6355
|
docs: "docs";
|
|
6355
6356
|
}>;
|
|
@@ -6419,14 +6420,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6419
6420
|
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6420
6421
|
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6421
6422
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6423
|
+
contract: z$1.ZodOptional<z$1.ZodObject<{
|
|
6424
|
+
input: z$1.ZodOptional<z$1.ZodString>;
|
|
6425
|
+
output: z$1.ZodOptional<z$1.ZodString>;
|
|
6426
|
+
}, z$1.core.$strip>>;
|
|
6422
6427
|
}, z$1.core.$strip>>;
|
|
6423
6428
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6424
6429
|
path: z$1.ZodString;
|
|
6425
6430
|
role: z$1.ZodEnum<{
|
|
6426
|
-
schema: "schema";
|
|
6427
6431
|
config: "config";
|
|
6428
6432
|
entrypoint: "entrypoint";
|
|
6429
6433
|
handler: "handler";
|
|
6434
|
+
schema: "schema";
|
|
6430
6435
|
test: "test";
|
|
6431
6436
|
docs: "docs";
|
|
6432
6437
|
}>;
|
|
@@ -6454,14 +6459,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6454
6459
|
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6455
6460
|
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6456
6461
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6462
|
+
contract: z$1.ZodOptional<z$1.ZodObject<{
|
|
6463
|
+
input: z$1.ZodOptional<z$1.ZodString>;
|
|
6464
|
+
output: z$1.ZodOptional<z$1.ZodString>;
|
|
6465
|
+
}, z$1.core.$strip>>;
|
|
6457
6466
|
}, z$1.core.$strip>>;
|
|
6458
6467
|
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6459
6468
|
path: z$1.ZodString;
|
|
6460
6469
|
role: z$1.ZodEnum<{
|
|
6461
|
-
schema: "schema";
|
|
6462
6470
|
config: "config";
|
|
6463
6471
|
entrypoint: "entrypoint";
|
|
6464
6472
|
handler: "handler";
|
|
6473
|
+
schema: "schema";
|
|
6465
6474
|
test: "test";
|
|
6466
6475
|
docs: "docs";
|
|
6467
6476
|
}>;
|
|
@@ -6686,6 +6695,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6686
6695
|
crm: "crm";
|
|
6687
6696
|
"lead-gen": "lead-gen";
|
|
6688
6697
|
projects: "projects";
|
|
6698
|
+
clients: "clients";
|
|
6689
6699
|
operations: "operations";
|
|
6690
6700
|
monitoring: "monitoring";
|
|
6691
6701
|
knowledge: "knowledge";
|
|
@@ -6747,11 +6757,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6747
6757
|
ontology: "ontology";
|
|
6748
6758
|
role: "role";
|
|
6749
6759
|
goal: "goal";
|
|
6750
|
-
stage: "stage";
|
|
6751
6760
|
resource: "resource";
|
|
6761
|
+
stage: "stage";
|
|
6752
6762
|
"customer-segment": "customer-segment";
|
|
6753
6763
|
offering: "offering";
|
|
6754
|
-
"content-node": "content-node";
|
|
6755
6764
|
}>;
|
|
6756
6765
|
id: z$1.ZodString;
|
|
6757
6766
|
}, z$1.core.$strip>;
|
|
@@ -6759,7 +6768,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6759
6768
|
nodeId: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
6760
6769
|
}, z$1.core.$strip>]>, z$1.ZodTransform<{
|
|
6761
6770
|
target: {
|
|
6762
|
-
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "
|
|
6771
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "resource" | "stage" | "customer-segment" | "offering";
|
|
6763
6772
|
id: string;
|
|
6764
6773
|
};
|
|
6765
6774
|
nodeId: string;
|
|
@@ -6767,7 +6776,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6767
6776
|
nodeId: string;
|
|
6768
6777
|
} | {
|
|
6769
6778
|
target: {
|
|
6770
|
-
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "
|
|
6779
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "resource" | "stage" | "customer-segment" | "offering";
|
|
6771
6780
|
id: string;
|
|
6772
6781
|
};
|
|
6773
6782
|
}>>>>;
|
|
@@ -8522,7 +8531,7 @@ interface SystemModule {
|
|
|
8522
8531
|
organizationGraph?: OrganizationGraphSystemBridge;
|
|
8523
8532
|
}
|
|
8524
8533
|
interface ResolvedSystemAccess {
|
|
8525
|
-
|
|
8534
|
+
systemKey: string;
|
|
8526
8535
|
systemId?: string;
|
|
8527
8536
|
enabled: boolean;
|
|
8528
8537
|
}
|
|
@@ -13549,6 +13558,12 @@ declare function useApiClient(apiUrl: string): {
|
|
|
13549
13558
|
isInitializing: boolean;
|
|
13550
13559
|
};
|
|
13551
13560
|
|
|
13561
|
+
interface CreateElevasisQueryClientOptions extends Omit<QueryClientConfig, 'defaultOptions'> {
|
|
13562
|
+
defaultOptions?: DefaultOptions;
|
|
13563
|
+
onMutationError?: NonNullable<DefaultOptions['mutations']>['onError'];
|
|
13564
|
+
}
|
|
13565
|
+
declare function createElevasisQueryClient(options?: CreateElevasisQueryClientOptions): QueryClient;
|
|
13566
|
+
|
|
13552
13567
|
declare const InitializationContext: react.Context<AppInitializationState | null>;
|
|
13553
13568
|
/**
|
|
13554
13569
|
* Consumes the nearest InitializationProvider.
|
|
@@ -13594,5 +13609,5 @@ declare function InitializationProvider({ children }: {
|
|
|
13594
13609
|
children: ReactNode;
|
|
13595
13610
|
}): react.FunctionComponentElement<react.ProviderProps<AppInitializationState | null>>;
|
|
13596
13611
|
|
|
13597
|
-
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, CrmActionsProvider, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisServiceProvider, ElevasisSystemsProvider, ElevasisUIProvider, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, ListActionsProvider, NotificationProvider, OAUTH_FLOW_TIMEOUT, OperationsService, OrganizationContext, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceStatusColors, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, SystemShell, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, calculateBarPosition, calculateGraphHeight, clientsKeys, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createFeatureAccessHook, createOrganizationsSlice, createTestSystemsProvider, createUseAppInitialization, createUseOrgInitialization, createUseOrganizations, dealKeys, dealNoteKeys, dealTaskKeys, debounce, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, mantineThemeOverride, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, PRESETS as presets, projectActivityKeys, projectKeys, requestsKeys, restoreConsole, scheduleKeys, sessionsKeys, setupBrowserMocks, shouldAnimateEdge, sortData, suppressKnownWarnings, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmActions, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useDirectedChainHighlighting, useEffectivePermissions, useElevasisServices, useElevasisSystems, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutionSSE, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphHighlighting, useHasPermission, useInFlightExecutions, useInitialization, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisSystems, useOrgRoles, useOrganization, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution, useWorkflowStepsLayout, validateEmail };
|
|
13598
|
-
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState, AppearanceConfig, AssignRoleInput, AuthConfig, AuthContextValue, AuthKitConfig, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, ColorShadesTuple, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CreateTestSystemsProviderOptions, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisSystemsContextValue, ElevasisSystemsProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, ExecutionPathState, ExecutionStatus, FailingResource, FeatureAccessResult, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, InitializationError, LeadGenStageKey, LinkProps, ListActivitiesResponse, ListApiKeysResponse, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MembershipWithDetails, MessageEvent, MessageType, NodeColorType, NotificationAdapter, OrgRole, OrganizationContextValue, OrganizationGraphContextValue, OrganizationGraphSystemBridge, OrganizationsActions, OrganizationsSlice, OrganizationsState, PresetEntry, PresetName, ProfileContextValue, ProtectedRouteProps, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResolvedShellModel, ResolvedShellRouteMatch, ResolvedShellSystem, ResolvedSystemAccess, ResolvedSystemModule, ResolvedSystemSemantics, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, RouterAdapter, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, ShellRouteMatchStatus, ShellRuntime, ShellSidebarLinkGroup, ShellSidebarLinkItem, ShellSidebarProjectionOptions, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusColorScheme, StatusFilter, StatusIconColors, StepExecutionData, SubmitActionRequest, SubmitActionResponse, SupabaseUserProfile, SystemHealthExecutionSummary, SystemHealthResponse, SystemIconComponent, SystemModule, SystemSidebarComponent, TablerIcon, TaskSchedule, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateClientRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseSystemHealthParams, UseUserProfileReturn, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowExecutionTriggerParams, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };
|
|
13612
|
+
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, CrmActionsProvider, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider, ElevasisServiceProvider, ElevasisSystemsProvider, ElevasisUIProvider, GC_TIME_LONG, GC_TIME_MEDIUM, GC_TIME_SHORT, GRAPH_CONSTANTS, InitializationContext, InitializationProvider, LIMIT_ACTIVITY_FEED, ListActionsProvider, NotificationProvider, OAUTH_FLOW_TIMEOUT, OperationsService, OrganizationContext, OrganizationMembershipService, OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, PAGE_SIZE_DEFAULT, PresetsProvider, ProfileProvider, ProtectedRoute, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_REALTIME, REFETCH_INTERVAL_RUNNING, REFETCH_INTERVAL_RUNNING_FAST, ResourceStatusColors, RouterProvider, SHARED_VIZ_CONSTANTS, SSE_CLOSE_GRACE_PERIOD, SSE_TOKEN_REFRESH_DELAY, STALE_TIME_ADMIN, STALE_TIME_DEFAULT, STALE_TIME_MONITORING, STATUS_COLORS, ScrollToTop, SystemShell, TIMELINE_CONSTANTS, TOKEN_VAR_MAP, TanStackRouterBridge, UserProfileService, WORKFLOW_CONSTANTS, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, calculateBarPosition, calculateGraphHeight, clientsKeys, collectResourceFilterFacets, companyKeys, componentThemes, contactKeys, createCssVariablesResolver, createElevasisQueryClient, createFeatureAccessHook, createOrganizationsSlice, createTestSystemsProvider, createUseAppInitialization, createUseOrgInitialization, createUseOrganizations, dealKeys, dealNoteKeys, dealTaskKeys, debounce, executionsKeys, filterByDomainFilters, formatChartAxisDate, formatDate, formatDateTime, formatDuration, formatErrorMessage, formatRelativeTime, formatTimeAgo, generateShades, getEdgeColor, getEdgeOpacity, getErrorInfo, getErrorTitle, getPreset, getResourceColor, getResourceFilterFacetIds, getResourceIcon, getResourceStatusColor, getStatusColors, getStatusIcon, getTimeRangeDates, getTimeRangeLabel, isAPIClientError, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, mantineThemeOverride, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, PRESETS as presets, projectActivityKeys, projectKeys, requestsKeys, restoreConsole, scheduleKeys, sessionsKeys, setupBrowserMocks, shouldAnimateEdge, sortData, suppressKnownWarnings, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useAgentIterationData, useApiClient, useApiClientContext, useAppearance, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useAuthContext, useAvailablePresets, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useConnectionHighlight, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useCrmActions, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useDirectedChainHighlighting, useEffectivePermissions, useElevasisServices, useElevasisSystems, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionPath, useExecutionSSE, useExecutions, useFitViewTrigger, useGetExecutionHistory, useGetSchedule, useGraphHighlighting, useHasPermission, useInFlightExecutions, useInitialization, useList, useListActions, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNodeSelection, useNotificationAdapter, useNotificationCount as useNotificationCountSSE, useNotifications, useOptionalElevasisSystems, useOrgRoles, useOrganization, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, usePresetsContext, useProfile, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactFlowAgent, useReactivateMembership, useRecentExecutionsByResource, useSessionCheck as useRefocusSessionCheck, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useRouterContext, useSSEConnection, useScheduledTasks, useSession, useSessionCheck, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStableAccessToken, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTimelineData, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnifiedWorkflowLayout, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useUserProfile, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution, useWorkflowStepsLayout, validateEmail };
|
|
13613
|
+
export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AdminGuardProps, AgentIterationEdgeData, AgentIterationNodeData, AgentStatus, ApiClientContextValue, ApiClientProviderProps, ApiErrorDetails, ApiKeyConfig, AppInitializationState, AppearanceConfig, AssignRoleInput, AuthConfig, AuthContextValue, AuthKitConfig, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, ColorShadesTuple, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateCredentialRequest, CreateCredentialResponse, CreateElevasisQueryClientOptions, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CreateTestSystemsProviderOptions, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, DirectedChainHighlightingOptions, DirectedChainHighlightingResult, EdgeColorOptions, EdgeOpacityOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisSystemsContextValue, ElevasisSystemsProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, ExecutionPathState, ExecutionStatus, FailingResource, FeatureAccessResult, FrameworkThemeOverrides, GetMessagesResponse, GlowIntensity, GraphHeightOptions, GraphHighlightingResult, GraphMode, GraphThemeColors, InitializationError, LeadGenStageKey, LinkProps, ListActivitiesResponse, ListApiKeysResponse, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MembershipWithDetails, MessageEvent, MessageType, NodeColorType, NotificationAdapter, OrgRole, OrganizationContextValue, OrganizationGraphContextValue, OrganizationGraphSystemBridge, OrganizationsActions, OrganizationsSlice, OrganizationsState, PresetEntry, PresetName, ProfileContextValue, ProtectedRouteProps, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResolvedShellModel, ResolvedShellRouteMatch, ResolvedShellSystem, ResolvedSystemAccess, ResolvedSystemModule, ResolvedSystemSemantics, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, RouterAdapter, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, ShellRouteMatchStatus, ShellRuntime, ShellSidebarLinkGroup, ShellSidebarLinkItem, ShellSidebarProjectionOptions, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusColorScheme, StatusFilter, StatusIconColors, StepExecutionData, SubmitActionRequest, SubmitActionResponse, SupabaseUserProfile, SystemHealthExecutionSummary, SystemHealthResponse, SystemIconComponent, SystemModule, SystemSidebarComponent, TablerIcon, TaskSchedule, ThemePreset, TimelineBarProps, TimelineContainerProps, TimelineRowProps, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UnifiedWorkflowEdgeData, UnifiedWorkflowNodeData, UpdateClientRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseApiClientReturn, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseOrgInitializationReturn, UseOrganizationsReturn, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseSystemHealthParams, UseUserProfileReturn, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WithSchemes, WorkflowEdgeType, WorkflowExecutionTriggerParams, WorkflowStepEdgeData, WorkflowStepNodeData, WorkflowStepsLayoutInput };
|
package/dist/index.js
CHANGED
|
@@ -1,33 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
export { createElevasisQueryClient } from './chunk-3QXJK5IY.js';
|
|
2
2
|
export { useAvailablePresets } from './chunk-JFL3GRD4.js';
|
|
3
3
|
export { GRAPH_CONSTANTS, calculateGraphHeight, useConnectionHighlight, useDirectedChainHighlighting, useFitViewTrigger, useGraphHighlighting, useNodeSelection } from './chunk-22UVE3RA.js';
|
|
4
4
|
export { AGENT_CONSTANTS, CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS, STATUS_COLORS, TIMELINE_CONSTANTS, WORKFLOW_CONSTANTS, calculateBarPosition, formatDuration, getEdgeColor, getEdgeOpacity, getResourceStatusColor, getStatusColors, getStatusIcon, shouldAnimateEdge, useAgentIterationData, useExecutionPath, useReactFlowAgent, useTimelineData, useUnifiedWorkflowLayout, useWorkflowStepsLayout } from './chunk-E4WQGJNS.js';
|
|
5
5
|
import './chunk-7M2VOCYN.js';
|
|
6
|
-
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from './chunk-
|
|
6
|
+
export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from './chunk-IGDYWFNE.js';
|
|
7
7
|
export { observabilityKeys, useErrorTrends } from './chunk-VNAZTCHA.js';
|
|
8
8
|
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from './chunk-XZGSCABI.js';
|
|
9
9
|
import './chunk-BRXELOHC.js';
|
|
10
10
|
export { useMergedExecution } from './chunk-3ZMAGTWF.js';
|
|
11
|
-
export { createTestSystemsProvider } from './chunk-
|
|
12
|
-
export { ElevasisUIProvider } from './chunk-53436UTQ.js';
|
|
11
|
+
export { ElevasisUIProvider, createTestSystemsProvider } from './chunk-BPQVTIUP.js';
|
|
13
12
|
export { PresetsProvider, TOKEN_VAR_MAP, componentThemes, createCssVariablesResolver, mantineThemeOverride, usePresetsContext } from './chunk-RQA2EVN3.js';
|
|
14
13
|
export { generateShades, getPreset, PRESETS as presets } from './chunk-3FV6HBXS.js';
|
|
15
14
|
import './chunk-WLOQ4IBG.js';
|
|
16
|
-
export { SystemShell } from './chunk-
|
|
17
|
-
import './chunk-
|
|
15
|
+
export { CrmActionsProvider, ElevasisCoreProvider, ListActionsProvider, NotificationProvider, SystemShell, useCrmActions, useListActions, useNotificationAdapter } from './chunk-PLP3NYPL.js';
|
|
16
|
+
import './chunk-HRWLKKWM.js';
|
|
18
17
|
import './chunk-3KMDHCAR.js';
|
|
19
|
-
export {
|
|
20
|
-
import './chunk-SZHARWKU.js';
|
|
21
|
-
export { ElevasisSystemsProvider, createFeatureAccessHook, useElevasisSystems, useOptionalElevasisSystems } from './chunk-WJOE76FI.js';
|
|
18
|
+
export { ElevasisSystemsProvider, createFeatureAccessHook, useElevasisSystems, useOptionalElevasisSystems } from './chunk-O6JXQ6UQ.js';
|
|
22
19
|
import './chunk-TKAYX2SP.js';
|
|
23
20
|
import './chunk-NYBEU5TE.js';
|
|
24
|
-
import './chunk-
|
|
25
|
-
import './chunk-DYIDXUJS.js';
|
|
21
|
+
import './chunk-DTFKWZ7A.js';
|
|
26
22
|
export { ApiClientProvider, useApiClient, useApiClientContext } from './chunk-ND5TDV2J.js';
|
|
27
23
|
export { ScrollToTop, TanStackRouterBridge } from './chunk-2IFYDILW.js';
|
|
28
24
|
export { RouterProvider, useRouterContext } from './chunk-Q7DJKLEN.js';
|
|
29
|
-
export { OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from './chunk-
|
|
30
|
-
export { OrganizationProvider } from './chunk-HUJCU55S.js';
|
|
25
|
+
export { OrganizationProvider, OrganizationSwitcher, OrganizationSwitcherConnected, createOrganizationsSlice, createUseOrgInitialization, createUseOrganizations } from './chunk-VTXTZXAU.js';
|
|
31
26
|
export { AppearanceProvider, useAppearance } from './chunk-E565XMTQ.js';
|
|
32
27
|
export { createUseAppInitialization } from './chunk-JBWJ6WHZ.js';
|
|
33
28
|
import './chunk-DT3QYZVU.js';
|
|
@@ -97,24 +97,6 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
97
97
|
}, z.core.$strip>>;
|
|
98
98
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
99
99
|
|
|
100
|
-
/**
|
|
101
|
-
* Placeholder discriminated union for ContentNode (Wave 1A).
|
|
102
|
-
* Wave 2A wires concrete (kind, type) pairs via the registry.
|
|
103
|
-
*
|
|
104
|
-
* Per D2: unregistered (kind, type) pairs are allowed and pass through validation.
|
|
105
|
-
* Per L14: every node carries BOTH `kind` and `type`.
|
|
106
|
-
*/
|
|
107
|
-
declare const ContentNodeSchema: z.ZodObject<{
|
|
108
|
-
label: z.ZodString;
|
|
109
|
-
description: z.ZodOptional<z.ZodString>;
|
|
110
|
-
order: z.ZodOptional<z.ZodNumber>;
|
|
111
|
-
parentContentId: z.ZodOptional<z.ZodString>;
|
|
112
|
-
kind: z.ZodString;
|
|
113
|
-
type: z.ZodString;
|
|
114
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
115
|
-
}, z.core.$strip>;
|
|
116
|
-
type ContentNode = z.infer<typeof ContentNodeSchema>;
|
|
117
|
-
|
|
118
100
|
type JsonPrimitive = string | number | boolean | null;
|
|
119
101
|
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
120
102
|
[key: string]: JsonValue;
|
|
@@ -156,11 +138,6 @@ interface SystemEntry {
|
|
|
156
138
|
config?: Record<string, JsonValue>;
|
|
157
139
|
ontology?: OntologyScope;
|
|
158
140
|
systems?: Record<string, SystemEntry>;
|
|
159
|
-
/**
|
|
160
|
-
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
161
|
-
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
162
|
-
*/
|
|
163
|
-
content?: Record<string, ContentNode>;
|
|
164
141
|
subsystems?: Record<string, SystemEntry>;
|
|
165
142
|
}
|
|
166
143
|
|
|
@@ -244,6 +221,7 @@ declare const OrgKnowledgeNodeSchema: z.ZodObject<{
|
|
|
244
221
|
crm: "crm";
|
|
245
222
|
"lead-gen": "lead-gen";
|
|
246
223
|
projects: "projects";
|
|
224
|
+
clients: "clients";
|
|
247
225
|
operations: "operations";
|
|
248
226
|
monitoring: "monitoring";
|
|
249
227
|
knowledge: "knowledge";
|
|
@@ -305,11 +283,10 @@ declare const OrgKnowledgeNodeSchema: z.ZodObject<{
|
|
|
305
283
|
ontology: "ontology";
|
|
306
284
|
role: "role";
|
|
307
285
|
goal: "goal";
|
|
308
|
-
stage: "stage";
|
|
309
286
|
resource: "resource";
|
|
287
|
+
stage: "stage";
|
|
310
288
|
"customer-segment": "customer-segment";
|
|
311
289
|
offering: "offering";
|
|
312
|
-
"content-node": "content-node";
|
|
313
290
|
}>;
|
|
314
291
|
id: z.ZodString;
|
|
315
292
|
}, z.core.$strip>;
|
|
@@ -317,7 +294,7 @@ declare const OrgKnowledgeNodeSchema: z.ZodObject<{
|
|
|
317
294
|
nodeId: z.ZodUnion<readonly [z.ZodString, z.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
318
295
|
}, z.core.$strip>]>, z.ZodTransform<{
|
|
319
296
|
target: {
|
|
320
|
-
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "
|
|
297
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "resource" | "stage" | "customer-segment" | "offering";
|
|
321
298
|
id: string;
|
|
322
299
|
};
|
|
323
300
|
nodeId: string;
|
|
@@ -325,7 +302,7 @@ declare const OrgKnowledgeNodeSchema: z.ZodObject<{
|
|
|
325
302
|
nodeId: string;
|
|
326
303
|
} | {
|
|
327
304
|
target: {
|
|
328
|
-
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "
|
|
305
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "resource" | "stage" | "customer-segment" | "offering";
|
|
329
306
|
id: string;
|
|
330
307
|
};
|
|
331
308
|
}>>>>;
|
|
@@ -345,6 +322,7 @@ declare const OrganizationModelIconTokenSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
|
345
322
|
crm: "crm";
|
|
346
323
|
"lead-gen": "lead-gen";
|
|
347
324
|
projects: "projects";
|
|
325
|
+
clients: "clients";
|
|
348
326
|
operations: "operations";
|
|
349
327
|
monitoring: "monitoring";
|
|
350
328
|
knowledge: "knowledge";
|
|
@@ -811,14 +789,18 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
811
789
|
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
812
790
|
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
813
791
|
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
792
|
+
contract: z.ZodOptional<z.ZodObject<{
|
|
793
|
+
input: z.ZodOptional<z.ZodString>;
|
|
794
|
+
output: z.ZodOptional<z.ZodString>;
|
|
795
|
+
}, z.core.$strip>>;
|
|
814
796
|
}, z.core.$strip>>;
|
|
815
797
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
816
798
|
path: z.ZodString;
|
|
817
799
|
role: z.ZodEnum<{
|
|
818
|
-
schema: "schema";
|
|
819
800
|
config: "config";
|
|
820
801
|
entrypoint: "entrypoint";
|
|
821
802
|
handler: "handler";
|
|
803
|
+
schema: "schema";
|
|
822
804
|
test: "test";
|
|
823
805
|
docs: "docs";
|
|
824
806
|
}>;
|
|
@@ -857,14 +839,18 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
857
839
|
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
858
840
|
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
859
841
|
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
842
|
+
contract: z.ZodOptional<z.ZodObject<{
|
|
843
|
+
input: z.ZodOptional<z.ZodString>;
|
|
844
|
+
output: z.ZodOptional<z.ZodString>;
|
|
845
|
+
}, z.core.$strip>>;
|
|
860
846
|
}, z.core.$strip>>;
|
|
861
847
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
862
848
|
path: z.ZodString;
|
|
863
849
|
role: z.ZodEnum<{
|
|
864
|
-
schema: "schema";
|
|
865
850
|
config: "config";
|
|
866
851
|
entrypoint: "entrypoint";
|
|
867
852
|
handler: "handler";
|
|
853
|
+
schema: "schema";
|
|
868
854
|
test: "test";
|
|
869
855
|
docs: "docs";
|
|
870
856
|
}>;
|
|
@@ -934,14 +920,18 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
934
920
|
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
935
921
|
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
936
922
|
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
923
|
+
contract: z.ZodOptional<z.ZodObject<{
|
|
924
|
+
input: z.ZodOptional<z.ZodString>;
|
|
925
|
+
output: z.ZodOptional<z.ZodString>;
|
|
926
|
+
}, z.core.$strip>>;
|
|
937
927
|
}, z.core.$strip>>;
|
|
938
928
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
939
929
|
path: z.ZodString;
|
|
940
930
|
role: z.ZodEnum<{
|
|
941
|
-
schema: "schema";
|
|
942
931
|
config: "config";
|
|
943
932
|
entrypoint: "entrypoint";
|
|
944
933
|
handler: "handler";
|
|
934
|
+
schema: "schema";
|
|
945
935
|
test: "test";
|
|
946
936
|
docs: "docs";
|
|
947
937
|
}>;
|
|
@@ -969,14 +959,18 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
969
959
|
writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
970
960
|
usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
971
961
|
emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
962
|
+
contract: z.ZodOptional<z.ZodObject<{
|
|
963
|
+
input: z.ZodOptional<z.ZodString>;
|
|
964
|
+
output: z.ZodOptional<z.ZodString>;
|
|
965
|
+
}, z.core.$strip>>;
|
|
972
966
|
}, z.core.$strip>>;
|
|
973
967
|
codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
974
968
|
path: z.ZodString;
|
|
975
969
|
role: z.ZodEnum<{
|
|
976
|
-
schema: "schema";
|
|
977
970
|
config: "config";
|
|
978
971
|
entrypoint: "entrypoint";
|
|
979
972
|
handler: "handler";
|
|
973
|
+
schema: "schema";
|
|
980
974
|
test: "test";
|
|
981
975
|
docs: "docs";
|
|
982
976
|
}>;
|
|
@@ -1201,6 +1195,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1201
1195
|
crm: "crm";
|
|
1202
1196
|
"lead-gen": "lead-gen";
|
|
1203
1197
|
projects: "projects";
|
|
1198
|
+
clients: "clients";
|
|
1204
1199
|
operations: "operations";
|
|
1205
1200
|
monitoring: "monitoring";
|
|
1206
1201
|
knowledge: "knowledge";
|
|
@@ -1262,11 +1257,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1262
1257
|
ontology: "ontology";
|
|
1263
1258
|
role: "role";
|
|
1264
1259
|
goal: "goal";
|
|
1265
|
-
stage: "stage";
|
|
1266
1260
|
resource: "resource";
|
|
1261
|
+
stage: "stage";
|
|
1267
1262
|
"customer-segment": "customer-segment";
|
|
1268
1263
|
offering: "offering";
|
|
1269
|
-
"content-node": "content-node";
|
|
1270
1264
|
}>;
|
|
1271
1265
|
id: z.ZodString;
|
|
1272
1266
|
}, z.core.$strip>;
|
|
@@ -1274,7 +1268,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1274
1268
|
nodeId: z.ZodUnion<readonly [z.ZodString, z.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
1275
1269
|
}, z.core.$strip>]>, z.ZodTransform<{
|
|
1276
1270
|
target: {
|
|
1277
|
-
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "
|
|
1271
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "resource" | "stage" | "customer-segment" | "offering";
|
|
1278
1272
|
id: string;
|
|
1279
1273
|
};
|
|
1280
1274
|
nodeId: string;
|
|
@@ -1282,7 +1276,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
1282
1276
|
nodeId: string;
|
|
1283
1277
|
} | {
|
|
1284
1278
|
target: {
|
|
1285
|
-
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "
|
|
1279
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "resource" | "stage" | "customer-segment" | "offering";
|
|
1286
1280
|
id: string;
|
|
1287
1281
|
};
|
|
1288
1282
|
}>>>>;
|
|
@@ -1295,9 +1289,7 @@ type OrganizationModel = z.infer<typeof OrganizationModelSchema>;
|
|
|
1295
1289
|
type OrgKnowledgeNode = z.infer<typeof OrgKnowledgeNodeSchema>;
|
|
1296
1290
|
type OrgKnowledgeKind = z.infer<typeof OrgKnowledgeKindSchema>;
|
|
1297
1291
|
|
|
1298
|
-
type OrganizationGraphNodeKind = 'organization' | 'system' | 'role' | 'action' | 'entity' | 'event' | 'policy' | 'stage' | 'resource' | 'knowledge' | 'customer-segment' | 'offering' | 'goal' | 'surface' | 'navigation-group'
|
|
1299
|
-
/** Phase 3 preview — Phase 4 populates this kind via graph projection of system.content entries. */
|
|
1300
|
-
| 'ontology' | 'content-node';
|
|
1292
|
+
type OrganizationGraphNodeKind = 'organization' | 'system' | 'role' | 'action' | 'entity' | 'event' | 'policy' | 'stage' | 'resource' | 'knowledge' | 'customer-segment' | 'offering' | 'goal' | 'surface' | 'navigation-group' | 'ontology';
|
|
1301
1293
|
type OrganizationGraphEdgeKind = 'contains' | 'references' | 'maps_to' | 'uses' | 'governs' | 'links' | 'affects' | 'emits' | 'originates_from' | 'triggers' | 'approval' | 'applies_to' | 'effects' | 'actions' | 'reads' | 'writes' | 'uses_catalog';
|
|
1302
1294
|
|
|
1303
1295
|
interface OrganizationGraphNode {
|