@aprilium/tripsm_global-states 0.0.442 → 0.0.443
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 +37 -55
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -37,71 +37,53 @@ import { State as passengerPathologyState } from "@aprilium/tripsm_passenger-pat
|
|
|
37
37
|
import { State as packOptionState } from "@aprilium/tripsm_pack-options/lib/state";
|
|
38
38
|
import { State as packHotelState } from "@aprilium/tripsm_pack-hotel/lib/state";
|
|
39
39
|
import { State as packTransportationState } from "@aprilium/tripsm_pack-transportation/lib/state";
|
|
40
|
-
import passengerLocationSaga from "@aprilium/tripsm_passenger-location/lib/effects";
|
|
41
40
|
import passengerSaga from "@aprilium/tripsm_passenger/lib/effects";
|
|
42
|
-
import visaTypeSaga from "@aprilium/tripsm_visa-type/lib/effects";
|
|
43
41
|
import constantsSaga from "@aprilium/tripsm_constants/lib/effects";
|
|
44
|
-
import groupSaga from "@aprilium/tripsm_trip-group/lib/effects";
|
|
45
42
|
import userSaga from "@aprilium/tripsm_user/lib/effects";
|
|
46
|
-
import guestSaga from "@aprilium/tripsm_guest/lib/effects";
|
|
47
|
-
import visaCategorySaga from "@aprilium/tripsm_visa-category/lib/effects";
|
|
48
|
-
import VisaStatusSaga from "@aprilium/tripsm_visa-status/lib/effects";
|
|
49
|
-
import VisaSaga from "@aprilium/tripsm_visa/lib/effects";
|
|
50
|
-
import VisaRequestSaga from "@aprilium/tripsm_visa-request/lib/effects";
|
|
51
43
|
import IdentitySaga from "@aprilium/tripsm_identity/lib/effects";
|
|
52
44
|
import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/effects";
|
|
53
45
|
import HotelSaga from "@aprilium/tripsm_hotel/lib/effects";
|
|
54
46
|
import TicketSaga from "@aprilium/tripsm_ticket/lib/effects";
|
|
55
47
|
import TripHotelSaga from "@aprilium/tripsm_trip-hotel/lib/effects";
|
|
56
|
-
import PassengerGroupSaga from "@aprilium/tripsm_passenger-group/lib/effects";
|
|
57
|
-
import PassengerPackSaga from "@aprilium/tripsm_passenger-pack/lib/effects";
|
|
58
48
|
import LuggageSaga from "@aprilium/tripsm_luggage/lib/effects";
|
|
59
|
-
import LuggageTrackingSaga from "@aprilium/tripsm_luggage-tracking/lib/effects";
|
|
60
|
-
import IdentityTypeSaga from "@aprilium/tripsm_identity-type/lib/effects";
|
|
61
49
|
import RelationSaga from "@aprilium/tripsm_relation/lib/effects";
|
|
62
50
|
import TripSaga from "@aprilium/tripsm_trip/lib/effects";
|
|
63
|
-
import PaymentSaga from "@aprilium/tripsm_payment/lib/effects";
|
|
64
|
-
import ReservationSaga from "@aprilium/tripsm_reservation/lib/effects";
|
|
65
|
-
import PaymentHistorySaga from "@aprilium/tripsm_payment-history/lib/effects";
|
|
66
|
-
import CustomerSaga from "@aprilium/tripsm_customer/lib/effects";
|
|
67
51
|
import TripTransportationSaga from "@aprilium/tripsm_trip-transportation/lib/effects";
|
|
68
|
-
import RoomSaga from "@aprilium/tripsm_room/lib/effects";
|
|
69
|
-
import PackSaga from "@aprilium/tripsm_pack/lib/effects";
|
|
70
52
|
import PassengerPathologySaga from "@aprilium/tripsm_passenger-pathology/lib/effects";
|
|
71
53
|
import packOptionSaga from "@aprilium/tripsm_pack-options/lib/effects";
|
|
72
54
|
import PackHotelSaga from "@aprilium/tripsm_pack-hotel/lib/effects";
|
|
73
55
|
import PackTransportationSaga from "@aprilium/tripsm_pack-transportation/lib/effects";
|
|
74
56
|
export declare const sagaMiddleware: import("redux-saga").SagaMiddleware<object>;
|
|
75
57
|
export declare const reducers: {
|
|
76
|
-
passengerLocationState:
|
|
58
|
+
passengerLocationState: any;
|
|
77
59
|
passengersState: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger/lib/state").PassengerState>;
|
|
78
60
|
constants: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_constants/lib/state").ConstantState>;
|
|
79
61
|
trip: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip/lib/state").TripState>;
|
|
80
|
-
group:
|
|
62
|
+
group: any;
|
|
81
63
|
user: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_user/lib/state").UserState>;
|
|
82
|
-
guest:
|
|
83
|
-
visaType:
|
|
84
|
-
visaCategory:
|
|
85
|
-
visaStatus:
|
|
86
|
-
visa:
|
|
87
|
-
visaRequest:
|
|
64
|
+
guest: any;
|
|
65
|
+
visaType: any;
|
|
66
|
+
visaCategory: any;
|
|
67
|
+
visaStatus: any;
|
|
68
|
+
visa: any;
|
|
69
|
+
visaRequest: any;
|
|
88
70
|
identity: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity/lib/state").IdentityState>;
|
|
89
71
|
passengerHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-hotel/lib/state").PassengerHotelState>;
|
|
90
72
|
hotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_hotel/lib/state").HotelState>;
|
|
91
73
|
ticket: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_ticket/lib/state").TicketState>;
|
|
92
74
|
tripHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-hotel/lib/state").TripHotelState>;
|
|
93
|
-
passengerGroup:
|
|
94
|
-
passengerPack:
|
|
75
|
+
passengerGroup: any;
|
|
76
|
+
passengerPack: any;
|
|
95
77
|
luggage: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_luggage/lib/state").LuggageState>;
|
|
96
|
-
luggageTracking:
|
|
97
|
-
identityType:
|
|
78
|
+
luggageTracking: any;
|
|
79
|
+
identityType: any;
|
|
98
80
|
relation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_relation/lib/state").RelationState>;
|
|
99
|
-
payment:
|
|
100
|
-
reservation:
|
|
101
|
-
room:
|
|
102
|
-
pack:
|
|
103
|
-
paymentHistory:
|
|
104
|
-
customer:
|
|
81
|
+
payment: any;
|
|
82
|
+
reservation: any;
|
|
83
|
+
room: any;
|
|
84
|
+
pack: any;
|
|
85
|
+
paymentHistory: any;
|
|
86
|
+
customer: any;
|
|
105
87
|
tripTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-transportation/lib/state").TripTransportationState>;
|
|
106
88
|
passengerPathology: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-pathology/lib/state").PassengerPathologyState>;
|
|
107
89
|
packOption: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-options/lib/state").PackOptionState>;
|
|
@@ -110,34 +92,34 @@ export declare const reducers: {
|
|
|
110
92
|
};
|
|
111
93
|
export declare const initialSagas: {
|
|
112
94
|
passenger: typeof passengerSaga;
|
|
113
|
-
passengerLocation:
|
|
95
|
+
passengerLocation: any;
|
|
114
96
|
constants: typeof constantsSaga;
|
|
115
97
|
trip: typeof TripSaga;
|
|
116
|
-
group:
|
|
98
|
+
group: any;
|
|
117
99
|
user: typeof userSaga;
|
|
118
|
-
guest:
|
|
119
|
-
visaType:
|
|
120
|
-
visaCategory:
|
|
121
|
-
visaStatus:
|
|
122
|
-
visa:
|
|
123
|
-
visaRequest:
|
|
100
|
+
guest: any;
|
|
101
|
+
visaType: any;
|
|
102
|
+
visaCategory: any;
|
|
103
|
+
visaStatus: any;
|
|
104
|
+
visa: any;
|
|
105
|
+
visaRequest: any;
|
|
124
106
|
identity: typeof IdentitySaga;
|
|
125
107
|
passengerHotel: typeof PassengerHotelSaga;
|
|
126
108
|
hotel: typeof HotelSaga;
|
|
127
109
|
ticket: typeof TicketSaga;
|
|
128
110
|
tripHotel: typeof TripHotelSaga;
|
|
129
|
-
passengerGroup:
|
|
130
|
-
passengerPack:
|
|
111
|
+
passengerGroup: any;
|
|
112
|
+
passengerPack: any;
|
|
131
113
|
luggage: typeof LuggageSaga;
|
|
132
|
-
luggageTracking:
|
|
133
|
-
identityType:
|
|
114
|
+
luggageTracking: any;
|
|
115
|
+
identityType: any;
|
|
134
116
|
relation: typeof RelationSaga;
|
|
135
|
-
payment:
|
|
136
|
-
reservation:
|
|
137
|
-
room:
|
|
138
|
-
pack:
|
|
139
|
-
paymentHistory:
|
|
140
|
-
customer:
|
|
117
|
+
payment: any;
|
|
118
|
+
reservation: any;
|
|
119
|
+
room: any;
|
|
120
|
+
pack: any;
|
|
121
|
+
paymentHistory: any;
|
|
122
|
+
customer: any;
|
|
141
123
|
tripTransportation: typeof TripTransportationSaga;
|
|
142
124
|
passengerPathology: typeof PassengerPathologySaga;
|
|
143
125
|
packOption: typeof packOptionSaga;
|
|
@@ -182,7 +164,7 @@ export type States = {
|
|
|
182
164
|
};
|
|
183
165
|
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" | "payment-state" | "payment-history" | "customer" | "reservation" | "trip-transportation" | "passenger-pathology" | "packOption" | "pack-hotel" | "pack-transportation" | "passenger-location";
|
|
184
166
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
|
185
|
-
export declare const sagas:
|
|
167
|
+
export declare const sagas: any[];
|
|
186
168
|
export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
|
|
187
169
|
waitForRehydrate?: boolean): void;
|
|
188
170
|
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.443",
|
|
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_luggage-tracking": "^0.0.8",
|
|
26
26
|
"@aprilium/tripsm_passenger": "^0.0.92",
|
|
27
27
|
"@aprilium/tripsm_passenger-group": "^0.0.14",
|
|
28
|
-
"@aprilium/tripsm_passenger-hotel": "^0.0.
|
|
28
|
+
"@aprilium/tripsm_passenger-hotel": "^0.0.16",
|
|
29
29
|
"@aprilium/tripsm_passenger-pack": "^0.0.11",
|
|
30
30
|
"@aprilium/tripsm_payment": "^0.0.7",
|
|
31
31
|
"@aprilium/tripsm_payment-history": "^0.0.4",
|