@elevasis/ui 2.31.0 → 2.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/dist/{CoreAuthKitInner-KSEGSB67.js → CoreAuthKitInner-QC62UHTZ.js} +1 -1
  2. package/dist/api/index.js +3 -3
  3. package/dist/app/index.css +38 -0
  4. package/dist/app/index.d.ts +69 -9
  5. package/dist/app/index.js +7 -6
  6. package/dist/auth/context.js +1 -1
  7. package/dist/auth/index.js +1 -1
  8. package/dist/charts/index.js +5 -6
  9. package/dist/{chunk-JKSUN5GN.js → chunk-2GMF5IRF.js} +81 -746
  10. package/dist/{chunk-XQHZBA65.js → chunk-2RJMVWFJ.js} +1 -6
  11. package/dist/{chunk-CW3UNAF2.js → chunk-4DYOXEH6.js} +410 -5
  12. package/dist/{chunk-HQGF4ATG.js → chunk-52NLZN6Z.js} +118 -141
  13. package/dist/chunk-AHCKOU2M.js +13 -0
  14. package/dist/chunk-CLDCYJQT.js +1 -0
  15. package/dist/chunk-DWXDNT7P.js +145 -0
  16. package/dist/chunk-E4T2N7P7.js +124 -0
  17. package/dist/{chunk-HYNYEBHM.js → chunk-E7C4XEWH.js} +3 -3
  18. package/dist/{chunk-L3BVJWML.js → chunk-EPTHX4VZ.js} +1 -1
  19. package/dist/{chunk-QDEETKYT.js → chunk-FFPHJBJC.js} +9 -9
  20. package/dist/chunk-GNRMB6DC.js +5126 -0
  21. package/dist/{chunk-DZTG5IAC.js → chunk-I2KLQ2HA.js} +1 -7
  22. package/dist/{chunk-Q6OYNEGR.js → chunk-IUKFNASA.js} +5 -6
  23. package/dist/{chunk-QHEWXU7I.js → chunk-JFL3GRD4.js} +1 -1
  24. package/dist/{chunk-T3IPHEYJ.js → chunk-JHT5JIJ3.js} +4410 -566
  25. package/dist/{chunk-L2NVFLXU.js → chunk-MHLZ4F4N.js} +4 -4
  26. package/dist/{chunk-XQQEKWTL.js → chunk-N55DVMAG.js} +6 -2
  27. package/dist/{chunk-TOIXUWR6.js → chunk-ND5TDV2J.js} +1 -1
  28. package/dist/{chunk-5LJAEZMA.js → chunk-NOIRGGW2.js} +5 -6
  29. package/dist/{chunk-7KC4P3AU.js → chunk-QNOVUCSV.js} +2 -12
  30. package/dist/{chunk-3BAPR3KA.js → chunk-RQA2EVN3.js} +5 -15
  31. package/dist/{chunk-ND42LPY4.js → chunk-TKF5S4XP.js} +6 -6
  32. package/dist/{chunk-DWK2QIAK.js → chunk-TYRUKGGD.js} +1 -1
  33. package/dist/{chunk-Y4FWCG7Y.js → chunk-UVFOURXR.js} +8 -7
  34. package/dist/chunk-UW7IV2Y3.js +447 -0
  35. package/dist/{chunk-P55BJZZW.js → chunk-V6SZ4ECN.js} +20 -5
  36. package/dist/{chunk-6YT4IKJ7.js → chunk-VNAZTCHA.js} +15 -0
  37. package/dist/chunk-XG57WXOL.js +85 -0
  38. package/dist/{chunk-SHQXMW4F.js → chunk-XOFSMJLF.js} +46 -28
  39. package/dist/{chunk-7HMCB26R.js → chunk-XZGSCABI.js} +1 -1
  40. package/dist/chunk-YAQ25UNM.js +2126 -0
  41. package/dist/chunk-ZGTDKH3P.js +467 -0
  42. package/dist/components/chat/index.js +1 -1
  43. package/dist/components/index.css +38 -0
  44. package/dist/components/index.d.ts +262 -51
  45. package/dist/components/index.js +37 -39
  46. package/dist/components/navigation/index.css +38 -0
  47. package/dist/components/navigation/index.js +5 -3
  48. package/dist/execution/index.d.ts +11 -2
  49. package/dist/execution/index.js +1 -1
  50. package/dist/features/auth/index.css +38 -0
  51. package/dist/features/auth/index.d.ts +91 -14
  52. package/dist/features/auth/index.js +42 -10
  53. package/dist/features/clients/index.css +38 -0
  54. package/dist/features/clients/index.d.ts +1 -1
  55. package/dist/features/clients/index.js +17 -15
  56. package/dist/features/crm/index.css +38 -0
  57. package/dist/features/crm/index.d.ts +80 -18
  58. package/dist/features/crm/index.js +17 -15
  59. package/dist/features/dashboard/index.css +38 -0
  60. package/dist/features/dashboard/index.d.ts +174 -25
  61. package/dist/features/dashboard/index.js +17 -16
  62. package/dist/features/delivery/index.css +38 -0
  63. package/dist/features/delivery/index.d.ts +80 -18
  64. package/dist/features/delivery/index.js +16 -15
  65. package/dist/features/knowledge/index.css +38 -0
  66. package/dist/features/knowledge/index.d.ts +20 -18
  67. package/dist/features/knowledge/index.js +114 -609
  68. package/dist/features/lead-gen/index.css +38 -0
  69. package/dist/features/lead-gen/index.d.ts +45 -43
  70. package/dist/features/lead-gen/index.js +17 -16
  71. package/dist/features/monitoring/index.css +38 -0
  72. package/dist/features/monitoring/index.d.ts +20 -18
  73. package/dist/features/monitoring/index.js +18 -17
  74. package/dist/features/monitoring/requests/index.css +38 -0
  75. package/dist/features/monitoring/requests/index.d.ts +23 -21
  76. package/dist/features/monitoring/requests/index.js +16 -14
  77. package/dist/features/operations/index.css +38 -0
  78. package/dist/features/operations/index.d.ts +1299 -66
  79. package/dist/features/operations/index.js +22 -24
  80. package/dist/features/seo/index.d.ts +20 -18
  81. package/dist/features/seo/index.js +2 -2
  82. package/dist/features/settings/index.css +38 -0
  83. package/dist/features/settings/index.d.ts +80 -18
  84. package/dist/features/settings/index.js +17 -15
  85. package/dist/graph/index.js +1 -1
  86. package/dist/hooks/delivery/index.css +38 -0
  87. package/dist/hooks/delivery/index.d.ts +60 -0
  88. package/dist/hooks/delivery/index.js +3 -3
  89. package/dist/hooks/index.css +38 -0
  90. package/dist/hooks/index.d.ts +492 -89
  91. package/dist/hooks/index.js +15 -13
  92. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +332 -33
  93. package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
  94. package/dist/hooks/published.css +38 -0
  95. package/dist/hooks/published.d.ts +492 -89
  96. package/dist/hooks/published.js +15 -13
  97. package/dist/index.css +38 -0
  98. package/dist/index.d.ts +1353 -1349
  99. package/dist/index.js +16 -14
  100. package/dist/initialization/index.d.ts +60 -0
  101. package/dist/initialization/index.js +1 -1
  102. package/dist/knowledge/index.d.ts +1217 -1292
  103. package/dist/knowledge/index.js +6538 -2198
  104. package/dist/knowledge-search-index-P7PR626V.js +1514 -0
  105. package/dist/layout/index.js +3 -4
  106. package/dist/organization/index.css +38 -0
  107. package/dist/organization/index.js +1 -1
  108. package/dist/profile/index.d.ts +60 -0
  109. package/dist/profile/index.js +1 -1
  110. package/dist/provider/ElevasisServiceContext.js +1 -1
  111. package/dist/provider/index.css +38 -0
  112. package/dist/provider/index.d.ts +1068 -1246
  113. package/dist/provider/index.js +12 -10
  114. package/dist/provider/published.css +38 -0
  115. package/dist/provider/published.d.ts +1065 -1243
  116. package/dist/provider/published.js +9 -7
  117. package/dist/router/context.js +1 -1
  118. package/dist/router/index.js +1 -1
  119. package/dist/sse/index.js +1 -1
  120. package/dist/supabase/index.d.ts +117 -0
  121. package/dist/supabase/index.js +1 -1
  122. package/dist/test-utils/index.d.ts +16 -9
  123. package/dist/test-utils/index.js +40 -33
  124. package/dist/test-utils/setup-integration.js +1 -1
  125. package/dist/test-utils/setup.js +1 -1
  126. package/dist/theme/index.js +3 -3
  127. package/dist/theme/presets/index.js +1 -1
  128. package/dist/typeform/index.js +1 -1
  129. package/dist/typeform/schemas.js +1 -1
  130. package/dist/types/index.d.ts +394 -35
  131. package/dist/utils/index.d.ts +174 -25
  132. package/dist/utils/index.js +2 -2
  133. package/dist/vite/index.js +1 -1
  134. package/dist/vite-plugin-knowledge/index.js +1 -1
  135. package/dist/zustand/index.js +1 -1
  136. package/package.json +10 -9
  137. package/src/README.md +29 -29
  138. package/src/api/README.md +18 -18
  139. package/src/app/README.md +24 -24
  140. package/src/auth/README.md +18 -18
  141. package/src/components/README.md +24 -24
  142. package/src/execution/README.md +16 -16
  143. package/src/features/README.md +28 -28
  144. package/src/graph/README.md +16 -16
  145. package/src/hooks/README.md +23 -23
  146. package/src/initialization/README.md +19 -19
  147. package/src/knowledge/README.md +31 -31
  148. package/src/organization/README.md +18 -18
  149. package/src/profile/README.md +19 -19
  150. package/src/provider/README.md +32 -32
  151. package/src/router/README.md +18 -18
  152. package/src/sse/README.md +13 -13
  153. package/src/test-utils/README.md +7 -7
  154. package/src/theme/README.md +23 -23
  155. package/src/theme/presets/README.md +19 -19
  156. package/src/types/README.md +16 -16
  157. package/src/utils/README.md +18 -18
  158. package/src/zustand/README.md +18 -18
  159. package/dist/chunk-542WPQU2.js +0 -413
  160. package/dist/chunk-6IXOKUBC.js +0 -347
  161. package/dist/chunk-CQZ3DNQY.js +0 -740
  162. package/dist/chunk-ECNNI3NT.js +0 -6
  163. package/dist/chunk-GRDLB6LM.js +0 -160
  164. package/dist/chunk-JDNEWB5F.js +0 -10
  165. package/dist/chunk-MVFCLZSK.js +0 -4337
  166. package/dist/chunk-O2QOPJI5.js +0 -2235
  167. package/dist/chunk-OAVTMITG.js +0 -13
  168. package/dist/chunk-TVRQ6AQI.js +0 -476
  169. package/dist/chunk-WF227UBV.js +0 -48
