@punks/backend-entity-manager 0.0.493 → 0.0.494

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.
@@ -22,6 +22,7 @@ export type StringFilter = {
22
22
  notIn?: string[];
23
23
  notLike?: string;
24
24
  isNull?: boolean;
25
+ isEmpty?: boolean;
25
26
  };
26
27
  export type IdFilter = {
27
28
  in?: string[];
package/dist/index.d.ts CHANGED
@@ -3163,6 +3163,7 @@ type StringFilter = {
3163
3163
  notIn?: string[];
3164
3164
  notLike?: string;
3165
3165
  isNull?: boolean;
3166
+ isEmpty?: boolean;
3166
3167
  };
3167
3168
  type IdFilter = {
3168
3169
  in?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.493",
3
+ "version": "0.0.494",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",