sm-types 1.11.92 → 1.11.94

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.
@@ -932,6 +932,16 @@ export declare const APP_ERROR_CODES: {
932
932
  };
933
933
  };
934
934
  };
935
+ ACCESS_SEARCH_RESULTS: {
936
+ USER_NOT_SEARCH_CREATOR: {
937
+ usecase: string;
938
+ type: string;
939
+ messageLangMap: {
940
+ "PT-BR": string;
941
+ "EN-US": string;
942
+ };
943
+ };
944
+ };
935
945
  GET_SOLICITATION: {
936
946
  ACTOR_NOT_ALLOWED: {
937
947
  usecase: string;
@@ -26,6 +26,7 @@ var listHotels_1 = require("./use-cases/listHotels");
26
26
  var listHotelRooms_1 = require("./use-cases/listHotelRooms");
27
27
  var listCarOptions_1 = require("./use-cases/listCarOptions");
28
28
  var listBusOptions_1 = require("./use-cases/listBusOptions");
29
+ var accessSearchResults_1 = require("./use-cases/accessSearchResults");
29
30
  var orderItem_1 = require("./use-cases/orderItem");
30
31
  var getSolicitation_1 = require("./use-cases/getSolicitation");
31
32
  var updateApprovalFlow_1 = require("./use-cases/updateApprovalFlow/updateApprovalFlow");
@@ -56,6 +57,7 @@ exports.APP_ERROR_CODES = {
56
57
  LIST_HOTELS_ROOMS: listHotelRooms_1.LIST_HOTELS_ROOMS,
57
58
  LIST_CAR_OPTIONS: listCarOptions_1.LIST_CAR_OPTIONS,
58
59
  LIST_BUS_OPTIONS: listBusOptions_1.LIST_BUS_OPTIONS,
60
+ ACCESS_SEARCH_RESULTS: accessSearchResults_1.ACCESS_SEARCH_RESULTS,
59
61
  GET_SOLICITATION: getSolicitation_1.GET_SOLICITATION,
60
62
  UPDATE_APPROVAL_FLOW: updateApprovalFlow_1.UPDATE_APPROVAL_FLOW
61
63
  };
@@ -0,0 +1,10 @@
1
+ export declare const ACCESS_SEARCH_RESULTS: {
2
+ USER_NOT_SEARCH_CREATOR: {
3
+ usecase: string;
4
+ type: string;
5
+ messageLangMap: {
6
+ "PT-BR": string;
7
+ "EN-US": string;
8
+ };
9
+ };
10
+ };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ACCESS_SEARCH_RESULTS = void 0;
4
+ exports.ACCESS_SEARCH_RESULTS = {
5
+ USER_NOT_SEARCH_CREATOR: {
6
+ usecase: "ACCESS_SEARCH_RESULTS",
7
+ type: "USER_NOT_SEARCH_CREATOR",
8
+ messageLangMap: {
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
+ },
12
+ },
13
+ };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Smartrips",
4
4
  "license": "ISC",
5
5
  "keywords": [],
6
- "version": "1.11.92",
6
+ "version": "1.11.94",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",