shred-api-client 2.4.10 → 2.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -800,7 +800,7 @@ type QueryOrderBy<T> = {
800
800
  };
801
801
  type QueryWhere<T> = {
802
802
  field: keyof T | "modified";
803
- operation: "==" | "!=" | ">" | "<" | ">=" | "<=" | "in" | "array-contains" | "between";
803
+ operation: string;
804
804
  value: T[keyof T] | T[keyof T][] | {
805
805
  from: number;
806
806
  to: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shred-api-client",
3
- "version": "2.4.10",
3
+ "version": "2.4.11",
4
4
  "description": "API Client for Shred",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",