@elevasis/ui 2.72.0 → 2.74.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 (100) hide show
  1. package/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +172 -20
  3. package/dist/app/index.js +9 -10
  4. package/dist/auth/index.js +5 -6
  5. package/dist/charts/index.js +5 -6
  6. package/dist/chunk-2GIJBHZT.js +60 -0
  7. package/dist/{chunk-2454MK7P.js → chunk-2MRRDF32.js} +115 -8
  8. package/dist/chunk-3LOKYZJC.js +231 -0
  9. package/dist/chunk-3QHX4ZKV.js +224 -0
  10. package/dist/chunk-43LC6XAX.js +69 -0
  11. package/dist/chunk-4M2BSHVT.js +116 -0
  12. package/dist/{chunk-SV4M2BUI.js → chunk-4MXNHJTA.js} +111 -46
  13. package/dist/{chunk-LEQGGX2U.js → chunk-5A6KCFS5.js} +36 -43
  14. package/dist/{chunk-KIDZXZM5.js → chunk-6JN2TLV2.js} +1480 -4200
  15. package/dist/{chunk-UZ5JO5TK.js → chunk-7ARBBELS.js} +1 -1
  16. package/dist/{chunk-DJWIIPKW.js → chunk-7RJ7P6S6.js} +6 -3
  17. package/dist/chunk-ARAFQBNI.js +515 -0
  18. package/dist/{chunk-DKVGO6RJ.js → chunk-BA3AZJUR.js} +1 -1
  19. package/dist/chunk-BRTGCFBH.js +305 -0
  20. package/dist/{chunk-7ESZKTQG.js → chunk-CQPULKKL.js} +5 -3
  21. package/dist/chunk-CRA7WQZH.js +49 -0
  22. package/dist/{chunk-XZIOCB5D.js → chunk-DCQKTDIG.js} +2 -52
  23. package/dist/{chunk-A3JHFZDP.js → chunk-E6YGA5WH.js} +1 -1
  24. package/dist/chunk-FA7LMNQO.js +439 -0
  25. package/dist/chunk-FZSG6M6W.js +45 -0
  26. package/dist/chunk-GDOR57D7.js +165 -0
  27. package/dist/{chunk-RRS2QR3W.js → chunk-GO4XJ5D4.js} +1 -1
  28. package/dist/chunk-GPQQGQGT.js +645 -0
  29. package/dist/chunk-HYQOGRWG.js +54 -0
  30. package/dist/{chunk-LCHL5SM2.js → chunk-LN4UW6S4.js} +1 -1
  31. package/dist/chunk-N6K2Q5BM.js +393 -0
  32. package/dist/{chunk-Z2W5VNN3.js → chunk-O32UQ26A.js} +3 -2
  33. package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
  34. package/dist/{chunk-Q3O3WY7Q.js → chunk-R5UGIFYU.js} +74 -18
  35. package/dist/{chunk-753MKWFV.js → chunk-RFNJ2PTO.js} +1 -1
  36. package/dist/chunk-VM2OWOXL.js +24 -0
  37. package/dist/{chunk-ZBXCEWKF.js → chunk-W2QRBQQA.js} +5 -3
  38. package/dist/chunk-WDBNW44Z.js +49 -0
  39. package/dist/{chunk-IXBRUIYI.js → chunk-WZU3MCKI.js} +1 -1
  40. package/dist/chunk-YQQ5GRUR.js +21 -0
  41. package/dist/{chunk-IMZTRDY2.js → chunk-ZFA56VSR.js} +2 -2
  42. package/dist/{chunk-AFBFSXP3.js → chunk-ZWI62BQ6.js} +7 -4
  43. package/dist/chunk-ZYNVCWDZ.js +286 -0
  44. package/dist/components/index.d.ts +490 -22
  45. package/dist/components/index.js +335 -35
  46. package/dist/components/navigation/index.js +6 -7
  47. package/dist/features/auth/index.d.ts +154 -2
  48. package/dist/features/auth/index.js +18 -9
  49. package/dist/features/clients/index.js +7 -7
  50. package/dist/features/content/index.d.ts +718 -34
  51. package/dist/features/content/index.js +1345 -51
  52. package/dist/features/crm/index.d.ts +172 -20
  53. package/dist/features/crm/index.js +10 -8
  54. package/dist/features/dashboard/index.d.ts +19 -10
  55. package/dist/features/dashboard/index.js +9 -8
  56. package/dist/features/delivery/index.d.ts +134 -0
  57. package/dist/features/delivery/index.js +23 -7
  58. package/dist/features/knowledge/index.js +5 -6
  59. package/dist/features/lead-gen/index.d.ts +47 -35
  60. package/dist/features/lead-gen/index.js +12 -8
  61. package/dist/features/monitoring/index.js +11 -9
  62. package/dist/features/monitoring/requests/index.js +8 -7
  63. package/dist/features/operations/index.d.ts +38 -20
  64. package/dist/features/operations/index.js +15 -11
  65. package/dist/features/public-agent-chat/index.js +3 -1
  66. package/dist/features/settings/index.d.ts +134 -0
  67. package/dist/features/settings/index.js +9 -8
  68. package/dist/hooks/access/index.js +5 -6
  69. package/dist/hooks/delivery/index.d.ts +134 -0
  70. package/dist/hooks/delivery/index.js +3 -2
  71. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
  72. package/dist/hooks/published.d.ts +1421 -29
  73. package/dist/hooks/published.js +22 -6
  74. package/dist/initialization/index.d.ts +134 -0
  75. package/dist/knowledge/index.d.ts +38 -20
  76. package/dist/knowledge/index.js +167 -11
  77. package/dist/{knowledge-search-index-RZLIVWPJ.js → knowledge-search-index-6GQK55IQ.js} +1 -1
  78. package/dist/layout/index.js +8 -9
  79. package/dist/profile/index.d.ts +134 -0
  80. package/dist/provider/index.d.ts +191 -21
  81. package/dist/provider/index.js +5 -6
  82. package/dist/provider/published.d.ts +219 -21
  83. package/dist/provider/published.js +5 -6
  84. package/dist/test-utils/index.d.ts +16 -5
  85. package/dist/test-utils/index.js +17 -18
  86. package/dist/types/index.d.ts +184 -14
  87. package/dist/utils/index.d.ts +102 -13
  88. package/dist/utils/index.js +1 -1
  89. package/package.json +7 -6
  90. package/dist/chunk-6M6OLGQY.js +0 -36
  91. package/dist/chunk-MKH2KOAO.js +0 -39
  92. package/dist/hooks/index.css +0 -659
  93. package/dist/hooks/index.d.ts +0 -12853
  94. package/dist/hooks/index.js +0 -27
  95. package/dist/supabase/index.d.ts +0 -6969
  96. package/dist/supabase/index.js +0 -3
  97. package/dist/typeform/index.d.ts +0 -462
  98. package/dist/typeform/index.js +0 -2051
  99. package/dist/typeform/schemas.d.ts +0 -67
  100. package/dist/typeform/schemas.js +0 -2
