@aprilium/tripsm_global-states 0.0.229 → 0.0.231
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 +4 -4
package/lib/index.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ export type States = {
|
|
|
110
110
|
identityType: identityTypeState;
|
|
111
111
|
relation: relationState;
|
|
112
112
|
};
|
|
113
|
-
export type StateName = "passengersState" | "constants" | "group" | "user" | "visaType" | "visaCategory" | "VisaStatus" | "visa" | "visaRequest" | "identity" | "
|
|
113
|
+
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" | "passengers";
|
|
114
114
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
|
115
115
|
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)[];
|
|
116
116
|
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.231",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"@aprilium/tripsm_constants": "^0.0.32",
|
|
18
18
|
"@aprilium/tripsm_trip": "^0.0.24",
|
|
19
19
|
"@aprilium/tripsm_trip-group": "^0.0.24",
|
|
20
|
-
"@aprilium/tripsm_hotel": "^0.0.
|
|
20
|
+
"@aprilium/tripsm_hotel": "^0.0.8",
|
|
21
21
|
"@aprilium/tripsm_user": "^0.0.20",
|
|
22
|
-
"@aprilium/tripsm_passenger-hotel": "^0.0.
|
|
22
|
+
"@aprilium/tripsm_passenger-hotel": "^0.0.5",
|
|
23
23
|
"@aprilium/tripsm_identity-type": "^0.0.10",
|
|
24
|
-
"@aprilium/tripsm_trip-hotel": "^0.0.
|
|
24
|
+
"@aprilium/tripsm_trip-hotel": "^0.0.7",
|
|
25
25
|
"@aprilium/tripsm_identity": "^0.0.5",
|
|
26
26
|
"@aprilium/tripsm_luggage": "^0.0.9",
|
|
27
27
|
"@aprilium/tripsm_luggage-tracking": "^0.0.8",
|