@aprilium/tripsm_global-states 0.0.230 → 0.0.231

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 +1 -1
  2. package/package.json +3 -3
package/lib/index.d.ts CHANGED
@@ -110,7 +110,7 @@ export type States = {
110
110
  identityType: identityTypeState;
111
111
  relation: relationState;
112
112
  };
113
- export type StateName = "passengersState" | "constants" | "group" | "user" | "visaType" | "visaCategory" | "VisaStatus" | "visa" | "visaRequest" | "identity" | "PassengerHotel" | "hotel" | "ticket" | "passenger-group" | "luggage" | "luggage-tracking" | "identity-type" | "relation" | "trip" | "passengers";
113
+ export type StateName = "passengersState" | "constants" | "group" | "user" | "visaType" | "visaCategory" | "VisaStatus" | "visa" | "visaRequest" | "identity" | "passengerHotel" | "tripHotel" | "hotel" | "ticket" | "passenger-group" | "luggage" | "luggage-tracking" | "identity-type" | "relation" | "trip" | "passengers";
114
114
  export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
115
115
  export declare const sagas: (typeof passengerSaga | typeof constantsSaga | typeof groupSaga | typeof userSaga | typeof visaTypeSaga | typeof visaCategorySaga | typeof VisaStatusSaga | typeof VisaSaga | typeof VisaRequestSaga | typeof IdentitySaga | typeof PassengerHotelSaga | typeof HotelSaga | typeof TicketSaga | typeof TripHotelSaga | typeof PassengerGroupSaga | typeof LuggageSaga | typeof LuggageTrackingSaga | typeof IdentityTypeSaga | typeof RelationSaga | typeof TripSaga)[];
116
116
  export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprilium/tripsm_global-states",
3
- "version": "0.0.230",
3
+ "version": "0.0.231",
4
4
  "description": "global states",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "@aprilium/tripsm_trip-group": "^0.0.24",
20
20
  "@aprilium/tripsm_hotel": "^0.0.8",
21
21
  "@aprilium/tripsm_user": "^0.0.20",
22
- "@aprilium/tripsm_passenger-hotel": "^0.0.4",
22
+ "@aprilium/tripsm_passenger-hotel": "^0.0.5",
23
23
  "@aprilium/tripsm_identity-type": "^0.0.10",
24
- "@aprilium/tripsm_trip-hotel": "^0.0.6",
24
+ "@aprilium/tripsm_trip-hotel": "^0.0.7",
25
25
  "@aprilium/tripsm_identity": "^0.0.5",
26
26
  "@aprilium/tripsm_luggage": "^0.0.9",
27
27
  "@aprilium/tripsm_luggage-tracking": "^0.0.8",