@arranger/schema
Advanced tools
Comparing version 0.1.29 to 0.1.35
@@ -80,3 +80,4 @@ "use strict"; | ||
key: key, | ||
type: type | ||
type: type, | ||
parent: '' | ||
}); | ||
@@ -83,0 +84,0 @@ }))); |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.typeDefs = void 0; | ||
var typeDefs = "\n type AggState {\n field: String\n type: String\n active: Boolean\n orderIndex: Int\n }\n\n type AggsState {\n timestamp: String\n state: [AggState]\n }\n\n type AggsStates {\n index: String\n states: [AggsState]\n }\n\n type ColumnSort {\n id: String\n desc: Boolean\n }\n\n type Column {\n show: Boolean\n type: String\n sortable: Boolean\n canChangeShow: Boolean\n query: String\n jsonPath: String\n id: String\n field: String\n accessor: String\n }\n\n type ColumnState {\n type: String\n keyField: String\n defaultSorted: [ColumnSort]\n columns: [Column]\n }\n\n type ColumnsState {\n state: ColumnState\n timestamp: String\n }\n\n type ColumnsStates {\n index: String\n states: [ColumnsState]\n }\n"; | ||
var typeDefs = "\n type AggState {\n field: String\n type: String\n active: Boolean\n }\n\n type AggsState {\n timestamp: String\n state: [AggState]\n }\n\n type AggsStates {\n index: String\n states: [AggsState]\n }\n\n type ColumnSort {\n id: String\n desc: Boolean\n }\n\n type Column {\n show: Boolean\n type: String\n sortable: Boolean\n canChangeShow: Boolean\n query: String\n jsonPath: String\n id: String\n field: String\n accessor: String\n }\n\n type ColumnState {\n type: String\n keyField: String\n defaultSorted: [ColumnSort]\n columns: [Column]\n }\n\n type ColumnsState {\n state: ColumnState\n timestamp: String\n }\n\n type ColumnsStates {\n index: String\n states: [ColumnsState]\n }\n"; | ||
exports.typeDefs = typeDefs; |
{ | ||
"name": "@arranger/schema", | ||
"version": "0.1.29", | ||
"version": "0.1.35", | ||
"description": "GraphQL Schema for Data Portals", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@arranger/mapping-utils": "^0.1.29", | ||
"@arranger/mapping-utils": "^0.1.35", | ||
"babel-polyfill": "^6.26.0", | ||
@@ -30,0 +30,0 @@ "elasticsearch": "^14.0.0", |
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
304
18472