@socotra/ec-react-utils 2.25.2-next.1 → 2.25.2-next.2

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.ts CHANGED
@@ -126,6 +126,7 @@ declare interface DataModelToJsonSchemaProps {
126
126
  readOnly?: boolean;
127
127
  wrapData?: boolean;
128
128
  isFetchingEvaluatedConstraints?: boolean;
129
+ ignoreDefaultValues?: boolean;
129
130
  }
130
131
 
131
132
  declare const defaultFieldSchema: z.ZodObject<{