@aprilium/tripsm_global-states 0.0.417 → 0.0.418
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/lib/index.d.ts +3 -2
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ import { State as packHotelState } from "@aprilium/tripsm_pack-hotel/lib/state";
|
|
|
38
38
|
import { State as packTransportationState } from "@aprilium/tripsm_pack-transportation/lib/state";
|
|
39
39
|
import constantsSaga from "@aprilium/tripsm_constants/lib/effects";
|
|
40
40
|
import userSaga from "@aprilium/tripsm_user/lib/effects";
|
|
41
|
+
import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/effects";
|
|
41
42
|
import HotelSaga from "@aprilium/tripsm_hotel/lib/effects";
|
|
42
43
|
import TicketSaga from "@aprilium/tripsm_ticket/lib/effects";
|
|
43
44
|
import TripHotelSaga from "@aprilium/tripsm_trip-hotel/lib/effects";
|
|
@@ -62,7 +63,7 @@ export declare const reducers: {
|
|
|
62
63
|
visa: any;
|
|
63
64
|
visaRequest: any;
|
|
64
65
|
identity: any;
|
|
65
|
-
passengerHotel:
|
|
66
|
+
passengerHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-hotel/lib/state").PassengerHotelState>;
|
|
66
67
|
hotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_hotel/lib/state").HotelState>;
|
|
67
68
|
ticket: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_ticket/lib/state").TicketState>;
|
|
68
69
|
tripHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-hotel/lib/state").TripHotelState>;
|
|
@@ -97,7 +98,7 @@ export declare const initialSagas: {
|
|
|
97
98
|
visa: any;
|
|
98
99
|
visaRequest: any;
|
|
99
100
|
identity: any;
|
|
100
|
-
passengerHotel:
|
|
101
|
+
passengerHotel: typeof PassengerHotelSaga;
|
|
101
102
|
hotel: typeof HotelSaga;
|
|
102
103
|
ticket: typeof TicketSaga;
|
|
103
104
|
tripHotel: typeof TripHotelSaga;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aprilium/tripsm_global-states",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.418",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@aprilium/tripsm_luggage-tracking": "^0.0.8",
|
|
26
26
|
"@aprilium/tripsm_passenger": "^0.0.80",
|
|
27
27
|
"@aprilium/tripsm_passenger-group": "^0.0.13",
|
|
28
|
-
"@aprilium/tripsm_passenger-hotel": "^0.0.
|
|
28
|
+
"@aprilium/tripsm_passenger-hotel": "^0.0.12",
|
|
29
29
|
"@aprilium/tripsm_passenger-pack": "^0.0.11",
|
|
30
30
|
"@aprilium/tripsm_payment": "^0.0.7",
|
|
31
31
|
"@aprilium/tripsm_payment-history": "^0.0.4",
|