@altimateai/ui-components 0.0.14 → 0.0.16

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.
@@ -19,6 +19,7 @@ interface Table {
19
19
  table: string;
20
20
  label: string;
21
21
  url?: string;
22
+ id?: string;
22
23
  nodeType: string;
23
24
  materialization?: string;
24
25
  downstreamCount: number;
@@ -201,6 +202,7 @@ interface LineageProviderProps {
201
202
  column: Column;
202
203
  table_rk: string;
203
204
  }) => ReactNode;
205
+ client?: "saas" | "extension";
204
206
  }
205
207
  interface LineageRef {
206
208
  rerender: () => void;