@aprilium/tripsm_global-states 0.0.154 → 0.0.155

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +4 -6
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -29,10 +29,8 @@ import TripSaga from "@aprilium/tripsm_trip/lib/effects";
29
29
  import groupSaga from "@aprilium/tripsm_trip-group/lib/effects";
30
30
  import userSaga from "@aprilium/tripsm_user/lib/effects";
31
31
  import IdentitySaga from "@aprilium/tripsm_identity/lib/effects";
32
- import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/effects";
33
32
  import TicketSaga from "@aprilium/tripsm_ticket/lib/effects";
34
33
  import LuggageSaga from "@aprilium/tripsm_luggage/lib/effects";
35
- import IdentityTypeSaga from "@aprilium/tripsm_identity-type/lib/effects";
36
34
  import RelationSaga from "@aprilium/tripsm_relation/lib/effects";
37
35
  export declare const sagaMiddleware: import("redux-saga").SagaMiddleware<object>;
38
36
  export declare const reducers: {
@@ -47,14 +45,14 @@ export declare const reducers: {
47
45
  visa: any;
48
46
  visaRequest: any;
49
47
  identity: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity/lib/state").IdentityState>;
50
- passengerHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-hotel/lib/state").PassengerHotelState>;
48
+ passengerHotel: any;
51
49
  hotel: any;
52
50
  ticket: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_ticket/lib/state").TicketState>;
53
51
  tripHotel: any;
54
52
  passengerGroup: any;
55
53
  luggage: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_luggage/lib/state").LuggageState>;
56
54
  luggageTracking: any;
57
- identityType: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_identity-type/lib/state").IdentityTypeState>;
55
+ identityType: any;
58
56
  relation: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_relation/lib/state").RelationState>;
59
57
  };
60
58
  export declare const initialSagas: {
@@ -69,14 +67,14 @@ export declare const initialSagas: {
69
67
  visa: any;
70
68
  visaRequest: any;
71
69
  identity: typeof IdentitySaga;
72
- passengerHotel: typeof PassengerHotelSaga;
70
+ passengerHotel: any;
73
71
  hotel: any;
74
72
  ticket: typeof TicketSaga;
75
73
  tripHotel: any;
76
74
  passengerGroup: any;
77
75
  luggage: typeof LuggageSaga;
78
76
  luggageTracking: any;
79
- identityType: typeof IdentityTypeSaga;
77
+ identityType: any;
80
78
  relation: typeof RelationSaga;
81
79
  };
82
80
  export type States = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprilium/tripsm_global-states",
3
- "version": "0.0.154",
3
+ "version": "0.0.155",
4
4
  "description": "global states",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "@aprilium/tripsm_trip": "^0.0.18",
19
19
  "@aprilium/tripsm_trip-group": "^0.0.12",
20
20
  "@aprilium/tripsm_hotel": "^0.0.6",
21
- "@aprilium/tripsm_user":"^0.0.14",
21
+ "@aprilium/tripsm_user":"^0.0.15",
22
22
  "@aprilium/tripsm_passenger-hotel":"^0.0.4",
23
23
  "@aprilium/tripsm_identity-type":"^0.0.5",
24
24
  "@aprilium/tripsm_trip-hotel": "^0.0.6",