@elevasis/ui 2.32.0 → 2.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/app/index.d.ts +3 -0
  2. package/dist/app/index.js +3 -3
  3. package/dist/{chunk-LLRXA7D7.js → chunk-2VYMDNJ3.js} +1 -1
  4. package/dist/{chunk-7KZINJLP.js → chunk-3YZRKADM.js} +4 -4
  5. package/dist/{chunk-MOY4VOHF.js → chunk-4AAZXKLL.js} +1 -1
  6. package/dist/{chunk-RQTWIXJ5.js → chunk-53436UTQ.js} +1 -1
  7. package/dist/{chunk-WQPX44YM.js → chunk-AV2TKVVV.js} +673 -168
  8. package/dist/chunk-CLDCYJQT.js +1 -0
  9. package/dist/chunk-DWXDNT7P.js +145 -0
  10. package/dist/{chunk-T35FWDAB.js → chunk-DYIDXUJS.js} +1089 -158
  11. package/dist/{chunk-IQHU7O5Y.js → chunk-F3MXFE72.js} +1 -1
  12. package/dist/{chunk-5FJJ72HU.js → chunk-FOUYP4JX.js} +1 -1
  13. package/dist/{chunk-QQHOKTJA.js → chunk-H6EFQP2P.js} +39 -2
  14. package/dist/{chunk-5J4PDX26.js → chunk-KW7ZNQD7.js} +16 -2
  15. package/dist/{chunk-ZQOKIGZP.js → chunk-NCEQGEW5.js} +4 -4
  16. package/dist/{chunk-6DWD423K.js → chunk-PIS24NIV.js} +1 -1
  17. package/dist/{chunk-4MFNGNHF.js → chunk-QVTIOT73.js} +2 -2
  18. package/dist/{chunk-GCOQ3TBG.js → chunk-SWMQTF2H.js} +2 -2
  19. package/dist/{chunk-4QK76KIF.js → chunk-UNVRVCXZ.js} +1 -1
  20. package/dist/{chunk-VRNMNB3O.js → chunk-UYRT7SPM.js} +1 -1
  21. package/dist/{chunk-IZWTVFJ2.js → chunk-V6SZ4ECN.js} +6 -3
  22. package/dist/{chunk-YLQEVSOR.js → chunk-WGUEIGPC.js} +202 -54
  23. package/dist/{chunk-QXCDKE2O.js → chunk-WJOE76FI.js} +9 -28
  24. package/dist/{chunk-QTI3KC7D.js → chunk-YENKDBUU.js} +106 -43
  25. package/dist/components/index.d.ts +117 -4
  26. package/dist/components/index.js +24 -23
  27. package/dist/components/navigation/index.js +4 -3
  28. package/dist/execution/index.d.ts +8 -3
  29. package/dist/features/auth/index.d.ts +3 -0
  30. package/dist/features/clients/index.js +8 -7
  31. package/dist/features/crm/index.d.ts +3 -0
  32. package/dist/features/crm/index.js +10 -9
  33. package/dist/features/dashboard/index.d.ts +113 -3
  34. package/dist/features/dashboard/index.js +9 -8
  35. package/dist/features/delivery/index.d.ts +3 -0
  36. package/dist/features/delivery/index.js +9 -8
  37. package/dist/features/knowledge/index.js +8 -18
  38. package/dist/features/lead-gen/index.js +10 -9
  39. package/dist/features/monitoring/index.js +10 -9
  40. package/dist/features/monitoring/requests/index.d.ts +2 -2
  41. package/dist/features/monitoring/requests/index.js +8 -7
  42. package/dist/features/operations/index.d.ts +560 -93
  43. package/dist/features/operations/index.js +13 -12
  44. package/dist/features/settings/index.d.ts +3 -0
  45. package/dist/features/settings/index.js +9 -8
  46. package/dist/hooks/delivery/index.d.ts +3 -0
  47. package/dist/hooks/index.d.ts +210 -6
  48. package/dist/hooks/index.js +8 -7
  49. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +205 -4
  50. package/dist/hooks/published.d.ts +210 -6
  51. package/dist/hooks/published.js +8 -7
  52. package/dist/index.d.ts +565 -95
  53. package/dist/index.js +8 -7
  54. package/dist/initialization/index.d.ts +3 -0
  55. package/dist/knowledge/index.d.ts +577 -215
  56. package/dist/knowledge/index.js +1180 -689
  57. package/dist/knowledge-search-index-P7PR626V.js +1514 -0
  58. package/dist/layout/index.js +1 -1
  59. package/dist/profile/index.d.ts +3 -0
  60. package/dist/provider/index.d.ts +447 -73
  61. package/dist/provider/index.js +7 -6
  62. package/dist/provider/published.d.ts +447 -73
  63. package/dist/provider/published.js +5 -4
  64. package/dist/supabase/index.d.ts +6 -0
  65. package/dist/types/index.d.ts +208 -4
  66. package/dist/utils/index.d.ts +113 -3
  67. package/package.json +39 -39
  68. package/src/README.md +29 -29
  69. package/src/api/README.md +18 -18
  70. package/src/app/README.md +24 -24
  71. package/src/auth/README.md +18 -18
  72. package/src/components/README.md +24 -24
  73. package/src/execution/README.md +16 -16
  74. package/src/features/README.md +28 -28
  75. package/src/graph/README.md +16 -16
  76. package/src/hooks/README.md +23 -23
  77. package/src/initialization/README.md +19 -19
  78. package/src/knowledge/README.md +31 -31
  79. package/src/organization/README.md +18 -18
  80. package/src/profile/README.md +19 -19
  81. package/src/provider/README.md +32 -32
  82. package/src/router/README.md +18 -18
  83. package/src/sse/README.md +13 -13
  84. package/src/test-utils/README.md +7 -7
  85. package/src/theme/README.md +23 -23
  86. package/src/theme/presets/README.md +19 -19
  87. package/src/types/README.md +16 -16
  88. package/src/utils/README.md +18 -18
  89. package/src/zustand/README.md +18 -18
  90. package/dist/chunk-UROTM5OR.js +0 -172
  91. package/dist/knowledge-search-index-5KYPO746.js +0 -1479
