superset-dashboard-sdk
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -35,2 +35,7 @@ export declare type LoginResponse = { | ||
} | ||
export declare type ChartDataQueryFilter = { | ||
col: string; | ||
op: string; | ||
val: string; | ||
}; | ||
export declare type ChartDataQuery = { | ||
@@ -66,7 +71,3 @@ datasource: { | ||
queries: [{ | ||
filters: [{ | ||
col: string; | ||
op: string; | ||
val: string | string[]; | ||
}]; | ||
filters: ChartDataQueryFilter[]; | ||
columns: string[]; | ||
@@ -73,0 +74,0 @@ orderby: [string[]]; |
{ | ||
"name": "superset-dashboard-sdk", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "Superset Dashboard visualization component with improved specs.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
233453
1857