@supabase/postgrest-js
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -66,3 +66,3 @@ import PostgrestFilterBuilder from './PostgrestFilterBuilder'; | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>; | ||
/** | ||
@@ -107,3 +107,3 @@ * Perform an UPSERT on the table or view. Depending on the column(s) passed | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>; | ||
/** | ||
@@ -134,3 +134,3 @@ * Perform an UPDATE on the table or view. | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>; | ||
/** | ||
@@ -157,4 +157,4 @@ * Perform a DELETE on the table or view. | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>; | ||
} | ||
//# sourceMappingURL=PostgrestQueryBuilder.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.3.1"; | ||
export declare const version = "1.3.2"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '1.3.1'; | ||
exports.version = '1.3.2'; | ||
//# sourceMappingURL=version.js.map |
@@ -66,3 +66,3 @@ import PostgrestFilterBuilder from './PostgrestFilterBuilder'; | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>; | ||
/** | ||
@@ -107,3 +107,3 @@ * Perform an UPSERT on the table or view. Depending on the column(s) passed | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>; | ||
/** | ||
@@ -134,3 +134,3 @@ * Perform an UPDATE on the table or view. | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>; | ||
/** | ||
@@ -157,4 +157,4 @@ * Perform a DELETE on the table or view. | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>; | ||
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>; | ||
} | ||
//# sourceMappingURL=PostgrestQueryBuilder.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.3.1"; | ||
export declare const version = "1.3.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '1.3.1'; | ||
export const version = '1.3.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -124,3 +124,3 @@ import PostgrestBuilder from './PostgrestBuilder' | ||
} = {} | ||
): PostgrestFilterBuilder<Schema, Relation['Row'], undefined> { | ||
): PostgrestFilterBuilder<Schema, Relation['Row'], null> { | ||
const method = 'POST' | ||
@@ -154,3 +154,3 @@ | ||
allowEmpty: false, | ||
} as unknown as PostgrestBuilder<undefined>) | ||
} as unknown as PostgrestBuilder<null>) | ||
} | ||
@@ -202,3 +202,3 @@ | ||
} = {} | ||
): PostgrestFilterBuilder<Schema, Relation['Row'], undefined> { | ||
): PostgrestFilterBuilder<Schema, Relation['Row'], null> { | ||
const method = 'POST' | ||
@@ -226,3 +226,3 @@ | ||
allowEmpty: false, | ||
} as unknown as PostgrestBuilder<undefined>) | ||
} as unknown as PostgrestBuilder<null>) | ||
} | ||
@@ -258,3 +258,3 @@ | ||
} = {} | ||
): PostgrestFilterBuilder<Schema, Relation['Row'], undefined> { | ||
): PostgrestFilterBuilder<Schema, Relation['Row'], null> { | ||
const method = 'PATCH' | ||
@@ -279,3 +279,3 @@ const prefersHeaders = [] | ||
allowEmpty: false, | ||
} as unknown as PostgrestBuilder<undefined>) | ||
} as unknown as PostgrestBuilder<null>) | ||
} | ||
@@ -306,3 +306,3 @@ | ||
count?: 'exact' | 'planned' | 'estimated' | ||
} = {}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined> { | ||
} = {}): PostgrestFilterBuilder<Schema, Relation['Row'], null> { | ||
const method = 'DELETE' | ||
@@ -325,4 +325,4 @@ const prefersHeaders = [] | ||
allowEmpty: false, | ||
} as unknown as PostgrestBuilder<undefined>) | ||
} as unknown as PostgrestBuilder<null>) | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
export const version = '1.3.1' | ||
export const version = '1.3.2' |
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
299354