@datarecce/ui 0.1.22 → 0.1.24

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 (56) hide show
  1. package/dist/{RecceCheckContext-DNKi97uE.js → RecceCheckContext-Cb41gigE.js} +4 -3
  2. package/dist/RecceCheckContext-Cb41gigE.js.map +1 -0
  3. package/dist/{RecceCheckContext-BETsmiD5.mjs → RecceCheckContext-CzsuuXxT.mjs} +4 -3
  4. package/dist/RecceCheckContext-CzsuuXxT.mjs.map +1 -0
  5. package/dist/api.d.mts +2 -2
  6. package/dist/api.d.ts +2 -2
  7. package/dist/api.js +12 -37
  8. package/dist/api.mjs +3 -29
  9. package/dist/{components-C735_oqD.mjs → components-BHxcVq0D.mjs} +1353 -69
  10. package/dist/components-BHxcVq0D.mjs.map +1 -0
  11. package/dist/{components-DeA4kqxK.js → components-Bmc5X473.js} +1557 -248
  12. package/dist/components-Bmc5X473.js.map +1 -0
  13. package/dist/components.d.mts +2 -2
  14. package/dist/components.d.ts +2 -2
  15. package/dist/components.js +8 -4
  16. package/dist/components.mjs +5 -5
  17. package/dist/{hooks-Ba-AoxcK.mjs → hooks-B0XGswIh.mjs} +3 -3
  18. package/dist/{hooks-Ba-AoxcK.mjs.map → hooks-B0XGswIh.mjs.map} +1 -1
  19. package/dist/{hooks-D6xvNXEc.js → hooks-C99PZcmB.js} +3 -3
  20. package/dist/{hooks-D6xvNXEc.js.map → hooks-C99PZcmB.js.map} +1 -1
  21. package/dist/hooks.d.mts +2 -2
  22. package/dist/hooks.d.ts +2 -2
  23. package/dist/hooks.js +4 -3
  24. package/dist/hooks.mjs +4 -4
  25. package/dist/{index-Sj_wOmNH.d.mts → index-04n48ic2.d.mts} +129 -105
  26. package/dist/index-04n48ic2.d.mts.map +1 -0
  27. package/dist/{index-DYduBYD8.d.ts → index-CgyLTrll.d.ts} +129 -105
  28. package/dist/index-CgyLTrll.d.ts.map +1 -0
  29. package/dist/index.d.mts +2 -2
  30. package/dist/index.d.ts +2 -2
  31. package/dist/index.js +20 -14
  32. package/dist/index.mjs +7 -7
  33. package/dist/{state-BjKRZMwY.js → state-Ct-DP81O.js} +108 -79
  34. package/dist/state-Ct-DP81O.js.map +1 -0
  35. package/dist/{state-BySLlIE7.mjs → state-CwepO01b.mjs} +91 -80
  36. package/dist/state-CwepO01b.mjs.map +1 -0
  37. package/dist/types.d.mts +1 -1
  38. package/dist/types.d.ts +1 -1
  39. package/dist/{user-Dt_n5IJX.js → version-BgsW-hXj.js} +50 -10
  40. package/dist/version-BgsW-hXj.js.map +1 -0
  41. package/dist/version-Bz2CiMHD.mjs +93 -0
  42. package/dist/version-Bz2CiMHD.mjs.map +1 -0
  43. package/package.json +5 -4
  44. package/dist/RecceCheckContext-BETsmiD5.mjs.map +0 -1
  45. package/dist/RecceCheckContext-DNKi97uE.js.map +0 -1
  46. package/dist/api.js.map +0 -1
  47. package/dist/api.mjs.map +0 -1
  48. package/dist/components-C735_oqD.mjs.map +0 -1
  49. package/dist/components-DeA4kqxK.js.map +0 -1
  50. package/dist/index-DYduBYD8.d.ts.map +0 -1
  51. package/dist/index-Sj_wOmNH.d.mts.map +0 -1
  52. package/dist/state-BjKRZMwY.js.map +0 -1
  53. package/dist/state-BySLlIE7.mjs.map +0 -1
  54. package/dist/user-BHOgMaBf.mjs +0 -65
  55. package/dist/user-BHOgMaBf.mjs.map +0 -1
  56. package/dist/user-Dt_n5IJX.js.map +0 -1
@@ -3,7 +3,7 @@ import * as axios0 from "axios";
3
3
  import { AxiosInstance, AxiosResponse } from "axios";
4
4
  import * as _tanstack_react_query0 from "@tanstack/react-query";
5
5
  import { QueryClient } from "@tanstack/react-query";
6
- import * as react_jsx_runtime0 from "react/jsx-runtime";
6
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
7
7
  import * as React$2 from "react";
8
8
  import React$1, { CSSProperties, ComponentType, Dispatch, ForwardRefExoticComponent, ReactNode, Ref, RefAttributes, SetStateAction } from "react";
9
9
  import { FallbackRender } from "@sentry/react";
@@ -50,7 +50,7 @@ declare function MuiProvider({
50
50
  children,
51
51
  forcedTheme,
52
52
  enableCssBaseline
53
- }: MuiProviderProps): react_jsx_runtime0.JSX.Element;
53
+ }: MuiProviderProps): react_jsx_runtime12.JSX.Element;
54
54
  //#endregion
55
55
  //#region recce-source/js/src/components/ui/toaster.d.ts
56
56
  /**
@@ -85,7 +85,7 @@ declare function ToasterProvider({
85
85
  children
86
86
  }: {
87
87
  children: ReactNode;
88
- }): react_jsx_runtime0.JSX.Element;
88
+ }): react_jsx_runtime12.JSX.Element;
89
89
  /**
90
90
  * Hook to use the toaster
91
91
  */
@@ -93,7 +93,7 @@ declare function useToaster(): ToasterContextValue;
93
93
  /**
94
94
  * Toaster component that renders toasts from the standalone toaster
95
95
  */
96
- declare function Toaster(): react_jsx_runtime0.JSX.Element;
96
+ declare function Toaster(): react_jsx_runtime12.JSX.Element;
97
97
  //#endregion
98
98
  //#region recce-source/js/src/components/errorboundary/ErrorBoundary.d.ts
99
99
  declare const ErrorBoundary: ({
@@ -102,11 +102,11 @@ declare const ErrorBoundary: ({
102
102
  }: {
103
103
  children: ReactNode;
104
104
  fallback?: React$2.ReactElement | FallbackRender | undefined;
105
- }) => react_jsx_runtime0.JSX.Element;
105
+ }) => react_jsx_runtime12.JSX.Element;
106
106
  //#endregion
107
107
  //#region recce-source/js/src/components/split/Split.d.ts
108
- declare const HSplit: (props: SplitProps) => react_jsx_runtime0.JSX.Element;
109
- declare const VSplit: (props: SplitProps) => react_jsx_runtime0.JSX.Element;
108
+ declare const HSplit: (props: SplitProps) => react_jsx_runtime12.JSX.Element;
109
+ declare const VSplit: (props: SplitProps) => react_jsx_runtime12.JSX.Element;
110
110
  //#endregion
111
111
  //#region recce-source/js/src/components/screenshot/ScreenshotBox.d.ts
