@elevasis/ui 2.30.0 → 2.31.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 (109) hide show
  1. package/dist/{CoreAuthKitInner-QC62UHTZ.js → CoreAuthKitInner-KSEGSB67.js} +1 -1
  2. package/dist/api/index.js +3 -3
  3. package/dist/app/index.d.ts +122 -1
  4. package/dist/app/index.js +7 -7
  5. package/dist/auth/context.js +1 -1
  6. package/dist/auth/index.js +1 -1
  7. package/dist/charts/index.js +4 -4
  8. package/dist/{chunk-T5Z7G2J2.js → chunk-3BAPR3KA.js} +1 -1
  9. package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
  10. package/dist/{chunk-2DIYILF7.js → chunk-542WPQU2.js} +2 -2
  11. package/dist/{chunk-SBCIB5TZ.js → chunk-5LJAEZMA.js} +5 -5
  12. package/dist/{chunk-T2PAD63Y.js → chunk-7HMCB26R.js} +1 -1
  13. package/dist/chunk-7KC4P3AU.js +357 -0
  14. package/dist/{chunk-AKOD52HS.js → chunk-CQZ3DNQY.js} +4 -3
  15. package/dist/{chunk-I2KLQ2HA.js → chunk-DZTG5IAC.js} +7 -1
  16. package/dist/{chunk-JCGD4GM6.js → chunk-GRDLB6LM.js} +1 -0
  17. package/dist/{chunk-JKTPRYGV.js → chunk-HQGF4ATG.js} +9 -55
  18. package/dist/{chunk-SKXXT3E2.js → chunk-HYNYEBHM.js} +4 -4
  19. package/dist/{chunk-6EFVZV6X.js → chunk-JKSUN5GN.js} +718 -64
  20. package/dist/{chunk-LRZFLK2F.js → chunk-L2NVFLXU.js} +3 -3
  21. package/dist/{chunk-6WXDE5LZ.js → chunk-L3BVJWML.js} +1 -1
  22. package/dist/{chunk-3MDNBHVB.js → chunk-MVFCLZSK.js} +690 -221
  23. package/dist/{chunk-HYLERWRO.js → chunk-ND42LPY4.js} +6 -6
  24. package/dist/{chunk-CLUP5H3C.js → chunk-O2QOPJI5.js} +360 -126
  25. package/dist/{chunk-X2SUMO3P.js → chunk-P55BJZZW.js} +2 -1
  26. package/dist/{chunk-4FZYEEPK.js → chunk-Q6OYNEGR.js} +5 -5
  27. package/dist/{chunk-4SY6BTVZ.js → chunk-QDEETKYT.js} +4 -1
  28. package/dist/{chunk-IKQ42WHU.js → chunk-QHEWXU7I.js} +1 -1
  29. package/dist/chunk-R2XR4FCV.js +48 -0
  30. package/dist/chunk-R66W5UDG.js +26 -0
  31. package/dist/{chunk-3GV5NHSS.js → chunk-SHQXMW4F.js} +39 -211
  32. package/dist/{chunk-A7B7HLDF.js → chunk-T3IPHEYJ.js} +1889 -301
  33. package/dist/{chunk-7E3FUTND.js → chunk-TOIXUWR6.js} +1 -1
  34. package/dist/{chunk-NITGGYH2.js → chunk-TVRQ6AQI.js} +1 -1
  35. package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
  36. package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
  37. package/dist/{chunk-P5WYW2GI.js → chunk-Y4FWCG7Y.js} +150 -305
  38. package/dist/components/chat/index.js +1 -1
  39. package/dist/components/index.d.ts +205 -11
  40. package/dist/components/index.js +38 -35
  41. package/dist/components/navigation/index.js +1 -1
  42. package/dist/execution/index.d.ts +2 -1
  43. package/dist/execution/index.js +1 -1
  44. package/dist/features/auth/index.d.ts +121 -0
  45. package/dist/features/auth/index.js +1 -1
  46. package/dist/features/clients/index.css +611 -0
  47. package/dist/features/clients/index.d.ts +86 -0
  48. package/dist/features/clients/index.js +719 -0
  49. package/dist/features/crm/index.d.ts +148 -2
  50. package/dist/features/crm/index.js +18 -16
  51. package/dist/features/dashboard/index.d.ts +36 -1
  52. package/dist/features/dashboard/index.js +14 -14
  53. package/dist/features/delivery/index.d.ts +121 -0
  54. package/dist/features/delivery/index.js +18 -16
  55. package/dist/features/knowledge/index.js +43 -20
  56. package/dist/features/lead-gen/index.d.ts +17 -11
  57. package/dist/features/lead-gen/index.js +19 -17
  58. package/dist/features/monitoring/index.js +17 -16
  59. package/dist/features/monitoring/requests/index.js +14 -13
  60. package/dist/features/operations/index.d.ts +38 -2
  61. package/dist/features/operations/index.js +22 -21
  62. package/dist/features/seo/index.js +1 -1
  63. package/dist/features/settings/index.d.ts +121 -0
  64. package/dist/features/settings/index.js +16 -15
  65. package/dist/graph/index.js +1 -1
  66. package/dist/hooks/delivery/index.d.ts +140 -0
  67. package/dist/hooks/delivery/index.js +3 -3
  68. package/dist/hooks/index.d.ts +583 -19
  69. package/dist/hooks/index.js +12 -12
  70. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +82 -1
  71. package/dist/hooks/operations/command-view/utils/transformCommandViewData.js +1 -1
  72. package/dist/hooks/published.d.ts +583 -19
  73. package/dist/hooks/published.js +12 -12
  74. package/dist/index.d.ts +680 -21
  75. package/dist/index.js +13 -13
  76. package/dist/initialization/index.d.ts +121 -0
  77. package/dist/initialization/index.js +1 -1
  78. package/dist/knowledge/index.d.ts +97 -1
  79. package/dist/knowledge/index.js +1692 -1039
  80. package/dist/layout/index.d.ts +6 -0
  81. package/dist/layout/index.js +4 -4
  82. package/dist/organization/index.js +1 -1
  83. package/dist/profile/index.d.ts +121 -0
  84. package/dist/profile/index.js +1 -1
  85. package/dist/provider/ElevasisServiceContext.js +1 -1
  86. package/dist/provider/index.d.ts +218 -2
  87. package/dist/provider/index.js +10 -10
  88. package/dist/provider/published.d.ts +218 -2
  89. package/dist/provider/published.js +7 -7
  90. package/dist/router/context.js +1 -1
  91. package/dist/router/index.js +1 -1
  92. package/dist/sse/index.js +1 -1
  93. package/dist/supabase/index.d.ts +232 -0
  94. package/dist/supabase/index.js +1 -1
  95. package/dist/test-utils/index.js +3 -3
  96. package/dist/test-utils/setup-integration.js +1 -1
  97. package/dist/test-utils/setup.js +2 -2
  98. package/dist/theme/index.js +4 -4
  99. package/dist/theme/presets/index.js +2 -2
  100. package/dist/typeform/index.js +1 -1
  101. package/dist/typeform/schemas.js +1 -1
  102. package/dist/types/index.d.ts +204 -1
  103. package/dist/utils/index.d.ts +36 -1
  104. package/dist/utils/index.js +2 -2
  105. package/dist/vite/index.js +3 -3
  106. package/dist/vite-plugin-knowledge/index.js +2 -2
  107. package/dist/zustand/index.js +1 -1
  108. package/package.json +13 -4
  109. /package/dist/{chunk-HXZQWMKE.js → chunk-XQHZBA65.js} +0 -0
