@elevasis/ui 2.25.6 → 2.26.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.
Files changed (105) hide show
  1. package/dist/api/index.js +2 -2
  2. package/dist/app/index.css +15 -5
  3. package/dist/app/index.d.ts +61 -14
  4. package/dist/app/index.js +6 -6
  5. package/dist/charts/index.js +6 -5
  6. package/dist/chunk-3MEXPLWT.js +265 -0
  7. package/dist/{chunk-BDKM56TP.js → chunk-4KTLOK7K.js} +1 -1
  8. package/dist/{chunk-KMAXFJPH.js → chunk-CW3UNAF2.js} +5 -409
  9. package/dist/{chunk-HKBEURCV.js → chunk-G26INIF3.js} +1 -1
  10. package/dist/{chunk-7F3IQMLI.js → chunk-G66QFZXD.js} +11 -214
  11. package/dist/{chunk-QIW6OCEI.js → chunk-HLFFKKT3.js} +27 -373
  12. package/dist/chunk-JDNEWB5F.js +10 -0
  13. package/dist/{chunk-L7D6KNHV.js → chunk-JKBGDFX2.js} +890 -749
  14. package/dist/{chunk-YRKQNPK2.js → chunk-JPGX3533.js} +4 -3
  15. package/dist/chunk-KCGGA36K.js +73 -0
  16. package/dist/chunk-KEFWANZY.js +155 -0
  17. package/dist/chunk-LH4GPYDX.js +448 -0
  18. package/dist/{chunk-JXSBOG2R.js → chunk-LWKZ3BCC.js} +5 -4
  19. package/dist/chunk-OGXKOMUT.js +412 -0
  20. package/dist/chunk-OHXU5WWK.js +3731 -0
  21. package/dist/chunk-ONFKASZI.js +2004 -0
  22. package/dist/{chunk-U36X6NZM.js → chunk-RIFTUOPE.js} +2 -14
  23. package/dist/{chunk-T6INEVX6.js → chunk-SGS4CQ2B.js} +1 -1
  24. package/dist/{chunk-C7IBFI5B.js → chunk-UPMX5GJI.js} +5 -5
  25. package/dist/{chunk-ARJPZ66V.js → chunk-UY5I2KOZ.js} +208 -3124
  26. package/dist/chunk-W2ZTLH7Y.js +662 -0
  27. package/dist/{chunk-KNISO652.js → chunk-WUVR4QY6.js} +9 -9
  28. package/dist/{chunk-Q5BEODAT.js → chunk-X2SUMO3P.js} +2 -1
  29. package/dist/{chunk-SNHGSCKH.js → chunk-XBMCDGHA.js} +1 -1
  30. package/dist/{chunk-N55DVMAG.js → chunk-XQQEKWTL.js} +2 -6
  31. package/dist/{chunk-SBQ4MYQV.js → chunk-XZSEPJZQ.js} +5 -6
  32. package/dist/{chunk-CPAJXBTL.js → chunk-YHBPR67D.js} +490 -676
  33. package/dist/{chunk-QARSVM7Q.js → chunk-YO2YORW4.js} +4 -4
  34. package/dist/{chunk-TAIX4NO3.js → chunk-ZFLM2YVW.js} +2 -2
  35. package/dist/components/index.css +15 -5
  36. package/dist/components/index.d.ts +202 -383
  37. package/dist/components/index.js +43 -429
  38. package/dist/components/navigation/index.css +25 -15
  39. package/dist/execution/index.d.ts +0 -73
  40. package/dist/features/auth/index.css +25 -15
  41. package/dist/features/crm/index.css +25 -15
  42. package/dist/features/crm/index.d.ts +49 -49
  43. package/dist/features/crm/index.js +14 -15
  44. package/dist/features/dashboard/index.css +25 -15
  45. package/dist/features/dashboard/index.js +18 -16
  46. package/dist/features/delivery/index.css +15 -5
  47. package/dist/features/delivery/index.js +14 -15
  48. package/dist/features/knowledge/index.css +611 -0
  49. package/dist/features/knowledge/index.js +375 -72
  50. package/dist/features/lead-gen/index.css +25 -15
  51. package/dist/features/lead-gen/index.d.ts +60 -21
  52. package/dist/features/lead-gen/index.js +16 -16
  53. package/dist/features/monitoring/index.css +15 -5
  54. package/dist/features/monitoring/index.js +17 -17
  55. package/dist/features/monitoring/requests/index.css +25 -15
  56. package/dist/features/monitoring/requests/index.js +13 -14
  57. package/dist/features/operations/index.css +25 -15
  58. package/dist/features/operations/index.d.ts +16 -98
  59. package/dist/features/operations/index.js +26 -22
  60. package/dist/features/settings/index.css +25 -15
  61. package/dist/features/settings/index.d.ts +1 -0
  62. package/dist/features/settings/index.js +15 -16
  63. package/dist/hooks/delivery/index.css +25 -15
  64. package/dist/hooks/delivery/index.js +2 -2
  65. package/dist/hooks/index.css +15 -5
  66. package/dist/hooks/index.d.ts +172 -380
  67. package/dist/hooks/index.js +13 -14
  68. package/dist/hooks/published.css +15 -5
  69. package/dist/hooks/published.d.ts +172 -380
  70. package/dist/hooks/published.js +13 -14
  71. package/dist/index.css +15 -5
  72. package/dist/index.d.ts +988 -403
  73. package/dist/index.js +15 -15
  74. package/dist/initialization/index.d.ts +1 -0
  75. package/dist/knowledge/index.d.ts +981 -41
  76. package/dist/knowledge/index.js +5449 -294
  77. package/dist/layout/index.d.ts +2 -0
  78. package/dist/layout/index.js +3 -2
  79. package/dist/organization/index.css +25 -15
  80. package/dist/organization/index.d.ts +1 -0
  81. package/dist/provider/index.css +25 -15
  82. package/dist/provider/index.d.ts +818 -26
  83. package/dist/provider/index.js +11 -11
  84. package/dist/provider/published.css +25 -15
  85. package/dist/provider/published.d.ts +817 -25
  86. package/dist/provider/published.js +8 -9
  87. package/dist/test-utils/index.js +2 -2
  88. package/dist/test-utils/setup.js +1 -1
  89. package/dist/theme/index.js +3 -2
  90. package/dist/theme/presets/index.d.ts +97 -0
  91. package/dist/theme/presets/index.js +3 -0
  92. package/dist/types/index.d.ts +71 -126
  93. package/dist/utils/index.js +1 -1
  94. package/dist/vite/index.d.ts +7 -0
  95. package/dist/vite/index.js +10 -0
  96. package/dist/vite-plugin-knowledge/index.d.ts +1 -33
  97. package/dist/vite-plugin-knowledge/index.js +1 -66
  98. package/package.json +16 -3
  99. package/src/knowledge/README.md +8 -8
  100. package/src/theme/presets/README.md +19 -0
  101. package/dist/chunk-5RLYII6P.js +0 -314
  102. package/dist/chunk-6U7AIIHF.js +0 -880
  103. package/dist/chunk-HAEJ4M54.js +0 -94
  104. package/dist/chunk-LPM7O6XM.js +0 -293
  105. /package/dist/{chunk-SGXXJE52.js → chunk-QD4X4H5A.js} +0 -0
