@databrainhq/plugin 0.14.32 → 0.14.34
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UseMetricQueryQueryInputType } from '
|
|
1
|
+
import { UseMetricQueryQueryInputType } from '@/types/queryTypes';
|
|
2
2
|
export declare const useMetricDataQuery: (data: UseMetricQueryQueryInputType) => import("react-query").UseQueryResult<{
|
|
3
3
|
data: unknown;
|
|
4
4
|
}, unknown>;
|
package/dist/types/app.d.ts
CHANGED
|
@@ -172,7 +172,7 @@ export type CustomSettings = {
|
|
|
172
172
|
};
|
|
173
173
|
export type Colors = 'primary' | 'primary-dark' | 'secondary' | 'secondary-dark' | 'alert' | 'alert-dark' | 'alert-light' | 'success' | 'success-dark' | 'success-light' | 'warning' | 'warning-dark' | 'info' | 'info-light' | 'white' | 'gray' | 'gray-dark' | 'light' | 'dark' | 'infoAlert';
|
|
174
174
|
export type IconType = (typeof ICONS_LIST)[number];
|
|
175
|
-
export type LogoType = 'redshift' | 'postgres' | 'mysql' | 'mongodb' | 'bigquery' | 'snowflake' | 'microsoft' | 'google' | 'elasticsearch' | 'redis' | 'databricks' | 'clickhouse';
|
|
175
|
+
export type LogoType = 'redshift' | 'postgres' | 'mysql' | 'mongodb' | 'bigquery' | 'snowflake' | 'microsoft' | 'google' | 'elasticsearch' | 'redis' | 'databricks' | 'clickhouse' | 'mssql';
|
|
176
176
|
export type IconSizes = 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
177
177
|
export type IconConfig = {
|
|
178
178
|
size: IconSizes;
|