112
112
  interface ScreenshotBoxProps extends BoxProps {
@@ -117,7 +117,7 @@ interface ScreenshotBoxProps extends BoxProps {
117
117
  declare const ScreenshotBox: React$2.ForwardRefExoticComponent<Omit<ScreenshotBoxProps, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
118
118
  //#endregion
119
119
  //#region recce-source/js/src/components/lineage/LineagePage.d.ts
120
- declare function LineagePage(): react_jsx_runtime0.JSX.Element;
120
+ declare function LineagePage(): react_jsx_runtime12.JSX.Element;
121
121
  //#endregion
122
122
  //#region recce-source/js/src/lib/api/info.d.ts
123
123
  /**
@@ -277,7 +277,7 @@ interface ColumnLineageData {
277
277
  child_map: Record<string, Set<string>>;
278
278
  };
279
279
  }
280
- declare function getCll(input: CllInput): Promise<ColumnLineageData>;
280
+ declare function getCll(input: CllInput, client?: AxiosInstance): Promise<ColumnLineageData>;
281
281
  //#endregion
282
282
  //#region recce-source/js/src/components/lineage/lineage.d.ts
283
283
  /**
@@ -338,13 +338,13 @@ interface SubmitOptions {
338
338
  nowait?: boolean;
339
339
  trackProps?: SubmitRunTrackProps;
340
340
  }
341
- declare function submitRun(type: RunType, params?: RunParamTypes, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
342
- declare function getRun(runId: string): Promise<Run>;
343
- declare function waitRun(runId: string, timeout?: number): Promise<Run>;
344
- declare function cancelRun(runId: string): Promise<AxiosResponse<never, any, {}>>;
345
- declare function submitRunFromCheck(checkId: string, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
346
- declare function searchRuns(type: string, params?: AxiosQueryParams, limit?: number): Promise<Run[]>;
347
- declare function listRuns(): Promise<Run[]>;
341
+ declare function submitRun(type: RunType, params?: RunParamTypes, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
342
+ declare function getRun(runId: string, client?: AxiosInstance): Promise<Run>;
343
+ declare function waitRun(runId: string, timeout?: number, client?: AxiosInstance): Promise<Run>;
344
+ declare function cancelRun(runId: string, client?: AxiosInstance): Promise<AxiosResponse<never, any, {}>>;
345
+ declare function submitRunFromCheck(checkId: string, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
346
+ declare function searchRuns(type: string, params?: AxiosQueryParams, limit?: number, client?: AxiosInstance): Promise<Run[]>;
347
+ declare function listRuns(client?: AxiosInstance): Promise<Run[]>;
348
348
  type RunsAggregated = Record<string, Record<"row_count_diff" | "value_diff" | "row_count", {
349
349
  run_id: string;
350
350
  result: unknown;
@@ -365,7 +365,7 @@ interface ProfileDiffViewOptions {
365
365
  display_mode?: "side_by_side" | "inline";
366
366
  columnsRenderMode?: Record<string, ColumnRenderMode>;
367
367
  }
368
- declare function submitProfileDiff(params: ProfileDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
368
+ declare function submitProfileDiff(params: ProfileDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
369
369
  interface TopKDiffParams {
370
370
  model: string;
371
371
  column_name: string;
@@ -412,9 +412,9 @@ interface QueryRowCountResult {
412
412
  runId: string;
413
413
  result: RowCountDiffResult;
414
414
  }
415
- declare function fetchModelRowCount(modelName: string): Promise<RowCountDiff>;
416
- declare function queryModelRowCount(modelName: string): Promise<RowCountDiff>;
417
- declare function queryRowCount(modelNames: string[]): Promise<QueryRowCountResult>;
415
+ declare function fetchModelRowCount(modelName: string, client?: AxiosInstance): Promise<RowCountDiff>;
416
+ declare function queryModelRowCount(modelName: string, client?: AxiosInstance): Promise<RowCountDiff>;
417
+ declare function queryRowCount(modelNames: string[], client?: AxiosInstance): Promise<QueryRowCountResult>;
418
418
  //#endregion
419
419
  //#region recce-source/js/src/lib/api/rowcount.d.ts
420
420
  interface RowCountParams {
@@ -425,7 +425,7 @@ interface RowCountDiffParams {
425
425
  node_names: string[];
426
426
  }
427
427
  type RowCountDiffResult = Record<string, RowCountDiff>;
428
- declare function submitRowCountDiff(params: RowCountDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
428
+ declare function submitRowCountDiff(params: RowCountDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
429
429
  //#endregion
430
430
  //#region recce-source/js/src/lib/api/valuediff.d.ts
431
431
  interface ValueDiffResult {
@@ -441,7 +441,7 @@ interface ValueDiffParams {
441
441
  primary_key: string | string[];
442
442
  columns?: string[];
443
443
  }
444
- declare function submitValueDiff(params: ValueDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
444
+ declare function submitValueDiff(params: ValueDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
445
445
  type ValueDiffDetailResult = DataFrame;
446
446
  type ValueDiffDetailParams = ValueDiffParams;
447
447
  interface ValueDiffDetailViewOptions {
@@ -450,7 +450,7 @@ interface ValueDiffDetailViewOptions {
450
450
  display_mode?: "inline" | "side_by_side";
451
451
  columnsRenderMode?: Record<string, ColumnRenderMode>;
452
452
  }
453
- declare function submitValueDiffDetail(params: ValueDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
453
+ declare function submitValueDiffDetail(params: ValueDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
454
454
  //#endregion
455
455
  //#region recce-source/js/src/lib/api/types.d.ts
456
456
  type AxiosQueryParams = Record<string, string | string[] | number | number[] | undefined>;
@@ -626,7 +626,7 @@ interface RunToolbarProps<VO> extends RunResultViewProps<VO> {
626
626
  declare const RunToolbar: ({
627
627
  warnings,
628
628
  children
629
- }: RunToolbarProps<DiffViewOptions>) => react_jsx_runtime0.JSX.Element;
629
+ }: RunToolbarProps<DiffViewOptions>) => react_jsx_runtime12.JSX.Element;
630
630
  //#endregion
631
631
  //#region recce-source/js/src/components/data-grid/ScreenshotDataGrid.d.ts
632
632
  /**
@@ -674,7 +674,7 @@ declare function ProfileDiffForm({
674
674
  params,
675
675
  onParamsChanged,
676
676
  setIsReadyToExecute
677
- }: ProfileDiffFormProp): react_jsx_runtime0.JSX.Element;
677
+ }: ProfileDiffFormProp): react_jsx_runtime12.JSX.Element;
678
678
  //#endregion
679
679
  //#region recce-source/js/src/components/valuediff/ValueDiffForm.d.ts
680
680
  interface ValueDiffFormParams {
@@ -687,7 +687,7 @@ declare function ValueDiffForm({
687
687
  params,
688
688
  onParamsChanged,
689
689
  setIsReadyToExecute
690
- }: ValueDiffFormProp): react_jsx_runtime0.JSX.Element;
690
+ }: ValueDiffFormProp): react_jsx_runtime12.JSX.Element;
691
691
  //#endregion
692
692
  //#region recce-source/js/src/components/run/registry.d.ts
693
693
  type ViewOptionTypes = LineageDiffViewOptions | DiffViewOptions | QueryViewOptions | QueryDiffViewOptions | ProfileDiffViewOptions | ValueDiffDetailViewOptions;
@@ -722,18 +722,18 @@ interface CreateCheckBody {
722
722
  view_options?: Record<string, string | boolean>;
723
723
  track_props?: Record<string, string | boolean>;
724
724
  }
725
- declare function createSimpleCheck(): Promise<Check>;
726
- declare function createCheckByRun(runId: string, viewOptions?: Record<string, unknown>): Promise<Check>;
727
- declare function listChecks(): Promise<Check[]>;
725
+ declare function createSimpleCheck(client?: AxiosInstance): Promise<Check>;
726
+ declare function createCheckByRun(runId: string, viewOptions?: Record<string, unknown>, client?: AxiosInstance): Promise<Check>;
727
+ declare function listChecks(client?: AxiosInstance): Promise<Check[]>;
728
728
  declare function useChecks(enabled: boolean): _tanstack_react_query0.UseQueryResult<Check<unknown, unknown>[], Error>;
729
- declare function getCheck(checkId: string): Promise<Check<RunParamTypes>>;
730
- declare function updateCheck(checkId: string, payload: Partial<Check>): Promise<Check>;
731
- declare function deleteCheck(checkId: string): Promise<Pick<Check<unknown, unknown>, "check_id">>;
729
+ declare function getCheck(checkId: string, client?: AxiosInstance): Promise<Check<RunParamTypes>>;
730
+ declare function updateCheck(checkId: string, payload: Partial<Check>, client?: AxiosInstance): Promise<Check>;
731
+ declare function deleteCheck(checkId: string, client?: AxiosInstance): Promise<Pick<Check<unknown, unknown>, "check_id">>;
732
732
  declare function reorderChecks(order: {
733
733
  source: number;
734
734
  destination: number;
735
- }): Promise<AxiosResponse<unknown, any, {}>>;
736
- declare function markAsPresetCheck(checkId: string): Promise<void>;
735
+ }, client?: AxiosInstance): Promise<AxiosResponse<unknown, any, {}>>;
736
+ declare function markAsPresetCheck(checkId: string, client?: AxiosInstance): Promise<void>;
737
737
  //#endregion
738
738
  //#region recce-source/js/src/lib/api/lineagecheck.d.ts
739
739
  interface LineageDiffViewOptions {
@@ -744,7 +744,7 @@ interface LineageDiffViewOptions {
744
744
  exclude?: string;
745
745
  column_level_lineage?: CllInput;
746
746
  }
747
- declare function createLineageDiffCheck(viewOptions: LineageDiffViewOptions): Promise<Check>;
747
+ declare function createLineageDiffCheck(viewOptions: LineageDiffViewOptions, client?: AxiosInstance): Promise<Check>;
748
748
  //#endregion
749
749
  //#region recce-source/js/src/components/lineage/LineageView.d.ts
750
750
  interface LineageViewProps {
@@ -811,19 +811,19 @@ declare const LineageViewContext: React$1.Context<LineageViewContextType>;
811
811
  declare const useLineageViewContext: () => LineageViewContextType | undefined;
812
812
  //#endregion
813
813
  //#region recce-source/js/src/components/lineage/LineageViewTopBar.d.ts
814
- declare const LineageViewTopBar: () => react_jsx_runtime0.JSX.Element;
814
+ declare const LineageViewTopBar: () => react_jsx_runtime12.JSX.Element;
815
815
  //#endregion
816
816
  //#region recce-source/js/src/components/lineage/GraphNode.d.ts
817
817
  type GraphNodeProps = NodeProps<LineageGraphNode>;
818
- declare function GraphNode(nodeProps: GraphNodeProps): react_jsx_runtime0.JSX.Element;
818
+ declare function GraphNode(nodeProps: GraphNodeProps): react_jsx_runtime12.JSX.Element;
819
819
  //#endregion
820
820
  //#region recce-source/js/src/components/lineage/GraphEdge.d.ts
821
821
  type GraphEdgeProps = EdgeProps<LineageGraphEdge>;
822
- declare function GraphEdge(props: GraphEdgeProps): react_jsx_runtime0.JSX.Element;
822
+ declare function GraphEdge(props: GraphEdgeProps): react_jsx_runtime12.JSX.Element;
823
823
  //#endregion
824
824
  //#region recce-source/js/src/components/lineage/GraphColumnNode.d.ts
825
825
  type GrapeColumnNodeProps = NodeProps<LineageGraphColumnNode>;
826
- declare function GraphColumnNode(nodeProps: GrapeColumnNodeProps): react_jsx_runtime0.JSX.Element;
826
+ declare function GraphColumnNode(nodeProps: GrapeColumnNodeProps): react_jsx_runtime12.JSX.Element;
827
827
  //#endregion
828
828
  //#region recce-source/js/src/components/lineage/NodeView.d.ts
829
829
  interface NodeViewProps {
@@ -833,7 +833,7 @@ interface NodeViewProps {
833
833
  declare function NodeView({
834
834
  node,
835
835
  onCloseNode
836
- }: NodeViewProps): react_jsx_runtime0.JSX.Element;
836
+ }: NodeViewProps): react_jsx_runtime12.JSX.Element;
837
837
  //#endregion
838
838
  //#region recce-source/js/src/components/lineage/NodeSqlView.d.ts
839
839
  interface NodeSqlViewProps {
@@ -841,20 +841,20 @@ interface NodeSqlViewProps {
841
841
  }
842
842
  declare const NodeSqlView: ({
843
843
  node
844
- }: NodeSqlViewProps) => react_jsx_runtime0.JSX.Element | "Not available";
844
+ }: NodeSqlViewProps) => react_jsx_runtime12.JSX.Element | "Not available";
845
845
  //#endregion
846
846
  //#region recce-source/js/src/components/lineage/NodeTag.d.ts
847
847
  declare function ResourceTypeTag({
848
848
  node
849
849
  }: {
850
850
  node: LineageGraphNode;
851
- }): react_jsx_runtime0.JSX.Element;
851
+ }): react_jsx_runtime12.JSX.Element;
852
852
  interface ModelRowCountProps {
853
853
  rowCount?: RowCountDiff;
854
854
  }
855
855
  declare function ModelRowCount({
856
856
  rowCount
857
- }: ModelRowCountProps): react_jsx_runtime0.JSX.Element;
857
+ }: ModelRowCountProps): react_jsx_runtime12.JSX.Element;
858
858
  interface RowCountDiffTagProps {
859
859
  node: LineageGraphNode;
860
860
  rowCount?: RowCountDiff;
@@ -867,7 +867,7 @@ declare function RowCountDiffTag({
867
867
  node,
868
868
  onRefresh,
869
869
  isFetching
870
- }: RowCountDiffTagProps): react_jsx_runtime0.JSX.Element;
870
+ }: RowCountDiffTagProps): react_jsx_runtime12.JSX.Element;
871
871
  interface RowCountTagProps {
872
872
  node: LineageGraphNode;
873
873
  rowCount?: RowCount;
@@ -877,10 +877,10 @@ interface RowCountTagProps {
877
877
  }
878
878
  //#endregion
879
879
  //#region recce-source/js/src/components/lineage/SetupConnectionBanner.d.ts
880
- declare function SetupConnectionBanner(): react_jsx_runtime0.JSX.Element;
880
+ declare function SetupConnectionBanner(): react_jsx_runtime12.JSX.Element;
881
881
  //#endregion
882
882
  //#region recce-source/js/src/components/query/QueryPage.d.ts
883
- declare const QueryPage: () => react_jsx_runtime0.JSX.Element;
883
+ declare const QueryPage: () => react_jsx_runtime12.JSX.Element;
884
884
  //#endregion
885
885
  //#region recce-source/js/src/components/query/QueryForm.d.ts
886
886
  interface QueryFormProps extends BoxProps {
@@ -891,7 +891,7 @@ declare const QueryForm: ({
891
891
  defaultPrimaryKeys,
892
892
  onPrimaryKeysChange,
893
893
  ...props
894
- }: QueryFormProps) => react_jsx_runtime0.JSX.Element;
894
+ }: QueryFormProps) => react_jsx_runtime12.JSX.Element;
895
895
  //#endregion
896
896
  //#region recce-source/js/src/components/query/SqlEditor.d.ts
897
897
  interface SqlEditorProps {
@@ -927,7 +927,7 @@ declare function SqlEditor({
927
927
  manifestData,
928
928
  schemas,
929
929
  ...props
930
- }: SqlEditorProps): react_jsx_runtime0.JSX.Element;
930
+ }: SqlEditorProps): react_jsx_runtime12.JSX.Element;
931
931
  //#endregion
932
932
  //#region recce-source/js/src/components/query/QueryResultView.d.ts
933
933
  interface QueryResultViewProp extends RunResultViewProps<QueryViewOptions> {
@@ -957,10 +957,10 @@ declare const DiffText: ({
957
957
  grayOut,
958
958
  noCopy,
959
959
  fontSize
960
- }: DiffTextProps) => react_jsx_runtime0.JSX.Element;
960
+ }: DiffTextProps) => react_jsx_runtime12.JSX.Element;
961
961
  //#endregion
962
962
  //#region recce-source/js/src/components/query/SetupConnectionGuide.d.ts
963
- declare function SetupConnectionGuide(): react_jsx_runtime0.JSX.Element;
963
+ declare function SetupConnectionGuide(): react_jsx_runtime12.JSX.Element;
964
964
  //#endregion
965
965
  //#region recce-source/js/src/components/editor/CodeEditor.d.ts
966
966
  type CodeEditorLanguage = "sql" | "yaml";
@@ -995,7 +995,7 @@ declare function CodeEditor({
995
995
  className,
996
996
  theme,
997
997
  keyBindings
998
- }: CodeEditorProps): react_jsx_runtime0.JSX.Element;
998
+ }: CodeEditorProps): react_jsx_runtime12.JSX.Element;
999
999
  //#endregion
1000
1000
  //#region recce-source/js/src/components/editor/DiffEditor.d.ts
1001
1001
  type DiffEditorLanguage = "sql" | "yaml";
@@ -1025,7 +1025,7 @@ declare function DiffEditor({
1025
1025
  className,
1026
1026
  theme,
1027
1027
  onModifiedChange
1028
- }: DiffEditorProps): react_jsx_runtime0.JSX.Element;
1028
+ }: DiffEditorProps): react_jsx_runtime12.JSX.Element;
1029
1029
  //#endregion
1030
1030
  //#region recce-source/js/src/components/schema/SchemaView.d.ts
1031
1031
  interface SchemaViewProps {
@@ -1059,7 +1059,7 @@ declare function ColumnNameCell({
1059
1059
  singleEnv?: boolean;
1060
1060
  cllRunning?: boolean;
1061
1061
  showMenu?: boolean;
1062
- }): react_jsx_runtime0.JSX.Element;
1062
+ }): react_jsx_runtime12.JSX.Element;
1063
1063
  //#endregion
1064
1064
  //#region recce-source/js/src/components/check/CheckList.d.ts
1065
1065
  declare const CheckList: ({
@@ -1072,7 +1072,7 @@ declare const CheckList: ({
1072
1072
  selectedItem: string | null;
1073
1073
  onCheckSelected: (checkId: string) => void;
1074
1074
  onChecksReordered: (source: number, destination: number) => void;
1075
- }) => react_jsx_runtime0.JSX.Element;
1075
+ }) => react_jsx_runtime12.JSX.Element;
1076
1076
  //#endregion
1077
1077
  //#region recce-source/js/src/components/check/CheckDetail.d.ts
1078
1078
  interface CheckDetailProps {
@@ -1092,7 +1092,7 @@ interface CheckBreadcrumbProps {
1092
1092
  declare function CheckBreadcrumb({
1093
1093
  name,
1094
1094
  setName
1095
- }: CheckBreadcrumbProps): react_jsx_runtime0.JSX.Element;
1095
+ }: CheckBreadcrumbProps): react_jsx_runtime12.JSX.Element;
1096
1096
  //#endregion
1097
1097
  //#region recce-source/js/src/components/check/CheckDescription.d.ts
1098
1098
  interface CheckDescriptionProps {
@@ -1102,10 +1102,10 @@ interface CheckDescriptionProps {
1102
1102
  declare function CheckDescription({
1103
1103
  value,
1104
1104
  onChange
1105
- }: CheckDescriptionProps): react_jsx_runtime0.JSX.Element;
1105
+ }: CheckDescriptionProps): react_jsx_runtime12.JSX.Element;
1106
1106
  //#endregion
1107
1107
  //#region recce-source/js/src/components/check/CheckEmptyState.d.ts
1108
- declare const CheckEmptyState: () => react_jsx_runtime0.JSX.Element;
1108
+ declare const CheckEmptyState: () => react_jsx_runtime12.JSX.Element;
1109
1109
  //#endregion
1110
1110
  //#region recce-source/js/src/components/check/LineageDiffView.d.ts
1111
1111
  interface LineageDiffViewProps {
@@ -1125,10 +1125,10 @@ interface RunPageProps$1 {
1125
1125
  }
1126
1126
  declare const RunPage: ({
1127
1127
  runId
1128
- }: RunPageProps$1) => react_jsx_runtime0.JSX.Element;
1128
+ }: RunPageProps$1) => react_jsx_runtime12.JSX.Element;
1129
1129
  //#endregion
1130
1130
  //#region recce-source/js/src/components/run/RunList.d.ts
1131
- declare const RunList: () => react_jsx_runtime0.JSX.Element;
1131
+ declare const RunList: () => react_jsx_runtime12.JSX.Element;
1132
1132
  //#endregion
1133
1133
  //#region recce-source/js/src/components/run/RunView.d.ts
1134
1134
  interface RunViewProps<VO = ViewOptionTypes> {
@@ -1166,7 +1166,7 @@ declare const RunModal: ({
1166
1166
  title,
1167
1167
  params: defaultParams,
1168
1168
  RunForm
1169
- }: RunModalProps) => react_jsx_runtime0.JSX.Element;
1169
+ }: RunModalProps) => react_jsx_runtime12.JSX.Element;
1170
1170
  //#endregion
1171
1171
  //#region recce-source/js/src/components/run/RunResultPane.d.ts
1172
1172
  interface RunPageProps {
@@ -1177,14 +1177,14 @@ interface RunPageProps {
1177
1177
  declare const RunResultPane: ({
1178
1178
  onClose,
1179
1179
  isSingleEnvironment
1180
- }: RunPageProps) => react_jsx_runtime0.JSX.Element;
1180
+ }: RunPageProps) => react_jsx_runtime12.JSX.Element;
1181
1181
  //#endregion
1182
1182
  //#region recce-source/js/src/components/run/RunStatusAndDate.d.ts
1183
1183
  declare const RunStatusAndDate: ({
1184
1184
  run
1185
1185
  }: {
1186
1186
  run: Run;
1187
- }) => react_jsx_runtime0.JSX.Element;
1187
+ }) => react_jsx_runtime12.JSX.Element;
1188
1188
  //#endregion
1189
1189
  //#region recce-source/js/src/components/profile/ProfileDiffResultView.d.ts
1190
1190
  type ProfileDiffResultViewProp = RunResultViewProps<ProfileDiffViewOptions>;
@@ -1206,7 +1206,7 @@ declare function HistogramDiffForm({
1206
1206
  params,
1207
1207
  onParamsChanged,
1208
1208
  setIsReadyToExecute
1209
- }: HistogramDiffEditProps): react_jsx_runtime0.JSX.Element;
1209
+ }: HistogramDiffEditProps): react_jsx_runtime12.JSX.Element;
1210
1210
  //#endregion
1211
1211
  //#region recce-source/js/src/components/histogram/HistogramDiffResultView.d.ts
1212
1212
  type HistogramDiffResultViewProp = RunResultViewProps;
@@ -1218,7 +1218,7 @@ declare function TopKDiffForm({
1218
1218
  params,
1219
1219
  onParamsChanged,
1220
1220
  setIsReadyToExecute
1221
- }: TopKDiffFormProps): react_jsx_runtime0.JSX.Element;
1221
+ }: TopKDiffFormProps): react_jsx_runtime12.JSX.Element;
1222
1222
  //#endregion
1223
1223
  //#region recce-source/js/src/components/top-k/TopKDiffResultView.d.ts
1224
1224
  type TopKDiffResultViewProp = RunResultViewProps;
@@ -1251,7 +1251,7 @@ declare function HistogramChart({
1251
1251
  data,
1252
1252
  hideAxis,
1253
1253
  animation
1254
- }: HistogramChartProps): react_jsx_runtime0.JSX.Element;
1254
+ }: HistogramChartProps): react_jsx_runtime12.JSX.Element;
1255
1255
  //#endregion
1256
1256
  //#region recce-source/js/src/components/charts/TopKSummaryList.d.ts
1257
1257
  interface Props$2 {
@@ -1267,17 +1267,17 @@ declare function TopKSummaryList({
1267
1267
  topk,
1268
1268
  valids,
1269
1269
  isDisplayTopTen
1270
- }: Props$2): react_jsx_runtime0.JSX.Element;
1270
+ }: Props$2): react_jsx_runtime12.JSX.Element;
1271
1271
  //#endregion
1272
1272
  //#region recce-source/js/src/components/charts/SquareIcon.d.ts
1273
1273
  declare function SquareIcon({
1274
1274
  color
1275
1275
  }: {
1276
1276
  color: string;
1277
- }): react_jsx_runtime0.JSX.Element;
1277
+ }): react_jsx_runtime12.JSX.Element;
1278
1278
  //#endregion
1279
1279
  //#region recce-source/js/src/components/summary/SummaryView.d.ts
1280
- declare function SummaryView(): react_jsx_runtime0.JSX.Element;
1280
+ declare function SummaryView(): react_jsx_runtime12.JSX.Element;
1281
1281
  //#endregion
1282
1282
  //#region recce-source/js/src/components/summary/ChangeSummary.d.ts
1283
1283
  interface Props$1 {
@@ -1285,7 +1285,7 @@ interface Props$1 {
1285
1285
  }
1286
1286
  declare function ChangeSummary({
1287
1287
  lineageGraph
1288
- }: Props$1): react_jsx_runtime0.JSX.Element;
1288
+ }: Props$1): react_jsx_runtime12.JSX.Element;
1289
1289
  //#endregion
1290
1290
  //#region recce-source/js/src/components/summary/SchemaSummary.d.ts
1291
1291
  interface Props {
@@ -1293,10 +1293,28 @@ interface Props {
1293
1293
  }
1294
1294
  declare function SchemaSummary({
1295
1295
  lineageGraph
1296
- }: Props): react_jsx_runtime0.JSX.Element;
1296
+ }: Props): react_jsx_runtime12.JSX.Element;
1297
1297
  //#endregion
1298
1298
  //#region recce-source/js/src/components/app/EnvInfo.d.ts
1299
- declare function EnvInfo$1(): react_jsx_runtime0.JSX.Element;
1299
+ declare function EnvInfo$1(): react_jsx_runtime12.JSX.Element;
1300
+ //#endregion
1301
+ //#region recce-source/js/app/(mainComponents)/TopBar.d.ts
1302
+ declare function TopBar(): react_jsx_runtime12.JSX.Element;
1303
+ //#endregion
1304
+ //#region recce-source/js/app/(mainComponents)/NavBar.d.ts
1305
+ declare function NavBar(): react_jsx_runtime12.JSX.Element;
1306
+ //#endregion
1307
+ //#region recce-source/js/app/(mainComponents)/DisplayModeToggle.d.ts
1308
+ /**
1309
+ * Display Mode Toggle - switches between light and dark themes
1310
+ *
1311
+ * Uses next-themes to persist the user's preference.
1312
+ * Default is light theme, with future support for system preference.
1313
+ */
1314
+ declare function DisplayModeToggle(): react_jsx_runtime12.JSX.Element;
1315
+ //#endregion
1316
+ //#region recce-source/js/app/(mainComponents)/RecceVersionBadge.d.ts
1317
+ declare function RecceVersionBadge(): react_jsx_runtime12.JSX.Element;
1300
1318
  //#endregion
1301
1319
  //#region recce-source/js/src/components/shared/HistoryToggle.d.ts
1302
1320
  declare function HistoryToggle(): ReactNode;
@@ -1307,15 +1325,15 @@ declare function HistoryToggle(): ReactNode;
1307
1325
  * Only shows when remaining time is below the warning threshold
1308
1326
  * Styled as a warning indicator to draw user attention
1309
1327
  */
1310
- declare function IdleTimeoutBadge(): react_jsx_runtime0.JSX.Element;
1328
+ declare function IdleTimeoutBadge(): react_jsx_runtime12.JSX.Element;
1311
1329
  //#endregion
1312
1330
  //#region recce-source/js/src/components/icons/index.d.ts
1313
- declare const IconSync: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
1314
- declare const IconExport: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
1315
- declare const IconImport: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
1316
- declare const IconSave: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
1317
- declare const IconEdit: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
1318
- declare const IconInfo: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
1331
+ declare const IconSync: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
1332
+ declare const IconExport: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
1333
+ declare const IconImport: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
1334
+ declare const IconSave: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
1335
+ declare const IconEdit: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
1336
+ declare const IconInfo: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
1319
1337
  //#endregion
1320
1338
  //#region recce-source/js/src/lib/api/instanceInfo.d.ts
1321
1339
  interface RecceInstanceInfo {
@@ -1348,7 +1366,7 @@ declare function useClipBoardToast(): {
1348
1366
  //#region recce-source/js/src/components/lineage/useValueDiffAlertDialog.d.ts
1349
1367
  declare function useValueDiffAlertDialog(): {
1350
1368
  confirm: (nodeCount: number) => Promise<boolean>;
1351
- AlertDialog: react_jsx_runtime0.JSX.Element;
1369
+ AlertDialog: react_jsx_runtime12.JSX.Element;
1352
1370
  };
1353
1371
  //#endregion
1354
1372
  //#region recce-source/js/src/lib/hooks/RecceContextProvider.d.ts
@@ -1377,7 +1395,7 @@ interface RecceContextProps {
1377
1395
  */
1378
1396
  declare function RecceContextProvider({
1379
1397
  children
1380
- }: RecceContextProps): react_jsx_runtime0.JSX.Element;
1398
+ }: RecceContextProps): react_jsx_runtime12.JSX.Element;
1381
1399
  //#endregion
1382
1400
  //#region recce-source/js/src/lib/hooks/RecceInstanceContext.d.ts
1383
1401
  type RecceFeatureMode = "read only" | "metadata only" | null;
@@ -1404,7 +1422,7 @@ declare function RecceInstanceInfoProvider({
1404
1422
  children
1405
1423
  }: {
1406
1424
  children: React.ReactNode;
1407
- }): react_jsx_runtime0.JSX.Element;
1425
+ }): react_jsx_runtime12.JSX.Element;
1408
1426
  declare const useRecceInstanceContext: () => InstanceInfoType;
1409
1427
  //#endregion
1410
1428
  //#region recce-source/js/src/lib/hooks/LineageGraphContext.d.ts
@@ -1441,7 +1459,7 @@ interface LineageGraphProps {
1441
1459
  }
1442
1460
  declare function LineageGraphContextProvider({
1443
1461
  children
1444
- }: LineageGraphProps): react_jsx_runtime0.JSX.Element;
1462
+ }: LineageGraphProps): react_jsx_runtime12.JSX.Element;
1445
1463
  declare const useLineageGraphContext: () => LineageGraphContextType;
