@elevasis/ui 2.31.0 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoreAuthKitInner-KSEGSB67.js → CoreAuthKitInner-QC62UHTZ.js} +1 -1
- package/dist/api/index.js +3 -3
- package/dist/app/index.css +38 -0
- package/dist/app/index.d.ts +69 -9
- package/dist/app/index.js +7 -6
- package/dist/auth/context.js +1 -1
- package/dist/auth/index.js +1 -1
- package/dist/charts/index.js +5 -6
- package/dist/{chunk-JKSUN5GN.js → chunk-2GMF5IRF.js} +81 -746
- package/dist/{chunk-XQHZBA65.js → chunk-2RJMVWFJ.js} +1 -6
- package/dist/{chunk-CW3UNAF2.js → chunk-4DYOXEH6.js} +410 -5
- package/dist/{chunk-HQGF4ATG.js → chunk-52NLZN6Z.js} +118 -141
- package/dist/chunk-AHCKOU2M.js +13 -0
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/chunk-DWXDNT7P.js +145 -0
- package/dist/chunk-E4T2N7P7.js +124 -0
- package/dist/{chunk-HYNYEBHM.js → chunk-E7C4XEWH.js} +3 -3
- package/dist/{chunk-L3BVJWML.js → chunk-EPTHX4VZ.js} +1 -1
- package/dist/{chunk-QDEETKYT.js → chunk-FFPHJBJC.js} +9 -9
- package/dist/chunk-GNRMB6DC.js +5126 -0
- package/dist/{chunk-DZTG5IAC.js → chunk-I2KLQ2HA.js} +1 -7
- package/dist/{chunk-Q6OYNEGR.js → chunk-IUKFNASA.js} +5 -6
- package/dist/{chunk-QHEWXU7I.js → chunk-JFL3GRD4.js} +1 -1
- package/dist/{chunk-T3IPHEYJ.js → chunk-JHT5JIJ3.js} +4410 -566
- package/dist/{chunk-L2NVFLXU.js → chunk-MHLZ4F4N.js} +4 -4
- package/dist/{chunk-XQQEKWTL.js → chunk-N55DVMAG.js} +6 -2
- package/dist/{chunk-TOIXUWR6.js → chunk-ND5TDV2J.js} +1 -1
- package/dist/{chunk-5LJAEZMA.js → chunk-NOIRGGW2.js} +5 -6
- package/dist/{chunk-7KC4P3AU.js → chunk-QNOVUCSV.js} +2 -12
- package/dist/{chunk-3BAPR3KA.js → chunk-RQA2EVN3.js} +5 -15
- package/dist/{chunk-ND42LPY4.js → chunk-TKF5S4XP.js} +6 -6
- package/dist/{chunk-DWK2QIAK.js → chunk-TYRUKGGD.js} +1 -1
- package/dist/{chunk-Y4FWCG7Y.js → chunk-UVFOURXR.js} +8 -7
- package/dist/chunk-UW7IV2Y3.js +447 -0
- package/dist/{chunk-P55BJZZW.js → chunk-V6SZ4ECN.js} +20 -5
- package/dist/{chunk-6YT4IKJ7.js → chunk-VNAZTCHA.js} +15 -0
- package/dist/chunk-XG57WXOL.js +85 -0
- package/dist/{chunk-SHQXMW4F.js → chunk-XOFSMJLF.js} +46 -28
- package/dist/{chunk-7HMCB26R.js → chunk-XZGSCABI.js} +1 -1
- package/dist/chunk-YAQ25UNM.js +2126 -0
- package/dist/chunk-ZGTDKH3P.js +467 -0
- package/dist/components/chat/index.js +1 -1
- package/dist/components/index.css +38 -0
- package/dist/components/index.d.ts +262 -51
- package/dist/components/index.js +37 -39
- package/dist/components/navigation/index.css +38 -0
- package/dist/components/navigation/index.js +5 -3
- package/dist/execution/index.d.ts +11 -2
- package/dist/execution/index.js +1 -1
- package/dist/features/auth/index.css +38 -0
- package/dist/features/auth/index.d.ts +91 -14
- package/dist/features/auth/index.js +42 -10
- package/dist/features/clients/index.css +38 -0
- package/dist/features/clients/index.d.ts +1 -1
- package/dist/features/clients/index.js +17 -15
- package/dist/features/crm/index.css +38 -0
- package/dist/features/crm/index.d.ts +80 -18
- package/dist/features/crm/index.js +17 -15
- package/dist/features/dashboard/index.css +38 -0
- package/dist/features/dashboard/index.d.ts +174 -25
- package/dist/features/dashboard/index.js +17 -16
- package/dist/features/delivery/index.css +38 -0
- package/dist/features/delivery/index.d.ts +80 -18
- package/dist/features/delivery/index.js +16 -15
- package/dist/features/knowledge/index.css +38 -0
- package/dist/features/knowledge/index.d.ts +20 -18
- package/dist/features/knowledge/index.js +114 -609
- package/dist/features/lead-gen/index.css +38 -0
- package/dist/features/lead-gen/index.d.ts +45 -43
- package/dist/features/lead-gen/index.js +17 -16
- package/dist/features/monitoring/index.css +38 -0
- package/dist/features/monitoring/index.d.ts +20 -18
- package/dist/features/monitoring/index.js +18 -17
- package/dist/features/monitoring/requests/index.css +38 -0
- package/dist/features/monitoring/requests/index.d.ts +23 -21
- package/dist/features/monitoring/requests/index.js +16 -14
- package/dist/features/operations/index.css +38 -0
- package/dist/features/operations/index.d.ts +1299 -66
- package/dist/features/operations/index.js +22 -24
- package/dist/features/seo/index.d.ts +20 -18
- package/dist/features/seo/index.js +2 -2
- package/dist/features/settings/index.css +38 -0
- package/dist/features/settings/index.d.ts +80 -18
- package/dist/features/settings/index.js +17 -15
- package/dist/graph/index.js +1 -1
- package/dist/hooks/delivery/index.css +38 -0
- package/dist/hooks/delivery/index.d.ts +60 -0
- package/dist/hooks/delivery/index.js +3 -3
- package/dist/hooks/index.css +38 -0
- package/dist/hooks/index.d.ts +492 -89
- package/dist/hooks/index.js +15 -13
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +332 -33
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
- package/dist/hooks/published.css +38 -0
- package/dist/hooks/published.d.ts +492 -89
- package/dist/hooks/published.js +15 -13
- package/dist/index.css +38 -0
- package/dist/index.d.ts +1353 -1349
- package/dist/index.js +16 -14
- package/dist/initialization/index.d.ts +60 -0
- package/dist/initialization/index.js +1 -1
- package/dist/knowledge/index.d.ts +1217 -1292
- package/dist/knowledge/index.js +6538 -2198
- package/dist/knowledge-search-index-P7PR626V.js +1514 -0
- package/dist/layout/index.js +3 -4
- package/dist/organization/index.css +38 -0
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +60 -0
- package/dist/profile/index.js +1 -1
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.css +38 -0
- package/dist/provider/index.d.ts +1068 -1246
- package/dist/provider/index.js +12 -10
- package/dist/provider/published.css +38 -0
- package/dist/provider/published.d.ts +1065 -1243
- package/dist/provider/published.js +9 -7
- package/dist/router/context.js +1 -1
- package/dist/router/index.js +1 -1
- package/dist/sse/index.js +1 -1
- package/dist/supabase/index.d.ts +117 -0
- package/dist/supabase/index.js +1 -1
- package/dist/test-utils/index.d.ts +16 -9
- package/dist/test-utils/index.js +40 -33
- package/dist/test-utils/setup-integration.js +1 -1
- package/dist/test-utils/setup.js +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/theme/presets/index.js +1 -1
- package/dist/typeform/index.js +1 -1
- package/dist/typeform/schemas.js +1 -1
- package/dist/types/index.d.ts +394 -35
- package/dist/utils/index.d.ts +174 -25
- package/dist/utils/index.js +2 -2
- package/dist/vite/index.js +1 -1
- package/dist/vite-plugin-knowledge/index.js +1 -1
- package/dist/zustand/index.js +1 -1
- package/package.json +10 -9
- 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-542WPQU2.js +0 -413
- package/dist/chunk-6IXOKUBC.js +0 -347
- package/dist/chunk-CQZ3DNQY.js +0 -740
- package/dist/chunk-ECNNI3NT.js +0 -6
- package/dist/chunk-GRDLB6LM.js +0 -160
- package/dist/chunk-JDNEWB5F.js +0 -10
- package/dist/chunk-MVFCLZSK.js +0 -4337
- package/dist/chunk-O2QOPJI5.js +0 -2235
- package/dist/chunk-OAVTMITG.js +0 -13
- package/dist/chunk-TVRQ6AQI.js +0 -476
- package/dist/chunk-WF227UBV.js +0 -48
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _tanstack_react_query from '@tanstack/react-query';
|
|
|
4
4
|
import { QueryClient } from '@tanstack/react-query';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import * as z from 'zod';
|
|
7
|
-
import { z as z$1 } from 'zod';
|
|
7
|
+
import { z as z$1, ZodType } from 'zod';
|
|
8
8
|
import { CSSVariablesResolver, MantineThemeOverride } from '@mantine/core';
|
|
9
9
|
import { Node, Edge, NodeMouseHandler } from '@xyflow/react';
|
|
10
10
|
import { IconBrain } from '@tabler/icons-react';
|
|
@@ -441,50 +441,200 @@ interface SerializedWorkflowDefinition {
|
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
declare const ResourceGovernanceStatusSchema: z$1.ZodEnum<{
|
|
444
|
-
active: "active";
|
|
445
444
|
deprecated: "deprecated";
|
|
445
|
+
active: "active";
|
|
446
446
|
archived: "archived";
|
|
447
447
|
}>;
|
|
448
448
|
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
|
+
systemPath: z$1.ZodString;
|
|
451
452
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
452
453
|
status: z$1.ZodEnum<{
|
|
453
|
-
active: "active";
|
|
454
454
|
deprecated: "deprecated";
|
|
455
|
+
active: "active";
|
|
455
456
|
archived: "archived";
|
|
456
457
|
}>;
|
|
458
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
459
|
+
implements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
460
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
461
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
462
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
463
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
464
|
+
}, z$1.core.$strip>>;
|
|
465
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
466
|
+
path: z$1.ZodString;
|
|
467
|
+
role: z$1.ZodEnum<{
|
|
468
|
+
schema: "schema";
|
|
469
|
+
config: "config";
|
|
470
|
+
entrypoint: "entrypoint";
|
|
471
|
+
handler: "handler";
|
|
472
|
+
test: "test";
|
|
473
|
+
docs: "docs";
|
|
474
|
+
}>;
|
|
475
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
476
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
477
|
+
}, z$1.core.$strip>>>;
|
|
457
478
|
kind: z$1.ZodLiteral<"workflow">;
|
|
458
|
-
|
|
479
|
+
actionKey: z$1.ZodOptional<z$1.ZodString>;
|
|
480
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
481
|
+
eventKey: z$1.ZodString;
|
|
482
|
+
label: z$1.ZodString;
|
|
483
|
+
payloadSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
484
|
+
lifecycle: z$1.ZodOptional<z$1.ZodEnum<{
|
|
485
|
+
deprecated: "deprecated";
|
|
486
|
+
draft: "draft";
|
|
487
|
+
beta: "beta";
|
|
488
|
+
active: "active";
|
|
489
|
+
archived: "archived";
|
|
490
|
+
}>>;
|
|
491
|
+
}, z$1.core.$strip>>>;
|
|
459
492
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
460
493
|
id: z$1.ZodString;
|
|
461
|
-
|
|
494
|
+
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
495
|
+
systemPath: z$1.ZodString;
|
|
462
496
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
463
497
|
status: z$1.ZodEnum<{
|
|
464
|
-
active: "active";
|
|
465
498
|
deprecated: "deprecated";
|
|
499
|
+
active: "active";
|
|
466
500
|
archived: "archived";
|
|
467
501
|
}>;
|
|
502
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
503
|
+
implements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
504
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
505
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
506
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
507
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
508
|
+
}, z$1.core.$strip>>;
|
|
509
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
510
|
+
path: z$1.ZodString;
|
|
511
|
+
role: z$1.ZodEnum<{
|
|
512
|
+
schema: "schema";
|
|
513
|
+
config: "config";
|
|
514
|
+
entrypoint: "entrypoint";
|
|
515
|
+
handler: "handler";
|
|
516
|
+
test: "test";
|
|
517
|
+
docs: "docs";
|
|
518
|
+
}>;
|
|
519
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
520
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
521
|
+
}, z$1.core.$strip>>>;
|
|
468
522
|
kind: z$1.ZodLiteral<"agent">;
|
|
469
523
|
agentKind: z$1.ZodEnum<{
|
|
524
|
+
platform: "platform";
|
|
470
525
|
orchestrator: "orchestrator";
|
|
471
526
|
specialist: "specialist";
|
|
472
527
|
utility: "utility";
|
|
473
|
-
system: "system";
|
|
474
528
|
}>;
|
|
475
529
|
actsAsRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
476
530
|
sessionCapable: z$1.ZodBoolean;
|
|
531
|
+
invocations: z$1.ZodDefault<z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
532
|
+
kind: z$1.ZodLiteral<"slash-command">;
|
|
533
|
+
command: z$1.ZodString;
|
|
534
|
+
toolFactory: z$1.ZodOptional<z$1.ZodString>;
|
|
535
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
536
|
+
kind: z$1.ZodLiteral<"mcp-tool">;
|
|
537
|
+
server: z$1.ZodString;
|
|
538
|
+
name: z$1.ZodString;
|
|
539
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
540
|
+
kind: z$1.ZodLiteral<"api-endpoint">;
|
|
541
|
+
method: z$1.ZodEnum<{
|
|
542
|
+
GET: "GET";
|
|
543
|
+
POST: "POST";
|
|
544
|
+
PATCH: "PATCH";
|
|
545
|
+
DELETE: "DELETE";
|
|
546
|
+
}>;
|
|
547
|
+
path: z$1.ZodString;
|
|
548
|
+
requestSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
549
|
+
responseSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
550
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
551
|
+
kind: z$1.ZodLiteral<"script-execution">;
|
|
552
|
+
resourceId: z$1.ZodString;
|
|
553
|
+
}, z$1.core.$strip>], "kind">>>;
|
|
554
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
555
|
+
eventKey: z$1.ZodString;
|
|
556
|
+
label: z$1.ZodString;
|
|
557
|
+
payloadSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
558
|
+
lifecycle: z$1.ZodOptional<z$1.ZodEnum<{
|
|
559
|
+
deprecated: "deprecated";
|
|
560
|
+
draft: "draft";
|
|
561
|
+
beta: "beta";
|
|
562
|
+
active: "active";
|
|
563
|
+
archived: "archived";
|
|
564
|
+
}>>;
|
|
565
|
+
}, z$1.core.$strip>>>;
|
|
477
566
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
478
567
|
id: z$1.ZodString;
|
|
479
|
-
|
|
568
|
+
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
569
|
+
systemPath: z$1.ZodString;
|
|
480
570
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
481
571
|
status: z$1.ZodEnum<{
|
|
482
|
-
active: "active";
|
|
483
572
|
deprecated: "deprecated";
|
|
573
|
+
active: "active";
|
|
484
574
|
archived: "archived";
|
|
485
575
|
}>;
|
|
576
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
577
|
+
implements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
578
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
579
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
580
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
581
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
582
|
+
}, z$1.core.$strip>>;
|
|
583
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
584
|
+
path: z$1.ZodString;
|
|
585
|
+
role: z$1.ZodEnum<{
|
|
586
|
+
schema: "schema";
|
|
587
|
+
config: "config";
|
|
588
|
+
entrypoint: "entrypoint";
|
|
589
|
+
handler: "handler";
|
|
590
|
+
test: "test";
|
|
591
|
+
docs: "docs";
|
|
592
|
+
}>;
|
|
593
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
594
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
595
|
+
}, z$1.core.$strip>>>;
|
|
486
596
|
kind: z$1.ZodLiteral<"integration">;
|
|
487
597
|
provider: z$1.ZodString;
|
|
598
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
599
|
+
id: z$1.ZodString;
|
|
600
|
+
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
601
|
+
systemPath: z$1.ZodString;
|
|
602
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
603
|
+
status: z$1.ZodEnum<{
|
|
604
|
+
deprecated: "deprecated";
|
|
605
|
+
active: "active";
|
|
606
|
+
archived: "archived";
|
|
607
|
+
}>;
|
|
608
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
609
|
+
implements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
610
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
611
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
612
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
613
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
614
|
+
}, z$1.core.$strip>>;
|
|
615
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
616
|
+
path: z$1.ZodString;
|
|
617
|
+
role: z$1.ZodEnum<{
|
|
618
|
+
schema: "schema";
|
|
619
|
+
config: "config";
|
|
620
|
+
entrypoint: "entrypoint";
|
|
621
|
+
handler: "handler";
|
|
622
|
+
test: "test";
|
|
623
|
+
docs: "docs";
|
|
624
|
+
}>;
|
|
625
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
626
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
627
|
+
}, z$1.core.$strip>>>;
|
|
628
|
+
kind: z$1.ZodLiteral<"script">;
|
|
629
|
+
language: z$1.ZodEnum<{
|
|
630
|
+
shell: "shell";
|
|
631
|
+
sql: "sql";
|
|
632
|
+
typescript: "typescript";
|
|
633
|
+
python: "python";
|
|
634
|
+
}>;
|
|
635
|
+
source: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodObject<{
|
|
636
|
+
file: z$1.ZodString;
|
|
637
|
+
}, z$1.core.$strip>]>;
|
|
488
638
|
}, z$1.core.$strip>], "kind">;
|
|
489
639
|
type ResourceGovernanceStatus = z$1.infer<typeof ResourceGovernanceStatusSchema>;
|
|
490
640
|
type ResourceEntry = z$1.infer<typeof ResourceEntrySchema>;
|
|
@@ -3418,6 +3568,66 @@ type Database = {
|
|
|
3418
3568
|
}
|
|
3419
3569
|
];
|
|
3420
3570
|
};
|
|
3571
|
+
user_notes: {
|
|
3572
|
+
Row: {
|
|
3573
|
+
content: string;
|
|
3574
|
+
created_at: string;
|
|
3575
|
+
created_by: string;
|
|
3576
|
+
id: string;
|
|
3577
|
+
metadata: Json;
|
|
3578
|
+
organization_id: string | null;
|
|
3579
|
+
pinned: boolean;
|
|
3580
|
+
priority: string;
|
|
3581
|
+
source: string | null;
|
|
3582
|
+
title: string | null;
|
|
3583
|
+
updated_at: string;
|
|
3584
|
+
user_id: string;
|
|
3585
|
+
};
|
|
3586
|
+
Insert: {
|
|
3587
|
+
content: string;
|
|
3588
|
+
created_at?: string;
|
|
3589
|
+
created_by?: string;
|
|
3590
|
+
id?: string;
|
|
3591
|
+
metadata?: Json;
|
|
3592
|
+
organization_id?: string | null;
|
|
3593
|
+
pinned?: boolean;
|
|
3594
|
+
priority?: string;
|
|
3595
|
+
source?: string | null;
|
|
3596
|
+
title?: string | null;
|
|
3597
|
+
updated_at?: string;
|
|
3598
|
+
user_id: string;
|
|
3599
|
+
};
|
|
3600
|
+
Update: {
|
|
3601
|
+
content?: string;
|
|
3602
|
+
created_at?: string;
|
|
3603
|
+
created_by?: string;
|
|
3604
|
+
id?: string;
|
|
3605
|
+
metadata?: Json;
|
|
3606
|
+
organization_id?: string | null;
|
|
3607
|
+
pinned?: boolean;
|
|
3608
|
+
priority?: string;
|
|
3609
|
+
source?: string | null;
|
|
3610
|
+
title?: string | null;
|
|
3611
|
+
updated_at?: string;
|
|
3612
|
+
user_id?: string;
|
|
3613
|
+
};
|
|
3614
|
+
Relationships: [
|
|
3615
|
+
{
|
|
3616
|
+
foreignKeyName: "user_notes_organization_id_fkey";
|
|
3617
|
+
columns: ["organization_id"];
|
|
3618
|
+
isOneToOne: false;
|
|
3619
|
+
referencedRelation: "organizations";
|
|
3620
|
+
referencedColumns: ["id"];
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
foreignKeyName: "user_notes_user_id_fkey";
|
|
3624
|
+
columns: ["user_id"];
|
|
3625
|
+
isOneToOne: false;
|
|
3626
|
+
referencedRelation: "users";
|
|
3627
|
+
referencedColumns: ["id"];
|
|
3628
|
+
}
|
|
3629
|
+
];
|
|
3630
|
+
};
|
|
3421
3631
|
users: {
|
|
3422
3632
|
Row: {
|
|
3423
3633
|
config: Json;
|
|
@@ -3875,9 +4085,9 @@ type DealDetailResponse = z$1.infer<typeof DealDetailResponseSchema>;
|
|
|
3875
4085
|
* from migration 20260428000003_lead_gen_acq_lists_status_and_config.sql).
|
|
3876
4086
|
*/
|
|
3877
4087
|
declare const ListStatusSchema: z$1.ZodEnum<{
|
|
3878
|
-
closing: "closing";
|
|
3879
|
-
archived: "archived";
|
|
3880
4088
|
draft: "draft";
|
|
4089
|
+
archived: "archived";
|
|
4090
|
+
closing: "closing";
|
|
3881
4091
|
enriching: "enriching";
|
|
3882
4092
|
launched: "launched";
|
|
3883
4093
|
}>;
|
|
@@ -3893,9 +4103,9 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3893
4103
|
batchIds: z$1.ZodArray<z$1.ZodString>;
|
|
3894
4104
|
instantlyCampaignId: z$1.ZodNullable<z$1.ZodString>;
|
|
3895
4105
|
status: z$1.ZodEnum<{
|
|
3896
|
-
closing: "closing";
|
|
3897
|
-
archived: "archived";
|
|
3898
4106
|
draft: "draft";
|
|
4107
|
+
archived: "archived";
|
|
4108
|
+
closing: "closing";
|
|
3899
4109
|
enriching: "enriching";
|
|
3900
4110
|
launched: "launched";
|
|
3901
4111
|
}>;
|
|
@@ -3925,7 +4135,7 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3925
4135
|
recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3926
4136
|
dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3927
4137
|
dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
|
|
3928
|
-
|
|
4138
|
+
actionKey: z$1.ZodString;
|
|
3929
4139
|
defaultBatchSize: z$1.ZodNumber;
|
|
3930
4140
|
maxBatchSize: z$1.ZodNumber;
|
|
3931
4141
|
recordColumns: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -3936,10 +4146,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3936
4146
|
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
3937
4147
|
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3938
4148
|
text: "text";
|
|
3939
|
-
badge: "badge";
|
|
3940
|
-
datetime: "datetime";
|
|
3941
4149
|
count: "count";
|
|
3942
4150
|
json: "json";
|
|
4151
|
+
badge: "badge";
|
|
4152
|
+
datetime: "datetime";
|
|
3943
4153
|
}>>;
|
|
3944
4154
|
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
3945
4155
|
}, z$1.core.$strip>>>;
|
|
@@ -3950,10 +4160,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
3950
4160
|
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
3951
4161
|
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
3952
4162
|
text: "text";
|
|
3953
|
-
badge: "badge";
|
|
3954
|
-
datetime: "datetime";
|
|
3955
4163
|
count: "count";
|
|
3956
4164
|
json: "json";
|
|
4165
|
+
badge: "badge";
|
|
4166
|
+
datetime: "datetime";
|
|
3957
4167
|
}>>;
|
|
3958
4168
|
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
3959
4169
|
}, z$1.core.$strip>>>;
|
|
@@ -4126,9 +4336,9 @@ declare const AcqContactResponseSchema: z$1.ZodObject<{
|
|
|
4126
4336
|
updatedAt: z$1.ZodString;
|
|
4127
4337
|
}, z$1.core.$strip>;
|
|
4128
4338
|
declare const AcqArtifactOwnerKindSchema: z$1.ZodEnum<{
|
|
4339
|
+
list: "list";
|
|
4129
4340
|
company: "company";
|
|
4130
4341
|
contact: "contact";
|
|
4131
|
-
list: "list";
|
|
4132
4342
|
deal: "deal";
|
|
4133
4343
|
list_member: "list_member";
|
|
4134
4344
|
}>;
|
|
@@ -4586,6 +4796,100 @@ interface ActionDef {
|
|
|
4586
4796
|
payloadSchema?: z$1.ZodTypeAny;
|
|
4587
4797
|
}
|
|
4588
4798
|
|
|
4799
|
+
declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
4800
|
+
objectTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4801
|
+
id: z$1.ZodString;
|
|
4802
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4803
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4804
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4805
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4806
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4807
|
+
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4808
|
+
}, z$1.core.$loose>>>>;
|
|
4809
|
+
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4810
|
+
id: z$1.ZodString;
|
|
4811
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4812
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4813
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4814
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4815
|
+
from: z$1.ZodString;
|
|
4816
|
+
to: z$1.ZodString;
|
|
4817
|
+
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
4818
|
+
via: z$1.ZodOptional<z$1.ZodString>;
|
|
4819
|
+
}, z$1.core.$loose>>>>;
|
|
4820
|
+
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4821
|
+
id: z$1.ZodString;
|
|
4822
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4823
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4824
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4825
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4826
|
+
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4827
|
+
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4828
|
+
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
4829
|
+
}, z$1.core.$loose>>>>;
|
|
4830
|
+
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4831
|
+
id: z$1.ZodString;
|
|
4832
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4833
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4834
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4835
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4836
|
+
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
4837
|
+
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
4838
|
+
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4839
|
+
}, z$1.core.$loose>>>>;
|
|
4840
|
+
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4841
|
+
id: z$1.ZodString;
|
|
4842
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4843
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4844
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4845
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4846
|
+
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4847
|
+
}, z$1.core.$loose>>>>;
|
|
4848
|
+
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4849
|
+
id: z$1.ZodString;
|
|
4850
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4851
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4852
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4853
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4854
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
4855
|
+
}, z$1.core.$loose>>>>;
|
|
4856
|
+
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4857
|
+
id: z$1.ZodString;
|
|
4858
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4859
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4860
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4861
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4862
|
+
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
4863
|
+
}, z$1.core.$loose>>>>;
|
|
4864
|
+
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4865
|
+
id: z$1.ZodString;
|
|
4866
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4867
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4868
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4869
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4870
|
+
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
4871
|
+
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4872
|
+
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4873
|
+
}, z$1.core.$loose>>>>;
|
|
4874
|
+
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4875
|
+
id: z$1.ZodString;
|
|
4876
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4877
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4878
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4879
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4880
|
+
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
4881
|
+
}, z$1.core.$loose>>>>;
|
|
4882
|
+
surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4883
|
+
id: z$1.ZodString;
|
|
4884
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
4885
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4886
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
4887
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4888
|
+
route: z$1.ZodOptional<z$1.ZodString>;
|
|
4889
|
+
}, z$1.core.$loose>>>>;
|
|
4890
|
+
}, z$1.core.$strip>>;
|
|
4891
|
+
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
4892
|
+
|
|
4589
4893
|
type MessageType = MessageEvent['type'];
|
|
4590
4894
|
/**
|
|
4591
4895
|
* Session Data Transfer Object (DTO)
|
|
@@ -5109,26 +5413,73 @@ declare const ResourceStatusColors: {
|
|
|
5109
5413
|
*/
|
|
5110
5414
|
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';
|
|
5111
5415
|
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
deprecated: "deprecated";
|
|
5128
|
-
archived: "archived";
|
|
5129
|
-
}>;
|
|
5416
|
+
/**
|
|
5417
|
+
* Placeholder discriminated union for ContentNode (Wave 1A).
|
|
5418
|
+
* Wave 2A wires concrete (kind, type) pairs via the registry.
|
|
5419
|
+
*
|
|
5420
|
+
* Per D2: unregistered (kind, type) pairs are allowed and pass through validation.
|
|
5421
|
+
* Per L14: every node carries BOTH `kind` and `type`.
|
|
5422
|
+
*/
|
|
5423
|
+
declare const ContentNodeSchema: z$1.ZodObject<{
|
|
5424
|
+
label: z$1.ZodString;
|
|
5425
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5426
|
+
order: z$1.ZodOptional<z$1.ZodNumber>;
|
|
5427
|
+
parentContentId: z$1.ZodOptional<z$1.ZodString>;
|
|
5428
|
+
kind: z$1.ZodString;
|
|
5429
|
+
type: z$1.ZodString;
|
|
5430
|
+
data: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
5130
5431
|
}, z$1.core.$strip>;
|
|
5131
|
-
type
|
|
5432
|
+
type ContentNode = z$1.infer<typeof ContentNodeSchema>;
|
|
5433
|
+
|
|
5434
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
5435
|
+
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
5436
|
+
[key: string]: JsonValue;
|
|
5437
|
+
};
|
|
5438
|
+
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
5439
|
+
interface SystemEntry {
|
|
5440
|
+
id: string;
|
|
5441
|
+
label?: string;
|
|
5442
|
+
title?: string;
|
|
5443
|
+
description?: string;
|
|
5444
|
+
kind?: 'product' | 'operational' | 'platform' | 'diagnostic';
|
|
5445
|
+
parentSystemId?: string;
|
|
5446
|
+
ui?: {
|
|
5447
|
+
path: string;
|
|
5448
|
+
surfaces: string[];
|
|
5449
|
+
icon?: string;
|
|
5450
|
+
order?: number;
|
|
5451
|
+
};
|
|
5452
|
+
lifecycle?: 'draft' | 'beta' | 'active' | 'deprecated' | 'archived';
|
|
5453
|
+
responsibleRoleId?: string;
|
|
5454
|
+
governedByKnowledge?: string[];
|
|
5455
|
+
actions?: {
|
|
5456
|
+
actionId: string;
|
|
5457
|
+
intent: 'exposes' | 'consumes';
|
|
5458
|
+
invocation?: unknown;
|
|
5459
|
+
}[];
|
|
5460
|
+
policies?: string[];
|
|
5461
|
+
drivesGoals?: string[];
|
|
5462
|
+
/** @deprecated Use lifecycle. Accepted for one publish cycle. */
|
|
5463
|
+
status?: 'active' | 'deprecated' | 'archived';
|
|
5464
|
+
path?: string;
|
|
5465
|
+
icon?: string;
|
|
5466
|
+
color?: string;
|
|
5467
|
+
uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
|
|
5468
|
+
enabled?: boolean;
|
|
5469
|
+
devOnly?: boolean;
|
|
5470
|
+
requiresAdmin?: boolean;
|
|
5471
|
+
order: number;
|
|
5472
|
+
config?: Record<string, JsonValue>;
|
|
5473
|
+
ontology?: OntologyScope;
|
|
5474
|
+
systems?: Record<string, SystemEntry>;
|
|
5475
|
+
/**
|
|
5476
|
+
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
5477
|
+
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
5478
|
+
*/
|
|
5479
|
+
content?: Record<string, ContentNode>;
|
|
5480
|
+
subsystems?: Record<string, SystemEntry>;
|
|
5481
|
+
}
|
|
5482
|
+
declare const SystemEntrySchema: ZodType<SystemEntry>;
|
|
5132
5483
|
|
|
5133
5484
|
/**
|
|
5134
5485
|
* Resource Registry type definitions
|
|
@@ -5143,7 +5494,7 @@ type ResourceStatus = 'dev' | 'prod';
|
|
|
5143
5494
|
* Used as the discriminator field in ResourceDefinition
|
|
5144
5495
|
*/
|
|
5145
5496
|
type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
|
|
5146
|
-
type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | '
|
|
5497
|
+
type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'lifecycle'>;
|
|
5147
5498
|
/**
|
|
5148
5499
|
* Base interface for ALL platform resources
|
|
5149
5500
|
* Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
|
|
@@ -5169,8 +5520,8 @@ interface ResourceDefinition {
|
|
|
5169
5520
|
sessionCapable?: boolean;
|
|
5170
5521
|
/** Whether the resource is local (monorepo) or remote (externally deployed) */
|
|
5171
5522
|
origin?: 'local' | 'remote';
|
|
5172
|
-
/** OM System membership, when backed by a Resource descriptor */
|
|
5173
|
-
|
|
5523
|
+
/** OM System membership — dot-separated system path (e.g. "sys.lead-gen"), when backed by a Resource descriptor */
|
|
5524
|
+
systemPath?: string;
|
|
5174
5525
|
/** Display metadata for the owning OM System */
|
|
5175
5526
|
system?: ResourceSystemSummary;
|
|
5176
5527
|
/** Governance lifecycle status from the OM Resource descriptor */
|
|
@@ -5457,171 +5808,203 @@ interface CommandViewData {
|
|
|
5457
5808
|
edges: CommandViewEdge[];
|
|
5458
5809
|
}
|
|
5459
5810
|
|
|
5460
|
-
declare const
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
"feature.settings": "feature.settings";
|
|
5495
|
-
"feature.admin": "feature.admin";
|
|
5496
|
-
"feature.archive": "feature.archive";
|
|
5497
|
-
"feature.seo": "feature.seo";
|
|
5498
|
-
"resource.agent": "resource.agent";
|
|
5499
|
-
"resource.workflow": "resource.workflow";
|
|
5500
|
-
"resource.integration": "resource.integration";
|
|
5501
|
-
"resource.database": "resource.database";
|
|
5502
|
-
"resource.user": "resource.user";
|
|
5503
|
-
"resource.team": "resource.team";
|
|
5504
|
-
"integration.gmail": "integration.gmail";
|
|
5505
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
5506
|
-
"integration.attio": "integration.attio";
|
|
5507
|
-
"surface.dashboard": "surface.dashboard";
|
|
5508
|
-
"surface.calendar": "surface.calendar";
|
|
5509
|
-
"surface.overview": "surface.overview";
|
|
5510
|
-
"surface.command-view": "surface.command-view";
|
|
5511
|
-
"surface.command-queue": "surface.command-queue";
|
|
5512
|
-
"surface.pipeline": "surface.pipeline";
|
|
5513
|
-
"surface.lists": "surface.lists";
|
|
5514
|
-
"surface.resources": "surface.resources";
|
|
5515
|
-
"surface.settings": "surface.settings";
|
|
5516
|
-
"status.success": "status.success";
|
|
5517
|
-
"status.error": "status.error";
|
|
5518
|
-
"status.warning": "status.warning";
|
|
5519
|
-
"status.info": "status.info";
|
|
5520
|
-
"status.pending": "status.pending";
|
|
5521
|
-
"action.approve": "action.approve";
|
|
5522
|
-
"action.reject": "action.reject";
|
|
5523
|
-
"action.retry": "action.retry";
|
|
5524
|
-
"action.edit": "action.edit";
|
|
5525
|
-
"action.view": "action.view";
|
|
5526
|
-
"action.launch": "action.launch";
|
|
5527
|
-
"action.message": "action.message";
|
|
5528
|
-
"action.escalate": "action.escalate";
|
|
5529
|
-
"action.promote": "action.promote";
|
|
5530
|
-
"action.submit": "action.submit";
|
|
5531
|
-
"action.email": "action.email";
|
|
5532
|
-
}>, z$1.ZodString]>>;
|
|
5533
|
-
color: z$1.ZodOptional<z$1.ZodString>;
|
|
5534
|
-
uiPosition: z$1.ZodOptional<z$1.ZodEnum<{
|
|
5535
|
-
"sidebar-primary": "sidebar-primary";
|
|
5536
|
-
"sidebar-bottom": "sidebar-bottom";
|
|
5537
|
-
}>>;
|
|
5538
|
-
requiresAdmin: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
5539
|
-
devOnly: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
5540
|
-
}, z$1.core.$strip>;
|
|
5811
|
+
declare const SurfaceTypeSchema: z$1.ZodEnum<{
|
|
5812
|
+
dashboard: "dashboard";
|
|
5813
|
+
settings: "settings";
|
|
5814
|
+
graph: "graph";
|
|
5815
|
+
list: "list";
|
|
5816
|
+
page: "page";
|
|
5817
|
+
detail: "detail";
|
|
5818
|
+
}>;
|
|
5819
|
+
interface SidebarSurfaceNode {
|
|
5820
|
+
type: 'surface';
|
|
5821
|
+
label: string;
|
|
5822
|
+
path: string;
|
|
5823
|
+
surfaceType: z$1.infer<typeof SurfaceTypeSchema>;
|
|
5824
|
+
description?: string;
|
|
5825
|
+
icon?: string;
|
|
5826
|
+
order?: number;
|
|
5827
|
+
targets?: {
|
|
5828
|
+
systems?: string[];
|
|
5829
|
+
entities?: string[];
|
|
5830
|
+
resources?: string[];
|
|
5831
|
+
actions?: string[];
|
|
5832
|
+
};
|
|
5833
|
+
devOnly?: boolean;
|
|
5834
|
+
requiresAdmin?: boolean;
|
|
5835
|
+
}
|
|
5836
|
+
interface SidebarGroupNode {
|
|
5837
|
+
type: 'group';
|
|
5838
|
+
label: string;
|
|
5839
|
+
description?: string;
|
|
5840
|
+
icon?: string;
|
|
5841
|
+
order?: number;
|
|
5842
|
+
children: Record<string, SidebarNode>;
|
|
5843
|
+
}
|
|
5844
|
+
type SidebarNode = SidebarSurfaceNode | SidebarGroupNode;
|
|
5541
5845
|
|
|
5542
5846
|
declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
5543
5847
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
|
|
5587
|
-
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
|
|
5591
|
-
|
|
5592
|
-
|
|
5593
|
-
|
|
5594
|
-
|
|
5595
|
-
|
|
5596
|
-
|
|
5597
|
-
|
|
5598
|
-
|
|
5599
|
-
|
|
5600
|
-
|
|
5601
|
-
|
|
5602
|
-
|
|
5603
|
-
|
|
5604
|
-
|
|
5605
|
-
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
|
|
5611
|
-
|
|
5612
|
-
|
|
5613
|
-
|
|
5614
|
-
|
|
5615
|
-
|
|
5616
|
-
|
|
5617
|
-
|
|
5618
|
-
|
|
5619
|
-
|
|
5620
|
-
|
|
5621
|
-
}
|
|
5622
|
-
|
|
5623
|
-
|
|
5624
|
-
|
|
5848
|
+
domainMetadata: z$1.ZodPipe<z$1.ZodDefault<z$1.ZodObject<{
|
|
5849
|
+
branding: z$1.ZodOptional<z$1.ZodObject<{
|
|
5850
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5851
|
+
lastModified: z$1.ZodString;
|
|
5852
|
+
}, z$1.core.$strip>>;
|
|
5853
|
+
identity: z$1.ZodOptional<z$1.ZodObject<{
|
|
5854
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5855
|
+
lastModified: z$1.ZodString;
|
|
5856
|
+
}, z$1.core.$strip>>;
|
|
5857
|
+
customers: z$1.ZodOptional<z$1.ZodObject<{
|
|
5858
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5859
|
+
lastModified: z$1.ZodString;
|
|
5860
|
+
}, z$1.core.$strip>>;
|
|
5861
|
+
offerings: z$1.ZodOptional<z$1.ZodObject<{
|
|
5862
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5863
|
+
lastModified: z$1.ZodString;
|
|
5864
|
+
}, z$1.core.$strip>>;
|
|
5865
|
+
roles: z$1.ZodOptional<z$1.ZodObject<{
|
|
5866
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5867
|
+
lastModified: z$1.ZodString;
|
|
5868
|
+
}, z$1.core.$strip>>;
|
|
5869
|
+
goals: z$1.ZodOptional<z$1.ZodObject<{
|
|
5870
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5871
|
+
lastModified: z$1.ZodString;
|
|
5872
|
+
}, z$1.core.$strip>>;
|
|
5873
|
+
systems: z$1.ZodOptional<z$1.ZodObject<{
|
|
5874
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5875
|
+
lastModified: z$1.ZodString;
|
|
5876
|
+
}, z$1.core.$strip>>;
|
|
5877
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
5878
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5879
|
+
lastModified: z$1.ZodString;
|
|
5880
|
+
}, z$1.core.$strip>>;
|
|
5881
|
+
resources: z$1.ZodOptional<z$1.ZodObject<{
|
|
5882
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5883
|
+
lastModified: z$1.ZodString;
|
|
5884
|
+
}, z$1.core.$strip>>;
|
|
5885
|
+
actions: z$1.ZodOptional<z$1.ZodObject<{
|
|
5886
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5887
|
+
lastModified: z$1.ZodString;
|
|
5888
|
+
}, z$1.core.$strip>>;
|
|
5889
|
+
entities: z$1.ZodOptional<z$1.ZodObject<{
|
|
5890
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5891
|
+
lastModified: z$1.ZodString;
|
|
5892
|
+
}, z$1.core.$strip>>;
|
|
5893
|
+
policies: z$1.ZodOptional<z$1.ZodObject<{
|
|
5894
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5895
|
+
lastModified: z$1.ZodString;
|
|
5896
|
+
}, z$1.core.$strip>>;
|
|
5897
|
+
knowledge: z$1.ZodOptional<z$1.ZodObject<{
|
|
5898
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
5899
|
+
lastModified: z$1.ZodString;
|
|
5900
|
+
}, z$1.core.$strip>>;
|
|
5901
|
+
}, z$1.core.$strip>>, z$1.ZodTransform<{
|
|
5902
|
+
branding: {
|
|
5903
|
+
version: 1;
|
|
5904
|
+
lastModified: string;
|
|
5905
|
+
};
|
|
5906
|
+
identity: {
|
|
5907
|
+
version: 1;
|
|
5908
|
+
lastModified: string;
|
|
5909
|
+
};
|
|
5910
|
+
customers: {
|
|
5911
|
+
version: 1;
|
|
5912
|
+
lastModified: string;
|
|
5913
|
+
};
|
|
5914
|
+
offerings: {
|
|
5915
|
+
version: 1;
|
|
5916
|
+
lastModified: string;
|
|
5917
|
+
};
|
|
5918
|
+
roles: {
|
|
5919
|
+
version: 1;
|
|
5920
|
+
lastModified: string;
|
|
5921
|
+
};
|
|
5922
|
+
goals: {
|
|
5923
|
+
version: 1;
|
|
5924
|
+
lastModified: string;
|
|
5925
|
+
};
|
|
5926
|
+
systems: {
|
|
5927
|
+
version: 1;
|
|
5928
|
+
lastModified: string;
|
|
5929
|
+
};
|
|
5930
|
+
ontology: {
|
|
5931
|
+
version: 1;
|
|
5932
|
+
lastModified: string;
|
|
5933
|
+
};
|
|
5934
|
+
resources: {
|
|
5935
|
+
version: 1;
|
|
5936
|
+
lastModified: string;
|
|
5937
|
+
};
|
|
5938
|
+
actions: {
|
|
5939
|
+
version: 1;
|
|
5940
|
+
lastModified: string;
|
|
5941
|
+
};
|
|
5942
|
+
entities: {
|
|
5943
|
+
version: 1;
|
|
5944
|
+
lastModified: string;
|
|
5945
|
+
};
|
|
5946
|
+
policies: {
|
|
5947
|
+
version: 1;
|
|
5948
|
+
lastModified: string;
|
|
5949
|
+
};
|
|
5950
|
+
knowledge: {
|
|
5951
|
+
version: 1;
|
|
5952
|
+
lastModified: string;
|
|
5953
|
+
};
|
|
5954
|
+
}, {
|
|
5955
|
+
branding?: {
|
|
5956
|
+
version: 1;
|
|
5957
|
+
lastModified: string;
|
|
5958
|
+
} | undefined;
|
|
5959
|
+
identity?: {
|
|
5960
|
+
version: 1;
|
|
5961
|
+
lastModified: string;
|
|
5962
|
+
} | undefined;
|
|
5963
|
+
customers?: {
|
|
5964
|
+
version: 1;
|
|
5965
|
+
lastModified: string;
|
|
5966
|
+
} | undefined;
|
|
5967
|
+
offerings?: {
|
|
5968
|
+
version: 1;
|
|
5969
|
+
lastModified: string;
|
|
5970
|
+
} | undefined;
|
|
5971
|
+
roles?: {
|
|
5972
|
+
version: 1;
|
|
5973
|
+
lastModified: string;
|
|
5974
|
+
} | undefined;
|
|
5975
|
+
goals?: {
|
|
5976
|
+
version: 1;
|
|
5977
|
+
lastModified: string;
|
|
5978
|
+
} | undefined;
|
|
5979
|
+
systems?: {
|
|
5980
|
+
version: 1;
|
|
5981
|
+
lastModified: string;
|
|
5982
|
+
} | undefined;
|
|
5983
|
+
ontology?: {
|
|
5984
|
+
version: 1;
|
|
5985
|
+
lastModified: string;
|
|
5986
|
+
} | undefined;
|
|
5987
|
+
resources?: {
|
|
5988
|
+
version: 1;
|
|
5989
|
+
lastModified: string;
|
|
5990
|
+
} | undefined;
|
|
5991
|
+
actions?: {
|
|
5992
|
+
version: 1;
|
|
5993
|
+
lastModified: string;
|
|
5994
|
+
} | undefined;
|
|
5995
|
+
entities?: {
|
|
5996
|
+
version: 1;
|
|
5997
|
+
lastModified: string;
|
|
5998
|
+
} | undefined;
|
|
5999
|
+
policies?: {
|
|
6000
|
+
version: 1;
|
|
6001
|
+
lastModified: string;
|
|
6002
|
+
} | undefined;
|
|
6003
|
+
knowledge?: {
|
|
6004
|
+
version: 1;
|
|
6005
|
+
lastModified: string;
|
|
6006
|
+
} | undefined;
|
|
6007
|
+
}>>;
|
|
5625
6008
|
branding: z$1.ZodObject<{
|
|
5626
6009
|
organizationName: z$1.ZodString;
|
|
5627
6010
|
productName: z$1.ZodString;
|
|
@@ -5633,806 +6016,24 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
5633
6016
|
}, z$1.core.$strip>>;
|
|
5634
6017
|
}, z$1.core.$strip>;
|
|
5635
6018
|
navigation: z$1.ZodDefault<z$1.ZodObject<{
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
5639
|
-
|
|
5640
|
-
path: z$1.ZodString;
|
|
5641
|
-
surfaceType: z$1.ZodEnum<{
|
|
5642
|
-
settings: "settings";
|
|
5643
|
-
page: "page";
|
|
5644
|
-
dashboard: "dashboard";
|
|
5645
|
-
graph: "graph";
|
|
5646
|
-
detail: "detail";
|
|
5647
|
-
list: "list";
|
|
5648
|
-
}>;
|
|
5649
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5650
|
-
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
5651
|
-
devOnly: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
5652
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
5653
|
-
"nav.dashboard": "nav.dashboard";
|
|
5654
|
-
"nav.calendar": "nav.calendar";
|
|
5655
|
-
"nav.sales": "nav.sales";
|
|
5656
|
-
"nav.crm": "nav.crm";
|
|
5657
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
5658
|
-
"nav.projects": "nav.projects";
|
|
5659
|
-
"nav.operations": "nav.operations";
|
|
5660
|
-
"nav.monitoring": "nav.monitoring";
|
|
5661
|
-
"nav.knowledge": "nav.knowledge";
|
|
5662
|
-
"nav.settings": "nav.settings";
|
|
5663
|
-
"nav.admin": "nav.admin";
|
|
5664
|
-
"nav.archive": "nav.archive";
|
|
5665
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
5666
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
5667
|
-
"knowledge.reference": "knowledge.reference";
|
|
5668
|
-
"feature.dashboard": "feature.dashboard";
|
|
5669
|
-
"feature.calendar": "feature.calendar";
|
|
5670
|
-
"feature.business": "feature.business";
|
|
5671
|
-
"feature.sales": "feature.sales";
|
|
5672
|
-
"feature.crm": "feature.crm";
|
|
5673
|
-
"feature.finance": "feature.finance";
|
|
5674
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
5675
|
-
"feature.platform": "feature.platform";
|
|
5676
|
-
"feature.projects": "feature.projects";
|
|
5677
|
-
"feature.operations": "feature.operations";
|
|
5678
|
-
"feature.knowledge": "feature.knowledge";
|
|
5679
|
-
"feature.monitoring": "feature.monitoring";
|
|
5680
|
-
"feature.settings": "feature.settings";
|
|
5681
|
-
"feature.admin": "feature.admin";
|
|
5682
|
-
"feature.archive": "feature.archive";
|
|
5683
|
-
"feature.seo": "feature.seo";
|
|
5684
|
-
"resource.agent": "resource.agent";
|
|
5685
|
-
"resource.workflow": "resource.workflow";
|
|
5686
|
-
"resource.integration": "resource.integration";
|
|
5687
|
-
"resource.database": "resource.database";
|
|
5688
|
-
"resource.user": "resource.user";
|
|
5689
|
-
"resource.team": "resource.team";
|
|
5690
|
-
"integration.gmail": "integration.gmail";
|
|
5691
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
5692
|
-
"integration.attio": "integration.attio";
|
|
5693
|
-
"surface.dashboard": "surface.dashboard";
|
|
5694
|
-
"surface.calendar": "surface.calendar";
|
|
5695
|
-
"surface.overview": "surface.overview";
|
|
5696
|
-
"surface.command-view": "surface.command-view";
|
|
5697
|
-
"surface.command-queue": "surface.command-queue";
|
|
5698
|
-
"surface.pipeline": "surface.pipeline";
|
|
5699
|
-
"surface.lists": "surface.lists";
|
|
5700
|
-
"surface.resources": "surface.resources";
|
|
5701
|
-
"surface.settings": "surface.settings";
|
|
5702
|
-
"status.success": "status.success";
|
|
5703
|
-
"status.error": "status.error";
|
|
5704
|
-
"status.warning": "status.warning";
|
|
5705
|
-
"status.info": "status.info";
|
|
5706
|
-
"status.pending": "status.pending";
|
|
5707
|
-
"action.approve": "action.approve";
|
|
5708
|
-
"action.reject": "action.reject";
|
|
5709
|
-
"action.retry": "action.retry";
|
|
5710
|
-
"action.edit": "action.edit";
|
|
5711
|
-
"action.view": "action.view";
|
|
5712
|
-
"action.launch": "action.launch";
|
|
5713
|
-
"action.message": "action.message";
|
|
5714
|
-
"action.escalate": "action.escalate";
|
|
5715
|
-
"action.promote": "action.promote";
|
|
5716
|
-
"action.submit": "action.submit";
|
|
5717
|
-
"action.email": "action.email";
|
|
5718
|
-
}>, z$1.ZodString]>>;
|
|
5719
|
-
featureId: z$1.ZodOptional<z$1.ZodString>;
|
|
5720
|
-
featureIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5721
|
-
entityIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5722
|
-
resourceIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5723
|
-
capabilityIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5724
|
-
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
5725
|
-
}, z$1.core.$strip>>>;
|
|
5726
|
-
groups: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
5727
|
-
id: z$1.ZodString;
|
|
5728
|
-
label: z$1.ZodString;
|
|
5729
|
-
placement: z$1.ZodString;
|
|
5730
|
-
surfaceIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5731
|
-
}, z$1.core.$strip>>>;
|
|
6019
|
+
sidebar: z$1.ZodDefault<z$1.ZodObject<{
|
|
6020
|
+
primary: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SidebarNode, unknown, z$1.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
|
|
6021
|
+
bottom: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SidebarNode, unknown, z$1.core.$ZodTypeInternals<SidebarNode, unknown>>>>;
|
|
6022
|
+
}, z$1.core.$strip>>;
|
|
5732
6023
|
}, z$1.core.$strip>>;
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
|
|
5736
|
-
|
|
5737
|
-
|
|
5738
|
-
|
|
5739
|
-
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
-
|
|
5745
|
-
|
|
5746
|
-
"nav.dashboard": "nav.dashboard";
|
|
5747
|
-
"nav.calendar": "nav.calendar";
|
|
5748
|
-
"nav.sales": "nav.sales";
|
|
5749
|
-
"nav.crm": "nav.crm";
|
|
5750
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
5751
|
-
"nav.projects": "nav.projects";
|
|
5752
|
-
"nav.operations": "nav.operations";
|
|
5753
|
-
"nav.monitoring": "nav.monitoring";
|
|
5754
|
-
"nav.knowledge": "nav.knowledge";
|
|
5755
|
-
"nav.settings": "nav.settings";
|
|
5756
|
-
"nav.admin": "nav.admin";
|
|
5757
|
-
"nav.archive": "nav.archive";
|
|
5758
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
5759
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
5760
|
-
"knowledge.reference": "knowledge.reference";
|
|
5761
|
-
"feature.dashboard": "feature.dashboard";
|
|
5762
|
-
"feature.calendar": "feature.calendar";
|
|
5763
|
-
"feature.business": "feature.business";
|
|
5764
|
-
"feature.sales": "feature.sales";
|
|
5765
|
-
"feature.crm": "feature.crm";
|
|
5766
|
-
"feature.finance": "feature.finance";
|
|
5767
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
5768
|
-
"feature.platform": "feature.platform";
|
|
5769
|
-
"feature.projects": "feature.projects";
|
|
5770
|
-
"feature.operations": "feature.operations";
|
|
5771
|
-
"feature.knowledge": "feature.knowledge";
|
|
5772
|
-
"feature.monitoring": "feature.monitoring";
|
|
5773
|
-
"feature.settings": "feature.settings";
|
|
5774
|
-
"feature.admin": "feature.admin";
|
|
5775
|
-
"feature.archive": "feature.archive";
|
|
5776
|
-
"feature.seo": "feature.seo";
|
|
5777
|
-
"resource.agent": "resource.agent";
|
|
5778
|
-
"resource.workflow": "resource.workflow";
|
|
5779
|
-
"resource.integration": "resource.integration";
|
|
5780
|
-
"resource.database": "resource.database";
|
|
5781
|
-
"resource.user": "resource.user";
|
|
5782
|
-
"resource.team": "resource.team";
|
|
5783
|
-
"integration.gmail": "integration.gmail";
|
|
5784
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
5785
|
-
"integration.attio": "integration.attio";
|
|
5786
|
-
"surface.dashboard": "surface.dashboard";
|
|
5787
|
-
"surface.calendar": "surface.calendar";
|
|
5788
|
-
"surface.overview": "surface.overview";
|
|
5789
|
-
"surface.command-view": "surface.command-view";
|
|
5790
|
-
"surface.command-queue": "surface.command-queue";
|
|
5791
|
-
"surface.pipeline": "surface.pipeline";
|
|
5792
|
-
"surface.lists": "surface.lists";
|
|
5793
|
-
"surface.resources": "surface.resources";
|
|
5794
|
-
"surface.settings": "surface.settings";
|
|
5795
|
-
"status.success": "status.success";
|
|
5796
|
-
"status.error": "status.error";
|
|
5797
|
-
"status.warning": "status.warning";
|
|
5798
|
-
"status.info": "status.info";
|
|
5799
|
-
"status.pending": "status.pending";
|
|
5800
|
-
"action.approve": "action.approve";
|
|
5801
|
-
"action.reject": "action.reject";
|
|
5802
|
-
"action.retry": "action.retry";
|
|
5803
|
-
"action.edit": "action.edit";
|
|
5804
|
-
"action.view": "action.view";
|
|
5805
|
-
"action.launch": "action.launch";
|
|
5806
|
-
"action.message": "action.message";
|
|
5807
|
-
"action.escalate": "action.escalate";
|
|
5808
|
-
"action.promote": "action.promote";
|
|
5809
|
-
"action.submit": "action.submit";
|
|
5810
|
-
"action.email": "action.email";
|
|
5811
|
-
}>, z$1.ZodString]>>;
|
|
5812
|
-
id: z$1.ZodString;
|
|
5813
|
-
order: z$1.ZodNumber;
|
|
5814
|
-
semanticClass: z$1.ZodEnum<{
|
|
5815
|
-
open: "open";
|
|
5816
|
-
active: "active";
|
|
5817
|
-
nurturing: "nurturing";
|
|
5818
|
-
closed_won: "closed_won";
|
|
5819
|
-
closed_lost: "closed_lost";
|
|
5820
|
-
}>;
|
|
5821
|
-
surfaceIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5822
|
-
resourceIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
5823
|
-
}, z$1.core.$strip>>;
|
|
5824
|
-
}, z$1.core.$strip>>;
|
|
5825
|
-
}, z$1.core.$strip>;
|
|
5826
|
-
prospecting: z$1.ZodObject<{
|
|
5827
|
-
listEntityId: z$1.ZodString;
|
|
5828
|
-
companyEntityId: z$1.ZodString;
|
|
5829
|
-
contactEntityId: z$1.ZodString;
|
|
5830
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5831
|
-
companyStages: z$1.ZodArray<z$1.ZodObject<{
|
|
5832
|
-
label: z$1.ZodString;
|
|
5833
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5834
|
-
color: z$1.ZodOptional<z$1.ZodString>;
|
|
5835
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
5836
|
-
"nav.dashboard": "nav.dashboard";
|
|
5837
|
-
"nav.calendar": "nav.calendar";
|
|
5838
|
-
"nav.sales": "nav.sales";
|
|
5839
|
-
"nav.crm": "nav.crm";
|
|
5840
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
5841
|
-
"nav.projects": "nav.projects";
|
|
5842
|
-
"nav.operations": "nav.operations";
|
|
5843
|
-
"nav.monitoring": "nav.monitoring";
|
|
5844
|
-
"nav.knowledge": "nav.knowledge";
|
|
5845
|
-
"nav.settings": "nav.settings";
|
|
5846
|
-
"nav.admin": "nav.admin";
|
|
5847
|
-
"nav.archive": "nav.archive";
|
|
5848
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
5849
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
5850
|
-
"knowledge.reference": "knowledge.reference";
|
|
5851
|
-
"feature.dashboard": "feature.dashboard";
|
|
5852
|
-
"feature.calendar": "feature.calendar";
|
|
5853
|
-
"feature.business": "feature.business";
|
|
5854
|
-
"feature.sales": "feature.sales";
|
|
5855
|
-
"feature.crm": "feature.crm";
|
|
5856
|
-
"feature.finance": "feature.finance";
|
|
5857
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
5858
|
-
"feature.platform": "feature.platform";
|
|
5859
|
-
"feature.projects": "feature.projects";
|
|
5860
|
-
"feature.operations": "feature.operations";
|
|
5861
|
-
"feature.knowledge": "feature.knowledge";
|
|
5862
|
-
"feature.monitoring": "feature.monitoring";
|
|
5863
|
-
"feature.settings": "feature.settings";
|
|
5864
|
-
"feature.admin": "feature.admin";
|
|
5865
|
-
"feature.archive": "feature.archive";
|
|
5866
|
-
"feature.seo": "feature.seo";
|
|
5867
|
-
"resource.agent": "resource.agent";
|
|
5868
|
-
"resource.workflow": "resource.workflow";
|
|
5869
|
-
"resource.integration": "resource.integration";
|
|
5870
|
-
"resource.database": "resource.database";
|
|
5871
|
-
"resource.user": "resource.user";
|
|
5872
|
-
"resource.team": "resource.team";
|
|
5873
|
-
"integration.gmail": "integration.gmail";
|
|
5874
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
5875
|
-
"integration.attio": "integration.attio";
|
|
5876
|
-
"surface.dashboard": "surface.dashboard";
|
|
5877
|
-
"surface.calendar": "surface.calendar";
|
|
5878
|
-
"surface.overview": "surface.overview";
|
|
5879
|
-
"surface.command-view": "surface.command-view";
|
|
5880
|
-
"surface.command-queue": "surface.command-queue";
|
|
5881
|
-
"surface.pipeline": "surface.pipeline";
|
|
5882
|
-
"surface.lists": "surface.lists";
|
|
5883
|
-
"surface.resources": "surface.resources";
|
|
5884
|
-
"surface.settings": "surface.settings";
|
|
5885
|
-
"status.success": "status.success";
|
|
5886
|
-
"status.error": "status.error";
|
|
5887
|
-
"status.warning": "status.warning";
|
|
5888
|
-
"status.info": "status.info";
|
|
5889
|
-
"status.pending": "status.pending";
|
|
5890
|
-
"action.approve": "action.approve";
|
|
5891
|
-
"action.reject": "action.reject";
|
|
5892
|
-
"action.retry": "action.retry";
|
|
5893
|
-
"action.edit": "action.edit";
|
|
5894
|
-
"action.view": "action.view";
|
|
5895
|
-
"action.launch": "action.launch";
|
|
5896
|
-
"action.message": "action.message";
|
|
5897
|
-
"action.escalate": "action.escalate";
|
|
5898
|
-
"action.promote": "action.promote";
|
|
5899
|
-
"action.submit": "action.submit";
|
|
5900
|
-
"action.email": "action.email";
|
|
5901
|
-
}>, z$1.ZodString]>>;
|
|
5902
|
-
id: z$1.ZodString;
|
|
5903
|
-
order: z$1.ZodNumber;
|
|
5904
|
-
}, z$1.core.$strip>>;
|
|
5905
|
-
contactStages: z$1.ZodArray<z$1.ZodObject<{
|
|
5906
|
-
label: z$1.ZodString;
|
|
5907
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5908
|
-
color: z$1.ZodOptional<z$1.ZodString>;
|
|
5909
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
5910
|
-
"nav.dashboard": "nav.dashboard";
|
|
5911
|
-
"nav.calendar": "nav.calendar";
|
|
5912
|
-
"nav.sales": "nav.sales";
|
|
5913
|
-
"nav.crm": "nav.crm";
|
|
5914
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
5915
|
-
"nav.projects": "nav.projects";
|
|
5916
|
-
"nav.operations": "nav.operations";
|
|
5917
|
-
"nav.monitoring": "nav.monitoring";
|
|
5918
|
-
"nav.knowledge": "nav.knowledge";
|
|
5919
|
-
"nav.settings": "nav.settings";
|
|
5920
|
-
"nav.admin": "nav.admin";
|
|
5921
|
-
"nav.archive": "nav.archive";
|
|
5922
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
5923
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
5924
|
-
"knowledge.reference": "knowledge.reference";
|
|
5925
|
-
"feature.dashboard": "feature.dashboard";
|
|
5926
|
-
"feature.calendar": "feature.calendar";
|
|
5927
|
-
"feature.business": "feature.business";
|
|
5928
|
-
"feature.sales": "feature.sales";
|
|
5929
|
-
"feature.crm": "feature.crm";
|
|
5930
|
-
"feature.finance": "feature.finance";
|
|
5931
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
5932
|
-
"feature.platform": "feature.platform";
|
|
5933
|
-
"feature.projects": "feature.projects";
|
|
5934
|
-
"feature.operations": "feature.operations";
|
|
5935
|
-
"feature.knowledge": "feature.knowledge";
|
|
5936
|
-
"feature.monitoring": "feature.monitoring";
|
|
5937
|
-
"feature.settings": "feature.settings";
|
|
5938
|
-
"feature.admin": "feature.admin";
|
|
5939
|
-
"feature.archive": "feature.archive";
|
|
5940
|
-
"feature.seo": "feature.seo";
|
|
5941
|
-
"resource.agent": "resource.agent";
|
|
5942
|
-
"resource.workflow": "resource.workflow";
|
|
5943
|
-
"resource.integration": "resource.integration";
|
|
5944
|
-
"resource.database": "resource.database";
|
|
5945
|
-
"resource.user": "resource.user";
|
|
5946
|
-
"resource.team": "resource.team";
|
|
5947
|
-
"integration.gmail": "integration.gmail";
|
|
5948
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
5949
|
-
"integration.attio": "integration.attio";
|
|
5950
|
-
"surface.dashboard": "surface.dashboard";
|
|
5951
|
-
"surface.calendar": "surface.calendar";
|
|
5952
|
-
"surface.overview": "surface.overview";
|
|
5953
|
-
"surface.command-view": "surface.command-view";
|
|
5954
|
-
"surface.command-queue": "surface.command-queue";
|
|
5955
|
-
"surface.pipeline": "surface.pipeline";
|
|
5956
|
-
"surface.lists": "surface.lists";
|
|
5957
|
-
"surface.resources": "surface.resources";
|
|
5958
|
-
"surface.settings": "surface.settings";
|
|
5959
|
-
"status.success": "status.success";
|
|
5960
|
-
"status.error": "status.error";
|
|
5961
|
-
"status.warning": "status.warning";
|
|
5962
|
-
"status.info": "status.info";
|
|
5963
|
-
"status.pending": "status.pending";
|
|
5964
|
-
"action.approve": "action.approve";
|
|
5965
|
-
"action.reject": "action.reject";
|
|
5966
|
-
"action.retry": "action.retry";
|
|
5967
|
-
"action.edit": "action.edit";
|
|
5968
|
-
"action.view": "action.view";
|
|
5969
|
-
"action.launch": "action.launch";
|
|
5970
|
-
"action.message": "action.message";
|
|
5971
|
-
"action.escalate": "action.escalate";
|
|
5972
|
-
"action.promote": "action.promote";
|
|
5973
|
-
"action.submit": "action.submit";
|
|
5974
|
-
"action.email": "action.email";
|
|
5975
|
-
}>, z$1.ZodString]>>;
|
|
5976
|
-
id: z$1.ZodString;
|
|
5977
|
-
order: z$1.ZodNumber;
|
|
5978
|
-
}, z$1.core.$strip>>;
|
|
5979
|
-
defaultBuildTemplateId: z$1.ZodString;
|
|
5980
|
-
buildTemplates: z$1.ZodArray<z$1.ZodObject<{
|
|
5981
|
-
label: z$1.ZodString;
|
|
5982
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
5983
|
-
color: z$1.ZodOptional<z$1.ZodString>;
|
|
5984
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
5985
|
-
"nav.dashboard": "nav.dashboard";
|
|
5986
|
-
"nav.calendar": "nav.calendar";
|
|
5987
|
-
"nav.sales": "nav.sales";
|
|
5988
|
-
"nav.crm": "nav.crm";
|
|
5989
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
5990
|
-
"nav.projects": "nav.projects";
|
|
5991
|
-
"nav.operations": "nav.operations";
|
|
5992
|
-
"nav.monitoring": "nav.monitoring";
|
|
5993
|
-
"nav.knowledge": "nav.knowledge";
|
|
5994
|
-
"nav.settings": "nav.settings";
|
|
5995
|
-
"nav.admin": "nav.admin";
|
|
5996
|
-
"nav.archive": "nav.archive";
|
|
5997
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
5998
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
5999
|
-
"knowledge.reference": "knowledge.reference";
|
|
6000
|
-
"feature.dashboard": "feature.dashboard";
|
|
6001
|
-
"feature.calendar": "feature.calendar";
|
|
6002
|
-
"feature.business": "feature.business";
|
|
6003
|
-
"feature.sales": "feature.sales";
|
|
6004
|
-
"feature.crm": "feature.crm";
|
|
6005
|
-
"feature.finance": "feature.finance";
|
|
6006
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
6007
|
-
"feature.platform": "feature.platform";
|
|
6008
|
-
"feature.projects": "feature.projects";
|
|
6009
|
-
"feature.operations": "feature.operations";
|
|
6010
|
-
"feature.knowledge": "feature.knowledge";
|
|
6011
|
-
"feature.monitoring": "feature.monitoring";
|
|
6012
|
-
"feature.settings": "feature.settings";
|
|
6013
|
-
"feature.admin": "feature.admin";
|
|
6014
|
-
"feature.archive": "feature.archive";
|
|
6015
|
-
"feature.seo": "feature.seo";
|
|
6016
|
-
"resource.agent": "resource.agent";
|
|
6017
|
-
"resource.workflow": "resource.workflow";
|
|
6018
|
-
"resource.integration": "resource.integration";
|
|
6019
|
-
"resource.database": "resource.database";
|
|
6020
|
-
"resource.user": "resource.user";
|
|
6021
|
-
"resource.team": "resource.team";
|
|
6022
|
-
"integration.gmail": "integration.gmail";
|
|
6023
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
6024
|
-
"integration.attio": "integration.attio";
|
|
6025
|
-
"surface.dashboard": "surface.dashboard";
|
|
6026
|
-
"surface.calendar": "surface.calendar";
|
|
6027
|
-
"surface.overview": "surface.overview";
|
|
6028
|
-
"surface.command-view": "surface.command-view";
|
|
6029
|
-
"surface.command-queue": "surface.command-queue";
|
|
6030
|
-
"surface.pipeline": "surface.pipeline";
|
|
6031
|
-
"surface.lists": "surface.lists";
|
|
6032
|
-
"surface.resources": "surface.resources";
|
|
6033
|
-
"surface.settings": "surface.settings";
|
|
6034
|
-
"status.success": "status.success";
|
|
6035
|
-
"status.error": "status.error";
|
|
6036
|
-
"status.warning": "status.warning";
|
|
6037
|
-
"status.info": "status.info";
|
|
6038
|
-
"status.pending": "status.pending";
|
|
6039
|
-
"action.approve": "action.approve";
|
|
6040
|
-
"action.reject": "action.reject";
|
|
6041
|
-
"action.retry": "action.retry";
|
|
6042
|
-
"action.edit": "action.edit";
|
|
6043
|
-
"action.view": "action.view";
|
|
6044
|
-
"action.launch": "action.launch";
|
|
6045
|
-
"action.message": "action.message";
|
|
6046
|
-
"action.escalate": "action.escalate";
|
|
6047
|
-
"action.promote": "action.promote";
|
|
6048
|
-
"action.submit": "action.submit";
|
|
6049
|
-
"action.email": "action.email";
|
|
6050
|
-
}>, z$1.ZodString]>>;
|
|
6051
|
-
id: z$1.ZodString;
|
|
6052
|
-
steps: z$1.ZodArray<z$1.ZodObject<{
|
|
6053
|
-
label: z$1.ZodString;
|
|
6054
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6055
|
-
color: z$1.ZodOptional<z$1.ZodString>;
|
|
6056
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
6057
|
-
"nav.dashboard": "nav.dashboard";
|
|
6058
|
-
"nav.calendar": "nav.calendar";
|
|
6059
|
-
"nav.sales": "nav.sales";
|
|
6060
|
-
"nav.crm": "nav.crm";
|
|
6061
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
6062
|
-
"nav.projects": "nav.projects";
|
|
6063
|
-
"nav.operations": "nav.operations";
|
|
6064
|
-
"nav.monitoring": "nav.monitoring";
|
|
6065
|
-
"nav.knowledge": "nav.knowledge";
|
|
6066
|
-
"nav.settings": "nav.settings";
|
|
6067
|
-
"nav.admin": "nav.admin";
|
|
6068
|
-
"nav.archive": "nav.archive";
|
|
6069
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
6070
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
6071
|
-
"knowledge.reference": "knowledge.reference";
|
|
6072
|
-
"feature.dashboard": "feature.dashboard";
|
|
6073
|
-
"feature.calendar": "feature.calendar";
|
|
6074
|
-
"feature.business": "feature.business";
|
|
6075
|
-
"feature.sales": "feature.sales";
|
|
6076
|
-
"feature.crm": "feature.crm";
|
|
6077
|
-
"feature.finance": "feature.finance";
|
|
6078
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
6079
|
-
"feature.platform": "feature.platform";
|
|
6080
|
-
"feature.projects": "feature.projects";
|
|
6081
|
-
"feature.operations": "feature.operations";
|
|
6082
|
-
"feature.knowledge": "feature.knowledge";
|
|
6083
|
-
"feature.monitoring": "feature.monitoring";
|
|
6084
|
-
"feature.settings": "feature.settings";
|
|
6085
|
-
"feature.admin": "feature.admin";
|
|
6086
|
-
"feature.archive": "feature.archive";
|
|
6087
|
-
"feature.seo": "feature.seo";
|
|
6088
|
-
"resource.agent": "resource.agent";
|
|
6089
|
-
"resource.workflow": "resource.workflow";
|
|
6090
|
-
"resource.integration": "resource.integration";
|
|
6091
|
-
"resource.database": "resource.database";
|
|
6092
|
-
"resource.user": "resource.user";
|
|
6093
|
-
"resource.team": "resource.team";
|
|
6094
|
-
"integration.gmail": "integration.gmail";
|
|
6095
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
6096
|
-
"integration.attio": "integration.attio";
|
|
6097
|
-
"surface.dashboard": "surface.dashboard";
|
|
6098
|
-
"surface.calendar": "surface.calendar";
|
|
6099
|
-
"surface.overview": "surface.overview";
|
|
6100
|
-
"surface.command-view": "surface.command-view";
|
|
6101
|
-
"surface.command-queue": "surface.command-queue";
|
|
6102
|
-
"surface.pipeline": "surface.pipeline";
|
|
6103
|
-
"surface.lists": "surface.lists";
|
|
6104
|
-
"surface.resources": "surface.resources";
|
|
6105
|
-
"surface.settings": "surface.settings";
|
|
6106
|
-
"status.success": "status.success";
|
|
6107
|
-
"status.error": "status.error";
|
|
6108
|
-
"status.warning": "status.warning";
|
|
6109
|
-
"status.info": "status.info";
|
|
6110
|
-
"status.pending": "status.pending";
|
|
6111
|
-
"action.approve": "action.approve";
|
|
6112
|
-
"action.reject": "action.reject";
|
|
6113
|
-
"action.retry": "action.retry";
|
|
6114
|
-
"action.edit": "action.edit";
|
|
6115
|
-
"action.view": "action.view";
|
|
6116
|
-
"action.launch": "action.launch";
|
|
6117
|
-
"action.message": "action.message";
|
|
6118
|
-
"action.escalate": "action.escalate";
|
|
6119
|
-
"action.promote": "action.promote";
|
|
6120
|
-
"action.submit": "action.submit";
|
|
6121
|
-
"action.email": "action.email";
|
|
6122
|
-
}>, z$1.ZodString]>>;
|
|
6123
|
-
id: z$1.ZodString;
|
|
6124
|
-
primaryEntity: z$1.ZodEnum<{
|
|
6125
|
-
company: "company";
|
|
6126
|
-
contact: "contact";
|
|
6127
|
-
}>;
|
|
6128
|
-
outputs: z$1.ZodArray<z$1.ZodEnum<{
|
|
6129
|
-
company: "company";
|
|
6130
|
-
contact: "contact";
|
|
6131
|
-
export: "export";
|
|
6132
|
-
}>>;
|
|
6133
|
-
stageKey: z$1.ZodString;
|
|
6134
|
-
recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
|
|
6135
|
-
company: "company";
|
|
6136
|
-
contact: "contact";
|
|
6137
|
-
}>>;
|
|
6138
|
-
recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
6139
|
-
recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
6140
|
-
dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6141
|
-
dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
|
|
6142
|
-
capabilityKey: z$1.ZodString;
|
|
6143
|
-
defaultBatchSize: z$1.ZodNumber;
|
|
6144
|
-
maxBatchSize: z$1.ZodNumber;
|
|
6145
|
-
recordColumns: z$1.ZodOptional<z$1.ZodObject<{
|
|
6146
|
-
company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
6147
|
-
key: z$1.ZodString;
|
|
6148
|
-
label: z$1.ZodString;
|
|
6149
|
-
path: z$1.ZodString;
|
|
6150
|
-
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
6151
|
-
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
6152
|
-
text: "text";
|
|
6153
|
-
badge: "badge";
|
|
6154
|
-
datetime: "datetime";
|
|
6155
|
-
count: "count";
|
|
6156
|
-
json: "json";
|
|
6157
|
-
}>>;
|
|
6158
|
-
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
6159
|
-
}, z$1.core.$strip>>>;
|
|
6160
|
-
contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
6161
|
-
key: z$1.ZodString;
|
|
6162
|
-
label: z$1.ZodString;
|
|
6163
|
-
path: z$1.ZodString;
|
|
6164
|
-
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
6165
|
-
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
6166
|
-
text: "text";
|
|
6167
|
-
badge: "badge";
|
|
6168
|
-
datetime: "datetime";
|
|
6169
|
-
count: "count";
|
|
6170
|
-
json: "json";
|
|
6171
|
-
}>>;
|
|
6172
|
-
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
6173
|
-
}, z$1.core.$strip>>>;
|
|
6174
|
-
}, z$1.core.$strip>>;
|
|
6175
|
-
credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
6176
|
-
key: z$1.ZodString;
|
|
6177
|
-
provider: z$1.ZodString;
|
|
6178
|
-
credentialType: z$1.ZodEnum<{
|
|
6179
|
-
"api-key": "api-key";
|
|
6180
|
-
"api-key-secret": "api-key-secret";
|
|
6181
|
-
oauth: "oauth";
|
|
6182
|
-
"webhook-secret": "webhook-secret";
|
|
6183
|
-
}>;
|
|
6184
|
-
label: z$1.ZodString;
|
|
6185
|
-
required: z$1.ZodBoolean;
|
|
6186
|
-
selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
6187
|
-
single: "single";
|
|
6188
|
-
multiple: "multiple";
|
|
6189
|
-
}>>;
|
|
6190
|
-
inputPath: z$1.ZodString;
|
|
6191
|
-
verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
6192
|
-
}, z$1.core.$strip>>>;
|
|
6193
|
-
}, z$1.core.$strip>>;
|
|
6194
|
-
}, z$1.core.$strip>>;
|
|
6195
|
-
}, z$1.core.$strip>;
|
|
6196
|
-
projects: z$1.ZodObject<{
|
|
6197
|
-
projectEntityId: z$1.ZodString;
|
|
6198
|
-
milestoneEntityId: z$1.ZodString;
|
|
6199
|
-
taskEntityId: z$1.ZodString;
|
|
6200
|
-
projectStatuses: z$1.ZodArray<z$1.ZodObject<{
|
|
6201
|
-
label: z$1.ZodString;
|
|
6202
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6203
|
-
color: z$1.ZodOptional<z$1.ZodString>;
|
|
6204
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
6205
|
-
"nav.dashboard": "nav.dashboard";
|
|
6206
|
-
"nav.calendar": "nav.calendar";
|
|
6207
|
-
"nav.sales": "nav.sales";
|
|
6208
|
-
"nav.crm": "nav.crm";
|
|
6209
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
6210
|
-
"nav.projects": "nav.projects";
|
|
6211
|
-
"nav.operations": "nav.operations";
|
|
6212
|
-
"nav.monitoring": "nav.monitoring";
|
|
6213
|
-
"nav.knowledge": "nav.knowledge";
|
|
6214
|
-
"nav.settings": "nav.settings";
|
|
6215
|
-
"nav.admin": "nav.admin";
|
|
6216
|
-
"nav.archive": "nav.archive";
|
|
6217
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
6218
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
6219
|
-
"knowledge.reference": "knowledge.reference";
|
|
6220
|
-
"feature.dashboard": "feature.dashboard";
|
|
6221
|
-
"feature.calendar": "feature.calendar";
|
|
6222
|
-
"feature.business": "feature.business";
|
|
6223
|
-
"feature.sales": "feature.sales";
|
|
6224
|
-
"feature.crm": "feature.crm";
|
|
6225
|
-
"feature.finance": "feature.finance";
|
|
6226
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
6227
|
-
"feature.platform": "feature.platform";
|
|
6228
|
-
"feature.projects": "feature.projects";
|
|
6229
|
-
"feature.operations": "feature.operations";
|
|
6230
|
-
"feature.knowledge": "feature.knowledge";
|
|
6231
|
-
"feature.monitoring": "feature.monitoring";
|
|
6232
|
-
"feature.settings": "feature.settings";
|
|
6233
|
-
"feature.admin": "feature.admin";
|
|
6234
|
-
"feature.archive": "feature.archive";
|
|
6235
|
-
"feature.seo": "feature.seo";
|
|
6236
|
-
"resource.agent": "resource.agent";
|
|
6237
|
-
"resource.workflow": "resource.workflow";
|
|
6238
|
-
"resource.integration": "resource.integration";
|
|
6239
|
-
"resource.database": "resource.database";
|
|
6240
|
-
"resource.user": "resource.user";
|
|
6241
|
-
"resource.team": "resource.team";
|
|
6242
|
-
"integration.gmail": "integration.gmail";
|
|
6243
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
6244
|
-
"integration.attio": "integration.attio";
|
|
6245
|
-
"surface.dashboard": "surface.dashboard";
|
|
6246
|
-
"surface.calendar": "surface.calendar";
|
|
6247
|
-
"surface.overview": "surface.overview";
|
|
6248
|
-
"surface.command-view": "surface.command-view";
|
|
6249
|
-
"surface.command-queue": "surface.command-queue";
|
|
6250
|
-
"surface.pipeline": "surface.pipeline";
|
|
6251
|
-
"surface.lists": "surface.lists";
|
|
6252
|
-
"surface.resources": "surface.resources";
|
|
6253
|
-
"surface.settings": "surface.settings";
|
|
6254
|
-
"status.success": "status.success";
|
|
6255
|
-
"status.error": "status.error";
|
|
6256
|
-
"status.warning": "status.warning";
|
|
6257
|
-
"status.info": "status.info";
|
|
6258
|
-
"status.pending": "status.pending";
|
|
6259
|
-
"action.approve": "action.approve";
|
|
6260
|
-
"action.reject": "action.reject";
|
|
6261
|
-
"action.retry": "action.retry";
|
|
6262
|
-
"action.edit": "action.edit";
|
|
6263
|
-
"action.view": "action.view";
|
|
6264
|
-
"action.launch": "action.launch";
|
|
6265
|
-
"action.message": "action.message";
|
|
6266
|
-
"action.escalate": "action.escalate";
|
|
6267
|
-
"action.promote": "action.promote";
|
|
6268
|
-
"action.submit": "action.submit";
|
|
6269
|
-
"action.email": "action.email";
|
|
6270
|
-
}>, z$1.ZodString]>>;
|
|
6271
|
-
id: z$1.ZodString;
|
|
6272
|
-
order: z$1.ZodNumber;
|
|
6273
|
-
}, z$1.core.$strip>>;
|
|
6274
|
-
milestoneStatuses: z$1.ZodArray<z$1.ZodObject<{
|
|
6275
|
-
label: z$1.ZodString;
|
|
6276
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6277
|
-
color: z$1.ZodOptional<z$1.ZodString>;
|
|
6278
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
6279
|
-
"nav.dashboard": "nav.dashboard";
|
|
6280
|
-
"nav.calendar": "nav.calendar";
|
|
6281
|
-
"nav.sales": "nav.sales";
|
|
6282
|
-
"nav.crm": "nav.crm";
|
|
6283
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
6284
|
-
"nav.projects": "nav.projects";
|
|
6285
|
-
"nav.operations": "nav.operations";
|
|
6286
|
-
"nav.monitoring": "nav.monitoring";
|
|
6287
|
-
"nav.knowledge": "nav.knowledge";
|
|
6288
|
-
"nav.settings": "nav.settings";
|
|
6289
|
-
"nav.admin": "nav.admin";
|
|
6290
|
-
"nav.archive": "nav.archive";
|
|
6291
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
6292
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
6293
|
-
"knowledge.reference": "knowledge.reference";
|
|
6294
|
-
"feature.dashboard": "feature.dashboard";
|
|
6295
|
-
"feature.calendar": "feature.calendar";
|
|
6296
|
-
"feature.business": "feature.business";
|
|
6297
|
-
"feature.sales": "feature.sales";
|
|
6298
|
-
"feature.crm": "feature.crm";
|
|
6299
|
-
"feature.finance": "feature.finance";
|
|
6300
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
6301
|
-
"feature.platform": "feature.platform";
|
|
6302
|
-
"feature.projects": "feature.projects";
|
|
6303
|
-
"feature.operations": "feature.operations";
|
|
6304
|
-
"feature.knowledge": "feature.knowledge";
|
|
6305
|
-
"feature.monitoring": "feature.monitoring";
|
|
6306
|
-
"feature.settings": "feature.settings";
|
|
6307
|
-
"feature.admin": "feature.admin";
|
|
6308
|
-
"feature.archive": "feature.archive";
|
|
6309
|
-
"feature.seo": "feature.seo";
|
|
6310
|
-
"resource.agent": "resource.agent";
|
|
6311
|
-
"resource.workflow": "resource.workflow";
|
|
6312
|
-
"resource.integration": "resource.integration";
|
|
6313
|
-
"resource.database": "resource.database";
|
|
6314
|
-
"resource.user": "resource.user";
|
|
6315
|
-
"resource.team": "resource.team";
|
|
6316
|
-
"integration.gmail": "integration.gmail";
|
|
6317
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
6318
|
-
"integration.attio": "integration.attio";
|
|
6319
|
-
"surface.dashboard": "surface.dashboard";
|
|
6320
|
-
"surface.calendar": "surface.calendar";
|
|
6321
|
-
"surface.overview": "surface.overview";
|
|
6322
|
-
"surface.command-view": "surface.command-view";
|
|
6323
|
-
"surface.command-queue": "surface.command-queue";
|
|
6324
|
-
"surface.pipeline": "surface.pipeline";
|
|
6325
|
-
"surface.lists": "surface.lists";
|
|
6326
|
-
"surface.resources": "surface.resources";
|
|
6327
|
-
"surface.settings": "surface.settings";
|
|
6328
|
-
"status.success": "status.success";
|
|
6329
|
-
"status.error": "status.error";
|
|
6330
|
-
"status.warning": "status.warning";
|
|
6331
|
-
"status.info": "status.info";
|
|
6332
|
-
"status.pending": "status.pending";
|
|
6333
|
-
"action.approve": "action.approve";
|
|
6334
|
-
"action.reject": "action.reject";
|
|
6335
|
-
"action.retry": "action.retry";
|
|
6336
|
-
"action.edit": "action.edit";
|
|
6337
|
-
"action.view": "action.view";
|
|
6338
|
-
"action.launch": "action.launch";
|
|
6339
|
-
"action.message": "action.message";
|
|
6340
|
-
"action.escalate": "action.escalate";
|
|
6341
|
-
"action.promote": "action.promote";
|
|
6342
|
-
"action.submit": "action.submit";
|
|
6343
|
-
"action.email": "action.email";
|
|
6344
|
-
}>, z$1.ZodString]>>;
|
|
6345
|
-
id: z$1.ZodString;
|
|
6346
|
-
order: z$1.ZodNumber;
|
|
6347
|
-
}, z$1.core.$strip>>;
|
|
6348
|
-
taskStatuses: z$1.ZodArray<z$1.ZodObject<{
|
|
6349
|
-
label: z$1.ZodString;
|
|
6350
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6351
|
-
color: z$1.ZodOptional<z$1.ZodString>;
|
|
6352
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
6353
|
-
"nav.dashboard": "nav.dashboard";
|
|
6354
|
-
"nav.calendar": "nav.calendar";
|
|
6355
|
-
"nav.sales": "nav.sales";
|
|
6356
|
-
"nav.crm": "nav.crm";
|
|
6357
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
6358
|
-
"nav.projects": "nav.projects";
|
|
6359
|
-
"nav.operations": "nav.operations";
|
|
6360
|
-
"nav.monitoring": "nav.monitoring";
|
|
6361
|
-
"nav.knowledge": "nav.knowledge";
|
|
6362
|
-
"nav.settings": "nav.settings";
|
|
6363
|
-
"nav.admin": "nav.admin";
|
|
6364
|
-
"nav.archive": "nav.archive";
|
|
6365
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
6366
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
6367
|
-
"knowledge.reference": "knowledge.reference";
|
|
6368
|
-
"feature.dashboard": "feature.dashboard";
|
|
6369
|
-
"feature.calendar": "feature.calendar";
|
|
6370
|
-
"feature.business": "feature.business";
|
|
6371
|
-
"feature.sales": "feature.sales";
|
|
6372
|
-
"feature.crm": "feature.crm";
|
|
6373
|
-
"feature.finance": "feature.finance";
|
|
6374
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
6375
|
-
"feature.platform": "feature.platform";
|
|
6376
|
-
"feature.projects": "feature.projects";
|
|
6377
|
-
"feature.operations": "feature.operations";
|
|
6378
|
-
"feature.knowledge": "feature.knowledge";
|
|
6379
|
-
"feature.monitoring": "feature.monitoring";
|
|
6380
|
-
"feature.settings": "feature.settings";
|
|
6381
|
-
"feature.admin": "feature.admin";
|
|
6382
|
-
"feature.archive": "feature.archive";
|
|
6383
|
-
"feature.seo": "feature.seo";
|
|
6384
|
-
"resource.agent": "resource.agent";
|
|
6385
|
-
"resource.workflow": "resource.workflow";
|
|
6386
|
-
"resource.integration": "resource.integration";
|
|
6387
|
-
"resource.database": "resource.database";
|
|
6388
|
-
"resource.user": "resource.user";
|
|
6389
|
-
"resource.team": "resource.team";
|
|
6390
|
-
"integration.gmail": "integration.gmail";
|
|
6391
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
6392
|
-
"integration.attio": "integration.attio";
|
|
6393
|
-
"surface.dashboard": "surface.dashboard";
|
|
6394
|
-
"surface.calendar": "surface.calendar";
|
|
6395
|
-
"surface.overview": "surface.overview";
|
|
6396
|
-
"surface.command-view": "surface.command-view";
|
|
6397
|
-
"surface.command-queue": "surface.command-queue";
|
|
6398
|
-
"surface.pipeline": "surface.pipeline";
|
|
6399
|
-
"surface.lists": "surface.lists";
|
|
6400
|
-
"surface.resources": "surface.resources";
|
|
6401
|
-
"surface.settings": "surface.settings";
|
|
6402
|
-
"status.success": "status.success";
|
|
6403
|
-
"status.error": "status.error";
|
|
6404
|
-
"status.warning": "status.warning";
|
|
6405
|
-
"status.info": "status.info";
|
|
6406
|
-
"status.pending": "status.pending";
|
|
6407
|
-
"action.approve": "action.approve";
|
|
6408
|
-
"action.reject": "action.reject";
|
|
6409
|
-
"action.retry": "action.retry";
|
|
6410
|
-
"action.edit": "action.edit";
|
|
6411
|
-
"action.view": "action.view";
|
|
6412
|
-
"action.launch": "action.launch";
|
|
6413
|
-
"action.message": "action.message";
|
|
6414
|
-
"action.escalate": "action.escalate";
|
|
6415
|
-
"action.promote": "action.promote";
|
|
6416
|
-
"action.submit": "action.submit";
|
|
6417
|
-
"action.email": "action.email";
|
|
6418
|
-
}>, z$1.ZodString]>>;
|
|
6419
|
-
id: z$1.ZodString;
|
|
6420
|
-
order: z$1.ZodNumber;
|
|
6421
|
-
}, z$1.core.$strip>>;
|
|
6422
|
-
}, z$1.core.$strip>;
|
|
6423
|
-
identity: z$1.ZodDefault<z$1.ZodObject<{
|
|
6424
|
-
mission: z$1.ZodDefault<z$1.ZodString>;
|
|
6425
|
-
vision: z$1.ZodDefault<z$1.ZodString>;
|
|
6426
|
-
legalName: z$1.ZodDefault<z$1.ZodString>;
|
|
6427
|
-
entityType: z$1.ZodDefault<z$1.ZodString>;
|
|
6428
|
-
jurisdiction: z$1.ZodDefault<z$1.ZodString>;
|
|
6429
|
-
industryCategory: z$1.ZodDefault<z$1.ZodString>;
|
|
6430
|
-
geographicFocus: z$1.ZodDefault<z$1.ZodString>;
|
|
6431
|
-
timeZone: z$1.ZodDefault<z$1.ZodString>;
|
|
6432
|
-
businessHours: z$1.ZodDefault<z$1.ZodObject<{
|
|
6433
|
-
monday: z$1.ZodOptional<z$1.ZodObject<{
|
|
6434
|
-
open: z$1.ZodString;
|
|
6435
|
-
close: z$1.ZodString;
|
|
6024
|
+
identity: z$1.ZodDefault<z$1.ZodObject<{
|
|
6025
|
+
mission: z$1.ZodDefault<z$1.ZodString>;
|
|
6026
|
+
vision: z$1.ZodDefault<z$1.ZodString>;
|
|
6027
|
+
legalName: z$1.ZodDefault<z$1.ZodString>;
|
|
6028
|
+
entityType: z$1.ZodDefault<z$1.ZodString>;
|
|
6029
|
+
jurisdiction: z$1.ZodDefault<z$1.ZodString>;
|
|
6030
|
+
industryCategory: z$1.ZodDefault<z$1.ZodString>;
|
|
6031
|
+
geographicFocus: z$1.ZodDefault<z$1.ZodString>;
|
|
6032
|
+
timeZone: z$1.ZodDefault<z$1.ZodString>;
|
|
6033
|
+
businessHours: z$1.ZodDefault<z$1.ZodObject<{
|
|
6034
|
+
monday: z$1.ZodOptional<z$1.ZodObject<{
|
|
6035
|
+
open: z$1.ZodString;
|
|
6036
|
+
close: z$1.ZodString;
|
|
6436
6037
|
}, z$1.core.$strip>>;
|
|
6437
6038
|
tuesday: z$1.ZodOptional<z$1.ZodObject<{
|
|
6438
6039
|
open: z$1.ZodString;
|
|
@@ -6461,280 +6062,618 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
6461
6062
|
}, z$1.core.$strip>>;
|
|
6462
6063
|
clientBrief: z$1.ZodDefault<z$1.ZodString>;
|
|
6463
6064
|
}, z$1.core.$strip>>;
|
|
6464
|
-
customers: z$1.ZodDefault<z$1.ZodObject<{
|
|
6465
|
-
|
|
6065
|
+
customers: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6066
|
+
id: z$1.ZodString;
|
|
6067
|
+
order: z$1.ZodNumber;
|
|
6068
|
+
name: z$1.ZodDefault<z$1.ZodString>;
|
|
6069
|
+
description: z$1.ZodDefault<z$1.ZodString>;
|
|
6070
|
+
jobsToBeDone: z$1.ZodDefault<z$1.ZodString>;
|
|
6071
|
+
pains: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6072
|
+
gains: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6073
|
+
firmographics: z$1.ZodDefault<z$1.ZodObject<{
|
|
6074
|
+
industry: z$1.ZodOptional<z$1.ZodString>;
|
|
6075
|
+
companySize: z$1.ZodOptional<z$1.ZodString>;
|
|
6076
|
+
region: z$1.ZodOptional<z$1.ZodString>;
|
|
6077
|
+
}, z$1.core.$strip>>;
|
|
6078
|
+
valueProp: z$1.ZodDefault<z$1.ZodString>;
|
|
6079
|
+
}, z$1.core.$strip>>>>;
|
|
6080
|
+
offerings: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6081
|
+
id: z$1.ZodString;
|
|
6082
|
+
order: z$1.ZodNumber;
|
|
6083
|
+
name: z$1.ZodDefault<z$1.ZodString>;
|
|
6084
|
+
description: z$1.ZodDefault<z$1.ZodString>;
|
|
6085
|
+
pricingModel: z$1.ZodDefault<z$1.ZodEnum<{
|
|
6086
|
+
custom: "custom";
|
|
6087
|
+
"one-time": "one-time";
|
|
6088
|
+
subscription: "subscription";
|
|
6089
|
+
"usage-based": "usage-based";
|
|
6090
|
+
}>>;
|
|
6091
|
+
price: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6092
|
+
currency: z$1.ZodDefault<z$1.ZodString>;
|
|
6093
|
+
targetSegmentIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6094
|
+
deliveryFeatureId: z$1.ZodOptional<z$1.ZodString>;
|
|
6095
|
+
}, z$1.core.$strip>>>>;
|
|
6096
|
+
roles: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6097
|
+
id: z$1.ZodString;
|
|
6098
|
+
order: z$1.ZodNumber;
|
|
6099
|
+
title: z$1.ZodString;
|
|
6100
|
+
responsibilities: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6101
|
+
reportsToId: z$1.ZodOptional<z$1.ZodString>;
|
|
6102
|
+
heldBy: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6103
|
+
kind: z$1.ZodLiteral<"human">;
|
|
6104
|
+
userId: z$1.ZodString;
|
|
6105
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6106
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
6107
|
+
agentId: z$1.ZodString;
|
|
6108
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6109
|
+
kind: z$1.ZodLiteral<"team">;
|
|
6110
|
+
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
6111
|
+
}, z$1.core.$strip>], "kind">, z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6112
|
+
kind: z$1.ZodLiteral<"human">;
|
|
6113
|
+
userId: z$1.ZodString;
|
|
6114
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6115
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
6116
|
+
agentId: z$1.ZodString;
|
|
6117
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6118
|
+
kind: z$1.ZodLiteral<"team">;
|
|
6119
|
+
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
6120
|
+
}, z$1.core.$strip>], "kind">>]>>;
|
|
6121
|
+
responsibleFor: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6122
|
+
}, z$1.core.$strip>>>>;
|
|
6123
|
+
goals: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6124
|
+
id: z$1.ZodString;
|
|
6125
|
+
order: z$1.ZodNumber;
|
|
6126
|
+
description: z$1.ZodString;
|
|
6127
|
+
periodStart: z$1.ZodString;
|
|
6128
|
+
periodEnd: z$1.ZodString;
|
|
6129
|
+
keyResults: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6466
6130
|
id: z$1.ZodString;
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
gains: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6472
|
-
firmographics: z$1.ZodDefault<z$1.ZodObject<{
|
|
6473
|
-
industry: z$1.ZodOptional<z$1.ZodString>;
|
|
6474
|
-
companySize: z$1.ZodOptional<z$1.ZodString>;
|
|
6475
|
-
region: z$1.ZodOptional<z$1.ZodString>;
|
|
6476
|
-
}, z$1.core.$strip>>;
|
|
6477
|
-
valueProp: z$1.ZodDefault<z$1.ZodString>;
|
|
6131
|
+
description: z$1.ZodString;
|
|
6132
|
+
targetMetric: z$1.ZodString;
|
|
6133
|
+
currentValue: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6134
|
+
targetValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
6478
6135
|
}, z$1.core.$strip>>>;
|
|
6479
|
-
}, z$1.core.$strip
|
|
6480
|
-
|
|
6481
|
-
|
|
6136
|
+
}, z$1.core.$strip>>>>;
|
|
6137
|
+
systems: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SystemEntry, unknown, z$1.core.$ZodTypeInternals<SystemEntry, unknown>>>>>;
|
|
6138
|
+
ontology: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodObject<{
|
|
6139
|
+
objectTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6482
6140
|
id: z$1.ZodString;
|
|
6483
|
-
|
|
6484
|
-
description: z$1.
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
price: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6492
|
-
currency: z$1.ZodDefault<z$1.ZodString>;
|
|
6493
|
-
targetSegmentIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6494
|
-
deliveryFeatureId: z$1.ZodOptional<z$1.ZodString>;
|
|
6495
|
-
}, z$1.core.$strip>>>;
|
|
6496
|
-
}, z$1.core.$strip>>;
|
|
6497
|
-
roles: z$1.ZodDefault<z$1.ZodObject<{
|
|
6498
|
-
roles: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6141
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6142
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6143
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6144
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6145
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6146
|
+
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6147
|
+
}, z$1.core.$loose>>>>;
|
|
6148
|
+
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6499
6149
|
id: z$1.ZodString;
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
kind: z$1.ZodLiteral<"team">;
|
|
6511
|
-
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
6512
|
-
}, z$1.core.$strip>], "kind">, z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6513
|
-
kind: z$1.ZodLiteral<"human">;
|
|
6514
|
-
userId: z$1.ZodString;
|
|
6515
|
-
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6516
|
-
kind: z$1.ZodLiteral<"agent">;
|
|
6517
|
-
agentId: z$1.ZodString;
|
|
6518
|
-
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6519
|
-
kind: z$1.ZodLiteral<"team">;
|
|
6520
|
-
memberIds: z$1.ZodArray<z$1.ZodString>;
|
|
6521
|
-
}, z$1.core.$strip>], "kind">>]>>;
|
|
6522
|
-
responsibleFor: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6523
|
-
}, z$1.core.$strip>>>;
|
|
6524
|
-
}, z$1.core.$strip>>;
|
|
6525
|
-
goals: z$1.ZodDefault<z$1.ZodObject<{
|
|
6526
|
-
objectives: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6150
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6151
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6152
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6153
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6154
|
+
from: z$1.ZodString;
|
|
6155
|
+
to: z$1.ZodString;
|
|
6156
|
+
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
6157
|
+
via: z$1.ZodOptional<z$1.ZodString>;
|
|
6158
|
+
}, z$1.core.$loose>>>>;
|
|
6159
|
+
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6527
6160
|
id: z$1.ZodString;
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
}, z$1.core.$strip>>>;
|
|
6538
|
-
}, z$1.core.$strip>>>;
|
|
6539
|
-
}, z$1.core.$strip>>;
|
|
6540
|
-
systems: z$1.ZodDefault<z$1.ZodObject<{
|
|
6541
|
-
systems: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6161
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6162
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6163
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6164
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6165
|
+
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
6166
|
+
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6167
|
+
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
6168
|
+
}, z$1.core.$loose>>>>;
|
|
6169
|
+
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6542
6170
|
id: z$1.ZodString;
|
|
6543
|
-
|
|
6544
|
-
description: z$1.ZodString
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6171
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6172
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6173
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6174
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6175
|
+
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
6176
|
+
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
6177
|
+
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6178
|
+
}, z$1.core.$loose>>>>;
|
|
6179
|
+
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6180
|
+
id: z$1.ZodString;
|
|
6181
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6182
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6183
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6184
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6185
|
+
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6186
|
+
}, z$1.core.$loose>>>>;
|
|
6187
|
+
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6188
|
+
id: z$1.ZodString;
|
|
6189
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6190
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6191
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6192
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6193
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
6194
|
+
}, z$1.core.$loose>>>>;
|
|
6195
|
+
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6196
|
+
id: z$1.ZodString;
|
|
6197
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6198
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6199
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6200
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6201
|
+
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
6202
|
+
}, z$1.core.$loose>>>>;
|
|
6203
|
+
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6204
|
+
id: z$1.ZodString;
|
|
6205
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6206
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6207
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6208
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6209
|
+
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
6210
|
+
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
6211
|
+
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
6212
|
+
}, z$1.core.$loose>>>>;
|
|
6213
|
+
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6214
|
+
id: z$1.ZodString;
|
|
6215
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6216
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6217
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6218
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6219
|
+
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
6220
|
+
}, z$1.core.$loose>>>>;
|
|
6221
|
+
surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6222
|
+
id: z$1.ZodString;
|
|
6223
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6224
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6225
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
6226
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6227
|
+
route: z$1.ZodOptional<z$1.ZodString>;
|
|
6228
|
+
}, z$1.core.$loose>>>>;
|
|
6229
|
+
}, z$1.core.$strip>>>;
|
|
6230
|
+
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6231
|
+
id: z$1.ZodString;
|
|
6232
|
+
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6233
|
+
systemPath: z$1.ZodString;
|
|
6234
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6235
|
+
status: z$1.ZodEnum<{
|
|
6236
|
+
deprecated: "deprecated";
|
|
6237
|
+
active: "active";
|
|
6238
|
+
archived: "archived";
|
|
6239
|
+
}>;
|
|
6240
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
6241
|
+
implements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6242
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6243
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6244
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6245
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6246
|
+
}, z$1.core.$strip>>;
|
|
6247
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6248
|
+
path: z$1.ZodString;
|
|
6249
|
+
role: z$1.ZodEnum<{
|
|
6250
|
+
schema: "schema";
|
|
6251
|
+
config: "config";
|
|
6252
|
+
entrypoint: "entrypoint";
|
|
6253
|
+
handler: "handler";
|
|
6254
|
+
test: "test";
|
|
6255
|
+
docs: "docs";
|
|
6558
6256
|
}>;
|
|
6257
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
6258
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6559
6259
|
}, z$1.core.$strip>>>;
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
active: "active";
|
|
6260
|
+
kind: z$1.ZodLiteral<"workflow">;
|
|
6261
|
+
actionKey: z$1.ZodOptional<z$1.ZodString>;
|
|
6262
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
6263
|
+
eventKey: z$1.ZodString;
|
|
6264
|
+
label: z$1.ZodString;
|
|
6265
|
+
payloadSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
6266
|
+
lifecycle: z$1.ZodOptional<z$1.ZodEnum<{
|
|
6568
6267
|
deprecated: "deprecated";
|
|
6569
|
-
|
|
6570
|
-
|
|
6571
|
-
kind: z$1.ZodLiteral<"workflow">;
|
|
6572
|
-
capabilityKey: z$1.ZodOptional<z$1.ZodString>;
|
|
6573
|
-
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6574
|
-
id: z$1.ZodString;
|
|
6575
|
-
systemId: z$1.ZodString;
|
|
6576
|
-
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6577
|
-
status: z$1.ZodEnum<{
|
|
6268
|
+
draft: "draft";
|
|
6269
|
+
beta: "beta";
|
|
6578
6270
|
active: "active";
|
|
6579
|
-
deprecated: "deprecated";
|
|
6580
6271
|
archived: "archived";
|
|
6272
|
+
}>>;
|
|
6273
|
+
}, z$1.core.$strip>>>;
|
|
6274
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6275
|
+
id: z$1.ZodString;
|
|
6276
|
+
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6277
|
+
systemPath: z$1.ZodString;
|
|
6278
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6279
|
+
status: z$1.ZodEnum<{
|
|
6280
|
+
deprecated: "deprecated";
|
|
6281
|
+
active: "active";
|
|
6282
|
+
archived: "archived";
|
|
6283
|
+
}>;
|
|
6284
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
6285
|
+
implements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6286
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6287
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6288
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6289
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6290
|
+
}, z$1.core.$strip>>;
|
|
6291
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6292
|
+
path: z$1.ZodString;
|
|
6293
|
+
role: z$1.ZodEnum<{
|
|
6294
|
+
schema: "schema";
|
|
6295
|
+
config: "config";
|
|
6296
|
+
entrypoint: "entrypoint";
|
|
6297
|
+
handler: "handler";
|
|
6298
|
+
test: "test";
|
|
6299
|
+
docs: "docs";
|
|
6581
6300
|
}>;
|
|
6582
|
-
|
|
6583
|
-
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6301
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
6302
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6303
|
+
}, z$1.core.$strip>>>;
|
|
6304
|
+
kind: z$1.ZodLiteral<"agent">;
|
|
6305
|
+
agentKind: z$1.ZodEnum<{
|
|
6306
|
+
platform: "platform";
|
|
6307
|
+
orchestrator: "orchestrator";
|
|
6308
|
+
specialist: "specialist";
|
|
6309
|
+
utility: "utility";
|
|
6310
|
+
}>;
|
|
6311
|
+
actsAsRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6312
|
+
sessionCapable: z$1.ZodBoolean;
|
|
6313
|
+
invocations: z$1.ZodDefault<z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6314
|
+
kind: z$1.ZodLiteral<"slash-command">;
|
|
6315
|
+
command: z$1.ZodString;
|
|
6316
|
+
toolFactory: z$1.ZodOptional<z$1.ZodString>;
|
|
6591
6317
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6318
|
+
kind: z$1.ZodLiteral<"mcp-tool">;
|
|
6319
|
+
server: z$1.ZodString;
|
|
6320
|
+
name: z$1.ZodString;
|
|
6321
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6322
|
+
kind: z$1.ZodLiteral<"api-endpoint">;
|
|
6323
|
+
method: z$1.ZodEnum<{
|
|
6324
|
+
GET: "GET";
|
|
6325
|
+
POST: "POST";
|
|
6326
|
+
PATCH: "PATCH";
|
|
6327
|
+
DELETE: "DELETE";
|
|
6599
6328
|
}>;
|
|
6600
|
-
|
|
6601
|
-
|
|
6329
|
+
path: z$1.ZodString;
|
|
6330
|
+
requestSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
6331
|
+
responseSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
6332
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6333
|
+
kind: z$1.ZodLiteral<"script-execution">;
|
|
6334
|
+
resourceId: z$1.ZodString;
|
|
6602
6335
|
}, z$1.core.$strip>], "kind">>>;
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
entries: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6606
|
-
id: z$1.ZodString;
|
|
6336
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
6337
|
+
eventKey: z$1.ZodString;
|
|
6607
6338
|
label: z$1.ZodString;
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6616
|
-
|
|
6339
|
+
payloadSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
6340
|
+
lifecycle: z$1.ZodOptional<z$1.ZodEnum<{
|
|
6341
|
+
deprecated: "deprecated";
|
|
6342
|
+
draft: "draft";
|
|
6343
|
+
beta: "beta";
|
|
6344
|
+
active: "active";
|
|
6345
|
+
archived: "archived";
|
|
6346
|
+
}>>;
|
|
6347
|
+
}, z$1.core.$strip>>>;
|
|
6348
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6349
|
+
id: z$1.ZodString;
|
|
6350
|
+
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6351
|
+
systemPath: z$1.ZodString;
|
|
6352
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6353
|
+
status: z$1.ZodEnum<{
|
|
6354
|
+
deprecated: "deprecated";
|
|
6355
|
+
active: "active";
|
|
6356
|
+
archived: "archived";
|
|
6357
|
+
}>;
|
|
6358
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
6359
|
+
implements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6360
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6361
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6362
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6363
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6364
|
+
}, z$1.core.$strip>>;
|
|
6365
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6366
|
+
path: z$1.ZodString;
|
|
6367
|
+
role: z$1.ZodEnum<{
|
|
6368
|
+
schema: "schema";
|
|
6369
|
+
config: "config";
|
|
6370
|
+
entrypoint: "entrypoint";
|
|
6371
|
+
handler: "handler";
|
|
6372
|
+
test: "test";
|
|
6373
|
+
docs: "docs";
|
|
6617
6374
|
}>;
|
|
6618
|
-
|
|
6375
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
6376
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6619
6377
|
}, z$1.core.$strip>>>;
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
|
|
6378
|
+
kind: z$1.ZodLiteral<"integration">;
|
|
6379
|
+
provider: z$1.ZodString;
|
|
6380
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6381
|
+
id: z$1.ZodString;
|
|
6382
|
+
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
6383
|
+
systemPath: z$1.ZodString;
|
|
6384
|
+
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6385
|
+
status: z$1.ZodEnum<{
|
|
6386
|
+
deprecated: "deprecated";
|
|
6387
|
+
active: "active";
|
|
6388
|
+
archived: "archived";
|
|
6389
|
+
}>;
|
|
6390
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
6391
|
+
implements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6392
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6393
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6394
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6395
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6396
|
+
}, z$1.core.$strip>>;
|
|
6397
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6398
|
+
path: z$1.ZodString;
|
|
6399
|
+
role: z$1.ZodEnum<{
|
|
6400
|
+
schema: "schema";
|
|
6401
|
+
config: "config";
|
|
6402
|
+
entrypoint: "entrypoint";
|
|
6403
|
+
handler: "handler";
|
|
6404
|
+
test: "test";
|
|
6405
|
+
docs: "docs";
|
|
6631
6406
|
}>;
|
|
6632
|
-
|
|
6633
|
-
|
|
6407
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
6408
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6634
6409
|
}, z$1.core.$strip>>>;
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
|
|
6638
|
-
|
|
6410
|
+
kind: z$1.ZodLiteral<"script">;
|
|
6411
|
+
language: z$1.ZodEnum<{
|
|
6412
|
+
shell: "shell";
|
|
6413
|
+
sql: "sql";
|
|
6414
|
+
typescript: "typescript";
|
|
6415
|
+
python: "python";
|
|
6416
|
+
}>;
|
|
6417
|
+
source: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodObject<{
|
|
6418
|
+
file: z$1.ZodString;
|
|
6419
|
+
}, z$1.core.$strip>]>;
|
|
6420
|
+
}, z$1.core.$strip>], "kind">>>>;
|
|
6421
|
+
actions: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6422
|
+
id: z$1.ZodString;
|
|
6423
|
+
order: z$1.ZodNumber;
|
|
6424
|
+
label: z$1.ZodString;
|
|
6425
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6426
|
+
scope: z$1.ZodDefault<z$1.ZodUnion<readonly [z$1.ZodLiteral<"global">, z$1.ZodObject<{
|
|
6427
|
+
domain: z$1.ZodString;
|
|
6428
|
+
}, z$1.core.$strip>]>>;
|
|
6429
|
+
resourceId: z$1.ZodOptional<z$1.ZodString>;
|
|
6430
|
+
affects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6431
|
+
invocations: z$1.ZodDefault<z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6432
|
+
kind: z$1.ZodLiteral<"slash-command">;
|
|
6433
|
+
command: z$1.ZodString;
|
|
6434
|
+
toolFactory: z$1.ZodOptional<z$1.ZodString>;
|
|
6435
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6436
|
+
kind: z$1.ZodLiteral<"mcp-tool">;
|
|
6437
|
+
server: z$1.ZodString;
|
|
6438
|
+
name: z$1.ZodString;
|
|
6439
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6440
|
+
kind: z$1.ZodLiteral<"api-endpoint">;
|
|
6441
|
+
method: z$1.ZodEnum<{
|
|
6442
|
+
GET: "GET";
|
|
6443
|
+
POST: "POST";
|
|
6444
|
+
PATCH: "PATCH";
|
|
6445
|
+
DELETE: "DELETE";
|
|
6446
|
+
}>;
|
|
6447
|
+
path: z$1.ZodString;
|
|
6448
|
+
requestSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
6449
|
+
responseSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
6450
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6451
|
+
kind: z$1.ZodLiteral<"script-execution">;
|
|
6452
|
+
resourceId: z$1.ZodString;
|
|
6453
|
+
}, z$1.core.$strip>], "kind">>>;
|
|
6454
|
+
knowledge: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
6455
|
+
lifecycle: z$1.ZodDefault<z$1.ZodEnum<{
|
|
6456
|
+
deprecated: "deprecated";
|
|
6457
|
+
draft: "draft";
|
|
6458
|
+
beta: "beta";
|
|
6459
|
+
active: "active";
|
|
6460
|
+
archived: "archived";
|
|
6461
|
+
}>>;
|
|
6462
|
+
}, z$1.core.$strip>>>>;
|
|
6463
|
+
entities: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6464
|
+
id: z$1.ZodString;
|
|
6465
|
+
order: z$1.ZodNumber;
|
|
6466
|
+
label: z$1.ZodString;
|
|
6467
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6468
|
+
ownedBySystemId: z$1.ZodString;
|
|
6469
|
+
table: z$1.ZodOptional<z$1.ZodString>;
|
|
6470
|
+
rowSchema: z$1.ZodOptional<z$1.ZodString>;
|
|
6471
|
+
stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
|
|
6472
|
+
links: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
6473
|
+
toEntity: z$1.ZodString;
|
|
6639
6474
|
kind: z$1.ZodEnum<{
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
|
|
6475
|
+
"belongs-to": "belongs-to";
|
|
6476
|
+
"has-many": "has-many";
|
|
6477
|
+
"has-one": "has-one";
|
|
6478
|
+
"many-to-many": "many-to-many";
|
|
6643
6479
|
}>;
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
-
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
6647
|
-
"nav.dashboard": "nav.dashboard";
|
|
6648
|
-
"nav.calendar": "nav.calendar";
|
|
6649
|
-
"nav.sales": "nav.sales";
|
|
6650
|
-
"nav.crm": "nav.crm";
|
|
6651
|
-
"nav.lead-gen": "nav.lead-gen";
|
|
6652
|
-
"nav.projects": "nav.projects";
|
|
6653
|
-
"nav.operations": "nav.operations";
|
|
6654
|
-
"nav.monitoring": "nav.monitoring";
|
|
6655
|
-
"nav.knowledge": "nav.knowledge";
|
|
6656
|
-
"nav.settings": "nav.settings";
|
|
6657
|
-
"nav.admin": "nav.admin";
|
|
6658
|
-
"nav.archive": "nav.archive";
|
|
6659
|
-
"knowledge.playbook": "knowledge.playbook";
|
|
6660
|
-
"knowledge.strategy": "knowledge.strategy";
|
|
6661
|
-
"knowledge.reference": "knowledge.reference";
|
|
6662
|
-
"feature.dashboard": "feature.dashboard";
|
|
6663
|
-
"feature.calendar": "feature.calendar";
|
|
6664
|
-
"feature.business": "feature.business";
|
|
6665
|
-
"feature.sales": "feature.sales";
|
|
6666
|
-
"feature.crm": "feature.crm";
|
|
6667
|
-
"feature.finance": "feature.finance";
|
|
6668
|
-
"feature.lead-gen": "feature.lead-gen";
|
|
6669
|
-
"feature.platform": "feature.platform";
|
|
6670
|
-
"feature.projects": "feature.projects";
|
|
6671
|
-
"feature.operations": "feature.operations";
|
|
6672
|
-
"feature.knowledge": "feature.knowledge";
|
|
6673
|
-
"feature.monitoring": "feature.monitoring";
|
|
6674
|
-
"feature.settings": "feature.settings";
|
|
6675
|
-
"feature.admin": "feature.admin";
|
|
6676
|
-
"feature.archive": "feature.archive";
|
|
6677
|
-
"feature.seo": "feature.seo";
|
|
6678
|
-
"resource.agent": "resource.agent";
|
|
6679
|
-
"resource.workflow": "resource.workflow";
|
|
6680
|
-
"resource.integration": "resource.integration";
|
|
6681
|
-
"resource.database": "resource.database";
|
|
6682
|
-
"resource.user": "resource.user";
|
|
6683
|
-
"resource.team": "resource.team";
|
|
6684
|
-
"integration.gmail": "integration.gmail";
|
|
6685
|
-
"integration.google-sheets": "integration.google-sheets";
|
|
6686
|
-
"integration.attio": "integration.attio";
|
|
6687
|
-
"surface.dashboard": "surface.dashboard";
|
|
6688
|
-
"surface.calendar": "surface.calendar";
|
|
6689
|
-
"surface.overview": "surface.overview";
|
|
6690
|
-
"surface.command-view": "surface.command-view";
|
|
6691
|
-
"surface.command-queue": "surface.command-queue";
|
|
6692
|
-
"surface.pipeline": "surface.pipeline";
|
|
6693
|
-
"surface.lists": "surface.lists";
|
|
6694
|
-
"surface.resources": "surface.resources";
|
|
6695
|
-
"surface.settings": "surface.settings";
|
|
6696
|
-
"status.success": "status.success";
|
|
6697
|
-
"status.error": "status.error";
|
|
6698
|
-
"status.warning": "status.warning";
|
|
6699
|
-
"status.info": "status.info";
|
|
6700
|
-
"status.pending": "status.pending";
|
|
6701
|
-
"action.approve": "action.approve";
|
|
6702
|
-
"action.reject": "action.reject";
|
|
6703
|
-
"action.retry": "action.retry";
|
|
6704
|
-
"action.edit": "action.edit";
|
|
6705
|
-
"action.view": "action.view";
|
|
6706
|
-
"action.launch": "action.launch";
|
|
6707
|
-
"action.message": "action.message";
|
|
6708
|
-
"action.escalate": "action.escalate";
|
|
6709
|
-
"action.promote": "action.promote";
|
|
6710
|
-
"action.submit": "action.submit";
|
|
6711
|
-
"action.email": "action.email";
|
|
6712
|
-
}>, z$1.ZodString]>>;
|
|
6713
|
-
body: z$1.ZodString;
|
|
6714
|
-
links: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
6715
|
-
nodeId: z$1.ZodString;
|
|
6716
|
-
}, z$1.core.$strip>>>;
|
|
6717
|
-
skills: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
6718
|
-
domain: z$1.ZodOptional<z$1.ZodString>;
|
|
6719
|
-
ownerIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6720
|
-
updatedAt: z$1.ZodString;
|
|
6480
|
+
via: z$1.ZodOptional<z$1.ZodString>;
|
|
6481
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
6721
6482
|
}, z$1.core.$strip>>>;
|
|
6722
|
-
}, z$1.core.$strip
|
|
6483
|
+
}, z$1.core.$strip>>>>;
|
|
6484
|
+
policies: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6485
|
+
id: z$1.ZodString;
|
|
6486
|
+
order: z$1.ZodNumber;
|
|
6487
|
+
label: z$1.ZodString;
|
|
6488
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6489
|
+
trigger: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6490
|
+
kind: z$1.ZodLiteral<"event">;
|
|
6491
|
+
eventId: z$1.ZodString;
|
|
6492
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6493
|
+
kind: z$1.ZodLiteral<"action-invocation">;
|
|
6494
|
+
actionId: z$1.ZodString;
|
|
6495
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6496
|
+
kind: z$1.ZodLiteral<"schedule">;
|
|
6497
|
+
cron: z$1.ZodString;
|
|
6498
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6499
|
+
kind: z$1.ZodLiteral<"manual">;
|
|
6500
|
+
}, z$1.core.$strip>], "kind">;
|
|
6501
|
+
predicate: z$1.ZodDefault<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6502
|
+
kind: z$1.ZodLiteral<"always">;
|
|
6503
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6504
|
+
kind: z$1.ZodLiteral<"expression">;
|
|
6505
|
+
expression: z$1.ZodString;
|
|
6506
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6507
|
+
kind: z$1.ZodLiteral<"threshold">;
|
|
6508
|
+
metric: z$1.ZodString;
|
|
6509
|
+
operator: z$1.ZodEnum<{
|
|
6510
|
+
lt: "lt";
|
|
6511
|
+
lte: "lte";
|
|
6512
|
+
eq: "eq";
|
|
6513
|
+
gte: "gte";
|
|
6514
|
+
gt: "gt";
|
|
6515
|
+
}>;
|
|
6516
|
+
value: z$1.ZodNumber;
|
|
6517
|
+
}, z$1.core.$strip>], "kind">>;
|
|
6518
|
+
actions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
6519
|
+
kind: z$1.ZodLiteral<"require-approval">;
|
|
6520
|
+
roleId: z$1.ZodOptional<z$1.ZodString>;
|
|
6521
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6522
|
+
kind: z$1.ZodLiteral<"invoke-action">;
|
|
6523
|
+
actionId: z$1.ZodString;
|
|
6524
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6525
|
+
kind: z$1.ZodLiteral<"notify-role">;
|
|
6526
|
+
roleId: z$1.ZodString;
|
|
6527
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6528
|
+
kind: z$1.ZodLiteral<"block">;
|
|
6529
|
+
}, z$1.core.$strip>], "kind">>;
|
|
6530
|
+
appliesTo: z$1.ZodDefault<z$1.ZodObject<{
|
|
6531
|
+
systemIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6532
|
+
actionIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6533
|
+
resourceIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6534
|
+
roleIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6535
|
+
}, z$1.core.$strip>>;
|
|
6536
|
+
lifecycle: z$1.ZodDefault<z$1.ZodEnum<{
|
|
6537
|
+
deprecated: "deprecated";
|
|
6538
|
+
draft: "draft";
|
|
6539
|
+
beta: "beta";
|
|
6540
|
+
active: "active";
|
|
6541
|
+
archived: "archived";
|
|
6542
|
+
}>>;
|
|
6543
|
+
}, z$1.core.$strip>>>>;
|
|
6544
|
+
knowledge: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
6545
|
+
id: z$1.ZodString;
|
|
6546
|
+
kind: z$1.ZodEnum<{
|
|
6547
|
+
playbook: "playbook";
|
|
6548
|
+
strategy: "strategy";
|
|
6549
|
+
reference: "reference";
|
|
6550
|
+
}>;
|
|
6551
|
+
title: z$1.ZodString;
|
|
6552
|
+
summary: z$1.ZodString;
|
|
6553
|
+
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
6554
|
+
message: "message";
|
|
6555
|
+
error: "error";
|
|
6556
|
+
agent: "agent";
|
|
6557
|
+
workflow: "workflow";
|
|
6558
|
+
"google-sheets": "google-sheets";
|
|
6559
|
+
dashboard: "dashboard";
|
|
6560
|
+
calendar: "calendar";
|
|
6561
|
+
sales: "sales";
|
|
6562
|
+
crm: "crm";
|
|
6563
|
+
"lead-gen": "lead-gen";
|
|
6564
|
+
projects: "projects";
|
|
6565
|
+
operations: "operations";
|
|
6566
|
+
monitoring: "monitoring";
|
|
6567
|
+
knowledge: "knowledge";
|
|
6568
|
+
settings: "settings";
|
|
6569
|
+
admin: "admin";
|
|
6570
|
+
archive: "archive";
|
|
6571
|
+
business: "business";
|
|
6572
|
+
finance: "finance";
|
|
6573
|
+
platform: "platform";
|
|
6574
|
+
seo: "seo";
|
|
6575
|
+
playbook: "playbook";
|
|
6576
|
+
strategy: "strategy";
|
|
6577
|
+
reference: "reference";
|
|
6578
|
+
integration: "integration";
|
|
6579
|
+
database: "database";
|
|
6580
|
+
user: "user";
|
|
6581
|
+
team: "team";
|
|
6582
|
+
gmail: "gmail";
|
|
6583
|
+
attio: "attio";
|
|
6584
|
+
overview: "overview";
|
|
6585
|
+
"command-view": "command-view";
|
|
6586
|
+
"command-queue": "command-queue";
|
|
6587
|
+
pipeline: "pipeline";
|
|
6588
|
+
lists: "lists";
|
|
6589
|
+
resources: "resources";
|
|
6590
|
+
approve: "approve";
|
|
6591
|
+
reject: "reject";
|
|
6592
|
+
retry: "retry";
|
|
6593
|
+
edit: "edit";
|
|
6594
|
+
view: "view";
|
|
6595
|
+
launch: "launch";
|
|
6596
|
+
escalate: "escalate";
|
|
6597
|
+
promote: "promote";
|
|
6598
|
+
submit: "submit";
|
|
6599
|
+
email: "email";
|
|
6600
|
+
success: "success";
|
|
6601
|
+
warning: "warning";
|
|
6602
|
+
info: "info";
|
|
6603
|
+
pending: "pending";
|
|
6604
|
+
bolt: "bolt";
|
|
6605
|
+
building: "building";
|
|
6606
|
+
briefcase: "briefcase";
|
|
6607
|
+
apps: "apps";
|
|
6608
|
+
graph: "graph";
|
|
6609
|
+
shield: "shield";
|
|
6610
|
+
users: "users";
|
|
6611
|
+
"chart-bar": "chart-bar";
|
|
6612
|
+
search: "search";
|
|
6613
|
+
}>, z$1.ZodString]>>;
|
|
6614
|
+
externalUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
6615
|
+
sourceFilePath: z$1.ZodOptional<z$1.ZodString>;
|
|
6616
|
+
body: z$1.ZodString;
|
|
6617
|
+
links: z$1.ZodDefault<z$1.ZodArray<z$1.ZodPipe<z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
6618
|
+
target: z$1.ZodObject<{
|
|
6619
|
+
kind: z$1.ZodEnum<{
|
|
6620
|
+
knowledge: "knowledge";
|
|
6621
|
+
system: "system";
|
|
6622
|
+
action: "action";
|
|
6623
|
+
ontology: "ontology";
|
|
6624
|
+
role: "role";
|
|
6625
|
+
goal: "goal";
|
|
6626
|
+
stage: "stage";
|
|
6627
|
+
resource: "resource";
|
|
6628
|
+
"customer-segment": "customer-segment";
|
|
6629
|
+
offering: "offering";
|
|
6630
|
+
"content-node": "content-node";
|
|
6631
|
+
}>;
|
|
6632
|
+
id: z$1.ZodString;
|
|
6633
|
+
}, z$1.core.$strip>;
|
|
6634
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
6635
|
+
nodeId: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
6636
|
+
}, z$1.core.$strip>]>, z$1.ZodTransform<{
|
|
6637
|
+
target: {
|
|
6638
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "stage" | "resource" | "customer-segment" | "offering" | "content-node";
|
|
6639
|
+
id: string;
|
|
6640
|
+
};
|
|
6641
|
+
nodeId: string;
|
|
6642
|
+
}, {
|
|
6643
|
+
nodeId: string;
|
|
6644
|
+
} | {
|
|
6645
|
+
target: {
|
|
6646
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "stage" | "resource" | "customer-segment" | "offering" | "content-node";
|
|
6647
|
+
id: string;
|
|
6648
|
+
};
|
|
6649
|
+
}>>>>;
|
|
6650
|
+
ownerIds: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
6651
|
+
updatedAt: z$1.ZodString;
|
|
6652
|
+
}, z$1.core.$strip>>>>;
|
|
6723
6653
|
}, z$1.core.$strip>;
|
|
6724
6654
|
|
|
6725
6655
|
type OrganizationModel = z$1.infer<typeof OrganizationModelSchema>;
|
|
6726
|
-
type
|
|
6656
|
+
type OrganizationModelSystemEntry = z$1.infer<typeof SystemEntrySchema>;
|
|
6727
6657
|
|
|
6728
6658
|
declare const LinkSchema: z$1.ZodObject<{
|
|
6729
6659
|
nodeId: z$1.ZodString;
|
|
6730
6660
|
kind: z$1.ZodEnum<{
|
|
6661
|
+
links: "links";
|
|
6662
|
+
affects: "affects";
|
|
6663
|
+
effects: "effects";
|
|
6664
|
+
implements: "implements";
|
|
6665
|
+
reads: "reads";
|
|
6666
|
+
writes: "writes";
|
|
6667
|
+
emits: "emits";
|
|
6731
6668
|
contains: "contains";
|
|
6732
6669
|
references: "references";
|
|
6733
|
-
exposes: "exposes";
|
|
6734
6670
|
maps_to: "maps_to";
|
|
6735
|
-
"operates-on": "operates-on";
|
|
6736
6671
|
uses: "uses";
|
|
6737
6672
|
governs: "governs";
|
|
6673
|
+
originates_from: "originates_from";
|
|
6674
|
+
triggers: "triggers";
|
|
6675
|
+
applies_to: "applies_to";
|
|
6676
|
+
uses_catalog: "uses_catalog";
|
|
6738
6677
|
}>;
|
|
6739
6678
|
}, z$1.core.$strip>;
|
|
6740
6679
|
type Link = z$1.infer<typeof LinkSchema>;
|
|
@@ -6993,9 +6932,9 @@ declare const ExecutionHistoryItemSchema: z$1.ZodObject<{
|
|
|
6993
6932
|
createdAt: z$1.ZodString;
|
|
6994
6933
|
status: z$1.ZodEnum<{
|
|
6995
6934
|
completed: "completed";
|
|
6996
|
-
cancelled: "cancelled";
|
|
6997
6935
|
failed: "failed";
|
|
6998
6936
|
running: "running";
|
|
6937
|
+
cancelled: "cancelled";
|
|
6999
6938
|
}>;
|
|
7000
6939
|
step: z$1.ZodNullable<z$1.ZodNumber>;
|
|
7001
6940
|
itemLabel: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -7012,9 +6951,9 @@ declare const ExecutionHistoryResponseSchema: z$1.ZodObject<{
|
|
|
7012
6951
|
createdAt: z$1.ZodString;
|
|
7013
6952
|
status: z$1.ZodEnum<{
|
|
7014
6953
|
completed: "completed";
|
|
7015
|
-
cancelled: "cancelled";
|
|
7016
6954
|
failed: "failed";
|
|
7017
6955
|
running: "running";
|
|
6956
|
+
cancelled: "cancelled";
|
|
7018
6957
|
}>;
|
|
7019
6958
|
step: z$1.ZodNullable<z$1.ZodNumber>;
|
|
7020
6959
|
itemLabel: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -7069,8 +7008,8 @@ declare function getTimeRangeLabel(range: TimeRange): string;
|
|
|
7069
7008
|
|
|
7070
7009
|
declare const ClientStatusSchema: z$1.ZodEnum<{
|
|
7071
7010
|
active: "active";
|
|
7072
|
-
paused: "paused";
|
|
7073
7011
|
completed: "completed";
|
|
7012
|
+
paused: "paused";
|
|
7074
7013
|
onboarding: "onboarding";
|
|
7075
7014
|
churned: "churned";
|
|
7076
7015
|
}>;
|
|
@@ -7080,8 +7019,8 @@ declare const ClientResponseSchema: z$1.ZodObject<{
|
|
|
7080
7019
|
name: z$1.ZodString;
|
|
7081
7020
|
status: z$1.ZodEnum<{
|
|
7082
7021
|
active: "active";
|
|
7083
|
-
paused: "paused";
|
|
7084
7022
|
completed: "completed";
|
|
7023
|
+
paused: "paused";
|
|
7085
7024
|
onboarding: "onboarding";
|
|
7086
7025
|
churned: "churned";
|
|
7087
7026
|
}>;
|
|
@@ -7099,8 +7038,8 @@ declare const ClientDetailResponseSchema: z$1.ZodObject<{
|
|
|
7099
7038
|
name: z$1.ZodString;
|
|
7100
7039
|
status: z$1.ZodEnum<{
|
|
7101
7040
|
active: "active";
|
|
7102
|
-
paused: "paused";
|
|
7103
7041
|
completed: "completed";
|
|
7042
|
+
paused: "paused";
|
|
7104
7043
|
onboarding: "onboarding";
|
|
7105
7044
|
churned: "churned";
|
|
7106
7045
|
}>;
|
|
@@ -7147,8 +7086,8 @@ declare const ClientStatusResponseSchema: z$1.ZodObject<{
|
|
|
7147
7086
|
totalClients: z$1.ZodNumber;
|
|
7148
7087
|
byStatus: z$1.ZodRecord<z$1.ZodEnum<{
|
|
7149
7088
|
active: "active";
|
|
7150
|
-
paused: "paused";
|
|
7151
7089
|
completed: "completed";
|
|
7090
|
+
paused: "paused";
|
|
7152
7091
|
onboarding: "onboarding";
|
|
7153
7092
|
churned: "churned";
|
|
7154
7093
|
}>, z$1.ZodNumber>;
|
|
@@ -7161,8 +7100,8 @@ declare const CreateClientRequestSchema: z$1.ZodObject<{
|
|
|
7161
7100
|
name: z$1.ZodString;
|
|
7162
7101
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
7163
7102
|
active: "active";
|
|
7164
|
-
paused: "paused";
|
|
7165
7103
|
completed: "completed";
|
|
7104
|
+
paused: "paused";
|
|
7166
7105
|
onboarding: "onboarding";
|
|
7167
7106
|
churned: "churned";
|
|
7168
7107
|
}>>;
|
|
@@ -7175,8 +7114,8 @@ declare const UpdateClientRequestSchema: z$1.ZodObject<{
|
|
|
7175
7114
|
name: z$1.ZodOptional<z$1.ZodString>;
|
|
7176
7115
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
7177
7116
|
active: "active";
|
|
7178
|
-
paused: "paused";
|
|
7179
7117
|
completed: "completed";
|
|
7118
|
+
paused: "paused";
|
|
7180
7119
|
onboarding: "onboarding";
|
|
7181
7120
|
churned: "churned";
|
|
7182
7121
|
}>>;
|
|
@@ -7265,11 +7204,11 @@ interface StepConfigLayout<T> {
|
|
|
7265
7204
|
|
|
7266
7205
|
type ListBuilderWorkflowCategory = 'build' | 'enrich' | 'qualify' | 'scrape' | 'utility';
|
|
7267
7206
|
type LeadGenStageKey = string;
|
|
7268
|
-
type
|
|
7207
|
+
type LeadGenActionKey = string;
|
|
7269
7208
|
interface ListBuilderWorkflow {
|
|
7270
7209
|
resourceId: string;
|
|
7271
7210
|
workflowId?: string;
|
|
7272
|
-
|
|
7211
|
+
actionKey?: LeadGenActionKey;
|
|
7273
7212
|
label: string;
|
|
7274
7213
|
description: string;
|
|
7275
7214
|
category: ListBuilderWorkflowCategory;
|
|
@@ -8455,76 +8394,96 @@ interface SSEConnectionManagerLike {
|
|
|
8455
8394
|
type ElevasisOrganizationModel = Omit<OrganizationModel, 'knowledge'> & {
|
|
8456
8395
|
knowledge?: OrganizationModel['knowledge'];
|
|
8457
8396
|
};
|
|
8458
|
-
type
|
|
8459
|
-
type
|
|
8397
|
+
type SystemSidebarComponent = ComponentType;
|
|
8398
|
+
type SystemIconComponent = ComponentType<{
|
|
8460
8399
|
size?: number;
|
|
8461
8400
|
stroke?: number;
|
|
8462
8401
|
}>;
|
|
8463
|
-
type
|
|
8402
|
+
type SystemSidebarWidthResolver = number | ((context: {
|
|
8464
8403
|
currentPath: string;
|
|
8465
8404
|
}) => number);
|
|
8466
|
-
interface
|
|
8467
|
-
/** Unique stable identifier for this
|
|
8405
|
+
interface SystemModule {
|
|
8406
|
+
/** Unique stable identifier for this UI system module. */
|
|
8468
8407
|
key: string;
|
|
8469
|
-
/** Organization Model
|
|
8470
|
-
|
|
8471
|
-
/**
|
|
8408
|
+
/** Organization Model system id this module presents. Omit for navigation-only app surfaces. */
|
|
8409
|
+
systemId?: string;
|
|
8410
|
+
/** Route prefixes owned by navigation-only app surfaces. */
|
|
8411
|
+
routePrefixes?: string[];
|
|
8412
|
+
/** Capability identifiers contributed by this system module. */
|
|
8472
8413
|
capabilityIds?: string[];
|
|
8473
|
-
/** Icon used when this
|
|
8474
|
-
icon?:
|
|
8475
|
-
/** Sidebar component rendered when this
|
|
8476
|
-
sidebar?:
|
|
8414
|
+
/** Icon used when this system node appears in shell navigation. */
|
|
8415
|
+
icon?: SystemIconComponent;
|
|
8416
|
+
/** Sidebar component rendered when this system's subtree route is active. */
|
|
8417
|
+
sidebar?: SystemSidebarComponent;
|
|
8477
8418
|
/** Optional shell sidebar width override. Defaults to 250px. */
|
|
8478
|
-
sidebarWidth?:
|
|
8479
|
-
/** Operations-only bridge connecting this
|
|
8480
|
-
organizationGraph?:
|
|
8419
|
+
sidebarWidth?: SystemSidebarWidthResolver;
|
|
8420
|
+
/** Operations-only bridge connecting this system to the organization graph node. */
|
|
8421
|
+
organizationGraph?: OrganizationGraphSystemBridge;
|
|
8481
8422
|
}
|
|
8482
|
-
interface
|
|
8483
|
-
|
|
8423
|
+
interface ResolvedSystemAccess {
|
|
8424
|
+
featureKey: string;
|
|
8425
|
+
systemId?: string;
|
|
8484
8426
|
enabled: boolean;
|
|
8485
8427
|
}
|
|
8486
|
-
interface
|
|
8428
|
+
interface ResolvedSystemSemantics {
|
|
8487
8429
|
capabilityIds: string[];
|
|
8488
8430
|
}
|
|
8489
|
-
interface
|
|
8490
|
-
access:
|
|
8491
|
-
semantics:
|
|
8492
|
-
}
|
|
8493
|
-
interface ResolvedShellFeature extends OrganizationModelFeature {
|
|
8494
|
-
iconComponent?: FeatureIconComponent;
|
|
8431
|
+
interface ResolvedSystemModule extends SystemModule {
|
|
8432
|
+
access: ResolvedSystemAccess;
|
|
8433
|
+
semantics: ResolvedSystemSemantics;
|
|
8495
8434
|
}
|
|
8435
|
+
type ResolvedShellSystem = OrganizationModelSystemEntry & {
|
|
8436
|
+
label: string;
|
|
8437
|
+
iconComponent?: SystemIconComponent;
|
|
8438
|
+
};
|
|
8496
8439
|
interface ResolvedShellModel {
|
|
8497
|
-
|
|
8498
|
-
findByPath: (path: string) =>
|
|
8499
|
-
findById: (id: string) =>
|
|
8500
|
-
childrenOf: (id: string) =>
|
|
8501
|
-
ancestorsOf: (id: string) =>
|
|
8502
|
-
parentOf: (id: string) =>
|
|
8503
|
-
topLevel: () =>
|
|
8504
|
-
uiPositionFor: (id: string) => OrganizationModelFeature['uiPosition'] | undefined;
|
|
8440
|
+
systems: readonly ResolvedShellSystem[];
|
|
8441
|
+
findByPath: (path: string) => ResolvedShellSystem | undefined;
|
|
8442
|
+
findById: (id: string) => ResolvedShellSystem | undefined;
|
|
8443
|
+
childrenOf: (id: string) => ResolvedShellSystem[];
|
|
8444
|
+
ancestorsOf: (id: string) => ResolvedShellSystem[];
|
|
8445
|
+
parentOf: (id: string) => ResolvedShellSystem | undefined;
|
|
8446
|
+
topLevel: () => ResolvedShellSystem[];
|
|
8505
8447
|
requiresAdminFor: (id: string) => boolean;
|
|
8506
8448
|
devOnlyFor: (id: string) => boolean;
|
|
8507
8449
|
}
|
|
8450
|
+
interface ShellSidebarLinkItem {
|
|
8451
|
+
label: string;
|
|
8452
|
+
link: string;
|
|
8453
|
+
exact?: boolean;
|
|
8454
|
+
activeMatchPaths?: string[];
|
|
8455
|
+
}
|
|
8456
|
+
interface ShellSidebarLinkGroup {
|
|
8457
|
+
icon: SystemIconComponent;
|
|
8458
|
+
label: string;
|
|
8459
|
+
links?: ShellSidebarLinkItem[];
|
|
8460
|
+
link?: string;
|
|
8461
|
+
}
|
|
8462
|
+
interface ShellSidebarProjectionOptions {
|
|
8463
|
+
isPlatformAdmin?: boolean;
|
|
8464
|
+
isDev?: boolean;
|
|
8465
|
+
section?: 'primary' | 'bottom';
|
|
8466
|
+
}
|
|
8508
8467
|
type ShellRouteMatchStatus = 'matched' | 'hidden' | 'unmatched';
|
|
8509
8468
|
interface ResolvedShellRouteMatch {
|
|
8510
8469
|
status: ShellRouteMatchStatus;
|
|
8511
8470
|
path: string;
|
|
8512
|
-
|
|
8513
|
-
node?:
|
|
8471
|
+
system?: ResolvedSystemModule;
|
|
8472
|
+
node?: ResolvedShellSystem;
|
|
8514
8473
|
}
|
|
8515
8474
|
interface ShellRuntime {
|
|
8516
8475
|
resolveRoute: (path: string) => ResolvedShellRouteMatch;
|
|
8517
8476
|
}
|
|
8518
|
-
interface
|
|
8519
|
-
|
|
8477
|
+
interface OrganizationGraphSystemBridge {
|
|
8478
|
+
systemId?: string;
|
|
8520
8479
|
}
|
|
8521
8480
|
interface OrganizationGraphContextValue {
|
|
8522
8481
|
available: boolean;
|
|
8523
|
-
|
|
8524
|
-
|
|
8482
|
+
systemId?: string;
|
|
8483
|
+
systemPath?: string;
|
|
8525
8484
|
}
|
|
8526
|
-
interface
|
|
8527
|
-
|
|
8485
|
+
interface ElevasisSystemsProviderProps {
|
|
8486
|
+
systems?: SystemModule[];
|
|
8528
8487
|
organizationModel?: ElevasisOrganizationModel;
|
|
8529
8488
|
timeRange?: TimeRange;
|
|
8530
8489
|
operationsApiUrl?: string;
|
|
@@ -8534,11 +8493,12 @@ interface ElevasisFeaturesProviderProps {
|
|
|
8534
8493
|
disabledSubsectionPaths?: string[];
|
|
8535
8494
|
children: ReactNode;
|
|
8536
8495
|
}
|
|
8537
|
-
interface
|
|
8496
|
+
interface ElevasisSystemsContextValue {
|
|
8538
8497
|
shellModel: ResolvedShellModel;
|
|
8539
8498
|
shellRuntime: ShellRuntime;
|
|
8540
|
-
|
|
8541
|
-
|
|
8499
|
+
getSidebarLinks: (options?: ShellSidebarProjectionOptions) => ShellSidebarLinkGroup[];
|
|
8500
|
+
enabledResolvedSystems: ResolvedSystemModule[];
|
|
8501
|
+
resolvedSystems: ResolvedSystemModule[];
|
|
8542
8502
|
organizationGraph: OrganizationGraphContextValue;
|
|
8543
8503
|
organizationModel?: OrganizationModel;
|
|
8544
8504
|
timeRange?: TimeRange;
|
|
@@ -8547,15 +8507,15 @@ interface ElevasisFeaturesContextValue {
|
|
|
8547
8507
|
deliveryApiUrl?: string;
|
|
8548
8508
|
deliverySSEManager?: SSEConnectionManagerLike;
|
|
8549
8509
|
disabledSubsectionPaths: string[];
|
|
8550
|
-
|
|
8551
|
-
|
|
8510
|
+
isSystemEnabled: (key: string) => boolean;
|
|
8511
|
+
getResolvedSystem: (key: string) => ResolvedSystemModule | undefined;
|
|
8552
8512
|
}
|
|
8553
8513
|
|
|
8554
|
-
declare function
|
|
8555
|
-
declare function
|
|
8556
|
-
declare function
|
|
8514
|
+
declare function useElevasisSystems(): ElevasisSystemsContextValue;
|
|
8515
|
+
declare function useOptionalElevasisSystems(): ElevasisSystemsContextValue | null;
|
|
8516
|
+
declare function ElevasisSystemsProvider({ systems, organizationModel, timeRange, operationsApiUrl, operationsSSEManager, deliveryApiUrl, deliverySSEManager, disabledSubsectionPaths, children }: ElevasisSystemsProviderProps): react_jsx_runtime.JSX.Element;
|
|
8557
8517
|
|
|
8558
|
-
declare function
|
|
8518
|
+
declare function SystemShell({ children }: {
|
|
8559
8519
|
children: ReactNode;
|
|
8560
8520
|
}): react_jsx_runtime.JSX.Element;
|
|
8561
8521
|
|
|
@@ -8625,11 +8585,11 @@ interface ElevasisUIProviderProps extends Omit<ElevasisCoreProviderProps, 'theme
|
|
|
8625
8585
|
}
|
|
8626
8586
|
declare function ElevasisUIProvider({ theme, children, ...coreProps }: ElevasisUIProviderProps): react_jsx_runtime.JSX.Element;
|
|
8627
8587
|
|
|
8628
|
-
interface
|
|
8588
|
+
interface CreateTestSystemsProviderOptions {
|
|
8629
8589
|
organizationModel?: OrganizationModel;
|
|
8630
|
-
|
|
8590
|
+
systems?: SystemModule[];
|
|
8631
8591
|
}
|
|
8632
|
-
declare function
|
|
8592
|
+
declare function createTestSystemsProvider({ organizationModel, systems }?: CreateTestSystemsProviderOptions): ({ children }: {
|
|
8633
8593
|
children: ReactNode;
|
|
8634
8594
|
}) => react_jsx_runtime.JSX.Element;
|
|
8635
8595
|
|
|
@@ -9007,7 +8967,7 @@ declare function useGetExecutionHistory(scheduleId: string | undefined, options?
|
|
|
9007
8967
|
executions: {
|
|
9008
8968
|
id: string;
|
|
9009
8969
|
createdAt: string;
|
|
9010
|
-
status: "completed" | "
|
|
8970
|
+
status: "completed" | "failed" | "running" | "cancelled";
|
|
9011
8971
|
step: number | null;
|
|
9012
8972
|
itemLabel: string | null;
|
|
9013
8973
|
duration: number | null;
|
|
@@ -9322,6 +9282,7 @@ declare const observabilityKeys: {
|
|
|
9322
9282
|
dashboardMetrics: (organizationId: string | null, timeRange: string) => readonly ["observability", "dashboard-metrics", string | null, string];
|
|
9323
9283
|
businessImpact: (organizationId: string | null, timeRange: string) => readonly ["observability", "business-impact", string | null, string];
|
|
9324
9284
|
resourcesHealth: (organizationId: string | null, resources: string, startDate: string, endDate: string, granularity: string) => readonly ["observability", "resources-health", string | null, string, string, string, string];
|
|
9285
|
+
systemHealth: (organizationId: string | null, systemPath: string, timeRange: string, includeDescendants: boolean, descendantMode: string, resourceSet: string, startDate: string, endDate: string, directResources: readonly unknown[], descendantResources: readonly unknown[]) => readonly ["observability", "system-health", string | null, string, string, boolean, string, string, string, string, readonly unknown[], readonly unknown[]];
|
|
9325
9286
|
unresolvedErrors: (organizationId: string | null, startDate: string, endDate: string) => readonly ["observability", "unresolved-errors", string | null, string, string];
|
|
9326
9287
|
recentExecutionsByResource: (organizationId: string | null, timeRange: string, limit: number | undefined) => readonly ["observability", "recent-executions-by-resource", string | null, string, number | undefined];
|
|
9327
9288
|
};
|
|
@@ -9430,6 +9391,52 @@ declare function useBatchedResourcesHealth(params: UseBatchedResourcesHealthPara
|
|
|
9430
9391
|
healthLookup: Map<string, ResourceHealth>;
|
|
9431
9392
|
};
|
|
9432
9393
|
|
|
9394
|
+
interface SystemHealthExecutionSummary {
|
|
9395
|
+
successRate: number;
|
|
9396
|
+
p95Duration: number;
|
|
9397
|
+
totalExecutions: number;
|
|
9398
|
+
statusCounts: {
|
|
9399
|
+
success: number;
|
|
9400
|
+
failed: number;
|
|
9401
|
+
pending: number;
|
|
9402
|
+
warning: number;
|
|
9403
|
+
};
|
|
9404
|
+
trendData: Array<{
|
|
9405
|
+
time: string;
|
|
9406
|
+
rate: number;
|
|
9407
|
+
successCount: number;
|
|
9408
|
+
errorCount: number;
|
|
9409
|
+
warningCount: number;
|
|
9410
|
+
executionCount: number;
|
|
9411
|
+
}>;
|
|
9412
|
+
peakPeriod: string;
|
|
9413
|
+
granularity: 'hour' | 'day';
|
|
9414
|
+
}
|
|
9415
|
+
interface SystemHealthResponse {
|
|
9416
|
+
systemPath: string;
|
|
9417
|
+
includeDescendants: boolean;
|
|
9418
|
+
resourceCounts: {
|
|
9419
|
+
total: number;
|
|
9420
|
+
direct: number;
|
|
9421
|
+
descendant: number;
|
|
9422
|
+
executable: number;
|
|
9423
|
+
passiveIntegrations: number;
|
|
9424
|
+
};
|
|
9425
|
+
executionHealth: SystemHealthExecutionSummary;
|
|
9426
|
+
breakdown: {
|
|
9427
|
+
direct: SystemHealthExecutionSummary;
|
|
9428
|
+
descendants: SystemHealthExecutionSummary;
|
|
9429
|
+
};
|
|
9430
|
+
}
|
|
9431
|
+
interface UseSystemHealthParams {
|
|
9432
|
+
systemPath: string;
|
|
9433
|
+
timeRange: TimeRange;
|
|
9434
|
+
includeDescendants?: boolean;
|
|
9435
|
+
directResources: ResourceEntry[];
|
|
9436
|
+
descendantResources: ResourceEntry[];
|
|
9437
|
+
}
|
|
9438
|
+
declare function useSystemHealth({ systemPath, timeRange, includeDescendants, directResources, descendantResources }: UseSystemHealthParams): _tanstack_react_query.UseQueryResult<SystemHealthResponse, Error>;
|
|
9439
|
+
|
|
9433
9440
|
interface UseUnresolvedErrorsParams {
|
|
9434
9441
|
startDate: string;
|
|
9435
9442
|
endDate: string;
|
|
@@ -10039,9 +10046,9 @@ declare function usePatchTask(): _tanstack_react_query.UseMutationResult<Task, E
|
|
|
10039
10046
|
* reported_requests -> RequestSchemas
|
|
10040
10047
|
*/
|
|
10041
10048
|
declare const RequestSeverityEnum: z$1.ZodEnum<{
|
|
10042
|
-
critical: "critical";
|
|
10043
10049
|
warning: "warning";
|
|
10044
10050
|
info: "info";
|
|
10051
|
+
critical: "critical";
|
|
10045
10052
|
}>;
|
|
10046
10053
|
declare const RequestStatusEnum: z$1.ZodEnum<{
|
|
10047
10054
|
open: "open";
|
|
@@ -10052,14 +10059,14 @@ declare const RequestStatusEnum: z$1.ZodEnum<{
|
|
|
10052
10059
|
declare const RequestSourceEnum: z$1.ZodEnum<{
|
|
10053
10060
|
agent: "agent";
|
|
10054
10061
|
api: "api";
|
|
10055
|
-
external: "external";
|
|
10056
10062
|
user: "user";
|
|
10063
|
+
external: "external";
|
|
10057
10064
|
webhook: "webhook";
|
|
10058
10065
|
cli: "cli";
|
|
10059
10066
|
}>;
|
|
10060
10067
|
declare const RequestTypeEnum: z$1.ZodEnum<{
|
|
10061
|
-
feature: "feature";
|
|
10062
10068
|
other: "other";
|
|
10069
|
+
feature: "feature";
|
|
10063
10070
|
bug: "bug";
|
|
10064
10071
|
question: "question";
|
|
10065
10072
|
}>;
|
|
@@ -10177,7 +10184,7 @@ declare function useClients(filters?: ClientsListFilters): _tanstack_react_query
|
|
|
10177
10184
|
id: string;
|
|
10178
10185
|
organizationId: string;
|
|
10179
10186
|
name: string;
|
|
10180
|
-
status: "active" | "
|
|
10187
|
+
status: "active" | "completed" | "paused" | "onboarding" | "churned";
|
|
10181
10188
|
sourceDealId: string | null;
|
|
10182
10189
|
primaryCompanyId: string | null;
|
|
10183
10190
|
primaryContactId: string | null;
|
|
@@ -10193,7 +10200,7 @@ declare function useClients(filters?: ClientsListFilters): _tanstack_react_query
|
|
|
10193
10200
|
|
|
10194
10201
|
declare function useClientStatus(): _tanstack_react_query.UseQueryResult<{
|
|
10195
10202
|
totalClients: number;
|
|
10196
|
-
byStatus: Record<"active" | "
|
|
10203
|
+
byStatus: Record<"active" | "completed" | "paused" | "onboarding" | "churned", number>;
|
|
10197
10204
|
linkedDeals: number;
|
|
10198
10205
|
linkedProjects: number;
|
|
10199
10206
|
linkedCompanies: number;
|
|
@@ -10204,7 +10211,7 @@ declare function useClient(clientId: string | undefined): _tanstack_react_query.
|
|
|
10204
10211
|
id: string;
|
|
10205
10212
|
organizationId: string;
|
|
10206
10213
|
name: string;
|
|
10207
|
-
status: "active" | "
|
|
10214
|
+
status: "active" | "completed" | "paused" | "onboarding" | "churned";
|
|
10208
10215
|
sourceDealId: string | null;
|
|
10209
10216
|
primaryCompanyId: string | null;
|
|
10210
10217
|
primaryContactId: string | null;
|
|
@@ -10249,7 +10256,7 @@ declare function useCreateClient(): _tanstack_react_query.UseMutationResult<{
|
|
|
10249
10256
|
id: string;
|
|
10250
10257
|
organizationId: string;
|
|
10251
10258
|
name: string;
|
|
10252
|
-
status: "active" | "
|
|
10259
|
+
status: "active" | "completed" | "paused" | "onboarding" | "churned";
|
|
10253
10260
|
sourceDealId: string | null;
|
|
10254
10261
|
primaryCompanyId: string | null;
|
|
10255
10262
|
primaryContactId: string | null;
|
|
@@ -10259,7 +10266,7 @@ declare function useCreateClient(): _tanstack_react_query.UseMutationResult<{
|
|
|
10259
10266
|
updatedAt: string;
|
|
10260
10267
|
}, Error, {
|
|
10261
10268
|
name: string;
|
|
10262
|
-
status?: "active" | "
|
|
10269
|
+
status?: "active" | "completed" | "paused" | "onboarding" | "churned" | undefined;
|
|
10263
10270
|
sourceDealId?: string | null | undefined;
|
|
10264
10271
|
primaryCompanyId?: string | null | undefined;
|
|
10265
10272
|
primaryContactId?: string | null | undefined;
|
|
@@ -10274,7 +10281,7 @@ declare function useUpdateClient(): _tanstack_react_query.UseMutationResult<{
|
|
|
10274
10281
|
id: string;
|
|
10275
10282
|
organizationId: string;
|
|
10276
10283
|
name: string;
|
|
10277
|
-
status: "active" | "
|
|
10284
|
+
status: "active" | "completed" | "paused" | "onboarding" | "churned";
|
|
10278
10285
|
sourceDealId: string | null;
|
|
10279
10286
|
primaryCompanyId: string | null;
|
|
10280
10287
|
primaryContactId: string | null;
|
|
@@ -10391,7 +10398,7 @@ interface UseCommandViewStatsOptions {
|
|
|
10391
10398
|
*/
|
|
10392
10399
|
declare function useCommandViewStats(timeRange?: StatsTimeRange, options?: UseCommandViewStatsOptions): _tanstack_react_query.UseQueryResult<CommandViewStatsResponse, Error>;
|
|
10393
10400
|
|
|
10394
|
-
type CommandViewVisualizationMode = '
|
|
10401
|
+
type CommandViewVisualizationMode = 'explore';
|
|
10395
10402
|
|
|
10396
10403
|
type StatusFilter$1 = ResourceStatus | 'all';
|
|
10397
10404
|
|
|
@@ -10450,7 +10457,7 @@ interface CommandViewStore {
|
|
|
10450
10457
|
}
|
|
10451
10458
|
/**
|
|
10452
10459
|
* Shared store for Command View filter/settings state.
|
|
10453
|
-
* Allows CommandViewPage
|
|
10460
|
+
* Allows CommandViewPage to share Command View filter/settings state.
|
|
10454
10461
|
*
|
|
10455
10462
|
* Persisted to localStorage: showIntegrations, fitViewOnFilter, visualizationMode,
|
|
10456
10463
|
* lastUsedVisualizationMode, resource/diagnostic visibility preferences.
|
|
@@ -10458,10 +10465,7 @@ interface CommandViewStore {
|
|
|
10458
10465
|
*
|
|
10459
10466
|
* Default-mode logic:
|
|
10460
10467
|
* - New sessions (no localStorage entry): visualizationMode initializes to 'explore'.
|
|
10461
|
-
* - Returning sessions:
|
|
10462
|
-
* so the user lands on whatever mode they last used. lastUsedVisualizationMode provides an
|
|
10463
|
-
* explicit observable for this preference (Wave 5 test assertions).
|
|
10464
|
-
* - VALID_VISUALIZATION_MODES guards against stale localStorage values from old mode names.
|
|
10468
|
+
* - Returning sessions: persisted legacy visualization modes normalize to 'explore'.
|
|
10465
10469
|
*/
|
|
10466
10470
|
declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<CommandViewStore>, "setState" | "persist"> & {
|
|
10467
10471
|
setState(partial: CommandViewStore | Partial<CommandViewStore> | ((state: CommandViewStore) => CommandViewStore | Partial<CommandViewStore>), replace?: false | undefined): unknown;
|
|
@@ -10470,8 +10474,8 @@ declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<C
|
|
|
10470
10474
|
setOptions: (options: Partial<zustand_middleware.PersistOptions<CommandViewStore, {
|
|
10471
10475
|
showIntegrations: boolean;
|
|
10472
10476
|
fitViewOnFilter: boolean;
|
|
10473
|
-
visualizationMode:
|
|
10474
|
-
lastUsedVisualizationMode:
|
|
10477
|
+
visualizationMode: "explore";
|
|
10478
|
+
lastUsedVisualizationMode: "explore" | null;
|
|
10475
10479
|
resourcesHidden: boolean;
|
|
10476
10480
|
diagnosticsHidden: boolean;
|
|
10477
10481
|
lastOpenBottomTab: string | null;
|
|
@@ -10485,8 +10489,8 @@ declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<C
|
|
|
10485
10489
|
getOptions: () => Partial<zustand_middleware.PersistOptions<CommandViewStore, {
|
|
10486
10490
|
showIntegrations: boolean;
|
|
10487
10491
|
fitViewOnFilter: boolean;
|
|
10488
|
-
visualizationMode:
|
|
10489
|
-
lastUsedVisualizationMode:
|
|
10492
|
+
visualizationMode: "explore";
|
|
10493
|
+
lastUsedVisualizationMode: "explore" | null;
|
|
10490
10494
|
resourcesHidden: boolean;
|
|
10491
10495
|
diagnosticsHidden: boolean;
|
|
10492
10496
|
lastOpenBottomTab: string | null;
|
|
@@ -10944,7 +10948,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
|
|
|
10944
10948
|
description: string | null;
|
|
10945
10949
|
batchIds: string[];
|
|
10946
10950
|
instantlyCampaignId: string | null;
|
|
10947
|
-
status: "
|
|
10951
|
+
status: "draft" | "archived" | "closing" | "enriching" | "launched";
|
|
10948
10952
|
metadata: {
|
|
10949
10953
|
[x: string]: unknown;
|
|
10950
10954
|
buildPlanSnapshot?: {
|
|
@@ -10957,7 +10961,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
|
|
|
10957
10961
|
outputs: ("company" | "contact" | "export")[];
|
|
10958
10962
|
stageKey: string;
|
|
10959
10963
|
dependencyMode: "per-record-eligibility";
|
|
10960
|
-
|
|
10964
|
+
actionKey: string;
|
|
10961
10965
|
defaultBatchSize: number;
|
|
10962
10966
|
maxBatchSize: number;
|
|
10963
10967
|
description?: string | undefined;
|
|
@@ -10971,7 +10975,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
|
|
|
10971
10975
|
label: string;
|
|
10972
10976
|
path: string;
|
|
10973
10977
|
width?: string | number | undefined;
|
|
10974
|
-
renderType?: "text" | "
|
|
10978
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
10975
10979
|
badgeColor?: string | undefined;
|
|
10976
10980
|
}[] | undefined;
|
|
10977
10981
|
contact?: {
|
|
@@ -10979,7 +10983,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
|
|
|
10979
10983
|
label: string;
|
|
10980
10984
|
path: string;
|
|
10981
10985
|
width?: string | number | undefined;
|
|
10982
|
-
renderType?: "text" | "
|
|
10986
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
10983
10987
|
badgeColor?: string | undefined;
|
|
10984
10988
|
}[] | undefined;
|
|
10985
10989
|
} | undefined;
|
|
@@ -11029,7 +11033,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
|
11029
11033
|
description: string | null;
|
|
11030
11034
|
batchIds: string[];
|
|
11031
11035
|
instantlyCampaignId: string | null;
|
|
11032
|
-
status: "
|
|
11036
|
+
status: "draft" | "archived" | "closing" | "enriching" | "launched";
|
|
11033
11037
|
metadata: {
|
|
11034
11038
|
[x: string]: unknown;
|
|
11035
11039
|
buildPlanSnapshot?: {
|
|
@@ -11042,7 +11046,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
|
11042
11046
|
outputs: ("company" | "contact" | "export")[];
|
|
11043
11047
|
stageKey: string;
|
|
11044
11048
|
dependencyMode: "per-record-eligibility";
|
|
11045
|
-
|
|
11049
|
+
actionKey: string;
|
|
11046
11050
|
defaultBatchSize: number;
|
|
11047
11051
|
maxBatchSize: number;
|
|
11048
11052
|
description?: string | undefined;
|
|
@@ -11056,7 +11060,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
|
11056
11060
|
label: string;
|
|
11057
11061
|
path: string;
|
|
11058
11062
|
width?: string | number | undefined;
|
|
11059
|
-
renderType?: "text" | "
|
|
11063
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
11060
11064
|
badgeColor?: string | undefined;
|
|
11061
11065
|
}[] | undefined;
|
|
11062
11066
|
contact?: {
|
|
@@ -11064,7 +11068,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
|
|
|
11064
11068
|
label: string;
|
|
11065
11069
|
path: string;
|
|
11066
11070
|
width?: string | number | undefined;
|
|
11067
|
-
renderType?: "text" | "
|
|
11071
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
11068
11072
|
badgeColor?: string | undefined;
|
|
11069
11073
|
}[] | undefined;
|
|
11070
11074
|
} | undefined;
|
|
@@ -11213,7 +11217,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
11213
11217
|
description: string | null;
|
|
11214
11218
|
batchIds: string[];
|
|
11215
11219
|
instantlyCampaignId: string | null;
|
|
11216
|
-
status: "
|
|
11220
|
+
status: "draft" | "archived" | "closing" | "enriching" | "launched";
|
|
11217
11221
|
metadata: {
|
|
11218
11222
|
[x: string]: unknown;
|
|
11219
11223
|
buildPlanSnapshot?: {
|
|
@@ -11226,7 +11230,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
11226
11230
|
outputs: ("company" | "contact" | "export")[];
|
|
11227
11231
|
stageKey: string;
|
|
11228
11232
|
dependencyMode: "per-record-eligibility";
|
|
11229
|
-
|
|
11233
|
+
actionKey: string;
|
|
11230
11234
|
defaultBatchSize: number;
|
|
11231
11235
|
maxBatchSize: number;
|
|
11232
11236
|
description?: string | undefined;
|
|
@@ -11240,7 +11244,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
11240
11244
|
label: string;
|
|
11241
11245
|
path: string;
|
|
11242
11246
|
width?: string | number | undefined;
|
|
11243
|
-
renderType?: "text" | "
|
|
11247
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
11244
11248
|
badgeColor?: string | undefined;
|
|
11245
11249
|
}[] | undefined;
|
|
11246
11250
|
contact?: {
|
|
@@ -11248,7 +11252,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
11248
11252
|
label: string;
|
|
11249
11253
|
path: string;
|
|
11250
11254
|
width?: string | number | undefined;
|
|
11251
|
-
renderType?: "text" | "
|
|
11255
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
11252
11256
|
badgeColor?: string | undefined;
|
|
11253
11257
|
}[] | undefined;
|
|
11254
11258
|
} | undefined;
|
|
@@ -11293,7 +11297,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
|
|
|
11293
11297
|
}, Error, {
|
|
11294
11298
|
name: string;
|
|
11295
11299
|
description?: string | null | undefined;
|
|
11296
|
-
status?: "
|
|
11300
|
+
status?: "draft" | "archived" | "closing" | "enriching" | "launched" | undefined;
|
|
11297
11301
|
buildTemplateId?: string | undefined;
|
|
11298
11302
|
scrapingConfig?: {
|
|
11299
11303
|
vertical?: string | undefined;
|
|
@@ -11325,7 +11329,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
|
|
|
11325
11329
|
description: string | null;
|
|
11326
11330
|
batchIds: string[];
|
|
11327
11331
|
instantlyCampaignId: string | null;
|
|
11328
|
-
status: "
|
|
11332
|
+
status: "draft" | "archived" | "closing" | "enriching" | "launched";
|
|
11329
11333
|
metadata: {
|
|
11330
11334
|
[x: string]: unknown;
|
|
11331
11335
|
buildPlanSnapshot?: {
|
|
@@ -11338,7 +11342,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
|
|
|
11338
11342
|
outputs: ("company" | "contact" | "export")[];
|
|
11339
11343
|
stageKey: string;
|
|
11340
11344
|
dependencyMode: "per-record-eligibility";
|
|
11341
|
-
|
|
11345
|
+
actionKey: string;
|
|
11342
11346
|
defaultBatchSize: number;
|
|
11343
11347
|
maxBatchSize: number;
|
|
11344
11348
|
description?: string | undefined;
|
|
@@ -11352,7 +11356,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
|
|
|
11352
11356
|
label: string;
|
|
11353
11357
|
path: string;
|
|
11354
11358
|
width?: string | number | undefined;
|
|
11355
|
-
renderType?: "text" | "
|
|
11359
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
11356
11360
|
badgeColor?: string | undefined;
|
|
11357
11361
|
}[] | undefined;
|
|
11358
11362
|
contact?: {
|
|
@@ -11360,7 +11364,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
|
|
|
11360
11364
|
label: string;
|
|
11361
11365
|
path: string;
|
|
11362
11366
|
width?: string | number | undefined;
|
|
11363
|
-
renderType?: "text" | "
|
|
11367
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
11364
11368
|
badgeColor?: string | undefined;
|
|
11365
11369
|
}[] | undefined;
|
|
11366
11370
|
} | undefined;
|
|
@@ -11416,7 +11420,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
|
|
|
11416
11420
|
description: string | null;
|
|
11417
11421
|
batchIds: string[];
|
|
11418
11422
|
instantlyCampaignId: string | null;
|
|
11419
|
-
status: "
|
|
11423
|
+
status: "draft" | "archived" | "closing" | "enriching" | "launched";
|
|
11420
11424
|
metadata: {
|
|
11421
11425
|
[x: string]: unknown;
|
|
11422
11426
|
buildPlanSnapshot?: {
|
|
@@ -11429,7 +11433,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
|
|
|
11429
11433
|
outputs: ("company" | "contact" | "export")[];
|
|
11430
11434
|
stageKey: string;
|
|
11431
11435
|
dependencyMode: "per-record-eligibility";
|
|
11432
|
-
|
|
11436
|
+
actionKey: string;
|
|
11433
11437
|
defaultBatchSize: number;
|
|
11434
11438
|
maxBatchSize: number;
|
|
11435
11439
|
description?: string | undefined;
|
|
@@ -11443,7 +11447,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
|
|
|
11443
11447
|
label: string;
|
|
11444
11448
|
path: string;
|
|
11445
11449
|
width?: string | number | undefined;
|
|
11446
|
-
renderType?: "text" | "
|
|
11450
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
11447
11451
|
badgeColor?: string | undefined;
|
|
11448
11452
|
}[] | undefined;
|
|
11449
11453
|
contact?: {
|
|
@@ -11451,7 +11455,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
|
|
|
11451
11455
|
label: string;
|
|
11452
11456
|
path: string;
|
|
11453
11457
|
width?: string | number | undefined;
|
|
11454
|
-
renderType?: "text" | "
|
|
11458
|
+
renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
|
|
11455
11459
|
badgeColor?: string | undefined;
|
|
11456
11460
|
}[] | undefined;
|
|
11457
11461
|
} | undefined;
|
|
@@ -11948,7 +11952,7 @@ declare function useDeleteContacts(): _tanstack_react_query.UseMutationResult<vo
|
|
|
11948
11952
|
|
|
11949
11953
|
declare const leadGenArtifactKeys: {
|
|
11950
11954
|
all: readonly ["lead-gen-artifacts"];
|
|
11951
|
-
list: (organizationId: string | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", string | null, "
|
|
11955
|
+
list: (organizationId: string | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", string | null, "list" | "company" | "contact" | "deal" | "list_member", string];
|
|
11952
11956
|
};
|
|
11953
11957
|
interface UseArtifactsParams {
|
|
11954
11958
|
ownerKind: AcqArtifactOwnerKind;
|
|
@@ -11980,7 +11984,7 @@ declare function useCreateArtifact(): _tanstack_react_query.UseMutationResult<{
|
|
|
11980
11984
|
createdAt: string;
|
|
11981
11985
|
version: number;
|
|
11982
11986
|
}, Error, {
|
|
11983
|
-
ownerKind: "
|
|
11987
|
+
ownerKind: "list" | "company" | "contact" | "deal" | "list_member";
|
|
11984
11988
|
ownerId: string;
|
|
11985
11989
|
kind: string;
|
|
11986
11990
|
content: Record<string, unknown>;
|
|
@@ -13489,5 +13493,5 @@ declare function InitializationProvider({ children }: {
|
|
|
13489
13493
|
children: ReactNode;
|
|
13490
13494
|
}): react.FunctionComponentElement<react.ProviderProps<AppInitializationState | null>>;
|
|
13491
13495
|
|
|
13492
|
-
export { AGENT_CONSTANTS, APIClientError, API_URL, AdminGuard, ApiClientProvider, ApiKeyService, AppearanceProvider, AuthProvider, CONTAINER_CONSTANTS, CredentialService, CrmActionsProvider, DEBOUNCE_FILTER, DEBOUNCE_SLIDER, DeploymentService, ElevasisCoreProvider,
|
|
13493
|
-
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,
|
|
13496
|
+
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 };
|
|
13497
|
+
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 };
|