searchsmartly-ui 1.0.21 → 1.0.23

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/index.d.ts CHANGED
@@ -195,6 +195,7 @@ type PropertyItemType = {
195
195
  listing_type: ListingTypeEnum;
196
196
  id: string;
197
197
  images: string[];
198
+ image_url?: string;
198
199
  num_bedrooms?: number;
199
200
  is_shared?: boolean;
200
201
  };