1446
1464
  declare const useRunsAggregated: () => [RunsAggregated | undefined, () => void];
1447
1465
  //#endregion
@@ -1456,7 +1474,7 @@ declare function RecceShareStateContextProvider({
1456
1474
  children
1457
1475
  }: {
1458
1476
  children: React$1.ReactNode;
1459
- }): react_jsx_runtime0.JSX.Element;
1477
+ }): react_jsx_runtime12.JSX.Element;
1460
1478
  declare const useRecceShareStateContext: () => ShareStateProps;
1461
1479
  //#endregion
1462
1480
  //#region recce-source/js/src/lib/hooks/RecceQueryContext.d.ts
@@ -1475,7 +1493,7 @@ interface QueryContextProps {
1475
1493
  }
1476
1494
  declare function RecceQueryContextProvider({
1477
1495
  children
1478
- }: QueryContextProps): react_jsx_runtime0.JSX.Element;
1496
+ }: QueryContextProps): react_jsx_runtime12.JSX.Element;
1479
1497
  declare const useRecceQueryContext: () => QueryContext;
1480
1498
  interface RowCountStateContext {
1481
1499
  isNodesFetching: string[];
@@ -1486,7 +1504,7 @@ interface RowCountStateContextProps {
1486
1504
  }
1487
1505
  declare function RowCountStateContextProvider({
1488
1506
  children
1489
- }: RowCountStateContextProps): react_jsx_runtime0.JSX.Element;
1507
+ }: RowCountStateContextProps): react_jsx_runtime12.JSX.Element;
1490
1508
  declare const useRowCountStateContext: () => RowCountStateContext;
