@aprilium/tripsm_global-states 0.0.530 → 0.0.532
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 +50 -38
- package/lib/index.js +1 -9
- package/package.json +6 -6
package/lib/index.d.ts
CHANGED
|
@@ -39,11 +39,16 @@ 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
40
|
import { State as passengerLocationState } from "@aprilium/tripsm_passengers-location/lib/state";
|
|
41
41
|
import { State as reservationRequestState } from "@aprilium/tripsm_reservation-request/lib/state";
|
|
42
|
-
import { State as tripfavorisState } from "@aprilium/tripsm_reservation-request/lib/state";
|
|
43
42
|
import passengerSaga from "@aprilium/tripsm_passenger/lib/effects";
|
|
43
|
+
import visaTypeSaga from "@aprilium/tripsm_visa-type/lib/effects";
|
|
44
44
|
import constantsSaga from "@aprilium/tripsm_constants/lib/effects";
|
|
45
|
+
import groupSaga from "@aprilium/tripsm_trip-group/lib/effects";
|
|
45
46
|
import userSaga from "@aprilium/tripsm_user/lib/effects";
|
|
46
47
|
import guestSaga from "@aprilium/tripsm_guest/lib/effects";
|
|
48
|
+
import visaCategorySaga from "@aprilium/tripsm_visa-category/lib/effects";
|
|
49
|
+
import VisaStatusSaga from "@aprilium/tripsm_visa-status/lib/effects";
|
|
50
|
+
import VisaSaga from "@aprilium/tripsm_visa/lib/effects";
|
|
51
|
+
import VisaRequestSaga from "@aprilium/tripsm_visa-request/lib/effects";
|
|
47
52
|
import IdentitySaga from "@aprilium/tripsm_identity/lib/effects";
|
|
48
53
|
import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/effects";
|
|
49
54
|
import HotelSaga from "@aprilium/tripsm_hotel/lib/effects";
|
|
@@ -51,14 +56,24 @@ import TicketSaga from "@aprilium/tripsm_ticket/lib/effects";
|
|
|
51
56
|
import TripHotelSaga from "@aprilium/tripsm_trip-hotel/lib/effects";
|
|
52
57
|
import PassengerGroupSaga from "@aprilium/tripsm_passenger-group/lib/effects";
|
|
53
58
|
import PassengerPackSaga from "@aprilium/tripsm_passenger-pack/lib/effects";
|
|
59
|
+
import LuggageSaga from "@aprilium/tripsm_luggage/lib/effects";
|
|
60
|
+
import LuggageTrackingSaga from "@aprilium/tripsm_luggage-tracking/lib/effects";
|
|
61
|
+
import IdentityTypeSaga from "@aprilium/tripsm_identity-type/lib/effects";
|
|
54
62
|
import RelationSaga from "@aprilium/tripsm_relation/lib/effects";
|
|
55
63
|
import TripSaga from "@aprilium/tripsm_trip/lib/effects";
|
|
56
64
|
import TripPictureSaga from "@aprilium/tripsm_trip-picture/lib/effects";
|
|
65
|
+
import PaymentSaga from "@aprilium/tripsm_payment/lib/effects";
|
|
66
|
+
import ReservationSaga from "@aprilium/tripsm_reservation/lib/effects";
|
|
67
|
+
import PaymentHistorySaga from "@aprilium/tripsm_payment-history/lib/effects";
|
|
68
|
+
import CustomerSaga from "@aprilium/tripsm_customer/lib/effects";
|
|
57
69
|
import TripTransportationSaga from "@aprilium/tripsm_trip-transportation/lib/effects";
|
|
70
|
+
import RoomSaga from "@aprilium/tripsm_room/lib/effects";
|
|
71
|
+
import PackSaga from "@aprilium/tripsm_pack/lib/effects";
|
|
58
72
|
import PassengerPathologySaga from "@aprilium/tripsm_passenger-pathology/lib/effects";
|
|
59
73
|
import packOptionSaga from "@aprilium/tripsm_pack-options/lib/effects";
|
|
60
74
|
import PackHotelSaga from "@aprilium/tripsm_pack-hotel/lib/effects";
|
|
61
75
|
import PackTransportationSaga from "@aprilium/tripsm_pack-transportation/lib/effects";
|
|
76
|
+
import PassengerLocationSaga from "@aprilium/tripsm_passengers-location/lib/effects";
|
|
62
77
|
import ReservationRequestSaga from "@aprilium/tripsm_reservation-request/lib/effects";
|
|
63
78
|
export declare const sagaMiddleware: import("redux-saga").SagaMiddleware<object>;
|
|
64
79
|
export declare const reducers: {
|
|
@@ -66,14 +81,14 @@ export declare const reducers: {
|
|
|
66
81
|
constants: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_constants/lib/state").ConstantState>;
|
|
67
82
|
trip: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip/lib/state").TripState>;
|
|
68
83
|
tripPicture: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-picture/lib/state").TripPictureState>;
|
|
69
|
-
group:
|
|
84
|
+
group: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-group/lib/state").GroupState>;
|
|
70
85
|
user: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_user/lib/state").UserState>;
|
|
71
86
|
guest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_guest/lib/state").GuestState>;
|
|
72
|
-
visaType:
|
|
73
|
-
visaCategory:
|
|
74
|
-
visaStatus:
|
|
75
|
-
visa:
|
|
76
|
-
visaRequest:
|
|
87
|
+
visaType: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-type/lib/state").VisaTypeState>;
|
|
88
|
+
visaCategory: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-category/lib/state").VisaCategoryState>;
|
|
89
|
+
visaStatus: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-status/lib/state").VisaStatusState>;
|
|
90
|
+
visa: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa/lib/state").VisaState>;
|
|
91
|
+
visaRequest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-request/lib/state").VisaRequestState>;
|
|
77
92
|
identity: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity/lib/state").IdentityState>;
|
|
78
93
|
passengerHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-hotel/lib/state").PassengerHotelState>;
|
|
79
94
|
hotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_hotel/lib/state").HotelState>;
|
|
@@ -81,38 +96,37 @@ export declare const reducers: {
|
|
|
81
96
|
tripHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-hotel/lib/state").TripHotelState>;
|
|
82
97
|
passengerGroup: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-group/lib/state").PassengerGroupState>;
|
|
83
98
|
passengerPack: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-pack/lib/state").PassengerPackState>;
|
|
84
|
-
luggage:
|
|
85
|
-
luggageTracking:
|
|
86
|
-
identityType:
|
|
99
|
+
luggage: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_luggage/lib/state").LuggageState>;
|
|
100
|
+
luggageTracking: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_luggage-tracking/lib/state").LuggageTrackingState>;
|
|
101
|
+
identityType: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity-type/lib/state").IdentityTypeState>;
|
|
87
102
|
relation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_relation/lib/state").RelationState>;
|
|
88
|
-
payment:
|
|
89
|
-
reservation:
|
|
90
|
-
room:
|
|
91
|
-
pack:
|
|
92
|
-
paymentHistory:
|
|
93
|
-
customer:
|
|
103
|
+
payment: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_payment/lib/state").PaymentState>;
|
|
104
|
+
reservation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_reservation/lib/state").ReservationState>;
|
|
105
|
+
room: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_room/lib/state").RoomState>;
|
|
106
|
+
pack: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack/lib/state").PackState>;
|
|
107
|
+
paymentHistory: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_payment-history/lib/state").PaymentHistoryState>;
|
|
108
|
+
customer: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_customer/lib/state").CustomerState>;
|
|
94
109
|
tripTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-transportation/lib/state").TripTransportationState>;
|
|
95
110
|
passengerPathology: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-pathology/lib/state").PassengerPathologyState>;
|
|
96
111
|
packOption: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-options/lib/state").PackOptionState>;
|
|
97
112
|
packHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-hotel/lib/state").PackHotelState>;
|
|
98
113
|
packTransportation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_pack-transportation/lib/state").PackTransportationState>;
|
|
99
|
-
passengerLocation:
|
|
114
|
+
passengerLocation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passengers-location/lib/state").PassengerLocationState>;
|
|
100
115
|
reservationRequest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_reservation-request/lib/state").ReservationRequestState>;
|
|
101
|
-
tripfavoris: any;
|
|
102
116
|
};
|
|
103
117
|
export declare const initialSagas: {
|
|
104
118
|
passenger: typeof passengerSaga;
|
|
105
119
|
constants: typeof constantsSaga;
|
|
106
120
|
trip: typeof TripSaga;
|
|
107
121
|
tripPicture: typeof TripPictureSaga;
|
|
108
|
-
group:
|
|
122
|
+
group: typeof groupSaga;
|
|
109
123
|
user: typeof userSaga;
|
|
110
124
|
guest: typeof guestSaga;
|
|
111
|
-
visaType:
|
|
112
|
-
visaCategory:
|
|
113
|
-
visaStatus:
|
|
114
|
-
visa:
|
|
115
|
-
visaRequest:
|
|
125
|
+
visaType: typeof visaTypeSaga;
|
|
126
|
+
visaCategory: typeof visaCategorySaga;
|
|
127
|
+
visaStatus: typeof VisaStatusSaga;
|
|
128
|
+
visa: typeof VisaSaga;
|
|
129
|
+
visaRequest: typeof VisaRequestSaga;
|
|
116
130
|
identity: typeof IdentitySaga;
|
|
117
131
|
passengerHotel: typeof PassengerHotelSaga;
|
|
118
132
|
hotel: typeof HotelSaga;
|
|
@@ -120,24 +134,23 @@ export declare const initialSagas: {
|
|
|
120
134
|
tripHotel: typeof TripHotelSaga;
|
|
121
135
|
passengerGroup: typeof PassengerGroupSaga;
|
|
122
136
|
passengerPack: typeof PassengerPackSaga;
|
|
123
|
-
luggage:
|
|
124
|
-
luggageTracking:
|
|
125
|
-
identityType:
|
|
137
|
+
luggage: typeof LuggageSaga;
|
|
138
|
+
luggageTracking: typeof LuggageTrackingSaga;
|
|
139
|
+
identityType: typeof IdentityTypeSaga;
|
|
126
140
|
relation: typeof RelationSaga;
|
|
127
|
-
payment:
|
|
128
|
-
reservation:
|
|
129
|
-
room:
|
|
130
|
-
pack:
|
|
131
|
-
paymentHistory:
|
|
132
|
-
customer:
|
|
141
|
+
payment: typeof PaymentSaga;
|
|
142
|
+
reservation: typeof ReservationSaga;
|
|
143
|
+
room: typeof RoomSaga;
|
|
144
|
+
pack: typeof PackSaga;
|
|
145
|
+
paymentHistory: typeof PaymentHistorySaga;
|
|
146
|
+
customer: typeof CustomerSaga;
|
|
133
147
|
tripTransportation: typeof TripTransportationSaga;
|
|
134
148
|
passengerPathology: typeof PassengerPathologySaga;
|
|
135
149
|
packOption: typeof packOptionSaga;
|
|
136
150
|
packHotel: typeof PackHotelSaga;
|
|
137
151
|
packTransportation: typeof PackTransportationSaga;
|
|
138
|
-
passengerLocation:
|
|
152
|
+
passengerLocation: typeof PassengerLocationSaga;
|
|
139
153
|
reservationRequest: typeof ReservationRequestSaga;
|
|
140
|
-
tripFavoris: any;
|
|
141
154
|
};
|
|
142
155
|
export type States = {
|
|
143
156
|
passengersState: passengersState;
|
|
@@ -176,11 +189,10 @@ export type States = {
|
|
|
176
189
|
packTransportation: packTransportationState;
|
|
177
190
|
passengerLocation: passengerLocationState;
|
|
178
191
|
reservationRequest: reservationRequestState;
|
|
179
|
-
tripfavoris: tripfavorisState;
|
|
180
192
|
};
|
|
181
|
-
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" | "pack-hotel" | "pack-transportation" | "passenger-location"
|
|
193
|
+
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" | "pack-hotel" | "pack-transportation" | "passenger-location";
|
|
182
194
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
|
183
|
-
export declare const sagas:
|
|
195
|
+
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 VisaRequestSaga | typeof IdentitySaga | typeof PassengerHotelSaga | typeof HotelSaga | typeof TicketSaga | typeof TripHotelSaga | typeof PassengerGroupSaga | typeof PassengerPackSaga | 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 PackHotelSaga | typeof PackTransportationSaga | typeof PassengerLocationSaga | typeof ReservationRequestSaga)[];
|
|
184
196
|
export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
|
|
185
197
|
waitForRehydrate?: boolean): void;
|
|
186
198
|
declare function configStore(extraMiddleWares: any[] | undefined, // Adding other middlewares
|
package/lib/index.js
CHANGED
|
@@ -93,7 +93,6 @@ var lib_34 = require("@aprilium/tripsm_pack-hotel/lib");
|
|
|
93
93
|
var lib_35 = require("@aprilium/tripsm_pack-transportation/lib");
|
|
94
94
|
var lib_36 = require("@aprilium/tripsm_passengers-location/lib");
|
|
95
95
|
var lib_37 = require("@aprilium/tripsm_reservation-request/lib");
|
|
96
|
-
var lib_38 = require("@aprilium/tripsm_trip-favoris/lib");
|
|
97
96
|
var state_1 = require("@aprilium/tripsm_visa/lib/state");
|
|
98
97
|
var state_2 = require("@aprilium/tripsm_visa-request/lib/state");
|
|
99
98
|
var state_3 = require("@aprilium/tripsm_visa-category/lib/state");
|
|
@@ -130,7 +129,6 @@ var state_33 = require("@aprilium/tripsm_pack-hotel/lib/state");
|
|
|
130
129
|
var state_34 = require("@aprilium/tripsm_pack-transportation/lib/state");
|
|
131
130
|
var state_35 = require("@aprilium/tripsm_passengers-location/lib/state");
|
|
132
131
|
var state_36 = require("@aprilium/tripsm_reservation-request/lib/state");
|
|
133
|
-
var state_37 = require("@aprilium/tripsm_reservation-request/lib/state");
|
|
134
132
|
//import sagas
|
|
135
133
|
var effects_2 = __importDefault(require("@aprilium/tripsm_passenger/lib/effects"));
|
|
136
134
|
var effects_3 = __importDefault(require("@aprilium/tripsm_visa-type/lib/effects"));
|
|
@@ -168,7 +166,6 @@ var effects_34 = __importDefault(require("@aprilium/tripsm_pack-hotel/lib/effect
|
|
|
168
166
|
var effects_35 = __importDefault(require("@aprilium/tripsm_pack-transportation/lib/effects"));
|
|
169
167
|
var effects_36 = __importDefault(require("@aprilium/tripsm_passengers-location/lib/effects"));
|
|
170
168
|
var effects_37 = __importDefault(require("@aprilium/tripsm_reservation-request/lib/effects"));
|
|
171
|
-
var effects_38 = __importDefault(require("@aprilium/tripsm_trip-favoris/lib/effects"));
|
|
172
169
|
exports.sagaMiddleware = (0, redux_saga_1.default)();
|
|
173
170
|
exports.reducers = {
|
|
174
171
|
passengersState: state_23.passengerReducerFunction,
|
|
@@ -207,7 +204,6 @@ exports.reducers = {
|
|
|
207
204
|
packTransportation: state_34.PackTransportationReducerFunction,
|
|
208
205
|
passengerLocation: state_35.PassengerLocationReducerFunction,
|
|
209
206
|
reservationRequest: state_36.ReservationRequestReducerFunction,
|
|
210
|
-
tripfavoris: state_37.TripFavorisReducerFunction,
|
|
211
207
|
};
|
|
212
208
|
exports.initialSagas = {
|
|
213
209
|
passenger: effects_2.default,
|
|
@@ -246,8 +242,8 @@ exports.initialSagas = {
|
|
|
246
242
|
packTransportation: effects_35.default,
|
|
247
243
|
passengerLocation: effects_36.default,
|
|
248
244
|
reservationRequest: effects_37.default,
|
|
249
|
-
tripFavoris: effects_38.default,
|
|
250
245
|
};
|
|
246
|
+
"reservation-request";
|
|
251
247
|
function setUrlConfig(coreApi, debugMode) {
|
|
252
248
|
if (debugMode === void 0) { debugMode = false; }
|
|
253
249
|
lib_1.urlsConfig.setURls({
|
|
@@ -398,10 +394,6 @@ function setUrlConfig(coreApi, debugMode) {
|
|
|
398
394
|
CORE_BASE_URL: coreApi,
|
|
399
395
|
DEBUG_MODE: debugMode,
|
|
400
396
|
});
|
|
401
|
-
lib_38.urlsConfig.setURls({
|
|
402
|
-
CORE_BASE_URL: coreApi,
|
|
403
|
-
DEBUG_MODE: debugMode,
|
|
404
|
-
});
|
|
405
397
|
}
|
|
406
398
|
exports.setUrlConfig = setUrlConfig;
|
|
407
399
|
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.0.
|
|
3
|
+
"version": "0.0.532",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"@aprilium/tripsm_guest": "^0.0.11",
|
|
19
19
|
"@aprilium/tripsm_hotel": "^0.0.11",
|
|
20
20
|
"@aprilium/tripsm_identity": "^0.0.27",
|
|
21
|
-
|
|
22
|
-
"@aprilium/tripsm_trip-group": "^0.0.24",
|
|
21
|
+
|
|
23
22
|
"@aprilium/tripsm_identity-type": "^0.0.10",
|
|
24
23
|
"@aprilium/tripsm_luggage": "^0.0.14",
|
|
25
24
|
"@aprilium/tripsm_luggage-tracking": "^0.0.10",
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
"@aprilium/tripsm_pack-hotel": "^0.0.8",
|
|
28
27
|
"@aprilium/tripsm_pack-options": "^0.0.7",
|
|
29
28
|
"@aprilium/tripsm_pack-transportation": "^0.0.3",
|
|
30
|
-
"@aprilium/tripsm_passenger": "^0.0.
|
|
29
|
+
"@aprilium/tripsm_passenger": "^0.0.106",
|
|
31
30
|
"@aprilium/tripsm_passenger-group": "^0.0.16",
|
|
32
31
|
"@aprilium/tripsm_passenger-hotel": "^0.0.16",
|
|
33
32
|
"@aprilium/tripsm_passenger-pack": "^0.0.13",
|
|
@@ -39,6 +38,8 @@
|
|
|
39
38
|
"@aprilium/tripsm_reservation": "^0.0.12",
|
|
40
39
|
"@aprilium/tripsm_room": "^0.0.8",
|
|
41
40
|
"@aprilium/tripsm_ticket": "^0.0.26",
|
|
41
|
+
"@aprilium/tripsm_trip": "^0.0.46",
|
|
42
|
+
"@aprilium/tripsm_trip-group": "^0.0.24",
|
|
42
43
|
"@aprilium/tripsm_trip-hotel": "^0.0.18",
|
|
43
44
|
"@aprilium/tripsm_trip-picture": "^0.0.9",
|
|
44
45
|
"@aprilium/tripsm_trip-transportation": "^0.0.13",
|
|
@@ -49,7 +50,6 @@
|
|
|
49
50
|
"@aprilium/tripsm_visa-status": "^0.0.9",
|
|
50
51
|
"@aprilium/tripsm_visa-type": "^0.0.7",
|
|
51
52
|
"@aprilium/tripsm_reservation-request": "^0.0.2",
|
|
52
|
-
"@aprilium/tripsm_trip-favoris": "^0.0.1",
|
|
53
53
|
"@types/react": "^17.0.0",
|
|
54
54
|
"axios": "^0.21.1",
|
|
55
55
|
"dotenv": "^16.4.5",
|
|
@@ -65,4 +65,4 @@
|
|
|
65
65
|
},
|
|
66
66
|
"author": "Jomma",
|
|
67
67
|
"license": "ISC"
|
|
68
|
-
}
|
|
68
|
+
}
|