@@ -1,18 +1,17 @@
1
- export { AppShellContainer, AppShellContentContainer, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, Sidebar, SidebarContext, SidebarProvider, SubshellNavList, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-RRS2QR3W.js';
2
- export { SubshellLoader } from '../chunk-DKVGO6RJ.js';
3
- export { AppShellCenteredContainer, AppShellError, AppShellLoader } from '../chunk-A3JHFZDP.js';
1
+ export { AppShellContainer, AppShellContentContainer, AppShellRightSideContainer, AppShellRightSideOuterContainer, AppTopbarAdjusterWrapper, CollapsibleSidebarGroup, CyberParticles, LinksGroup, Sidebar, SidebarContext, SidebarProvider, SubshellNavList, Topbar, TopbarActions, TopbarContainer, Vignette, subsidebarWidth, useSidebar, useSidebarCollapse } from '../chunk-GO4XJ5D4.js';
2
+ export { SubshellLoader } from '../chunk-BA3AZJUR.js';
3
+ export { AppShellCenteredContainer, AppShellError, AppShellLoader } from '../chunk-E6YGA5WH.js';
4
4
  export { PageContainer } from '../chunk-BZZCNLT6.js';
5
- export { SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader } from '../chunk-KIDZXZM5.js';
5
+ export { SubshellContainer, SubshellContentContainer, SubshellRightSideContainer, SubshellSidebar, SubshellSidebarLoader } from '../chunk-6JN2TLV2.js';
6
6
  import '../chunk-R6NMRXNO.js';
7
7
  export { AmbientBloomGrid, AppBackground, CyberBackground, FilmGrain, FloatingMotes, FloatingOrbs, PerspectiveGrid, RadiantGlow, WaveBackground } from '../chunk-RBGVNPA6.js';
8
- import '../chunk-MKH2KOAO.js';
9
- import '../chunk-Z2W5VNN3.js';
8
+ import '../chunk-O32UQ26A.js';
10
9
  import '../chunk-L7BZZ4SI.js';
11
- import '../chunk-XZIOCB5D.js';
10
+ import '../chunk-HYQOGRWG.js';
12
11
  export { SubshellNavItem, SubshellSidebarSection, sidebarBottomSectionCollapsedHeight, sidebarBottomSectionHeight, sidebarCollapsedWidth, sidebarGroupChevronSize, sidebarHoverDelay, sidebarIconInnerSize, sidebarIconSize, sidebarIconStroke, sidebarItemGap, sidebarItemHeight, sidebarItemPadding, sidebarSectionPadding, sidebarSubLinkIndent, sidebarSubLinkPaddingX, sidebarSubLinkPaddingY, sidebarToggleIconSize, sidebarTransitionDuration, sidebarWidth, subshellNavItemIconSize, topbarHeight } from '../chunk-MISHPEJX.js';
13
12
  import '../chunk-62GVNH5U.js';
14
13
  import '../chunk-P45GQ3ZW.js';
15
- import '../chunk-M7WWRZ5Z.js';
14
+ import '../chunk-2GIJBHZT.js';
16
15
  import '../chunk-3KMDHCAR.js';
17
16
  import '../chunk-2IFYDILW.js';
18
17
  import '../chunk-BLXJEIQS.js';
@@ -20,7 +19,7 @@ import '../chunk-UD657ICS.js';
20
19
  import '../chunk-DD3CCMCZ.js';
21
20
  import '../chunk-RNP5R5I3.js';
22
21
  import '../chunk-RT4KRGZT.js';
23
- import '../chunk-Q3O3WY7Q.js';
22
+ import '../chunk-R5UGIFYU.js';
24
23
  import '../chunk-Y6I3IC45.js';
25
24
  import '../chunk-6SSQGWK7.js';
26
25
  import '../chunk-BI5VDO2K.js';
@@ -1455,6 +1455,64 @@ type Database = {
1455
1455
  }
1456
1456
  ];
