@aprilium/tripsm_global-states 0.0.747 → 0.0.749
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.d.ts +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
@@ -215,7 +215,7 @@ export type States = {
|
|
215
215
|
reservationRequest: reservationRequestState;
|
216
216
|
guestExpoToken: guestExpoTokenState;
|
217
217
|
};
|
218
|
-
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" | "pack-hotel" | "pack-transportation" | "passenger-location" | "reservation-request" | "trip-favoris" | "guest-expo-token" | "favoris-pack" | "visa" | "passenger-conversation";
|
218
|
+
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" | "pack-hotel" | "pack-transportation" | "passenger-location" | "reservation-request" | "trip-favoris" | "guest-expo-token" | "favoris-pack" | "visa" | "passenger-conversation" | "message";
|
219
219
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
220
220
|
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 PackHotelSaga | typeof PackTransportationSaga | typeof PassengerLocationSaga | typeof ReservationRequestSaga | typeof GuestExpoTokenSaga | typeof PassengerConversationSaga)[];
|
221
221
|
export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
|
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.749",
|
4
4
|
"description": "global states",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
@@ -12,10 +12,10 @@
|
|
12
12
|
"build": "tsc"
|
13
13
|
},
|
14
14
|
"dependencies": {
|
15
|
-
|
15
|
+
"@aprilium/tripsm_common": "^0.0.15",
|
16
16
|
"@aprilium/tripsm_constants": "^0.0.69",
|
17
17
|
"@aprilium/tripsm_customer": "^0.0.5",
|
18
|
-
"@aprilium/tripsm_guest": "^0.0.
|
18
|
+
"@aprilium/tripsm_guest": "^0.0.52",
|
19
19
|
"@aprilium/tripsm_hotel": "^0.0.13",
|
20
20
|
"@aprilium/tripsm_identity": "^0.0.31",
|
21
21
|
"@aprilium/tripsm_identity-type": "^0.0.12",
|