@@ -313,50 +313,200 @@ interface SerializedWorkflowDefinition {
313
313
  }
314
314
 
315
315
  declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
316
- active: "active";
317
316
  deprecated: "deprecated";
317
+ active: "active";
318
318
  archived: "archived";
319
319
  }>;
320
320
  declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
321
321
  id: z.ZodString;
322
- systemId: z.ZodString;
322
+ order: z.ZodDefault<z.ZodNumber>;
323
+ systemPath: z.ZodString;
323
324
  ownerRoleId: z.ZodOptional<z.ZodString>;
324
325
  status: z.ZodEnum<{
325
- active: "active";
326
326
  deprecated: "deprecated";
327
+ active: "active";
327
328
  archived: "archived";
328
329
  }>;
330
+ ontology: z.ZodOptional<z.ZodObject<{
331
+ implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
332
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
333
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
334
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
335
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
336
+ }, z.core.$strip>>;
337
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
338
+ path: z.ZodString;
339
+ role: z.ZodEnum<{
340
+ schema: "schema";
341
+ config: "config";
342
+ entrypoint: "entrypoint";
343
+ handler: "handler";
344
+ test: "test";
345
+ docs: "docs";
346
+ }>;
347
+ symbol: z.ZodOptional<z.ZodString>;
348
+ description: z.ZodOptional<z.ZodString>;
349
+ }, z.core.$strip>>>;
329
350
  kind: z.ZodLiteral<"workflow">;
330
- capabilityKey: z.ZodOptional<z.ZodString>;
351
+ actionKey: z.ZodOptional<z.ZodString>;
352
+ emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
353
+ eventKey: z.ZodString;
354
+ label: z.ZodString;
355
+ payloadSchema: z.ZodOptional<z.ZodString>;
356
+ lifecycle: z.ZodOptional<z.ZodEnum<{
357
+ deprecated: "deprecated";
358
+ draft: "draft";
359
+ beta: "beta";
360
+ active: "active";
361
+ archived: "archived";
362
+ }>>;
363
+ }, z.core.$strip>>>;
331
364
  }, z.core.$strip>, z.ZodObject<{
332
365
  id: z.ZodString;
333
- systemId: z.ZodString;
366
+ order: z.ZodDefault<z.ZodNumber>;
367
+ systemPath: z.ZodString;
334
368
  ownerRoleId: z.ZodOptional<z.ZodString>;
335
369
  status: z.ZodEnum<{
336
- active: "active";
337
370
  deprecated: "deprecated";
371
+ active: "active";
338
372
  archived: "archived";
339
373
  }>;
374
+ ontology: z.ZodOptional<z.ZodObject<{
375
+ implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
376
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
377
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
378
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
379
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
380
+ }, z.core.$strip>>;
381
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
382
+ path: z.ZodString;
383
+ role: z.ZodEnum<{
384
+ schema: "schema";
385
+ config: "config";
386
+ entrypoint: "entrypoint";
387
+ handler: "handler";
388
+ test: "test";
389
+ docs: "docs";
390
+ }>;
391
+ symbol: z.ZodOptional<z.ZodString>;
392
+ description: z.ZodOptional<z.ZodString>;
393
+ }, z.core.$strip>>>;
340
394
  kind: z.ZodLiteral<"agent">;
341
395
  agentKind: z.ZodEnum<{
396
+ platform: "platform";
342
397
  orchestrator: "orchestrator";
343
398
  specialist: "specialist";
344
399
  utility: "utility";
345
- system: "system";
346
400
  }>;
347
401
  actsAsRoleId: z.ZodOptional<z.ZodString>;
348
402
  sessionCapable: z.ZodBoolean;
403
+ invocations: z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
404
+ kind: z.ZodLiteral<"slash-command">;
405
+ command: z.ZodString;
406
+ toolFactory: z.ZodOptional<z.ZodString>;
407
+ }, z.core.$strip>, z.ZodObject<{
408
+ kind: z.ZodLiteral<"mcp-tool">;
409
+ server: z.ZodString;
410
+ name: z.ZodString;
411
+ }, z.core.$strip>, z.ZodObject<{
412
+ kind: z.ZodLiteral<"api-endpoint">;
413
+ method: z.ZodEnum<{
414
+ GET: "GET";
415
+ POST: "POST";
416
+ PATCH: "PATCH";
417
+ DELETE: "DELETE";
418
+ }>;
419
+ path: z.ZodString;
420
+ requestSchema: z.ZodOptional<z.ZodString>;
421
+ responseSchema: z.ZodOptional<z.ZodString>;
422
+ }, z.core.$strip>, z.ZodObject<{
423
+ kind: z.ZodLiteral<"script-execution">;
424
+ resourceId: z.ZodString;
425
+ }, z.core.$strip>], "kind">>>;
426
+ emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
427
+ eventKey: z.ZodString;
428
+ label: z.ZodString;
429
+ payloadSchema: z.ZodOptional<z.ZodString>;
430
+ lifecycle: z.ZodOptional<z.ZodEnum<{
431
+ deprecated: "deprecated";
432
+ draft: "draft";
433
+ beta: "beta";
434
+ active: "active";
435
+ archived: "archived";
436
+ }>>;
437
+ }, z.core.$strip>>>;
349
438
  }, z.core.$strip>, z.ZodObject<{
350
439
  id: z.ZodString;
351
- systemId: z.ZodString;
440
+ order: z.ZodDefault<z.ZodNumber>;
441
+ systemPath: z.ZodString;
352
442
  ownerRoleId: z.ZodOptional<z.ZodString>;
353
443
  status: z.ZodEnum<{
354
- active: "active";
355
444
  deprecated: "deprecated";
445
+ active: "active";
356
446
  archived: "archived";
357
447
  }>;
448
+ ontology: z.ZodOptional<z.ZodObject<{
449
+ implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
450
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
451
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
452
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
453
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
454
+ }, z.core.$strip>>;
455
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
456
+ path: z.ZodString;
457
+ role: z.ZodEnum<{
458
+ schema: "schema";
459
+ config: "config";
460
+ entrypoint: "entrypoint";
461
+ handler: "handler";
462
+ test: "test";
463
+ docs: "docs";
464
+ }>;
465
+ symbol: z.ZodOptional<z.ZodString>;
466
+ description: z.ZodOptional<z.ZodString>;
467
+ }, z.core.$strip>>>;
358
468
  kind: z.ZodLiteral<"integration">;
