randmarcomps 1.236.0 → 1.237.0

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.
@@ -435,7 +435,7 @@ export declare function ManufacturerReorderingCard({ manufacturer, onSave, loadi
435
435
 
436
436
  declare interface ManufacturerReorderingCardProps {
437
437
  manufacturer: Manufacturer;
438
- onSave: (updatedManufacturer: Manufacturer) => void;
438
+ onSave: (updatedManufacturer: Partial<Manufacturer>) => void;
439
439
  loading?: boolean;
440
440
  saving?: boolean;
441
441
  readonly?: boolean;