@elevasis/ui 2.28.0 → 2.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.js +2 -2
- package/dist/app/index.d.ts +6 -12
- package/dist/app/index.js +4 -4
- package/dist/charts/index.js +3 -3
- package/dist/{chunk-OHXU5WWK.js → chunk-3DUOPXOJ.js} +146 -9
- package/dist/{chunk-LWKZ3BCC.js → chunk-5CW2HXQA.js} +4 -4
- package/dist/{chunk-JKBGDFX2.js → chunk-65RQE3XF.js} +378 -254
- package/dist/{chunk-XZSEPJZQ.js → chunk-6NHCE7JM.js} +49 -28
- package/dist/{chunk-RIFTUOPE.js → chunk-6WXDE5LZ.js} +1 -1
- package/dist/{chunk-SGS4CQ2B.js → chunk-7E3FUTND.js} +1 -1
- package/dist/{chunk-UPMX5GJI.js → chunk-A7R2URMV.js} +88 -26
- package/dist/{chunk-UY5I2KOZ.js → chunk-AK5E6ILJ.js} +9 -8
- package/dist/{chunk-G26INIF3.js → chunk-CEHUFNAL.js} +1 -1
- package/dist/{chunk-ONFKASZI.js → chunk-CLUP5H3C.js} +7 -10
- package/dist/{chunk-MYEOTM7D.js → chunk-CN2HC4D4.js} +5 -1
- package/dist/chunk-FFDAE2QI.js +330 -0
- package/dist/{chunk-WUVR4QY6.js → chunk-FGDUK74A.js} +4 -4
- package/dist/{chunk-YHBPR67D.js → chunk-HNFQCOD2.js} +4 -4
- package/dist/{chunk-QD4X4H5A.js → chunk-HXZQWMKE.js} +2 -3
- package/dist/{chunk-KEFWANZY.js → chunk-JCGD4GM6.js} +5 -1
- package/dist/{chunk-YO2YORW4.js → chunk-OHGNCWJP.js} +3 -3
- package/dist/{chunk-JPGX3533.js → chunk-OIMPGKDB.js} +2 -2
- package/dist/{chunk-W2ZTLH7Y.js → chunk-OWESKPTJ.js} +85 -26
- package/dist/{chunk-G66QFZXD.js → chunk-QNL7UI5G.js} +15 -9
- package/dist/{chunk-OGXKOMUT.js → chunk-SZWXQHKO.js} +2 -2
- package/dist/{chunk-ZFLM2YVW.js → chunk-Y3YJKKEB.js} +1 -1
- package/dist/components/index.d.ts +16 -14
- package/dist/components/index.js +26 -26
- package/dist/features/auth/index.d.ts +6 -12
- package/dist/features/auth/index.js +1 -0
- package/dist/features/crm/index.d.ts +16 -14
- package/dist/features/crm/index.js +9 -9
- package/dist/features/dashboard/index.d.ts +16 -3
- package/dist/features/dashboard/index.js +10 -10
- package/dist/features/delivery/index.d.ts +6 -12
- package/dist/features/delivery/index.js +9 -9
- package/dist/features/knowledge/index.js +42 -20
- package/dist/features/lead-gen/index.d.ts +187 -24
- package/dist/features/lead-gen/index.js +10 -10
- package/dist/features/monitoring/index.js +11 -11
- package/dist/features/monitoring/requests/index.js +8 -8
- package/dist/features/operations/index.d.ts +16 -3
- package/dist/features/operations/index.js +15 -15
- package/dist/features/settings/index.d.ts +6 -12
- package/dist/features/settings/index.js +9 -9
- package/dist/hooks/delivery/index.d.ts +6 -12
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.d.ts +110 -28
- package/dist/hooks/index.js +8 -8
- package/dist/hooks/published.d.ts +110 -28
- package/dist/hooks/published.js +8 -8
- package/dist/index.d.ts +149 -31
- package/dist/index.js +8 -8
- package/dist/initialization/index.d.ts +6 -12
- package/dist/knowledge/index.d.ts +44 -1
- package/dist/knowledge/index.js +149 -12
- package/dist/profile/index.d.ts +6 -12
- package/dist/provider/index.d.ts +44 -12
- package/dist/provider/index.js +6 -6
- package/dist/provider/published.d.ts +44 -12
- package/dist/provider/published.js +5 -5
- package/dist/supabase/index.d.ts +12 -24
- package/dist/test-utils/index.js +2 -2
- package/dist/typeform/index.d.ts +5 -1
- package/dist/typeform/index.js +52 -7
- package/dist/types/index.d.ts +7 -13
- package/dist/utils/index.d.ts +1 -3
- package/dist/utils/index.js +1 -1
- package/dist/vite/index.js +2 -2
- package/dist/vite-plugin-knowledge/index.js +1 -1
- package/package.json +5 -5
- package/dist/chunk-4KTLOK7K.js +0 -230
|
@@ -140,6 +140,48 @@ declare const AcqListResponseSchema: z$1.ZodObject<{
|
|
|
140
140
|
}, z$1.core.$strip>>>;
|
|
141
141
|
}, z$1.core.$strip>;
|
|
142
142
|
}, z$1.core.$strip>;
|
|
143
|
+
/**
|
|
144
|
+
* Progress response for GET /acquisition/lists/:listId/progress.
|
|
145
|
+
* Aggregated on-demand from processing_state status values.
|
|
146
|
+
* Stage keys are discovered from observed processing_state keys.
|
|
147
|
+
*/
|
|
148
|
+
declare const ListProgressResponseSchema: z$1.ZodObject<{
|
|
149
|
+
totalMembers: z$1.ZodNumber;
|
|
150
|
+
totalCompanies: z$1.ZodNumber;
|
|
151
|
+
byCompanyStage: z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
152
|
+
total: z$1.ZodNumber;
|
|
153
|
+
attempted: z$1.ZodNumber;
|
|
154
|
+
success: z$1.ZodNumber;
|
|
155
|
+
noResult: z$1.ZodNumber;
|
|
156
|
+
skipped: z$1.ZodNumber;
|
|
157
|
+
error: z$1.ZodNumber;
|
|
158
|
+
other: z$1.ZodNumber;
|
|
159
|
+
notAttempted: z$1.ZodNumber;
|
|
160
|
+
}, z$1.core.$strip>>;
|
|
161
|
+
byContactStage: z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
162
|
+
total: z$1.ZodNumber;
|
|
163
|
+
attempted: z$1.ZodNumber;
|
|
164
|
+
success: z$1.ZodNumber;
|
|
165
|
+
noResult: z$1.ZodNumber;
|
|
166
|
+
skipped: z$1.ZodNumber;
|
|
167
|
+
error: z$1.ZodNumber;
|
|
168
|
+
other: z$1.ZodNumber;
|
|
169
|
+
notAttempted: z$1.ZodNumber;
|
|
170
|
+
}, z$1.core.$strip>>;
|
|
171
|
+
}, z$1.core.$strip>;
|
|
172
|
+
/**
|
|
173
|
+
* Row from acq_list_executions joined with the execution summary,
|
|
174
|
+
* shaped for the /lists/:id/executions response.
|
|
175
|
+
*/
|
|
176
|
+
declare const ListExecutionSummarySchema: z$1.ZodObject<{
|
|
177
|
+
executionId: z$1.ZodString;
|
|
178
|
+
resourceId: z$1.ZodString;
|
|
179
|
+
status: z$1.ZodString;
|
|
180
|
+
createdAt: z$1.ZodString;
|
|
181
|
+
completedAt: z$1.ZodNullable<z$1.ZodString>;
|
|
182
|
+
durationMs: z$1.ZodNullable<z$1.ZodNumber>;
|
|
183
|
+
input: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodUnknown>>;
|
|
184
|
+
}, z$1.core.$strip>;
|
|
143
185
|
declare const ListCompaniesQuerySchema: z$1.ZodObject<{
|
|
144
186
|
search: z$1.ZodOptional<z$1.ZodString>;
|
|
145
187
|
listId: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -147,6 +189,7 @@ declare const ListCompaniesQuerySchema: z$1.ZodObject<{
|
|
|
147
189
|
website: z$1.ZodOptional<z$1.ZodString>;
|
|
148
190
|
segment: z$1.ZodOptional<z$1.ZodString>;
|
|
149
191
|
category: z$1.ZodOptional<z$1.ZodString>;
|
|
192
|
+
pipelineStatus: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
150
193
|
batchId: z$1.ZodOptional<z$1.ZodString>;
|
|
151
194
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
152
195
|
active: "active";
|
|
@@ -182,7 +225,16 @@ declare const AcqCompanyResponseSchema: z$1.ZodObject<{
|
|
|
182
225
|
category: z$1.ZodNullable<z$1.ZodString>;
|
|
183
226
|
categoryPain: z$1.ZodNullable<z$1.ZodString>;
|
|
184
227
|
segment: z$1.ZodNullable<z$1.ZodString>;
|
|
185
|
-
|
|
228
|
+
processingState: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
229
|
+
status: z$1.ZodEnum<{
|
|
230
|
+
error: "error";
|
|
231
|
+
success: "success";
|
|
232
|
+
no_result: "no_result";
|
|
233
|
+
skipped: "skipped";
|
|
234
|
+
}>;
|
|
235
|
+
data: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
236
|
+
}, z$1.core.$loose>>>;
|
|
237
|
+
pipelineStatus: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodUnknown>>;
|
|
186
238
|
enrichmentData: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
187
239
|
source: z$1.ZodNullable<z$1.ZodString>;
|
|
188
240
|
batchId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -215,7 +267,16 @@ declare const AcqContactResponseSchema: z$1.ZodObject<{
|
|
|
215
267
|
openingLine: z$1.ZodNullable<z$1.ZodString>;
|
|
216
268
|
source: z$1.ZodNullable<z$1.ZodString>;
|
|
217
269
|
sourceId: z$1.ZodNullable<z$1.ZodString>;
|
|
218
|
-
|
|
270
|
+
processingState: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
271
|
+
status: z$1.ZodEnum<{
|
|
272
|
+
error: "error";
|
|
273
|
+
success: "success";
|
|
274
|
+
no_result: "no_result";
|
|
275
|
+
skipped: "skipped";
|
|
276
|
+
}>;
|
|
277
|
+
data: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
278
|
+
}, z$1.core.$loose>>>;
|
|
279
|
+
pipelineStatus: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodUnknown>>;
|
|
219
280
|
enrichmentData: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
220
281
|
attioPersonId: z$1.ZodNullable<z$1.ZodString>;
|
|
221
282
|
batchId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -253,6 +314,25 @@ type AcqContactResponse = z$1.infer<typeof AcqContactResponseSchema>;
|
|
|
253
314
|
type AcqArtifactOwnerKind = z$1.infer<typeof AcqArtifactOwnerKindSchema>;
|
|
254
315
|
type ListStatus = z$1.infer<typeof ListStatusSchema>;
|
|
255
316
|
type AcqListResponse = z$1.infer<typeof AcqListResponseSchema>;
|
|
317
|
+
type ListExecutionSummaryInput = z$1.infer<typeof ListExecutionSummarySchema>;
|
|
318
|
+
type ListProgress = z$1.infer<typeof ListProgressResponseSchema>;
|
|
319
|
+
|
|
320
|
+
type BuildPlanSnapshotPrimaryEntity = 'company' | 'contact';
|
|
321
|
+
type BuildPlanSnapshotOutput = 'company' | 'contact' | 'export';
|
|
322
|
+
type BuildPlanSnapshotDependencyMode = 'per-record-eligibility';
|
|
323
|
+
interface BuildPlanSnapshotStep {
|
|
324
|
+
id: string;
|
|
325
|
+
label: string;
|
|
326
|
+
description?: string;
|
|
327
|
+
primaryEntity: BuildPlanSnapshotPrimaryEntity;
|
|
328
|
+
outputs: BuildPlanSnapshotOutput[];
|
|
329
|
+
stageKey: string;
|
|
330
|
+
dependsOn?: string[];
|
|
331
|
+
dependencyMode: BuildPlanSnapshotDependencyMode;
|
|
332
|
+
capabilityKey: string;
|
|
333
|
+
defaultBatchSize: number;
|
|
334
|
+
maxBatchSize: number;
|
|
335
|
+
}
|
|
256
336
|
|
|
257
337
|
interface Action {
|
|
258
338
|
key: string;
|
|
@@ -339,6 +419,7 @@ declare const companyKeys: {
|
|
|
339
419
|
website?: string | undefined;
|
|
340
420
|
segment?: string | undefined;
|
|
341
421
|
category?: string | undefined;
|
|
422
|
+
pipelineStatus?: unknown;
|
|
342
423
|
batchId?: string | undefined;
|
|
343
424
|
status?: "active" | "invalid" | undefined;
|
|
344
425
|
includeAll?: boolean | undefined;
|
|
@@ -361,7 +442,11 @@ declare function useCompanies(filters?: Partial<ListCompaniesQuery>): _tanstack_
|
|
|
361
442
|
category: string | null;
|
|
362
443
|
categoryPain: string | null;
|
|
363
444
|
segment: string | null;
|
|
364
|
-
|
|
445
|
+
processingState: Record<string, {
|
|
446
|
+
[x: string]: unknown;
|
|
447
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
448
|
+
data?: unknown;
|
|
449
|
+
}> | null;
|
|
365
450
|
enrichmentData: Record<string, unknown> | null;
|
|
366
451
|
source: string | null;
|
|
367
452
|
batchId: string | null;
|
|
@@ -370,6 +455,7 @@ declare function useCompanies(filters?: Partial<ListCompaniesQuery>): _tanstack_
|
|
|
370
455
|
verticalResearch: string | null;
|
|
371
456
|
createdAt: string;
|
|
372
457
|
updatedAt: string;
|
|
458
|
+
pipelineStatus?: unknown;
|
|
373
459
|
}[];
|
|
374
460
|
total: number;
|
|
375
461
|
limit: number;
|
|
@@ -390,7 +476,11 @@ declare function useCompany(companyId: string): _tanstack_react_query.UseQueryRe
|
|
|
390
476
|
category: string | null;
|
|
391
477
|
categoryPain: string | null;
|
|
392
478
|
segment: string | null;
|
|
393
|
-
|
|
479
|
+
processingState: Record<string, {
|
|
480
|
+
[x: string]: unknown;
|
|
481
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
482
|
+
data?: unknown;
|
|
483
|
+
}> | null;
|
|
394
484
|
enrichmentData: Record<string, unknown> | null;
|
|
395
485
|
source: string | null;
|
|
396
486
|
batchId: string | null;
|
|
@@ -399,6 +489,7 @@ declare function useCompany(companyId: string): _tanstack_react_query.UseQueryRe
|
|
|
399
489
|
verticalResearch: string | null;
|
|
400
490
|
createdAt: string;
|
|
401
491
|
updatedAt: string;
|
|
492
|
+
pipelineStatus?: unknown;
|
|
402
493
|
} | null, Error>;
|
|
403
494
|
declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
404
495
|
id: string;
|
|
@@ -414,7 +505,11 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
414
505
|
category: string | null;
|
|
415
506
|
categoryPain: string | null;
|
|
416
507
|
segment: string | null;
|
|
417
|
-
|
|
508
|
+
processingState: Record<string, {
|
|
509
|
+
[x: string]: unknown;
|
|
510
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
511
|
+
data?: unknown;
|
|
512
|
+
}> | null;
|
|
418
513
|
enrichmentData: Record<string, unknown> | null;
|
|
419
514
|
source: string | null;
|
|
420
515
|
batchId: string | null;
|
|
@@ -423,6 +518,7 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
423
518
|
verticalResearch: string | null;
|
|
424
519
|
createdAt: string;
|
|
425
520
|
updatedAt: string;
|
|
521
|
+
pipelineStatus?: unknown;
|
|
426
522
|
}, Error, {
|
|
427
523
|
name: string;
|
|
428
524
|
domain?: string | undefined;
|
|
@@ -435,6 +531,7 @@ declare function useCreateCompany(): _tanstack_react_query.UseMutationResult<{
|
|
|
435
531
|
category?: string | undefined;
|
|
436
532
|
source?: string | undefined;
|
|
437
533
|
batchId?: string | undefined;
|
|
534
|
+
pipelineStatus?: unknown;
|
|
438
535
|
verticalResearch?: string | undefined;
|
|
439
536
|
}, unknown>;
|
|
440
537
|
declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseMutationResult<{
|
|
@@ -451,7 +548,11 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
451
548
|
category: string | null;
|
|
452
549
|
categoryPain: string | null;
|
|
453
550
|
segment: string | null;
|
|
454
|
-
|
|
551
|
+
processingState: Record<string, {
|
|
552
|
+
[x: string]: unknown;
|
|
553
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
554
|
+
data?: unknown;
|
|
555
|
+
}> | null;
|
|
455
556
|
enrichmentData: Record<string, unknown> | null;
|
|
456
557
|
source: string | null;
|
|
457
558
|
batchId: string | null;
|
|
@@ -460,6 +561,7 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
460
561
|
verticalResearch: string | null;
|
|
461
562
|
createdAt: string;
|
|
462
563
|
updatedAt: string;
|
|
564
|
+
pipelineStatus?: unknown;
|
|
463
565
|
}, Error, {
|
|
464
566
|
name?: string | undefined;
|
|
465
567
|
domain?: string | undefined;
|
|
@@ -471,7 +573,12 @@ declare function useUpdateCompany(companyId: string): _tanstack_react_query.UseM
|
|
|
471
573
|
locationState?: string | undefined;
|
|
472
574
|
category?: string | undefined;
|
|
473
575
|
segment?: string | undefined;
|
|
474
|
-
|
|
576
|
+
processingState?: Record<string, {
|
|
577
|
+
[x: string]: unknown;
|
|
578
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
579
|
+
data?: unknown;
|
|
580
|
+
}> | undefined;
|
|
581
|
+
pipelineStatus?: unknown;
|
|
475
582
|
enrichmentData?: Record<string, unknown> | undefined;
|
|
476
583
|
source?: string | undefined;
|
|
477
584
|
batchId?: string | undefined;
|
|
@@ -510,13 +617,18 @@ declare function useContacts(filters?: Partial<ListContactsQuery>): _tanstack_re
|
|
|
510
617
|
openingLine: string | null;
|
|
511
618
|
source: string | null;
|
|
512
619
|
sourceId: string | null;
|
|
513
|
-
|
|
620
|
+
processingState: Record<string, {
|
|
621
|
+
[x: string]: unknown;
|
|
622
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
623
|
+
data?: unknown;
|
|
624
|
+
}> | null;
|
|
514
625
|
enrichmentData: Record<string, unknown> | null;
|
|
515
626
|
attioPersonId: string | null;
|
|
516
627
|
batchId: string | null;
|
|
517
628
|
status: "active" | "invalid";
|
|
518
629
|
createdAt: string;
|
|
519
630
|
updatedAt: string;
|
|
631
|
+
pipelineStatus?: unknown;
|
|
520
632
|
company?: {
|
|
521
633
|
id: string;
|
|
522
634
|
name: string;
|
|
@@ -547,13 +659,18 @@ declare function useContact(contactId: string): _tanstack_react_query.UseQueryRe
|
|
|
547
659
|
openingLine: string | null;
|
|
548
660
|
source: string | null;
|
|
549
661
|
sourceId: string | null;
|
|
550
|
-
|
|
662
|
+
processingState: Record<string, {
|
|
663
|
+
[x: string]: unknown;
|
|
664
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
665
|
+
data?: unknown;
|
|
666
|
+
}> | null;
|
|
551
667
|
enrichmentData: Record<string, unknown> | null;
|
|
552
668
|
attioPersonId: string | null;
|
|
553
669
|
batchId: string | null;
|
|
554
670
|
status: "active" | "invalid";
|
|
555
671
|
createdAt: string;
|
|
556
672
|
updatedAt: string;
|
|
673
|
+
pipelineStatus?: unknown;
|
|
557
674
|
company?: {
|
|
558
675
|
id: string;
|
|
559
676
|
name: string;
|
|
@@ -580,13 +697,18 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
580
697
|
openingLine: string | null;
|
|
581
698
|
source: string | null;
|
|
582
699
|
sourceId: string | null;
|
|
583
|
-
|
|
700
|
+
processingState: Record<string, {
|
|
701
|
+
[x: string]: unknown;
|
|
702
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
703
|
+
data?: unknown;
|
|
704
|
+
}> | null;
|
|
584
705
|
enrichmentData: Record<string, unknown> | null;
|
|
585
706
|
attioPersonId: string | null;
|
|
586
707
|
batchId: string | null;
|
|
587
708
|
status: "active" | "invalid";
|
|
588
709
|
createdAt: string;
|
|
589
710
|
updatedAt: string;
|
|
711
|
+
pipelineStatus?: unknown;
|
|
590
712
|
company?: {
|
|
591
713
|
id: string;
|
|
592
714
|
name: string;
|
|
@@ -607,6 +729,7 @@ declare function useCreateContact(): _tanstack_react_query.UseMutationResult<{
|
|
|
607
729
|
source?: string | undefined;
|
|
608
730
|
sourceId?: string | undefined;
|
|
609
731
|
batchId?: string | undefined;
|
|
732
|
+
pipelineStatus?: unknown;
|
|
610
733
|
}, unknown>;
|
|
611
734
|
declare function useUpdateContact(contactId: string): _tanstack_react_query.UseMutationResult<{
|
|
612
735
|
id: string;
|
|
@@ -623,13 +746,18 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
623
746
|
openingLine: string | null;
|
|
624
747
|
source: string | null;
|
|
625
748
|
sourceId: string | null;
|
|
626
|
-
|
|
749
|
+
processingState: Record<string, {
|
|
750
|
+
[x: string]: unknown;
|
|
751
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
752
|
+
data?: unknown;
|
|
753
|
+
}> | null;
|
|
627
754
|
enrichmentData: Record<string, unknown> | null;
|
|
628
755
|
attioPersonId: string | null;
|
|
629
756
|
batchId: string | null;
|
|
630
757
|
status: "active" | "invalid";
|
|
631
758
|
createdAt: string;
|
|
632
759
|
updatedAt: string;
|
|
760
|
+
pipelineStatus?: unknown;
|
|
633
761
|
company?: {
|
|
634
762
|
id: string;
|
|
635
763
|
name: string;
|
|
@@ -650,7 +778,12 @@ declare function useUpdateContact(contactId: string): _tanstack_react_query.UseM
|
|
|
650
778
|
headline?: string | undefined;
|
|
651
779
|
filterReason?: string | undefined;
|
|
652
780
|
openingLine?: string | undefined;
|
|
653
|
-
|
|
781
|
+
processingState?: Record<string, {
|
|
782
|
+
[x: string]: unknown;
|
|
783
|
+
status: "error" | "success" | "no_result" | "skipped";
|
|
784
|
+
data?: unknown;
|
|
785
|
+
}> | undefined;
|
|
786
|
+
pipelineStatus?: unknown;
|
|
654
787
|
enrichmentData?: Record<string, unknown> | undefined;
|
|
655
788
|
status?: "active" | "invalid" | undefined;
|
|
656
789
|
}, unknown>;
|
|
@@ -847,6 +980,16 @@ declare function LeadGenOverviewPage(): react_jsx_runtime.JSX.Element;
|
|
|
847
980
|
|
|
848
981
|
declare function LeadGenListsPage(): react_jsx_runtime.JSX.Element;
|
|
849
982
|
|
|
983
|
+
declare function LeadGenListDetailPage({ listId }: {
|
|
984
|
+
listId: string;
|
|
985
|
+
}): react_jsx_runtime.JSX.Element;
|
|
986
|
+
|
|
987
|
+
declare function ListBuilderIndexPage(): react_jsx_runtime.JSX.Element;
|
|
988
|
+
|
|
989
|
+
declare function ListBuilderPage({ listId }: {
|
|
990
|
+
listId: string;
|
|
991
|
+
}): react_jsx_runtime.JSX.Element;
|
|
992
|
+
|
|
850
993
|
/**
|
|
851
994
|
* All valid dotted paths into T.
|
|
852
995
|
* Arrays of primitives are treated as leaf (return K only).
|
|
@@ -953,16 +1096,6 @@ declare function useListActions(): ListBuilderRegistry;
|
|
|
953
1096
|
declare function findListActionByCapability(registry: ListBuilderRegistry, capabilityKey: LeadGenCapabilityKey): ListBuilderWorkflow | undefined;
|
|
954
1097
|
declare function getListActionWorkflowId(action: ListBuilderWorkflow): string;
|
|
955
1098
|
|
|
956
|
-
declare function LeadGenListDetailPage({ listId }: {
|
|
957
|
-
listId: string;
|
|
958
|
-
}): react_jsx_runtime.JSX.Element;
|
|
959
|
-
|
|
960
|
-
declare function ListBuilderIndexPage(): react_jsx_runtime.JSX.Element;
|
|
961
|
-
|
|
962
|
-
declare function ListBuilderPage({ listId }: {
|
|
963
|
-
listId: string;
|
|
964
|
-
}): react_jsx_runtime.JSX.Element;
|
|
965
|
-
|
|
966
1099
|
interface MembersPanelSelection {
|
|
967
1100
|
selectedCompanyIds: string[];
|
|
968
1101
|
selectedContactIds: string[];
|
|
@@ -987,5 +1120,35 @@ declare function LeadGenCompaniesPage(): react_jsx_runtime.JSX.Element;
|
|
|
987
1120
|
|
|
988
1121
|
declare function LeadGenContactsPage(): react_jsx_runtime.JSX.Element;
|
|
989
1122
|
|
|
990
|
-
|
|
991
|
-
|
|
1123
|
+
declare const ORPHAN_STAGE_ORDER = 9999;
|
|
1124
|
+
type BuildStepPrimaryEntity = BuildPlanSnapshotStep['primaryEntity'];
|
|
1125
|
+
type BuildStepOutput = BuildPlanSnapshotStep['outputs'][number];
|
|
1126
|
+
interface MvpBuildStepDefinition extends Omit<BuildPlanSnapshotStep, 'capabilityKey' | 'description' | 'outputs'> {
|
|
1127
|
+
description: string;
|
|
1128
|
+
outputs: readonly BuildStepOutput[];
|
|
1129
|
+
capabilityKey: LeadGenCapabilityKey;
|
|
1130
|
+
emptyBlockedText: string;
|
|
1131
|
+
}
|
|
1132
|
+
interface BuildStepState extends MvpBuildStepDefinition {
|
|
1133
|
+
status: ListBuildStepStatus;
|
|
1134
|
+
ready: number;
|
|
1135
|
+
complete: number;
|
|
1136
|
+
failed: number;
|
|
1137
|
+
blocked: number;
|
|
1138
|
+
nextActionKind: ListBuildActionKind | 'none';
|
|
1139
|
+
recommendedAction?: ListBuildRecommendedAction;
|
|
1140
|
+
action?: ListBuilderWorkflow;
|
|
1141
|
+
}
|
|
1142
|
+
interface BuildResolution {
|
|
1143
|
+
steps: BuildStepState[];
|
|
1144
|
+
recommendedStep: BuildStepState | null;
|
|
1145
|
+
recommendedAction: ListBuildRecommendedAction | null;
|
|
1146
|
+
}
|
|
1147
|
+
declare function sortStageKeys(keys: string[]): string[];
|
|
1148
|
+
declare function resolveBuildPlanSteps(list: AcqListResponse): MvpBuildStepDefinition[];
|
|
1149
|
+
declare function getStepActionLabel(kind: ListBuildActionKind | 'none'): "Retry failed" | "Run next batch" | "Advanced" | "No action";
|
|
1150
|
+
declare function deriveBusinessProgress(list: AcqListResponse, progress: ListProgress, actions?: ListBuilderRegistry, executions?: ListExecutionSummaryInput[]): ListProgress;
|
|
1151
|
+
declare function resolveBuildState(list: AcqListResponse, progress: ListProgress, actions: ListBuilderRegistry): BuildResolution;
|
|
1152
|
+
|
|
1153
|
+
export { CompanyDetailModal, ContactDetailModal, 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
|
+
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,5 +1,5 @@
|
|
|
1
|
-
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, RunWorkflowModal, formatDate, getEnrichmentColor, getEnrichmentStatus, getStateKeyColor, getStatusColor, leadGenManifest, useDeleteLists } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { CompanyDetailModal, ContactDetailModal, LEAD_GEN_ITEMS, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListBuilderIndexPage, ListBuilderPage, ORPHAN_STAGE_ORDER, RunWorkflowModal, deriveBusinessProgress, formatDate, getEnrichmentColor, getEnrichmentStatus, getStateKeyColor, getStatusColor, getStepActionLabel, leadGenManifest, resolveBuildPlanSteps, resolveBuildState, sortStageKeys, useDeleteLists } from '../../chunk-65RQE3XF.js';
|
|
2
|
+
import '../../chunk-FFDAE2QI.js';
|
|
3
3
|
import '../../chunk-3MEXPLWT.js';
|
|
4
4
|
import '../../chunk-BZZCNLT6.js';
|
|
5
5
|
import '../../chunk-TUMSNGTX.js';
|
|
@@ -8,25 +8,25 @@ import '../../chunk-IIMU5YAJ.js';
|
|
|
8
8
|
import '../../chunk-PDHTXPSF.js';
|
|
9
9
|
import '../../chunk-KVJ3LFH2.js';
|
|
10
10
|
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-
|
|
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-HNFQCOD2.js';
|
|
12
12
|
import '../../chunk-VKMNWHTL.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-CEHUFNAL.js';
|
|
14
14
|
import '../../chunk-BRXELOHC.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
16
|
import '../../chunk-VMJVQAFZ.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-OIMPGKDB.js';
|
|
18
18
|
import '../../chunk-LH4GPYDX.js';
|
|
19
19
|
import '../../chunk-HLFFKKT3.js';
|
|
20
20
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-Y3YJKKEB.js';
|
|
22
|
+
import '../../chunk-6WXDE5LZ.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByCapability, getListActionWorkflowId, useListActions } from '../../chunk-
|
|
24
|
+
export { EMPTY_LIST_ACTIONS, ListActionsProvider, findListActionByCapability, getListActionWorkflowId, useListActions } from '../../chunk-OWESKPTJ.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
26
|
import '../../chunk-V3HUIZJX.js';
|
|
27
27
|
import '../../chunk-TKAYX2SP.js';
|
|
28
28
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-7E3FUTND.js';
|
|
30
30
|
import '../../chunk-2IFYDILW.js';
|
|
31
31
|
import '../../chunk-Q7DJKLEN.js';
|
|
32
32
|
import '../../chunk-GESXCQWY.js';
|
|
@@ -35,7 +35,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
35
35
|
import '../../chunk-KU7ZDWQ7.js';
|
|
36
36
|
import '../../chunk-DT3QYZVU.js';
|
|
37
37
|
import '../../chunk-RNP5R5I3.js';
|
|
38
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-HXZQWMKE.js';
|
|
39
39
|
import '../../chunk-KRWALB24.js';
|
|
40
40
|
import '../../chunk-WFTNY755.js';
|
|
41
41
|
import '../../chunk-WKJ47GIW.js';
|
|
@@ -1,32 +1,32 @@
|
|
|
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-5CW2HXQA.js';
|
|
2
|
+
import '../../chunk-OHGNCWJP.js';
|
|
3
3
|
import '../../chunk-LGKLC5MG.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-SZWXQHKO.js';
|
|
5
5
|
import '../../chunk-CW3UNAF2.js';
|
|
6
6
|
import '../../chunk-RYTEQBAO.js';
|
|
7
7
|
import '../../chunk-PDHTXPSF.js';
|
|
8
8
|
import '../../chunk-KVJ3LFH2.js';
|
|
9
9
|
import '../../chunk-E4WQGJNS.js';
|
|
10
10
|
import '../../chunk-7M2VOCYN.js';
|
|
11
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-HNFQCOD2.js';
|
|
12
12
|
import '../../chunk-VKMNWHTL.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-CEHUFNAL.js';
|
|
14
14
|
import '../../chunk-BRXELOHC.js';
|
|
15
15
|
import '../../chunk-3ZMAGTWF.js';
|
|
16
16
|
import '../../chunk-VMJVQAFZ.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-OIMPGKDB.js';
|
|
18
18
|
import '../../chunk-LH4GPYDX.js';
|
|
19
19
|
import '../../chunk-HLFFKKT3.js';
|
|
20
20
|
import '../../chunk-WLOQ4IBG.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-Y3YJKKEB.js';
|
|
22
|
+
import '../../chunk-6WXDE5LZ.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
24
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-OWESKPTJ.js';
|
|
25
25
|
import '../../chunk-SZHARWKU.js';
|
|
26
26
|
import '../../chunk-V3HUIZJX.js';
|
|
27
27
|
import '../../chunk-TKAYX2SP.js';
|
|
28
28
|
import '../../chunk-NYBEU5TE.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-7E3FUTND.js';
|
|
30
30
|
import '../../chunk-2IFYDILW.js';
|
|
31
31
|
import '../../chunk-Q7DJKLEN.js';
|
|
32
32
|
import '../../chunk-GESXCQWY.js';
|
|
@@ -35,7 +35,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
35
35
|
import '../../chunk-KU7ZDWQ7.js';
|
|
36
36
|
import '../../chunk-DT3QYZVU.js';
|
|
37
37
|
import '../../chunk-RNP5R5I3.js';
|
|
38
|
-
import '../../chunk-
|
|
38
|
+
import '../../chunk-HXZQWMKE.js';
|
|
39
39
|
import '../../chunk-KRWALB24.js';
|
|
40
40
|
import '../../chunk-WFTNY755.js';
|
|
41
41
|
import '../../chunk-WKJ47GIW.js';
|
|
@@ -2,25 +2,25 @@ import { TableSelectionToolbar } from '../../../chunk-TUMSNGTX.js';
|
|
|
2
2
|
import { FilterBar } from '../../../chunk-PDHTXPSF.js';
|
|
3
3
|
import { ConfirmationModal, CustomModal } from '../../../chunk-KVJ3LFH2.js';
|
|
4
4
|
import '../../../chunk-7M2VOCYN.js';
|
|
5
|
-
import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-
|
|
5
|
+
import { usePaginationState, useRequestsList, useUpdateRequestStatus, useDeleteRequest, useTableSelection, useRequest } from '../../../chunk-HNFQCOD2.js';
|
|
6
6
|
import '../../../chunk-VKMNWHTL.js';
|
|
7
|
-
import '../../../chunk-
|
|
7
|
+
import '../../../chunk-CEHUFNAL.js';
|
|
8
8
|
import '../../../chunk-BRXELOHC.js';
|
|
9
9
|
import '../../../chunk-3ZMAGTWF.js';
|
|
10
10
|
import '../../../chunk-VMJVQAFZ.js';
|
|
11
|
-
import '../../../chunk-
|
|
11
|
+
import '../../../chunk-OIMPGKDB.js';
|
|
12
12
|
import '../../../chunk-LH4GPYDX.js';
|
|
13
13
|
import '../../../chunk-HLFFKKT3.js';
|
|
14
14
|
import '../../../chunk-WLOQ4IBG.js';
|
|
15
|
-
import '../../../chunk-
|
|
16
|
-
import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-
|
|
15
|
+
import '../../../chunk-Y3YJKKEB.js';
|
|
16
|
+
import { PageTitleCaption, CardHeader, ContextViewer, JsonViewer } from '../../../chunk-6WXDE5LZ.js';
|
|
17
17
|
import '../../../chunk-3KMDHCAR.js';
|
|
18
|
-
import '../../../chunk-
|
|
18
|
+
import '../../../chunk-OWESKPTJ.js';
|
|
19
19
|
import '../../../chunk-SZHARWKU.js';
|
|
20
20
|
import '../../../chunk-V3HUIZJX.js';
|
|
21
21
|
import '../../../chunk-TKAYX2SP.js';
|
|
22
22
|
import '../../../chunk-NYBEU5TE.js';
|
|
23
|
-
import '../../../chunk-
|
|
23
|
+
import '../../../chunk-7E3FUTND.js';
|
|
24
24
|
import '../../../chunk-2IFYDILW.js';
|
|
25
25
|
import '../../../chunk-Q7DJKLEN.js';
|
|
26
26
|
import '../../../chunk-GESXCQWY.js';
|
|
@@ -29,7 +29,7 @@ import '../../../chunk-E565XMTQ.js';
|
|
|
29
29
|
import '../../../chunk-KU7ZDWQ7.js';
|
|
30
30
|
import '../../../chunk-DT3QYZVU.js';
|
|
31
31
|
import '../../../chunk-RNP5R5I3.js';
|
|
32
|
-
import { formatTimeAgo } from '../../../chunk-
|
|
32
|
+
import { formatTimeAgo } from '../../../chunk-HXZQWMKE.js';
|
|
33
33
|
import '../../../chunk-KRWALB24.js';
|
|
34
34
|
import '../../../chunk-WFTNY755.js';
|
|
35
35
|
import '../../../chunk-WKJ47GIW.js';
|
|
@@ -379,8 +379,21 @@ interface OperationsOverviewProps {
|
|
|
379
379
|
* If omitted, the trend chart section is not rendered.
|
|
380
380
|
*/
|
|
381
381
|
renderTrendChart?: (data: DashboardMetrics['executionHealth'] | undefined, isLoading: boolean, error?: Error) => ReactNode;
|
|
382
|
+
/**
|
|
383
|
+
* Optional override for the lower operational summary panel.
|
|
384
|
+
* Command Center uses this to place the operational tabs beside app-local
|
|
385
|
+
* widgets while keeping the same data-fetching and navigation contract.
|
|
386
|
+
*/
|
|
387
|
+
renderOperationalOverview?: (props: OperationalOverviewPanelProps) => ReactNode;
|
|
388
|
+
}
|
|
389
|
+
declare function OperationsOverview({ timeRange, onResourceClick, onErrorsNavigate, onCommandQueueNavigate, onScheduledTasksNavigate, renderTrendChart, renderOperationalOverview }: OperationsOverviewProps): react_jsx_runtime.JSX.Element;
|
|
390
|
+
interface OperationalOverviewPanelProps {
|
|
391
|
+
timeRange: TimeRange;
|
|
392
|
+
onErrorsNavigate?: () => void;
|
|
393
|
+
onCommandQueueNavigate?: () => void;
|
|
394
|
+
onScheduledTasksNavigate?: () => void;
|
|
382
395
|
}
|
|
383
|
-
declare function
|
|
396
|
+
declare function DashboardOperationsOverview({ timeRange, onErrorsNavigate, onCommandQueueNavigate, onScheduledTasksNavigate }: OperationalOverviewPanelProps): react_jsx_runtime.JSX.Element;
|
|
384
397
|
|
|
385
398
|
interface ResourcesSidebarProps {
|
|
386
399
|
timeRange: TimeRange;
|
|
@@ -834,5 +847,5 @@ declare function CommandQueueShell({ children }: CommandQueueShellProps): react_
|
|
|
834
847
|
|
|
835
848
|
declare const operationsManifest: FeatureModule;
|
|
836
849
|
|
|
837
|
-
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsOverview, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest };
|
|
838
|
-
export type { AgentExecutionPanelProps, AgentSessionGroupProps, CommandQueueDetailPageProps, CommandQueueDetailPageRichTextArgs, CommandQueuePageProps, CommandQueueShellProps, CommandViewPageProps, CommandViewSidebarContentProps, ConversationViewSlotArgs, ExecuteWorkflowModalProps, ExecuteWorkflowModalResource, ExecutionPanelProps, OperationsOverviewProps, ResourceDetailPageProps, ResourceDetailPageRenderExecuteDialogArgs, ResourceDetailPageRenderExecutionPanelArgs, ResourcesPageProps, ResourcesSidebarProps, SessionChatAreaProps, SessionChatInterfaceProps, SessionChatPageProps, SessionDetailsSidebarProps, SessionExecutionLogsProps, SessionHeaderProps, SessionListItemProps, SessionsPageProps, SessionsSidebarProps, TaskFilterStatus, WorkflowExecutionPanelProps };
|
|
850
|
+
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, CommandViewSidebarContent, DashboardOperationsOverview, ExecuteWorkflowModal, ExecutionPanel, OperationsOverview, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest };
|
|
851
|
+
export type { AgentExecutionPanelProps, AgentSessionGroupProps, CommandQueueDetailPageProps, CommandQueueDetailPageRichTextArgs, CommandQueuePageProps, CommandQueueShellProps, CommandViewPageProps, CommandViewSidebarContentProps, ConversationViewSlotArgs, ExecuteWorkflowModalProps, ExecuteWorkflowModalResource, ExecutionPanelProps, OperationalOverviewPanelProps, OperationsOverviewProps, ResourceDetailPageProps, ResourceDetailPageRenderExecuteDialogArgs, ResourceDetailPageRenderExecutionPanelArgs, ResourcesPageProps, ResourcesSidebarProps, SessionChatAreaProps, SessionChatInterfaceProps, SessionChatPageProps, SessionDetailsSidebarProps, SessionExecutionLogsProps, SessionHeaderProps, SessionListItemProps, SessionsPageProps, SessionsSidebarProps, TaskFilterStatus, WorkflowExecutionPanelProps };
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-
|
|
1
|
+
export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest } from '../../chunk-AK5E6ILJ.js';
|
|
2
2
|
import '../../chunk-ROSMICXG.js';
|
|
3
|
-
export { CommandViewSidebarContent } from '../../chunk-
|
|
3
|
+
export { CommandViewSidebarContent } from '../../chunk-3DUOPXOJ.js';
|
|
4
4
|
import '../../chunk-ZTWA5H77.js';
|
|
5
5
|
import '../../chunk-JDNEWB5F.js';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-JCGD4GM6.js';
|
|
7
7
|
import '../../chunk-XQQEKWTL.js';
|
|
8
|
-
export { OperationsOverview } from '../../chunk-
|
|
8
|
+
export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-QNL7UI5G.js';
|
|
9
9
|
import '../../chunk-ECNNI3NT.js';
|
|
10
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-FFDAE2QI.js';
|
|
11
11
|
import '../../chunk-3MEXPLWT.js';
|
|
12
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-OHGNCWJP.js';
|
|
13
13
|
import '../../chunk-LGKLC5MG.js';
|
|
14
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-SZWXQHKO.js';
|
|
15
15
|
import '../../chunk-CW3UNAF2.js';
|
|
16
16
|
import '../../chunk-RYTEQBAO.js';
|
|
17
17
|
import '../../chunk-BZZCNLT6.js';
|
|
@@ -20,25 +20,25 @@ import '../../chunk-KVJ3LFH2.js';
|
|
|
20
20
|
import '../../chunk-22UVE3RA.js';
|
|
21
21
|
import '../../chunk-E4WQGJNS.js';
|
|
22
22
|
import '../../chunk-7M2VOCYN.js';
|
|
23
|
-
import '../../chunk-
|
|
23
|
+
import '../../chunk-HNFQCOD2.js';
|
|
24
24
|
import '../../chunk-VKMNWHTL.js';
|
|
25
|
-
import '../../chunk-
|
|
25
|
+
import '../../chunk-CEHUFNAL.js';
|
|
26
26
|
import '../../chunk-BRXELOHC.js';
|
|
27
27
|
import '../../chunk-3ZMAGTWF.js';
|
|
28
28
|
import '../../chunk-VMJVQAFZ.js';
|
|
29
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-OIMPGKDB.js';
|
|
30
30
|
import '../../chunk-LH4GPYDX.js';
|
|
31
31
|
import '../../chunk-HLFFKKT3.js';
|
|
32
32
|
import '../../chunk-WLOQ4IBG.js';
|
|
33
|
-
import '../../chunk-
|
|
34
|
-
import '../../chunk-
|
|
33
|
+
import '../../chunk-Y3YJKKEB.js';
|
|
34
|
+
import '../../chunk-6WXDE5LZ.js';
|
|
35
35
|
import '../../chunk-3KMDHCAR.js';
|
|
36
|
-
import '../../chunk-
|
|
36
|
+
import '../../chunk-OWESKPTJ.js';
|
|
37
37
|
import '../../chunk-SZHARWKU.js';
|
|
38
38
|
import '../../chunk-V3HUIZJX.js';
|
|
39
39
|
import '../../chunk-TKAYX2SP.js';
|
|
40
40
|
import '../../chunk-NYBEU5TE.js';
|
|
41
|
-
import '../../chunk-
|
|
41
|
+
import '../../chunk-7E3FUTND.js';
|
|
42
42
|
import '../../chunk-2IFYDILW.js';
|
|
43
43
|
import '../../chunk-Q7DJKLEN.js';
|
|
44
44
|
import '../../chunk-GESXCQWY.js';
|
|
@@ -47,7 +47,7 @@ import '../../chunk-E565XMTQ.js';
|
|
|
47
47
|
import '../../chunk-KU7ZDWQ7.js';
|
|
48
48
|
import '../../chunk-DT3QYZVU.js';
|
|
49
49
|
import '../../chunk-RNP5R5I3.js';
|
|
50
|
-
import '../../chunk-
|
|
50
|
+
import '../../chunk-HXZQWMKE.js';
|
|
51
51
|
import '../../chunk-KRWALB24.js';
|
|
52
52
|
import '../../chunk-WFTNY755.js';
|
|
53
53
|
import '../../chunk-WKJ47GIW.js';
|