sm-types 1.11.49 → 1.11.51

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Smartrips",
4
4
  "license": "ISC",
5
5
  "keywords": [],
6
- "version": "1.11.49",
6
+ "version": "1.11.51",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -130,6 +130,7 @@ export interface ISmCarOfferAgency {
130
130
  time: string;
131
131
  latitude: string;
132
132
  longitude: string;
133
+ distanceFromSearchPointKm?: number;
133
134
  }
134
135
  export interface OfferAddResponse {
135
136
  offerId: string;
@@ -259,8 +260,7 @@ export interface ListOffersRequest {
259
260
  clientCredentials: ClientCarCredential[];
260
261
  }
261
262
  export interface SearchFilters {
262
- maxSearchRadius: number;
263
- extendedSearchRadius: number;
263
+ searchRadius: number;
264
264
  }
265
265
  export type RecalculateOfferAdditional = {
266
266
  code: string;