@@ -2,10 +2,9 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React$1 from 'react';
3
3
  import React__default, { ReactNode, ComponentType, CSSProperties, ReactElement, Component, ErrorInfo } from 'react';
4
4
  import { MantineSpacing, MantineColor, MantineLoaderComponent, BadgeProps } from '@mantine/core';
5
- import { Icon, IconCheck } from '@tabler/icons-react';
5
+ import { Icon, IconBrain } from '@tabler/icons-react';
6
6
  import { Components } from 'react-markdown';
7
7
  import { z } from 'zod';
8
- import { UseFormReturnType } from '@mantine/form';
9
8
  import { NodeProps, Node, EdgeProps, Edge } from '@xyflow/react';
10
9
  export { default as graphStyles } from '../graph/Graph.module.css';
11
10
  import * as _tanstack_react_query from '@tanstack/react-query';
@@ -213,56 +212,6 @@ interface ExecutionLogMessage {
213
212
  context?: LogContext;
214
213
  }
215
214
 
216
- /**
217
- * Shared form field types for dynamic form generation
218
- * Used by: Command Queue, Execution Runner UI, future form-based features
219
- */
220
- /**
221
- * Supported form field types for action payloads
222
- * Maps to Mantine form components
223
- */
224
- type FormFieldType = 'text' | 'textarea' | 'number' | 'select' | 'checkbox' | 'radio' | 'richtext';
225
- /**
226
- * Form field definition
227
- */
228
- interface FormField {
229
- /** Field key in payload object */
230
- name: string;
231
- /** Field label for UI */
232
- label: string;
233
- /** Field type (determines UI component) */
234
- type: FormFieldType;
235
- /** Default value */
236
- defaultValue?: unknown;
237
- /** Required field */
238
- required?: boolean;
239
- /** Placeholder text */
240
- placeholder?: string;
241
- /** Help text */
242
- description?: string;
243
- /** Options for select/radio */
244
- options?: Array<{
245
- label: string;
246
- value: string | number;
247
- }>;
248
- /** Min/max for number */
249
- min?: number;
250
- max?: number;
251
- /** Path to context value for pre-filling (dot notation, e.g., 'proposal.summary') */
252
- defaultValueFromContext?: string;
253
- }
254
- /**
255
- * Form schema for action payload collection
256
- */
257
- interface FormSchema {
258
- /** Form title */
259
- title?: string;
260
- /** Form description */
261
- description?: string;
262
- /** Form fields */
263
- fields: FormField[];
264
- }
265
-
266
215
  /**
267
216
  * Serialized Registry Types
268
217
  *
@@ -270,67 +219,6 @@ interface FormSchema {
270
219
  * Serialization happens once at API startup, enabling instant response times.
271
220
  */
