@turbopuffer/turbopuffer
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -25,9 +25,6 @@ /** | ||
export type FilterOperator = "Eq" | "NotEq" | "In" | "NotIn" | "Lt" | "Lte" | "Gt" | "Gte" | "Glob" | "NotGlob" | "IGlob" | "NotIGlob" | "And" | "Or"; | ||
export type FilterFieldsOperator = "And" | "Or"; | ||
export type FilterConnective = "And" | "Or"; | ||
export type FilterValue = Exclude<AttributeType, null>; | ||
export type FilterParam = [FilterOperator, Array<FilterParam> | FilterValue]; | ||
export type FilterFields = { | ||
[key: string]: FilterParam; | ||
}; | ||
export type Filters = FilterFields | [FilterFieldsOperator, Filters | Array<Filters>]; | ||
export type FilterCondition = [string, FilterOperator, FilterValue]; | ||
export type Filters = [FilterConnective, Filters[]] | FilterCondition; | ||
export type QueryResults = { | ||
@@ -34,0 +31,0 @@ id: Id; |
{ | ||
"name": "@turbopuffer/turbopuffer", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Official Typescript API client library for turbopuffer.com", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
24698
391