sm-types 1.11.93 → 1.11.95

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.
@@ -6,8 +6,8 @@ exports.ACCESS_SEARCH_RESULTS = {
6
6
  usecase: "ACCESS_SEARCH_RESULTS",
7
7
  type: "USER_NOT_SEARCH_CREATOR",
8
8
  messageLangMap: {
9
- "PT-BR": "Você não tem permissão para listar as ofertas desta busca. Apenas o usuário que criou a busca pode listar suas ofertas.",
10
- "EN-US": "You are not allowed to list offers for this search. Only the user who created the search can list its offers.",
9
+ "PT-BR": "Você não tem permissão para listar as ofertas desta busca. Apenas o usuário que realizou a busca pode listar suas ofertas.",
10
+ "EN-US": "You are not allowed to list offers for this search. Only the user who performed the search can list its offers.",
11
11
  },
12
12
  },
13
13
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Smartrips",
4
4
  "license": "ISC",
5
5
  "keywords": [],
6
- "version": "1.11.93",
6
+ "version": "1.11.95",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -282,6 +282,7 @@ export interface ListOffersRequest {
282
282
  }
283
283
  export interface SearchFilters {
284
284
  searchRadius: number;
285
+ maxRegularAgencies?: number;
285
286
  }
286
287
  export type RecalculateOfferAdditional = {
287
288
  code: string;