272
221
 
273
- /**
274
- * Serialized form field for API responses
275
- */
276
- interface SerializedFormField {
277
- name: string;
278
- label: string;
279
- type: FormFieldType;
280
- defaultValue?: unknown;
281
- required?: boolean;
282
- placeholder?: string;
283
- description?: string;
284
- options?: Array<{
285
- label: string;
286
- value: string | number;
287
- }>;
288
- min?: number;
289
- max?: number;
290
- }
291
- /**
292
- * Serialized form schema for API responses
293
- */
294
- interface SerializedFormSchema {
295
- title?: string;
296
- description?: string;
297
- fields: SerializedFormField[];
298
- layout?: 'vertical' | 'horizontal' | 'grid';
299
- }
300
- /**
301
- * Serialized execution form schema for API responses
302
- */
303
- interface SerializedExecutionFormSchema extends SerializedFormSchema {
304
- fieldMappings?: Record<string, string>;
305
- submitButton?: {
306
- label?: string;
307
- loadingLabel?: string;
308
- confirmMessage?: string;
309
- };
310
- }
311
- /**
312
- * Serialized schedule config for API responses
313
- */
314
- interface SerializedScheduleConfig {
315
- enabled: boolean;
316
- defaultSchedule?: string;
317
- allowedPatterns?: string[];
318
- }
319
- /**
320
- * Serialized webhook config for API responses
321
- */
322
- interface SerializedWebhookConfig {
323
- enabled: boolean;
324
- payloadSchema?: unknown;
325
- }
326
- /**
327
- * Serialized execution interface for API responses
328
- */
329
- interface SerializedExecutionInterface {
330
- form: SerializedExecutionFormSchema;
331
- schedule?: SerializedScheduleConfig;
332
- webhook?: SerializedWebhookConfig;
333
- }
334
222
  /**
335
223
  * Serialized agent definition (JSON-safe)
336
224
  * Result of serializeDefinition(AgentDefinition)
@@ -386,7 +274,6 @@ interface SerializedAgentDefinition {
386
274
  }>;
387
275
  };
388
276
  metricsConfig?: object;
389
- interface?: SerializedExecutionInterface;
390
277
  }
391
278
  /**
392
279
  * Serialized workflow definition (JSON-safe)
@@ -426,7 +313,56 @@ interface SerializedWorkflowDefinition {
426
313
  outputSchema?: object;
427
314
  };
428
315
  metricsConfig?: object;
429
- interface?: SerializedExecutionInterface;
316
+ }
317
+
318
+ /**
319
+ * Shared form field types for dynamic form generation
320
+ * Used by: Command Queue, Execution Runner UI, future form-based features
321
+ */
322
+ /**
323
+ * Supported form field types for action payloads
324
+ * Maps to Mantine form components
325
+ */
326
+ type FormFieldType = 'text' | 'textarea' | 'number' | 'select' | 'checkbox' | 'radio' | 'richtext';
327
+ /**
328
+ * Form field definition
329
+ */
330
+ interface FormField {
331
+ /** Field key in payload object */
332
+ name: string;
333
+ /** Field label for UI */
334
+ label: string;
335
+ /** Field type (determines UI component) */
336
+ type: FormFieldType;
337
+ /** Default value */
338
+ defaultValue?: unknown;
339
+ /** Required field */
340
+ required?: boolean;
341
+ /** Placeholder text */
342
+ placeholder?: string;
343
+ /** Help text */
344
+ description?: string;
345
+ /** Options for select/radio */
346
+ options?: Array<{
347
+ label: string;
348
+ value: string | number;
349
+ }>;
350
+ /** Min/max for number */
351
+ min?: number;
352
+ max?: number;
353
+ /** Path to context value for pre-filling (dot notation, e.g., 'proposal.summary') */
354
+ defaultValueFromContext?: string;
355
+ }
356
+ /**
357
+ * Form schema for action payload collection
358
+ */
359
+ interface FormSchema {
360
+ /** Form title */
361
+ title?: string;
362
+ /** Form description */
363
+ description?: string;
364
+ /** Form fields */
365
+ fields: FormField[];
430
366
  }
431
367
 
