@turbopuffer/turbopuffer
Advanced tools
Comparing version 0.5.10 to 0.5.11
@@ -15,3 +15,3 @@ /** | ||
export type Id = string | number; | ||
export type AttributeType = null | string | number | string[] | number[]; | ||
export type AttributeType = null | string | number | string[] | number[] | boolean; | ||
export type Attributes = Record<string, AttributeType>; | ||
@@ -33,3 +33,3 @@ export type Schema = Record<string, { | ||
export type FilterConnective = "And" | "Or"; | ||
export type FilterValue = Exclude<AttributeType, null>; | ||
export type FilterValue = AttributeType; | ||
export type FilterCondition = [string, FilterOperator, FilterValue]; | ||
@@ -36,0 +36,0 @@ export type Filters = [FilterConnective, Filters[]] | FilterCondition; |
{ | ||
"name": "@turbopuffer/turbopuffer", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "Official Typescript API client library for turbopuffer.com", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -65,1 +65,2 @@ The **official TypeScript SDK** for Turbopuffer. | ||
3. `npm publish --access public` | ||
4. `git tag vX.Y.Z` |
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
66
2
10058