1457
1457
  };
1458
+ content_distribution_metrics: {
1459
+ Row: {
1460
+ captured_at: string;
1461
+ created_at: string;
1462
+ distribution_id: string;
1463
+ id: string;
1464
+ metrics: Json;
1465
+ organization_id: string;
1466
+ raw: Json;
1467
+ source: string;
1468
+ source_execution_id: string | null;
1469
+ };
1470
+ Insert: {
1471
+ captured_at?: string;
1472
+ created_at?: string;
1473
+ distribution_id: string;
1474
+ id?: string;
1475
+ metrics?: Json;
1476
+ organization_id: string;
1477
+ raw?: Json;
1478
+ source: string;
1479
+ source_execution_id?: string | null;
1480
+ };
1481
+ Update: {
1482
+ captured_at?: string;
1483
+ created_at?: string;
1484
+ distribution_id?: string;
1485
+ id?: string;
1486
+ metrics?: Json;
1487
+ organization_id?: string;
1488
+ raw?: Json;
1489
+ source?: string;
1490
+ source_execution_id?: string | null;
1491
+ };
1492
+ Relationships: [
1493
+ {
1494
+ foreignKeyName: "content_distribution_metrics_distribution_fkey";
1495
+ columns: ["distribution_id", "organization_id"];
1496
+ isOneToOne: false;
1497
+ referencedRelation: "content_distributions";
1498
+ referencedColumns: ["id", "organization_id"];
1499
+ },
1500
+ {
1501
+ foreignKeyName: "content_distribution_metrics_organization_id_fkey";
1502
+ columns: ["organization_id"];
1503
+ isOneToOne: false;
1504
+ referencedRelation: "organizations";
1505
+ referencedColumns: ["id"];
1506
+ },
1507
+ {
1508
+ foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
1509
+ columns: ["source_execution_id"];
1510
+ isOneToOne: false;
1511
+ referencedRelation: "execution_logs";
1512
+ referencedColumns: ["execution_id"];
1513
+ }
1514
+ ];
1515
+ };
1458
1516
  content_distributions: {
1459
1517
  Row: {
1460
1518
  adapted_body: string | null;
@@ -1604,6 +1662,63 @@ type Database = {
1604
1662
  }
1605
1663
  ];
1606
1664
  };