@@ -1,12 +1,12 @@
1
- export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, SystemOpsView, WorkflowExecutionPanel, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-QTI3KC7D.js';
1
+ export { AgentExecutionPanel, AgentSessionGroup, CommandQueueDetailPage, CommandQueuePage, CommandQueueShell, CommandViewPage, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationGraphPage, ResourceDetailPage, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, SystemOpsView, WorkflowExecutionPanel, aggregateSystemMetrics, formatResourceAttribution, operationsManifest } from '../../chunk-YENKDBUU.js';
2
2
  import '../../chunk-CXY7FMUM.js';
3
3
  import '../../chunk-ZTWA5H77.js';
4
- import '../../chunk-5J4PDX26.js';
4
+ import '../../chunk-KW7ZNQD7.js';
5
5
  import '../../chunk-N55DVMAG.js';
6
- import '../../chunk-UROTM5OR.js';
7
- export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-LLRXA7D7.js';
6
+ import '../../chunk-CLDCYJQT.js';
7
+ export { DashboardOperationsOverview, OperationsOverview } from '../../chunk-2VYMDNJ3.js';
8
8
  import '../../chunk-3MEXPLWT.js';
9
- import '../../chunk-IQHU7O5Y.js';
9
+ import '../../chunk-F3MXFE72.js';
10
10
  import '../../chunk-LGKLC5MG.js';
11
11
  import '../../chunk-4DYOXEH6.js';
12
12
  import '../../chunk-VNFR57DF.js';
@@ -17,25 +17,26 @@ import '../../chunk-R66W5UDG.js';
17
17
  import '../../chunk-22UVE3RA.js';
18
18
  import '../../chunk-E4WQGJNS.js';
19
19
  import '../../chunk-7M2VOCYN.js';
20
- import '../../chunk-GCOQ3TBG.js';
20
+ import '../../chunk-SWMQTF2H.js';
21
21
  import '../../chunk-VNAZTCHA.js';