432
368
  /**
@@ -3476,60 +3412,6 @@ interface AgentIterationData {
3476
3412
  status: 'running' | 'completed' | 'failed' | 'warning';
3477
3413
  }
3478
3414
 
3479
- /** Raw database row type for acq_deals table */
3480
- type AcqDealRow = Database['public']['Tables']['acq_deals']['Row'];
3481
- type DealStage = 'interested' | 'proposal' | 'closing' | 'closed_won' | 'closed_lost' | 'nurturing';
3482
- type DealPriorityBucketKey = 'needs_response' | 'follow_up_due' | 'waiting' | 'stale' | 'closed_low';
3483
- interface DealPriority {
3484
- bucketKey: DealPriorityBucketKey;
3485
- rank: number;
3486
- label: string;
3487
- color: string;
3488
- reason: string;
3489
- latestActivityAt: string | null;
3490
- nextActionAt: string | null;
3491
- }
3492
- interface KanbanStageConfig {
3493
- color: string;
3494
- label?: string;
3495
- }
3496
- type KanbanBoardConfig = Partial<Record<DealStage, KanbanStageConfig>>;
3497
- interface DealContact {
3498
- id: string;
3499
- first_name: string | null;
3500
- last_name: string | null;
3501
- email: string;
3502
- title: string | null;
3503
- headline: string | null;
3504
- linkedin_url: string | null;
3505
- pipeline_status: Record<string, unknown> | null;
3506
- enrichment_data: Record<string, unknown> | null;
3507
- company: {
3508
- id: string;
3509
- name: string;
3510
- domain: string | null;
3511
- website: string | null;
3512
- linkedin_url: string | null;
3513
- segment: string | null;
3514
- category: string | null;
3515
- num_employees: number | null;
3516
- } | null;
3517
- }
3518
- interface DealFilters {
3519
- stage?: DealStage;
3520
- search?: string;
3521
- limit?: number;
3522
- offset?: number;
3523
- }
3524
- /** Deal list item with joined contact and company data */
3525
- interface DealListItem extends AcqDealRow {
3526
- priority: DealPriority;
3527
- ownership: 'us' | 'them' | null;
3528
- nextAction: string | null;
3529
- contact: DealContact | null;
3530
- }
3531
- type DealDetail$1 = DealListItem;
3532
-
3533
3415
  /**
3534
3416
  * Deal detail shape — currently the same as a list item (full joined record).
3535
3417
  * Additive fields keep existing DealListItem callers compatible.
@@ -3616,6 +3498,60 @@ declare const DealDetailResponseSchema: z.ZodObject<{
3616
3498
  }, z.core.$strip>;
3617
3499
  type DealDetailResponse = z.infer<typeof DealDetailResponseSchema>;
3618
3500
 
3501
+ /** Raw database row type for acq_deals table */
3502
+ type AcqDealRow = Database['public']['Tables']['acq_deals']['Row'];
3503
+ type DealStage = 'interested' | 'proposal' | 'closing' | 'closed_won' | 'closed_lost' | 'nurturing';
3504
+ type DealPriorityBucketKey = 'needs_response' | 'follow_up_due' | 'waiting' | 'stale' | 'closed_low';
3505
+ interface DealPriority {
3506
+ bucketKey: DealPriorityBucketKey;
3507
+ rank: number;
3508
+ label: string;
3509
+ color: string;
3510
+ reason: string;
3511
+ latestActivityAt: string | null;
3512
+ nextActionAt: string | null;
3513
+ }
3514
+ interface KanbanStageConfig {
3515
+ color: string;
3516
+ label?: string;
3517
+ }
3518
+ type KanbanBoardConfig = Partial<Record<DealStage, KanbanStageConfig>>;
3519
+ interface DealContact {
3520
+ id: string;
3521
+ first_name: string | null;
3522
+ last_name: string | null;
3523
+ email: string;
3524
+ title: string | null;
3525
+ headline: string | null;
3526
+ linkedin_url: string | null;
3527
+ pipeline_status: Record<string, unknown> | null;
3528
+ enrichment_data: Record<string, unknown> | null;
3529
+ company: {
3530
+ id: string;
3531
+ name: string;
3532
+ domain: string | null;
3533
+ website: string | null;
3534
+ linkedin_url: string | null;
3535
+ segment: string | null;
3536
+ category: string | null;
3537
+ num_employees: number | null;
3538
+ } | null;
3539
+ }
3540
+ interface DealFilters {
3541
+ stage?: DealStage;
3542
+ search?: string;
3543
+ limit?: number;
3544
+ offset?: number;
3545
+ }
3546
+ /** Deal list item with joined contact and company data */
3547
+ interface DealListItem extends AcqDealRow {
3548
+ priority: DealPriority;
3549
+ ownership: 'us' | 'them' | null;
3550
+ nextAction: string | null;
3551
+ contact: DealContact | null;
3552
+ }
3553
+ type DealDetail$1 = DealListItem;
3554
+
3619
3555
  /**
3620
3556
  * Action configuration for HITL tasks
3621
3557
  * Defines available user actions and their behavior
@@ -3834,6 +3770,7 @@ type GetRecentActivityResponse = z.infer<typeof GetRecentActivityResponseSchema>
3834
3770
  * - org_memberships.config: Per-user-per-org feature overrides
3835
3771
  * - users.config: User-global config
3836
3772
  */
