@aprilium/tripsm_global-states 0.1.48 → 0.1.50
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 +91 -131
- package/lib/index.js +9 -0
- package/package.json +3 -1
package/lib/index.d.ts
CHANGED
|
@@ -55,162 +55,122 @@ import { State as messageSupportState } from "@aprilium/tripsm_message-support/l
|
|
|
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
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
58
|
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";
|
|
61
59
|
import userSaga from "@aprilium/tripsm_user/lib/packages/user/src/effects";
|
|
62
60
|
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";
|
|
76
|
-
import TripFavorisSaga from "@aprilium/tripsm_trip-favoris/lib/packages/trip-favoris/src/effects";
|
|
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";
|
|
100
61
|
import PassengerConversationSaga from "@aprilium/tripsm_passenger-conversation/lib/packages/passenger-conversation/src/effects";
|
|
101
62
|
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";
|
|
104
63
|
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";
|
|
107
64
|
import AgencySaga from "@aprilium/tripsm_agency/lib/packages/agency/src/effects";
|
|
65
|
+
import PaymentNotificationSaga from "@aprilium/tripsm_payment-notification/lib/packages/payment-notification/src/effects";
|
|
108
66
|
export declare const sagaMiddleware: import("redux-saga").SagaMiddleware<object>;
|
|
109
67
|
export declare const reducers: {
|
|
110
68
|
passengersState: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger/lib/packages/passenger/src/state").PassengerState>;
|
|
111
69
|
constants: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_constants/lib/packages/constant/src/state").ConstantState>;
|
|
112
|
-
trip:
|
|
113
|
-
tripPicture:
|
|
114
|
-
group:
|
|
70
|
+
trip: any;
|
|
71
|
+
tripPicture: any;
|
|
72
|
+
group: any;
|
|
115
73
|
user: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_user/lib/packages/user/src/state").UserState>;
|
|
116
74
|
guest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_guest/lib/packages/guest/src/state").GuestState>;
|
|
117
|
-
visaType:
|
|
118
|
-
visaCategory:
|
|
119
|
-
visaStatus:
|
|
120
|
-
visa:
|
|
121
|
-
message:
|
|
122
|
-
messageOneToOne:
|
|
123
|
-
visaRequest:
|
|
124
|
-
identity:
|
|
125
|
-
passengerHotel:
|
|
126
|
-
hotel:
|
|
127
|
-
ticket:
|
|
128
|
-
tripHotel:
|
|
129
|
-
passengerGroup:
|
|
130
|
-
passengerPack:
|
|
131
|
-
tripFavoris:
|
|
132
|
-
packFavoris:
|
|
133
|
-
luggage:
|
|
134
|
-
luggageTracking:
|
|
135
|
-
identityType:
|
|
136
|
-
relation:
|
|
137
|
-
payment:
|
|
138
|
-
reservation:
|
|
139
|
-
room:
|
|
140
|
-
pack:
|
|
141
|
-
paymentHistory:
|
|
142
|
-
customer:
|
|
143
|
-
tripTransportation:
|
|
144
|
-
passengerPathology:
|
|
145
|
-
packOption:
|
|
146
|
-
hotelOptions:
|
|
147
|
-
packHotel:
|
|
148
|
-
packTransportation:
|
|
75
|
+
visaType: any;
|
|
76
|
+
visaCategory: any;
|
|
77
|
+
visaStatus: any;
|
|
78
|
+
visa: any;
|
|
79
|
+
message: any;
|
|
80
|
+
messageOneToOne: any;
|
|
81
|
+
visaRequest: any;
|
|
82
|
+
identity: any;
|
|
83
|
+
passengerHotel: any;
|
|
84
|
+
hotel: any;
|
|
85
|
+
ticket: any;
|
|
86
|
+
tripHotel: any;
|
|
87
|
+
passengerGroup: any;
|
|
88
|
+
passengerPack: any;
|
|
89
|
+
tripFavoris: any;
|
|
90
|
+
packFavoris: any;
|
|
91
|
+
luggage: any;
|
|
92
|
+
luggageTracking: any;
|
|
93
|
+
identityType: any;
|
|
94
|
+
relation: any;
|
|
95
|
+
payment: any;
|
|
96
|
+
reservation: any;
|
|
97
|
+
room: any;
|
|
98
|
+
pack: any;
|
|
99
|
+
paymentHistory: any;
|
|
100
|
+
customer: any;
|
|
101
|
+
tripTransportation: any;
|
|
102
|
+
passengerPathology: any;
|
|
103
|
+
packOption: any;
|
|
104
|
+
hotelOptions: any;
|
|
105
|
+
packHotel: any;
|
|
106
|
+
packTransportation: any;
|
|
149
107
|
passengerConversation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-conversation/lib/packages/passenger-conversation/src/state").PassengerConversationState>;
|
|
150
108
|
conversationOneToOne: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_private-conversation/lib/packages/private-conversation/src/state").ConversationOneToOneState>;
|
|
151
|
-
passengerLocation:
|
|
152
|
-
reservationRequest:
|
|
153
|
-
guestExpoToken:
|
|
154
|
-
reservationRequestUserSeen:
|
|
155
|
-
reservationRequestPassengerLink:
|
|
156
|
-
permission:
|
|
109
|
+
passengerLocation: any;
|
|
110
|
+
reservationRequest: any;
|
|
111
|
+
guestExpoToken: any;
|
|
112
|
+
reservationRequestUserSeen: any;
|
|
113
|
+
reservationRequestPassengerLink: any;
|
|
114
|
+
permission: any;
|
|
157
115
|
supportConversation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_support-conversation/lib/packages/support-conversation/src/state").SupportConversationState>;
|
|
158
|
-
messageSupport:
|
|
159
|
-
unassignedSupportNotifications:
|
|
116
|
+
messageSupport: any;
|
|
117
|
+
unassignedSupportNotifications: any;
|
|
160
118
|
agency: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_agency/lib/packages/agency/src/state").AgencyState>;
|
|
119
|
+
paymentNotification: any;
|
|
161
120
|
};
|
|
162
121
|
export declare const initialSagas: {
|
|
163
122
|
passenger: typeof passengerSaga;
|
|
164
123
|
constants: typeof constantsSaga;
|
|
165
|
-
trip:
|
|
166
|
-
tripPicture:
|
|
167
|
-
group:
|
|
124
|
+
trip: any;
|
|
125
|
+
tripPicture: any;
|
|
126
|
+
group: any;
|
|
168
127
|
user: typeof userSaga;
|
|
169
128
|
guest: typeof guestSaga;
|
|
170
|
-
visaType:
|
|
171
|
-
visaCategory:
|
|
172
|
-
visaStatus:
|
|
173
|
-
visa:
|
|
174
|
-
message:
|
|
175
|
-
messageOneToOne:
|
|
176
|
-
visaRequest:
|
|
177
|
-
identity:
|
|
178
|
-
passengerHotel:
|
|
179
|
-
hotel:
|
|
180
|
-
ticket:
|
|
181
|
-
tripHotel:
|
|
182
|
-
passengerGroup:
|
|
183
|
-
passengerPack:
|
|
184
|
-
tripFavoris:
|
|
185
|
-
packFavoris:
|
|
186
|
-
luggage:
|
|
187
|
-
luggageTracking:
|
|
188
|
-
identityType:
|
|
189
|
-
relation:
|
|
190
|
-
payment:
|
|
191
|
-
reservation:
|
|
192
|
-
room:
|
|
193
|
-
pack:
|
|
194
|
-
paymentHistory:
|
|
195
|
-
customer:
|
|
196
|
-
tripTransportation:
|
|
197
|
-
passengerPathology:
|
|
198
|
-
packOption:
|
|
199
|
-
hotelOptions:
|
|
200
|
-
packHotel:
|
|
201
|
-
packTransportation:
|
|
202
|
-
passengerLocation:
|
|
203
|
-
reservationRequest:
|
|
204
|
-
guestExpoToken:
|
|
129
|
+
visaType: any;
|
|
130
|
+
visaCategory: any;
|
|
131
|
+
visaStatus: any;
|
|
132
|
+
visa: any;
|
|
133
|
+
message: any;
|
|
134
|
+
messageOneToOne: any;
|
|
135
|
+
visaRequest: any;
|
|
136
|
+
identity: any;
|
|
137
|
+
passengerHotel: any;
|
|
138
|
+
hotel: any;
|
|
139
|
+
ticket: any;
|
|
140
|
+
tripHotel: any;
|
|
141
|
+
passengerGroup: any;
|
|
142
|
+
passengerPack: any;
|
|
143
|
+
tripFavoris: any;
|
|
144
|
+
packFavoris: any;
|
|
145
|
+
luggage: any;
|
|
146
|
+
luggageTracking: any;
|
|
147
|
+
identityType: any;
|
|
148
|
+
relation: any;
|
|
149
|
+
payment: any;
|
|
150
|
+
reservation: any;
|
|
151
|
+
room: any;
|
|
152
|
+
pack: any;
|
|
153
|
+
paymentHistory: any;
|
|
154
|
+
customer: any;
|
|
155
|
+
tripTransportation: any;
|
|
156
|
+
passengerPathology: any;
|
|
157
|
+
packOption: any;
|
|
158
|
+
hotelOptions: any;
|
|
159
|
+
packHotel: any;
|
|
160
|
+
packTransportation: any;
|
|
161
|
+
passengerLocation: any;
|
|
162
|
+
reservationRequest: any;
|
|
163
|
+
guestExpoToken: any;
|
|
205
164
|
passengerConversation: typeof PassengerConversationSaga;
|
|
206
165
|
conversationOneToOne: typeof ConversationOneToOneSaga;
|
|
207
|
-
reservationRequestUserSeen:
|
|
208
|
-
reservationRequestPassengerLink:
|
|
209
|
-
permission:
|
|
166
|
+
reservationRequestUserSeen: any;
|
|
167
|
+
reservationRequestPassengerLink: any;
|
|
168
|
+
permission: any;
|
|
210
169
|
supportConversation: typeof SupportConversationSaga;
|
|
211
|
-
messageSupport:
|
|
212
|
-
unassignedSupportNotifications:
|
|
170
|
+
messageSupport: any;
|
|
171
|
+
unassignedSupportNotifications: any;
|
|
213
172
|
agency: typeof AgencySaga;
|
|
173
|
+
paymentNotification: typeof PaymentNotificationSaga;
|
|
214
174
|
};
|
|
215
175
|
export type States = {
|
|
216
176
|
passengersState: passengersState;
|
|
@@ -265,9 +225,9 @@ export type States = {
|
|
|
265
225
|
unassignedSupportNotifications: unassignedSupportNotificationsState;
|
|
266
226
|
agency: agencyState;
|
|
267
227
|
};
|
|
268
|
-
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";
|
|
228
|
+
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";
|
|
269
229
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
|
270
|
-
export declare const sagas:
|
|
230
|
+
export declare const sagas: any[];
|
|
271
231
|
export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
|
|
272
232
|
waitForRehydrate?: boolean): void;
|
|
273
233
|
declare function configStore(extraMiddleWares: any[] | undefined, // Adding other middlewares
|
package/lib/index.js
CHANGED
|
@@ -108,6 +108,7 @@ var index_49 = require("@aprilium/tripsm_support-conversation/lib/packages/suppo
|
|
|
108
108
|
var index_50 = require("@aprilium/tripsm_message-support/lib/packages/message-support/src/index");
|
|
109
109
|
var index_51 = require("@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/index");
|
|
110
110
|
var index_52 = require("@aprilium/tripsm_agency/lib/packages/agency/src/index");
|
|
111
|
+
var index_53 = require("@aprilium//tripsm_payment-notification/lib/packages/payment-notification/src/index");
|
|
111
112
|
var state_1 = require("@aprilium/tripsm_private-message/lib/packages/private-message/src/state");
|
|
112
113
|
var state_2 = require("@aprilium/tripsm_private-conversation/lib/packages/private-conversation/src/state");
|
|
113
114
|
var state_3 = require("@aprilium/tripsm_message/lib/packages/message/src/state");
|
|
@@ -159,6 +160,7 @@ var state_48 = require("@aprilium/tripsm_support-conversation/lib/packages/suppo
|
|
|
159
160
|
var state_49 = require("@aprilium/tripsm_message-support/lib/packages/message-support/src/state");
|
|
160
161
|
var state_50 = require("@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/state");
|
|
161
162
|
var state_51 = require("@aprilium/tripsm_agency/lib/packages/agency/src/state");
|
|
163
|
+
var state_52 = require("@aprilium/tripsm_payment-notification/lib/packages/payment-notification/src/state");
|
|
162
164
|
//import sagas
|
|
163
165
|
var effects_2 = __importDefault(require("@aprilium/tripsm_passenger/lib/packages/passenger/src/effects"));
|
|
164
166
|
var effects_3 = __importDefault(require("@aprilium/tripsm_visa-type/lib/packages/visa-type/src/effects"));
|
|
@@ -211,6 +213,7 @@ var effects_49 = __importDefault(require("@aprilium/tripsm_support-conversation/
|
|
|
211
213
|
var effects_50 = __importDefault(require("@aprilium/tripsm_message-support/lib/packages/message-support/src/effects"));
|
|
212
214
|
var effects_51 = __importDefault(require("@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/effects"));
|
|
213
215
|
var effects_52 = __importDefault(require("@aprilium/tripsm_agency/lib/packages/agency/src/effects"));
|
|
216
|
+
var effects_53 = __importDefault(require("@aprilium/tripsm_payment-notification/lib/packages/payment-notification/src/effects"));
|
|
214
217
|
exports.sagaMiddleware = (0, redux_saga_1.default)();
|
|
215
218
|
exports.reducers = {
|
|
216
219
|
passengersState: state_28.passengerReducerFunction,
|
|
@@ -264,6 +267,7 @@ exports.reducers = {
|
|
|
264
267
|
messageSupport: state_49.MessageSupportReducerFunction,
|
|
265
268
|
unassignedSupportNotifications: state_50.UnassignedSupportNotificationsReducerFunction,
|
|
266
269
|
agency: state_51.AgencyReducerFunction,
|
|
270
|
+
paymentNotification: state_52.PaymentNotificationnReducerFunction,
|
|
267
271
|
};
|
|
268
272
|
exports.initialSagas = {
|
|
269
273
|
passenger: effects_2.default,
|
|
@@ -317,6 +321,7 @@ exports.initialSagas = {
|
|
|
317
321
|
messageSupport: effects_50.default,
|
|
318
322
|
unassignedSupportNotifications: effects_51.default,
|
|
319
323
|
agency: effects_52.default,
|
|
324
|
+
paymentNotification: effects_53.default,
|
|
320
325
|
};
|
|
321
326
|
function setUrlConfig(coreApi, debugMode) {
|
|
322
327
|
if (debugMode === void 0) { debugMode = false; }
|
|
@@ -528,6 +533,10 @@ function setUrlConfig(coreApi, debugMode) {
|
|
|
528
533
|
CORE_BASE_URL: coreApi,
|
|
529
534
|
DEBUG_MODE: debugMode,
|
|
530
535
|
});
|
|
536
|
+
index_53.urlsConfig.setURls({
|
|
537
|
+
CORE_BASE_URL: coreApi,
|
|
538
|
+
DEBUG_MODE: debugMode,
|
|
539
|
+
});
|
|
531
540
|
}
|
|
532
541
|
exports.setUrlConfig = setUrlConfig;
|
|
533
542
|
exports.sagas = Object.keys(exports.initialSagas).map(function (key) { return exports.initialSagas[key]; });
|
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.50",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -64,6 +64,8 @@
|
|
|
64
64
|
"@aprilium/tripsm_message-support": "^0.0.15",
|
|
65
65
|
"@aprilium/tripsm_unassigned-support-notifications": "^0.0.3",
|
|
66
66
|
"@aprilium/tripsm_agency": "^0.0.10",
|
|
67
|
+
"@aprilium/tripsm_payment-notification": "^0.0.2",
|
|
68
|
+
|
|
67
69
|
"@types/react": "^17.0.0",
|
|
68
70
|
"axios": "^0.21.1",
|
|
69
71
|
"dotenv": "^16.4.5",
|