@sava-info-systems/api-maker-with-extensions 1.19.5 → 1.19.6

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.
@@ -3999,6 +3999,9 @@ export interface IPropertyValidation {
3999
3999
  max?: number; // Allowed Types : number | date
4000
4000
  minLength?: number; // Allowed Types : string
4001
4001
  maxLength?: number; // Allowed Types : string
4002
+ /**
4003
+ * @deprecated API Maker maintains unique feature and do not use on table which has frequent updates.
4004
+ */
4002
4005
  unique?: boolean;
4003
4006
  email?: boolean; // Allowed Types : string
4004
4007
  validatorFun?: Function;