22
22
  import '../../chunk-XZGSCABI.js';
23
23
  import '../../chunk-BRXELOHC.js';
24
24
  import '../../chunk-3ZMAGTWF.js';
25
- import '../../chunk-5FJJ72HU.js';
26
- import '../../chunk-RQTWIXJ5.js';
25
+ import '../../chunk-FOUYP4JX.js';
26
+ import '../../chunk-53436UTQ.js';
27
27
  import '../../chunk-RQA2EVN3.js';
28
28
  import '../../chunk-3FV6HBXS.js';
29
29
  import '../../chunk-WLOQ4IBG.js';
30
- import '../../chunk-6DWD423K.js';
30
+ import '../../chunk-PIS24NIV.js';
31
31
  import '../../chunk-EPTHX4VZ.js';
32
32
  import '../../chunk-3KMDHCAR.js';
33
- import '../../chunk-YLQEVSOR.js';
33
+ import '../../chunk-WGUEIGPC.js';
34
34
  import '../../chunk-SZHARWKU.js';
35
- import '../../chunk-QXCDKE2O.js';
35
+ import '../../chunk-WJOE76FI.js';
36
36
  import '../../chunk-TKAYX2SP.js';
37
37
  import '../../chunk-NYBEU5TE.js';
38
- import '../../chunk-T35FWDAB.js';
38
+ import '../../chunk-DWXDNT7P.js';
39
+ import '../../chunk-DYIDXUJS.js';
39
40
  import '../../chunk-ND5TDV2J.js';
40
41
  import '../../chunk-2IFYDILW.js';
41
42
  import '../../chunk-Q7DJKLEN.js';
