prostgles-server 4.2.361 → 4.2.362

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.
@@ -1,7 +1,7 @@
1
1
  import type { FullFilter } from "prostgles-types";
2
2
  import { type SelectItemValidated } from "./DboBuilder/QueryBuilder/QueryBuilder";
3
3
  export declare const FILTER_OPERANDS: readonly ["$ilike", "$like", "$nilike", "$nlike", ...("@@" | "@>" | "<@" | "?" | "?|" | "?&" | "||" | "-" | "#-" | "@?")[], "=", "$eq", "<>", ">", "<", ">=", "<=", "$eq", "$ne", "$gt", "$gte", "$lt", "$lte", "$isDistinctFrom", "$isNotDistinctFrom", "$between", "$notBetween", "$in", "$nin"];
4
- export declare const FILTER_OPERAND_TO_SQL_OPERAND: Record<"=" | "$eq" | "<>" | ">" | "<" | ">=" | "<=" | "$ne" | "$gt" | "$gte" | "$lt" | "$lte" | "$isDistinctFrom" | "$isNotDistinctFrom" | "$in" | "$nin" | "$ilike" | "$like" | "$nilike" | "$nlike" | "@@" | "@>" | "<@" | "?" | "?|" | "?&" | "||" | "-" | "#-" | "@?" | "$between" | "$notBetween", string>;
4
+ export declare const FILTER_OPERAND_TO_SQL_OPERAND: Record<"=" | "$eq" | "<>" | ">" | "<" | ">=" | "<=" | "$ne" | "$gt" | "$gte" | "$lt" | "$lte" | "$isDistinctFrom" | "$isNotDistinctFrom" | "$in" | "$nin" | "$between" | "$notBetween" | "$ilike" | "$like" | "$nilike" | "$nlike" | "@@" | "@>" | "<@" | "?" | "?|" | "?&" | "||" | "-" | "#-" | "@?", string>;
5
5
  /**
6
6
  * Parse a single filter
7
7
  * Ensure only single key objects reach this point
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-server",
3
- "version": "4.2.361",
3
+ "version": "4.2.362",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "pg": "^8.15.6",
58
58
  "pg-cursor": "^2.14.6",
59
59
  "pg-promise": "^11.13.0",
60
- "prostgles-types": "^4.0.185"
60
+ "prostgles-types": "^4.0.186"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@eslint/js": "^9.22.0",