@aprilium/tripsm_global-states 0.0.333 → 0.0.334
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
|
@@ -30,6 +30,7 @@ import { State as paymentHistorysState } from "@aprilium/tripsm_payment-history/
|
|
|
30
30
|
import { State as customerState } from "@aprilium/tripsm_customer/lib/state";
|
|
31
31
|
import { State as tripTransportationState } from "@aprilium/tripsm_trip-transportation/lib/state";
|
|
32
32
|
import constantsSaga from "@aprilium/tripsm_constants/lib/effects";
|
|
33
|
+
import RelationSaga from "@aprilium/tripsm_relation/lib/effects";
|
|
33
34
|
export declare const sagaMiddleware: import("redux-saga").SagaMiddleware<object>;
|
|
34
35
|
export declare const reducers: {
|
|
35
36
|
passengersState: any;
|
|
@@ -52,7 +53,7 @@ export declare const reducers: {
|
|
|
52
53
|
luggage: any;
|
|
53
54
|
luggageTracking: any;
|
|
54
55
|
identityType: any;
|
|
55
|
-
relation:
|
|
56
|
+
relation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_relation/lib/state").RelationState>;
|
|
56
57
|
payment: any;
|
|
57
58
|
reservation: any;
|
|
58
59
|
paymentHistory: any;
|
|
@@ -80,7 +81,7 @@ export declare const initialSagas: {
|
|
|
80
81
|
luggage: any;
|
|
81
82
|
luggageTracking: any;
|
|
82
83
|
identityType: any;
|
|
83
|
-
relation:
|
|
84
|
+
relation: typeof RelationSaga;
|
|
84
85
|
payment: any;
|
|
85
86
|
reservation: any;
|
|
86
87
|
paymentHistory: any;
|
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.334",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@aprilium/tripsm_visa-status": "^0.0.8",
|
|
34
34
|
"@aprilium/tripsm_visa-type": "^0.0.6",
|
|
35
35
|
"@aprilium/tripsm_visa-request": "^0.0.12",
|
|
36
|
-
"@aprilium/tripsm_relation": "^0.0.
|
|
36
|
+
"@aprilium/tripsm_relation": "^0.0.3",
|
|
37
37
|
"@aprilium/tripsm_payment": "^0.0.7",
|
|
38
38
|
"@aprilium/tripsm_reservation": "^0.0.11",
|
|
39
39
|
"@aprilium/tripsm_payment-history": "^0.0.4",
|