@@ -1599,6 +1599,7 @@ type Database = {
1599
1599
  origin_execution_id: string | null;
1600
1600
  output: Json | null;
1601
1601
  resource_id: string;
1602
+ resource_snapshot: Json | null;
1602
1603
  resource_status: string;
1603
1604
  resource_type: string;
1604
1605
  resource_version: string | null;
@@ -1624,6 +1625,7 @@ type Database = {
1624
1625
  origin_execution_id?: string | null;
1625
1626
  output?: Json | null;
1626
1627
  resource_id: string;
1628
+ resource_snapshot?: Json | null;
1627
1629
  resource_status?: string;
1628
1630
  resource_type?: string;
1629
1631
  resource_version?: string | null;
@@ -1649,6 +1651,7 @@ type Database = {
1649
1651
  origin_execution_id?: string | null;
1650
1652
  output?: Json | null;
1651
1653
  resource_id?: string;
1654
+ resource_snapshot?: Json | null;
1652
1655
  resource_status?: string;
1653
1656
  resource_type?: string;
1654
1657
  resource_version?: string | null;
@@ -1,29 +1,30 @@
1
- export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-4QK76KIF.js';
1
+ export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-UNVRVCXZ.js';
2
2
  import '../../chunk-VNFR57DF.js';
3
3
  import '../../chunk-RYTEQBAO.js';
4
4
  import '../../chunk-PDHTXPSF.js';
5
5
  import '../../chunk-R66W5UDG.js';
6
6
  import '../../chunk-JFL3GRD4.js';
7
7
  import '../../chunk-7M2VOCYN.js';
8
- import '../../chunk-GCOQ3TBG.js';
8
+ import '../../chunk-SWMQTF2H.js';
9
9
  import '../../chunk-VNAZTCHA.js';
10
10
  import '../../chunk-XZGSCABI.js';
11
11
  import '../../chunk-BRXELOHC.js';
12
12
  import '../../chunk-3ZMAGTWF.js';
13
- import '../../chunk-5FJJ72HU.js';
14
- import '../../chunk-RQTWIXJ5.js';
13
+ import '../../chunk-FOUYP4JX.js';
14
+ import '../../chunk-53436UTQ.js';
15
15
  import '../../chunk-RQA2EVN3.js';
16
16
  import '../../chunk-3FV6HBXS.js';
17
17
  import '../../chunk-WLOQ4IBG.js';
18
- import '../../chunk-6DWD423K.js';
18
+ import '../../chunk-PIS24NIV.js';
19
19
  import '../../chunk-EPTHX4VZ.js';
20
20
  import '../../chunk-3KMDHCAR.js';
21
- import '../../chunk-YLQEVSOR.js';
21
+ import '../../chunk-WGUEIGPC.js';
22
22
  import '../../chunk-SZHARWKU.js';
23
- import '../../chunk-QXCDKE2O.js';
23
+ import '../../chunk-WJOE76FI.js';
24
24
  import '../../chunk-TKAYX2SP.js';
25
25
  import '../../chunk-NYBEU5TE.js';
26
- import '../../chunk-T35FWDAB.js';
26
+ import '../../chunk-DWXDNT7P.js';
27
+ import '../../chunk-DYIDXUJS.js';
27
28
  import '../../chunk-ND5TDV2J.js';
28
29
  import '../../chunk-2IFYDILW.js';
29
30
  import '../../chunk-Q7DJKLEN.js';
@@ -1597,6 +1597,7 @@ type Database = {
1597
1597
  origin_execution_id: string | null;
1598
1598
  output: Json | null;
1599
1599
  resource_id: string;
1600
+ resource_snapshot: Json | null;
1600
1601
  resource_status: string;
1601
1602
  resource_type: string;
1602
1603
  resource_version: string | null;
@@ -1622,6 +1623,7 @@ type Database = {
1622
1623
  origin_execution_id?: string | null;
1623
1624
  output?: Json | null;
1624
1625
  resource_id: string;
1626
+ resource_snapshot?: Json | null;
1625
1627
  resource_status?: string;
1626
1628
  resource_type?: string;
1627
1629
  resource_version?: string | null;
@@ -1647,6 +1649,7 @@ type Database = {
1647
1649
  origin_execution_id?: string | null;
1648
1650
  output?: Json | null;
1649
1651
  resource_id?: string;
1652
+ resource_snapshot?: Json | null;
1650
1653
  resource_status?: string;
1651
1654
  resource_type?: string;
1652
1655
  resource_version?: string | null;
@@ -321,14 +321,36 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
321
321
  id: z.ZodString;
322
322
  order: z.ZodDefault<z.ZodNumber>;
323
323
  systemPath: z.ZodString;
324
+ title: z.ZodOptional<z.ZodString>;
325
+ description: z.ZodOptional<z.ZodString>;
324
326
  ownerRoleId: z.ZodOptional<z.ZodString>;
325
327
  status: z.ZodEnum<{
326
328
  deprecated: "deprecated";
327
329
  active: "active";
328
330
  archived: "archived";
329
331
  }>;
332
+ ontology: z.ZodOptional<z.ZodObject<{
333
+ actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
334
+ primaryAction: z.ZodOptional<z.ZodString>;
335
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
336
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
337
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
338
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
339
+ }, z.core.$strip>>;
340
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
341
+ path: z.ZodString;
342
+ role: z.ZodEnum<{
343
+ schema: "schema";
344
+ config: "config";
345
+ entrypoint: "entrypoint";
346
+ handler: "handler";
347
+ test: "test";
348
+ docs: "docs";
349
+ }>;
350
+ symbol: z.ZodOptional<z.ZodString>;
351
+ description: z.ZodOptional<z.ZodString>;
352
+ }, z.core.$strip>>>;
330
353
  kind: z.ZodLiteral<"workflow">;
331
- actionKey: z.ZodOptional<z.ZodString>;
332
354
  emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
333
355
  eventKey: z.ZodString;
334
356
  label: z.ZodString;
@@ -345,12 +367,35 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
345
367
  id: z.ZodString;
346
368
  order: z.ZodDefault<z.ZodNumber>;
347
369
  systemPath: z.ZodString;
370
+ title: z.ZodOptional<z.ZodString>;
371
+ description: z.ZodOptional<z.ZodString>;
348
372
  ownerRoleId: z.ZodOptional<z.ZodString>;
349
373
  status: z.ZodEnum<{
350
374
  deprecated: "deprecated";
351
375
  active: "active";
352
376
  archived: "archived";
353
377
  }>;
378
+ ontology: z.ZodOptional<z.ZodObject<{
379
+ actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
380
+ primaryAction: z.ZodOptional<z.ZodString>;
381
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
382
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
383
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
384
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
385
+ }, z.core.$strip>>;
386
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
387
+ path: z.ZodString;
388
+ role: z.ZodEnum<{
389
+ schema: "schema";
390
+ config: "config";
391
+ entrypoint: "entrypoint";
392
+ handler: "handler";
393
+ test: "test";
394
+ docs: "docs";
395
+ }>;
396
+ symbol: z.ZodOptional<z.ZodString>;
397
+ description: z.ZodOptional<z.ZodString>;
398
+ }, z.core.$strip>>>;
354
399
  kind: z.ZodLiteral<"agent">;
355
400
  agentKind: z.ZodEnum<{
356
401
  platform: "platform";
@@ -399,24 +444,70 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
399
444
  id: z.ZodString;
400
445
  order: z.ZodDefault<z.ZodNumber>;
401
446
  systemPath: z.ZodString;
447
+ title: z.ZodOptional<z.ZodString>;
448
+ description: z.ZodOptional<z.ZodString>;
402
449
  ownerRoleId: z.ZodOptional<z.ZodString>;
403
450
  status: z.ZodEnum<{
404
451
  deprecated: "deprecated";
405
452
  active: "active";
406
453
  archived: "archived";
407
454
  }>;
455
+ ontology: z.ZodOptional<z.ZodObject<{
456
+ actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
457
+ primaryAction: z.ZodOptional<z.ZodString>;
458
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
459
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
460
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
461
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
462
+ }, z.core.$strip>>;
463
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
464
+ path: z.ZodString;
465
+ role: z.ZodEnum<{
466
+ schema: "schema";
467
+ config: "config";
468
+ entrypoint: "entrypoint";
469
+ handler: "handler";
470
+ test: "test";
471
+ docs: "docs";
472
+ }>;
473
+ symbol: z.ZodOptional<z.ZodString>;
474
+ description: z.ZodOptional<z.ZodString>;
475
+ }, z.core.$strip>>>;
408
476
  kind: z.ZodLiteral<"integration">;
409
477
  provider: z.ZodString;
410
478
  }, z.core.$strip>, z.ZodObject<{
411
479
  id: z.ZodString;
412
480
  order: z.ZodDefault<z.ZodNumber>;
413
481
  systemPath: z.ZodString;
482
+ title: z.ZodOptional<z.ZodString>;
483
+ description: z.ZodOptional<z.ZodString>;
414
484
  ownerRoleId: z.ZodOptional<z.ZodString>;
415
485
  status: z.ZodEnum<{
416
486
  deprecated: "deprecated";
417
487
  active: "active";
418
488
  archived: "archived";
419
489
  }>;
490
+ ontology: z.ZodOptional<z.ZodObject<{
491
+ actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
492
+ primaryAction: z.ZodOptional<z.ZodString>;
493
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
494
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
495
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
496
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
497
+ }, z.core.$strip>>;
498
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
499
+ path: z.ZodString;
500
+ role: z.ZodEnum<{
501
+ schema: "schema";
502
+ config: "config";
503
+ entrypoint: "entrypoint";
504
+ handler: "handler";
505
+ test: "test";
506
+ docs: "docs";
507
+ }>;
508
+ symbol: z.ZodOptional<z.ZodString>;
509
+ description: z.ZodOptional<z.ZodString>;
510
+ }, z.core.$strip>>>;
420
511
  kind: z.ZodLiteral<"script">;
421
512
  language: z.ZodEnum<{
422
513
  shell: "shell";
@@ -2119,6 +2210,7 @@ type Database = {
2119
2210
  origin_execution_id: string | null;
2120
2211
  output: Json | null;
2121
2212
  resource_id: string;
2213
+ resource_snapshot: Json | null;
2122
2214
  resource_status: string;
2123
2215
  resource_type: string;
2124
2216
  resource_version: string | null;
@@ -2144,6 +2236,7 @@ type Database = {
2144
2236
  origin_execution_id?: string | null;
2145
2237
  output?: Json | null;
2146
2238
  resource_id: string;
2239
+ resource_snapshot?: Json | null;
2147
2240
  resource_status?: string;
2148
2241
  resource_type?: string;
2149
2242
  resource_version?: string | null;
@@ -2169,6 +2262,7 @@ type Database = {
2169
2262
  origin_execution_id?: string | null;
2170
2263
  output?: Json | null;
2171
2264
  resource_id?: string;
2265
+ resource_snapshot?: Json | null;
2172
2266
  resource_status?: string;
2173
2267
  resource_type?: string;
2174
2268
  resource_version?: string | null;
@@ -4327,6 +4421,100 @@ interface Action {
4327
4421
  payloadSchema?: z.ZodTypeAny;
4328
4422
  }
4329
4423
 
4424
+ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
4425
+ objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4426
+ id: z.ZodString;
4427
+ label: z.ZodOptional<z.ZodString>;
4428
+ description: z.ZodOptional<z.ZodString>;
4429
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4430
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4431
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4432
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4433
+ }, z.core.$loose>>>>;
4434
+ linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4435
+ id: z.ZodString;
4436
+ label: z.ZodOptional<z.ZodString>;
4437
+ description: z.ZodOptional<z.ZodString>;
4438
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4439
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4440
+ from: z.ZodString;
4441
+ to: z.ZodString;
4442
+ cardinality: z.ZodOptional<z.ZodString>;
4443
+ via: z.ZodOptional<z.ZodString>;
4444
+ }, z.core.$loose>>>>;
4445
+ actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4446
+ id: z.ZodString;
4447
+ label: z.ZodOptional<z.ZodString>;
4448
+ description: z.ZodOptional<z.ZodString>;
4449
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4450
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4451
+ actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4452
+ input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4453
+ effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
4454
+ }, z.core.$loose>>>>;
4455
+ catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4456
+ id: z.ZodString;
4457
+ label: z.ZodOptional<z.ZodString>;
4458
+ description: z.ZodOptional<z.ZodString>;
4459
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4460
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4461
+ kind: z.ZodOptional<z.ZodString>;
4462
+ appliesTo: z.ZodOptional<z.ZodString>;
4463
+ entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4464
+ }, z.core.$loose>>>>;
4465
+ eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4466
+ id: z.ZodString;
4467
+ label: z.ZodOptional<z.ZodString>;
4468
+ description: z.ZodOptional<z.ZodString>;
4469
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4470
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4471
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4472
+ }, z.core.$loose>>>>;
4473
+ interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4474
+ id: z.ZodString;
4475
+ label: z.ZodOptional<z.ZodString>;
4476
+ description: z.ZodOptional<z.ZodString>;
4477
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4478
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4479
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4480
+ }, z.core.$loose>>>>;
4481
+ valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4482
+ id: z.ZodString;
4483
+ label: z.ZodOptional<z.ZodString>;
4484
+ description: z.ZodOptional<z.ZodString>;
4485
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4486
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4487
+ primitive: z.ZodOptional<z.ZodString>;
4488
+ }, z.core.$loose>>>>;
4489
+ sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4490
+ id: z.ZodString;
4491
+ label: z.ZodOptional<z.ZodString>;
4492
+ description: z.ZodOptional<z.ZodString>;
4493
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4494
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4495
+ valueType: z.ZodOptional<z.ZodString>;
4496
+ searchable: z.ZodOptional<z.ZodBoolean>;
4497
+ pii: z.ZodOptional<z.ZodBoolean>;
4498
+ }, z.core.$loose>>>>;
4499
+ groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4500
+ id: z.ZodString;
4501
+ label: z.ZodOptional<z.ZodString>;
4502
+ description: z.ZodOptional<z.ZodString>;
4503
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4504
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4505
+ members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
4506
+ }, z.core.$loose>>>>;
4507
+ surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
4508
+ id: z.ZodString;
4509
+ label: z.ZodOptional<z.ZodString>;
4510
+ description: z.ZodOptional<z.ZodString>;
4511
+ ownerSystemId: z.ZodOptional<z.ZodString>;
4512
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
4513
+ route: z.ZodOptional<z.ZodString>;
4514
+ }, z.core.$loose>>>>;
4515
+ }, z.core.$strip>>;
4516
+ type OntologyScope = z.infer<typeof OntologyScopeSchema>;
4517
+
4330
4518
  type MessageType = MessageEvent['type'];