1665
+ content_item_source_assets: {
1666
+ Row: {
1667
+ alt_text: string | null;
1668
+ content_item_id: string;
1669
+ created_at: string;
1670
+ crop: Json | null;
1671
+ derivative_crop: Json | null;
1672
+ derivative_path: string | null;
1673
+ derivative_rendered_at: string | null;
1674
+ id: string;
1675
+ organization_id: string;
1676
+ position: number;
1677
+ source_asset_id: string;
1678
+ };
1679
+ Insert: {
1680
+ alt_text?: string | null;
1681
+ content_item_id: string;
1682
+ created_at?: string;
1683
+ crop?: Json | null;
1684
+ derivative_crop?: Json | null;
1685
+ derivative_path?: string | null;
1686
+ derivative_rendered_at?: string | null;
1687
+ id?: string;
1688
+ organization_id: string;
1689
+ position: number;
1690
+ source_asset_id: string;
1691
+ };
1692
+ Update: {
1693
+ alt_text?: string | null;
1694
+ content_item_id?: string;
1695
+ created_at?: string;
1696
+ crop?: Json | null;
1697
+ derivative_crop?: Json | null;
1698
+ derivative_path?: string | null;
1699
+ derivative_rendered_at?: string | null;
1700
+ id?: string;
1701
+ organization_id?: string;
1702
+ position?: number;
1703
+ source_asset_id?: string;
1704
+ };
1705
+ Relationships: [
1706
+ {
1707
+ foreignKeyName: "content_item_source_assets_asset_fkey";
1708
+ columns: ["source_asset_id", "organization_id"];
1709
+ isOneToOne: false;
1710
+ referencedRelation: "content_source_assets";
1711
+ referencedColumns: ["id", "organization_id"];
1712
+ },
1713
+ {
1714
+ foreignKeyName: "content_item_source_assets_item_fkey";
1715
+ columns: ["content_item_id", "organization_id"];
1716
+ isOneToOne: false;
1717
+ referencedRelation: "content_items";
1718
+ referencedColumns: ["id", "organization_id"];
1719
+ }
1720
+ ];
1721
+ };
1607
1722
  content_items: {
1608
1723
  Row: {
1609
1724
  body: string | null;
@@ -3359,6 +3474,25 @@ type Database = {
3359
3474
  };
3360
3475
  Returns: Json;
3361
3476
  };
3477
+ activate_deployment_atomic: {
3478
+ Args: {
3479
+ p_deployment_id: string;
3480
+ p_organization_id: string;
3481
+ };
3482
+ Returns: {
3483
+ created_at: string;
3484
+ deployment_version: string | null;
3485
+ error_message: string | null;
3486
+ id: string;
3487
+ organization_id: string;
3488
+ pid: number | null;
3489
+ port: number | null;
3490
+ sdk_version: string;
3491
+ status: string;
3492
+ tarball_path: string | null;
3493
+ updated_at: string;
3494
+ };
3495
+ };
3362
3496
  append_deal_activity: {
3363
3497
  Args: {
3364
3498
  p_activity: Json;
@@ -1557,6 +1557,64 @@ type Database = {
1557
1557
  }
1558
1558
  ];
1559
1559
  };
1560
+ content_distribution_metrics: {
1561
+ Row: {
1562
+ captured_at: string;
1563
+ created_at: string;
1564
+ distribution_id: string;
1565
+ id: string;
1566
+ metrics: Json;
1567
+ organization_id: string;
1568
+ raw: Json;
1569
+ source: string;
1570
+ source_execution_id: string | null;
1571
+ };
1572
+ Insert: {
1573
+ captured_at?: string;
1574
+ created_at?: string;
1575
+ distribution_id: string;
1576
+ id?: string;
1577
+ metrics?: Json;
1578
+ organization_id: string;
1579
+ raw?: Json;
1580
+ source: string;
1581
+ source_execution_id?: string | null;
1582
+ };
1583
+ Update: {
1584
+ captured_at?: string;
1585
+ created_at?: string;
1586
+ distribution_id?: string;
1587
+ id?: string;
1588
+ metrics?: Json;
1589
+ organization_id?: string;
1590
+ raw?: Json;
1591
+ source?: string;
1592
+ source_execution_id?: string | null;
1593
+ };
1594
+ Relationships: [
1595
+ {
1596
+ foreignKeyName: "content_distribution_metrics_distribution_fkey";
1597
+ columns: ["distribution_id", "organization_id"];
1598
+ isOneToOne: false;
1599
+ referencedRelation: "content_distributions";
1600
+ referencedColumns: ["id", "organization_id"];
1601
+ },
1602
+ {
1603
+ foreignKeyName: "content_distribution_metrics_organization_id_fkey";
1604
+ columns: ["organization_id"];
1605
+ isOneToOne: false;
1606
+ referencedRelation: "organizations";
1607
+ referencedColumns: ["id"];
1608
+ },
1609
+ {
1610
+ foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
1611
+ columns: ["source_execution_id"];
1612
+ isOneToOne: false;
1613
+ referencedRelation: "execution_logs";
1614
+ referencedColumns: ["execution_id"];
1615
+ }
1616
+ ];
1617
+ };
1560
1618
  content_distributions: {
1561
1619
  Row: {
1562
1620
  adapted_body: string | null;
@@ -1706,6 +1764,63 @@ type Database = {
1706
1764
  }
1707
1765
  ];
1708
1766
  };
1767
+ content_item_source_assets: {
1768
+ Row: {
1769
+ alt_text: string | null;
1770
+ content_item_id: string;
1771
+ created_at: string;
1772
+ crop: Json | null;
1773
+ derivative_crop: Json | null;
1774
+ derivative_path: string | null;
1775
+ derivative_rendered_at: string | null;
1776
+ id: string;
1777
+ organization_id: string;
1778
+ position: number;
1779
+ source_asset_id: string;
1780
+ };
1781
+ Insert: {
1782
+ alt_text?: string | null;
1783
+ content_item_id: string;
1784
+ created_at?: string;
1785
+ crop?: Json | null;
1786
+ derivative_crop?: Json | null;
1787
+ derivative_path?: string | null;
1788
+ derivative_rendered_at?: string | null;
1789
+ id?: string;
1790
+ organization_id: string;
1791
+ position: number;
1792
+ source_asset_id: string;
1793
+ };
1794
+ Update: {
1795
+ alt_text?: string | null;
1796
+ content_item_id?: string;
1797
+ created_at?: string;
1798
+ crop?: Json | null;
1799
+ derivative_crop?: Json | null;
1800
+ derivative_path?: string | null;
1801
+ derivative_rendered_at?: string | null;
1802
+ id?: string;
1803
+ organization_id?: string;
1804
+ position?: number;
1805
+ source_asset_id?: string;
1806
+ };
1807
+ Relationships: [
1808
+ {
1809
+ foreignKeyName: "content_item_source_assets_asset_fkey";
1810
+ columns: ["source_asset_id", "organization_id"];
1811
+ isOneToOne: false;
1812
+ referencedRelation: "content_source_assets";
1813
+ referencedColumns: ["id", "organization_id"];
1814
+ },
1815
+ {
1816
+ foreignKeyName: "content_item_source_assets_item_fkey";
1817
+ columns: ["content_item_id", "organization_id"];
1818
+ isOneToOne: false;
1819
+ referencedRelation: "content_items";
1820
+ referencedColumns: ["id", "organization_id"];
1821
+ }
1822
+ ];
1823
+ };
1709
1824
  content_items: {
1710
1825
  Row: {
1711
1826
  body: string | null;
@@ -3461,6 +3576,25 @@ type Database = {
3461
3576
  };
3462
3577
  Returns: Json;
3463
3578
  };
3579
+ activate_deployment_atomic: {
3580
+ Args: {
3581
+ p_deployment_id: string;
3582
+ p_organization_id: string;
3583
+ };
3584
+ Returns: {
3585
+ created_at: string;
3586
+ deployment_version: string | null;
3587
+ error_message: string | null;
3588
+ id: string;
3589
+ organization_id: string;
3590
+ pid: number | null;
3591
+ port: number | null;
3592
+ sdk_version: string;
3593
+ status: string;
3594
+ tarball_path: string | null;
3595
+ updated_at: string;
3596
+ };
3597
+ };
3464
3598
  append_deal_activity: {
3465
3599
  Args: {
3466
3600
  p_activity: Json;
@@ -3832,7 +3966,9 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3832
3966
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3833
3967
  properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
3834
3968
  storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
3835
- }, z$1.core.$loose>>>>;
3969
+ rowSchema: z$1.ZodOptional<z$1.ZodString>;
3970
+ stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
3971
+ }, z$1.core.$strict>>>>;
3836
3972
  linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3837
3973
  id: z$1.ZodString;
3838
3974
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3843,7 +3979,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3843
3979
  to: z$1.ZodString;
3844
3980
  cardinality: z$1.ZodOptional<z$1.ZodString>;
3845
3981
  via: z$1.ZodOptional<z$1.ZodString>;
3846
- }, z$1.core.$loose>>>>;
3982
+ }, z$1.core.$strict>>>>;
3847
3983
  actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3848
