react-semaphor 0.0.495 → 0.0.497

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.
@@ -5,6 +5,10 @@ export declare type AggregateCalc = 'AVG' | 'MIN' | 'MAX' | 'SUM' | 'COUNT' | 'C
5
5
 
6
6
  declare type AggregateFunction = 'COUNT' | 'SUM' | 'AVG' | 'MIN' | 'MAX' | 'MEDIAN' | 'DISTINCT';
7
7
 
8
+ declare type AIContext = {
9
+ selectedEntities: SelectedEntities;
10
+ };
11
+
8
12
  export declare type AIScopeTable = {
9
13
  connectionId: string;
10
14
  connectionType: string;
@@ -713,6 +717,7 @@ export declare type TCustomCardPreferences = {
713
717
  export declare type TDashboard = {
714
718
  id: string;
715
719
  title?: string;
720
+ aiContext?: AIContext;
716
721
  description?: string;
717
722
  sheets?: TSheet[];
718
723
  style?: TStyle;
@@ -4,6 +4,10 @@ export declare type AggregateCalc = 'AVG' | 'MIN' | 'MAX' | 'SUM' | 'COUNT' | 'C
4
4
 
5
5
  declare type AggregateFunction = 'COUNT' | 'SUM' | 'AVG' | 'MIN' | 'MAX' | 'MEDIAN' | 'DISTINCT';
6
6
 
7
+ declare type AIContext = {
8
+ selectedEntities: SelectedEntities;
9
+ };
10
+
7
11
  export declare type AIScopeTable = {
8
12
  connectionId: string;
9
13
  connectionType: string;
@@ -705,6 +709,7 @@ export declare type TCustomCardPreferences = {
705
709
  export declare type TDashboard = {
706
710
  id: string;
707
711
  title?: string;
712
+ aiContext?: AIContext;
708
713
  description?: string;
709
714
  sheets?: TSheet[];
710
715
  style?: TStyle;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.495",
8
+ "version": "0.0.497",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",
@@ -57,7 +57,7 @@
57
57
  "@radix-ui/react-alert-dialog": "^1.1.4",
58
58
  "@radix-ui/react-checkbox": "^1.1.3",
59
59
  "@radix-ui/react-collapsible": "^1.1.2",
60
- "@radix-ui/react-dialog": "^1.1.4",
60
+ "@radix-ui/react-dialog": "^1.1.14",
61
61
  "@radix-ui/react-dropdown-menu": "^2.1.4",
62
62
  "@radix-ui/react-hover-card": "^1.1.4",
63
63
  "@radix-ui/react-icons": "^1.3.2",
@@ -82,7 +82,7 @@
82
82
  "chartjs-plugin-datalabels": "^2.2.0",
83
83
  "class-variance-authority": "^0.7.0",
84
84
  "clsx": "^2.0.0",
85
- "cmdk": "^1.0.4",
85
+ "cmdk": "^1.1.1",
86
86
  "date-fns": "^3.3.1",
87
87
  "immer": "^10.0.3",
88
88
  "jwt-decode": "^4.0.0",