vms-nest-api-document 6.0.0 → 8.0.0
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/dist/services/account/eway_bill_details.d.ts +8 -8
- package/dist/services/account/fasttag_details.d.ts +11 -11
- package/dist/services/account/invoice_service.d.ts +1 -1
- package/dist/services/account/master_bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/account/user_bookmark_service.d.ts +7 -7
- package/dist/services/fleet/breakdown_management/breakdown_management_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/day_run_daily_schedule_api.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/day_run_special_schedule_api.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_daily_schedule.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_special_schedule.d.ts +1 -1
- package/dist/services/fleet/document_management/document_management_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
- package/dist/services/fleet/school_management/calendar_service.d.ts +1 -1
- package/dist/services/fleet/school_management/notice_board_service.d.ts +1 -1
- package/dist/services/fleet/school_management/student_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/fleet/workshop_management/fleet_workshop_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +26 -3
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_breakdown_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_part_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/exclusive_feature_access.d.ts +1 -1
- package/dist/{user_organisation_service-CGPdgJbL.d.ts → user_organisation_service-hFxaTwGg.d.ts} +508 -505
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../../core/Enums.js';
|
|
2
2
|
import '../../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { pd as GPSGeofenceTransactionSummary, pe as GPSGeofenceTransactionSummaryDTO, pf as GPSGeofenceTransactionSummaryQueryDTO, pg as GPSGeofenceTransactionSummaryQuerySchema, ph as GPSGeofenceTransactionSummarySchema, pi as createGPSGeofenceTransactionSummary, pj as deleteGPSGeofenceTransactionSummary, pk as findGPSGeofenceTransactionSummary, pl as newGPSGeofenceTransactionSummaryPayload, pm as toGPSGeofenceTransactionSummaryPayload, pn as updateGPSGeofenceTransactionSummary } from '../../../../user_organisation_service-
|
|
4
|
+
export { pd as GPSGeofenceTransactionSummary, pe as GPSGeofenceTransactionSummaryDTO, pf as GPSGeofenceTransactionSummaryQueryDTO, pg as GPSGeofenceTransactionSummaryQuerySchema, ph as GPSGeofenceTransactionSummarySchema, pi as createGPSGeofenceTransactionSummary, pj as deleteGPSGeofenceTransactionSummary, pk as findGPSGeofenceTransactionSummary, pl as newGPSGeofenceTransactionSummaryPayload, pm as toGPSGeofenceTransactionSummaryPayload, pn as updateGPSGeofenceTransactionSummary } from '../../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../../core/Enums.js';
|
|
2
2
|
import '../../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { po as TripGeofenceToGeofence, pp as TripGeofenceToGeofenceDTO, pq as TripGeofenceToGeofenceQueryDTO, pr as TripGeofenceToGeofenceQuerySchema, ps as TripGeofenceToGeofenceSchema, pt as createTripGeofenceToGeofence, pu as deleteTripGeofenceToGeofence, pv as findTripGeofenceToGeofence, pw as newTripGeofenceToGeofencePayload, px as toTripGeofenceToGeofencePayload, py as updateTripGeofenceToGeofence } from '../../../../user_organisation_service-
|
|
4
|
+
export { po as TripGeofenceToGeofence, pp as TripGeofenceToGeofenceDTO, pq as TripGeofenceToGeofenceQueryDTO, pr as TripGeofenceToGeofenceQuerySchema, ps as TripGeofenceToGeofenceSchema, pt as createTripGeofenceToGeofence, pu as deleteTripGeofenceToGeofence, pv as findTripGeofenceToGeofence, pw as newTripGeofenceToGeofencePayload, px as toTripGeofenceToGeofencePayload, py as updateTripGeofenceToGeofence } from '../../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { tr as GPSLiveTrackShareLink, ts as GPSLiveTrackShareLinkDTO, tt as GPSLiveTrackShareLinkNotification, tu as GPSLiveTrackShareLinkNotificationDTO, tv as GPSLiveTrackShareLinkNotificationSchema, tw as GPSLiveTrackShareLinkQueryDTO, tx as GPSLiveTrackShareLinkQuerySchema, ty as GPSLiveTrackShareLinkSchema, tz as GPSLiveTrackShareLinkUpdateExpiryTimeDTO, tA as GPSLiveTrackShareLinkUpdateExpiryTimeSchema, tB as GPSLiveTrackShareLinkUpdateLinkStatusDTO, tC as GPSLiveTrackShareLinkUpdateLinkStatusSchema, tD as createGPSLiveTrackShareLink, tE as createGPSLiveTrackShareLinkNotification, tF as deleteGPSLiveTrackShareLink, tG as extendGPSLiveTrackLinkTime, tH as findGPSLiveTrackShareLink, tI as newGPSLiveTrackShareLinkPayload, tJ as toGPSLiveTrackShareLinkPayload, tK as updateGPSLiveTrackLinkStatus } from '../../../user_organisation_service-
|
|
4
|
+
export { tr as GPSLiveTrackShareLink, ts as GPSLiveTrackShareLinkDTO, tt as GPSLiveTrackShareLinkNotification, tu as GPSLiveTrackShareLinkNotificationDTO, tv as GPSLiveTrackShareLinkNotificationSchema, tw as GPSLiveTrackShareLinkQueryDTO, tx as GPSLiveTrackShareLinkQuerySchema, ty as GPSLiveTrackShareLinkSchema, tz as GPSLiveTrackShareLinkUpdateExpiryTimeDTO, tA as GPSLiveTrackShareLinkUpdateExpiryTimeSchema, tB as GPSLiveTrackShareLinkUpdateLinkStatusDTO, tC as GPSLiveTrackShareLinkUpdateLinkStatusSchema, tD as createGPSLiveTrackShareLink, tE as createGPSLiveTrackShareLinkNotification, tF as deleteGPSLiveTrackShareLink, tG as extendGPSLiveTrackLinkTime, tH as findGPSLiveTrackShareLink, tI as newGPSLiveTrackShareLinkPayload, tJ as toGPSLiveTrackShareLinkPayload, tK as updateGPSLiveTrackLinkStatus } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { tL as GPSTrackHistoryShareLink, tM as GPSTrackHistoryShareLinkDTO, tN as GPSTrackHistoryShareLinkNotification, tO as GPSTrackHistoryShareLinkNotificationDTO, tP as GPSTrackHistoryShareLinkNotificationSchema, tQ as GPSTrackHistoryShareLinkQueryDTO, tR as GPSTrackHistoryShareLinkQuerySchema, tS as GPSTrackHistoryShareLinkSchema, tT as GPSTrackHistoryShareLinkUpdateLinkStatusDTO, tU as GPSTrackHistoryShareLinkUpdateLinkStatusSchema, tV as createGPSTrackHistoryShareLink, tW as createGPSTrackHistoryShareLinkNotification, tX as deleteGPSTrackHistoryShareLink, tY as findGPSTrackHistoryShareLink, tZ as newGPSTrackHistoryShareLinkPayload, t_ as toGPSTrackHistoryShareLinkPayload, t$ as updateTrackHistoryLinkStatus } from '../../../user_organisation_service-
|
|
4
|
+
export { tL as GPSTrackHistoryShareLink, tM as GPSTrackHistoryShareLinkDTO, tN as GPSTrackHistoryShareLinkNotification, tO as GPSTrackHistoryShareLinkNotificationDTO, tP as GPSTrackHistoryShareLinkNotificationSchema, tQ as GPSTrackHistoryShareLinkQueryDTO, tR as GPSTrackHistoryShareLinkQuerySchema, tS as GPSTrackHistoryShareLinkSchema, tT as GPSTrackHistoryShareLinkUpdateLinkStatusDTO, tU as GPSTrackHistoryShareLinkUpdateLinkStatusSchema, tV as createGPSTrackHistoryShareLink, tW as createGPSTrackHistoryShareLinkNotification, tX as deleteGPSTrackHistoryShareLink, tY as findGPSTrackHistoryShareLink, tZ as newGPSTrackHistoryShareLinkPayload, t_ as toGPSTrackHistoryShareLinkPayload, t$ as updateTrackHistoryLinkStatus } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -36,21 +36,21 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
|
|
|
36
36
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
37
37
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
db_group: string;
|
|
40
|
+
db_instance: string;
|
|
41
|
+
night_driving: NightDriving;
|
|
39
42
|
search: string;
|
|
40
43
|
paging: PAGING;
|
|
41
44
|
page_count: number;
|
|
42
45
|
page_index: number;
|
|
43
|
-
login_from: LoginFrom;
|
|
44
46
|
date_format_id: string;
|
|
45
47
|
time_zone_id: string;
|
|
48
|
+
login_from: LoginFrom;
|
|
46
49
|
organisation_id: string;
|
|
47
|
-
db_instance: string;
|
|
48
|
-
db_group: string;
|
|
49
50
|
vehicle_ids: string[];
|
|
50
51
|
from_date: string;
|
|
51
52
|
to_date: string;
|
|
52
53
|
time_slot: TimeSlot;
|
|
53
|
-
night_driving: NightDriving;
|
|
54
54
|
over_speed: OverSpeed;
|
|
55
55
|
utilization_km: number;
|
|
56
56
|
raw_data: YesNo;
|
|
@@ -58,21 +58,21 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
|
|
|
58
58
|
vehicle_summary: YesNo;
|
|
59
59
|
driver_summary: YesNo;
|
|
60
60
|
}, {
|
|
61
|
-
|
|
61
|
+
db_group: string;
|
|
62
|
+
db_instance: string;
|
|
62
63
|
date_format_id: string;
|
|
63
64
|
time_zone_id: string;
|
|
65
|
+
login_from: LoginFrom;
|
|
64
66
|
organisation_id: string;
|
|
65
|
-
db_instance: string;
|
|
66
|
-
db_group: string;
|
|
67
67
|
from_date: string;
|
|
68
68
|
to_date: string;
|
|
69
|
+
night_driving?: NightDriving | undefined;
|
|
69
70
|
search?: string | undefined;
|
|
70
71
|
paging?: PAGING | undefined;
|
|
71
72
|
page_count?: unknown;
|
|
72
73
|
page_index?: unknown;
|
|
73
74
|
vehicle_ids?: string[] | undefined;
|
|
74
75
|
time_slot?: TimeSlot | undefined;
|
|
75
|
-
night_driving?: NightDriving | undefined;
|
|
76
76
|
over_speed?: OverSpeed | undefined;
|
|
77
77
|
utilization_km?: unknown;
|
|
78
78
|
raw_data?: YesNo | undefined;
|
|
@@ -105,20 +105,20 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
|
|
|
105
105
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
106
106
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
|
+
db_group: string;
|
|
109
|
+
db_instance: string;
|
|
110
|
+
night_driving: NightDriving;
|
|
108
111
|
search: string;
|
|
109
112
|
paging: PAGING;
|
|
110
113
|
page_count: number;
|
|
111
114
|
page_index: number;
|
|
112
|
-
login_from: LoginFrom;
|
|
113
115
|
date_format_id: string;
|
|
114
116
|
time_zone_id: string;
|
|
117
|
+
login_from: LoginFrom;
|
|
115
118
|
organisation_id: string;
|
|
116
|
-
db_instance: string;
|
|
117
|
-
db_group: string;
|
|
118
119
|
from_date: string;
|
|
119
120
|
to_date: string;
|
|
120
121
|
time_slot: TimeSlot;
|
|
121
|
-
night_driving: NightDriving;
|
|
122
122
|
over_speed: OverSpeed;
|
|
123
123
|
utilization_km: number;
|
|
124
124
|
raw_data: YesNo;
|
|
@@ -127,20 +127,20 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
|
|
|
127
127
|
driver_summary: YesNo;
|
|
128
128
|
driver_ids: string[];
|
|
129
129
|
}, {
|
|
130
|
-
|
|
130
|
+
db_group: string;
|
|
131
|
+
db_instance: string;
|
|
131
132
|
date_format_id: string;
|
|
132
133
|
time_zone_id: string;
|
|
134
|
+
login_from: LoginFrom;
|
|
133
135
|
organisation_id: string;
|
|
134
|
-
db_instance: string;
|
|
135
|
-
db_group: string;
|
|
136
136
|
from_date: string;
|
|
137
137
|
to_date: string;
|
|
138
|
+
night_driving?: NightDriving | undefined;
|
|
138
139
|
search?: string | undefined;
|
|
139
140
|
paging?: PAGING | undefined;
|
|
140
141
|
page_count?: unknown;
|
|
141
142
|
page_index?: unknown;
|
|
142
143
|
time_slot?: TimeSlot | undefined;
|
|
143
|
-
night_driving?: NightDriving | undefined;
|
|
144
144
|
over_speed?: OverSpeed | undefined;
|
|
145
145
|
utilization_km?: unknown;
|
|
146
146
|
raw_data?: YesNo | undefined;
|
|
@@ -169,16 +169,16 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
169
169
|
interval_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
170
170
|
boolean_type: z.ZodType<BooleanType, z.ZodTypeDef, BooleanType>;
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
|
+
db_group: string;
|
|
173
|
+
db_instance: string;
|
|
172
174
|
search: string;
|
|
173
175
|
paging: PAGING;
|
|
174
176
|
page_count: number;
|
|
175
177
|
page_index: number;
|
|
176
|
-
login_from: LoginFrom;
|
|
177
178
|
date_format_id: string;
|
|
178
179
|
time_zone_id: string;
|
|
180
|
+
login_from: LoginFrom;
|
|
179
181
|
organisation_id: string;
|
|
180
|
-
db_instance: string;
|
|
181
|
-
db_group: string;
|
|
182
182
|
vehicle_ids: string[];
|
|
183
183
|
from_date: string;
|
|
184
184
|
to_date: string;
|
|
@@ -186,12 +186,12 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
186
186
|
interval_seconds: number;
|
|
187
187
|
boolean_type: BooleanType;
|
|
188
188
|
}, {
|
|
189
|
-
|
|
189
|
+
db_group: string;
|
|
190
|
+
db_instance: string;
|
|
190
191
|
date_format_id: string;
|
|
191
192
|
time_zone_id: string;
|
|
193
|
+
login_from: LoginFrom;
|
|
192
194
|
organisation_id: string;
|
|
193
|
-
db_instance: string;
|
|
194
|
-
db_group: string;
|
|
195
195
|
from_date: string;
|
|
196
196
|
to_date: string;
|
|
197
197
|
gps_type: GPSType;
|
|
@@ -220,26 +220,26 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
|
|
|
220
220
|
utilization_km: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
221
221
|
is12am: z.ZodType<Is12AM, z.ZodTypeDef, Is12AM>;
|
|
222
222
|
}, "strip", z.ZodTypeAny, {
|
|
223
|
+
db_group: string;
|
|
224
|
+
db_instance: string;
|
|
223
225
|
search: string;
|
|
224
226
|
paging: PAGING;
|
|
225
227
|
page_count: number;
|
|
226
228
|
page_index: number;
|
|
227
|
-
login_from: LoginFrom;
|
|
228
229
|
date_format_id: string;
|
|
229
230
|
time_zone_id: string;
|
|
231
|
+
login_from: LoginFrom;
|
|
230
232
|
organisation_id: string;
|
|
231
|
-
db_instance: string;
|
|
232
|
-
db_group: string;
|
|
233
233
|
vehicle_ids: string[];
|
|
234
234
|
utilization_km: number;
|
|
235
235
|
is12am: Is12AM;
|
|
236
236
|
}, {
|
|
237
|
-
|
|
237
|
+
db_group: string;
|
|
238
|
+
db_instance: string;
|
|
238
239
|
date_format_id: string;
|
|
239
240
|
time_zone_id: string;
|
|
241
|
+
login_from: LoginFrom;
|
|
240
242
|
organisation_id: string;
|
|
241
|
-
db_instance: string;
|
|
242
|
-
db_group: string;
|
|
243
243
|
is12am: Is12AM;
|
|
244
244
|
search?: string | undefined;
|
|
245
245
|
paging?: PAGING | undefined;
|
|
@@ -266,27 +266,27 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
|
|
|
266
266
|
to_date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
267
267
|
interval_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
268
268
|
}, "strip", z.ZodTypeAny, {
|
|
269
|
+
db_group: string;
|
|
270
|
+
db_instance: string;
|
|
269
271
|
search: string;
|
|
270
272
|
paging: PAGING;
|
|
271
273
|
page_count: number;
|
|
272
274
|
page_index: number;
|
|
273
|
-
login_from: LoginFrom;
|
|
274
275
|
date_format_id: string;
|
|
275
276
|
time_zone_id: string;
|
|
277
|
+
login_from: LoginFrom;
|
|
276
278
|
organisation_id: string;
|
|
277
|
-
db_instance: string;
|
|
278
|
-
db_group: string;
|
|
279
279
|
interval_seconds: number;
|
|
280
280
|
vehicle_id: string;
|
|
281
281
|
from_date_time: string;
|
|
282
282
|
to_date_time: string;
|
|
283
283
|
}, {
|
|
284
|
-
|
|
284
|
+
db_group: string;
|
|
285
|
+
db_instance: string;
|
|
285
286
|
date_format_id: string;
|
|
286
287
|
time_zone_id: string;
|
|
288
|
+
login_from: LoginFrom;
|
|
287
289
|
organisation_id: string;
|
|
288
|
-
db_instance: string;
|
|
289
|
-
db_group: string;
|
|
290
290
|
vehicle_id: string;
|
|
291
291
|
from_date_time: string;
|
|
292
292
|
to_date_time: string;
|
|
@@ -311,24 +311,24 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
|
|
|
311
311
|
db_group: z.ZodEffects<z.ZodString, string, string>;
|
|
312
312
|
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
|
314
|
+
db_group: string;
|
|
315
|
+
db_instance: string;
|
|
314
316
|
search: string;
|
|
315
317
|
paging: PAGING;
|
|
316
318
|
page_count: number;
|
|
317
319
|
page_index: number;
|
|
318
|
-
login_from: LoginFrom;
|
|
319
320
|
date_format_id: string;
|
|
320
321
|
time_zone_id: string;
|
|
322
|
+
login_from: LoginFrom;
|
|
321
323
|
organisation_id: string;
|
|
322
|
-
db_instance: string;
|
|
323
|
-
db_group: string;
|
|
324
324
|
vehicle_id: string;
|
|
325
325
|
}, {
|
|
326
|
-
|
|
326
|
+
db_group: string;
|
|
327
|
+
db_instance: string;
|
|
327
328
|
date_format_id: string;
|
|
328
329
|
time_zone_id: string;
|
|
330
|
+
login_from: LoginFrom;
|
|
329
331
|
organisation_id: string;
|
|
330
|
-
db_instance: string;
|
|
331
|
-
db_group: string;
|
|
332
332
|
vehicle_id: string;
|
|
333
333
|
search?: string | undefined;
|
|
334
334
|
paging?: PAGING | undefined;
|
|
@@ -358,16 +358,16 @@ declare const AlertReportSchema: z.ZodObject<{
|
|
|
358
358
|
from_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
359
359
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
360
360
|
}, "strip", z.ZodTypeAny, {
|
|
361
|
+
db_group: string;
|
|
362
|
+
db_instance: string;
|
|
361
363
|
search: string;
|
|
362
364
|
paging: PAGING;
|
|
363
365
|
page_count: number;
|
|
364
366
|
page_index: number;
|
|
365
|
-
login_from: LoginFrom;
|
|
366
367
|
date_format_id: string;
|
|
367
368
|
time_zone_id: string;
|
|
369
|
+
login_from: LoginFrom;
|
|
368
370
|
organisation_id: string;
|
|
369
|
-
db_instance: string;
|
|
370
|
-
db_group: string;
|
|
371
371
|
vehicle_ids: string[];
|
|
372
372
|
from_date: string;
|
|
373
373
|
to_date: string;
|
|
@@ -378,12 +378,12 @@ declare const AlertReportSchema: z.ZodObject<{
|
|
|
378
378
|
alert_types: AlertType[];
|
|
379
379
|
alert_sub_types: AlertSubType[];
|
|
380
380
|
}, {
|
|
381
|
-
|
|
381
|
+
db_group: string;
|
|
382
|
+
db_instance: string;
|
|
382
383
|
date_format_id: string;
|
|
383
384
|
time_zone_id: string;
|
|
385
|
+
login_from: LoginFrom;
|
|
384
386
|
organisation_id: string;
|
|
385
|
-
db_instance: string;
|
|
386
|
-
db_group: string;
|
|
387
387
|
from_date: string;
|
|
388
388
|
to_date: string;
|
|
389
389
|
search?: string | undefined;
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { p_ as AssignRemoveDriverHistory, p$ as DriverLoginPush, d as MasterDriver, q0 as MasterDriverDTO, q1 as MasterDriverFile, q2 as MasterDriverFileDTO, q3 as MasterDriverFileSchema, q4 as MasterDriverLogoDTO, q5 as MasterDriverLogoSchema, q6 as MasterDriverProfileDTO, q7 as MasterDriverProfileSchema, q8 as MasterDriverQueryDTO, q9 as MasterDriverQuerySchema, qa as MasterDriverSchema, qb as createMasterDriver, qc as create_master_driver_file, qd as deleteMasterDriver, qe as findMasterDriver, qf as getMasterDriverCache, qg as getMasterDriverCacheSimple, qh as get_master_driver_file_presigned_url, qi as get_master_driver_image_presigned_url, qj as newDriverPayload, qk as remove_master_driver_file, ql as remove_master_driver_image, qm as toDriverPayload, qn as toDriverProfilePayload, qo as updateMasterDriver, qp as updateMasterDriverProfile, qq as update_master_driver_image } from '../../../user_organisation_service-
|
|
5
|
+
export { p_ as AssignRemoveDriverHistory, p$ as DriverLoginPush, d as MasterDriver, q0 as MasterDriverDTO, q1 as MasterDriverFile, q2 as MasterDriverFileDTO, q3 as MasterDriverFileSchema, q4 as MasterDriverLogoDTO, q5 as MasterDriverLogoSchema, q6 as MasterDriverProfileDTO, q7 as MasterDriverProfileSchema, q8 as MasterDriverQueryDTO, q9 as MasterDriverQuerySchema, qa as MasterDriverSchema, qb as createMasterDriver, qc as create_master_driver_file, qd as deleteMasterDriver, qe as findMasterDriver, qf as getMasterDriverCache, qg as getMasterDriverCacheSimple, qh as get_master_driver_file_presigned_url, qi as get_master_driver_image_presigned_url, qj as newDriverPayload, qk as remove_master_driver_file, ql as remove_master_driver_image, qm as toDriverPayload, qn as toDriverProfilePayload, qo as updateMasterDriver, qp as updateMasterDriverProfile, qq as update_master_driver_image } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SBR, BR } from '../../../core/BaseResponse.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { f as UserAdmin, d as MasterDriver, a as User } from '../../../user_organisation_service-
|
|
3
|
+
import { f as UserAdmin, d as MasterDriver, a as User } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
4
4
|
import { LoginFrom } from '../../../core/Enums.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { f as UserAdmin,
|
|
4
|
+
export { f as UserAdmin, vx as UserAdminDTO, vy as UserAdminLoginPush, vz as UserAdminLogoDTO, vA as UserAdminLogoSchema, vB as UserAdminProfileDTO, vC as UserAdminProfileSchema, vD as UserAdminQueryDTO, vE as UserAdminQuerySchema, vF as UserAdminSchema, vG as createUserAdmin, vH as deleteUserAdmin, vI as findUserAdmin, vJ as getAdminUserCache, vK as get_admin_image_presigned_url, vL as newUserAdminPayload, vM as remove_admin_image, vN as toUserAdminProfilePayload, vO as updateUserAdmin, vP as updateUserAdminProfile, vQ as update_admin_image } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { U as UserOrganisation,
|
|
4
|
+
export { U as UserOrganisation, AQ as UserOrganisationDTO, AR as UserOrganisationLogoDTO, AS as UserOrganisationLogoSchema, AT as UserOrganisationQueryDTO, AU as UserOrganisationQuerySchema, AV as UserOrganisationSchema, AW as UserOrganisationShowFilterDTO, AX as UserOrganisationShowFilterSchema, AY as UserOrganisationSimple, AZ as createUserOrganisation, A_ as deleteUserOrganisation, A$ as findUserOrganisation, B0 as getUserOrganisationCache, B1 as getUserOrganisationCacheSimple, B2 as get_organisation_logo_presigned_url, B3 as newUserOrganisationPayload, B4 as remove_organisation_logo, B5 as toUserOrganisationPayload, B6 as updateUserOrganisation, B7 as update_organisation_logo } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { a as User,
|
|
4
|
+
export { a as User, x7 as UserDTO, x8 as UserDefaultDateFormatDTO, x9 as UserDefaultDateFormatSchema, xa as UserDefaultLanguageDTO, xb as UserDefaultLanguageSchema, xc as UserDefaultTimeZoneDTO, xd as UserDefaultTimeZoneSchema, xe as UserLoginPush, xf as UserLogoDTO, xg as UserLogoSchema, xh as UserProfileDTO, xi as UserProfileSchema, xj as UserQueryDTO, xk as UserQuerySchema, xl as UserSchema, xm as UserVehicleLink, xn as createUser, xo as deleteUser, xp as findUser, xq as getUserCache, xr as getUserCacheSimple, xs as get_user_image_presigned_url, xt as newUserPayload, xu as remove_user_image, xv as toUserPayload, xw as toUserProfilePayload, xx as updateUser, xy as updateUserDefaultDateformat, xz as updateUserDefaultLanguage, xA as updateUserDefaultTimezone, xB as updateUserProfile, xC as update_user_image } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, OdometerSource } from '../../../../core/Enums.js';
|
|
2
2
|
import { SBR, FBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, c as MasterVehicle } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, c as MasterVehicle } from '../../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
7
7
|
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { uh as CalibrationFileDTO, ui as CalibrationFileSchema, c as MasterVehicle, uj as MasterVehicleDeviceChange, uk as MasterVehicleDropdown, ul as MasterVehicleFile, um as MasterVehicleFileDTO, un as MasterVehicleFileSchema, uo as MasterVehicleSimChange, up as NoGPSDataVehiclesQueryDTO, uq as NoGPSDataVehiclesQuerySchema, ur as UpdateGPSDeviceDetailsDTO, us as UpdateGPSDeviceDetailsSchema, ut as UpdateGPSSimDetailsDTO, uu as UpdateGPSSimDetailsSchema, uv as VehicleDTO, uw as VehicleDetailBody, ux as VehicleDetailBodyDTO, uy as VehicleDetailBodySchema, uz as VehicleDetailGPS, uA as VehicleDetailGPSSensorDTO, uB as VehicleDetailGPSSensorSchema, uC as VehicleDetailLifeCycle, uD as VehicleDetailLifeCycleDTO, uE as VehicleDetailLifeCycleSchema, uF as VehicleDetailPurchase, uG as VehicleDetailPurchaseDTO, uH as VehicleDetailPurchaseSchema, uI as VehicleDetailTrip, uJ as VehicleDetailTripDTO, uK as VehicleDetailTripSchema, uL as VehicleDriverLinkDTO, uM as VehicleDriverLinkSchema, uN as VehicleGPSQueryDTO, uO as VehicleGPSQuerySchema, uP as VehicleOdometerHistory, uQ as VehicleQueryDTO, uR as VehicleQuerySchema, uS as VehicleSchema, uT as createVehicle, uU as create_vehicle_file, uV as deleteVehicle, uW as findVehicleGPSDetails, uX as findVehicles, uY as findVehiclesLiveDashboard, uZ as find_no_gps_data_vehicles, u_ as
|
|
5
|
+
export { uh as CalibrationFileDTO, ui as CalibrationFileSchema, c as MasterVehicle, uj as MasterVehicleDeviceChange, uk as MasterVehicleDropdown, ul as MasterVehicleFile, um as MasterVehicleFileDTO, un as MasterVehicleFileSchema, uo as MasterVehicleSimChange, up as NoGPSDataVehiclesQueryDTO, uq as NoGPSDataVehiclesQuerySchema, ur as UpdateGPSDeviceDetailsDTO, us as UpdateGPSDeviceDetailsSchema, ut as UpdateGPSSimDetailsDTO, uu as UpdateGPSSimDetailsSchema, uv as VehicleDTO, uw as VehicleDetailBody, ux as VehicleDetailBodyDTO, uy as VehicleDetailBodySchema, uz as VehicleDetailGPS, uA as VehicleDetailGPSSensorDTO, uB as VehicleDetailGPSSensorSchema, uC as VehicleDetailLifeCycle, uD as VehicleDetailLifeCycleDTO, uE as VehicleDetailLifeCycleSchema, uF as VehicleDetailPurchase, uG as VehicleDetailPurchaseDTO, uH as VehicleDetailPurchaseSchema, uI as VehicleDetailTrip, uJ as VehicleDetailTripDTO, uK as VehicleDetailTripSchema, uL as VehicleDriverLinkDTO, uM as VehicleDriverLinkSchema, uN as VehicleGPSQueryDTO, uO as VehicleGPSQuerySchema, uP as VehicleOdometerHistory, uQ as VehicleQueryDTO, uR as VehicleQuerySchema, uS as VehicleSchema, uT as createVehicle, uU as create_vehicle_file, uV as deleteVehicle, uW as findVehicleGPSDetails, uX as findVehicles, uY as findVehiclesLiveDashboard, uZ as find_no_gps_data_vehicles, u_ as getDeviceChangeHistoryByVehicle, u$ as getDriverLinkHistoryByDriver, v0 as getDriverLinkHistoryByVehicle, v1 as getSimChangeHistoryByVehicle, v2 as getVehicleCache, v3 as getVehicleParentCache, v4 as getVehicleSimpleCache, v5 as getVehicleSimpleDropdownCacheLiveData, v6 as getVehicleSimpleDropdownCustom, v7 as get_calibration_file_presigned_url, v8 as get_vehicle_file_presigned_url, v9 as linkDriverToVehicle, va as newVehiclePayload, vb as remove_calibration_file, vc as remove_vehicle_file, vd as toGPSDeviceDetailsPayload, ve as toGPSSimDetailsPayload, vf as toVehicleDetailLifeCyclePayload, vg as toVehicleDetailPurchasePayload, vh as toVehicleDetailsBodyPayload, vi as toVehicleDetailsGPSPayload, vj as toVehicleDetailsTripPayload, vk as toVehiclePayload, vl as unlinkDriverFromVehicle, vm as updateDetailsGpsSensor, vn as updateDetailsTrip, vo as updateGPSDeviceDetails, vp as updateGPSSimDetails, vq as updateSensorRelayLockStatusLocked, vr as updateSensorRelayLockStatusUnlocked, vs as updateVehicle, vt as updateVehicleBodyDetails, vu as updateVehicleLifeCycleDetails, vv as updateVehiclePurchaseDetails, vw as update_calibration_file } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -400,6 +400,8 @@ var ENDPOINTS = {
|
|
|
400
400
|
// GPS Device & SIM Details
|
|
401
401
|
update_gps_device_details: (id) => `${URL}/update_gps_device_details/${id}`,
|
|
402
402
|
update_gps_sim_details: (id) => `${URL}/update_gps_sim_details/${id}`,
|
|
403
|
+
find_device_change_history_by_vehicle: (id) => `${URL}/device_change_history_by_vehicle/${id}`,
|
|
404
|
+
find_sim_change_history_by_vehicle: (id) => `${URL}/sim_change_history_by_vehicle/${id}`,
|
|
403
405
|
// Sensor Relay Lock
|
|
404
406
|
update_sensor_relay_lock_status_locked: (vehicle_id) => `${URL}/update_sensor_relay_lock_status_locked/${vehicle_id}`,
|
|
405
407
|
update_sensor_relay_lock_status_unlocked: (vehicle_id) => `${URL}/update_sensor_relay_lock_status_unlocked/${vehicle_id}`,
|
|
@@ -638,7 +640,7 @@ var VehicleDetailBodySchema = z3.object({
|
|
|
638
640
|
),
|
|
639
641
|
ground_clearance_mm: doubleOptional("Ground Clearance MM"),
|
|
640
642
|
tire_size: stringOptional("Tire Size", 0, 50),
|
|
641
|
-
has_spare_tire: enumMandatory("Has Spare Tire", YesNo, "
|
|
643
|
+
has_spare_tire: enumMandatory("Has Spare Tire", YesNo, "No" /* No */),
|
|
642
644
|
has_all_terrain_tires: enumMandatory(
|
|
643
645
|
"Has All Terrain Tires",
|
|
644
646
|
YesNo,
|
|
@@ -648,7 +650,7 @@ var VehicleDetailBodySchema = z3.object({
|
|
|
648
650
|
steering_type: enumMandatory(
|
|
649
651
|
"Steering Type",
|
|
650
652
|
SteeringType,
|
|
651
|
-
"
|
|
653
|
+
"Manual" /* Manual */
|
|
652
654
|
),
|
|
653
655
|
wheel_drive_type: enumMandatory(
|
|
654
656
|
"Wheel Drive Type",
|
|
@@ -1061,7 +1063,7 @@ var toVehicleDetailLifeCyclePayload = (vehicleLifeCycle) => ({
|
|
|
1061
1063
|
// Lifecycle Status
|
|
1062
1064
|
life_expiry: vehicleLifeCycle?.life_expiry || "No" /* No */,
|
|
1063
1065
|
is_extended_life_approved: vehicleLifeCycle?.is_extended_life_approved || "No" /* No */,
|
|
1064
|
-
life_status: "Active" /* Active */,
|
|
1066
|
+
life_status: vehicleLifeCycle?.life_status || "Active" /* Active */,
|
|
1065
1067
|
life_expiry_message: vehicleLifeCycle?.life_expiry_message || "",
|
|
1066
1068
|
life_expiry_note: vehicleLifeCycle?.life_expiry_note || "",
|
|
1067
1069
|
status: vehicleLifeCycle ? vehicleLifeCycle.status : "Active" /* Active */,
|
|
@@ -1101,6 +1103,17 @@ var toVehicleDetailPurchasePayload = (vehiclePurchase) => ({
|
|
|
1101
1103
|
lease_vendor_id: vehiclePurchase?.lease_vendor_id || "",
|
|
1102
1104
|
time_zone_id: ""
|
|
1103
1105
|
});
|
|
1106
|
+
var toGPSDeviceDetailsPayload = (row) => ({
|
|
1107
|
+
gps_device_identifier: row?.gps_device_identifier || "",
|
|
1108
|
+
device_manufacturer_id: row?.device_manufacturer_id || "",
|
|
1109
|
+
device_model_id: row?.device_model_id || "",
|
|
1110
|
+
device_type_id: row?.device_type_id || ""
|
|
1111
|
+
});
|
|
1112
|
+
var toGPSSimDetailsPayload = (row) => ({
|
|
1113
|
+
gps_sim_mobile_number: row?.gps_sim_mobile_number || "",
|
|
1114
|
+
gps_sim_serial_number: row?.gps_sim_serial_number || "",
|
|
1115
|
+
sim_provider_id: row?.sim_provider_id || ""
|
|
1116
|
+
});
|
|
1104
1117
|
var get_vehicle_file_presigned_url = async (data) => {
|
|
1105
1118
|
return apiPost(ENDPOINTS.vehicle_file_presigned_url, data);
|
|
1106
1119
|
};
|
|
@@ -1161,6 +1174,12 @@ var updateGPSDeviceDetails = async (id, payload) => {
|
|
|
1161
1174
|
var updateGPSSimDetails = async (id, payload) => {
|
|
1162
1175
|
return apiPatch(ENDPOINTS.update_gps_sim_details(id), payload);
|
|
1163
1176
|
};
|
|
1177
|
+
var getDeviceChangeHistoryByVehicle = async (id) => {
|
|
1178
|
+
return apiGet(ENDPOINTS.find_device_change_history_by_vehicle(id));
|
|
1179
|
+
};
|
|
1180
|
+
var getSimChangeHistoryByVehicle = async (id) => {
|
|
1181
|
+
return apiGet(ENDPOINTS.find_sim_change_history_by_vehicle(id));
|
|
1182
|
+
};
|
|
1164
1183
|
var updateSensorRelayLockStatusLocked = async (vehicle_id) => {
|
|
1165
1184
|
return apiPatch(ENDPOINTS.update_sensor_relay_lock_status_locked(vehicle_id), {});
|
|
1166
1185
|
};
|
|
@@ -1216,8 +1235,10 @@ export {
|
|
|
1216
1235
|
findVehicles,
|
|
1217
1236
|
findVehiclesLiveDashboard,
|
|
1218
1237
|
find_no_gps_data_vehicles,
|
|
1238
|
+
getDeviceChangeHistoryByVehicle,
|
|
1219
1239
|
getDriverLinkHistoryByDriver,
|
|
1220
1240
|
getDriverLinkHistoryByVehicle,
|
|
1241
|
+
getSimChangeHistoryByVehicle,
|
|
1221
1242
|
getVehicleCache,
|
|
1222
1243
|
getVehicleParentCache,
|
|
1223
1244
|
getVehicleSimpleCache,
|
|
@@ -1229,6 +1250,8 @@ export {
|
|
|
1229
1250
|
newVehiclePayload,
|
|
1230
1251
|
remove_calibration_file,
|
|
1231
1252
|
remove_vehicle_file,
|
|
1253
|
+
toGPSDeviceDetailsPayload,
|
|
1254
|
+
toGPSSimDetailsPayload,
|
|
1232
1255
|
toVehicleDetailLifeCyclePayload,
|
|
1233
1256
|
toVehicleDetailPurchasePayload,
|
|
1234
1257
|
toVehicleDetailsBodyPayload,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { g as MasterClass, ki as MasterClassDTO, kj as MasterClassQueryDTO, kk as MasterClassQuerySchema, kl as MasterClassSchema, km as createMasterClass, kn as deleteMasterClass, ko as findMasterClass, kp as getMasterClassCache, kq as getMasterClassCacheCount, kr as newMasterClassPayload, ks as toMasterClassPayload, kt as updateMasterClass } from '../../../user_organisation_service-
|
|
4
|
+
export { g as MasterClass, ki as MasterClassDTO, kj as MasterClassQueryDTO, kk as MasterClassQuerySchema, kl as MasterClassSchema, km as createMasterClass, kn as deleteMasterClass, ko as findMasterClass, kp as getMasterClassCache, kq as getMasterClassCacheCount, kr as newMasterClassPayload, ks as toMasterClassPayload, kt as updateMasterClass } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { h as MasterProgram, ku as MasterProgramDTO, kv as MasterProgramQueryDTO, kw as MasterProgramQuerySchema, kx as MasterProgramSchema, ky as createMasterProgram, kz as deleteMasterProgram, kA as findMasterProgram, kB as getMasterProgramCache, kC as getMasterProgramCacheCount, kD as newMasterProgramPayload, kE as toMasterProgramPayload, kF as updateMasterProgram } from '../../../user_organisation_service-
|
|
4
|
+
export { h as MasterProgram, ku as MasterProgramDTO, kv as MasterProgramQueryDTO, kw as MasterProgramQuerySchema, kx as MasterProgramSchema, ky as createMasterProgram, kz as deleteMasterProgram, kA as findMasterProgram, kB as getMasterProgramCache, kC as getMasterProgramCacheCount, kD as newMasterProgramPayload, kE as toMasterProgramPayload, kF as updateMasterProgram } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { j as MasterRelationship, lq as MasterRelationshipDTO, lr as MasterRelationshipQueryDTO, ls as MasterRelationshipQuerySchema, lt as MasterRelationshipSchema, lu as createMasterRelationship, lv as deleteMasterRelationship, lw as findMasterRelationship, lx as getMasterRelationshipCache, ly as getMasterRelationshipCacheCount, lz as newMasterRelationshipPayload, lA as toMasterRelationshipPayload, lB as updateMasterRelationship } from '../../../user_organisation_service-
|
|
4
|
+
export { j as MasterRelationship, lq as MasterRelationshipDTO, lr as MasterRelationshipQueryDTO, ls as MasterRelationshipQuerySchema, lt as MasterRelationshipSchema, lu as createMasterRelationship, lv as deleteMasterRelationship, lw as findMasterRelationship, lx as getMasterRelationshipCache, ly as getMasterRelationshipCacheCount, lz as newMasterRelationshipPayload, lA as toMasterRelationshipPayload, lB as updateMasterRelationship } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { k as MasterSection, kG as MasterSectionDTO, kH as MasterSectionQueryDTO, kI as MasterSectionQuerySchema, kJ as MasterSectionSchema, kK as createMasterSection, kL as deleteMasterSection, kM as findMasterSection, kN as getMasterSectionCache, kO as getMasterSectionCacheCount, kP as newMasterSectionPayload, kQ as toMasterSectionPayload, kR as updateMasterSection } from '../../../user_organisation_service-
|
|
4
|
+
export { k as MasterSection, kG as MasterSectionDTO, kH as MasterSectionQueryDTO, kI as MasterSectionQuerySchema, kJ as MasterSectionSchema, kK as createMasterSection, kL as deleteMasterSection, kM as findMasterSection, kN as getMasterSectionCache, kO as getMasterSectionCacheCount, kP as newMasterSectionPayload, kQ as toMasterSectionPayload, kR as updateMasterSection } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { i as MasterSemester, kS as MasterSemesterDTO, kT as MasterSemesterQueryDTO, kU as MasterSemesterQuerySchema, kV as MasterSemesterSchema, kW as createMasterSemester, kX as deleteMasterSemester, kY as findMasterSemester, kZ as getMasterSemesterCache, k_ as getMasterSemesterCacheCount, k$ as newMasterSemesterPayload, l0 as toMasterSemesterPayload, l1 as updateMasterSemester } from '../../../user_organisation_service-
|
|
4
|
+
export { i as MasterSemester, kS as MasterSemesterDTO, kT as MasterSemesterQueryDTO, kU as MasterSemesterQuerySchema, kV as MasterSemesterSchema, kW as createMasterSemester, kX as deleteMasterSemester, kY as findMasterSemester, kZ as getMasterSemesterCache, k_ as getMasterSemesterCacheCount, k$ as newMasterSemesterPayload, l0 as toMasterSemesterPayload, l1 as updateMasterSemester } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { l as MasterStream, l2 as MasterStreamDTO, l3 as MasterStreamQueryDTO, l4 as MasterStreamQuerySchema, l5 as MasterStreamSchema, l6 as createMasterStream, l7 as deleteMasterStream, l8 as findMasterStream, l9 as getMasterStreamCache, la as getMasterStreamCacheCount, lb as newMasterStreamPayload, lc as toMasterStreamPayload, ld as updateMasterStream } from '../../../user_organisation_service-
|
|
4
|
+
export { l as MasterStream, l2 as MasterStreamDTO, l3 as MasterStreamQueryDTO, l4 as MasterStreamQuerySchema, l5 as MasterStreamSchema, l6 as createMasterStream, l7 as deleteMasterStream, l8 as findMasterStream, l9 as getMasterStreamCache, la as getMasterStreamCacheCount, lb as newMasterStreamPayload, lc as toMasterStreamPayload, ld as updateMasterStream } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { m as MasterYear, le as MasterYearDTO, lf as MasterYearQueryDTO, lg as MasterYearQuerySchema, lh as MasterYearSchema, li as createMasterYear, lj as deleteMasterYear, lk as findMasterYear, ll as getMasterYearCache, lm as getMasterYearCacheCount, ln as newMasterYearPayload, lo as toMasterYearPayload, lp as updateMasterYear } from '../../../user_organisation_service-
|
|
4
|
+
export { m as MasterYear, le as MasterYearDTO, lf as MasterYearQueryDTO, lg as MasterYearQuerySchema, lh as MasterYearSchema, li as createMasterYear, lj as deleteMasterYear, lk as findMasterYear, ll as getMasterYearCache, lm as getMasterYearCacheCount, ln as newMasterYearPayload, lo as toMasterYearPayload, lp as updateMasterYear } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BR, SBR } from '../../../core/BaseResponse.js';
|
|
2
|
-
import { g as MasterClass, h as MasterProgram, i as MasterSemester, j as MasterRelationship, k as MasterSection, l as MasterStream, m as MasterYear, n as MasterExpenseName, o as MasterExpenseType, p as MasterVendorType, q as MasterVendorTag, r as MasterVendorDocumentType, s as MasterFuelCompany, t as MasterFleetIncidentType, u as MasterFleetIncidentStatus, v as MasterFleetIncidentSeverity, w as MasterFleetInsuranceClaimStatus, x as MasterFleetServiceTask, y as MasterMainIndustry, z as MasterMainCountry, A as MasterMainDateFormat, C as MasterMainLanguage, D as MasterMainUnitDistance, E as MasterMainUnitMileage, F as MasterMainUnitVolume, G as MasterMainSimProvider, H as OrganisationSubCompany, O as OrganisationBranch, I as OrganisationColor, J as OrganisationTag, K as OrganisationGroup, L as MasterSparePartCategory, N as MasterSparePartUnit, P as MasterTripPartyType, Q as MasterTyreMake, R as MasterTyreGrade, T as MasterUserRole, V as MasterUserStatus, W as MasterVehicleType, X as MasterVehicleMake, Y as MasterVehicleStatusType, Z as MasterVehicleOwnershipType, _ as MasterVehicleAssociatedTo, $ as MasterVehicleFuelType, a0 as MasterVehicleFuelUnit, a1 as MasterVehicleFuelRemovalReason, a2 as MasterVehicleDocumentType } from '../../../user_organisation_service-
|
|
2
|
+
import { g as MasterClass, h as MasterProgram, i as MasterSemester, j as MasterRelationship, k as MasterSection, l as MasterStream, m as MasterYear, n as MasterExpenseName, o as MasterExpenseType, p as MasterVendorType, q as MasterVendorTag, r as MasterVendorDocumentType, s as MasterFuelCompany, t as MasterFleetIncidentType, u as MasterFleetIncidentStatus, v as MasterFleetIncidentSeverity, w as MasterFleetInsuranceClaimStatus, x as MasterFleetServiceTask, y as MasterMainIndustry, z as MasterMainCountry, A as MasterMainDateFormat, C as MasterMainLanguage, D as MasterMainUnitDistance, E as MasterMainUnitMileage, F as MasterMainUnitVolume, G as MasterMainSimProvider, H as OrganisationSubCompany, O as OrganisationBranch, I as OrganisationColor, J as OrganisationTag, K as OrganisationGroup, L as MasterSparePartCategory, N as MasterSparePartUnit, P as MasterTripPartyType, Q as MasterTyreMake, R as MasterTyreGrade, T as MasterUserRole, V as MasterUserStatus, W as MasterVehicleType, X as MasterVehicleMake, Y as MasterVehicleStatusType, Z as MasterVehicleOwnershipType, _ as MasterVehicleAssociatedTo, $ as MasterVehicleFuelType, a0 as MasterVehicleFuelUnit, a1 as MasterVehicleFuelRemovalReason, a2 as MasterVehicleDocumentType } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
3
3
|
import { MasterMainFasttagBank } from '../main/master_main_fasttag_bank_service.js';
|
|
4
4
|
import { MasterMainEwayBillProvider } from '../main/master_main_eway_bill_provider_service.js';
|
|
5
5
|
import '../../../core/Enums.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { sR as MasterDeviceManufacturer, sS as MasterDeviceManufacturerDTO, sT as MasterDeviceManufacturerQueryDTO, sU as MasterDeviceManufacturerQuerySchema, sV as MasterDeviceManufacturerSchema, sW as createMasterDeviceManufacturer, sX as deleteMasterDeviceManufacturer, sY as findMasterDeviceManufacturers, sZ as getMasterDeviceManufacturerCache, s_ as getMasterDeviceManufacturerCacheChild, s$ as getMasterDeviceManufacturerCacheCount, t0 as newMasterDeviceManufacturerPayload, t1 as toMasterDeviceManufacturerPayload, t2 as updateMasterDeviceManufacturer } from '../../../user_organisation_service-
|
|
4
|
+
export { sR as MasterDeviceManufacturer, sS as MasterDeviceManufacturerDTO, sT as MasterDeviceManufacturerQueryDTO, sU as MasterDeviceManufacturerQuerySchema, sV as MasterDeviceManufacturerSchema, sW as createMasterDeviceManufacturer, sX as deleteMasterDeviceManufacturer, sY as findMasterDeviceManufacturers, sZ as getMasterDeviceManufacturerCache, s_ as getMasterDeviceManufacturerCacheChild, s$ as getMasterDeviceManufacturerCacheCount, t0 as newMasterDeviceManufacturerPayload, t1 as toMasterDeviceManufacturerPayload, t2 as updateMasterDeviceManufacturer } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { sB as FindCacheDTO, sC as FindCacheSchema, sD as MasterDeviceModel, sE as MasterDeviceModelDTO, sF as MasterDeviceModelQueryDTO, sG as MasterDeviceModelQuerySchema, sH as MasterDeviceModelSchema, sI as createMasterDeviceModel, sJ as deleteMasterDeviceModel, sK as findMasterDeviceModels, sL as getMasterDeviceModelCache, sM as getMasterDeviceModelCacheChild, sN as getMasterDeviceModelCacheCount, sO as newMasterDeviceModelPayload, sP as toMasterDeviceModelPayload, sQ as updateMasterDeviceModel } from '../../../user_organisation_service-
|
|
4
|
+
export { sB as FindCacheDTO, sC as FindCacheSchema, sD as MasterDeviceModel, sE as MasterDeviceModelDTO, sF as MasterDeviceModelQueryDTO, sG as MasterDeviceModelQuerySchema, sH as MasterDeviceModelSchema, sI as createMasterDeviceModel, sJ as deleteMasterDeviceModel, sK as findMasterDeviceModels, sL as getMasterDeviceModelCache, sM as getMasterDeviceModelCacheChild, sN as getMasterDeviceModelCacheCount, sO as newMasterDeviceModelPayload, sP as toMasterDeviceModelPayload, sQ as updateMasterDeviceModel } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { sl as FindCacheDTO, sm as FindCacheSchema, sn as MasterDeviceType, so as MasterDeviceTypeDTO, sp as MasterDeviceTypeQueryDTO, sq as MasterDeviceTypeQuerySchema, sr as MasterDeviceTypeSchema, ss as createMasterDeviceType, st as deleteMasterDeviceType, su as findMasterDeviceTypes, sv as getMasterDeviceTypeCache, sw as getMasterDeviceTypeCacheChild, sx as getMasterDeviceTypeCacheCount, sy as newMasterDeviceTypePayload, sz as toMasterDeviceTypePayload, sA as updateMasterDeviceType } from '../../../user_organisation_service-
|
|
4
|
+
export { sl as FindCacheDTO, sm as FindCacheSchema, sn as MasterDeviceType, so as MasterDeviceTypeDTO, sp as MasterDeviceTypeQueryDTO, sq as MasterDeviceTypeQuerySchema, sr as MasterDeviceTypeSchema, ss as createMasterDeviceType, st as deleteMasterDeviceType, su as findMasterDeviceTypes, sv as getMasterDeviceTypeCache, sw as getMasterDeviceTypeCacheChild, sx as getMasterDeviceTypeCacheCount, sy as newMasterDeviceTypePayload, sz as toMasterDeviceTypePayload, sA as updateMasterDeviceType } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { n as MasterExpenseName, cm as MasterExpenseNameDTO, cn as MasterExpenseNameQueryDTO, co as MasterExpenseNameQuerySchema, cp as MasterExpenseNameSchema, cq as createMasterExpenseName, cr as deleteMasterExpenseName, cs as findMasterExpenseNames, ct as getMasterExpenseNameCache, cu as newMasterExpenseNamePayload, cv as toMasterExpenseNamePayload, cw as updateMasterExpenseName } from '../../../user_organisation_service-
|
|
4
|
+
export { n as MasterExpenseName, cm as MasterExpenseNameDTO, cn as MasterExpenseNameQueryDTO, co as MasterExpenseNameQuerySchema, cp as MasterExpenseNameSchema, cq as createMasterExpenseName, cr as deleteMasterExpenseName, cs as findMasterExpenseNames, ct as getMasterExpenseNameCache, cu as newMasterExpenseNamePayload, cv as toMasterExpenseNamePayload, cw as updateMasterExpenseName } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { o as MasterExpenseType,
|
|
4
|
+
export { o as MasterExpenseType, yU as MasterExpenseTypeDTO, yV as MasterExpenseTypeQueryDTO, yW as MasterExpenseTypeQuerySchema, yX as MasterExpenseTypeSchema, yY as createMasterExpenseType, yZ as deleteMasterExpenseType, y_ as findMasterExpenseTypes, y$ as getMasterExpenseTypeCache, z0 as newMasterExpenseTypePayload, z1 as toMasterExpenseTypePayload, z2 as updateMasterExpenseType } from '../../../user_organisation_service-hFxaTwGg.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|