3984
  id: z$1.ZodString;
3849
3985
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3853,7 +3989,11 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3853
3989
  actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
3854
3990
  input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
3855
3991
  effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
3856
- }, z$1.core.$loose>>>>;
3992
+ resourceId: z$1.ZodOptional<z$1.ZodString>;
3993
+ invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
3994
+ lifecycle: z$1.ZodOptional<z$1.ZodString>;
3995
+ legacyActionId: z$1.ZodOptional<z$1.ZodString>;
3996
+ }, z$1.core.$strict>>>>;
3857
3997
  catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3858
3998
  id: z$1.ZodString;
3859
3999
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3863,7 +4003,10 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3863
4003
  kind: z$1.ZodOptional<z$1.ZodString>;
3864
4004
  appliesTo: z$1.ZodOptional<z$1.ZodString>;
3865
4005
  entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
3866
- }, z$1.core.$loose>>>>;
4006
+ legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
4007
+ legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
4008
+ legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
4009
+ }, z$1.core.$strict>>>>;
3867
4010
  eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3868
4011
  id: z$1.ZodString;
3869
4012
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3871,7 +4014,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3871
4014
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
3872
4015
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3873
4016
  payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
3874
- }, z$1.core.$loose>>>>;
4017
+ }, z$1.core.$strict>>>>;
3875
4018
  interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3876