4331
4519
  /**
4332
4520
  * Session Data Transfer Object (DTO)
@@ -4857,6 +5045,10 @@ declare const ContentNodeSchema: z.ZodObject<{
4857
5045
  }, z.core.$strip>;
4858
5046
  type ContentNode = z.infer<typeof ContentNodeSchema>;
4859
5047
 
5048
+ type JsonPrimitive = string | number | boolean | null;
5049
+ type JsonValue = JsonPrimitive | JsonValue[] | {
5050
+ [key: string]: JsonValue;
5051
+ };
4860
5052
  /** Explicit interface needed to annotate the recursive SystemEntrySchema. */
4861
5053
  interface SystemEntry {
4862
5054
  id: string;
@@ -4891,6 +5083,13 @@ interface SystemEntry {
4891
5083
  devOnly?: boolean;
4892
5084
  requiresAdmin?: boolean;
4893
5085
  order: number;
5086
+ config?: Record<string, JsonValue>;
5087
+ ontology?: OntologyScope;
5088
+ systems?: Record<string, SystemEntry>;
5089
+ /**
5090
+ * @deprecated Compatibility-only bridge for old tenant data and migration readers.
5091
+ * Author new semantic catalogs in `ontology` and local settings in `config`.
5092
+ */
4894
5093
  content?: Record<string, ContentNode>;
4895
5094
  subsystems?: Record<string, SystemEntry>;
4896
5095
  }
@@ -5227,16 +5426,21 @@ declare const LinkSchema: z.ZodObject<{
5227
5426
  kind: z.ZodEnum<{
5228
5427
  links: "links";
5229
5428
  affects: "affects";
5429
+ effects: "effects";
5430
+ actions: "actions";
5431
+ reads: "reads";
5432
+ writes: "writes";
5230
5433
  emits: "emits";
5434
+ triggers: "triggers";
5435
+ uses: "uses";
5436
+ approval: "approval";
5231
5437
  contains: "contains";
5232
5438
  references: "references";
5233
5439
  maps_to: "maps_to";
5234
- uses: "uses";
5235
5440
  governs: "governs";
5236
5441
  originates_from: "originates_from";
5237
- triggers: "triggers";
5238
5442
  applies_to: "applies_to";
5239
- effects: "effects";
5443
+ uses_catalog: "uses_catalog";
5240
5444
  }>;
5241
5445
  }, z.core.$strip>;
5242
5446
  type Link = z.infer<typeof LinkSchema>;
@@ -7081,9 +7285,9 @@ declare function usePatchTask(): _tanstack_react_query.UseMutationResult<Task, E
7081
7285
  * reported_requests -> RequestSchemas
7082
7286
  */
7083
7287
  declare const RequestSeverityEnum: z.ZodEnum<{
7084
- critical: "critical";
7085
7288
  warning: "warning";
7086
7289
  info: "info";
7290
+ critical: "critical";
7087
7291
  }>;
7088
7292
  declare const RequestStatusEnum: z.ZodEnum<{
7089
7293
  open: "open";
@@ -7094,8 +7298,8 @@ declare const RequestStatusEnum: z.ZodEnum<{
7094
7298
  declare const RequestSourceEnum: z.ZodEnum<{
7095
7299
  agent: "agent";
7096
7300
  api: "api";
7097
- external: "external";
7098
7301
  user: "user";
7302
+ external: "external";
7099
7303
  webhook: "webhook";
7100
7304
  cli: "cli";
7101
7305
  }>;
@@ -1,23 +1,24 @@
1
1
  import '../chunk-7M2VOCYN.js';
2
- export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, 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, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, 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, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, 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, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-GCOQ3TBG.js';
2
+ export { ApiKeyService, CredentialService, DeploymentService, OperationsService, OrganizationMembershipService, WebhookEndpointService, acquisitionListKeys, clientsKeys, collectResourceFilterFacets, companyKeys, contactKeys, dealKeys, dealNoteKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, labelResourceFilterFacet, leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, operationsKeys, projectActivityKeys, requestsKeys, scheduleKeys, sessionsKeys, sortData, 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, useCreateList, useCreateOrgRole, useCreateSchedule, useCreateSession, useCreateWebhookEndpoint, useCredentials, useDashboardMetrics, useDeactivateDeployment, useDeactivateMembership, useDealDetail, useDealNotes, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteApiKey, useDeleteClient, useDeleteCompanies, useDeleteContacts, useDeleteCredential, useDeleteDeal, useDeleteDeployment, useDeleteExecution, useDeleteList, useDeleteOrgRole, useDeleteRequest, useDeleteSchedule, useDeleteSession, useDeleteTask, useDeleteWebhookEndpoint, useDeriveActions, useEffectivePermissions, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorNotification, 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, useNotificationCount as useNotificationCountSSE, useNotifications, useOrgRoles, useOrganizationMembers, useOrganizationPermissions, usePaginationState, usePatchTask, usePauseSchedule, usePermissionCatalog, useProjectActivities, useProjectRealtime, 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, useTestNotification, useTimeRangeDates, useTopFailingResources, useTransitionItem, useTransitionListCompany, useTransitionListMember, useTransitionState, useUnresolveError, useUnresolvedErrors, useUpdateAnchor, useUpdateApiKey, useUpdateClient, useUpdateCompany, useUpdateContact, useUpdateCredential, useUpdateList, useUpdateListConfig, useUpdateListStatus, useUpdateMemberConfig, useUpdateOrgRole, useUpdateRequestStatus, useUpdateSchedule, useUpdateWebhookEndpoint, useUserMemberships, useVerifyCredential, useVisibleResources, useWarningNotification, useWorkflowExecution } from '../chunk-SWMQTF2H.js';
3
3
  export { observabilityKeys, useErrorTrends } from '../chunk-VNAZTCHA.js';
4
4
  export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-XZGSCABI.js';
5
5
  import '../chunk-BRXELOHC.js';
6
6
  export { useMergedExecution } from '../chunk-3ZMAGTWF.js';
7
- import '../chunk-5FJJ72HU.js';
8
- import '../chunk-RQTWIXJ5.js';
7
+ import '../chunk-FOUYP4JX.js';
8
+ import '../chunk-53436UTQ.js';
9
9
  import '../chunk-RQA2EVN3.js';
10
10
  import '../chunk-3FV6HBXS.js';
11
11
  import '../chunk-WLOQ4IBG.js';
12
- import '../chunk-6DWD423K.js';
12
+ import '../chunk-PIS24NIV.js';
13
13
  import '../chunk-EPTHX4VZ.js';
14
14
  import '../chunk-3KMDHCAR.js';
15
- import '../chunk-YLQEVSOR.js';
15
+ import '../chunk-WGUEIGPC.js';
16
16
  import '../chunk-SZHARWKU.js';
17
- export { createFeatureAccessHook } from '../chunk-QXCDKE2O.js';
17
+ export { createFeatureAccessHook } from '../chunk-WJOE76FI.js';
18
18
  import '../chunk-TKAYX2SP.js';
19
19
  import '../chunk-NYBEU5TE.js';
20
- import '../chunk-T35FWDAB.js';
20
+ import '../chunk-DWXDNT7P.js';
21
+ import '../chunk-DYIDXUJS.js';
21
22
  import '../chunk-ND5TDV2J.js';
22
23
  import '../chunk-2IFYDILW.js';
23
24
  import '../chunk-Q7DJKLEN.js';