vms-nest-prisma-api-document 230.0.0 → 240.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/core/Enums.d.ts +7 -1
- package/dist/core/Enums.js +8 -0
- 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 +13 -248
- package/dist/services/fleet/bus_mangement/bus_stop.js +9 -7
- package/dist/services/fleet/bus_mangement/calender.d.ts +6 -2
- package/dist/services/fleet/bus_mangement/calender.js +18 -12
- package/dist/services/fleet/bus_mangement/master_route.d.ts +251 -4
- package/dist/services/fleet/bus_mangement/master_route.js +58 -52
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +6 -2
- package/dist/services/fleet/bus_mangement/notice_board.js +17 -11
- package/dist/services/fleet/bus_mangement/student.d.ts +40 -27
- package/dist/services/fleet/bus_mangement/student.js +130 -105
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +20 -20
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +58 -58
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +71 -71
- 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 +48 -48
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +33 -33
- 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_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 +5 -5
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
- 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 +13 -1
- 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/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 +3 -3
- 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 +2 -2
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +3 -3
- 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_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 +3 -3
- 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/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/dist/{user_organisation_service-KwfWBPXf.d.ts → user_organisation_service-BZaeiu6L.d.ts} +4 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { ServiceStatus, ServiceType, YesNo, PaymentStatus, Status, ReminderType,
|
|
|
2
2
|
import { BaseCommonFile, BR, AWSPresignedUrl, SBR, FBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, F as FleetVendor, h as FleetVendorServiceCenter } from '../../../user_organisation_service-
|
|
5
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, F as FleetVendor, h as FleetVendorServiceCenter } from '../../../user_organisation_service-BZaeiu6L.js';
|
|
6
6
|
import { MasterFleetServiceTask } from '../../master/fleet/master_fleet_service_task_service.js';
|
|
7
7
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
8
8
|
|
|
@@ -118,7 +118,6 @@ declare const FleetServiceManagementFileSchema: z.ZodObject<{
|
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
119
|
status: Status;
|
|
120
120
|
organisation_id: string;
|
|
121
|
-
service_management_id: string;
|
|
122
121
|
usage_type: string;
|
|
123
122
|
file_type: FileType;
|
|
124
123
|
file_url: string;
|
|
@@ -127,12 +126,13 @@ declare const FleetServiceManagementFileSchema: z.ZodObject<{
|
|
|
127
126
|
file_description: string;
|
|
128
127
|
file_size: number;
|
|
129
128
|
file_metadata: Record<string, any>;
|
|
129
|
+
service_management_id: string;
|
|
130
130
|
}, {
|
|
131
131
|
status: Status;
|
|
132
132
|
organisation_id: string;
|
|
133
|
-
service_management_id: string;
|
|
134
133
|
usage_type: string;
|
|
135
134
|
file_type: FileType;
|
|
135
|
+
service_management_id: string;
|
|
136
136
|
file_url?: string | undefined;
|
|
137
137
|
file_key?: string | undefined;
|
|
138
138
|
file_name?: string | undefined;
|
|
@@ -191,7 +191,6 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
191
191
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
192
192
|
status: Status;
|
|
193
193
|
organisation_id: string;
|
|
194
|
-
service_management_id: string;
|
|
195
194
|
usage_type: string;
|
|
196
195
|
file_type: FileType;
|
|
197
196
|
file_url: string;
|
|
@@ -200,12 +199,13 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
200
199
|
file_description: string;
|
|
201
200
|
file_size: number;
|
|
202
201
|
file_metadata: Record<string, any>;
|
|
202
|
+
service_management_id: string;
|
|
203
203
|
}, {
|
|
204
204
|
status: Status;
|
|
205
205
|
organisation_id: string;
|
|
206
|
-
service_management_id: string;
|
|
207
206
|
usage_type: string;
|
|
208
207
|
file_type: FileType;
|
|
208
|
+
service_management_id: string;
|
|
209
209
|
file_url?: string | undefined;
|
|
210
210
|
file_key?: string | undefined;
|
|
211
211
|
file_name?: string | undefined;
|
|
@@ -214,16 +214,16 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
214
214
|
file_metadata?: Record<string, any> | undefined;
|
|
215
215
|
}>, "many">>>;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
|
-
odometer_reading: number;
|
|
218
217
|
status: Status;
|
|
219
218
|
organisation_id: string;
|
|
220
|
-
user_id: string;
|
|
221
|
-
vehicle_id: string;
|
|
222
|
-
driver_id: string;
|
|
223
219
|
time_zone_id: string;
|
|
220
|
+
driver_id: string;
|
|
221
|
+
vehicle_id: string;
|
|
222
|
+
user_id: string;
|
|
224
223
|
service_center_id: string;
|
|
225
224
|
vendor_id: string;
|
|
226
225
|
rating: number;
|
|
226
|
+
odometer_reading: number;
|
|
227
227
|
service_start_date: string;
|
|
228
228
|
service_status: ServiceStatus;
|
|
229
229
|
service_type: ServiceType;
|
|
@@ -243,7 +243,6 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
243
243
|
FleetServiceManagementFileSchema: {
|
|
244
244
|
status: Status;
|
|
245
245
|
organisation_id: string;
|
|
246
|
-
service_management_id: string;
|
|
247
246
|
usage_type: string;
|
|
248
247
|
file_type: FileType;
|
|
249
248
|
file_url: string;
|
|
@@ -252,6 +251,7 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
252
251
|
file_description: string;
|
|
253
252
|
file_size: number;
|
|
254
253
|
file_metadata: Record<string, any>;
|
|
254
|
+
service_management_id: string;
|
|
255
255
|
}[];
|
|
256
256
|
fuel?: number | undefined;
|
|
257
257
|
estimated_labor_cost?: number | undefined;
|
|
@@ -263,10 +263,10 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
263
263
|
}, {
|
|
264
264
|
status: Status;
|
|
265
265
|
organisation_id: string;
|
|
266
|
-
user_id: string;
|
|
267
|
-
vehicle_id: string;
|
|
268
|
-
driver_id: string;
|
|
269
266
|
time_zone_id: string;
|
|
267
|
+
driver_id: string;
|
|
268
|
+
vehicle_id: string;
|
|
269
|
+
user_id: string;
|
|
270
270
|
service_center_id: string;
|
|
271
271
|
vendor_id: string;
|
|
272
272
|
service_status: ServiceStatus;
|
|
@@ -275,8 +275,8 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
275
275
|
is_inhouse_service: YesNo;
|
|
276
276
|
payment_status: PaymentStatus;
|
|
277
277
|
service_schedule_id: string;
|
|
278
|
-
odometer_reading?: unknown;
|
|
279
278
|
rating?: unknown;
|
|
279
|
+
odometer_reading?: unknown;
|
|
280
280
|
fuel?: unknown;
|
|
281
281
|
service_start_date?: string | undefined;
|
|
282
282
|
service_complete_date?: string | undefined;
|
|
@@ -297,9 +297,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
297
297
|
FleetServiceManagementFileSchema?: {
|
|
298
298
|
status: Status;
|
|
299
299
|
organisation_id: string;
|
|
300
|
-
service_management_id: string;
|
|
301
300
|
usage_type: string;
|
|
302
301
|
file_type: FileType;
|
|
302
|
+
service_management_id: string;
|
|
303
303
|
file_url?: string | undefined;
|
|
304
304
|
file_key?: string | undefined;
|
|
305
305
|
file_name?: string | undefined;
|
|
@@ -355,7 +355,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
|
|
|
355
355
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
356
356
|
}, "strip", z.ZodTypeAny, {
|
|
357
357
|
status: Status[];
|
|
358
|
-
time_zone_id: string;
|
|
359
358
|
search: string;
|
|
360
359
|
paging: PAGING;
|
|
361
360
|
page_count: number;
|
|
@@ -375,22 +374,23 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
|
|
|
375
374
|
}[];
|
|
376
375
|
include_master_data: YesNo;
|
|
377
376
|
date_format_id: string;
|
|
377
|
+
time_zone_id: string;
|
|
378
378
|
organisation_ids: string[];
|
|
379
|
-
user_ids: string[];
|
|
380
379
|
vehicle_ids: string[];
|
|
381
380
|
driver_ids: string[];
|
|
382
|
-
|
|
383
|
-
from_date: string;
|
|
384
|
-
to_date: string;
|
|
381
|
+
user_ids: string[];
|
|
385
382
|
vendor_ids: string[];
|
|
386
383
|
service_center_ids: string[];
|
|
384
|
+
from_date: string;
|
|
385
|
+
to_date: string;
|
|
387
386
|
service_status: ServiceStatus[];
|
|
388
387
|
service_type: ServiceType[];
|
|
389
388
|
is_inhouse_service: YesNo[];
|
|
390
389
|
payment_status: PaymentStatus[];
|
|
390
|
+
service_management_ids: string[];
|
|
391
391
|
}, {
|
|
392
|
-
time_zone_id: string;
|
|
393
392
|
date_format_id: string;
|
|
393
|
+
time_zone_id: string;
|
|
394
394
|
from_date: string;
|
|
395
395
|
to_date: string;
|
|
396
396
|
status?: Status[] | undefined;
|
|
@@ -413,16 +413,16 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
|
|
|
413
413
|
}[] | undefined;
|
|
414
414
|
include_master_data?: YesNo | undefined;
|
|
415
415
|
organisation_ids?: string[] | undefined;
|
|
416
|
-
user_ids?: string[] | undefined;
|
|
417
416
|
vehicle_ids?: string[] | undefined;
|
|
418
417
|
driver_ids?: string[] | undefined;
|
|
419
|
-
|
|
418
|
+
user_ids?: string[] | undefined;
|
|
420
419
|
vendor_ids?: string[] | undefined;
|
|
421
420
|
service_center_ids?: string[] | undefined;
|
|
422
421
|
service_status?: ServiceStatus[] | undefined;
|
|
423
422
|
service_type?: ServiceType[] | undefined;
|
|
424
423
|
is_inhouse_service?: YesNo[] | undefined;
|
|
425
424
|
payment_status?: PaymentStatus[] | undefined;
|
|
425
|
+
service_management_ids?: string[] | undefined;
|
|
426
426
|
}>;
|
|
427
427
|
type FleetServiceManagementQueryDTO = z.infer<typeof FleetServiceManagementQuerySchema>;
|
|
428
428
|
declare const FleetServiceManagementTaskSchema: z.ZodObject<{
|
|
@@ -435,16 +435,16 @@ declare const FleetServiceManagementTaskSchema: z.ZodObject<{
|
|
|
435
435
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
436
436
|
}, "strip", z.ZodTypeAny, {
|
|
437
437
|
status: Status;
|
|
438
|
-
service_management_id: string;
|
|
439
438
|
fleet_service_task_id: string;
|
|
439
|
+
service_management_id: string;
|
|
440
440
|
task_notes: string;
|
|
441
441
|
task_cost?: number | undefined;
|
|
442
442
|
labor_cost?: number | undefined;
|
|
443
443
|
parts_cost?: number | undefined;
|
|
444
444
|
}, {
|
|
445
445
|
status: Status;
|
|
446
|
-
service_management_id: string;
|
|
447
446
|
fleet_service_task_id: string;
|
|
447
|
+
service_management_id: string;
|
|
448
448
|
task_cost?: unknown;
|
|
449
449
|
labor_cost?: unknown;
|
|
450
450
|
parts_cost?: unknown;
|
|
@@ -487,7 +487,6 @@ declare const FleetServiceManagementTaskQuerySchema: z.ZodObject<{
|
|
|
487
487
|
fleet_service_task_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
488
488
|
}, "strip", z.ZodTypeAny, {
|
|
489
489
|
status: Status[];
|
|
490
|
-
time_zone_id: string;
|
|
491
490
|
search: string;
|
|
492
491
|
paging: PAGING;
|
|
493
492
|
page_count: number;
|
|
@@ -507,12 +506,13 @@ declare const FleetServiceManagementTaskQuerySchema: z.ZodObject<{
|
|
|
507
506
|
}[];
|
|
508
507
|
include_master_data: YesNo;
|
|
509
508
|
date_format_id: string;
|
|
510
|
-
|
|
509
|
+
time_zone_id: string;
|
|
511
510
|
fleet_service_task_ids: string[];
|
|
511
|
+
service_management_ids: string[];
|
|
512
512
|
fleet_service_management_task_ids: string[];
|
|
513
513
|
}, {
|
|
514
|
-
time_zone_id: string;
|
|
515
514
|
date_format_id: string;
|
|
515
|
+
time_zone_id: string;
|
|
516
516
|
status?: Status[] | undefined;
|
|
517
517
|
search?: string | undefined;
|
|
518
518
|
paging?: PAGING | undefined;
|
|
@@ -532,8 +532,8 @@ declare const FleetServiceManagementTaskQuerySchema: z.ZodObject<{
|
|
|
532
532
|
direction: OrderBy;
|
|
533
533
|
}[] | undefined;
|
|
534
534
|
include_master_data?: YesNo | undefined;
|
|
535
|
-
service_management_ids?: string[] | undefined;
|
|
536
535
|
fleet_service_task_ids?: string[] | undefined;
|
|
536
|
+
service_management_ids?: string[] | undefined;
|
|
537
537
|
fleet_service_management_task_ids?: string[] | undefined;
|
|
538
538
|
}>;
|
|
539
539
|
type FleetServiceManagementTaskQueryDTO = z.infer<typeof FleetServiceManagementTaskQuerySchema>;
|
|
@@ -595,7 +595,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
|
|
|
595
595
|
reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
597
|
status: Status[];
|
|
598
|
-
time_zone_id: string;
|
|
599
598
|
search: string;
|
|
600
599
|
paging: PAGING;
|
|
601
600
|
page_count: number;
|
|
@@ -615,14 +614,15 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
|
|
|
615
614
|
}[];
|
|
616
615
|
include_master_data: YesNo;
|
|
617
616
|
date_format_id: string;
|
|
617
|
+
time_zone_id: string;
|
|
618
618
|
organisation_ids: string[];
|
|
619
619
|
vehicle_ids: string[];
|
|
620
|
-
service_management_ids: string[];
|
|
621
620
|
reminder_type: ReminderType[];
|
|
621
|
+
service_management_ids: string[];
|
|
622
622
|
service_reminder_ids: string[];
|
|
623
623
|
}, {
|
|
624
|
-
time_zone_id: string;
|
|
625
624
|
date_format_id: string;
|
|
625
|
+
time_zone_id: string;
|
|
626
626
|
status?: Status[] | undefined;
|
|
627
627
|
search?: string | undefined;
|
|
628
628
|
paging?: PAGING | undefined;
|
|
@@ -644,8 +644,8 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
|
|
|
644
644
|
include_master_data?: YesNo | undefined;
|
|
645
645
|
organisation_ids?: string[] | undefined;
|
|
646
646
|
vehicle_ids?: string[] | undefined;
|
|
647
|
-
service_management_ids?: string[] | undefined;
|
|
648
647
|
reminder_type?: ReminderType[] | undefined;
|
|
648
|
+
service_management_ids?: string[] | undefined;
|
|
649
649
|
service_reminder_ids?: string[] | undefined;
|
|
650
650
|
}>;
|
|
651
651
|
type FleetServiceReminderQueryDTO = z.infer<typeof FleetServiceReminderQuerySchema>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { 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 { U as UserOrganisation, a as User, M as MasterVehicle } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle } from '../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import { FleetServiceManagement } from './fleet_service_management_service.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { hZ as FleetFuelStationRateDTO, h$ as FleetFuelStationRateQueryDTO, h_ as FleetFuelStationRateQuerySchema, hY as FleetFuelStationRateSchema, e as FleetVendorFuelStation, hV as FleetVendorFuelStationDTO, hX as FleetVendorFuelStationQueryDTO, hW as FleetVendorFuelStationQuerySchema, hU as FleetVendorFuelStationSchema, hT as FleetVendorFuelStationSimple, i3 as createFleetVendorFuelStation, i5 as deleteFleetVendorFuelStation, i2 as findFleetVendorFuelStation, i6 as getFleetVendorFuelStationCacheSimple, i1 as newFleetVendorFuelStationPayload, i0 as toFleetVendorFuelStationPayload, i4 as updateFleetVendorFuelStation } from '../../../user_organisation_service-
|
|
4
|
+
export { hZ as FleetFuelStationRateDTO, h$ as FleetFuelStationRateQueryDTO, h_ as FleetFuelStationRateQuerySchema, hY as FleetFuelStationRateSchema, e as FleetVendorFuelStation, hV as FleetVendorFuelStationDTO, hX as FleetVendorFuelStationQueryDTO, hW as FleetVendorFuelStationQuerySchema, hU as FleetVendorFuelStationSchema, hT as FleetVendorFuelStationSimple, i3 as createFleetVendorFuelStation, i5 as deleteFleetVendorFuelStation, i2 as findFleetVendorFuelStation, i6 as getFleetVendorFuelStationCacheSimple, i1 as newFleetVendorFuelStationPayload, i0 as toFleetVendorFuelStationPayload, i4 as updateFleetVendorFuelStation } from '../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.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 { F as FleetVendor, ia as FleetVendorAddress, ip as FleetVendorAddressDTO, ir as FleetVendorAddressQueryDTO, iq as FleetVendorAddressQuerySchema, io as FleetVendorAddressSchema, ib as FleetVendorBankAccount, it as FleetVendorBankAccountDTO, iv as FleetVendorBankAccountQueryDTO, iu as FleetVendorBankAccountQuerySchema, is as FleetVendorBankAccountSchema, ic as FleetVendorContactPersons, iz as FleetVendorContactPersonsDTO, ix as FleetVendorContactPersonsLogoDTO, iw as FleetVendorContactPersonsLogoSchema, iB as FleetVendorContactPersonsQueryDTO, iA as FleetVendorContactPersonsQuerySchema, iy as FleetVendorContactPersonsSchema, ik as FleetVendorDTO, ie as FleetVendorDocument, iJ as FleetVendorDocumentDTO, ig as FleetVendorDocumentFile, iH as FleetVendorDocumentFileDTO, iG as FleetVendorDocumentFileSchema, iL as FleetVendorDocumentQueryDTO, iK as FleetVendorDocumentQuerySchema, iI as FleetVendorDocumentSchema, ii as FleetVendorLogoDTO, ih as FleetVendorLogoSchema, im as FleetVendorQueryDTO, il as FleetVendorQuerySchema, id as FleetVendorReview, iD as FleetVendorReviewDTO, iF as FleetVendorReviewQueryDTO, iE as FleetVendorReviewQuerySchema, iC as FleetVendorReviewSchema, ij as FleetVendorSchema, i7 as FleetVendorSimple, i9 as FleetVendorTagLink, i8 as FleetVendorTypeLink, j6 as createFleetVendor, j9 as createFleetVendorAddress, jd as createFleetVendorBankAccount, jh as createFleetVendorContactPersons, jp as createFleetVendorDocument, jl as createFleetVendorReview, j3 as create_vendor_document_file, j8 as deleteFleetVendor, jc as deleteFleetVendorAddress, jg as deleteFleetVendorBankAccount, jk as deleteFleetVendorContactPersons, j2 as deleteFleetVendorContactPersonsLogo, js as deleteFleetVendorDocument, jo as deleteFleetVendorReview, j0 as delete_vendor_logo, j5 as findFleetVendor, ja as findFleetVendorAddress, je as findFleetVendorBankAccount, ji as findFleetVendorContactPersons, jq as findFleetVendorDocument, jm as findFleetVendorReview, jt as getFleetVendorCacheSimple, iZ as get_vendor_contact_person_logo_presigned_url, i_ as get_vendor_document_file_presigned_url, iY as get_vendor_logo_presigned_url, iP as newFleetVendorAddressPayload, iR as newFleetVendorBankAccountPayload, iT as newFleetVendorContactPersonsPayload, iX as newFleetVendorDocumentPayload, iN as newFleetVendorPayload, iV as newFleetVendorReviewPayload, j4 as remove_vendor_document_file, iO as toFleetVendorAddressPayload, iQ as toFleetVendorBankAccountPayload, iS as toFleetVendorContactPersonsPayload, iW as toFleetVendorDocumentPayload, iM as toFleetVendorPayload, iU as toFleetVendorReviewPayload, j7 as updateFleetVendor, jb as updateFleetVendorAddress, jf as updateFleetVendorBankAccount, jj as updateFleetVendorContactPersons, j1 as updateFleetVendorContactPersonsLogo, jr as updateFleetVendorDocument, jn as updateFleetVendorReview, i$ as update_vendor_logo } from '../../../user_organisation_service-
|
|
5
|
+
export { F as FleetVendor, ia as FleetVendorAddress, ip as FleetVendorAddressDTO, ir as FleetVendorAddressQueryDTO, iq as FleetVendorAddressQuerySchema, io as FleetVendorAddressSchema, ib as FleetVendorBankAccount, it as FleetVendorBankAccountDTO, iv as FleetVendorBankAccountQueryDTO, iu as FleetVendorBankAccountQuerySchema, is as FleetVendorBankAccountSchema, ic as FleetVendorContactPersons, iz as FleetVendorContactPersonsDTO, ix as FleetVendorContactPersonsLogoDTO, iw as FleetVendorContactPersonsLogoSchema, iB as FleetVendorContactPersonsQueryDTO, iA as FleetVendorContactPersonsQuerySchema, iy as FleetVendorContactPersonsSchema, ik as FleetVendorDTO, ie as FleetVendorDocument, iJ as FleetVendorDocumentDTO, ig as FleetVendorDocumentFile, iH as FleetVendorDocumentFileDTO, iG as FleetVendorDocumentFileSchema, iL as FleetVendorDocumentQueryDTO, iK as FleetVendorDocumentQuerySchema, iI as FleetVendorDocumentSchema, ii as FleetVendorLogoDTO, ih as FleetVendorLogoSchema, im as FleetVendorQueryDTO, il as FleetVendorQuerySchema, id as FleetVendorReview, iD as FleetVendorReviewDTO, iF as FleetVendorReviewQueryDTO, iE as FleetVendorReviewQuerySchema, iC as FleetVendorReviewSchema, ij as FleetVendorSchema, i7 as FleetVendorSimple, i9 as FleetVendorTagLink, i8 as FleetVendorTypeLink, j6 as createFleetVendor, j9 as createFleetVendorAddress, jd as createFleetVendorBankAccount, jh as createFleetVendorContactPersons, jp as createFleetVendorDocument, jl as createFleetVendorReview, j3 as create_vendor_document_file, j8 as deleteFleetVendor, jc as deleteFleetVendorAddress, jg as deleteFleetVendorBankAccount, jk as deleteFleetVendorContactPersons, j2 as deleteFleetVendorContactPersonsLogo, js as deleteFleetVendorDocument, jo as deleteFleetVendorReview, j0 as delete_vendor_logo, j5 as findFleetVendor, ja as findFleetVendorAddress, je as findFleetVendorBankAccount, ji as findFleetVendorContactPersons, jq as findFleetVendorDocument, jm as findFleetVendorReview, jt as getFleetVendorCacheSimple, iZ as get_vendor_contact_person_logo_presigned_url, i_ as get_vendor_document_file_presigned_url, iY as get_vendor_logo_presigned_url, iP as newFleetVendorAddressPayload, iR as newFleetVendorBankAccountPayload, iT as newFleetVendorContactPersonsPayload, iX as newFleetVendorDocumentPayload, iN as newFleetVendorPayload, iV as newFleetVendorReviewPayload, j4 as remove_vendor_document_file, iO as toFleetVendorAddressPayload, iQ as toFleetVendorBankAccountPayload, iS as toFleetVendorContactPersonsPayload, iW as toFleetVendorDocumentPayload, iM as toFleetVendorPayload, iU as toFleetVendorReviewPayload, j7 as updateFleetVendor, jb as updateFleetVendorAddress, jf as updateFleetVendorBankAccount, jj as updateFleetVendorContactPersons, j1 as updateFleetVendorContactPersonsLogo, jr as updateFleetVendorDocument, jn as updateFleetVendorReview, i$ as update_vendor_logo } from '../../../user_organisation_service-BZaeiu6L.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.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 FleetVendorServiceCenter, hx as FleetVendorServiceCenterDTO, hz as FleetVendorServiceCenterQueryDTO, hy as FleetVendorServiceCenterQuerySchema, hw as FleetVendorServiceCenterSchema, hv as FleetVendorServiceCenterSimple, hD as createFleetVendorServiceCenter, hF as deleteFleetVendorServiceCenter, hC as findFleetVendorServiceCenter, hG as getFleetVendorServiceCenterCacheSimple, hB as newFleetVendorServiceCenterPayload, hA as toFleetVendorServiceCenterPayload, hE as updateFleetVendorServiceCenter } from '../../../user_organisation_service-
|
|
4
|
+
export { h as FleetVendorServiceCenter, hx as FleetVendorServiceCenterDTO, hz as FleetVendorServiceCenterQueryDTO, hy as FleetVendorServiceCenterQuerySchema, hw as FleetVendorServiceCenterSchema, hv as FleetVendorServiceCenterSimple, hD as createFleetVendorServiceCenter, hF as deleteFleetVendorServiceCenter, hC as findFleetVendorServiceCenter, hG as getFleetVendorServiceCenterCacheSimple, hB as newFleetVendorServiceCenterPayload, hA as toFleetVendorServiceCenterPayload, hE as updateFleetVendorServiceCenter } from '../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofencePurposeType, GeofenceType, 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 { U as UserOrganisation } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofenceStatusType, 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 { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import { GPSGeofence } from './gps_geofence_service.js';
|
|
6
6
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { 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 { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import { GPSGeofence } from './gps_geofence_service.js';
|
|
6
6
|
import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
|
|
7
7
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { 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 { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LinkType, LinkStatus, Status, ShareChannel, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, BR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -48,17 +48,17 @@ declare const GPSLiveTrackShareLinkNotificationSchema: z.ZodObject<{
|
|
|
48
48
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
49
49
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
-
gps_live_track_share_link_id: string;
|
|
52
51
|
status: Status;
|
|
53
52
|
organisation_id: string;
|
|
54
53
|
share_channels: ShareChannel.Email[];
|
|
55
54
|
mobile_numbers: string;
|
|
56
55
|
email_ids: string;
|
|
57
56
|
cc_email_ids: string;
|
|
58
|
-
}, {
|
|
59
57
|
gps_live_track_share_link_id: string;
|
|
58
|
+
}, {
|
|
60
59
|
status: Status;
|
|
61
60
|
organisation_id: string;
|
|
61
|
+
gps_live_track_share_link_id: string;
|
|
62
62
|
share_channels?: ShareChannel.Email[] | undefined;
|
|
63
63
|
mobile_numbers?: string | undefined;
|
|
64
64
|
email_ids?: string | undefined;
|
|
@@ -139,6 +139,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
|
140
140
|
link_status: LinkStatus[];
|
|
141
141
|
status: Status[];
|
|
142
|
+
time_zone_id: string;
|
|
142
143
|
search: string;
|
|
143
144
|
paging: PAGING;
|
|
144
145
|
page_count: number;
|
|
@@ -158,13 +159,12 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
158
159
|
}[];
|
|
159
160
|
include_master_data: YesNo;
|
|
160
161
|
date_format_id: string;
|
|
161
|
-
time_zone_id: string;
|
|
162
162
|
organisation_ids: string[];
|
|
163
163
|
vehicle_ids: string[];
|
|
164
164
|
gps_live_track_share_link_ids: string[];
|
|
165
165
|
}, {
|
|
166
|
-
date_format_id: string;
|
|
167
166
|
time_zone_id: string;
|
|
167
|
+
date_format_id: string;
|
|
168
168
|
link_status?: LinkStatus[] | undefined;
|
|
169
169
|
status?: Status[] | undefined;
|
|
170
170
|
search?: string | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TrackHistoryLinkStatus, Status, ShareChannel, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, BR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-BZaeiu6L.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -48,17 +48,17 @@ declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
|
|
|
48
48
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
49
49
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
gps_track_history_share_link_id: string;
|
|
51
52
|
status: Status;
|
|
52
53
|
organisation_id: string;
|
|
53
54
|
share_channels: ShareChannel.Email[];
|
|
54
55
|
mobile_numbers: string;
|
|
55
56
|
email_ids: string;
|
|
56
57
|
cc_email_ids: string;
|
|
57
|
-
gps_track_history_share_link_id: string;
|
|
58
58
|
}, {
|
|
59
|
+
gps_track_history_share_link_id: string;
|
|
59
60
|
status: Status;
|
|
60
61
|
organisation_id: string;
|
|
61
|
-
gps_track_history_share_link_id: string;
|
|
62
62
|
share_channels?: ShareChannel.Email[] | undefined;
|
|
63
63
|
mobile_numbers?: string | undefined;
|
|
64
64
|
email_ids?: string | undefined;
|
|
@@ -74,21 +74,21 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
|
74
74
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
75
75
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
+
from_date_time: string;
|
|
78
|
+
to_date_time: string;
|
|
77
79
|
link_status: TrackHistoryLinkStatus;
|
|
78
80
|
status: Status;
|
|
79
81
|
organisation_id: string;
|
|
80
82
|
vehicle_id: string;
|
|
81
83
|
time_zone_id: string;
|
|
84
|
+
}, {
|
|
82
85
|
from_date_time: string;
|
|
83
86
|
to_date_time: string;
|
|
84
|
-
}, {
|
|
85
87
|
link_status: TrackHistoryLinkStatus;
|
|
86
88
|
status: Status;
|
|
87
89
|
organisation_id: string;
|
|
88
90
|
vehicle_id: string;
|
|
89
91
|
time_zone_id: string;
|
|
90
|
-
from_date_time: string;
|
|
91
|
-
to_date_time: string;
|
|
92
92
|
}>;
|
|
93
93
|
type GPSTrackHistoryShareLinkDTO = z.infer<typeof GPSTrackHistoryShareLinkSchema>;
|
|
94
94
|
declare const GPSTrackHistoryShareLinkUpdateLinkStatusSchema: z.ZodObject<{
|
|
@@ -137,6 +137,7 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
link_status: TrackHistoryLinkStatus[];
|
|
139
139
|
status: Status[];
|
|
140
|
+
time_zone_id: string;
|
|
140
141
|
search: string;
|
|
141
142
|
paging: PAGING;
|
|
142
143
|
page_count: number;
|
|
@@ -156,13 +157,12 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
156
157
|
}[];
|
|
157
158
|
include_master_data: YesNo;
|
|
158
159
|
date_format_id: string;
|
|
159
|
-
time_zone_id: string;
|
|
160
160
|
organisation_ids: string[];
|
|
161
161
|
vehicle_ids: string[];
|
|
162
162
|
gps_track_history_share_link_ids: string[];
|
|
163
163
|
}, {
|
|
164
|
-
date_format_id: string;
|
|
165
164
|
time_zone_id: string;
|
|
165
|
+
date_format_id: string;
|
|
166
166
|
link_status?: TrackHistoryLinkStatus[] | undefined;
|
|
167
167
|
status?: Status[] | undefined;
|
|
168
168
|
search?: string | undefined;
|