vms-nest-prisma-api-document 260.0.0 → 280.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.
Files changed (105) hide show
  1. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  2. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  3. package/dist/services/account/bookmark_service.d.ts +1 -1
  4. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  5. package/dist/services/account/report_preferences.service.d.ts +1 -1
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +99 -2
  13. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +16 -0
  14. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +6 -6
  15. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  16. package/dist/services/fleet/incident_management/incident_management_service.d.ts +106 -10
  17. package/dist/services/fleet/incident_management/incident_management_service.js +14 -0
  18. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -3
  19. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -3
  20. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -3
  21. package/dist/services/fleet/issue_management/issue_management_service.d.ts +113 -16
  22. package/dist/services/fleet/issue_management/issue_management_service.js +14 -0
  23. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +5 -660
  24. package/dist/services/fleet/service_management/fleet_service_management_service.js +14 -0
  25. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -3
  26. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  27. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +17 -26
  28. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  29. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +38 -26
  30. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  31. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +14 -6
  32. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  33. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  34. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  35. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  36. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  37. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  38. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  39. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  40. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  41. package/dist/services/main/users/auth_service.d.ts +1 -1
  42. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  43. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  44. package/dist/services/main/users/user_service.d.ts +1 -1
  45. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  46. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  48. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  49. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  50. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  51. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  52. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  53. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  54. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  55. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  56. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  57. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  58. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  59. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  60. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  61. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  62. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  63. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  64. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  65. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  66. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  67. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +4 -127
  68. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  75. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  76. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  77. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  78. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  79. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  80. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  81. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  82. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  83. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  84. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  85. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
  86. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  87. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  88. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
  89. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  90. package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -5
  91. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  92. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  100. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  101. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  102. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  103. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  104. package/dist/{user_organisation_service-C2mgWnod.d.ts → user_organisation_service-ByxoHwom.d.ts} +1021 -64
  105. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, FleetVendorAddressLabel, OdometerSource, FuelTankType, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, ExpiryType, GPSVehicleCategory, FleetSize } from './core/Enums.js';
1
+ import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, ServiceStatus, ServiceType, PaymentStatus, ReminderType, FleetVendorAddressLabel, OdometerSource, FuelTankType, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, ExpiryType, GPSVehicleCategory, FleetSize } from './core/Enums.js';
2
2
  import { FBR, SBR, BaseCommonFile, BR, AWSPresignedUrl } from './core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
