@alba-cars/common-modules 2.12.9 → 2.13.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.
@@ -215,9 +215,10 @@ export declare class VehicleFilter extends BaseFilter {
215
215
  compareCarId?: string;
216
216
  specialDeals?: boolean;
217
217
  isPostedOnDubiCars?: boolean | "true" | "false";
218
+ isSignature?: "true" | "false" | "0" | "1";
219
+ isBrandNew?: "true" | "false" | "0" | "1";
218
220
  soldAt?: DateFilter;
219
221
  interiorColor?: string;
220
- isBrandNew?: boolean;
221
222
  isPinned?: boolean;
222
223
  validate?(): string[];
223
224
  static fromPlain(plain: Record<string, unknown>): VehicleFilter;