359
469
  provider: z.ZodString;
470
+ }, z.core.$strip>, z.ZodObject<{
471
+ id: z.ZodString;
472
+ order: z.ZodDefault<z.ZodNumber>;
473
+ systemPath: z.ZodString;
474
+ ownerRoleId: z.ZodOptional<z.ZodString>;
475
+ status: z.ZodEnum<{
476
+ deprecated: "deprecated";
477
+ active: "active";
478
+ archived: "archived";
479
+ }>;
480
+ ontology: z.ZodOptional<z.ZodObject<{
481
+ implements: z.ZodOptional<z.ZodArray<z.ZodString>>;
482
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
483
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
484
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
485
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
486
+ }, z.core.$strip>>;
487
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
488
+ path: z.ZodString;
489
+ role: z.ZodEnum<{
490
+ schema: "schema";
491
+ config: "config";
492
+ entrypoint: "entrypoint";
493
+ handler: "handler";
494
+ test: "test";
495
+ docs: "docs";
496
+ }>;
497
+ symbol: z.ZodOptional<z.ZodString>;
498
+ description: z.ZodOptional<z.ZodString>;
499
+ }, z.core.$strip>>>;
500
+ kind: z.ZodLiteral<"script">;
501
+ language: z.ZodEnum<{
502
+ shell: "shell";
503
+ sql: "sql";
504
+ typescript: "typescript";
505
+ python: "python";
506
+ }>;
507
+ source: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
508
+ file: z.ZodString;
509
+ }, z.core.$strip>]>;
360
510
  }, z.core.$strip>], "kind">;
361
511
  type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
362
512
  type ResourceEntry = z.infer<typeof ResourceEntrySchema>;
@@ -3217,6 +3367,66 @@ type Database = {
3217
3367
  }
3218
3368
  ];
3219
3369
  };
3370
+ user_notes: {
3371
+ Row: {
3372
+ content: string;
3373
+ created_at: string;
3374
+ created_by: string;
3375
+ id: string;
3376
+ metadata: Json;
3377
+ organization_id: string | null;
3378
+ pinned: boolean;
3379
+ priority: string;
3380
+ source: string | null;
3381
+ title: string | null;
3382
+ updated_at: string;
3383
+ user_id: string;
3384
+ };
3385
+ Insert: {
3386
+ content: string;
3387
+ created_at?: string;
3388
+ created_by?: string;
3389
+ id?: string;
3390
+ metadata?: Json;
3391
+ organization_id?: string | null;
3392
+ pinned?: boolean;
3393
+ priority?: string;
3394
+ source?: string | null;
3395
+ title?: string | null;
3396
+ updated_at?: string;
3397
+ user_id: string;
3398
+ };
3399
+ Update: {
3400
+ content?: string;
3401
+ created_at?: string;
3402
+ created_by?: string;
3403
+ id?: string;
3404
+ metadata?: Json;
3405
+ organization_id?: string | null;
3406
+ pinned?: boolean;
3407
+ priority?: string;
3408
+ source?: string | null;
3409
+ title?: string | null;
3410
+ updated_at?: string;
3411
+ user_id?: string;
3412
+ };
3413
+ Relationships: [
3414
+ {
3415
+ foreignKeyName: "user_notes_organization_id_fkey";
3416
+ columns: ["organization_id"];
3417
+ isOneToOne: false;
3418
+ referencedRelation: "organizations";
3419
+ referencedColumns: ["id"];
3420
+ },
3421
+ {
3422
+ foreignKeyName: "user_notes_user_id_fkey";
3423
+ columns: ["user_id"];
3424
+ isOneToOne: false;
3425
+ referencedRelation: "users";
3426
+ referencedColumns: ["id"];
3427
+ }
3428
+ ];
3429
+ };
3220
3430
  users: {
3221
3431
  Row: {
3222
3432
  config: Json;
@@ -3618,9 +3828,9 @@ type DealDetailResponse = z.infer<typeof DealDetailResponseSchema>;
3618
3828
  * from migration 20260428000003_lead_gen_acq_lists_status_and_config.sql).
3619
3829
  */
3620
3830
  declare const ListStatusSchema: z.ZodEnum<{
3621
- closing: "closing";
3622
- archived: "archived";
3623
3831
  draft: "draft";
3832
+ archived: "archived";
3833
+ closing: "closing";
3624
3834
  enriching: "enriching";
3625
3835
  launched: "launched";
3626
3836
  }>;
@@ -3745,9 +3955,9 @@ declare const AcqContactResponseSchema: z.ZodObject<{
3745
3955
  updatedAt: z.ZodString;
3746
3956
  }, z.core.$strip>;
3747
3957
  declare const AcqArtifactOwnerKindSchema: z.ZodEnum<{
3958
+ list: "list";
3748
3959
  company: "company";
3749
3960
  contact: "contact";
3750
- list: "list";
3751
3961
  deal: "deal";
3752
3962
  list_member: "list_member";
3753
3963
  }>;
@@ -4197,6 +4407,100 @@ interface Action {
4197
4407
  payloadSchema?: z.ZodTypeAny;
4198
4408
  }
4199
4409
 
4410
+ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4411
+ objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4412
+ id: z.ZodString;
4413
+ label: z.ZodOptional<z.ZodString>;
4414
+ description: z.ZodOptional<z.ZodString>;
4415
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4416
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4417
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4418
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4419
+ }, z.core.$loose>>>>;
4420
+ linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4421
+ id: z.ZodString;
4422
+ label: z.ZodOptional<z.ZodString>;
4423
+ description: z.ZodOptional<z.ZodString>;
4424
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4425
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4426
+ from: z.ZodString;
4427
+ to: z.ZodString;
4428
+ cardinality: z.ZodOptional<z.ZodString>;
4429
+ via: z.ZodOptional<z.ZodString>;
4430
+ }, z.core.$loose>>>>;
4431
+ actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4432
+ id: z.ZodString;
4433
+ label: z.ZodOptional<z.ZodString>;
4434
+ description: z.ZodOptional<z.ZodString>;
4435
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4436
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4437
+ actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4438
+ input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4439
+ effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
4440
+ }, z.core.$loose>>>>;
4441
+ catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4442
+ id: z.ZodString;
4443
+ label: z.ZodOptional<z.ZodString>;
4444
+ description: z.ZodOptional<z.ZodString>;
4445
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4446
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4447
+ kind: z.ZodOptional<z.ZodString>;
4448
+ appliesTo: z.ZodOptional<z.ZodString>;
4449
+ entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4450
+ }, z.core.$loose>>>>;
4451
+ eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4452
+ id: z.ZodString;
4453
+ label: z.ZodOptional<z.ZodString>;
4454
+ description: z.ZodOptional<z.ZodString>;
4455
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4456
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4457
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4458
+ }, z.core.$loose>>>>;
4459
+ interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4460
+ id: z.ZodString;
4461
+ label: z.ZodOptional<z.ZodString>;
4462
+ description: z.ZodOptional<z.ZodString>;
4463
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4464
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4465
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4466
+ }, z.core.$loose>>>>;
4467
+ valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4468
+ id: z.ZodString;
4469
+ label: z.ZodOptional<z.ZodString>;
4470
+ description: z.ZodOptional<z.ZodString>;
4471
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4472
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4473
+ primitive: z.ZodOptional<z.ZodString>;
4474
+ }, z.core.$loose>>>>;
4475
+ sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4476
+ id: z.ZodString;
4477
+ label: z.ZodOptional<z.ZodString>;
4478
+ description: z.ZodOptional<z.ZodString>;
4479
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4480
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4481
+ valueType: z.ZodOptional<z.ZodString>;
4482
+ searchable: z.ZodOptional<z.ZodBoolean>;
4483
+ pii: z.ZodOptional<z.ZodBoolean>;
4484
+ }, z.core.$loose>>>>;
4485
+ groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4486
+ id: z.ZodString;
4487
+ label: z.ZodOptional<z.ZodString>;
4488
+ description: z.ZodOptional<z.ZodString>;
4489
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4490
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4491
+ members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4492
+ }, z.core.$loose>>>>;
4493
+ surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4494
+ id: z.ZodString;
4495
+ label: z.ZodOptional<z.ZodString>;
4496
+ description: z.ZodOptional<z.ZodString>;
4497
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4498
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4499
+ route: z.ZodOptional<z.ZodString>;
4500
+ }, z.core.$loose>>>>;
4501
+ }, z.core.$strip>>;
4502
+ type OntologyScope = z.infer<typeof OntologyScopeSchema>;
4503
+
4200
4504
  type MessageType = MessageEvent['type'];
