@aprilium/tripsm_global-states 0.0.754 → 0.0.756
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.d.ts +10 -7
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
@@ -54,6 +54,7 @@ import guestSaga from "@aprilium/tripsm_guest/lib/packages/guest/src/effects";
|
|
54
54
|
import visaCategorySaga from "@aprilium/tripsm_visa-category/lib/packages/visa-category/src/effects";
|
55
55
|
import VisaStatusSaga from "@aprilium/tripsm_visa-status/lib/packages/visa-status/src/effects";
|
56
56
|
import VisaSaga from "@aprilium/tripsm_visa/lib/packages/visa/src/effects";
|
57
|
+
import MessageSaga from "@aprilium/tripsm_message/lib/packages/message/src/effects";
|
57
58
|
import VisaRequestSaga from "@aprilium/tripsm_visa-request/lib/packages/visa-request/src/effects";
|
58
59
|
import IdentitySaga from "@aprilium/tripsm_identity/lib/packages/identity/src/effects";
|
59
60
|
import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/effects";
|
@@ -79,11 +80,13 @@ import RoomSaga from "@aprilium/tripsm_room/lib/packages/room/src/effects";
|
|
79
80
|
import PackSaga from "@aprilium/tripsm_pack/lib/packages/pack/src/effects";
|
80
81
|
import PassengerPathologySaga from "@aprilium/tripsm_passenger-pathology/lib/packages/passenger-pathology/src/effects";
|
81
82
|
import packOptionSaga from "@aprilium/tripsm_pack-options/lib/packages/pack-options/src/effects";
|
83
|
+
import hotelOptionsSaga from "@aprilium/tripsm_hotel-options/lib/packages/hotel-options/src/effects";
|
82
84
|
import PackHotelSaga from "@aprilium/tripsm_pack-hotel/lib/packages/pack-hotel/src/effects";
|
83
85
|
import PackTransportationSaga from "@aprilium/tripsm_pack-transportation/lib/packages/pack-transportation/src/effects";
|
84
86
|
import PassengerLocationSaga from "@aprilium/tripsm_passengers-location/lib/packages/passengers-location/src/effects";
|
85
87
|
import ReservationRequestSaga from "@aprilium/tripsm_reservation-request/lib/packages/reservation-request/src/effects";
|
86
88
|
import GuestExpoTokenSaga from "@aprilium/tripsm_guest-expo-token/lib/packages/guest-expo-token/src/effects";
|
89
|
+
import PassengerConversationSaga from "@aprilium/tripsm_passenger-conversation/lib/packages/passenger-conversation/src/effects";
|
87
90
|
export declare const sagaMiddleware: import("redux-saga").SagaMiddleware<object>;
|
88
91
|
export declare const reducers: {
|
89
92
|
passengersState: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger/lib/packages/passenger/src/state").PassengerState>;
|
@@ -97,7 +100,7 @@ export declare const reducers: {
|
|
97
100
|
visaCategory: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-category/lib/packages/visa-category/src/state").VisaCategoryState>;
|
98
101
|
visaStatus: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-status/lib/packages/visa-status/src/state").VisaStatusState>;
|
99
102
|
visa: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa/lib/packages/visa/src/state").VisaState>;
|
100
|
-
message:
|
103
|
+
message: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_message/lib/packages/message/src/state").MessageState>;
|
101
104
|
visaRequest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-request/lib/packages/visa-request/src/state").VisaRequestState>;
|
102
105
|
identity: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity/lib/packages/identity/src/state").IdentityState>;
|
103
106
|
passengerHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/state").PassengerHotelState>;
|
@@ -121,10 +124,10 @@ export declare const reducers: {
|
|
121
124
|
tripTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-transportation/lib/packages/trip-transportation/src/state").TripTransportationState>;
|
122
125
|
passengerPathology: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-pathology/lib/packages/passenger-pathology/src/state").PassengerPathologyState>;
|
123
126
|
packOption: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-options/lib/packages/pack-options/src/state").PackOptionState>;
|
124
|
-
hotelOptions:
|
127
|
+
hotelOptions: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_hotel-options/lib/packages/hotel-options/src/state").HotelOptionsState>;
|
125
128
|
packHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-hotel/lib/packages/pack-hotel/src/state").PackHotelState>;
|
126
129
|
packTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-transportation/lib/packages/pack-transportation/src/state").PackTransportationState>;
|
127
|
-
passengerConversation:
|
130
|
+
passengerConversation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-conversation/lib/packages/passenger-conversation/src/state").PassengerConversationState>;
|
128
131
|
passengerLocation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passengers-location/lib/packages/passengers-location/src/state").PassengerLocationState>;
|
129
132
|
reservationRequest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_reservation-request/lib/packages/reservation-request/src/state").ReservationRequestState>;
|
130
133
|
guestExpoToken: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_guest-expo-token/lib/packages/guest-expo-token/src/state").GuestExpoTokenState>;
|
@@ -141,7 +144,7 @@ export declare const initialSagas: {
|
|
141
144
|
visaCategory: typeof visaCategorySaga;
|
142
145
|
visaStatus: typeof VisaStatusSaga;
|
143
146
|
visa: typeof VisaSaga;
|
144
|
-
message:
|
147
|
+
message: typeof MessageSaga;
|
145
148
|
visaRequest: typeof VisaRequestSaga;
|
146
149
|
identity: typeof IdentitySaga;
|
147
150
|
passengerHotel: typeof PassengerHotelSaga;
|
@@ -165,13 +168,13 @@ export declare const initialSagas: {
|
|
165
168
|
tripTransportation: typeof TripTransportationSaga;
|
166
169
|
passengerPathology: typeof PassengerPathologySaga;
|
167
170
|
packOption: typeof packOptionSaga;
|
168
|
-
hotelOptions:
|
171
|
+
hotelOptions: typeof hotelOptionsSaga;
|
169
172
|
packHotel: typeof PackHotelSaga;
|
170
173
|
packTransportation: typeof PackTransportationSaga;
|
171
174
|
passengerLocation: typeof PassengerLocationSaga;
|
172
175
|
reservationRequest: typeof ReservationRequestSaga;
|
173
176
|
guestExpoToken: typeof GuestExpoTokenSaga;
|
174
|
-
passengerConversation:
|
177
|
+
passengerConversation: typeof PassengerConversationSaga;
|
175
178
|
};
|
176
179
|
export type States = {
|
177
180
|
passengersState: passengersState;
|
@@ -219,7 +222,7 @@ export type States = {
|
|
219
222
|
};
|
220
223
|
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";
|
221
224
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
222
|
-
export declare const sagas:
|
225
|
+
export declare const sagas: (typeof passengerSaga | typeof constantsSaga | typeof TripSaga | typeof TripPictureSaga | typeof groupSaga | typeof userSaga | typeof guestSaga | typeof visaTypeSaga | typeof visaCategorySaga | typeof VisaStatusSaga | typeof VisaSaga | typeof MessageSaga | typeof VisaRequestSaga | typeof IdentitySaga | typeof PassengerHotelSaga | typeof HotelSaga | typeof TicketSaga | typeof TripHotelSaga | typeof PassengerGroupSaga | typeof PassengerPackSaga | typeof TripFavorisSaga | typeof PackFavorisSaga | typeof LuggageSaga | typeof LuggageTrackingSaga | typeof IdentityTypeSaga | typeof RelationSaga | typeof PaymentSaga | typeof ReservationSaga | typeof RoomSaga | typeof PackSaga | typeof PaymentHistorySaga | typeof CustomerSaga | typeof TripTransportationSaga | typeof PassengerPathologySaga | typeof packOptionSaga | typeof hotelOptionsSaga | typeof PackHotelSaga | typeof PackTransportationSaga | typeof PassengerLocationSaga | typeof ReservationRequestSaga | typeof GuestExpoTokenSaga | typeof PassengerConversationSaga)[];
|
223
226
|
export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
|
224
227
|
waitForRehydrate?: boolean): void;
|
225
228
|
declare function configStore(extraMiddleWares: any[] | undefined, // Adding other middlewares
|
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.756",
|
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_favoris-pack": "^0.0.4",
|
26
26
|
"@aprilium/tripsm_passenger": "^0.0.122",
|
27
27
|
"@aprilium/tripsm_passenger-group": "^0.0.23",
|
28
|
-
"@aprilium/tripsm_passenger-hotel": "^0.0.
|
28
|
+
"@aprilium/tripsm_passenger-hotel": "^0.0.22",
|
29
29
|
"@aprilium/tripsm_passenger-pathology": "^0.0.11",
|
30
30
|
"@aprilium/tripsm_passengers-location": "^0.0.6",
|
31
31
|
"@aprilium/tripsm_payment-history": "^0.0.8",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@aprilium/tripsm_passenger-conversation": "^0.0.1",
|
55
55
|
"@aprilium/tripsm_message": "^0.0.8",
|
56
56
|
"@aprilium/tripsm_payment":"^0.0.13",
|
57
|
-
"@aprilium/tripsm_hotel-options": "^0.0.
|
57
|
+
"@aprilium/tripsm_hotel-options": "^0.0.2",
|
58
58
|
"@types/react": "^17.0.0",
|
59
59
|
"axios": "^0.21.1",
|
60
60
|
"dotenv": "^16.4.5",
|