@@ -5355,14 +5355,884 @@ declare const updateMasterVendorDocumentType: (id: string, data: MasterVendorDoc
5355
5355
  declare const deleteMasterVendorDocumentType: (id: string) => Promise<SBR>;
5356
5356
  declare const getMasterVendorDocumentTypeCache: (organisation_id: string) => Promise<FBR<MasterVendorDocumentType[]>>;
5357
5357
 
5358
+ interface MasterFleetServiceTask extends Record<string, unknown> {
5359
+ fleet_service_task_id: string;
5360
+ fleet_service_task: string;
5361
+ description?: string;
5362
+ status: Status;
5363
+ added_date_time: string;
5364
+ modified_date_time: string;
5365
+ organisation_id?: string;
5366
+ UserOrganisation?: UserOrganisation;
5367
+ _count?: {
5368
+ FleetServiceJobCardTask: number;
5369
+ };
5370
+ }
5371
+ declare const MasterFleetServiceTaskSchema: z.ZodObject<{
5372
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
5373
+ fleet_service_task: z.ZodEffects<z.ZodString, string, string>;
5374
+ description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5375
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5376
+ }, "strip", z.ZodTypeAny, {
5377
+ status: Status;
5378
+ organisation_id: string;
5379
+ description: string;
5380
+ fleet_service_task: string;
5381
+ }, {
5382
+ status: Status;
5383
+ organisation_id: string;
5384
+ fleet_service_task: string;
5385
+ description?: string | undefined;
5386
+ }>;
5387
+ type MasterFleetServiceTaskDTO = z.infer<typeof MasterFleetServiceTaskSchema>;
5388
+ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
5389
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5390
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
5391
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
5392
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5393
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5394
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
5395
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5396
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
5397
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5398
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
5399
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5400
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5401
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5402
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5403
+ name: z.ZodEffects<z.ZodString, string, string>;
5404
+ field: z.ZodEffects<z.ZodString, string, string>;
5405
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
5406
+ }, "strip", z.ZodTypeAny, {
5407
+ name: string;
5408
+ field: string;
5409
+ direction: OrderBy;
5410
+ }, {
5411
+ name: string;
5412
+ field: string;
5413
+ direction: OrderBy;
5414
+ }>, "many">>>;
5415
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5416
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
5417
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5418
+ } & {
5419
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5420
+ fleet_service_task_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5421
+ }, "strip", z.ZodTypeAny, {
5422
+ status: Status[];
5423
+ search: string;
5424
+ paging: PAGING;
5425
+ page_count: number;
5426
+ page_index: number;
5427
+ load_parents: LoadParents;
5428
+ load_parents_list: string[];
5429
+ load_child: LoadChild;
5430
+ load_child_list: string[];
5431
+ load_child_count: LoadChildCount;
5432
+ load_child_count_list: string[];
5433
+ include_details: Record<string, any>;
5434
+ where_relations: Record<string, any>;
5435
+ order_by: {
5436
+ name: string;
5437
+ field: string;
5438
+ direction: OrderBy;
5439
+ }[];
5440
+ include_master_data: YesNo;
5441
+ date_format_id: string;
5442
+ time_zone_id: string;
5443
+ organisation_ids: string[];
5444
+ fleet_service_task_ids: string[];
5445
+ }, {
5446
+ date_format_id: string;
5447
+ time_zone_id: string;
5448
+ status?: Status[] | undefined;
5449
+ search?: string | undefined;
5450
+ paging?: PAGING | undefined;
5451
+ page_count?: unknown;
5452
+ page_index?: unknown;
5453
+ load_parents?: LoadParents | undefined;
5454
+ load_parents_list?: string[] | undefined;
5455
+ load_child?: LoadChild | undefined;
5456
+ load_child_list?: string[] | undefined;
5457
+ load_child_count?: LoadChildCount | undefined;
5458
+ load_child_count_list?: string[] | undefined;
5459
+ include_details?: Record<string, any> | undefined;
5460
+ where_relations?: Record<string, any> | undefined;
5461
+ order_by?: {
5462
+ name: string;
5463
+ field: string;
5464
+ direction: OrderBy;
5465
+ }[] | undefined;
5466
+ include_master_data?: YesNo | undefined;
5467
+ organisation_ids?: string[] | undefined;
5468
+ fleet_service_task_ids?: string[] | undefined;
5469
+ }>;
5470
+ type MasterFleetServiceTaskQueryDTO = z.infer<typeof MasterFleetServiceTaskQuerySchema>;
5471
+ declare const toMasterFleetServiceTaskPayload: (row: MasterFleetServiceTask) => MasterFleetServiceTaskDTO;
5472
+ declare const newMasterFleetServiceTaskPayload: () => MasterFleetServiceTaskDTO;
5473
+ declare const findMasterFleetServiceTasks: (data: MasterFleetServiceTaskQueryDTO) => Promise<FBR<MasterFleetServiceTask[]>>;
5474
+ declare const createMasterFleetServiceTask: (data: MasterFleetServiceTaskDTO) => Promise<SBR>;
5475
+ declare const updateMasterFleetServiceTask: (id: string, data: MasterFleetServiceTaskDTO) => Promise<SBR>;
5476
+ declare const deleteMasterFleetServiceTask: (id: string) => Promise<SBR>;
5477
+ declare const getMasterFleetServiceTaskCache: (organisation_id: string) => Promise<FBR<MasterFleetServiceTask[]>>;
5478
+
5479
+ interface FleetServiceManagement extends Record<string, unknown> {
5480
+ service_management_id: string;
5481
+ service_management_sub_id: number;
5482
+ service_management_code: string;
5483
+ service_status: ServiceStatus;
5484
+ service_type: ServiceType;
5485
+ service_start_date?: string;
5486
+ service_start_date_f?: string;
5487
+ service_complete_date?: string;
5488
+ service_complete_date_f?: string;
5489
+ odometer_reading?: number;
5490
+ fuel?: number;
5491
+ estimated_labor_cost?: number;
5492
+ estimated_parts_cost?: number;
5493
+ estimated_total_cost?: number;
5494
+ estimated_notes?: string;
5495
+ actual_labor_cost?: number;
5496
+ actual_parts_cost?: number;
5497
+ actual_total_cost?: number;
5498
+ final_notes?: string;
5499
+ is_inhouse_service: YesNo;
5500
+ rating?: number;
5501
+ rating_comments?: string;
5502
+ warranty_related_information?: string;
5503
+ payment_related_information?: string;
5504
+ payment_status: PaymentStatus;
5505
+ payment_method?: string;
5506
+ next_odometer_reading?: number;
5507
+ next_service_schedule_date?: string;
5508
+ status: Status;
5509
+ added_date_time: string;
5510
+ modified_date_time: string;
5511
+ organisation_id: string;
5512
+ UserOrganisation?: UserOrganisation;
5513
+ user_id: string;
5514
+ User?: User;
5515
+ vehicle_id: string;
5516
+ MasterVehicle?: MasterVehicle;
5517
+ vehicle_number?: string;
5518
+ vehicle_type?: string;
5519
+ driver_id?: string;
5520
+ MasterDriver?: MasterDriver;
5521
+ driver_details?: string;
5522
+ vendor_id?: string;
5523
+ FleetVendor?: FleetVendor;
5524
+ vendor_name?: string;
5525
+ service_center_id?: string;
5526
+ FleetVendorServiceCenter?: FleetVendorServiceCenter;
5527
+ center_name?: string;
5528
+ FleetServiceManagementFile: FleetServiceManagementFile[];
5529
+ _count?: {
5530
+ FleetServiceManagementTask: number;
5531
+ FleetServiceManagementFile: number;
5532
+ FleetIssueManagement: number;
5533
+ };
5534
+ }
5535
+ interface FleetServiceManagementTask extends Record<string, unknown> {
5536
+ fleet_service_management_task_id: string;
5537
+ task_cost?: number;
5538
+ task_notes?: string;
5539
+ status: Status;
5540
+ added_date_time: string;
5541
+ modified_date_time: string;
5542
+ service_management_id: string;
5543
+ FleetServiceManagement?: FleetServiceManagement;
5544
+ fleet_service_task_id: string;
5545
+ MasterFleetServiceTask?: MasterFleetServiceTask;
5546
+ fleet_service_task?: string;
5547
+ _count?: {};
5548
+ }
5549
+ interface FleetServiceManagementFile extends BaseCommonFile {
5550
+ fleet_service_management_file_id: string;
5551
+ organisation_id: string;
5552
+ UserOrganisation?: UserOrganisation;
5553
+ service_management_id: string;
5554
+ FleetServiceManagement?: FleetServiceManagement;
5555
+ }
5556
+ interface FleetServiceReminder extends Record<string, unknown> {
5557
+ service_reminder_id: string;
5558
+ reminder_type?: ReminderType;
5559
+ status: Status;
5560
+ added_date_time: string;
5561
+ modified_date_time: string;
5562
+ organisation_id: string;
5563
+ UserOrganisation?: UserOrganisation;
5564
+ vehicle_id: string;
5565
+ MasterVehicle?: MasterVehicle;
5566
+ vehicle_number?: string;
5567
+ vehicle_type?: string;
5568
+ service_management_id: string;
5569
+ FleetServiceManagement?: FleetServiceManagement;
5570
+ }
5571
+ interface ServiceDashboard {
5572
+ date: string;
5573
+ services_count: number;
5574
+ total_amount: number;
5575
+ }
5576
+ declare const FleetServiceManagementFileSchema: z.ZodObject<{
5577
+ usage_type: z.ZodEffects<z.ZodString, string, string>;
5578
+ file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
5579
+ file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5580
+ file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5581
+ file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5582
+ file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5583
+ file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5584
+ file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5585
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5586
+ } & {
5587
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
5588
+ service_management_id: z.ZodEffects<z.ZodString, string, string>;
5589
+ }, "strip", z.ZodTypeAny, {
5590
+ status: Status;
5591
+ organisation_id: string;
5592
+ usage_type: string;
5593
+ file_type: FileType;
5594
+ file_url: string;
5595
+ file_key: string;
5596
+ file_name: string;
5597
+ file_description: string;
5598
+ file_size: number;
5599
+ file_metadata: Record<string, any>;
5600
+ service_management_id: string;
5601
+ }, {
5602
+ status: Status;
5603
+ organisation_id: string;
5604
+ usage_type: string;
5605
+ file_type: FileType;
5606
+ service_management_id: string;
5607
+ file_url?: string | undefined;
5608
+ file_key?: string | undefined;
5609
+ file_name?: string | undefined;
5610
+ file_description?: string | undefined;
5611
+ file_size?: unknown;
5612
+ file_metadata?: Record<string, any> | undefined;
5613
+ }>;
5614
+ type FleetServiceManagementFileDTO = z.infer<typeof FleetServiceManagementFileSchema>;
5615
+ declare const FleetServiceManagementSchema: z.ZodObject<{
5616
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
5617
+ user_id: z.ZodEffects<z.ZodString, string, string>;
5618
+ vehicle_id: z.ZodEffects<z.ZodString, string, string>;
5619
+ driver_id: z.ZodEffects<z.ZodString, string, string>;
5620
+ vendor_id: z.ZodEffects<z.ZodString, string, string>;
5621
+ service_center_id: z.ZodEffects<z.ZodString, string, string>;
5622
+ service_schedule_id: z.ZodEffects<z.ZodString, string, string>;
5623
+ service_status: z.ZodType<ServiceStatus, z.ZodTypeDef, ServiceStatus>;
5624
+ service_type: z.ZodType<ServiceType, z.ZodTypeDef, ServiceType>;
5625
+ service_start_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
5626
+ service_complete_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
5627
+ odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5628
+ fuel: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5629
+ estimated_labor_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5630
+ estimated_parts_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5631
+ estimated_total_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5632
+ estimated_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5633
+ actual_labor_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5634
+ actual_parts_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5635
+ actual_total_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5636
+ final_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5637
+ is_inhouse_service: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
5638
+ rating: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5639
+ rating_comments: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5640
+ warranty_related_information: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5641
+ payment_related_information: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5642
+ payment_status: z.ZodType<PaymentStatus, z.ZodTypeDef, PaymentStatus>;
5643
+ payment_method: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5644
+ next_odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5645
+ next_service_schedule_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
5646
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5647
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5648
+ FleetServiceManagementFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5649
+ usage_type: z.ZodEffects<z.ZodString, string, string>;
5650
+ file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
5651
+ file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5652
+ file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5653
+ file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5654
+ file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5655
+ file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5656
+ file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5657
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5658
+ } & {
5659
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
5660
+ service_management_id: z.ZodEffects<z.ZodString, string, string>;
5661
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
5662
+ status: Status;
5663
+ organisation_id: string;
5664
+ usage_type: string;
5665
+ file_type: FileType;
5666
+ file_url: string;
5667
+ file_key: string;
5668
+ file_name: string;
5669
+ file_description: string;
5670
+ file_size: number;
5671
+ file_metadata: Record<string, any>;
5672
+ service_management_id: string;
5673
+ }, {
5674
+ status: Status;
5675
+ organisation_id: string;
5676
+ usage_type: string;
5677
+ file_type: FileType;
5678
+ service_management_id: string;
5679
+ file_url?: string | undefined;
5680
+ file_key?: string | undefined;
5681
+ file_name?: string | undefined;
5682
+ file_description?: string | undefined;
5683
+ file_size?: unknown;
5684
+ file_metadata?: Record<string, any> | undefined;
5685
+ }>, "many">>>;
5686
+ }, "strip", z.ZodTypeAny, {
5687
+ status: Status;
5688
+ organisation_id: string;
5689
+ user_id: string;
5690
+ time_zone_id: string;
5691
+ driver_id: string;
5692
+ vehicle_id: string;
5693
+ service_status: ServiceStatus;
5694
+ service_type: ServiceType;
5695
+ service_start_date: string;
5696
+ service_complete_date: string;
5697
+ odometer_reading: number;
5698
+ estimated_notes: string;
5699
+ final_notes: string;
5700
+ is_inhouse_service: YesNo;
5701
+ rating: number;
5702
+ rating_comments: string;
5703
+ warranty_related_information: string;
5704
+ payment_related_information: string;
5705
+ payment_status: PaymentStatus;
5706
+ payment_method: string;
5707
+ next_odometer_reading: number;
5708
+ next_service_schedule_date: string;
5709
+ vendor_id: string;
5710
+ service_center_id: string;
5711
+ service_schedule_id: string;
5712
+ FleetServiceManagementFileSchema: {
5713
+ status: Status;
5714
+ organisation_id: string;
5715
+ usage_type: string;
5716
+ file_type: FileType;
5717
+ file_url: string;
5718
+ file_key: string;
5719
+ file_name: string;
5720
+ file_description: string;
5721
+ file_size: number;
5722
+ file_metadata: Record<string, any>;
5723
+ service_management_id: string;
5724
+ }[];
5725
+ fuel?: number | undefined;
5726
+ estimated_labor_cost?: number | undefined;
5727
+ estimated_parts_cost?: number | undefined;
5728
+ estimated_total_cost?: number | undefined;
5729
+ actual_labor_cost?: number | undefined;
5730
+ actual_parts_cost?: number | undefined;
5731
+ actual_total_cost?: number | undefined;
5732
+ }, {
5733
+ status: Status;
5734
+ organisation_id: string;
5735
+ user_id: string;
5736
+ time_zone_id: string;
5737
+ driver_id: string;
5738
+ vehicle_id: string;
5739
+ service_status: ServiceStatus;
5740
+ service_type: ServiceType;
5741
+ is_inhouse_service: YesNo;
5742
+ payment_status: PaymentStatus;
5743
+ vendor_id: string;
5744
+ service_center_id: string;
5745
+ service_schedule_id: string;
5746
+ service_start_date?: string | undefined;
5747
+ service_complete_date?: string | undefined;
5748
+ odometer_reading?: unknown;
5749
+ fuel?: unknown;
5750
+ estimated_labor_cost?: unknown;
5751
+ estimated_parts_cost?: unknown;
5752
+ estimated_total_cost?: unknown;
5753
+ estimated_notes?: string | undefined;
5754
+ actual_labor_cost?: unknown;
5755
+ actual_parts_cost?: unknown;
5756
+ actual_total_cost?: unknown;
5757
+ final_notes?: string | undefined;
5758
+ rating?: unknown;
5759
+ rating_comments?: string | undefined;
5760
+ warranty_related_information?: string | undefined;
5761
+ payment_related_information?: string | undefined;
5762
+ payment_method?: string | undefined;
5763
+ next_odometer_reading?: unknown;
5764
+ next_service_schedule_date?: string | undefined;
5765
+ FleetServiceManagementFileSchema?: {
5766
+ status: Status;
5767
+ organisation_id: string;
5768
+ usage_type: string;
5769
+ file_type: FileType;
5770
+ service_management_id: string;
5771
+ file_url?: string | undefined;
5772
+ file_key?: string | undefined;
5773
+ file_name?: string | undefined;
5774
+ file_description?: string | undefined;
5775
+ file_size?: unknown;
5776
+ file_metadata?: Record<string, any> | undefined;
5777
+ }[] | undefined;
5778
+ }>;
5779
+ type FleetServiceManagementDTO = z.infer<typeof FleetServiceManagementSchema>;
5780
+ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
5781
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5782
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
5783
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
5784
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5785
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5786
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
5787
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5788
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
5789
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5790
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
5791
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5792
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5793
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5794
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5795
+ name: z.ZodEffects<z.ZodString, string, string>;
5796
+ field: z.ZodEffects<z.ZodString, string, string>;
5797
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
5798
+ }, "strip", z.ZodTypeAny, {
5799
+ name: string;
5800
+ field: string;
5801
+ direction: OrderBy;
5802
+ }, {
5803
+ name: string;
5804
+ field: string;
5805
+ direction: OrderBy;
5806
+ }>, "many">>>;
5807
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5808
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
5809
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5810
+ } & {
5811
+ service_management_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5812
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5813
+ user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5814
+ vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5815
+ driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5816
+ vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5817
+ service_center_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5818
+ service_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ServiceStatus>, "many">>>;
5819
+ service_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ServiceType>, "many">>>;
5820
+ is_inhouse_service: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
5821
+ payment_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof PaymentStatus>, "many">>>;
5822
+ from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5823
+ to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5824
+ }, "strip", z.ZodTypeAny, {
5825
+ status: Status[];
5826
+ search: string;
5827
+ paging: PAGING;
5828
+ page_count: number;
5829
+ page_index: number;
5830
+ load_parents: LoadParents;
5831
+ load_parents_list: string[];
5832
+ load_child: LoadChild;
5833
+ load_child_list: string[];
5834
+ load_child_count: LoadChildCount;
5835
+ load_child_count_list: string[];
5836
+ include_details: Record<string, any>;
5837
+ where_relations: Record<string, any>;
5838
+ order_by: {
5839
+ name: string;
5840
+ field: string;
5841
+ direction: OrderBy;
5842
+ }[];
5843
+ include_master_data: YesNo;
5844
+ date_format_id: string;
5845
+ time_zone_id: string;
5846
+ organisation_ids: string[];
5847
+ user_ids: string[];
5848
+ vehicle_ids: string[];
5849
+ driver_ids: string[];
5850
+ service_status: ServiceStatus[];
5851
+ service_type: ServiceType[];
5852
+ is_inhouse_service: YesNo[];
5853
+ payment_status: PaymentStatus[];
5854
+ service_management_ids: string[];
5855
+ vendor_ids: string[];
5856
+ service_center_ids: string[];
5857
+ from_date: string;
5858
+ to_date: string;
5859
+ }, {
5860
+ date_format_id: string;
5861
+ time_zone_id: string;
5862
+ from_date: string;
5863
+ to_date: string;
5864
+ status?: Status[] | undefined;
5865
+ search?: string | undefined;
5866
+ paging?: PAGING | undefined;
5867
+ page_count?: unknown;
5868
+ page_index?: unknown;
5869
+ load_parents?: LoadParents | undefined;
5870
+ load_parents_list?: string[] | undefined;
5871
+ load_child?: LoadChild | undefined;
5872
+ load_child_list?: string[] | undefined;
5873
+ load_child_count?: LoadChildCount | undefined;
5874
+ load_child_count_list?: string[] | undefined;
5875
+ include_details?: Record<string, any> | undefined;
5876
+ where_relations?: Record<string, any> | undefined;
5877
+ order_by?: {
5878
+ name: string;
5879
+ field: string;
5880
+ direction: OrderBy;
5881
+ }[] | undefined;
5882
+ include_master_data?: YesNo | undefined;
5883
+ organisation_ids?: string[] | undefined;
5884
+ user_ids?: string[] | undefined;
5885
+ vehicle_ids?: string[] | undefined;
5886
+ driver_ids?: string[] | undefined;
5887
+ service_status?: ServiceStatus[] | undefined;
5888
+ service_type?: ServiceType[] | undefined;
5889
+ is_inhouse_service?: YesNo[] | undefined;
5890
+ payment_status?: PaymentStatus[] | undefined;
5891
+ service_management_ids?: string[] | undefined;
5892
+ vendor_ids?: string[] | undefined;
5893
+ service_center_ids?: string[] | undefined;
5894
+ }>;
5895
+ type FleetServiceManagementQueryDTO = z.infer<typeof FleetServiceManagementQuerySchema>;
5896
+ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
5897
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5898
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
5899
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
5900
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5901
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5902
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
5903
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5904
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
5905
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5906
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
5907
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5908
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5909
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5910
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5911
+ name: z.ZodEffects<z.ZodString, string, string>;
5912
+ field: z.ZodEffects<z.ZodString, string, string>;
5913
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
5914
+ }, "strip", z.ZodTypeAny, {
5915
+ name: string;
5916
+ field: string;
5917
+ direction: OrderBy;
5918
+ }, {
5919
+ name: string;
5920
+ field: string;
5921
+ direction: OrderBy;
5922
+ }>, "many">>>;
5923
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5924
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
5925
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5926
+ } & {
5927
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5928
+ vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5929
+ from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5930
+ to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5931
+ }, "strip", z.ZodTypeAny, {
5932
+ status: Status[];
5933
+ search: string;
5934
+ paging: PAGING;
5935
+ page_count: number;
5936
+ page_index: number;
5937
+ load_parents: LoadParents;
5938
+ load_parents_list: string[];
5939
+ load_child: LoadChild;
5940
+ load_child_list: string[];
5941
+ load_child_count: LoadChildCount;
5942
+ load_child_count_list: string[];
5943
+ include_details: Record<string, any>;
5944
+ where_relations: Record<string, any>;
5945
+ order_by: {
5946
+ name: string;
5947
+ field: string;
5948
+ direction: OrderBy;
5949
+ }[];
5950
+ include_master_data: YesNo;
5951
+ date_format_id: string;
5952
+ time_zone_id: string;
5953
+ organisation_ids: string[];
5954
+ vehicle_ids: string[];
5955
+ from_date: string;
5956
+ to_date: string;
5957
+ }, {
5958
+ date_format_id: string;
5959
+ time_zone_id: string;
5960
+ from_date: string;
5961
+ to_date: string;
5962
+ status?: Status[] | undefined;
5963
+ search?: string | undefined;
5964
+ paging?: PAGING | undefined;
5965
+ page_count?: unknown;
5966
+ page_index?: unknown;
5967
+ load_parents?: LoadParents | undefined;
5968
+ load_parents_list?: string[] | undefined;
5969
+ load_child?: LoadChild | undefined;
5970
+ load_child_list?: string[] | undefined;
5971
+ load_child_count?: LoadChildCount | undefined;
5972
+ load_child_count_list?: string[] | undefined;
5973
+ include_details?: Record<string, any> | undefined;
5974
+ where_relations?: Record<string, any> | undefined;
5975
+ order_by?: {
5976
+ name: string;
5977
+ field: string;
5978
+ direction: OrderBy;
5979
+ }[] | undefined;
5980
+ include_master_data?: YesNo | undefined;
5981
+ organisation_ids?: string[] | undefined;
5982
+ vehicle_ids?: string[] | undefined;
5983
+ }>;
5984
+ type FleetServiceManagementDashBoardQueryDTO = z.infer<typeof FleetServiceManagementDashBoardQuerySchema>;
5985
+ declare const FleetServiceManagementTaskSchema: z.ZodObject<{
5986
+ fleet_service_task_id: z.ZodEffects<z.ZodString, string, string>;
5987
+ service_management_id: z.ZodEffects<z.ZodString, string, string>;
5988
+ task_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5989
+ task_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5990
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5991
+ }, "strip", z.ZodTypeAny, {
5992
+ status: Status;
5993
+ fleet_service_task_id: string;
5994
+ service_management_id: string;
5995
+ task_notes: string;
5996
+ task_cost?: number | undefined;
5997
+ }, {
5998
+ status: Status;
5999
+ fleet_service_task_id: string;
6000
+ service_management_id: string;
6001
+ task_cost?: unknown;
6002
+ task_notes?: string | undefined;
6003
+ }>;
6004
+ type FleetServiceManagementTaskDTO = z.infer<typeof FleetServiceManagementTaskSchema>;
6005
+ declare const FleetServiceManagementTaskQuerySchema: z.ZodObject<{
6006
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6007
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6008
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6009
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6010
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6011
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6012
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6013
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6014
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6015
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6016
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6017
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6018
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6019
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6020
+ name: z.ZodEffects<z.ZodString, string, string>;
6021
+ field: z.ZodEffects<z.ZodString, string, string>;
6022
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6023
+ }, "strip", z.ZodTypeAny, {
6024
+ name: string;
6025
+ field: string;
6026
+ direction: OrderBy;
6027
+ }, {
6028
+ name: string;
6029
+ field: string;
6030
+ direction: OrderBy;
6031
+ }>, "many">>>;
6032
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6033
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
6034
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6035
+ } & {
6036
+ fleet_service_management_task_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6037
+ service_management_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6038
+ fleet_service_task_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6039
+ }, "strip", z.ZodTypeAny, {
6040
+ status: Status[];
6041
+ search: string;
6042
+ paging: PAGING;
6043
+ page_count: number;
6044
+ page_index: number;
6045
+ load_parents: LoadParents;
6046
+ load_parents_list: string[];
6047
+ load_child: LoadChild;
6048
+ load_child_list: string[];
6049
+ load_child_count: LoadChildCount;
6050
+ load_child_count_list: string[];
6051
+ include_details: Record<string, any>;
6052
+ where_relations: Record<string, any>;
6053
+ order_by: {
6054
+ name: string;
6055
+ field: string;
6056
+ direction: OrderBy;
6057
+ }[];
6058
+ include_master_data: YesNo;
6059
+ date_format_id: string;
6060
+ time_zone_id: string;
6061
+ fleet_service_task_ids: string[];
6062
+ service_management_ids: string[];
6063
+ fleet_service_management_task_ids: string[];
6064
+ }, {
6065
+ date_format_id: string;
6066
+ time_zone_id: string;
6067
+ status?: Status[] | undefined;
6068
+ search?: string | undefined;
6069
+ paging?: PAGING | undefined;
6070
+ page_count?: unknown;
6071
+ page_index?: unknown;
6072
+ load_parents?: LoadParents | undefined;
6073
+ load_parents_list?: string[] | undefined;
6074
+ load_child?: LoadChild | undefined;
6075
+ load_child_list?: string[] | undefined;
6076
+ load_child_count?: LoadChildCount | undefined;
6077
+ load_child_count_list?: string[] | undefined;
6078
+ include_details?: Record<string, any> | undefined;
6079
+ where_relations?: Record<string, any> | undefined;
6080
+ order_by?: {
6081
+ name: string;
6082
+ field: string;
6083
+ direction: OrderBy;
6084
+ }[] | undefined;
6085
+ include_master_data?: YesNo | undefined;
6086
+ fleet_service_task_ids?: string[] | undefined;
6087
+ service_management_ids?: string[] | undefined;
6088
+ fleet_service_management_task_ids?: string[] | undefined;
6089
+ }>;
6090
+ type FleetServiceManagementTaskQueryDTO = z.infer<typeof FleetServiceManagementTaskQuerySchema>;
6091
+ declare const FleetServiceReminderSchema: z.ZodObject<{
6092
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
6093
+ vehicle_id: z.ZodEffects<z.ZodString, string, string>;
6094
+ service_management_id: z.ZodEffects<z.ZodString, string, string>;
6095
+ reminder_type: z.ZodType<ReminderType, z.ZodTypeDef, ReminderType>;
6096
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
6097
+ }, "strip", z.ZodTypeAny, {
6098
+ status: Status;
6099
+ organisation_id: string;
6100
+ vehicle_id: string;
6101
+ service_management_id: string;
6102
+ reminder_type: ReminderType;
6103
+ }, {
6104
+ status: Status;
6105
+ organisation_id: string;
6106
+ vehicle_id: string;
6107
+ service_management_id: string;
6108
+ reminder_type: ReminderType;
6109
+ }>;
6110
+ type FleetServiceReminderDTO = z.infer<typeof FleetServiceReminderSchema>;
6111
+ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6112
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6113
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6114
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6115
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6116
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6117
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6118
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6119
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6120
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6121
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6122
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6123
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6124
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6125
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6126
+ name: z.ZodEffects<z.ZodString, string, string>;
6127
+ field: z.ZodEffects<z.ZodString, string, string>;
6128
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6129
+ }, "strip", z.ZodTypeAny, {
6130
+ name: string;
6131
+ field: string;
6132
+ direction: OrderBy;
6133
+ }, {
6134
+ name: string;
6135
+ field: string;
6136
+ direction: OrderBy;
6137
+ }>, "many">>>;
6138
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6139
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
6140
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6141
+ } & {
6142
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6143
+ vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6144
+ service_management_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6145
+ service_reminder_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6146
+ reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
6147
+ }, "strip", z.ZodTypeAny, {
6148
+ status: Status[];
6149
+ search: string;
6150
+ paging: PAGING;
6151
+ page_count: number;
6152
+ page_index: number;
6153
+ load_parents: LoadParents;
6154
+ load_parents_list: string[];
6155
+ load_child: LoadChild;
6156
+ load_child_list: string[];
6157
+ load_child_count: LoadChildCount;
6158
+ load_child_count_list: string[];
6159
+ include_details: Record<string, any>;
6160
+ where_relations: Record<string, any>;
6161
+ order_by: {
6162
+ name: string;
6163
+ field: string;
6164
+ direction: OrderBy;
6165
+ }[];
6166
+ include_master_data: YesNo;
6167
+ date_format_id: string;
6168
+ time_zone_id: string;
6169
+ organisation_ids: string[];
6170
+ vehicle_ids: string[];
6171
+ reminder_type: ReminderType[];
6172
+ service_management_ids: string[];
6173
+ service_reminder_ids: string[];
6174
+ }, {
6175
+ date_format_id: string;
6176
+ time_zone_id: string;
6177
+ status?: Status[] | undefined;
6178
+ search?: string | undefined;
6179
+ paging?: PAGING | undefined;
6180
+ page_count?: unknown;
6181
+ page_index?: unknown;
6182
+ load_parents?: LoadParents | undefined;
6183
+ load_parents_list?: string[] | undefined;
6184
+ load_child?: LoadChild | undefined;
6185
+ load_child_list?: string[] | undefined;
6186
+ load_child_count?: LoadChildCount | undefined;
6187
+ load_child_count_list?: string[] | undefined;
6188
+ include_details?: Record<string, any> | undefined;
6189
+ where_relations?: Record<string, any> | undefined;
6190
+ order_by?: {
6191
+ name: string;
6192
+ field: string;
6193
+ direction: OrderBy;
6194
+ }[] | undefined;
6195
+ include_master_data?: YesNo | undefined;
6196
+ organisation_ids?: string[] | undefined;
6197
+ vehicle_ids?: string[] | undefined;
6198
+ reminder_type?: ReminderType[] | undefined;
6199
+ service_management_ids?: string[] | undefined;
6200
+ service_reminder_ids?: string[] | undefined;
6201
+ }>;
6202
+ type FleetServiceReminderQueryDTO = z.infer<typeof FleetServiceReminderQuerySchema>;
6203
+ declare const toFleetServiceManagementPayload: (row: FleetServiceManagement) => FleetServiceManagementDTO;
6204
+ declare const newFleetServiceManagementPayload: () => FleetServiceManagementDTO;
6205
+ declare const toFleetServiceManagementTaskPayload: (row: FleetServiceManagementTask) => FleetServiceManagementTaskDTO;
6206
+ declare const newFleetServiceReminderPayload: () => FleetServiceReminderDTO;
6207
+ declare const toFleetServiceReminderPayload: (row: FleetServiceReminder) => FleetServiceReminderDTO;
6208
+ declare const newFleetServiceManagementTaskPayload: () => FleetServiceManagementTaskDTO;
6209
+ declare const get_service_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
6210
+ declare const create_service_file: (data: FleetServiceManagementFileDTO) => Promise<SBR>;
6211
+ declare const remove_service_file: (id: string) => Promise<SBR>;
6212
+ declare const findFleetServiceManagement: (data: FleetServiceManagementQueryDTO) => Promise<FBR<FleetServiceManagement[]>>;
6213
+ declare const createFleetServiceManagement: (data: FleetServiceManagementDTO) => Promise<SBR>;
6214
+ declare const updateFleetServiceManagement: (id: string, data: FleetServiceManagementDTO) => Promise<SBR>;
6215
+ declare const deleteFleetServiceManagement: (id: string) => Promise<SBR>;
6216
+ declare const service_dashboard: (data: FleetServiceManagementDashBoardQueryDTO) => Promise<FBR<ServiceDashboard[]>>;
6217
+ declare const findFleetServiceManagementTask: (data: FleetServiceManagementTaskQueryDTO) => Promise<FBR<FleetServiceManagementTask[]>>;
6218
+ declare const createFleetServiceManagementTask: (data: FleetServiceManagementTaskDTO) => Promise<SBR>;
6219
+ declare const updateFleetServiceManagementTask: (id: string, data: FleetServiceManagementTaskDTO) => Promise<SBR>;
6220
+ declare const deleteFleetServiceManagementTask: (id: string) => Promise<SBR>;
6221
+ declare const findFleetServiceReminder: (data: FleetServiceReminderQueryDTO) => Promise<FBR<FleetServiceReminder[]>>;
6222
+ declare const createFleetServiceReminder: (data: FleetServiceReminderDTO) => Promise<SBR>;
6223
+ declare const updateFleetServiceReminder: (id: string, data: FleetServiceReminderDTO) => Promise<SBR>;
6224
+ declare const deleteFleetServiceReminder: (id: string) => Promise<SBR>;
6225
+
5358
6226
  interface FleetVendorServiceCenter extends Record<string, unknown> {
5359
6227
  service_center_id: string;
5360
- center_name: string;
5361
- center_code?: string;
6228
+ service_center_name: string;
6229
+ service_center_code?: string;
5362
6230
  is_company_owned: YesNo;
5363
6231
  oem_authorised: YesNo;
5364
6232
  oem_brand_name?: string;
5365
6233
  service_brand_name?: string;
6234
+ rating?: number;
6235
+ rating_comments?: string;
5366
6236
  center_notes?: string;
5367
6237
  is_preferred_center: YesNo;
5368
6238
  operating_hours?: string;
@@ -5410,7 +6280,9 @@ interface FleetVendorServiceCenter extends Record<string, unknown> {
5410
6280
  vendor_id: string;
5411
6281
  FleetVendor?: FleetVendor;
5412
6282
  vendor_name?: string;
6283
+ FleetServiceManagement?: FleetServiceManagement[];
5413
6284
  _count?: {
6285
+ FleetServiceManagement: number;
5414
6286
  FleetServiceJobCard: number;
5415
6287
  };
5416
6288
  }
@@ -5423,12 +6295,14 @@ interface FleetVendorServiceCenterSimple extends Record<string, unknown> {
5423
6295
  declare const FleetVendorServiceCenterSchema: z.ZodObject<{
5424
6296
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
5425
6297
  vendor_id: z.ZodEffects<z.ZodString, string, string>;
5426
- center_name: z.ZodEffects<z.ZodString, string, string>;
5427
- center_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6298
+ service_center_name: z.ZodEffects<z.ZodString, string, string>;
6299
+ service_center_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5428
6300
  is_company_owned: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
5429
6301
  oem_authorised: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
5430
6302
  oem_brand_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5431
6303
  service_brand_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6304
+ rating: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6305
+ rating_comments: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5432
6306
  operating_hours: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5433
6307
  is_24x7: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
5434
6308
  supports_credit: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
@@ -5470,8 +6344,11 @@ declare const FleetVendorServiceCenterSchema: z.ZodObject<{
5470
6344
  organisation_id: string;
5471
6345
  country_code: string;
5472
6346
  google_location: string;
5473
- center_name: string;
5474
- center_code: string;
6347
+ rating: number;
6348
+ rating_comments: string;
6349
+ vendor_id: string;
6350
+ service_center_name: string;
6351
+ service_center_code: string;
5475
6352
  is_company_owned: YesNo;
5476
6353
  oem_authorised: YesNo;
5477
6354
  oem_brand_name: string;
@@ -5507,13 +6384,13 @@ declare const FleetVendorServiceCenterSchema: z.ZodObject<{
5507
6384
  state_province_region: string;
5508
6385
  postal_code: string;
5509
6386
  country: string;
5510
- vendor_id: string;
5511
6387
  latitude?: number | undefined;
5512
6388
  longitude?: number | undefined;
5513
6389
  }, {
5514
6390
  status: Status;
5515
6391
  organisation_id: string;
5516
- center_name: string;
6392
+ vendor_id: string;
6393
+ service_center_name: string;
5517
6394
  is_company_owned: YesNo;
5518
6395
  oem_authorised: YesNo;
5519
6396
  is_preferred_center: YesNo;
@@ -5527,12 +6404,13 @@ declare const FleetVendorServiceCenterSchema: z.ZodObject<{
5527
6404
  has_paint_booth: YesNo;
5528
6405
  has_wash_bay: YesNo;
5529
6406
  has_tow_truck: YesNo;
5530
- vendor_id: string;
5531
6407
  country_code?: string | undefined;
5532
6408
  latitude?: unknown;
5533
6409
  longitude?: unknown;
5534
6410
  google_location?: string | undefined;
5535
- center_code?: string | undefined;
6411
+ rating?: unknown;
6412
+ rating_comments?: string | undefined;
6413
+ service_center_code?: string | undefined;
5536
6414
  oem_brand_name?: string | undefined;
5537
6415
  service_brand_name?: string | undefined;
5538
6416
  center_notes?: string | undefined;
@@ -5617,11 +6495,11 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
5617
6495
  date_format_id: string;
5618
6496
  time_zone_id: string;
5619
6497
  organisation_ids: string[];
6498
+ vendor_ids: string[];
6499
+ service_center_ids: string[];
5620
6500
  is_company_owned: YesNo[];
5621
6501
  oem_authorised: YesNo[];
5622
6502
  is_preferred_center: YesNo[];
5623
- vendor_ids: string[];
5624
- service_center_ids: string[];
5625
6503
  }, {
5626
6504
  date_format_id: string;
5627
6505
  time_zone_id: string;
@@ -5645,11 +6523,11 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
5645
6523
  }[] | undefined;
5646
6524
  include_master_data?: YesNo | undefined;
5647
6525
  organisation_ids?: string[] | undefined;
6526
+ vendor_ids?: string[] | undefined;
6527
+ service_center_ids?: string[] | undefined;
5648
6528
  is_company_owned?: YesNo[] | undefined;
5649
6529
  oem_authorised?: YesNo[] | undefined;
5650
6530
  is_preferred_center?: YesNo[] | undefined;
5651
- vendor_ids?: string[] | undefined;
5652
- service_center_ids?: string[] | undefined;
5653
6531
  }>;
5654
6532
  type FleetVendorServiceCenterQueryDTO = z.infer<typeof FleetVendorServiceCenterQuerySchema>;
5655
6533
  declare const toFleetVendorServiceCenterPayload: (row: FleetVendorServiceCenter) => FleetVendorServiceCenterDTO;
@@ -5796,13 +6674,14 @@ declare const getMasterFuelCompanyCache: (organisation_id: string) => Promise<FB
5796
6674
 
5797
6675
  interface FleetVendorFuelStation extends Record<string, unknown> {
5798
6676
  fuel_station_id: string;
5799
- station_name: string;
5800
- station_code?: string;
6677
+ fuel_station_name: string;
6678
+ fuel_station_code?: string;
5801
6679
  is_company_owned: YesNo;
6680
+ is_preferred_station: YesNo;
6681
+ rating?: number;
6682
+ rating_comments?: string;
5802
6683
  station_notes?: string;
5803
6684
  station_feedback?: string;
5804
- station_rating?: number;
5805
- is_preferred_station: YesNo;
5806
6685
  operating_hours?: string;
5807
6686
  is_24x7: YesNo;
5808
6687
  supports_credit: YesNo;
@@ -5858,9 +6737,12 @@ declare const FleetVendorFuelStationSchema: z.ZodObject<{
5858
6737
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
5859
6738
  vendor_id: z.ZodEffects<z.ZodString, string, string>;
5860
6739
  fuel_company_id: z.ZodEffects<z.ZodString, string, string>;
5861
- station_name: z.ZodEffects<z.ZodString, string, string>;
5862
- station_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6740
+ fuel_station_name: z.ZodEffects<z.ZodString, string, string>;
6741
+ fuel_station_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5863
6742
  is_company_owned: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
6743
+ is_preferred_station: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
6744
+ rating: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6745
+ rating_comments: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5864
6746
  operating_hours: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5865
6747
  is_24x7: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
5866
6748
  supports_credit: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
@@ -5889,14 +6771,15 @@ declare const FleetVendorFuelStationSchema: z.ZodObject<{
5889
6771
  google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5890
6772
  station_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5891
6773
  station_feedback: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5892
- station_rating: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
5893
- is_preferred_station: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
5894
6774
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
5895
6775
  }, "strip", z.ZodTypeAny, {
5896
6776
  status: Status;
5897
6777
  organisation_id: string;
5898
6778
  country_code: string;
5899
6779
  google_location: string;
6780
+ rating: number;
6781
+ rating_comments: string;
6782
+ vendor_id: string;
5900
6783
  is_company_owned: YesNo;
5901
6784
  operating_hours: string;
5902
6785
  is_24x7: YesNo;
@@ -5911,13 +6794,12 @@ declare const FleetVendorFuelStationSchema: z.ZodObject<{
5911
6794
  state_province_region: string;
5912
6795
  postal_code: string;
5913
6796
  country: string;
5914
- vendor_id: string;
5915
6797
  fuel_company_id: string;
5916
- station_name: string;
5917
- station_code: string;
6798
+ fuel_station_name: string;
6799
+ fuel_station_code: string;
6800
+ is_preferred_station: YesNo;
5918
6801
  station_notes: string;
5919
6802
  station_feedback: string;
5920
- is_preferred_station: YesNo;
5921
6803
  fuel_card_supported: YesNo;
5922
6804
  accepted_payment_modes: string;
5923
6805
  supported_fuel_types: string;
@@ -5929,16 +6811,15 @@ declare const FleetVendorFuelStationSchema: z.ZodObject<{
5929
6811
  station_phone: string;
5930
6812
  latitude?: number | undefined;
5931
6813
  longitude?: number | undefined;
5932
- station_rating?: number | undefined;
5933
6814
  }, {
5934
6815
  status: Status;
5935
6816
  organisation_id: string;
6817
+ vendor_id: string;
5936
6818
  is_company_owned: YesNo;
5937
6819
  is_24x7: YesNo;
5938
6820
  supports_credit: YesNo;
5939
- vendor_id: string;
5940
6821
  fuel_company_id: string;
5941
- station_name: string;
6822
+ fuel_station_name: string;
5942
6823
  is_preferred_station: YesNo;
5943
6824
  fuel_card_supported: YesNo;
5944
6825
  offers_service: YesNo;
@@ -5948,6 +6829,8 @@ declare const FleetVendorFuelStationSchema: z.ZodObject<{
5948
6829
  latitude?: unknown;
5949
6830
  longitude?: unknown;
5950
6831
  google_location?: string | undefined;
6832
+ rating?: unknown;
6833
+ rating_comments?: string | undefined;
5951
6834
  operating_hours?: string | undefined;
5952
6835
  website_url?: string | undefined;
5953
6836
  address_line1?: string | undefined;
@@ -5959,10 +6842,9 @@ declare const FleetVendorFuelStationSchema: z.ZodObject<{
5959
6842
  state_province_region?: string | undefined;
5960
6843
  postal_code?: string | undefined;
5961
6844
  country?: string | undefined;
5962
- station_code?: string | undefined;
6845
+ fuel_station_code?: string | undefined;
5963
6846
  station_notes?: string | undefined;
5964
6847
  station_feedback?: string | undefined;
5965
- station_rating?: unknown;
5966
6848
  accepted_payment_modes?: string | undefined;
5967
6849
  supported_fuel_types?: string | undefined;
5968
6850
  station_email?: string | undefined;
@@ -6030,8 +6912,8 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
6030
6912
  date_format_id: string;
6031
6913
  time_zone_id: string;
6032
6914
  organisation_ids: string[];
6033
- is_company_owned: YesNo[];
6034
6915
  vendor_ids: string[];
6916
+ is_company_owned: YesNo[];
6035
6917
  fuel_company_ids: string[];
6036
6918
  is_preferred_station: YesNo[];
6037
6919
  fuel_station_ids: string[];
@@ -6058,8 +6940,8 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
6058
6940
  }[] | undefined;
6059
6941
  include_master_data?: YesNo | undefined;
6060
6942
  organisation_ids?: string[] | undefined;
6061
- is_company_owned?: YesNo[] | undefined;
6062
6943
  vendor_ids?: string[] | undefined;
6944
+ is_company_owned?: YesNo[] | undefined;
6063
6945
  fuel_company_ids?: string[] | undefined;
6064
6946
  is_preferred_station?: YesNo[] | undefined;
6065
6947
  fuel_station_ids?: string[] | undefined;
@@ -6119,6 +7001,13 @@ interface FleetVendor extends Record<string, unknown> {
6119
7001
  FleetVendorFuelStation: number;
6120
7002
  };
6121
7003
  }
7004
+ interface VendorDashboard {
7005
+ main_counts: {
7006
+ vendors: number;
7007
+ fuel_stations: number;
7008
+ service_centers: number;
7009
+ };
7010
+ }
6122
7011
  interface FleetVendorSimple extends Record<string, unknown> {
6123
7012
  vendor_id: string;
6124
7013
  vendor_name: string;
@@ -6219,7 +7108,6 @@ interface FleetVendorContactPersons extends Record<string, unknown> {
6219
7108
  branch_name?: string;
6220
7109
  preferred_language?: string;
6221
7110
  is_primary: YesNo;
6222
- is_active_contact: YesNo;
6223
7111
  notes?: string;
6224
7112
  status: Status;
6225
7113
  added_date_time: string;
@@ -6234,7 +7122,7 @@ interface FleetVendorContactPersons extends Record<string, unknown> {
6234
7122
  interface FleetVendorReview extends Record<string, unknown> {
6235
7123
  vendor_review_id: string;
6236
7124
  rating: number;
6237
- comment?: string;
7125
+ rating_comments?: string;
6238
7126
  status: Status;
6239
7127
  added_date_time: string;
6240
7128
  modified_date_time: string;
@@ -6450,6 +7338,86 @@ declare const FleetVendorQuerySchema: z.ZodObject<{
6450
7338
  vendor_ids?: string[] | undefined;
6451
7339
  }>;
6452
7340
  type FleetVendorQueryDTO = z.infer<typeof FleetVendorQuerySchema>;
7341
+ declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
7342
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7343
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
7344
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
7345
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7346
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7347
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
7348
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7349
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
7350
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7351
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
7352
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7353
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7354
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7355
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
7356
+ name: z.ZodEffects<z.ZodString, string, string>;
7357
+ field: z.ZodEffects<z.ZodString, string, string>;
7358
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
7359
+ }, "strip", z.ZodTypeAny, {
7360
+ name: string;
7361
+ field: string;
7362
+ direction: OrderBy;
7363
+ }, {
7364
+ name: string;
7365
+ field: string;
7366
+ direction: OrderBy;
7367
+ }>, "many">>>;
7368
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
7369
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
7370
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7371
+ } & {
7372
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7373
+ }, "strip", z.ZodTypeAny, {
7374
+ status: Status[];
7375
+ search: string;
7376
+ paging: PAGING;
7377
+ page_count: number;
7378
+ page_index: number;
7379
+ load_parents: LoadParents;
7380
+ load_parents_list: string[];
7381
+ load_child: LoadChild;
7382
+ load_child_list: string[];
7383
+ load_child_count: LoadChildCount;
7384
+ load_child_count_list: string[];
7385
+ include_details: Record<string, any>;
7386
+ where_relations: Record<string, any>;
7387
+ order_by: {
7388
+ name: string;
7389
+ field: string;
7390
+ direction: OrderBy;
7391
+ }[];
7392
+ include_master_data: YesNo;
7393
+ date_format_id: string;
7394
+ time_zone_id: string;
7395
+ organisation_ids: string[];
7396
+ }, {
7397
+ date_format_id: string;
7398
+ time_zone_id: string;
7399
+ status?: Status[] | undefined;
7400
+ search?: string | undefined;
7401
+ paging?: PAGING | undefined;
7402
+ page_count?: unknown;
7403
+ page_index?: unknown;
7404
+ load_parents?: LoadParents | undefined;
7405
+ load_parents_list?: string[] | undefined;
7406
+ load_child?: LoadChild | undefined;
7407
+ load_child_list?: string[] | undefined;
7408
+ load_child_count?: LoadChildCount | undefined;
7409
+ load_child_count_list?: string[] | undefined;
7410
+ include_details?: Record<string, any> | undefined;
7411
+ where_relations?: Record<string, any> | undefined;
7412
+ order_by?: {
7413
+ name: string;
7414
+ field: string;
7415
+ direction: OrderBy;
7416
+ }[] | undefined;
7417
+ include_master_data?: YesNo | undefined;
7418
+ organisation_ids?: string[] | undefined;
7419
+ }>;
7420
+ type FleetVendorDashBoardQueryDTO = z.infer<typeof FleetVendorDashBoardQuerySchema>;
6453
7421
  declare const FleetVendorAddressSchema: z.ZodObject<{
6454
7422
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
6455
7423
  vendor_id: z.ZodEffects<z.ZodString, string, string>;
@@ -6475,6 +7443,7 @@ declare const FleetVendorAddressSchema: z.ZodObject<{
6475
7443
  organisation_id: string;
6476
7444
  country_code: string;
6477
7445
  google_location: string;
7446
+ vendor_id: string;
6478
7447
  address_line1: string;
6479
7448
  address_line2: string;
6480
7449
  locality_landmark: string;
@@ -6484,7 +7453,6 @@ declare const FleetVendorAddressSchema: z.ZodObject<{
6484
7453
  state_province_region: string;
6485
7454
  postal_code: string;
6486
7455
  country: string;
6487
- vendor_id: string;
6488
7456
  vendor_address_label: FleetVendorAddressLabel;
6489
7457
  is_default: YesNo;
6490
7458
  notes: string;
@@ -6610,7 +7578,7 @@ declare const FleetVendorBankAccountSchema: z.ZodObject<{
6610
7578
  bank_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6611
7579
  bank_branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6612
7580
  bank_account_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6613
- bank_account_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7581
+ bank_account_number: z.ZodEffects<z.ZodString, string, string>;
6614
7582
  ifsc_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6615
7583
  swift_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6616
7584
  iban_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -6636,12 +7604,12 @@ declare const FleetVendorBankAccountSchema: z.ZodObject<{
6636
7604
  status: Status;
6637
7605
  organisation_id: string;
6638
7606
  vendor_id: string;
7607
+ bank_account_number: string;
6639
7608
  is_primary: YesNo;
6640
7609
  notes?: string | undefined;
6641
7610
  bank_name?: string | undefined;
6642
7611
  bank_branch_name?: string | undefined;
6643
7612
  bank_account_name?: string | undefined;
6644
- bank_account_number?: string | undefined;
6645
7613
  ifsc_code?: string | undefined;
6646
7614
  swift_code?: string | undefined;
6647
7615
  iban_number?: string | undefined;
@@ -6765,7 +7733,6 @@ declare const FleetVendorContactPersonsSchema: z.ZodObject<{
6765
7733
  branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6766
7734
  preferred_language: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6767
7735
  is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
6768
- is_active_contact: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
6769
7736
  notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6770
7737
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6771
7738
  }, "strip", z.ZodTypeAny, {
@@ -6784,14 +7751,12 @@ declare const FleetVendorContactPersonsSchema: z.ZodObject<{
6784
7751
  alternative_mobile: string;
6785
7752
  designation: string;
6786
7753
  preferred_language: string;
6787
- is_active_contact: YesNo;
6788
7754
  }, {
6789
7755
  status: Status;
6790
7756
  organisation_id: string;
6791
7757
  name: string;
6792
7758
  vendor_id: string;
6793
7759
  is_primary: YesNo;
6794
- is_active_contact: YesNo;
6795
7760
  branch_name?: string | undefined;
6796
7761
  email?: string | undefined;
6797
7762
  mobile?: string | undefined;
@@ -6839,7 +7804,6 @@ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
6839
7804
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6840
7805
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6841
7806
  is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
6842
- is_active_contact: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
6843
7807
  }, "strip", z.ZodTypeAny, {
6844
7808
  status: Status[];
6845
7809
  search: string;
@@ -6865,7 +7829,6 @@ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
6865
7829
  organisation_ids: string[];
6866
7830
  vendor_ids: string[];
6867
7831
  is_primary: YesNo[];
6868
- is_active_contact: YesNo[];
6869
7832
  contact_person_ids: string[];
6870
7833
  }, {
6871
7834
  date_format_id: string;
@@ -6892,7 +7855,6 @@ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
6892
7855
  organisation_ids?: string[] | undefined;
6893
7856
  vendor_ids?: string[] | undefined;
6894
7857
  is_primary?: YesNo[] | undefined;
6895
- is_active_contact?: YesNo[] | undefined;
6896
7858
  contact_person_ids?: string[] | undefined;
6897
7859
  }>;
6898
7860
  type FleetVendorContactPersonsQueryDTO = z.infer<typeof FleetVendorContactPersonsQuerySchema>;
@@ -6901,22 +7863,22 @@ declare const FleetVendorReviewSchema: z.ZodObject<{
6901
7863
  vendor_id: z.ZodEffects<z.ZodString, string, string>;
6902
7864
  user_id: z.ZodEffects<z.ZodString, string, string>;
6903
7865
  rating: z.ZodEffects<z.ZodNumber, number, unknown>;
6904
- comment: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7866
+ rating_comments: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6905
7867
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6906
7868
  }, "strip", z.ZodTypeAny, {
6907
7869
  status: Status;
6908
7870
  organisation_id: string;
6909
7871
  user_id: string;
6910
- vendor_id: string;
6911
7872
  rating: number;
6912
- comment: string;
7873
+ rating_comments: string;
7874
+ vendor_id: string;
6913
7875
  }, {
6914
7876
  status: Status;
6915
7877
  organisation_id: string;
6916
7878
  user_id: string;
6917
7879
  vendor_id: string;
6918
7880
  rating?: unknown;
6919
- comment?: string | undefined;
7881
+ rating_comments?: string | undefined;
6920
7882
  }>;
6921
7883
  type FleetVendorReviewDTO = z.infer<typeof FleetVendorReviewSchema>;
6922
7884
  declare const FleetVendorReviewQuerySchema: z.ZodObject<{
@@ -6953,7 +7915,6 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
6953
7915
  vendor_review_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6954
7916
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6955
7917
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6956
- user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6957
7918
  }, "strip", z.ZodTypeAny, {
6958
7919
  status: Status[];
6959
7920
  search: string;
@@ -6977,7 +7938,6 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
6977
7938
  date_format_id: string;
6978
7939
  time_zone_id: string;
6979
7940
  organisation_ids: string[];
6980
- user_ids: string[];
6981
7941
  vendor_ids: string[];
6982
7942
  vendor_review_ids: string[];
6983
7943
  }, {
@@ -7003,7 +7963,6 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
7003
7963
  }[] | undefined;
7004
7964
  include_master_data?: YesNo | undefined;
7005
7965
  organisation_ids?: string[] | undefined;
7006
- user_ids?: string[] | undefined;
7007
7966
  vendor_ids?: string[] | undefined;
7008
7967
  vendor_review_ids?: string[] | undefined;
7009
7968
  }>;
@@ -7185,7 +8144,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
7185
8144
  } & {
7186
8145
  fleet_vendor_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7187
8146
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7188
- user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7189
8147
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7190
8148
  document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7191
8149
  }, "strip", z.ZodTypeAny, {
@@ -7211,7 +8169,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
7211
8169
  date_format_id: string;
7212
8170
  time_zone_id: string;
7213
8171
  organisation_ids: string[];
7214
- user_ids: string[];
7215
8172
  document_type_ids: string[];
7216
8173
  vendor_ids: string[];
7217
8174
  fleet_vendor_document_ids: string[];
@@ -7238,7 +8195,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
7238
8195
  }[] | undefined;
7239
8196
  include_master_data?: YesNo | undefined;
7240
8197
  organisation_ids?: string[] | undefined;
7241
- user_ids?: string[] | undefined;
7242
8198
  document_type_ids?: string[] | undefined;
7243
8199
  vendor_ids?: string[] | undefined;
7244
8200
  fleet_vendor_document_ids?: string[] | undefined;
@@ -7269,6 +8225,7 @@ declare const findFleetVendor: (data: FleetVendorQueryDTO) => Promise<FBR<FleetV
7269
8225
  declare const createFleetVendor: (data: FleetVendorDTO) => Promise<SBR>;
7270
8226
  declare const updateFleetVendor: (id: string, data: FleetVendorDTO) => Promise<SBR>;
7271
8227
  declare const deleteFleetVendor: (id: string) => Promise<SBR>;
8228
+ declare const vendor_dashboard: (data: FleetVendorDashBoardQueryDTO) => Promise<FBR<VendorDashboard[]>>;
7272
8229
  declare const createFleetVendorAddress: (data: FleetVendorAddressDTO) => Promise<SBR>;
7273
8230
  declare const findFleetVendorAddress: (data: FleetVendorAddressQueryDTO) => Promise<FBR<FleetVendorAddress[]>>;
7274
8231
  declare const updateFleetVendorAddress: (id: string, data: FleetVendorAddressDTO) => Promise<SBR>;
@@ -7974,6 +8931,7 @@ declare const VehicleSchema: z.ZodObject<{
7974
8931
  vehicle_associated_to_id: string;
7975
8932
  vehicle_fuel_unit_id: string;
7976
8933
  vehicle_number: string;
8934
+ odometer_reading: number;
7977
8935
  vehicle_name: string;
7978
8936
  engine_number: string;
7979
8937
  chassis_number: string;
@@ -7981,7 +8939,6 @@ declare const VehicleSchema: z.ZodObject<{
7981
8939
  is_fleet_active: YesNo;
7982
8940
  is_gps_active: YesNo;
7983
8941
  is_trip_active: YesNo;
7984
- odometer_reading: number;
7985
8942
  secondary_vehicle_fuel_type_id: string;
7986
8943
  secondary_vehicle_fuel_unit_id: string;
7987
8944
  fuel_tank_type: FuelTankType;
@@ -8027,11 +8984,11 @@ declare const VehicleSchema: z.ZodObject<{
8027
8984
  secondary_vehicle_fuel_type_id: string;
8028
8985
  secondary_vehicle_fuel_unit_id: string;
8029
8986
  organisation_group_ids?: string[] | undefined;
8987
+ odometer_reading?: unknown;
8030
8988
  vehicle_name?: string | undefined;
8031
8989
  engine_number?: string | undefined;
8032
8990
  chassis_number?: string | undefined;
8033
8991
  vehicle_make_year?: unknown;
8034
- odometer_reading?: unknown;
8035
8992
  fuel_tank_type?: FuelTankType | undefined;
8036
8993
  fuel_tank_size?: unknown;
8037
8994
  fuel_tank_1_size?: unknown;
@@ -8089,6 +9046,7 @@ declare const VehicleBulkSchema: z.ZodObject<{
8089
9046
  device_model_id: string;
8090
9047
  vehicle_type_id: string;
8091
9048
  vehicle_number: string;
9049
+ odometer_reading: number;
8092
9050
  vehicle_name: string;
8093
9051
  engine_number: string;
8094
9052
  chassis_number: string;
@@ -8096,7 +9054,6 @@ declare const VehicleBulkSchema: z.ZodObject<{
8096
9054
  is_fleet_active: YesNo;
8097
9055
  is_gps_active: YesNo;
8098
9056
  is_trip_active: YesNo;
8099
- odometer_reading: number;
8100
9057
  fuel_tank_type: FuelTankType;
8101
9058
  fuel_tank_size: number;
8102
9059
  fuel_tank_1_size: number;
@@ -8117,11 +9074,11 @@ declare const VehicleBulkSchema: z.ZodObject<{
8117
9074
  is_fleet_active: YesNo;
8118
9075
  is_gps_active: YesNo;
8119
9076
  is_trip_active: YesNo;
9077
+ odometer_reading?: unknown;
8120
9078
  vehicle_name?: string | undefined;
8121
9079
  engine_number?: string | undefined;
8122
9080
  chassis_number?: string | undefined;
8123
9081
  vehicle_make_year?: unknown;
8124
- odometer_reading?: unknown;
8125
9082
  fuel_tank_type?: FuelTankType | undefined;
8126
9083
  fuel_tank_size?: unknown;
8127
9084
  fuel_tank_1_size?: unknown;
@@ -8245,6 +9202,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
8245
9202
  device_type_id: string;
8246
9203
  device_manufacturer_id: string;
8247
9204
  device_model_id: string;
9205
+ fuel: YesNo;
8248
9206
  fuel_tank_type: FuelTankType;
8249
9207
  fuel_tank_size: number;
8250
9208
  fuel_tank_1_size: number;
@@ -8252,7 +9210,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
8252
9210
  fuel_tank_total_size: number;
8253
9211
  temperature: YesNo;
8254
9212
  duel_temperature: YesNo;
8255
- fuel: YesNo;
8256
9213
  fuel_bluetooth: YesNo;
8257
9214
  over_speed_kmph: number;
8258
9215
  gps_lock_relay: YesNo;
@@ -8286,6 +9243,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
8286
9243
  device_type_id: string;
8287
9244
  device_manufacturer_id: string;
8288
9245
  device_model_id: string;
9246
+ fuel?: YesNo | undefined;
8289
9247
  fuel_tank_type?: FuelTankType | undefined;
8290
9248
  fuel_tank_size?: unknown;
8291
9249
  fuel_tank_1_size?: unknown;
@@ -8293,7 +9251,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
8293
9251
  fuel_tank_total_size?: unknown;
8294
9252
  temperature?: YesNo | undefined;
8295
9253
  duel_temperature?: YesNo | undefined;
8296
- fuel?: YesNo | undefined;
8297
9254
  fuel_bluetooth?: YesNo | undefined;
8298
9255
  over_speed_kmph?: unknown;
8299
9256
  gps_lock_relay?: YesNo | undefined;
@@ -8369,6 +9326,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
8369
9326
  camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
8370
9327
  fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8371
9328
  }, "strip", z.ZodTypeAny, {
9329
+ fuel: YesNo;
8372
9330
  fuel_tank_type: FuelTankType;
8373
9331
  fuel_tank_size: number;
8374
9332
  fuel_tank_1_size: number;
@@ -8376,7 +9334,6 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
8376
9334
  fuel_tank_total_size: number;
8377
9335
  temperature: YesNo;
8378
9336
  duel_temperature: YesNo;
8379
- fuel: YesNo;
8380
9337
  fuel_bluetooth: YesNo;
8381
9338
  over_speed_kmph: number;
8382
9339
  gps_lock_relay: YesNo;
@@ -8389,6 +9346,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
8389
9346
  camera_extra_count: number;
8390
9347
  fuel_mapping: Record<string, any>;
8391
9348
  }, {
9349
+ fuel?: YesNo | undefined;
8392
9350
  fuel_tank_type?: FuelTankType | undefined;
8393
9351
  fuel_tank_size?: unknown;
8394
9352
  fuel_tank_1_size?: unknown;
@@ -8396,7 +9354,6 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
8396
9354
  fuel_tank_total_size?: unknown;
8397
9355
  temperature?: YesNo | undefined;
8398
9356
  duel_temperature?: YesNo | undefined;
8399
- fuel?: YesNo | undefined;
8400
9357
  fuel_bluetooth?: YesNo | undefined;
8401
9358
  over_speed_kmph?: unknown;
8402
9359
  gps_lock_relay?: YesNo | undefined;
@@ -9836,4 +10793,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
9836
10793
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
9837
10794
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
9838
10795
 
9839
- export { type MasterMainStateQueryDTO as $, newMasterMainCurrencyPayload as A, findMasterMainCurrencies as B, createMasterMainCurrency as C, updateMasterMainCurrency as D, deleteMasterMainCurrency as E, type FleetVendor as F, getMasterMainCurrencyCache as G, type MasterMainTimeZone as H, MasterMainTimeZoneSchema as I, type MasterMainTimeZoneDTO as J, MasterMainTimeZoneQuerySchema as K, type MasterMainTimeZoneQueryDTO as L, type MasterVehicle as M, toMasterMainTimeZonePayload as N, type OrganisationBranch as O, newMasterMainTimeZonePayload as P, findMasterMainTimeZones as Q, createMasterMainTimeZone as R, updateMasterMainTimeZone as S, deleteMasterMainTimeZone as T, type UserOrganisation as U, getMasterMainTimeZoneCacheAll as V, getMasterMainTimeZoneCache as W, type MasterMainState as X, MasterMainStateSchema as Y, type MasterMainStateDTO as Z, MasterMainStateQuerySchema as _, type User as a, findOrganisationSubCompanyies as a$, toMasterMainStatePayload as a0, newMasterMainStatePayload as a1, findMasterMainStates as a2, createMasterMainState as a3, updateMasterMainState as a4, deleteMasterMainState as a5, getMasterMainStateCache as a6, type MasterMainCountry as a7, MasterMainCountrySchema as a8, type MasterMainCountryDTO as a9, type MasterMainUnitMileageQueryDTO as aA, toMasterMainUnitMileagePayload as aB, newMasterMainUnitMileagePayload as aC, findMasterMainUnitMileages as aD, createMasterMainUnitMileage as aE, updateMasterMainUnitMileage as aF, deleteMasterMainUnitMileage as aG, getMasterMainUnitMileageCache as aH, type MasterMainUnitVolume as aI, MasterMainUnitVolumeSchema as aJ, type MasterMainUnitVolumeDTO as aK, MasterMainUnitVolumeQuerySchema as aL, type MasterMainUnitVolumeQueryDTO as aM, toMasterMainUnitVolumePayload as aN, newMasterMainUnitVolumePayload as aO, findMasterMainUnitVolumes as aP, createMasterMainUnitVolume as aQ, updateMasterMainUnitVolume as aR, deleteMasterMainUnitVolume as aS, getMasterMainUnitVolumeCache as aT, type OrganisationSubCompany as aU, OrganisationSubCompanySchema as aV, type OrganisationSubCompanyDTO as aW, OrganisationSubCompanyQuerySchema as aX, type OrganisationSubCompanyQueryDTO as aY, toOrganisationSubCompanyPayload as aZ, newOrganisationSubCompanyPayload as a_, MasterMainCountryQuerySchema as aa, type MasterMainCountryQueryDTO as ab, toMasterMainCountryPayload as ac, newMasterMainCountryPayload as ad, findMasterMainCountries$1 as ae, createMasterMainCountry$1 as af, updateMasterMainCountry$1 as ag, deleteMasterMainCountry$1 as ah, getMasterMainCountryCache as ai, getMasterMainCountryCacheChild as aj, type MasterMainDateFormat as ak, MasterMainDateFormatSchema as al, type MasterMainDateFormatDTO as am, MasterMainDateFormatQuerySchema as an, type MasterMainDateFormatQueryDTO as ao, toMasterMainDateFormatPayload as ap, newMasterMainDateFormatPayload as aq, findMasterMainDateFormats as ar, createMasterMainDateFormat as as, updateMasterMainDateFormat as at, deleteMasterMainDateFormat as au, getMasterMainDateFormatCache as av, type MasterMainUnitMileage as aw, MasterMainUnitMileageSchema as ax, type MasterMainUnitMileageDTO as ay, MasterMainUnitMileageQuerySchema as az, type MasterDriver as b, findMasterDriver as b$, createOrganisationSubCompany as b0, updateOrganisationSubCompany as b1, deleteOrganisationSubCompany as b2, getOrganisationSubCompanyCache as b3, getOrganisationSubCompanyCacheCount as b4, getOrganisationSubCompanyCacheChild as b5, OrganisationBranchSchema as b6, type OrganisationBranchDTO as b7, OrganisationBranchQuerySchema as b8, type OrganisationBranchQueryDTO as b9, OrganisationTagQuerySchema as bA, type OrganisationTagQueryDTO as bB, toOrganisationTagPayload as bC, newOrganisationTagPayload as bD, findOrganisationTags as bE, createOrganisationTag as bF, updateOrganisationTag as bG, deleteOrganisationTag as bH, getOrganisationTagCache as bI, getOrganisationTagCacheCount as bJ, getOrganisationTagCacheChild as bK, type MasterDriverFile as bL, type AssignRemoveDriverHistory as bM, type DriverLoginPush as bN, MasterDriverFileSchema as bO, type MasterDriverFileDTO as bP, MasterDriverSchema as bQ, type MasterDriverDTO as bR, MasterDriverQuerySchema as bS, type MasterDriverQueryDTO as bT, MasterDriverLogoSchema as bU, type MasterDriverLogoDTO as bV, MasterDriverProfileSchema as bW, type MasterDriverProfileDTO as bX, toDriverPayload as bY, toDriverProfilePayload as bZ, newDriverPayload as b_, toOrganisationBranchPayload as ba, newOrganisationBranchPayload as bb, findOrganisationBranchs as bc, createOrganisationBranch as bd, updateOrganisationBranch as be, deleteOrganisationBranch as bf, getOrganisationBranchCache as bg, getOrganisationBranchCacheCount as bh, getOrganisationBranchCacheChild as bi, type OrganisationColor as bj, OrganisationColorSchema as bk, type OrganisationColorDTO as bl, OrganisationColorQuerySchema as bm, type OrganisationColorQueryDTO as bn, toOrganisationColorPayload as bo, newOrganisationColorPayload as bp, findOrganisationColors as bq, createOrganisationColor as br, updateOrganisationColor as bs, deleteOrganisationColor as bt, getOrganisationColorCache as bu, getOrganisationColorCacheCount as bv, getOrganisationColorCacheChild as bw, type OrganisationTag as bx, OrganisationTagSchema as by, type OrganisationTagDTO as bz, type MasterDevice as c, createMasterSim as c$, createMasterDriver as c0, updateMasterDriver as c1, deleteMasterDriver as c2, updateMasterDriverLogo as c3, deleteMasterDriverLogo as c4, updateMasterDriverProfile as c5, getMasterDriverCache as c6, getMasterDriverCacheSimple as c7, get_master_driver_presigned_url as c8, get_master_driver_presigned_url_file as c9, deleteMasterDeviceModel as cA, getMasterDeviceModelCache as cB, getMasterDeviceModelCacheCount as cC, getMasterDeviceModelCacheChild as cD, type MasterDeviceManufacturer as cE, MasterDeviceManufacturerSchema as cF, type MasterDeviceManufacturerDTO as cG, MasterDeviceManufacturerQuerySchema as cH, type MasterDeviceManufacturerQueryDTO as cI, toMasterDeviceManufacturerPayload as cJ, newMasterDeviceManufacturerPayload as cK, findMasterDeviceManufacturers as cL, createMasterDeviceManufacturer as cM, updateMasterDeviceManufacturer as cN, deleteMasterDeviceManufacturer as cO, getMasterDeviceManufacturerCache as cP, getMasterDeviceManufacturerCacheCount as cQ, getMasterDeviceManufacturerCacheChild as cR, type MasterSim as cS, type AssignRemoveSimHistory as cT, MasterSimSchema as cU, type MasterSimDTO as cV, MasterSimQuerySchema as cW, type MasterSimQueryDTO as cX, toMasterSimPayload as cY, newMasterSimPayload as cZ, findMasterSims as c_, create_file as ca, remove_file as cb, type MasterDeviceType as cc, MasterDeviceTypeSchema as cd, type MasterDeviceTypeDTO as ce, MasterDeviceTypeQuerySchema as cf, type MasterDeviceTypeQueryDTO as cg, toMasterDeviceTypePayload as ch, newMasterDeviceTypePayload as ci, findMasterDeviceTypes as cj, createMasterDeviceType as ck, updateMasterDeviceType as cl, deleteMasterDeviceType as cm, getMasterDeviceTypeCache as cn, getMasterDeviceTypeCacheCount as co, getMasterDeviceTypeCacheChild as cp, type MasterDeviceModel as cq, MasterDeviceModelSchema as cr, type MasterDeviceModelDTO as cs, MasterDeviceModelQuerySchema as ct, type MasterDeviceModelQueryDTO as cu, toMasterDeviceModelPayload as cv, newMasterDeviceModelPayload as cw, findMasterDeviceModels as cx, createMasterDeviceModel as cy, updateMasterDeviceModel as cz, type MasterMainLandmark as d, type MasterVehicleMake as d$, updateMasterSim as d0, deleteMasterSim as d1, type AssignRemoveDeviceHistory as d2, MasterDeviceSchema as d3, type MasterDeviceDTO as d4, MasterDeviceQuerySchema as d5, type MasterDeviceQueryDTO as d6, DeviceSimLinkSchema as d7, type DeviceSimLinkDTO as d8, toMasterDevicePayload as d9, MasterVehicleSubModelSchema as dA, type MasterVehicleSubModelDTO as dB, MasterVehicleSubModelQuerySchema as dC, type MasterVehicleSubModelQueryDTO as dD, toMasterVehicleSubModelPayload as dE, newMasterVehicleSubModelPayload as dF, findMasterVehicleSubModels as dG, createMasterVehicleSubModel as dH, updateMasterVehicleSubModel as dI, deleteMasterVehicleSubModel as dJ, getMasterVehicleSubModelCache as dK, getMasterVehicleSubModelCacheCount as dL, getMasterVehicleSubModelCacheChild as dM, type MasterVehicleModel as dN, MasterVehicleModelSchema as dO, type MasterVehicleModelDTO as dP, MasterVehicleModelQuerySchema as dQ, type MasterVehicleModelQueryDTO as dR, toMasterVehicleModelPayload as dS, newMasterVehicleModelPayload as dT, findMasterVehicleModels as dU, createMasterVehicleModel as dV, updateMasterVehicleModel as dW, deleteMasterVehicleModel as dX, getMasterVehicleModelCache as dY, getMasterVehicleModelCacheCount as dZ, getMasterVehicleModelCacheChild as d_, newMasterDevicePayload as da, findMasterDevices as db, createMasterDevice as dc, updateMasterDevice as dd, deleteMasterDevice as de, device_sim_link as df, device_sim_unlink as dg, get_device_sim_link_history_by_sim as dh, get_device_sim_link_history_by_device as di, type OrganisationGroup as dj, type VehicleOrganisationGroupLink as dk, OrganisationGroupSchema as dl, type OrganisationGroupDTO as dm, OrganisationGroupQuerySchema as dn, type OrganisationGroupQueryDTO as dp, toOrganisationGroupPayload as dq, newOrganisationGroupPayload as dr, findOrganisationGroups as ds, createOrganisationGroup as dt, updateOrganisationGroup as du, deleteOrganisationGroup as dv, getOrganisationGroupCache as dw, getOrganisationGroupCacheCount as dx, getOrganisationGroupCacheChild as dy, type MasterVehicleSubModel as dz, type FleetVendorFuelStation as e, updateMasterVehicleFuelType as e$, MasterVehicleMakeSchema as e0, type MasterVehicleMakeDTO as e1, MasterVehicleMakeQuerySchema as e2, type MasterVehicleMakeQueryDTO as e3, toMasterVehicleMakePayload as e4, newMasterVehicleMakePayload as e5, findMasterVehicleMakes as e6, createMasterVehicleMake as e7, updateMasterVehicleMake as e8, deleteMasterVehicleMake as e9, updateMasterVehicleOwnershipType as eA, deleteMasterVehicleOwnershipType as eB, getMasterVehicleOwnershipTypeCache as eC, getMasterVehicleOwnershipTypeCacheCount as eD, getMasterVehicleOwnershipTypeCacheChild as eE, type MasterVehicleType as eF, MasterVehicleTypeSchema as eG, type MasterVehicleTypeDTO as eH, MasterVehicleTypeQuerySchema as eI, type MasterVehicleTypeQueryDTO as eJ, toMasterVehicleTypePayload as eK, newMasterVehicleTypePayload as eL, findMasterVehicleTypes as eM, createMasterVehicleType as eN, updateMasterVehicleType as eO, deleteMasterVehicleType as eP, getMasterVehicleTypeCache as eQ, getMasterVehicleTypeCacheCount as eR, getMasterVehicleTypeCacheChild as eS, MasterVehicleFuelTypeSchema as eT, type MasterVehicleFuelTypeDTO as eU, MasterVehicleFuelTypeQuerySchema as eV, type MasterVehicleFuelTypeQueryDTO as eW, toMasterVehicleFuelTypePayload as eX, newMasterVehicleFuelTypePayload as eY, findMasterVehicleFuelTypes as eZ, createMasterVehicleFuelType as e_, getMasterVehicleMakeCache as ea, getMasterVehicleMakeCacheCount as eb, getMasterVehicleMakeCacheChild as ec, type MasterVehicleStatusType as ed, MasterVehicleStatusTypeSchema as ee, type MasterVehicleStatusTypeDTO as ef, MasterVehicleStatusTypeQuerySchema as eg, type MasterVehicleStatusTypeQueryDTO as eh, toMasterVehicleStatusTypePayload as ei, newMasterVehicleStatusTypePayload as ej, findMasterVehicleStatusTypes as ek, createMasterVehicleStatusType as el, updateMasterVehicleStatusType as em, deleteMasterVehicleStatusType as en, getMasterVehicleStatusTypeCache as eo, getMasterVehicleStatusTypeCacheCount as ep, getMasterVehicleStatusTypeCacheChild as eq, type MasterVehicleOwnershipType as er, MasterVehicleOwnershipTypeSchema as es, type MasterVehicleOwnershipTypeDTO as et, MasterVehicleOwnershipTypeQuerySchema as eu, type MasterVehicleOwnershipTypeQueryDTO as ev, toMasterVehicleOwnershipTypePayload as ew, newMasterVehicleOwnershipTypePayload as ex, findMasterVehicleOwnershipTypes as ey, createMasterVehicleOwnershipType as ez, type MasterVehicleFuelType as f, createMasterVendorTag as f$, deleteMasterVehicleFuelType as f0, getMasterVehicleFuelTypeCache as f1, getMasterVehicleFuelTypeCacheCount as f2, getMasterVehicleFuelTypeCacheChild as f3, type MasterVehicleAssociatedTo as f4, MasterVehicleAssociatedToSchema as f5, type MasterVehicleAssociatedToDTO as f6, MasterVehicleAssociatedToQuerySchema as f7, type MasterVehicleAssociatedToQueryDTO as f8, toMasterVehicleAssociatedToPayload as f9, toMasterVehicleDocumentTypePayload as fA, newMasterVehicleDocumentTypePayload as fB, findMasterVehicleDocumentTypes as fC, createMasterVehicleDocumentType as fD, updateMasterVehicleDocumentType as fE, deleteMasterVehicleDocumentType as fF, getMasterVehicleDocumentTypeCache as fG, type MasterVendorType as fH, MasterVendorTypeSchema as fI, type MasterVendorTypeDTO as fJ, MasterVendorTypeQuerySchema as fK, type MasterVendorTypeQueryDTO as fL, toMasterVendorTypePayload as fM, newMasterVendorTypePayload as fN, findMasterVendorTypes as fO, createMasterVendorType as fP, updateMasterVendorType as fQ, deleteMasterVendorType as fR, getMasterVendorTypeCache as fS, type MasterVendorTag as fT, MasterVendorTagSchema as fU, type MasterVendorTagDTO as fV, MasterVendorTagQuerySchema as fW, type MasterVendorTagQueryDTO as fX, toMasterVendorTagPayload as fY, newMasterVendorTagPayload as fZ, findMasterVendorTags as f_, newMasterVehicleAssociatedToPayload as fa, findMasterVehicleAssociatedTos as fb, createMasterVehicleAssociatedTo as fc, updateMasterVehicleAssociatedTo as fd, deleteMasterVehicleAssociatedTo as fe, getMasterVehicleAssociatedToCache as ff, getMasterVehicleAssociatedToCacheCount as fg, getMasterVehicleAssociatedToCacheChild as fh, MasterVehicleFuelUnitSchema as fi, type MasterVehicleFuelUnitDTO as fj, MasterVehicleFuelUnitQuerySchema as fk, type MasterVehicleFuelUnitQueryDTO as fl, toMasterVehicleFuelUnitPayload as fm, newMasterVehicleFuelUnitPayload as fn, findMasterVehicleFuelUnits as fo, createMasterVehicleFuelUnit as fp, updateMasterVehicleFuelUnit as fq, deleteMasterVehicleFuelUnit as fr, getMasterVehicleFuelUnitCache as fs, getMasterVehicleFuelUnitCacheCount as ft, getMasterVehicleFuelUnitCacheChild as fu, type MasterVehicleDocumentType as fv, MasterVehicleDocumentTypeSchema as fw, type MasterVehicleDocumentTypeDTO as fx, MasterVehicleDocumentTypeQuerySchema as fy, type MasterVehicleDocumentTypeQueryDTO as fz, type MasterVehicleFuelUnit as g, UserDefaultTimeZoneSchema as g$, updateMasterVendorTag as g0, deleteMasterVendorTag as g1, getMasterVendorTagCache as g2, MasterMainLandmarkSchema as g3, type MasterMainLandmarkDTO as g4, MasterMainLandmarkQuerySchema as g5, type MasterMainLandmarkQueryDTO as g6, toMasterMainLandmarkPayload as g7, newMasterMainLandmarkPayload as g8, findMasterMainCountries as g9, deleteMasterUserStatus as gA, getMasterUserStatusCache as gB, getMasterUserStatusCacheCount as gC, type MasterMainLanguage as gD, MasterMainLanguageSchema as gE, type MasterMainLanguageDTO as gF, MasterMainLanguageQuerySchema as gG, type MasterMainLanguageQueryDTO as gH, toMasterMainLanguagePayload as gI, newMasterMainLanguagePayload as gJ, findMasterMainLanguages as gK, createMasterMainLanguage as gL, updateMasterMainLanguage as gM, deleteMasterMainLanguage as gN, getMasterMainLanguageCache as gO, type UserVehicleLink as gP, type UserLoginPush as gQ, UserSchema as gR, type UserDTO as gS, UserQuerySchema as gT, type UserQueryDTO as gU, UserLogoSchema as gV, type UserLogoDTO as gW, UserProfileSchema as gX, type UserProfileDTO as gY, UserDefaultLanguageSchema as gZ, type UserDefaultLanguageDTO as g_, createMasterMainCountry as ga, updateMasterMainCountry as gb, deleteMasterMainCountry as gc, type MasterUserRole as gd, MasterUserRoleSchema as ge, type MasterUserRoleDTO as gf, MasterUserRoleQuerySchema as gg, type MasterUserRoleQueryDTO as gh, toMasterUserRolePayload as gi, newMasterUserRolePayload as gj, findMasterUserRoles as gk, createMasterUserRole as gl, updateMasterUserRole as gm, deleteMasterUserRole as gn, getMasterUserRoleCache as go, getMasterUserRoleCacheCount as gp, type MasterUserStatus as gq, MasterUserStatusSchema as gr, type MasterUserStatusDTO as gs, MasterUserStatusQuerySchema as gt, type MasterUserStatusQueryDTO as gu, toMasterUserStatusPayload as gv, newMasterUserStatusPayload as gw, findMasterUserStatuses as gx, createMasterUserStatus as gy, updateMasterUserStatus as gz, type FleetVendorServiceCenter as h, createFleetVendorFuelStation as h$, type UserDefaultTimeZoneDTO as h0, UserDefaultDateFormatSchema as h1, type UserDefaultDateFormatDTO as h2, newUserPayload as h3, toUserPayload as h4, toUserProfilePayload as h5, findUser as h6, createUser as h7, updateUser as h8, deleteUser as h9, toFleetVendorServiceCenterPayload as hA, newFleetVendorServiceCenterPayload as hB, findFleetVendorServiceCenter as hC, createFleetVendorServiceCenter as hD, updateFleetVendorServiceCenter as hE, deleteFleetVendorServiceCenter as hF, getFleetVendorServiceCenterCacheSimple as hG, type MasterFuelCompany as hH, MasterFuelCompanySchema as hI, type MasterFuelCompanyDTO as hJ, MasterFuelCompanyQuerySchema as hK, type MasterFuelCompanyQueryDTO as hL, toMasterFuelCompanyPayload as hM, newMasterFuelCompanyPayload as hN, findMasterFuelCompanys as hO, createMasterFuelCompany as hP, updateMasterFuelCompany as hQ, deleteMasterFuelCompany as hR, getMasterFuelCompanyCache as hS, type FleetVendorFuelStationSimple as hT, FleetVendorFuelStationSchema as hU, type FleetVendorFuelStationDTO as hV, FleetVendorFuelStationQuerySchema as hW, type FleetVendorFuelStationQueryDTO as hX, toFleetVendorFuelStationPayload as hY, newFleetVendorFuelStationPayload as hZ, findFleetVendorFuelStation as h_, updateUserLogo as ha, deleteUserLogo as hb, updateUserProfile as hc, getUserCache as hd, getUserCacheSimple as he, get_user_presigned_url as hf, updateUserDefaultLanguage as hg, updateUserDefaultTimezone as hh, updateUserDefaultDateformat as hi, type MasterVendorDocumentType as hj, MasterVendorDocumentTypeSchema as hk, type MasterVendorDocumentTypeDTO as hl, MasterVendorDocumentTypeQuerySchema as hm, type MasterVendorDocumentTypeQueryDTO as hn, toMasterVendorDocumentTypePayload as ho, newMasterVendorDocumentTypePayload as hp, findMasterVendorDocumentTypes as hq, createMasterVendorDocumentType as hr, updateMasterVendorDocumentType as hs, deleteMasterVendorDocumentType as ht, getMasterVendorDocumentTypeCache as hu, type FleetVendorServiceCenterSimple as hv, FleetVendorServiceCenterSchema as hw, type FleetVendorServiceCenterDTO as hx, FleetVendorServiceCenterQuerySchema as hy, type FleetVendorServiceCenterQueryDTO as hz, type MasterMainIndustry as i, create_vendor_document_file as i$, updateFleetVendorFuelStation as i0, deleteFleetVendorFuelStation as i1, getFleetVendorFuelStationCacheSimple as i2, type FleetVendorSimple as i3, type FleetVendorTypeLink as i4, type FleetVendorTagLink as i5, type FleetVendorAddress as i6, type FleetVendorBankAccount as i7, type FleetVendorContactPersons as i8, type FleetVendorReview as i9, FleetVendorReviewQuerySchema as iA, type FleetVendorReviewQueryDTO as iB, FleetVendorDocumentFileSchema as iC, type FleetVendorDocumentFileDTO as iD, FleetVendorDocumentSchema as iE, type FleetVendorDocumentDTO as iF, FleetVendorDocumentQuerySchema as iG, type FleetVendorDocumentQueryDTO as iH, toFleetVendorPayload as iI, newFleetVendorPayload as iJ, toFleetVendorAddressPayload as iK, newFleetVendorAddressPayload as iL, toFleetVendorBankAccountPayload as iM, newFleetVendorBankAccountPayload as iN, toFleetVendorContactPersonsPayload as iO, newFleetVendorContactPersonsPayload as iP, toFleetVendorReviewPayload as iQ, newFleetVendorReviewPayload as iR, toFleetVendorDocumentPayload as iS, newFleetVendorDocumentPayload as iT, get_vendor_logo_presigned_url as iU, get_vendor_contact_person_logo_presigned_url as iV, get_vendor_document_file_presigned_url as iW, update_vendor_logo as iX, delete_vendor_logo as iY, updateFleetVendorContactPersonsLogo as iZ, deleteFleetVendorContactPersonsLogo as i_, type FleetVendorDocument as ia, type FleetVendorDocumentFile as ib, FleetVendorLogoSchema as ic, type FleetVendorLogoDTO as id, FleetVendorSchema as ie, type FleetVendorDTO as ig, FleetVendorQuerySchema as ih, type FleetVendorQueryDTO as ii, FleetVendorAddressSchema as ij, type FleetVendorAddressDTO as ik, FleetVendorAddressQuerySchema as il, type FleetVendorAddressQueryDTO as im, FleetVendorBankAccountSchema as io, type FleetVendorBankAccountDTO as ip, FleetVendorBankAccountQuerySchema as iq, type FleetVendorBankAccountQueryDTO as ir, FleetVendorContactPersonsLogoSchema as is, type FleetVendorContactPersonsLogoDTO as it, FleetVendorContactPersonsSchema as iu, type FleetVendorContactPersonsDTO as iv, FleetVendorContactPersonsQuerySchema as iw, type FleetVendorContactPersonsQueryDTO as ix, FleetVendorReviewSchema as iy, type FleetVendorReviewDTO as iz, MasterMainIndustrySchema as j, VehicleDocumentSchema as j$, remove_vendor_document_file as j0, findFleetVendor as j1, createFleetVendor as j2, updateFleetVendor as j3, deleteFleetVendor as j4, createFleetVendorAddress as j5, findFleetVendorAddress as j6, updateFleetVendorAddress as j7, deleteFleetVendorAddress as j8, createFleetVendorBankAccount as j9, type VehicleOdometerHistory as jA, MasterVehicleFileSchema as jB, type MasterVehicleFileDTO as jC, VehicleSchema as jD, type VehicleDTO as jE, VehicleBulkSchema as jF, type VehicleBulkDTO as jG, MasterDeviceFileSchema as jH, type MasterDeviceFileDTO as jI, VehicleDeviceLinkSchema as jJ, type VehicleDeviceLinkDTO as jK, VehicleDeviceUnlinkSchema as jL, type VehicleDeviceUnlinkDTO as jM, VehicleDriverLinkSchema as jN, type VehicleDriverLinkDTO as jO, VehicleDetailGPSSensorSchema as jP, type VehicleDetailGPSSensorDTO as jQ, VehicleDetailTripSchema as jR, type VehicleDetailTripDTO as jS, VehicleDetailBodySchema as jT, type VehicleDetailBodyDTO as jU, VehicleDetailLifeCycleSchema as jV, type VehicleDetailLifeCycleDto as jW, VehicleDetailPurchaseSchema as jX, type VehicleDetailPurchaseDTO as jY, VehicleDocumentFileSchema as jZ, type VehicleDocumentFileDTO as j_, findFleetVendorBankAccount as ja, updateFleetVendorBankAccount as jb, deleteFleetVendorBankAccount as jc, createFleetVendorContactPersons as jd, findFleetVendorContactPersons as je, updateFleetVendorContactPersons as jf, deleteFleetVendorContactPersons as jg, createFleetVendorReview as jh, findFleetVendorReview as ji, updateFleetVendorReview as jj, deleteFleetVendorReview as jk, createFleetVendorDocument as jl, findFleetVendorDocument as jm, updateFleetVendorDocument as jn, deleteFleetVendorDocument as jo, getFleetVendorCacheSimple as jp, type MasterVehicleDropdown as jq, type MasterVehicleFile as jr, type VehicleDetailGPS as js, type VehicleDetailTrip as jt, type VehicleDetailBody as ju, type VehicleDetailLifeCycle as jv, type VehicleDetailPurchase as jw, type VehicleDocument as jx, type VehicleDocumentFile as jy, type VehicleDocumentExpiry as jz, type MasterMainIndustryDTO as k, getVehicleSimpleDropdownCustom as k$, type VehicleDocumentDTO as k0, VehicleDocumentQuerySchema as k1, type VehicleDocumentQueryDTO as k2, VehicleDocumentExpirySchema as k3, type VehicleDocumentExpiryDTO as k4, VehicleDocumentExpiryQuerySchema as k5, type VehicleDocumentExpiryQueryDTO as k6, VehicleQuerySchema as k7, type VehicleQueryDTO as k8, SimpleFindQuerySchema as k9, createVehicle as kA, updateVehicle as kB, deleteVehicle as kC, updateDetailsGpsSensor as kD, updateDetailsTrip as kE, updateVehicleBodyDetails as kF, updateVehicleLifeCycleDetails as kG, updateVehiclePurchaseDetails as kH, linkDriverToVehicle as kI, unlinkDriverFromVehicle as kJ, getDriverLinkHistoryByVehicle as kK, getDriverLinkHistoryByDriver as kL, linkDeviceToVehicle as kM, unlinkDeviceFromVehicle as kN, getDeviceLinkHistoryByVehicle as kO, getDeviceLinkHistoryByDevice as kP, createVehicleDocument as kQ, findVehicleDocument as kR, updateVehicleDocument as kS, removeVehicleDocument as kT, createVehicleDocumentExpiry as kU, findVehicleDocumentExpiry as kV, updateVehicleDocumentExpiry as kW, removeVehicleDocumentExpiry as kX, getVehicleCache as kY, getVehicleSimpleCache as kZ, getVehicleParentCache as k_, type SimpleFindQueryDTO as ka, VehicleGPSQuerySchema as kb, type VehicleGPSQueryDTO as kc, toVehiclePayload as kd, newVehiclePayload as ke, toVehicleDetailsGPSPayload as kf, toVehicleDetailsTripPayload as kg, toVehicleDetailsBodyPayload as kh, toVehicleDetailLifeCyclePayload as ki, toVehicleDetailPurchasePayload as kj, toVehicleDocumentPayload as kk, newVehicleDocumentPayload as kl, toVehicleDocumentExpiryPayload as km, newVehicleDocumentExpiryPayload as kn, get_vehicle_file_presigned_url as ko, get_device_file_presigned_url as kp, get_vehicle_document_file_presigned_url as kq, createFileVehicle as kr, removeFileVehicle as ks, createFileDevice as kt, removeFileDevice as ku, createFileVehicleDocument as kv, removeFileVehicleDocument as kw, findVehicles as kx, findVehiclesLiveDashboard as ky, findVehicleGPSDetails as kz, MasterMainIndustryQuerySchema as l, getVehicleSimpleDropdownCacheLiveData as l0, type UserOrganisationSimple as l1, UserOrganisationSchema as l2, type UserOrganisationDTO as l3, UserOrganisationQuerySchema as l4, type UserOrganisationQueryDTO as l5, UserOrganisationLogoSchema as l6, type UserOrganisationLogoDTO as l7, toUserOrganisationPayload as l8, newUserOrganisationPayload as l9, findUserOrganisation as la, createUserOrganisation as lb, updateUserOrganisation as lc, deleteUserOrganisation as ld, updateUserOrganisationLogo as le, deleteUserOrganisationLogo as lf, get_user_organisation_presigned_url as lg, getUserOrganisationCache as lh, getUserOrganisationCacheSimple as li, type MasterMainIndustryQueryDTO as m, newMasterMainIndustryPayload as n, findMasterMainIndustrys as o, createMasterMainIndustry as p, deleteMasterMainIndustry as q, getMasterMainIndustryCache as r, type MasterMainCurrency as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencySchema as v, type MasterMainCurrencyDTO as w, MasterMainCurrencyQuerySchema as x, type MasterMainCurrencyQueryDTO as y, toMasterMainCurrencyPayload as z };
10796
+ export { type MasterMainStateQueryDTO as $, newMasterMainCurrencyPayload as A, findMasterMainCurrencies as B, createMasterMainCurrency as C, updateMasterMainCurrency as D, deleteMasterMainCurrency as E, type FleetVendor as F, getMasterMainCurrencyCache as G, type MasterMainTimeZone as H, MasterMainTimeZoneSchema as I, type MasterMainTimeZoneDTO as J, MasterMainTimeZoneQuerySchema as K, type MasterMainTimeZoneQueryDTO as L, type MasterVehicle as M, toMasterMainTimeZonePayload as N, type OrganisationBranch as O, newMasterMainTimeZonePayload as P, findMasterMainTimeZones as Q, createMasterMainTimeZone as R, updateMasterMainTimeZone as S, deleteMasterMainTimeZone as T, type UserOrganisation as U, getMasterMainTimeZoneCacheAll as V, getMasterMainTimeZoneCache as W, type MasterMainState as X, MasterMainStateSchema as Y, type MasterMainStateDTO as Z, MasterMainStateQuerySchema as _, type User as a, findOrganisationSubCompanyies as a$, toMasterMainStatePayload as a0, newMasterMainStatePayload as a1, findMasterMainStates as a2, createMasterMainState as a3, updateMasterMainState as a4, deleteMasterMainState as a5, getMasterMainStateCache as a6, type MasterMainCountry as a7, MasterMainCountrySchema as a8, type MasterMainCountryDTO as a9, type MasterMainUnitMileageQueryDTO as aA, toMasterMainUnitMileagePayload as aB, newMasterMainUnitMileagePayload as aC, findMasterMainUnitMileages as aD, createMasterMainUnitMileage as aE, updateMasterMainUnitMileage as aF, deleteMasterMainUnitMileage as aG, getMasterMainUnitMileageCache as aH, type MasterMainUnitVolume as aI, MasterMainUnitVolumeSchema as aJ, type MasterMainUnitVolumeDTO as aK, MasterMainUnitVolumeQuerySchema as aL, type MasterMainUnitVolumeQueryDTO as aM, toMasterMainUnitVolumePayload as aN, newMasterMainUnitVolumePayload as aO, findMasterMainUnitVolumes as aP, createMasterMainUnitVolume as aQ, updateMasterMainUnitVolume as aR, deleteMasterMainUnitVolume as aS, getMasterMainUnitVolumeCache as aT, type OrganisationSubCompany as aU, OrganisationSubCompanySchema as aV, type OrganisationSubCompanyDTO as aW, OrganisationSubCompanyQuerySchema as aX, type OrganisationSubCompanyQueryDTO as aY, toOrganisationSubCompanyPayload as aZ, newOrganisationSubCompanyPayload as a_, MasterMainCountryQuerySchema as aa, type MasterMainCountryQueryDTO as ab, toMasterMainCountryPayload as ac, newMasterMainCountryPayload as ad, findMasterMainCountries$1 as ae, createMasterMainCountry$1 as af, updateMasterMainCountry$1 as ag, deleteMasterMainCountry$1 as ah, getMasterMainCountryCache as ai, getMasterMainCountryCacheChild as aj, type MasterMainDateFormat as ak, MasterMainDateFormatSchema as al, type MasterMainDateFormatDTO as am, MasterMainDateFormatQuerySchema as an, type MasterMainDateFormatQueryDTO as ao, toMasterMainDateFormatPayload as ap, newMasterMainDateFormatPayload as aq, findMasterMainDateFormats as ar, createMasterMainDateFormat as as, updateMasterMainDateFormat as at, deleteMasterMainDateFormat as au, getMasterMainDateFormatCache as av, type MasterMainUnitMileage as aw, MasterMainUnitMileageSchema as ax, type MasterMainUnitMileageDTO as ay, MasterMainUnitMileageQuerySchema as az, type MasterDriver as b, findMasterDriver as b$, createOrganisationSubCompany as b0, updateOrganisationSubCompany as b1, deleteOrganisationSubCompany as b2, getOrganisationSubCompanyCache as b3, getOrganisationSubCompanyCacheCount as b4, getOrganisationSubCompanyCacheChild as b5, OrganisationBranchSchema as b6, type OrganisationBranchDTO as b7, OrganisationBranchQuerySchema as b8, type OrganisationBranchQueryDTO as b9, OrganisationTagQuerySchema as bA, type OrganisationTagQueryDTO as bB, toOrganisationTagPayload as bC, newOrganisationTagPayload as bD, findOrganisationTags as bE, createOrganisationTag as bF, updateOrganisationTag as bG, deleteOrganisationTag as bH, getOrganisationTagCache as bI, getOrganisationTagCacheCount as bJ, getOrganisationTagCacheChild as bK, type MasterDriverFile as bL, type AssignRemoveDriverHistory as bM, type DriverLoginPush as bN, MasterDriverFileSchema as bO, type MasterDriverFileDTO as bP, MasterDriverSchema as bQ, type MasterDriverDTO as bR, MasterDriverQuerySchema as bS, type MasterDriverQueryDTO as bT, MasterDriverLogoSchema as bU, type MasterDriverLogoDTO as bV, MasterDriverProfileSchema as bW, type MasterDriverProfileDTO as bX, toDriverPayload as bY, toDriverProfilePayload as bZ, newDriverPayload as b_, toOrganisationBranchPayload as ba, newOrganisationBranchPayload as bb, findOrganisationBranchs as bc, createOrganisationBranch as bd, updateOrganisationBranch as be, deleteOrganisationBranch as bf, getOrganisationBranchCache as bg, getOrganisationBranchCacheCount as bh, getOrganisationBranchCacheChild as bi, type OrganisationColor as bj, OrganisationColorSchema as bk, type OrganisationColorDTO as bl, OrganisationColorQuerySchema as bm, type OrganisationColorQueryDTO as bn, toOrganisationColorPayload as bo, newOrganisationColorPayload as bp, findOrganisationColors as bq, createOrganisationColor as br, updateOrganisationColor as bs, deleteOrganisationColor as bt, getOrganisationColorCache as bu, getOrganisationColorCacheCount as bv, getOrganisationColorCacheChild as bw, type OrganisationTag as bx, OrganisationTagSchema as by, type OrganisationTagDTO as bz, type MasterDevice as c, createMasterSim as c$, createMasterDriver as c0, updateMasterDriver as c1, deleteMasterDriver as c2, updateMasterDriverLogo as c3, deleteMasterDriverLogo as c4, updateMasterDriverProfile as c5, getMasterDriverCache as c6, getMasterDriverCacheSimple as c7, get_master_driver_presigned_url as c8, get_master_driver_presigned_url_file as c9, deleteMasterDeviceModel as cA, getMasterDeviceModelCache as cB, getMasterDeviceModelCacheCount as cC, getMasterDeviceModelCacheChild as cD, type MasterDeviceManufacturer as cE, MasterDeviceManufacturerSchema as cF, type MasterDeviceManufacturerDTO as cG, MasterDeviceManufacturerQuerySchema as cH, type MasterDeviceManufacturerQueryDTO as cI, toMasterDeviceManufacturerPayload as cJ, newMasterDeviceManufacturerPayload as cK, findMasterDeviceManufacturers as cL, createMasterDeviceManufacturer as cM, updateMasterDeviceManufacturer as cN, deleteMasterDeviceManufacturer as cO, getMasterDeviceManufacturerCache as cP, getMasterDeviceManufacturerCacheCount as cQ, getMasterDeviceManufacturerCacheChild as cR, type MasterSim as cS, type AssignRemoveSimHistory as cT, MasterSimSchema as cU, type MasterSimDTO as cV, MasterSimQuerySchema as cW, type MasterSimQueryDTO as cX, toMasterSimPayload as cY, newMasterSimPayload as cZ, findMasterSims as c_, create_file as ca, remove_file as cb, type MasterDeviceType as cc, MasterDeviceTypeSchema as cd, type MasterDeviceTypeDTO as ce, MasterDeviceTypeQuerySchema as cf, type MasterDeviceTypeQueryDTO as cg, toMasterDeviceTypePayload as ch, newMasterDeviceTypePayload as ci, findMasterDeviceTypes as cj, createMasterDeviceType as ck, updateMasterDeviceType as cl, deleteMasterDeviceType as cm, getMasterDeviceTypeCache as cn, getMasterDeviceTypeCacheCount as co, getMasterDeviceTypeCacheChild as cp, type MasterDeviceModel as cq, MasterDeviceModelSchema as cr, type MasterDeviceModelDTO as cs, MasterDeviceModelQuerySchema as ct, type MasterDeviceModelQueryDTO as cu, toMasterDeviceModelPayload as cv, newMasterDeviceModelPayload as cw, findMasterDeviceModels as cx, createMasterDeviceModel as cy, updateMasterDeviceModel as cz, type MasterMainLandmark as d, type MasterVehicleMake as d$, updateMasterSim as d0, deleteMasterSim as d1, type AssignRemoveDeviceHistory as d2, MasterDeviceSchema as d3, type MasterDeviceDTO as d4, MasterDeviceQuerySchema as d5, type MasterDeviceQueryDTO as d6, DeviceSimLinkSchema as d7, type DeviceSimLinkDTO as d8, toMasterDevicePayload as d9, MasterVehicleSubModelSchema as dA, type MasterVehicleSubModelDTO as dB, MasterVehicleSubModelQuerySchema as dC, type MasterVehicleSubModelQueryDTO as dD, toMasterVehicleSubModelPayload as dE, newMasterVehicleSubModelPayload as dF, findMasterVehicleSubModels as dG, createMasterVehicleSubModel as dH, updateMasterVehicleSubModel as dI, deleteMasterVehicleSubModel as dJ, getMasterVehicleSubModelCache as dK, getMasterVehicleSubModelCacheCount as dL, getMasterVehicleSubModelCacheChild as dM, type MasterVehicleModel as dN, MasterVehicleModelSchema as dO, type MasterVehicleModelDTO as dP, MasterVehicleModelQuerySchema as dQ, type MasterVehicleModelQueryDTO as dR, toMasterVehicleModelPayload as dS, newMasterVehicleModelPayload as dT, findMasterVehicleModels as dU, createMasterVehicleModel as dV, updateMasterVehicleModel as dW, deleteMasterVehicleModel as dX, getMasterVehicleModelCache as dY, getMasterVehicleModelCacheCount as dZ, getMasterVehicleModelCacheChild as d_, newMasterDevicePayload as da, findMasterDevices as db, createMasterDevice as dc, updateMasterDevice as dd, deleteMasterDevice as de, device_sim_link as df, device_sim_unlink as dg, get_device_sim_link_history_by_sim as dh, get_device_sim_link_history_by_device as di, type OrganisationGroup as dj, type VehicleOrganisationGroupLink as dk, OrganisationGroupSchema as dl, type OrganisationGroupDTO as dm, OrganisationGroupQuerySchema as dn, type OrganisationGroupQueryDTO as dp, toOrganisationGroupPayload as dq, newOrganisationGroupPayload as dr, findOrganisationGroups as ds, createOrganisationGroup as dt, updateOrganisationGroup as du, deleteOrganisationGroup as dv, getOrganisationGroupCache as dw, getOrganisationGroupCacheCount as dx, getOrganisationGroupCacheChild as dy, type MasterVehicleSubModel as dz, type FleetVendorFuelStation as e, updateMasterVehicleFuelType as e$, MasterVehicleMakeSchema as e0, type MasterVehicleMakeDTO as e1, MasterVehicleMakeQuerySchema as e2, type MasterVehicleMakeQueryDTO as e3, toMasterVehicleMakePayload as e4, newMasterVehicleMakePayload as e5, findMasterVehicleMakes as e6, createMasterVehicleMake as e7, updateMasterVehicleMake as e8, deleteMasterVehicleMake as e9, updateMasterVehicleOwnershipType as eA, deleteMasterVehicleOwnershipType as eB, getMasterVehicleOwnershipTypeCache as eC, getMasterVehicleOwnershipTypeCacheCount as eD, getMasterVehicleOwnershipTypeCacheChild as eE, type MasterVehicleType as eF, MasterVehicleTypeSchema as eG, type MasterVehicleTypeDTO as eH, MasterVehicleTypeQuerySchema as eI, type MasterVehicleTypeQueryDTO as eJ, toMasterVehicleTypePayload as eK, newMasterVehicleTypePayload as eL, findMasterVehicleTypes as eM, createMasterVehicleType as eN, updateMasterVehicleType as eO, deleteMasterVehicleType as eP, getMasterVehicleTypeCache as eQ, getMasterVehicleTypeCacheCount as eR, getMasterVehicleTypeCacheChild as eS, MasterVehicleFuelTypeSchema as eT, type MasterVehicleFuelTypeDTO as eU, MasterVehicleFuelTypeQuerySchema as eV, type MasterVehicleFuelTypeQueryDTO as eW, toMasterVehicleFuelTypePayload as eX, newMasterVehicleFuelTypePayload as eY, findMasterVehicleFuelTypes as eZ, createMasterVehicleFuelType as e_, getMasterVehicleMakeCache as ea, getMasterVehicleMakeCacheCount as eb, getMasterVehicleMakeCacheChild as ec, type MasterVehicleStatusType as ed, MasterVehicleStatusTypeSchema as ee, type MasterVehicleStatusTypeDTO as ef, MasterVehicleStatusTypeQuerySchema as eg, type MasterVehicleStatusTypeQueryDTO as eh, toMasterVehicleStatusTypePayload as ei, newMasterVehicleStatusTypePayload as ej, findMasterVehicleStatusTypes as ek, createMasterVehicleStatusType as el, updateMasterVehicleStatusType as em, deleteMasterVehicleStatusType as en, getMasterVehicleStatusTypeCache as eo, getMasterVehicleStatusTypeCacheCount as ep, getMasterVehicleStatusTypeCacheChild as eq, type MasterVehicleOwnershipType as er, MasterVehicleOwnershipTypeSchema as es, type MasterVehicleOwnershipTypeDTO as et, MasterVehicleOwnershipTypeQuerySchema as eu, type MasterVehicleOwnershipTypeQueryDTO as ev, toMasterVehicleOwnershipTypePayload as ew, newMasterVehicleOwnershipTypePayload as ex, findMasterVehicleOwnershipTypes as ey, createMasterVehicleOwnershipType as ez, type MasterVehicleFuelType as f, createMasterVendorTag as f$, deleteMasterVehicleFuelType as f0, getMasterVehicleFuelTypeCache as f1, getMasterVehicleFuelTypeCacheCount as f2, getMasterVehicleFuelTypeCacheChild as f3, type MasterVehicleAssociatedTo as f4, MasterVehicleAssociatedToSchema as f5, type MasterVehicleAssociatedToDTO as f6, MasterVehicleAssociatedToQuerySchema as f7, type MasterVehicleAssociatedToQueryDTO as f8, toMasterVehicleAssociatedToPayload as f9, toMasterVehicleDocumentTypePayload as fA, newMasterVehicleDocumentTypePayload as fB, findMasterVehicleDocumentTypes as fC, createMasterVehicleDocumentType as fD, updateMasterVehicleDocumentType as fE, deleteMasterVehicleDocumentType as fF, getMasterVehicleDocumentTypeCache as fG, type MasterVendorType as fH, MasterVendorTypeSchema as fI, type MasterVendorTypeDTO as fJ, MasterVendorTypeQuerySchema as fK, type MasterVendorTypeQueryDTO as fL, toMasterVendorTypePayload as fM, newMasterVendorTypePayload as fN, findMasterVendorTypes as fO, createMasterVendorType as fP, updateMasterVendorType as fQ, deleteMasterVendorType as fR, getMasterVendorTypeCache as fS, type MasterVendorTag as fT, MasterVendorTagSchema as fU, type MasterVendorTagDTO as fV, MasterVendorTagQuerySchema as fW, type MasterVendorTagQueryDTO as fX, toMasterVendorTagPayload as fY, newMasterVendorTagPayload as fZ, findMasterVendorTags as f_, newMasterVehicleAssociatedToPayload as fa, findMasterVehicleAssociatedTos as fb, createMasterVehicleAssociatedTo as fc, updateMasterVehicleAssociatedTo as fd, deleteMasterVehicleAssociatedTo as fe, getMasterVehicleAssociatedToCache as ff, getMasterVehicleAssociatedToCacheCount as fg, getMasterVehicleAssociatedToCacheChild as fh, MasterVehicleFuelUnitSchema as fi, type MasterVehicleFuelUnitDTO as fj, MasterVehicleFuelUnitQuerySchema as fk, type MasterVehicleFuelUnitQueryDTO as fl, toMasterVehicleFuelUnitPayload as fm, newMasterVehicleFuelUnitPayload as fn, findMasterVehicleFuelUnits as fo, createMasterVehicleFuelUnit as fp, updateMasterVehicleFuelUnit as fq, deleteMasterVehicleFuelUnit as fr, getMasterVehicleFuelUnitCache as fs, getMasterVehicleFuelUnitCacheCount as ft, getMasterVehicleFuelUnitCacheChild as fu, type MasterVehicleDocumentType as fv, MasterVehicleDocumentTypeSchema as fw, type MasterVehicleDocumentTypeDTO as fx, MasterVehicleDocumentTypeQuerySchema as fy, type MasterVehicleDocumentTypeQueryDTO as fz, type MasterVehicleFuelUnit as g, UserDefaultTimeZoneSchema as g$, updateMasterVendorTag as g0, deleteMasterVendorTag as g1, getMasterVendorTagCache as g2, MasterMainLandmarkSchema as g3, type MasterMainLandmarkDTO as g4, MasterMainLandmarkQuerySchema as g5, type MasterMainLandmarkQueryDTO as g6, toMasterMainLandmarkPayload as g7, newMasterMainLandmarkPayload as g8, findMasterMainCountries as g9, deleteMasterUserStatus as gA, getMasterUserStatusCache as gB, getMasterUserStatusCacheCount as gC, type MasterMainLanguage as gD, MasterMainLanguageSchema as gE, type MasterMainLanguageDTO as gF, MasterMainLanguageQuerySchema as gG, type MasterMainLanguageQueryDTO as gH, toMasterMainLanguagePayload as gI, newMasterMainLanguagePayload as gJ, findMasterMainLanguages as gK, createMasterMainLanguage as gL, updateMasterMainLanguage as gM, deleteMasterMainLanguage as gN, getMasterMainLanguageCache as gO, type UserVehicleLink as gP, type UserLoginPush as gQ, UserSchema as gR, type UserDTO as gS, UserQuerySchema as gT, type UserQueryDTO as gU, UserLogoSchema as gV, type UserLogoDTO as gW, UserProfileSchema as gX, type UserProfileDTO as gY, UserDefaultLanguageSchema as gZ, type UserDefaultLanguageDTO as g_, createMasterMainCountry as ga, updateMasterMainCountry as gb, deleteMasterMainCountry as gc, type MasterUserRole as gd, MasterUserRoleSchema as ge, type MasterUserRoleDTO as gf, MasterUserRoleQuerySchema as gg, type MasterUserRoleQueryDTO as gh, toMasterUserRolePayload as gi, newMasterUserRolePayload as gj, findMasterUserRoles as gk, createMasterUserRole as gl, updateMasterUserRole as gm, deleteMasterUserRole as gn, getMasterUserRoleCache as go, getMasterUserRoleCacheCount as gp, type MasterUserStatus as gq, MasterUserStatusSchema as gr, type MasterUserStatusDTO as gs, MasterUserStatusQuerySchema as gt, type MasterUserStatusQueryDTO as gu, toMasterUserStatusPayload as gv, newMasterUserStatusPayload as gw, findMasterUserStatuses as gx, createMasterUserStatus as gy, updateMasterUserStatus as gz, type FleetServiceManagement as h, toFleetServiceManagementPayload as h$, type UserDefaultTimeZoneDTO as h0, UserDefaultDateFormatSchema as h1, type UserDefaultDateFormatDTO as h2, newUserPayload as h3, toUserPayload as h4, toUserProfilePayload as h5, findUser as h6, createUser as h7, updateUser as h8, deleteUser as h9, toMasterFleetServiceTaskPayload as hA, newMasterFleetServiceTaskPayload as hB, findMasterFleetServiceTasks as hC, createMasterFleetServiceTask as hD, updateMasterFleetServiceTask as hE, deleteMasterFleetServiceTask as hF, getMasterFleetServiceTaskCache as hG, type FleetServiceManagementTask as hH, type FleetServiceManagementFile as hI, type FleetServiceReminder as hJ, type ServiceDashboard as hK, FleetServiceManagementFileSchema as hL, type FleetServiceManagementFileDTO as hM, FleetServiceManagementSchema as hN, type FleetServiceManagementDTO as hO, FleetServiceManagementQuerySchema as hP, type FleetServiceManagementQueryDTO as hQ, FleetServiceManagementDashBoardQuerySchema as hR, type FleetServiceManagementDashBoardQueryDTO as hS, FleetServiceManagementTaskSchema as hT, type FleetServiceManagementTaskDTO as hU, FleetServiceManagementTaskQuerySchema as hV, type FleetServiceManagementTaskQueryDTO as hW, FleetServiceReminderSchema as hX, type FleetServiceReminderDTO as hY, FleetServiceReminderQuerySchema as hZ, type FleetServiceReminderQueryDTO as h_, updateUserLogo as ha, deleteUserLogo as hb, updateUserProfile as hc, getUserCache as hd, getUserCacheSimple as he, get_user_presigned_url as hf, updateUserDefaultLanguage as hg, updateUserDefaultTimezone as hh, updateUserDefaultDateformat as hi, type MasterVendorDocumentType as hj, MasterVendorDocumentTypeSchema as hk, type MasterVendorDocumentTypeDTO as hl, MasterVendorDocumentTypeQuerySchema as hm, type MasterVendorDocumentTypeQueryDTO as hn, toMasterVendorDocumentTypePayload as ho, newMasterVendorDocumentTypePayload as hp, findMasterVendorDocumentTypes as hq, createMasterVendorDocumentType as hr, updateMasterVendorDocumentType as hs, deleteMasterVendorDocumentType as ht, getMasterVendorDocumentTypeCache as hu, type MasterFleetServiceTask as hv, MasterFleetServiceTaskSchema as hw, type MasterFleetServiceTaskDTO as hx, MasterFleetServiceTaskQuerySchema as hy, type MasterFleetServiceTaskQueryDTO as hz, type MasterMainIndustry as i, type FleetVendorTagLink as i$, newFleetServiceManagementPayload as i0, toFleetServiceManagementTaskPayload as i1, newFleetServiceReminderPayload as i2, toFleetServiceReminderPayload as i3, newFleetServiceManagementTaskPayload as i4, get_service_file_presigned_url as i5, create_service_file as i6, remove_service_file as i7, findFleetServiceManagement as i8, createFleetServiceManagement as i9, type MasterFuelCompany as iA, MasterFuelCompanySchema as iB, type MasterFuelCompanyDTO as iC, MasterFuelCompanyQuerySchema as iD, type MasterFuelCompanyQueryDTO as iE, toMasterFuelCompanyPayload as iF, newMasterFuelCompanyPayload as iG, findMasterFuelCompanys as iH, createMasterFuelCompany as iI, updateMasterFuelCompany as iJ, deleteMasterFuelCompany as iK, getMasterFuelCompanyCache as iL, type FleetVendorFuelStationSimple as iM, FleetVendorFuelStationSchema as iN, type FleetVendorFuelStationDTO as iO, FleetVendorFuelStationQuerySchema as iP, type FleetVendorFuelStationQueryDTO as iQ, toFleetVendorFuelStationPayload as iR, newFleetVendorFuelStationPayload as iS, findFleetVendorFuelStation as iT, createFleetVendorFuelStation as iU, updateFleetVendorFuelStation as iV, deleteFleetVendorFuelStation as iW, getFleetVendorFuelStationCacheSimple as iX, type VendorDashboard as iY, type FleetVendorSimple as iZ, type FleetVendorTypeLink as i_, updateFleetServiceManagement as ia, deleteFleetServiceManagement as ib, service_dashboard as ic, findFleetServiceManagementTask as id, createFleetServiceManagementTask as ie, updateFleetServiceManagementTask as ig, deleteFleetServiceManagementTask as ih, findFleetServiceReminder as ii, createFleetServiceReminder as ij, updateFleetServiceReminder as ik, deleteFleetServiceReminder as il, type FleetVendorServiceCenter as im, type FleetVendorServiceCenterSimple as io, FleetVendorServiceCenterSchema as ip, type FleetVendorServiceCenterDTO as iq, FleetVendorServiceCenterQuerySchema as ir, type FleetVendorServiceCenterQueryDTO as is, toFleetVendorServiceCenterPayload as it, newFleetVendorServiceCenterPayload as iu, findFleetVendorServiceCenter as iv, createFleetVendorServiceCenter as iw, updateFleetVendorServiceCenter as ix, deleteFleetVendorServiceCenter as iy, getFleetVendorServiceCenterCacheSimple as iz, MasterMainIndustrySchema as j, vendor_dashboard as j$, type FleetVendorAddress as j0, type FleetVendorBankAccount as j1, type FleetVendorContactPersons as j2, type FleetVendorReview as j3, type FleetVendorDocument as j4, type FleetVendorDocumentFile as j5, FleetVendorLogoSchema as j6, type FleetVendorLogoDTO as j7, FleetVendorSchema as j8, type FleetVendorDTO as j9, FleetVendorDocumentQuerySchema as jA, type FleetVendorDocumentQueryDTO as jB, toFleetVendorPayload as jC, newFleetVendorPayload as jD, toFleetVendorAddressPayload as jE, newFleetVendorAddressPayload as jF, toFleetVendorBankAccountPayload as jG, newFleetVendorBankAccountPayload as jH, toFleetVendorContactPersonsPayload as jI, newFleetVendorContactPersonsPayload as jJ, toFleetVendorReviewPayload as jK, newFleetVendorReviewPayload as jL, toFleetVendorDocumentPayload as jM, newFleetVendorDocumentPayload as jN, get_vendor_logo_presigned_url as jO, get_vendor_contact_person_logo_presigned_url as jP, get_vendor_document_file_presigned_url as jQ, update_vendor_logo as jR, delete_vendor_logo as jS, updateFleetVendorContactPersonsLogo as jT, deleteFleetVendorContactPersonsLogo as jU, create_vendor_document_file as jV, remove_vendor_document_file as jW, findFleetVendor as jX, createFleetVendor as jY, updateFleetVendor as jZ, deleteFleetVendor as j_, FleetVendorQuerySchema as ja, type FleetVendorQueryDTO as jb, FleetVendorDashBoardQuerySchema as jc, type FleetVendorDashBoardQueryDTO as jd, FleetVendorAddressSchema as je, type FleetVendorAddressDTO as jf, FleetVendorAddressQuerySchema as jg, type FleetVendorAddressQueryDTO as jh, FleetVendorBankAccountSchema as ji, type FleetVendorBankAccountDTO as jj, FleetVendorBankAccountQuerySchema as jk, type FleetVendorBankAccountQueryDTO as jl, FleetVendorContactPersonsLogoSchema as jm, type FleetVendorContactPersonsLogoDTO as jn, FleetVendorContactPersonsSchema as jo, type FleetVendorContactPersonsDTO as jp, FleetVendorContactPersonsQuerySchema as jq, type FleetVendorContactPersonsQueryDTO as jr, FleetVendorReviewSchema as js, type FleetVendorReviewDTO as jt, FleetVendorReviewQuerySchema as ju, type FleetVendorReviewQueryDTO as jv, FleetVendorDocumentFileSchema as jw, type FleetVendorDocumentFileDTO as jx, FleetVendorDocumentSchema as jy, type FleetVendorDocumentDTO as jz, type MasterMainIndustryDTO as k, type VehicleDocumentExpiryDTO as k$, createFleetVendorAddress as k0, findFleetVendorAddress as k1, updateFleetVendorAddress as k2, deleteFleetVendorAddress as k3, createFleetVendorBankAccount as k4, findFleetVendorBankAccount as k5, updateFleetVendorBankAccount as k6, deleteFleetVendorBankAccount as k7, createFleetVendorContactPersons as k8, findFleetVendorContactPersons as k9, VehicleBulkSchema as kA, type VehicleBulkDTO as kB, MasterDeviceFileSchema as kC, type MasterDeviceFileDTO as kD, VehicleDeviceLinkSchema as kE, type VehicleDeviceLinkDTO as kF, VehicleDeviceUnlinkSchema as kG, type VehicleDeviceUnlinkDTO as kH, VehicleDriverLinkSchema as kI, type VehicleDriverLinkDTO as kJ, VehicleDetailGPSSensorSchema as kK, type VehicleDetailGPSSensorDTO as kL, VehicleDetailTripSchema as kM, type VehicleDetailTripDTO as kN, VehicleDetailBodySchema as kO, type VehicleDetailBodyDTO as kP, VehicleDetailLifeCycleSchema as kQ, type VehicleDetailLifeCycleDto as kR, VehicleDetailPurchaseSchema as kS, type VehicleDetailPurchaseDTO as kT, VehicleDocumentFileSchema as kU, type VehicleDocumentFileDTO as kV, VehicleDocumentSchema as kW, type VehicleDocumentDTO as kX, VehicleDocumentQuerySchema as kY, type VehicleDocumentQueryDTO as kZ, VehicleDocumentExpirySchema as k_, updateFleetVendorContactPersons as ka, deleteFleetVendorContactPersons as kb, createFleetVendorReview as kc, findFleetVendorReview as kd, updateFleetVendorReview as ke, deleteFleetVendorReview as kf, createFleetVendorDocument as kg, findFleetVendorDocument as kh, updateFleetVendorDocument as ki, deleteFleetVendorDocument as kj, getFleetVendorCacheSimple as kk, type MasterVehicleDropdown as kl, type MasterVehicleFile as km, type VehicleDetailGPS as kn, type VehicleDetailTrip as ko, type VehicleDetailBody as kp, type VehicleDetailLifeCycle as kq, type VehicleDetailPurchase as kr, type VehicleDocument as ks, type VehicleDocumentFile as kt, type VehicleDocumentExpiry as ku, type VehicleOdometerHistory as kv, MasterVehicleFileSchema as kw, type MasterVehicleFileDTO as kx, VehicleSchema as ky, type VehicleDTO as kz, MasterMainIndustryQuerySchema as l, UserOrganisationQuerySchema as l$, VehicleDocumentExpiryQuerySchema as l0, type VehicleDocumentExpiryQueryDTO as l1, VehicleQuerySchema as l2, type VehicleQueryDTO as l3, SimpleFindQuerySchema as l4, type SimpleFindQueryDTO as l5, VehicleGPSQuerySchema as l6, type VehicleGPSQueryDTO as l7, toVehiclePayload as l8, newVehiclePayload as l9, updateVehicleBodyDetails as lA, updateVehicleLifeCycleDetails as lB, updateVehiclePurchaseDetails as lC, linkDriverToVehicle as lD, unlinkDriverFromVehicle as lE, getDriverLinkHistoryByVehicle as lF, getDriverLinkHistoryByDriver as lG, linkDeviceToVehicle as lH, unlinkDeviceFromVehicle as lI, getDeviceLinkHistoryByVehicle as lJ, getDeviceLinkHistoryByDevice as lK, createVehicleDocument as lL, findVehicleDocument as lM, updateVehicleDocument as lN, removeVehicleDocument as lO, createVehicleDocumentExpiry as lP, findVehicleDocumentExpiry as lQ, updateVehicleDocumentExpiry as lR, removeVehicleDocumentExpiry as lS, getVehicleCache as lT, getVehicleSimpleCache as lU, getVehicleParentCache as lV, getVehicleSimpleDropdownCustom as lW, getVehicleSimpleDropdownCacheLiveData as lX, type UserOrganisationSimple as lY, UserOrganisationSchema as lZ, type UserOrganisationDTO as l_, toVehicleDetailsGPSPayload as la, toVehicleDetailsTripPayload as lb, toVehicleDetailsBodyPayload as lc, toVehicleDetailLifeCyclePayload as ld, toVehicleDetailPurchasePayload as le, toVehicleDocumentPayload as lf, newVehicleDocumentPayload as lg, toVehicleDocumentExpiryPayload as lh, newVehicleDocumentExpiryPayload as li, get_vehicle_file_presigned_url as lj, get_device_file_presigned_url as lk, get_vehicle_document_file_presigned_url as ll, createFileVehicle as lm, removeFileVehicle as ln, createFileDevice as lo, removeFileDevice as lp, createFileVehicleDocument as lq, removeFileVehicleDocument as lr, findVehicles as ls, findVehiclesLiveDashboard as lt, findVehicleGPSDetails as lu, createVehicle as lv, updateVehicle as lw, deleteVehicle as lx, updateDetailsGpsSensor as ly, updateDetailsTrip as lz, type MasterMainIndustryQueryDTO as m, type UserOrganisationQueryDTO as m0, UserOrganisationLogoSchema as m1, type UserOrganisationLogoDTO as m2, toUserOrganisationPayload as m3, newUserOrganisationPayload as m4, findUserOrganisation as m5, createUserOrganisation as m6, updateUserOrganisation as m7, deleteUserOrganisation as m8, updateUserOrganisationLogo as m9, deleteUserOrganisationLogo as ma, get_user_organisation_presigned_url as mb, getUserOrganisationCache as mc, getUserOrganisationCacheSimple as md, newMasterMainIndustryPayload as n, findMasterMainIndustrys as o, createMasterMainIndustry as p, deleteMasterMainIndustry as q, getMasterMainIndustryCache as r, type MasterMainCurrency as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencySchema as v, type MasterMainCurrencyDTO as w, MasterMainCurrencyQuerySchema as x, type MasterMainCurrencyQueryDTO as y, toMasterMainCurrencyPayload as z };