feat: support uniqueness validation with optional excludeId for all unique fields of Establishment, Contract, Sector, Agency, Department, and Lot
feat: support uniqueness validation with optional excludeId for all unique fields of Establishment, Contract, Sector, Agency, Department, and Lot.
- Integrated optional
excludeId
parameter into API calls for uniqueness checks on all relevant fields. - Ensured validation logic works correctly for both creation and update flows.
- Improved state management with conditional parameter passing using Zustand store.