vms-nest-api-document 43.0.0 → 44.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 (125) hide show
  1. package/dist/{fasttag_details-GH3ZJbuh.d.ts → fasttag_details-CXKBZUN4.d.ts} +1 -1
  2. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  3. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  4. package/dist/services/account/eway_bill_details.d.ts +1 -1
  5. package/dist/services/account/fasttag_details.d.ts +2 -2
  6. package/dist/services/account/fasttag_transactions.d.ts +2 -2
  7. package/dist/services/account/invoice_service.d.ts +1 -1
  8. package/dist/services/account/master_bookmark_service.d.ts +1 -1
  9. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  10. package/dist/services/account/report_preferences.service.d.ts +1 -1
  11. package/dist/services/account/ticket_service.d.ts +1 -1
  12. package/dist/services/account/user_bookmark_service.d.ts +1 -1
  13. package/dist/services/core/cronjobs.service.d.ts +12 -12
  14. package/dist/services/core/external_api_push.service.d.ts +15 -15
  15. package/dist/services/core/external_api_share.service.d.ts +11 -11
  16. package/dist/services/core/external_api_sync.service.d.ts +16 -16
  17. package/dist/services/fleet/breakdown_management/breakdown_management_service.d.ts +1 -1
  18. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  19. package/dist/services/fleet/bus_mangement/day_run_daily_schedule_api.d.ts +1 -1
  20. package/dist/services/fleet/bus_mangement/day_run_special_schedule_api.d.ts +1 -1
  21. package/dist/services/fleet/bus_mangement/master_daily_schedule.d.ts +1 -1
  22. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  23. package/dist/services/fleet/bus_mangement/master_special_schedule.d.ts +1 -1
  24. package/dist/services/fleet/document_management/document_management_service.d.ts +1 -1
  25. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  26. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  27. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  28. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  29. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  30. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  31. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  32. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  33. package/dist/services/fleet/school_management/calendar_service.d.ts +1 -1
  34. package/dist/services/fleet/school_management/notice_board_service.d.ts +1 -1
  35. package/dist/services/fleet/school_management/student_service.d.ts +1 -1
  36. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  37. package/dist/services/fleet/service_management/fleet_service_service.d.ts +1 -1
  38. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  39. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  40. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  41. package/dist/services/fleet/workshop_management/fleet_workshop_service.d.ts +1 -1
  42. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  43. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  44. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  45. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  46. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  47. package/dist/services/gps/features/gps_lock_digital_door_log_service.d.ts +3 -3
  48. package/dist/services/gps/features/gps_lock_relay_log_service.d.ts +3 -3
  49. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  50. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  51. package/dist/services/main/users/auth_service.d.ts +1 -1
  52. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  53. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  54. package/dist/services/main/users/user_organisation_service.js +5 -0
  55. package/dist/services/main/users/user_service.d.ts +1 -1
  56. package/dist/services/main/vehicle/childs/shared_vehicles.d.ts +160 -0
  57. package/dist/services/main/vehicle/childs/shared_vehicles.js +297 -0
  58. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +19 -19
  59. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  60. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  61. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  62. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  63. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  64. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  65. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  66. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  67. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +2 -2
  68. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  69. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  70. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  71. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  72. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  73. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  74. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  75. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  76. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  77. package/dist/services/master/fleet/master_fleet_breakdown_type_service.d.ts +1 -1
  78. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  79. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  80. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  81. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  82. package/dist/services/master/fleet/master_fleet_service_part_service.d.ts +1 -1
  83. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  84. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  85. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  86. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  87. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  88. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  89. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  90. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  91. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  92. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  93. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  94. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  95. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  96. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  97. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  98. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  99. package/dist/services/master/organisation/organisation_fleet_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/dist/services/website/exclusive_feature_access.d.ts +1 -1
  124. package/dist/{user_organisation_service-B0JTWesp.d.ts → user_organisation_service-avtrvdsx.d.ts} +2 -1
  125. package/package.json +1 -1
@@ -25448,7 +25448,8 @@ declare const updateUserOrganisation: (id: string, data: UserOrganisationDTO) =>
25448
25448
  declare const deleteUserOrganisation: (id: string) => Promise<SBR>;
25449
25449
  declare const updateUserOrganisationShowFilter: (id: string, data: UserOrganisationShowFilterDTO) => Promise<SBR>;
25450
25450
  declare const getNextOrganisationUTrackId: () => Promise<BR<NextOrganisationUTrackId>>;
25451
+ declare const get_organisation_details: (id: string) => Promise<FBR<UserOrganisation[]>>;
25451
25452
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
25452
25453
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
25453
25454
 
