@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
@@ -9,14 +9,36 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9
9
  id: z.ZodString;
10
10
  order: z.ZodDefault<z.ZodNumber>;
11
11
  systemPath: z.ZodString;
12
+ title: z.ZodOptional<z.ZodString>;
13
+ description: z.ZodOptional<z.ZodString>;
12
14
  ownerRoleId: z.ZodOptional<z.ZodString>;
13
15
  status: z.ZodEnum<{
14
16
  deprecated: "deprecated";
15
17
  active: "active";
16
18
  archived: "archived";
17
19
  }>;
20
+ ontology: z.ZodOptional<z.ZodObject<{
21
+ actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
22
+ primaryAction: z.ZodOptional<z.ZodString>;
23
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
24
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
25
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
26
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
27
+ }, z.core.$strip>>;
28
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
29
+ path: z.ZodString;
30
+ role: z.ZodEnum<{
31
+ schema: "schema";
32
+ config: "config";
33
+ entrypoint: "entrypoint";
34
+ handler: "handler";
35
+ test: "test";
36
+ docs: "docs";
37
+ }>;
38
+ symbol: z.ZodOptional<z.ZodString>;
39
+ description: z.ZodOptional<z.ZodString>;
40
+ }, z.core.$strip>>>;
18
41
  kind: z.ZodLiteral<"workflow">;
19
- actionKey: z.ZodOptional<z.ZodString>;
20
42
  emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
21
43
  eventKey: z.ZodString;
22
44
  label: z.ZodString;
@@ -33,12 +55,35 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
33
55
  id: z.ZodString;
34
56
  order: z.ZodDefault<z.ZodNumber>;
35
57
  systemPath: z.ZodString;
58
+ title: z.ZodOptional<z.ZodString>;
59
+ description: z.ZodOptional<z.ZodString>;
36
60
  ownerRoleId: z.ZodOptional<z.ZodString>;
37
61
  status: z.ZodEnum<{
38
62
  deprecated: "deprecated";
39
63
  active: "active";
40
64
  archived: "archived";
41
65
  }>;
66
+ ontology: z.ZodOptional<z.ZodObject<{
67
+ actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
68
+ primaryAction: z.ZodOptional<z.ZodString>;
69
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
70
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
71
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
72
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
73
+ }, z.core.$strip>>;
74
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
75
+ path: z.ZodString;
76
+ role: z.ZodEnum<{
77
+ schema: "schema";
78
+ config: "config";
79
+ entrypoint: "entrypoint";
80
+ handler: "handler";
81
+ test: "test";
82
+ docs: "docs";
83
+ }>;
84
+ symbol: z.ZodOptional<z.ZodString>;
85
+ description: z.ZodOptional<z.ZodString>;
86
+ }, z.core.$strip>>>;
42
87
  kind: z.ZodLiteral<"agent">;
43
88
  agentKind: z.ZodEnum<{
44
89
  platform: "platform";
@@ -87,24 +132,70 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
87
132
  id: z.ZodString;
88
133
  order: z.ZodDefault<z.ZodNumber>;
89
134
  systemPath: z.ZodString;
135
+ title: z.ZodOptional<z.ZodString>;
136
+ description: z.ZodOptional<z.ZodString>;
90
137
  ownerRoleId: z.ZodOptional<z.ZodString>;
91
138
  status: z.ZodEnum<{
92
139
  deprecated: "deprecated";
93
140
  active: "active";
94
141
  archived: "archived";
95
142
  }>;
143
+ ontology: z.ZodOptional<z.ZodObject<{
144
+ actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
145
+ primaryAction: z.ZodOptional<z.ZodString>;
146
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
147
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
148
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
149
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
150
+ }, z.core.$strip>>;
151
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
152
+ path: z.ZodString;
153
+ role: z.ZodEnum<{
154
+ schema: "schema";
155
+ config: "config";
156
+ entrypoint: "entrypoint";
157
+ handler: "handler";
158
+ test: "test";
159
+ docs: "docs";
160
+ }>;
161
+ symbol: z.ZodOptional<z.ZodString>;
162
+ description: z.ZodOptional<z.ZodString>;
163
+ }, z.core.$strip>>>;
96
164
  kind: z.ZodLiteral<"integration">;
97
165
  provider: z.ZodString;
