@aprilium/tripsm_global-states 0.0.481 → 0.0.482

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 +3 -2
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -44,6 +44,7 @@ import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/effects";
44
44
  import HotelSaga from "@aprilium/tripsm_hotel/lib/effects";
45
45
  import TicketSaga from "@aprilium/tripsm_ticket/lib/effects";
46
46
  import TripHotelSaga from "@aprilium/tripsm_trip-hotel/lib/effects";
47
+ import PassengerGroupSaga from "@aprilium/tripsm_passenger-group/lib/effects";
47
48
  import PassengerPackSaga from "@aprilium/tripsm_passenger-pack/lib/effects";
48
49
  import RelationSaga from "@aprilium/tripsm_relation/lib/effects";
49
50
  import TripSaga from "@aprilium/tripsm_trip/lib/effects";
@@ -69,7 +70,7 @@ export declare const reducers: {
69
70
  hotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_hotel/lib/state").HotelState>;
70
71
  ticket: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_ticket/lib/state").TicketState>;
71
72
  tripHotel: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_trip-hotel/lib/state").TripHotelState>;
72
- passengerGroup: any;
73
+ passengerGroup: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-group/lib/state").PassengerGroupState>;
73
74
  passengerPack: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-pack/lib/state").PassengerPackState>;
74
75
  luggage: any;
75
76
  luggageTracking: any;
@@ -105,7 +106,7 @@ export declare const initialSagas: {
105
106
  hotel: typeof HotelSaga;
106
107
  ticket: typeof TicketSaga;
107
108
  tripHotel: typeof TripHotelSaga;
108
- passengerGroup: any;
109
+ passengerGroup: typeof PassengerGroupSaga;
109
110
  passengerPack: typeof PassengerPackSaga;
110
111
  luggage: any;
111
112
  luggageTracking: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprilium/tripsm_global-states",
3
- "version": "0.0.481",
3
+ "version": "0.0.482",
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_luggage": "^0.0.14",
25
25
  "@aprilium/tripsm_luggage-tracking": "^0.0.10",
26
26
  "@aprilium/tripsm_passenger": "^0.0.100",
27
- "@aprilium/tripsm_passenger-group": "^0.0.15",
27
+ "@aprilium/tripsm_passenger-group": "^0.0.16",
28
28
  "@aprilium/tripsm_passenger-hotel": "^0.0.16",
29
29
  "@aprilium/tripsm_passenger-pack": "^0.0.13",
30
30
  "@aprilium/tripsm_payment": "^0.0.7",