@supabase/postgrest-js
Advanced tools
Comparing version 0.34.0 to 0.34.1
@@ -5,3 +5,3 @@ import PostgrestTransformBuilder from './PostgrestTransformBuilder'; | ||
*/ | ||
declare type FilterOperator = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'like' | 'ilike' | 'is' | 'in' | 'cs' | 'cd' | 'sl' | 'sr' | 'nxl' | 'nxr' | 'adj' | 'ov' | 'fts' | 'plfts' | 'phfts' | 'wfts'; | ||
declare type FilterOperator = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'like' | 'ilike' | 'is' | 'in' | 'cs' | 'cd' | 'sl' | 'sr' | 'nxl' | 'nxr' | 'adj' | 'ov' | 'fts' | 'plfts' | 'phfts' | 'wfts' | 'not.eq' | 'not.neq' | 'not.gt' | 'not.gte' | 'not.lt' | 'not.lte' | 'not.like' | 'not.ilike' | 'not.is' | 'not.in' | 'not.cs' | 'not.cd' | 'not.sl' | 'not.sr' | 'not.nxl' | 'not.nxr' | 'not.adj' | 'not.ov' | 'not.fts' | 'not.plfts' | 'not.phfts' | 'not.wfts'; | ||
export default class PostgrestFilterBuilder<T> extends PostgrestTransformBuilder<T> { | ||
@@ -8,0 +8,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.34.0"; | ||
export declare const version = "0.34.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// generated by genversion | ||
exports.version = '0.34.0'; | ||
exports.version = '0.34.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -5,3 +5,3 @@ import PostgrestTransformBuilder from './PostgrestTransformBuilder'; | ||
*/ | ||
declare type FilterOperator = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'like' | 'ilike' | 'is' | 'in' | 'cs' | 'cd' | 'sl' | 'sr' | 'nxl' | 'nxr' | 'adj' | 'ov' | 'fts' | 'plfts' | 'phfts' | 'wfts'; | ||
declare type FilterOperator = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'like' | 'ilike' | 'is' | 'in' | 'cs' | 'cd' | 'sl' | 'sr' | 'nxl' | 'nxr' | 'adj' | 'ov' | 'fts' | 'plfts' | 'phfts' | 'wfts' | 'not.eq' | 'not.neq' | 'not.gt' | 'not.gte' | 'not.lt' | 'not.lte' | 'not.like' | 'not.ilike' | 'not.is' | 'not.in' | 'not.cs' | 'not.cd' | 'not.sl' | 'not.sr' | 'not.nxl' | 'not.nxr' | 'not.adj' | 'not.ov' | 'not.fts' | 'not.plfts' | 'not.phfts' | 'not.wfts'; | ||
export default class PostgrestFilterBuilder<T> extends PostgrestTransformBuilder<T> { | ||
@@ -8,0 +8,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.34.0"; | ||
export declare const version = "0.34.1"; | ||
//# sourceMappingURL=version.d.ts.map |
// generated by genversion | ||
export const version = '0.34.0'; | ||
export const version = '0.34.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -30,2 +30,24 @@ import PostgrestTransformBuilder from './PostgrestTransformBuilder' | ||
| 'wfts' | ||
| 'not.eq' | ||
| 'not.neq' | ||
| 'not.gt' | ||
| 'not.gte' | ||
| 'not.lt' | ||
| 'not.lte' | ||
| 'not.like' | ||
| 'not.ilike' | ||
| 'not.is' | ||
| 'not.in' | ||
| 'not.cs' | ||
| 'not.cd' | ||
| 'not.sl' | ||
| 'not.sr' | ||
| 'not.nxl' | ||
| 'not.nxr' | ||
| 'not.adj' | ||
| 'not.ov' | ||
| 'not.fts' | ||
| 'not.plfts' | ||
| 'not.phfts' | ||
| 'not.wfts' | ||
@@ -32,0 +54,0 @@ export default class PostgrestFilterBuilder<T> extends PostgrestTransformBuilder<T> { |
// generated by genversion | ||
export const version = '0.34.0' | ||
export const version = '0.34.1' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
205759
3797