1491
1509
  //#endregion
1492
1510
  //#region recce-source/js/src/lib/hooks/RecceActionContext.d.ts
@@ -1507,12 +1525,13 @@ interface RecceActionContextType {
1507
1525
  setHistoryOpen: Dispatch<SetStateAction<boolean>>;
1508
1526
  clearRunResult: () => void;
1509
1527
  }
1528
+ declare const RecceActionContext: React$1.Context<RecceActionContextType>;
1510
1529
  interface RecceActionContextProviderProps {
1511
1530
  children: React$1.ReactNode;
1512
1531
  }
1513
1532
  declare function RecceActionContextProvider({
1514
1533
  children
1515
- }: RecceActionContextProviderProps): react_jsx_runtime0.JSX.Element;
1534
+ }: RecceActionContextProviderProps): react_jsx_runtime12.JSX.Element;
1516
1535
  declare const useRecceActionContext: () => RecceActionContextType;
1517
1536
  //#endregion
1518
1537
  //#region recce-source/js/src/lib/hooks/RecceCheckContext.d.ts
@@ -1525,7 +1544,7 @@ interface CheckContextProps {
1525
1544
  }
1526
1545
  declare function RecceCheckContextProvider({
1527
1546
  children
1528
- }: CheckContextProps): react_jsx_runtime0.JSX.Element;
1547
+ }: CheckContextProps): react_jsx_runtime12.JSX.Element;
1529
1548
  declare const useRecceCheckContext: () => CheckContext;
