@aprilium/tripsm_global-states 0.1.54 → 0.1.56
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.
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ export declare const reducers: {
|
|
|
119
119
|
messageSupport: any;
|
|
120
120
|
unassignedSupportNotifications: any;
|
|
121
121
|
agency: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_agency/lib/packages/agency/src/state").AgencyState>;
|
|
122
|
-
paymentNotification:
|
|
122
|
+
paymentNotification: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_payment-notification/lib/packages/payment-notification/src/state").PaymentNotificationState>;
|
|
123
123
|
};
|
|
124
124
|
export declare const initialSagas: {
|
|
125
125
|
passenger: typeof passengerSaga;
|
package/lib/index.js
CHANGED
|
@@ -267,7 +267,7 @@ exports.reducers = {
|
|
|
267
267
|
messageSupport: state_49.MessageSupportReducerFunction,
|
|
268
268
|
unassignedSupportNotifications: state_50.UnassignedSupportNotificationsReducerFunction,
|
|
269
269
|
agency: state_51.AgencyReducerFunction,
|
|
270
|
-
paymentNotification: state_52.
|
|
270
|
+
paymentNotification: state_52.PaymentNotificationReducerFunction,
|
|
271
271
|
};
|
|
272
272
|
exports.initialSagas = {
|
|
273
273
|
passenger: effects_2.default,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aprilium/tripsm_global-states",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.56",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@aprilium/tripsm_trip-hotel": "^0.0.33",
|
|
42
42
|
"@aprilium/tripsm_trip-picture": "^0.0.15",
|
|
43
43
|
"@aprilium/tripsm_trip-transportation": "^0.0.24",
|
|
44
|
-
"@aprilium/tripsm_user": "^0.0.
|
|
44
|
+
"@aprilium/tripsm_user": "^0.0.46",
|
|
45
45
|
"@aprilium/tripsm_visa": "^0.0.30",
|
|
46
46
|
"@aprilium/tripsm_visa-category": "^0.0.9",
|
|
47
47
|
"@aprilium/tripsm_visa-request": "^0.0.20",
|