@aprilium/tripsm_global-states 0.0.792 → 0.0.793
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.d.ts +3 -4
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
@@ -81,7 +81,6 @@ import RoomSaga from "@aprilium/tripsm_room/lib/packages/room/src/effects";
|
|
81
81
|
import PackSaga from "@aprilium/tripsm_pack/lib/packages/pack/src/effects";
|
82
82
|
import PassengerPathologySaga from "@aprilium/tripsm_passenger-pathology/lib/packages/passenger-pathology/src/effects";
|
83
83
|
import packOptionSaga from "@aprilium/tripsm_pack-options/lib/packages/pack-options/src/effects";
|
84
|
-
import hotelOptionsSaga from "@aprilium/tripsm_hotel-options/lib/packages/hotel-options/src/effects";
|
85
84
|
import PackHotelSaga from "@aprilium/tripsm_pack-hotel/lib/packages/pack-hotel/src/effects";
|
86
85
|
import PackTransportationSaga from "@aprilium/tripsm_pack-transportation/lib/packages/pack-transportation/src/effects";
|
87
86
|
import PassengerLocationSaga from "@aprilium/tripsm_passengers-location/lib/packages/passengers-location/src/effects";
|
@@ -126,7 +125,7 @@ export declare const reducers: {
|
|
126
125
|
tripTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-transportation/lib/packages/trip-transportation/src/state").TripTransportationState>;
|
127
126
|
passengerPathology: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-pathology/lib/packages/passenger-pathology/src/state").PassengerPathologyState>;
|
128
127
|
packOption: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-options/lib/packages/pack-options/src/state").PackOptionState>;
|
129
|
-
hotelOptions:
|
128
|
+
hotelOptions: any;
|
130
129
|
packHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-hotel/lib/packages/pack-hotel/src/state").PackHotelState>;
|
131
130
|
packTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-transportation/lib/packages/pack-transportation/src/state").PackTransportationState>;
|
132
131
|
passengerConversation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-conversation/lib/packages/passenger-conversation/src/state").PassengerConversationState>;
|
@@ -171,7 +170,7 @@ export declare const initialSagas: {
|
|
171
170
|
tripTransportation: typeof TripTransportationSaga;
|
172
171
|
passengerPathology: typeof PassengerPathologySaga;
|
173
172
|
packOption: typeof packOptionSaga;
|
174
|
-
hotelOptions:
|
173
|
+
hotelOptions: any;
|
175
174
|
packHotel: typeof PackHotelSaga;
|
176
175
|
packTransportation: typeof PackTransportationSaga;
|
177
176
|
passengerLocation: typeof PassengerLocationSaga;
|
@@ -227,7 +226,7 @@ export type States = {
|
|
227
226
|
};
|
228
227
|
export type StateName = "passenger-pack" | "room" | "pack" | "guest" | "passengersState" | "constants" | "group" | "user" | "visaType" | "visaCategory" | "VisaStatus" | "visa" | "visaRequest" | "identity" | "passengerHotel" | "tripHotel" | "hotel" | "ticket" | "passenger-group" | "luggage" | "luggage-tracking" | "identity-type" | "relation" | "trip" | "trip-picture" | "payment-state" | "payment-history" | "customer" | "reservation" | "trip-transportation" | "passenger-pathology" | "packOption" | "hotelOptions" | "pack-hotel" | "pack-transportation" | "passenger-location" | "reservation-request" | "trip-favoris" | "guest-expo-token" | "favoris-pack" | "visa" | "passenger-conversation" | "message" | "reservation-request-seen";
|
229
228
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
230
|
-
export declare const sagas:
|
229
|
+
export declare const sagas: any[];
|
231
230
|
export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
|
232
231
|
waitForRehydrate?: boolean): void;
|
233
232
|
declare function configStore(extraMiddleWares: any[] | undefined, // Adding other middlewares
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aprilium/tripsm_global-states",
|
3
3
|
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.793",
|
5
5
|
|
6
6
|
"description": "global states",
|
7
7
|
"main": "lib/index.js",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
},
|
16
16
|
"dependencies": {
|
17
17
|
"@aprilium/tripsm_common": "^0.0.15",
|
18
|
-
"@aprilium/tripsm_constants": "^0.0.
|
18
|
+
"@aprilium/tripsm_constants": "^0.0.72",
|
19
19
|
"@aprilium/tripsm_customer": "^0.0.5",
|
20
20
|
"@aprilium/tripsm_guest": "^0.0.54",
|
21
21
|
"@aprilium/tripsm_hotel": "^0.0.13",
|