@elevasis/ui 2.32.0 → 2.33.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/index.d.ts +3 -0
- package/dist/app/index.js +3 -3
- package/dist/{chunk-LLRXA7D7.js → chunk-2VYMDNJ3.js} +1 -1
- package/dist/{chunk-7KZINJLP.js → chunk-3YZRKADM.js} +4 -4
- package/dist/{chunk-MOY4VOHF.js → chunk-4AAZXKLL.js} +1 -1
- package/dist/{chunk-RQTWIXJ5.js → chunk-53436UTQ.js} +1 -1
- package/dist/{chunk-WQPX44YM.js → chunk-AV2TKVVV.js} +673 -168
- package/dist/chunk-CLDCYJQT.js +1 -0
- package/dist/chunk-DWXDNT7P.js +145 -0
- package/dist/{chunk-T35FWDAB.js → chunk-DYIDXUJS.js} +1089 -158
- package/dist/{chunk-IQHU7O5Y.js → chunk-F3MXFE72.js} +1 -1
- package/dist/{chunk-5FJJ72HU.js → chunk-FOUYP4JX.js} +1 -1
- package/dist/{chunk-QQHOKTJA.js → chunk-H6EFQP2P.js} +39 -2
- package/dist/{chunk-5J4PDX26.js → chunk-KW7ZNQD7.js} +16 -2
- package/dist/{chunk-ZQOKIGZP.js → chunk-NCEQGEW5.js} +4 -4
- package/dist/{chunk-6DWD423K.js → chunk-PIS24NIV.js} +1 -1
- package/dist/{chunk-4MFNGNHF.js → chunk-QVTIOT73.js} +2 -2
- package/dist/{chunk-GCOQ3TBG.js → chunk-SWMQTF2H.js} +2 -2
- package/dist/{chunk-4QK76KIF.js → chunk-UNVRVCXZ.js} +1 -1
- package/dist/{chunk-VRNMNB3O.js → chunk-UYRT7SPM.js} +1 -1
- package/dist/{chunk-IZWTVFJ2.js → chunk-V6SZ4ECN.js} +6 -3
- package/dist/{chunk-YLQEVSOR.js → chunk-WGUEIGPC.js} +202 -54
- package/dist/{chunk-QXCDKE2O.js → chunk-WJOE76FI.js} +9 -28
- package/dist/{chunk-QTI3KC7D.js → chunk-YENKDBUU.js} +106 -43
- package/dist/components/index.d.ts +117 -4
- package/dist/components/index.js +24 -23
- package/dist/components/navigation/index.js +4 -3
- package/dist/execution/index.d.ts +8 -3
- package/dist/features/auth/index.d.ts +3 -0
- package/dist/features/clients/index.js +8 -7
- package/dist/features/crm/index.d.ts +3 -0
- package/dist/features/crm/index.js +10 -9
- package/dist/features/dashboard/index.d.ts +113 -3
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +3 -0
- package/dist/features/delivery/index.js +9 -8
- package/dist/features/knowledge/index.js +8 -18
- package/dist/features/lead-gen/index.js +10 -9
- package/dist/features/monitoring/index.js +10 -9
- package/dist/features/monitoring/requests/index.d.ts +2 -2
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +560 -93
- package/dist/features/operations/index.js +13 -12
- package/dist/features/settings/index.d.ts +3 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/delivery/index.d.ts +3 -0
- package/dist/hooks/index.d.ts +210 -6
- package/dist/hooks/index.js +8 -7
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +205 -4
- package/dist/hooks/published.d.ts +210 -6
- package/dist/hooks/published.js +8 -7
- package/dist/index.d.ts +565 -95
- package/dist/index.js +8 -7
- package/dist/initialization/index.d.ts +3 -0
- package/dist/knowledge/index.d.ts +577 -215
- package/dist/knowledge/index.js +1180 -689
- package/dist/knowledge-search-index-P7PR626V.js +1514 -0
- package/dist/layout/index.js +1 -1
- package/dist/profile/index.d.ts +3 -0
- package/dist/provider/index.d.ts +447 -73
- package/dist/provider/index.js +7 -6
- package/dist/provider/published.d.ts +447 -73
- package/dist/provider/published.js +5 -4
- package/dist/supabase/index.d.ts +6 -0
- package/dist/types/index.d.ts +208 -4
- package/dist/utils/index.d.ts +113 -3
- package/package.json +39 -39
- package/src/README.md +29 -29
- package/src/api/README.md +18 -18
- package/src/app/README.md +24 -24
- package/src/auth/README.md +18 -18
- package/src/components/README.md +24 -24
- package/src/execution/README.md +16 -16
- package/src/features/README.md +28 -28
- package/src/graph/README.md +16 -16
- package/src/hooks/README.md +23 -23
- package/src/initialization/README.md +19 -19
- package/src/knowledge/README.md +31 -31
- package/src/organization/README.md +18 -18
- package/src/profile/README.md +19 -19
- package/src/provider/README.md +32 -32
- package/src/router/README.md +18 -18
- package/src/sse/README.md +13 -13
- package/src/test-utils/README.md +7 -7
- package/src/theme/README.md +23 -23
- package/src/theme/presets/README.md +19 -19
- package/src/types/README.md +16 -16
- package/src/utils/README.md +18 -18
- package/src/zustand/README.md +18 -18
- package/dist/chunk-UROTM5OR.js +0 -172
- package/dist/knowledge-search-index-5KYPO746.js +0 -1479
|
@@ -1699,6 +1699,7 @@ type Database = {
|
|
|
1699
1699
|
origin_execution_id: string | null;
|
|
1700
1700
|
output: Json | null;
|
|
1701
1701
|
resource_id: string;
|
|
1702
|
+
resource_snapshot: Json | null;
|
|
1702
1703
|
resource_status: string;
|
|
1703
1704
|
resource_type: string;
|
|
1704
1705
|
resource_version: string | null;
|
|
@@ -1724,6 +1725,7 @@ type Database = {
|
|
|
1724
1725
|
origin_execution_id?: string | null;
|
|
1725
1726
|
output?: Json | null;
|
|
1726
1727
|
resource_id: string;
|
|
1728
|
+
resource_snapshot?: Json | null;
|
|
1727
1729
|
resource_status?: string;
|
|
1728
1730
|
resource_type?: string;
|
|
1729
1731
|
resource_version?: string | null;
|
|
@@ -1749,6 +1751,7 @@ type Database = {
|
|
|
1749
1751
|
origin_execution_id?: string | null;
|
|
1750
1752
|
output?: Json | null;
|
|
1751
1753
|
resource_id?: string;
|
|
1754
|
+
resource_snapshot?: Json | null;
|
|
1752
1755
|
resource_status?: string;
|
|
1753
1756
|
resource_type?: string;
|
|
1754
1757
|
resource_version?: string | null;
|
|
@@ -3321,6 +3324,100 @@ interface ActionDef {
|
|
|
3321
3324
|
payloadSchema?: z$1.ZodTypeAny;
|
|
3322
3325
|
}
|
|
3323
3326
|
|
|
3327
|
+
declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
|
|
3328
|
+
objectTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3329
|
+
id: z$1.ZodString;
|
|
3330
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3331
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3332
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3333
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3334
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3335
|
+
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3336
|
+
}, z$1.core.$loose>>>>;
|
|
3337
|
+
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3338
|
+
id: z$1.ZodString;
|
|
3339
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3340
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3341
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3342
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3343
|
+
from: z$1.ZodString;
|
|
3344
|
+
to: z$1.ZodString;
|
|
3345
|
+
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
3346
|
+
via: z$1.ZodOptional<z$1.ZodString>;
|
|
3347
|
+
}, z$1.core.$loose>>>>;
|
|
3348
|
+
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3349
|
+
id: z$1.ZodString;
|
|
3350
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3351
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3352
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3353
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3354
|
+
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3355
|
+
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3356
|
+
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
3357
|
+
}, z$1.core.$loose>>>>;
|
|
3358
|
+
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3359
|
+
id: z$1.ZodString;
|
|
3360
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3361
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3362
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3363
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3364
|
+
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
3365
|
+
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
3366
|
+
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3367
|
+
}, z$1.core.$loose>>>>;
|
|
3368
|
+
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3369
|
+
id: z$1.ZodString;
|
|
3370
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3371
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3372
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3373
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3374
|
+
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3375
|
+
}, z$1.core.$loose>>>>;
|
|
3376
|
+
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3377
|
+
id: z$1.ZodString;
|
|
3378
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3379
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3380
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3381
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3382
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3383
|
+
}, z$1.core.$loose>>>>;
|
|
3384
|
+
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3385
|
+
id: z$1.ZodString;
|
|
3386
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3387
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3388
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3389
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3390
|
+
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
3391
|
+
}, z$1.core.$loose>>>>;
|
|
3392
|
+
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3393
|
+
id: z$1.ZodString;
|
|
3394
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3395
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3396
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3397
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3398
|
+
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
3399
|
+
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3400
|
+
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3401
|
+
}, z$1.core.$loose>>>>;
|
|
3402
|
+
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3403
|
+
id: z$1.ZodString;
|
|
3404
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3405
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3406
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3407
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3408
|
+
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3409
|
+
}, z$1.core.$loose>>>>;
|
|
3410
|
+
surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3411
|
+
id: z$1.ZodString;
|
|
3412
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3413
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3414
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3415
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3416
|
+
route: z$1.ZodOptional<z$1.ZodString>;
|
|
3417
|
+
}, z$1.core.$loose>>>>;
|
|
3418
|
+
}, z$1.core.$strip>>;
|
|
3419
|
+
type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
|
|
3420
|
+
|
|
3324
3421
|
/**
|
|
3325
3422
|
* Time range selector for dashboard metrics
|
|
3326
3423
|
*/
|
|
@@ -3344,6 +3441,10 @@ declare const ContentNodeSchema: z$1.ZodObject<{
|
|
|
3344
3441
|
}, z$1.core.$strip>;
|
|
3345
3442
|
type ContentNode = z$1.infer<typeof ContentNodeSchema>;
|
|
3346
3443
|
|
|
3444
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
3445
|
+
type JsonValue = JsonPrimitive | JsonValue[] | {
|
|
3446
|
+
[key: string]: JsonValue;
|
|
3447
|
+
};
|
|
3347
3448
|
/** Explicit interface needed to annotate the recursive SystemEntrySchema. */
|
|
3348
3449
|
interface SystemEntry {
|
|
3349
3450
|
id: string;
|
|
@@ -3378,18 +3479,25 @@ interface SystemEntry {
|
|
|
3378
3479
|
devOnly?: boolean;
|
|
3379
3480
|
requiresAdmin?: boolean;
|
|
3380
3481
|
order: number;
|
|
3482
|
+
config?: Record<string, JsonValue>;
|
|
3483
|
+
ontology?: OntologyScope;
|
|
3484
|
+
systems?: Record<string, SystemEntry>;
|
|
3485
|
+
/**
|
|
3486
|
+
* @deprecated Compatibility-only bridge for old tenant data and migration readers.
|
|
3487
|
+
* Author new semantic catalogs in `ontology` and local settings in `config`.
|
|
3488
|
+
*/
|
|
3381
3489
|
content?: Record<string, ContentNode>;
|
|
3382
3490
|
subsystems?: Record<string, SystemEntry>;
|
|
3383
3491
|
}
|
|
3384
3492
|
declare const SystemEntrySchema: ZodType<SystemEntry>;
|
|
3385
3493
|
|
|
3386
3494
|
declare const SurfaceTypeSchema: z$1.ZodEnum<{
|
|
3387
|
-
|
|
3495
|
+
dashboard: "dashboard";
|
|
3496
|
+
settings: "settings";
|
|
3388
3497
|
graph: "graph";
|
|
3498
|
+
list: "list";
|
|
3389
3499
|
page: "page";
|
|
3390
|
-
dashboard: "dashboard";
|
|
3391
3500
|
detail: "detail";
|
|
3392
|
-
settings: "settings";
|
|
3393
3501
|
}>;
|
|
3394
3502
|
interface SidebarSurfaceNode {
|
|
3395
3503
|
type: 'surface';
|
|
@@ -3449,10 +3557,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3449
3557
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3450
3558
|
lastModified: z$1.ZodString;
|
|
3451
3559
|
}, z$1.core.$strip>>;
|
|
3560
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
3561
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3562
|
+
lastModified: z$1.ZodString;
|
|
3563
|
+
}, z$1.core.$strip>>;
|
|
3452
3564
|
resources: z$1.ZodOptional<z$1.ZodObject<{
|
|
3453
3565
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3454
3566
|
lastModified: z$1.ZodString;
|
|
3455
3567
|
}, z$1.core.$strip>>;
|
|
3568
|
+
topology: z$1.ZodOptional<z$1.ZodObject<{
|
|
3569
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3570
|
+
lastModified: z$1.ZodString;
|
|
3571
|
+
}, z$1.core.$strip>>;
|
|
3456
3572
|
actions: z$1.ZodOptional<z$1.ZodObject<{
|
|
3457
3573
|
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
3458
3574
|
lastModified: z$1.ZodString;
|
|
@@ -3498,10 +3614,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3498
3614
|
version: 1;
|
|
3499
3615
|
lastModified: string;
|
|
3500
3616
|
};
|
|
3617
|
+
ontology: {
|
|
3618
|
+
version: 1;
|
|
3619
|
+
lastModified: string;
|
|
3620
|
+
};
|
|
3501
3621
|
resources: {
|
|
3502
3622
|
version: 1;
|
|
3503
3623
|
lastModified: string;
|
|
3504
3624
|
};
|
|
3625
|
+
topology: {
|
|
3626
|
+
version: 1;
|
|
3627
|
+
lastModified: string;
|
|
3628
|
+
};
|
|
3505
3629
|
actions: {
|
|
3506
3630
|
version: 1;
|
|
3507
3631
|
lastModified: string;
|
|
@@ -3547,10 +3671,18 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3547
3671
|
version: 1;
|
|
3548
3672
|
lastModified: string;
|
|
3549
3673
|
} | undefined;
|
|
3674
|
+
ontology?: {
|
|
3675
|
+
version: 1;
|
|
3676
|
+
lastModified: string;
|
|
3677
|
+
} | undefined;
|
|
3550
3678
|
resources?: {
|
|
3551
3679
|
version: 1;
|
|
3552
3680
|
lastModified: string;
|
|
3553
3681
|
} | undefined;
|
|
3682
|
+
topology?: {
|
|
3683
|
+
version: 1;
|
|
3684
|
+
lastModified: string;
|
|
3685
|
+
} | undefined;
|
|
3554
3686
|
actions?: {
|
|
3555
3687
|
version: 1;
|
|
3556
3688
|
lastModified: string;
|
|
@@ -3698,18 +3830,132 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3698
3830
|
}, z$1.core.$strip>>>;
|
|
3699
3831
|
}, z$1.core.$strip>>>>;
|
|
3700
3832
|
systems: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<SystemEntry, unknown, z$1.core.$ZodTypeInternals<SystemEntry, unknown>>>>>;
|
|
3833
|
+
ontology: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodObject<{
|
|
3834
|
+
objectTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3835
|
+
id: z$1.ZodString;
|
|
3836
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3837
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3838
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3839
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3840
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3841
|
+
storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3842
|
+
}, z$1.core.$loose>>>>;
|
|
3843
|
+
linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3844
|
+
id: z$1.ZodString;
|
|
3845
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3846
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3847
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3848
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3849
|
+
from: z$1.ZodString;
|
|
3850
|
+
to: z$1.ZodString;
|
|
3851
|
+
cardinality: z$1.ZodOptional<z$1.ZodString>;
|
|
3852
|
+
via: z$1.ZodOptional<z$1.ZodString>;
|
|
3853
|
+
}, z$1.core.$loose>>>>;
|
|
3854
|
+
actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3855
|
+
id: z$1.ZodString;
|
|
3856
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3857
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3858
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3859
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3860
|
+
actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3861
|
+
input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3862
|
+
effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
|
|
3863
|
+
}, z$1.core.$loose>>>>;
|
|
3864
|
+
catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3865
|
+
id: z$1.ZodString;
|
|
3866
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3867
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3868
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3869
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3870
|
+
kind: z$1.ZodOptional<z$1.ZodString>;
|
|
3871
|
+
appliesTo: z$1.ZodOptional<z$1.ZodString>;
|
|
3872
|
+
entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3873
|
+
}, z$1.core.$loose>>>>;
|
|
3874
|
+
eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3875
|
+
id: z$1.ZodString;
|
|
3876
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3877
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3878
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3879
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3880
|
+
payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3881
|
+
}, z$1.core.$loose>>>>;
|
|
3882
|
+
interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3883
|
+
id: z$1.ZodString;
|
|
3884
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3885
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3886
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3887
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3888
|
+
properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
3889
|
+
}, z$1.core.$loose>>>>;
|
|
3890
|
+
valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3891
|
+
id: z$1.ZodString;
|
|
3892
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3893
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3894
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3895
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3896
|
+
primitive: z$1.ZodOptional<z$1.ZodString>;
|
|
3897
|
+
}, z$1.core.$loose>>>>;
|
|
3898
|
+
sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3899
|
+
id: z$1.ZodString;
|
|
3900
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3901
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3902
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3903
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3904
|
+
valueType: z$1.ZodOptional<z$1.ZodString>;
|
|
3905
|
+
searchable: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3906
|
+
pii: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
3907
|
+
}, z$1.core.$loose>>>>;
|
|
3908
|
+
groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3909
|
+
id: z$1.ZodString;
|
|
3910
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3911
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3912
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3913
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3914
|
+
members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
|
|
3915
|
+
}, z$1.core.$loose>>>>;
|
|
3916
|
+
surfaces: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3917
|
+
id: z$1.ZodString;
|
|
3918
|
+
label: z$1.ZodOptional<z$1.ZodString>;
|
|
3919
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3920
|
+
ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
3921
|
+
aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3922
|
+
route: z$1.ZodOptional<z$1.ZodString>;
|
|
3923
|
+
}, z$1.core.$loose>>>>;
|
|
3924
|
+
}, z$1.core.$strip>>>;
|
|
3701
3925
|
resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
3702
3926
|
id: z$1.ZodString;
|
|
3703
3927
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
3704
3928
|
systemPath: z$1.ZodString;
|
|
3929
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
3930
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3705
3931
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
3706
3932
|
status: z$1.ZodEnum<{
|
|
3707
3933
|
deprecated: "deprecated";
|
|
3708
3934
|
active: "active";
|
|
3709
3935
|
archived: "archived";
|
|
3710
3936
|
}>;
|
|
3937
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
3938
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3939
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
3940
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3941
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3942
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3943
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3944
|
+
}, z$1.core.$strip>>;
|
|
3945
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
3946
|
+
path: z$1.ZodString;
|
|
3947
|
+
role: z$1.ZodEnum<{
|
|
3948
|
+
schema: "schema";
|
|
3949
|
+
config: "config";
|
|
3950
|
+
entrypoint: "entrypoint";
|
|
3951
|
+
handler: "handler";
|
|
3952
|
+
test: "test";
|
|
3953
|
+
docs: "docs";
|
|
3954
|
+
}>;
|
|
3955
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
3956
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3957
|
+
}, z$1.core.$strip>>>;
|
|
3711
3958
|
kind: z$1.ZodLiteral<"workflow">;
|
|
3712
|
-
actionKey: z$1.ZodOptional<z$1.ZodString>;
|
|
3713
3959
|
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
3714
3960
|
eventKey: z$1.ZodString;
|
|
3715
3961
|
label: z$1.ZodString;
|
|
@@ -3726,12 +3972,35 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3726
3972
|
id: z$1.ZodString;
|
|
3727
3973
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
3728
3974
|
systemPath: z$1.ZodString;
|
|
3975
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
3976
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3729
3977
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
3730
3978
|
status: z$1.ZodEnum<{
|
|
3731
3979
|
deprecated: "deprecated";
|
|
3732
3980
|
active: "active";
|
|
3733
3981
|
archived: "archived";
|
|
3734
3982
|
}>;
|
|
3983
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
3984
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3985
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
3986
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3987
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3988
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3989
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
3990
|
+
}, z$1.core.$strip>>;
|
|
3991
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
3992
|
+
path: z$1.ZodString;
|
|
3993
|
+
role: z$1.ZodEnum<{
|
|
3994
|
+
schema: "schema";
|
|
3995
|
+
config: "config";
|
|
3996
|
+
entrypoint: "entrypoint";
|
|
3997
|
+
handler: "handler";
|
|
3998
|
+
test: "test";
|
|
3999
|
+
docs: "docs";
|
|
4000
|
+
}>;
|
|
4001
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
4002
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4003
|
+
}, z$1.core.$strip>>>;
|
|
3735
4004
|
kind: z$1.ZodLiteral<"agent">;
|
|
3736
4005
|
agentKind: z$1.ZodEnum<{
|
|
3737
4006
|
platform: "platform";
|
|
@@ -3780,24 +4049,70 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3780
4049
|
id: z$1.ZodString;
|
|
3781
4050
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
3782
4051
|
systemPath: z$1.ZodString;
|
|
4052
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
4053
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3783
4054
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
3784
4055
|
status: z$1.ZodEnum<{
|
|
3785
4056
|
deprecated: "deprecated";
|
|
3786
4057
|
active: "active";
|
|
3787
4058
|
archived: "archived";
|
|
3788
4059
|
}>;
|
|
4060
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
4061
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4062
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
4063
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4064
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4065
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4066
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4067
|
+
}, z$1.core.$strip>>;
|
|
4068
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
4069
|
+
path: z$1.ZodString;
|
|
4070
|
+
role: z$1.ZodEnum<{
|
|
4071
|
+
schema: "schema";
|
|
4072
|
+
config: "config";
|
|
4073
|
+
entrypoint: "entrypoint";
|
|
4074
|
+
handler: "handler";
|
|
4075
|
+
test: "test";
|
|
4076
|
+
docs: "docs";
|
|
4077
|
+
}>;
|
|
4078
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
4079
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4080
|
+
}, z$1.core.$strip>>>;
|
|
3789
4081
|
kind: z$1.ZodLiteral<"integration">;
|
|
3790
4082
|
provider: z$1.ZodString;
|
|
3791
4083
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
3792
4084
|
id: z$1.ZodString;
|
|
3793
4085
|
order: z$1.ZodDefault<z$1.ZodNumber>;
|
|
3794
4086
|
systemPath: z$1.ZodString;
|
|
4087
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
4088
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
3795
4089
|
ownerRoleId: z$1.ZodOptional<z$1.ZodString>;
|
|
3796
4090
|
status: z$1.ZodEnum<{
|
|
3797
4091
|
deprecated: "deprecated";
|
|
3798
4092
|
active: "active";
|
|
3799
4093
|
archived: "archived";
|
|
3800
4094
|
}>;
|
|
4095
|
+
ontology: z$1.ZodOptional<z$1.ZodObject<{
|
|
4096
|
+
actions: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4097
|
+
primaryAction: z$1.ZodOptional<z$1.ZodString>;
|
|
4098
|
+
reads: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4099
|
+
writes: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4100
|
+
usesCatalogs: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4101
|
+
emits: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
4102
|
+
}, z$1.core.$strip>>;
|
|
4103
|
+
codeRefs: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
|
|
4104
|
+
path: z$1.ZodString;
|
|
4105
|
+
role: z$1.ZodEnum<{
|
|
4106
|
+
schema: "schema";
|
|
4107
|
+
config: "config";
|
|
4108
|
+
entrypoint: "entrypoint";
|
|
4109
|
+
handler: "handler";
|
|
4110
|
+
test: "test";
|
|
4111
|
+
docs: "docs";
|
|
4112
|
+
}>;
|
|
4113
|
+
symbol: z$1.ZodOptional<z$1.ZodString>;
|
|
4114
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
4115
|
+
}, z$1.core.$strip>>>;
|
|
3801
4116
|
kind: z$1.ZodLiteral<"script">;
|
|
3802
4117
|
language: z$1.ZodEnum<{
|
|
3803
4118
|
shell: "shell";
|
|
@@ -3809,6 +4124,69 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3809
4124
|
file: z$1.ZodString;
|
|
3810
4125
|
}, z$1.core.$strip>]>;
|
|
3811
4126
|
}, z$1.core.$strip>], "kind">>>>;
|
|
4127
|
+
topology: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodObject<{
|
|
4128
|
+
version: z$1.ZodDefault<z$1.ZodLiteral<1>>;
|
|
4129
|
+
relationships: z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
4130
|
+
from: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4131
|
+
kind: z$1.ZodLiteral<"system">;
|
|
4132
|
+
id: z$1.ZodString;
|
|
4133
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4134
|
+
kind: z$1.ZodLiteral<"resource">;
|
|
4135
|
+
id: z$1.ZodString;
|
|
4136
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4137
|
+
kind: z$1.ZodLiteral<"ontology">;
|
|
4138
|
+
id: z$1.ZodString;
|
|
4139
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4140
|
+
kind: z$1.ZodLiteral<"policy">;
|
|
4141
|
+
id: z$1.ZodString;
|
|
4142
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4143
|
+
kind: z$1.ZodLiteral<"role">;
|
|
4144
|
+
id: z$1.ZodString;
|
|
4145
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4146
|
+
kind: z$1.ZodLiteral<"trigger">;
|
|
4147
|
+
id: z$1.ZodString;
|
|
4148
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4149
|
+
kind: z$1.ZodLiteral<"humanCheckpoint">;
|
|
4150
|
+
id: z$1.ZodString;
|
|
4151
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4152
|
+
kind: z$1.ZodLiteral<"externalResource">;
|
|
4153
|
+
id: z$1.ZodString;
|
|
4154
|
+
}, z$1.core.$strip>], "kind">;
|
|
4155
|
+
kind: z$1.ZodEnum<{
|
|
4156
|
+
triggers: "triggers";
|
|
4157
|
+
uses: "uses";
|
|
4158
|
+
approval: "approval";
|
|
4159
|
+
}>;
|
|
4160
|
+
to: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
4161
|
+
kind: z$1.ZodLiteral<"system">;
|
|
4162
|
+
id: z$1.ZodString;
|
|
4163
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4164
|
+
kind: z$1.ZodLiteral<"resource">;
|
|
4165
|
+
id: z$1.ZodString;
|
|
4166
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4167
|
+
kind: z$1.ZodLiteral<"ontology">;
|
|
4168
|
+
id: z$1.ZodString;
|
|
4169
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4170
|
+
kind: z$1.ZodLiteral<"policy">;
|
|
4171
|
+
id: z$1.ZodString;
|
|
4172
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4173
|
+
kind: z$1.ZodLiteral<"role">;
|
|
4174
|
+
id: z$1.ZodString;
|
|
4175
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4176
|
+
kind: z$1.ZodLiteral<"trigger">;
|
|
4177
|
+
id: z$1.ZodString;
|
|
4178
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4179
|
+
kind: z$1.ZodLiteral<"humanCheckpoint">;
|
|
4180
|
+
id: z$1.ZodString;
|
|
4181
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4182
|
+
kind: z$1.ZodLiteral<"externalResource">;
|
|
4183
|
+
id: z$1.ZodString;
|
|
4184
|
+
}, z$1.core.$strip>], "kind">;
|
|
4185
|
+
systemPath: z$1.ZodOptional<z$1.ZodString>;
|
|
4186
|
+
required: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
4187
|
+
metadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<JsonValue, unknown, z$1.core.$ZodTypeInternals<JsonValue, unknown>>>>;
|
|
4188
|
+
}, z$1.core.$strip>>>;
|
|
4189
|
+
}, z$1.core.$strip>>>;
|
|
3812
4190
|
actions: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
3813
4191
|
id: z$1.ZodString;
|
|
3814
4192
|
order: z$1.ZodNumber;
|
|
@@ -3942,80 +4320,76 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
3942
4320
|
title: z$1.ZodString;
|
|
3943
4321
|
summary: z$1.ZodString;
|
|
3944
4322
|
icon: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
"
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
"
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
"
|
|
3977
|
-
"
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
"
|
|
4003
|
-
|
|
4004
|
-
"action.launch": "action.launch";
|
|
4005
|
-
"action.message": "action.message";
|
|
4006
|
-
"action.escalate": "action.escalate";
|
|
4007
|
-
"action.promote": "action.promote";
|
|
4008
|
-
"action.submit": "action.submit";
|
|
4009
|
-
"action.email": "action.email";
|
|
4323
|
+
message: "message";
|
|
4324
|
+
error: "error";
|
|
4325
|
+
agent: "agent";
|
|
4326
|
+
workflow: "workflow";
|
|
4327
|
+
"google-sheets": "google-sheets";
|
|
4328
|
+
dashboard: "dashboard";
|
|
4329
|
+
calendar: "calendar";
|
|
4330
|
+
sales: "sales";
|
|
4331
|
+
crm: "crm";
|
|
4332
|
+
"lead-gen": "lead-gen";
|
|
4333
|
+
projects: "projects";
|
|
4334
|
+
operations: "operations";
|
|
4335
|
+
monitoring: "monitoring";
|
|
4336
|
+
knowledge: "knowledge";
|
|
4337
|
+
settings: "settings";
|
|
4338
|
+
admin: "admin";
|
|
4339
|
+
archive: "archive";
|
|
4340
|
+
business: "business";
|
|
4341
|
+
finance: "finance";
|
|
4342
|
+
platform: "platform";
|
|
4343
|
+
seo: "seo";
|
|
4344
|
+
playbook: "playbook";
|
|
4345
|
+
strategy: "strategy";
|
|
4346
|
+
reference: "reference";
|
|
4347
|
+
integration: "integration";
|
|
4348
|
+
database: "database";
|
|
4349
|
+
user: "user";
|
|
4350
|
+
team: "team";
|
|
4351
|
+
gmail: "gmail";
|
|
4352
|
+
attio: "attio";
|
|
4353
|
+
overview: "overview";
|
|
4354
|
+
"command-view": "command-view";
|
|
4355
|
+
"command-queue": "command-queue";
|
|
4356
|
+
pipeline: "pipeline";
|
|
4357
|
+
lists: "lists";
|
|
4358
|
+
resources: "resources";
|
|
4359
|
+
approve: "approve";
|
|
4360
|
+
reject: "reject";
|
|
4361
|
+
retry: "retry";
|
|
4362
|
+
edit: "edit";
|
|
4363
|
+
view: "view";
|
|
4364
|
+
launch: "launch";
|
|
4365
|
+
escalate: "escalate";
|
|
4366
|
+
promote: "promote";
|
|
4367
|
+
submit: "submit";
|
|
4368
|
+
email: "email";
|
|
4369
|
+
success: "success";
|
|
4370
|
+
warning: "warning";
|
|
4371
|
+
info: "info";
|
|
4372
|
+
pending: "pending";
|
|
4373
|
+
bolt: "bolt";
|
|
4374
|
+
building: "building";
|
|
4375
|
+
briefcase: "briefcase";
|
|
4376
|
+
apps: "apps";
|
|
4377
|
+
graph: "graph";
|
|
4378
|
+
shield: "shield";
|
|
4379
|
+
users: "users";
|
|
4380
|
+
"chart-bar": "chart-bar";
|
|
4381
|
+
search: "search";
|
|
4010
4382
|
}>, z$1.ZodString]>>;
|
|
4011
4383
|
externalUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
4384
|
+
sourceFilePath: z$1.ZodOptional<z$1.ZodString>;
|
|
4012
4385
|
body: z$1.ZodString;
|
|
4013
4386
|
links: z$1.ZodDefault<z$1.ZodArray<z$1.ZodPipe<z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
4014
4387
|
target: z$1.ZodObject<{
|
|
4015
4388
|
kind: z$1.ZodEnum<{
|
|
4389
|
+
knowledge: "knowledge";
|
|
4016
4390
|
system: "system";
|
|
4017
4391
|
action: "action";
|
|
4018
|
-
|
|
4392
|
+
ontology: "ontology";
|
|
4019
4393
|
role: "role";
|
|
4020
4394
|
goal: "goal";
|
|
4021
4395
|
stage: "stage";
|
|
@@ -4027,10 +4401,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4027
4401
|
id: z$1.ZodString;
|
|
4028
4402
|
}, z$1.core.$strip>;
|
|
4029
4403
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
4030
|
-
nodeId: z$1.ZodString
|
|
4404
|
+
nodeId: z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodTemplateLiteral<`ontology:${string}`>]>;
|
|
4031
4405
|
}, z$1.core.$strip>]>, z$1.ZodTransform<{
|
|
4032
4406
|
target: {
|
|
4033
|
-
kind: "system" | "action" | "
|
|
4407
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "stage" | "resource" | "customer-segment" | "offering" | "content-node";
|
|
4034
4408
|
id: string;
|
|
4035
4409
|
};
|
|
4036
4410
|
nodeId: string;
|
|
@@ -4038,7 +4412,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
|
|
|
4038
4412
|
nodeId: string;
|
|
4039
4413
|
} | {
|
|
4040
4414
|
target: {
|
|
4041
|
-
kind: "system" | "action" | "
|
|
4415
|
+
kind: "knowledge" | "system" | "action" | "ontology" | "role" | "goal" | "stage" | "resource" | "customer-segment" | "offering" | "content-node";
|
|
4042
4416
|
id: string;
|
|
4043
4417
|
};
|
|
4044
4418
|
}>>>>;
|