@punks/backend-entity-manager 0.0.218 → 0.0.219

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.
@@ -12,9 +12,11 @@ export type StringFilter = {
12
12
  lt?: string;
13
13
  lte?: string;
14
14
  in?: string[];
15
+ ieq?: string;
15
16
  eq?: string;
16
17
  like?: string;
17
18
  ne?: string;
19
+ ine?: string;
18
20
  notIn?: string[];
19
21
  notLike?: string;
20
22
  };
package/dist/index.d.ts CHANGED
@@ -2086,9 +2086,11 @@ type StringFilter = {
2086
2086
  lt?: string;
2087
2087
  lte?: string;
2088
2088
  in?: string[];
2089
+ ieq?: string;
2089
2090
  eq?: string;
2090
2091
  like?: string;
2091
2092
  ne?: string;
2093
+ ine?: string;
2092
2094
  notIn?: string[];
2093
2095
  notLike?: string;
2094
2096
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.218",
3
+ "version": "0.0.219",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",