98
166
  }, z.core.$strip>, z.ZodObject<{
99
167
  id: z.ZodString;
100
168
  order: z.ZodDefault<z.ZodNumber>;
101
169
  systemPath: z.ZodString;
170
+ title: z.ZodOptional<z.ZodString>;
171
+ description: z.ZodOptional<z.ZodString>;
102
172
  ownerRoleId: z.ZodOptional<z.ZodString>;
103
173
  status: z.ZodEnum<{
104
174
  deprecated: "deprecated";
105
175
  active: "active";
106
176
  archived: "archived";
107
177
  }>;
178
+ ontology: z.ZodOptional<z.ZodObject<{
179
+ actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
180
+ primaryAction: z.ZodOptional<z.ZodString>;
181
+ reads: z.ZodOptional<z.ZodArray<z.ZodString>>;
182
+ writes: z.ZodOptional<z.ZodArray<z.ZodString>>;
183
+ usesCatalogs: z.ZodOptional<z.ZodArray<z.ZodString>>;
184
+ emits: z.ZodOptional<z.ZodArray<z.ZodString>>;
185
+ }, z.core.$strip>>;
186
+ codeRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
187
+ path: z.ZodString;
188
+ role: z.ZodEnum<{
189
+ schema: "schema";
190
+ config: "config";
191
+ entrypoint: "entrypoint";
192
+ handler: "handler";
193
+ test: "test";
194
+ docs: "docs";
195
+ }>;
196
+ symbol: z.ZodOptional<z.ZodString>;
197
+ description: z.ZodOptional<z.ZodString>;
198
+ }, z.core.$strip>>>;
108
199
  kind: z.ZodLiteral<"script">;
109
200
  language: z.ZodEnum<{
110
201
  shell: "shell";
@@ -119,6 +210,100 @@ declare const ResourceEntrySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
119
210
  type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
120
211
  type ResourceEntry = z.infer<typeof ResourceEntrySchema>;
121
212
 
213
+ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
214
+ objectTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
215
+ id: z.ZodString;
216
+ label: z.ZodOptional<z.ZodString>;
217
+ description: z.ZodOptional<z.ZodString>;
218
+ ownerSystemId: z.ZodOptional<z.ZodString>;
219
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
220
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
221
+ storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
222
+ }, z.core.$loose>>>>;
223
+ linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
224
+ id: z.ZodString;
225
+ label: z.ZodOptional<z.ZodString>;
226
+ description: z.ZodOptional<z.ZodString>;
227
+ ownerSystemId: z.ZodOptional<z.ZodString>;
228
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
229
+ from: z.ZodString;
230
+ to: z.ZodString;
231
+ cardinality: z.ZodOptional<z.ZodString>;
232
+ via: z.ZodOptional<z.ZodString>;
233
+ }, z.core.$loose>>>>;
234
+ actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
235
+ id: z.ZodString;
236
+ label: z.ZodOptional<z.ZodString>;
237
+ description: z.ZodOptional<z.ZodString>;
238
+ ownerSystemId: z.ZodOptional<z.ZodString>;
239
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
240
+ actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
241
+ input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
242
+ effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
243
+ }, z.core.$loose>>>>;
244
+ catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
245
+ id: z.ZodString;
246
+ label: z.ZodOptional<z.ZodString>;
247
+ description: z.ZodOptional<z.ZodString>;
248
+ ownerSystemId: z.ZodOptional<z.ZodString>;
249
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
250
+ kind: z.ZodOptional<z.ZodString>;
251
+ appliesTo: z.ZodOptional<z.ZodString>;
252
+ entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
253
+ }, z.core.$loose>>>>;
254
+ eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
255
+ id: z.ZodString;
256
+ label: z.ZodOptional<z.ZodString>;
257
+ description: z.ZodOptional<z.ZodString>;
258
+ ownerSystemId: z.ZodOptional<z.ZodString>;
259
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
260
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
261
+ }, z.core.$loose>>>>;
262
+ interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
263
+ id: z.ZodString;
264
+ label: z.ZodOptional<z.ZodString>;
265
+ description: z.ZodOptional<z.ZodString>;
266
+ ownerSystemId: z.ZodOptional<z.ZodString>;
267
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
268
+ properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
269
+ }, z.core.$loose>>>>;
270
+ valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
271
+ id: z.ZodString;
272
+ label: z.ZodOptional<z.ZodString>;
273
+ description: z.ZodOptional<z.ZodString>;
274
+ ownerSystemId: z.ZodOptional<z.ZodString>;
275
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
276
+ primitive: z.ZodOptional<z.ZodString>;
277
+ }, z.core.$loose>>>>;
278
+ sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
279
+ id: z.ZodString;
280
+ label: z.ZodOptional<z.ZodString>;
281
+ description: z.ZodOptional<z.ZodString>;
282
+ ownerSystemId: z.ZodOptional<z.ZodString>;
283
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
284
+ valueType: z.ZodOptional<z.ZodString>;
285
+ searchable: z.ZodOptional<z.ZodBoolean>;
286
+ pii: z.ZodOptional<z.ZodBoolean>;
287
+ }, z.core.$loose>>>>;
288
+ groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
289
+ id: z.ZodString;
290
+ label: z.ZodOptional<z.ZodString>;
291
+ description: z.ZodOptional<z.ZodString>;
292
+ ownerSystemId: z.ZodOptional<z.ZodString>;
293
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
294
+ members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
295
+ }, z.core.$loose>>>>;
296
+ surfaces: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
297
+ id: z.ZodString;
298
+ label: z.ZodOptional<z.ZodString>;
299
+ description: z.ZodOptional<z.ZodString>;
300
+ ownerSystemId: z.ZodOptional<z.ZodString>;
301
+ aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
302
+ route: z.ZodOptional<z.ZodString>;
303
+ }, z.core.$loose>>>>;
304
+ }, z.core.$strip>>;
305
+ type OntologyScope = z.infer<typeof OntologyScopeSchema>;
306
+
122
307
  /**
123
308
  * Supported integration types
124
309
  *
@@ -148,6 +333,10 @@ declare const ContentNodeSchema: z.ZodObject<{
148
333
  }, z.core.$strip>;
149
334
  type ContentNode = z.infer<typeof ContentNodeSchema>;
150
335
 
336
+ type JsonPrimitive = string | number | boolean | null;
337
+ type JsonValue = JsonPrimitive | JsonValue[] | {
338
+ [key: string]: JsonValue;
339
+ };
151
340
  /** Explicit interface needed to annotate the recursive SystemEntrySchema. */
