@aprilium/tripsm_global-states 0.0.241 → 0.0.242
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 +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -130,7 +130,7 @@ export type States = {
|
|
|
130
130
|
customer: customerState;
|
|
131
131
|
reservation: reservationState;
|
|
132
132
|
};
|
|
133
|
-
export type StateName = "passengersState" | "constants" | "group" | "user" | "visaType" | "visaCategory" | "VisaStatus" | "visa" | "visaRequest" | "identity" | "passengerHotel" | "tripHotel" | "hotel" | "ticket" | "passenger-group" | "luggage" | "luggage-tracking" | "identity-type" | "relation" | "trip" | "
|
|
133
|
+
export type StateName = "passengersState" | "constants" | "group" | "user" | "visaType" | "visaCategory" | "VisaStatus" | "visa" | "visaRequest" | "identity" | "passengerHotel" | "tripHotel" | "hotel" | "ticket" | "passenger-group" | "luggage" | "luggage-tracking" | "identity-type" | "relation" | "trip" | "payment-state" | "payment-history" | "customer" | "reservation";
|
|
134
134
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
|
135
135
|
export declare const sagas: (typeof passengerSaga | typeof constantsSaga | typeof groupSaga | typeof userSaga | typeof visaTypeSaga | typeof visaCategorySaga | typeof VisaStatusSaga | typeof VisaSaga | typeof VisaRequestSaga | typeof IdentitySaga | typeof PassengerHotelSaga | typeof HotelSaga | typeof TicketSaga | typeof TripHotelSaga | typeof PassengerGroupSaga | typeof LuggageSaga | typeof LuggageTrackingSaga | typeof IdentityTypeSaga | typeof RelationSaga | typeof TripSaga | typeof PaymentSaga | typeof ReservationSaga | typeof PaymentHistorySaga | typeof CustomerSaga)[];
|
|
136
136
|
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.242",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aprilium/tripsm_visa-request": "^0.0.12",
|
|
35
35
|
"@aprilium/tripsm_relation": "^0.0.2",
|
|
36
36
|
"@aprilium/tripsm_payment": "^0.0.3",
|
|
37
|
-
"@aprilium/tripsm_reservation": "^0.0.
|
|
37
|
+
"@aprilium/tripsm_reservation": "^0.0.3",
|
|
38
38
|
"@aprilium/tripsm_payment-history":"^0.0.2",
|
|
39
39
|
"@aprilium/tripsm_customer": "^0.0.2",
|
|
40
40
|
|