vms-nest-prisma-api-document 520.0.0 → 590.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 (123) hide show
  1. package/dist/{bookmark_service-D9H8yEp3.d.ts → bookmark_service-_r5G5jkL.d.ts} +392 -256
  2. package/dist/services/account/bookmark_service.d.ts +1 -1
  3. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  4. package/dist/services/account/report_preferences.service.d.ts +1 -1
  5. package/dist/services/account/ticket_service.d.ts +1 -1
  6. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  11. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +34 -23
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  14. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +28 -22
  15. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  16. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +29 -23
  17. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  18. package/dist/services/fleet/incident_management/incident_management_service.js +50 -37
  19. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  20. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.js +10 -5
  21. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  22. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.js +25 -18
  23. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  24. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.js +12 -6
  25. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  26. package/dist/services/fleet/issue_management/issue_management_service.js +40 -28
  27. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  28. package/dist/services/fleet/service_management/fleet_service_management_service.js +41 -39
  29. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  30. package/dist/services/fleet/service_management/fleet_service_schedule_service.js +4 -4
  31. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  32. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +15 -9
  33. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  34. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +79 -45
  35. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  36. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +13 -7
  37. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  38. package/dist/services/gps/features/geofence/gps_geofence_service.js +11 -4
  39. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  40. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +4 -4
  41. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  42. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +4 -4
  43. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  44. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +5 -5
  45. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  46. package/dist/services/gps/features/gps_live_track_share_link_service.js +18 -7
  47. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  48. package/dist/services/gps/features/gps_track_history_share_link_service.js +17 -7
  49. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  50. package/dist/services/main/devices/master_device_service.js +29 -22
  51. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  52. package/dist/services/main/drivers/master_driver_service.js +37 -24
  53. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  54. package/dist/services/main/sims/master_sim_service.js +12 -6
  55. package/dist/services/main/users/auth_service.d.ts +1 -1
  56. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  57. package/dist/services/main/users/user_admin_service.js +16 -20
  58. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  59. package/dist/services/main/users/user_organisation_service.js +42 -34
  60. package/dist/services/main/users/user_service.d.ts +1 -1
  61. package/dist/services/main/users/user_service.js +40 -30
  62. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  63. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  64. package/dist/services/main/vehicle/master_vehicle_service.js +132 -113
  65. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  66. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  67. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  68. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  69. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  70. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  71. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  72. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  73. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  74. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  75. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  76. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  77. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  78. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  79. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  80. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  81. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  82. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  83. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  84. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  85. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  86. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  87. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  88. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  89. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  90. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  91. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  92. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  93. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  94. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  95. package/dist/services/master/main/master_main_unit_distance_service.d.ts +4 -120
  96. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  97. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  98. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  99. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  100. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  101. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  102. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  103. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  104. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  105. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  106. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  107. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  108. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  109. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  110. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  111. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  112. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  113. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  114. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  115. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  116. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  117. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  118. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  119. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  120. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  121. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  122. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  123. package/package.json +1 -1
@@ -1814,12 +1814,13 @@ interface GPSGeofence extends Record<string, unknown> {
1814
1814
  country?: string;
1815
1815
  country_code?: string;
1816
1816
  google_location?: string;
1817
+ geofence_details?: string;
1817
1818
  status: Status;
1818
1819
  added_date_time: string;
1819
1820
  modified_date_time: string;
1820
- geofence_details?: string;
1821
1821
  organisation_id: string;
1822
1822
  UserOrganisation?: UserOrganisation;
1823
+ organisation_name?: string;
1823
1824
  GPSGeofenceTransaction?: GPSGeofenceTransaction[];
1824
1825
  GPSGeofenceTransactionSummary?: GPSGeofenceTransactionSummary[];
1825
1826
  FromGeofence?: TripGeofenceToGeofence[];
@@ -1965,10 +1966,10 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
1965
1966
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
1966
1967
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
1967
1968
  } & {
1969
+ gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1968
1970
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1969
1971
  geofence_purpose_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofencePurposeType>, "many">>>;
1970
1972
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
1971
- gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1972
1973
  }, "strip", z.ZodTypeAny, {
1973
1974
  status: Status[];
1974
1975
  search: string;
@@ -2245,14 +2246,14 @@ declare const deleteOrganisationNotificationPreference: (id: string) => Promise<
2245
2246
 
2246
2247
  interface UserAdmin extends Record<string, unknown> {
2247
2248
  admin_id: string;
2249
+ admin_image_url?: string;
2250
+ admin_image_key?: string;
2251
+ admin_image_name?: string;
2248
2252
  admin_name: string;
2249
2253
  email: string;
2250
2254
  password?: string;
2251
2255
  mobile?: string;
2252
2256
  admin_role: AdminRole;
2253
- admin_image_url?: string;
2254
- admin_image_key?: string;
2255
- admin_image_name?: string;
2256
2257
  status: Status;
2257
2258
  added_date_time: string;
2258
2259
  modified_date_time: string;
@@ -2283,35 +2284,35 @@ interface UserAdminLoginPush extends Record<string, unknown> {
2283
2284
  UserAdmin?: UserAdmin;
2284
2285
  }
2285
2286
  declare const UserAdminSchema: z.ZodObject<{
2287
+ admin_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2288
+ admin_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2289
+ admin_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2286
2290
  admin_name: z.ZodEffects<z.ZodString, string, string>;
2287
2291
  email: z.ZodEffects<z.ZodString, string, string>;
2288
2292
  password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2289
2293
  mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2290
2294
  admin_role: z.ZodType<AdminRole, z.ZodTypeDef, AdminRole>;
2291
- admin_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2292
- admin_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2293
- admin_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2294
2295
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2295
2296
  }, "strip", z.ZodTypeAny, {
2296
2297
  status: Status;
2298
+ admin_image_url: string;
2299
+ admin_image_key: string;
2300
+ admin_image_name: string;
2297
2301
  admin_name: string;
2298
2302
  email: string;
2299
2303
  password: string;
2300
2304
  mobile: string;
2301
2305
  admin_role: AdminRole;
2302
- admin_image_url: string;
2303
- admin_image_key: string;
2304
- admin_image_name: string;
2305
2306
  }, {
2306
2307
  status: Status;
2307
2308
  admin_name: string;
2308
2309
  email: string;
2309
2310
  admin_role: AdminRole;
2310
- password?: string | undefined;
2311
- mobile?: string | undefined;
2312
2311
  admin_image_url?: string | undefined;
2313
2312
  admin_image_key?: string | undefined;
2314
2313
  admin_image_name?: string | undefined;
2314
+ password?: string | undefined;
2315
+ mobile?: string | undefined;
2315
2316
  }>;
2316
2317
  type UserAdminDTO = z.infer<typeof UserAdminSchema>;
2317
2318
  declare const UserAdminLogoSchema: z.ZodObject<{
@@ -2329,26 +2330,26 @@ declare const UserAdminLogoSchema: z.ZodObject<{
2329
2330
  }>;
2330
2331
  type UserAdminLogoDTO = z.infer<typeof UserAdminLogoSchema>;
2331
2332
  declare const UserAdminProfileSchema: z.ZodObject<{
2332
- admin_name: z.ZodEffects<z.ZodString, string, string>;
2333
- email: z.ZodEffects<z.ZodString, string, string>;
2334
- mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2335
2333
  admin_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2336
2334
  admin_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2337
2335
  admin_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2336
+ admin_name: z.ZodEffects<z.ZodString, string, string>;
2337
+ email: z.ZodEffects<z.ZodString, string, string>;
2338
+ mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2338
2339
  }, "strip", z.ZodTypeAny, {
2339
- admin_name: string;
2340
- email: string;
2341
- mobile: string;
2342
2340
  admin_image_url: string;
2343
2341
  admin_image_key: string;
2344
2342
  admin_image_name: string;
2343
+ admin_name: string;
2344
+ email: string;
2345
+ mobile: string;
2345
2346
  }, {
2346
2347
  admin_name: string;
2347
2348
  email: string;
2348
- mobile?: string | undefined;
2349
2349
  admin_image_url?: string | undefined;
2350
2350
  admin_image_key?: string | undefined;
2351
2351
  admin_image_name?: string | undefined;
2352
+ mobile?: string | undefined;
2352
2353
  }>;
2353
2354
  type UserAdminProfileDTO = z.infer<typeof UserAdminProfileSchema>;
2354
2355
  declare const UserAdminQuerySchema: z.ZodObject<{
@@ -2434,7 +2435,6 @@ declare const UserAdminQuerySchema: z.ZodObject<{
2434
2435
  admin_ids?: string[] | undefined;
2435
2436
  }>;
2436
2437
  type UserAdminQueryDTO = z.infer<typeof UserAdminQuerySchema>;
2437
- declare const toUserAdminPayload: (row: UserAdmin) => UserAdminDTO;
2438
2438
  declare const toUserAdminProfilePayload: (row: UserAdmin) => UserAdminProfileDTO;
2439
2439
  declare const newUserAdminPayload: () => UserAdminDTO;
2440
2440
  declare const get_admin_image_presigned_url: (file_name: string) => Promise<BR<AWSPresignedUrl>>;
@@ -4512,7 +4512,7 @@ interface FleetIncidentManagementCost extends Record<string, unknown> {
4512
4512
  FleetIncidentManagement?: FleetIncidentManagement;
4513
4513
  expense_name_id: string;
4514
4514
  MasterExpenseName?: MasterExpenseName;
4515
- _count?: {};
4515
+ expense_name?: string;
4516
4516
  }
4517
4517
  interface FleetIncidentManagementFile extends BaseCommonFile {
4518
4518
  fleet_incident_management_file_id: string;
@@ -4604,7 +4604,6 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4604
4604
  injured_persons_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4605
4605
  legal_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4606
4606
  involved_parties_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4607
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
4608
4607
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4609
4608
  FleetIncidentManagementFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
4610
4609
  usage_type: z.ZodEffects<z.ZodString, string, string>;
@@ -4644,6 +4643,7 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4644
4643
  file_size?: unknown;
4645
4644
  file_metadata?: Record<string, any> | undefined;
4646
4645
  }>, "many">>>;
4646
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
4647
4647
  }, "strip", z.ZodTypeAny, {
4648
4648
  status: Status;
4649
4649
  organisation_id: string;
@@ -4752,7 +4752,7 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4752
4752
  }[] | undefined;
4753
4753
  }>;
4754
4754
  type FleetIncidentManagementDTO = z.infer<typeof FleetIncidentManagementSchema>;
4755
- declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4755
+ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4756
4756
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4757
4757
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
4758
4758
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -4783,8 +4783,25 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4783
4783
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
4784
4784
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4785
4785
  } & {
4786
+ vehicle_incident_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4786
4787
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4788
+ user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4787
4789
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4790
+ driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4791
+ fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4792
+ fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4793
+ fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4794
+ fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4795
+ was_towed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4796
+ is_vehicle_operational: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4797
+ incident_time: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentTime>, "many">>>;
4798
+ incident_weather: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentWeather>, "many">>>;
4799
+ incident_road_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentRoadType>, "many">>>;
4800
+ incident_visibility: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentVisibility>, "many">>>;
4801
+ insurance_cover: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4802
+ insurance_claimed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4803
+ police_report_filed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4804
+ any_injuries: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4788
4805
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4789
4806
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4790
4807
  }, "strip", z.ZodTypeAny, {
@@ -4810,9 +4827,26 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4810
4827
  date_format_id: string;
4811
4828
  time_zone_id: string;
4812
4829
  organisation_ids: string[];
4830
+ user_ids: string[];
4813
4831
  vehicle_ids: string[];
4832
+ driver_ids: string[];
4814
4833
  from_date: string;
4815
4834
  to_date: string;
4835
+ fleet_insurance_claim_status_ids: string[];
4836
+ fleet_incident_severity_ids: string[];
4837
+ fleet_incident_status_ids: string[];
4838
+ fleet_incident_type_ids: string[];
4839
+ was_towed: YesNo[];
4840
+ is_vehicle_operational: YesNo[];
4841
+ incident_time: IncidentTime[];
4842
+ incident_weather: IncidentWeather[];
4843
+ incident_road_type: IncidentRoadType[];
4844
+ incident_visibility: IncidentVisibility[];
4845
+ insurance_cover: YesNo[];
4846
+ insurance_claimed: YesNo[];
4847
+ police_report_filed: YesNo[];
4848
+ any_injuries: YesNo[];
4849
+ vehicle_incident_ids: string[];
4816
4850
  }, {
4817
4851
  date_format_id: string;
4818
4852
  time_zone_id: string;
@@ -4838,10 +4872,27 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4838
4872
  }[] | undefined;
4839
4873
  include_master_data?: YesNo | undefined;
4840
4874
  organisation_ids?: string[] | undefined;
4875
+ user_ids?: string[] | undefined;
4841
4876
  vehicle_ids?: string[] | undefined;
4877
+ driver_ids?: string[] | undefined;
4878
+ fleet_insurance_claim_status_ids?: string[] | undefined;
4879
+ fleet_incident_severity_ids?: string[] | undefined;
4880
+ fleet_incident_status_ids?: string[] | undefined;
4881
+ fleet_incident_type_ids?: string[] | undefined;
4882
+ was_towed?: YesNo[] | undefined;
4883
+ is_vehicle_operational?: YesNo[] | undefined;
4884
+ incident_time?: IncidentTime[] | undefined;
4885
+ incident_weather?: IncidentWeather[] | undefined;
4886
+ incident_road_type?: IncidentRoadType[] | undefined;
4887
+ incident_visibility?: IncidentVisibility[] | undefined;
4888
+ insurance_cover?: YesNo[] | undefined;
4889
+ insurance_claimed?: YesNo[] | undefined;
4890
+ police_report_filed?: YesNo[] | undefined;
4891
+ any_injuries?: YesNo[] | undefined;
4892
+ vehicle_incident_ids?: string[] | undefined;
4842
4893
  }>;
4843
- type FleetIncidentManagementDashBoardQueryDTO = z.infer<typeof FleetIncidentManagementDashBoardQuerySchema>;
4844
- declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4894
+ type FleetIncidentManagementQueryDTO = z.infer<typeof FleetIncidentManagementQuerySchema>;
4895
+ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4845
4896
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4846
4897
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
4847
4898
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -4872,25 +4923,8 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4872
4923
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
4873
4924
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4874
4925
  } & {
4875
- vehicle_incident_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4876
4926
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4877
- user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4878
4927
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4879
- driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4880
- fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4881
- fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4882
- fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4883
- fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4884
- was_towed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4885
- is_vehicle_operational: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4886
- incident_time: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentTime>, "many">>>;
4887
- incident_weather: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentWeather>, "many">>>;
4888
- incident_road_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentRoadType>, "many">>>;
4889
- incident_visibility: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentVisibility>, "many">>>;
4890
- insurance_cover: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4891
- insurance_claimed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4892
- police_report_filed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4893
- any_injuries: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4894
4928
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4895
4929
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4896
4930
  }, "strip", z.ZodTypeAny, {
@@ -4916,26 +4950,9 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4916
4950
  date_format_id: string;
4917
4951
  time_zone_id: string;
4918
4952
  organisation_ids: string[];
4919
- user_ids: string[];
4920
4953
  vehicle_ids: string[];
4921
- driver_ids: string[];
4922
4954
  from_date: string;
4923
4955
  to_date: string;
4924
- fleet_insurance_claim_status_ids: string[];
4925
- fleet_incident_severity_ids: string[];
4926
- fleet_incident_status_ids: string[];
4927
- fleet_incident_type_ids: string[];
4928
- was_towed: YesNo[];
4929
- is_vehicle_operational: YesNo[];
4930
- incident_time: IncidentTime[];
4931
- incident_weather: IncidentWeather[];
4932
- incident_road_type: IncidentRoadType[];
4933
- incident_visibility: IncidentVisibility[];
4934
- insurance_cover: YesNo[];
4935
- insurance_claimed: YesNo[];
4936
- police_report_filed: YesNo[];
4937
- any_injuries: YesNo[];
4938
- vehicle_incident_ids: string[];
4939
4956
  }, {
4940
4957
  date_format_id: string;
4941
4958
  time_zone_id: string;
@@ -4961,26 +4978,9 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4961
4978
  }[] | undefined;
4962
4979
  include_master_data?: YesNo | undefined;
4963
4980
  organisation_ids?: string[] | undefined;
4964
- user_ids?: string[] | undefined;
4965
4981
  vehicle_ids?: string[] | undefined;
4966
- driver_ids?: string[] | undefined;
4967
- fleet_insurance_claim_status_ids?: string[] | undefined;
4968
- fleet_incident_severity_ids?: string[] | undefined;
4969
- fleet_incident_status_ids?: string[] | undefined;
4970
- fleet_incident_type_ids?: string[] | undefined;
4971
- was_towed?: YesNo[] | undefined;
4972
- is_vehicle_operational?: YesNo[] | undefined;
4973
- incident_time?: IncidentTime[] | undefined;
4974
- incident_weather?: IncidentWeather[] | undefined;
4975
- incident_road_type?: IncidentRoadType[] | undefined;
4976
- incident_visibility?: IncidentVisibility[] | undefined;
4977
- insurance_cover?: YesNo[] | undefined;
4978
- insurance_claimed?: YesNo[] | undefined;
4979
- police_report_filed?: YesNo[] | undefined;
4980
- any_injuries?: YesNo[] | undefined;
4981
- vehicle_incident_ids?: string[] | undefined;
4982
4982
  }>;
