@infuro/cms-core 1.0.44 → 1.0.45

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/admin.d.cts CHANGED
@@ -326,7 +326,7 @@ type CreateEditFormProps = {
326
326
  existingData?: Record<string, unknown> | null;
327
327
  /** When creating: pre-fill the modal from this row (POST only; omit `id` in payload). */
328
328
  duplicateSeed?: Record<string, unknown> | null;
329
- /** Resource key from config — used to conditionally show password fields for 'customer'. */
329
+ /** Resource key from config. */
330
330
  resource?: string;
331
331
  };
332
332
  declare function CreateEditForm({ isOpen, onClose, onSaveSuccess, apiEndpoint, columns, existingData, duplicateSeed, resource, }: CreateEditFormProps): react_jsx_runtime.JSX.Element | null;
package/dist/admin.d.ts CHANGED
@@ -326,7 +326,7 @@ type CreateEditFormProps = {
326
326
  existingData?: Record<string, unknown> | null;
327
327
  /** When creating: pre-fill the modal from this row (POST only; omit `id` in payload). */
328
328
  duplicateSeed?: Record<string, unknown> | null;
329
- /** Resource key from config — used to conditionally show password fields for 'customer'. */
329
+ /** Resource key from config. */
330
330
  resource?: string;
331
331
  };
332
332
  declare function CreateEditForm({ isOpen, onClose, onSaveSuccess, apiEndpoint, columns, existingData, duplicateSeed, resource, }: CreateEditFormProps): react_jsx_runtime.JSX.Element | null;