4019
  id: z$1.ZodString;
3877
4020
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3879,7 +4022,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3879
4022
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
3880
4023
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3881
4024
  properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
3882
- }, z$1.core.$loose>>>>;
4025
+ }, z$1.core.$strict>>>>;
3883
4026
  valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3884
4027
  id: z$1.ZodString;
3885
4028
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3887,7 +4030,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3887
4030
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
3888
4031
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3889
4032
  primitive: z$1.ZodOptional<z$1.ZodString>;
3890
- }, z$1.core.$loose>>>>;
4033
+ }, z$1.core.$strict>>>>;
3891
4034
  sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3892
4035
  id: z$1.ZodString;
3893
4036
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3897,7 +4040,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3897
4040
  valueType: z$1.ZodOptional<z$1.ZodString>;
3898
4041
  searchable: z$1.ZodOptional<z$1.ZodBoolean>;
3899
4042
  pii: z$1.ZodOptional<z$1.ZodBoolean>;
3900
- }, z$1.core.$loose>>>>;
4043
+ }, z$1.core.$strict>>>>;
3901
4044
  groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3902
4045
  id: z$1.ZodString;
3903
4046
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3905,7 +4048,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3905
4048
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
3906
4049
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3907
4050
  members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
3908
- }, z$1.core.$loose>>>>;
4051
+ }, z$1.core.$strict>>>>;
3909
4052
  endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
3910
4053
  id: z$1.ZodString;
3911
4054
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -3913,7 +4056,7 @@ declare const OntologyScopeSchema: z$1.ZodDefault<z$1.ZodObject<{
3913
4056
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
3914
4057
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
3915
4058
  route: z$1.ZodOptional<z$1.ZodString>;
3916
- }, z$1.core.$loose>>>>;
4059
+ }, z$1.core.$strict>>>>;
3917
4060
  }, z$1.core.$strict>>;
3918
4061
  type OntologyScope = z$1.infer<typeof OntologyScopeSchema>;
3919
4062
 
@@ -4456,7 +4599,9 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4456
4599
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
4457
4600
  properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
4458
4601
  storage: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
4459
- }, z$1.core.$loose>>>>;
4602
+ rowSchema: z$1.ZodOptional<z$1.ZodString>;
4603
+ stateCatalogId: z$1.ZodOptional<z$1.ZodString>;
4604
+ }, z$1.core.$strict>>>>;
4460
4605
  linkTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4461
4606
  id: z$1.ZodString;
4462
4607
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4467,7 +4612,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4467
4612
  to: z$1.ZodString;
4468
4613
  cardinality: z$1.ZodOptional<z$1.ZodString>;
4469
4614
  via: z$1.ZodOptional<z$1.ZodString>;
4470
- }, z$1.core.$loose>>>>;
4615
+ }, z$1.core.$strict>>>>;
4471
4616
  actionTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4472
4617
  id: z$1.ZodString;
4473
4618
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4477,7 +4622,11 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4477
4622
  actsOn: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
4478
4623
  input: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
4479
4624
  effects: z$1.ZodOptional<z$1.ZodArray<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>>;