152
341
  interface SystemEntry {
153
342
  id: string;
@@ -182,6 +371,13 @@ interface SystemEntry {
182
371
  devOnly?: boolean;
183
372
  requiresAdmin?: boolean;
184
373
  order: number;
374
+ config?: Record<string, JsonValue>;
375
+ ontology?: OntologyScope;
376
+ systems?: Record<string, SystemEntry>;
377
+ /**
378
+ * @deprecated Compatibility-only bridge for old tenant data and migration readers.
379
+ * Author new semantic catalogs in `ontology` and local settings in `config`.
380
+ */
185
381
  content?: Record<string, ContentNode>;
186
382
  subsystems?: Record<string, SystemEntry>;
187
383
  }
@@ -518,16 +714,21 @@ declare const LinkSchema: z.ZodObject<{
518
714
  kind: z.ZodEnum<{
519
715
  links: "links";
520
716
  affects: "affects";
717
+ effects: "effects";
718
+ actions: "actions";
719
+ reads: "reads";
720
+ writes: "writes";
521
721
  emits: "emits";
722
+ triggers: "triggers";
723
+ uses: "uses";
724
+ approval: "approval";
522
725
  contains: "contains";
523
726
  references: "references";
524
727
  maps_to: "maps_to";
525
- uses: "uses";
526
728
  governs: "governs";
527
729
  originates_from: "originates_from";
528
- triggers: "triggers";
529
730
  applies_to: "applies_to";
530
- effects: "effects";
731
+ uses_catalog: "uses_catalog";
531
732
  }>;
532
733
  }, z.core.$strip>;
533
734
  type Link = z.infer<typeof LinkSchema>;
@@ -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,22 +1,23 @@
1
- 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';
1
+ 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';
2
2
  export { observabilityKeys, useErrorTrends } from '../chunk-VNAZTCHA.js';
3
3
  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';
4
4
  import '../chunk-BRXELOHC.js';
5
5
  export { useMergedExecution } from '../chunk-3ZMAGTWF.js';
6
- import '../chunk-5FJJ72HU.js';
7
- import '../chunk-RQTWIXJ5.js';
6
+ import '../chunk-FOUYP4JX.js';
7
+ import '../chunk-53436UTQ.js';
8
8
  import '../chunk-RQA2EVN3.js';
9
9
  import '../chunk-3FV6HBXS.js';
10
10
  import '../chunk-WLOQ4IBG.js';
11
- import '../chunk-6DWD423K.js';
11
+ import '../chunk-PIS24NIV.js';
12
12
  import '../chunk-EPTHX4VZ.js';
13
13
  import '../chunk-3KMDHCAR.js';
14
- import '../chunk-YLQEVSOR.js';
14
+ import '../chunk-WGUEIGPC.js';
15
15
  import '../chunk-SZHARWKU.js';
16
- export { createFeatureAccessHook } from '../chunk-QXCDKE2O.js';
16
+ export { createFeatureAccessHook } from '../chunk-WJOE76FI.js';
17
17
  import '../chunk-TKAYX2SP.js';
18
18
  import '../chunk-NYBEU5TE.js';
19
- import '../chunk-T35FWDAB.js';
19
+ import '../chunk-DWXDNT7P.js';
20
+ import '../chunk-DYIDXUJS.js';
20
21
  import '../chunk-ND5TDV2J.js';
21
22
  import '../chunk-2IFYDILW.js';
22
23
  import '../chunk-Q7DJKLEN.js';