@aprilium/tripsm_global-states 0.0.759 → 0.0.761

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 +4 -3
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -54,6 +54,7 @@ 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";
57
58
  import VisaRequestSaga from "@aprilium/tripsm_visa-request/lib/packages/visa-request/src/effects";
58
59
  import IdentitySaga from "@aprilium/tripsm_identity/lib/packages/identity/src/effects";
59
60
  import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/effects";
@@ -99,7 +100,7 @@ export declare const reducers: {
99
100
  visaCategory: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-category/lib/packages/visa-category/src/state").VisaCategoryState>;
100
101
  visaStatus: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-status/lib/packages/visa-status/src/state").VisaStatusState>;
101
102
  visa: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa/lib/packages/visa/src/state").VisaState>;
102
- message: any;
103
+ message: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_message/lib/packages/message/src/state").MessageState>;
103
104
  visaRequest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_visa-request/lib/packages/visa-request/src/state").VisaRequestState>;
104
105
  identity: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity/lib/packages/identity/src/state").IdentityState>;
105
106
  passengerHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/state").PassengerHotelState>;
@@ -143,7 +144,7 @@ export declare const initialSagas: {
143
144
  visaCategory: typeof visaCategorySaga;
144
145
  visaStatus: typeof VisaStatusSaga;
145
146
  visa: typeof VisaSaga;
146
- message: any;
147
+ message: typeof MessageSaga;
147
148
  visaRequest: typeof VisaRequestSaga;
148
149
  identity: typeof IdentitySaga;
149
150
  passengerHotel: typeof PassengerHotelSaga;
@@ -221,7 +222,7 @@ export type States = {
221
222
  };
222
223
  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";
223
224
  export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
224
- export declare const sagas: any[];
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)[];
225
226
  export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
226
227
  waitForRehydrate?: boolean): void;
227
228
  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.759",
3
+ "version": "0.0.761",
4
4
  "description": "global states",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "@aprilium/tripsm_trip-group": "^0.0.33",
53
53
  "@aprilium/tripsm_guest-expo-token": "^0.0.3",
54
54
  "@aprilium/tripsm_passenger-conversation": "^0.0.2",
55
- "@aprilium/tripsm_message": "^0.0.8",
55
+ "@aprilium/tripsm_message": "^0.0.9",
56
56
  "@aprilium/tripsm_payment":"^0.0.13",
57
57
  "@aprilium/tripsm_hotel-options": "^0.0.3",
58
58
  "@types/react": "^17.0.0",