3773
+
3837
3774
  /**
3838
3775
  * Per-user-per-org config (stored in org_memberships.config)
3839
3776
  * Controls which features a specific member can access within their org.
@@ -4264,23 +4201,6 @@ interface PermissionDescriptor {
4264
4201
  isOrgGrantable: boolean;
4265
4202
  }
4266
4203
 
4267
- /**
4268
- * Execution Runner Types
4269
- *
4270
- * Shared types for the Execution Runner UI feature.
4271
- * Used by both API (apps/api) and frontend (apps/command-center).
4272
- */
4273
-
4274
- interface ExecutionRunnerCatalogItem {
4275
- resourceId: string;
4276
- resourceName: string;
4277
- resourceType: 'workflow' | 'agent';
4278
- description?: string;
4279
- status: 'dev' | 'prod';
4280
- version: string;
4281
- interface: SerializedExecutionInterface;
4282
- }
4283
-
4284
4204
  /**
4285
4205
  * Deployment types — browser-safe
4286
4206
  *
@@ -4779,29 +4699,6 @@ interface ResourceCardProps {
4779
4699
  }
4780
4700
  declare function ResourceCard({ resource, onClick, layout, rightSection, topSection, lastRunLabel, style, ...rest }: ResourceCardProps): react_jsx_runtime.JSX.Element;
4781
4701
 
4782
- /**
4783
- * Converts ExecutionRunnerCatalogItem to ResourceDefinition format
4784
- * for use with the unified ResourceCard component.
4785
- *
4786
- * @param item - ExecutionRunnerCatalogItem from the execution runner API
4787
- * @returns ResourceDefinition compatible with ResourceCard
4788
- *
4789
- * @example
4790
- * const catalogItem = {
4791
- * resourceId: 'wf-001',
4792
- * resourceName: 'Order Processor',
4793
- * resourceType: 'workflow',
4794
- * description: 'Processes customer orders',
4795
- * status: 'prod',
4796
- * version: '1.0.0',
4797
- * interface: { ... }
4798
- * }
4799
- *
4800
- * const resource = catalogItemToResourceDefinition(catalogItem)
4801
- * <ResourceCard resource={resource} />
4802
- */
4803
- declare function catalogItemToResourceDefinition(item: ExecutionRunnerCatalogItem): ResourceDefinition;
4804
-
4805
4702
  interface CardHeaderProps {
4806
4703
  icon?: ReactNode;
4807
4704
  title: string;
@@ -4916,118 +4813,6 @@ interface SortState {
4916
4813
  direction: SortDirection;
4917
4814
  }
4918
4815
 
4919
- /**
4920
- * Command View Types
4921
- *
4922
- * Frontend graph types for React Flow rendering.
4923
- *
4924
- * Backend API returns CommandViewData with separate arrays (workflows[], agents[], etc.)
4925
- * Frontend transforms this to CommandViewGraph with unified nodes[] array.
4926
- *
4927
- * @see transformCommandViewData for the mapping logic
4928
- * @see CommandViewData from @repo/core for backend type
4929
- */
4930
-
4931
- /**
4932
- * Base resource node - common fields for all resources
4933
- */
4934
- interface BaseResourceNode {
4935
- id: string;
4936
- name: string;
4937
- description: string;
4938
- status: ResourceStatus;
4939
- stats?: {
4940
- totalRuns: number;
4941
- successCount: number;
4942
- failureCount: number;
4943
- warningCount: number;
4944
- lastRunAt: string | null;
4945
- } | null;
4946
- }
4947
- /**
4948
- * Agent node - autonomous AI agents
4949
- */
4950
- interface AgentNode extends BaseResourceNode {
4951
- type: 'agent';
4952
- modelProvider: string;
4953
- modelId: string;
4954
- toolCount: number;
4955
- hasKnowledgeMap: boolean;
4956
- hasMemory: boolean;
4957
- }
4958
- /**
4959
- * Workflow node - multi-step orchestrations
4960
- */
4961
- interface WorkflowNode extends BaseResourceNode {
4962
- type: 'workflow';
4963
- stepCount: number;
4964
- entryPoint: string;
4965
- }
4966
- /**
4967
- * Integration node - external service connections
4968
- */
4969
- interface IntegrationNode extends BaseResourceNode {
4970
- type: 'integration';
4971
- provider: string;
4972
- connectionStatus: 'connected' | 'disconnected' | 'error';
4973
- credentialName?: string;
4974
- }
4975
- /**
4976
- * Trigger node - what initiates executions
4977
- */
4978
- interface TriggerNode extends BaseResourceNode {
4979
- type: 'trigger';
4980
- triggerType: 'webhook' | 'schedule' | 'manual' | 'event';
4981
- schedule?: string;
4982
- webhookPath?: string;
4983
- }
4984
- /**
4985
- * External resource node - third-party automation platforms
4986
- */
4987
- interface ExternalResourceNode extends BaseResourceNode {
4988
- type: 'external';
4989
- platform: 'n8n' | 'make' | 'zapier' | 'other';
4990
- platformUrl?: string;
4991
- externalId?: string;
4992
- }
4993
- /**
4994
- * Human node - approval points requiring human decisions
4995
- */
4996
- interface HumanNode extends Omit<BaseResourceNode, 'stats'> {
4997
- type: 'human';
4998
- stats?: {
4999
- pendingCount: number;
5000
- completedCount: number;
5001
- expiredCount: number;
5002
- lastDecisionAt: string | null;
5003
- } | null;
5004
- }
5005
- /**
5006
- * Union type for all node types
5007
- */
5008
- type CommandViewNode$1 = AgentNode | WorkflowNode | IntegrationNode | TriggerNode | ExternalResourceNode | HumanNode;
5009
- /**
5010
- * Relationship types between resources
5011
- */
5012
- type RelationshipType = 'triggers' | 'uses' | 'approval';
5013
- /**
5014
- * Edge representing a relationship
5015
- */
5016
- interface CommandViewEdge$1 {
5017
- id: string;
5018
- source: string;
5019
- target: string;
5020
- relationship: RelationshipType;
5021
- label?: string;
5022
- }
5023
- /**
5024
- * Complete graph data for visualization
5025
- */
5026
- interface CommandViewGraph$1 {
5027
- nodes: CommandViewNode$1[];
5028
- edges: CommandViewEdge$1[];
5029
- }
5030
-
5031
4816
  type DealDetail = DealDetail$1 & Pick<DealDetailResponse, 'conversation'>;
5032
4817
 
5033
4818
  interface CreateApiKeyResponse {
@@ -5065,6 +4850,62 @@ declare const WebhookEndpointResponseSchema: z.ZodObject<{
5065
4850
  }, z.core.$strip>;
5066
4851
  type WebhookEndpointResponse = z.infer<typeof WebhookEndpointResponseSchema>;
5067
4852
 
4853
+ /**
4854
+ * All valid dotted paths into T.
4855
+ * Arrays of primitives are treated as leaf (return K only).
4856
+ * Arrays of objects are also treated as leaf (no drilling into element shape).
4857
+ * Optional fields are unwrapped via NonNullable before recursing.
4858
+ */
4859
+ type FieldPath<T> = T extends object ? {
4860
+ [K in keyof T & string]: T[K] extends ReadonlyArray<unknown> | unknown[] ? K : T[K] extends object | undefined ? K | `${K}.${FieldPath<NonNullable<T[K]>>}` : K;
4861
+ }[keyof T & string] : never;
4862
+ /** Discriminated string union of supported Mantine components. */
4863
+ type StepConfigComponent = 'segmented' | 'tags' | 'multiselect' | 'select' | 'textinput' | 'textarea' | 'numberinput' | 'switch' | 'json';
4864
+ /** Rendering hint for a single field within a section. */
4865
+ interface StepConfigFieldHint<T> {
4866
+ /** Typed dotted path into T — typo = TS error. */
4867
+ path: FieldPath<T>;
4868
+ /** Mantine component to render for this field. */
4869
+ component: StepConfigComponent;
4870
+ /** Overrides the field label derived from Zod .describe() or the key name. */
4871
+ label?: string;
4872
+ /** Help text shown below the field; overrides Zod .describe(). */
4873
+ description?: string;
4874
+ placeholder?: string;
4875
+ /** Required for 'segmented', 'select', 'multiselect'; ignored for others. */
4876
+ options?: ReadonlyArray<{
4877
+ value: string;
4878
+ label: string;
4879
+ }>;
4880
+ /** Minimum value — applies to 'numberinput'. */
4881
+ min?: number;
4882
+ /** Maximum value — applies to 'numberinput'. */
4883
+ max?: number;
4884
+ /** Stepper increment — applies to 'numberinput'. */
4885
+ step?: number;
4886
+ /** Per-field conditional visibility, evaluated against current form values. */
4887
+ when?: (values: T) => boolean;
4888
+ }
4889
+ /** An ordered group of fields, optionally shown conditionally. */
4890
+ interface StepConfigSection<T> {
4891
+ /** Stable key used for React rendering. */
4892
+ id: string;
4893
+ /** Section heading; omit for the top-level (untitled) section. */
4894
+ title?: string;
4895
+ description?: string;
4896
+ /** Section-level conditional visibility predicate. */
4897
+ when?: (values: T) => boolean;
4898
+ /** Fields rendered in order within this section. */
4899
+ fields: StepConfigFieldHint<T>[];
4900
+ }
4901
+ /** Top-level layout descriptor supplied by a per-integration registry entry. */
4902
+ interface StepConfigLayout<T> {
4903
+ /** Ordered top-level sections of the form. */
4904
+ sections: StepConfigSection<T>[];
4905
+ /** Optional single Advanced collapse rendered below all sections. */
4906
+ advanced?: StepConfigSection<T>;
4907
+ }
4908
+
5068
4909
  interface ActivityFilters$1 {
5069
4910
  activityType?: ActivityType | 'all';
5070
4911
  status?: ActivityStatus | 'all';
@@ -5100,17 +4941,6 @@ interface TableSelectionToolbarProps {
5100
4941
  }
5101
4942
  declare function TableSelectionToolbar({ selectedCount, onDelete, isDeleting }: TableSelectionToolbarProps): react_jsx_runtime.JSX.Element | null;
5102
4943
 
5103
- interface FormFieldRendererProps {
5104
- field: FormField | SerializedFormField;
5105
- form: UseFormReturnType<any>;
5106
- richTextRenderer?: (props: {
5107
- content: string;
5108
- onChange: (content: string) => void;
5109
- placeholder?: string;
5110
- }) => ReactNode;
5111
- }
5112
- declare function FormFieldRenderer({ field, form, richTextRenderer }: FormFieldRendererProps): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
5113
-
5114
4944
  interface ZodFormRendererProps<TSchema extends z.ZodType> {
5115
4945
  schema: TSchema;
5116
4946
  defaults?: Partial<z.infer<TSchema>>;
@@ -5119,25 +4949,43 @@ interface ZodFormRendererProps<TSchema extends z.ZodType> {
5119
4949
  isPending?: boolean;
5120
4950
  }
5121
4951
  /**
5122
- * Full-form renderer that introspects a Zod schema and renders a Mantine form.
4952
+ * Full-form renderer that introspects a Zod schema (via `z.toJSONSchema`) and
4953
+ * renders a Mantine form. Top-level objects iterate their properties; non-object
4954
+ * top-levels and unsupported property shapes fall back to a JSON textarea.
5123
4955
  *
5124
- * Supported top-level types: ZodObject (iterates shape), ZodString, ZodNumber,
5125
- * ZodBoolean, ZodEnum, ZodOptional/Nullable wrappers around any of the above.
5126
- * Unsupported types fall back to a JSON textarea — the form always renders.
5127
- *
5128
- * Does NOT use mantine-form-zod-resolver (not a @repo/ui dependency). Validation
5129
- * is performed via schema.safeParse inside the submit handler.
5130
- *
5131
- * @example
5132
- * <ZodFormRenderer
5133
- * schema={writeNoteInputSchema}
5134
- * defaults={{ dealId: currentDeal.id }}
5135
- * onSubmit={async (data) => { await execute(data) }}
5136
- * submitLabel="Write Note"
5137
- * />
4956
+ * Validation is performed by `schema.safeParse` inside the submit handler.
5138
4957
  */
5139
4958
  declare function ZodFormRenderer<TSchema extends z.ZodType>({ schema, defaults, onSubmit, submitLabel, isPending }: ZodFormRendererProps<TSchema>): react_jsx_runtime.JSX.Element;
5140
4959
 
4960
+ interface StepConfigFormProps<T extends z.ZodType> {
4961
+ schema: T;
4962
+ layout: StepConfigLayout<z.infer<T>>;
4963
+ value: z.infer<T> | undefined;
4964
+ onChange: (value: z.infer<T>) => void;
4965
+ onAction?: (action: {
4966
+ id: string;
4967
+ label: string;
4968
+ }, values: z.infer<T>) => void | Promise<void>;
4969
+ actions?: ReadonlyArray<{
4970
+ id: string;
4971
+ label: string;
4972
+ loading?: boolean;
4973
+ disabled?: boolean;
4974
+ variant?: 'filled' | 'light' | 'outline';
4975
+ }>;
4976
+ disabled?: boolean;
4977
+ /**
4978
+ * 'all' — sections + inline "Show advanced" collapse + actions (modal/standalone use)
4979
+ * 'main' — sections only; no advanced collapse, no actions (Configuration tab in tabbed shells)
4980
+ * 'advanced' — advanced section only; no actions, no Alert (Advanced tab in tabbed shells)
4981
+ * Owner of validation (the parent that renders the Run button) is responsible for showing
4982
+ * its own error surface in 'main' / 'advanced' modes; this component only emits its
4983
+ * internal Alert in 'all' mode where it owns the action button.
4984
+ */
4985
+ slot?: 'all' | 'main' | 'advanced';
4986
+ }
4987
+ declare function StepConfigForm<T extends z.ZodType>({ schema, layout, value, onChange, onAction, actions, disabled, slot }: StepConfigFormProps<T>): react_jsx_runtime.JSX.Element;
4988
+
5141
4989
  interface ExecutionLogEntry {
5142
4990
  id: string;
5143
4991
  resourceId: string;
@@ -5860,9 +5708,11 @@ interface ActionModalProps {
5860
5708
  }
5861
5709
  declare function ActionModal({ action, task, opened, onClose, onSubmit, richTextRenderer, error, isPending }: ActionModalProps): react_jsx_runtime.JSX.Element | null;
5862
5710
 
5863
- declare const iconMap: Record<string, typeof IconCheck>;
5864
- /** Allowed icon names: IconCheck, IconX, IconRefresh, IconAlertTriangle, IconEdit, IconEye, IconRocket, IconMessageCircle, IconArrowUp, IconClock, IconFileText, IconSend, IconMail */
5865
- declare function getIcon(iconName?: string): typeof IconCheck | null;
5711
+ type TablerIconComponent = typeof IconBrain;
5712
+
5713
+ declare const iconMap: Record<string, TablerIconComponent>;
5714
+ /** Allowed legacy names: IconCheck, IconX, IconRefresh, IconAlertTriangle, IconEdit, IconEye, IconRocket, IconMessageCircle, IconArrowUp, IconClock, IconFileText, IconSend, IconMail. Semantic action/status tokens such as action.approve and status.warning are also supported. */
5715
+ declare function getIcon(iconName?: string): TablerIconComponent | null;
5866
5716
 
5867
5717
  interface ContentSectionsProps {
5868
5718
  context: Record<string, unknown>;
@@ -6330,37 +6180,6 @@ interface SessionMemoryProps {
6330
6180
  */
6331
6181
  declare function SessionMemory({ memory }: SessionMemoryProps): react_jsx_runtime.JSX.Element;
6332
6182
 
6333
- interface CommandViewGraphRef {
6334
- fitView: () => void;
6335
- }
6336
-
6337
- interface CommandViewGraphProps {
6338
- graph: CommandViewGraph$1;
6339
- height?: number | string;
6340
- /** Currently selected node ID */
6341
- selectedNodeId?: string | null;
6342
- /** Callback when node selection changes */
6343
- onNodeSelect?: (id: string | null) => void;
6344
- }
6345
- /**
6346
- * Main export - wrapped with ReactFlowProvider
6347
- */
6348
- declare const CommandViewGraph: React$1.ForwardRefExoticComponent<CommandViewGraphProps & React$1.RefAttributes<CommandViewGraphRef>>;
6349
-
6350
- type CommandViewNodeProps = NodeProps<Node<CommandViewNode$1 & Record<string, unknown>>>;
6351
- declare const CommandViewNode: React$1.NamedExoticComponent<CommandViewNodeProps>;
6352
-
6353
- interface CommandViewEdgeData extends Record<string, unknown> {
6354
- relationship: RelationshipType;
6355
- label?: string;
6356
- animated?: boolean;
6357
- dimmed?: boolean;
6358
- edgeIndex?: number;
6359
- totalEdges?: number;
6360
- }
6361
- type CommandViewEdgeProps = EdgeProps<Edge<CommandViewEdgeData, string>>;
6362
- declare const CommandViewEdge: React$1.NamedExoticComponent<CommandViewEdgeProps>;
6363
-
6364
6183
  interface CrashErrorFallbackProps {
6365
6184
  error: unknown;
6366
6185
  componentStack?: string;
@@ -6877,5 +6696,5 @@ declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
6877
6696
 
6878
6697
  declare const operationsManifest: FeatureModule;
6879
6698
 
6880
- export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, Can, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, calculateProgress, catalogItemToResourceDefinition, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
6881
- export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, AppErrorBoundaryProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CreateRoleModalProps, CrmOverviewProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FitViewButtonVariant, FormFieldRendererProps, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, PermissionRow, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, RunResourceButtonProps, RunResourceInputResolver, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TabSectionProps, TaskFilterStatus, TrendIndicatorProps, ZodFormRendererProps };
6699
+ export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, AppErrorBoundary, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, Can, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateRoleModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDetailPage, DealKanbanCard, DealsListPage, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FeatureUnavailableState, FilterBar, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, LEAD_GEN_ROUTE_LINKS, LeadGenCompaniesPage, LeadGenContactsPage, LeadGenListDetailPage, LeadGenListsPage, LeadGenOverviewPage, LeadGenRouteShell, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NoAccessState, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PermissionMatrix, PipelineFunnelWidget, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, RoleBadge, RunResourceButton, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StepConfigForm, StyledMarkdown, TabCountBadge, TabSection, TableSelectionToolbar, TaskCard, TaskScheduler, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, ZodFormRenderer, buildErrorReport, calculateProgress, crmManifest, deliveryManifest, formatStatusLabel, getEnrichmentColor, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, getStatusColor, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showAuthError, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useDeleteLists, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
6700
+ export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, AppErrorBoundaryProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CreateRoleModalProps, CrmOverviewProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FeatureUnavailableStateProps, FieldPath, FitViewButtonVariant, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, PermissionRow, ProjectsSidebarMiddleProps, ResourceHealthPanelProps, RichTextEditorProps, RunResourceButtonProps, RunResourceInputResolver, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StepConfigComponent, StepConfigFieldHint, StepConfigFormProps, StepConfigLayout, StepConfigSection, StyledMarkdownProps, TabSectionProps, TaskFilterStatus, TrendIndicatorProps, ZodFormRendererProps };