@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.56 to 0.0.57
@@ -17,2 +17,3 @@ "use strict"; | ||
'sqlViews', | ||
'dateMaths', | ||
], | ||
@@ -19,0 +20,0 @@ supportedTimeTruncFunctions: (0, support_1.supportedTimeTruncFunctions)([ |
@@ -15,2 +15,3 @@ "use strict"; | ||
'encryptedDashboards', | ||
'dateMaths', | ||
], | ||
@@ -17,0 +18,0 @@ supportedTimeTruncFunctions: (0, support_1.supportedTimeTruncFunctions)([ |
@@ -17,2 +17,3 @@ "use strict"; | ||
'sqlViews', | ||
'dateMaths', | ||
], | ||
@@ -19,0 +20,0 @@ supportedTimeTruncFunctions: (0, support_1.supportedTimeTruncFunctions)(['month', 'year', 'day', 'hour', 'minute', 'second']), |
@@ -17,2 +17,3 @@ "use strict"; | ||
'sqlViews', | ||
'dateMaths', | ||
], | ||
@@ -19,0 +20,0 @@ supportedTimeTruncFunctions: (0, support_1.supportedTimeTruncFunctions)([ |
@@ -16,2 +16,3 @@ "use strict"; | ||
'sqlViews', | ||
'dateMaths', | ||
], | ||
@@ -18,0 +19,0 @@ supportedTimeTruncFunctions: (0, support_1.supportedTimeTruncFunctions)(['month', 'year', 'day', 'hour', 'minute', 'second']), |
@@ -17,2 +17,3 @@ "use strict"; | ||
'sqlViews', | ||
'dateMaths', | ||
], | ||
@@ -19,0 +20,0 @@ supportedTimeTruncFunctions: (0, support_1.supportedTimeTruncFunctions)([ |
@@ -17,2 +17,3 @@ "use strict"; | ||
'sqlViews', | ||
'dateMaths', | ||
], | ||
@@ -19,0 +20,0 @@ supportedTimeTruncFunctions: (0, support_1.supportedTimeTruncFunctions)([ |
@@ -17,2 +17,3 @@ "use strict"; | ||
'sqlViews', | ||
'dateMaths', | ||
], | ||
@@ -19,0 +20,0 @@ supportedTimeTruncFunctions: (0, support_1.supportedTimeTruncFunctions)([ |
import { NormalizedDataType } from '@vizzly/sqlbuilder-public'; | ||
export type SupportedFeature = 'subquery' | 'simpleMaths' | 'aggregateMaths' | 'switchField' | 'configManagerUi' | 'roundedNumbers' | 'sqlDefinedDataSet' | 'encryptedDashboards' | 'sqlViews'; | ||
export type SupportedFeature = 'subquery' | 'simpleMaths' | 'aggregateMaths' | 'switchField' | 'configManagerUi' | 'roundedNumbers' | 'sqlDefinedDataSet' | 'encryptedDashboards' | 'sqlViews' | 'dateMaths'; | ||
export type QueryEngineConfig = { | ||
@@ -4,0 +4,0 @@ origin?: 'in-browser' | 'query-engine' | 'custom'; |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"source": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
53506
1242