vms-nest-prisma-api-document 680.0.0 → 690.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/{bookmark_service-Bd5TtOm6.d.ts → bookmark_service-BvGQhcC3.d.ts} +272 -170
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/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/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.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_management_service.js +14 -0
- 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/service_management/fleet_service_management_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_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/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.js +11 -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/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_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 +15 -12
- 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 +99 -0
- package/dist/services/master/cache_reset/master_reset_cache_service.js +127 -0
- 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_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_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_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/package.json +1 -1
|
@@ -34,41 +34,41 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
|
|
|
34
34
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
35
35
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
-
db_group: string;
|
|
38
|
-
db_instance: string;
|
|
39
|
-
night_driving: NightDriving;
|
|
40
37
|
search: string;
|
|
41
38
|
paging: PAGING;
|
|
42
39
|
page_count: number;
|
|
43
40
|
page_index: number;
|
|
41
|
+
login_from: LoginFrom;
|
|
44
42
|
date_format_id: string;
|
|
45
43
|
time_zone_id: string;
|
|
46
|
-
login_from: LoginFrom;
|
|
47
44
|
organisation_id: string;
|
|
45
|
+
db_instance: string;
|
|
46
|
+
db_group: string;
|
|
48
47
|
vehicle_ids: string[];
|
|
49
48
|
from_date: string;
|
|
50
49
|
to_date: string;
|
|
51
50
|
time_slot: TimeSlot;
|
|
51
|
+
night_driving: NightDriving;
|
|
52
52
|
over_speed: OverSpeed;
|
|
53
53
|
utilization_km: number;
|
|
54
54
|
vehicle_summary: YesNo;
|
|
55
55
|
driver_summary: YesNo;
|
|
56
56
|
}, {
|
|
57
|
-
|
|
58
|
-
db_instance: string;
|
|
57
|
+
login_from: LoginFrom;
|
|
59
58
|
date_format_id: string;
|
|
60
59
|
time_zone_id: string;
|
|
61
|
-
login_from: LoginFrom;
|
|
62
60
|
organisation_id: string;
|
|
61
|
+
db_instance: string;
|
|
62
|
+
db_group: string;
|
|
63
63
|
from_date: string;
|
|
64
64
|
to_date: string;
|
|
65
|
-
night_driving?: NightDriving | undefined;
|
|
66
65
|
search?: string | undefined;
|
|
67
66
|
paging?: PAGING | undefined;
|
|
68
67
|
page_count?: unknown;
|
|
69
68
|
page_index?: unknown;
|
|
70
69
|
vehicle_ids?: string[] | undefined;
|
|
71
70
|
time_slot?: TimeSlot | undefined;
|
|
71
|
+
night_driving?: NightDriving | undefined;
|
|
72
72
|
over_speed?: OverSpeed | undefined;
|
|
73
73
|
utilization_km?: unknown;
|
|
74
74
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -97,40 +97,40 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
|
|
|
97
97
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
98
98
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
db_group: string;
|
|
101
|
-
db_instance: string;
|
|
102
|
-
night_driving: NightDriving;
|
|
103
100
|
search: string;
|
|
104
101
|
paging: PAGING;
|
|
105
102
|
page_count: number;
|
|
106
103
|
page_index: number;
|
|
104
|
+
login_from: LoginFrom;
|
|
107
105
|
date_format_id: string;
|
|
108
106
|
time_zone_id: string;
|
|
109
|
-
login_from: LoginFrom;
|
|
110
107
|
organisation_id: string;
|
|
108
|
+
db_instance: string;
|
|
109
|
+
db_group: string;
|
|
111
110
|
from_date: string;
|
|
112
111
|
to_date: string;
|
|
113
112
|
time_slot: TimeSlot;
|
|
113
|
+
night_driving: NightDriving;
|
|
114
114
|
over_speed: OverSpeed;
|
|
115
115
|
utilization_km: number;
|
|
116
116
|
vehicle_summary: YesNo;
|
|
117
117
|
driver_summary: YesNo;
|
|
118
118
|
driver_ids: string[];
|
|
119
119
|
}, {
|
|
120
|
-
|
|
121
|
-
db_instance: string;
|
|
120
|
+
login_from: LoginFrom;
|
|
122
121
|
date_format_id: string;
|
|
123
122
|
time_zone_id: string;
|
|
124
|
-
login_from: LoginFrom;
|
|
125
123
|
organisation_id: string;
|
|
124
|
+
db_instance: string;
|
|
125
|
+
db_group: string;
|
|
126
126
|
from_date: string;
|
|
127
127
|
to_date: string;
|
|
128
|
-
night_driving?: NightDriving | undefined;
|
|
129
128
|
search?: string | undefined;
|
|
130
129
|
paging?: PAGING | undefined;
|
|
131
130
|
page_count?: unknown;
|
|
132
131
|
page_index?: unknown;
|
|
133
132
|
time_slot?: TimeSlot | undefined;
|
|
133
|
+
night_driving?: NightDriving | undefined;
|
|
134
134
|
over_speed?: OverSpeed | undefined;
|
|
135
135
|
utilization_km?: unknown;
|
|
136
136
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -157,16 +157,16 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
157
157
|
interval_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
158
158
|
boolean_type: z.ZodType<BooleanType, z.ZodTypeDef, BooleanType>;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
|
-
db_group: string;
|
|
161
|
-
db_instance: string;
|
|
162
160
|
search: string;
|
|
163
161
|
paging: PAGING;
|
|
164
162
|
page_count: number;
|
|
165
163
|
page_index: number;
|
|
164
|
+
login_from: LoginFrom;
|
|
166
165
|
date_format_id: string;
|
|
167
166
|
time_zone_id: string;
|
|
168
|
-
login_from: LoginFrom;
|
|
169
167
|
organisation_id: string;
|
|
168
|
+
db_instance: string;
|
|
169
|
+
db_group: string;
|
|
170
170
|
vehicle_ids: string[];
|
|
171
171
|
from_date: string;
|
|
172
172
|
to_date: string;
|
|
@@ -174,12 +174,12 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
174
174
|
interval_seconds: number;
|
|
175
175
|
boolean_type: BooleanType;
|
|
176
176
|
}, {
|
|
177
|
-
|
|
178
|
-
db_instance: string;
|
|
177
|
+
login_from: LoginFrom;
|
|
179
178
|
date_format_id: string;
|
|
180
179
|
time_zone_id: string;
|
|
181
|
-
login_from: LoginFrom;
|
|
182
180
|
organisation_id: string;
|
|
181
|
+
db_instance: string;
|
|
182
|
+
db_group: string;
|
|
183
183
|
from_date: string;
|
|
184
184
|
to_date: string;
|
|
185
185
|
gps_type: GPSType;
|
|
@@ -208,26 +208,26 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
|
|
|
208
208
|
utilization_km: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
209
209
|
is12am: z.ZodType<Is12AM, z.ZodTypeDef, Is12AM>;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
|
-
db_group: string;
|
|
212
|
-
db_instance: string;
|
|
213
211
|
search: string;
|
|
214
212
|
paging: PAGING;
|
|
215
213
|
page_count: number;
|
|
216
214
|
page_index: number;
|
|
215
|
+
login_from: LoginFrom;
|
|
217
216
|
date_format_id: string;
|
|
218
217
|
time_zone_id: string;
|
|
219
|
-
login_from: LoginFrom;
|
|
220
218
|
organisation_id: string;
|
|
219
|
+
db_instance: string;
|
|
220
|
+
db_group: string;
|
|
221
221
|
vehicle_ids: string[];
|
|
222
222
|
utilization_km: number;
|
|
223
223
|
is12am: Is12AM;
|
|
224
224
|
}, {
|
|
225
|
-
|
|
226
|
-
db_instance: string;
|
|
225
|
+
login_from: LoginFrom;
|
|
227
226
|
date_format_id: string;
|
|
228
227
|
time_zone_id: string;
|
|
229
|
-
login_from: LoginFrom;
|
|
230
228
|
organisation_id: string;
|
|
229
|
+
db_instance: string;
|
|
230
|
+
db_group: string;
|
|
231
231
|
is12am: Is12AM;
|
|
232
232
|
search?: string | undefined;
|
|
233
233
|
paging?: PAGING | undefined;
|
|
@@ -254,27 +254,27 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
|
|
|
254
254
|
to_date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
255
255
|
interval_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
256
256
|
}, "strip", z.ZodTypeAny, {
|
|
257
|
-
db_group: string;
|
|
258
|
-
db_instance: string;
|
|
259
257
|
search: string;
|
|
260
258
|
paging: PAGING;
|
|
261
259
|
page_count: number;
|
|
262
260
|
page_index: number;
|
|
261
|
+
login_from: LoginFrom;
|
|
263
262
|
date_format_id: string;
|
|
264
263
|
time_zone_id: string;
|
|
265
|
-
login_from: LoginFrom;
|
|
266
264
|
organisation_id: string;
|
|
265
|
+
db_instance: string;
|
|
266
|
+
db_group: string;
|
|
267
267
|
interval_seconds: number;
|
|
268
268
|
vehicle_id: string;
|
|
269
269
|
from_date_time: string;
|
|
270
270
|
to_date_time: string;
|
|
271
271
|
}, {
|
|
272
|
-
|
|
273
|
-
db_instance: string;
|
|
272
|
+
login_from: LoginFrom;
|
|
274
273
|
date_format_id: string;
|
|
275
274
|
time_zone_id: string;
|
|
276
|
-
login_from: LoginFrom;
|
|
277
275
|
organisation_id: string;
|
|
276
|
+
db_instance: string;
|
|
277
|
+
db_group: string;
|
|
278
278
|
vehicle_id: string;
|
|
279
279
|
from_date_time: string;
|
|
280
280
|
to_date_time: string;
|
|
@@ -299,24 +299,24 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
|
|
|
299
299
|
db_group: z.ZodEffects<z.ZodString, string, string>;
|
|
300
300
|
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
301
301
|
}, "strip", z.ZodTypeAny, {
|
|
302
|
-
db_group: string;
|
|
303
|
-
db_instance: string;
|
|
304
302
|
search: string;
|
|
305
303
|
paging: PAGING;
|
|
306
304
|
page_count: number;
|
|
307
305
|
page_index: number;
|
|
306
|
+
login_from: LoginFrom;
|
|
308
307
|
date_format_id: string;
|
|
309
308
|
time_zone_id: string;
|
|
310
|
-
login_from: LoginFrom;
|
|
311
309
|
organisation_id: string;
|
|
310
|
+
db_instance: string;
|
|
311
|
+
db_group: string;
|
|
312
312
|
vehicle_id: string;
|
|
313
313
|
}, {
|
|
314
|
-
|
|
315
|
-
db_instance: string;
|
|
314
|
+
login_from: LoginFrom;
|
|
316
315
|
date_format_id: string;
|
|
317
316
|
time_zone_id: string;
|
|
318
|
-
login_from: LoginFrom;
|
|
319
317
|
organisation_id: string;
|
|
318
|
+
db_instance: string;
|
|
319
|
+
db_group: string;
|
|
320
320
|
vehicle_id: string;
|
|
321
321
|
search?: string | undefined;
|
|
322
322
|
paging?: PAGING | undefined;
|
|
@@ -346,16 +346,16 @@ declare const AlertReportSchema: z.ZodObject<{
|
|
|
346
346
|
from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
347
347
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
348
348
|
}, "strip", z.ZodTypeAny, {
|
|
349
|
-
db_group: string;
|
|
350
|
-
db_instance: string;
|
|
351
349
|
search: string;
|
|
352
350
|
paging: PAGING;
|
|
353
351
|
page_count: number;
|
|
354
352
|
page_index: number;
|
|
353
|
+
login_from: LoginFrom;
|
|
355
354
|
date_format_id: string;
|
|
356
355
|
time_zone_id: string;
|
|
357
|
-
login_from: LoginFrom;
|
|
358
356
|
organisation_id: string;
|
|
357
|
+
db_instance: string;
|
|
358
|
+
db_group: string;
|
|
359
359
|
vehicle_ids: string[];
|
|
360
360
|
from_date: string;
|
|
361
361
|
to_date: string;
|
|
@@ -366,12 +366,12 @@ declare const AlertReportSchema: z.ZodObject<{
|
|
|
366
366
|
alert_types: AlertType[];
|
|
367
367
|
alert_sub_types: AlertSubType[];
|
|
368
368
|
}, {
|
|
369
|
-
|
|
370
|
-
db_instance: string;
|
|
369
|
+
login_from: LoginFrom;
|
|
371
370
|
date_format_id: string;
|
|
372
371
|
time_zone_id: string;
|
|
373
|
-
login_from: LoginFrom;
|
|
374
372
|
organisation_id: string;
|
|
373
|
+
db_instance: string;
|
|
374
|
+
db_group: string;
|
|
375
375
|
from_date: string;
|
|
376
376
|
to_date: string;
|
|
377
377
|
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 {
|
|
5
|
+
export { w1 as AssignRemoveDeviceHistory, w8 as DeviceSimLinkDTO, w7 as DeviceSimLinkSchema, w0 as MasterDevice, w4 as MasterDeviceDTO, w2 as MasterDeviceFile, w6 as MasterDeviceQueryDTO, w5 as MasterDeviceQuerySchema, w3 as MasterDeviceSchema, wc as createMasterDevice, we as deleteMasterDevice, wf as device_sim_link, wg as device_sim_unlink, wb as findMasterDevices, wi as get_device_sim_link_history_by_device, wh as get_device_sim_link_history_by_sim, wa as newMasterDevicePayload, w9 as toMasterDevicePayload, wd as updateMasterDevice } from '../../../bookmark_service-BvGQhcC3.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -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 {
|
|
5
|
+
export { m1 as AssignRemoveDriverHistory, m2 as DriverLoginPush, M as MasterDriver, m6 as MasterDriverDTO, m0 as MasterDriverFile, m4 as MasterDriverFileDTO, m3 as MasterDriverFileSchema, ma as MasterDriverLogoDTO, m9 as MasterDriverLogoSchema, mc as MasterDriverProfileDTO, mb as MasterDriverProfileSchema, m8 as MasterDriverQueryDTO, m7 as MasterDriverQuerySchema, m5 as MasterDriverSchema, mn as createMasterDriver, mk as create_master_driver_file, mp as deleteMasterDriver, mr as deleteMasterDriverLogo, mj as delete_master_driver_logo, mm as findMasterDriver, mt as getMasterDriverCache, mu as getMasterDriverCacheSimple, mh as get_master_driver_file_presigned_url, mg as get_master_driver_logo_presigned_url, mf as newDriverPayload, ml as remove_master_driver_file, md as toDriverPayload, me as toDriverProfilePayload, mo as updateMasterDriver, mq as updateMasterDriverLogo, ms as updateMasterDriverProfile, mi as update_master_driver_logo } from '../../../bookmark_service-BvGQhcC3.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 {
|
|
4
|
+
export { vR as AssignRemoveSimHistory, vQ as MasterSim, vT as MasterSimDTO, vV as MasterSimQueryDTO, vU as MasterSimQuerySchema, vS as MasterSimSchema, vZ as createMasterSim, v$ as deleteMasterSim, vY as findMasterSims, vX as newMasterSimPayload, vW as toMasterSimPayload, v_ as updateMasterSim } from '../../../bookmark_service-BvGQhcC3.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 { BR, SBR } from '../../../core/BaseResponse.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { U as User, a as UserAdmin, M as MasterDriver } from '../../../bookmark_service-
|
|
3
|
+
import { U as User, a as UserAdmin, M as MasterDriver } from '../../../bookmark_service-BvGQhcC3.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 { a as UserAdmin,
|
|
4
|
+
export { a as UserAdmin, cZ as UserAdminDTO, cX as UserAdminLoginPush, c$ as UserAdminLogoDTO, c_ as UserAdminLogoSchema, d1 as UserAdminProfileDTO, d0 as UserAdminProfileSchema, d3 as UserAdminQueryDTO, d2 as UserAdminQuerySchema, cY as UserAdminSchema, da as createUserAdmin, dc as deleteUserAdmin, d8 as delete_admin_image, d9 as findUserAdmin, de as getAdminUserCache, d6 as get_admin_image_presigned_url, d5 as newUserAdminPayload, d4 as toUserAdminProfilePayload, db as updateUserAdmin, dd as updateUserAdminProfile, d7 as update_admin_image } from '../../../bookmark_service-BvGQhcC3.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 {
|
|
4
|
+
export { Y as UserOrganisation, zn as UserOrganisationDTO, zr as UserOrganisationLogoDTO, zq as UserOrganisationLogoSchema, zp as UserOrganisationQueryDTO, zo as UserOrganisationQuerySchema, zm as UserOrganisationSchema, zl as UserOrganisationSimple, zy as createUserOrganisation, zA as deleteUserOrganisation, zw as delete_organisation_logo, zx as findUserOrganisation, zB as getUserOrganisationCache, zC as getUserOrganisationCacheSimple, zu as get_organisation_logo_presigned_url, zt as newUserOrganisationPayload, zs as toUserOrganisationPayload, zz as updateUserOrganisation, zv as update_organisation_logo } from '../../../bookmark_service-BvGQhcC3.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 User,
|
|
4
|
+
export { U as User, le as UserDTO, lq as UserDefaultDateFormatDTO, lp as UserDefaultDateFormatSchema, lm as UserDefaultLanguageDTO, ll as UserDefaultLanguageSchema, lo as UserDefaultTimeZoneDTO, ln as UserDefaultTimeZoneSchema, lc as UserLoginPush, li as UserLogoDTO, lh as UserLogoSchema, lk as UserProfileDTO, lj as UserProfileSchema, lg as UserQueryDTO, lf as UserQuerySchema, ld as UserSchema, lb as UserVehicleLink, ly as createUser, lA as deleteUser, lw as delete_user_image, lx as findUser, lC as getUserCache, lD as getUserCacheSimple, lu as get_user_image_presigned_url, lt as newUserPayload, lr as toUserPayload, ls as toUserProfilePayload, lz as updateUser, lG as updateUserDefaultDateformat, lE as updateUserDefaultLanguage, lF as updateUserDefaultTimezone, lB as updateUserProfile, lv as update_user_image } from '../../../bookmark_service-BvGQhcC3.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 { OdometerSource, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import {
|
|
4
|
+
import { Y as UserOrganisation, Z as MasterVehicle } from '../../../../bookmark_service-BvGQhcC3.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 {
|
|
5
|
+
export { tt as CalibrationFileDTO, ts as CalibrationFileSchema, tz as MasterDeviceFileDTO, ty as MasterDeviceFileSchema, Z as MasterVehicle, tf as MasterVehicleDropdown, tg as MasterVehicleFile, tr as MasterVehicleFileDTO, tq as MasterVehicleFileSchema, u1 as SimpleFindQueryDTO, u0 as SimpleFindQuerySchema, tx as VehicleBulkDTO, tw as VehicleBulkSchema, tv as VehicleDTO, tj as VehicleDetailBody, tL as VehicleDetailBodyDTO, tK as VehicleDetailBodySchema, th as VehicleDetailGPS, tH as VehicleDetailGPSSensorDTO, tG as VehicleDetailGPSSensorSchema, tk as VehicleDetailLifeCycle, tN as VehicleDetailLifeCycleDto, tM as VehicleDetailLifeCycleSchema, tl as VehicleDetailPurchase, tP as VehicleDetailPurchaseDTO, tO as VehicleDetailPurchaseSchema, ti as VehicleDetailTrip, tJ as VehicleDetailTripDTO, tI as VehicleDetailTripSchema, tB as VehicleDeviceLinkDTO, tA as VehicleDeviceLinkSchema, tD as VehicleDeviceUnlinkDTO, tC as VehicleDeviceUnlinkSchema, tm as VehicleDocument, tT as VehicleDocumentDTO, to as VehicleDocumentExpiry, tX as VehicleDocumentExpiryDTO, tZ as VehicleDocumentExpiryQueryDTO, tY as VehicleDocumentExpiryQuerySchema, tW as VehicleDocumentExpirySchema, tn as VehicleDocumentFile, tR as VehicleDocumentFileDTO, tQ as VehicleDocumentFileSchema, tV as VehicleDocumentQueryDTO, tU as VehicleDocumentQuerySchema, tS as VehicleDocumentSchema, tF as VehicleDriverLinkDTO, tE as VehicleDriverLinkSchema, u3 as VehicleGPSQueryDTO, u2 as VehicleGPSQuerySchema, tp as VehicleOdometerHistory, t$ as VehicleQueryDTO, t_ as VehicleQuerySchema, tu as VehicleSchema, uu as createVehicle, uK as createVehicleDocument, uO as createVehicleDocumentExpiry, ul as create_file_device, uj as create_file_vehicle, un as create_file_vehicle_document, uw as deleteVehicle, uq as delete_calibration_file, uL as findVehicleDocument, uP as findVehicleDocumentExpiry, ut as findVehicleGPSDetails, ur as findVehicles, us as findVehiclesLiveDashboard, uJ as getDeviceLinkHistoryByDevice, uI as getDeviceLinkHistoryByVehicle, uF as getDriverLinkHistoryByDriver, uE as getDriverLinkHistoryByVehicle, uS as getVehicleCache, uU as getVehicleParentCache, uT as getVehicleSimpleCache, uW as getVehicleSimpleDropdownCacheLiveData, uV as getVehicleSimpleDropdownCustom, ui as get_calibration_file_presigned_url, ug as get_device_file_presigned_url, uh as get_vehicle_document_file_presigned_url, uf as get_vehicle_file_presigned_url, uG as linkDeviceToVehicle, uC as linkDriverToVehicle, ue as newVehicleDocumentExpiryPayload, uc as newVehicleDocumentPayload, u5 as newVehiclePayload, uN as removeVehicleDocument, uR as removeVehicleDocumentExpiry, um as remove_file_device, uk as remove_file_vehicle, uo as remove_file_vehicle_document, u9 as toVehicleDetailLifeCyclePayload, ua as toVehicleDetailPurchasePayload, u8 as toVehicleDetailsBodyPayload, u6 as toVehicleDetailsGPSPayload, u7 as toVehicleDetailsTripPayload, ud as toVehicleDocumentExpiryPayload, ub as toVehicleDocumentPayload, u4 as toVehiclePayload, uH as unlinkDeviceFromVehicle, uD as unlinkDriverFromVehicle, ux as updateDetailsGpsSensor, uy as updateDetailsTrip, uv as updateVehicle, uz as updateVehicleBodyDetails, uM as updateVehicleDocument, uQ as updateVehicleDocumentExpiry, uA as updateVehicleLifeCycleDetails, uB as updateVehiclePurchaseDetails, up as update_calibration_file } from '../../../bookmark_service-BvGQhcC3.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -988,20 +988,14 @@ var VehicleDocumentExpiryQuerySchema = BaseQuerySchema.extend({
|
|
|
988
988
|
)
|
|
989
989
|
});
|
|
990
990
|
var VehicleQuerySchema = BaseQuerySchema.extend({
|
|
991
|
+
// Self Table
|
|
992
|
+
vehicle_ids: multi_select_optional("MasterVehicle"),
|
|
993
|
+
// Multi-Selection -> MasterVehicle
|
|
994
|
+
// Relations - Parent
|
|
991
995
|
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
992
996
|
// Multi-Selection -> UserOrganisation
|
|
993
|
-
is_driver_assigned: enumArrayOptional(
|
|
994
|
-
"Is Device Installed",
|
|
995
|
-
YesNo,
|
|
996
|
-
getAllEnums(YesNo)
|
|
997
|
-
),
|
|
998
997
|
driver_ids: multi_select_optional("MasterDriver"),
|
|
999
998
|
// Multi-Selection -> MasterDriver
|
|
1000
|
-
is_device_installed: enumArrayOptional(
|
|
1001
|
-
"Is Device Installed",
|
|
1002
|
-
YesNo,
|
|
1003
|
-
getAllEnums(YesNo)
|
|
1004
|
-
),
|
|
1005
999
|
device_ids: multi_select_optional("MasterDevice"),
|
|
1006
1000
|
// Multi-Selection -> MasterDevice
|
|
1007
1001
|
organisation_sub_company_ids: multi_select_optional("OrganisationSubCompany"),
|
|
@@ -1032,8 +1026,17 @@ var VehicleQuerySchema = BaseQuerySchema.extend({
|
|
|
1032
1026
|
// Multi-Selection -> MasterVehicleFuelType
|
|
1033
1027
|
vehicle_fuel_unit_ids: multi_select_optional("MasterVehicleFuelUnit"),
|
|
1034
1028
|
// Multi-Selection -> MasterVehicleFuelUnit
|
|
1035
|
-
|
|
1036
|
-
|
|
1029
|
+
// Enums
|
|
1030
|
+
is_device_installed: enumArrayOptional(
|
|
1031
|
+
"Is Device Installed",
|
|
1032
|
+
YesNo,
|
|
1033
|
+
getAllEnums(YesNo)
|
|
1034
|
+
),
|
|
1035
|
+
is_driver_assigned: enumArrayOptional(
|
|
1036
|
+
"Is Driver Assigned",
|
|
1037
|
+
YesNo,
|
|
1038
|
+
getAllEnums(YesNo)
|
|
1039
|
+
),
|
|
1037
1040
|
gps_vehicle_category: enumOptional(
|
|
1038
1041
|
"GPS Vehicle Category",
|
|
1039
1042
|
GPSVehicleCategory,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { Q as MasterClass, oV as MasterClassDTO, oX as MasterClassQueryDTO, oW as MasterClassQuerySchema, oU as MasterClassSchema, o$ as createMasterClass, p1 as deleteMasterClass, o_ as findMasterClass, p2 as getMasterClassCache, p3 as getMasterClassCacheCount, oZ as newMasterClassPayload, oY as toMasterClassPayload, p0 as updateMasterClass } from '../../../bookmark_service-BvGQhcC3.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 {
|
|
4
|
+
export { R as MasterProgram, p5 as MasterProgramDTO, p7 as MasterProgramQueryDTO, p6 as MasterProgramQuerySchema, p4 as MasterProgramSchema, pb as createMasterProgram, pd as deleteMasterProgram, pa as findMasterProgram, pe as getMasterProgramCache, pf as getMasterProgramCacheCount, p9 as newMasterProgramPayload, p8 as toMasterProgramPayload, pc as updateMasterProgram } from '../../../bookmark_service-BvGQhcC3.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 {
|
|
4
|
+
export { T as MasterRelationship, q1 as MasterRelationshipDTO, q3 as MasterRelationshipQueryDTO, q2 as MasterRelationshipQuerySchema, q0 as MasterRelationshipSchema, q7 as createMasterRelationship, q9 as deleteMasterRelationship, q6 as findMasterRelationship, qa as getMasterRelationshipCache, qb as getMasterRelationshipCacheCount, q5 as newMasterRelationshipPayload, q4 as toMasterRelationshipPayload, q8 as updateMasterRelationship } from '../../../bookmark_service-BvGQhcC3.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 {
|
|
4
|
+
export { V as MasterSection, ph as MasterSectionDTO, pj as MasterSectionQueryDTO, pi as MasterSectionQuerySchema, pg as MasterSectionSchema, pn as createMasterSection, pp as deleteMasterSection, pm as findMasterSection, pq as getMasterSectionCache, pr as getMasterSectionCacheCount, pl as newMasterSectionPayload, pk as toMasterSectionPayload, po as updateMasterSection } from '../../../bookmark_service-BvGQhcC3.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 {
|
|
4
|
+
export { S as MasterSemester, pt as MasterSemesterDTO, pv as MasterSemesterQueryDTO, pu as MasterSemesterQuerySchema, ps as MasterSemesterSchema, pz as createMasterSemester, pB as deleteMasterSemester, py as findMasterSemester, pC as getMasterSemesterCache, pD as getMasterSemesterCacheCount, px as newMasterSemesterPayload, pw as toMasterSemesterPayload, pA as updateMasterSemester } from '../../../bookmark_service-BvGQhcC3.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 {
|
|
4
|
+
export { W as MasterStream, pF as MasterStreamDTO, pH as MasterStreamQueryDTO, pG as MasterStreamQuerySchema, pE as MasterStreamSchema, pL as createMasterStream, pN as deleteMasterStream, pK as findMasterStream, pO as getMasterStreamCache, pP as getMasterStreamCacheCount, pJ as newMasterStreamPayload, pI as toMasterStreamPayload, pM as updateMasterStream } from '../../../bookmark_service-BvGQhcC3.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 {
|
|
4
|
+
export { X as MasterYear, pR as MasterYearDTO, pT as MasterYearQueryDTO, pS as MasterYearQuerySchema, pQ as MasterYearSchema, pX as createMasterYear, pZ as deleteMasterYear, pW as findMasterYear, p_ as getMasterYearCache, p$ as getMasterYearCacheCount, pV as newMasterYearPayload, pU as toMasterYearPayload, pY as updateMasterYear } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { SBR, BR } from '../../../core/BaseResponse.js';
|
|
2
|
+
import { b as MasterVehicleType, c as MasterVehicleMake, d as MasterVehicleStatusType, e as MasterVehicleOwnershipType, f as MasterVehicleAssociatedTo, g as MasterVehicleFuelType, h as MasterVehicleFuelUnit, i as MasterVehicleFuelRemovalReason, j as MasterVehicleDocumentType, k as MasterUserRole, l as MasterUserStatus, m as MasterTyreMake, n as MasterTyreGrade, o as MasterTripPartyType, p as MasterSparePartCategory, q as MasterSparePartUnit, O as OrganisationSubCompany, r as OrganisationBranch, s as OrganisationColor, t as OrganisationTag, u as OrganisationGroup, v as MasterMainIndustry, w as MasterMainCountry, x as MasterMainDateFormat, y as MasterMainLanguage, z as MasterMainUnitDistance, A as MasterMainUnitMileage, B as MasterMainUnitVolume, C as MasterMainSimProvider, D as MasterFleetIncidentType, E as MasterFleetIncidentStatus, F as MasterFleetIncidentSeverity, G as MasterFleetInsuranceClaimStatus, H as MasterFleetServiceTask, I as MasterExpenseName, J as MasterExpenseType, K as MasterVendorType, L as MasterVendorTag, N as MasterVendorDocumentType, P as MasterFuelCompany, Q as MasterClass, R as MasterProgram, S as MasterSemester, T as MasterRelationship, V as MasterSection, W as MasterStream, X as MasterYear } from '../../../bookmark_service-BvGQhcC3.js';
|
|
3
|
+
import { MasterMainFasttagBank } from '../main/master_main_fasttag_bank_service.js';
|
|
4
|
+
import { MasterMainEwayBillProvider } from '../main/master_main_eway_bill_provider_service.js';
|
|
5
|
+
import '../../../core/Enums.js';
|
|
6
|
+
import 'zod';
|
|
7
|
+
import '../../../zod_utils/zod_base_schema.js';
|
|
8
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
9
|
+
|
|
10
|
+
interface VehicleAllCache extends Record<string, unknown> {
|
|
11
|
+
MasterVehicleType: MasterVehicleType[];
|
|
12
|
+
MasterVehicleMake: MasterVehicleMake[];
|
|
13
|
+
MasterVehicleStatusType: MasterVehicleStatusType[];
|
|
14
|
+
MasterVehicleOwnershipType: MasterVehicleOwnershipType[];
|
|
15
|
+
MasterVehicleAssociatedTo: MasterVehicleAssociatedTo[];
|
|
16
|
+
MasterVehicleFuelType: MasterVehicleFuelType[];
|
|
17
|
+
MasterVehicleFuelUnit: MasterVehicleFuelUnit[];
|
|
18
|
+
MasterVehicleFuelRemovalReason: MasterVehicleFuelRemovalReason[];
|
|
19
|
+
MasterVehicleDocumentType: MasterVehicleDocumentType[];
|
|
20
|
+
}
|
|
21
|
+
interface UserAllCache extends Record<string, unknown> {
|
|
22
|
+
MasterUserRole: MasterUserRole[];
|
|
23
|
+
MasterUserStatus: MasterUserStatus[];
|
|
24
|
+
}
|
|
25
|
+
interface TyreAllCache extends Record<string, unknown> {
|
|
26
|
+
MasterTyreMake: MasterTyreMake[];
|
|
27
|
+
MasterTyreGrade: MasterTyreGrade[];
|
|
28
|
+
}
|
|
29
|
+
interface TripAllCache extends Record<string, unknown> {
|
|
30
|
+
MasterTripPartyType: MasterTripPartyType[];
|
|
31
|
+
}
|
|
32
|
+
interface SparePartAllCache extends Record<string, unknown> {
|
|
33
|
+
MasterSparePartCategory: MasterSparePartCategory[];
|
|
34
|
+
MasterSparePartUnit: MasterSparePartUnit[];
|
|
35
|
+
}
|
|
36
|
+
interface OrganisationAllCache extends Record<string, unknown> {
|
|
37
|
+
OrganisationSubCompany: OrganisationSubCompany[];
|
|
38
|
+
OrganisationBranch: OrganisationBranch[];
|
|
39
|
+
OrganisationColor: OrganisationColor[];
|
|
40
|
+
OrganisationTag: OrganisationTag[];
|
|
41
|
+
OrganisationGroup: OrganisationGroup[];
|
|
42
|
+
}
|
|
43
|
+
interface MainAllCache extends Record<string, unknown> {
|
|
44
|
+
MasterMainIndustry: MasterMainIndustry[];
|
|
45
|
+
MasterMainCountry: MasterMainCountry[];
|
|
46
|
+
MasterMainDateFormat: MasterMainDateFormat[];
|
|
47
|
+
MasterMainLanguage: MasterMainLanguage[];
|
|
48
|
+
MasterMainUnitDistance: MasterMainUnitDistance[];
|
|
49
|
+
MasterMainUnitMileage: MasterMainUnitMileage[];
|
|
50
|
+
MasterMainUnitVolume: MasterMainUnitVolume[];
|
|
51
|
+
MasterMainFasttagBank: MasterMainFasttagBank[];
|
|
52
|
+
MasterMainEwayBillProvider: MasterMainEwayBillProvider[];
|
|
53
|
+
MasterMainSimProvider: MasterMainSimProvider[];
|
|
54
|
+
}
|
|
55
|
+
interface FleetAllCache extends Record<string, unknown> {
|
|
56
|
+
MasterFleetIncidentType: MasterFleetIncidentType[];
|
|
57
|
+
MasterFleetIncidentStatus: MasterFleetIncidentStatus[];
|
|
58
|
+
MasterFleetIncidentSeverity: MasterFleetIncidentSeverity[];
|
|
59
|
+
MasterFleetInsuranceClaimStatus: MasterFleetInsuranceClaimStatus[];
|
|
60
|
+
MasterFleetServiceTask: MasterFleetServiceTask[];
|
|
61
|
+
}
|
|
62
|
+
interface ExpenseAllCache extends Record<string, unknown> {
|
|
63
|
+
MasterExpenseName: MasterExpenseName[];
|
|
64
|
+
MasterExpenseType: MasterExpenseType[];
|
|
65
|
+
MasterVendorType: MasterVendorType[];
|
|
66
|
+
MasterVendorTag: MasterVendorTag[];
|
|
67
|
+
MasterVendorDocumentType: MasterVendorDocumentType[];
|
|
68
|
+
MasterFuelCompany: MasterFuelCompany[];
|
|
69
|
+
}
|
|
70
|
+
interface BusAllCache extends Record<string, unknown> {
|
|
71
|
+
MasterClass: MasterClass[];
|
|
72
|
+
MasterProgram: MasterProgram[];
|
|
73
|
+
MasterSemester: MasterSemester[];
|
|
74
|
+
MasterRelationShip: MasterRelationship[];
|
|
75
|
+
MasterSection: MasterSection[];
|
|
76
|
+
MasterStream: MasterStream[];
|
|
77
|
+
MasterYear: MasterYear[];
|
|
78
|
+
}
|
|
79
|
+
declare const reset_cache_master: () => Promise<SBR>;
|
|
80
|
+
declare const vehicle_cache: (id: string) => Promise<BR<VehicleAllCache>>;
|
|
81
|
+
declare const vehicle_cache_count: (id: string) => Promise<BR<VehicleAllCache>>;
|
|
82
|
+
declare const vehicle_cache_child: (id: string) => Promise<BR<VehicleAllCache>>;
|
|
83
|
+
declare const user_cache: (id: string) => Promise<BR<UserAllCache>>;
|
|
84
|
+
declare const user_cache_count: (id: string) => Promise<BR<UserAllCache>>;
|
|
85
|
+
declare const tyre_cache: (id: string) => Promise<BR<TyreAllCache>>;
|
|
86
|
+
declare const tyre_cache_count: (id: string) => Promise<BR<TyreAllCache>>;
|
|
87
|
+
declare const trip_cache: (id: string) => Promise<BR<TripAllCache>>;
|
|
88
|
+
declare const spare_part_cache: (id: string) => Promise<BR<SparePartAllCache>>;
|
|
89
|
+
declare const spare_part_cache_count: (id: string) => Promise<BR<SparePartAllCache>>;
|
|
90
|
+
declare const organisation_cache: (id: string) => Promise<BR<OrganisationAllCache>>;
|
|
91
|
+
declare const organisation_cache_count: (id: string) => Promise<BR<OrganisationAllCache>>;
|
|
92
|
+
declare const organisation_cache_child: (id: string) => Promise<BR<OrganisationAllCache>>;
|
|
93
|
+
declare const main_cache: (id: string) => Promise<BR<MainAllCache>>;
|
|
94
|
+
declare const fleet_cache: (id: string) => Promise<BR<FleetAllCache>>;
|
|
95
|
+
declare const expense_cache: (id: string) => Promise<BR<ExpenseAllCache>>;
|
|
96
|
+
declare const bus_cache: (id: string) => Promise<BR<BusAllCache>>;
|
|
97
|
+
declare const bus_cache_count: (id: string) => Promise<BR<BusAllCache>>;
|
|
98
|
+
|
|
99
|
+
export { type BusAllCache, type ExpenseAllCache, type FleetAllCache, type MainAllCache, type OrganisationAllCache, type SparePartAllCache, type TripAllCache, type TyreAllCache, type UserAllCache, type VehicleAllCache, bus_cache, bus_cache_count, expense_cache, fleet_cache, main_cache, organisation_cache, organisation_cache_child, organisation_cache_count, reset_cache_master, spare_part_cache, spare_part_cache_count, trip_cache, tyre_cache, tyre_cache_count, user_cache, user_cache_count, vehicle_cache, vehicle_cache_child, vehicle_cache_count };
|