@chego/chego-api
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -37,5 +37,5 @@ import { QuerySyntaxEnum, SortingOrderEnum } from './enums'; | ||
type: QuerySyntaxEnum; | ||
properties: PropertyOrLogicalOperatorScope[]; | ||
properties: ScopeContent[]; | ||
}; | ||
export declare type PropertyOrLogicalOperatorScope = Property | LogicalOperatorScope; | ||
export declare type ScopeContent = Property | LogicalOperatorScope | CustomCondition; | ||
export declare type SortingData = { | ||
@@ -42,0 +42,0 @@ property: Property; |
{ | ||
"name": "@chego/chego-api", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "The API layer of Chego modules.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/api.js", |
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
60296