@sport-activities/sdk
Advanced tools
Comparing version 0.0.111 to 0.0.112
{ | ||
"name": "@sport-activities/sdk", | ||
"version": "0.0.111", | ||
"version": "0.0.112", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -122,2 +122,7 @@ export declare enum TimeslotWorkflowActionEnum { | ||
} | ||
export declare enum RangeRelationEnum { | ||
INTERSECTS = "INTERSECTS", | ||
CONTAINS = "CONTAINS", | ||
WITHIN = "WITHIN" | ||
} | ||
export interface RangeQueryInterface<T> { | ||
@@ -128,2 +133,3 @@ gt?: T; | ||
lte?: T; | ||
relation?: RangeRelationEnum; | ||
} | ||
@@ -130,0 +136,0 @@ export interface AddressInterface { |
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
18284
722