@lightdash/common 0.1897.1 → 0.1899.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/ee/AiAgent/schemas/index.d.ts +6 -6
- package/dist/cjs/ee/AiAgent/schemas/tools/index.d.ts +1 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/index.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/index.js +1 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/index.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +2949 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js +32 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js.map +1 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +6 -6
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +6 -6
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +6 -6
- package/dist/cjs/ee/AiAgent/utils.d.ts +3 -3
- package/dist/cjs/types/analytics.d.ts +1 -0
- package/dist/cjs/types/analytics.d.ts.map +1 -1
- package/dist/cjs/types/analytics.js +1 -0
- package/dist/cjs/types/analytics.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/index.d.ts +6 -6
- package/dist/esm/ee/AiAgent/schemas/tools/index.d.ts +1 -0
- package/dist/esm/ee/AiAgent/schemas/tools/index.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/index.js +1 -0
- package/dist/esm/ee/AiAgent/schemas/tools/index.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +2949 -0
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js +29 -0
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js.map +1 -0
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +6 -6
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +6 -6
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +6 -6
- package/dist/esm/ee/AiAgent/utils.d.ts +3 -3
- package/dist/esm/types/analytics.d.ts +1 -0
- package/dist/esm/types/analytics.d.ts.map +1 -1
- package/dist/esm/types/analytics.js +1 -0
- package/dist/esm/types/analytics.js.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/ee/AiAgent/schemas/index.d.ts +6 -6
- package/dist/types/ee/AiAgent/schemas/tools/index.d.ts +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/index.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +2949 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +6 -6
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +6 -6
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +6 -6
- package/dist/types/ee/AiAgent/utils.d.ts +3 -3
- package/dist/types/types/analytics.d.ts +1 -0
- package/dist/types/types/analytics.d.ts.map +1 -1
- package/package.json +1 -1
@@ -1261,7 +1261,6 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
1261
1261
|
})[] | null;
|
1262
1262
|
} | null;
|
1263
1263
|
description: string;
|
1264
|
-
title: string;
|
1265
1264
|
vizConfig: {
|
1266
1265
|
exploreName: string;
|
1267
1266
|
sorts: {
|
@@ -1277,6 +1276,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
1277
1276
|
stackBars: boolean | null;
|
1278
1277
|
xAxisType: "time" | "category";
|
1279
1278
|
};
|
1279
|
+
title: string;
|
1280
1280
|
followUpTools: (import("..").FollowUpTools.GENERATE_BAR_VIZ | import("..").FollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
|
1281
1281
|
}, {
|
1282
1282
|
type: import("..").AiResultType.VERTICAL_BAR_RESULT;
|
@@ -1462,7 +1462,6 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
1462
1462
|
})[] | null;
|
1463
1463
|
} | null;
|
1464
1464
|
description: string;
|
1465
|
-
title: string;
|
1466
1465
|
vizConfig: {
|
1467
1466
|
exploreName: string;
|
1468
1467
|
sorts: {
|
@@ -1478,6 +1477,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
1478
1477
|
stackBars: boolean | null;
|
1479
1478
|
xAxisType: "time" | "category";
|
1480
1479
|
};
|
1480
|
+
title: string;
|
1481
1481
|
followUpTools: (import("..").FollowUpTools.GENERATE_BAR_VIZ | import("..").FollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
|
1482
1482
|
}>, z.ZodObject<{
|
1483
1483
|
type: z.ZodLiteral<import("..").AiResultType.TABLE_RESULT>;
|
@@ -2648,7 +2648,6 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
2648
2648
|
})[] | null;
|
2649
2649
|
} | null;
|
2650
2650
|
description: string;
|
2651
|
-
title: string;
|
2652
2651
|
vizConfig: {
|
2653
2652
|
exploreName: string;
|
2654
2653
|
dimensions: string[];
|
@@ -2659,6 +2658,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
2659
2658
|
}[];
|
2660
2659
|
limit: number | null;
|
2661
2660
|
};
|
2661
|
+
title: string;
|
2662
2662
|
followUpTools: (import("..").FollowUpTools.GENERATE_BAR_VIZ | import("..").FollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
|
2663
2663
|
}, {
|
2664
2664
|
type: import("..").AiResultType.TABLE_RESULT;
|
@@ -2844,7 +2844,6 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
2844
2844
|
})[] | null;
|
2845
2845
|
} | null;
|
2846
2846
|
description: string;
|
2847
|
-
title: string;
|
2848
2847
|
vizConfig: {
|
2849
2848
|
exploreName: string;
|
2850
2849
|
dimensions: string[];
|
@@ -2855,6 +2854,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
2855
2854
|
}[];
|
2856
2855
|
limit: number | null;
|
2857
2856
|
};
|
2857
|
+
title: string;
|
2858
2858
|
followUpTools: (import("..").FollowUpTools.GENERATE_BAR_VIZ | import("..").FollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
|
2859
2859
|
}>, z.ZodObject<{
|
2860
2860
|
type: z.ZodLiteral<import("..").AiResultType.TIME_SERIES_RESULT>;
|
@@ -4037,7 +4037,6 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
4037
4037
|
})[] | null;
|
4038
4038
|
} | null;
|
4039
4039
|
description: string;
|
4040
|
-
title: string;
|
4041
4040
|
vizConfig: {
|
4042
4041
|
exploreName: string;
|
4043
4042
|
sorts: {
|
@@ -4052,6 +4051,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
4052
4051
|
xAxisLabel: string | null;
|
4053
4052
|
yAxisLabel: string | null;
|
4054
4053
|
};
|
4054
|
+
title: string;
|
4055
4055
|
followUpTools: (import("..").FollowUpTools.GENERATE_BAR_VIZ | import("..").FollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
|
4056
4056
|
}, {
|
4057
4057
|
type: import("..").AiResultType.TIME_SERIES_RESULT;
|
@@ -4237,7 +4237,6 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
4237
4237
|
})[] | null;
|
4238
4238
|
} | null;
|
4239
4239
|
description: string;
|
4240
|
-
title: string;
|
4241
4240
|
vizConfig: {
|
4242
4241
|
exploreName: string;
|
4243
4242
|
sorts: {
|
@@ -4252,6 +4251,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
4252
4251
|
xAxisLabel: string | null;
|
4253
4252
|
yAxisLabel: string | null;
|
4254
4253
|
};
|
4254
|
+
title: string;
|
4255
4255
|
followUpTools: (import("..").FollowUpTools.GENERATE_BAR_VIZ | import("..").FollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
|
4256
4256
|
}>, z.ZodObject<{
|
4257
4257
|
type: z.ZodLiteral<"find_explores">;
|
@@ -2,6 +2,7 @@ export * from './toolFindChartsArgs';
|
|
2
2
|
export * from './toolFindDashboardsArgs';
|
3
3
|
export * from './toolFindExploresArgs';
|
4
4
|
export * from './toolFindFieldsArgs';
|
5
|
+
export * from './toolRunMetricQueryArgs';
|
5
6
|
export * from './toolTableVizArgs';
|
6
7
|
export * from './toolTimeSeriesArgs';
|
7
8
|
export * from './toolVerticalBarArgs';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ee/AiAgent/schemas/tools/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ee/AiAgent/schemas/tools/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC"}
|