4201
4505
  /**
4202
4506
  * Session Data Transfer Object (DTO)
@@ -4709,26 +5013,72 @@ type AIResourceDefinition = SerializedWorkflowDefinition | SerializedAgentDefini
4709
5013
  */
4710
5014
  type IntegrationType = 'gmail' | 'google-sheets' | 'slack' | 'github' | 'linear' | 'attio' | 'airtable' | 'salesforce' | 'hubspot' | 'stripe' | 'twilio' | 'sendgrid' | 'mailgun' | 'zapier' | 'webhook' | 'apify' | 'instantly' | 'resend' | 'signature-api' | 'dropbox' | 'anymailfinder' | 'tomba' | 'millionverifier';
4711
5015
 
4712
- declare const SystemEntrySchema: z.ZodObject<{
4713
- id: z.ZodString;
4714
- title: z.ZodString;
4715
- description: z.ZodString;
4716
- kind: z.ZodEnum<{
4717
- platform: "platform";
4718
- product: "product";
4719
- operational: "operational";
4720
- diagnostic: "diagnostic";
4721
- }>;
4722
- responsibleRoleId: z.ZodOptional<z.ZodString>;
4723
- governedByKnowledge: z.ZodDefault<z.ZodArray<z.ZodString>>;
4724
- drivesGoals: z.ZodDefault<z.ZodArray<z.ZodString>>;
4725
- status: z.ZodEnum<{
4726
- active: "active";
4727
- deprecated: "deprecated";
4728
- archived: "archived";
4729
- }>;
5016
+ /**
5017
+ * Placeholder discriminated union for ContentNode (Wave 1A).
5018
+ * Wave 2A wires concrete (kind, type) pairs via the registry.
5019
+ *
5020
+ * Per D2: unregistered (kind, type) pairs are allowed and pass through validation.
5021
+ * Per L14: every node carries BOTH `kind` and `type`.
5022
+ */
5023
+ declare const ContentNodeSchema: z.ZodObject<{
5024
+ label: z.ZodString;
5025
+ description: z.ZodOptional<z.ZodString>;
5026
+ order: z.ZodOptional<z.ZodNumber>;
5027
+ parentContentId: z.ZodOptional<z.ZodString>;
5028
+ kind: z.ZodString;
5029
+ type: z.ZodString;
5030
+ data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4730
5031
  }, z.core.$strip>;
4731
- type SystemEntry = z.infer<typeof SystemEntrySchema>;
5032
+ type ContentNode = z.infer<typeof ContentNodeSchema>;
5033
+
5034
+ type JsonPrimitive = string | number | boolean | null;
5035
+ type JsonValue = JsonPrimitive | JsonValue[] | {
5036
+ [key: string]: JsonValue;
5037
+ };
5038
+ /** Explicit interface needed to annotate the recursive SystemEntrySchema. */
5039
+ interface SystemEntry {
5040
+ id: string;
5041
+ label?: string;
5042
+ title?: string;
5043
+ description?: string;
5044
+ kind?: 'product' | 'operational' | 'platform' | 'diagnostic';
5045
+ parentSystemId?: string;
5046
+ ui?: {
5047
+ path: string;
5048
+ surfaces: string[];
5049
+ icon?: string;
5050
+ order?: number;
5051
+ };
5052
+ lifecycle?: 'draft' | 'beta' | 'active' | 'deprecated' | 'archived';
5053
+ responsibleRoleId?: string;
5054
+ governedByKnowledge?: string[];
5055
+ actions?: {
5056
+ actionId: string;
5057
+ intent: 'exposes' | 'consumes';
5058
+ invocation?: unknown;
5059
+ }[];
5060
+ policies?: string[];
5061
+ drivesGoals?: string[];
5062
+ /** @deprecated Use lifecycle. Accepted for one publish cycle. */
5063
+ status?: 'active' | 'deprecated' | 'archived';
5064
+ path?: string;
5065
+ icon?: string;
5066
+ color?: string;
5067
+ uiPosition?: 'sidebar-primary' | 'sidebar-bottom';
5068
+ enabled?: boolean;
5069
+ devOnly?: boolean;
5070
+ requiresAdmin?: boolean;
5071
+ order: number;
5072
+ config?: Record<string, JsonValue>;
5073
+ ontology?: OntologyScope;
5074
+ systems?: Record<string, SystemEntry>;
5075
+ /**
5076
+ * @deprecated Compatibility-only bridge for old tenant data and migration readers.
5077
+ * Author new semantic catalogs in `ontology` and local settings in `config`.
5078
+ */
5079
+ content?: Record<string, ContentNode>;
5080
+ subsystems?: Record<string, SystemEntry>;
5081
+ }
4732
5082
 
4733
5083
  /**
4734
5084
  * Resource Registry type definitions
@@ -4743,7 +5093,7 @@ type ResourceStatus = 'dev' | 'prod';
4743
5093
  * Used as the discriminator field in ResourceDefinition
4744
5094
  */
4745
5095
  type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
4746
- type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'status'>;
5096
+ type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'lifecycle'>;
4747
5097
  /**
4748
5098
  * Base interface for ALL platform resources
4749
5099
  * Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
@@ -4769,8 +5119,8 @@ interface ResourceDefinition {
4769
5119
  sessionCapable?: boolean;
4770
5120
  /** Whether the resource is local (monorepo) or remote (externally deployed) */
4771
5121
  origin?: 'local' | 'remote';
4772
- /** OM System membership, when backed by a Resource descriptor */
4773
- systemId?: string;
5122
+ /** OM System membership — dot-separated system path (e.g. "sys.lead-gen"), when backed by a Resource descriptor */
5123
+ systemPath?: string;
4774
5124
  /** Display metadata for the owning OM System */
4775
5125
  system?: ResourceSystemSummary;
4776
5126
  /** Governance lifecycle status from the OM Resource descriptor */
@@ -5060,13 +5410,22 @@ interface CommandViewData {
5060
5410
  declare const LinkSchema: z.ZodObject<{
5061
5411
  nodeId: z.ZodString;
5062
5412
  kind: z.ZodEnum<{
5413
+ links: "links";
5414
+ affects: "affects";
5415
+ effects: "effects";
5416
+ implements: "implements";
5417
+ reads: "reads";
5418
+ writes: "writes";
5419
+ emits: "emits";
5063
5420
  contains: "contains";
5064
5421
  references: "references";
5065
- exposes: "exposes";
5066
5422
  maps_to: "maps_to";
5067
- "operates-on": "operates-on";
5068
5423
  uses: "uses";
5069
5424
  governs: "governs";
5425
+ originates_from: "originates_from";
5426
+ triggers: "triggers";
5427
+ applies_to: "applies_to";
5428
+ uses_catalog: "uses_catalog";
5070
5429
  }>;
5071
5430
  }, z.core.$strip>;
5072
5431
  type Link = z.infer<typeof LinkSchema>;
@@ -5297,9 +5656,9 @@ declare const ExecutionHistoryItemSchema: z.ZodObject<{
5297
5656
  createdAt: z.ZodString;
5298
5657
  status: z.ZodEnum<{
5299
5658
  completed: "completed";
5300
- cancelled: "cancelled";
5301
5659
  failed: "failed";
5302
5660
  running: "running";
5661
+ cancelled: "cancelled";
5303
5662
  }>;
5304
5663
  step: z.ZodNullable<z.ZodNumber>;
5305
5664
  itemLabel: z.ZodNullable<z.ZodString>;
@@ -5316,9 +5675,9 @@ declare const ExecutionHistoryResponseSchema: z.ZodObject<{
5316
5675
  createdAt: z.ZodString;
5317
5676
  status: z.ZodEnum<{
5318
5677
  completed: "completed";
5319
- cancelled: "cancelled";
5320
5678
  failed: "failed";
5321
5679
  running: "running";
5680
+ cancelled: "cancelled";
5322
5681
  }>;
5323
5682
  step: z.ZodNullable<z.ZodNumber>;
5324
5683
  itemLabel: z.ZodNullable<z.ZodString>;
@@ -5355,8 +5714,8 @@ interface Deployment {
5355
5714
 
5356
5715
  declare const ClientStatusSchema: z.ZodEnum<{
5357
5716
  active: "active";
5358
- paused: "paused";
5359
5717
  completed: "completed";
5718
+ paused: "paused";
5360
5719
  onboarding: "onboarding";
5361
5720
  churned: "churned";
5362
5721
  }>;
@@ -5366,8 +5725,8 @@ declare const ClientResponseSchema: z.ZodObject<{
5366
5725
  name: z.ZodString;
5367
5726
  status: z.ZodEnum<{
5368
5727
  active: "active";
5369
- paused: "paused";
5370
5728
  completed: "completed";
5729
+ paused: "paused";
5371
5730
  onboarding: "onboarding";
5372
5731
  churned: "churned";
5373
5732
  }>;
@@ -5385,8 +5744,8 @@ declare const ClientDetailResponseSchema: z.ZodObject<{
5385
5744
  name: z.ZodString;
5386
5745
  status: z.ZodEnum<{
5387
5746
  active: "active";
5388
- paused: "paused";
5389
5747
  completed: "completed";
5748
+ paused: "paused";
5390
5749
  onboarding: "onboarding";
5391
5750
  churned: "churned";
5392
5751
  }>;
@@ -5433,8 +5792,8 @@ declare const ClientStatusResponseSchema: z.ZodObject<{
5433
5792
  totalClients: z.ZodNumber;
5434
5793
  byStatus: z.ZodRecord<z.ZodEnum<{
5435
5794
  active: "active";
5436
- paused: "paused";
5437
5795
  completed: "completed";
5796
+ paused: "paused";
5438
5797
  onboarding: "onboarding";
5439
5798
  churned: "churned";
5440
5799
  }>, z.ZodNumber>;
@@ -5447,8 +5806,8 @@ declare const CreateClientRequestSchema: z.ZodObject<{
5447
5806
  name: z.ZodString;
5448
5807
  status: z.ZodOptional<z.ZodEnum<{
5449
5808
  active: "active";
5450
- paused: "paused";
5451
5809
  completed: "completed";
5810
+ paused: "paused";
5452
5811
  onboarding: "onboarding";
5453
5812
  churned: "churned";
5454
5813
  }>>;
@@ -5461,8 +5820,8 @@ declare const UpdateClientRequestSchema: z.ZodObject<{
5461
5820
  name: z.ZodOptional<z.ZodString>;
5462
5821
  status: z.ZodOptional<z.ZodEnum<{
5463
5822
  active: "active";
5464
- paused: "paused";
5465
5823
  completed: "completed";
5824
+ paused: "paused";
5466
5825
  onboarding: "onboarding";
5467
5826
  churned: "churned";
5468
5827
  }>>;
@@ -5899,7 +6258,7 @@ declare function useGetExecutionHistory(scheduleId: string | undefined, options?
5899
6258
  executions: {
5900
6259
  id: string;
5901
6260
  createdAt: string;
5902
- status: "completed" | "cancelled" | "failed" | "running";
6261
+ status: "completed" | "failed" | "running" | "cancelled";
5903
6262
  step: number | null;
5904
6263
  itemLabel: string | null;
5905
6264
  duration: number | null;
@@ -6214,6 +6573,7 @@ declare const observabilityKeys: {
6214
6573
  dashboardMetrics: (organizationId: string | null, timeRange: string) => readonly ["observability", "dashboard-metrics", string | null, string];
6215
6574
  businessImpact: (organizationId: string | null, timeRange: string) => readonly ["observability", "business-impact", string | null, string];
6216
6575
  resourcesHealth: (organizationId: string | null, resources: string, startDate: string, endDate: string, granularity: string) => readonly ["observability", "resources-health", string | null, string, string, string, string];
6576
+ systemHealth: (organizationId: string | null, systemPath: string, timeRange: string, includeDescendants: boolean, descendantMode: string, resourceSet: string, startDate: string, endDate: string, directResources: readonly unknown[], descendantResources: readonly unknown[]) => readonly ["observability", "system-health", string | null, string, string, boolean, string, string, string, string, readonly unknown[], readonly unknown[]];
6217
6577
  unresolvedErrors: (organizationId: string | null, startDate: string, endDate: string) => readonly ["observability", "unresolved-errors", string | null, string, string];
6218
6578
  recentExecutionsByResource: (organizationId: string | null, timeRange: string, limit: number | undefined) => readonly ["observability", "recent-executions-by-resource", string | null, string, number | undefined];
6219
6579
  };
@@ -6322,6 +6682,52 @@ declare function useBatchedResourcesHealth(params: UseBatchedResourcesHealthPara
6322
6682
  healthLookup: Map<string, ResourceHealth>;
6323
6683
  };
6324
6684
 
6685
+ interface SystemHealthExecutionSummary {
6686
+ successRate: number;
6687
+ p95Duration: number;
6688
+ totalExecutions: number;
6689
+ statusCounts: {
6690
+ success: number;
6691
+ failed: number;
6692
+ pending: number;
6693
+ warning: number;
6694
+ };
6695
+ trendData: Array<{
6696
+ time: string;
6697
+ rate: number;
6698
+ successCount: number;
6699
+ errorCount: number;
6700
+ warningCount: number;
6701
+ executionCount: number;
6702
+ }>;
6703
+ peakPeriod: string;
6704
+ granularity: 'hour' | 'day';
6705
+ }
6706
+ interface SystemHealthResponse {
6707
+ systemPath: string;
6708
+ includeDescendants: boolean;
6709
+ resourceCounts: {
6710
+ total: number;
6711
+ direct: number;
6712
+ descendant: number;
6713
+ executable: number;
6714
+ passiveIntegrations: number;
6715
+ };
6716
+ executionHealth: SystemHealthExecutionSummary;
6717
+ breakdown: {
6718
+ direct: SystemHealthExecutionSummary;
6719
+ descendants: SystemHealthExecutionSummary;
6720
+ };
6721
+ }
6722
+ interface UseSystemHealthParams {
6723
+ systemPath: string;
6724
+ timeRange: TimeRange;
6725
+ includeDescendants?: boolean;
6726
+ directResources: ResourceEntry[];
6727
+ descendantResources: ResourceEntry[];
6728
+ }
6729
+ declare function useSystemHealth({ systemPath, timeRange, includeDescendants, directResources, descendantResources }: UseSystemHealthParams): _tanstack_react_query.UseQueryResult<SystemHealthResponse, Error>;
6730
+
6325
6731
  interface UseUnresolvedErrorsParams {
6326
6732
  startDate: string;
6327
6733
  endDate: string;
@@ -6864,9 +7270,9 @@ declare function usePatchTask(): _tanstack_react_query.UseMutationResult<Task, E
6864
7270
  * reported_requests -> RequestSchemas
6865
7271
  */
6866
7272
  declare const RequestSeverityEnum: z.ZodEnum<{
6867
- critical: "critical";
6868
7273
  warning: "warning";
6869
7274
  info: "info";
7275
+ critical: "critical";
6870
7276
  }>;
6871
7277
  declare const RequestStatusEnum: z.ZodEnum<{
6872
7278
  open: "open";
@@ -6877,14 +7283,14 @@ declare const RequestStatusEnum: z.ZodEnum<{
6877
7283
  declare const RequestSourceEnum: z.ZodEnum<{
6878
7284
  agent: "agent";
6879
7285
  api: "api";
6880
- external: "external";
6881
7286
  user: "user";
7287
+ external: "external";
6882
7288
  webhook: "webhook";
6883
7289
  cli: "cli";
6884
7290
  }>;
6885
7291
  declare const RequestTypeEnum: z.ZodEnum<{
6886
- feature: "feature";
6887
7292
  other: "other";
7293
+ feature: "feature";
6888
7294
  bug: "bug";
6889
7295
  question: "question";
6890
7296
  }>;
@@ -7002,7 +7408,7 @@ declare function useClients(filters?: ClientsListFilters): _tanstack_react_query
7002
7408
  id: string;
7003
7409
  organizationId: string;
7004
7410
  name: string;
7005
- status: "active" | "paused" | "completed" | "onboarding" | "churned";
7411
+ status: "active" | "completed" | "paused" | "onboarding" | "churned";
7006
7412
  sourceDealId: string | null;
7007
7413
  primaryCompanyId: string | null;
7008
7414
  primaryContactId: string | null;
@@ -7018,7 +7424,7 @@ declare function useClients(filters?: ClientsListFilters): _tanstack_react_query
7018
7424
 
7019
7425
  declare function useClientStatus(): _tanstack_react_query.UseQueryResult<{
7020
7426
  totalClients: number;
7021
- byStatus: Record<"active" | "paused" | "completed" | "onboarding" | "churned", number>;
7427
+ byStatus: Record<"active" | "completed" | "paused" | "onboarding" | "churned", number>;
7022
7428
  linkedDeals: number;
7023
7429
  linkedProjects: number;
7024
7430
  linkedCompanies: number;
@@ -7029,7 +7435,7 @@ declare function useClient(clientId: string | undefined): _tanstack_react_query.
7029
7435
  id: string;
7030
7436
  organizationId: string;
7031
7437
  name: string;
7032
- status: "active" | "paused" | "completed" | "onboarding" | "churned";
7438
+ status: "active" | "completed" | "paused" | "onboarding" | "churned";
7033
7439
  sourceDealId: string | null;
7034
7440
  primaryCompanyId: string | null;
7035
7441
  primaryContactId: string | null;
@@ -7074,7 +7480,7 @@ declare function useCreateClient(): _tanstack_react_query.UseMutationResult<{
7074
7480
  id: string;
7075
7481
  organizationId: string;
7076
7482
  name: string;
7077
- status: "active" | "paused" | "completed" | "onboarding" | "churned";
7483
+ status: "active" | "completed" | "paused" | "onboarding" | "churned";
7078
7484
  sourceDealId: string | null;
7079
7485
  primaryCompanyId: string | null;
7080
7486
  primaryContactId: string | null;
@@ -7084,7 +7490,7 @@ declare function useCreateClient(): _tanstack_react_query.UseMutationResult<{
7084
7490
  updatedAt: string;
7085
7491
  }, Error, {
7086
7492
  name: string;
7087
- status?: "active" | "paused" | "completed" | "onboarding" | "churned" | undefined;
7493
+ status?: "active" | "completed" | "paused" | "onboarding" | "churned" | undefined;
7088
7494
  sourceDealId?: string | null | undefined;
7089
7495
  primaryCompanyId?: string | null | undefined;
7090
7496
  primaryContactId?: string | null | undefined;
@@ -7099,7 +7505,7 @@ declare function useUpdateClient(): _tanstack_react_query.UseMutationResult<{
7099
7505
  id: string;
7100
7506
  organizationId: string;
7101
7507
  name: string;
7102
- status: "active" | "paused" | "completed" | "onboarding" | "churned";
7508
+ status: "active" | "completed" | "paused" | "onboarding" | "churned";
7103
7509
  sourceDealId: string | null;
7104
7510
  primaryCompanyId: string | null;
7105
7511
  primaryContactId: string | null;
@@ -7216,7 +7622,7 @@ interface UseCommandViewStatsOptions {
7216
7622
  */
7217
7623
  declare function useCommandViewStats(timeRange?: StatsTimeRange, options?: UseCommandViewStatsOptions): _tanstack_react_query.UseQueryResult<CommandViewStatsResponse, Error>;
7218
7624
 
7219
- type CommandViewVisualizationMode = 'cluster' | 'swimlane' | 'focus' | 'network' | 'force' | 'explore';
7625
+ type CommandViewVisualizationMode = 'explore';
7220
7626
 
7221
7627
  type StatusFilter$1 = ResourceStatus | 'all';
7222
7628
 
@@ -7275,7 +7681,7 @@ interface CommandViewStore {
7275
7681
  }
7276
7682
  /**
7277
7683
  * Shared store for Command View filter/settings state.
7278
- * Allows CommandViewPage (graph) and CommandViewSidebarContent (sidebar) to share state.
7684
+ * Allows CommandViewPage to share Command View filter/settings state.
7279
7685
  *
7280
7686
  * Persisted to localStorage: showIntegrations, fitViewOnFilter, visualizationMode,
7281
7687
  * lastUsedVisualizationMode, resource/diagnostic visibility preferences.
@@ -7283,10 +7689,7 @@ interface CommandViewStore {
7283
7689
  *
7284
7690
  * Default-mode logic:
7285
7691
  * - New sessions (no localStorage entry): visualizationMode initializes to 'explore'.
7286
- * - Returning sessions: persist middleware merges stored visualizationMode over the initial value,
7287
- * so the user lands on whatever mode they last used. lastUsedVisualizationMode provides an
7288
- * explicit observable for this preference (Wave 5 test assertions).
7289
- * - VALID_VISUALIZATION_MODES guards against stale localStorage values from old mode names.
7692
+ * - Returning sessions: persisted legacy visualization modes normalize to 'explore'.
7290
7693
  */
7291
7694
  declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<CommandViewStore>, "setState" | "persist"> & {
7292
7695
  setState(partial: CommandViewStore | Partial<CommandViewStore> | ((state: CommandViewStore) => CommandViewStore | Partial<CommandViewStore>), replace?: false | undefined): unknown;
@@ -7295,8 +7698,8 @@ declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<C
7295
7698
  setOptions: (options: Partial<zustand_middleware.PersistOptions<CommandViewStore, {
7296
7699
  showIntegrations: boolean;
7297
7700
  fitViewOnFilter: boolean;
7298
- visualizationMode: CommandViewVisualizationMode;
7299
- lastUsedVisualizationMode: CommandViewVisualizationMode | null;
7701
+ visualizationMode: "explore";
7702
+ lastUsedVisualizationMode: "explore" | null;
7300
7703
  resourcesHidden: boolean;
7301
7704
  diagnosticsHidden: boolean;
7302
7705
  lastOpenBottomTab: string | null;
@@ -7310,8 +7713,8 @@ declare const useCommandViewStore: zustand.UseBoundStore<Omit<zustand.StoreApi<C
7310
7713
  getOptions: () => Partial<zustand_middleware.PersistOptions<CommandViewStore, {
7311
7714
  showIntegrations: boolean;
7312
7715
  fitViewOnFilter: boolean;
7313
- visualizationMode: CommandViewVisualizationMode;
7314
- lastUsedVisualizationMode: CommandViewVisualizationMode | null;
7716
+ visualizationMode: "explore";
7717
+ lastUsedVisualizationMode: "explore" | null;
7315
7718
  resourcesHidden: boolean;
7316
7719
  diagnosticsHidden: boolean;
7317
7720
  lastOpenBottomTab: string | null;
@@ -7769,7 +8172,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
7769
8172
  description: string | null;
7770
8173
  batchIds: string[];
7771
8174
  instantlyCampaignId: string | null;
7772
- status: "closing" | "archived" | "draft" | "enriching" | "launched";
8175
+ status: "draft" | "archived" | "closing" | "enriching" | "launched";
7773
8176
  metadata: {
7774
8177
  [x: string]: unknown;
7775
8178
  buildPlanSnapshot?: {
@@ -7782,7 +8185,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
7782
8185
  outputs: ("company" | "contact" | "export")[];
7783
8186
  stageKey: string;
7784
8187
  dependencyMode: "per-record-eligibility";
7785
- capabilityKey: string;
8188
+ actionKey: string;
7786
8189
  defaultBatchSize: number;
7787
8190
  maxBatchSize: number;
7788
8191
  description?: string | undefined;
@@ -7796,7 +8199,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
7796
8199
  label: string;
7797
8200
  path: string;
7798
8201
  width?: string | number | undefined;
7799
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8202
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
7800
8203
  badgeColor?: string | undefined;
7801
8204
  }[] | undefined;
7802
8205
  contact?: {
@@ -7804,7 +8207,7 @@ declare function useLists(): _tanstack_react_query.UseQueryResult<{
7804
8207
  label: string;
7805
8208
  path: string;
7806
8209
  width?: string | number | undefined;
7807
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8210
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
7808
8211
  badgeColor?: string | undefined;
7809
8212
  }[] | undefined;
7810
8213
  } | undefined;
@@ -7854,7 +8257,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
7854
8257
  description: string | null;
7855
8258
  batchIds: string[];
7856
8259
  instantlyCampaignId: string | null;
7857
- status: "closing" | "archived" | "draft" | "enriching" | "launched";
8260
+ status: "draft" | "archived" | "closing" | "enriching" | "launched";
7858
8261
  metadata: {
7859
8262
  [x: string]: unknown;
7860
8263
  buildPlanSnapshot?: {
@@ -7867,7 +8270,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
7867
8270
  outputs: ("company" | "contact" | "export")[];
7868
8271
  stageKey: string;
7869
8272
  dependencyMode: "per-record-eligibility";
7870
- capabilityKey: string;
8273
+ actionKey: string;
7871
8274
  defaultBatchSize: number;
7872
8275
  maxBatchSize: number;
7873
8276
  description?: string | undefined;
@@ -7881,7 +8284,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
7881
8284
  label: string;
7882
8285
  path: string;
7883
8286
  width?: string | number | undefined;
7884
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8287
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
7885
8288
  badgeColor?: string | undefined;
7886
8289
  }[] | undefined;
7887
8290
  contact?: {
@@ -7889,7 +8292,7 @@ declare function useList(listId: string): _tanstack_react_query.UseQueryResult<{
7889
8292
  label: string;
7890
8293
  path: string;
7891
8294
  width?: string | number | undefined;
7892
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8295
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
7893
8296
  badgeColor?: string | undefined;
7894
8297
  }[] | undefined;
7895
8298
  } | undefined;
@@ -8038,7 +8441,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
8038
8441
  description: string | null;
8039
8442
  batchIds: string[];
8040
8443
  instantlyCampaignId: string | null;
8041
- status: "closing" | "archived" | "draft" | "enriching" | "launched";
8444
+ status: "draft" | "archived" | "closing" | "enriching" | "launched";
8042
8445
  metadata: {
8043
8446
  [x: string]: unknown;
8044
8447
  buildPlanSnapshot?: {
@@ -8051,7 +8454,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
8051
8454
  outputs: ("company" | "contact" | "export")[];
8052
8455
  stageKey: string;
8053
8456
  dependencyMode: "per-record-eligibility";
8054
- capabilityKey: string;
8457
+ actionKey: string;
8055
8458
  defaultBatchSize: number;
8056
8459
  maxBatchSize: number;
8057
8460
  description?: string | undefined;
@@ -8065,7 +8468,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
8065
8468
  label: string;
8066
8469
  path: string;
8067
8470
  width?: string | number | undefined;
8068
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8471
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
8069
8472
  badgeColor?: string | undefined;
8070
8473
  }[] | undefined;
8071
8474
  contact?: {
@@ -8073,7 +8476,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
8073
8476
  label: string;
8074
8477
  path: string;
8075
8478
  width?: string | number | undefined;
8076
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8479
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
8077
8480
  badgeColor?: string | undefined;
8078
8481
  }[] | undefined;
8079
8482
  } | undefined;
@@ -8118,7 +8521,7 @@ declare function useCreateList(): _tanstack_react_query.UseMutationResult<{
8118
8521
  }, Error, {
8119
8522
  name: string;
8120
8523
  description?: string | null | undefined;
8121
- status?: "closing" | "archived" | "draft" | "enriching" | "launched" | undefined;
8524
+ status?: "draft" | "archived" | "closing" | "enriching" | "launched" | undefined;
8122
8525
  buildTemplateId?: string | undefined;
8123
8526
  scrapingConfig?: {
8124
8527
  vertical?: string | undefined;
@@ -8150,7 +8553,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
8150
8553
  description: string | null;
8151
8554
  batchIds: string[];
8152
8555
  instantlyCampaignId: string | null;
8153
- status: "closing" | "archived" | "draft" | "enriching" | "launched";
8556
+ status: "draft" | "archived" | "closing" | "enriching" | "launched";
8154
8557
  metadata: {
8155
8558
  [x: string]: unknown;
8156
8559
  buildPlanSnapshot?: {
@@ -8163,7 +8566,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
8163
8566
  outputs: ("company" | "contact" | "export")[];
8164
8567
  stageKey: string;
8165
8568
  dependencyMode: "per-record-eligibility";
8166
- capabilityKey: string;
8569
+ actionKey: string;
8167
8570
  defaultBatchSize: number;
8168
8571
  maxBatchSize: number;
8169
8572
  description?: string | undefined;
@@ -8177,7 +8580,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
8177
8580
  label: string;
8178
8581
  path: string;
8179
8582
  width?: string | number | undefined;
8180
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8583
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
8181
8584
  badgeColor?: string | undefined;
8182
8585
  }[] | undefined;
8183
8586
  contact?: {
@@ -8185,7 +8588,7 @@ declare function useUpdateList(listId: string): _tanstack_react_query.UseMutatio
8185
8588
  label: string;
8186
8589
  path: string;
8187
8590
  width?: string | number | undefined;
8188
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8591
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
8189
8592
  badgeColor?: string | undefined;
8190
8593
  }[] | undefined;
8191
8594
  } | undefined;
@@ -8241,7 +8644,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
8241
8644
  description: string | null;
8242
8645
  batchIds: string[];
8243
8646
  instantlyCampaignId: string | null;
8244
- status: "closing" | "archived" | "draft" | "enriching" | "launched";
8647
+ status: "draft" | "archived" | "closing" | "enriching" | "launched";
8245
8648
  metadata: {
8246
8649
  [x: string]: unknown;
8247
8650
  buildPlanSnapshot?: {
@@ -8254,7 +8657,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
8254
8657
  outputs: ("company" | "contact" | "export")[];
8255
8658
  stageKey: string;
8256
8659
  dependencyMode: "per-record-eligibility";
8257
- capabilityKey: string;
8660
+ actionKey: string;
8258
8661
  defaultBatchSize: number;
8259
8662
  maxBatchSize: number;
8260
8663
  description?: string | undefined;
@@ -8268,7 +8671,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
8268
8671
  label: string;
8269
8672
  path: string;
8270
8673
  width?: string | number | undefined;
8271
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8674
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
8272
8675
  badgeColor?: string | undefined;
8273
8676
  }[] | undefined;
8274
8677
  contact?: {
@@ -8276,7 +8679,7 @@ declare function useUpdateListConfig(listId: string): _tanstack_react_query.UseM
8276
8679
  label: string;
8277
8680
  path: string;
8278
8681
  width?: string | number | undefined;
8279
- renderType?: "text" | "badge" | "datetime" | "count" | "json" | undefined;
8682
+ renderType?: "text" | "count" | "json" | "badge" | "datetime" | undefined;
8280
8683
  badgeColor?: string | undefined;
8281
8684
  }[] | undefined;
8282
8685
  } | undefined;
@@ -8773,7 +9176,7 @@ declare function useDeleteContacts(): _tanstack_react_query.UseMutationResult<vo
8773
9176
 
8774
9177
  declare const leadGenArtifactKeys: {
8775
9178
  all: readonly ["lead-gen-artifacts"];
8776
- list: (organizationId: string | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", string | null, "company" | "contact" | "list" | "deal" | "list_member", string];
9179
+ list: (organizationId: string | null, ownerKind: AcqArtifactOwnerKind, ownerId: string) => readonly ["lead-gen-artifacts", string | null, "list" | "company" | "contact" | "deal" | "list_member", string];
8777
9180
  };
8778
9181
  interface UseArtifactsParams {
8779
9182
  ownerKind: AcqArtifactOwnerKind;
@@ -8805,7 +9208,7 @@ declare function useCreateArtifact(): _tanstack_react_query.UseMutationResult<{
8805
9208
  createdAt: string;
8806
9209
  version: number;
8807
9210
  }, Error, {
8808
- ownerKind: "company" | "contact" | "list" | "deal" | "list_member";
9211
+ ownerKind: "list" | "company" | "contact" | "deal" | "list_member";
8809
9212
  ownerId: string;
8810
9213
  kind: string;
8811
9214
  content: Record<string, unknown>;
@@ -9855,5 +10258,5 @@ declare function useCreateNote(): _tanstack_react_query.UseMutationResult<{
9855
10258
  type?: string;
9856
10259
  }, "organization_id">, unknown>;
9857
10260
 
9858
- export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
9859
- export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, FeatureAccessResult, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, SubmitActionRequest, SubmitActionResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateClientRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };
10261
+ export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, createFeatureAccessHook, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, milestoneKeys, noteKeys, observabilityKeys, operationsKeys, projectActivityKeys, projectKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, taskKeys, useActivateDeployment, useActivities, useActivitiesRealtime, useActivityFilters, useActivityTrend, useAddCompaniesToList, useAddContactsToList, useArchiveSession, useArchivedLogs, useArtifacts, useAssignRole, useBatchDelete, useBatchTelemetry, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCancelSchedule, useCheckpointTasks, useClient, useClientStatus, useClients, useCommandQueue, useCommandQueueTotals, useCommandViewData, useCommandViewDomainFilters, useCommandViewStats, useCommandViewStore, useCompanies, useCompany, useCompanyFacets, useCompleteDealTask, useContact, useContacts, useCostBreakdown, useCostByModel, useCostSummary, useCostTrends, useCreateApiKey, useCreateArtifact, useCreateClient, useCreateCompany, useCreateContact, useCreateCredential, useCreateDealNote, useCreateDealTask, useCreateProject as useCreateDeliveryProject, useCreateList, useCreateMilestone, useCreateNote, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateTask, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteMilestone, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask$1 as useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, useErrorTrends, useExecuteAction, useExecuteAsync, useExecuteResource, useExecution, useExecutionHealth, useExecutionLogSSE, useExecutionLogs, useExecutionLogsFilters, useExecutionPanelState, useExecutionSSE, useExecutions, useGetExecutionHistory, useGetSchedule, useHasPermission, useInFlightExecutions, useList, useListApiKeys, useListDeployments, useListExecutions, useListMember, useListMembers, useListProgress, useListRecords, useListSchedules, useListWebhookEndpoints, useLists, useListsTelemetry, useMarkAllAsRead, useMarkAsRead, useMergedExecution, useMilestones, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProject, useProjectActivities, useProjectMilestones, useProjectNotes, useProjectRealtime, useProjectTasks, useProjects, useReactivateMembership, useRecentExecutionsByResource, useRemoveCompaniesFromList, useRequest, useRequestsList, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceErrors, useResourceExecutions, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useResumeSchedule, useRetryExecution, useRevokeRole, useSSEConnection, useScheduledTasks, useSession, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket, useSessions, useSortedData, useStatusFilter, useSubmitAction, useSuccessNotification, useSystemHealth, useTableSelection, useTableSort, useTasks, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateProject as useUpdateDeliveryProject, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateMilestone, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateTask, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution };
10262
+ export type { AcqCompanyWithCount, AcqContactWithCompany, AcqDealNote, AcqDealTask, AcqDealTaskKind, ActivityFilters, ActivityTrendResponse, AddCompaniesToListResult, AddContactsToListResult, AssignRoleInput, BulkDeleteExecutionsParams, BulkDeleteExecutionsResult, BusinessImpactMetrics, CancelExecutionParams, CancelExecutionResult, ChatMessage, ClientDetailResponse, ClientResponse, ClientStatus, ClientStatusResponse, ClientsListFilters, CreateApiKeyRequest, CreateApiKeyResponse, CreateClientRequest, CreateCredentialRequest, CreateCredentialResponse, CreateOrgRoleInput, CreateScheduleInput, CreateSessionResponse, CredentialListItem, DealDetail, DealLookupFilters, DealLookupItem, DealSummaryStageItem, DealsSummaryResponse, DeleteExecutionParams, Deployment, ErrorDistributionItem, ErrorDistributionParams, ErrorFilters, ErrorTrendsParams, ExecuteActionInput, ExecuteAsyncParams, ExecuteAsyncResult, ExecutionErrorDetails, ExecutionHistoryItem, ExecutionHistoryResponse, ExecutionLogsFilters, ExecutionLogsPageResponse, FailingResource, FeatureAccessResult, GetMessagesResponse, ListActivitiesResponse, ListApiKeysResponse, ListCredentialsResponse, ListExecutionsFilters, ListRecordsFilters, ListSchedulesFilters, ListSchedulesResponse, ListWebhookEndpointsResponse, MessageEvent, MessageType, OrgRole, RemoveCompaniesFromListResult, RequestRow, RequestsListFilters, ResourceFilterFacet, ResourcesResponse, RetryExecutionParams, RevokeRoleInput, SessionDTO, SessionExecution, SessionExecutionsResponse, SessionListItem, SessionTokenUsage, SortDirection, SortState, StaleDealSummaryItem, StatefulItem, StatusFilter, SubmitActionRequest, SubmitActionResponse, SystemHealthExecutionSummary, SystemHealthResponse, TaskSchedule, TopFailingResourcesParams, TransitionItemInput, TransitionListCompanyInput, TransitionListMemberInput, TransitionStateInput, UpdateClientRequest, UpdateListStatusInput, UpdateOrgRoleInput, UpdateScheduleInput, UseActivitiesParams, UseActivityTrendParams, UseArtifactsParams, UseBatchedResourcesHealthParams, UseExecuteResourceOptions, UseExecutionHealthParams, UseExecutionLogsParams, UseExecutionPanelStateOptions, UseExecutionPanelStateReturn, UseExecutionSSEOptions, UseExecutionSSEResult, UseInFlightExecutionsOptions, UseListProgressOptions, UseNotificationCountArgs, UseResourcesHealthParams, UseSSEConnectionOptions, UseScheduledTasksOptions, UseSystemHealthParams, UseWorkflowExecutionOptions, UseWorkflowExecutionResult, VerifyCredentialResponse, WebSocketState, WorkflowExecutionTriggerParams };