@contember/schema
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -103,3 +103,3 @@ import Value from './value'; | ||
} | ||
type FieldOrderBy<T = OrderDirection> = T | OrderBy; | ||
type FieldOrderBy<T = OrderDirection> = T | OrderBy<T>; | ||
interface OrderByFields<T = OrderDirection> { | ||
@@ -106,0 +106,0 @@ [fieldName: string]: FieldOrderBy<T>; |
{ | ||
"name": "@contember/schema", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"license": "Apache-2.0", | ||
@@ -11,3 +11,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "eb80d5f7d1428080127bd75d1cd9638120ffc054" | ||
"gitHead": "0a911e120c64bb1a66104ed638bb04f82359dc0f" | ||
} |
@@ -134,3 +134,3 @@ import Value from './value' | ||
// generics required by admin | ||
export type FieldOrderBy<T = OrderDirection> = T | OrderBy | ||
export type FieldOrderBy<T = OrderDirection> = T | OrderBy<T> | ||
@@ -137,0 +137,0 @@ export interface OrderByFields<T = OrderDirection> { |
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
184017