@elevasis/ui 2.29.0 → 2.31.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-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
- package/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +176 -1
- package/dist/app/index.js +11 -11
- package/dist/auth/context.js +1 -1
- package/dist/auth/index.js +5 -5
- package/dist/charts/index.d.ts +2 -1
- package/dist/charts/index.js +9 -9
- package/dist/{chunk-XTVZFT7U.js → chunk-2Q2JQSQO.js} +1 -1
- package/dist/{chunk-LH4GPYDX.js → chunk-3BAPR3KA.js} +19 -3
- package/dist/{chunk-HLFFKKT3.js → chunk-3FV6HBXS.js} +17 -17
- package/dist/{chunk-WKJ47GIW.js → chunk-533DUEQY.js} +1 -1
- package/dist/{chunk-SZWXQHKO.js → chunk-542WPQU2.js} +9 -8
- package/dist/{chunk-5CW2HXQA.js → chunk-5LJAEZMA.js} +7 -28
- package/dist/{chunk-V3HUIZJX.js → chunk-6IXOKUBC.js} +1 -1
- package/dist/{chunk-VKMNWHTL.js → chunk-6YT4IKJ7.js} +3 -3
- package/dist/{chunk-CEHUFNAL.js → chunk-7HMCB26R.js} +12 -12
- package/dist/chunk-7KC4P3AU.js +357 -0
- package/dist/{chunk-OWESKPTJ.js → chunk-CQZ3DNQY.js} +30 -11
- package/dist/{chunk-ROSMICXG.js → chunk-CXY7FMUM.js} +35 -20
- package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
- package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
- package/dist/{chunk-FGDUK74A.js → chunk-HQGF4ATG.js} +10 -56
- package/dist/{chunk-HOIT677G.js → chunk-HUJCU55S.js} +1 -1
- package/dist/{chunk-OIMPGKDB.js → chunk-HYNYEBHM.js} +4 -4
- package/dist/{chunk-GESXCQWY.js → chunk-JA5ECJJB.js} +1 -1
- package/dist/{chunk-KU7ZDWQ7.js → chunk-JBWJ6WHZ.js} +1 -1
- package/dist/{chunk-HNFQCOD2.js → chunk-JKSUN5GN.js} +1107 -370
- package/dist/{chunk-5WWZXCS5.js → chunk-KJ3QUBNU.js} +9 -2
- package/dist/{chunk-OHGNCWJP.js → chunk-L2NVFLXU.js} +3 -3
- package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
- package/dist/{chunk-3DUOPXOJ.js → chunk-MVFCLZSK.js} +691 -222
- package/dist/{chunk-A7R2URMV.js → chunk-ND42LPY4.js} +44 -10
- package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
- package/dist/{chunk-VMJVQAFZ.js → chunk-OAVTMITG.js} +1 -1
- package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
- package/dist/{chunk-QNL7UI5G.js → chunk-Q6OYNEGR.js} +6 -6
- package/dist/{chunk-Y3YJKKEB.js → chunk-QDEETKYT.js} +5 -2
- package/dist/{chunk-XBMCDGHA.js → chunk-QHEWXU7I.js} +1 -1
- package/dist/chunk-R2XR4FCV.js +48 -0
- package/dist/chunk-R66W5UDG.js +26 -0
- package/dist/{chunk-65RQE3XF.js → chunk-SHQXMW4F.js} +1051 -380
- package/dist/{chunk-AK5E6ILJ.js → chunk-T3IPHEYJ.js} +1893 -305
- package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
- package/dist/{chunk-FFDAE2QI.js → chunk-TVRQ6AQI.js} +172 -26
- package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
- package/dist/{chunk-WFTNY755.js → chunk-VKIZUUPM.js} +1 -1
- package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
- package/dist/{chunk-S66IQSSR.js → chunk-WF227UBV.js} +1 -1
- package/dist/{chunk-6NHCE7JM.js → chunk-Y4FWCG7Y.js} +159 -314
- package/dist/components/chat/index.d.ts +2 -1
- package/dist/components/chat/index.js +2 -2
- package/dist/components/index.d.ts +205 -11
- package/dist/components/index.js +51 -48
- package/dist/components/navigation/index.js +9 -9
- package/dist/execution/index.d.ts +2 -1
- package/dist/execution/index.js +1 -1
- package/dist/features/auth/index.d.ts +121 -0
- package/dist/features/auth/index.js +6 -6
- package/dist/features/clients/index.css +611 -0
- package/dist/features/clients/index.d.ts +86 -0
- package/dist/features/clients/index.js +719 -0
- package/dist/features/crm/index.d.ts +148 -2
- package/dist/features/crm/index.js +27 -25
- package/dist/features/dashboard/index.d.ts +36 -1
- package/dist/features/dashboard/index.js +23 -23
- package/dist/features/delivery/index.d.ts +121 -0
- package/dist/features/delivery/index.js +27 -25
- package/dist/features/knowledge/index.js +52 -29
- package/dist/features/lead-gen/index.d.ts +116 -12
- package/dist/features/lead-gen/index.js +28 -26
- package/dist/features/monitoring/index.js +26 -25
- package/dist/features/monitoring/requests/index.js +23 -22
- package/dist/features/operations/index.d.ts +38 -2
- package/dist/features/operations/index.js +32 -31
- package/dist/features/seo/index.js +1 -1
- package/dist/features/settings/index.d.ts +121 -0
- package/dist/features/settings/index.js +25 -24
- package/dist/graph/index.js +1 -1
- package/dist/hooks/delivery/index.d.ts +140 -0
- package/dist/hooks/delivery/index.js +4 -4
- package/dist/hooks/index.d.ts +844 -21
- package/dist/hooks/index.js +21 -21
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
- package/dist/hooks/published.d.ts +844 -21
- package/dist/hooks/published.js +21 -21
- package/dist/index.d.ts +1056 -27
- package/dist/index.js +22 -22
- package/dist/initialization/index.d.ts +121 -0
- package/dist/initialization/index.js +5 -5
- package/dist/knowledge/index.d.ts +151 -1
- package/dist/knowledge/index.js +1692 -1039
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +4 -4
- package/dist/organization/index.js +5 -5
- package/dist/profile/index.d.ts +121 -0
- package/dist/profile/index.js +3 -3
- package/dist/provider/ElevasisServiceContext.d.ts +11 -5
- package/dist/provider/ElevasisServiceContext.js +2 -2
- package/dist/provider/index.d.ts +337 -7
- package/dist/provider/index.js +18 -18
- package/dist/provider/published.d.ts +337 -7
- package/dist/provider/published.js +14 -14
- 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 +232 -0
- package/dist/supabase/index.js +1 -1
- package/dist/test-utils/index.d.ts +3 -0
- package/dist/test-utils/index.js +31 -7
- package/dist/test-utils/setup-integration.js +1 -1
- package/dist/test-utils/setup.js +2 -2
- package/dist/theme/index.js +4 -4
- package/dist/theme/presets/index.js +2 -2
- package/dist/typeform/index.js +1 -1
- package/dist/typeform/schemas.js +1 -1
- package/dist/types/index.d.ts +204 -1
- package/dist/utils/index.d.ts +36 -1
- package/dist/utils/index.js +2 -2
- package/dist/vite/index.js +3 -3
- package/dist/vite-plugin-knowledge/index.js +2 -2
- package/dist/zustand/index.js +1 -1
- package/package.json +14 -5
- /package/dist/{chunk-HXZQWMKE.js → chunk-XQHZBA65.js} +0 -0
|
@@ -51,6 +51,41 @@ interface LeadGenSidebarMiddleProps {
|
|
|
51
51
|
}
|
|
52
52
|
declare const LeadGenSidebarMiddle: ({ items }?: LeadGenSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
|
|
53
53
|
|
|
54
|
+
declare const RecordColumnConfigSchema: z$1.ZodObject<{
|
|
55
|
+
key: z$1.ZodString;
|
|
56
|
+
label: z$1.ZodString;
|
|
57
|
+
path: z$1.ZodString;
|
|
58
|
+
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
59
|
+
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
60
|
+
text: "text";
|
|
61
|
+
badge: "badge";
|
|
62
|
+
datetime: "datetime";
|
|
63
|
+
count: "count";
|
|
64
|
+
json: "json";
|
|
65
|
+
}>>;
|
|
66
|
+
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
67
|
+
}, z$1.core.$strip>;
|
|
68
|
+
declare const CredentialRequirementSchema: z$1.ZodObject<{
|
|
69
|
+
key: z$1.ZodString;
|
|
70
|
+
provider: z$1.ZodString;
|
|
71
|
+
credentialType: z$1.ZodEnum<{
|
|
72
|
+
"api-key": "api-key";
|
|
73
|
+
"api-key-secret": "api-key-secret";
|
|
74
|
+
oauth: "oauth";
|
|
75
|
+
"webhook-secret": "webhook-secret";
|
|
76
|
+
}>;
|
|
77
|
+
label: z$1.ZodString;
|
|
78
|
+
required: z$1.ZodBoolean;
|
|
79
|
+
selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
80
|
+
single: "single";
|
|
81
|
+
multiple: "multiple";
|
|
82
|
+
}>>;
|
|
83
|
+
inputPath: z$1.ZodString;
|
|
84
|
+
verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
85
|
+
}, z$1.core.$strip>;
|
|
86
|
+
type RecordColumnConfig = z$1.infer<typeof RecordColumnConfigSchema>;
|
|
87
|
+
type CredentialRequirement = z$1.infer<typeof CredentialRequirementSchema>;
|
|
88
|
+
|
|
54
89
|
declare const TransitionItemRequestSchema: z$1.ZodObject<{
|
|
55
90
|
pipelineKey: z$1.ZodString;
|
|
56
91
|
stageKey: z$1.ZodString;
|
|
@@ -65,10 +100,10 @@ type TransitionItemRequest = z$1.infer<typeof TransitionItemRequestSchema>;
|
|
|
65
100
|
*/
|
|
66
101
|
declare const ListStatusSchema: z$1.ZodEnum<{
|
|
67
102
|
closing: "closing";
|
|
103
|
+
archived: "archived";
|
|
68
104
|
draft: "draft";
|
|
69
105
|
enriching: "enriching";
|
|
70
106
|
launched: "launched";
|
|
71
|
-
archived: "archived";
|
|
72
107
|
}>;
|
|
73
108
|
/**
|
|
74
109
|
* Single list as returned by /api/acquisition/lists/:id etc.
|
|
@@ -83,10 +118,10 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
83
118
|
instantlyCampaignId: z$1.ZodNullable<z$1.ZodString>;
|
|
84
119
|
status: z$1.ZodEnum<{
|
|
85
120
|
closing: "closing";
|
|
121
|
+
archived: "archived";
|
|
86
122
|
draft: "draft";
|
|
87
123
|
enriching: "enriching";
|
|
88
124
|
launched: "launched";
|
|
89
|
-
archived: "archived";
|
|
90
125
|
}>;
|
|
91
126
|
metadata: z$1.ZodObject<{
|
|
92
127
|
buildPlanSnapshot: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -106,11 +141,65 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
106
141
|
export: "export";
|
|
107
142
|
}>>;
|
|
108
143
|
stageKey: z$1.ZodString;
|
|
144
|
+
recordEntity: z$1.ZodOptional<z$1.ZodEnum<{
|
|
145
|
+
company: "company";
|
|
146
|
+
contact: "contact";
|
|
147
|
+
}>>;
|
|
148
|
+
recordsStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
149
|
+
recordSourceStageKey: z$1.ZodOptional<z$1.ZodString>;
|
|
109
150
|
dependsOn: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
110
151
|
dependencyMode: z$1.ZodLiteral<"per-record-eligibility">;
|
|
111
152
|
capabilityKey: z$1.ZodString;
|
|
112
153
|
defaultBatchSize: z$1.ZodNumber;
|
|
113
154
|
maxBatchSize: z$1.ZodNumber;
|
|
155
|
+
recordColumns: z$1.ZodOptional<z$1.ZodObject<{
|
|
156
|
+
company: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
157
|
+
key: z$1.ZodString;
|
|
158
|
+
label: z$1.ZodString;
|
|
159
|
+
path: z$1.ZodString;
|
|
160
|
+
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
161
|
+
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
162
|
+
text: "text";
|
|
163
|
+
badge: "badge";
|
|
164
|
+
datetime: "datetime";
|
|
165
|
+
count: "count";
|
|
166
|
+
json: "json";
|
|
167
|
+
}>>;
|
|
168
|
+
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
169
|
+
}, z$1.core.$strip>>>;
|
|
170
|
+
contact: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
171
|
+
key: z$1.ZodString;
|
|
172
|
+
label: z$1.ZodString;
|
|
173
|
+
path: z$1.ZodString;
|
|
174
|
+
width: z$1.ZodOptional<z$1.ZodUnion<readonly [z$1.ZodNumber, z$1.ZodString]>>;
|
|
175
|
+
renderType: z$1.ZodOptional<z$1.ZodEnum<{
|
|
176
|
+
text: "text";
|
|
177
|
+
badge: "badge";
|
|
178
|
+
datetime: "datetime";
|
|
179
|
+
count: "count";
|
|
180
|
+
json: "json";
|
|
181
|
+
}>>;
|
|
182
|
+
badgeColor: z$1.ZodOptional<z$1.ZodString>;
|
|
183
|
+
}, z$1.core.$strip>>>;
|
|
184
|
+
}, z$1.core.$strip>>;
|
|
185
|
+
credentialRequirements: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
186
|
+
key: z$1.ZodString;
|
|
187
|
+
provider: z$1.ZodString;
|
|
188
|
+
credentialType: z$1.ZodEnum<{
|
|
189
|
+
"api-key": "api-key";
|
|
190
|
+
"api-key-secret": "api-key-secret";
|
|
191
|
+
oauth: "oauth";
|
|
192
|
+
"webhook-secret": "webhook-secret";
|
|
193
|
+
}>;
|
|
194
|
+
label: z$1.ZodString;
|
|
195
|
+
required: z$1.ZodBoolean;
|
|
196
|
+
selectionMode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
197
|
+
single: "single";
|
|
198
|
+
multiple: "multiple";
|
|
199
|
+
}>>;
|
|
200
|
+
inputPath: z$1.ZodString;
|
|
201
|
+
verifyOnRun: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
202
|
+
}, z$1.core.$strip>>>;
|
|
114
203
|
}, z$1.core.$strip>>;
|
|
115
204
|
}, z$1.core.$strip>>;
|
|
116
205
|
}, z$1.core.$catchall<z$1.ZodUnknown>>;
|
|
@@ -214,6 +303,7 @@ declare const ListContactsQuerySchema: z$1.ZodObject<{
|
|
|
214
303
|
declare const AcqCompanyResponseSchema: z$1.ZodObject<{
|
|
215
304
|
id: z$1.ZodString;
|
|
216
305
|
organizationId: z$1.ZodString;
|
|
306
|
+
clientId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
217
307
|
name: z$1.ZodString;
|
|
218
308
|
domain: z$1.ZodNullable<z$1.ZodString>;
|
|
219
309
|
linkedinUrl: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -250,6 +340,7 @@ declare const AcqCompanyResponseSchema: z$1.ZodObject<{
|
|
|
250
340
|
declare const AcqContactResponseSchema: z$1.ZodObject<{
|
|
251
341
|
id: z$1.ZodString;
|
|
252
342
|
organizationId: z$1.ZodString;
|
|
343
|
+
clientId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
253
344
|
companyId: z$1.ZodNullable<z$1.ZodString>;
|
|
254
345
|
email: z$1.ZodString;
|
|
255
346
|
emailValid: z$1.ZodNullable<z$1.ZodEnum<{
|
|
@@ -327,11 +418,16 @@ interface BuildPlanSnapshotStep {
|
|
|
327
418
|
primaryEntity: BuildPlanSnapshotPrimaryEntity;
|
|
328
419
|
outputs: BuildPlanSnapshotOutput[];
|
|
329
420
|
stageKey: string;
|
|
421
|
+
recordEntity?: BuildPlanSnapshotPrimaryEntity;
|
|
422
|
+
recordsStageKey?: string;
|
|
423
|
+
recordSourceStageKey?: string;
|
|
330
424
|
dependsOn?: string[];
|
|
331
425
|
dependencyMode: BuildPlanSnapshotDependencyMode;
|
|
332
426
|
capabilityKey: string;
|
|
333
427
|
defaultBatchSize: number;
|
|
334
428
|
maxBatchSize: number;
|
|
429
|
+
recordColumns?: Partial<Record<BuildPlanSnapshotPrimaryEntity, RecordColumnConfig[]>>;
|
|
430
|
+
credentialRequirements?: CredentialRequirement[];
|
|
335
431
|
}
|
|
336
432
|
|
|
337
433
|
interface Action {
|
|
@@ -393,14 +489,6 @@ declare function getEnrichmentColor(status: string): "yellow" | "green" | "red"
|
|
|
393
489
|
declare function getEnrichmentStatus(enrichmentData: Record<string, unknown> | null | undefined): "pending" | "failed" | "complete";
|
|
394
490
|
type LeadGenCompanyListItem = AcqCompanyResponse;
|
|
395
491
|
type LeadGenContactListItem = AcqContactResponse;
|
|
396
|
-
declare function CompanyDetailModal({ company, onClose }: {
|
|
397
|
-
company: LeadGenCompanyListItem | null;
|
|
398
|
-
onClose: () => void;
|
|
399
|
-
}): react_jsx_runtime.JSX.Element;
|
|
400
|
-
declare function ContactDetailModal({ contact, onClose }: {
|
|
401
|
-
contact: LeadGenContactListItem | null;
|
|
402
|
-
onClose: () => void;
|
|
403
|
-
}): react_jsx_runtime.JSX.Element;
|
|
404
492
|
|
|
405
493
|
type AcqCompanyWithCount = AcqCompanyResponse;
|
|
406
494
|
interface AcqCompanyFacetsResponse {
|
|
@@ -455,6 +543,7 @@ declare function useCompanies(filters?: Partial<ListCompaniesQuery>): _tanstack_
|
|
|
455
543
|
verticalResearch: string | null;
|
|
456
544
|
createdAt: string;
|
|
457
545
|
updatedAt: string;
|
|
546
|
+
clientId?: string | null | undefined;
|
|
458
547
|
pipelineStatus?: unknown;
|
|
459
548
|
}[];
|
|
460
549
|
total: number;
|
|
@@ -489,6 +578,7 @@ declare function useCompany(companyId: string): _tanstack_react_query.UseQueryRe
|
|
|
489
578
|
verticalResearch: string | null;
|
|
490
579
|
createdAt: string;
|
|
491
580
|
updatedAt: string;
|
|
581
|
+
clientId?: string | null | undefined;
|
|
492
582
|
pipelineStatus?: unknown;
|
|
493
583
|
} | null, Error>;
|
|
494
584
|
declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
@@ -518,9 +608,11 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
518
608
|
verticalResearch: string | null;
|
|
519
609
|
createdAt: string;
|
|
520
610
|
updatedAt: string;
|
|
611
|
+
clientId?: string | null | undefined;
|
|
521
612
|
pipelineStatus?: unknown;
|
|
522
613
|
}, Error, {
|
|
523
614
|
name: string;
|
|
615
|
+
clientId?: string | null | undefined;
|
|
524
616
|
domain?: string | undefined;
|
|
525
617
|
linkedinUrl?: string | undefined;
|
|
526
618
|
website?: string | undefined;
|
|
@@ -561,9 +653,11 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
561
653
|
verticalResearch: string | null;
|
|
562
654
|
createdAt: string;
|
|
563
655
|
updatedAt: string;
|
|
656
|
+
clientId?: string | null | undefined;
|
|
564
657
|
pipelineStatus?: unknown;
|
|
565
658
|
}, Error, {
|
|
566
659
|
name?: string | undefined;
|
|
660
|
+
clientId?: string | null | undefined;
|
|
567
661
|
domain?: string | undefined;
|
|
568
662
|
linkedinUrl?: string | undefined;
|
|
569
663
|
website?: string | undefined;
|
|
@@ -628,6 +722,7 @@ declare function useContacts(filters?: Partial<ListContactsQuery>): _tanstack_re
|
|
|
628
722
|
status: "active" | "invalid";
|
|
629
723
|
createdAt: string;
|
|
630
724
|
updatedAt: string;
|
|
725
|
+
clientId?: string | null | undefined;
|
|
631
726
|
pipelineStatus?: unknown;
|
|
632
727
|
company?: {
|
|
633
728
|
id: string;
|
|
@@ -670,6 +765,7 @@ declare function useContact(contactId: string): _tanstack_react_query.UseQueryRe
|
|
|
670
765
|
status: "active" | "invalid";
|
|
671
766
|
createdAt: string;
|
|
672
767
|
updatedAt: string;
|
|
768
|
+
clientId?: string | null | undefined;
|
|
673
769
|
pipelineStatus?: unknown;
|
|
674
770
|
company?: {
|
|
675
771
|
id: string;
|
|
@@ -708,6 +804,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
708
804
|
status: "active" | "invalid";
|
|
709
805
|
createdAt: string;
|
|
710
806
|
updatedAt: string;
|
|
807
|
+
clientId?: string | null | undefined;
|
|
711
808
|
pipelineStatus?: unknown;
|
|
712
809
|
company?: {
|
|
713
810
|
id: string;
|
|
@@ -721,6 +818,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
721
818
|
} | null | undefined;
|
|
722
819
|
}, Error, {
|
|
723
820
|
email: string;
|
|
821
|
+
clientId?: string | null | undefined;
|
|
724
822
|
companyId?: string | undefined;
|
|
725
823
|
firstName?: string | undefined;
|
|
726
824
|
lastName?: string | undefined;
|
|
@@ -757,6 +855,7 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
757
855
|
status: "active" | "invalid";
|
|
758
856
|
createdAt: string;
|
|
759
857
|
updatedAt: string;
|
|
858
|
+
clientId?: string | null | undefined;
|
|
760
859
|
pipelineStatus?: unknown;
|
|
761
860
|
company?: {
|
|
762
861
|
id: string;
|
|
@@ -770,6 +869,7 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
770
869
|
} | null | undefined;
|
|
771
870
|
}, Error, {
|
|
772
871
|
companyId?: string | undefined;
|
|
872
|
+
clientId?: string | null | undefined;
|
|
773
873
|
emailValid?: "VALID" | "INVALID" | "RISKY" | "UNKNOWN" | undefined;
|
|
774
874
|
firstName?: string | undefined;
|
|
775
875
|
lastName?: string | undefined;
|
|
@@ -949,7 +1049,11 @@ interface UpdateListStatusInput {
|
|
|
949
1049
|
}
|
|
950
1050
|
declare function useUpdateListStatus(): _tanstack_react_query.UseMutationResult<void, Error, UpdateListStatusInput, unknown>;
|
|
951
1051
|
|
|
952
|
-
|
|
1052
|
+
interface UseListProgressOptions {
|
|
1053
|
+
enabled?: boolean;
|
|
1054
|
+
refetchInterval?: number | false;
|
|
1055
|
+
}
|
|
1056
|
+
declare function useListProgress(listId: string, options?: UseListProgressOptions): _tanstack_react_query.UseQueryResult<{
|
|
953
1057
|
totalMembers: number;
|
|
954
1058
|
totalCompanies: number;
|
|
955
1059
|
byCompanyStage: Record<string, {
|
|
@@ -1150,5 +1254,5 @@ declare function getStepActionLabel(kind: ListBuildActionKind | 'none'): "Retry
|
|
|
1150
1254
|
declare function deriveBusinessProgress(list: AcqListResponse, progress: ListProgress, actions?: ListBuilderRegistry, executions?: ListExecutionSummaryInput[]): ListProgress;
|
|
1151
1255
|
declare function resolveBuildState(list: AcqListResponse, progress: ListProgress, actions: ListBuilderRegistry): BuildResolution;
|
|
1152
1256
|
|
|
1153
|
-
export {
|
|
1257
|
+
export { EMPTY_LIST_ACTIONS, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListActionsProvider, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, RunWorkflowModal, companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, deriveBusinessProgress, findListActionByCapability, formatDate, getEnrichmentColor, getEnrichmentStatus, getListActionWorkflowId, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeleteLists, useDeriveActions, useListActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus };
|
|
1154
1258
|
export type { AcqCompanyWithCount, AcqContactWithCompany, BuildResolution, BuildStepPrimaryEntity, BuildStepState, LeadGenCapabilityKey, LeadGenCompanyListItem, LeadGenContactListItem, LeadGenRouteLink, LeadGenSidebarMiddleProps, LeadGenStageKey, ListActionDefinition, ListActionFormContext, ListActionSelectionMode, ListBuildActionKind, ListBuildRecommendedAction, ListBuildStepStatus, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, MvpBuildStepDefinition, StatefulItem, TransitionListCompanyInput, TransitionListMemberInput, UpdateListStatusInput, UseArtifactsParams };
|
|
@@ -1,46 +1,48 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
1
|
+
export { LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, RunWorkflowModal, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists } from '../../chunk-SHQXMW4F.js';
|
|
2
|
+
export { LEAD_GEN_ITEMS, LeadGenSidebarMiddle } from '../../chunk-7KC4P3AU.js';
|
|
3
|
+
import '../../chunk-TVRQ6AQI.js';
|
|
3
4
|
import '../../chunk-3MEXPLWT.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-TUMSNGTX.js';
|
|
5
|
+
import '../../chunk-VNFR57DF.js';
|
|
6
6
|
import '../../chunk-X4WBGKJQ.js';
|
|
7
7
|
import '../../chunk-IIMU5YAJ.js';
|
|
8
|
+
import '../../chunk-BZZCNLT6.js';
|
|
9
|
+
import '../../chunk-TUMSNGTX.js';
|
|
8
10
|
import '../../chunk-PDHTXPSF.js';
|
|
9
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-R66W5UDG.js';
|
|
10
12
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
export { companyKeys as acquisitionCompanyKeys, contactKeys as acquisitionContactKeys, companyKeys, contactKeys, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateArtifact, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useDeriveActions, useListMember, useListMembers, useListProgress, useTransitionListCompany, useTransitionListMember, useUpdateCompany, useUpdateContact, useUpdateListStatus } from '../../chunk-JKSUN5GN.js';
|
|
14
|
+
import '../../chunk-6YT4IKJ7.js';
|
|
15
|
+
import '../../chunk-7HMCB26R.js';
|
|
14
16
|
import '../../chunk-BRXELOHC.js';
|
|
15
17
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-OAVTMITG.js';
|
|
19
|
+
import '../../chunk-HYNYEBHM.js';
|
|
20
|
+
import '../../chunk-3BAPR3KA.js';
|
|
21
|
+
import '../../chunk-3FV6HBXS.js';
|
|
20
22
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-QDEETKYT.js';
|
|
24
|
+
import '../../chunk-6IXOKUBC.js';
|
|
25
|
+
import '../../chunk-L3BVJWML.js';
|
|
23
26
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByCapability, getListActionWorkflowId, useListActions } from '../../chunk-
|
|
27
|
+
export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByCapability, getListActionWorkflowId, useListActions } from '../../chunk-CQZ3DNQY.js';
|
|
25
28
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-V3HUIZJX.js';
|
|
27
29
|
import '../../chunk-TKAYX2SP.js';
|
|
28
30
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
31
|
+
import '../../chunk-TOIXUWR6.js';
|
|
30
32
|
import '../../chunk-2IFYDILW.js';
|
|
31
33
|
import '../../chunk-Q7DJKLEN.js';
|
|
32
|
-
import '../../chunk-
|
|
33
|
-
import '../../chunk-
|
|
34
|
+
import '../../chunk-JA5ECJJB.js';
|
|
35
|
+
import '../../chunk-HUJCU55S.js';
|
|
34
36
|
import '../../chunk-E565XMTQ.js';
|
|
35
|
-
import '../../chunk-
|
|
37
|
+
import '../../chunk-JBWJ6WHZ.js';
|
|
36
38
|
import '../../chunk-DT3QYZVU.js';
|
|
37
39
|
import '../../chunk-RNP5R5I3.js';
|
|
38
|
-
import '../../chunk-
|
|
40
|
+
import '../../chunk-XQHZBA65.js';
|
|
39
41
|
import '../../chunk-KRWALB24.js';
|
|
40
|
-
import '../../chunk-
|
|
41
|
-
import '../../chunk-
|
|
42
|
+
import '../../chunk-VKIZUUPM.js';
|
|
43
|
+
import '../../chunk-533DUEQY.js';
|
|
42
44
|
import '../../chunk-DD3CCMCZ.js';
|
|
43
|
-
import '../../chunk-
|
|
44
|
-
import '../../chunk-
|
|
45
|
+
import '../../chunk-2Q2JQSQO.js';
|
|
46
|
+
import '../../chunk-KJ3QUBNU.js';
|
|
45
47
|
import '../../chunk-BRJ3QZ4E.js';
|
|
46
|
-
import '../../chunk-
|
|
48
|
+
import '../../chunk-DZTG5IAC.js';
|
|
@@ -1,46 +1,47 @@
|
|
|
1
|
-
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-5LJAEZMA.js';
|
|
2
|
+
import '../../chunk-L2NVFLXU.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-542WPQU2.js';
|
|
5
5
|
import '../../chunk-CW3UNAF2.js';
|
|
6
|
+
import '../../chunk-VNFR57DF.js';
|
|
6
7
|
import '../../chunk-RYTEQBAO.js';
|
|
7
8
|
import '../../chunk-PDHTXPSF.js';
|
|
8
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-R66W5UDG.js';
|
|
9
10
|
import '../../chunk-E4WQGJNS.js';
|
|
10
11
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-JKSUN5GN.js';
|
|
13
|
+
import '../../chunk-6YT4IKJ7.js';
|
|
14
|
+
import '../../chunk-7HMCB26R.js';
|
|
14
15
|
import '../../chunk-BRXELOHC.js';
|
|
15
16
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-OAVTMITG.js';
|
|
18
|
+
import '../../chunk-HYNYEBHM.js';
|
|
19
|
+
import '../../chunk-3BAPR3KA.js';
|
|
20
|
+
import '../../chunk-3FV6HBXS.js';
|
|
20
21
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
22
|
+
import '../../chunk-QDEETKYT.js';
|
|
23
|
+
import '../../chunk-6IXOKUBC.js';
|
|
24
|
+
import '../../chunk-L3BVJWML.js';
|
|
23
25
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-CQZ3DNQY.js';
|
|
25
27
|
import '../../chunk-SZHARWKU.js';
|
|
26
|
-
import '../../chunk-V3HUIZJX.js';
|
|
27
28
|
import '../../chunk-TKAYX2SP.js';
|
|
28
29
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-TOIXUWR6.js';
|
|
30
31
|
import '../../chunk-2IFYDILW.js';
|
|
31
32
|
import '../../chunk-Q7DJKLEN.js';
|
|
32
|
-
import '../../chunk-
|
|
33
|
-
import '../../chunk-
|
|
33
|
+
import '../../chunk-JA5ECJJB.js';
|
|
34
|
+
import '../../chunk-HUJCU55S.js';
|
|
34
35
|
import '../../chunk-E565XMTQ.js';
|
|
35
|
-
import '../../chunk-
|
|
36
|
+
import '../../chunk-JBWJ6WHZ.js';
|
|
36
37
|
import '../../chunk-DT3QYZVU.js';
|
|
37
38
|
import '../../chunk-RNP5R5I3.js';
|
|
38
|
-
import '../../chunk-
|
|
39
|
+
import '../../chunk-XQHZBA65.js';
|
|
39
40
|
import '../../chunk-KRWALB24.js';
|
|
40
|
-
import '../../chunk-
|
|
41
|
-
import '../../chunk-
|
|
41
|
+
import '../../chunk-VKIZUUPM.js';
|
|
42
|
+
import '../../chunk-533DUEQY.js';
|
|
42
43
|
import '../../chunk-DD3CCMCZ.js';
|
|
43
|
-
import '../../chunk-
|
|
44
|
-
import '../../chunk-
|
|
44
|
+
import '../../chunk-2Q2JQSQO.js';
|
|
45
|
+
import '../../chunk-KJ3QUBNU.js';
|
|
45
46
|
import '../../chunk-BRJ3QZ4E.js';
|
|
46
|
-
import '../../chunk-
|
|
47
|
+
import '../../chunk-DZTG5IAC.js';
|
|
@@ -1,43 +1,44 @@
|
|
|
1
|
+
import { ConfirmationModal } from '../../../chunk-VNFR57DF.js';
|
|
1
2
|
import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
|
|
2
3
|
import { FilterBar } from '../../../chunk-PDHTXPSF.js';
|
|
3
|
-
import {
|
|
4
|
+
import { CustomModal } from '../../../chunk-R66W5UDG.js';
|
|
4
5
|
import '../../../chunk-7M2VOCYN.js';
|
|
5
|
-
import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-
|
|
6
|
-
import '../../../chunk-
|
|
7
|
-
import '../../../chunk-
|
|
6
|
+
import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-JKSUN5GN.js';
|
|
7
|
+
import '../../../chunk-6YT4IKJ7.js';
|
|
8
|
+
import '../../../chunk-7HMCB26R.js';
|
|
8
9
|
import '../../../chunk-BRXELOHC.js';
|
|
9
10
|
import '../../../chunk-3ZMAGTWF.js';
|
|
10
|
-
import '../../../chunk-
|
|
11
|
-
import '../../../chunk-
|
|
12
|
-
import '../../../chunk-
|
|
13
|
-
import '../../../chunk-
|
|
11
|
+
import '../../../chunk-OAVTMITG.js';
|
|
12
|
+
import '../../../chunk-HYNYEBHM.js';
|
|
13
|
+
import '../../../chunk-3BAPR3KA.js';
|
|
14
|
+
import '../../../chunk-3FV6HBXS.js';
|
|
14
15
|
import '../../../chunk-WLOQ4IBG.js';
|
|
15
|
-
import '../../../chunk-
|
|
16
|
-
import
|
|
16
|
+
import '../../../chunk-QDEETKYT.js';
|
|
17
|
+
import '../../../chunk-6IXOKUBC.js';
|
|
18
|
+
import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-L3BVJWML.js';
|
|
17
19
|
import '../../../chunk-3KMDHCAR.js';
|
|
18
|
-
import '../../../chunk-
|
|
20
|
+
import '../../../chunk-CQZ3DNQY.js';
|
|
19
21
|
import '../../../chunk-SZHARWKU.js';
|
|
20
|
-
import '../../../chunk-V3HUIZJX.js';
|
|
21
22
|
import '../../../chunk-TKAYX2SP.js';
|
|
22
23
|
import '../../../chunk-NYBEU5TE.js';
|
|
23
|
-
import '../../../chunk-
|
|
24
|
+
import '../../../chunk-TOIXUWR6.js';
|
|
24
25
|
import '../../../chunk-2IFYDILW.js';
|
|
25
26
|
import '../../../chunk-Q7DJKLEN.js';
|
|
26
|
-
import '../../../chunk-
|
|
27
|
-
import '../../../chunk-
|
|
27
|
+
import '../../../chunk-JA5ECJJB.js';
|
|
28
|
+
import '../../../chunk-HUJCU55S.js';
|
|
28
29
|
import '../../../chunk-E565XMTQ.js';
|
|
29
|
-
import '../../../chunk-
|
|
30
|
+
import '../../../chunk-JBWJ6WHZ.js';
|
|
30
31
|
import '../../../chunk-DT3QYZVU.js';
|
|
31
32
|
import '../../../chunk-RNP5R5I3.js';
|
|
32
|
-
import { formatTimeAgo } from '../../../chunk-
|
|
33
|
+
import { formatTimeAgo } from '../../../chunk-XQHZBA65.js';
|
|
33
34
|
import '../../../chunk-KRWALB24.js';
|
|
34
|
-
import '../../../chunk-
|
|
35
|
-
import '../../../chunk-
|
|
35
|
+
import '../../../chunk-VKIZUUPM.js';
|
|
36
|
+
import '../../../chunk-533DUEQY.js';
|
|
36
37
|
import '../../../chunk-DD3CCMCZ.js';
|
|
37
|
-
import '../../../chunk-
|
|
38
|
-
import '../../../chunk-
|
|
38
|
+
import '../../../chunk-2Q2JQSQO.js';
|
|
39
|
+
import '../../../chunk-KJ3QUBNU.js';
|
|
39
40
|
import '../../../chunk-BRJ3QZ4E.js';
|
|
40
|
-
import '../../../chunk-
|
|
41
|
+
import '../../../chunk-DZTG5IAC.js';
|
|
41
42
|
import { useState } from 'react';
|
|
42
43
|
import { useNavigate } from '@tanstack/react-router';
|
|
43
44
|
import { Badge, Menu, Button, Stack, Paper, Select, Center, Loader, Text, Table, Checkbox, Group, Pagination, Title, Skeleton, SimpleGrid, CopyButton, Tooltip, ActionIcon, SegmentedControl } from '@mantine/core';
|
|
@@ -21,6 +21,7 @@ interface SerializedAgentDefinition {
|
|
|
21
21
|
description: string;
|
|
22
22
|
version: string;
|
|
23
23
|
type: 'agent';
|
|
24
|
+
kind: 'orchestrator' | 'specialist' | 'utility' | 'system';
|
|
24
25
|
status: 'dev' | 'prod';
|
|
25
26
|
links?: ResourceLink[];
|
|
26
27
|
category?: ResourceCategory;
|
|
@@ -106,6 +107,13 @@ interface SerializedWorkflowDefinition {
|
|
|
106
107
|
metricsConfig?: object;
|
|
107
108
|
}
|
|
108
109
|
|
|
110
|
+
declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
|
|
111
|
+
active: "active";
|
|
112
|
+
deprecated: "deprecated";
|
|
113
|
+
archived: "archived";
|
|
114
|
+
}>;
|
|
115
|
+
type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
|
|
116
|
+
|
|
109
117
|
/**
|
|
110
118
|
* Memory type definitions
|
|
111
119
|
* Types for agent memory management with semantic entry types
|
|
@@ -249,6 +257,27 @@ interface DashboardMetrics {
|
|
|
249
257
|
*/
|
|
250
258
|
type AIResourceDefinition = SerializedWorkflowDefinition | SerializedAgentDefinition;
|
|
251
259
|
|
|
260
|
+
declare const SystemEntrySchema: z.ZodObject<{
|
|
261
|
+
id: z.ZodString;
|
|
262
|
+
title: z.ZodString;
|
|
263
|
+
description: z.ZodString;
|
|
264
|
+
kind: z.ZodEnum<{
|
|
265
|
+
platform: "platform";
|
|
266
|
+
product: "product";
|
|
267
|
+
operational: "operational";
|
|
268
|
+
diagnostic: "diagnostic";
|
|
269
|
+
}>;
|
|
270
|
+
responsibleRoleId: z.ZodOptional<z.ZodString>;
|
|
271
|
+
governedByKnowledge: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
272
|
+
drivesGoals: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
273
|
+
status: z.ZodEnum<{
|
|
274
|
+
active: "active";
|
|
275
|
+
deprecated: "deprecated";
|
|
276
|
+
archived: "archived";
|
|
277
|
+
}>;
|
|
278
|
+
}, z.core.$strip>;
|
|
279
|
+
type SystemEntry = z.infer<typeof SystemEntrySchema>;
|
|
280
|
+
|
|
252
281
|
/**
|
|
253
282
|
* Resource Registry type definitions
|
|
254
283
|
*/
|
|
@@ -262,6 +291,7 @@ type ResourceStatus = 'dev' | 'prod';
|
|
|
262
291
|
* Used as the discriminator field in ResourceDefinition
|
|
263
292
|
*/
|
|
264
293
|
type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
|
|
294
|
+
type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'status'>;
|
|
265
295
|
/**
|
|
266
296
|
* Base interface for ALL platform resources
|
|
267
297
|
* Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
|
|
@@ -287,6 +317,12 @@ interface ResourceDefinition {
|
|
|
287
317
|
sessionCapable?: boolean;
|
|
288
318
|
/** Whether the resource is local (monorepo) or remote (externally deployed) */
|
|
289
319
|
origin?: 'local' | 'remote';
|
|
320
|
+
/** OM System membership, when backed by a Resource descriptor */
|
|
321
|
+
systemId?: string;
|
|
322
|
+
/** Display metadata for the owning OM System */
|
|
323
|
+
system?: ResourceSystemSummary;
|
|
324
|
+
/** Governance lifecycle status from the OM Resource descriptor */
|
|
325
|
+
governanceStatus?: ResourceGovernanceStatus;
|
|
290
326
|
/** Whether this resource is archived and should be excluded from registration and deployment */
|
|
291
327
|
archived?: boolean;
|
|
292
328
|
}
|
|
@@ -306,8 +342,8 @@ declare const LinkSchema: z.ZodObject<{
|
|
|
306
342
|
type Link = z.infer<typeof LinkSchema>;
|
|
307
343
|
|
|
308
344
|
declare const ResourceCategorySchema: z.ZodEnum<{
|
|
309
|
-
production: "production";
|
|
310
345
|
diagnostic: "diagnostic";
|
|
346
|
+
production: "production";
|
|
311
347
|
internal: "internal";
|
|
312
348
|
testing: "testing";
|
|
313
349
|
}>;
|
|
@@ -824,7 +860,7 @@ declare function SessionsSidebar({ isReady, onAgentClick, buildSessionDetailUrl,
|
|
|
824
860
|
|
|
825
861
|
declare const OperationsSidebar: () => react_jsx_runtime.JSX.Element;
|
|
826
862
|
|
|
827
|
-
declare const OperationsSidebarTop: () =>
|
|
863
|
+
declare const OperationsSidebarTop: () => null;
|
|
828
864
|
|
|
829
865
|
declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
|
|
830
866
|
|