@joeygrable94/utm-src-pub-validators 0.0.61 → 0.0.62

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.
package/dist/index.d.cts CHANGED
@@ -2624,7 +2624,7 @@ type StrapiErrorDetail<T> = {
2624
2624
  status: string | number;
2625
2625
  name: string;
2626
2626
  message: string;
2627
- details: {
2627
+ details: Record<keyof T, string> | {
2628
2628
  errors: StrapiErrorKey<T>[];
2629
2629
  };
2630
2630
  };
package/dist/index.d.ts CHANGED
@@ -2624,7 +2624,7 @@ type StrapiErrorDetail<T> = {
2624
2624
  status: string | number;
2625
2625
  name: string;
2626
2626
  message: string;
2627
- details: {
2627
+ details: Record<keyof T, string> | {
2628
2628
  errors: StrapiErrorKey<T>[];
2629
2629
  };
2630
2630
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@joeygrable94/utm-src-pub-validators",
3
3
  "description": "Schema Validator for UTM.Src.Pub types",
4
- "version": "0.0.61",
4
+ "version": "0.0.62",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "main": "dist/index.js",