@punks/backend-entity-manager 0.0.391 → 0.0.392

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.
@@ -2,6 +2,7 @@
2
2
  export type EntryValidationError = {
3
3
  errorCode: string;
4
4
  value?: any;
5
+ payload?: any;
5
6
  };
6
7
  export type EntryValidationResult = {
7
8
  isValid: boolean;
package/dist/index.d.ts CHANGED
@@ -150,6 +150,7 @@ interface IEntityVersionsSearchResponse<TResult, TCursor> {
150
150
  type EntryValidationError = {
151
151
  errorCode: string;
152
152
  value?: any;
153
+ payload?: any;
153
154
  };
154
155
  type EntryValidationResult = {
155
156
  isValid: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.391",
3
+ "version": "0.0.392",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",