4480
- }, z$1.core.$loose>>>>;
4625
+ resourceId: z$1.ZodOptional<z$1.ZodString>;
4626
+ invocations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnknown>>;
4627
+ lifecycle: z$1.ZodOptional<z$1.ZodString>;
4628
+ legacyActionId: z$1.ZodOptional<z$1.ZodString>;
4629
+ }, z$1.core.$strict>>>>;
4481
4630
  catalogTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4482
4631
  id: z$1.ZodString;
4483
4632
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4487,7 +4636,10 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4487
4636
  kind: z$1.ZodOptional<z$1.ZodString>;
4488
4637
  appliesTo: z$1.ZodOptional<z$1.ZodString>;
4489
4638
  entries: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
4490
- }, z$1.core.$loose>>>>;
4639
+ legacyCatalogKey: z$1.ZodOptional<z$1.ZodString>;
4640
+ legacyPipelineKey: z$1.ZodOptional<z$1.ZodString>;
4641
+ legacyEntityKey: z$1.ZodOptional<z$1.ZodString>;
4642
+ }, z$1.core.$strict>>>>;
4491
4643
  eventTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4492
4644
  id: z$1.ZodString;
4493
4645
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4495,7 +4647,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4495
4647
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
4496
4648
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
4497
4649
  payload: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
4498
- }, z$1.core.$loose>>>>;
4650
+ }, z$1.core.$strict>>>>;
4499
4651
  interfaceTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4500
4652
  id: z$1.ZodString;
4501
4653
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4503,7 +4655,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4503
4655
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
4504
4656
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
4505
4657
  properties: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
4506
- }, z$1.core.$loose>>>>;
4658
+ }, z$1.core.$strict>>>>;
4507
4659
  valueTypes: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4508
4660
  id: z$1.ZodString;
4509
4661
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4511,7 +4663,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4511
4663
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
4512
4664
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
4513
4665
  primitive: z$1.ZodOptional<z$1.ZodString>;
4514
- }, z$1.core.$loose>>>>;
4666
+ }, z$1.core.$strict>>>>;
4515
4667
  sharedProperties: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4516
4668
  id: z$1.ZodString;
4517
4669
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4521,7 +4673,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4521
4673
  valueType: z$1.ZodOptional<z$1.ZodString>;
4522
4674
  searchable: z$1.ZodOptional<z$1.ZodBoolean>;
4523
4675
  pii: z$1.ZodOptional<z$1.ZodBoolean>;
4524
- }, z$1.core.$loose>>>>;
4676
+ }, z$1.core.$strict>>>>;
4525
4677
  groups: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4526
4678
  id: z$1.ZodString;
4527
4679
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4529,7 +4681,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4529
4681
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
4530
4682
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
4531
4683
  members: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>>;
4532
- }, z$1.core.$loose>>>>;
4684
+ }, z$1.core.$strict>>>>;
4533
4685
  endpoints: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
4534
4686
  id: z$1.ZodString;
4535
4687
  label: z$1.ZodOptional<z$1.ZodString>;
@@ -4537,7 +4689,7 @@ declare const OrganizationModelSchema: z$1.ZodObject<{
4537
4689
  ownerSystemId: z$1.ZodOptional<z$1.ZodString>;
4538
4690
  aliases: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
4539
4691
  route: z$1.ZodOptional<z$1.ZodString>;
4540
- }, z$1.core.$loose>>>>;
4692
+ }, z$1.core.$strict>>>>;
4541
4693
  }, z$1.core.$strict>>>;
4542
4694
  resources: z$1.ZodDefault<z$1.ZodDefault<z$1.ZodRecord<z$1.ZodString, z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
4543
4695
  id: z$1.ZodString;
@@ -5587,6 +5739,24 @@ declare function useElevasisSystems(): ElevasisSystemsContextValue;
5587
5739
  declare function useOptionalElevasisSystems(): ElevasisSystemsContextValue | null;
5588
5740
  declare function ElevasisSystemsProvider({ systems, topbarActions, organizationModel, timeRange, operationsApiUrl, operationsSSEManager, deliveryApiUrl, deliverySSEManager, disabledSubsectionPaths, children }: ElevasisSystemsProviderProps): react_jsx_runtime.JSX.Element;
5589
5741
 
