@aprilium/tripsm_global-states 0.0.757 → 0.0.759

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/index.d.ts +3 -4
  2. package/package.json +3 -3
package/lib/index.d.ts CHANGED
@@ -54,7 +54,6 @@ import guestSaga from "@aprilium/tripsm_guest/lib/packages/guest/src/effects";
54
54
  import visaCategorySaga from "@aprilium/tripsm_visa-category/lib/packages/visa-category/src/effects";
55
55
  import VisaStatusSaga from "@aprilium/tripsm_visa-status/lib/packages/visa-status/src/effects";
56
56
  import VisaSaga from "@aprilium/tripsm_visa/lib/packages/visa/src/effects";
57
- import MessageSaga from "@aprilium/tripsm_message/lib/packages/message/src/effects";
58
57
  import VisaRequestSaga from "@aprilium/tripsm_visa-request/lib/packages/visa-request/src/effects";
59
58
  import IdentitySaga from "@aprilium/tripsm_identity/lib/packages/identity/src/effects";
60
59
  import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/effects";
@@ -100,7 +99,7 @@ export declare const reducers: {
100
99
  visaCategory: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-category/lib/packages/visa-category/src/state").VisaCategoryState>;
101
100
  visaStatus: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-status/lib/packages/visa-status/src/state").VisaStatusState>;
102
101
  visa: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa/lib/packages/visa/src/state").VisaState>;
103
- message: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_message/lib/packages/message/src/state").MessageState>;
102
+ message: any;
104
103
  visaRequest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-request/lib/packages/visa-request/src/state").VisaRequestState>;
105
104
  identity: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity/lib/packages/identity/src/state").IdentityState>;
106
105
  passengerHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/state").PassengerHotelState>;
@@ -144,7 +143,7 @@ export declare const initialSagas: {
144
143
  visaCategory: typeof visaCategorySaga;
145
144
  visaStatus: typeof VisaStatusSaga;
146
145
  visa: typeof VisaSaga;
147
- message: typeof MessageSaga;
146
+ message: any;
148
147
  visaRequest: typeof VisaRequestSaga;
149
148
  identity: typeof IdentitySaga;
150
149
  passengerHotel: typeof PassengerHotelSaga;
@@ -222,7 +221,7 @@ export type States = {
222
221
  };
223
222
  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";
224
223
  export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
225
- 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 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)[];
224
+ export declare const sagas: any[];
226
225
  export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
227
226
  waitForRehydrate?: boolean): void;
228
227
  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.757",
3
+ "version": "0.0.759",
4
4
  "description": "global states",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "@aprilium/tripsm_pack": "^0.0.30",
25
25
  "@aprilium/tripsm_favoris-pack": "^0.0.4",
26
26
  "@aprilium/tripsm_passenger": "^0.0.122",
27
- "@aprilium/tripsm_passenger-group": "^0.0.23",
27
+ "@aprilium/tripsm_passenger-group": "^0.0.24",
28
28
  "@aprilium/tripsm_passenger-hotel": "^0.0.22",
29
29
  "@aprilium/tripsm_passenger-pathology": "^0.0.11",
30
30
  "@aprilium/tripsm_passengers-location": "^0.0.6",
@@ -54,7 +54,7 @@
54
54
  "@aprilium/tripsm_passenger-conversation": "^0.0.2",
55
55
  "@aprilium/tripsm_message": "^0.0.8",
56
56
  "@aprilium/tripsm_payment":"^0.0.13",
57
- "@aprilium/tripsm_hotel-options": "^0.0.2",
57
+ "@aprilium/tripsm_hotel-options": "^0.0.3",
58
58
  "@types/react": "^17.0.0",
59
59
  "axios": "^0.21.1",
60
60
  "dotenv": "^16.4.5",