@@ -111,6 +111,7 @@ type Database = {
111
111
  batch_id: string | null;
112
112
  category: string | null;
113
113
  category_pain: string | null;
114
+ client_id: string | null;
114
115
  created_at: string;
115
116
  domain: string | null;
116
117
  enrichment_data: Json | null;
@@ -137,6 +138,7 @@ type Database = {
137
138
  batch_id?: string | null;
138
139
  category?: string | null;
139
140
  category_pain?: string | null;
141
+ client_id?: string | null;
140
142
  created_at?: string;
141
143
  domain?: string | null;
142
144
  enrichment_data?: Json | null;
@@ -163,6 +165,7 @@ type Database = {
163
165
  batch_id?: string | null;
164
166
  category?: string | null;
165
167
  category_pain?: string | null;
168
+ client_id?: string | null;
166
169
  created_at?: string;
167
170
  domain?: string | null;
168
171
  enrichment_data?: Json | null;
@@ -186,6 +189,13 @@ type Database = {
186
189
  website?: string | null;
187
190
  };
188
191
  Relationships: [
192
+ {
193
+ foreignKeyName: "acq_companies_client_id_fkey";
194
+ columns: ["client_id"];
195
+ isOneToOne: false;
196
+ referencedRelation: "clients";
197
+ referencedColumns: ["id"];
198
+ },
189
199
  {
190
200
  foreignKeyName: "acq_companies_organization_id_fkey";
191
201
  columns: ["organization_id"];
@@ -200,6 +210,7 @@ type Database = {
200
210
  batch_id: string | null;
201
211
  brochure_first_viewed_at: string | null;
202
212
  brochure_view_count: number;
213
+ client_id: string | null;
203
214
  company_id: string | null;
204
215
  created_at: string;
205
216
  email: string;
@@ -228,6 +239,7 @@ type Database = {
228
239
  batch_id?: string | null;
229
240
  brochure_first_viewed_at?: string | null;
230
241
  brochure_view_count?: number;
242
+ client_id?: string | null;
231
243
  company_id?: string | null;
232
244
  created_at?: string;
233
245
  email: string;
@@ -256,6 +268,7 @@ type Database = {
256
268
  batch_id?: string | null;
257
269
  brochure_first_viewed_at?: string | null;
258
270
  brochure_view_count?: number;
271
+ client_id?: string | null;
259
272
  company_id?: string | null;
260
273
  created_at?: string;
261
274
  email?: string;
@@ -281,6 +294,13 @@ type Database = {
281
294
  updated_at?: string;
282
295
  };
283
296
  Relationships: [
297
+ {
298
+ foreignKeyName: "acq_contacts_client_id_fkey";
299
+ columns: ["client_id"];
300
+ isOneToOne: false;
301
+ referencedRelation: "clients";
302
+ referencedColumns: ["id"];
303
+ },
284
304
  {
285
305
  foreignKeyName: "acq_contacts_company_id_fkey";
286
306
  columns: ["company_id"];
@@ -524,8 +544,10 @@ type Database = {
524
544
  acq_deals: {
525
545
  Row: {
526
546
  activity_log: Json;
547
+ client_id: string | null;
527
548
  closed_lost_at: string | null;
528
549
  closed_lost_reason: string | null;
550
+ company_id: string | null;
529
551
  contact_email: string;
530
552
  contact_id: string | null;
531
553
  created_at: string;
@@ -561,8 +583,10 @@ type Database = {
561
583
  };
562
584
  Insert: {
563
585
  activity_log?: Json;
586
+ client_id?: string | null;
564
587
  closed_lost_at?: string | null;
565
588
  closed_lost_reason?: string | null;
589
+ company_id?: string | null;
566
590
  contact_email: string;
567
591
  contact_id?: string | null;
568
592
  created_at?: string;
@@ -598,8 +622,10 @@ type Database = {
598
622
  };
599
623
  Update: {
600
624
  activity_log?: Json;
625
+ client_id?: string | null;
601
626
  closed_lost_at?: string | null;
602
627
  closed_lost_reason?: string | null;
628
+ company_id?: string | null;
603
629
  contact_email?: string;
604
630
  contact_id?: string | null;
605
631
  created_at?: string;
@@ -634,6 +660,20 @@ type Database = {
634
660
  updated_at?: string;
635
661
  };
636
662
  Relationships: [
663
+ {
664
+ foreignKeyName: "acq_deals_client_id_fkey";
665
+ columns: ["client_id"];
666
+ isOneToOne: false;
667
+ referencedRelation: "clients";
668
+ referencedColumns: ["id"];
669
+ },
670
+ {
671
+ foreignKeyName: "acq_deals_company_id_fkey";
672
+ columns: ["company_id"];
673
+ isOneToOne: false;
674
+ referencedRelation: "acq_companies";
675
+ referencedColumns: ["id"];
676
+ },
637
677
  {
638
678
  foreignKeyName: "acq_deals_contact_id_fkey";
639
679
  columns: ["contact_id"];
@@ -1251,6 +1291,77 @@ type Database = {
1251
1291
  }
1252
1292
  ];
1253
1293
  };
1294
+ clients: {
1295
+ Row: {
1296
+ converted_at: string | null;
1297
+ created_at: string;
1298
+ id: string;
1299
+ metadata: Json;
1300
+ name: string;
1301
+ organization_id: string;
1302
+ primary_company_id: string | null;
1303
+ primary_contact_id: string | null;
1304
+ source_deal_id: string | null;
1305
+ status: string;
1306
+ updated_at: string;
1307
+ };
1308
+ Insert: {
1309
+ converted_at?: string | null;
1310
+ created_at?: string;
1311
+ id?: string;
1312
+ metadata?: Json;
1313
+ name: string;
1314
+ organization_id: string;
1315
+ primary_company_id?: string | null;
1316
+ primary_contact_id?: string | null;
1317
+ source_deal_id?: string | null;
1318
+ status?: string;
1319
+ updated_at?: string;
1320
+ };
1321
+ Update: {
1322
+ converted_at?: string | null;
1323
+ created_at?: string;
1324
+ id?: string;
1325
+ metadata?: Json;
1326
+ name?: string;
1327
+ organization_id?: string;
1328
+ primary_company_id?: string | null;
1329
+ primary_contact_id?: string | null;
1330
+ source_deal_id?: string | null;
1331
+ status?: string;
1332
+ updated_at?: string;
1333
+ };
1334
+ Relationships: [
1335
+ {
1336
+ foreignKeyName: "clients_organization_id_fkey";
1337
+ columns: ["organization_id"];
1338
+ isOneToOne: false;
1339
+ referencedRelation: "organizations";
1340
+ referencedColumns: ["id"];
1341
+ },
1342
+ {
1343
+ foreignKeyName: "clients_primary_company_id_fkey";
1344
+ columns: ["primary_company_id"];
1345
+ isOneToOne: false;
1346
+ referencedRelation: "acq_companies";
1347
+ referencedColumns: ["id"];
1348
+ },
1349
+ {
1350
+ foreignKeyName: "clients_primary_contact_id_fkey";
1351
+ columns: ["primary_contact_id"];
1352
+ isOneToOne: false;
1353
+ referencedRelation: "acq_contacts";
1354
+ referencedColumns: ["id"];
1355
+ },
1356
+ {
1357
+ foreignKeyName: "clients_source_deal_id_fkey";
1358
+ columns: ["source_deal_id"];
1359
+ isOneToOne: false;
1360
+ referencedRelation: "acq_deals";
1361
+ referencedColumns: ["id"];
1362
+ }
1363
+ ];
1364
+ };
1254
1365
  command_queue: {
1255
1366
  Row: {
1256
1367
  action_payload: Json | null;
@@ -2220,6 +2331,7 @@ type Database = {
2220
2331
  Row: {
2221
2332
  actual_end_date: string | null;
2222
2333
  client_company_id: string | null;
2334
+ client_id: string | null;
2223
2335
  contract_value: number | null;
2224
2336
  created_at: string;
2225
2337
  deal_id: string | null;
@@ -2237,6 +2349,7 @@ type Database = {
2237
2349
  Insert: {
2238
2350
  actual_end_date?: string | null;
2239
2351
  client_company_id?: string | null;
2352
+ client_id?: string | null;
2240
2353
  contract_value?: number | null;
2241
2354
  created_at?: string;
2242
2355
  deal_id?: string | null;
@@ -2254,6 +2367,7 @@ type Database = {
2254
2367
  Update: {
2255
2368
  actual_end_date?: string | null;
2256
2369
  client_company_id?: string | null;
2370
+ client_id?: string | null;
2257
2371
  contract_value?: number | null;
2258
2372
  created_at?: string;
2259
2373
  deal_id?: string | null;
@@ -2290,6 +2404,13 @@ type Database = {
2290
2404
  referencedRelation: "acq_companies";
2291
2405
  referencedColumns: ["id"];
2292
2406
  },
2407
+ {
2408
+ foreignKeyName: "prj_projects_client_id_fkey";
2409
+ columns: ["client_id"];
2410
+ isOneToOne: false;
2411
+ referencedRelation: "clients";
2412
+ referencedColumns: ["id"];
2413
+ },
2293
2414
  {
2294
2415
  foreignKeyName: "prj_projects_deal_id_fkey";
2295
2416
  columns: ["deal_id"];
@@ -3009,6 +3130,7 @@ type ResolvedCrmPriorityRuleConfig = CrmPriorityRuleConfig & {
3009
3130
  declare const DealDetailResponseSchema: z.ZodObject<{
3010
3131
  id: z.ZodString;
3011
3132
  organization_id: z.ZodString;
3133
+ client_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3012
3134
  contact_id: z.ZodNullable<z.ZodString>;
3013
3135
  contact_email: z.ZodString;
3014
3136
  pipeline_key: z.ZodString;
@@ -3093,6 +3215,25 @@ declare const DealDetailResponseSchema: z.ZodObject<{
3093
3215
  sentAt: z.ZodNullable<z.ZodString>;
3094
3216
  }, z.core.$strip>>;
3095
3217
  }, z.core.$strip>;
3218
+ lineage: z.ZodOptional<z.ZodObject<{
3219
+ list: z.ZodNullable<z.ZodObject<{
3220
+ id: z.ZodString;
3221
+ name: z.ZodString;
3222
+ status: z.ZodString;
3223
+ }, z.core.$strip>>;
3224
+ projects: z.ZodArray<z.ZodObject<{
3225
+ id: z.ZodString;
3226
+ name: z.ZodString;
3227
+ kind: z.ZodString;
3228
+ status: z.ZodString;
3229
+ updatedAt: z.ZodString;
3230
+ }, z.core.$strip>>;
3231
+ client: z.ZodNullable<z.ZodObject<{
3232
+ id: z.ZodString;
3233
+ name: z.ZodString;
3234
+ status: z.ZodString;
3235
+ }, z.core.$strip>>;
3236
+ }, z.core.$strip>>;
3096
3237
  }, z.core.$strip>;
3097
3238
  type DealDetailResponse = z.infer<typeof DealDetailResponseSchema>;
3098
3239
 
@@ -3349,6 +3490,11 @@ declare function CompanyDetailPage({ companyId }: CompanyDetailPageProps): react
3349
3490
 
3350
3491
  declare function CrmSettingsPage(): react_jsx_runtime.JSX.Element;
3351
3492
 
3493
+ interface ContactDetailPageProps {
3494
+ contactId: string;
3495
+ }
3496
+ declare function ContactDetailPage({ contactId }: ContactDetailPageProps): react_jsx_runtime.JSX.Element;
3497
+
3352
3498
  interface CrmPrioritySettingsResponse {
3353
3499
  override: CrmPriorityOverride | null;
3354
3500
  resolved: ResolvedCrmPriorityRuleConfig;
@@ -3373,5 +3519,5 @@ declare function useUpdateCrmPrioritySettings(): _tanstack_react_query.UseMutati
3373
3519
  }, unknown>;
3374
3520
  declare function useResetCrmPrioritySettings(): _tanstack_react_query.UseMutationResult<CrmPrioritySettingsResponse, Error, void, unknown>;
3375
3521
 
3376
- export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings };
3377
- export type { ActivityFeedWidgetProps, CompanyDetailPageProps, RecentActivityEntry as CrmActivityEntry, CrmActivityKind, CrmOverviewProps, CrmPrioritySettingsResponse, CrmQuickMetrics, CrmSidebarMiddleProps, MyTasksPanelProps, PipelineFunnelWidgetProps, PipelineStageSummary, QuickCreateActionsProps, SavedViewPreset, SavedViewsPanelProps };
3522
+ export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings };
3523
+ export type { ActivityFeedWidgetProps, CompanyDetailPageProps, ContactDetailPageProps, RecentActivityEntry as CrmActivityEntry, CrmActivityKind, CrmOverviewProps, CrmPrioritySettingsResponse, CrmQuickMetrics, CrmSidebarMiddleProps, MyTasksPanelProps, PipelineFunnelWidgetProps, PipelineStageSummary, QuickCreateActionsProps, SavedViewPreset, SavedViewsPanelProps };
@@ -1,30 +1,32 @@
1
- export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-P5WYW2GI.js';
2
- import '../../chunk-BZZCNLT6.js';
3
- import '../../chunk-TUMSNGTX.js';
1
+ export { ActivityFeedWidget, CompanyDetailPage, ContactDetailPage, ConversationThread, CrmOverview, CrmSettingsPage, CrmSidebar, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, crmManifest, crmPrioritySettingsKeys, formatDealStageLabel, useCrmPipelineSummary, useCrmPrioritySettings, useCrmQuickMetrics, useRecentCrmActivity, useResetCrmPrioritySettings, useUpdateCrmPrioritySettings } from '../../chunk-Y4FWCG7Y.js';
2
+ export { CRM_ITEMS, CrmSidebarMiddle, MyTasksPanel, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel } from '../../chunk-7KC4P3AU.js';
3
+ import '../../chunk-VNFR57DF.js';
4
4
  import '../../chunk-X4WBGKJQ.js';
5
5
  import '../../chunk-IIMU5YAJ.js';
6
+ import '../../chunk-BZZCNLT6.js';
7
+ import '../../chunk-TUMSNGTX.js';
6
8
  import '../../chunk-PDHTXPSF.js';
7
- import '../../chunk-KVJ3LFH2.js';
9
+ import '../../chunk-R66W5UDG.js';
8
10
  import '../../chunk-7M2VOCYN.js';
9
- import '../../chunk-6EFVZV6X.js';
11
+ import '../../chunk-JKSUN5GN.js';
10
12
  import '../../chunk-6YT4IKJ7.js';
11
- import '../../chunk-T2PAD63Y.js';
13
+ import '../../chunk-7HMCB26R.js';
12
14
  import '../../chunk-BRXELOHC.js';
13
15
  import '../../chunk-3ZMAGTWF.js';
14
16
  import '../../chunk-OAVTMITG.js';
15
- import '../../chunk-SKXXT3E2.js';
16
- import '../../chunk-T5Z7G2J2.js';
17
- import '../../chunk-4VQ2PXMI.js';
17
+ import '../../chunk-HYNYEBHM.js';
18
+ import '../../chunk-3BAPR3KA.js';
19
+ import '../../chunk-3FV6HBXS.js';
18
20
  import '../../chunk-WLOQ4IBG.js';
19
- import '../../chunk-4SY6BTVZ.js';
20
- import '../../chunk-6WXDE5LZ.js';
21
+ import '../../chunk-QDEETKYT.js';
22
+ import '../../chunk-6IXOKUBC.js';
23
+ import '../../chunk-L3BVJWML.js';
21
24
  import '../../chunk-3KMDHCAR.js';
22
- import '../../chunk-AKOD52HS.js';
25
+ import '../../chunk-CQZ3DNQY.js';
23
26
  import '../../chunk-SZHARWKU.js';
24
- import '../../chunk-6IXOKUBC.js';
25
27
  import '../../chunk-TKAYX2SP.js';
26
28
  import '../../chunk-NYBEU5TE.js';
27
- import '../../chunk-7E3FUTND.js';
29
+ import '../../chunk-TOIXUWR6.js';
28
30
  import '../../chunk-2IFYDILW.js';
29
31
  import '../../chunk-Q7DJKLEN.js';
30
32
  import '../../chunk-JA5ECJJB.js';
@@ -33,7 +35,7 @@ import '../../chunk-E565XMTQ.js';
33
35
  import '../../chunk-JBWJ6WHZ.js';
34
36
  import '../../chunk-DT3QYZVU.js';
35
37
  import '../../chunk-RNP5R5I3.js';
36
- import '../../chunk-HXZQWMKE.js';
38
+ import '../../chunk-XQHZBA65.js';
37
39
  import '../../chunk-KRWALB24.js';
38
40
  import '../../chunk-VKIZUUPM.js';
39
41
  import '../../chunk-533DUEQY.js';
@@ -41,4 +43,4 @@ import '../../chunk-DD3CCMCZ.js';
41
43
  import '../../chunk-2Q2JQSQO.js';
42
44
  import '../../chunk-KJ3QUBNU.js';
43
45
  import '../../chunk-BRJ3QZ4E.js';
44
- import '../../chunk-I2KLQ2HA.js';
46
+ import '../../chunk-DZTG5IAC.js';
@@ -2,6 +2,13 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
  import { z } from 'zod';
4
4
 
5
+ declare const ResourceGovernanceStatusSchema: z.ZodEnum<{
6
+ active: "active";
7
+ deprecated: "deprecated";
8
+ archived: "archived";
9
+ }>;
10
+ type ResourceGovernanceStatus = z.infer<typeof ResourceGovernanceStatusSchema>;
11
+
5
12
  /**
6
13
  * Time range selector for dashboard metrics
7
14
  */
@@ -84,6 +91,27 @@ interface ResourceExecutionSummary {
84
91
  successRate: number;
85
92
  }
86
93
 
94
+ declare const SystemEntrySchema: z.ZodObject<{
95
+ id: z.ZodString;
96
+ title: z.ZodString;
97
+ description: z.ZodString;
98
+ kind: z.ZodEnum<{
99
+ platform: "platform";
100
+ product: "product";
101
+ operational: "operational";
102
+ diagnostic: "diagnostic";
103
+ }>;
104
+ responsibleRoleId: z.ZodOptional<z.ZodString>;
105
+ governedByKnowledge: z.ZodDefault<z.ZodArray<z.ZodString>>;
106
+ drivesGoals: z.ZodDefault<z.ZodArray<z.ZodString>>;
107
+ status: z.ZodEnum<{
108
+ active: "active";
109
+ deprecated: "deprecated";
110
+ archived: "archived";
111
+ }>;
112
+ }, z.core.$strip>;
113
+ type SystemEntry = z.infer<typeof SystemEntrySchema>;
114
+
87
115
  /**
88
116
  * Resource Registry type definitions
89
117
  */
@@ -97,6 +125,7 @@ type ResourceStatus = 'dev' | 'prod';
97
125
  * Used as the discriminator field in ResourceDefinition
98
126
  */
99
127
  type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
128
+ type ResourceSystemSummary = Pick<SystemEntry, 'id' | 'title' | 'description' | 'kind' | 'status'>;
100
129
  /**
101
130
  * Base interface for ALL platform resources
102
131
  * Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
@@ -122,6 +151,12 @@ interface ResourceDefinition {
122
151
  sessionCapable?: boolean;
123
152
  /** Whether the resource is local (monorepo) or remote (externally deployed) */
124
153
  origin?: 'local' | 'remote';
154
+ /** OM System membership, when backed by a Resource descriptor */
155
+ systemId?: string;
156
+ /** Display metadata for the owning OM System */
157
+ system?: ResourceSystemSummary;
158
+ /** Governance lifecycle status from the OM Resource descriptor */
159
+ governanceStatus?: ResourceGovernanceStatus;
125
160
  /** Whether this resource is archived and should be excluded from registration and deployment */
126
161
  archived?: boolean;
127
162
  }
@@ -141,8 +176,8 @@ declare const LinkSchema: z.ZodObject<{
141
176
  type Link = z.infer<typeof LinkSchema>;
142
177
 
143
178
  declare const ResourceCategorySchema: z.ZodEnum<{
144
- production: "production";
145
179
  diagnostic: "diagnostic";
180
+ production: "production";
146
181
  internal: "internal";
147
182
  testing: "testing";
148
183
  }>;
@@ -1,31 +1,31 @@
1
- export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-4FZYEEPK.js';
1
+ export { Dashboard, DashboardOperationsOverview, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-Q6OYNEGR.js';
2
2
  import '../../chunk-3MEXPLWT.js';
3
3
  import '../../chunk-LGKLC5MG.js';
4
- import '../../chunk-2DIYILF7.js';
4
+ import '../../chunk-542WPQU2.js';
5
5
  import '../../chunk-CW3UNAF2.js';
6
6
  import '../../chunk-RYTEQBAO.js';
7
7
  import '../../chunk-22UVE3RA.js';
8
8
  import '../../chunk-E4WQGJNS.js';
9
9
  import '../../chunk-7M2VOCYN.js';
10
- import '../../chunk-6EFVZV6X.js';
10
+ import '../../chunk-JKSUN5GN.js';
11
11
  import '../../chunk-6YT4IKJ7.js';
12
- import '../../chunk-T2PAD63Y.js';
12
+ import '../../chunk-7HMCB26R.js';
13
13
  import '../../chunk-BRXELOHC.js';
14
14
  import '../../chunk-3ZMAGTWF.js';
15
15
  import '../../chunk-OAVTMITG.js';
16
- import '../../chunk-SKXXT3E2.js';
17
- import '../../chunk-T5Z7G2J2.js';
18
- import '../../chunk-4VQ2PXMI.js';
16
+ import '../../chunk-HYNYEBHM.js';
17
+ import '../../chunk-3BAPR3KA.js';
18
+ import '../../chunk-3FV6HBXS.js';
19
19
  import '../../chunk-WLOQ4IBG.js';
20
- import '../../chunk-4SY6BTVZ.js';
21
- import '../../chunk-6WXDE5LZ.js';
20
+ import '../../chunk-QDEETKYT.js';
21
+ import '../../chunk-6IXOKUBC.js';
22
+ import '../../chunk-L3BVJWML.js';
22
23
  import '../../chunk-3KMDHCAR.js';
23
- import '../../chunk-AKOD52HS.js';
24
+ import '../../chunk-CQZ3DNQY.js';
24
25
  import '../../chunk-SZHARWKU.js';
25
- import '../../chunk-6IXOKUBC.js';
26
26
  import '../../chunk-TKAYX2SP.js';
27
27
  import '../../chunk-NYBEU5TE.js';
28
- import '../../chunk-7E3FUTND.js';
28
+ import '../../chunk-TOIXUWR6.js';
29
29
  import '../../chunk-2IFYDILW.js';
30
30
  import '../../chunk-Q7DJKLEN.js';
31
31
  import '../../chunk-JA5ECJJB.js';
@@ -34,7 +34,7 @@ import '../../chunk-E565XMTQ.js';
34
34
  import '../../chunk-JBWJ6WHZ.js';
35
35
  import '../../chunk-DT3QYZVU.js';
36
36
  import '../../chunk-RNP5R5I3.js';
37
- import '../../chunk-HXZQWMKE.js';
37
+ import '../../chunk-XQHZBA65.js';
38
38
  import '../../chunk-KRWALB24.js';
39
39
  import '../../chunk-VKIZUUPM.js';
40
40
  import '../../chunk-533DUEQY.js';
@@ -42,4 +42,4 @@ import '../../chunk-DD3CCMCZ.js';
42
42
  import '../../chunk-2Q2JQSQO.js';
43
43
  import '../../chunk-KJ3QUBNU.js';
44
44
  import '../../chunk-BRJ3QZ4E.js';
45
- import '../../chunk-I2KLQ2HA.js';
45
+ import '../../chunk-DZTG5IAC.js';