@lightdash/common 0.2375.0 → 0.2377.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.
- package/dist/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +18 -18
- package/dist/cjs/ee/AiAgent/index.d.ts +4 -4
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
- package/dist/cjs/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
- package/dist/cjs/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
- package/dist/cjs/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +2 -2
- package/dist/cjs/ee/AiAgent/utils.d.ts +18 -18
- package/dist/cjs/types/changeset.d.ts +10 -10
- package/dist/cjs/types/dashboard.d.ts +9 -0
- package/dist/cjs/types/dashboard.d.ts.map +1 -1
- package/dist/cjs/types/dashboard.js.map +1 -1
- package/dist/cjs/types/resourceViewItem.d.ts +1 -1
- package/dist/cjs/types/savedCharts.d.ts +9 -0
- package/dist/cjs/types/savedCharts.d.ts.map +1 -1
- package/dist/cjs/types/savedCharts.js.map +1 -1
- package/dist/cjs/utils/i18n/dashboardAsCode.d.ts +10 -10
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +18 -18
- package/dist/esm/ee/AiAgent/index.d.ts +4 -4
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
- package/dist/esm/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
- package/dist/esm/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
- package/dist/esm/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +2 -2
- package/dist/esm/ee/AiAgent/utils.d.ts +18 -18
- package/dist/esm/types/changeset.d.ts +10 -10
- package/dist/esm/types/dashboard.d.ts +9 -0
- package/dist/esm/types/dashboard.d.ts.map +1 -1
- package/dist/esm/types/dashboard.js.map +1 -1
- package/dist/esm/types/resourceViewItem.d.ts +1 -1
- package/dist/esm/types/savedCharts.d.ts +9 -0
- package/dist/esm/types/savedCharts.d.ts.map +1 -1
- package/dist/esm/types/savedCharts.js.map +1 -1
- package/dist/esm/utils/i18n/dashboardAsCode.d.ts +10 -10
- package/dist/types/.tsbuildinfo +1 -1
- package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +18 -18
- package/dist/types/ee/AiAgent/index.d.ts +4 -4
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
- package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
- package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
- package/dist/types/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
- package/dist/types/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
- package/dist/types/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +2 -2
- package/dist/types/ee/AiAgent/utils.d.ts +18 -18
- package/dist/types/types/changeset.d.ts +10 -10
- package/dist/types/types/dashboard.d.ts +9 -0
- package/dist/types/types/dashboard.d.ts.map +1 -1
- package/dist/types/types/dashboard.js.map +1 -1
- package/dist/types/types/resourceViewItem.d.ts +1 -1
- package/dist/types/types/savedCharts.d.ts +9 -0
- package/dist/types/types/savedCharts.d.ts.map +1 -1
- package/dist/types/types/savedCharts.js.map +1 -1
- package/dist/types/utils/i18n/dashboardAsCode.d.ts +10 -10
- package/package.json +1 -1
|
@@ -82,13 +82,13 @@ export declare const getWebAiChartConfig: ({ vizConfig, metricQuery, maxQueryLim
|
|
|
82
82
|
description: string;
|
|
83
83
|
}[] | null;
|
|
84
84
|
vizConfig: {
|
|
85
|
-
limit: number | null;
|
|
86
85
|
exploreName: string;
|
|
87
86
|
sorts: {
|
|
88
87
|
fieldId: string;
|
|
89
88
|
descending: boolean;
|
|
90
89
|
nullsFirst: boolean | null;
|
|
91
90
|
}[];
|
|
91
|
+
limit: number | null;
|
|
92
92
|
xDimension: string;
|
|
93
93
|
yMetrics: string[];
|
|
94
94
|
breakdownByDimension: string | null;
|
|
@@ -173,13 +173,13 @@ export declare const getWebAiChartConfig: ({ vizConfig, metricQuery, maxQueryLim
|
|
|
173
173
|
description: string;
|
|
174
174
|
}[] | null;
|
|
175
175
|
vizConfig: {
|
|
176
|
-
limit: number | null;
|
|
177
176
|
exploreName: string;
|
|
178
177
|
sorts: {
|
|
179
178
|
fieldId: string;
|
|
180
179
|
descending: boolean;
|
|
181
180
|
nullsFirst: boolean | null;
|
|
182
181
|
}[];
|
|
182
|
+
limit: number | null;
|
|
183
183
|
xDimension: string;
|
|
184
184
|
yMetrics: string[];
|
|
185
185
|
breakdownByDimension: string | null;
|
|
@@ -265,13 +265,13 @@ export declare const getWebAiChartConfig: ({ vizConfig, metricQuery, maxQueryLim
|
|
|
265
265
|
vizConfig: {
|
|
266
266
|
dimensions: string[];
|
|
267
267
|
metrics: string[];
|
|
268
|
-
limit: number | null;
|
|
269
268
|
exploreName: string;
|
|
270
269
|
sorts: {
|
|
271
270
|
fieldId: string;
|
|
272
271
|
descending: boolean;
|
|
273
272
|
nullsFirst: boolean | null;
|
|
274
273
|
}[];
|
|
274
|
+
limit: number | null;
|
|
275
275
|
};
|
|
276
276
|
};
|
|
277
277
|
metricQuery: import("../../types").AiMetricQueryWithFilters;
|
|
@@ -337,20 +337,6 @@ export declare const getWebAiChartConfig: ({ vizConfig, metricQuery, maxQueryLim
|
|
|
337
337
|
} | null;
|
|
338
338
|
})[] | null;
|
|
339
339
|
description: string;
|
|
340
|
-
chartConfig: {
|
|
341
|
-
stackBars: boolean | null;
|
|
342
|
-
xAxisType: "category" | "time" | null;
|
|
343
|
-
xAxisLabel: string;
|
|
344
|
-
yAxisLabel: string;
|
|
345
|
-
lineType: "line" | "area" | null;
|
|
346
|
-
defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
|
|
347
|
-
xAxisDimension: string | null;
|
|
348
|
-
yAxisMetrics: string[] | null;
|
|
349
|
-
groupBy: string[] | null;
|
|
350
|
-
funnelDataInput: "row" | "column" | null;
|
|
351
|
-
secondaryYAxisMetric: string | null;
|
|
352
|
-
secondaryYAxisLabel: string | null;
|
|
353
|
-
} | null;
|
|
354
340
|
title: string;
|
|
355
341
|
customMetrics: {
|
|
356
342
|
baseDimensionName: string;
|
|
@@ -363,14 +349,28 @@ export declare const getWebAiChartConfig: ({ vizConfig, metricQuery, maxQueryLim
|
|
|
363
349
|
queryConfig: {
|
|
364
350
|
dimensions: string[];
|
|
365
351
|
metrics: string[];
|
|
366
|
-
limit: number | null;
|
|
367
352
|
exploreName: string;
|
|
368
353
|
sorts: {
|
|
369
354
|
fieldId: string;
|
|
370
355
|
descending: boolean;
|
|
371
356
|
nullsFirst: boolean | null;
|
|
372
357
|
}[];
|
|
358
|
+
limit: number | null;
|
|
373
359
|
};
|
|
360
|
+
chartConfig: {
|
|
361
|
+
stackBars: boolean | null;
|
|
362
|
+
xAxisType: "category" | "time" | null;
|
|
363
|
+
xAxisLabel: string;
|
|
364
|
+
yAxisLabel: string;
|
|
365
|
+
lineType: "line" | "area" | null;
|
|
366
|
+
defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
|
|
367
|
+
xAxisDimension: string | null;
|
|
368
|
+
yAxisMetrics: string[] | null;
|
|
369
|
+
groupBy: string[] | null;
|
|
370
|
+
funnelDataInput: "row" | "column" | null;
|
|
371
|
+
secondaryYAxisMetric: string | null;
|
|
372
|
+
secondaryYAxisLabel: string | null;
|
|
373
|
+
} | null;
|
|
374
374
|
};
|
|
375
375
|
metricQuery: {
|
|
376
376
|
exploreName: string;
|
|
@@ -55,8 +55,6 @@ export declare const baseAgentSchema: z.ZodObject<{
|
|
|
55
55
|
tags: string[] | null;
|
|
56
56
|
uuid: string;
|
|
57
57
|
organizationUuid: string;
|
|
58
|
-
model: string;
|
|
59
|
-
userAccess: string[];
|
|
60
58
|
imageUrl: string | null;
|
|
61
59
|
integrations: {
|
|
62
60
|
type: "slack";
|
|
@@ -64,7 +62,9 @@ export declare const baseAgentSchema: z.ZodObject<{
|
|
|
64
62
|
}[];
|
|
65
63
|
instruction: string | null;
|
|
66
64
|
provider: string;
|
|
65
|
+
model: string;
|
|
67
66
|
groupAccess: string[];
|
|
67
|
+
userAccess: string[];
|
|
68
68
|
spaceAccess: string[];
|
|
69
69
|
enableDataAccess: boolean;
|
|
70
70
|
enableSelfImprovement: boolean;
|
|
@@ -79,8 +79,6 @@ export declare const baseAgentSchema: z.ZodObject<{
|
|
|
79
79
|
tags: string[] | null;
|
|
80
80
|
uuid: string;
|
|
81
81
|
organizationUuid: string;
|
|
82
|
-
model: string;
|
|
83
|
-
userAccess: string[];
|
|
84
82
|
imageUrl: string | null;
|
|
85
83
|
integrations: {
|
|
86
84
|
type: "slack";
|
|
@@ -88,7 +86,9 @@ export declare const baseAgentSchema: z.ZodObject<{
|
|
|
88
86
|
}[];
|
|
89
87
|
instruction: string | null;
|
|
90
88
|
provider: string;
|
|
89
|
+
model: string;
|
|
91
90
|
groupAccess: string[];
|
|
91
|
+
userAccess: string[];
|
|
92
92
|
spaceAccess: string[];
|
|
93
93
|
enableDataAccess: boolean;
|
|
94
94
|
enableSelfImprovement: boolean;
|