@aprilium/tripsm_global-states 0.1.56 → 0.1.58
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 +125 -86
- package/lib/index.js +1 -1
- package/package.json +2 -3
package/lib/index.d.ts
CHANGED
|
@@ -54,124 +54,164 @@ import { State as supportConversationState } from "@aprilium/tripsm_support-conv
|
|
|
54
54
|
import { State as messageSupportState } from "@aprilium/tripsm_message-support/lib/packages/message-support/src/state";
|
|
55
55
|
import { State as unassignedSupportNotificationsState } from "@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/state";
|
|
56
56
|
import { State as agencyState } from "@aprilium/tripsm_agency/lib/packages/agency/src/state";
|
|
57
|
-
import { State as paymentNotificationState } from "@aprilium/tripsm_payment-notification/lib/packages/payment-notification/src/state";
|
|
58
57
|
import passengerSaga from "@aprilium/tripsm_passenger/lib/packages/passenger/src/effects";
|
|
58
|
+
import visaTypeSaga from "@aprilium/tripsm_visa-type/lib/packages/visa-type/src/effects";
|
|
59
59
|
import constantsSaga from "@aprilium/tripsm_constants/lib/packages/constant/src/effects";
|
|
60
|
+
import groupSaga from "@aprilium/tripsm_trip-group/lib/packages/trip-group/src/effects";
|
|
60
61
|
import userSaga from "@aprilium/tripsm_user/lib/packages/user/src/effects";
|
|
61
62
|
import guestSaga from "@aprilium/tripsm_guest/lib/packages/guest/src/effects";
|
|
63
|
+
import visaCategorySaga from "@aprilium/tripsm_visa-category/lib/packages/visa-category/src/effects";
|
|
64
|
+
import VisaStatusSaga from "@aprilium/tripsm_visa-status/lib/packages/visa-status/src/effects";
|
|
65
|
+
import VisaSaga from "@aprilium/tripsm_visa/lib/packages/visa/src/effects";
|
|
66
|
+
import MessageSaga from "@aprilium/tripsm_message/lib/packages/message/src/effects";
|
|
67
|
+
import MessageOneToOneSaga from "@aprilium/tripsm_private-message/lib/packages/private-message/src/effects";
|
|
68
|
+
import VisaRequestSaga from "@aprilium/tripsm_visa-request/lib/packages/visa-request/src/effects";
|
|
69
|
+
import IdentitySaga from "@aprilium/tripsm_identity/lib/packages/identity/src/effects";
|
|
70
|
+
import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/effects";
|
|
71
|
+
import HotelSaga from "@aprilium/tripsm_hotel/lib/packages/hotel/src/effects";
|
|
72
|
+
import TicketSaga from "@aprilium/tripsm_ticket/lib/packages/ticket/src/effects";
|
|
73
|
+
import TripHotelSaga from "@aprilium/tripsm_trip-hotel/lib/packages/trip-hotel/src/effects";
|
|
74
|
+
import PassengerGroupSaga from "@aprilium/tripsm_passenger-group/lib/packages/passenger-group/src/effects";
|
|
75
|
+
import PassengerPackSaga from "@aprilium/tripsm_passenger-pack/lib/packages/passenger-pack/src/effects";
|
|
62
76
|
import TripFavorisSaga from "@aprilium/tripsm_trip-favoris/lib/packages/trip-favoris/src/effects";
|
|
63
77
|
import PackFavorisSaga from "@aprilium//tripsm_favoris-pack/lib/packages/favoris-pack/src/effects";
|
|
78
|
+
import LuggageSaga from "@aprilium/tripsm_luggage/lib/packages/luggage/src/effects";
|
|
79
|
+
import LuggageTrackingSaga from "@aprilium/tripsm_luggage-tracking/lib/packages/luggage-tracking/src/effects";
|
|
80
|
+
import IdentityTypeSaga from "@aprilium/tripsm_identity-type/lib/packages/identity-type/src/effects";
|
|
81
|
+
import RelationSaga from "@aprilium/tripsm_relation/lib/packages/relation/src/effects";
|
|
82
|
+
import TripSaga from "@aprilium/tripsm_trip/lib/packages/trip/src/effects";
|
|
83
|
+
import TripPictureSaga from "@aprilium/tripsm_trip-picture/lib/packages/trippicture/src/effects";
|
|
84
|
+
import PaymentSaga from "@aprilium/tripsm_payment/lib/packages/payment/src/effects";
|
|
85
|
+
import ReservationSaga from "@aprilium/tripsm_reservation/lib/packages/reservation/src/effects";
|
|
86
|
+
import PaymentHistorySaga from "@aprilium/tripsm_payment-history/lib/packages/payment-history/src/effects";
|
|
87
|
+
import CustomerSaga from "@aprilium/tripsm_customer/lib/packages/customer/src/effects";
|
|
88
|
+
import TripTransportationSaga from "@aprilium/tripsm_trip-transportation/lib/packages/trip-transportation/src/effects";
|
|
89
|
+
import RoomSaga from "@aprilium/tripsm_room/lib/packages/room/src/effects";
|
|
90
|
+
import PackSaga from "@aprilium/tripsm_pack/lib/packages/pack/src/effects";
|
|
91
|
+
import PassengerPathologySaga from "@aprilium/tripsm_passenger-pathology/lib/packages/passenger-pathology/src/effects";
|
|
92
|
+
import packOptionSaga from "@aprilium/tripsm_pack-options/lib/packages/pack-options/src/effects";
|
|
93
|
+
import hotelOptionsSaga from "@aprilium/tripsm_hotel-options/lib/packages/hotel-options/src/effects";
|
|
94
|
+
import PackHotelSaga from "@aprilium/tripsm_pack-hotel/lib/packages/pack-hotel/src/effects";
|
|
95
|
+
import PackTransportationSaga from "@aprilium/tripsm_pack-transportation/lib/packages/pack-transportation/src/effects";
|
|
96
|
+
import PassengerLocationSaga from "@aprilium/tripsm_passengers-location/lib/packages/passengers-location/src/effects";
|
|
97
|
+
import ReservationRequestSaga from "@aprilium/tripsm_reservation-request/lib/packages/reservation-request/src/effects";
|
|
98
|
+
import PermissionSaga from "@aprilium/tripsm_permission/lib/packages/permission/src/effects";
|
|
99
|
+
import GuestExpoTokenSaga from "@aprilium/tripsm_guest-expo-token/lib/packages/guest-expo-token/src/effects";
|
|
64
100
|
import PassengerConversationSaga from "@aprilium/tripsm_passenger-conversation/lib/packages/passenger-conversation/src/effects";
|
|
65
101
|
import ConversationOneToOneSaga from "@aprilium/tripsm_private-conversation/lib/packages/private-conversation/src/effects";
|
|
102
|
+
import ReservationRequestUserSeenSaga from "@aprilium/tripsm_reservation-request-seen/lib/packages/reservation-request-seen/src/effects";
|
|
103
|
+
import ReservationRequestPassengerLinkSaga from "@aprilium/tripsm_reservation-request-link/lib/packages/reservation-request-link/src/effects";
|
|
66
104
|
import SupportConversationSaga from "@aprilium/tripsm_support-conversation/lib/packages/support-conversation/src/effects";
|
|
105
|
+
import MessageSupportSaga from "@aprilium/tripsm_message-support/lib/packages/message-support/src/effects";
|
|
106
|
+
import UnassignedSupportNotificationsSaga from "@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/effects";
|
|
67
107
|
import AgencySaga from "@aprilium/tripsm_agency/lib/packages/agency/src/effects";
|
|
68
108
|
import PaymentNotificationSaga from "@aprilium/tripsm_payment-notification/lib/packages/payment-notification/src/effects";
|
|
69
109
|
export declare const sagaMiddleware: import("redux-saga").SagaMiddleware<object>;
|
|
70
110
|
export declare const reducers: {
|
|
71
111
|
passengersState: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger/lib/packages/passenger/src/state").PassengerState>;
|
|
72
112
|
constants: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_constants/lib/packages/constant/src/state").ConstantState>;
|
|
73
|
-
trip:
|
|
74
|
-
tripPicture:
|
|
75
|
-
group:
|
|
113
|
+
trip: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip/lib/packages/trip/src/state").TripState>;
|
|
114
|
+
tripPicture: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-picture/lib/packages/trippicture/src/state").TripPictureState>;
|
|
115
|
+
group: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-group/lib/packages/trip-group/src/state").GroupState>;
|
|
76
116
|
user: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_user/lib/packages/user/src/state").UserState>;
|
|
77
117
|
guest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_guest/lib/packages/guest/src/state").GuestState>;
|
|
78
|
-
visaType:
|
|
79
|
-
visaCategory:
|
|
80
|
-
visaStatus:
|
|
81
|
-
visa:
|
|
82
|
-
message:
|
|
83
|
-
messageOneToOne:
|
|
84
|
-
visaRequest:
|
|
85
|
-
identity:
|
|
86
|
-
passengerHotel:
|
|
87
|
-
hotel:
|
|
88
|
-
ticket:
|
|
89
|
-
tripHotel:
|
|
90
|
-
passengerGroup:
|
|
91
|
-
passengerPack:
|
|
118
|
+
visaType: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-type/lib/packages/visa-type/src/state").VisaTypeState>;
|
|
119
|
+
visaCategory: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-category/lib/packages/visa-category/src/state").VisaCategoryState>;
|
|
120
|
+
visaStatus: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-status/lib/packages/visa-status/src/state").VisaStatusState>;
|
|
121
|
+
visa: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa/lib/packages/visa/src/state").VisaState>;
|
|
122
|
+
message: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_message/lib/packages/message/src/state").MessageState>;
|
|
123
|
+
messageOneToOne: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_private-message/lib/packages/private-message/src/state").MessageOneToOneState>;
|
|
124
|
+
visaRequest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-request/lib/packages/visa-request/src/state").VisaRequestState>;
|
|
125
|
+
identity: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity/lib/packages/identity/src/state").IdentityState>;
|
|
126
|
+
passengerHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/state").PassengerHotelState>;
|
|
127
|
+
hotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_hotel/lib/packages/hotel/src/state").HotelState>;
|
|
128
|
+
ticket: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_ticket/lib/packages/ticket/src/state").TicketState>;
|
|
129
|
+
tripHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-hotel/lib/packages/trip-hotel/src/state").TripHotelState>;
|
|
130
|
+
passengerGroup: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-group/lib/packages/passenger-group/src/state").PassengerGroupState>;
|
|
131
|
+
passengerPack: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-pack/lib/packages/passenger-pack/src/state").PassengerPackState>;
|
|
92
132
|
tripFavoris: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-favoris/lib/packages/trip-favoris/src/state").TripFavorisState>;
|
|
93
133
|
packFavoris: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium//tripsm_favoris-pack/lib/packages/favoris-pack/src/state").PackFavorisState>;
|
|
94
|
-
luggage:
|
|
95
|
-
luggageTracking:
|
|
96
|
-
identityType:
|
|
97
|
-
relation:
|
|
98
|
-
payment:
|
|
99
|
-
reservation:
|
|
100
|
-
room:
|
|
101
|
-
pack:
|
|
102
|
-
paymentHistory:
|
|
103
|
-
customer:
|
|
104
|
-
tripTransportation:
|
|
105
|
-
passengerPathology:
|
|
106
|
-
packOption:
|
|
107
|
-
hotelOptions:
|
|
108
|
-
packHotel:
|
|
109
|
-
packTransportation:
|
|
134
|
+
luggage: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_luggage/lib/packages/luggage/src/state").LuggageState>;
|
|
135
|
+
luggageTracking: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_luggage-tracking/lib/packages/luggage-tracking/src/state").LuggageTrackingState>;
|
|
136
|
+
identityType: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity-type/lib/packages/identity-type/src/state").IdentityTypeState>;
|
|
137
|
+
relation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_relation/lib/packages/relation/src/state").RelationState>;
|
|
138
|
+
payment: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_payment/lib/packages/payment/src/state").PaymentState>;
|
|
139
|
+
reservation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_reservation/lib/packages/reservation/src/state").ReservationState>;
|
|
140
|
+
room: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_room/lib/packages/room/src/state").RoomState>;
|
|
141
|
+
pack: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack/lib/packages/pack/src/state").PackState>;
|
|
142
|
+
paymentHistory: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_payment-history/lib/packages/payment-history/src/state").PaymentHistoryState>;
|
|
143
|
+
customer: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_customer/lib/packages/customer/src/state").CustomerState>;
|
|
144
|
+
tripTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-transportation/lib/packages/trip-transportation/src/state").TripTransportationState>;
|
|
145
|
+
passengerPathology: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-pathology/lib/packages/passenger-pathology/src/state").PassengerPathologyState>;
|
|
146
|
+
packOption: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-options/lib/packages/pack-options/src/state").PackOptionState>;
|
|
147
|
+
hotelOptions: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_hotel-options/lib/packages/hotel-options/src/state").HotelOptionsState>;
|
|
148
|
+
packHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-hotel/lib/packages/pack-hotel/src/state").PackHotelState>;
|
|
149
|
+
packTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-transportation/lib/packages/pack-transportation/src/state").PackTransportationState>;
|
|
110
150
|
passengerConversation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-conversation/lib/packages/passenger-conversation/src/state").PassengerConversationState>;
|
|
111
151
|
conversationOneToOne: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_private-conversation/lib/packages/private-conversation/src/state").ConversationOneToOneState>;
|
|
112
|
-
passengerLocation:
|
|
113
|
-
reservationRequest:
|
|
114
|
-
guestExpoToken:
|
|
115
|
-
reservationRequestUserSeen:
|
|
116
|
-
reservationRequestPassengerLink:
|
|
117
|
-
permission:
|
|
152
|
+
passengerLocation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passengers-location/lib/packages/passengers-location/src/state").PassengerLocationState>;
|
|
153
|
+
reservationRequest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_reservation-request/lib/packages/reservation-request/src/state").ReservationRequestState>;
|
|
154
|
+
guestExpoToken: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_guest-expo-token/lib/packages/guest-expo-token/src/state").GuestExpoTokenState>;
|
|
155
|
+
reservationRequestUserSeen: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_reservation-request-seen/lib/packages/reservation-request-seen/src/state").ReservationRequestUserSeenState>;
|
|
156
|
+
reservationRequestPassengerLink: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_reservation-request-link/lib/packages/reservation-request-link/src/state").ReservationRequestPassengerLinkState>;
|
|
157
|
+
permission: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_permission/lib/packages/permission/src/state").PermissionState>;
|
|
118
158
|
supportConversation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_support-conversation/lib/packages/support-conversation/src/state").SupportConversationState>;
|
|
119
|
-
messageSupport:
|
|
120
|
-
unassignedSupportNotifications:
|
|
159
|
+
messageSupport: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_message-support/lib/packages/message-support/src/state").MessageSupportState>;
|
|
160
|
+
unassignedSupportNotifications: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/state").UnassignedSupportNotificationsState>;
|
|
121
161
|
agency: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_agency/lib/packages/agency/src/state").AgencyState>;
|
|
122
|
-
paymentNotification:
|
|
162
|
+
paymentNotification: any;
|
|
123
163
|
};
|
|
124
164
|
export declare const initialSagas: {
|
|
125
165
|
passenger: typeof passengerSaga;
|
|
126
166
|
constants: typeof constantsSaga;
|
|
127
|
-
trip:
|
|
128
|
-
tripPicture:
|
|
129
|
-
group:
|
|
167
|
+
trip: typeof TripSaga;
|
|
168
|
+
tripPicture: typeof TripPictureSaga;
|
|
169
|
+
group: typeof groupSaga;
|
|
130
170
|
user: typeof userSaga;
|
|
131
171
|
guest: typeof guestSaga;
|
|
132
|
-
visaType:
|
|
133
|
-
visaCategory:
|
|
134
|
-
visaStatus:
|
|
135
|
-
visa:
|
|
136
|
-
message:
|
|
137
|
-
messageOneToOne:
|
|
138
|
-
visaRequest:
|
|
139
|
-
identity:
|
|
140
|
-
passengerHotel:
|
|
141
|
-
hotel:
|
|
142
|
-
ticket:
|
|
143
|
-
tripHotel:
|
|
144
|
-
passengerGroup:
|
|
145
|
-
passengerPack:
|
|
172
|
+
visaType: typeof visaTypeSaga;
|
|
173
|
+
visaCategory: typeof visaCategorySaga;
|
|
174
|
+
visaStatus: typeof VisaStatusSaga;
|
|
175
|
+
visa: typeof VisaSaga;
|
|
176
|
+
message: typeof MessageSaga;
|
|
177
|
+
messageOneToOne: typeof MessageOneToOneSaga;
|
|
178
|
+
visaRequest: typeof VisaRequestSaga;
|
|
179
|
+
identity: typeof IdentitySaga;
|
|
180
|
+
passengerHotel: typeof PassengerHotelSaga;
|
|
181
|
+
hotel: typeof HotelSaga;
|
|
182
|
+
ticket: typeof TicketSaga;
|
|
183
|
+
tripHotel: typeof TripHotelSaga;
|
|
184
|
+
passengerGroup: typeof PassengerGroupSaga;
|
|
185
|
+
passengerPack: typeof PassengerPackSaga;
|
|
146
186
|
tripFavoris: typeof TripFavorisSaga;
|
|
147
187
|
packFavoris: typeof PackFavorisSaga;
|
|
148
|
-
luggage:
|
|
149
|
-
luggageTracking:
|
|
150
|
-
identityType:
|
|
151
|
-
relation:
|
|
152
|
-
payment:
|
|
153
|
-
reservation:
|
|
154
|
-
room:
|
|
155
|
-
pack:
|
|
156
|
-
paymentHistory:
|
|
157
|
-
customer:
|
|
158
|
-
tripTransportation:
|
|
159
|
-
passengerPathology:
|
|
160
|
-
packOption:
|
|
161
|
-
hotelOptions:
|
|
162
|
-
packHotel:
|
|
163
|
-
packTransportation:
|
|
164
|
-
passengerLocation:
|
|
165
|
-
reservationRequest:
|
|
166
|
-
guestExpoToken:
|
|
188
|
+
luggage: typeof LuggageSaga;
|
|
189
|
+
luggageTracking: typeof LuggageTrackingSaga;
|
|
190
|
+
identityType: typeof IdentityTypeSaga;
|
|
191
|
+
relation: typeof RelationSaga;
|
|
192
|
+
payment: typeof PaymentSaga;
|
|
193
|
+
reservation: typeof ReservationSaga;
|
|
194
|
+
room: typeof RoomSaga;
|
|
195
|
+
pack: typeof PackSaga;
|
|
196
|
+
paymentHistory: typeof PaymentHistorySaga;
|
|
197
|
+
customer: typeof CustomerSaga;
|
|
198
|
+
tripTransportation: typeof TripTransportationSaga;
|
|
199
|
+
passengerPathology: typeof PassengerPathologySaga;
|
|
200
|
+
packOption: typeof packOptionSaga;
|
|
201
|
+
hotelOptions: typeof hotelOptionsSaga;
|
|
202
|
+
packHotel: typeof PackHotelSaga;
|
|
203
|
+
packTransportation: typeof PackTransportationSaga;
|
|
204
|
+
passengerLocation: typeof PassengerLocationSaga;
|
|
205
|
+
reservationRequest: typeof ReservationRequestSaga;
|
|
206
|
+
guestExpoToken: typeof GuestExpoTokenSaga;
|
|
167
207
|
passengerConversation: typeof PassengerConversationSaga;
|
|
168
208
|
conversationOneToOne: typeof ConversationOneToOneSaga;
|
|
169
|
-
reservationRequestUserSeen:
|
|
170
|
-
reservationRequestPassengerLink:
|
|
171
|
-
permission:
|
|
209
|
+
reservationRequestUserSeen: typeof ReservationRequestUserSeenSaga;
|
|
210
|
+
reservationRequestPassengerLink: typeof ReservationRequestPassengerLinkSaga;
|
|
211
|
+
permission: typeof PermissionSaga;
|
|
172
212
|
supportConversation: typeof SupportConversationSaga;
|
|
173
|
-
messageSupport:
|
|
174
|
-
unassignedSupportNotifications:
|
|
213
|
+
messageSupport: typeof MessageSupportSaga;
|
|
214
|
+
unassignedSupportNotifications: typeof UnassignedSupportNotificationsSaga;
|
|
175
215
|
agency: typeof AgencySaga;
|
|
176
216
|
paymentNotification: typeof PaymentNotificationSaga;
|
|
177
217
|
};
|
|
@@ -227,11 +267,10 @@ export type States = {
|
|
|
227
267
|
messagageSupport: messageSupportState;
|
|
228
268
|
unassignedSupportNotifications: unassignedSupportNotificationsState;
|
|
229
269
|
agency: agencyState;
|
|
230
|
-
paymentNotification: paymentNotificationState;
|
|
231
270
|
};
|
|
232
271
|
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" | "hotelOptions" | "pack-hotel" | "pack-transportation" | "passenger-location" | "reservation-request" | "trip-favoris" | "guest-expo-token" | "favoris-pack" | "visa" | "passenger-conversation" | "message" | "reservation-request-seen" | "private-message" | "private-conversation" | "reservation-request-link" | "permission" | "support-conversation" | "message-support" | "unassigned-support-notifications" | "hotel" | "payment-notification";
|
|
233
272
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
|
234
|
-
export declare const sagas:
|
|
273
|
+
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 MessageOneToOneSaga | 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 hotelOptionsSaga | typeof PackHotelSaga | typeof PackTransportationSaga | typeof PassengerLocationSaga | typeof ReservationRequestSaga | typeof GuestExpoTokenSaga | typeof PassengerConversationSaga | typeof ConversationOneToOneSaga | typeof ReservationRequestUserSeenSaga | typeof ReservationRequestPassengerLinkSaga | typeof PermissionSaga | typeof SupportConversationSaga | typeof MessageSupportSaga | typeof UnassignedSupportNotificationsSaga | typeof AgencySaga | typeof PaymentNotificationSaga)[];
|
|
235
274
|
export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
|
|
236
275
|
waitForRehydrate?: boolean): void;
|
|
237
276
|
declare function configStore(extraMiddleWares: any[] | undefined, // Adding other middlewares
|
package/lib/index.js
CHANGED
|
@@ -267,7 +267,7 @@ exports.reducers = {
|
|
|
267
267
|
messageSupport: state_49.MessageSupportReducerFunction,
|
|
268
268
|
unassignedSupportNotifications: state_50.UnassignedSupportNotificationsReducerFunction,
|
|
269
269
|
agency: state_51.AgencyReducerFunction,
|
|
270
|
-
paymentNotification: state_52.
|
|
270
|
+
paymentNotification: state_52.PaymentNotificationnReducerFunction,
|
|
271
271
|
};
|
|
272
272
|
exports.initialSagas = {
|
|
273
273
|
passenger: effects_2.default,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aprilium/tripsm_global-states",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.58",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@aprilium/tripsm_trip-hotel": "^0.0.33",
|
|
42
42
|
"@aprilium/tripsm_trip-picture": "^0.0.15",
|
|
43
43
|
"@aprilium/tripsm_trip-transportation": "^0.0.24",
|
|
44
|
-
"@aprilium/tripsm_user": "^0.0.
|
|
44
|
+
"@aprilium/tripsm_user": "^0.0.48",
|
|
45
45
|
"@aprilium/tripsm_visa": "^0.0.30",
|
|
46
46
|
"@aprilium/tripsm_visa-category": "^0.0.9",
|
|
47
47
|
"@aprilium/tripsm_visa-request": "^0.0.20",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"@aprilium/tripsm_unassigned-support-notifications": "^0.0.3",
|
|
66
66
|
"@aprilium/tripsm_agency": "^0.0.10",
|
|
67
67
|
"@aprilium/tripsm_payment-notification": "^0.0.4",
|
|
68
|
-
|
|
69
68
|
"@types/react": "^17.0.0",
|
|
70
69
|
"axios": "^0.21.1",
|
|
71
70
|
"dotenv": "^16.4.5",
|