1530
1549
  //#endregion
1531
1550
  //#region recce-source/js/src/lib/hooks/IdleTimeoutContext.d.ts
@@ -1560,7 +1579,7 @@ declare function IdleTimeoutProvider({
1560
1579
  children
1561
1580
  }: {
1562
1581
  children: ReactNode;
1563
- }): react_jsx_runtime0.JSX.Element;
1582
+ }): react_jsx_runtime12.JSX.Element;
1564
1583
  /**
1565
1584
  * Hook to access idle timeout context
1566
1585
  * @throws Error if used outside IdleTimeoutProvider
@@ -1615,7 +1634,7 @@ declare function ApiConfigProvider({
1615
1634
  apiPrefix,
1616
1635
  authToken,
1617
1636
  baseUrl
1618
- }: ApiConfigProviderProps): react_jsx_runtime0.JSX.Element;
1637
+ }: ApiConfigProviderProps): react_jsx_runtime12.JSX.Element;
1619
1638
  /**
1620
1639
  * Hook to access the API configuration and configured axios client.
1621
1640
  *
@@ -1702,15 +1721,15 @@ interface QueryDiffViewOptions {
1702
1721
  display_mode?: "inline" | "side_by_side";
1703
1722
  columnsRenderMode?: Record<string, ColumnRenderMode>;
1704
1723
  }
1705
- declare function submitQuery(params: QueryRunParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
1706
- declare function submitQueryBase(params: QueryRunParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
1707
- declare function submitQueryDiff(params: QueryDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
1724
+ declare function submitQuery(params: QueryRunParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
1725
+ declare function submitQueryBase(params: QueryRunParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
1726
+ declare function submitQueryDiff(params: QueryDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
1708
1727
  //#endregion
1709
1728
  //#region recce-source/js/src/lib/api/connectToCloud.d.ts
1710
1729
  interface ConnectToCloud {
1711
1730
  connection_url: string;
1712
1731
  }
1713
- declare function connectToCloud(): Promise<ConnectToCloud>;
1732
+ declare function connectToCloud(client?: AxiosInstance): Promise<ConnectToCloud>;
1714
1733
  //#endregion
1715
1734
  //#region recce-source/js/src/lib/api/flag.d.ts
1716
1735
  interface RecceServerFlags {
@@ -1729,7 +1748,7 @@ interface SchemaDiffViewParams {
1729
1748
  view_mode?: "all" | "changed_models";
1730
1749
  packages?: string[];
1731
1750
  }
1732
- declare function createSchemaDiffCheck(params: SchemaDiffViewParams): Promise<Check>;
1751
+ declare function createSchemaDiffCheck(params: SchemaDiffViewParams, client?: AxiosInstance): Promise<Check>;
1733
1752
  //#endregion
1734
1753
  //#region recce-source/js/src/lib/api/select.d.ts
1735
1754
  interface SelectInput {
@@ -1741,7 +1760,7 @@ interface SelectInput {
1741
1760
  interface SelectOutput {
1742
1761
  nodes: string[];
1743
1762
  }
1744
- declare function select(input: SelectInput): Promise<SelectOutput>;
1763
+ declare function select(input: SelectInput, client?: AxiosInstance): Promise<SelectOutput>;
1745
1764
  //#endregion
1746
1765
  //#region recce-source/js/src/lib/api/state.d.ts
1747
1766
  interface SaveAsInput {
@@ -1752,24 +1771,24 @@ interface ImportedState {
1752
1771
  runs: number;
1753
1772
  checks: number;
1754
1773
  }
1755
- declare function saveAs(input: SaveAsInput): Promise<void>;
1756
- declare function rename(input: SaveAsInput): Promise<void>;
1757
- declare function exportState(): Promise<string>;
1758
- declare function importState(file: File, checksOnly?: boolean): Promise<ImportedState>;
1759
- declare function isStateSyncing(): Promise<boolean>;
1774
+ declare function saveAs(input: SaveAsInput, client?: AxiosInstance): Promise<void>;
1775
+ declare function rename(input: SaveAsInput, client?: AxiosInstance): Promise<void>;
1776
+ declare function exportState(client?: AxiosInstance): Promise<string>;
1777
+ declare function importState(file: File, checksOnly?: boolean, client?: AxiosInstance): Promise<ImportedState>;
1778
+ declare function isStateSyncing(client?: AxiosInstance): Promise<boolean>;
1760
1779
  interface SyncStateInput {
1761
1780
  method?: "overwrite" | "revert" | "merge";
1762
1781
  }
1763
1782
  interface SyncStateResponse {
1764
1783
  status: "accepted" | "conflict" | "syncing";
1765
1784
  }
1766
- declare function syncState(input: SyncStateInput): Promise<SyncStateResponse>;
1785
+ declare function syncState(input: SyncStateInput, client?: AxiosInstance): Promise<SyncStateResponse>;
1767
1786
  interface ShareStateResponse {
1768
1787
  status: string;
1769
1788
  message: string;
1770
1789
  share_url?: string;
1771
1790
  }
1772
- declare function shareState(): Promise<ShareStateResponse>;
1791
+ declare function shareState(client?: AxiosInstance): Promise<ShareStateResponse>;
1773
1792
  //#endregion
1774
1793
  //#region recce-source/js/src/lib/api/user.d.ts
1775
1794
  interface User {
@@ -1779,10 +1798,15 @@ interface User {
1779
1798
  email: string;
1780
1799
  onboarding_state: string;
1781
1800
  }
1782
- declare function fetchUser(): Promise<User>;
1801
+ declare function fetchUser(client?: AxiosInstance): Promise<User>;
1783
1802
  declare function fetchGitHubAvatar(userId: string): Promise<string | null>;
1784
1803
  //#endregion
1785
1804
  //#region recce-source/js/src/lib/api/version.d.ts
1805
+ interface VersionResponse {
1806
+ version: string;
1807
+ latestVersion: string;
1808
+ }
1809
+ declare function getVersion(client?: AxiosInstance): Promise<VersionResponse>;
1786
1810
  declare function useVersionNumber(): {
1787
1811
  version: string;
1788
1812
  latestVersion: string;
@@ -1803,5 +1827,5 @@ declare const sessionStorageKeys: {
1803
1827
  lineageNotificationDismissed: string;
1804
1828
  };
1805
1829
  //#endregion
1806
- export { ApiConfigProvider as $, ColumnRenderMode as $n, SubmitRunTrackProps as $r, RunPage as $t, QueryDiffParams as A, pullRequestInfo as Ai, LineageViewContext as An, RowCountDiffParams as Ar, IconSync as At, submitQueryDiff as B, MuiProvider as Bi, getCheck as Bn, queryRowCount as Br, RowCountDiffResultView as Bt, createSchemaDiffCheck as C, ServerInfoResult as Ci, RowCountTagProps as Cn, ValueDiffDetailParams as Cr, useCheckToast as Ct, markRelaunchHintCompleted as D, getModelInfo as Di, GraphEdge as Dn, ValueDiffResult as Dr, IconImport as Dt, markOnboardingCompleted as E, getLineageWithError as Ei, GraphColumnNode as En, ValueDiffParams as Er, IconExport as Et, QueryResult as F, VSplit as Fi, Check as Fn, QueryRowCountResult as Fr, ChangeSummary as Ft, RECCE_SUPPORT_CALENDAR_URL as G, useChecks as Gn, ProfileDiffResult as Gr, ValueDiffDetailResultView as Gt, PUBLIC_API_URL as H, reactQueryClient as Hi, markAsPresetCheck as Hn, HistogramDiffResult as Hr, TopKDiffForm as Ht, QueryRunParams as I, ErrorBoundary as Ii, CreateCheckBody as In, RowCount as Ir, SummaryView as It, isSchemaChanged as J, ScreenshotDataGrid as Jn, TopKDiffResult as Jr, RunStatusAndDate as Jt, deltaPercentageString as K, ValueDiffForm as Kn, ProfileDiffViewOptions as Kr, ValueDiffResultView as Kt, QueryViewOptions as L, Toaster as Li, createCheckByRun as Ln, RowCountDiff as Lr, SquareIcon as Lt, QueryDiffViewOptions as M, LineagePage as Mi, LineageView as Mn, RowCountParams as Mr, HistoryToggle as Mt, QueryParams as N, ScreenshotBox as Ni, LineageDiffViewOptions as Nn, RowCountResult as Nr, EnvInfo$1 as Nt, ConnectToCloud as O, getServerInfo as Oi, GraphNode as On, submitValueDiff as Or, IconInfo as Ot, QueryPreviewChangeParams as P, HSplit as Pi, createLineageDiffCheck as Pn, submitRowCountDiff as Pr, SchemaSummary as Pt, ApiConfig as Q, AxiosQueryParams as Qn, SubmitOptions as Qr, RunList as Qt, submitQuery as R, ToasterProvider as Ri, createSimpleCheck as Rn, fetchModelRowCount as Rr, TopKSummaryList as Rt, SchemaDiffViewParams as S, SQLMeshInfo as Si, RowCountDiffTagProps as Sn, isValueDiffRun as Sr, useClipBoardToast as St, getServerFlag as T, getLineageDiff as Ti, NodeView as Tn, ValueDiffDetailViewOptions as Tr, IconEdit as Tt, PUBLIC_CLOUD_WEB_URL as U, reorderChecks as Un, HistogramResult as Ur, HistogramDiffResultView as Ut, VERSION as V, axiosClient as Vi, listChecks as Vn, HistogramDiffParams as Vr, TopKDiffResultView as Vt, DisableTooltipMessages as W, updateCheck as Wn, ProfileDiffParams as Wr, HistogramDiffForm as Wt, buildQuery as X, RunFormProps as Xn, submitProfileDiff as Xr, RunModal as Xt, buildDescription as Y, RunToolbar as Yn, TopKResult as Yr, RunResultPane as Yt, buildTitle as Z, RunResultViewProps as Zn, RunsAggregated as Zr, RunView as Zt, shareState as _, LineageDiffResult as _i, QueryPage as _n, isRowCountRun as _r, useRunsAggregated as _t, fetchGitHubAvatar as a, submitRun as ai, CheckDetail as an, RowObjectType as ar, RecceCheckContextProvider as at, SelectOutput as b, NodeColumnData as bi, ResourceTypeTag as bn, isTopKDiffRun as br, RecceContextProvider as bt, SaveAsInput as c, CllInput as ci, SchemaView as cn, SchemaDiffParams as cr, useRecceActionContext as ct, SyncStateResponse as d, ImpactRadiusParams as di, SetupConnectionGuide as dn, isProfileDiffRun as dr, useRecceQueryContext as dt, aggregateRuns as ei, SchemaDiffView as en, ColumnType as er, useApiClient as et, exportState as f, getCll as fi, DiffText as fn, isProfileRun as fr, useRowCountStateContext as ft, saveAs as g, LineageDiffData as gi, QueryForm as gn, isRowCountDiffRun as gr, useLineageGraphContext as gt, rename as h, LineageDataFromMetadata as hi, SqlEditor as hn, isQueryRun as hr, LineageGraphContextProvider as ht, User as i, searchRuns as ii, CheckBreadcrumb as in, RowDataTypes as ir, useIdleTimeout as it, QueryDiffResult as j, stateMetadata as ji, useLineageViewContext as jn, RowCountDiffResult as jr, IdleTimeoutBadge as jt, connectToCloud as k, gitInfo as ki, LineageViewTopBar as kn, submitValueDiffDetail as kr, IconSave as kt, ShareStateResponse as l, CllNodeData as li, DiffEditor as ln, isHistogramDiffRun as lr, RecceQueryContextProvider as lt, isStateSyncing as m, LineageData as mi, QueryResultView as mn, isQueryDiffRun as mr, useRecceShareStateContext as mt, localStorageKeys as n, getRun as ni, CheckEmptyState as nn, LineageDiffParams as nr, useApiConfigSafe as nt, fetchUser as o, submitRunFromCheck as oi, CheckList as on, Run as or, useRecceCheckContext as ot, importState as p, CatalogMetadata as pi, QueryDiffResultView as pn, isQueryBaseRun as pr, RecceShareStateContextProvider as pt, columnPrecisionSelectOptions as q, ProfileDiffForm as qn, TopKDiffParams as qr, ProfileDiffResultView as qt, useVersionNumber as r, listRuns as ri, CheckDescription as rn, RowData as rr, IdleTimeoutProvider as rt, ImportedState as s, waitRun as si, ColumnNameCell as sn, RunParamTypes as sr, RecceActionContextProvider as st, sessionStorageKeys as t, cancelRun as ti, LineageDiffView as tn, DataFrame as tr, useApiConfig as tt, SyncStateInput as u, ColumnLineageData as ui, CodeEditor as un, isLineageDiffRun as ur, RowCountStateContextProvider as ut, syncState as v, ManifestMetadata as vi, SetupConnectionBanner as vn, isSchemaDiffRun as vr, RecceInstanceInfoProvider as vt, RecceServerFlags as w, getLineage as wi, NodeSqlView as wn, ValueDiffDetailResult as wr, useRecceInstanceInfo as wt, select as x, NodeData as xi, RowCountDiffTag as xn, isValueDiffDetailRun as xr, useValueDiffAlertDialog as xt, SelectInput as y, ModelInfoResult as yi, ModelRowCount as yn, isSimpleRun as yr, useRecceInstanceContext as yt, submitQueryBase as z, useToaster as zi, deleteCheck as zn, queryModelRowCount as zr, HistogramChart as zt };
1807
- //# sourceMappingURL=index-DYduBYD8.d.ts.map
1830
+ export { ApiConfig as $, ValueDiffForm as $n, ProfileDiffViewOptions as $r, ValueDiffResultView as $t, connectToCloud as A, ServerInfoResult as Ai, RowCountTagProps as An, ValueDiffDetailParams as Ar, IconImport as At, submitQueryBase as B, ScreenshotBox as Bi, LineageDiffViewOptions as Bn, RowCountResult as Br, EnvInfo$1 as Bt, SchemaDiffViewParams as C, LineageDiffData as Ci, QueryForm as Cn, isRowCountDiffRun as Cr, RecceContextProvider as Ct, markOnboardingCompleted as D, NodeColumnData as Di, ResourceTypeTag as Dn, isTopKDiffRun as Dr, useRecceInstanceInfo as Dt, getServerFlag as E, ModelInfoResult as Ei, ModelRowCount as En, isSimpleRun as Er, useCheckToast as Et, QueryPreviewChangeParams as F, getServerInfo as Fi, GraphNode as Fn, submitValueDiff as Fr, HistoryToggle as Ft, DisableTooltipMessages as G, ToasterProvider as Gi, createSimpleCheck as Gn, fetchModelRowCount as Gr, TopKSummaryList as Gt, VERSION as H, VSplit as Hi, Check as Hn, QueryRowCountResult as Hr, ChangeSummary as Ht, QueryResult as I, gitInfo as Ii, LineageViewTopBar as In, submitValueDiffDetail as Ir, RecceVersionBadge as It, columnPrecisionSelectOptions as J, axiosClient as Ji, listChecks as Jn, HistogramDiffParams as Jr, TopKDiffResultView as Jt, RECCE_SUPPORT_CALENDAR_URL as K, useToaster as Ki, deleteCheck as Kn, queryModelRowCount as Kr, HistogramChart as Kt, QueryRunParams as L, pullRequestInfo as Li, LineageViewContext as Ln, RowCountDiffParams as Lr, DisplayModeToggle as Lt, QueryDiffResult as M, getLineageDiff as Mi, NodeView as Mn, ValueDiffDetailViewOptions as Mr, IconSave as Mt, QueryDiffViewOptions as N, getLineageWithError as Ni, GraphColumnNode as Nn, ValueDiffParams as Nr, IconSync as Nt, markRelaunchHintCompleted as O, NodeData as Oi, RowCountDiffTag as On, isValueDiffDetailRun as Or, IconEdit as Ot, QueryParams as P, getModelInfo as Pi, GraphEdge as Pn, ValueDiffResult as Pr, IdleTimeoutBadge as Pt, buildTitle as Q, useChecks as Qn, ProfileDiffResult as Qr, ValueDiffDetailResultView as Qt, QueryViewOptions as R, stateMetadata as Ri, useLineageViewContext as Rn, RowCountDiffResult as Rr, NavBar as Rt, select as S, LineageDataFromMetadata as Si, SqlEditor as Sn, isQueryRun as Sr, useRecceInstanceContext as St, RecceServerFlags as T, ManifestMetadata as Ti, SetupConnectionBanner as Tn, isSchemaDiffRun as Tr, useClipBoardToast as Tt, PUBLIC_API_URL as U, ErrorBoundary as Ui, CreateCheckBody as Un, RowCount as Ur, SummaryView as Ut, submitQueryDiff as V, HSplit as Vi, createLineageDiffCheck as Vn, submitRowCountDiff as Vr, SchemaSummary as Vt, PUBLIC_CLOUD_WEB_URL as W, Toaster as Wi, createCheckByRun as Wn, RowCountDiff as Wr, SquareIcon as Wt, buildDescription as X, reorderChecks as Xn, HistogramResult as Xr, HistogramDiffResultView as Xt, isSchemaChanged as Y, reactQueryClient as Yi, markAsPresetCheck as Yn, HistogramDiffResult as Yr, TopKDiffForm as Yt, buildQuery as Z, updateCheck as Zn, ProfileDiffParams as Zr, HistogramDiffForm as Zt, saveAs as _, ColumnLineageData as _i, CodeEditor as _n, isLineageDiffRun as _r, useRecceShareStateContext as _t, User as a, SubmitOptions as ai, RunList as an, AxiosQueryParams as ar, useIdleTimeout as at, SelectInput as b, CatalogMetadata as bi, QueryDiffResultView as bn, isQueryBaseRun as br, useRunsAggregated as bt, ImportedState as c, cancelRun as ci, LineageDiffView as cn, DataFrame as cr, RecceActionContext as ct, SyncStateInput as d, searchRuns as di, CheckBreadcrumb as dn, RowDataTypes as dr, useRecceActionContext as dt, TopKDiffParams as ei, ProfileDiffResultView as en, ProfileDiffForm as er, ApiConfigProvider as et, SyncStateResponse as f, submitRun as fi, CheckDetail as fn, RowObjectType as fr, RecceQueryContextProvider as ft, rename as g, CllNodeData as gi, DiffEditor as gn, isHistogramDiffRun as gr, RecceShareStateContextProvider as gt, isStateSyncing as h, CllInput as hi, SchemaView as hn, SchemaDiffParams as hr, useRowCountStateContext as ht, useVersionNumber as i, RunsAggregated as ii, RunView as in, RunResultViewProps as ir, IdleTimeoutProvider as it, QueryDiffParams as j, getLineage as ji, NodeSqlView as jn, ValueDiffDetailResult as jr, IconInfo as jt, ConnectToCloud as k, SQLMeshInfo as ki, RowCountDiffTagProps as kn, isValueDiffRun as kr, IconExport as kt, SaveAsInput as l, getRun as li, CheckEmptyState as ln, LineageDiffParams as lr, RecceActionContextProvider as lt, importState as m, waitRun as mi, ColumnNameCell as mn, RunParamTypes as mr, useRecceQueryContext as mt, localStorageKeys as n, TopKResult as ni, RunResultPane as nn, RunToolbar as nr, useApiConfig as nt, fetchGitHubAvatar as o, SubmitRunTrackProps as oi, RunPage as on, ColumnRenderMode as or, RecceCheckContextProvider as ot, exportState as p, submitRunFromCheck as pi, CheckList as pn, Run as pr, RowCountStateContextProvider as pt, deltaPercentageString as q, MuiProvider as qi, getCheck as qn, queryRowCount as qr, RowCountDiffResultView as qt, getVersion as r, submitProfileDiff as ri, RunModal as rn, RunFormProps as rr, useApiConfigSafe as rt, fetchUser as s, aggregateRuns as si, SchemaDiffView as sn, ColumnType as sr, useRecceCheckContext as st, sessionStorageKeys as t, TopKDiffResult as ti, RunStatusAndDate as tn, ScreenshotDataGrid as tr, useApiClient as tt, ShareStateResponse as u, listRuns as ui, CheckDescription as un, RowData as ur, RecceActionContextType as ut, shareState as v, ImpactRadiusParams as vi, SetupConnectionGuide as vn, isProfileDiffRun as vr, LineageGraphContextProvider as vt, createSchemaDiffCheck as w, LineageDiffResult as wi, QueryPage as wn, isRowCountRun as wr, useValueDiffAlertDialog as wt, SelectOutput as x, LineageData as xi, QueryResultView as xn, isQueryDiffRun as xr, RecceInstanceInfoProvider as xt, syncState as y, getCll as yi, DiffText as yn, isProfileRun as yr, useLineageGraphContext as yt, submitQuery as z, LineagePage as zi, LineageView as zn, RowCountParams as zr, TopBar as zt };
1831
+ //# sourceMappingURL=index-CgyLTrll.d.ts.map