5742
+ /**
5743
+ * Filters a static candidate manifest list down to the ones whose System is
5744
+ * both **declared** in the organization model and **visible** by lifecycle
5745
+ * (`isSystemLifecycleVisible` -- the Wave 1 shared predicate; `lifecycle:
5746
+ * 'draft'` is not visible, and an omitted lifecycle parses as `'active'`).
5747
+ *
5748
+ * This is a FILTER, not a generator. Tenants keep their hand-written
5749
+ * `SYSTEM_MANIFESTS` array (real imports, so bundling and tree-shaking stay
5750
+ * honest) and route the result through this function before handing it to
5751
+ * `ElevasisSystemsProvider` / `ElevasisAuthenticatedShell`.
5752
+ *
5753
+ * A manifest with no `systemId` is a navigation-only surface (see
5754
+ * `SystemModule.systemId`'s own doc: "Omit for navigation-only app
5755
+ * surfaces") -- there is nothing to check it against, so it always passes
5756
+ * through unfiltered.
5757
+ */
5758
+ declare function selectDeclaredSystems<T extends SystemModule>(candidates: readonly T[], organizationModel: ElevasisOrganizationModel | undefined): T[];
5759
+
5590
5760
  declare function SystemShell({ children }: {
5591
5761
  children: ReactNode;
5592
5762
  }): react_jsx_runtime.JSX.Element;
@@ -5665,5 +5835,5 @@ declare function createTestSystemsProvider({ organizationModel, systems }?: Crea
5665
5835
  children: ReactNode;
5666
5836
  }) => react_jsx_runtime.JSX.Element;
5667
5837
 
5668
- export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisServiceProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisServices, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel };
5838
+ export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisServiceProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, selectDeclaredSystems, useAppearance, useCrmActions, useElevasisServices, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel };
5669
5839
  export type { ApiKeyConfig, AppearanceConfig, AuthConfig, AuthKitConfig, CreateTestSystemsProviderOptions, ElevasisCoreProviderProps, ElevasisCoreThemeConfig, ElevasisServiceContextValue, ElevasisServiceProviderProps, ElevasisSystemsContextValue, ElevasisSystemsProviderProps, ElevasisThemeConfig, ElevasisTokenOverrides, LeadGenStageKey, ListBuilderRegistry, ListBuilderWorkflow, ListBuilderWorkflowCategory, NotificationAdapter, OrganizationGraphContextValue, OrganizationGraphSystemBridge, PresetName, ResolvedShellModel, ResolvedShellRouteMatch, ResolvedShellSystem, ResolvedSystemAccess, ResolvedSystemModule, ResolvedSystemSemantics, ShellRouteMatchStatus, ShellRuntime, ShellSidebarLinkGroup, ShellSidebarLinkItem, ShellSidebarProjectionOptions, SystemIconComponent, SystemModule, SystemSidebarComponent, WithSchemes };
@@ -1,14 +1,13 @@
1
- export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-KIDZXZM5.js';
1
+ export { AppearanceProvider, CrmActionsProvider, ElevasisCoreProvider, ElevasisSystemsProvider, ElevasisUIProvider, ListActionsProvider, NotificationProvider, SystemShell, createTestSystemsProvider, selectDeclaredSystems, useAppearance, useCrmActions, useElevasisSystems, useListActions, useNotificationAdapter, useOptionalElevasisSystems, useResolvedOrganizationModel } from '../chunk-6JN2TLV2.js';
2
2
  import '../chunk-R6NMRXNO.js';
3
3
  import '../chunk-RBGVNPA6.js';
4
- import '../chunk-MKH2KOAO.js';
5
- import '../chunk-Z2W5VNN3.js';
4
+ import '../chunk-O32UQ26A.js';
6
5
  import '../chunk-L7BZZ4SI.js';
7
- import '../chunk-XZIOCB5D.js';
6
+ import '../chunk-HYQOGRWG.js';
8
7
  import '../chunk-MISHPEJX.js';
9
8
  import '../chunk-62GVNH5U.js';
10
9
  import '../chunk-P45GQ3ZW.js';
11
- import '../chunk-M7WWRZ5Z.js';
10
+ import '../chunk-2GIJBHZT.js';
12
11
  import '../chunk-3KMDHCAR.js';
13
12
  import '../chunk-2IFYDILW.js';
14
13
  import '../chunk-BLXJEIQS.js';
@@ -16,7 +15,7 @@ import '../chunk-UD657ICS.js';
16
15
  import '../chunk-DD3CCMCZ.js';
17
16
  import '../chunk-RNP5R5I3.js';
18
17
  import '../chunk-RT4KRGZT.js';
19
- import '../chunk-Q3O3WY7Q.js';
18
+ import '../chunk-R5UGIFYU.js';
20
19
  import '../chunk-Y6I3IC45.js';
21
20
  import '../chunk-6SSQGWK7.js';
22
21
  export { ElevasisServiceProvider, useElevasisServices } from '../chunk-BI5VDO2K.js';