4983
- type FleetIncidentManagementQueryDTO = z.infer<typeof FleetIncidentManagementQuerySchema>;
4983
+ type FleetIncidentManagementDashBoardQueryDTO = z.infer<typeof FleetIncidentManagementDashBoardQuerySchema>;
4984
4984
  declare const FleetIncidentManagementCostSchema: z.ZodObject<{
4985
4985
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
4986
4986
  vehicle_incident_id: z.ZodEffects<z.ZodString, string, string>;
@@ -4988,8 +4988,8 @@ declare const FleetIncidentManagementCostSchema: z.ZodObject<{
4988
4988
  incident_cost_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
4989
4989
  incident_cost_amount: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
4990
4990
  incident_cost_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4991
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
4992
4991
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4992
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
4993
4993
  }, "strip", z.ZodTypeAny, {
4994
4994
  status: Status;
4995
4995
  organisation_id: string;
@@ -5182,8 +5182,8 @@ declare const FleetInspectionFormQuerySchema: z.ZodObject<{
5182
5182
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
5183
5183
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5184
5184
  } & {
5185
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5186
5185
  inspection_form_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5186
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5187
5187
  }, "strip", z.ZodTypeAny, {
5188
5188
  status: Status[];
5189
5189
  search: string;
@@ -5258,10 +5258,8 @@ interface FleetInspectionSchedule extends Record<string, unknown> {
5258
5258
  user_id: string;
5259
5259
  User?: User;
5260
5260
  user_details?: string;
5261
- FleetInspection?: FleetInspection[];
5262
5261
  FleetInspectionScheduleVehicleLink?: FleetInspectionScheduleVehicleLink[];
5263
5262
  _count?: {
5264
- FleetInspection?: number;
5265
5263
  FleetInspectionScheduleVehicleLink?: number;
5266
5264
  };
5267
5265
  }
@@ -5342,6 +5340,7 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
5342
5340
  } & {
5343
5341
  inspection_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5344
5342
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5343
+ user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5345
5344
  }, "strip", z.ZodTypeAny, {
5346
5345
  status: Status[];
5347
5346
  search: string;
@@ -5365,6 +5364,7 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
5365
5364
  date_format_id: string;
5366
5365
  time_zone_id: string;
5367
5366
  organisation_ids: string[];
5367
+ user_ids: string[];
5368
5368
  inspection_schedule_ids: string[];
5369
5369
  }, {
5370
5370
  date_format_id: string;
@@ -5389,6 +5389,7 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
5389
5389
  }[] | undefined;
5390
5390
  include_master_data?: YesNo | undefined;
5391
5391
  organisation_ids?: string[] | undefined;
5392
+ user_ids?: string[] | undefined;
5392
5393
  inspection_schedule_ids?: string[] | undefined;
5393
5394
  }>;
5394
5395
  type FleetInspectionScheduleQueryDTO = z.infer<typeof FleetInspectionScheduleQuerySchema>;
@@ -5419,20 +5420,20 @@ interface FleetInspection extends Record<string, unknown> {
5419
5420
  driver_id?: string;
5420
5421
  MasterDriver?: MasterDriver;
5421
5422
  driver_details?: string;
5422
- inspector_id: string;
5423
+ inspector_id?: string;
5423
5424
  InspectorUser?: User;
5424
5425
  inspector_user_details?: string;
5425
- inspection_schedule_id?: string;
5426
- FleetInspectionSchedule?: FleetInspectionSchedule;
5427
- inspection_schedule_name?: string;
5428
- inspection_schedule_start_date?: string;
5429
- inspection_schedule_due_date?: string;
5430
5426
  inspection_form_id?: string;
5431
5427
  FleetInspectionForm?: FleetInspectionForm;
5432
5428
  inspection_form_name?: string;
5433
5429
  inspection_data: Record<string, unknown>;
5434
5430
  service_management_id?: string;
5435
5431
  FleetServiceManagement?: FleetServiceManagement;
5432
+ inspection_schedule_id?: string;
5433
+ FleetInspectionSchedule?: FleetInspectionSchedule;
5434
+ inspection_schedule_name?: string;
5435
+ inspection_schedule_start_date?: string;
5436
+ inspection_schedule_due_date?: string;
5436
5437
  inspection_approved_id?: string;
5437
5438
  ApprovedUser?: User;
5438
5439
  approved_user_details?: string;
@@ -5494,9 +5495,9 @@ declare const FleetInspectionFileSchema: z.ZodObject<{
5494
5495
  type FleetInspectionFileDTO = z.infer<typeof FleetInspectionFileSchema>;
5495
5496
  declare const FleetInspectionSchema: z.ZodObject<{
5496
5497
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
5498
+ inspector_id: z.ZodEffects<z.ZodString, string, string>;
5497
5499
  vehicle_id: z.ZodEffects<z.ZodString, string, string>;
5498
5500
  driver_id: z.ZodEffects<z.ZodString, string, string>;
5499
- inspector_id: z.ZodEffects<z.ZodString, string, string>;
5500
5501
  inspection_form_id: z.ZodEffects<z.ZodString, string, string>;
5501
5502
  service_management_id: z.ZodEffects<z.ZodString, string, string>;
5502
5503
  inspection_type: z.ZodType<InspectionType, z.ZodTypeDef, InspectionType>;
@@ -5953,7 +5954,6 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5953
5954
  due_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
5954
5955
  due_odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5955
5956
  issue_source: z.ZodType<IssueSource, z.ZodTypeDef, IssueSource>;
5956
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
5957
5957
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5958
5958
  FleetIssueManagementFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5959
5959
  usage_type: z.ZodEffects<z.ZodString, string, string>;
@@ -5993,6 +5993,7 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5993
5993
  file_size?: unknown;
5994
5994
  file_metadata?: Record<string, any> | undefined;
5995
5995
  }>, "many">>>;
5996
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5996
5997
  }, "strip", z.ZodTypeAny, {
5997
5998
  status: Status;
5998
5999
  organisation_id: string;
@@ -6443,7 +6444,7 @@ interface FleetServiceManagement extends Record<string, unknown> {
6443
6444
  vendor_name?: string;
6444
6445
  service_center_id?: string;
6445
6446
  FleetVendorServiceCenter?: FleetVendorServiceCenter;
6446
- service_center_name?: string;
6447
+ service_center_name: string;
6447
6448
  service_schedule_id?: string;
6448
6449
  FleetServiceSchedule?: FleetServiceSchedule;
6449
6450
  service_schedule_name?: string;
@@ -7158,10 +7159,10 @@ interface FleetVendorServiceCenter extends Record<string, unknown> {
7158
7159
  oem_authorised: YesNo;
7159
7160
  oem_brand_name?: string;
7160
7161
  service_brand_name?: string;
7161
- rating?: number;
7162
- rating_comments?: string;
7163
7162
  center_notes?: string;
7164
7163
  is_preferred_center: YesNo;
7164
+ rating?: number;
7165
+ rating_comments?: string;
7165
7166
  operating_hours?: string;
7166
7167
  is_24x7: YesNo;
7167
7168
  supports_credit: YesNo;
@@ -7395,9 +7396,9 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
7395
7396
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
7396
7397
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7397
7398
  } & {
7399
+ service_center_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7398
7400
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7399
7401
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7400
- service_center_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7401
7402
  is_company_owned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7402
7403
  oem_authorised: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7403
7404
  is_preferred_center: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
@@ -7634,10 +7635,10 @@ interface FleetVendorFuelStation extends Record<string, unknown> {
7634
7635
  fuel_station_code?: string;
7635
7636
  is_company_owned: YesNo;
7636
7637
  is_preferred_station: YesNo;
7637
- rating?: number;
7638
- rating_comments?: string;
7639
7638
  station_notes?: string;
7640
7639
  station_feedback?: string;
7640
+ rating?: number;
7641
+ rating_comments?: string;
7641
7642
  operating_hours?: string;
7642
7643
  is_24x7: YesNo;
7643
7644
  supports_credit: YesNo;
@@ -7842,10 +7843,10 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
7842
7843
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
7843
7844
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7844
7845
  } & {
7846
+ fuel_station_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7845
7847
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7846
7848
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7847
7849
  fuel_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7848
- fuel_station_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7849
7850
  is_company_owned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7850
7851
  is_preferred_station: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7851
7852
  }, "strip", z.ZodTypeAny, {
@@ -7916,13 +7917,13 @@ declare const getFleetVendorFuelStationCacheSimple: (organisation_id: string) =>
7916
7917
 
7917
7918
  interface FleetVendor extends Record<string, unknown> {
7918
7919
  vendor_id: string;
7920
+ logo_url?: string;
7921
+ logo_key?: string;
7922
+ logo_name?: string;
7919
7923
  vendor_name: string;
7920
7924
  vendor_code?: string;
7921
7925
  business_mobile?: string;
7922
7926
  business_email?: string;
7923
- logo_url?: string;
7924
- logo_key?: string;
7925
- logo_name?: string;
7926
7927
  organisation_name?: string;
7927
7928
  gst_number?: string;
7928
7929
  pan_number?: string;
@@ -8141,13 +8142,13 @@ declare const FleetVendorLogoSchema: z.ZodObject<{
8141
8142
  type FleetVendorLogoDTO = z.infer<typeof FleetVendorLogoSchema>;
8142
8143
  declare const FleetVendorSchema: z.ZodObject<{
8143
8144
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
8145
+ logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8146
+ logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8147
+ logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8144
8148
  vendor_name: z.ZodEffects<z.ZodString, string, string>;
8145
8149
  vendor_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8146
8150
  business_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8147
8151
  business_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8148
- logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8149
- logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8150
- logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8151
8152
  organisation_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8152
8153
  gst_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8153
8154
  pan_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -8159,9 +8160,9 @@ declare const FleetVendorSchema: z.ZodObject<{
8159
8160
  additional_details_1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8160
8161
  additional_details_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8161
8162
  additional_details_3: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8162
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
8163
8163
  vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8164
8164
  vendor_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8165
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8165
8166
  }, "strip", z.ZodTypeAny, {
8166
8167
  status: Status;
8167
8168
  organisation_id: string;
@@ -8972,7 +8973,6 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
8972
8973
  issue_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8973
8974
  expiry_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8974
8975
  remarks: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8975
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
8976
8976
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8977
8977
  FleetVendorDocumentFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8978
8978
  usage_type: z.ZodEffects<z.ZodString, string, string>;
@@ -9012,6 +9012,7 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
9012
9012
  file_size?: unknown;
9013
9013
  file_metadata?: Record<string, any> | undefined;
9014
9014
  }>, "many">>>;
9015
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
9015
9016
  }, "strip", z.ZodTypeAny, {
9016
9017
  status: Status;
9017
9018
  organisation_id: string;
@@ -9262,7 +9263,7 @@ interface FleetFuelRefill extends Record<string, unknown> {
9262
9263
  driver_id?: string;
9263
9264
  MasterDriver?: MasterDriver;
9264
9265
  driver_details?: string;
9265
- device_id: string;
9266
+ device_id?: string;
9266
9267
  MasterDevice?: MasterDevice;
9267
9268
  device_identifier?: string;
9268
9269
  vendor_id?: string;
@@ -9830,7 +9831,7 @@ interface FleetFuelRemoval extends Record<string, unknown> {
9830
9831
  driver_id?: string;
9831
9832
  MasterDriver?: MasterDriver;
9832
9833
  driver_details?: string;
9833
- device_id: string;
9834
+ device_id?: string;
9834
9835
  MasterDevice?: MasterDevice;
9835
9836
  device_identifier?: string;
9836
9837
  vehicle_fuel_type_id?: string;
@@ -10174,24 +10175,25 @@ declare const deleteFleetFuelRemoval: (id: string) => Promise<SBR>;
10174
10175
 
10175
10176
  interface User extends Record<string, unknown> {
10176
10177
  user_id: string;
10178
+ user_image_url?: string;
10179
+ user_image_key?: string;
10180
+ user_image_name?: string;
10177
10181
  first_name: string;
10178
10182
  last_name?: string;
10179
10183
  email: string;
10180
10184
  username?: string;
10181
10185
  mobile?: string;
10182
10186
  password?: string;
10183
- can_login: YesNo;
10184
10187
  is_root_user: YesNo;
10188
+ can_login: YesNo;
10185
10189
  all_vehicles: YesNo;
10186
10190
  user_details?: string;
10187
- user_image_url?: string;
10188
- user_image_key?: string;
10189
- user_image_name?: string;
10190
10191
  status: Status;
10191
10192
  added_date_time: string;
10192
10193
  modified_date_time: string;
10193
10194
  organisation_id?: string;
10194
10195
  UserOrganisation?: UserOrganisation;
10196
+ organisation_name?: string;
10195
10197
  user_role_id?: string;
10196
10198
  MasterUserRole?: MasterUserRole;
10197
10199
  user_role?: string;
@@ -10200,10 +10202,16 @@ interface User extends Record<string, unknown> {
10200
10202
  user_status?: string;
10201
10203
  language_id?: string;
10202
10204
  MasterMainLanguage?: MasterMainLanguage;
10205
+ language_name?: string;
10206
+ language_code?: string;
10203
10207
  time_zone_id?: string;
10204
10208
  MasterMainTimeZone?: MasterMainTimeZone;
10209
+ time_zone_code?: string;
10210
+ time_zone_identifier?: string;
10205
10211
  date_format_id?: string;
10206
10212
  MasterMainDateFormat?: MasterMainDateFormat;
10213
+ date_format_date?: string;
10214
+ date_format_time?: string;
10207
10215
  FleetVendorDocument?: FleetVendorDocument[];
10208
10216
  FleetVendorReview?: FleetVendorReview[];
10209
10217
  FleetFuelRefill?: FleetFuelRefill[];
@@ -10277,6 +10285,15 @@ interface UserLoginPush extends Record<string, unknown> {
10277
10285
  User_details?: string;
10278
10286
  }
10279
10287
  declare const UserSchema: z.ZodObject<{
10288
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
10289
+ user_role_id: z.ZodEffects<z.ZodString, string, string>;
10290
+ user_status_id: z.ZodEffects<z.ZodString, string, string>;
10291
+ language_id: z.ZodEffects<z.ZodString, string, string>;
10292
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
10293
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
10294
+ user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10295
+ user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10296
+ user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10280
10297
  first_name: z.ZodEffects<z.ZodString, string, string>;
10281
10298
  last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10282
10299
  email: z.ZodEffects<z.ZodString, string, string>;
@@ -10287,15 +10304,6 @@ declare const UserSchema: z.ZodObject<{
10287
10304
  is_root_user: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
10288
10305
  all_vehicles: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
10289
10306
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10290
- user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10291
- user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10292
- user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10293
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
10294
- user_role_id: z.ZodEffects<z.ZodString, string, string>;
10295
- user_status_id: z.ZodEffects<z.ZodString, string, string>;
10296
- language_id: z.ZodEffects<z.ZodString, string, string>;
10297
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
10298
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
10299
10307
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
10300
10308
  }, "strip", z.ZodTypeAny, {
10301
10309
  status: Status;
@@ -10310,14 +10318,14 @@ declare const UserSchema: z.ZodObject<{
10310
10318
  email: string;
10311
10319
  password: string;
10312
10320
  mobile: string;
10321
+ user_image_url: string;
10322
+ user_image_key: string;
10323
+ user_image_name: string;
10313
10324
  first_name: string;
10314
10325
  last_name: string;
10315
10326
  username: string;
10316
- can_login: YesNo;
10317
10327
  is_root_user: YesNo;
10318
- user_image_url: string;
10319
- user_image_key: string;
10320
- user_image_name: string;
10328
+ can_login: YesNo;
10321
10329
  }, {
10322
10330
  status: Status;
10323
10331
  organisation_id: string;
@@ -10329,16 +10337,16 @@ declare const UserSchema: z.ZodObject<{
10329
10337
  all_vehicles: YesNo;
10330
10338
  email: string;
10331
10339
  first_name: string;
10332
- can_login: YesNo;
10333
10340
  is_root_user: YesNo;
10341
+ can_login: YesNo;
10334
10342
  vehicle_ids?: string[] | undefined;
10335
10343
  password?: string | undefined;
10336
10344
  mobile?: string | undefined;
10337
- last_name?: string | undefined;
10338
- username?: string | undefined;
10339
10345
  user_image_url?: string | undefined;
10340
10346
  user_image_key?: string | undefined;
10341
10347
  user_image_name?: string | undefined;
10348
+ last_name?: string | undefined;
10349
+ username?: string | undefined;
10342
10350
  }>;
10343
10351
  type UserDTO = z.infer<typeof UserSchema>;
10344
10352
  declare const UserQuerySchema: z.ZodObject<{
@@ -10372,13 +10380,13 @@ declare const UserQuerySchema: z.ZodObject<{
10372
10380
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
10373
10381
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
10374
10382
  } & {
10383
+ user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10375
10384
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10376
10385
  user_role_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10377
10386
  user_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10378
10387
  language_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10379
10388
  time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10380
10389
  date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10381
- user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10382
10390
  can_login: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10383
10391
  is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10384
10392
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
@@ -10411,8 +10419,8 @@ declare const UserQuerySchema: z.ZodObject<{
10411
10419
  language_ids: string[];
10412
10420
  date_format_ids: string[];
10413
10421
  all_vehicles: YesNo[];
10414
- can_login: YesNo[];
10415
10422
  is_root_user: YesNo[];
10423
+ can_login: YesNo[];
10416
10424
  time_zone_ids: string[];
10417
10425
  }, {
10418
10426
  date_format_id: string;
@@ -10443,8 +10451,8 @@ declare const UserQuerySchema: z.ZodObject<{
10443
10451
  language_ids?: string[] | undefined;
10444
10452
  date_format_ids?: string[] | undefined;
10445
10453
  all_vehicles?: YesNo[] | undefined;
10446
- can_login?: YesNo[] | undefined;
10447
10454
  is_root_user?: YesNo[] | undefined;
10455
+ can_login?: YesNo[] | undefined;
10448
10456
  time_zone_ids?: string[] | undefined;
10449
10457
  }>;
10450
10458
  type UserQueryDTO = z.infer<typeof UserQuerySchema>;
@@ -10463,32 +10471,32 @@ declare const UserLogoSchema: z.ZodObject<{
10463
10471
  }>;
10464
10472
  type UserLogoDTO = z.infer<typeof UserLogoSchema>;
10465
10473
  declare const UserProfileSchema: z.ZodObject<{
10474
+ user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10475
+ user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10476
+ user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10466
10477
  first_name: z.ZodEffects<z.ZodString, string, string>;
10467
10478
  last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10468
10479
  email: z.ZodEffects<z.ZodString, string, string>;
10469
10480
  username: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10470
10481
  mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10471
- user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10472
- user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10473
- user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10474
10482
  }, "strip", z.ZodTypeAny, {
10475
10483
  email: string;
10476
10484
  mobile: string;
10477
- first_name: string;
10478
- last_name: string;
10479
- username: string;
10480
10485
  user_image_url: string;
10481
10486
  user_image_key: string;
10482
10487
  user_image_name: string;
10488
+ first_name: string;
10489
+ last_name: string;
10490
+ username: string;
10483
10491
  }, {
10484
10492
  email: string;
10485
10493
  first_name: string;
10486
10494
  mobile?: string | undefined;
10487
- last_name?: string | undefined;
10488
- username?: string | undefined;
10489
10495
  user_image_url?: string | undefined;
10490
10496
  user_image_key?: string | undefined;
10491
10497
  user_image_name?: string | undefined;
10498
+ last_name?: string | undefined;
10499
+ username?: string | undefined;
10492
10500
  }>;
10493
10501
  type UserProfileDTO = z.infer<typeof UserProfileSchema>;
10494
10502
  declare const UserDefaultLanguageSchema: z.ZodObject<{
@@ -10729,7 +10737,7 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10729
10737
  day_summary?: YesNo | undefined;
10730
10738
  }>;
10731
10739
  type FleetFuelDailySummaryQueryDTO = z.infer<typeof FleetFuelDailySummaryQuerySchema>;
10732
- declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10740
+ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10733
10741
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10734
10742
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
10735
10743
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -10817,8 +10825,19 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10817
10825
  organisation_ids?: string[] | undefined;
10818
10826
  vehicle_ids?: string[] | undefined;
10819
10827
  }>;
10820
- type FleetFuelDailySummaryDashBoardQueryDTO = z.infer<typeof FleetFuelDailySummaryDashBoardQuerySchema>;
10821
- declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10828
+ type FleetFuelDailyMonthlySummaryQueryDTO = z.infer<typeof FleetFuelDailyMonthlySummaryQuerySchema>;
10829
+ declare const AllVehiclesFuelDailySummaryQuerySchema: z.ZodObject<{
10830
+ date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10831
+ organisation_utrack_id: z.ZodEffects<z.ZodString, string, string>;
10832
+ }, "strip", z.ZodTypeAny, {
10833
+ date: string;
10834
+ organisation_utrack_id: string;
10835
+ }, {
10836
+ date: string;
10837
+ organisation_utrack_id: string;
10838
+ }>;
10839
+ type AllVehiclesFuelDailySummaryDTO = z.infer<typeof AllVehiclesFuelDailySummaryQuerySchema>;
10840
+ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10822
10841
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10823
10842
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
10824
10843
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -10906,18 +10925,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10906
10925
  organisation_ids?: string[] | undefined;
10907
10926
  vehicle_ids?: string[] | undefined;
10908
10927
  }>;
10909
- type FleetFuelDailyMonthlySummaryQueryDTO = z.infer<typeof FleetFuelDailyMonthlySummaryQuerySchema>;
10910
- declare const AllVehiclesFuelDailySummaryQuerySchema: z.ZodObject<{
10911
- date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10912
- organisation_utrack_id: z.ZodEffects<z.ZodString, string, string>;
10913
- }, "strip", z.ZodTypeAny, {
10914
- date: string;
10915
- organisation_utrack_id: string;
10916
- }, {
10917
- date: string;
10918
- organisation_utrack_id: string;
10919
- }>;
10920
- type AllVehiclesFuelDailySummaryDTO = z.infer<typeof AllVehiclesFuelDailySummaryQuerySchema>;
10928
+ type FleetFuelDailySummaryDashBoardQueryDTO = z.infer<typeof FleetFuelDailySummaryDashBoardQuerySchema>;
10921
10929
  interface FuelDashboard {
10922
10930
  vehicle_id: string;
10923
10931
  vehicle_number: string;
@@ -10937,6 +10945,9 @@ declare const findVehicleFuelSummary: (data: AllVehiclesFuelDailySummaryDTO) =>
10937
10945
 
10938
10946
  interface MasterDriver extends Record<string, unknown> {
10939
10947
  driver_id: string;
10948
+ driver_image_url?: string;
10949
+ driver_image_key?: string;
10950
+ driver_image_name?: string;
10940
10951
  driver_code?: string;
10941
10952
  driver_first_name: string;
10942
10953
  driver_last_name?: string;
@@ -10949,9 +10960,6 @@ interface MasterDriver extends Record<string, unknown> {
10949
10960
  password?: string;
10950
10961
  can_login: YesNo;
10951
10962
  driver_type: DriverType;
10952
- driver_image_url?: string;
10953
- driver_image_key?: string;
10954
- driver_image_name?: string;
10955
10963
  status: Status;
10956
10964
  added_date_time: string;
10957
10965
  modified_date_time: string;
@@ -10965,13 +10973,14 @@ interface MasterDriver extends Record<string, unknown> {
10965
10973
  AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
10966
10974
  organisation_id: string;
10967
10975
  UserOrganisation?: UserOrganisation;
10976
+ organisation_name?: string;
10968
10977
  organisation_sub_company_id?: string;
10969
10978
  OrganisationSubCompany?: OrganisationSubCompany;
10970
10979
  sub_company_name?: string;
10971
10980
  organisation_branch_id?: string;
10972
10981
  OrganisationBranch?: OrganisationBranch;
10973
10982
  branch_name?: string;
10974
- branch_code?: string;
10983
+ branch_city?: string;
10975
10984
  organisation_color_id?: string;
10976
10985
  OrganisationColor?: OrganisationColor;
10977
10986
  color_name?: string;
@@ -11013,6 +11022,7 @@ interface MasterDriverFile extends BaseCommonFile {
11013
11022
  UserOrganisation?: UserOrganisation;
11014
11023
  driver_id: string;
11015
11024
  MasterDriver?: MasterDriver;
11025
+ driver_details?: string;
11016
11026
  }
11017
11027
  interface AssignRemoveDriverHistory extends Record<string, unknown> {
11018
11028
  history_id: string;
@@ -11035,7 +11045,7 @@ interface DriverLoginPush extends Record<string, unknown> {
11035
11045
  driver_login_push_id: string;
11036
11046
  fcm_token: string;
11037
11047
  platform: LoginFrom;
11038
- MasterDriver_agent?: string;
11048
+ user_agent?: string;
11039
11049
  ip_address?: string;
11040
11050
  device_id?: string;
11041
11051
  device_model?: string;
@@ -11098,6 +11108,9 @@ declare const MasterDriverSchema: z.ZodObject<{
11098
11108
  organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
11099
11109
  organisation_color_id: z.ZodEffects<z.ZodString, string, string>;
11100
11110
  organisation_tag_id: z.ZodEffects<z.ZodString, string, string>;
11111
+ driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11112
+ driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11113
+ driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11101
11114
  driver_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11102
11115
  driver_first_name: z.ZodEffects<z.ZodString, string, string>;
11103
11116
  driver_last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -11109,9 +11122,6 @@ declare const MasterDriverSchema: z.ZodObject<{
11109
11122
  password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11110
11123
  can_login: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
11111
11124
  driver_type: z.ZodType<DriverType, z.ZodTypeDef, DriverType>;
11112
- driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11113
- driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11114
- driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11115
11125
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
11116
11126
  MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
11117
11127
  usage_type: z.ZodEffects<z.ZodString, string, string>;
@@ -11160,6 +11170,9 @@ declare const MasterDriverSchema: z.ZodObject<{
11160
11170
  organisation_tag_id: string;
11161
11171
  password: string;
11162
11172
  can_login: YesNo;
11173
+ driver_image_url: string;
11174
+ driver_image_key: string;
11175
+ driver_image_name: string;
11163
11176
  driver_code: string;
11164
11177
  driver_first_name: string;
11165
11178
  driver_last_name: string;
@@ -11169,9 +11182,6 @@ declare const MasterDriverSchema: z.ZodObject<{
11169
11182
  driver_pan: string;
11170
11183
  driver_aadhaar: string;
11171
11184
  driver_type: DriverType;
11172
- driver_image_url: string;
11173
- driver_image_key: string;
11174
- driver_image_name: string;
11175
11185
  MasterDriverFileSchema: {
11176
11186
  status: Status;
11177
11187
  organisation_id: string;
@@ -11196,6 +11206,9 @@ declare const MasterDriverSchema: z.ZodObject<{
11196
11206
  driver_first_name: string;
11197
11207
  driver_type: DriverType;
11198
11208
  password?: string | undefined;
11209
+ driver_image_url?: string | undefined;
11210
+ driver_image_key?: string | undefined;
11211
+ driver_image_name?: string | undefined;
11199
11212
  driver_code?: string | undefined;
11200
11213
  driver_last_name?: string | undefined;
11201
11214
  driver_mobile?: string | undefined;
@@ -11203,9 +11216,6 @@ declare const MasterDriverSchema: z.ZodObject<{
11203
11216
  driver_license?: string | undefined;
11204
11217
  driver_pan?: string | undefined;
11205
11218
  driver_aadhaar?: string | undefined;
11206
- driver_image_url?: string | undefined;
11207
- driver_image_key?: string | undefined;
11208
- driver_image_name?: string | undefined;
11209
11219
  MasterDriverFileSchema?: {
11210
11220
  status: Status;
11211
11221
  organisation_id: string;
@@ -11252,13 +11262,13 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11252
11262
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
11253
11263
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
11254
11264
  } & {
11265
+ driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11255
11266
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11256
11267
  organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11257
11268
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11258
11269
  organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11259
11270
  organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11260
11271
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11261
- driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11262
11272
  can_login: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11263
11273
  driver_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DriverType>, "many">>>;
11264
11274
  is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
@@ -11343,6 +11353,9 @@ declare const MasterDriverLogoSchema: z.ZodObject<{
11343
11353
  }>;
11344
11354
  type MasterDriverLogoDTO = z.infer<typeof MasterDriverLogoSchema>;
11345
11355
  declare const MasterDriverProfileSchema: z.ZodObject<{
11356
+ driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11357
+ driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11358
+ driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11346
11359
  driver_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11347
11360
  driver_first_name: z.ZodEffects<z.ZodString, string, string>;
11348
11361
  driver_last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -11351,9 +11364,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11351
11364
  driver_license: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11352
11365
  driver_pan: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11353
11366
  driver_aadhaar: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11354
- driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11355
- driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11356
- driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11357
11367
  MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
11358
11368
  usage_type: z.ZodEffects<z.ZodString, string, string>;
11359
11369
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -11393,6 +11403,9 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11393
11403
  file_metadata?: Record<string, any> | undefined;
11394
11404
  }>, "many">>>;
11395
11405
  }, "strip", z.ZodTypeAny, {
11406
+ driver_image_url: string;
11407
+ driver_image_key: string;
11408
+ driver_image_name: string;
11396
11409
  driver_code: string;
11397
11410
  driver_first_name: string;
11398
11411
  driver_last_name: string;
@@ -11401,9 +11414,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11401
11414
  driver_license: string;
11402
11415
  driver_pan: string;
11403
11416
  driver_aadhaar: string;
11404
- driver_image_url: string;
11405
- driver_image_key: string;
11406
- driver_image_name: string;
11407
11417
  MasterDriverFileSchema: {
11408
11418
  status: Status;
11409
11419
  organisation_id: string;
@@ -11419,6 +11429,9 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11419
11429
  }[];
11420
11430
  }, {
11421
11431
  driver_first_name: string;
11432
+ driver_image_url?: string | undefined;
11433
+ driver_image_key?: string | undefined;
11434
+ driver_image_name?: string | undefined;
11422
11435
  driver_code?: string | undefined;
11423
11436
  driver_last_name?: string | undefined;
11424
11437
  driver_mobile?: string | undefined;
@@ -11426,9 +11439,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11426
11439
  driver_license?: string | undefined;
11427
11440
  driver_pan?: string | undefined;
11428
11441
  driver_aadhaar?: string | undefined;
11429
- driver_image_url?: string | undefined;
11430
- driver_image_key?: string | undefined;
11431
- driver_image_name?: string | undefined;
11432
11442
  MasterDriverFileSchema?: {
11433
11443
  status: Status;
11434
11444
  organisation_id: string;
@@ -16136,6 +16146,7 @@ interface GPSLiveTrackShareLink extends Record<string, unknown> {
16136
16146
  modified_date_time: string;
16137
16147
  organisation_id: string;
16138
16148
  UserOrganisation?: UserOrganisation;
16149
+ organisation_name?: string;
16139
16150
  vehicle_id: string;
16140
16151
  MasterVehicle?: MasterVehicle;
16141
16152
  vehicle_number?: string;
@@ -16252,10 +16263,10 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
16252
16263
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
16253
16264
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16254
16265
  } & {
16266
+ gps_live_track_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16255
16267
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16256
16268
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16257
16269
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
16258
- gps_live_track_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16259
16270
  }, "strip", z.ZodTypeAny, {
16260
16271
  status: Status[];
16261
16272
  search: string;
@@ -16329,6 +16340,7 @@ interface GPSTrackHistoryShareLink extends Record<string, unknown> {
16329
16340
  modified_date_time: string;
16330
16341
  organisation_id: string;
16331
16342
  UserOrganisation?: UserOrganisation;
16343
+ organisation_name?: string;
16332
16344
  vehicle_id: string;
16333
16345
  MasterVehicle?: MasterVehicle;
16334
16346
  vehicle_number?: string;
@@ -16443,10 +16455,10 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
16443
16455
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
16444
16456
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16445
16457
  } & {
16458
+ gps_track_history_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16446
16459
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16447
16460
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16448
16461
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TrackHistoryLinkStatus>, "many">>>;
16449
- gps_track_history_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16450
16462
  }, "strip", z.ZodTypeAny, {
16451
16463
  status: Status[];
16452
16464
  search: string;
@@ -16541,8 +16553,11 @@ interface MasterVehicle extends Record<string, unknown> {
16541
16553
  AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
16542
16554
  country_id?: string;
16543
16555
  MasterMainCountry?: MasterMainCountry;
16556
+ country_name?: string;
16544
16557
  time_zone_id?: string;
16545
16558
  MasterMainTimeZone?: MasterMainTimeZone;
16559
+ time_zone_code?: string;
16560
+ time_zone_identifier?: string;
16546
16561
  odometer_reading?: number;
16547
16562
  odometer_last_change_date?: string;
16548
16563
  odometer_last_change_date_f?: string;
@@ -16559,6 +16574,7 @@ interface MasterVehicle extends Record<string, unknown> {
16559
16574
  VehicleDetailPurchase?: VehicleDetailPurchase;
16560
16575
  organisation_id: string;
16561
16576
  UserOrganisation?: UserOrganisation;
16577
+ organisation_name?: string;
16562
16578
  organisation_sub_company_id?: string;
16563
16579
  OrganisationSubCompany?: OrganisationSubCompany;
16564
16580
  sub_company_name?: string;
@@ -16573,7 +16589,7 @@ interface MasterVehicle extends Record<string, unknown> {
16573
16589
  organisation_tag_id?: string;
16574
16590
  OrganisationTag?: OrganisationTag;
16575
16591
  tag_name?: string;
16576
- vehicle_type_id: string;
16592
+ vehicle_type_id?: string;
16577
16593
  MasterVehicleType?: MasterVehicleType;
16578
16594
  vehicle_type?: string;
16579
16595
  vehicle_make_id?: string;
@@ -16606,7 +16622,7 @@ interface MasterVehicle extends Record<string, unknown> {
16606
16622
  secondary_vehicle_fuel_unit_id?: string;
16607
16623
  SecondaryMasterVehicleFuelUnit?: MasterVehicleFuelUnit;
16608
16624
  secondary_fuel_unit?: string;
16609
- fuel_tank_type?: FuelTankType;
16625
+ fuel_tank_type: FuelTankType;
16610
16626
  fuel_tank_size?: number;
16611
16627
  fuel_tank_1_size?: number;
16612
16628
  fuel_tank_2_size?: number;
@@ -16888,6 +16904,7 @@ interface VehicleDetailGPS extends Record<string, unknown> {
16888
16904
  vehicle_number?: string;
16889
16905
  vehicle_type?: string;
16890
16906
  landmark_id?: string;
16907
+ MasterMainLandMark?: MasterMainLandMark;
16891
16908
  }
16892
16909
  interface VehicleDetailTrip extends Record<string, unknown> {
16893
16910
  vehicle_details_trip_id: string;
@@ -16906,7 +16923,7 @@ interface VehicleDetailTrip extends Record<string, unknown> {
16906
16923
  added_date_time: string;
16907
16924
  modified_date_time: string;
16908
16925
  vehicle_id?: string;
16909
- Vehicle?: MasterVehicle;
16926
+ MasterVehicle?: MasterVehicle;
16910
16927
  vehicle_number?: string;
16911
16928
  vehicle_type?: string;
16912
16929
  }
@@ -16976,7 +16993,7 @@ interface VehicleDetailBody extends Record<string, unknown> {
16976
16993
  added_date_time: string;
16977
16994
  modified_date_time: string;
16978
16995
  vehicle_id?: string;
16979
- Vehicle?: MasterVehicle;
16996
+ MasterVehicle?: MasterVehicle;
16980
16997
  vehicle_number?: string;
16981
16998
  vehicle_type?: string;
16982
16999
  }
@@ -17000,7 +17017,7 @@ interface VehicleDetailLifeCycle extends Record<string, unknown> {
17000
17017
  added_date_time: string;
17001
17018
  modified_date_time: string;
17002
17019
  vehicle_id?: string;
17003
- Vehicle?: MasterVehicle;
17020
+ MasterVehicle?: MasterVehicle;
17004
17021
  vehicle_number?: string;
17005
17022
  vehicle_type?: string;
17006
17023
  }
@@ -17038,10 +17055,6 @@ interface VehicleDetailPurchase extends Record<string, unknown> {
17038
17055
  status: Status;
17039
17056
  added_date_time: string;
17040
17057
  modified_date_time: string;
17041
- vehicle_id?: string;
17042
- MasterVehicle?: MasterVehicle;
17043
- vehicle_number?: string;
17044
- vehicle_type?: string;
17045
17058
  purchase_vendor_id?: string;
17046
17059
  PurchaseVendor?: FleetVendor;
17047
17060
  purchase_vendor_name?: string;
@@ -17051,6 +17064,10 @@ interface VehicleDetailPurchase extends Record<string, unknown> {
17051
17064
  lease_vendor_id?: string;
17052
17065
  LeaseVendor?: FleetVendor;
17053
17066
  lease_vendor_name?: string;
17067
+ vehicle_id?: string;
17068
+ MasterVehicle?: MasterVehicle;
17069
+ vehicle_number?: string;
17070
+ vehicle_type?: string;
17054
17071
  }
17055
17072
  interface VehicleDocument extends Record<string, unknown> {
17056
17073
  vehicle_document_id: string;
@@ -17077,6 +17094,7 @@ interface VehicleDocument extends Record<string, unknown> {
17077
17094
  modified_date_time: string;
17078
17095
  organisation_id: string;
17079
17096
  UserOrganisation?: UserOrganisation;
17097
+ organisation_name?: string;
17080
17098
  vehicle_id: string;
17081
17099
  MasterVehicle?: MasterVehicle;
17082
17100
  vehicle_number?: string;
@@ -17187,16 +17205,6 @@ declare const CalibrationFileSchema: z.ZodObject<{
17187
17205
  type CalibrationFileDTO = z.infer<typeof CalibrationFileSchema>;
17188
17206
  declare const VehicleSchema: z.ZodObject<{
17189
17207
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
17190
- vehicle_number: z.ZodEffects<z.ZodString, string, string>;
17191
- vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17192
- odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17193
- engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17194
- chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17195
- vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17196
- is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17197
- is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17198
- is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17199
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
17200
17208
  organisation_sub_company_id: z.ZodEffects<z.ZodString, string, string>;
17201
17209
  organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
17202
17210
  organisation_tag_id: z.ZodEffects<z.ZodString, string, string>;
@@ -17218,8 +17226,18 @@ declare const VehicleSchema: z.ZodObject<{
17218
17226
  fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17219
17227
  fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17220
17228
  fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17229
+ vehicle_number: z.ZodEffects<z.ZodString, string, string>;
17230
+ vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17231
+ odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17232
+ engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17233
+ chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17234
+ vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17235
+ is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17236
+ is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17237
+ is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17221
17238
  vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17222
17239
  standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17240
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
17223
17241
  MasterVehicleFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17224
17242
  usage_type: z.ZodEffects<z.ZodString, string, string>;
17225
17243
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -17358,16 +17376,6 @@ declare const VehicleSchema: z.ZodObject<{
17358
17376
  type VehicleDTO = z.infer<typeof VehicleSchema>;
17359
17377
  declare const VehicleBulkSchema: z.ZodObject<{
17360
17378
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
17361
- vehicle_number: z.ZodEffects<z.ZodString, string, string>;
17362
- vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17363
- odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17364
- engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17365
- chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17366
- vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17367
- is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17368
- is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17369
- is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17370
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
17371
17379
  vehicle_type_id: z.ZodEffects<z.ZodString, string, string>;
17372
17380
  device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
17373
17381
  device_model_id: z.ZodEffects<z.ZodString, string, string>;
@@ -17379,8 +17387,18 @@ declare const VehicleBulkSchema: z.ZodObject<{
17379
17387
  fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17380
17388
  fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17381
17389
  fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17390
+ vehicle_number: z.ZodEffects<z.ZodString, string, string>;
17391
+ vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17392
+ odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17393
+ engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17394
+ chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17395
+ vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17396
+ is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17397
+ is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17398
+ is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17382
17399
  vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17383
17400
  standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17401
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
17384
17402
  }, "strip", z.ZodTypeAny, {
17385
17403
  status: Status;
17386
17404
  organisation_id: string;
@@ -17501,9 +17519,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17501
17519
  is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17502
17520
  camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17503
17521
  fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17504
- calibration_file_url: z.ZodEffects<z.ZodString, string, string>;
17505
- calibration_file_key: z.ZodEffects<z.ZodString, string, string>;
17506
- calibration_file_name: z.ZodEffects<z.ZodString, string, string>;
17507
17522
  MasterDeviceFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17508
17523
  usage_type: z.ZodEffects<z.ZodString, string, string>;
17509
17524
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -17567,9 +17582,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17567
17582
  is_rear_cam: YesNo;
17568
17583
  is_front_cam: YesNo;
17569
17584
  camera_extra_count: number;
17570
- calibration_file_url: string;
17571
- calibration_file_key: string;
17572
- calibration_file_name: string;
17573
17585
  fuel_mapping: Record<string, any>;
17574
17586
  device_manufacturer_id: string;
17575
17587
  device_model_id: string;
@@ -17593,9 +17605,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17593
17605
  country_id: string;
17594
17606
  vehicle_id: string;
17595
17607
  device_id: string;
17596
- calibration_file_url: string;
17597
- calibration_file_key: string;
17598
- calibration_file_name: string;
17599
17608
  device_manufacturer_id: string;
17600
17609
  device_model_id: string;
17601
17610
  device_type_id: string;
@@ -17683,9 +17692,6 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
17683
17692
  is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17684
17693
  camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17685
17694
  fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17686
- calibration_file_url: z.ZodEffects<z.ZodString, string, string>;
17687
- calibration_file_key: z.ZodEffects<z.ZodString, string, string>;
17688
- calibration_file_name: z.ZodEffects<z.ZodString, string, string>;
17689
17695
  }, "strip", z.ZodTypeAny, {
17690
17696
  fuel: YesNo;
17691
17697
  fuel_tank_type: FuelTankType;
@@ -17706,14 +17712,8 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
17706
17712
  is_rear_cam: YesNo;
17707
17713
  is_front_cam: YesNo;
17708
17714
  camera_extra_count: number;
17709
- calibration_file_url: string;
17710
- calibration_file_key: string;
17711
- calibration_file_name: string;
17712
17715
  fuel_mapping: Record<string, any>;
17713
17716
  }, {
17714
- calibration_file_url: string;
17715
- calibration_file_key: string;
17716
- calibration_file_name: string;
17717
17717
  fuel?: YesNo | undefined;
17718
17718
  fuel_tank_type?: FuelTankType | undefined;
17719
17719
  fuel_tank_size?: unknown;
@@ -18282,11 +18282,11 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18282
18282
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
18283
18283
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
18284
18284
  } & {
18285
+ vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18285
18286
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18286
18287
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18287
18288
  document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18288
18289
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18289
- vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18290
18290
  }, "strip", z.ZodTypeAny, {
18291
18291
  status: Status[];
18292
18292
  search: string;
@@ -18394,10 +18394,10 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18394
18394
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
18395
18395
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
18396
18396
  } & {
18397
+ document_expiry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18397
18398
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18398
18399
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18399
18400
  vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18400
- document_expiry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18401
18401
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
18402
18402
  }, "strip", z.ZodTypeAny, {
18403
18403
  status: Status[];
@@ -19348,6 +19348,7 @@ interface MasterSim extends Record<string, unknown> {
19348
19348
  AssignRemoveSimHistory: AssignRemoveSimHistory[];
19349
19349
  sim_provider_id: string;
19350
19350
  MasterMainSimProvider?: MasterMainSimProvider;
19351
+ provider_name?: string;
19351
19352
  _count?: {
19352
19353
  AssignRemoveSimHistory?: number;
19353
19354
  };
@@ -19424,8 +19425,8 @@ declare const MasterSimQuerySchema: z.ZodObject<{
19424
19425
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
19425
19426
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
19426
19427
  } & {
19427
- sim_provider_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19428
19428
  sim_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19429
+ sim_provider_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19429
19430
  sim_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof SimStatus>, "many">>>;
19430
19431
  billing_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BillingStatus>, "many">>>;
19431
19432
  }, "strip", z.ZodTypeAny, {
@@ -19507,18 +19508,14 @@ interface MasterDevice extends Record<string, unknown> {
19507
19508
  is_device_used: DeviceStatus;
19508
19509
  vehicle_id?: string;
19509
19510
  MasterVehicle?: MasterVehicle;
19511
+ vehicle_number?: string;
19512
+ vehicle_type?: string;
19510
19513
  assign_device_date?: string;
19511
19514
  assign_device_date_f?: string;
19512
19515
  AssignRemoveDeviceHistory: AssignRemoveDeviceHistory[];
19513
19516
  device_gps_source: GPSSource;
19514
19517
  db_instance: string;
19515
19518
  db_group: string;
19516
- device_image_url?: string;
19517
- device_image_key?: string;
19518
- vehicle_image_url?: string;
19519
- vehicle_image_key?: string;
19520
- sim_image_url?: string;
19521
- sim_image_key?: string;
19522
19519
  device_manufacturer_id?: string;
19523
19520
  MasterDeviceManufacturer?: MasterDeviceManufacturer;
19524
19521
  device_model_id?: string;
@@ -19529,8 +19526,11 @@ interface MasterDevice extends Record<string, unknown> {
19529
19526
  UserOrganisation?: UserOrganisation;
19530
19527
  country_id?: string;
19531
19528
  MasterMainCountry?: MasterMainCountry;
19529
+ country_name?: string;
19532
19530
  time_zone_id?: string;
19533
19531
  MasterMainTimeZone?: MasterMainTimeZone;
19532
+ time_zone_code?: string;
19533
+ time_zone_identifier?: string;
19534
19534
  MasterDeviceFile?: MasterDeviceFile[];
19535
19535
  FleetFuelRefill?: FleetFuelRefill[];
19536
19536
  FleetFuelRemoval?: FleetFuelRemoval[];
@@ -19556,9 +19556,12 @@ interface AssignRemoveDeviceHistory extends Record<string, unknown> {
19556
19556
  added_date_time: string;
19557
19557
  modified_date_time: string;
19558
19558
  vehicle_id: string;
19559
- Vehicle?: MasterVehicle;
19559
+ MasterVehicle?: MasterVehicle;
19560
+ vehicle_number?: string;
19561
+ vehicle_type?: string;
19560
19562
  device_id: string;
19561
19563
  MasterDevice?: MasterDevice;
19564
+ device_identifier?: string;
19562
19565
  }
19563
19566
  interface MasterDeviceFile extends BaseCommonFile {
19564
19567
  device_file_id: string;
@@ -19566,6 +19569,7 @@ interface MasterDeviceFile extends BaseCommonFile {
19566
19569
  UserOrganisation?: UserOrganisation;
19567
19570
  device_id: string;
19568
19571
  MasterDevice?: MasterDevice;
19572
+ device_identifier?: string;
19569
19573
  }
19570
19574
  declare const MasterDeviceSchema: z.ZodObject<{
19571
19575
  device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
@@ -19624,6 +19628,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19624
19628
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
19625
19629
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
19626
19630
  } & {
19631
+ device_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19627
19632
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19628
19633
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19629
19634
  time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
@@ -19631,7 +19636,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19631
19636
  device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19632
19637
  device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19633
19638
  device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19634
- device_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19635
19639
  is_device_used: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DeviceStatus>, "many">>>;
19636
19640
  is_sim_linked: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
19637
19641
  device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
@@ -21654,8 +21658,125 @@ declare const getMasterTyreMakeCache: (organisation_id: string) => Promise<FBR<M
21654
21658
  declare const getMasterTyreMakeCacheCount: (organisation_id: string) => Promise<FBR<number>>;
21655
21659
  declare const getMasterTyreMakeCacheChild: (organisation_id: string) => Promise<FBR<MasterTyreMake[]>>;
21656
21660
 
21661
+ interface MasterMainUnitDistance extends Record<string, unknown> {
21662
+ unit_id: string;
21663
+ unit_name: string;
21664
+ unit_code: string;
21665
+ status: Status;
21666
+ added_date_time: string;
21667
+ modified_date_time: string;
21668
+ UserOrganisation?: UserOrganisation[];
21669
+ _count?: {
21670
+ UserOrganisation?: number;
21671
+ };
21672
+ }
21673
+ declare const MasterMainUnitDistanceSchema: z.ZodObject<{
21674
+ unit_name: z.ZodEffects<z.ZodString, string, string>;
21675
+ unit_code: z.ZodEffects<z.ZodString, string, string>;
21676
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
21677
+ }, "strip", z.ZodTypeAny, {
21678
+ status: Status;
21679
+ unit_name: string;
21680
+ unit_code: string;
21681
+ }, {
21682
+ status: Status;
21683
+ unit_name: string;
21684
+ unit_code: string;
21685
+ }>;
21686
+ type MasterMainUnitDistanceDTO = z.infer<typeof MasterMainUnitDistanceSchema>;
21687
+ declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
21688
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21689
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
21690
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
21691
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
21692
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
21693
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
21694
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21695
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
21696
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21697
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
21698
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21699
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
21700
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
21701
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
21702
+ name: z.ZodEffects<z.ZodString, string, string>;
21703
+ field: z.ZodEffects<z.ZodString, string, string>;
21704
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
21705
+ }, "strip", z.ZodTypeAny, {
21706
+ name: string;
21707
+ field: string;
21708
+ direction: OrderBy;
21709
+ }, {
21710
+ name: string;
21711
+ field: string;
21712
+ direction: OrderBy;
21713
+ }>, "many">>>;
21714
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
21715
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
21716
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
21717
+ } & {
21718
+ unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21719
+ }, "strip", z.ZodTypeAny, {
21720
+ status: Status[];
21721
+ search: string;
21722
+ paging: PAGING;
21723
+ page_count: number;
21724
+ page_index: number;
21725
+ load_parents: LoadParents;
21726
+ load_parents_list: string[];
21727
+ load_child: LoadChild;
21728
+ load_child_list: string[];
21729
+ load_child_count: LoadChildCount;
21730
+ load_child_count_list: string[];
21731
+ include_details: Record<string, any>;
21732
+ where_relations: Record<string, any>;
21733
+ order_by: {
21734
+ name: string;
21735
+ field: string;
21736
+ direction: OrderBy;
21737
+ }[];
21738
+ include_master_data: YesNo;
21739
+ date_format_id: string;
21740
+ time_zone_id: string;
21741
+ unit_ids: string[];
21742
+ }, {
21743
+ date_format_id: string;
21744
+ time_zone_id: string;
21745
+ status?: Status[] | undefined;
21746
+ search?: string | undefined;
21747
+ paging?: PAGING | undefined;
21748
+ page_count?: unknown;
21749
+ page_index?: unknown;
21750
+ load_parents?: LoadParents | undefined;
21751
+ load_parents_list?: string[] | undefined;
21752
+ load_child?: LoadChild | undefined;
21753
+ load_child_list?: string[] | undefined;
21754
+ load_child_count?: LoadChildCount | undefined;
21755
+ load_child_count_list?: string[] | undefined;
21756
+ include_details?: Record<string, any> | undefined;
21757
+ where_relations?: Record<string, any> | undefined;
21758
+ order_by?: {
21759
+ name: string;
21760
+ field: string;
21761
+ direction: OrderBy;
21762
+ }[] | undefined;
21763
+ include_master_data?: YesNo | undefined;
21764
+ unit_ids?: string[] | undefined;
21765
+ }>;
21766
+ type MasterMainUnitDistanceQueryDTO = z.infer<typeof MasterMainUnitDistanceQuerySchema>;
21767
+ declare const toMasterMainUnitDistancePayload: (row: MasterMainUnitDistance) => MasterMainUnitDistanceDTO;
21768
+ declare const newMasterMainUnitDistancePayload: () => MasterMainUnitDistanceDTO;
21769
+ declare const findMasterMainUnitDistances: (data: MasterMainUnitDistanceQueryDTO) => Promise<FBR<MasterMainUnitDistance[]>>;
21770
+ declare const createMasterMainUnitDistance: (data: MasterMainUnitDistanceDTO) => Promise<SBR>;
21771
+ declare const updateMasterMainUnitDistance: (id: string, data: MasterMainUnitDistanceDTO) => Promise<SBR>;
21772
+ declare const deleteMasterMainUnitDistance: (id: string) => Promise<SBR>;
21773
+ declare const getMasterMainUnitDistanceCache: () => Promise<FBR<MasterMainUnitDistance[]>>;
21774
+
21657
21775
  interface UserOrganisation extends Record<string, unknown> {
21658
21776
  organisation_id: string;
21777
+ logo_url?: string;
21778
+ logo_key?: string;
21779
+ logo_name?: string;
21659
21780
  organisation_name: string;
21660
21781
  organisation_email?: string;
21661
21782
  organisation_mobile?: string;
@@ -21664,9 +21785,6 @@ interface UserOrganisation extends Record<string, unknown> {
21664
21785
  fleet_size: FleetSize;
21665
21786
  db_instance: string;
21666
21787
  db_group: string;
21667
- logo_url?: string;
21668
- logo_key?: string;
21669
- logo_name?: string;
21670
21788
  company_cin?: string;
21671
21789
  company_tin_gstin?: string;
21672
21790
  billing_address_line1?: string;
@@ -21694,24 +21812,42 @@ interface UserOrganisation extends Record<string, unknown> {
21694
21812
  modified_date_time: string;
21695
21813
  industry_id: string;
21696
21814
  MasterMainIndustry?: MasterMainIndustry;
21815
+ industry_name?: string;
21697
21816
  country_id: string;
21698
21817
  MasterMainCountry?: MasterMainCountry;
21818
+ country_name?: string;
21699
21819
  state_id?: string;
21700
21820
  MasterMainState?: MasterMainState;
21821
+ state_name?: string;
21822
+ state_code?: string;
21701
21823
  currency_id?: string;
21702
21824
  MasterMainCurrency?: MasterMainCurrency;
21825
+ currency_name?: string;
21826
+ currency_code?: string;
21703
21827
  language_id?: string;
21704
21828
  MasterMainLanguage?: MasterMainLanguage;
21829
+ language_name?: string;
21830
+ language_code?: string;
21705
21831
  time_zone_id?: string;
21706
21832
  MasterMainTimeZone?: MasterMainTimeZone;
21833
+ time_zone_code?: string;
21834
+ time_zone_identifier?: string;
21707
21835
  date_format_id?: string;
21708
21836
  MasterMainDateFormat?: MasterMainDateFormat;
21837
+ date_format_date?: string;
21838
+ date_format_time?: string;
21709
21839
  distance_unit_id?: string;
21710
- UserOrganisation?: UserOrganisation;
21840
+ MasterMainUnitDistance?: MasterMainUnitDistance;
21841
+ distance_unit_name?: string;
21842
+ distance_unit_code?: string;
21711
21843
  mileage_unit_id?: string;
21712
21844
  MasterMainUnitMileage?: MasterMainUnitMileage;
21845
+ mileage_unit_name?: string;
21846
+ mileage_unit_code?: string;
21713
21847
  volume_unit_id?: string;
21714
21848
  MasterMainUnitVolume?: MasterMainUnitVolume;
21849
+ volume_unit_name?: string;
21850
+ volume_unit_code?: string;
21715
21851
  User?: User[];
21716
21852
  MasterDriver?: MasterDriver[];
21717
21853
  MasterDriverFile?: MasterDriverFile[];
@@ -21946,15 +22082,25 @@ interface UserOrganisationSimple extends Record<string, unknown> {
21946
22082
  tz_id: string;
21947
22083
  }
21948
22084
  declare const UserOrganisationSchema: z.ZodObject<{
22085
+ industry_id: z.ZodEffects<z.ZodString, string, string>;
22086
+ country_id: z.ZodEffects<z.ZodString, string, string>;
22087
+ state_id: z.ZodEffects<z.ZodString, string, string>;
22088
+ currency_id: z.ZodEffects<z.ZodString, string, string>;
22089
+ language_id: z.ZodEffects<z.ZodString, string, string>;
22090
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
22091
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
22092
+ distance_unit_id: z.ZodEffects<z.ZodString, string, string>;
22093
+ mileage_unit_id: z.ZodEffects<z.ZodString, string, string>;
22094
+ volume_unit_id: z.ZodEffects<z.ZodString, string, string>;
22095
+ logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22096
+ logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22097
+ logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21949
22098
  organisation_name: z.ZodEffects<z.ZodString, string, string>;
21950
22099
  organisation_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21951
22100
  organisation_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21952
22101
  organisation_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21953
22102
  organisation_utrack_id: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21954
22103
  fleet_size: z.ZodType<FleetSize, z.ZodTypeDef, FleetSize>;
21955
- logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21956
- logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21957
- logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21958
22104
  company_cin: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21959
22105
  company_tin_gstin: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21960
22106
  billing_address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -21978,16 +22124,6 @@ declare const UserOrganisationSchema: z.ZodObject<{
21978
22124
  country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21979
22125
  country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21980
22126
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
21981
- industry_id: z.ZodEffects<z.ZodString, string, string>;
21982
- country_id: z.ZodEffects<z.ZodString, string, string>;
21983
- state_id: z.ZodEffects<z.ZodString, string, string>;
21984
- currency_id: z.ZodEffects<z.ZodString, string, string>;
21985
- language_id: z.ZodEffects<z.ZodString, string, string>;
21986
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
21987
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
21988
- distance_unit_id: z.ZodEffects<z.ZodString, string, string>;
21989
- mileage_unit_id: z.ZodEffects<z.ZodString, string, string>;
21990
- volume_unit_id: z.ZodEffects<z.ZodString, string, string>;
21991
22127
  }, "strip", z.ZodTypeAny, {
21992
22128
  status: Status;
21993
22129
  date_format_id: string;
@@ -22107,6 +22243,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
22107
22243
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
22108
22244
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
22109
22245
  } & {
22246
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22110
22247
  industry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22111
22248
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22112
22249
  state_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
@@ -22115,7 +22252,6 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
22115
22252
  time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22116
22253
  date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22117
22254
  fleet_size: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof FleetSize>, "many">>>;
22118
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22119
22255
  }, "strip", z.ZodTypeAny, {
22120
22256
  status: Status[];
22121
22257
  search: string;
@@ -22366,4 +22502,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
22366
22502
  declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
22367
22503
  declare const deleteBookMark: (id: string) => Promise<SBR>;
22368
22504
 
22369
- export { toOrganisationBranchPayload as $, getMasterMainCurrencyCache as A, OrganisationSubCompanySchema as B, type OrganisationSubCompanyDTO as C, OrganisationSubCompanyQuerySchema as D, type OrganisationSubCompanyQueryDTO as E, type SubCompanyLogoDTO as F, toOrganisationSubCompanyPayload as G, newOrganisationSubCompanyPayload as H, get_organisation_sub_company_logo_presigned_url as I, update_organisation_sub_company_logo as J, delete_organisation_sub_company_logo as K, findOrganisationSubCompanyies as L, type MasterDriver as M, createOrganisationSubCompany as N, type OrganisationSubCompany as O, updateOrganisationSubCompany as P, deleteOrganisationSubCompany as Q, getOrganisationSubCompanyCache as R, SubCompanyLogoSchema as S, getOrganisationSubCompanyCacheCount as T, type User as U, getOrganisationSubCompanyCacheChild as V, type OrganisationBranch as W, OrganisationBranchSchema as X, type OrganisationBranchDTO as Y, OrganisationBranchQuerySchema as Z, type OrganisationBranchQueryDTO as _, type UserAdmin as a, MasterMainLanguageSchema as a$, newOrganisationBranchPayload as a0, findOrganisationBranchs as a1, createOrganisationBranch as a2, updateOrganisationBranch as a3, deleteOrganisationBranch as a4, getOrganisationBranchCache as a5, getOrganisationBranchCacheCount as a6, getOrganisationBranchCacheChild as a7, type OrganisationColor as a8, OrganisationColorSchema as a9, type MasterUserRole as aA, MasterUserRoleSchema as aB, type MasterUserRoleDTO as aC, MasterUserRoleQuerySchema as aD, type MasterUserRoleQueryDTO as aE, toMasterUserRolePayload as aF, newMasterUserRolePayload as aG, findMasterUserRoles as aH, createMasterUserRole as aI, updateMasterUserRole as aJ, deleteMasterUserRole as aK, getMasterUserRoleCache as aL, getMasterUserRoleCacheCount as aM, type MasterUserStatus as aN, MasterUserStatusSchema as aO, type MasterUserStatusDTO as aP, MasterUserStatusQuerySchema as aQ, type MasterUserStatusQueryDTO as aR, toMasterUserStatusPayload as aS, newMasterUserStatusPayload as aT, findMasterUserStatuses as aU, createMasterUserStatus as aV, updateMasterUserStatus as aW, deleteMasterUserStatus as aX, getMasterUserStatusCache as aY, getMasterUserStatusCacheCount as aZ, type MasterMainLanguage as a_, type OrganisationColorDTO as aa, OrganisationColorQuerySchema as ab, type OrganisationColorQueryDTO as ac, toOrganisationColorPayload as ad, newOrganisationColorPayload as ae, findOrganisationColors as af, createOrganisationColor as ag, updateOrganisationColor as ah, deleteOrganisationColor as ai, getOrganisationColorCache as aj, getOrganisationColorCacheCount as ak, getOrganisationColorCacheChild as al, type OrganisationTag as am, OrganisationTagSchema as an, type OrganisationTagDTO as ao, OrganisationTagQuerySchema as ap, type OrganisationTagQueryDTO as aq, toOrganisationTagPayload as ar, newOrganisationTagPayload as as, findOrganisationTags as at, createOrganisationTag as au, updateOrganisationTag as av, deleteOrganisationTag as aw, getOrganisationTagCache as ax, getOrganisationTagCacheCount as ay, getOrganisationTagCacheChild as az, type UserOrganisation as b, toGPSGeofencePayload as b$, type MasterMainLanguageDTO as b0, MasterMainLanguageQuerySchema as b1, type MasterMainLanguageQueryDTO as b2, toMasterMainLanguagePayload as b3, newMasterMainLanguagePayload as b4, findMasterMainLanguages as b5, createMasterMainLanguage as b6, updateMasterMainLanguage as b7, deleteMasterMainLanguage as b8, getMasterMainLanguageCache as b9, GPSGeofenceTransactionQuerySchema as bA, type GPSGeofenceTransactionQueryDTO as bB, toGPSGeofenceTransactionPayload as bC, newGPSGeofenceTransactionPayload as bD, findGPSGeofenceTransaction as bE, createGPSGeofenceTransaction as bF, updateGPSGeofenceTransaction as bG, deleteGPSGeofenceTransaction as bH, type TripGeofenceToGeofence as bI, TripGeofenceToGeofenceSchema as bJ, type TripGeofenceToGeofenceDTO as bK, TripGeofenceToGeofenceQuerySchema as bL, type TripGeofenceToGeofenceQueryDTO as bM, toTripGeofenceToGeofencePayload as bN, newTripGeofenceToGeofencePayload as bO, findTripGeofenceToGeofence as bP, createTripGeofenceToGeofence as bQ, updateTripGeofenceToGeofence as bR, deleteTripGeofenceToGeofence as bS, type GPSGeofence as bT, type GPSGeofencePolilineData as bU, GPSGeofencePolilineDataSchema as bV, type GPSGeofencePolilineDataDTO as bW, GPSGeofenceSchema as bX, type GPSGeofenceDTO as bY, GPSGeofenceQuerySchema as bZ, type GPSGeofenceQueryDTO as b_, type MasterMainDateFormat as ba, MasterMainDateFormatSchema as bb, type MasterMainDateFormatDTO as bc, MasterMainDateFormatQuerySchema as bd, type MasterMainDateFormatQueryDTO as be, toMasterMainDateFormatPayload as bf, newMasterMainDateFormatPayload as bg, findMasterMainDateFormats as bh, createMasterMainDateFormat as bi, updateMasterMainDateFormat as bj, deleteMasterMainDateFormat as bk, getMasterMainDateFormatCache as bl, type GPSGeofenceTransactionSummary as bm, GPSGeofenceTransactionSummarySchema as bn, type GPSGeofenceTransactionSummaryDTO as bo, GPSGeofenceTransactionSummaryQuerySchema as bp, type GPSGeofenceTransactionSummaryQueryDTO as bq, toGPSGeofenceTransactionSummaryPayload as br, newGPSGeofenceTransactionSummaryPayload as bs, findGPSGeofenceTransactionSummary as bt, createGPSGeofenceTransactionSummary as bu, updateGPSGeofenceTransactionSummary as bv, deleteGPSGeofenceTransactionSummary as bw, type GPSGeofenceTransaction as bx, GPSGeofenceTransactionSchema as by, type GPSGeofenceTransactionDTO as bz, type MasterVehicle as c, type MasterMainLandmarkDTO as c$, newGPSGeofencePayload as c0, findGPSGeofence as c1, createGPSGeofence as c2, updateGPSGeofence as c3, deleteGPSGeofence as c4, type OrganisationNotificationPreference as c5, type OrganisationNotificationPreferenceVehicleLink as c6, type OrganisationNotificationPreferenceGeofenceLink as c7, type OrganisationNotificationPreferenceUserLink as c8, OrganisationNotificationPreferenceSchema as c9, updateUserAdmin as cA, deleteUserAdmin as cB, updateUserAdminProfile as cC, getAdminUserCache as cD, type Ticket as cE, type TicketFile as cF, TicketFileSchema as cG, type TicketFileDTO as cH, TicketSchema as cI, type TicketDTO as cJ, TicketVerifySchema as cK, type TicketVerifyDTO as cL, TicketQuerySchema as cM, type TicketQueryDTO as cN, toTicketPayload as cO, toVerifyTicketPayload as cP, newTicketPayload as cQ, get_ticket_file_presigned_url as cR, create_ticket_file as cS, remove_ticket_file as cT, findTickets as cU, createTicket as cV, updateTicket as cW, updateVerifyStatus as cX, deleteTicket as cY, type MasterMainLandMark as cZ, MasterMainLandmarkSchema as c_, type OrganisationNotificationPreferenceDTO as ca, OrganisationNotificationPreferenceQuerySchema as cb, type OrganisationNotificationPreferenceQueryDTO as cc, toOrganisationNotificationPreferencePayload as cd, newOrganisationNotificationPreferencePayload as ce, findOrganisationNotificationPreference as cf, createOrganisationNotificationPreference as cg, updateOrganisationNotificationPreference as ch, deleteOrganisationNotificationPreference as ci, type UserAdminLoginPush as cj, UserAdminSchema as ck, type UserAdminDTO as cl, UserAdminLogoSchema as cm, type UserAdminLogoDTO as cn, UserAdminProfileSchema as co, type UserAdminProfileDTO as cp, UserAdminQuerySchema as cq, type UserAdminQueryDTO as cr, toUserAdminPayload as cs, toUserAdminProfilePayload as ct, newUserAdminPayload as cu, get_admin_image_presigned_url as cv, update_admin_image as cw, delete_admin_image as cx, findUserAdmin as cy, createUserAdmin as cz, type MasterMainIndustry as d, type MasterVendorDocumentTypeDTO as d$, MasterMainLandmarkQuerySchema as d0, type MasterMainLandmarkQueryDTO as d1, toMasterMainLandmarkPayload as d2, newMasterMainLandmarkPayload as d3, findMasterMainCountries$1 as d4, createMasterMainCountry$1 as d5, updateMasterMainCountry$1 as d6, deleteMasterMainCountry$1 as d7, type MasterVehicleFuelType as d8, MasterVehicleFuelTypeSchema as d9, getMasterVehicleFuelUnitCacheChild as dA, type MasterVendorType as dB, MasterVendorTypeSchema as dC, type MasterVendorTypeDTO as dD, MasterVendorTypeQuerySchema as dE, type MasterVendorTypeQueryDTO as dF, toMasterVendorTypePayload as dG, newMasterVendorTypePayload as dH, findMasterVendorTypes as dI, createMasterVendorType as dJ, updateMasterVendorType as dK, deleteMasterVendorType as dL, getMasterVendorTypeCache as dM, type MasterVendorTag as dN, MasterVendorTagSchema as dO, type MasterVendorTagDTO as dP, MasterVendorTagQuerySchema as dQ, type MasterVendorTagQueryDTO as dR, toMasterVendorTagPayload as dS, newMasterVendorTagPayload as dT, findMasterVendorTags as dU, createMasterVendorTag as dV, updateMasterVendorTag as dW, deleteMasterVendorTag as dX, getMasterVendorTagCache as dY, type MasterVendorDocumentType as dZ, MasterVendorDocumentTypeSchema as d_, type MasterVehicleFuelTypeDTO as da, MasterVehicleFuelTypeQuerySchema as db, type MasterVehicleFuelTypeQueryDTO as dc, toMasterVehicleFuelTypePayload as dd, newMasterVehicleFuelTypePayload as de, findMasterVehicleFuelTypes as df, createMasterVehicleFuelType as dg, updateMasterVehicleFuelType as dh, deleteMasterVehicleFuelType as di, getMasterVehicleFuelTypeCache as dj, getMasterVehicleFuelTypeCacheCount as dk, getMasterVehicleFuelTypeCacheChild as dl, type MasterVehicleFuelUnit as dm, MasterVehicleFuelUnitSchema as dn, type MasterVehicleFuelUnitDTO as dp, MasterVehicleFuelUnitQuerySchema as dq, type MasterVehicleFuelUnitQueryDTO as dr, toMasterVehicleFuelUnitPayload as ds, newMasterVehicleFuelUnitPayload as dt, findMasterVehicleFuelUnits as du, createMasterVehicleFuelUnit as dv, updateMasterVehicleFuelUnit as dw, deleteMasterVehicleFuelUnit as dx, getMasterVehicleFuelUnitCache as dy, getMasterVehicleFuelUnitCacheCount as dz, MasterMainIndustrySchema as e, newMasterFleetIncidentStatusPayload as e$, MasterVendorDocumentTypeQuerySchema as e0, type MasterVendorDocumentTypeQueryDTO as e1, toMasterVendorDocumentTypePayload as e2, newMasterVendorDocumentTypePayload as e3, findMasterVendorDocumentTypes as e4, createMasterVendorDocumentType as e5, updateMasterVendorDocumentType as e6, deleteMasterVendorDocumentType as e7, getMasterVendorDocumentTypeCache as e8, type MasterFleetServiceTask as e9, MasterFleetInsuranceClaimStatusQuerySchema as eA, type MasterFleetInsuranceClaimStatusQueryDTO as eB, toMasterFleetInsuranceClaimStatusPayload as eC, newMasterFleetInsuranceClaimStatusPayload as eD, findMasterFleetInsuranceClaimStatuses as eE, createMasterFleetInsuranceClaimStatus as eF, updateMasterFleetInsuranceClaimStatus as eG, deleteMasterFleetInsuranceClaimStatus as eH, getMasterFleetInsuranceClaimStatusCache as eI, type MasterFleetIncidentSeverity as eJ, MasterFleetIncidentSeveritySchema as eK, type MasterFleetIncidentSeverityDTO as eL, MasterFleetIncidentSeverityQuerySchema as eM, type MasterFleetIncidentSeverityQueryDTO as eN, toMasterFleetIncidentSeverityPayload as eO, newMasterFleetIncidentSeverityPayload as eP, findMasterFleetIncidentSeverities as eQ, createMasterFleetIncidentSeverity as eR, updateMasterFleetIncidentSeverity as eS, deleteMasterFleetIncidentSeverity as eT, getMasterFleetIncidentSeverityCache as eU, type MasterFleetIncidentStatus as eV, MasterFleetIncidentStatusSchema as eW, type MasterFleetIncidentStatusDTO as eX, MasterFleetIncidentStatusQuerySchema as eY, type MasterFleetIncidentStatusQueryDTO as eZ, toMasterFleetIncidentStatusPayload as e_, MasterFleetServiceTaskSchema as ea, type MasterFleetServiceTaskDTO as eb, MasterFleetServiceTaskQuerySchema as ec, type MasterFleetServiceTaskQueryDTO as ed, toMasterFleetServiceTaskPayload as ee, newMasterFleetServiceTaskPayload as ef, findMasterFleetServiceTasks as eg, createMasterFleetServiceTask as eh, updateMasterFleetServiceTask as ei, deleteMasterFleetServiceTask as ej, getMasterFleetServiceTaskCache as ek, type FleetServiceSchedule as el, type FleetServiceScheduleVehicleLink as em, FleetServiceScheduleSchema as en, type FleetServiceScheduleDTO as eo, FleetServiceScheduleQuerySchema as ep, type FleetServiceScheduleQueryDTO as eq, toFleetServiceSchedulePayload as er, newFleetServiceSchedulePayload as es, findFleetServiceSchedule as et, createFleetServiceSchedule as eu, updateFleetServiceSchedule as ev, deleteFleetServiceSchedule as ew, type MasterFleetInsuranceClaimStatus as ex, MasterFleetInsuranceClaimStatusSchema as ey, type MasterFleetInsuranceClaimStatusDTO as ez, type MasterMainIndustryDTO as f, FleetInspectionFormSchema as f$, findMasterFleetIncidentStatuses as f0, createMasterFleetIncidentStatus as f1, updateMasterFleetIncidentStatus as f2, deleteMasterFleetIncidentStatus as f3, getMasterFleetIncidentStatusCache as f4, type MasterFleetIncidentType as f5, MasterFleetIncidentTypeSchema as f6, type MasterFleetIncidentTypeDTO as f7, MasterFleetIncidentTypeQuerySchema as f8, type MasterFleetIncidentTypeQueryDTO as f9, type FleetIncidentManagementDTO as fA, FleetIncidentManagementDashBoardQuerySchema as fB, type FleetIncidentManagementDashBoardQueryDTO as fC, FleetIncidentManagementQuerySchema as fD, type FleetIncidentManagementQueryDTO as fE, FleetIncidentManagementCostSchema as fF, type FleetIncidentManagementCostDTO as fG, FleetIncidentManagementCostQuerySchema as fH, type FleetIncidentManagementCostQueryDTO as fI, toFleetIncidentManagementPayload as fJ, newFleetIncidentManagementPayload as fK, toFleetIncidentManagementCostPayload as fL, newFleetIncidentManagementCostPayload as fM, get_incident_file_presigned_url as fN, create_incident_file as fO, remove_incident_file as fP, createFleetIncidentManagement as fQ, findFleetIncidentManagement as fR, updateFleetIncidentManagement as fS, deleteFleetIncidentManagement as fT, incident_dashboard as fU, createFleetIncidentManagementCost as fV, findFleetIncidentManagementCost as fW, updateFleetIncidentManagementCost as fX, deleteFleetIncidentManagementCost as fY, type FleetInspectionForm as fZ, type FleetInspectionFormSimple as f_, toMasterFleetIncidentTypePayload as fa, newMasterFleetIncidentTypePayload as fb, findMasterFleetIncidentTypes as fc, createMasterFleetIncidentType as fd, updateMasterFleetIncidentType as fe, deleteMasterFleetIncidentType as ff, getMasterFleetIncidentTypeCache as fg, type MasterExpenseName as fh, MasterExpenseNameSchema as fi, type MasterExpenseNameDTO as fj, MasterExpenseNameQuerySchema as fk, type MasterExpenseNameQueryDTO as fl, toMasterExpenseNamePayload as fm, newMasterExpenseNamePayload as fn, findMasterExpenseNames as fo, createMasterExpenseName as fp, updateMasterExpenseName as fq, deleteMasterExpenseName as fr, getMasterExpenseNameCache as fs, type FleetIncidentManagement as ft, type FleetIncidentManagementCost as fu, type FleetIncidentManagementFile as fv, type IncidentDashboard as fw, FleetIncidentManagementFileSchema as fx, type FleetIncidentManagementFileDTO as fy, FleetIncidentManagementSchema as fz, MasterMainIndustryQuerySchema as g, get_issue_file_presigned_url as g$, type FleetInspectionFormDTO as g0, FleetInspectionFormQuerySchema as g1, type FleetInspectionFormQueryDTO as g2, toFleetInspectionFormPayload as g3, newFleetInspectionFormPayload as g4, findFleetInspectionForm as g5, createFleetInspectionForm as g6, updateFleetInspectionForm as g7, deleteFleetInspectionForm as g8, getFleetInspectionFormCacheSimple as g9, remove_service_file$1 as gA, findFleetInspection as gB, createFleetInspection as gC, updateFleetInspection as gD, deleteFleetInspection as gE, find_check_pending as gF, type FleetIssueManagement as gG, type FleetIssueManagementHistory as gH, type FleetIssueManagementComment as gI, type FleetIssueManagementFile as gJ, type IssueDashboard as gK, FleetIssueManagementFileSchema as gL, type FleetIssueManagementFileDTO as gM, FleetIssueManagementSchema as gN, type FleetIssueManagementDTO as gO, FleetIssueManagementQuerySchema as gP, type FleetIssueManagementQueryDTO as gQ, FleetIssueManagementDashBoardQuerySchema as gR, type FleetIssueManagementDashBoardQueryDTO as gS, FleetIssueManagementCommentSchema as gT, type FleetIssueManagementCommentDTO as gU, FleetIssueManagementCommentQuerySchema as gV, type FleetIssueManagementCommentQueryDTO as gW, toFleetIssueManagementPayload as gX, newFleetIssueManagementPayload as gY, toFleetIssueManagementCommentPayload as gZ, newFleetIssueManagementCommentPayload as g_, type FleetInspectionSchedule as ga, type FleetInspectionScheduleVehicleLink as gb, FleetInspectionScheduleSchema as gc, type FleetInspectionScheduleDTO as gd, FleetInspectionScheduleQuerySchema as ge, type FleetInspectionScheduleQueryDTO as gf, toFleetInspectionSchedulePayload as gg, newFleetInspectionSchedulePayload as gh, findFleetInspectionSchedule as gi, createFleetInspectionSchedule as gj, updateFleetInspectionSchedule as gk, deleteFleetInspectionSchedule as gl, type FleetInspection as gm, type FleetInspectionFile as gn, FleetInspectionFileSchema as go, type FleetInspectionFileDTO as gp, FleetInspectionSchema as gq, type FleetInspectionDTO as gr, FleetInspectionQuerySchema as gs, type FleetInspectionQueryDTO as gt, FleetInspectionCheckPendingQuerySchema as gu, type FleetInspectionCheckPendingQueryDTO as gv, toFleetInspectionPayload as gw, newFleetInspectionPayload as gx, get_inspection_file_presigned_url as gy, create_service_file$1 as gz, type MasterMainIndustryQueryDTO as h, createFleetVendorServiceCenter as h$, create_issue_file as h0, remove_issue_file as h1, findFleetIssueManagement as h2, createFleetIssueManagement as h3, updateFleetIssueManagement as h4, deleteFleetIssueManagement as h5, issue_dashboard as h6, findFleetIssueManagementComment as h7, createFleetIssueManagementComment as h8, updateFleetIssueManagementComment as h9, toFleetServiceReminderPayload as hA, newFleetServiceReminderPayload as hB, get_service_file_presigned_url as hC, create_service_file as hD, remove_service_file as hE, findFleetServiceManagement as hF, createFleetServiceManagement as hG, updateFleetServiceManagement as hH, deleteFleetServiceManagement as hI, service_dashboard as hJ, findFleetServiceManagementTask as hK, createFleetServiceManagementTask as hL, updateFleetServiceManagementTask as hM, deleteFleetServiceManagementTask as hN, findFleetServiceReminder as hO, createFleetServiceReminder as hP, updateFleetServiceReminder as hQ, deleteFleetServiceReminder as hR, type FleetVendorServiceCenter as hS, type FleetVendorServiceCenterSimple as hT, FleetVendorServiceCenterSchema as hU, type FleetVendorServiceCenterDTO as hV, FleetVendorServiceCenterQuerySchema as hW, type FleetVendorServiceCenterQueryDTO as hX, toFleetVendorServiceCenterPayload as hY, newFleetVendorServiceCenterPayload as hZ, findFleetVendorServiceCenter as h_, deleteFleetIssueManagementComment as ha, type FleetServiceManagement as hb, type FleetServiceManagementTask as hc, type FleetServiceManagementFile as hd, type FleetServiceReminder as he, type ServiceDashboard as hf, FleetServiceManagementFileSchema as hg, type FleetServiceManagementFileDTO as hh, FleetServiceManagementSchema as hi, type FleetServiceManagementDTO as hj, FleetServiceManagementQuerySchema as hk, type FleetServiceManagementQueryDTO as hl, FleetServiceManagementDashBoardQuerySchema as hm, type FleetServiceManagementDashBoardQueryDTO as hn, FleetServiceManagementTaskSchema as ho, type FleetServiceManagementTaskDTO as hp, FleetServiceManagementTaskQuerySchema as hq, type FleetServiceManagementTaskQueryDTO as hr, FleetServiceReminderSchema as hs, type FleetServiceReminderDTO as ht, FleetServiceReminderQuerySchema as hu, type FleetServiceReminderQueryDTO as hv, toFleetServiceManagementPayload as hw, newFleetServiceManagementPayload as hx, toFleetServiceManagementTaskPayload as hy, newFleetServiceManagementTaskPayload as hz, findMasterMainIndustrys as i, type FleetVendorContactPersonsLogoDTO as i$, updateFleetVendorServiceCenter as i0, deleteFleetVendorServiceCenter as i1, getFleetVendorServiceCenterCacheSimple as i2, type MasterFuelCompany as i3, MasterFuelCompanySchema as i4, type MasterFuelCompanyDTO as i5, MasterFuelCompanyQuerySchema as i6, type MasterFuelCompanyQueryDTO as i7, FuelCompanyLogoSchema as i8, type FuelCompanyLogoDTO as i9, type VendorDashboard as iA, type FleetVendorSimple as iB, type FleetVendorTypeLink as iC, type FleetVendorTagLink as iD, type FleetVendorAddress as iE, type FleetVendorBankAccount as iF, type FleetVendorContactPersons as iG, type FleetVendorReview as iH, type FleetVendorDocument as iI, type FleetVendorDocumentFile as iJ, FleetVendorLogoSchema as iK, type FleetVendorLogoDTO as iL, FleetVendorSchema as iM, type FleetVendorDTO as iN, FleetVendorQuerySchema as iO, type FleetVendorQueryDTO as iP, FleetVendorDashBoardQuerySchema as iQ, type FleetVendorDashBoardQueryDTO as iR, FleetVendorAddressSchema as iS, type FleetVendorAddressDTO as iT, FleetVendorAddressQuerySchema as iU, type FleetVendorAddressQueryDTO as iV, FleetVendorBankAccountSchema as iW, type FleetVendorBankAccountDTO as iX, FleetVendorBankAccountQuerySchema as iY, type FleetVendorBankAccountQueryDTO as iZ, FleetVendorContactPersonsLogoSchema as i_, toMasterFuelCompanyPayload as ia, newMasterFuelCompanyPayload as ib, get_master_fuel_company_presigned_url as ic, update_master_fuel_company_logo as id, delete_master_fuel_company_logo as ie, findMasterFuelCompanys as ig, createMasterFuelCompany as ih, updateMasterFuelCompany as ii, deleteMasterFuelCompany as ij, getMasterFuelCompanyCache as ik, type FleetVendorFuelStation as il, type FleetVendorFuelStationSimple as im, FleetVendorFuelStationSchema as io, type FleetVendorFuelStationDTO as ip, FleetVendorFuelStationQuerySchema as iq, type FleetVendorFuelStationQueryDTO as ir, toFleetVendorFuelStationPayload as is, newFleetVendorFuelStationPayload as it, findFleetVendorFuelStation as iu, createFleetVendorFuelStation as iv, updateFleetVendorFuelStation as iw, deleteFleetVendorFuelStation as ix, getFleetVendorFuelStationCacheSimple as iy, type FleetVendor as iz, createMasterMainIndustry as j, FleetFuelRefillFileSchema as j$, FleetVendorContactPersonsSchema as j0, type FleetVendorContactPersonsDTO as j1, FleetVendorContactPersonsQuerySchema as j2, type FleetVendorContactPersonsQueryDTO as j3, FleetVendorReviewSchema as j4, type FleetVendorReviewDTO as j5, FleetVendorReviewQuerySchema as j6, type FleetVendorReviewQueryDTO as j7, FleetVendorDocumentFileSchema as j8, type FleetVendorDocumentFileDTO as j9, createFleetVendor as jA, updateFleetVendor as jB, deleteFleetVendor as jC, vendor_dashboard as jD, createFleetVendorAddress as jE, findFleetVendorAddress as jF, updateFleetVendorAddress as jG, deleteFleetVendorAddress as jH, createFleetVendorBankAccount as jI, findFleetVendorBankAccount as jJ, updateFleetVendorBankAccount as jK, deleteFleetVendorBankAccount as jL, createFleetVendorContactPersons as jM, findFleetVendorContactPersons as jN, updateFleetVendorContactPersons as jO, deleteFleetVendorContactPersons as jP, createFleetVendorReview as jQ, findFleetVendorReview as jR, updateFleetVendorReview as jS, deleteFleetVendorReview as jT, createFleetVendorDocument as jU, findFleetVendorDocument as jV, updateFleetVendorDocument as jW, deleteFleetVendorDocument as jX, getFleetVendorCacheSimple as jY, type FleetFuelRefill as jZ, type FleetFuelRefillFile as j_, FleetVendorDocumentSchema as ja, type FleetVendorDocumentDTO as jb, FleetVendorDocumentQuerySchema as jc, type FleetVendorDocumentQueryDTO as jd, toFleetVendorPayload as je, newFleetVendorPayload as jf, toFleetVendorAddressPayload as jg, newFleetVendorAddressPayload as jh, toFleetVendorBankAccountPayload as ji, newFleetVendorBankAccountPayload as jj, toFleetVendorContactPersonsPayload as jk, newFleetVendorContactPersonsPayload as jl, toFleetVendorReviewPayload as jm, newFleetVendorReviewPayload as jn, toFleetVendorDocumentPayload as jo, newFleetVendorDocumentPayload as jp, get_vendor_logo_presigned_url as jq, get_vendor_contact_person_logo_presigned_url as jr, get_vendor_document_file_presigned_url as js, update_vendor_logo as jt, delete_vendor_logo as ju, update_vendor_contact_person_logo as jv, delete_vendor_contact_person_logo as jw, create_vendor_document_file as jx, remove_vendor_document_file as jy, findFleetVendor as jz, deleteMasterMainIndustry as k, newUserPayload as k$, type FleetFuelRefillFileDTO as k0, FleetFuelRefillSchema as k1, type FleetFuelRefillDTO as k2, FleetFuelRefillQuerySchema as k3, type FleetFuelRefillQueryDTO as k4, toFleetFuelRefillPayload as k5, newFleetFuelRefillPayload as k6, get_fuel_refill_file_presigned_url as k7, create_fuel_refill_file as k8, remove_fuel_refill_file as k9, toFleetFuelRemovalPayload as kA, newFleetFuelRemovalPayload as kB, get_fuel_removal_file_presigned_url as kC, create_fuel_removal_file as kD, remove_fuel_removal_file as kE, findFleetFuelRemoval as kF, createFleetFuelRemoval as kG, updateFleetFuelRemoval as kH, deleteFleetFuelRemoval as kI, type UserVehicleLink as kJ, type UserLoginPush as kK, UserSchema as kL, type UserDTO as kM, UserQuerySchema as kN, type UserQueryDTO as kO, UserLogoSchema as kP, type UserLogoDTO as kQ, UserProfileSchema as kR, type UserProfileDTO as kS, UserDefaultLanguageSchema as kT, type UserDefaultLanguageDTO as kU, UserDefaultTimeZoneSchema as kV, type UserDefaultTimeZoneDTO as kW, UserDefaultDateFormatSchema as kX, type UserDefaultDateFormatDTO as kY, toUserPayload as kZ, toUserProfilePayload as k_, findFleetFuelRefill as ka, createFleetFuelRefill as kb, updateFleetFuelRefill as kc, deleteFleetFuelRefill as kd, type MasterVehicleFuelRemovalReason as ke, MasterVehicleFuelRemovalReasonSchema as kf, type MasterVehicleFuelRemovalReasonDTO as kg, MasterVehicleFuelRemovalReasonQuerySchema as kh, type MasterVehicleFuelRemovalReasonQueryDTO as ki, toMasterVehicleFuelRemovalReasonPayload as kj, newMasterVehicleFuelRemovalReasonPayload as kk, findMasterVehicleFuelRemovalReasons as kl, createMasterVehicleFuelRemovalReason as km, updateMasterVehicleFuelRemovalReason as kn, deleteMasterVehicleFuelRemovalReason as ko, getMasterVehicleFuelRemovalReasonCache as kp, getMasterVehicleFuelRemovalReasonCacheCount as kq, getMasterVehicleFuelRemovalReasonCacheChild as kr, type FleetFuelRemoval as ks, type FleetFuelRemovalFile as kt, FleetFuelRemovalFileSchema as ku, type FleetFuelRemovalFileDTO as kv, FleetFuelRemovalSchema as kw, type FleetFuelRemovalDTO as kx, FleetFuelRemovalQuerySchema as ky, type FleetFuelRemovalQueryDTO as kz, getMasterMainIndustryCache as l, getMasterDriverCache as l$, get_user_image_presigned_url as l0, update_user_image as l1, delete_user_image as l2, findUser as l3, createUser as l4, updateUser as l5, deleteUser as l6, updateUserProfile as l7, getUserCache as l8, getUserCacheSimple as l9, type DriverLoginPush as lA, MasterDriverFileSchema as lB, type MasterDriverFileDTO as lC, MasterDriverSchema as lD, type MasterDriverDTO as lE, MasterDriverQuerySchema as lF, type MasterDriverQueryDTO as lG, MasterDriverLogoSchema as lH, type MasterDriverLogoDTO as lI, MasterDriverProfileSchema as lJ, type MasterDriverProfileDTO as lK, toDriverPayload as lL, toDriverProfilePayload as lM, newDriverPayload as lN, get_master_driver_logo_presigned_url as lO, get_master_driver_file_presigned_url as lP, update_master_driver_logo as lQ, delete_master_driver_logo as lR, create_master_driver_file as lS, remove_master_driver_file as lT, findMasterDriver as lU, createMasterDriver as lV, updateMasterDriver as lW, deleteMasterDriver as lX, updateMasterDriverLogo as lY, deleteMasterDriverLogo as lZ, updateMasterDriverProfile as l_, updateUserDefaultLanguage as la, updateUserDefaultTimezone as lb, updateUserDefaultDateformat as lc, type FleetFuelDailySummary as ld, FleetFuelDailySummarySchema as le, type FleetFuelDailySummaryDTO as lf, FleetFuelDailySummaryQuerySchema as lg, type FleetFuelDailySummaryQueryDTO as lh, FleetFuelDailySummaryDashBoardQuerySchema as li, type FleetFuelDailySummaryDashBoardQueryDTO as lj, FleetFuelDailyMonthlySummaryQuerySchema as lk, type FleetFuelDailyMonthlySummaryQueryDTO as ll, AllVehiclesFuelDailySummaryQuerySchema as lm, type AllVehiclesFuelDailySummaryDTO as ln, type FuelDashboard as lo, toFleetFuelDailySummaryPayload as lp, newFleetFuelDailySummaryPayload as lq, findFleetFuelDailySummary as lr, createFleetFuelDailySummary as ls, updateFleetFuelDailySummary as lt, deleteFleetFuelDailySummary as lu, fuel_dashboard as lv, findFleetFuelMonthlySummary as lw, findVehicleFuelSummary as lx, type MasterDriverFile as ly, type AssignRemoveDriverHistory as lz, type MasterMainCurrency as m, MasterVehicleStatusTypeSchema as m$, getMasterDriverCacheSimple as m0, type OrganisationGroup as m1, type VehicleOrganisationGroupLink as m2, OrganisationGroupSchema as m3, type OrganisationGroupDTO as m4, OrganisationGroupQuerySchema as m5, type OrganisationGroupQueryDTO as m6, toOrganisationGroupPayload as m7, newOrganisationGroupPayload as m8, findOrganisationGroups as m9, type MasterVehicleModelQueryDTO as mA, FindCacheSchema$4 as mB, type FindCacheDTO$4 as mC, toMasterVehicleModelPayload as mD, newMasterVehicleModelPayload as mE, findMasterVehicleModels as mF, createMasterVehicleModel as mG, updateMasterVehicleModel as mH, deleteMasterVehicleModel as mI, getMasterVehicleModelCache as mJ, getMasterVehicleModelCacheCount as mK, getMasterVehicleModelCacheChild as mL, type MasterVehicleMake as mM, MasterVehicleMakeSchema as mN, type MasterVehicleMakeDTO as mO, MasterVehicleMakeQuerySchema as mP, type MasterVehicleMakeQueryDTO as mQ, toMasterVehicleMakePayload as mR, newMasterVehicleMakePayload as mS, findMasterVehicleMakes as mT, createMasterVehicleMake as mU, updateMasterVehicleMake as mV, deleteMasterVehicleMake as mW, getMasterVehicleMakeCache as mX, getMasterVehicleMakeCacheCount as mY, getMasterVehicleMakeCacheChild as mZ, type MasterVehicleStatusType as m_, createOrganisationGroup as ma, updateOrganisationGroup as mb, deleteOrganisationGroup as mc, getOrganisationGroupCache as md, getOrganisationGroupCacheCount as me, getOrganisationGroupCacheChild as mf, type MasterVehicleSubModel as mg, MasterVehicleSubModelSchema as mh, type MasterVehicleSubModelDTO as mi, MasterVehicleSubModelQuerySchema as mj, type MasterVehicleSubModelQueryDTO as mk, FindCacheSchema$5 as ml, type FindCacheDTO$5 as mm, toMasterVehicleSubModelPayload as mn, newMasterVehicleSubModelPayload as mo, findMasterVehicleSubModels as mp, createMasterVehicleSubModel as mq, updateMasterVehicleSubModel as mr, deleteMasterVehicleSubModel as ms, getMasterVehicleSubModelCache as mt, getMasterVehicleSubModelCacheCount as mu, getMasterVehicleSubModelCacheChild as mv, type MasterVehicleModel as mw, MasterVehicleModelSchema as mx, type MasterVehicleModelDTO as my, MasterVehicleModelQuerySchema as mz, newMasterMainIndustryPayload as n, updateMasterVehicleDocumentType as n$, type MasterVehicleStatusTypeDTO as n0, MasterVehicleStatusTypeQuerySchema as n1, type MasterVehicleStatusTypeQueryDTO as n2, toMasterVehicleStatusTypePayload as n3, newMasterVehicleStatusTypePayload as n4, findMasterVehicleStatusTypes as n5, createMasterVehicleStatusType as n6, updateMasterVehicleStatusType as n7, deleteMasterVehicleStatusType as n8, getMasterVehicleStatusTypeCache as n9, deleteMasterVehicleType as nA, getMasterVehicleTypeCache as nB, getMasterVehicleTypeCacheCount as nC, getMasterVehicleTypeCacheChild as nD, type MasterVehicleAssociatedTo as nE, MasterVehicleAssociatedToSchema as nF, type MasterVehicleAssociatedToDTO as nG, MasterVehicleAssociatedToQuerySchema as nH, type MasterVehicleAssociatedToQueryDTO as nI, toMasterVehicleAssociatedToPayload as nJ, newMasterVehicleAssociatedToPayload as nK, findMasterVehicleAssociatedTos as nL, createMasterVehicleAssociatedTo as nM, updateMasterVehicleAssociatedTo as nN, deleteMasterVehicleAssociatedTo as nO, getMasterVehicleAssociatedToCache as nP, getMasterVehicleAssociatedToCacheCount as nQ, getMasterVehicleAssociatedToCacheChild as nR, type MasterVehicleDocumentType as nS, MasterVehicleDocumentTypeSchema as nT, type MasterVehicleDocumentTypeDTO as nU, MasterVehicleDocumentTypeQuerySchema as nV, type MasterVehicleDocumentTypeQueryDTO as nW, toMasterVehicleDocumentTypePayload as nX, newMasterVehicleDocumentTypePayload as nY, findMasterVehicleDocumentTypes as nZ, createMasterVehicleDocumentType as n_, getMasterVehicleStatusTypeCacheCount as na, getMasterVehicleStatusTypeCacheChild as nb, type MasterVehicleOwnershipType as nc, MasterVehicleOwnershipTypeSchema as nd, type MasterVehicleOwnershipTypeDTO as ne, MasterVehicleOwnershipTypeQuerySchema as nf, type MasterVehicleOwnershipTypeQueryDTO as ng, toMasterVehicleOwnershipTypePayload as nh, newMasterVehicleOwnershipTypePayload as ni, findMasterVehicleOwnershipTypes as nj, createMasterVehicleOwnershipType as nk, updateMasterVehicleOwnershipType as nl, deleteMasterVehicleOwnershipType as nm, getMasterVehicleOwnershipTypeCache as nn, getMasterVehicleOwnershipTypeCacheCount as no, getMasterVehicleOwnershipTypeCacheChild as np, type MasterVehicleType as nq, MasterVehicleTypeSchema as nr, type MasterVehicleTypeDTO as ns, MasterVehicleTypeQuerySchema as nt, type MasterVehicleTypeQueryDTO as nu, toMasterVehicleTypePayload as nv, newMasterVehicleTypePayload as nw, findMasterVehicleTypes as nx, createMasterVehicleType as ny, updateMasterVehicleType as nz, MasterMainCurrencySchema as o, type MasterSectionQueryDTO as o$, deleteMasterVehicleDocumentType as o0, getMasterVehicleDocumentTypeCache as o1, type OrganisationReportPreference as o2, type OrganisationReportPreferenceVehicleLink as o3, type OrganisationReportAutomationMail as o4, type OrganisationReportAutomationMailVehicleLink as o5, OrganisationReportAutomationMailQuerySchema as o6, type OrganisationReportAutomationMailQueryDTO as o7, OrganisationReportPreferenceSchema as o8, type OrganisationReportPreferenceDTO as o9, MasterClassQuerySchema as oA, type MasterClassQueryDTO as oB, toMasterClassPayload as oC, newMasterClassPayload as oD, findMasterClass as oE, createMasterClass as oF, updateMasterClass as oG, deleteMasterClass as oH, getMasterClassCache as oI, getMasterClassCacheCount as oJ, type MasterProgram as oK, MasterProgramSchema as oL, type MasterProgramDTO as oM, MasterProgramQuerySchema as oN, type MasterProgramQueryDTO as oO, toMasterProgramPayload as oP, newMasterProgramPayload as oQ, findMasterProgram as oR, createMasterProgram as oS, updateMasterProgram as oT, deleteMasterProgram as oU, getMasterProgramCache as oV, getMasterProgramCacheCount as oW, type MasterSection as oX, MasterSectionSchema as oY, type MasterSectionDTO as oZ, MasterSectionQuerySchema as o_, OrganisationReportPreferenceQuerySchema as oa, type OrganisationReportPreferenceQueryDTO as ob, toOrganisationReportPreferencePayload as oc, newOrganisationReportPreferencePayload as od, findOrganisationReportPreference as oe, createOrganisationReportPreference as of, updateOrganisationReportPreference as og, deleteOrganisationReportPreference as oh, findOrganisationReportAutomationMail as oi, type BusStopPolygonData as oj, type BusStop as ok, BusStopPolygonDataSchema as ol, type BusStopPolygonDataDTO as om, BusStopSchema as on, type BusStopDTO as oo, BusStopQuerySchema as op, type BusStopQueryDTO as oq, toBusStopPayload as or, newBusStopPayload as os, findBusStop as ot, createBusStop as ou, updateBusStop as ov, deleteBusStop as ow, type MasterClass as ox, MasterClassSchema as oy, type MasterClassDTO as oz, type MasterMainCurrencyDTO as p, type StudentStopChangeRequest as p$, toMasterSectionPayload as p0, newMasterSectionPayload as p1, findMasterSection as p2, createMasterSection as p3, updateMasterSection as p4, deleteMasterSection as p5, getMasterSectionCache as p6, getMasterSectionCacheCount as p7, type MasterSemester as p8, MasterSemesterSchema as p9, type MasterYearDTO as pA, MasterYearQuerySchema as pB, type MasterYearQueryDTO as pC, toMasterYearPayload as pD, newMasterYearPayload as pE, findMasterYear as pF, createMasterYear as pG, updateMasterYear as pH, deleteMasterYear as pI, getMasterYearCache as pJ, getMasterYearCacheCount as pK, type MasterRelationship as pL, MasterRelationshipSchema as pM, type MasterRelationshipDTO as pN, MasterRelationshipQuerySchema as pO, type MasterRelationshipQueryDTO as pP, toMasterRelationshipPayload as pQ, newMasterRelationshipPayload as pR, findMasterRelationship as pS, createMasterRelationship as pT, updateMasterRelationship as pU, deleteMasterRelationship as pV, getMasterRelationshipCache as pW, getMasterRelationshipCacheCount as pX, type Student as pY, type StudentAddress as pZ, type StudentLeaveRequest as p_, type MasterSemesterDTO as pa, MasterSemesterQuerySchema as pb, type MasterSemesterQueryDTO as pc, toMasterSemesterPayload as pd, newMasterSemesterPayload as pe, findMasterSemester as pf, createMasterSemester as pg, updateMasterSemester as ph, deleteMasterSemester as pi, getMasterSemesterCache as pj, getMasterSemesterCacheCount as pk, type MasterStream as pl, MasterStreamSchema as pm, type MasterStreamDTO as pn, MasterStreamQuerySchema as po, type MasterStreamQueryDTO as pp, toMasterStreamPayload as pq, newMasterStreamPayload as pr, findMasterStream as ps, createMasterStream as pt, updateMasterStream as pu, deleteMasterStream as pv, getMasterStreamCache as pw, getMasterStreamCacheCount as px, type MasterYear as py, MasterYearSchema as pz, MasterMainCurrencyQuerySchema as q, updateStudentGuardianLink as q$, type StudentGuardianLink as q0, StudentSchema as q1, type StudentDTO as q2, StudentProfilePictureSchema as q3, type StudentProfilePictureDTO as q4, StudentQuerySchema as q5, type StudentQueryDTO as q6, StudentNoRouteQuerySchema as q7, type StudentNoRouteQueryDTO as q8, StudentAddressSchema as q9, type StudentStopChangeRequestApprovalDTO as qA, StudentStopChangeRequestQuerySchema as qB, type StudentStopChangeRequestQueryDTO as qC, toStudentPayload as qD, newStudentPayload as qE, toStudentAddressPayload as qF, newStudentAddressPayload as qG, toStudentLeaveRequestPayload as qH, newStudentLeaveRequestPayload as qI, toStudentStopChangeRequestPayload as qJ, newStudentStopChangeRequestPayload as qK, toStudentGuardianLinkPayload as qL, newStudentGuardianLinkPayload as qM, findStudent as qN, createStudent as qO, updateStudent as qP, deleteStudent as qQ, findStudentsWithNoRoutePickup as qR, findStudentsWithNoRouteDrop as qS, updateProfilePicture as qT, createStudentAddress as qU, findStudentAddress as qV, updateStudentAddress as qW, updateAddressBusStopAssign as qX, deleteStudentAddress as qY, findStudentGuardianLink as qZ, createStudentGuardianLink as q_, type StudentAddressDTO as qa, StudentAddressBusStopAssignSchema as qb, type StudentAddressBusStopAssignDTO as qc, StudentAddressQuerySchema as qd, type StudentAddressQueryDTO as qe, StudentGuardianLinkSchema as qf, type StudentGuardianLinkDTO as qg, GuardianProfilePictureSchema as qh, type GuardianProfilePictureDTO as qi, GuardianDetailsSchema as qj, type GuardianDetailsDTO as qk, GuardianMobileNumberSchema as ql, type GuardianMobileNumberDTO as qm, StudentGuardianLinkQuerySchema as qn, type StudentGuardianLinkQueryDTO as qo, StudentGuardianAutofillQuerySchema as qp, type StudentGuardianAutofillQueryDTO as qq, StudentLeaveRequestSchema as qr, type StudentLeaveRequestDTO as qs, StudentLeaveRequestApprovalSchema as qt, type StudentLeaveRequestApprovalDTO as qu, StudentLeaveRequestQuerySchema as qv, type StudentLeaveRequestQueryDTO as qw, StudentStopChangeRequestSchema as qx, type StudentStopChangeRequestDTO as qy, StudentStopChangeRequestApprovalSchema as qz, type MasterMainCurrencyQueryDTO as r, deleteMasterRoute as r$, updateGuardianProfilePicture as r0, updateGuardianDetails as r1, updateGuardianMobileNumber as r2, deleteStudentGuardian as r3, findStudentGuardianAutofillDetails as r4, createStudentLeaveRequest as r5, findStudentLeaveRequest as r6, updateStudentLeaveRequest as r7, approveLeaveRequest as r8, deleteStudentLeaveRequest as r9, type MasterRouteStopReorderDTO as rA, MasterRouteStopDeleteAllSchema as rB, type MasterRouteStopDeleteDTO as rC, MasterRouteStopDeleteSchema as rD, type MasterRouteStopDeleteReOrderDTO as rE, StudentNoStopQuerySchema as rF, type StudentNoStopQueryDTO as rG, StudentNoScheduleQuerySchema as rH, type StudentNoScheduleQueryDTO as rI, MasterRouteStudentAssignRemoveSchema as rJ, type MasterRouteStudentAssignRemoveDTO as rK, MasterRouteStudentStopAssignRemoveSchema as rL, type MasterRouteStudentStopAssignRemoveDTO as rM, MasterRouteStudentScheduleAssignRemoveSchema as rN, type MasterRouteStudentScheduleAssignRemoveDTO as rO, toMasterRoutePayload as rP, newMasterRoutePayload as rQ, toMasterFixedSchedulePayload as rR, newMasterFixedSchedulePayload as rS, toMasterRouteStopPayload as rT, newMasterRouteStopPayload as rU, toMasterRouteStopReorderPayload as rV, toMasterRouteStudentAssignPayload as rW, newMasterRouteStudentAssignPayload as rX, findMasterRoute as rY, createMasterRoute as rZ, updateMasterRoute as r_, findStudentStopChangeRequest as ra, createStudentStopChangeRequest as rb, updateStudentStopChangeRequest as rc, approveStopChangeRequest as rd, deleteStudentStopChangeRequest as re, type MasterRoute as rf, type MasterRouteStop as rg, type MasterFixedSchedule as rh, type MasterRouteStudent as ri, MasterRouteSchema as rj, type MasterRouteDTO as rk, MasterRouteQuerySchema as rl, type MasterRouteQueryDTO as rm, MasterFixedScheduleSchema as rn, type MasterFixedScheduleDTO as ro, MasterFixedScheduleQuerySchema as rp, type MasterFixedScheduleQueryDTO as rq, MasterRouteStopSchema as rr, type MasterRouteStopDTO as rs, MasterRouteStopUpdateSchema as rt, type MasterRouteStopUpdateDTO as ru, MasterRouteStopCreateSchema as rv, type MasterRouteStopCreateDTO as rw, MasterRouteStopIds as rx, type MasterRouteStopIdsDTO as ry, MasterRouteStopReorderSchema as rz, toMasterMainCurrencyPayload as s, type MasterVehicleDropdown as s$, findMasterFixedSchedule as s0, createMasterFixedSchedule as s1, updateMasterFixedSchedule as s2, deleteMasterFixedSchedule as s3, createStopsFirstTimeRoute as s4, appendRouteStop as s5, updateRouteStop as s6, reorderRouteStops as s7, deleteRouteStopsAll as s8, deleteRouteStopReorder as s9, GPSLiveTrackShareLinkQuerySchema as sA, type GPSLiveTrackShareLinkQueryDTO as sB, toGPSLiveTrackShareLinkPayload as sC, newGPSLiveTrackShareLinkPayload as sD, findGPSLiveTrackShareLink as sE, createGPSLiveTrackShareLink as sF, extendGPSLiveTrackLinkTime as sG, updateGPSLiveTrackLinkStatus as sH, deleteGPSLiveTrackShareLink as sI, createGPSLiveTrackShareLinkNotification as sJ, type GPSTrackHistoryShareLink as sK, type GPSTrackHistoryShareLinkNotification as sL, GPSTrackHistoryShareLinkNotificationSchema as sM, type GPSTrackHistoryShareLinkNotificationDTO as sN, GPSTrackHistoryShareLinkSchema as sO, type GPSTrackHistoryShareLinkDTO as sP, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as sQ, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as sR, GPSTrackHistoryShareLinkQuerySchema as sS, type GPSTrackHistoryShareLinkQueryDTO as sT, toGPSTrackHistoryShareLinkPayload as sU, newGPSTrackHistoryShareLinkPayload as sV, findGPSTrackHistoryShareLink as sW, createGPSTrackHistoryShareLink as sX, updateTrackHistoryLinkStatus as sY, deleteGPSTrackHistoryShareLink as sZ, createGPSTrackHistoryShareLinkNotification as s_, findStudentsWithNoStopPickup as sa, findStudentsWithNoStopDrop as sb, findStudentsWithNoSchedulePickup as sc, findStudentsWithNoScheduleDrop as sd, assignRouteStudentsPickup as se, assignRouteStudentsDrop as sf, removeRouteStudentsPickup as sg, removeRouteStudentsDrop as sh, assignMasterRouteStudentStopToStudentsPickup as si, assignMasterRouteStudentStopToStudentsDrop as sj, removeMasterRouteStudentStopToStudentsPickup as sk, removeMasterRouteStudentStopToStudentsDrop as sl, assignMasterRouteStudentScheduleToStudentsPickup as sm, assignMasterRouteStudentScheduleToStudentDrop as sn, removeMasterRouteStudentScheduleToStudentPickup as so, removeMasterRouteStudentScheduleToStudentDrop as sp, type GPSLiveTrackShareLink as sq, type GPSLiveTrackShareLinkNotification as sr, GPSLiveTrackShareLinkNotificationSchema as ss, type GPSLiveTrackShareLinkNotificationDTO as st, GPSLiveTrackShareLinkSchema as su, type GPSLiveTrackShareLinkDTO as sv, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as sw, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as sx, GPSLiveTrackShareLinkUpdateLinkStatusSchema as sy, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as sz, toMasterMainIndustryPayload as t, get_vehicle_file_presigned_url as t$, type MasterVehicleFile as t0, type VehicleDetailGPS as t1, type VehicleDetailTrip as t2, type VehicleDetailBody as t3, type VehicleDetailLifeCycle as t4, type VehicleDetailPurchase as t5, type VehicleDocument as t6, type VehicleDocumentFile as t7, type VehicleDocumentExpiry as t8, type VehicleOdometerHistory as t9, VehicleDocumentFileSchema as tA, type VehicleDocumentFileDTO as tB, VehicleDocumentSchema as tC, type VehicleDocumentDTO as tD, VehicleDocumentQuerySchema as tE, type VehicleDocumentQueryDTO as tF, VehicleDocumentExpirySchema as tG, type VehicleDocumentExpiryDTO as tH, VehicleDocumentExpiryQuerySchema as tI, type VehicleDocumentExpiryQueryDTO as tJ, VehicleQuerySchema as tK, type VehicleQueryDTO as tL, SimpleFindQuerySchema as tM, type SimpleFindQueryDTO as tN, VehicleGPSQuerySchema as tO, type VehicleGPSQueryDTO as tP, toVehiclePayload as tQ, newVehiclePayload as tR, toVehicleDetailsGPSPayload as tS, toVehicleDetailsTripPayload as tT, toVehicleDetailsBodyPayload as tU, toVehicleDetailLifeCyclePayload as tV, toVehicleDetailPurchasePayload as tW, toVehicleDocumentPayload as tX, newVehicleDocumentPayload as tY, toVehicleDocumentExpiryPayload as tZ, newVehicleDocumentExpiryPayload as t_, MasterVehicleFileSchema as ta, type MasterVehicleFileDTO as tb, CalibrationFileSchema as tc, type CalibrationFileDTO as td, VehicleSchema as te, type VehicleDTO as tf, VehicleBulkSchema as tg, type VehicleBulkDTO as th, MasterDeviceFileSchema as ti, type MasterDeviceFileDTO as tj, VehicleDeviceLinkSchema as tk, type VehicleDeviceLinkDTO as tl, VehicleDeviceUnlinkSchema as tm, type VehicleDeviceUnlinkDTO as tn, VehicleDriverLinkSchema as to, type VehicleDriverLinkDTO as tp, VehicleDetailGPSSensorSchema as tq, type VehicleDetailGPSSensorDTO as tr, VehicleDetailTripSchema as ts, type VehicleDetailTripDTO as tt, VehicleDetailBodySchema as tu, type VehicleDetailBodyDTO as tv, VehicleDetailLifeCycleSchema as tw, type VehicleDetailLifeCycleDto as tx, VehicleDetailPurchaseSchema as ty, type VehicleDetailPurchaseDTO as tz, updateMasterMainIndustry as u, type MasterDeviceModelQueryDTO as u$, get_device_file_presigned_url as u0, get_vehicle_document_file_presigned_url as u1, get_calibration_file_presigned_url as u2, create_file_vehicle as u3, remove_file_vehicle as u4, create_file_device as u5, remove_file_device as u6, create_file_vehicle_document as u7, remove_file_vehicle_document as u8, update_calibration_file as u9, updateVehicleDocumentExpiry as uA, removeVehicleDocumentExpiry as uB, getVehicleCache as uC, getVehicleSimpleCache as uD, getVehicleParentCache as uE, getVehicleSimpleDropdownCustom as uF, getVehicleSimpleDropdownCacheLiveData as uG, type MasterDeviceType as uH, MasterDeviceTypeSchema as uI, type MasterDeviceTypeDTO as uJ, MasterDeviceTypeQuerySchema as uK, type MasterDeviceTypeQueryDTO as uL, FindCacheSchema$3 as uM, type FindCacheDTO$3 as uN, toMasterDeviceTypePayload as uO, newMasterDeviceTypePayload as uP, findMasterDeviceTypes as uQ, createMasterDeviceType as uR, updateMasterDeviceType as uS, deleteMasterDeviceType as uT, getMasterDeviceTypeCache as uU, getMasterDeviceTypeCacheCount as uV, getMasterDeviceTypeCacheChild as uW, type MasterDeviceModel as uX, MasterDeviceModelSchema as uY, type MasterDeviceModelDTO as uZ, MasterDeviceModelQuerySchema as u_, delete_calibration_file as ua, findVehicles as ub, findVehiclesLiveDashboard as uc, findVehicleGPSDetails as ud, createVehicle as ue, updateVehicle as uf, deleteVehicle as ug, updateDetailsGpsSensor as uh, updateDetailsTrip as ui, updateVehicleBodyDetails as uj, updateVehicleLifeCycleDetails as uk, updateVehiclePurchaseDetails as ul, linkDriverToVehicle as um, unlinkDriverFromVehicle as un, getDriverLinkHistoryByVehicle as uo, getDriverLinkHistoryByDriver as up, linkDeviceToVehicle as uq, unlinkDeviceFromVehicle as ur, getDeviceLinkHistoryByVehicle as us, getDeviceLinkHistoryByDevice as ut, createVehicleDocument as uu, findVehicleDocument as uv, updateVehicleDocument as uw, removeVehicleDocument as ux, createVehicleDocumentExpiry as uy, findVehicleDocumentExpiry as uz, newMasterMainCurrencyPayload as v, deleteMasterDevice as v$, FindCacheSchema$2 as v0, type FindCacheDTO$2 as v1, toMasterDeviceModelPayload as v2, newMasterDeviceModelPayload as v3, findMasterDeviceModels as v4, createMasterDeviceModel as v5, updateMasterDeviceModel as v6, deleteMasterDeviceModel as v7, getMasterDeviceModelCache as v8, getMasterDeviceModelCacheCount as v9, getMasterMainSimProviderCache as vA, type MasterSim as vB, type AssignRemoveSimHistory as vC, MasterSimSchema as vD, type MasterSimDTO as vE, MasterSimQuerySchema as vF, type MasterSimQueryDTO as vG, toMasterSimPayload as vH, newMasterSimPayload as vI, findMasterSims as vJ, createMasterSim as vK, updateMasterSim as vL, deleteMasterSim as vM, type MasterDevice as vN, type AssignRemoveDeviceHistory as vO, type MasterDeviceFile as vP, MasterDeviceSchema as vQ, type MasterDeviceDTO as vR, MasterDeviceQuerySchema as vS, type MasterDeviceQueryDTO as vT, DeviceSimLinkSchema as vU, type DeviceSimLinkDTO as vV, toMasterDevicePayload as vW, newMasterDevicePayload as vX, findMasterDevices as vY, createMasterDevice as vZ, updateMasterDevice as v_, getMasterDeviceModelCacheChild as va, type MasterDeviceManufacturer as vb, MasterDeviceManufacturerSchema as vc, type MasterDeviceManufacturerDTO as vd, MasterDeviceManufacturerQuerySchema as ve, type MasterDeviceManufacturerQueryDTO as vf, toMasterDeviceManufacturerPayload as vg, newMasterDeviceManufacturerPayload as vh, findMasterDeviceManufacturers as vi, createMasterDeviceManufacturer as vj, updateMasterDeviceManufacturer as vk, deleteMasterDeviceManufacturer as vl, getMasterDeviceManufacturerCache as vm, getMasterDeviceManufacturerCacheCount as vn, getMasterDeviceManufacturerCacheChild as vo, type MasterMainSimProvider as vp, MasterMainSimProviderSchema as vq, type MasterMainSimProviderDTO as vr, MasterMainSimProviderQuerySchema as vs, type MasterMainSimProviderQueryDTO as vt, toMasterMainSimProviderPayload as vu, newMasterMainSimProviderPayload as vv, findMasterMainSimProviders as vw, createMasterMainSimProvider as vx, updateMasterMainSimProvider as vy, deleteMasterMainSimProvider as vz, findMasterMainCurrencies as w, updateMasterMainUnitVolume as w$, device_sim_link as w0, device_sim_unlink as w1, get_device_sim_link_history_by_sim as w2, get_device_sim_link_history_by_device as w3, type MasterMainTimeZone as w4, MasterMainTimeZoneSchema as w5, type MasterMainTimeZoneDTO as w6, MasterMainTimeZoneQuerySchema as w7, type MasterMainTimeZoneQueryDTO as w8, toMasterMainTimeZonePayload as w9, findMasterMainCountries as wA, createMasterMainCountry as wB, updateMasterMainCountry as wC, deleteMasterMainCountry as wD, getMasterMainCountryCache as wE, getMasterMainCountryCacheChild as wF, type MasterMainUnitMileage as wG, MasterMainUnitMileageSchema as wH, type MasterMainUnitMileageDTO as wI, MasterMainUnitMileageQuerySchema as wJ, type MasterMainUnitMileageQueryDTO as wK, toMasterMainUnitMileagePayload as wL, newMasterMainUnitMileagePayload as wM, findMasterMainUnitMileages as wN, createMasterMainUnitMileage as wO, updateMasterMainUnitMileage as wP, deleteMasterMainUnitMileage as wQ, getMasterMainUnitMileageCache as wR, type MasterMainUnitVolume as wS, MasterMainUnitVolumeSchema as wT, type MasterMainUnitVolumeDTO as wU, MasterMainUnitVolumeQuerySchema as wV, type MasterMainUnitVolumeQueryDTO as wW, toMasterMainUnitVolumePayload as wX, newMasterMainUnitVolumePayload as wY, findMasterMainUnitVolumes as wZ, createMasterMainUnitVolume as w_, newMasterMainTimeZonePayload as wa, findMasterMainTimeZones as wb, createMasterMainTimeZone as wc, updateMasterMainTimeZone as wd, deleteMasterMainTimeZone as we, getMasterMainTimeZoneCacheAll as wf, getMasterMainTimeZoneCache as wg, type MasterMainState as wh, MasterMainStateSchema as wi, type MasterMainStateDTO as wj, MasterMainStateQuerySchema as wk, type MasterMainStateQueryDTO as wl, toMasterMainStatePayload as wm, newMasterMainStatePayload as wn, findMasterMainStates as wo, createMasterMainState as wp, updateMasterMainState as wq, deleteMasterMainState as wr, getMasterMainStateCache as ws, type MasterMainCountry as wt, MasterMainCountrySchema as wu, type MasterMainCountryDTO as wv, MasterMainCountryQuerySchema as ww, type MasterMainCountryQueryDTO as wx, toMasterMainCountryPayload as wy, newMasterMainCountryPayload as wz, createMasterMainCurrency as x, getMasterSparePartCategoryCacheChild as x$, deleteMasterMainUnitVolume as x0, getMasterMainUnitVolumeCache as x1, type OrganisationCalendar as x2, OrganisationCalendarSchema as x3, type OrganisationCalendarDTO as x4, OrganisationCalendarQuerySchema as x5, type OrganisationCalendarQueryDTO as x6, toOrganisationCalendarPayload as x7, newOrganisationCalendarPayload as x8, findOrganisationCalendar as x9, type MasterSparePartSubCategory as xA, MasterSparePartSubCategorySchema as xB, type MasterSparePartSubCategoryDTO as xC, SparePartSubCategoryQuerySchema as xD, type SparePartSubCategoryQueryDTO as xE, FindCacheSchema$1 as xF, type FindCacheDTO$1 as xG, toMasterSparePartSubCategoryPayload as xH, newMasterSparePartSubCategoryPayload as xI, findMasterSparePartSubCategories as xJ, createMasterSparePartSubCategory as xK, updateMasterSparePartSubCategory as xL, deleteMasterSparePartSubCategory as xM, getMasterSparePartSubCategoryCache as xN, getMasterSparePartSubCategoryCacheCount as xO, type MasterSparePartCategory as xP, MasterSparePartCategorySchema as xQ, type MasterSparePartCategoryDTO as xR, SparePartCategoryQuerySchema as xS, type SparePartCategoryQueryDTO as xT, toMasterSparePartCategoryPayload as xU, newMasterSparePartCategoryPayload as xV, findMasterSparePartCategories as xW, createMasterSparePartCategory as xX, updateMasterSparePartCategory as xY, deleteMasterSparePartCategory as xZ, getMasterSparePartCategoryCache as x_, createOrganisationCalendar as xa, updateOrganisationCalendar as xb, deleteOrganisationCalendar as xc, type OrganisationNoticeBoard as xd, OrganisationNoticeBoardSchema as xe, type OrganisationNoticeBoardDTO as xf, OrganisationNoticeBoardQuerySchema as xg, type OrganisationNoticeBoardQueryDTO as xh, toOrganisationNoticeBoardPayload as xi, newOrganisationNoticeBoardPayload as xj, findOrganisationNoticeBoard as xk, createOrganisationNoticeBoard as xl, updateOrganisationNoticeBoard as xm, deleteOrganisationNoticeBoard as xn, type MasterExpenseType as xo, MasterExpenseTypeSchema as xp, type MasterExpenseTypeDTO as xq, MasterExpenseTypeQuerySchema as xr, type MasterExpenseTypeQueryDTO as xs, toMasterExpenseTypePayload as xt, newMasterExpenseTypePayload as xu, findMasterExpenseTypes as xv, createMasterExpenseType as xw, updateMasterExpenseType as xx, deleteMasterExpenseType as xy, getMasterExpenseTypeCache as xz, updateMasterMainCurrency as y, updateMasterTyreMake as y$, getMasterSparePartCategoryCacheCount as y0, type MasterSparePartUnit as y1, MasterSparePartUnitSchema as y2, type MasterSparePartUnitDTO as y3, SparePartUnitQuerySchema as y4, type SparePartUnitQueryDTO as y5, toMasterSparePartUnitPayload as y6, newMasterSparePartUnitPayload as y7, findMasterSparePartUnits as y8, createMasterSparePartUnit as y9, deleteMasterTyreGrade as yA, getMasterTyreGradeCache as yB, getMasterTyreGradeCacheCount as yC, type MasterTyreModel as yD, MasterTyreModelSchema as yE, type MasterTyreModelDTO as yF, MasterTyreModelQuerySchema as yG, type MasterTyreModelQueryDTO as yH, FindCacheSchema as yI, type FindCacheDTO as yJ, toMasterTyreModelPayload as yK, newMasterTyreModelPayload as yL, findMasterTyreModels as yM, createMasterTyreModel as yN, updateMasterTyreModel as yO, deleteMasterTyreModel as yP, getMasterTyreModelCache as yQ, getMasterTyreModelCacheCount as yR, type MasterTyreMake as yS, MasterTyreMakeSchema as yT, type MasterTyreMakeDTO as yU, MasterTyreMakeQuerySchema as yV, type MasterTyreMakeQueryDTO as yW, toMasterTyreMakePayload as yX, newMasterTyreMakePayload as yY, findMasterTyreMakes as yZ, createMasterTyreMake as y_, updateMasterSparePartUnit as ya, deleteMasterSparePartUnit as yb, getMasterSparePartUnitCache as yc, getMasterSparePartUnitCacheCount as yd, type MasterTripPartyType as ye, MasterTripPartyTypeSchema as yf, type MasterTripPartyTypeDTO as yg, MasterTripPartyTypeQuerySchema as yh, type MasterTripPartyTypeQueryDTO as yi, toMasterTripPartyTypePayload as yj, newMasterTripPartyTypePayload as yk, findMasterTripPartyTypes as yl, createMasterTripPartyType as ym, updateMasterTripPartyType as yn, deleteMasterTripPartyType as yo, getMasterTripPartyTypeCache as yp, type MasterTyreGrade as yq, MasterTyreGradeSchema as yr, type MasterTyreGradeDTO as ys, MasterTyreGradeQuerySchema as yt, type MasterTyreGradeQueryDTO as yu, toMasterTyreGradePayload as yv, newMasterTyreGradePayload as yw, findMasterTyreGrades as yx, createMasterTyreGrade as yy, updateMasterTyreGrade as yz, deleteMasterMainCurrency as z, deleteMasterTyreMake as z0, getMasterTyreMakeCache as z1, getMasterTyreMakeCacheCount as z2, getMasterTyreMakeCacheChild as z3, type UserOrganisationSimple as z4, UserOrganisationSchema as z5, type UserOrganisationDTO as z6, UserOrganisationQuerySchema as z7, type UserOrganisationQueryDTO as z8, UserOrganisationLogoSchema as z9, type UserOrganisationLogoDTO as za, toUserOrganisationPayload as zb, newUserOrganisationPayload as zc, get_organisation_logo_presigned_url as zd, update_organisation_logo as ze, delete_organisation_logo as zf, findUserOrganisation as zg, createUserOrganisation as zh, updateUserOrganisation as zi, deleteUserOrganisation as zj, getUserOrganisationCache as zk, getUserOrganisationCacheSimple as zl, type BookMark as zm, BookMarkSchema as zn, type BookMarkDTO as zo, BookMarkQuerySchema as zp, type BookMarkQueryDTO as zq, toBookMarkPayload as zr, newBookMarkPayload as zs, findBookMarks as zt, createBookMark as zu, updateBookMark as zv, deleteBookMark as zw };
22505
+ export { toOrganisationBranchPayload as $, getMasterMainCurrencyCache as A, OrganisationSubCompanySchema as B, type OrganisationSubCompanyDTO as C, OrganisationSubCompanyQuerySchema as D, type OrganisationSubCompanyQueryDTO as E, type SubCompanyLogoDTO as F, toOrganisationSubCompanyPayload as G, newOrganisationSubCompanyPayload as H, get_organisation_sub_company_logo_presigned_url as I, update_organisation_sub_company_logo as J, delete_organisation_sub_company_logo as K, findOrganisationSubCompanyies as L, type MasterDriver as M, createOrganisationSubCompany as N, type OrganisationSubCompany as O, updateOrganisationSubCompany as P, deleteOrganisationSubCompany as Q, getOrganisationSubCompanyCache as R, SubCompanyLogoSchema as S, getOrganisationSubCompanyCacheCount as T, type User as U, getOrganisationSubCompanyCacheChild as V, type OrganisationBranch as W, OrganisationBranchSchema as X, type OrganisationBranchDTO as Y, OrganisationBranchQuerySchema as Z, type OrganisationBranchQueryDTO as _, type UserAdmin as a, MasterMainLanguageSchema as a$, newOrganisationBranchPayload as a0, findOrganisationBranchs as a1, createOrganisationBranch as a2, updateOrganisationBranch as a3, deleteOrganisationBranch as a4, getOrganisationBranchCache as a5, getOrganisationBranchCacheCount as a6, getOrganisationBranchCacheChild as a7, type OrganisationColor as a8, OrganisationColorSchema as a9, type MasterUserRole as aA, MasterUserRoleSchema as aB, type MasterUserRoleDTO as aC, MasterUserRoleQuerySchema as aD, type MasterUserRoleQueryDTO as aE, toMasterUserRolePayload as aF, newMasterUserRolePayload as aG, findMasterUserRoles as aH, createMasterUserRole as aI, updateMasterUserRole as aJ, deleteMasterUserRole as aK, getMasterUserRoleCache as aL, getMasterUserRoleCacheCount as aM, type MasterUserStatus as aN, MasterUserStatusSchema as aO, type MasterUserStatusDTO as aP, MasterUserStatusQuerySchema as aQ, type MasterUserStatusQueryDTO as aR, toMasterUserStatusPayload as aS, newMasterUserStatusPayload as aT, findMasterUserStatuses as aU, createMasterUserStatus as aV, updateMasterUserStatus as aW, deleteMasterUserStatus as aX, getMasterUserStatusCache as aY, getMasterUserStatusCacheCount as aZ, type MasterMainLanguage as a_, type OrganisationColorDTO as aa, OrganisationColorQuerySchema as ab, type OrganisationColorQueryDTO as ac, toOrganisationColorPayload as ad, newOrganisationColorPayload as ae, findOrganisationColors as af, createOrganisationColor as ag, updateOrganisationColor as ah, deleteOrganisationColor as ai, getOrganisationColorCache as aj, getOrganisationColorCacheCount as ak, getOrganisationColorCacheChild as al, type OrganisationTag as am, OrganisationTagSchema as an, type OrganisationTagDTO as ao, OrganisationTagQuerySchema as ap, type OrganisationTagQueryDTO as aq, toOrganisationTagPayload as ar, newOrganisationTagPayload as as, findOrganisationTags as at, createOrganisationTag as au, updateOrganisationTag as av, deleteOrganisationTag as aw, getOrganisationTagCache as ax, getOrganisationTagCacheCount as ay, getOrganisationTagCacheChild as az, type UserOrganisation as b, toGPSGeofencePayload as b$, type MasterMainLanguageDTO as b0, MasterMainLanguageQuerySchema as b1, type MasterMainLanguageQueryDTO as b2, toMasterMainLanguagePayload as b3, newMasterMainLanguagePayload as b4, findMasterMainLanguages as b5, createMasterMainLanguage as b6, updateMasterMainLanguage as b7, deleteMasterMainLanguage as b8, getMasterMainLanguageCache as b9, GPSGeofenceTransactionQuerySchema as bA, type GPSGeofenceTransactionQueryDTO as bB, toGPSGeofenceTransactionPayload as bC, newGPSGeofenceTransactionPayload as bD, findGPSGeofenceTransaction as bE, createGPSGeofenceTransaction as bF, updateGPSGeofenceTransaction as bG, deleteGPSGeofenceTransaction as bH, type TripGeofenceToGeofence as bI, TripGeofenceToGeofenceSchema as bJ, type TripGeofenceToGeofenceDTO as bK, TripGeofenceToGeofenceQuerySchema as bL, type TripGeofenceToGeofenceQueryDTO as bM, toTripGeofenceToGeofencePayload as bN, newTripGeofenceToGeofencePayload as bO, findTripGeofenceToGeofence as bP, createTripGeofenceToGeofence as bQ, updateTripGeofenceToGeofence as bR, deleteTripGeofenceToGeofence as bS, type GPSGeofence as bT, type GPSGeofencePolilineData as bU, GPSGeofencePolilineDataSchema as bV, type GPSGeofencePolilineDataDTO as bW, GPSGeofenceSchema as bX, type GPSGeofenceDTO as bY, GPSGeofenceQuerySchema as bZ, type GPSGeofenceQueryDTO as b_, type MasterMainDateFormat as ba, MasterMainDateFormatSchema as bb, type MasterMainDateFormatDTO as bc, MasterMainDateFormatQuerySchema as bd, type MasterMainDateFormatQueryDTO as be, toMasterMainDateFormatPayload as bf, newMasterMainDateFormatPayload as bg, findMasterMainDateFormats as bh, createMasterMainDateFormat as bi, updateMasterMainDateFormat as bj, deleteMasterMainDateFormat as bk, getMasterMainDateFormatCache as bl, type GPSGeofenceTransactionSummary as bm, GPSGeofenceTransactionSummarySchema as bn, type GPSGeofenceTransactionSummaryDTO as bo, GPSGeofenceTransactionSummaryQuerySchema as bp, type GPSGeofenceTransactionSummaryQueryDTO as bq, toGPSGeofenceTransactionSummaryPayload as br, newGPSGeofenceTransactionSummaryPayload as bs, findGPSGeofenceTransactionSummary as bt, createGPSGeofenceTransactionSummary as bu, updateGPSGeofenceTransactionSummary as bv, deleteGPSGeofenceTransactionSummary as bw, type GPSGeofenceTransaction as bx, GPSGeofenceTransactionSchema as by, type GPSGeofenceTransactionDTO as bz, type MasterVehicle as c, MasterMainLandmarkQuerySchema as c$, newGPSGeofencePayload as c0, findGPSGeofence as c1, createGPSGeofence as c2, updateGPSGeofence as c3, deleteGPSGeofence as c4, type OrganisationNotificationPreference as c5, type OrganisationNotificationPreferenceVehicleLink as c6, type OrganisationNotificationPreferenceGeofenceLink as c7, type OrganisationNotificationPreferenceUserLink as c8, OrganisationNotificationPreferenceSchema as c9, deleteUserAdmin as cA, updateUserAdminProfile as cB, getAdminUserCache as cC, type Ticket as cD, type TicketFile as cE, TicketFileSchema as cF, type TicketFileDTO as cG, TicketSchema as cH, type TicketDTO as cI, TicketVerifySchema as cJ, type TicketVerifyDTO as cK, TicketQuerySchema as cL, type TicketQueryDTO as cM, toTicketPayload as cN, toVerifyTicketPayload as cO, newTicketPayload as cP, get_ticket_file_presigned_url as cQ, create_ticket_file as cR, remove_ticket_file as cS, findTickets as cT, createTicket as cU, updateTicket as cV, updateVerifyStatus as cW, deleteTicket as cX, type MasterMainLandMark as cY, MasterMainLandmarkSchema as cZ, type MasterMainLandmarkDTO as c_, type OrganisationNotificationPreferenceDTO as ca, OrganisationNotificationPreferenceQuerySchema as cb, type OrganisationNotificationPreferenceQueryDTO as cc, toOrganisationNotificationPreferencePayload as cd, newOrganisationNotificationPreferencePayload as ce, findOrganisationNotificationPreference as cf, createOrganisationNotificationPreference as cg, updateOrganisationNotificationPreference as ch, deleteOrganisationNotificationPreference as ci, type UserAdminLoginPush as cj, UserAdminSchema as ck, type UserAdminDTO as cl, UserAdminLogoSchema as cm, type UserAdminLogoDTO as cn, UserAdminProfileSchema as co, type UserAdminProfileDTO as cp, UserAdminQuerySchema as cq, type UserAdminQueryDTO as cr, toUserAdminProfilePayload as cs, newUserAdminPayload as ct, get_admin_image_presigned_url as cu, update_admin_image as cv, delete_admin_image as cw, findUserAdmin as cx, createUserAdmin as cy, updateUserAdmin as cz, type MasterMainIndustry as d, MasterVendorDocumentTypeQuerySchema as d$, type MasterMainLandmarkQueryDTO as d0, toMasterMainLandmarkPayload as d1, newMasterMainLandmarkPayload as d2, findMasterMainCountries$1 as d3, createMasterMainCountry$1 as d4, updateMasterMainCountry$1 as d5, deleteMasterMainCountry$1 as d6, type MasterVehicleFuelType as d7, MasterVehicleFuelTypeSchema as d8, type MasterVehicleFuelTypeDTO as d9, type MasterVendorType as dA, MasterVendorTypeSchema as dB, type MasterVendorTypeDTO as dC, MasterVendorTypeQuerySchema as dD, type MasterVendorTypeQueryDTO as dE, toMasterVendorTypePayload as dF, newMasterVendorTypePayload as dG, findMasterVendorTypes as dH, createMasterVendorType as dI, updateMasterVendorType as dJ, deleteMasterVendorType as dK, getMasterVendorTypeCache as dL, type MasterVendorTag as dM, MasterVendorTagSchema as dN, type MasterVendorTagDTO as dO, MasterVendorTagQuerySchema as dP, type MasterVendorTagQueryDTO as dQ, toMasterVendorTagPayload as dR, newMasterVendorTagPayload as dS, findMasterVendorTags as dT, createMasterVendorTag as dU, updateMasterVendorTag as dV, deleteMasterVendorTag as dW, getMasterVendorTagCache as dX, type MasterVendorDocumentType as dY, MasterVendorDocumentTypeSchema as dZ, type MasterVendorDocumentTypeDTO as d_, MasterVehicleFuelTypeQuerySchema as da, type MasterVehicleFuelTypeQueryDTO as db, toMasterVehicleFuelTypePayload as dc, newMasterVehicleFuelTypePayload as dd, findMasterVehicleFuelTypes as de, createMasterVehicleFuelType as df, updateMasterVehicleFuelType as dg, deleteMasterVehicleFuelType as dh, getMasterVehicleFuelTypeCache as di, getMasterVehicleFuelTypeCacheCount as dj, getMasterVehicleFuelTypeCacheChild as dk, type MasterVehicleFuelUnit as dl, MasterVehicleFuelUnitSchema as dm, type MasterVehicleFuelUnitDTO as dn, MasterVehicleFuelUnitQuerySchema as dp, type MasterVehicleFuelUnitQueryDTO as dq, toMasterVehicleFuelUnitPayload as dr, newMasterVehicleFuelUnitPayload as ds, findMasterVehicleFuelUnits as dt, createMasterVehicleFuelUnit as du, updateMasterVehicleFuelUnit as dv, deleteMasterVehicleFuelUnit as dw, getMasterVehicleFuelUnitCache as dx, getMasterVehicleFuelUnitCacheCount as dy, getMasterVehicleFuelUnitCacheChild as dz, MasterMainIndustrySchema as e, findMasterFleetIncidentStatuses as e$, type MasterVendorDocumentTypeQueryDTO as e0, toMasterVendorDocumentTypePayload as e1, newMasterVendorDocumentTypePayload as e2, findMasterVendorDocumentTypes as e3, createMasterVendorDocumentType as e4, updateMasterVendorDocumentType as e5, deleteMasterVendorDocumentType as e6, getMasterVendorDocumentTypeCache as e7, type MasterFleetServiceTask as e8, MasterFleetServiceTaskSchema as e9, type MasterFleetInsuranceClaimStatusQueryDTO as eA, toMasterFleetInsuranceClaimStatusPayload as eB, newMasterFleetInsuranceClaimStatusPayload as eC, findMasterFleetInsuranceClaimStatuses as eD, createMasterFleetInsuranceClaimStatus as eE, updateMasterFleetInsuranceClaimStatus as eF, deleteMasterFleetInsuranceClaimStatus as eG, getMasterFleetInsuranceClaimStatusCache as eH, type MasterFleetIncidentSeverity as eI, MasterFleetIncidentSeveritySchema as eJ, type MasterFleetIncidentSeverityDTO as eK, MasterFleetIncidentSeverityQuerySchema as eL, type MasterFleetIncidentSeverityQueryDTO as eM, toMasterFleetIncidentSeverityPayload as eN, newMasterFleetIncidentSeverityPayload as eO, findMasterFleetIncidentSeverities as eP, createMasterFleetIncidentSeverity as eQ, updateMasterFleetIncidentSeverity as eR, deleteMasterFleetIncidentSeverity as eS, getMasterFleetIncidentSeverityCache as eT, type MasterFleetIncidentStatus as eU, MasterFleetIncidentStatusSchema as eV, type MasterFleetIncidentStatusDTO as eW, MasterFleetIncidentStatusQuerySchema as eX, type MasterFleetIncidentStatusQueryDTO as eY, toMasterFleetIncidentStatusPayload as eZ, newMasterFleetIncidentStatusPayload as e_, type MasterFleetServiceTaskDTO as ea, MasterFleetServiceTaskQuerySchema as eb, type MasterFleetServiceTaskQueryDTO as ec, toMasterFleetServiceTaskPayload as ed, newMasterFleetServiceTaskPayload as ee, findMasterFleetServiceTasks as ef, createMasterFleetServiceTask as eg, updateMasterFleetServiceTask as eh, deleteMasterFleetServiceTask as ei, getMasterFleetServiceTaskCache as ej, type FleetServiceSchedule as ek, type FleetServiceScheduleVehicleLink as el, FleetServiceScheduleSchema as em, type FleetServiceScheduleDTO as en, FleetServiceScheduleQuerySchema as eo, type FleetServiceScheduleQueryDTO as ep, toFleetServiceSchedulePayload as eq, newFleetServiceSchedulePayload as er, findFleetServiceSchedule as es, createFleetServiceSchedule as et, updateFleetServiceSchedule as eu, deleteFleetServiceSchedule as ev, type MasterFleetInsuranceClaimStatus as ew, MasterFleetInsuranceClaimStatusSchema as ex, type MasterFleetInsuranceClaimStatusDTO as ey, MasterFleetInsuranceClaimStatusQuerySchema as ez, type MasterMainIndustryDTO as f, type FleetInspectionFormDTO as f$, createMasterFleetIncidentStatus as f0, updateMasterFleetIncidentStatus as f1, deleteMasterFleetIncidentStatus as f2, getMasterFleetIncidentStatusCache as f3, type MasterFleetIncidentType as f4, MasterFleetIncidentTypeSchema as f5, type MasterFleetIncidentTypeDTO as f6, MasterFleetIncidentTypeQuerySchema as f7, type MasterFleetIncidentTypeQueryDTO as f8, toMasterFleetIncidentTypePayload as f9, FleetIncidentManagementQuerySchema as fA, type FleetIncidentManagementQueryDTO as fB, FleetIncidentManagementDashBoardQuerySchema as fC, type FleetIncidentManagementDashBoardQueryDTO as fD, FleetIncidentManagementCostSchema as fE, type FleetIncidentManagementCostDTO as fF, FleetIncidentManagementCostQuerySchema as fG, type FleetIncidentManagementCostQueryDTO as fH, toFleetIncidentManagementPayload as fI, newFleetIncidentManagementPayload as fJ, toFleetIncidentManagementCostPayload as fK, newFleetIncidentManagementCostPayload as fL, get_incident_file_presigned_url as fM, create_incident_file as fN, remove_incident_file as fO, createFleetIncidentManagement as fP, findFleetIncidentManagement as fQ, updateFleetIncidentManagement as fR, deleteFleetIncidentManagement as fS, incident_dashboard as fT, createFleetIncidentManagementCost as fU, findFleetIncidentManagementCost as fV, updateFleetIncidentManagementCost as fW, deleteFleetIncidentManagementCost as fX, type FleetInspectionForm as fY, type FleetInspectionFormSimple as fZ, FleetInspectionFormSchema as f_, newMasterFleetIncidentTypePayload as fa, findMasterFleetIncidentTypes as fb, createMasterFleetIncidentType as fc, updateMasterFleetIncidentType as fd, deleteMasterFleetIncidentType as fe, getMasterFleetIncidentTypeCache as ff, type MasterExpenseName as fg, MasterExpenseNameSchema as fh, type MasterExpenseNameDTO as fi, MasterExpenseNameQuerySchema as fj, type MasterExpenseNameQueryDTO as fk, toMasterExpenseNamePayload as fl, newMasterExpenseNamePayload as fm, findMasterExpenseNames as fn, createMasterExpenseName as fo, updateMasterExpenseName as fp, deleteMasterExpenseName as fq, getMasterExpenseNameCache as fr, type FleetIncidentManagement as fs, type FleetIncidentManagementCost as ft, type FleetIncidentManagementFile as fu, type IncidentDashboard as fv, FleetIncidentManagementFileSchema as fw, type FleetIncidentManagementFileDTO as fx, FleetIncidentManagementSchema as fy, type FleetIncidentManagementDTO as fz, MasterMainIndustryQuerySchema as g, create_issue_file as g$, FleetInspectionFormQuerySchema as g0, type FleetInspectionFormQueryDTO as g1, toFleetInspectionFormPayload as g2, newFleetInspectionFormPayload as g3, findFleetInspectionForm as g4, createFleetInspectionForm as g5, updateFleetInspectionForm as g6, deleteFleetInspectionForm as g7, getFleetInspectionFormCacheSimple as g8, type FleetInspectionSchedule as g9, findFleetInspection as gA, createFleetInspection as gB, updateFleetInspection as gC, deleteFleetInspection as gD, find_check_pending as gE, type FleetIssueManagement as gF, type FleetIssueManagementHistory as gG, type FleetIssueManagementComment as gH, type FleetIssueManagementFile as gI, type IssueDashboard as gJ, FleetIssueManagementFileSchema as gK, type FleetIssueManagementFileDTO as gL, FleetIssueManagementSchema as gM, type FleetIssueManagementDTO as gN, FleetIssueManagementQuerySchema as gO, type FleetIssueManagementQueryDTO as gP, FleetIssueManagementDashBoardQuerySchema as gQ, type FleetIssueManagementDashBoardQueryDTO as gR, FleetIssueManagementCommentSchema as gS, type FleetIssueManagementCommentDTO as gT, FleetIssueManagementCommentQuerySchema as gU, type FleetIssueManagementCommentQueryDTO as gV, toFleetIssueManagementPayload as gW, newFleetIssueManagementPayload as gX, toFleetIssueManagementCommentPayload as gY, newFleetIssueManagementCommentPayload as gZ, get_issue_file_presigned_url as g_, type FleetInspectionScheduleVehicleLink as ga, FleetInspectionScheduleSchema as gb, type FleetInspectionScheduleDTO as gc, FleetInspectionScheduleQuerySchema as gd, type FleetInspectionScheduleQueryDTO as ge, toFleetInspectionSchedulePayload as gf, newFleetInspectionSchedulePayload as gg, findFleetInspectionSchedule as gh, createFleetInspectionSchedule as gi, updateFleetInspectionSchedule as gj, deleteFleetInspectionSchedule as gk, type FleetInspection as gl, type FleetInspectionFile as gm, FleetInspectionFileSchema as gn, type FleetInspectionFileDTO as go, FleetInspectionSchema as gp, type FleetInspectionDTO as gq, FleetInspectionQuerySchema as gr, type FleetInspectionQueryDTO as gs, FleetInspectionCheckPendingQuerySchema as gt, type FleetInspectionCheckPendingQueryDTO as gu, toFleetInspectionPayload as gv, newFleetInspectionPayload as gw, get_inspection_file_presigned_url as gx, create_service_file$1 as gy, remove_service_file$1 as gz, type MasterMainIndustryQueryDTO as h, updateFleetVendorServiceCenter as h$, remove_issue_file as h0, findFleetIssueManagement as h1, createFleetIssueManagement as h2, updateFleetIssueManagement as h3, deleteFleetIssueManagement as h4, issue_dashboard as h5, findFleetIssueManagementComment as h6, createFleetIssueManagementComment as h7, updateFleetIssueManagementComment as h8, deleteFleetIssueManagementComment as h9, newFleetServiceReminderPayload as hA, get_service_file_presigned_url as hB, create_service_file as hC, remove_service_file as hD, findFleetServiceManagement as hE, createFleetServiceManagement as hF, updateFleetServiceManagement as hG, deleteFleetServiceManagement as hH, service_dashboard as hI, findFleetServiceManagementTask as hJ, createFleetServiceManagementTask as hK, updateFleetServiceManagementTask as hL, deleteFleetServiceManagementTask as hM, findFleetServiceReminder as hN, createFleetServiceReminder as hO, updateFleetServiceReminder as hP, deleteFleetServiceReminder as hQ, type FleetVendorServiceCenter as hR, type FleetVendorServiceCenterSimple as hS, FleetVendorServiceCenterSchema as hT, type FleetVendorServiceCenterDTO as hU, FleetVendorServiceCenterQuerySchema as hV, type FleetVendorServiceCenterQueryDTO as hW, toFleetVendorServiceCenterPayload as hX, newFleetVendorServiceCenterPayload as hY, findFleetVendorServiceCenter as hZ, createFleetVendorServiceCenter as h_, type FleetServiceManagement as ha, type FleetServiceManagementTask as hb, type FleetServiceManagementFile as hc, type FleetServiceReminder as hd, type ServiceDashboard as he, FleetServiceManagementFileSchema as hf, type FleetServiceManagementFileDTO as hg, FleetServiceManagementSchema as hh, type FleetServiceManagementDTO as hi, FleetServiceManagementQuerySchema as hj, type FleetServiceManagementQueryDTO as hk, FleetServiceManagementDashBoardQuerySchema as hl, type FleetServiceManagementDashBoardQueryDTO as hm, FleetServiceManagementTaskSchema as hn, type FleetServiceManagementTaskDTO as ho, FleetServiceManagementTaskQuerySchema as hp, type FleetServiceManagementTaskQueryDTO as hq, FleetServiceReminderSchema as hr, type FleetServiceReminderDTO as hs, FleetServiceReminderQuerySchema as ht, type FleetServiceReminderQueryDTO as hu, toFleetServiceManagementPayload as hv, newFleetServiceManagementPayload as hw, toFleetServiceManagementTaskPayload as hx, newFleetServiceManagementTaskPayload as hy, toFleetServiceReminderPayload as hz, findMasterMainIndustrys as i, FleetVendorContactPersonsSchema as i$, deleteFleetVendorServiceCenter as i0, getFleetVendorServiceCenterCacheSimple as i1, type MasterFuelCompany as i2, MasterFuelCompanySchema as i3, type MasterFuelCompanyDTO as i4, MasterFuelCompanyQuerySchema as i5, type MasterFuelCompanyQueryDTO as i6, FuelCompanyLogoSchema as i7, type FuelCompanyLogoDTO as i8, toMasterFuelCompanyPayload as i9, type FleetVendorSimple as iA, type FleetVendorTypeLink as iB, type FleetVendorTagLink as iC, type FleetVendorAddress as iD, type FleetVendorBankAccount as iE, type FleetVendorContactPersons as iF, type FleetVendorReview as iG, type FleetVendorDocument as iH, type FleetVendorDocumentFile as iI, FleetVendorLogoSchema as iJ, type FleetVendorLogoDTO as iK, FleetVendorSchema as iL, type FleetVendorDTO as iM, FleetVendorQuerySchema as iN, type FleetVendorQueryDTO as iO, FleetVendorDashBoardQuerySchema as iP, type FleetVendorDashBoardQueryDTO as iQ, FleetVendorAddressSchema as iR, type FleetVendorAddressDTO as iS, FleetVendorAddressQuerySchema as iT, type FleetVendorAddressQueryDTO as iU, FleetVendorBankAccountSchema as iV, type FleetVendorBankAccountDTO as iW, FleetVendorBankAccountQuerySchema as iX, type FleetVendorBankAccountQueryDTO as iY, FleetVendorContactPersonsLogoSchema as iZ, type FleetVendorContactPersonsLogoDTO as i_, newMasterFuelCompanyPayload as ia, get_master_fuel_company_presigned_url as ib, update_master_fuel_company_logo as ic, delete_master_fuel_company_logo as id, findMasterFuelCompanys as ie, createMasterFuelCompany as ig, updateMasterFuelCompany as ih, deleteMasterFuelCompany as ii, getMasterFuelCompanyCache as ij, type FleetVendorFuelStation as ik, type FleetVendorFuelStationSimple as il, FleetVendorFuelStationSchema as im, 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 FleetVendor as iy, type VendorDashboard as iz, createMasterMainIndustry as j, type FleetFuelRefillFileDTO as j$, type FleetVendorContactPersonsDTO as j0, FleetVendorContactPersonsQuerySchema as j1, type FleetVendorContactPersonsQueryDTO as j2, FleetVendorReviewSchema as j3, type FleetVendorReviewDTO as j4, FleetVendorReviewQuerySchema as j5, type FleetVendorReviewQueryDTO as j6, FleetVendorDocumentFileSchema as j7, type FleetVendorDocumentFileDTO as j8, FleetVendorDocumentSchema as j9, updateFleetVendor as jA, deleteFleetVendor as jB, vendor_dashboard as jC, createFleetVendorAddress as jD, findFleetVendorAddress as jE, updateFleetVendorAddress as jF, deleteFleetVendorAddress as jG, createFleetVendorBankAccount as jH, findFleetVendorBankAccount as jI, updateFleetVendorBankAccount as jJ, deleteFleetVendorBankAccount as jK, createFleetVendorContactPersons as jL, findFleetVendorContactPersons as jM, updateFleetVendorContactPersons as jN, deleteFleetVendorContactPersons as jO, createFleetVendorReview as jP, findFleetVendorReview as jQ, updateFleetVendorReview as jR, deleteFleetVendorReview as jS, createFleetVendorDocument as jT, findFleetVendorDocument as jU, updateFleetVendorDocument as jV, deleteFleetVendorDocument as jW, getFleetVendorCacheSimple as jX, type FleetFuelRefill as jY, type FleetFuelRefillFile as jZ, FleetFuelRefillFileSchema as j_, type FleetVendorDocumentDTO as ja, FleetVendorDocumentQuerySchema as jb, type FleetVendorDocumentQueryDTO as jc, toFleetVendorPayload as jd, newFleetVendorPayload as je, toFleetVendorAddressPayload as jf, newFleetVendorAddressPayload as jg, toFleetVendorBankAccountPayload as jh, newFleetVendorBankAccountPayload as ji, toFleetVendorContactPersonsPayload as jj, newFleetVendorContactPersonsPayload as jk, toFleetVendorReviewPayload as jl, newFleetVendorReviewPayload as jm, toFleetVendorDocumentPayload as jn, newFleetVendorDocumentPayload as jo, get_vendor_logo_presigned_url as jp, get_vendor_contact_person_logo_presigned_url as jq, get_vendor_document_file_presigned_url as jr, update_vendor_logo as js, delete_vendor_logo as jt, update_vendor_contact_person_logo as ju, delete_vendor_contact_person_logo as jv, create_vendor_document_file as jw, remove_vendor_document_file as jx, findFleetVendor as jy, createFleetVendor as jz, deleteMasterMainIndustry as k, get_user_image_presigned_url as k$, FleetFuelRefillSchema as k0, type FleetFuelRefillDTO as k1, FleetFuelRefillQuerySchema as k2, type FleetFuelRefillQueryDTO as k3, toFleetFuelRefillPayload as k4, newFleetFuelRefillPayload as k5, get_fuel_refill_file_presigned_url as k6, create_fuel_refill_file as k7, remove_fuel_refill_file as k8, findFleetFuelRefill as k9, newFleetFuelRemovalPayload as kA, get_fuel_removal_file_presigned_url as kB, create_fuel_removal_file as kC, remove_fuel_removal_file as kD, findFleetFuelRemoval as kE, createFleetFuelRemoval as kF, updateFleetFuelRemoval as kG, deleteFleetFuelRemoval as kH, type UserVehicleLink as kI, type UserLoginPush as kJ, UserSchema as kK, type UserDTO as kL, UserQuerySchema as kM, type UserQueryDTO as kN, UserLogoSchema as kO, type UserLogoDTO as kP, UserProfileSchema as kQ, type UserProfileDTO as kR, UserDefaultLanguageSchema as kS, type UserDefaultLanguageDTO as kT, UserDefaultTimeZoneSchema as kU, type UserDefaultTimeZoneDTO as kV, UserDefaultDateFormatSchema as kW, type UserDefaultDateFormatDTO as kX, toUserPayload as kY, toUserProfilePayload as kZ, newUserPayload as k_, createFleetFuelRefill as ka, updateFleetFuelRefill as kb, deleteFleetFuelRefill as kc, type MasterVehicleFuelRemovalReason as kd, MasterVehicleFuelRemovalReasonSchema as ke, type MasterVehicleFuelRemovalReasonDTO as kf, MasterVehicleFuelRemovalReasonQuerySchema as kg, type MasterVehicleFuelRemovalReasonQueryDTO as kh, toMasterVehicleFuelRemovalReasonPayload as ki, newMasterVehicleFuelRemovalReasonPayload as kj, findMasterVehicleFuelRemovalReasons as kk, createMasterVehicleFuelRemovalReason as kl, updateMasterVehicleFuelRemovalReason as km, deleteMasterVehicleFuelRemovalReason as kn, getMasterVehicleFuelRemovalReasonCache as ko, getMasterVehicleFuelRemovalReasonCacheCount as kp, getMasterVehicleFuelRemovalReasonCacheChild as kq, type FleetFuelRemoval as kr, type FleetFuelRemovalFile as ks, FleetFuelRemovalFileSchema as kt, type FleetFuelRemovalFileDTO as ku, FleetFuelRemovalSchema as kv, type FleetFuelRemovalDTO as kw, FleetFuelRemovalQuerySchema as kx, type FleetFuelRemovalQueryDTO as ky, toFleetFuelRemovalPayload as kz, getMasterMainIndustryCache as l, getMasterDriverCacheSimple as l$, update_user_image as l0, delete_user_image as l1, findUser as l2, createUser as l3, updateUser as l4, deleteUser as l5, updateUserProfile as l6, getUserCache as l7, getUserCacheSimple as l8, updateUserDefaultLanguage as l9, MasterDriverFileSchema as lA, type MasterDriverFileDTO as lB, MasterDriverSchema as lC, type MasterDriverDTO as lD, MasterDriverQuerySchema as lE, type MasterDriverQueryDTO as lF, MasterDriverLogoSchema as lG, type MasterDriverLogoDTO as lH, MasterDriverProfileSchema as lI, type MasterDriverProfileDTO as lJ, toDriverPayload as lK, toDriverProfilePayload as lL, newDriverPayload as lM, get_master_driver_logo_presigned_url as lN, get_master_driver_file_presigned_url as lO, update_master_driver_logo as lP, delete_master_driver_logo as lQ, create_master_driver_file as lR, remove_master_driver_file as lS, findMasterDriver as lT, createMasterDriver as lU, updateMasterDriver as lV, deleteMasterDriver as lW, updateMasterDriverLogo as lX, deleteMasterDriverLogo as lY, updateMasterDriverProfile as lZ, getMasterDriverCache as l_, updateUserDefaultTimezone as la, updateUserDefaultDateformat as lb, type FleetFuelDailySummary as lc, FleetFuelDailySummarySchema as ld, type FleetFuelDailySummaryDTO as le, FleetFuelDailySummaryQuerySchema as lf, type FleetFuelDailySummaryQueryDTO as lg, FleetFuelDailyMonthlySummaryQuerySchema as lh, type FleetFuelDailyMonthlySummaryQueryDTO as li, AllVehiclesFuelDailySummaryQuerySchema as lj, type AllVehiclesFuelDailySummaryDTO as lk, FleetFuelDailySummaryDashBoardQuerySchema as ll, type FleetFuelDailySummaryDashBoardQueryDTO as lm, type FuelDashboard as ln, toFleetFuelDailySummaryPayload as lo, newFleetFuelDailySummaryPayload as lp, findFleetFuelDailySummary as lq, createFleetFuelDailySummary as lr, updateFleetFuelDailySummary as ls, deleteFleetFuelDailySummary as lt, fuel_dashboard as lu, findFleetFuelMonthlySummary as lv, findVehicleFuelSummary as lw, type MasterDriverFile as lx, type AssignRemoveDriverHistory as ly, type DriverLoginPush as lz, type MasterMainCurrency as m, type MasterVehicleStatusTypeDTO as m$, type OrganisationGroup as m0, type VehicleOrganisationGroupLink as m1, OrganisationGroupSchema as m2, type OrganisationGroupDTO as m3, OrganisationGroupQuerySchema as m4, type OrganisationGroupQueryDTO as m5, toOrganisationGroupPayload as m6, newOrganisationGroupPayload as m7, findOrganisationGroups as m8, createOrganisationGroup as m9, FindCacheSchema$4 as mA, type FindCacheDTO$4 as mB, toMasterVehicleModelPayload as mC, newMasterVehicleModelPayload as mD, findMasterVehicleModels as mE, createMasterVehicleModel as mF, updateMasterVehicleModel as mG, deleteMasterVehicleModel as mH, getMasterVehicleModelCache as mI, getMasterVehicleModelCacheCount as mJ, getMasterVehicleModelCacheChild as mK, type MasterVehicleMake as mL, MasterVehicleMakeSchema as mM, type MasterVehicleMakeDTO as mN, MasterVehicleMakeQuerySchema as mO, type MasterVehicleMakeQueryDTO as mP, toMasterVehicleMakePayload as mQ, newMasterVehicleMakePayload as mR, findMasterVehicleMakes as mS, createMasterVehicleMake as mT, updateMasterVehicleMake as mU, deleteMasterVehicleMake as mV, getMasterVehicleMakeCache as mW, getMasterVehicleMakeCacheCount as mX, getMasterVehicleMakeCacheChild as mY, type MasterVehicleStatusType as mZ, MasterVehicleStatusTypeSchema as m_, updateOrganisationGroup as ma, deleteOrganisationGroup as mb, getOrganisationGroupCache as mc, getOrganisationGroupCacheCount as md, getOrganisationGroupCacheChild as me, type MasterVehicleSubModel as mf, MasterVehicleSubModelSchema as mg, type MasterVehicleSubModelDTO as mh, MasterVehicleSubModelQuerySchema as mi, type MasterVehicleSubModelQueryDTO as mj, FindCacheSchema$5 as mk, type FindCacheDTO$5 as ml, toMasterVehicleSubModelPayload as mm, newMasterVehicleSubModelPayload as mn, findMasterVehicleSubModels as mo, createMasterVehicleSubModel as mp, updateMasterVehicleSubModel as mq, deleteMasterVehicleSubModel as mr, getMasterVehicleSubModelCache as ms, getMasterVehicleSubModelCacheCount as mt, getMasterVehicleSubModelCacheChild as mu, type MasterVehicleModel as mv, MasterVehicleModelSchema as mw, type MasterVehicleModelDTO as mx, MasterVehicleModelQuerySchema as my, type MasterVehicleModelQueryDTO as mz, newMasterMainIndustryPayload as n, deleteMasterVehicleDocumentType as n$, MasterVehicleStatusTypeQuerySchema as n0, type MasterVehicleStatusTypeQueryDTO as n1, toMasterVehicleStatusTypePayload as n2, newMasterVehicleStatusTypePayload as n3, findMasterVehicleStatusTypes as n4, createMasterVehicleStatusType as n5, updateMasterVehicleStatusType as n6, deleteMasterVehicleStatusType as n7, getMasterVehicleStatusTypeCache as n8, getMasterVehicleStatusTypeCacheCount as n9, getMasterVehicleTypeCache as nA, getMasterVehicleTypeCacheCount as nB, getMasterVehicleTypeCacheChild as nC, type MasterVehicleAssociatedTo as nD, MasterVehicleAssociatedToSchema as nE, type MasterVehicleAssociatedToDTO as nF, MasterVehicleAssociatedToQuerySchema as nG, type MasterVehicleAssociatedToQueryDTO as nH, toMasterVehicleAssociatedToPayload as nI, newMasterVehicleAssociatedToPayload as nJ, findMasterVehicleAssociatedTos as nK, createMasterVehicleAssociatedTo as nL, updateMasterVehicleAssociatedTo as nM, deleteMasterVehicleAssociatedTo as nN, getMasterVehicleAssociatedToCache as nO, getMasterVehicleAssociatedToCacheCount as nP, getMasterVehicleAssociatedToCacheChild as nQ, type MasterVehicleDocumentType as nR, MasterVehicleDocumentTypeSchema as nS, type MasterVehicleDocumentTypeDTO as nT, MasterVehicleDocumentTypeQuerySchema as nU, type MasterVehicleDocumentTypeQueryDTO as nV, toMasterVehicleDocumentTypePayload as nW, newMasterVehicleDocumentTypePayload as nX, findMasterVehicleDocumentTypes as nY, createMasterVehicleDocumentType as nZ, updateMasterVehicleDocumentType as n_, getMasterVehicleStatusTypeCacheChild as na, type MasterVehicleOwnershipType as nb, MasterVehicleOwnershipTypeSchema as nc, type MasterVehicleOwnershipTypeDTO as nd, MasterVehicleOwnershipTypeQuerySchema as ne, type MasterVehicleOwnershipTypeQueryDTO as nf, toMasterVehicleOwnershipTypePayload as ng, newMasterVehicleOwnershipTypePayload as nh, findMasterVehicleOwnershipTypes as ni, createMasterVehicleOwnershipType as nj, updateMasterVehicleOwnershipType as nk, deleteMasterVehicleOwnershipType as nl, getMasterVehicleOwnershipTypeCache as nm, getMasterVehicleOwnershipTypeCacheCount as nn, getMasterVehicleOwnershipTypeCacheChild as no, type MasterVehicleType as np, MasterVehicleTypeSchema as nq, type MasterVehicleTypeDTO as nr, MasterVehicleTypeQuerySchema as ns, type MasterVehicleTypeQueryDTO as nt, toMasterVehicleTypePayload as nu, newMasterVehicleTypePayload as nv, findMasterVehicleTypes as nw, createMasterVehicleType as nx, updateMasterVehicleType as ny, deleteMasterVehicleType as nz, MasterMainCurrencySchema as o, toMasterSectionPayload as o$, getMasterVehicleDocumentTypeCache as o0, type OrganisationReportPreference as o1, type OrganisationReportPreferenceVehicleLink as o2, type OrganisationReportAutomationMail as o3, type OrganisationReportAutomationMailVehicleLink as o4, OrganisationReportAutomationMailQuerySchema as o5, type OrganisationReportAutomationMailQueryDTO as o6, OrganisationReportPreferenceSchema as o7, type OrganisationReportPreferenceDTO as o8, OrganisationReportPreferenceQuerySchema as o9, type MasterClassQueryDTO as oA, toMasterClassPayload as oB, newMasterClassPayload as oC, findMasterClass as oD, createMasterClass as oE, updateMasterClass as oF, deleteMasterClass as oG, getMasterClassCache as oH, getMasterClassCacheCount as oI, type MasterProgram as oJ, MasterProgramSchema as oK, type MasterProgramDTO as oL, MasterProgramQuerySchema as oM, type MasterProgramQueryDTO as oN, toMasterProgramPayload as oO, newMasterProgramPayload as oP, findMasterProgram as oQ, createMasterProgram as oR, updateMasterProgram as oS, deleteMasterProgram as oT, getMasterProgramCache as oU, getMasterProgramCacheCount as oV, type MasterSection as oW, MasterSectionSchema as oX, type MasterSectionDTO as oY, MasterSectionQuerySchema as oZ, type MasterSectionQueryDTO as o_, type OrganisationReportPreferenceQueryDTO as oa, toOrganisationReportPreferencePayload as ob, newOrganisationReportPreferencePayload as oc, findOrganisationReportPreference as od, createOrganisationReportPreference as oe, updateOrganisationReportPreference as of, deleteOrganisationReportPreference as og, findOrganisationReportAutomationMail as oh, type BusStopPolygonData as oi, type BusStop as oj, BusStopPolygonDataSchema as ok, type BusStopPolygonDataDTO as ol, BusStopSchema as om, type BusStopDTO as on, BusStopQuerySchema as oo, type BusStopQueryDTO as op, toBusStopPayload as oq, newBusStopPayload as or, findBusStop as os, createBusStop as ot, updateBusStop as ou, deleteBusStop as ov, type MasterClass as ow, MasterClassSchema as ox, type MasterClassDTO as oy, MasterClassQuerySchema as oz, type MasterMainCurrencyDTO as p, type StudentGuardianLink as p$, newMasterSectionPayload as p0, findMasterSection as p1, createMasterSection as p2, updateMasterSection as p3, deleteMasterSection as p4, getMasterSectionCache as p5, getMasterSectionCacheCount as p6, type MasterSemester as p7, MasterSemesterSchema as p8, type MasterSemesterDTO as p9, MasterYearQuerySchema as pA, type MasterYearQueryDTO as pB, toMasterYearPayload as pC, newMasterYearPayload as pD, findMasterYear as pE, createMasterYear as pF, updateMasterYear as pG, deleteMasterYear as pH, getMasterYearCache as pI, getMasterYearCacheCount as pJ, type MasterRelationship as pK, MasterRelationshipSchema as pL, type MasterRelationshipDTO as pM, MasterRelationshipQuerySchema as pN, type MasterRelationshipQueryDTO as pO, toMasterRelationshipPayload as pP, newMasterRelationshipPayload as pQ, findMasterRelationship as pR, createMasterRelationship as pS, updateMasterRelationship as pT, deleteMasterRelationship as pU, getMasterRelationshipCache as pV, getMasterRelationshipCacheCount as pW, type Student as pX, type StudentAddress as pY, type StudentLeaveRequest as pZ, type StudentStopChangeRequest as p_, MasterSemesterQuerySchema as pa, type MasterSemesterQueryDTO as pb, toMasterSemesterPayload as pc, newMasterSemesterPayload as pd, findMasterSemester as pe, createMasterSemester as pf, updateMasterSemester as pg, deleteMasterSemester as ph, getMasterSemesterCache as pi, getMasterSemesterCacheCount as pj, type MasterStream as pk, MasterStreamSchema as pl, type MasterStreamDTO as pm, MasterStreamQuerySchema as pn, type MasterStreamQueryDTO as po, toMasterStreamPayload as pp, newMasterStreamPayload as pq, findMasterStream as pr, createMasterStream as ps, updateMasterStream as pt, deleteMasterStream as pu, getMasterStreamCache as pv, getMasterStreamCacheCount as pw, type MasterYear as px, MasterYearSchema as py, type MasterYearDTO as pz, MasterMainCurrencyQuerySchema as q, updateGuardianProfilePicture as q$, StudentSchema as q0, type StudentDTO as q1, StudentProfilePictureSchema as q2, type StudentProfilePictureDTO as q3, StudentQuerySchema as q4, type StudentQueryDTO as q5, StudentNoRouteQuerySchema as q6, type StudentNoRouteQueryDTO as q7, StudentAddressSchema as q8, type StudentAddressDTO as q9, StudentStopChangeRequestQuerySchema as qA, type StudentStopChangeRequestQueryDTO as qB, toStudentPayload as qC, newStudentPayload as qD, toStudentAddressPayload as qE, newStudentAddressPayload as qF, toStudentLeaveRequestPayload as qG, newStudentLeaveRequestPayload as qH, toStudentStopChangeRequestPayload as qI, newStudentStopChangeRequestPayload as qJ, toStudentGuardianLinkPayload as qK, newStudentGuardianLinkPayload as qL, findStudent as qM, createStudent as qN, updateStudent as qO, deleteStudent as qP, findStudentsWithNoRoutePickup as qQ, findStudentsWithNoRouteDrop as qR, updateProfilePicture as qS, createStudentAddress as qT, findStudentAddress as qU, updateStudentAddress as qV, updateAddressBusStopAssign as qW, deleteStudentAddress as qX, findStudentGuardianLink as qY, createStudentGuardianLink as qZ, updateStudentGuardianLink as q_, StudentAddressBusStopAssignSchema as qa, type StudentAddressBusStopAssignDTO as qb, StudentAddressQuerySchema as qc, type StudentAddressQueryDTO as qd, StudentGuardianLinkSchema as qe, type StudentGuardianLinkDTO as qf, GuardianProfilePictureSchema as qg, type GuardianProfilePictureDTO as qh, GuardianDetailsSchema as qi, type GuardianDetailsDTO as qj, GuardianMobileNumberSchema as qk, type GuardianMobileNumberDTO as ql, StudentGuardianLinkQuerySchema as qm, type StudentGuardianLinkQueryDTO as qn, StudentGuardianAutofillQuerySchema as qo, type StudentGuardianAutofillQueryDTO as qp, StudentLeaveRequestSchema as qq, type StudentLeaveRequestDTO as qr, StudentLeaveRequestApprovalSchema as qs, type StudentLeaveRequestApprovalDTO as qt, StudentLeaveRequestQuerySchema as qu, type StudentLeaveRequestQueryDTO as qv, StudentStopChangeRequestSchema as qw, type StudentStopChangeRequestDTO as qx, StudentStopChangeRequestApprovalSchema as qy, type StudentStopChangeRequestApprovalDTO as qz, type MasterMainCurrencyQueryDTO as r, findMasterFixedSchedule as r$, updateGuardianDetails as r0, updateGuardianMobileNumber as r1, deleteStudentGuardian as r2, findStudentGuardianAutofillDetails as r3, createStudentLeaveRequest as r4, findStudentLeaveRequest as r5, updateStudentLeaveRequest as r6, approveLeaveRequest as r7, deleteStudentLeaveRequest as r8, findStudentStopChangeRequest as r9, MasterRouteStopDeleteAllSchema as rA, type MasterRouteStopDeleteDTO as rB, MasterRouteStopDeleteSchema as rC, type MasterRouteStopDeleteReOrderDTO as rD, StudentNoStopQuerySchema as rE, type StudentNoStopQueryDTO as rF, StudentNoScheduleQuerySchema as rG, type StudentNoScheduleQueryDTO as rH, MasterRouteStudentAssignRemoveSchema as rI, type MasterRouteStudentAssignRemoveDTO as rJ, MasterRouteStudentStopAssignRemoveSchema as rK, type MasterRouteStudentStopAssignRemoveDTO as rL, MasterRouteStudentScheduleAssignRemoveSchema as rM, type MasterRouteStudentScheduleAssignRemoveDTO as rN, toMasterRoutePayload as rO, newMasterRoutePayload as rP, toMasterFixedSchedulePayload as rQ, newMasterFixedSchedulePayload as rR, toMasterRouteStopPayload as rS, newMasterRouteStopPayload as rT, toMasterRouteStopReorderPayload as rU, toMasterRouteStudentAssignPayload as rV, newMasterRouteStudentAssignPayload as rW, findMasterRoute as rX, createMasterRoute as rY, updateMasterRoute as rZ, deleteMasterRoute as r_, createStudentStopChangeRequest as ra, updateStudentStopChangeRequest as rb, approveStopChangeRequest as rc, deleteStudentStopChangeRequest as rd, type MasterRoute as re, type MasterRouteStop as rf, type MasterFixedSchedule as rg, type MasterRouteStudent as rh, MasterRouteSchema as ri, type MasterRouteDTO as rj, MasterRouteQuerySchema as rk, type MasterRouteQueryDTO as rl, MasterFixedScheduleSchema as rm, type MasterFixedScheduleDTO as rn, MasterFixedScheduleQuerySchema as ro, type MasterFixedScheduleQueryDTO as rp, MasterRouteStopSchema as rq, type MasterRouteStopDTO as rr, MasterRouteStopUpdateSchema as rs, type MasterRouteStopUpdateDTO as rt, MasterRouteStopCreateSchema as ru, type MasterRouteStopCreateDTO as rv, MasterRouteStopIds as rw, type MasterRouteStopIdsDTO as rx, MasterRouteStopReorderSchema as ry, type MasterRouteStopReorderDTO as rz, toMasterMainCurrencyPayload as s, type MasterVehicleFile as s$, createMasterFixedSchedule as s0, updateMasterFixedSchedule as s1, deleteMasterFixedSchedule as s2, createStopsFirstTimeRoute as s3, appendRouteStop as s4, updateRouteStop as s5, reorderRouteStops as s6, deleteRouteStopsAll as s7, deleteRouteStopReorder as s8, findStudentsWithNoStopPickup as s9, type GPSLiveTrackShareLinkQueryDTO as sA, toGPSLiveTrackShareLinkPayload as sB, newGPSLiveTrackShareLinkPayload as sC, findGPSLiveTrackShareLink as sD, createGPSLiveTrackShareLink as sE, extendGPSLiveTrackLinkTime as sF, updateGPSLiveTrackLinkStatus as sG, deleteGPSLiveTrackShareLink as sH, createGPSLiveTrackShareLinkNotification as sI, type GPSTrackHistoryShareLink as sJ, type GPSTrackHistoryShareLinkNotification as sK, GPSTrackHistoryShareLinkNotificationSchema as sL, type GPSTrackHistoryShareLinkNotificationDTO as sM, GPSTrackHistoryShareLinkSchema as sN, type GPSTrackHistoryShareLinkDTO as sO, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as sP, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as sQ, GPSTrackHistoryShareLinkQuerySchema as sR, type GPSTrackHistoryShareLinkQueryDTO as sS, toGPSTrackHistoryShareLinkPayload as sT, newGPSTrackHistoryShareLinkPayload as sU, findGPSTrackHistoryShareLink as sV, createGPSTrackHistoryShareLink as sW, updateTrackHistoryLinkStatus as sX, deleteGPSTrackHistoryShareLink as sY, createGPSTrackHistoryShareLinkNotification as sZ, type MasterVehicleDropdown as s_, findStudentsWithNoStopDrop as sa, findStudentsWithNoSchedulePickup as sb, findStudentsWithNoScheduleDrop as sc, assignRouteStudentsPickup as sd, assignRouteStudentsDrop as se, removeRouteStudentsPickup as sf, removeRouteStudentsDrop as sg, assignMasterRouteStudentStopToStudentsPickup as sh, assignMasterRouteStudentStopToStudentsDrop as si, removeMasterRouteStudentStopToStudentsPickup as sj, removeMasterRouteStudentStopToStudentsDrop as sk, assignMasterRouteStudentScheduleToStudentsPickup as sl, assignMasterRouteStudentScheduleToStudentDrop as sm, removeMasterRouteStudentScheduleToStudentPickup as sn, removeMasterRouteStudentScheduleToStudentDrop as so, type GPSLiveTrackShareLink as sp, type GPSLiveTrackShareLinkNotification as sq, GPSLiveTrackShareLinkNotificationSchema as sr, type GPSLiveTrackShareLinkNotificationDTO as ss, GPSLiveTrackShareLinkSchema as st, type GPSLiveTrackShareLinkDTO as su, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as sv, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as sw, GPSLiveTrackShareLinkUpdateLinkStatusSchema as sx, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as sy, GPSLiveTrackShareLinkQuerySchema as sz, toMasterMainIndustryPayload as t, get_device_file_presigned_url as t$, type VehicleDetailGPS as t0, type VehicleDetailTrip as t1, type VehicleDetailBody as t2, type VehicleDetailLifeCycle as t3, type VehicleDetailPurchase as t4, type VehicleDocument as t5, type VehicleDocumentFile as t6, type VehicleDocumentExpiry as t7, type VehicleOdometerHistory as t8, MasterVehicleFileSchema as t9, type VehicleDocumentFileDTO as tA, VehicleDocumentSchema as tB, type VehicleDocumentDTO as tC, VehicleDocumentQuerySchema as tD, type VehicleDocumentQueryDTO as tE, VehicleDocumentExpirySchema as tF, type VehicleDocumentExpiryDTO as tG, VehicleDocumentExpiryQuerySchema as tH, type VehicleDocumentExpiryQueryDTO as tI, VehicleQuerySchema as tJ, type VehicleQueryDTO as tK, SimpleFindQuerySchema as tL, type SimpleFindQueryDTO as tM, VehicleGPSQuerySchema as tN, type VehicleGPSQueryDTO as tO, toVehiclePayload as tP, newVehiclePayload as tQ, toVehicleDetailsGPSPayload as tR, toVehicleDetailsTripPayload as tS, toVehicleDetailsBodyPayload as tT, toVehicleDetailLifeCyclePayload as tU, toVehicleDetailPurchasePayload as tV, toVehicleDocumentPayload as tW, newVehicleDocumentPayload as tX, toVehicleDocumentExpiryPayload as tY, newVehicleDocumentExpiryPayload as tZ, get_vehicle_file_presigned_url as t_, type MasterVehicleFileDTO as ta, CalibrationFileSchema as tb, type CalibrationFileDTO as tc, VehicleSchema as td, type VehicleDTO as te, VehicleBulkSchema as tf, type VehicleBulkDTO as tg, MasterDeviceFileSchema as th, type MasterDeviceFileDTO as ti, VehicleDeviceLinkSchema as tj, type VehicleDeviceLinkDTO as tk, VehicleDeviceUnlinkSchema as tl, type VehicleDeviceUnlinkDTO as tm, VehicleDriverLinkSchema as tn, type VehicleDriverLinkDTO as to, VehicleDetailGPSSensorSchema as tp, type VehicleDetailGPSSensorDTO as tq, VehicleDetailTripSchema as tr, type VehicleDetailTripDTO as ts, VehicleDetailBodySchema as tt, type VehicleDetailBodyDTO as tu, VehicleDetailLifeCycleSchema as tv, type VehicleDetailLifeCycleDto as tw, VehicleDetailPurchaseSchema as tx, type VehicleDetailPurchaseDTO as ty, VehicleDocumentFileSchema as tz, updateMasterMainIndustry as u, FindCacheSchema$2 as u$, get_vehicle_document_file_presigned_url as u0, get_calibration_file_presigned_url as u1, create_file_vehicle as u2, remove_file_vehicle as u3, create_file_device as u4, remove_file_device as u5, create_file_vehicle_document as u6, remove_file_vehicle_document as u7, update_calibration_file as u8, delete_calibration_file as u9, removeVehicleDocumentExpiry as uA, getVehicleCache as uB, getVehicleSimpleCache as uC, getVehicleParentCache as uD, getVehicleSimpleDropdownCustom as uE, getVehicleSimpleDropdownCacheLiveData as uF, type MasterDeviceType as uG, MasterDeviceTypeSchema as uH, type MasterDeviceTypeDTO as uI, MasterDeviceTypeQuerySchema as uJ, type MasterDeviceTypeQueryDTO as uK, FindCacheSchema$3 as uL, type FindCacheDTO$3 as uM, toMasterDeviceTypePayload as uN, newMasterDeviceTypePayload as uO, findMasterDeviceTypes as uP, createMasterDeviceType as uQ, updateMasterDeviceType as uR, deleteMasterDeviceType as uS, getMasterDeviceTypeCache as uT, getMasterDeviceTypeCacheCount as uU, getMasterDeviceTypeCacheChild as uV, type MasterDeviceModel as uW, MasterDeviceModelSchema as uX, type MasterDeviceModelDTO as uY, MasterDeviceModelQuerySchema as uZ, type MasterDeviceModelQueryDTO as u_, findVehicles as ua, findVehiclesLiveDashboard as ub, findVehicleGPSDetails as uc, createVehicle as ud, updateVehicle as ue, deleteVehicle as uf, updateDetailsGpsSensor as ug, updateDetailsTrip as uh, updateVehicleBodyDetails as ui, updateVehicleLifeCycleDetails as uj, updateVehiclePurchaseDetails as uk, linkDriverToVehicle as ul, unlinkDriverFromVehicle as um, getDriverLinkHistoryByVehicle as un, getDriverLinkHistoryByDriver as uo, linkDeviceToVehicle as up, unlinkDeviceFromVehicle as uq, getDeviceLinkHistoryByVehicle as ur, getDeviceLinkHistoryByDevice as us, createVehicleDocument as ut, findVehicleDocument as uu, updateVehicleDocument as uv, removeVehicleDocument as uw, createVehicleDocumentExpiry as ux, findVehicleDocumentExpiry as uy, updateVehicleDocumentExpiry as uz, newMasterMainCurrencyPayload as v, device_sim_link as v$, type FindCacheDTO$2 as v0, toMasterDeviceModelPayload as v1, newMasterDeviceModelPayload as v2, findMasterDeviceModels as v3, createMasterDeviceModel as v4, updateMasterDeviceModel as v5, deleteMasterDeviceModel as v6, getMasterDeviceModelCache as v7, getMasterDeviceModelCacheCount as v8, getMasterDeviceModelCacheChild as v9, type MasterSim as vA, type AssignRemoveSimHistory as vB, MasterSimSchema as vC, type MasterSimDTO as vD, MasterSimQuerySchema as vE, type MasterSimQueryDTO as vF, toMasterSimPayload as vG, newMasterSimPayload as vH, findMasterSims as vI, createMasterSim as vJ, updateMasterSim as vK, deleteMasterSim as vL, type MasterDevice as vM, type AssignRemoveDeviceHistory as vN, type MasterDeviceFile as vO, MasterDeviceSchema as vP, type MasterDeviceDTO as vQ, MasterDeviceQuerySchema as vR, type MasterDeviceQueryDTO as vS, DeviceSimLinkSchema as vT, type DeviceSimLinkDTO as vU, toMasterDevicePayload as vV, newMasterDevicePayload as vW, findMasterDevices as vX, createMasterDevice as vY, updateMasterDevice as vZ, deleteMasterDevice as v_, type MasterDeviceManufacturer as va, MasterDeviceManufacturerSchema as vb, type MasterDeviceManufacturerDTO as vc, MasterDeviceManufacturerQuerySchema as vd, type MasterDeviceManufacturerQueryDTO as ve, toMasterDeviceManufacturerPayload as vf, newMasterDeviceManufacturerPayload as vg, findMasterDeviceManufacturers as vh, createMasterDeviceManufacturer as vi, updateMasterDeviceManufacturer as vj, deleteMasterDeviceManufacturer as vk, getMasterDeviceManufacturerCache as vl, getMasterDeviceManufacturerCacheCount as vm, getMasterDeviceManufacturerCacheChild as vn, type MasterMainSimProvider as vo, MasterMainSimProviderSchema as vp, type MasterMainSimProviderDTO as vq, MasterMainSimProviderQuerySchema as vr, type MasterMainSimProviderQueryDTO as vs, toMasterMainSimProviderPayload as vt, newMasterMainSimProviderPayload as vu, findMasterMainSimProviders as vv, createMasterMainSimProvider as vw, updateMasterMainSimProvider as vx, deleteMasterMainSimProvider as vy, getMasterMainSimProviderCache as vz, findMasterMainCurrencies as w, deleteMasterMainUnitVolume as w$, device_sim_unlink as w0, get_device_sim_link_history_by_sim as w1, get_device_sim_link_history_by_device as w2, type MasterMainTimeZone as w3, MasterMainTimeZoneSchema as w4, type MasterMainTimeZoneDTO as w5, MasterMainTimeZoneQuerySchema as w6, type MasterMainTimeZoneQueryDTO as w7, toMasterMainTimeZonePayload as w8, newMasterMainTimeZonePayload as w9, createMasterMainCountry as wA, updateMasterMainCountry as wB, deleteMasterMainCountry as wC, getMasterMainCountryCache as wD, getMasterMainCountryCacheChild as wE, type MasterMainUnitMileage as wF, MasterMainUnitMileageSchema as wG, type MasterMainUnitMileageDTO as wH, MasterMainUnitMileageQuerySchema as wI, type MasterMainUnitMileageQueryDTO as wJ, toMasterMainUnitMileagePayload as wK, newMasterMainUnitMileagePayload as wL, findMasterMainUnitMileages as wM, createMasterMainUnitMileage as wN, updateMasterMainUnitMileage as wO, deleteMasterMainUnitMileage as wP, getMasterMainUnitMileageCache as wQ, type MasterMainUnitVolume as wR, MasterMainUnitVolumeSchema as wS, type MasterMainUnitVolumeDTO as wT, MasterMainUnitVolumeQuerySchema as wU, type MasterMainUnitVolumeQueryDTO as wV, toMasterMainUnitVolumePayload as wW, newMasterMainUnitVolumePayload as wX, findMasterMainUnitVolumes as wY, createMasterMainUnitVolume as wZ, updateMasterMainUnitVolume as w_, findMasterMainTimeZones as wa, createMasterMainTimeZone as wb, updateMasterMainTimeZone as wc, deleteMasterMainTimeZone as wd, getMasterMainTimeZoneCacheAll as we, getMasterMainTimeZoneCache as wf, type MasterMainState as wg, MasterMainStateSchema as wh, type MasterMainStateDTO as wi, MasterMainStateQuerySchema as wj, type MasterMainStateQueryDTO as wk, toMasterMainStatePayload as wl, newMasterMainStatePayload as wm, findMasterMainStates as wn, createMasterMainState as wo, updateMasterMainState as wp, deleteMasterMainState as wq, getMasterMainStateCache as wr, type MasterMainCountry as ws, MasterMainCountrySchema as wt, type MasterMainCountryDTO as wu, MasterMainCountryQuerySchema as wv, type MasterMainCountryQueryDTO as ww, toMasterMainCountryPayload as wx, newMasterMainCountryPayload as wy, findMasterMainCountries as wz, createMasterMainCurrency as x, getMasterSparePartCategoryCacheCount as x$, getMasterMainUnitVolumeCache as x0, type OrganisationCalendar as x1, OrganisationCalendarSchema as x2, type OrganisationCalendarDTO as x3, OrganisationCalendarQuerySchema as x4, type OrganisationCalendarQueryDTO as x5, toOrganisationCalendarPayload as x6, newOrganisationCalendarPayload as x7, findOrganisationCalendar as x8, createOrganisationCalendar as x9, MasterSparePartSubCategorySchema as xA, type MasterSparePartSubCategoryDTO as xB, SparePartSubCategoryQuerySchema as xC, type SparePartSubCategoryQueryDTO as xD, FindCacheSchema$1 as xE, type FindCacheDTO$1 as xF, toMasterSparePartSubCategoryPayload as xG, newMasterSparePartSubCategoryPayload as xH, findMasterSparePartSubCategories as xI, createMasterSparePartSubCategory as xJ, updateMasterSparePartSubCategory as xK, deleteMasterSparePartSubCategory as xL, getMasterSparePartSubCategoryCache as xM, getMasterSparePartSubCategoryCacheCount as xN, type MasterSparePartCategory as xO, MasterSparePartCategorySchema as xP, type MasterSparePartCategoryDTO as xQ, SparePartCategoryQuerySchema as xR, type SparePartCategoryQueryDTO as xS, toMasterSparePartCategoryPayload as xT, newMasterSparePartCategoryPayload as xU, findMasterSparePartCategories as xV, createMasterSparePartCategory as xW, updateMasterSparePartCategory as xX, deleteMasterSparePartCategory as xY, getMasterSparePartCategoryCache as xZ, getMasterSparePartCategoryCacheChild as x_, updateOrganisationCalendar as xa, deleteOrganisationCalendar as xb, type OrganisationNoticeBoard as xc, OrganisationNoticeBoardSchema as xd, type OrganisationNoticeBoardDTO as xe, OrganisationNoticeBoardQuerySchema as xf, type OrganisationNoticeBoardQueryDTO as xg, toOrganisationNoticeBoardPayload as xh, newOrganisationNoticeBoardPayload as xi, findOrganisationNoticeBoard as xj, createOrganisationNoticeBoard as xk, updateOrganisationNoticeBoard as xl, deleteOrganisationNoticeBoard as xm, type MasterExpenseType as xn, MasterExpenseTypeSchema as xo, type MasterExpenseTypeDTO as xp, MasterExpenseTypeQuerySchema as xq, type MasterExpenseTypeQueryDTO as xr, toMasterExpenseTypePayload as xs, newMasterExpenseTypePayload as xt, findMasterExpenseTypes as xu, createMasterExpenseType as xv, updateMasterExpenseType as xw, deleteMasterExpenseType as xx, getMasterExpenseTypeCache as xy, type MasterSparePartSubCategory as xz, updateMasterMainCurrency as y, deleteMasterTyreMake as y$, type MasterSparePartUnit as y0, MasterSparePartUnitSchema as y1, type MasterSparePartUnitDTO as y2, SparePartUnitQuerySchema as y3, type SparePartUnitQueryDTO as y4, toMasterSparePartUnitPayload as y5, newMasterSparePartUnitPayload as y6, findMasterSparePartUnits as y7, createMasterSparePartUnit as y8, updateMasterSparePartUnit as y9, getMasterTyreGradeCache as yA, getMasterTyreGradeCacheCount as yB, type MasterTyreModel as yC, MasterTyreModelSchema as yD, type MasterTyreModelDTO as yE, MasterTyreModelQuerySchema as yF, type MasterTyreModelQueryDTO as yG, FindCacheSchema as yH, type FindCacheDTO as yI, toMasterTyreModelPayload as yJ, newMasterTyreModelPayload as yK, findMasterTyreModels as yL, createMasterTyreModel as yM, updateMasterTyreModel as yN, deleteMasterTyreModel as yO, getMasterTyreModelCache as yP, getMasterTyreModelCacheCount as yQ, type MasterTyreMake as yR, MasterTyreMakeSchema as yS, type MasterTyreMakeDTO as yT, MasterTyreMakeQuerySchema as yU, type MasterTyreMakeQueryDTO as yV, toMasterTyreMakePayload as yW, newMasterTyreMakePayload as yX, findMasterTyreMakes as yY, createMasterTyreMake as yZ, updateMasterTyreMake as y_, deleteMasterSparePartUnit as ya, getMasterSparePartUnitCache as yb, getMasterSparePartUnitCacheCount as yc, type MasterTripPartyType as yd, MasterTripPartyTypeSchema as ye, type MasterTripPartyTypeDTO as yf, MasterTripPartyTypeQuerySchema as yg, type MasterTripPartyTypeQueryDTO as yh, toMasterTripPartyTypePayload as yi, newMasterTripPartyTypePayload as yj, findMasterTripPartyTypes as yk, createMasterTripPartyType as yl, updateMasterTripPartyType as ym, deleteMasterTripPartyType as yn, getMasterTripPartyTypeCache as yo, type MasterTyreGrade as yp, MasterTyreGradeSchema as yq, type MasterTyreGradeDTO as yr, MasterTyreGradeQuerySchema as ys, type MasterTyreGradeQueryDTO as yt, toMasterTyreGradePayload as yu, newMasterTyreGradePayload as yv, findMasterTyreGrades as yw, createMasterTyreGrade as yx, updateMasterTyreGrade as yy, deleteMasterTyreGrade as yz, deleteMasterMainCurrency as z, getMasterTyreMakeCache as z0, getMasterTyreMakeCacheCount as z1, getMasterTyreMakeCacheChild as z2, type MasterMainUnitDistance as z3, MasterMainUnitDistanceSchema as z4, type MasterMainUnitDistanceDTO as z5, MasterMainUnitDistanceQuerySchema as z6, type MasterMainUnitDistanceQueryDTO as z7, toMasterMainUnitDistancePayload as z8, newMasterMainUnitDistancePayload as z9, BookMarkQuerySchema as zA, type BookMarkQueryDTO as zB, toBookMarkPayload as zC, newBookMarkPayload as zD, findBookMarks as zE, createBookMark as zF, updateBookMark as zG, deleteBookMark as zH, findMasterMainUnitDistances as za, createMasterMainUnitDistance as zb, updateMasterMainUnitDistance as zc, deleteMasterMainUnitDistance as zd, getMasterMainUnitDistanceCache as ze, type UserOrganisationSimple as zf, UserOrganisationSchema as zg, type UserOrganisationDTO as zh, UserOrganisationQuerySchema as zi, type UserOrganisationQueryDTO as zj, UserOrganisationLogoSchema as zk, type UserOrganisationLogoDTO as zl, toUserOrganisationPayload as zm, newUserOrganisationPayload as zn, get_organisation_logo_presigned_url as zo, update_organisation_logo as zp, delete_organisation_logo as zq, findUserOrganisation as zr, createUserOrganisation as zs, updateUserOrganisation as zt, deleteUserOrganisation as zu, getUserOrganisationCache as zv, getUserOrganisationCacheSimple as zw, type BookMark as zx, BookMarkSchema as zy, type BookMarkDTO as zz };