@aprilium/tripsm_global-states 0.1.13 → 0.1.15
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 +99 -140
- package/lib/index.js +9 -0
- package/package.json +3 -1
package/lib/index.d.ts
CHANGED
|
@@ -53,160 +53,118 @@ import { State as permissionState } from "@aprilium/tripsm_permission/lib/packag
|
|
|
53
53
|
import { State as supportConversationState } from "@aprilium/tripsm_support-conversation/lib/packages/support-conversation/src/state";
|
|
54
54
|
import { State as messageSupportState } from "@aprilium/tripsm_message-support/lib/packages/message-support/src/state";
|
|
55
55
|
import { State as unassignedSupportNotificationsState } from "@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/state";
|
|
56
|
+
import { State as agencyState } from "@aprilium/tripsm_agency/lib/packages/agency/src/state";
|
|
56
57
|
import passengerSaga from "@aprilium/tripsm_passenger/lib/packages/passenger/src/effects";
|
|
57
|
-
import visaTypeSaga from "@aprilium/tripsm_visa-type/lib/packages/visa-type/src/effects";
|
|
58
58
|
import constantsSaga from "@aprilium/tripsm_constants/lib/packages/constant/src/effects";
|
|
59
|
-
import groupSaga from "@aprilium/tripsm_trip-group/lib/packages/trip-group/src/effects";
|
|
60
59
|
import userSaga from "@aprilium/tripsm_user/lib/packages/user/src/effects";
|
|
61
60
|
import guestSaga from "@aprilium/tripsm_guest/lib/packages/guest/src/effects";
|
|
62
|
-
import
|
|
63
|
-
import VisaStatusSaga from "@aprilium/tripsm_visa-status/lib/packages/visa-status/src/effects";
|
|
64
|
-
import VisaSaga from "@aprilium/tripsm_visa/lib/packages/visa/src/effects";
|
|
65
|
-
import MessageSaga from "@aprilium/tripsm_message/lib/packages/message/src/effects";
|
|
66
|
-
import MessageOneToOneSaga from "@aprilium/tripsm_private-message/lib/packages/private-message/src/effects";
|
|
67
|
-
import VisaRequestSaga from "@aprilium/tripsm_visa-request/lib/packages/visa-request/src/effects";
|
|
68
|
-
import IdentitySaga from "@aprilium/tripsm_identity/lib/packages/identity/src/effects";
|
|
69
|
-
import PassengerHotelSaga from "@aprilium/tripsm_passenger-hotel/lib/packages/passenger-hotel/src/effects";
|
|
70
|
-
import HotelSaga from "@aprilium/tripsm_hotel/lib/packages/hotel/src/effects";
|
|
71
|
-
import TicketSaga from "@aprilium/tripsm_ticket/lib/packages/ticket/src/effects";
|
|
72
|
-
import TripHotelSaga from "@aprilium/tripsm_trip-hotel/lib/packages/trip-hotel/src/effects";
|
|
73
|
-
import PassengerGroupSaga from "@aprilium/tripsm_passenger-group/lib/packages/passenger-group/src/effects";
|
|
74
|
-
import PassengerPackSaga from "@aprilium/tripsm_passenger-pack/lib/packages/passenger-pack/src/effects";
|
|
75
|
-
import TripFavorisSaga from "@aprilium/tripsm_trip-favoris/lib/packages/trip-favoris/src/effects";
|
|
76
|
-
import PackFavorisSaga from "@aprilium//tripsm_favoris-pack/lib/packages/favoris-pack/src/effects";
|
|
77
|
-
import LuggageSaga from "@aprilium/tripsm_luggage/lib/packages/luggage/src/effects";
|
|
78
|
-
import LuggageTrackingSaga from "@aprilium/tripsm_luggage-tracking/lib/packages/luggage-tracking/src/effects";
|
|
79
|
-
import IdentityTypeSaga from "@aprilium/tripsm_identity-type/lib/packages/identity-type/src/effects";
|
|
80
|
-
import RelationSaga from "@aprilium/tripsm_relation/lib/packages/relation/src/effects";
|
|
81
|
-
import TripSaga from "@aprilium/tripsm_trip/lib/packages/trip/src/effects";
|
|
82
|
-
import TripPictureSaga from "@aprilium/tripsm_trip-picture/lib/packages/trippicture/src/effects";
|
|
83
|
-
import PaymentSaga from "@aprilium/tripsm_payment/lib/packages/payment/src/effects";
|
|
84
|
-
import ReservationSaga from "@aprilium/tripsm_reservation/lib/packages/reservation/src/effects";
|
|
85
|
-
import PaymentHistorySaga from "@aprilium/tripsm_payment-history/lib/packages/payment-history/src/effects";
|
|
86
|
-
import CustomerSaga from "@aprilium/tripsm_customer/lib/packages/customer/src/effects";
|
|
87
|
-
import TripTransportationSaga from "@aprilium/tripsm_trip-transportation/lib/packages/trip-transportation/src/effects";
|
|
88
|
-
import RoomSaga from "@aprilium/tripsm_room/lib/packages/room/src/effects";
|
|
89
|
-
import PackSaga from "@aprilium/tripsm_pack/lib/packages/pack/src/effects";
|
|
90
|
-
import PassengerPathologySaga from "@aprilium/tripsm_passenger-pathology/lib/packages/passenger-pathology/src/effects";
|
|
91
|
-
import packOptionSaga from "@aprilium/tripsm_pack-options/lib/packages/pack-options/src/effects";
|
|
92
|
-
import hotelOptionsSaga from "@aprilium/tripsm_hotel-options/lib/packages/hotel-options/src/effects";
|
|
93
|
-
import PackHotelSaga from "@aprilium/tripsm_pack-hotel/lib/packages/pack-hotel/src/effects";
|
|
94
|
-
import PackTransportationSaga from "@aprilium/tripsm_pack-transportation/lib/packages/pack-transportation/src/effects";
|
|
95
|
-
import PassengerLocationSaga from "@aprilium/tripsm_passengers-location/lib/packages/passengers-location/src/effects";
|
|
96
|
-
import ReservationRequestSaga from "@aprilium/tripsm_reservation-request/lib/packages/reservation-request/src/effects";
|
|
97
|
-
import PermissionSaga from "@aprilium/tripsm_permission/lib/packages/permission/src/effects";
|
|
98
|
-
import GuestExpoTokenSaga from "@aprilium/tripsm_guest-expo-token/lib/packages/guest-expo-token/src/effects";
|
|
99
|
-
import PassengerConversationSaga from "@aprilium/tripsm_passenger-conversation/lib/packages/passenger-conversation/src/effects";
|
|
100
|
-
import ConversationOneToOneSaga from "@aprilium/tripsm_private-conversation/lib/packages/private-conversation/src/effects";
|
|
101
|
-
import ReservationRequestUserSeenSaga from "@aprilium/tripsm_reservation-request-seen/lib/packages/reservation-request-seen/src/effects";
|
|
102
|
-
import ReservationRequestPassengerLinkSaga from "@aprilium/tripsm_reservation-request-link/lib/packages/reservation-request-link/src/effects";
|
|
103
|
-
import SupportConversationSaga from "@aprilium/tripsm_support-conversation/lib/packages/support-conversation/src/effects";
|
|
104
|
-
import MessageSupportSaga from "@aprilium/tripsm_message-support/lib/packages/message-support/src/effects";
|
|
105
|
-
import UnassignedSupportNotificationsSaga from "@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/effects";
|
|
61
|
+
import AgencySaga from "@aprilium/tripsm_agency/lib/packages/agency/src/effects";
|
|
106
62
|
export declare const sagaMiddleware: import("redux-saga").SagaMiddleware<object>;
|
|
107
63
|
export declare const reducers: {
|
|
108
64
|
passengersState: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger/lib/packages/passenger/src/state").PassengerState>;
|
|
109
65
|
constants: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_constants/lib/packages/constant/src/state").ConstantState>;
|
|
110
|
-
trip:
|
|
111
|
-
tripPicture:
|
|
112
|
-
group:
|
|
66
|
+
trip: any;
|
|
67
|
+
tripPicture: any;
|
|
68
|
+
group: any;
|
|
113
69
|
user: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_user/lib/packages/user/src/state").UserState>;
|
|
114
70
|
guest: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_guest/lib/packages/guest/src/state").GuestState>;
|
|
115
|
-
visaType:
|
|
116
|
-
visaCategory:
|
|
117
|
-
visaStatus:
|
|
118
|
-
visa:
|
|
119
|
-
message:
|
|
120
|
-
messageOneToOne:
|
|
121
|
-
visaRequest:
|
|
122
|
-
identity:
|
|
123
|
-
passengerHotel:
|
|
124
|
-
hotel:
|
|
125
|
-
ticket:
|
|
126
|
-
tripHotel:
|
|
127
|
-
passengerGroup:
|
|
128
|
-
passengerPack:
|
|
129
|
-
tripFavoris:
|
|
130
|
-
packFavoris:
|
|
131
|
-
luggage:
|
|
132
|
-
luggageTracking:
|
|
133
|
-
identityType:
|
|
134
|
-
relation:
|
|
135
|
-
payment:
|
|
136
|
-
reservation:
|
|
137
|
-
room:
|
|
138
|
-
pack:
|
|
139
|
-
paymentHistory:
|
|
140
|
-
customer:
|
|
141
|
-
tripTransportation:
|
|
142
|
-
passengerPathology:
|
|
143
|
-
packOption:
|
|
144
|
-
hotelOptions:
|
|
145
|
-
packHotel:
|
|
146
|
-
packTransportation:
|
|
147
|
-
passengerConversation:
|
|
148
|
-
conversationOneToOne:
|
|
149
|
-
passengerLocation:
|
|
150
|
-
reservationRequest:
|
|
151
|
-
guestExpoToken:
|
|
152
|
-
reservationRequestUserSeen:
|
|
153
|
-
reservationRequestPassengerLink:
|
|
154
|
-
permission:
|
|
155
|
-
supportConversation:
|
|
156
|
-
messageSupport:
|
|
157
|
-
unassignedSupportNotifications:
|
|
71
|
+
visaType: any;
|
|
72
|
+
visaCategory: any;
|
|
73
|
+
visaStatus: any;
|
|
74
|
+
visa: any;
|
|
75
|
+
message: any;
|
|
76
|
+
messageOneToOne: any;
|
|
77
|
+
visaRequest: any;
|
|
78
|
+
identity: any;
|
|
79
|
+
passengerHotel: any;
|
|
80
|
+
hotel: any;
|
|
81
|
+
ticket: any;
|
|
82
|
+
tripHotel: any;
|
|
83
|
+
passengerGroup: any;
|
|
84
|
+
passengerPack: any;
|
|
85
|
+
tripFavoris: any;
|
|
86
|
+
packFavoris: any;
|
|
87
|
+
luggage: any;
|
|
88
|
+
luggageTracking: any;
|
|
89
|
+
identityType: any;
|
|
90
|
+
relation: any;
|
|
91
|
+
payment: any;
|
|
92
|
+
reservation: any;
|
|
93
|
+
room: any;
|
|
94
|
+
pack: any;
|
|
95
|
+
paymentHistory: any;
|
|
96
|
+
customer: any;
|
|
97
|
+
tripTransportation: any;
|
|
98
|
+
passengerPathology: any;
|
|
99
|
+
packOption: any;
|
|
100
|
+
hotelOptions: any;
|
|
101
|
+
packHotel: any;
|
|
102
|
+
packTransportation: any;
|
|
103
|
+
passengerConversation: any;
|
|
104
|
+
conversationOneToOne: any;
|
|
105
|
+
passengerLocation: any;
|
|
106
|
+
reservationRequest: any;
|
|
107
|
+
guestExpoToken: any;
|
|
108
|
+
reservationRequestUserSeen: any;
|
|
109
|
+
reservationRequestPassengerLink: any;
|
|
110
|
+
permission: any;
|
|
111
|
+
supportConversation: any;
|
|
112
|
+
messageSupport: any;
|
|
113
|
+
unassignedSupportNotifications: any;
|
|
114
|
+
agency: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_agency/lib/packages/agency/src/state").AgencyState>;
|
|
158
115
|
};
|
|
159
116
|
export declare const initialSagas: {
|
|
160
117
|
passenger: typeof passengerSaga;
|
|
161
118
|
constants: typeof constantsSaga;
|
|
162
|
-
trip:
|
|
163
|
-
tripPicture:
|
|
164
|
-
group:
|
|
119
|
+
trip: any;
|
|
120
|
+
tripPicture: any;
|
|
121
|
+
group: any;
|
|
165
122
|
user: typeof userSaga;
|
|
166
123
|
guest: typeof guestSaga;
|
|
167
|
-
visaType:
|
|
168
|
-
visaCategory:
|
|
169
|
-
visaStatus:
|
|
170
|
-
visa:
|
|
171
|
-
message:
|
|
172
|
-
messageOneToOne:
|
|
173
|
-
visaRequest:
|
|
174
|
-
identity:
|
|
175
|
-
passengerHotel:
|
|
176
|
-
hotel:
|
|
177
|
-
ticket:
|
|
178
|
-
tripHotel:
|
|
179
|
-
passengerGroup:
|
|
180
|
-
passengerPack:
|
|
181
|
-
tripFavoris:
|
|
182
|
-
packFavoris:
|
|
183
|
-
luggage:
|
|
184
|
-
luggageTracking:
|
|
185
|
-
identityType:
|
|
186
|
-
relation:
|
|
187
|
-
payment:
|
|
188
|
-
reservation:
|
|
189
|
-
room:
|
|
190
|
-
pack:
|
|
191
|
-
paymentHistory:
|
|
192
|
-
customer:
|
|
193
|
-
tripTransportation:
|
|
194
|
-
passengerPathology:
|
|
195
|
-
packOption:
|
|
196
|
-
hotelOptions:
|
|
197
|
-
packHotel:
|
|
198
|
-
packTransportation:
|
|
199
|
-
passengerLocation:
|
|
200
|
-
reservationRequest:
|
|
201
|
-
guestExpoToken:
|
|
202
|
-
passengerConversation:
|
|
203
|
-
conversationOneToOne:
|
|
204
|
-
reservationRequestUserSeen:
|
|
205
|
-
reservationRequestPassengerLink:
|
|
206
|
-
permission:
|
|
207
|
-
supportConversation:
|
|
208
|
-
messageSupport:
|
|
209
|
-
unassignedSupportNotifications:
|
|
124
|
+
visaType: any;
|
|
125
|
+
visaCategory: any;
|
|
126
|
+
visaStatus: any;
|
|
127
|
+
visa: any;
|
|
128
|
+
message: any;
|
|
129
|
+
messageOneToOne: any;
|
|
130
|
+
visaRequest: any;
|
|
131
|
+
identity: any;
|
|
132
|
+
passengerHotel: any;
|
|
133
|
+
hotel: any;
|
|
134
|
+
ticket: any;
|
|
135
|
+
tripHotel: any;
|
|
136
|
+
passengerGroup: any;
|
|
137
|
+
passengerPack: any;
|
|
138
|
+
tripFavoris: any;
|
|
139
|
+
packFavoris: any;
|
|
140
|
+
luggage: any;
|
|
141
|
+
luggageTracking: any;
|
|
142
|
+
identityType: any;
|
|
143
|
+
relation: any;
|
|
144
|
+
payment: any;
|
|
145
|
+
reservation: any;
|
|
146
|
+
room: any;
|
|
147
|
+
pack: any;
|
|
148
|
+
paymentHistory: any;
|
|
149
|
+
customer: any;
|
|
150
|
+
tripTransportation: any;
|
|
151
|
+
passengerPathology: any;
|
|
152
|
+
packOption: any;
|
|
153
|
+
hotelOptions: any;
|
|
154
|
+
packHotel: any;
|
|
155
|
+
packTransportation: any;
|
|
156
|
+
passengerLocation: any;
|
|
157
|
+
reservationRequest: any;
|
|
158
|
+
guestExpoToken: any;
|
|
159
|
+
passengerConversation: any;
|
|
160
|
+
conversationOneToOne: any;
|
|
161
|
+
reservationRequestUserSeen: any;
|
|
162
|
+
reservationRequestPassengerLink: any;
|
|
163
|
+
permission: any;
|
|
164
|
+
supportConversation: any;
|
|
165
|
+
messageSupport: any;
|
|
166
|
+
unassignedSupportNotifications: any;
|
|
167
|
+
agency: typeof AgencySaga;
|
|
210
168
|
};
|
|
211
169
|
export type States = {
|
|
212
170
|
passengersState: passengersState;
|
|
@@ -259,10 +217,11 @@ export type States = {
|
|
|
259
217
|
supportConversation: supportConversationState;
|
|
260
218
|
messagageSupport: messageSupportState;
|
|
261
219
|
unassignedSupportNotifications: unassignedSupportNotificationsState;
|
|
220
|
+
agency: agencyState;
|
|
262
221
|
};
|
|
263
|
-
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" | "reservation-request-seen" | "private-message" | "private-conversation" | "reservation-request-link" | "permission" | "support-conversation" | "message-support" | "unassigned-support-notifications";
|
|
222
|
+
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" | "reservation-request-seen" | "private-message" | "private-conversation" | "reservation-request-link" | "permission" | "support-conversation" | "message-support" | "unassigned-support-notifications" | "hotel";
|
|
264
223
|
export declare function setUrlConfig(coreApi: string, debugMode?: boolean): void;
|
|
265
|
-
export declare const sagas:
|
|
224
|
+
export declare const sagas: any[];
|
|
266
225
|
export declare function initSagaMiddleware(extraSagas?: Array<Saga>, // local sagas from frontEnd Client
|
|
267
226
|
waitForRehydrate?: boolean): void;
|
|
268
227
|
declare function configStore(extraMiddleWares: any[] | undefined, // Adding other middlewares
|
package/lib/index.js
CHANGED
|
@@ -107,6 +107,7 @@ var index_48 = require("@aprilium/tripsm_permission/lib/packages/permission/src/
|
|
|
107
107
|
var index_49 = require("@aprilium/tripsm_support-conversation/lib/packages/support-conversation/src/index");
|
|
108
108
|
var index_50 = require("@aprilium/tripsm_message-support/lib/packages/message-support/src/index");
|
|
109
109
|
var index_51 = require("@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/index");
|
|
110
|
+
var index_52 = require("@aprilium/tripsm_agency/lib/packages/agency/src/index");
|
|
110
111
|
var state_1 = require("@aprilium/tripsm_private-message/lib/packages/private-message/src/state");
|
|
111
112
|
var state_2 = require("@aprilium/tripsm_private-conversation/lib/packages/private-conversation/src/state");
|
|
112
113
|
var state_3 = require("@aprilium/tripsm_message/lib/packages/message/src/state");
|
|
@@ -157,6 +158,7 @@ var state_47 = require("@aprilium/tripsm_permission/lib/packages/permission/src/
|
|
|
157
158
|
var state_48 = require("@aprilium/tripsm_support-conversation/lib/packages/support-conversation/src/state");
|
|
158
159
|
var state_49 = require("@aprilium/tripsm_message-support/lib/packages/message-support/src/state");
|
|
159
160
|
var state_50 = require("@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/state");
|
|
161
|
+
var state_51 = require("@aprilium/tripsm_agency/lib/packages/agency/src/state");
|
|
160
162
|
//import sagas
|
|
161
163
|
var effects_2 = __importDefault(require("@aprilium/tripsm_passenger/lib/packages/passenger/src/effects"));
|
|
162
164
|
var effects_3 = __importDefault(require("@aprilium/tripsm_visa-type/lib/packages/visa-type/src/effects"));
|
|
@@ -208,6 +210,7 @@ var effects_48 = __importDefault(require("@aprilium/tripsm_reservation-request-l
|
|
|
208
210
|
var effects_49 = __importDefault(require("@aprilium/tripsm_support-conversation/lib/packages/support-conversation/src/effects"));
|
|
209
211
|
var effects_50 = __importDefault(require("@aprilium/tripsm_message-support/lib/packages/message-support/src/effects"));
|
|
210
212
|
var effects_51 = __importDefault(require("@aprilium/tripsm_unassigned-support-notifications/lib/packages/unassigned-support-notifications/src/effects"));
|
|
213
|
+
var effects_52 = __importDefault(require("@aprilium/tripsm_agency/lib/packages/agency/src/effects"));
|
|
211
214
|
exports.sagaMiddleware = (0, redux_saga_1.default)();
|
|
212
215
|
exports.reducers = {
|
|
213
216
|
passengersState: state_28.passengerReducerFunction,
|
|
@@ -260,6 +263,7 @@ exports.reducers = {
|
|
|
260
263
|
supportConversation: state_48.SupportConversationReducerFunction,
|
|
261
264
|
messageSupport: state_49.MessageSupportReducerFunction,
|
|
262
265
|
unassignedSupportNotifications: state_50.UnassignedSupportNotificationsReducerFunction,
|
|
266
|
+
agency: state_51.AgencyReducerFunction,
|
|
263
267
|
};
|
|
264
268
|
exports.initialSagas = {
|
|
265
269
|
passenger: effects_2.default,
|
|
@@ -312,6 +316,7 @@ exports.initialSagas = {
|
|
|
312
316
|
supportConversation: effects_49.default,
|
|
313
317
|
messageSupport: effects_50.default,
|
|
314
318
|
unassignedSupportNotifications: effects_51.default,
|
|
319
|
+
agency: effects_52.default,
|
|
315
320
|
};
|
|
316
321
|
function setUrlConfig(coreApi, debugMode) {
|
|
317
322
|
if (debugMode === void 0) { debugMode = false; }
|
|
@@ -519,6 +524,10 @@ function setUrlConfig(coreApi, debugMode) {
|
|
|
519
524
|
CORE_BASE_URL: coreApi,
|
|
520
525
|
DEBUG_MODE: debugMode,
|
|
521
526
|
});
|
|
527
|
+
index_52.urlsConfig.setURls({
|
|
528
|
+
CORE_BASE_URL: coreApi,
|
|
529
|
+
DEBUG_MODE: debugMode,
|
|
530
|
+
});
|
|
522
531
|
}
|
|
523
532
|
exports.setUrlConfig = setUrlConfig;
|
|
524
533
|
exports.sagas = Object.keys(exports.initialSagas).map(function (key) { return exports.initialSagas[key]; });
|
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.15",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -63,6 +63,8 @@
|
|
|
63
63
|
"@aprilium/tripsm_support-conversation": "^0.0.10",
|
|
64
64
|
"@aprilium/tripsm_message-support": "^0.0.14",
|
|
65
65
|
"@aprilium/tripsm_unassigned-support-notifications": "^0.0.2",
|
|
66
|
+
"@aprilium/tripsm_agency":"^0.0.2",
|
|
67
|
+
|
|
66
68
|
"@types/react": "^17.0.0",
|
|
67
69
|
"axios": "^0.21.1",
|
|
68
70
|
"dotenv": "^16.4.5",
|