25454
- export { type MasterVehicleFuelType as $, type MasterMainDateFormat as A, type ExclusiveFeatureAccessQueryDTO as A$, type MasterTripPartyTypeQueryDTO as A0, MasterTripPartyTypeQuerySchema as A1, MasterTripPartyTypeSchema as A2, createMasterTripPartyType as A3, deleteMasterTripPartyType as A4, findMasterTripPartyTypes as A5, getMasterTripPartyTypeCache as A6, newMasterTripPartyTypePayload as A7, toMasterTripPartyTypePayload as A8, updateMasterTripPartyType as A9, updateMasterTyreModel as AA, type MasterTyreMakeDTO as AB, type MasterTyreMakeQueryDTO as AC, MasterTyreMakeQuerySchema as AD, MasterTyreMakeSchema as AE, createMasterTyreMake as AF, deleteMasterTyreMake as AG, findMasterTyreMakes as AH, getMasterTyreMakeCache as AI, getMasterTyreMakeCacheChild as AJ, getMasterTyreMakeCacheCount as AK, newMasterTyreMakePayload as AL, toMasterTyreMakePayload as AM, updateMasterTyreMake as AN, type MasterMainUnitDistanceDTO as AO, type MasterMainUnitDistanceQueryDTO as AP, MasterMainUnitDistanceQuerySchema as AQ, MasterMainUnitDistanceSchema as AR, createMasterMainUnitDistance as AS, deleteMasterMainUnitDistance as AT, findMasterMainUnitDistances as AU, getMasterMainUnitDistanceCache as AV, newMasterMainUnitDistancePayload as AW, toMasterMainUnitDistancePayload as AX, updateMasterMainUnitDistance as AY, type ExclusiveFeatureAccess as AZ, type ExclusiveFeatureAccessDTO as A_, type MasterTyreGradeDTO as Aa, type MasterTyreGradeQueryDTO as Ab, MasterTyreGradeQuerySchema as Ac, MasterTyreGradeSchema as Ad, createMasterTyreGrade as Ae, deleteMasterTyreGrade as Af, findMasterTyreGrades as Ag, getMasterTyreGradeCache as Ah, getMasterTyreGradeCacheCount as Ai, newMasterTyreGradePayload as Aj, toMasterTyreGradePayload as Ak, updateMasterTyreGrade as Al, type FindCacheDTO as Am, FindCacheSchema as An, type MasterTyreModel as Ao, type MasterTyreModelDTO as Ap, type MasterTyreModelQueryDTO as Aq, MasterTyreModelQuerySchema as Ar, MasterTyreModelSchema as As, createMasterTyreModel as At, deleteMasterTyreModel as Au, findMasterTyreModels as Av, getMasterTyreModelCache as Aw, getMasterTyreModelCacheCount as Ax, newMasterTyreModelPayload as Ay, toMasterTyreModelPayload as Az, type BusStop as B, ExclusiveFeatureAccessQuerySchema as B0, ExclusiveFeatureAccessSchema as B1, createDemo as B2, deleteExclusiveFeatureAccess as B3, findExclusiveFeatureAccess as B4, newExclusiveFeatureAccessPayload as B5, toExclusiveFeatureAccessPayload as B6, updateExclusiveFeatureAccess as B7, type NextOrganisationUTrackId as B8, type UserOrganisationDTO as B9, type UserOrganisationLogoDTO as Ba, UserOrganisationLogoSchema as Bb, type UserOrganisationQueryDTO as Bc, UserOrganisationQuerySchema as Bd, UserOrganisationSchema as Be, type UserOrganisationShowFilterDTO as Bf, UserOrganisationShowFilterSchema as Bg, type UserOrganisationSimple as Bh, createUserOrganisation as Bi, deleteUserOrganisation as Bj, findUserOrganisation as Bk, getNextOrganisationUTrackId as Bl, getUserOrganisationCache as Bm, getUserOrganisationCacheSimple as Bn, get_organisation_logo_presigned_url as Bo, newUserOrganisationPayload as Bp, remove_organisation_logo as Bq, toUserOrganisationPayload as Br, updateUserOrganisation as Bs, updateUserOrganisationShowFilter as Bt, update_organisation_logo as Bu, type MasterMainLanguage as C, type MasterMainUnitDistance as D, type MasterMainUnitMileage as E, type MasterMainUnitVolume as F, type MasterMainSimProvider as G, type OrganisationSubCompany as H, type OrganisationColor as I, type OrganisationTag as J, type OrganisationGroup as K, type MasterSparePartCategory as L, type MasterVehicle as M, type MasterSparePartUnit as N, type OrganisationBranch as O, type MasterTripPartyType as P, type MasterTyreMake as Q, type MasterTyreGrade as R, type Student as S, type MasterUserRole as T, type UserOrganisation as U, type MasterUserStatus as V, type MasterVehicleType as W, type MasterVehicleMake as X, type MasterVehicleStatusType as Y, type MasterVehicleOwnershipType as Z, type MasterVehicleAssociatedTo as _, type User as a, type MasterMainDateFormatQueryDTO as a$, type MasterVehicleFuelUnit as a0, type MasterVehicleFuelRemovalReason as a1, type MasterVehicleDocumentType as a2, type MasterMainIndustryDTO as a3, type MasterMainIndustryQueryDTO as a4, MasterMainIndustryQuerySchema as a5, MasterMainIndustrySchema as a6, createMasterMainIndustry as a7, deleteMasterMainIndustry as a8, findMasterMainIndustry as a9, newMasterUserRolePayload as aA, toMasterUserRolePayload as aB, updateMasterUserRole as aC, type MasterUserStatusDTO as aD, type MasterUserStatusQueryDTO as aE, MasterUserStatusQuerySchema as aF, MasterUserStatusSchema as aG, createMasterUserStatus as aH, deleteMasterUserStatus as aI, findMasterUserStatuses as aJ, getMasterUserStatusCache as aK, getMasterUserStatusCacheCount as aL, newMasterUserStatusPayload as aM, toMasterUserStatusPayload as aN, updateMasterUserStatus as aO, type MasterMainLanguageDTO as aP, type MasterMainLanguageQueryDTO as aQ, MasterMainLanguageQuerySchema as aR, MasterMainLanguageSchema as aS, createMasterMainLanguage as aT, deleteMasterMainLanguage as aU, findMasterMainLanguages as aV, getMasterMainLanguageCache as aW, newMasterMainLanguagePayload as aX, toMasterMainLanguagePayload as aY, updateMasterMainLanguage as aZ, type MasterMainDateFormatDTO as a_, getMasterMainIndustryCache as aa, newMasterMainIndustryPayload as ab, toMasterMainIndustryPayload as ac, updateMasterMainIndustry as ad, type MasterMainCurrency as ae, type MasterMainCurrencyDTO as af, type MasterMainCurrencyQueryDTO as ag, MasterMainCurrencyQuerySchema as ah, MasterMainCurrencySchema as ai, createMasterMainCurrency as aj, deleteMasterMainCurrency as ak, findMasterMainCurrencies as al, getMasterMainCurrencyCache as am, getMasterMainCurrencyCacheAll as an, newMasterMainCurrencyPayload as ao, toMasterMainCurrencyPayload as ap, updateMasterMainCurrency as aq, type MasterUserRoleDTO as ar, type MasterUserRoleQueryDTO as as, MasterUserRoleQuerySchema as at, MasterUserRoleSchema as au, createMasterUserRole as av, deleteMasterUserRole as aw, findMasterUserRoles as ax, getMasterUserRoleCache as ay, getMasterUserRoleCacheCount as az, type MasterRoute as b, newOrganisationTagPayload as b$, MasterMainDateFormatQuerySchema as b0, MasterMainDateFormatSchema as b1, createMasterMainDateFormat as b2, deleteMasterMainDateFormat as b3, findMasterMainDateFormats as b4, getMasterMainDateFormatCache as b5, newMasterMainDateFormatPayload as b6, toMasterMainDateFormatPayload as b7, updateMasterMainDateFormat as b8, type OrganisationSubCompanyDTO as b9, getOrganisationBranchCacheCount as bA, newOrganisationBranchPayload as bB, toOrganisationBranchPayload as bC, updateOrganisationBranch as bD, type OrganisationColorDTO as bE, type OrganisationColorQueryDTO as bF, OrganisationColorQuerySchema as bG, OrganisationColorSchema as bH, createOrganisationColor as bI, deleteOrganisationColor as bJ, findOrganisationColors as bK, getOrganisationColorCache as bL, getOrganisationColorCacheChild as bM, getOrganisationColorCacheCount as bN, newOrganisationColorPayload as bO, toOrganisationColorPayload as bP, updateOrganisationColor as bQ, type OrganisationTagDTO as bR, type OrganisationTagQueryDTO as bS, OrganisationTagQuerySchema as bT, OrganisationTagSchema as bU, createOrganisationTag as bV, deleteOrganisationTag as bW, findOrganisationTags as bX, getOrganisationTagCache as bY, getOrganisationTagCacheChild as bZ, getOrganisationTagCacheCount as b_, type OrganisationSubCompanyQueryDTO as ba, OrganisationSubCompanyQuerySchema as bb, OrganisationSubCompanySchema as bc, type SubCompanyLogoDTO as bd, SubCompanyLogoSchema as be, createOrganisationSubCompany as bf, deleteOrganisationSubCompany as bg, delete_organisation_sub_company_logo as bh, findOrganisationSubCompanyies as bi, getOrganisationSubCompanyCache as bj, getOrganisationSubCompanyCacheChild as bk, getOrganisationSubCompanyCacheCount as bl, get_organisation_sub_company_logo_presigned_url as bm, newOrganisationSubCompanyPayload as bn, toOrganisationSubCompanyPayload as bo, updateOrganisationSubCompany as bp, update_organisation_sub_company_logo as bq, type OrganisationBranchDTO as br, type OrganisationBranchQueryDTO as bs, OrganisationBranchQuerySchema as bt, OrganisationBranchSchema as bu, createOrganisationBranch as bv, deleteOrganisationBranch as bw, findOrganisationBranchs as bx, getOrganisationBranchCache as by, getOrganisationBranchCacheChild as bz, type MasterDailySchedule as c, newMasterFleetIncidentSeverityPayload as c$, toOrganisationTagPayload as c0, updateOrganisationTag as c1, type AllVehiclesFuelDailySummaryDTO as c2, AllVehiclesFuelDailySummaryQuerySchema as c3, type FleetFuelDailyMonthlySummaryQueryDTO as c4, FleetFuelDailyMonthlySummaryQuerySchema as c5, type FleetFuelDailySummary as c6, type FleetFuelDailySummaryDTO as c7, type FleetFuelDailySummaryDashBoardQueryDTO as c8, FleetFuelDailySummaryDashBoardQuerySchema as c9, MasterFleetIncidentTypeSchema as cA, createMasterFleetIncidentType as cB, deleteMasterFleetIncidentType as cC, findMasterFleetIncidentTypes as cD, getMasterFleetIncidentTypeCache as cE, newMasterFleetIncidentTypePayload as cF, toMasterFleetIncidentTypePayload as cG, updateMasterFleetIncidentType as cH, type MasterFleetIncidentStatusDTO as cI, type MasterFleetIncidentStatusQueryDTO as cJ, MasterFleetIncidentStatusQuerySchema as cK, MasterFleetIncidentStatusSchema as cL, createMasterFleetIncidentStatus as cM, deleteMasterFleetIncidentStatus as cN, findMasterFleetIncidentStatuses as cO, getMasterFleetIncidentStatusCache as cP, newMasterFleetIncidentStatusPayload as cQ, toMasterFleetIncidentStatusPayload as cR, updateMasterFleetIncidentStatus as cS, type MasterFleetIncidentSeverityDTO as cT, type MasterFleetIncidentSeverityQueryDTO as cU, MasterFleetIncidentSeverityQuerySchema as cV, MasterFleetIncidentSeveritySchema as cW, createMasterFleetIncidentSeverity as cX, deleteMasterFleetIncidentSeverity as cY, findMasterFleetIncidentSeverities as cZ, getMasterFleetIncidentSeverityCache as c_, type FleetFuelDailySummaryQueryDTO as ca, FleetFuelDailySummaryQuerySchema as cb, FleetFuelDailySummarySchema as cc, type FuelDashboard as cd, createFleetFuelDailySummary as ce, deleteFleetFuelDailySummary as cf, findFleetFuelDailySummary as cg, findFleetFuelMonthlySummary as ch, fuel_dashboard as ci, newFleetFuelDailySummaryPayload as cj, toFleetFuelDailySummaryPayload as ck, updateFleetFuelDailySummary as cl, type MasterExpenseNameDTO as cm, type MasterExpenseNameQueryDTO as cn, MasterExpenseNameQuerySchema as co, MasterExpenseNameSchema as cp, createMasterExpenseName as cq, deleteMasterExpenseName as cr, findMasterExpenseNames as cs, getMasterExpenseNameCache as ct, newMasterExpenseNamePayload as cu, toMasterExpenseNamePayload as cv, updateMasterExpenseName as cw, type MasterFleetIncidentTypeDTO as cx, type MasterFleetIncidentTypeQueryDTO as cy, MasterFleetIncidentTypeQuerySchema as cz, type MasterDriver as d, MasterFuelCompanyQuerySchema as d$, toMasterFleetIncidentSeverityPayload as d0, updateMasterFleetIncidentSeverity as d1, type MasterFleetInsuranceClaimStatusDTO as d2, type MasterFleetInsuranceClaimStatusQueryDTO as d3, MasterFleetInsuranceClaimStatusQuerySchema as d4, MasterFleetInsuranceClaimStatusSchema as d5, createMasterFleetInsuranceClaimStatus as d6, deleteMasterFleetInsuranceClaimStatus as d7, findMasterFleetInsuranceClaimStatuses as d8, getMasterFleetInsuranceClaimStatusCache as d9, findFleetIncidentCost as dA, get_incident_file_presigned_url as dB, incident_dashboard as dC, newFleetIncidentCostPayload as dD, newFleetIncidentPayload as dE, remove_incident_file as dF, toFleetIncidentCostPayload as dG, toFleetIncidentPayload as dH, updateFleetIncident as dI, updateFleetIncidentCost as dJ, type FleetVendorServiceCenter as dK, type FleetVendorServiceCenterDTO as dL, type FleetVendorServiceCenterQueryDTO as dM, FleetVendorServiceCenterQuerySchema as dN, FleetVendorServiceCenterSchema as dO, type FleetVendorServiceCenterSimple as dP, createFleetVendorServiceCenter as dQ, deleteFleetVendorServiceCenter as dR, findFleetVendorServiceCenter as dS, find_service_center_cache_simple as dT, newFleetVendorServiceCenterPayload as dU, toFleetVendorServiceCenterPayload as dV, updateFleetVendorServiceCenter as dW, type FuelCompanyLogoDTO as dX, FuelCompanyLogoSchema as dY, type MasterFuelCompanyDTO as dZ, type MasterFuelCompanyQueryDTO as d_, newMasterFleetInsuranceClaimStatusPayload as da, toMasterFleetInsuranceClaimStatusPayload as db, updateMasterFleetInsuranceClaimStatus as dc, type FleetIncident as dd, type FleetIncidentCost as de, type FleetIncidentCostDTO as df, type FleetIncidentCostQueryDTO as dg, FleetIncidentCostQuerySchema as dh, FleetIncidentCostSchema as di, type FleetIncidentDTO as dj, type FleetIncidentDashBoardQueryDTO as dk, FleetIncidentDashBoardQuerySchema as dl, type FleetIncidentFile as dm, type FleetIncidentFileDTO as dn, FleetIncidentFileSchema as dp, type FleetIncidentQueryDTO as dq, FleetIncidentQuerySchema as dr, FleetIncidentSchema as ds, type IncidentDashboard as dt, createFleetIncident as du, createFleetIncidentCost as dv, create_incident_file as dw, deleteFleetIncident as dx, deleteFleetIncidentCost as dy, findFleetIncident as dz, type MasterSpecialSchedule as e, type FleetVendorBankAccount as e$, MasterFuelCompanySchema as e0, createMasterFuelCompany as e1, deleteMasterFuelCompany as e2, delete_master_fuel_company_logo as e3, findMasterFuelCompanys as e4, getMasterFuelCompanyCache as e5, get_master_fuel_company_presigned_url as e6, newMasterFuelCompanyPayload as e7, toMasterFuelCompanyPayload as e8, updateMasterFuelCompany as e9, type MasterVendorTagQueryDTO as eA, MasterVendorTagQuerySchema as eB, MasterVendorTagSchema as eC, createMasterVendorTag as eD, deleteMasterVendorTag as eE, findMasterVendorTags as eF, getMasterVendorTagCache as eG, newMasterVendorTagPayload as eH, toMasterVendorTagPayload as eI, updateMasterVendorTag as eJ, type MasterVendorDocumentTypeDTO as eK, type MasterVendorDocumentTypeQueryDTO as eL, MasterVendorDocumentTypeQuerySchema as eM, MasterVendorDocumentTypeSchema as eN, createMasterVendorDocumentType as eO, deleteMasterVendorDocumentType as eP, findMasterVendorDocumentTypes as eQ, getMasterVendorDocumentTypeCache as eR, newMasterVendorDocumentTypePayload as eS, toMasterVendorDocumentTypePayload as eT, updateMasterVendorDocumentType as eU, type FleetVendor as eV, type FleetVendorAddress as eW, type FleetVendorAddressDTO as eX, type FleetVendorAddressQueryDTO as eY, FleetVendorAddressQuerySchema as eZ, FleetVendorAddressSchema as e_, update_master_fuel_company_logo as ea, type FleetVendorFuelStation as eb, type FleetVendorFuelStationDTO as ec, type FleetVendorFuelStationQueryDTO as ed, FleetVendorFuelStationQuerySchema as ee, FleetVendorFuelStationSchema as ef, type FleetVendorFuelStationSimple as eg, createFleetVendorFuelStation as eh, deleteFleetVendorFuelStation as ei, findFleetVendorFuelStation as ej, find_fuel_station_cache_simple as ek, newFleetVendorFuelStationPayload as el, toFleetVendorFuelStationPayload as em, updateFleetVendorFuelStation as en, type MasterVendorTypeDTO as eo, type MasterVendorTypeQueryDTO as ep, MasterVendorTypeQuerySchema as eq, MasterVendorTypeSchema as er, createMasterVendorType as es, deleteMasterVendorType as et, findMasterVendorTypes as eu, getMasterVendorTypeCache as ev, newMasterVendorTypePayload as ew, toMasterVendorTypePayload as ex, updateMasterVendorType as ey, type MasterVendorTagDTO as ez, type UserAdmin as f, newFleetVendorPayload as f$, type FleetVendorBankAccountDTO as f0, type FleetVendorBankAccountQueryDTO as f1, FleetVendorBankAccountQuerySchema as f2, FleetVendorBankAccountSchema as f3, type FleetVendorContactPerson as f4, type FleetVendorContactPersonDTO as f5, type FleetVendorContactPersonLogoDTO as f6, FleetVendorContactPersonLogoSchema as f7, type FleetVendorContactPersonQueryDTO as f8, FleetVendorContactPersonQuerySchema as f9, createFleetVendor as fA, createFleetVendorAddress as fB, createFleetVendorBankAccount as fC, createFleetVendorContactPerson as fD, createFleetVendorDocument as fE, createFleetVendorReview as fF, create_vendor_document_file as fG, deleteFleetVendor as fH, deleteFleetVendorAddress as fI, deleteFleetVendorBankAccount as fJ, deleteFleetVendorContactPerson as fK, deleteFleetVendorDocument as fL, deleteFleetVendorReview as fM, findFleetVendor as fN, findFleetVendorAddress as fO, findFleetVendorBankAccount as fP, findFleetVendorContactPerson as fQ, findFleetVendorDocument as fR, findFleetVendorReview as fS, find_vendor_cache_simple as fT, get_vendor_contact_person_logo_presigned_url as fU, get_vendor_document_file_presigned_url as fV, get_vendor_logo_presigned_url as fW, newFleetVendorAddressPayload as fX, newFleetVendorBankAccountPayload as fY, newFleetVendorContactPersonPayload as fZ, newFleetVendorDocumentPayload as f_, FleetVendorContactPersonSchema as fa, type FleetVendorDTO as fb, type FleetVendorDashBoardQueryDTO as fc, FleetVendorDashBoardQuerySchema as fd, type FleetVendorDocument as fe, type FleetVendorDocumentDTO as ff, type FleetVendorDocumentFile as fg, type FleetVendorDocumentFileDTO as fh, FleetVendorDocumentFileSchema as fi, type FleetVendorDocumentQueryDTO as fj, FleetVendorDocumentQuerySchema as fk, FleetVendorDocumentSchema as fl, type FleetVendorLogoDTO as fm, FleetVendorLogoSchema as fn, type FleetVendorQueryDTO as fo, FleetVendorQuerySchema as fp, type FleetVendorReview as fq, type FleetVendorReviewDTO as fr, type FleetVendorReviewQueryDTO as fs, FleetVendorReviewQuerySchema as ft, FleetVendorReviewSchema as fu, FleetVendorSchema as fv, type FleetVendorSimple as fw, type FleetVendorTagLink as fx, type FleetVendorTypeLink as fy, type VendorDashboard as fz, type MasterClass as g, type FleetServiceFile as g$, newFleetVendorReviewPayload as g0, remove_vendor_contact_person_image as g1, remove_vendor_document_file as g2, remove_vendor_logo as g3, toFleetVendorAddressPayload as g4, toFleetVendorBankAccountPayload as g5, toFleetVendorContactPersonPayload as g6, toFleetVendorDocumentPayload as g7, toFleetVendorPayload as g8, toFleetVendorReviewPayload as g9, type MasterFleetServiceTaskDTO as gA, type MasterFleetServiceTaskQueryDTO as gB, MasterFleetServiceTaskQuerySchema as gC, MasterFleetServiceTaskSchema as gD, createMasterFleetServiceTask as gE, deleteMasterFleetServiceTask as gF, findMasterFleetServiceTasks as gG, getMasterFleetServiceTaskCache as gH, newMasterFleetServiceTaskPayload as gI, toMasterFleetServiceTaskPayload as gJ, updateMasterFleetServiceTask as gK, type MasterFleetServicePart as gL, type MasterFleetServicePartDTO as gM, type MasterFleetServicePartQueryDTO as gN, MasterFleetServicePartQuerySchema as gO, MasterFleetServicePartSchema as gP, createMasterFleetServicePart as gQ, deleteMasterFleetServicePart as gR, findMasterFleetServicePart as gS, findMasterFleetServicePartCache as gT, newMasterFleetServicePartPayload as gU, toMasterFleetServicePartPayload as gV, updateMasterFleetServicePart as gW, type FleetService as gX, type FleetServiceDTO as gY, type FleetServiceDashBoardQueryDTO as gZ, FleetServiceDashBoardQuerySchema as g_, updateFleetVendor as ga, updateFleetVendorAddress as gb, updateFleetVendorBankAccount as gc, updateFleetVendorContactPerson as gd, updateFleetVendorDocument as ge, updateFleetVendorReview as gf, update_vendor_contact_person_image as gg, update_vendor_logo as gh, vendor_dashboard as gi, type FleetWorkshop as gj, type FleetWorkshopDTO as gk, type FleetWorkshopDashBoardQueryDTO as gl, FleetWorkshopDashBoardQuerySchema as gm, type FleetWorkshopQueryDTO as gn, FleetWorkshopQuerySchema as go, FleetWorkshopSchema as gp, type FleetWorkshopSimple as gq, type WorkshopDashboard as gr, createFleetWorkshop as gs, deleteFleetWorkshop as gt, findFleetWorkshop as gu, find_workshop_cache_simple as gv, fleet_workshop_dashboard as gw, newFleetWorkshopPayload as gx, toFleetWorkshopPayload as gy, updateFleetWorkshop as gz, type MasterProgram as h, FleetInspectionSchema as h$, type FleetServiceFileDTO as h0, FleetServiceFileSchema as h1, type FleetServiceQueryDTO as h2, FleetServiceQuerySchema as h3, type FleetServiceReminder as h4, type FleetServiceReminderDTO as h5, type FleetServiceReminderQueryDTO as h6, FleetServiceReminderQuerySchema as h7, FleetServiceReminderSchema as h8, FleetServiceSchema as h9, updateFleetServiceReminder as hA, updateFleetServiceTask as hB, type FleetInspectionForm as hC, type FleetInspectionFormDTO as hD, type FleetInspectionFormFieldsDTO as hE, FleetInspectionFormFieldsSchema as hF, type FleetInspectionFormQueryDTO as hG, FleetInspectionFormQuerySchema as hH, FleetInspectionFormSchema as hI, type FleetInspectionFormSimple as hJ, createFleetInspectionForm as hK, deleteFleetInspectionForm as hL, findFleetInspectionForm as hM, find_inspection_form_cache_simple as hN, newFleetInspectionFormPayload as hO, toFleetInspectionFormPayload as hP, updateFleetInspectionForm as hQ, updateFleetInspectionFormData as hR, type FleetInspection as hS, type FleetInspectionDTO as hT, type FleetInspectionDashBoardQueryDTO as hU, FleetInspectionDashBoardQuerySchema as hV, type FleetInspectionFile as hW, type FleetInspectionFileDTO as hX, FleetInspectionFileSchema as hY, type FleetInspectionQueryDTO as hZ, FleetInspectionQuerySchema as h_, type FleetServiceTask as ha, type FleetServiceTaskDTO as hb, type FleetServiceTaskQueryDTO as hc, FleetServiceTaskQuerySchema as hd, FleetServiceTaskSchema as he, type ServiceDashboard as hf, createFleetService as hg, createFleetServiceReminder as hh, createFleetServiceTask as hi, create_service_file as hj, deleteFleetService as hk, deleteFleetServiceReminder as hl, deleteFleetServiceTask as hm, findFleetService as hn, findFleetServiceReminder as ho, findFleetServiceTask as hp, get_service_file_presigned_url as hq, newFleetServicePayload as hr, newFleetServiceReminderPayload as hs, newFleetServiceTaskPayload as ht, remove_service_file as hu, service_dashboard as hv, toFleetServicePayload as hw, toFleetServiceReminderPayload as hx, toFleetServiceTaskPayload as hy, updateFleetService as hz, type MasterSemester as i, FleetBreakdownCostQuerySchema as i$, type InspectionDashboard as i0, createFleetInspection as i1, create_inspection_file as i2, deleteFleetInspection as i3, findFleetInspection as i4, get_inspection_file_presigned_url as i5, inspection_dashboard as i6, newFleetInspectionPayload as i7, remove_inspection_file as i8, toFleetInspectionPayload as i9, findFleetIssueComment as iA, fleet_issue_dashboard as iB, get_issue_file_presigned_url as iC, newFleetIssueCommentPayload as iD, newFleetIssuePayload as iE, remove_issue_file as iF, toFleetIssueCommentPayload as iG, toFleetIssuePayload as iH, updateFleetIssue as iI, updateFleetIssueComment as iJ, type MasterFleetBreakdownType as iK, type MasterFleetBreakdownTypeDTO as iL, type MasterFleetBreakdownTypeQueryDTO as iM, MasterFleetBreakdownTypeQuerySchema as iN, MasterFleetBreakdownTypeSchema as iO, createMasterFleetBreakdownType as iP, deleteMasterFleetBreakdownType as iQ, findMasterFleetBreakdownType as iR, findMasterFleetBreakdownTypeCache as iS, newMasterFleetBreakdownTypePayload as iT, toMasterFleetBreakdownTypePayload as iU, updateMasterFleetBreakdownType as iV, type BreakdownDashboard as iW, type FleetBreakdown as iX, type FleetBreakdownCost as iY, type FleetBreakdownCostDTO as iZ, type FleetBreakdownCostQueryDTO as i_, updateFleetInspection as ia, type FleetIssue as ib, type FleetIssueComment as ic, type FleetIssueCommentDTO as id, type FleetIssueCommentQueryDTO as ie, FleetIssueCommentQuerySchema as ig, FleetIssueCommentSchema as ih, type FleetIssueDTO as ii, type FleetIssueDashBoardQueryDTO as ij, FleetIssueDashBoardQuerySchema as ik, type FleetIssueFile as il, type FleetIssueFileDTO as im, FleetIssueFileSchema as io, type FleetIssueHistory as ip, type FleetIssueQueryDTO as iq, FleetIssueQuerySchema as ir, FleetIssueSchema as is, type IssueDashboard as it, createFleetIssue as iu, createFleetIssueComment as iv, create_issue_file as iw, deleteFleetIssue as ix, deleteFleetIssueComment as iy, findFleetIssue as iz, type MasterRelationship as j, toMasterVehicleFuelRemovalReasonPayload as j$, FleetBreakdownCostSchema as j0, type FleetBreakdownDTO as j1, type FleetBreakdownDashBoardQueryDTO as j2, FleetBreakdownDashBoardQuerySchema as j3, type FleetBreakdownFile as j4, type FleetBreakdownFileDTO as j5, FleetBreakdownFileSchema as j6, type FleetBreakdownQueryDTO as j7, FleetBreakdownQuerySchema as j8, FleetBreakdownSchema as j9, newMasterVehicleFuelTypePayload as jA, toMasterVehicleFuelTypePayload as jB, updateMasterVehicleFuelType as jC, type MasterVehicleFuelUnitDTO as jD, type MasterVehicleFuelUnitQueryDTO as jE, MasterVehicleFuelUnitQuerySchema as jF, MasterVehicleFuelUnitSchema as jG, createMasterVehicleFuelUnit as jH, deleteMasterVehicleFuelUnit as jI, findMasterVehicleFuelUnits as jJ, getMasterVehicleFuelUnitCache as jK, getMasterVehicleFuelUnitCacheChild as jL, getMasterVehicleFuelUnitCacheCount as jM, newMasterVehicleFuelUnitPayload as jN, toMasterVehicleFuelUnitPayload as jO, updateMasterVehicleFuelUnit as jP, type MasterVehicleFuelRemovalReasonDTO as jQ, type MasterVehicleFuelRemovalReasonQueryDTO as jR, MasterVehicleFuelRemovalReasonQuerySchema as jS, MasterVehicleFuelRemovalReasonSchema as jT, createMasterVehicleFuelRemovalReason as jU, deleteMasterVehicleFuelRemovalReason as jV, findMasterVehicleFuelRemovalReasons as jW, getMasterVehicleFuelRemovalReasonCache as jX, getMasterVehicleFuelRemovalReasonCacheChild as jY, getMasterVehicleFuelRemovalReasonCacheCount as jZ, newMasterVehicleFuelRemovalReasonPayload as j_, breakdown_dashboard as ja, createFleetBreakdown as jb, createFleetBreakdownCost as jc, create_breakdown_file as jd, deleteFleetBreakdown as je, deleteFleetBreakdownCost as jf, findFleetBreakdown as jg, findFleetBreakdownCost as jh, get_breakdown_file_presigned_url as ji, newFleetBreakdownCostPayload as jj, newFleetBreakdownPayload as jk, remove_breakdown_file as jl, toFleetBreakdownCostPayload as jm, toFleetBreakdownPayload as jn, updateFleetBreakdown as jo, updateFleetBreakdownCost as jp, type MasterVehicleFuelTypeDTO as jq, type MasterVehicleFuelTypeQueryDTO as jr, MasterVehicleFuelTypeQuerySchema as js, MasterVehicleFuelTypeSchema as jt, createMasterVehicleFuelType as ju, deleteMasterVehicleFuelType as jv, findMasterVehicleFuelTypes as jw, getMasterVehicleFuelTypeCache as jx, getMasterVehicleFuelTypeCacheChild as jy, getMasterVehicleFuelTypeCacheCount as jz, type MasterSection as k, newMasterSemesterPayload as k$, updateMasterVehicleFuelRemovalReason as k0, type FleetFuelRemoval as k1, type FleetFuelRemovalDTO as k2, type FleetFuelRemovalFile as k3, type FleetFuelRemovalFileDTO as k4, FleetFuelRemovalFileSchema as k5, type FleetFuelRemovalQueryDTO as k6, FleetFuelRemovalQuerySchema as k7, FleetFuelRemovalSchema as k8, createFleetFuelRemoval as k9, findMasterProgram as kA, getMasterProgramCache as kB, getMasterProgramCacheCount as kC, newMasterProgramPayload as kD, toMasterProgramPayload as kE, updateMasterProgram as kF, type MasterSectionDTO as kG, type MasterSectionQueryDTO as kH, MasterSectionQuerySchema as kI, MasterSectionSchema as kJ, createMasterSection as kK, deleteMasterSection as kL, findMasterSection as kM, getMasterSectionCache as kN, getMasterSectionCacheCount as kO, newMasterSectionPayload as kP, toMasterSectionPayload as kQ, updateMasterSection as kR, type MasterSemesterDTO as kS, type MasterSemesterQueryDTO as kT, MasterSemesterQuerySchema as kU, MasterSemesterSchema as kV, createMasterSemester as kW, deleteMasterSemester as kX, findMasterSemester as kY, getMasterSemesterCache as kZ, getMasterSemesterCacheCount as k_, create_fuel_removal_file as ka, deleteFleetFuelRemoval as kb, findFleetFuelRemoval as kc, get_fuel_removal_file_presigned_url as kd, newFleetFuelRemovalPayload as ke, remove_fuel_removal_file as kf, toFleetFuelRemovalPayload as kg, updateFleetFuelRemoval as kh, type MasterClassDTO as ki, type MasterClassQueryDTO as kj, MasterClassQuerySchema as kk, MasterClassSchema as kl, createMasterClass as km, deleteMasterClass as kn, findMasterClass as ko, getMasterClassCache as kp, getMasterClassCacheCount as kq, newMasterClassPayload as kr, toMasterClassPayload as ks, updateMasterClass as kt, type MasterProgramDTO as ku, type MasterProgramQueryDTO as kv, MasterProgramQuerySchema as kw, MasterProgramSchema as kx, createMasterProgram as ky, deleteMasterProgram as kz, type MasterStream as l, MasterDailyScheduleStudentQuerySchema as l$, toMasterSemesterPayload as l0, updateMasterSemester as l1, type MasterStreamDTO as l2, type MasterStreamQueryDTO as l3, MasterStreamQuerySchema as l4, MasterStreamSchema as l5, createMasterStream as l6, deleteMasterStream as l7, findMasterStream as l8, getMasterStreamCache as l9, toMasterRelationshipPayload as lA, updateMasterRelationship as lB, type BusDashBoardQueryDTO as lC, BusDashBoardQuerySchema as lD, type BusDashboard as lE, type BusStopDTO as lF, type BusStopPolygonData as lG, type BusStopPolygonDataDTO as lH, BusStopPolygonDataSchema as lI, type BusStopQueryDTO as lJ, BusStopQuerySchema as lK, BusStopSchema as lL, bus_dashboard as lM, createBusStop as lN, deleteBusStop as lO, findBusStop as lP, newBusStopPayload as lQ, toBusStopPayload as lR, updateBusStop as lS, type AssignDailyScheduleToStudentsDTO as lT, AssignDailyScheduleToStudentsSchema as lU, type MasterDailyScheduleDTO as lV, type MasterDailyScheduleQueryDTO as lW, MasterDailyScheduleQuerySchema as lX, MasterDailyScheduleSchema as lY, type MasterDailyScheduleStudent as lZ, type MasterDailyScheduleStudentQueryDTO as l_, getMasterStreamCacheCount as la, newMasterStreamPayload as lb, toMasterStreamPayload as lc, updateMasterStream as ld, type MasterYearDTO as le, type MasterYearQueryDTO as lf, MasterYearQuerySchema as lg, MasterYearSchema as lh, createMasterYear as li, deleteMasterYear as lj, findMasterYear as lk, getMasterYearCache as ll, getMasterYearCacheCount as lm, newMasterYearPayload as ln, toMasterYearPayload as lo, updateMasterYear as lp, type MasterRelationshipDTO as lq, type MasterRelationshipQueryDTO as lr, MasterRelationshipQuerySchema as ls, MasterRelationshipSchema as lt, createMasterRelationship as lu, deleteMasterRelationship as lv, findMasterRelationship as lw, getMasterRelationshipCache as lx, getMasterRelationshipCacheCount as ly, newMasterRelationshipPayload as lz, type MasterYear as m, findMasterRoute as m$, type RemoveDailyScheduleToStudentsDTO as m0, RemoveDailyScheduleToStudentsSchema as m1, type UpdateDailyScheduleStopDTO as m2, UpdateDailyScheduleStopSchema as m3, assignDailyScheduleToStudents as m4, createMasterDailySchedule as m5, deleteMasterDailySchedule as m6, findMasterDailySchedule as m7, findMasterDailyScheduleStudent as m8, newMasterDailySchedulePayload as m9, updateSpecialScheduleStop as mA, type MasterRouteDTO as mB, type MasterRouteJourneyTimeDTO as mC, MasterRouteJourneyTimeSchema as mD, type MasterRouteQueryDTO as mE, MasterRouteQuerySchema as mF, MasterRouteSchema as mG, type MasterRouteStop as mH, type MasterRouteStopCreateDTO as mI, MasterRouteStopCreateSchema as mJ, type MasterRouteStopDTO as mK, MasterRouteStopDeleteAllSchema as mL, type MasterRouteStopDeleteDTO as mM, type MasterRouteStopDeleteReOrderDTO as mN, MasterRouteStopDeleteSchema as mO, MasterRouteStopIds as mP, type MasterRouteStopIdsDTO as mQ, type MasterRouteStopReorderDTO as mR, MasterRouteStopReorderSchema as mS, MasterRouteStopSchema as mT, type MasterRouteStopUpdateDTO as mU, MasterRouteStopUpdateSchema as mV, appendRouteStop as mW, createMasterRoute as mX, deleteMasterRoute as mY, deleteRouteStopReorder as mZ, deleteRouteStopsAll as m_, removeDailyScheduleToStudents as ma, toMasterDailySchedulePayload as mb, updateDailyScheduleStop as mc, updateMasterDailySchedule as md, type AssignSpecialScheduleToStudentsDTO as me, AssignSpecialScheduleToStudentsSchema as mf, type MasterSpecialScheduleDTO as mg, type MasterSpecialScheduleQueryDTO as mh, MasterSpecialScheduleQuerySchema as mi, MasterSpecialScheduleSchema as mj, type MasterSpecialScheduleStudent as mk, type MasterSpecialScheduleStudentQueryDTO as ml, MasterSpecialScheduleStudentQuerySchema as mm, type RemoveSpecialScheduleToStudentsDTO as mn, RemoveSpecialScheduleToStudentsSchema as mo, type UpdateSpecialScheduleStopDTO as mp, UpdateSpecialScheduleStopSchema as mq, assignSpecialScheduleToStudents as mr, createMasterSpecialSchedule as ms, deleteMasterSpecialSchedule as mt, findMasterSpecialSchedule as mu, findMasterSpecialScheduleStudent as mv, newMasterSpecialSchedulePayload as mw, removeSpecialScheduleToStudents as mx, toMasterSpecialSchedulePayload as my, updateMasterSpecialSchedule as mz, type MasterExpenseName as n, deleteStudentLeaveRequest as n$, findRouteStopCache as n0, newMasterRoutePayload as n1, reorderRouteStops as n2, toMasterRoutePayload as n3, updateMasterRoute as n4, updateRouteStop as n5, update_journey_time as n6, type GuardianDetailsDTO as n7, GuardianDetailsSchema as n8, type GuardianMobileNumberDTO as n9, type StudentLoginPush as nA, type StudentNoFixedScheduleQueryDTO as nB, StudentNoFixedScheduleQuerySchema as nC, type StudentProfilePictureDTO as nD, StudentProfilePictureSchema as nE, type StudentQueryDTO as nF, StudentQuerySchema as nG, StudentSchema as nH, type StudentStopChangeRequest as nI, type StudentStopChangeRequestApprovalDTO as nJ, StudentStopChangeRequestApprovalSchema as nK, type StudentStopChangeRequestDTO as nL, type StudentStopChangeRequestQueryDTO as nM, StudentStopChangeRequestQuerySchema as nN, StudentStopChangeRequestSchema as nO, type StudentTransportPlanTypeChangeHistory as nP, type StudentTransportPlanTypeChangeHistoryQueryDTO as nQ, StudentTransportPlanTypeChangeHistoryQuerySchema as nR, approveStopChangeRequest as nS, createStudent as nT, createStudentAddress as nU, createStudentGuardianLink as nV, createStudentLeaveRequest as nW, createStudentStopChangeRequest as nX, deleteStudent as nY, deleteStudentAddress as nZ, deleteStudentGuardianLink as n_, GuardianMobileNumberSchema as na, type GuardianProfilePictureDTO as nb, GuardianProfilePictureSchema as nc, type SchoolDashBoardQueryDTO as nd, SchoolDashBoardQuerySchema as ne, type SchoolDashboard as nf, type StudentAddress as ng, type StudentAddressDTO as nh, type StudentAddressQueryDTO as ni, StudentAddressQuerySchema as nj, StudentAddressSchema as nk, type StudentDTO as nl, type StudentGuardian as nm, type StudentGuardianAutofillQueryDTO as nn, StudentGuardianAutofillQuerySchema as no, type StudentGuardianLink as np, type StudentGuardianLinkDTO as nq, type StudentGuardianLinkQueryDTO as nr, StudentGuardianLinkQuerySchema as ns, StudentGuardianLinkSchema as nt, type StudentGuardianLoginPush as nu, type StudentLeaveRequest as nv, type StudentLeaveRequestDTO as nw, type StudentLeaveRequestQueryDTO as nx, StudentLeaveRequestQuerySchema as ny, StudentLeaveRequestSchema as nz, type MasterExpenseType as o, type OrganisationNotificationPreference as o$, deleteStudentStopChangeRequest as o0, findStudent as o1, findStudentAddress as o2, findStudentGuardianAutofillDetails as o3, findStudentGuardianLink as o4, findStudentLeaveRequest as o5, findStudentStopChangeRequest as o6, findStudentTransportPlanTypeChangeHistory as o7, find_students_with_no_fixed_schedule_drop as o8, find_students_with_no_fixed_schedule_pickup as o9, type MasterMainLandmarkDTO as oA, type MasterMainLandmarkQueryDTO as oB, MasterMainLandmarkQuerySchema as oC, MasterMainLandmarkSchema as oD, createMasterMainLandMark as oE, deleteMasterMainLandMark as oF, findMasterMainLandMark as oG, newMasterMainLandmarkPayload as oH, toMasterMainLandmarkPayload as oI, updateMasterMainLandMark as oJ, type FleetFuelRefill as oK, type FleetFuelRefillDTO as oL, type FleetFuelRefillFile as oM, type FleetFuelRefillFileDTO as oN, FleetFuelRefillFileSchema as oO, type FleetFuelRefillQueryDTO as oP, FleetFuelRefillQuerySchema as oQ, FleetFuelRefillSchema as oR, createFleetFuelRefill as oS, create_fuel_refill_file as oT, deleteFleetFuelRefill as oU, findFleetFuelRefill as oV, get_fuel_refill_file_presigned_url as oW, newFleetFuelRefillPayload as oX, remove_fuel_refill_file as oY, toFleetFuelRefillPayload as oZ, updateFleetFuelRefill as o_, get_student_guardian_presigned_url as oa, get_student_presigned_url as ob, newStudentAddressPayload as oc, newStudentGuardianLinkPayload as od, newStudentLeaveRequestPayload as oe, newStudentPayload as of, newStudentStopChangeRequestPayload as og, remove_guardian_profile_picture as oh, remove_profile_picture as oi, school_dashboard as oj, toStudentAddressPayload as ok, toStudentGuardianLinkPayload as ol, toStudentLeaveRequestPayload as om, toStudentPayload as on, toStudentStopChangeRequestPayload as oo, updateGuardianDetails as op, updateGuardianMobileNumber as oq, updateGuardianProfilePicture as or, updateStudent as os, updateStudentAddress as ot, updateStudentGuardianLink as ou, updateStudentLeaveRequest as ov, updateStudentStopChangeRequest as ow, update_guardian_profile_picture as ox, update_profile_picture as oy, type MasterMainLandMark as oz, type MasterVendorType as p, type DriverLoginPush as p$, type OrganisationNotificationPreferenceDTO as p0, type OrganisationNotificationPreferenceGeofenceLink as p1, type OrganisationNotificationPreferenceQueryDTO as p2, OrganisationNotificationPreferenceQuerySchema as p3, OrganisationNotificationPreferenceSchema as p4, type OrganisationNotificationPreferenceUserLink as p5, type OrganisationNotificationPreferenceVehicleLink as p6, createOrganisationNotificationPreference as p7, deleteOrganisationNotificationPreference as p8, findOrganisationNotificationPreference as p9, type GPSGeofenceCache as pA, type GPSGeofenceDTO as pB, type GPSGeofencePolilineData as pC, type GPSGeofencePolilineDataDTO as pD, GPSGeofencePolilineDataSchema as pE, type GPSGeofenceQueryDTO as pF, GPSGeofenceQuerySchema as pG, GPSGeofenceSchema as pH, createGPSGeofence as pI, deleteGPSGeofence as pJ, findGPSGeofence as pK, getGPSGeofenceCache as pL, newGPSGeofencePayload as pM, toGPSGeofencePayload as pN, updateGPSGeofence as pO, type GPSGeofenceTransaction as pP, type GPSGeofenceTransactionDTO as pQ, type GPSGeofenceTransactionQueryDTO as pR, GPSGeofenceTransactionQuerySchema as pS, GPSGeofenceTransactionSchema as pT, createGPSGeofenceTransaction as pU, deleteGPSGeofenceTransaction as pV, findGPSGeofenceTransaction as pW, newGPSGeofenceTransactionPayload as pX, toGPSGeofenceTransactionPayload as pY, updateGPSGeofenceTransaction as pZ, type AssignRemoveDriverHistory as p_, newOrganisationNotificationPreferencePayload as pa, toOrganisationNotificationPreferencePayload as pb, updateOrganisationNotificationPreference as pc, type GPSGeofenceTransactionSummary as pd, type GPSGeofenceTransactionSummaryDTO as pe, type GPSGeofenceTransactionSummaryQueryDTO as pf, GPSGeofenceTransactionSummaryQuerySchema as pg, GPSGeofenceTransactionSummarySchema as ph, createGPSGeofenceTransactionSummary as pi, deleteGPSGeofenceTransactionSummary as pj, findGPSGeofenceTransactionSummary as pk, newGPSGeofenceTransactionSummaryPayload as pl, toGPSGeofenceTransactionSummaryPayload as pm, updateGPSGeofenceTransactionSummary as pn, type TripGeofenceToGeofence as po, type TripGeofenceToGeofenceDTO as pp, type TripGeofenceToGeofenceQueryDTO as pq, TripGeofenceToGeofenceQuerySchema as pr, TripGeofenceToGeofenceSchema as ps, createTripGeofenceToGeofence as pt, deleteTripGeofenceToGeofence as pu, findTripGeofenceToGeofence as pv, newTripGeofenceToGeofencePayload as pw, toTripGeofenceToGeofencePayload as px, updateTripGeofenceToGeofence as py, type GPSGeofence as pz, type MasterVendorTag as q, toMasterVehicleTypePayload as q$, type MasterDriverDTO as q0, type MasterDriverFile as q1, type MasterDriverFileDTO as q2, MasterDriverFileSchema as q3, type MasterDriverLogoDTO as q4, MasterDriverLogoSchema as q5, type MasterDriverProfileDTO as q6, MasterDriverProfileSchema as q7, type MasterDriverQueryDTO as q8, MasterDriverQuerySchema as q9, toMasterMainSimProviderPayload as qA, updateMasterMainSimProvider as qB, type OrganisationGroupDTO as qC, type OrganisationGroupQueryDTO as qD, OrganisationGroupQuerySchema as qE, OrganisationGroupSchema as qF, type VehicleOrganisationGroupLink as qG, createOrganisationGroup as qH, deleteOrganisationGroup as qI, findOrganisationGroups as qJ, getOrganisationGroupCache as qK, getOrganisationGroupCacheChild as qL, getOrganisationGroupCacheCount as qM, newOrganisationGroupPayload as qN, toOrganisationGroupPayload as qO, updateOrganisationGroup as qP, type MasterVehicleTypeDTO as qQ, type MasterVehicleTypeQueryDTO as qR, MasterVehicleTypeQuerySchema as qS, MasterVehicleTypeSchema as qT, createMasterVehicleType as qU, deleteMasterVehicleType as qV, findMasterVehicleTypes as qW, getMasterVehicleTypeCache as qX, getMasterVehicleTypeCacheChild as qY, getMasterVehicleTypeCacheCount as qZ, newMasterVehicleTypePayload as q_, MasterDriverSchema as qa, createMasterDriver as qb, create_master_driver_file as qc, deleteMasterDriver as qd, findMasterDriver as qe, getMasterDriverCache as qf, getMasterDriverCacheSimple as qg, get_master_driver_file_presigned_url as qh, get_master_driver_image_presigned_url as qi, newDriverPayload as qj, remove_master_driver_file as qk, remove_master_driver_image as ql, toDriverPayload as qm, toDriverProfilePayload as qn, updateMasterDriver as qo, updateMasterDriverProfile as qp, update_master_driver_image as qq, type MasterMainSimProviderDTO as qr, type MasterMainSimProviderQueryDTO as qs, MasterMainSimProviderQuerySchema as qt, MasterMainSimProviderSchema as qu, createMasterMainSimProvider as qv, deleteMasterMainSimProvider as qw, findMasterMainSimProviders as qx, getMasterMainSimProviderCache as qy, newMasterMainSimProviderPayload as qz, type MasterVendorDocumentType as r, createMasterVehicleOwnershipType as r$, updateMasterVehicleType as r0, type FindCacheDTO$4 as r1, FindCacheSchema$4 as r2, type MasterVehicleSubModel as r3, type MasterVehicleSubModelDTO as r4, type MasterVehicleSubModelQueryDTO as r5, MasterVehicleSubModelQuerySchema as r6, MasterVehicleSubModelSchema as r7, createMasterVehicleSubModel as r8, deleteMasterVehicleSubModel as r9, MasterVehicleMakeSchema as rA, createMasterVehicleMake as rB, deleteMasterVehicleMake as rC, findMasterVehicleMakes as rD, getMasterVehicleMakeCache as rE, getMasterVehicleMakeCacheChild as rF, getMasterVehicleMakeCacheCount as rG, newMasterVehicleMakePayload as rH, toMasterVehicleMakePayload as rI, updateMasterVehicleMake as rJ, type MasterVehicleStatusTypeDTO as rK, type MasterVehicleStatusTypeQueryDTO as rL, MasterVehicleStatusTypeQuerySchema as rM, MasterVehicleStatusTypeSchema as rN, createMasterVehicleStatusType as rO, deleteMasterVehicleStatusType as rP, findMasterVehicleStatusTypes as rQ, getMasterVehicleStatusTypeCache as rR, getMasterVehicleStatusTypeCacheChild as rS, getMasterVehicleStatusTypeCacheCount as rT, newMasterVehicleStatusTypePayload as rU, toMasterVehicleStatusTypePayload as rV, updateMasterVehicleStatusType as rW, type MasterVehicleOwnershipTypeDTO as rX, type MasterVehicleOwnershipTypeQueryDTO as rY, MasterVehicleOwnershipTypeQuerySchema as rZ, MasterVehicleOwnershipTypeSchema as r_, findMasterVehicleSubModels as ra, getMasterVehicleSubModelCache as rb, getMasterVehicleSubModelCacheChild as rc, getMasterVehicleSubModelCacheCount as rd, newMasterVehicleSubModelPayload as re, toMasterVehicleSubModelPayload as rf, updateMasterVehicleSubModel as rg, type FindCacheDTO$3 as rh, FindCacheSchema$3 as ri, type MasterVehicleModel as rj, type MasterVehicleModelDTO as rk, type MasterVehicleModelQueryDTO as rl, MasterVehicleModelQuerySchema as rm, MasterVehicleModelSchema as rn, createMasterVehicleModel as ro, deleteMasterVehicleModel as rp, findMasterVehicleModels as rq, getMasterVehicleModelCache as rr, getMasterVehicleModelCacheChild as rs, getMasterVehicleModelCacheCount as rt, newMasterVehicleModelPayload as ru, toMasterVehicleModelPayload as rv, updateMasterVehicleModel as rw, type MasterVehicleMakeDTO as rx, type MasterVehicleMakeQueryDTO as ry, MasterVehicleMakeQuerySchema as rz, type MasterFuelCompany as s, toMasterDeviceManufacturerPayload as s$, deleteMasterVehicleOwnershipType as s0, findMasterVehicleOwnershipTypes as s1, getMasterVehicleOwnershipTypeCache as s2, getMasterVehicleOwnershipTypeCacheChild as s3, getMasterVehicleOwnershipTypeCacheCount as s4, newMasterVehicleOwnershipTypePayload as s5, toMasterVehicleOwnershipTypePayload as s6, updateMasterVehicleOwnershipType as s7, type MasterVehicleAssociatedToDTO as s8, type MasterVehicleAssociatedToQueryDTO as s9, FindCacheSchema$2 as sA, type MasterDeviceModel as sB, type MasterDeviceModelDTO as sC, type MasterDeviceModelQueryDTO as sD, MasterDeviceModelQuerySchema as sE, MasterDeviceModelSchema as sF, createMasterDeviceModel as sG, deleteMasterDeviceModel as sH, findMasterDeviceModels as sI, getMasterDeviceModelCache as sJ, getMasterDeviceModelCacheChild as sK, getMasterDeviceModelCacheCount as sL, newMasterDeviceModelPayload as sM, toMasterDeviceModelPayload as sN, updateMasterDeviceModel as sO, type MasterDeviceManufacturer as sP, type MasterDeviceManufacturerDTO as sQ, type MasterDeviceManufacturerQueryDTO as sR, MasterDeviceManufacturerQuerySchema as sS, MasterDeviceManufacturerSchema as sT, createMasterDeviceManufacturer as sU, deleteMasterDeviceManufacturer as sV, findMasterDeviceManufacturers as sW, getMasterDeviceManufacturerCache as sX, getMasterDeviceManufacturerCacheChild as sY, getMasterDeviceManufacturerCacheCount as sZ, newMasterDeviceManufacturerPayload as s_, MasterVehicleAssociatedToQuerySchema as sa, MasterVehicleAssociatedToSchema as sb, createMasterVehicleAssociatedTo as sc, deleteMasterVehicleAssociatedTo as sd, findMasterVehicleAssociatedTos as se, getMasterVehicleAssociatedToCache as sf, getMasterVehicleAssociatedToCacheChild as sg, getMasterVehicleAssociatedToCacheCount as sh, newMasterVehicleAssociatedToPayload as si, toMasterVehicleAssociatedToPayload as sj, updateMasterVehicleAssociatedTo as sk, type MasterDeviceType as sl, type MasterDeviceTypeDTO as sm, type MasterDeviceTypeQueryDTO as sn, MasterDeviceTypeQuerySchema as so, MasterDeviceTypeSchema as sp, createMasterDeviceType as sq, deleteMasterDeviceType as sr, findMasterDeviceTypes as ss, getMasterDeviceTypeCache as st, getMasterDeviceTypeCacheChild as su, getMasterDeviceTypeCacheCount as sv, newMasterDeviceTypePayload as sw, toMasterDeviceTypePayload as sx, updateMasterDeviceType as sy, type FindCacheDTO$2 as sz, type MasterFleetIncidentType as t, type OrganisationReportAutomationMailQueryDTO as t$, updateMasterDeviceManufacturer as t0, type FleetInspectionSchedule as t1, type FleetInspectionScheduleDTO as t2, type FleetInspectionScheduleQueryDTO as t3, FleetInspectionScheduleQuerySchema as t4, FleetInspectionScheduleSchema as t5, type FleetInspectionScheduleVehicleLink as t6, createFleetInspectionSchedule as t7, deleteFleetInspectionSchedule as t8, findFleetInspectionSchedule as t9, GPSLiveTrackShareLinkUpdateLinkStatusSchema as tA, createGPSLiveTrackShareLink as tB, createGPSLiveTrackShareLinkNotification as tC, deleteGPSLiveTrackShareLink as tD, extendGPSLiveTrackLinkTime as tE, findGPSLiveTrackShareLink as tF, newGPSLiveTrackShareLinkPayload as tG, toGPSLiveTrackShareLinkPayload as tH, updateGPSLiveTrackLinkStatus as tI, type GPSTrackHistoryShareLink as tJ, type GPSTrackHistoryShareLinkDTO as tK, type GPSTrackHistoryShareLinkNotification as tL, type GPSTrackHistoryShareLinkNotificationDTO as tM, GPSTrackHistoryShareLinkNotificationSchema as tN, type GPSTrackHistoryShareLinkQueryDTO as tO, GPSTrackHistoryShareLinkQuerySchema as tP, GPSTrackHistoryShareLinkSchema as tQ, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as tR, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as tS, createGPSTrackHistoryShareLink as tT, createGPSTrackHistoryShareLinkNotification as tU, deleteGPSTrackHistoryShareLink as tV, findGPSTrackHistoryShareLink as tW, newGPSTrackHistoryShareLinkPayload as tX, toGPSTrackHistoryShareLinkPayload as tY, updateTrackHistoryLinkStatus as tZ, type OrganisationReportAutomationMail as t_, newFleetInspectionSchedulePayload as ta, toFleetInspectionSchedulePayload as tb, updateFleetInspectionSchedule as tc, type FleetServiceSchedule as td, type FleetServiceScheduleDTO as te, type FleetServiceScheduleQueryDTO as tf, FleetServiceScheduleQuerySchema as tg, FleetServiceScheduleSchema as th, type FleetServiceScheduleVehicleLink as ti, createFleetServiceSchedule as tj, deleteFleetServiceSchedule as tk, findFleetServiceSchedule as tl, newFleetServiceSchedulePayload as tm, toFleetServiceSchedulePayload as tn, updateFleetServiceSchedule as to, type GPSLiveTrackShareLink as tp, type GPSLiveTrackShareLinkDTO as tq, type GPSLiveTrackShareLinkNotification as tr, type GPSLiveTrackShareLinkNotificationDTO as ts, GPSLiveTrackShareLinkNotificationSchema as tt, type GPSLiveTrackShareLinkQueryDTO as tu, GPSLiveTrackShareLinkQuerySchema as tv, GPSLiveTrackShareLinkSchema as tw, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as tx, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as ty, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as tz, type MasterFleetIncidentStatus as u, type VehicleDetailTrip as u$, OrganisationReportAutomationMailQuerySchema as u0, type OrganisationReportAutomationMailVehicleLink as u1, type OrganisationReportPreference as u2, type OrganisationReportPreferenceDTO as u3, type OrganisationReportPreferenceQueryDTO as u4, OrganisationReportPreferenceQuerySchema as u5, OrganisationReportPreferenceSchema as u6, type OrganisationReportPreferenceVehicleLink as u7, createOrganisationReportPreference as u8, deleteOrganisationReportPreference as u9, type MasterVehicleFileDTO as uA, MasterVehicleFileSchema as uB, type MasterVehicleMultiOrgDropdown as uC, type MasterVehicleSimChange as uD, type MasterVehicleSimChangeQueryDTO as uE, MasterVehicleSimChangeQuerySchema as uF, type NoGPSDataVehiclesQueryDTO as uG, NoGPSDataVehiclesQuerySchema as uH, type UpdateGPSDeviceDetailsDTO as uI, UpdateGPSDeviceDetailsSchema as uJ, type UpdateGPSSimDetailsDTO as uK, UpdateGPSSimDetailsSchema as uL, type VehicleCaheMultiOrganisationQueryDTO as uM, VehicleCaheMultiOrganisationQuerySchema as uN, type VehicleDTO as uO, type VehicleDetailBody as uP, type VehicleDetailBodyDTO as uQ, VehicleDetailBodySchema as uR, type VehicleDetailGPS as uS, type VehicleDetailGPSSensorDTO as uT, VehicleDetailGPSSensorSchema as uU, type VehicleDetailLifeCycle as uV, type VehicleDetailLifeCycleDTO as uW, VehicleDetailLifeCycleSchema as uX, type VehicleDetailPurchase as uY, type VehicleDetailPurchaseDTO as uZ, VehicleDetailPurchaseSchema as u_, findOrganisationReportAutomationMail as ua, findOrganisationReportPreference as ub, newOrganisationReportPreferencePayload as uc, toOrganisationReportPreferencePayload as ud, updateOrganisationReportPreference as ue, type OrganisationFleet as uf, type OrganisationFleetDTO as ug, type OrganisationFleetQueryDTO as uh, OrganisationFleetQuerySchema as ui, OrganisationFleetSchema as uj, createOrganisationFleet as uk, deleteOrganisationFleet as ul, findOrganisationFleets as um, getOrganisationFleetCache as un, getOrganisationFleetCacheChild as uo, getOrganisationFleetCacheCount as up, newOrganisationFleetPayload as uq, toOrganisationFleetPayload as ur, updateOrganisationFleet as us, type CalibrationFileDTO as ut, CalibrationFileSchema as uu, type MasterVehicleDeviceChange as uv, type MasterVehicleDeviceChangeQueryDTO as uw, MasterVehicleDeviceChangeQuerySchema as ux, type MasterVehicleDropdown as uy, type MasterVehicleFile as uz, type MasterFleetIncidentSeverity as v, deleteUserAdmin as v$, type VehicleDetailTripDTO as v0, VehicleDetailTripSchema as v1, type VehicleDriverLinkDTO as v2, VehicleDriverLinkSchema as v3, type VehicleGPSQueryDTO as v4, VehicleGPSQuerySchema as v5, type VehicleOdometerHistory as v6, type VehicleQueryDTO as v7, VehicleQuerySchema as v8, VehicleSchema as v9, toVehicleDetailPurchasePayload as vA, toVehicleDetailsBodyPayload as vB, toVehicleDetailsGPSPayload as vC, toVehicleDetailsTripPayload as vD, toVehiclePayload as vE, unlinkDriverFromVehicle as vF, updateDetailsGpsSensor as vG, updateDetailsTrip as vH, updateGPSDeviceDetails as vI, updateGPSSimDetails as vJ, updateSensorRelayLockStatusLocked as vK, updateSensorRelayLockStatusUnlocked as vL, updateVehicle as vM, updateVehicleBodyDetails as vN, updateVehicleLifeCycleDetails as vO, updateVehiclePurchaseDetails as vP, update_calibration_file as vQ, type UserAdminDTO as vR, type UserAdminLoginPush as vS, type UserAdminLogoDTO as vT, UserAdminLogoSchema as vU, type UserAdminProfileDTO as vV, UserAdminProfileSchema as vW, type UserAdminQueryDTO as vX, UserAdminQuerySchema as vY, UserAdminSchema as vZ, createUserAdmin as v_, createVehicle as va, create_vehicle_file as vb, deleteVehicle as vc, findVehicleGPSDetails as vd, findVehicles as ve, findVehiclesLiveDashboard as vf, find_no_gps_data_vehicles as vg, getDeviceChangeHistoryByVehicle as vh, getDriverLinkHistoryByDriver as vi, getDriverLinkHistoryByVehicle as vj, getSimChangeHistoryByVehicle as vk, getVehicleCache as vl, getVehicleParentCache as vm, getVehicleSimpleCache as vn, getVehicleSimpleDropdownCacheLiveData as vo, getVehicleSimpleDropdownCustom as vp, getVehicleSimpleDropdownMultipleOrganiations as vq, get_calibration_file_presigned_url as vr, get_vehicle_file_presigned_url as vs, linkDriverToVehicle as vt, newVehiclePayload as vu, remove_calibration_file as vv, remove_vehicle_file as vw, toGPSDeviceDetailsPayload as vx, toGPSSimDetailsPayload as vy, toVehicleDetailLifeCyclePayload as vz, type MasterFleetInsuranceClaimStatus as w, FleetDocumentDashBoardQuerySchema as w$, findUserAdmin as w0, getAdminUserCache as w1, get_admin_image_presigned_url as w2, newUserAdminPayload as w3, remove_admin_image as w4, toUserAdminProfilePayload as w5, updateUserAdmin as w6, updateUserAdminProfile as w7, update_admin_image as w8, type Ticket as w9, type InvoiceQueryDTO as wA, InvoiceQuerySchema as wB, InvoiceSchema as wC, createInvoice as wD, create_invoice_file as wE, deleteInvoice as wF, findInvoices as wG, get_invoice_file_presigned_url as wH, newInvoicePayload as wI, remove_invoice_file as wJ, toInvoicePayload as wK, updateInvoice as wL, type MasterVehicleDocumentTypeDTO as wM, type MasterVehicleDocumentTypeQueryDTO as wN, MasterVehicleDocumentTypeQuerySchema as wO, MasterVehicleDocumentTypeSchema as wP, createMasterVehicleDocumentType as wQ, deleteMasterVehicleDocumentType as wR, findMasterVehicleDocumentTypes as wS, getMasterVehicleDocumentTypeCache as wT, newMasterVehicleDocumentTypePayload as wU, toMasterVehicleDocumentTypePayload as wV, updateMasterVehicleDocumentType as wW, type DocumentDashboard as wX, type FleetDocument as wY, type FleetDocumentDTO as wZ, type FleetDocumentDashBoardQueryDTO as w_, type TicketDTO as wa, type TicketFile as wb, type TicketFileDTO as wc, TicketFileSchema as wd, type TicketQueryDTO as we, TicketQuerySchema as wf, TicketSchema as wg, type TicketVerifyDTO as wh, TicketVerifySchema as wi, createTicket as wj, create_ticket_file as wk, deleteTicket as wl, findTickets as wm, get_ticket_file_presigned_url as wn, newTicketPayload as wo, newVerifyTicketPayload as wp, remove_ticket_file as wq, toTicketPayload as wr, toVerifyTicketPayload as ws, updateTicket as wt, updateVerifyStatus as wu, type Invoice as wv, type InvoiceDTO as ww, type InvoiceFile as wx, type InvoiceFileDTO as wy, InvoiceFileSchema as wz, type MasterFleetServiceTask as x, MasterMainTimeZoneSchema as x$, type FleetDocumentExpiry as x0, type FleetDocumentExpiryDTO as x1, type FleetDocumentExpiryQueryDTO as x2, FleetDocumentExpiryQuerySchema as x3, FleetDocumentExpirySchema as x4, type FleetDocumentFile as x5, type FleetDocumentFileDTO as x6, FleetDocumentFileSchema as x7, type FleetDocumentQueryDTO as x8, FleetDocumentQuerySchema as x9, UserLogoSchema as xA, type UserProfileDTO as xB, UserProfileSchema as xC, type UserQueryDTO as xD, UserQuerySchema as xE, UserSchema as xF, type UserVehicleLink as xG, createUser as xH, deleteUser as xI, findUser as xJ, getUserCache as xK, getUserCacheSimple as xL, get_user_image_presigned_url as xM, newUserPayload as xN, remove_user_image as xO, toUserPayload as xP, toUserProfilePayload as xQ, updateUser as xR, updateUserDefaultDateformat as xS, updateUserDefaultLanguage as xT, updateUserDefaultTimezone as xU, updateUserProfile as xV, update_user_image as xW, type MasterMainTimeZone as xX, type MasterMainTimeZoneDTO as xY, type MasterMainTimeZoneQueryDTO as xZ, MasterMainTimeZoneQuerySchema as x_, FleetDocumentSchema as xa, createFleetDocument as xb, createFleetDocumentExpiry as xc, create_fleet_document_file as xd, deleteFleetDocument as xe, deleteFleetDocumentExpiry as xf, findFleetDocument as xg, findFleetDocumentExpiry as xh, fleet_document_dashboard as xi, get_fleet_document_file_presigned_url as xj, newFleetDocumentExpiryPayload as xk, newFleetDocumentPayload as xl, remove_fleet_document_file as xm, toFleetDocumentExpiryPayload as xn, toFleetDocumentPayload as xo, updateFleetDocument as xp, updateFleetDocumentExpiry as xq, type UserDTO as xr, type UserDefaultDateFormatDTO as xs, UserDefaultDateFormatSchema as xt, type UserDefaultLanguageDTO as xu, UserDefaultLanguageSchema as xv, type UserDefaultTimeZoneDTO as xw, UserDefaultTimeZoneSchema as xx, type UserLoginPush as xy, type UserLogoDTO as xz, type MasterMainIndustry as y, toOrganisationCalendarPayload as y$, createMasterMainTimeZone as y0, deleteMasterMainTimeZone as y1, findMasterMainTimeZones as y2, getMasterMainTimeZoneCache as y3, getMasterMainTimeZoneCacheAll as y4, newMasterMainTimeZonePayload as y5, toMasterMainTimeZonePayload as y6, updateMasterMainTimeZone as y7, type MasterMainState as y8, type MasterMainStateDTO as y9, createMasterMainUnitMileage as yA, deleteMasterMainUnitMileage as yB, findMasterMainUnitMileages as yC, getMasterMainUnitMileageCache as yD, newMasterMainUnitMileagePayload as yE, toMasterMainUnitMileagePayload as yF, updateMasterMainUnitMileage as yG, type MasterMainUnitVolumeDTO as yH, type MasterMainUnitVolumeQueryDTO as yI, MasterMainUnitVolumeQuerySchema as yJ, MasterMainUnitVolumeSchema as yK, createMasterMainUnitVolume as yL, deleteMasterMainUnitVolume as yM, findMasterMainUnitVolumes as yN, getMasterMainUnitVolumeCache as yO, newMasterMainUnitVolumePayload as yP, toMasterMainUnitVolumePayload as yQ, updateMasterMainUnitVolume as yR, type OrganisationCalendar as yS, type OrganisationCalendarDTO as yT, type OrganisationCalendarQueryDTO as yU, OrganisationCalendarQuerySchema as yV, OrganisationCalendarSchema as yW, createOrganisationCalendar as yX, deleteOrganisationCalendar as yY, findOrganisationCalendar as yZ, newOrganisationCalendarPayload as y_, type MasterMainStateQueryDTO as ya, MasterMainStateQuerySchema as yb, MasterMainStateSchema as yc, createMasterMainState as yd, deleteMasterMainState as ye, findMasterMainStates as yf, getMasterMainStateCache as yg, newMasterMainStatePayload as yh, toMasterMainStatePayload as yi, updateMasterMainState as yj, type MasterMainCountryDTO as yk, type MasterMainCountryQueryDTO as yl, MasterMainCountryQuerySchema as ym, MasterMainCountrySchema as yn, createMasterMainCountry as yo, deleteMasterMainCountry as yp, findMasterMainCountries as yq, getMasterMainCountryCache as yr, getMasterMainCountryCacheChild as ys, newMasterMainCountryPayload as yt, toMasterMainCountryPayload as yu, updateMasterMainCountry as yv, type MasterMainUnitMileageDTO as yw, type MasterMainUnitMileageQueryDTO as yx, MasterMainUnitMileageQuerySchema as yy, MasterMainUnitMileageSchema as yz, type MasterMainCountry as z, type MasterTripPartyTypeDTO as z$, updateOrganisationCalendar as z0, type OrganisationNoticeBoard as z1, type OrganisationNoticeBoardDTO as z2, type OrganisationNoticeBoardQueryDTO as z3, OrganisationNoticeBoardQuerySchema as z4, OrganisationNoticeBoardSchema as z5, createOrganisationNoticeBoard as z6, deleteOrganisationNoticeBoard as z7, findOrganisationNoticeBoard as z8, newOrganisationNoticeBoardPayload as z9, toMasterSparePartSubCategoryPayload as zA, updateMasterSparePartSubCategory as zB, type MasterSparePartCategoryDTO as zC, MasterSparePartCategorySchema as zD, type SparePartCategoryQueryDTO as zE, SparePartCategoryQuerySchema as zF, createMasterSparePartCategory as zG, deleteMasterSparePartCategory as zH, findMasterSparePartCategories as zI, getMasterSparePartCategoryCache as zJ, getMasterSparePartCategoryCacheChild as zK, getMasterSparePartCategoryCacheCount as zL, newMasterSparePartCategoryPayload as zM, toMasterSparePartCategoryPayload as zN, updateMasterSparePartCategory as zO, type MasterSparePartUnitDTO as zP, MasterSparePartUnitSchema as zQ, type SparePartUnitQueryDTO as zR, SparePartUnitQuerySchema as zS, createMasterSparePartUnit as zT, deleteMasterSparePartUnit as zU, findMasterSparePartUnits as zV, getMasterSparePartUnitCache as zW, getMasterSparePartUnitCacheCount as zX, newMasterSparePartUnitPayload as zY, toMasterSparePartUnitPayload as zZ, updateMasterSparePartUnit as z_, toOrganisationNoticeBoardPayload as za, updateOrganisationNoticeBoard as zb, type MasterExpenseTypeDTO as zc, type MasterExpenseTypeQueryDTO as zd, MasterExpenseTypeQuerySchema as ze, MasterExpenseTypeSchema as zf, createMasterExpenseType as zg, deleteMasterExpenseType as zh, findMasterExpenseTypes as zi, getMasterExpenseTypeCache as zj, newMasterExpenseTypePayload as zk, toMasterExpenseTypePayload as zl, updateMasterExpenseType as zm, type FindCacheDTO$1 as zn, FindCacheSchema$1 as zo, type MasterSparePartSubCategory as zp, type MasterSparePartSubCategoryDTO as zq, MasterSparePartSubCategorySchema as zr, type SparePartSubCategoryQueryDTO as zs, SparePartSubCategoryQuerySchema as zt, createMasterSparePartSubCategory as zu, deleteMasterSparePartSubCategory as zv, findMasterSparePartSubCategories as zw, getMasterSparePartSubCategoryCache as zx, getMasterSparePartSubCategoryCacheCount as zy, newMasterSparePartSubCategoryPayload as zz };
25455
+ export { type MasterVehicleFuelUnit as $, type MasterMainLanguage as A, type ExclusiveFeatureAccessQueryDTO as A$, type MasterTripPartyTypeQueryDTO as A0, MasterTripPartyTypeQuerySchema as A1, MasterTripPartyTypeSchema as A2, createMasterTripPartyType as A3, deleteMasterTripPartyType as A4, findMasterTripPartyTypes as A5, getMasterTripPartyTypeCache as A6, newMasterTripPartyTypePayload as A7, toMasterTripPartyTypePayload as A8, updateMasterTripPartyType as A9, updateMasterTyreModel as AA, type MasterTyreMakeDTO as AB, type MasterTyreMakeQueryDTO as AC, MasterTyreMakeQuerySchema as AD, MasterTyreMakeSchema as AE, createMasterTyreMake as AF, deleteMasterTyreMake as AG, findMasterTyreMakes as AH, getMasterTyreMakeCache as AI, getMasterTyreMakeCacheChild as AJ, getMasterTyreMakeCacheCount as AK, newMasterTyreMakePayload as AL, toMasterTyreMakePayload as AM, updateMasterTyreMake as AN, type MasterMainUnitDistanceDTO as AO, type MasterMainUnitDistanceQueryDTO as AP, MasterMainUnitDistanceQuerySchema as AQ, MasterMainUnitDistanceSchema as AR, createMasterMainUnitDistance as AS, deleteMasterMainUnitDistance as AT, findMasterMainUnitDistances as AU, getMasterMainUnitDistanceCache as AV, newMasterMainUnitDistancePayload as AW, toMasterMainUnitDistancePayload as AX, updateMasterMainUnitDistance as AY, type ExclusiveFeatureAccess as AZ, type ExclusiveFeatureAccessDTO as A_, type MasterTyreGradeDTO as Aa, type MasterTyreGradeQueryDTO as Ab, MasterTyreGradeQuerySchema as Ac, MasterTyreGradeSchema as Ad, createMasterTyreGrade as Ae, deleteMasterTyreGrade as Af, findMasterTyreGrades as Ag, getMasterTyreGradeCache as Ah, getMasterTyreGradeCacheCount as Ai, newMasterTyreGradePayload as Aj, toMasterTyreGradePayload as Ak, updateMasterTyreGrade as Al, type FindCacheDTO as Am, FindCacheSchema as An, type MasterTyreModel as Ao, type MasterTyreModelDTO as Ap, type MasterTyreModelQueryDTO as Aq, MasterTyreModelQuerySchema as Ar, MasterTyreModelSchema as As, createMasterTyreModel as At, deleteMasterTyreModel as Au, findMasterTyreModels as Av, getMasterTyreModelCache as Aw, getMasterTyreModelCacheCount as Ax, newMasterTyreModelPayload as Ay, toMasterTyreModelPayload as Az, type BusStop as B, ExclusiveFeatureAccessQuerySchema as B0, ExclusiveFeatureAccessSchema as B1, createDemo as B2, deleteExclusiveFeatureAccess as B3, findExclusiveFeatureAccess as B4, newExclusiveFeatureAccessPayload as B5, toExclusiveFeatureAccessPayload as B6, updateExclusiveFeatureAccess as B7, type NextOrganisationUTrackId as B8, type UserOrganisationDTO as B9, type UserOrganisationLogoDTO as Ba, UserOrganisationLogoSchema as Bb, type UserOrganisationQueryDTO as Bc, UserOrganisationQuerySchema as Bd, UserOrganisationSchema as Be, type UserOrganisationShowFilterDTO as Bf, UserOrganisationShowFilterSchema as Bg, type UserOrganisationSimple as Bh, createUserOrganisation as Bi, deleteUserOrganisation as Bj, findUserOrganisation as Bk, getNextOrganisationUTrackId as Bl, getUserOrganisationCache as Bm, getUserOrganisationCacheSimple as Bn, get_organisation_details as Bo, get_organisation_logo_presigned_url as Bp, newUserOrganisationPayload as Bq, remove_organisation_logo as Br, toUserOrganisationPayload as Bs, updateUserOrganisation as Bt, updateUserOrganisationShowFilter as Bu, update_organisation_logo as Bv, type MasterMainUnitDistance as C, type MasterMainUnitMileage as D, type MasterMainUnitVolume as E, type MasterMainSimProvider as F, type OrganisationSubCompany as G, type OrganisationColor as H, type OrganisationTag as I, type OrganisationGroup as J, type MasterSparePartCategory as K, type MasterSparePartUnit as L, type MasterVehicle as M, type MasterTripPartyType as N, type OrganisationBranch as O, type MasterTyreMake as P, type MasterTyreGrade as Q, type MasterUserRole as R, type Student as S, type MasterUserStatus as T, type UserOrganisation as U, type MasterVehicleType as V, type MasterVehicleMake as W, type MasterVehicleStatusType as X, type MasterVehicleOwnershipType as Y, type MasterVehicleAssociatedTo as Z, type MasterVehicleFuelType as _, type User as a, type MasterMainDateFormatQueryDTO as a$, type MasterVehicleFuelRemovalReason as a0, type MasterVehicleDocumentType as a1, type UserAdmin as a2, type MasterMainIndustryDTO as a3, type MasterMainIndustryQueryDTO as a4, MasterMainIndustryQuerySchema as a5, MasterMainIndustrySchema as a6, createMasterMainIndustry as a7, deleteMasterMainIndustry as a8, findMasterMainIndustry as a9, newMasterUserRolePayload as aA, toMasterUserRolePayload as aB, updateMasterUserRole as aC, type MasterUserStatusDTO as aD, type MasterUserStatusQueryDTO as aE, MasterUserStatusQuerySchema as aF, MasterUserStatusSchema as aG, createMasterUserStatus as aH, deleteMasterUserStatus as aI, findMasterUserStatuses as aJ, getMasterUserStatusCache as aK, getMasterUserStatusCacheCount as aL, newMasterUserStatusPayload as aM, toMasterUserStatusPayload as aN, updateMasterUserStatus as aO, type MasterMainLanguageDTO as aP, type MasterMainLanguageQueryDTO as aQ, MasterMainLanguageQuerySchema as aR, MasterMainLanguageSchema as aS, createMasterMainLanguage as aT, deleteMasterMainLanguage as aU, findMasterMainLanguages as aV, getMasterMainLanguageCache as aW, newMasterMainLanguagePayload as aX, toMasterMainLanguagePayload as aY, updateMasterMainLanguage as aZ, type MasterMainDateFormatDTO as a_, getMasterMainIndustryCache as aa, newMasterMainIndustryPayload as ab, toMasterMainIndustryPayload as ac, updateMasterMainIndustry as ad, type MasterMainCurrency as ae, type MasterMainCurrencyDTO as af, type MasterMainCurrencyQueryDTO as ag, MasterMainCurrencyQuerySchema as ah, MasterMainCurrencySchema as ai, createMasterMainCurrency as aj, deleteMasterMainCurrency as ak, findMasterMainCurrencies as al, getMasterMainCurrencyCache as am, getMasterMainCurrencyCacheAll as an, newMasterMainCurrencyPayload as ao, toMasterMainCurrencyPayload as ap, updateMasterMainCurrency as aq, type MasterUserRoleDTO as ar, type MasterUserRoleQueryDTO as as, MasterUserRoleQuerySchema as at, MasterUserRoleSchema as au, createMasterUserRole as av, deleteMasterUserRole as aw, findMasterUserRoles as ax, getMasterUserRoleCache as ay, getMasterUserRoleCacheCount as az, type MasterRoute as b, newOrganisationTagPayload as b$, MasterMainDateFormatQuerySchema as b0, MasterMainDateFormatSchema as b1, createMasterMainDateFormat as b2, deleteMasterMainDateFormat as b3, findMasterMainDateFormats as b4, getMasterMainDateFormatCache as b5, newMasterMainDateFormatPayload as b6, toMasterMainDateFormatPayload as b7, updateMasterMainDateFormat as b8, type OrganisationSubCompanyDTO as b9, getOrganisationBranchCacheCount as bA, newOrganisationBranchPayload as bB, toOrganisationBranchPayload as bC, updateOrganisationBranch as bD, type OrganisationColorDTO as bE, type OrganisationColorQueryDTO as bF, OrganisationColorQuerySchema as bG, OrganisationColorSchema as bH, createOrganisationColor as bI, deleteOrganisationColor as bJ, findOrganisationColors as bK, getOrganisationColorCache as bL, getOrganisationColorCacheChild as bM, getOrganisationColorCacheCount as bN, newOrganisationColorPayload as bO, toOrganisationColorPayload as bP, updateOrganisationColor as bQ, type OrganisationTagDTO as bR, type OrganisationTagQueryDTO as bS, OrganisationTagQuerySchema as bT, OrganisationTagSchema as bU, createOrganisationTag as bV, deleteOrganisationTag as bW, findOrganisationTags as bX, getOrganisationTagCache as bY, getOrganisationTagCacheChild as bZ, getOrganisationTagCacheCount as b_, type OrganisationSubCompanyQueryDTO as ba, OrganisationSubCompanyQuerySchema as bb, OrganisationSubCompanySchema as bc, type SubCompanyLogoDTO as bd, SubCompanyLogoSchema as be, createOrganisationSubCompany as bf, deleteOrganisationSubCompany as bg, delete_organisation_sub_company_logo as bh, findOrganisationSubCompanyies as bi, getOrganisationSubCompanyCache as bj, getOrganisationSubCompanyCacheChild as bk, getOrganisationSubCompanyCacheCount as bl, get_organisation_sub_company_logo_presigned_url as bm, newOrganisationSubCompanyPayload as bn, toOrganisationSubCompanyPayload as bo, updateOrganisationSubCompany as bp, update_organisation_sub_company_logo as bq, type OrganisationBranchDTO as br, type OrganisationBranchQueryDTO as bs, OrganisationBranchQuerySchema as bt, OrganisationBranchSchema as bu, createOrganisationBranch as bv, deleteOrganisationBranch as bw, findOrganisationBranchs as bx, getOrganisationBranchCache as by, getOrganisationBranchCacheChild as bz, type MasterDailySchedule as c, newMasterFleetIncidentSeverityPayload as c$, toOrganisationTagPayload as c0, updateOrganisationTag as c1, type AllVehiclesFuelDailySummaryDTO as c2, AllVehiclesFuelDailySummaryQuerySchema as c3, type FleetFuelDailyMonthlySummaryQueryDTO as c4, FleetFuelDailyMonthlySummaryQuerySchema as c5, type FleetFuelDailySummary as c6, type FleetFuelDailySummaryDTO as c7, type FleetFuelDailySummaryDashBoardQueryDTO as c8, FleetFuelDailySummaryDashBoardQuerySchema as c9, MasterFleetIncidentTypeSchema as cA, createMasterFleetIncidentType as cB, deleteMasterFleetIncidentType as cC, findMasterFleetIncidentTypes as cD, getMasterFleetIncidentTypeCache as cE, newMasterFleetIncidentTypePayload as cF, toMasterFleetIncidentTypePayload as cG, updateMasterFleetIncidentType as cH, type MasterFleetIncidentStatusDTO as cI, type MasterFleetIncidentStatusQueryDTO as cJ, MasterFleetIncidentStatusQuerySchema as cK, MasterFleetIncidentStatusSchema as cL, createMasterFleetIncidentStatus as cM, deleteMasterFleetIncidentStatus as cN, findMasterFleetIncidentStatuses as cO, getMasterFleetIncidentStatusCache as cP, newMasterFleetIncidentStatusPayload as cQ, toMasterFleetIncidentStatusPayload as cR, updateMasterFleetIncidentStatus as cS, type MasterFleetIncidentSeverityDTO as cT, type MasterFleetIncidentSeverityQueryDTO as cU, MasterFleetIncidentSeverityQuerySchema as cV, MasterFleetIncidentSeveritySchema as cW, createMasterFleetIncidentSeverity as cX, deleteMasterFleetIncidentSeverity as cY, findMasterFleetIncidentSeverities as cZ, getMasterFleetIncidentSeverityCache as c_, type FleetFuelDailySummaryQueryDTO as ca, FleetFuelDailySummaryQuerySchema as cb, FleetFuelDailySummarySchema as cc, type FuelDashboard as cd, createFleetFuelDailySummary as ce, deleteFleetFuelDailySummary as cf, findFleetFuelDailySummary as cg, findFleetFuelMonthlySummary as ch, fuel_dashboard as ci, newFleetFuelDailySummaryPayload as cj, toFleetFuelDailySummaryPayload as ck, updateFleetFuelDailySummary as cl, type MasterExpenseNameDTO as cm, type MasterExpenseNameQueryDTO as cn, MasterExpenseNameQuerySchema as co, MasterExpenseNameSchema as cp, createMasterExpenseName as cq, deleteMasterExpenseName as cr, findMasterExpenseNames as cs, getMasterExpenseNameCache as ct, newMasterExpenseNamePayload as cu, toMasterExpenseNamePayload as cv, updateMasterExpenseName as cw, type MasterFleetIncidentTypeDTO as cx, type MasterFleetIncidentTypeQueryDTO as cy, MasterFleetIncidentTypeQuerySchema as cz, type MasterDriver as d, MasterFuelCompanyQuerySchema as d$, toMasterFleetIncidentSeverityPayload as d0, updateMasterFleetIncidentSeverity as d1, type MasterFleetInsuranceClaimStatusDTO as d2, type MasterFleetInsuranceClaimStatusQueryDTO as d3, MasterFleetInsuranceClaimStatusQuerySchema as d4, MasterFleetInsuranceClaimStatusSchema as d5, createMasterFleetInsuranceClaimStatus as d6, deleteMasterFleetInsuranceClaimStatus as d7, findMasterFleetInsuranceClaimStatuses as d8, getMasterFleetInsuranceClaimStatusCache as d9, findFleetIncidentCost as dA, get_incident_file_presigned_url as dB, incident_dashboard as dC, newFleetIncidentCostPayload as dD, newFleetIncidentPayload as dE, remove_incident_file as dF, toFleetIncidentCostPayload as dG, toFleetIncidentPayload as dH, updateFleetIncident as dI, updateFleetIncidentCost as dJ, type FleetVendorServiceCenter as dK, type FleetVendorServiceCenterDTO as dL, type FleetVendorServiceCenterQueryDTO as dM, FleetVendorServiceCenterQuerySchema as dN, FleetVendorServiceCenterSchema as dO, type FleetVendorServiceCenterSimple as dP, createFleetVendorServiceCenter as dQ, deleteFleetVendorServiceCenter as dR, findFleetVendorServiceCenter as dS, find_service_center_cache_simple as dT, newFleetVendorServiceCenterPayload as dU, toFleetVendorServiceCenterPayload as dV, updateFleetVendorServiceCenter as dW, type FuelCompanyLogoDTO as dX, FuelCompanyLogoSchema as dY, type MasterFuelCompanyDTO as dZ, type MasterFuelCompanyQueryDTO as d_, newMasterFleetInsuranceClaimStatusPayload as da, toMasterFleetInsuranceClaimStatusPayload as db, updateMasterFleetInsuranceClaimStatus as dc, type FleetIncident as dd, type FleetIncidentCost as de, type FleetIncidentCostDTO as df, type FleetIncidentCostQueryDTO as dg, FleetIncidentCostQuerySchema as dh, FleetIncidentCostSchema as di, type FleetIncidentDTO as dj, type FleetIncidentDashBoardQueryDTO as dk, FleetIncidentDashBoardQuerySchema as dl, type FleetIncidentFile as dm, type FleetIncidentFileDTO as dn, FleetIncidentFileSchema as dp, type FleetIncidentQueryDTO as dq, FleetIncidentQuerySchema as dr, FleetIncidentSchema as ds, type IncidentDashboard as dt, createFleetIncident as du, createFleetIncidentCost as dv, create_incident_file as dw, deleteFleetIncident as dx, deleteFleetIncidentCost as dy, findFleetIncident as dz, type MasterSpecialSchedule as e, type FleetVendorBankAccount as e$, MasterFuelCompanySchema as e0, createMasterFuelCompany as e1, deleteMasterFuelCompany as e2, delete_master_fuel_company_logo as e3, findMasterFuelCompanys as e4, getMasterFuelCompanyCache as e5, get_master_fuel_company_presigned_url as e6, newMasterFuelCompanyPayload as e7, toMasterFuelCompanyPayload as e8, updateMasterFuelCompany as e9, type MasterVendorTagQueryDTO as eA, MasterVendorTagQuerySchema as eB, MasterVendorTagSchema as eC, createMasterVendorTag as eD, deleteMasterVendorTag as eE, findMasterVendorTags as eF, getMasterVendorTagCache as eG, newMasterVendorTagPayload as eH, toMasterVendorTagPayload as eI, updateMasterVendorTag as eJ, type MasterVendorDocumentTypeDTO as eK, type MasterVendorDocumentTypeQueryDTO as eL, MasterVendorDocumentTypeQuerySchema as eM, MasterVendorDocumentTypeSchema as eN, createMasterVendorDocumentType as eO, deleteMasterVendorDocumentType as eP, findMasterVendorDocumentTypes as eQ, getMasterVendorDocumentTypeCache as eR, newMasterVendorDocumentTypePayload as eS, toMasterVendorDocumentTypePayload as eT, updateMasterVendorDocumentType as eU, type FleetVendor as eV, type FleetVendorAddress as eW, type FleetVendorAddressDTO as eX, type FleetVendorAddressQueryDTO as eY, FleetVendorAddressQuerySchema as eZ, FleetVendorAddressSchema as e_, update_master_fuel_company_logo as ea, type FleetVendorFuelStation as eb, type FleetVendorFuelStationDTO as ec, type FleetVendorFuelStationQueryDTO as ed, FleetVendorFuelStationQuerySchema as ee, FleetVendorFuelStationSchema as ef, type FleetVendorFuelStationSimple as eg, createFleetVendorFuelStation as eh, deleteFleetVendorFuelStation as ei, findFleetVendorFuelStation as ej, find_fuel_station_cache_simple as ek, newFleetVendorFuelStationPayload as el, toFleetVendorFuelStationPayload as em, updateFleetVendorFuelStation as en, type MasterVendorTypeDTO as eo, type MasterVendorTypeQueryDTO as ep, MasterVendorTypeQuerySchema as eq, MasterVendorTypeSchema as er, createMasterVendorType as es, deleteMasterVendorType as et, findMasterVendorTypes as eu, getMasterVendorTypeCache as ev, newMasterVendorTypePayload as ew, toMasterVendorTypePayload as ex, updateMasterVendorType as ey, type MasterVendorTagDTO as ez, type MasterClass as f, newFleetVendorPayload as f$, type FleetVendorBankAccountDTO as f0, type FleetVendorBankAccountQueryDTO as f1, FleetVendorBankAccountQuerySchema as f2, FleetVendorBankAccountSchema as f3, type FleetVendorContactPerson as f4, type FleetVendorContactPersonDTO as f5, type FleetVendorContactPersonLogoDTO as f6, FleetVendorContactPersonLogoSchema as f7, type FleetVendorContactPersonQueryDTO as f8, FleetVendorContactPersonQuerySchema as f9, createFleetVendor as fA, createFleetVendorAddress as fB, createFleetVendorBankAccount as fC, createFleetVendorContactPerson as fD, createFleetVendorDocument as fE, createFleetVendorReview as fF, create_vendor_document_file as fG, deleteFleetVendor as fH, deleteFleetVendorAddress as fI, deleteFleetVendorBankAccount as fJ, deleteFleetVendorContactPerson as fK, deleteFleetVendorDocument as fL, deleteFleetVendorReview as fM, findFleetVendor as fN, findFleetVendorAddress as fO, findFleetVendorBankAccount as fP, findFleetVendorContactPerson as fQ, findFleetVendorDocument as fR, findFleetVendorReview as fS, find_vendor_cache_simple as fT, get_vendor_contact_person_logo_presigned_url as fU, get_vendor_document_file_presigned_url as fV, get_vendor_logo_presigned_url as fW, newFleetVendorAddressPayload as fX, newFleetVendorBankAccountPayload as fY, newFleetVendorContactPersonPayload as fZ, newFleetVendorDocumentPayload as f_, FleetVendorContactPersonSchema as fa, type FleetVendorDTO as fb, type FleetVendorDashBoardQueryDTO as fc, FleetVendorDashBoardQuerySchema as fd, type FleetVendorDocument as fe, type FleetVendorDocumentDTO as ff, type FleetVendorDocumentFile as fg, type FleetVendorDocumentFileDTO as fh, FleetVendorDocumentFileSchema as fi, type FleetVendorDocumentQueryDTO as fj, FleetVendorDocumentQuerySchema as fk, FleetVendorDocumentSchema as fl, type FleetVendorLogoDTO as fm, FleetVendorLogoSchema as fn, type FleetVendorQueryDTO as fo, FleetVendorQuerySchema as fp, type FleetVendorReview as fq, type FleetVendorReviewDTO as fr, type FleetVendorReviewQueryDTO as fs, FleetVendorReviewQuerySchema as ft, FleetVendorReviewSchema as fu, FleetVendorSchema as fv, type FleetVendorSimple as fw, type FleetVendorTagLink as fx, type FleetVendorTypeLink as fy, type VendorDashboard as fz, type MasterProgram as g, type FleetServiceFile as g$, newFleetVendorReviewPayload as g0, remove_vendor_contact_person_image as g1, remove_vendor_document_file as g2, remove_vendor_logo as g3, toFleetVendorAddressPayload as g4, toFleetVendorBankAccountPayload as g5, toFleetVendorContactPersonPayload as g6, toFleetVendorDocumentPayload as g7, toFleetVendorPayload as g8, toFleetVendorReviewPayload as g9, type MasterFleetServiceTaskDTO as gA, type MasterFleetServiceTaskQueryDTO as gB, MasterFleetServiceTaskQuerySchema as gC, MasterFleetServiceTaskSchema as gD, createMasterFleetServiceTask as gE, deleteMasterFleetServiceTask as gF, findMasterFleetServiceTasks as gG, getMasterFleetServiceTaskCache as gH, newMasterFleetServiceTaskPayload as gI, toMasterFleetServiceTaskPayload as gJ, updateMasterFleetServiceTask as gK, type MasterFleetServicePart as gL, type MasterFleetServicePartDTO as gM, type MasterFleetServicePartQueryDTO as gN, MasterFleetServicePartQuerySchema as gO, MasterFleetServicePartSchema as gP, createMasterFleetServicePart as gQ, deleteMasterFleetServicePart as gR, findMasterFleetServicePart as gS, findMasterFleetServicePartCache as gT, newMasterFleetServicePartPayload as gU, toMasterFleetServicePartPayload as gV, updateMasterFleetServicePart as gW, type FleetService as gX, type FleetServiceDTO as gY, type FleetServiceDashBoardQueryDTO as gZ, FleetServiceDashBoardQuerySchema as g_, updateFleetVendor as ga, updateFleetVendorAddress as gb, updateFleetVendorBankAccount as gc, updateFleetVendorContactPerson as gd, updateFleetVendorDocument as ge, updateFleetVendorReview as gf, update_vendor_contact_person_image as gg, update_vendor_logo as gh, vendor_dashboard as gi, type FleetWorkshop as gj, type FleetWorkshopDTO as gk, type FleetWorkshopDashBoardQueryDTO as gl, FleetWorkshopDashBoardQuerySchema as gm, type FleetWorkshopQueryDTO as gn, FleetWorkshopQuerySchema as go, FleetWorkshopSchema as gp, type FleetWorkshopSimple as gq, type WorkshopDashboard as gr, createFleetWorkshop as gs, deleteFleetWorkshop as gt, findFleetWorkshop as gu, find_workshop_cache_simple as gv, fleet_workshop_dashboard as gw, newFleetWorkshopPayload as gx, toFleetWorkshopPayload as gy, updateFleetWorkshop as gz, type MasterSemester as h, FleetInspectionSchema as h$, type FleetServiceFileDTO as h0, FleetServiceFileSchema as h1, type FleetServiceQueryDTO as h2, FleetServiceQuerySchema as h3, type FleetServiceReminder as h4, type FleetServiceReminderDTO as h5, type FleetServiceReminderQueryDTO as h6, FleetServiceReminderQuerySchema as h7, FleetServiceReminderSchema as h8, FleetServiceSchema as h9, updateFleetServiceReminder as hA, updateFleetServiceTask as hB, type FleetInspectionForm as hC, type FleetInspectionFormDTO as hD, type FleetInspectionFormFieldsDTO as hE, FleetInspectionFormFieldsSchema as hF, type FleetInspectionFormQueryDTO as hG, FleetInspectionFormQuerySchema as hH, FleetInspectionFormSchema as hI, type FleetInspectionFormSimple as hJ, createFleetInspectionForm as hK, deleteFleetInspectionForm as hL, findFleetInspectionForm as hM, find_inspection_form_cache_simple as hN, newFleetInspectionFormPayload as hO, toFleetInspectionFormPayload as hP, updateFleetInspectionForm as hQ, updateFleetInspectionFormData as hR, type FleetInspection as hS, type FleetInspectionDTO as hT, type FleetInspectionDashBoardQueryDTO as hU, FleetInspectionDashBoardQuerySchema as hV, type FleetInspectionFile as hW, type FleetInspectionFileDTO as hX, FleetInspectionFileSchema as hY, type FleetInspectionQueryDTO as hZ, FleetInspectionQuerySchema as h_, type FleetServiceTask as ha, type FleetServiceTaskDTO as hb, type FleetServiceTaskQueryDTO as hc, FleetServiceTaskQuerySchema as hd, FleetServiceTaskSchema as he, type ServiceDashboard as hf, createFleetService as hg, createFleetServiceReminder as hh, createFleetServiceTask as hi, create_service_file as hj, deleteFleetService as hk, deleteFleetServiceReminder as hl, deleteFleetServiceTask as hm, findFleetService as hn, findFleetServiceReminder as ho, findFleetServiceTask as hp, get_service_file_presigned_url as hq, newFleetServicePayload as hr, newFleetServiceReminderPayload as hs, newFleetServiceTaskPayload as ht, remove_service_file as hu, service_dashboard as hv, toFleetServicePayload as hw, toFleetServiceReminderPayload as hx, toFleetServiceTaskPayload as hy, updateFleetService as hz, type MasterRelationship as i, FleetBreakdownCostQuerySchema as i$, type InspectionDashboard as i0, createFleetInspection as i1, create_inspection_file as i2, deleteFleetInspection as i3, findFleetInspection as i4, get_inspection_file_presigned_url as i5, inspection_dashboard as i6, newFleetInspectionPayload as i7, remove_inspection_file as i8, toFleetInspectionPayload as i9, findFleetIssueComment as iA, fleet_issue_dashboard as iB, get_issue_file_presigned_url as iC, newFleetIssueCommentPayload as iD, newFleetIssuePayload as iE, remove_issue_file as iF, toFleetIssueCommentPayload as iG, toFleetIssuePayload as iH, updateFleetIssue as iI, updateFleetIssueComment as iJ, type MasterFleetBreakdownType as iK, type MasterFleetBreakdownTypeDTO as iL, type MasterFleetBreakdownTypeQueryDTO as iM, MasterFleetBreakdownTypeQuerySchema as iN, MasterFleetBreakdownTypeSchema as iO, createMasterFleetBreakdownType as iP, deleteMasterFleetBreakdownType as iQ, findMasterFleetBreakdownType as iR, findMasterFleetBreakdownTypeCache as iS, newMasterFleetBreakdownTypePayload as iT, toMasterFleetBreakdownTypePayload as iU, updateMasterFleetBreakdownType as iV, type BreakdownDashboard as iW, type FleetBreakdown as iX, type FleetBreakdownCost as iY, type FleetBreakdownCostDTO as iZ, type FleetBreakdownCostQueryDTO as i_, updateFleetInspection as ia, type FleetIssue as ib, type FleetIssueComment as ic, type FleetIssueCommentDTO as id, type FleetIssueCommentQueryDTO as ie, FleetIssueCommentQuerySchema as ig, FleetIssueCommentSchema as ih, type FleetIssueDTO as ii, type FleetIssueDashBoardQueryDTO as ij, FleetIssueDashBoardQuerySchema as ik, type FleetIssueFile as il, type FleetIssueFileDTO as im, FleetIssueFileSchema as io, type FleetIssueHistory as ip, type FleetIssueQueryDTO as iq, FleetIssueQuerySchema as ir, FleetIssueSchema as is, type IssueDashboard as it, createFleetIssue as iu, createFleetIssueComment as iv, create_issue_file as iw, deleteFleetIssue as ix, deleteFleetIssueComment as iy, findFleetIssue as iz, type MasterSection as j, toMasterVehicleFuelRemovalReasonPayload as j$, FleetBreakdownCostSchema as j0, type FleetBreakdownDTO as j1, type FleetBreakdownDashBoardQueryDTO as j2, FleetBreakdownDashBoardQuerySchema as j3, type FleetBreakdownFile as j4, type FleetBreakdownFileDTO as j5, FleetBreakdownFileSchema as j6, type FleetBreakdownQueryDTO as j7, FleetBreakdownQuerySchema as j8, FleetBreakdownSchema as j9, newMasterVehicleFuelTypePayload as jA, toMasterVehicleFuelTypePayload as jB, updateMasterVehicleFuelType as jC, type MasterVehicleFuelUnitDTO as jD, type MasterVehicleFuelUnitQueryDTO as jE, MasterVehicleFuelUnitQuerySchema as jF, MasterVehicleFuelUnitSchema as jG, createMasterVehicleFuelUnit as jH, deleteMasterVehicleFuelUnit as jI, findMasterVehicleFuelUnits as jJ, getMasterVehicleFuelUnitCache as jK, getMasterVehicleFuelUnitCacheChild as jL, getMasterVehicleFuelUnitCacheCount as jM, newMasterVehicleFuelUnitPayload as jN, toMasterVehicleFuelUnitPayload as jO, updateMasterVehicleFuelUnit as jP, type MasterVehicleFuelRemovalReasonDTO as jQ, type MasterVehicleFuelRemovalReasonQueryDTO as jR, MasterVehicleFuelRemovalReasonQuerySchema as jS, MasterVehicleFuelRemovalReasonSchema as jT, createMasterVehicleFuelRemovalReason as jU, deleteMasterVehicleFuelRemovalReason as jV, findMasterVehicleFuelRemovalReasons as jW, getMasterVehicleFuelRemovalReasonCache as jX, getMasterVehicleFuelRemovalReasonCacheChild as jY, getMasterVehicleFuelRemovalReasonCacheCount as jZ, newMasterVehicleFuelRemovalReasonPayload as j_, breakdown_dashboard as ja, createFleetBreakdown as jb, createFleetBreakdownCost as jc, create_breakdown_file as jd, deleteFleetBreakdown as je, deleteFleetBreakdownCost as jf, findFleetBreakdown as jg, findFleetBreakdownCost as jh, get_breakdown_file_presigned_url as ji, newFleetBreakdownCostPayload as jj, newFleetBreakdownPayload as jk, remove_breakdown_file as jl, toFleetBreakdownCostPayload as jm, toFleetBreakdownPayload as jn, updateFleetBreakdown as jo, updateFleetBreakdownCost as jp, type MasterVehicleFuelTypeDTO as jq, type MasterVehicleFuelTypeQueryDTO as jr, MasterVehicleFuelTypeQuerySchema as js, MasterVehicleFuelTypeSchema as jt, createMasterVehicleFuelType as ju, deleteMasterVehicleFuelType as jv, findMasterVehicleFuelTypes as jw, getMasterVehicleFuelTypeCache as jx, getMasterVehicleFuelTypeCacheChild as jy, getMasterVehicleFuelTypeCacheCount as jz, type MasterStream as k, newMasterSemesterPayload as k$, updateMasterVehicleFuelRemovalReason as k0, type FleetFuelRemoval as k1, type FleetFuelRemovalDTO as k2, type FleetFuelRemovalFile as k3, type FleetFuelRemovalFileDTO as k4, FleetFuelRemovalFileSchema as k5, type FleetFuelRemovalQueryDTO as k6, FleetFuelRemovalQuerySchema as k7, FleetFuelRemovalSchema as k8, createFleetFuelRemoval as k9, findMasterProgram as kA, getMasterProgramCache as kB, getMasterProgramCacheCount as kC, newMasterProgramPayload as kD, toMasterProgramPayload as kE, updateMasterProgram as kF, type MasterSectionDTO as kG, type MasterSectionQueryDTO as kH, MasterSectionQuerySchema as kI, MasterSectionSchema as kJ, createMasterSection as kK, deleteMasterSection as kL, findMasterSection as kM, getMasterSectionCache as kN, getMasterSectionCacheCount as kO, newMasterSectionPayload as kP, toMasterSectionPayload as kQ, updateMasterSection as kR, type MasterSemesterDTO as kS, type MasterSemesterQueryDTO as kT, MasterSemesterQuerySchema as kU, MasterSemesterSchema as kV, createMasterSemester as kW, deleteMasterSemester as kX, findMasterSemester as kY, getMasterSemesterCache as kZ, getMasterSemesterCacheCount as k_, create_fuel_removal_file as ka, deleteFleetFuelRemoval as kb, findFleetFuelRemoval as kc, get_fuel_removal_file_presigned_url as kd, newFleetFuelRemovalPayload as ke, remove_fuel_removal_file as kf, toFleetFuelRemovalPayload as kg, updateFleetFuelRemoval as kh, type MasterClassDTO as ki, type MasterClassQueryDTO as kj, MasterClassQuerySchema as kk, MasterClassSchema as kl, createMasterClass as km, deleteMasterClass as kn, findMasterClass as ko, getMasterClassCache as kp, getMasterClassCacheCount as kq, newMasterClassPayload as kr, toMasterClassPayload as ks, updateMasterClass as kt, type MasterProgramDTO as ku, type MasterProgramQueryDTO as kv, MasterProgramQuerySchema as kw, MasterProgramSchema as kx, createMasterProgram as ky, deleteMasterProgram as kz, type MasterYear as l, MasterDailyScheduleStudentQuerySchema as l$, toMasterSemesterPayload as l0, updateMasterSemester as l1, type MasterStreamDTO as l2, type MasterStreamQueryDTO as l3, MasterStreamQuerySchema as l4, MasterStreamSchema as l5, createMasterStream as l6, deleteMasterStream as l7, findMasterStream as l8, getMasterStreamCache as l9, toMasterRelationshipPayload as lA, updateMasterRelationship as lB, type BusDashBoardQueryDTO as lC, BusDashBoardQuerySchema as lD, type BusDashboard as lE, type BusStopDTO as lF, type BusStopPolygonData as lG, type BusStopPolygonDataDTO as lH, BusStopPolygonDataSchema as lI, type BusStopQueryDTO as lJ, BusStopQuerySchema as lK, BusStopSchema as lL, bus_dashboard as lM, createBusStop as lN, deleteBusStop as lO, findBusStop as lP, newBusStopPayload as lQ, toBusStopPayload as lR, updateBusStop as lS, type AssignDailyScheduleToStudentsDTO as lT, AssignDailyScheduleToStudentsSchema as lU, type MasterDailyScheduleDTO as lV, type MasterDailyScheduleQueryDTO as lW, MasterDailyScheduleQuerySchema as lX, MasterDailyScheduleSchema as lY, type MasterDailyScheduleStudent as lZ, type MasterDailyScheduleStudentQueryDTO as l_, getMasterStreamCacheCount as la, newMasterStreamPayload as lb, toMasterStreamPayload as lc, updateMasterStream as ld, type MasterYearDTO as le, type MasterYearQueryDTO as lf, MasterYearQuerySchema as lg, MasterYearSchema as lh, createMasterYear as li, deleteMasterYear as lj, findMasterYear as lk, getMasterYearCache as ll, getMasterYearCacheCount as lm, newMasterYearPayload as ln, toMasterYearPayload as lo, updateMasterYear as lp, type MasterRelationshipDTO as lq, type MasterRelationshipQueryDTO as lr, MasterRelationshipQuerySchema as ls, MasterRelationshipSchema as lt, createMasterRelationship as lu, deleteMasterRelationship as lv, findMasterRelationship as lw, getMasterRelationshipCache as lx, getMasterRelationshipCacheCount as ly, newMasterRelationshipPayload as lz, type MasterExpenseName as m, findMasterRoute as m$, type RemoveDailyScheduleToStudentsDTO as m0, RemoveDailyScheduleToStudentsSchema as m1, type UpdateDailyScheduleStopDTO as m2, UpdateDailyScheduleStopSchema as m3, assignDailyScheduleToStudents as m4, createMasterDailySchedule as m5, deleteMasterDailySchedule as m6, findMasterDailySchedule as m7, findMasterDailyScheduleStudent as m8, newMasterDailySchedulePayload as m9, updateSpecialScheduleStop as mA, type MasterRouteDTO as mB, type MasterRouteJourneyTimeDTO as mC, MasterRouteJourneyTimeSchema as mD, type MasterRouteQueryDTO as mE, MasterRouteQuerySchema as mF, MasterRouteSchema as mG, type MasterRouteStop as mH, type MasterRouteStopCreateDTO as mI, MasterRouteStopCreateSchema as mJ, type MasterRouteStopDTO as mK, MasterRouteStopDeleteAllSchema as mL, type MasterRouteStopDeleteDTO as mM, type MasterRouteStopDeleteReOrderDTO as mN, MasterRouteStopDeleteSchema as mO, MasterRouteStopIds as mP, type MasterRouteStopIdsDTO as mQ, type MasterRouteStopReorderDTO as mR, MasterRouteStopReorderSchema as mS, MasterRouteStopSchema as mT, type MasterRouteStopUpdateDTO as mU, MasterRouteStopUpdateSchema as mV, appendRouteStop as mW, createMasterRoute as mX, deleteMasterRoute as mY, deleteRouteStopReorder as mZ, deleteRouteStopsAll as m_, removeDailyScheduleToStudents as ma, toMasterDailySchedulePayload as mb, updateDailyScheduleStop as mc, updateMasterDailySchedule as md, type AssignSpecialScheduleToStudentsDTO as me, AssignSpecialScheduleToStudentsSchema as mf, type MasterSpecialScheduleDTO as mg, type MasterSpecialScheduleQueryDTO as mh, MasterSpecialScheduleQuerySchema as mi, MasterSpecialScheduleSchema as mj, type MasterSpecialScheduleStudent as mk, type MasterSpecialScheduleStudentQueryDTO as ml, MasterSpecialScheduleStudentQuerySchema as mm, type RemoveSpecialScheduleToStudentsDTO as mn, RemoveSpecialScheduleToStudentsSchema as mo, type UpdateSpecialScheduleStopDTO as mp, UpdateSpecialScheduleStopSchema as mq, assignSpecialScheduleToStudents as mr, createMasterSpecialSchedule as ms, deleteMasterSpecialSchedule as mt, findMasterSpecialSchedule as mu, findMasterSpecialScheduleStudent as mv, newMasterSpecialSchedulePayload as mw, removeSpecialScheduleToStudents as mx, toMasterSpecialSchedulePayload as my, updateMasterSpecialSchedule as mz, type MasterExpenseType as n, deleteStudentLeaveRequest as n$, findRouteStopCache as n0, newMasterRoutePayload as n1, reorderRouteStops as n2, toMasterRoutePayload as n3, updateMasterRoute as n4, updateRouteStop as n5, update_journey_time as n6, type GuardianDetailsDTO as n7, GuardianDetailsSchema as n8, type GuardianMobileNumberDTO as n9, type StudentLoginPush as nA, type StudentNoFixedScheduleQueryDTO as nB, StudentNoFixedScheduleQuerySchema as nC, type StudentProfilePictureDTO as nD, StudentProfilePictureSchema as nE, type StudentQueryDTO as nF, StudentQuerySchema as nG, StudentSchema as nH, type StudentStopChangeRequest as nI, type StudentStopChangeRequestApprovalDTO as nJ, StudentStopChangeRequestApprovalSchema as nK, type StudentStopChangeRequestDTO as nL, type StudentStopChangeRequestQueryDTO as nM, StudentStopChangeRequestQuerySchema as nN, StudentStopChangeRequestSchema as nO, type StudentTransportPlanTypeChangeHistory as nP, type StudentTransportPlanTypeChangeHistoryQueryDTO as nQ, StudentTransportPlanTypeChangeHistoryQuerySchema as nR, approveStopChangeRequest as nS, createStudent as nT, createStudentAddress as nU, createStudentGuardianLink as nV, createStudentLeaveRequest as nW, createStudentStopChangeRequest as nX, deleteStudent as nY, deleteStudentAddress as nZ, deleteStudentGuardianLink as n_, GuardianMobileNumberSchema as na, type GuardianProfilePictureDTO as nb, GuardianProfilePictureSchema as nc, type SchoolDashBoardQueryDTO as nd, SchoolDashBoardQuerySchema as ne, type SchoolDashboard as nf, type StudentAddress as ng, type StudentAddressDTO as nh, type StudentAddressQueryDTO as ni, StudentAddressQuerySchema as nj, StudentAddressSchema as nk, type StudentDTO as nl, type StudentGuardian as nm, type StudentGuardianAutofillQueryDTO as nn, StudentGuardianAutofillQuerySchema as no, type StudentGuardianLink as np, type StudentGuardianLinkDTO as nq, type StudentGuardianLinkQueryDTO as nr, StudentGuardianLinkQuerySchema as ns, StudentGuardianLinkSchema as nt, type StudentGuardianLoginPush as nu, type StudentLeaveRequest as nv, type StudentLeaveRequestDTO as nw, type StudentLeaveRequestQueryDTO as nx, StudentLeaveRequestQuerySchema as ny, StudentLeaveRequestSchema as nz, type MasterVendorType as o, type OrganisationNotificationPreference as o$, deleteStudentStopChangeRequest as o0, findStudent as o1, findStudentAddress as o2, findStudentGuardianAutofillDetails as o3, findStudentGuardianLink as o4, findStudentLeaveRequest as o5, findStudentStopChangeRequest as o6, findStudentTransportPlanTypeChangeHistory as o7, find_students_with_no_fixed_schedule_drop as o8, find_students_with_no_fixed_schedule_pickup as o9, type MasterMainLandmarkDTO as oA, type MasterMainLandmarkQueryDTO as oB, MasterMainLandmarkQuerySchema as oC, MasterMainLandmarkSchema as oD, createMasterMainLandMark as oE, deleteMasterMainLandMark as oF, findMasterMainLandMark as oG, newMasterMainLandmarkPayload as oH, toMasterMainLandmarkPayload as oI, updateMasterMainLandMark as oJ, type FleetFuelRefill as oK, type FleetFuelRefillDTO as oL, type FleetFuelRefillFile as oM, type FleetFuelRefillFileDTO as oN, FleetFuelRefillFileSchema as oO, type FleetFuelRefillQueryDTO as oP, FleetFuelRefillQuerySchema as oQ, FleetFuelRefillSchema as oR, createFleetFuelRefill as oS, create_fuel_refill_file as oT, deleteFleetFuelRefill as oU, findFleetFuelRefill as oV, get_fuel_refill_file_presigned_url as oW, newFleetFuelRefillPayload as oX, remove_fuel_refill_file as oY, toFleetFuelRefillPayload as oZ, updateFleetFuelRefill as o_, get_student_guardian_presigned_url as oa, get_student_presigned_url as ob, newStudentAddressPayload as oc, newStudentGuardianLinkPayload as od, newStudentLeaveRequestPayload as oe, newStudentPayload as of, newStudentStopChangeRequestPayload as og, remove_guardian_profile_picture as oh, remove_profile_picture as oi, school_dashboard as oj, toStudentAddressPayload as ok, toStudentGuardianLinkPayload as ol, toStudentLeaveRequestPayload as om, toStudentPayload as on, toStudentStopChangeRequestPayload as oo, updateGuardianDetails as op, updateGuardianMobileNumber as oq, updateGuardianProfilePicture as or, updateStudent as os, updateStudentAddress as ot, updateStudentGuardianLink as ou, updateStudentLeaveRequest as ov, updateStudentStopChangeRequest as ow, update_guardian_profile_picture as ox, update_profile_picture as oy, type MasterMainLandMark as oz, type MasterVendorTag as p, type DriverLoginPush as p$, type OrganisationNotificationPreferenceDTO as p0, type OrganisationNotificationPreferenceGeofenceLink as p1, type OrganisationNotificationPreferenceQueryDTO as p2, OrganisationNotificationPreferenceQuerySchema as p3, OrganisationNotificationPreferenceSchema as p4, type OrganisationNotificationPreferenceUserLink as p5, type OrganisationNotificationPreferenceVehicleLink as p6, createOrganisationNotificationPreference as p7, deleteOrganisationNotificationPreference as p8, findOrganisationNotificationPreference as p9, type GPSGeofenceCache as pA, type GPSGeofenceDTO as pB, type GPSGeofencePolilineData as pC, type GPSGeofencePolilineDataDTO as pD, GPSGeofencePolilineDataSchema as pE, type GPSGeofenceQueryDTO as pF, GPSGeofenceQuerySchema as pG, GPSGeofenceSchema as pH, createGPSGeofence as pI, deleteGPSGeofence as pJ, findGPSGeofence as pK, getGPSGeofenceCache as pL, newGPSGeofencePayload as pM, toGPSGeofencePayload as pN, updateGPSGeofence as pO, type GPSGeofenceTransaction as pP, type GPSGeofenceTransactionDTO as pQ, type GPSGeofenceTransactionQueryDTO as pR, GPSGeofenceTransactionQuerySchema as pS, GPSGeofenceTransactionSchema as pT, createGPSGeofenceTransaction as pU, deleteGPSGeofenceTransaction as pV, findGPSGeofenceTransaction as pW, newGPSGeofenceTransactionPayload as pX, toGPSGeofenceTransactionPayload as pY, updateGPSGeofenceTransaction as pZ, type AssignRemoveDriverHistory as p_, newOrganisationNotificationPreferencePayload as pa, toOrganisationNotificationPreferencePayload as pb, updateOrganisationNotificationPreference as pc, type GPSGeofenceTransactionSummary as pd, type GPSGeofenceTransactionSummaryDTO as pe, type GPSGeofenceTransactionSummaryQueryDTO as pf, GPSGeofenceTransactionSummaryQuerySchema as pg, GPSGeofenceTransactionSummarySchema as ph, createGPSGeofenceTransactionSummary as pi, deleteGPSGeofenceTransactionSummary as pj, findGPSGeofenceTransactionSummary as pk, newGPSGeofenceTransactionSummaryPayload as pl, toGPSGeofenceTransactionSummaryPayload as pm, updateGPSGeofenceTransactionSummary as pn, type TripGeofenceToGeofence as po, type TripGeofenceToGeofenceDTO as pp, type TripGeofenceToGeofenceQueryDTO as pq, TripGeofenceToGeofenceQuerySchema as pr, TripGeofenceToGeofenceSchema as ps, createTripGeofenceToGeofence as pt, deleteTripGeofenceToGeofence as pu, findTripGeofenceToGeofence as pv, newTripGeofenceToGeofencePayload as pw, toTripGeofenceToGeofencePayload as px, updateTripGeofenceToGeofence as py, type GPSGeofence as pz, type MasterVendorDocumentType as q, toMasterVehicleTypePayload as q$, type MasterDriverDTO as q0, type MasterDriverFile as q1, type MasterDriverFileDTO as q2, MasterDriverFileSchema as q3, type MasterDriverLogoDTO as q4, MasterDriverLogoSchema as q5, type MasterDriverProfileDTO as q6, MasterDriverProfileSchema as q7, type MasterDriverQueryDTO as q8, MasterDriverQuerySchema as q9, toMasterMainSimProviderPayload as qA, updateMasterMainSimProvider as qB, type OrganisationGroupDTO as qC, type OrganisationGroupQueryDTO as qD, OrganisationGroupQuerySchema as qE, OrganisationGroupSchema as qF, type VehicleOrganisationGroupLink as qG, createOrganisationGroup as qH, deleteOrganisationGroup as qI, findOrganisationGroups as qJ, getOrganisationGroupCache as qK, getOrganisationGroupCacheChild as qL, getOrganisationGroupCacheCount as qM, newOrganisationGroupPayload as qN, toOrganisationGroupPayload as qO, updateOrganisationGroup as qP, type MasterVehicleTypeDTO as qQ, type MasterVehicleTypeQueryDTO as qR, MasterVehicleTypeQuerySchema as qS, MasterVehicleTypeSchema as qT, createMasterVehicleType as qU, deleteMasterVehicleType as qV, findMasterVehicleTypes as qW, getMasterVehicleTypeCache as qX, getMasterVehicleTypeCacheChild as qY, getMasterVehicleTypeCacheCount as qZ, newMasterVehicleTypePayload as q_, MasterDriverSchema as qa, createMasterDriver as qb, create_master_driver_file as qc, deleteMasterDriver as qd, findMasterDriver as qe, getMasterDriverCache as qf, getMasterDriverCacheSimple as qg, get_master_driver_file_presigned_url as qh, get_master_driver_image_presigned_url as qi, newDriverPayload as qj, remove_master_driver_file as qk, remove_master_driver_image as ql, toDriverPayload as qm, toDriverProfilePayload as qn, updateMasterDriver as qo, updateMasterDriverProfile as qp, update_master_driver_image as qq, type MasterMainSimProviderDTO as qr, type MasterMainSimProviderQueryDTO as qs, MasterMainSimProviderQuerySchema as qt, MasterMainSimProviderSchema as qu, createMasterMainSimProvider as qv, deleteMasterMainSimProvider as qw, findMasterMainSimProviders as qx, getMasterMainSimProviderCache as qy, newMasterMainSimProviderPayload as qz, type MasterFuelCompany as r, createMasterVehicleOwnershipType as r$, updateMasterVehicleType as r0, type FindCacheDTO$4 as r1, FindCacheSchema$4 as r2, type MasterVehicleSubModel as r3, type MasterVehicleSubModelDTO as r4, type MasterVehicleSubModelQueryDTO as r5, MasterVehicleSubModelQuerySchema as r6, MasterVehicleSubModelSchema as r7, createMasterVehicleSubModel as r8, deleteMasterVehicleSubModel as r9, MasterVehicleMakeSchema as rA, createMasterVehicleMake as rB, deleteMasterVehicleMake as rC, findMasterVehicleMakes as rD, getMasterVehicleMakeCache as rE, getMasterVehicleMakeCacheChild as rF, getMasterVehicleMakeCacheCount as rG, newMasterVehicleMakePayload as rH, toMasterVehicleMakePayload as rI, updateMasterVehicleMake as rJ, type MasterVehicleStatusTypeDTO as rK, type MasterVehicleStatusTypeQueryDTO as rL, MasterVehicleStatusTypeQuerySchema as rM, MasterVehicleStatusTypeSchema as rN, createMasterVehicleStatusType as rO, deleteMasterVehicleStatusType as rP, findMasterVehicleStatusTypes as rQ, getMasterVehicleStatusTypeCache as rR, getMasterVehicleStatusTypeCacheChild as rS, getMasterVehicleStatusTypeCacheCount as rT, newMasterVehicleStatusTypePayload as rU, toMasterVehicleStatusTypePayload as rV, updateMasterVehicleStatusType as rW, type MasterVehicleOwnershipTypeDTO as rX, type MasterVehicleOwnershipTypeQueryDTO as rY, MasterVehicleOwnershipTypeQuerySchema as rZ, MasterVehicleOwnershipTypeSchema as r_, findMasterVehicleSubModels as ra, getMasterVehicleSubModelCache as rb, getMasterVehicleSubModelCacheChild as rc, getMasterVehicleSubModelCacheCount as rd, newMasterVehicleSubModelPayload as re, toMasterVehicleSubModelPayload as rf, updateMasterVehicleSubModel as rg, type FindCacheDTO$3 as rh, FindCacheSchema$3 as ri, type MasterVehicleModel as rj, type MasterVehicleModelDTO as rk, type MasterVehicleModelQueryDTO as rl, MasterVehicleModelQuerySchema as rm, MasterVehicleModelSchema as rn, createMasterVehicleModel as ro, deleteMasterVehicleModel as rp, findMasterVehicleModels as rq, getMasterVehicleModelCache as rr, getMasterVehicleModelCacheChild as rs, getMasterVehicleModelCacheCount as rt, newMasterVehicleModelPayload as ru, toMasterVehicleModelPayload as rv, updateMasterVehicleModel as rw, type MasterVehicleMakeDTO as rx, type MasterVehicleMakeQueryDTO as ry, MasterVehicleMakeQuerySchema as rz, type MasterFleetIncidentType as s, toMasterDeviceManufacturerPayload as s$, deleteMasterVehicleOwnershipType as s0, findMasterVehicleOwnershipTypes as s1, getMasterVehicleOwnershipTypeCache as s2, getMasterVehicleOwnershipTypeCacheChild as s3, getMasterVehicleOwnershipTypeCacheCount as s4, newMasterVehicleOwnershipTypePayload as s5, toMasterVehicleOwnershipTypePayload as s6, updateMasterVehicleOwnershipType as s7, type MasterVehicleAssociatedToDTO as s8, type MasterVehicleAssociatedToQueryDTO as s9, FindCacheSchema$2 as sA, type MasterDeviceModel as sB, type MasterDeviceModelDTO as sC, type MasterDeviceModelQueryDTO as sD, MasterDeviceModelQuerySchema as sE, MasterDeviceModelSchema as sF, createMasterDeviceModel as sG, deleteMasterDeviceModel as sH, findMasterDeviceModels as sI, getMasterDeviceModelCache as sJ, getMasterDeviceModelCacheChild as sK, getMasterDeviceModelCacheCount as sL, newMasterDeviceModelPayload as sM, toMasterDeviceModelPayload as sN, updateMasterDeviceModel as sO, type MasterDeviceManufacturer as sP, type MasterDeviceManufacturerDTO as sQ, type MasterDeviceManufacturerQueryDTO as sR, MasterDeviceManufacturerQuerySchema as sS, MasterDeviceManufacturerSchema as sT, createMasterDeviceManufacturer as sU, deleteMasterDeviceManufacturer as sV, findMasterDeviceManufacturers as sW, getMasterDeviceManufacturerCache as sX, getMasterDeviceManufacturerCacheChild as sY, getMasterDeviceManufacturerCacheCount as sZ, newMasterDeviceManufacturerPayload as s_, MasterVehicleAssociatedToQuerySchema as sa, MasterVehicleAssociatedToSchema as sb, createMasterVehicleAssociatedTo as sc, deleteMasterVehicleAssociatedTo as sd, findMasterVehicleAssociatedTos as se, getMasterVehicleAssociatedToCache as sf, getMasterVehicleAssociatedToCacheChild as sg, getMasterVehicleAssociatedToCacheCount as sh, newMasterVehicleAssociatedToPayload as si, toMasterVehicleAssociatedToPayload as sj, updateMasterVehicleAssociatedTo as sk, type MasterDeviceType as sl, type MasterDeviceTypeDTO as sm, type MasterDeviceTypeQueryDTO as sn, MasterDeviceTypeQuerySchema as so, MasterDeviceTypeSchema as sp, createMasterDeviceType as sq, deleteMasterDeviceType as sr, findMasterDeviceTypes as ss, getMasterDeviceTypeCache as st, getMasterDeviceTypeCacheChild as su, getMasterDeviceTypeCacheCount as sv, newMasterDeviceTypePayload as sw, toMasterDeviceTypePayload as sx, updateMasterDeviceType as sy, type FindCacheDTO$2 as sz, type MasterFleetIncidentStatus as t, type OrganisationReportAutomationMailQueryDTO as t$, updateMasterDeviceManufacturer as t0, type FleetInspectionSchedule as t1, type FleetInspectionScheduleDTO as t2, type FleetInspectionScheduleQueryDTO as t3, FleetInspectionScheduleQuerySchema as t4, FleetInspectionScheduleSchema as t5, type FleetInspectionScheduleVehicleLink as t6, createFleetInspectionSchedule as t7, deleteFleetInspectionSchedule as t8, findFleetInspectionSchedule as t9, GPSLiveTrackShareLinkUpdateLinkStatusSchema as tA, createGPSLiveTrackShareLink as tB, createGPSLiveTrackShareLinkNotification as tC, deleteGPSLiveTrackShareLink as tD, extendGPSLiveTrackLinkTime as tE, findGPSLiveTrackShareLink as tF, newGPSLiveTrackShareLinkPayload as tG, toGPSLiveTrackShareLinkPayload as tH, updateGPSLiveTrackLinkStatus as tI, type GPSTrackHistoryShareLink as tJ, type GPSTrackHistoryShareLinkDTO as tK, type GPSTrackHistoryShareLinkNotification as tL, type GPSTrackHistoryShareLinkNotificationDTO as tM, GPSTrackHistoryShareLinkNotificationSchema as tN, type GPSTrackHistoryShareLinkQueryDTO as tO, GPSTrackHistoryShareLinkQuerySchema as tP, GPSTrackHistoryShareLinkSchema as tQ, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as tR, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as tS, createGPSTrackHistoryShareLink as tT, createGPSTrackHistoryShareLinkNotification as tU, deleteGPSTrackHistoryShareLink as tV, findGPSTrackHistoryShareLink as tW, newGPSTrackHistoryShareLinkPayload as tX, toGPSTrackHistoryShareLinkPayload as tY, updateTrackHistoryLinkStatus as tZ, type OrganisationReportAutomationMail as t_, newFleetInspectionSchedulePayload as ta, toFleetInspectionSchedulePayload as tb, updateFleetInspectionSchedule as tc, type FleetServiceSchedule as td, type FleetServiceScheduleDTO as te, type FleetServiceScheduleQueryDTO as tf, FleetServiceScheduleQuerySchema as tg, FleetServiceScheduleSchema as th, type FleetServiceScheduleVehicleLink as ti, createFleetServiceSchedule as tj, deleteFleetServiceSchedule as tk, findFleetServiceSchedule as tl, newFleetServiceSchedulePayload as tm, toFleetServiceSchedulePayload as tn, updateFleetServiceSchedule as to, type GPSLiveTrackShareLink as tp, type GPSLiveTrackShareLinkDTO as tq, type GPSLiveTrackShareLinkNotification as tr, type GPSLiveTrackShareLinkNotificationDTO as ts, GPSLiveTrackShareLinkNotificationSchema as tt, type GPSLiveTrackShareLinkQueryDTO as tu, GPSLiveTrackShareLinkQuerySchema as tv, GPSLiveTrackShareLinkSchema as tw, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as tx, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as ty, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as tz, type MasterFleetIncidentSeverity as u, type VehicleDetailTrip as u$, OrganisationReportAutomationMailQuerySchema as u0, type OrganisationReportAutomationMailVehicleLink as u1, type OrganisationReportPreference as u2, type OrganisationReportPreferenceDTO as u3, type OrganisationReportPreferenceQueryDTO as u4, OrganisationReportPreferenceQuerySchema as u5, OrganisationReportPreferenceSchema as u6, type OrganisationReportPreferenceVehicleLink as u7, createOrganisationReportPreference as u8, deleteOrganisationReportPreference as u9, type MasterVehicleFileDTO as uA, MasterVehicleFileSchema as uB, type MasterVehicleMultiOrgDropdown as uC, type MasterVehicleSimChange as uD, type MasterVehicleSimChangeQueryDTO as uE, MasterVehicleSimChangeQuerySchema as uF, type NoGPSDataVehiclesQueryDTO as uG, NoGPSDataVehiclesQuerySchema as uH, type UpdateGPSDeviceDetailsDTO as uI, UpdateGPSDeviceDetailsSchema as uJ, type UpdateGPSSimDetailsDTO as uK, UpdateGPSSimDetailsSchema as uL, type VehicleCaheMultiOrganisationQueryDTO as uM, VehicleCaheMultiOrganisationQuerySchema as uN, type VehicleDTO as uO, type VehicleDetailBody as uP, type VehicleDetailBodyDTO as uQ, VehicleDetailBodySchema as uR, type VehicleDetailGPS as uS, type VehicleDetailGPSSensorDTO as uT, VehicleDetailGPSSensorSchema as uU, type VehicleDetailLifeCycle as uV, type VehicleDetailLifeCycleDTO as uW, VehicleDetailLifeCycleSchema as uX, type VehicleDetailPurchase as uY, type VehicleDetailPurchaseDTO as uZ, VehicleDetailPurchaseSchema as u_, findOrganisationReportAutomationMail as ua, findOrganisationReportPreference as ub, newOrganisationReportPreferencePayload as uc, toOrganisationReportPreferencePayload as ud, updateOrganisationReportPreference as ue, type OrganisationFleet as uf, type OrganisationFleetDTO as ug, type OrganisationFleetQueryDTO as uh, OrganisationFleetQuerySchema as ui, OrganisationFleetSchema as uj, createOrganisationFleet as uk, deleteOrganisationFleet as ul, findOrganisationFleets as um, getOrganisationFleetCache as un, getOrganisationFleetCacheChild as uo, getOrganisationFleetCacheCount as up, newOrganisationFleetPayload as uq, toOrganisationFleetPayload as ur, updateOrganisationFleet as us, type CalibrationFileDTO as ut, CalibrationFileSchema as uu, type MasterVehicleDeviceChange as uv, type MasterVehicleDeviceChangeQueryDTO as uw, MasterVehicleDeviceChangeQuerySchema as ux, type MasterVehicleDropdown as uy, type MasterVehicleFile as uz, type MasterFleetInsuranceClaimStatus as v, deleteUserAdmin as v$, type VehicleDetailTripDTO as v0, VehicleDetailTripSchema as v1, type VehicleDriverLinkDTO as v2, VehicleDriverLinkSchema as v3, type VehicleGPSQueryDTO as v4, VehicleGPSQuerySchema as v5, type VehicleOdometerHistory as v6, type VehicleQueryDTO as v7, VehicleQuerySchema as v8, VehicleSchema as v9, toVehicleDetailPurchasePayload as vA, toVehicleDetailsBodyPayload as vB, toVehicleDetailsGPSPayload as vC, toVehicleDetailsTripPayload as vD, toVehiclePayload as vE, unlinkDriverFromVehicle as vF, updateDetailsGpsSensor as vG, updateDetailsTrip as vH, updateGPSDeviceDetails as vI, updateGPSSimDetails as vJ, updateSensorRelayLockStatusLocked as vK, updateSensorRelayLockStatusUnlocked as vL, updateVehicle as vM, updateVehicleBodyDetails as vN, updateVehicleLifeCycleDetails as vO, updateVehiclePurchaseDetails as vP, update_calibration_file as vQ, type UserAdminDTO as vR, type UserAdminLoginPush as vS, type UserAdminLogoDTO as vT, UserAdminLogoSchema as vU, type UserAdminProfileDTO as vV, UserAdminProfileSchema as vW, type UserAdminQueryDTO as vX, UserAdminQuerySchema as vY, UserAdminSchema as vZ, createUserAdmin as v_, createVehicle as va, create_vehicle_file as vb, deleteVehicle as vc, findVehicleGPSDetails as vd, findVehicles as ve, findVehiclesLiveDashboard as vf, find_no_gps_data_vehicles as vg, getDeviceChangeHistoryByVehicle as vh, getDriverLinkHistoryByDriver as vi, getDriverLinkHistoryByVehicle as vj, getSimChangeHistoryByVehicle as vk, getVehicleCache as vl, getVehicleParentCache as vm, getVehicleSimpleCache as vn, getVehicleSimpleDropdownCacheLiveData as vo, getVehicleSimpleDropdownCustom as vp, getVehicleSimpleDropdownMultipleOrganiations as vq, get_calibration_file_presigned_url as vr, get_vehicle_file_presigned_url as vs, linkDriverToVehicle as vt, newVehiclePayload as vu, remove_calibration_file as vv, remove_vehicle_file as vw, toGPSDeviceDetailsPayload as vx, toGPSSimDetailsPayload as vy, toVehicleDetailLifeCyclePayload as vz, type MasterFleetServiceTask as w, FleetDocumentDashBoardQuerySchema as w$, findUserAdmin as w0, getAdminUserCache as w1, get_admin_image_presigned_url as w2, newUserAdminPayload as w3, remove_admin_image as w4, toUserAdminProfilePayload as w5, updateUserAdmin as w6, updateUserAdminProfile as w7, update_admin_image as w8, type Ticket as w9, type InvoiceQueryDTO as wA, InvoiceQuerySchema as wB, InvoiceSchema as wC, createInvoice as wD, create_invoice_file as wE, deleteInvoice as wF, findInvoices as wG, get_invoice_file_presigned_url as wH, newInvoicePayload as wI, remove_invoice_file as wJ, toInvoicePayload as wK, updateInvoice as wL, type MasterVehicleDocumentTypeDTO as wM, type MasterVehicleDocumentTypeQueryDTO as wN, MasterVehicleDocumentTypeQuerySchema as wO, MasterVehicleDocumentTypeSchema as wP, createMasterVehicleDocumentType as wQ, deleteMasterVehicleDocumentType as wR, findMasterVehicleDocumentTypes as wS, getMasterVehicleDocumentTypeCache as wT, newMasterVehicleDocumentTypePayload as wU, toMasterVehicleDocumentTypePayload as wV, updateMasterVehicleDocumentType as wW, type DocumentDashboard as wX, type FleetDocument as wY, type FleetDocumentDTO as wZ, type FleetDocumentDashBoardQueryDTO as w_, type TicketDTO as wa, type TicketFile as wb, type TicketFileDTO as wc, TicketFileSchema as wd, type TicketQueryDTO as we, TicketQuerySchema as wf, TicketSchema as wg, type TicketVerifyDTO as wh, TicketVerifySchema as wi, createTicket as wj, create_ticket_file as wk, deleteTicket as wl, findTickets as wm, get_ticket_file_presigned_url as wn, newTicketPayload as wo, newVerifyTicketPayload as wp, remove_ticket_file as wq, toTicketPayload as wr, toVerifyTicketPayload as ws, updateTicket as wt, updateVerifyStatus as wu, type Invoice as wv, type InvoiceDTO as ww, type InvoiceFile as wx, type InvoiceFileDTO as wy, InvoiceFileSchema as wz, type MasterMainIndustry as x, MasterMainTimeZoneSchema as x$, type FleetDocumentExpiry as x0, type FleetDocumentExpiryDTO as x1, type FleetDocumentExpiryQueryDTO as x2, FleetDocumentExpiryQuerySchema as x3, FleetDocumentExpirySchema as x4, type FleetDocumentFile as x5, type FleetDocumentFileDTO as x6, FleetDocumentFileSchema as x7, type FleetDocumentQueryDTO as x8, FleetDocumentQuerySchema as x9, UserLogoSchema as xA, type UserProfileDTO as xB, UserProfileSchema as xC, type UserQueryDTO as xD, UserQuerySchema as xE, UserSchema as xF, type UserVehicleLink as xG, createUser as xH, deleteUser as xI, findUser as xJ, getUserCache as xK, getUserCacheSimple as xL, get_user_image_presigned_url as xM, newUserPayload as xN, remove_user_image as xO, toUserPayload as xP, toUserProfilePayload as xQ, updateUser as xR, updateUserDefaultDateformat as xS, updateUserDefaultLanguage as xT, updateUserDefaultTimezone as xU, updateUserProfile as xV, update_user_image as xW, type MasterMainTimeZone as xX, type MasterMainTimeZoneDTO as xY, type MasterMainTimeZoneQueryDTO as xZ, MasterMainTimeZoneQuerySchema as x_, FleetDocumentSchema as xa, createFleetDocument as xb, createFleetDocumentExpiry as xc, create_fleet_document_file as xd, deleteFleetDocument as xe, deleteFleetDocumentExpiry as xf, findFleetDocument as xg, findFleetDocumentExpiry as xh, fleet_document_dashboard as xi, get_fleet_document_file_presigned_url as xj, newFleetDocumentExpiryPayload as xk, newFleetDocumentPayload as xl, remove_fleet_document_file as xm, toFleetDocumentExpiryPayload as xn, toFleetDocumentPayload as xo, updateFleetDocument as xp, updateFleetDocumentExpiry as xq, type UserDTO as xr, type UserDefaultDateFormatDTO as xs, UserDefaultDateFormatSchema as xt, type UserDefaultLanguageDTO as xu, UserDefaultLanguageSchema as xv, type UserDefaultTimeZoneDTO as xw, UserDefaultTimeZoneSchema as xx, type UserLoginPush as xy, type UserLogoDTO as xz, type MasterMainCountry as y, toOrganisationCalendarPayload as y$, createMasterMainTimeZone as y0, deleteMasterMainTimeZone as y1, findMasterMainTimeZones as y2, getMasterMainTimeZoneCache as y3, getMasterMainTimeZoneCacheAll as y4, newMasterMainTimeZonePayload as y5, toMasterMainTimeZonePayload as y6, updateMasterMainTimeZone as y7, type MasterMainState as y8, type MasterMainStateDTO as y9, createMasterMainUnitMileage as yA, deleteMasterMainUnitMileage as yB, findMasterMainUnitMileages as yC, getMasterMainUnitMileageCache as yD, newMasterMainUnitMileagePayload as yE, toMasterMainUnitMileagePayload as yF, updateMasterMainUnitMileage as yG, type MasterMainUnitVolumeDTO as yH, type MasterMainUnitVolumeQueryDTO as yI, MasterMainUnitVolumeQuerySchema as yJ, MasterMainUnitVolumeSchema as yK, createMasterMainUnitVolume as yL, deleteMasterMainUnitVolume as yM, findMasterMainUnitVolumes as yN, getMasterMainUnitVolumeCache as yO, newMasterMainUnitVolumePayload as yP, toMasterMainUnitVolumePayload as yQ, updateMasterMainUnitVolume as yR, type OrganisationCalendar as yS, type OrganisationCalendarDTO as yT, type OrganisationCalendarQueryDTO as yU, OrganisationCalendarQuerySchema as yV, OrganisationCalendarSchema as yW, createOrganisationCalendar as yX, deleteOrganisationCalendar as yY, findOrganisationCalendar as yZ, newOrganisationCalendarPayload as y_, type MasterMainStateQueryDTO as ya, MasterMainStateQuerySchema as yb, MasterMainStateSchema as yc, createMasterMainState as yd, deleteMasterMainState as ye, findMasterMainStates as yf, getMasterMainStateCache as yg, newMasterMainStatePayload as yh, toMasterMainStatePayload as yi, updateMasterMainState as yj, type MasterMainCountryDTO as yk, type MasterMainCountryQueryDTO as yl, MasterMainCountryQuerySchema as ym, MasterMainCountrySchema as yn, createMasterMainCountry as yo, deleteMasterMainCountry as yp, findMasterMainCountries as yq, getMasterMainCountryCache as yr, getMasterMainCountryCacheChild as ys, newMasterMainCountryPayload as yt, toMasterMainCountryPayload as yu, updateMasterMainCountry as yv, type MasterMainUnitMileageDTO as yw, type MasterMainUnitMileageQueryDTO as yx, MasterMainUnitMileageQuerySchema as yy, MasterMainUnitMileageSchema as yz, type MasterMainDateFormat as z, type MasterTripPartyTypeDTO as z$, updateOrganisationCalendar as z0, type OrganisationNoticeBoard as z1, type OrganisationNoticeBoardDTO as z2, type OrganisationNoticeBoardQueryDTO as z3, OrganisationNoticeBoardQuerySchema as z4, OrganisationNoticeBoardSchema as z5, createOrganisationNoticeBoard as z6, deleteOrganisationNoticeBoard as z7, findOrganisationNoticeBoard as z8, newOrganisationNoticeBoardPayload as z9, toMasterSparePartSubCategoryPayload as zA, updateMasterSparePartSubCategory as zB, type MasterSparePartCategoryDTO as zC, MasterSparePartCategorySchema as zD, type SparePartCategoryQueryDTO as zE, SparePartCategoryQuerySchema as zF, createMasterSparePartCategory as zG, deleteMasterSparePartCategory as zH, findMasterSparePartCategories as zI, getMasterSparePartCategoryCache as zJ, getMasterSparePartCategoryCacheChild as zK, getMasterSparePartCategoryCacheCount as zL, newMasterSparePartCategoryPayload as zM, toMasterSparePartCategoryPayload as zN, updateMasterSparePartCategory as zO, type MasterSparePartUnitDTO as zP, MasterSparePartUnitSchema as zQ, type SparePartUnitQueryDTO as zR, SparePartUnitQuerySchema as zS, createMasterSparePartUnit as zT, deleteMasterSparePartUnit as zU, findMasterSparePartUnits as zV, getMasterSparePartUnitCache as zW, getMasterSparePartUnitCacheCount as zX, newMasterSparePartUnitPayload as zY, toMasterSparePartUnitPayload as zZ, updateMasterSparePartUnit as z_, toOrganisationNoticeBoardPayload as za, updateOrganisationNoticeBoard as zb, type MasterExpenseTypeDTO as zc, type MasterExpenseTypeQueryDTO as zd, MasterExpenseTypeQuerySchema as ze, MasterExpenseTypeSchema as zf, createMasterExpenseType as zg, deleteMasterExpenseType as zh, findMasterExpenseTypes as zi, getMasterExpenseTypeCache as zj, newMasterExpenseTypePayload as zk, toMasterExpenseTypePayload as zl, updateMasterExpenseType as zm, type FindCacheDTO$1 as zn, FindCacheSchema$1 as zo, type MasterSparePartSubCategory as zp, type MasterSparePartSubCategoryDTO as zq, MasterSparePartSubCategorySchema as zr, type SparePartSubCategoryQueryDTO as zs, SparePartSubCategoryQuerySchema as zt, createMasterSparePartSubCategory as zu, deleteMasterSparePartSubCategory as zv, findMasterSparePartSubCategories as zw, getMasterSparePartSubCategoryCache as zx, getMasterSparePartSubCategoryCacheCount as zy, newMasterSparePartSubCategoryPayload as zz };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-nest-api-document",
3
- "version": "43.0.0",
3
+ "version": "44.0.0",
4
4
  "description": "Reusable API SDK built with NestJS, Prisma, Axios, and Zod for VMS frontends.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",