@splunk/dashboard-definition
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ { | ||
"author": "Splunk", | ||
"version": "22.3.0", | ||
"version": "22.4.0", | ||
"scripts": { | ||
@@ -20,3 +20,3 @@ "build": "NODE_ENV=production webpack --config ./webpack.config.js --bail", | ||
"@babel/runtime-corejs2": "^7.12.5", | ||
"@splunk/dashboard-utils": "^22.3.0", | ||
"@splunk/dashboard-utils": "^22.4.0", | ||
"@splunk/ui-utils": "^1.2.1", | ||
@@ -30,4 +30,4 @@ "ajv": "^8.5.0", | ||
"@babel/core": "^7.12.3", | ||
"@splunk/dashboard-build-tools": "22.3.0", | ||
"@splunk/dashboard-types": "^22.3.0", | ||
"@splunk/dashboard-build-tools": "22.4.0", | ||
"@splunk/dashboard-types": "22.4.0", | ||
"@types/jest": "^26.0.23", | ||
@@ -34,0 +34,0 @@ "jest": "^26.0.0", |
@@ -1,2 +0,2 @@ | ||
import type { DashboardDefaultsDefinition, DashboardJSON, DataSourceDefinition, DataSourceOptions, EventHandlerDefinition, InputDefinition, LayoutOptions, RootDataSourcesDefinition, RootVisualizationsDefinition, StructureItem, VisualizationDefinition, VizContract } from '@splunk/dashboard-types'; | ||
import type { DashboardDefaultsDefinition, DashboardJSON, DataSourceDefinition, DataSourceOptions, EventHandlerDefinition, InputDefinition, LayoutOptions, RootDataSourcesDefinition, RootVisualizationsDefinition, StructureItem, TimeRange, VisualizationDefinition, VizContract } from '@splunk/dashboard-types'; | ||
import type { ErrorObject, ValidateFunction, JSONSchemaType } from 'ajv'; | ||
@@ -41,6 +41,2 @@ import { compare } from 'fast-json-patch'; | ||
}[]; | ||
interface TimeRange { | ||
earliest?: string; | ||
latest?: string; | ||
} | ||
interface AddLayoutItemArgs { | ||
@@ -47,0 +43,0 @@ visualizationId?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
919
1.32%528034
-0.05%5612
-0.07%+ Added
+ Added
- Removed
- Removed