vms-nest-prisma-api-document 959.0.0 → 962.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{bookmark_service-DBJ2kG1B.d.ts → bookmark_service-D2yLvkCb.d.ts} +23 -1
- package/dist/core/Enums.d.ts +16 -1
- package/dist/core/Enums.js +21 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/core/cronjobs.service.d.ts +235 -0
- package/dist/services/core/cronjobs.service.js +300 -0
- package/dist/services/core/external_api.service.d.ts +282 -0
- package/dist/services/core/external_api.service.js +429 -0
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.js +28 -0
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.d.ts +2 -2
- package/dist/services/website/request_demo.service.d.ts +164 -0
- package/dist/services/website/request_demo.service.js +333 -0
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -22178,6 +22178,8 @@ interface UserOrganisation extends Record<string, unknown> {
|
|
|
22178
22178
|
postal_code?: string;
|
|
22179
22179
|
country?: string;
|
|
22180
22180
|
country_code?: string;
|
|
22181
|
+
is_sync_gps_data_from_utrack: YesNo;
|
|
22182
|
+
show_vehicle_filters: YesNo;
|
|
22181
22183
|
status: Status;
|
|
22182
22184
|
added_date_time: string;
|
|
22183
22185
|
modified_date_time: string;
|
|
@@ -22494,6 +22496,8 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
22494
22496
|
postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22495
22497
|
country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22496
22498
|
country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22499
|
+
is_sync_gps_data_from_utrack: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
22500
|
+
show_vehicle_filters: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
22497
22501
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
22498
22502
|
}, "strip", z.ZodTypeAny, {
|
|
22499
22503
|
status: Status;
|
|
@@ -22535,6 +22539,8 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
22535
22539
|
billing_postal_code: string;
|
|
22536
22540
|
billing_country: string;
|
|
22537
22541
|
billing_country_code: string;
|
|
22542
|
+
is_sync_gps_data_from_utrack: YesNo;
|
|
22543
|
+
show_vehicle_filters: YesNo;
|
|
22538
22544
|
distance_unit_id: string;
|
|
22539
22545
|
mileage_unit_id: string;
|
|
22540
22546
|
volume_unit_id: string;
|
|
@@ -22581,6 +22587,8 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
22581
22587
|
billing_postal_code?: string | undefined;
|
|
22582
22588
|
billing_country?: string | undefined;
|
|
22583
22589
|
billing_country_code?: string | undefined;
|
|
22590
|
+
is_sync_gps_data_from_utrack?: YesNo | undefined;
|
|
22591
|
+
show_vehicle_filters?: YesNo | undefined;
|
|
22584
22592
|
}>;
|
|
22585
22593
|
type UserOrganisationDTO = z.infer<typeof UserOrganisationSchema>;
|
|
22586
22594
|
declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
@@ -22623,6 +22631,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
22623
22631
|
time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22624
22632
|
date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22625
22633
|
fleet_size: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof FleetSize>, "many">>>;
|
|
22634
|
+
is_sync_gps_data_from_utrack: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
22635
|
+
show_vehicle_filters: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
22626
22636
|
}, "strip", z.ZodTypeAny, {
|
|
22627
22637
|
status: Status[];
|
|
22628
22638
|
search: string;
|
|
@@ -22654,6 +22664,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
22654
22664
|
time_zone_ids: string[];
|
|
22655
22665
|
state_ids: string[];
|
|
22656
22666
|
fleet_size: FleetSize[];
|
|
22667
|
+
is_sync_gps_data_from_utrack: YesNo[];
|
|
22668
|
+
show_vehicle_filters: YesNo[];
|
|
22657
22669
|
}, {
|
|
22658
22670
|
date_format_id: string;
|
|
22659
22671
|
time_zone_id: string;
|
|
@@ -22685,6 +22697,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
22685
22697
|
time_zone_ids?: string[] | undefined;
|
|
22686
22698
|
state_ids?: string[] | undefined;
|
|
22687
22699
|
fleet_size?: FleetSize[] | undefined;
|
|
22700
|
+
is_sync_gps_data_from_utrack?: YesNo[] | undefined;
|
|
22701
|
+
show_vehicle_filters?: YesNo[] | undefined;
|
|
22688
22702
|
}>;
|
|
22689
22703
|
type UserOrganisationQueryDTO = z.infer<typeof UserOrganisationQuerySchema>;
|
|
22690
22704
|
declare const UserOrganisationLogoSchema: z.ZodObject<{
|
|
@@ -22701,6 +22715,14 @@ declare const UserOrganisationLogoSchema: z.ZodObject<{
|
|
|
22701
22715
|
logo_name: string;
|
|
22702
22716
|
}>;
|
|
22703
22717
|
type UserOrganisationLogoDTO = z.infer<typeof UserOrganisationLogoSchema>;
|
|
22718
|
+
declare const UserOrganisationShowFilterSchema: z.ZodObject<{
|
|
22719
|
+
show_vehicle_filters: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
22720
|
+
}, "strip", z.ZodTypeAny, {
|
|
22721
|
+
show_vehicle_filters: YesNo;
|
|
22722
|
+
}, {
|
|
22723
|
+
show_vehicle_filters: YesNo;
|
|
22724
|
+
}>;
|
|
22725
|
+
type UserOrganisationShowFilterDTO = z.infer<typeof UserOrganisationShowFilterSchema>;
|
|
22704
22726
|
declare const toUserOrganisationPayload: (row: UserOrganisation) => UserOrganisationDTO;
|
|
22705
22727
|
declare const newUserOrganisationPayload: () => UserOrganisationDTO;
|
|
22706
22728
|
declare const get_organisation_logo_presigned_url: (file_name: string) => Promise<BR<AWSPresignedUrl>>;
|
|
@@ -22874,4 +22896,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
|
|
|
22874
22896
|
declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
|
|
22875
22897
|
declare const deleteBookMark: (id: string) => Promise<SBR>;
|
|
22876
22898
|
|
|
22877
|
-
export { type MasterMainIndustryDTO as $, type MasterMainUnitMileage as A, type MasterMainUnitVolume as B, type MasterMainSimProvider as C, type MasterFleetIncidentType as D, type MasterFleetIncidentStatus as E, type MasterFleetIncidentSeverity as F, type MasterFleetInsuranceClaimStatus as G, type MasterFleetServiceTask as H, type MasterExpenseName as I, type MasterExpenseType as J, type MasterVendorType as K, type MasterVendorTag as L, type MasterDriver as M, type MasterVendorDocumentType as N, type OrganisationSubCompany as O, type MasterFuelCompany as P, type MasterClass as Q, type MasterProgram as R, type MasterSemester as S, type MasterRelationship as T, type User as U, type MasterSection as V, type MasterStream as W, type MasterYear as X, type UserOrganisation as Y, type MasterVehicle as Z, MasterMainIndustrySchema as _, type UserAdmin as a, getOrganisationColorCacheCount as a$, MasterMainIndustryQuerySchema as a0, type MasterMainIndustryQueryDTO as a1, toMasterMainIndustryPayload as a2, newMasterMainIndustryPayload as a3, findMasterMainIndustry as a4, createMasterMainIndustry as a5, updateMasterMainIndustry as a6, deleteMasterMainIndustry as a7, getMasterMainIndustryCache as a8, type MasterMainCurrency as a9, getOrganisationSubCompanyCache as aA, getOrganisationSubCompanyCacheCount as aB, getOrganisationSubCompanyCacheChild as aC, OrganisationBranchSchema as aD, type OrganisationBranchDTO as aE, OrganisationBranchQuerySchema as aF, type OrganisationBranchQueryDTO as aG, toOrganisationBranchPayload as aH, newOrganisationBranchPayload as aI, findOrganisationBranchs as aJ, createOrganisationBranch as aK, updateOrganisationBranch as aL, deleteOrganisationBranch as aM, getOrganisationBranchCache as aN, getOrganisationBranchCacheCount as aO, getOrganisationBranchCacheChild as aP, OrganisationColorSchema as aQ, type OrganisationColorDTO as aR, OrganisationColorQuerySchema as aS, type OrganisationColorQueryDTO as aT, toOrganisationColorPayload as aU, newOrganisationColorPayload as aV, findOrganisationColors as aW, createOrganisationColor as aX, updateOrganisationColor as aY, deleteOrganisationColor as aZ, getOrganisationColorCache as a_, MasterMainCurrencySchema as aa, type MasterMainCurrencyDTO as ab, MasterMainCurrencyQuerySchema as ac, type MasterMainCurrencyQueryDTO as ad, toMasterMainCurrencyPayload as ae, newMasterMainCurrencyPayload as af, findMasterMainCurrencies as ag, createMasterMainCurrency as ah, updateMasterMainCurrency as ai, deleteMasterMainCurrency as aj, getMasterMainCurrencyCache as ak, OrganisationSubCompanySchema as al, type OrganisationSubCompanyDTO as am, OrganisationSubCompanyQuerySchema as an, type OrganisationSubCompanyQueryDTO as ao, SubCompanyLogoSchema as ap, type SubCompanyLogoDTO as aq, toOrganisationSubCompanyPayload as ar, newOrganisationSubCompanyPayload as as, get_organisation_sub_company_logo_presigned_url as at, update_organisation_sub_company_logo as au, delete_organisation_sub_company_logo as av, findOrganisationSubCompanyies as aw, createOrganisationSubCompany as ax, updateOrganisationSubCompany as ay, deleteOrganisationSubCompany as az, type MasterVehicleType as b, GPSGeofenceTransactionSummaryQuerySchema as b$, getOrganisationColorCacheChild as b0, OrganisationTagSchema as b1, type OrganisationTagDTO as b2, OrganisationTagQuerySchema as b3, type OrganisationTagQueryDTO as b4, toOrganisationTagPayload as b5, newOrganisationTagPayload as b6, findOrganisationTags as b7, createOrganisationTag as b8, updateOrganisationTag as b9, getMasterUserStatusCache as bA, getMasterUserStatusCacheCount as bB, MasterMainLanguageSchema as bC, type MasterMainLanguageDTO as bD, MasterMainLanguageQuerySchema as bE, type MasterMainLanguageQueryDTO as bF, toMasterMainLanguagePayload as bG, newMasterMainLanguagePayload as bH, findMasterMainLanguages as bI, createMasterMainLanguage as bJ, updateMasterMainLanguage as bK, deleteMasterMainLanguage as bL, getMasterMainLanguageCache as bM, MasterMainDateFormatSchema as bN, type MasterMainDateFormatDTO as bO, MasterMainDateFormatQuerySchema as bP, type MasterMainDateFormatQueryDTO as bQ, toMasterMainDateFormatPayload as bR, newMasterMainDateFormatPayload as bS, findMasterMainDateFormats as bT, createMasterMainDateFormat as bU, updateMasterMainDateFormat as bV, deleteMasterMainDateFormat as bW, getMasterMainDateFormatCache as bX, type GPSGeofenceTransactionSummary as bY, GPSGeofenceTransactionSummarySchema as bZ, type GPSGeofenceTransactionSummaryDTO as b_, deleteOrganisationTag as ba, getOrganisationTagCache as bb, getOrganisationTagCacheCount as bc, getOrganisationTagCacheChild as bd, MasterUserRoleSchema as be, type MasterUserRoleDTO as bf, MasterUserRoleQuerySchema as bg, type MasterUserRoleQueryDTO as bh, toMasterUserRolePayload as bi, newMasterUserRolePayload as bj, findMasterUserRoles as bk, createMasterUserRole as bl, updateMasterUserRole as bm, deleteMasterUserRole as bn, getMasterUserRoleCache as bo, getMasterUserRoleCacheCount as bp, MasterUserStatusSchema as bq, type MasterUserStatusDTO as br, MasterUserStatusQuerySchema as bs, type MasterUserStatusQueryDTO as bt, toMasterUserStatusPayload as bu, newMasterUserStatusPayload as bv, findMasterUserStatuses as bw, createMasterUserStatus as bx, updateMasterUserStatus as by, deleteMasterUserStatus as bz, type MasterVehicleMake as c, type UserAdminLogoDTO as c$, type GPSGeofenceTransactionSummaryQueryDTO as c0, toGPSGeofenceTransactionSummaryPayload as c1, newGPSGeofenceTransactionSummaryPayload as c2, findGPSGeofenceTransactionSummary as c3, createGPSGeofenceTransactionSummary as c4, updateGPSGeofenceTransactionSummary as c5, deleteGPSGeofenceTransactionSummary as c6, type GPSGeofenceTransaction as c7, GPSGeofenceTransactionSchema as c8, type GPSGeofenceTransactionDTO as c9, GPSGeofenceQuerySchema as cA, type GPSGeofenceQueryDTO as cB, toGPSGeofencePayload as cC, newGPSGeofencePayload as cD, findGPSGeofence as cE, createGPSGeofence as cF, updateGPSGeofence as cG, deleteGPSGeofence as cH, getGPSGeofenceCache as cI, type OrganisationNotificationPreference as cJ, type OrganisationNotificationPreferenceVehicleLink as cK, type OrganisationNotificationPreferenceGeofenceLink as cL, type OrganisationNotificationPreferenceUserLink as cM, OrganisationNotificationPreferenceSchema as cN, type OrganisationNotificationPreferenceDTO as cO, OrganisationNotificationPreferenceQuerySchema as cP, type OrganisationNotificationPreferenceQueryDTO as cQ, toOrganisationNotificationPreferencePayload as cR, newOrganisationNotificationPreferencePayload as cS, findOrganisationNotificationPreference as cT, createOrganisationNotificationPreference as cU, updateOrganisationNotificationPreference as cV, deleteOrganisationNotificationPreference as cW, type UserAdminLoginPush as cX, UserAdminSchema as cY, type UserAdminDTO as cZ, UserAdminLogoSchema as c_, GPSGeofenceTransactionQuerySchema as ca, type GPSGeofenceTransactionQueryDTO as cb, toGPSGeofenceTransactionPayload as cc, newGPSGeofenceTransactionPayload as cd, findGPSGeofenceTransaction as ce, createGPSGeofenceTransaction as cf, updateGPSGeofenceTransaction as cg, deleteGPSGeofenceTransaction as ch, type TripGeofenceToGeofence as ci, TripGeofenceToGeofenceSchema as cj, type TripGeofenceToGeofenceDTO as ck, TripGeofenceToGeofenceQuerySchema as cl, type TripGeofenceToGeofenceQueryDTO as cm, toTripGeofenceToGeofencePayload as cn, newTripGeofenceToGeofencePayload as co, findTripGeofenceToGeofence as cp, createTripGeofenceToGeofence as cq, updateTripGeofenceToGeofence as cr, deleteTripGeofenceToGeofence as cs, type GPSGeofence as ct, type GPSGeofencePolilineData as cu, type GPSGeofenceCache as cv, GPSGeofencePolilineDataSchema as cw, type GPSGeofencePolilineDataDTO as cx, GPSGeofenceSchema as cy, type GPSGeofenceDTO as cz, type MasterVehicleStatusType as d, type MasterVehicleFuelUnitDTO as d$, UserAdminProfileSchema as d0, type UserAdminProfileDTO as d1, UserAdminQuerySchema as d2, type UserAdminQueryDTO as d3, toUserAdminProfilePayload as d4, newUserAdminPayload as d5, get_admin_image_presigned_url as d6, update_admin_image as d7, delete_admin_image as d8, findUserAdmin as d9, updateVerifyStatus as dA, deleteTicket as dB, type MasterMainLandMark as dC, MasterMainLandmarkSchema as dD, type MasterMainLandmarkDTO as dE, MasterMainLandmarkQuerySchema as dF, type MasterMainLandmarkQueryDTO as dG, toMasterMainLandmarkPayload as dH, newMasterMainLandmarkPayload as dI, findMasterMainCountries$1 as dJ, createMasterMainCountry$1 as dK, updateMasterMainCountry$1 as dL, deleteMasterMainCountry$1 as dM, MasterVehicleFuelTypeSchema as dN, type MasterVehicleFuelTypeDTO as dO, MasterVehicleFuelTypeQuerySchema as dP, type MasterVehicleFuelTypeQueryDTO as dQ, toMasterVehicleFuelTypePayload as dR, newMasterVehicleFuelTypePayload as dS, findMasterVehicleFuelTypes as dT, createMasterVehicleFuelType as dU, updateMasterVehicleFuelType as dV, deleteMasterVehicleFuelType as dW, getMasterVehicleFuelTypeCache as dX, getMasterVehicleFuelTypeCacheCount as dY, getMasterVehicleFuelTypeCacheChild as dZ, MasterVehicleFuelUnitSchema as d_, createUserAdmin as da, updateUserAdmin as db, deleteUserAdmin as dc, updateUserAdminProfile as dd, getAdminUserCache as de, type Ticket as df, type TicketFile as dg, TicketFileSchema as dh, type TicketFileDTO as di, TicketSchema as dj, type TicketDTO as dk, TicketVerifySchema as dl, type TicketVerifyDTO as dm, TicketQuerySchema as dn, type TicketQueryDTO as dp, toTicketPayload as dq, newTicketPayload as dr, newVerifyTicketPayload as ds, toVerifyTicketPayload as dt, get_ticket_file_presigned_url as du, create_ticket_file as dv, remove_ticket_file as dw, findTickets as dx, createTicket as dy, updateTicket as dz, type MasterVehicleOwnershipType as e, updateMasterFleetInsuranceClaimStatus as e$, MasterVehicleFuelUnitQuerySchema as e0, type MasterVehicleFuelUnitQueryDTO as e1, toMasterVehicleFuelUnitPayload as e2, newMasterVehicleFuelUnitPayload as e3, findMasterVehicleFuelUnits as e4, createMasterVehicleFuelUnit as e5, updateMasterVehicleFuelUnit as e6, deleteMasterVehicleFuelUnit as e7, getMasterVehicleFuelUnitCache as e8, getMasterVehicleFuelUnitCacheCount as e9, type MasterVendorDocumentTypeQueryDTO as eA, toMasterVendorDocumentTypePayload as eB, newMasterVendorDocumentTypePayload as eC, findMasterVendorDocumentTypes as eD, createMasterVendorDocumentType as eE, updateMasterVendorDocumentType as eF, deleteMasterVendorDocumentType as eG, getMasterVendorDocumentTypeCache as eH, MasterFleetServiceTaskSchema as eI, type MasterFleetServiceTaskDTO as eJ, MasterFleetServiceTaskQuerySchema as eK, type MasterFleetServiceTaskQueryDTO as eL, toMasterFleetServiceTaskPayload as eM, newMasterFleetServiceTaskPayload as eN, findMasterFleetServiceTasks as eO, createMasterFleetServiceTask as eP, updateMasterFleetServiceTask as eQ, deleteMasterFleetServiceTask as eR, getMasterFleetServiceTaskCache as eS, MasterFleetInsuranceClaimStatusSchema as eT, type MasterFleetInsuranceClaimStatusDTO as eU, MasterFleetInsuranceClaimStatusQuerySchema as eV, type MasterFleetInsuranceClaimStatusQueryDTO as eW, toMasterFleetInsuranceClaimStatusPayload as eX, newMasterFleetInsuranceClaimStatusPayload as eY, findMasterFleetInsuranceClaimStatuses as eZ, createMasterFleetInsuranceClaimStatus as e_, getMasterVehicleFuelUnitCacheChild as ea, MasterVendorTypeSchema as eb, type MasterVendorTypeDTO as ec, MasterVendorTypeQuerySchema as ed, type MasterVendorTypeQueryDTO as ee, toMasterVendorTypePayload as ef, newMasterVendorTypePayload as eg, findMasterVendorTypes as eh, createMasterVendorType as ei, updateMasterVendorType as ej, deleteMasterVendorType as ek, getMasterVendorTypeCache as el, MasterVendorTagSchema as em, type MasterVendorTagDTO as en, MasterVendorTagQuerySchema as eo, type MasterVendorTagQueryDTO as ep, toMasterVendorTagPayload as eq, newMasterVendorTagPayload as er, findMasterVendorTags as es, createMasterVendorTag as et, updateMasterVendorTag as eu, deleteMasterVendorTag as ev, getMasterVendorTagCache as ew, MasterVendorDocumentTypeSchema as ex, type MasterVendorDocumentTypeDTO as ey, MasterVendorDocumentTypeQuerySchema as ez, type MasterVehicleAssociatedTo as f, newFleetIncidentManagementPayload as f$, deleteMasterFleetInsuranceClaimStatus as f0, getMasterFleetInsuranceClaimStatusCache as f1, MasterFleetIncidentSeveritySchema as f2, type MasterFleetIncidentSeverityDTO as f3, MasterFleetIncidentSeverityQuerySchema as f4, type MasterFleetIncidentSeverityQueryDTO as f5, toMasterFleetIncidentSeverityPayload as f6, newMasterFleetIncidentSeverityPayload as f7, findMasterFleetIncidentSeverities as f8, createMasterFleetIncidentSeverity as f9, type MasterExpenseNameDTO as fA, MasterExpenseNameQuerySchema as fB, type MasterExpenseNameQueryDTO as fC, toMasterExpenseNamePayload as fD, newMasterExpenseNamePayload as fE, findMasterExpenseNames as fF, createMasterExpenseName as fG, updateMasterExpenseName as fH, deleteMasterExpenseName as fI, getMasterExpenseNameCache as fJ, type FleetIncidentManagement as fK, type FleetIncidentManagementCost as fL, type FleetIncidentManagementFile as fM, type IncidentDashboard as fN, FleetIncidentManagementFileSchema as fO, type FleetIncidentManagementFileDTO as fP, FleetIncidentManagementSchema as fQ, type FleetIncidentManagementDTO as fR, FleetIncidentManagementQuerySchema as fS, type FleetIncidentManagementQueryDTO as fT, FleetIncidentManagementDashBoardQuerySchema as fU, type FleetIncidentManagementDashBoardQueryDTO as fV, FleetIncidentManagementCostSchema as fW, type FleetIncidentManagementCostDTO as fX, FleetIncidentManagementCostQuerySchema as fY, type FleetIncidentManagementCostQueryDTO as fZ, toFleetIncidentManagementPayload as f_, updateMasterFleetIncidentSeverity as fa, deleteMasterFleetIncidentSeverity as fb, getMasterFleetIncidentSeverityCache as fc, MasterFleetIncidentStatusSchema as fd, type MasterFleetIncidentStatusDTO as fe, MasterFleetIncidentStatusQuerySchema as ff, type MasterFleetIncidentStatusQueryDTO as fg, toMasterFleetIncidentStatusPayload as fh, newMasterFleetIncidentStatusPayload as fi, findMasterFleetIncidentStatuses as fj, createMasterFleetIncidentStatus as fk, updateMasterFleetIncidentStatus as fl, deleteMasterFleetIncidentStatus as fm, getMasterFleetIncidentStatusCache as fn, MasterFleetIncidentTypeSchema as fo, type MasterFleetIncidentTypeDTO as fp, MasterFleetIncidentTypeQuerySchema as fq, type MasterFleetIncidentTypeQueryDTO as fr, toMasterFleetIncidentTypePayload as fs, newMasterFleetIncidentTypePayload as ft, findMasterFleetIncidentTypes as fu, createMasterFleetIncidentType as fv, updateMasterFleetIncidentType as fw, deleteMasterFleetIncidentType as fx, getMasterFleetIncidentTypeCache as fy, MasterExpenseNameSchema as fz, type MasterVehicleFuelType as g, type FleetIssueManagementDashBoardQueryDTO as g$, toFleetIncidentManagementCostPayload as g0, newFleetIncidentManagementCostPayload as g1, get_incident_file_presigned_url as g2, create_incident_file as g3, remove_incident_file as g4, createFleetIncidentManagement as g5, findFleetIncidentManagement as g6, updateFleetIncidentManagement as g7, deleteFleetIncidentManagement as g8, incident_dashboard as g9, FleetInspectionDashBoardQuerySchema as gA, type FleetInspectionDashBoardQueryDTO as gB, FleetInspectionCheckPendingQuerySchema as gC, type FleetInspectionCheckPendingQueryDTO as gD, toFleetInspectionPayload as gE, newFleetInspectionPayload as gF, get_inspection_file_presigned_url as gG, create_service_file$1 as gH, remove_service_file$1 as gI, findFleetInspection as gJ, createFleetInspection as gK, updateFleetInspection as gL, deleteFleetInspection as gM, inspection_dashboard as gN, find_check_pending as gO, type FleetIssueManagement as gP, type FleetIssueManagementHistory as gQ, type FleetIssueManagementComment as gR, type FleetIssueManagementFile as gS, type IssueDashboard as gT, FleetIssueManagementFileSchema as gU, type FleetIssueManagementFileDTO as gV, FleetIssueManagementSchema as gW, type FleetIssueManagementDTO as gX, FleetIssueManagementQuerySchema as gY, type FleetIssueManagementQueryDTO as gZ, FleetIssueManagementDashBoardQuerySchema as g_, createFleetIncidentManagementCost as ga, findFleetIncidentManagementCost as gb, updateFleetIncidentManagementCost as gc, deleteFleetIncidentManagementCost as gd, type FleetInspectionForm as ge, type FleetInspectionFormSimple as gf, FleetInspectionFormSchema as gg, type FleetInspectionFormDTO as gh, FleetInspectionFormQuerySchema as gi, type FleetInspectionFormQueryDTO as gj, toFleetInspectionFormPayload as gk, newFleetInspectionFormPayload as gl, findFleetInspectionForm as gm, createFleetInspectionForm as gn, updateFleetInspectionForm as go, deleteFleetInspectionForm as gp, getFleetInspectionFormCacheSimple as gq, type FleetInspection as gr, type FleetInspectionFile as gs, type InspectionDashboard as gt, FleetInspectionFileSchema as gu, type FleetInspectionFileDTO as gv, FleetInspectionSchema as gw, type FleetInspectionDTO as gx, FleetInspectionQuerySchema as gy, type FleetInspectionQueryDTO as gz, type MasterVehicleFuelUnit as h, type FleetVendorServiceCenter as h$, FleetIssueManagementCommentSchema as h0, type FleetIssueManagementCommentDTO as h1, FleetIssueManagementCommentQuerySchema as h2, type FleetIssueManagementCommentQueryDTO as h3, toFleetIssueManagementPayload as h4, newFleetIssueManagementPayload as h5, toFleetIssueManagementCommentPayload as h6, newFleetIssueManagementCommentPayload as h7, get_issue_file_presigned_url as h8, create_issue_file as h9, type FleetServiceManagementTaskQueryDTO as hA, FleetServiceReminderSchema as hB, type FleetServiceReminderDTO as hC, FleetServiceReminderQuerySchema as hD, type FleetServiceReminderQueryDTO as hE, toFleetServiceManagementPayload as hF, newFleetServiceManagementPayload as hG, toFleetServiceManagementTaskPayload as hH, newFleetServiceManagementTaskPayload as hI, toFleetServiceReminderPayload as hJ, newFleetServiceReminderPayload as hK, get_service_file_presigned_url as hL, create_service_file as hM, remove_service_file as hN, findFleetServiceManagement as hO, createFleetServiceManagement as hP, updateFleetServiceManagement as hQ, deleteFleetServiceManagement as hR, service_dashboard as hS, findFleetServiceManagementTask as hT, createFleetServiceManagementTask as hU, updateFleetServiceManagementTask as hV, deleteFleetServiceManagementTask as hW, findFleetServiceReminder as hX, createFleetServiceReminder as hY, updateFleetServiceReminder as hZ, deleteFleetServiceReminder as h_, remove_issue_file as ha, findFleetIssueManagement as hb, createFleetIssueManagement as hc, updateFleetIssueManagement as hd, deleteFleetIssueManagement as he, issue_dashboard as hf, findFleetIssueManagementComment as hg, createFleetIssueManagementComment as hh, updateFleetIssueManagementComment as hi, deleteFleetIssueManagementComment as hj, type FleetServiceManagement as hk, type FleetServiceManagementTask as hl, type FleetServiceManagementFile as hm, type FleetServiceReminder as hn, type ServiceDashboard as ho, FleetServiceManagementFileSchema as hp, type FleetServiceManagementFileDTO as hq, FleetServiceManagementSchema as hr, type FleetServiceManagementDTO as hs, FleetServiceManagementQuerySchema as ht, type FleetServiceManagementQueryDTO as hu, FleetServiceManagementDashBoardQuerySchema as hv, type FleetServiceManagementDashBoardQueryDTO as hw, FleetServiceManagementTaskSchema as hx, type FleetServiceManagementTaskDTO as hy, FleetServiceManagementTaskQuerySchema as hz, type MasterVehicleFuelRemovalReason as i, type FleetVendorAddressDTO as i$, type FleetVendorServiceCenterSimple as i0, FleetVendorServiceCenterSchema as i1, type FleetVendorServiceCenterDTO as i2, FleetVendorServiceCenterQuerySchema as i3, type FleetVendorServiceCenterQueryDTO as i4, toFleetVendorServiceCenterPayload as i5, newFleetVendorServiceCenterPayload as i6, findFleetVendorServiceCenter as i7, createFleetVendorServiceCenter as i8, updateFleetVendorServiceCenter as i9, toFleetVendorFuelStationPayload as iA, newFleetVendorFuelStationPayload as iB, findFleetVendorFuelStation as iC, createFleetVendorFuelStation as iD, updateFleetVendorFuelStation as iE, deleteFleetVendorFuelStation as iF, getFleetVendorFuelStationCacheSimple as iG, type FleetVendor as iH, type VendorDashboard as iI, type FleetVendorSimple as iJ, type FleetVendorTypeLink as iK, type FleetVendorTagLink as iL, type FleetVendorAddress as iM, type FleetVendorBankAccount as iN, type FleetVendorContactPersons as iO, type FleetVendorReview as iP, type FleetVendorDocument as iQ, type FleetVendorDocumentFile as iR, FleetVendorLogoSchema as iS, type FleetVendorLogoDTO as iT, FleetVendorSchema as iU, type FleetVendorDTO as iV, FleetVendorQuerySchema as iW, type FleetVendorQueryDTO as iX, FleetVendorDashBoardQuerySchema as iY, type FleetVendorDashBoardQueryDTO as iZ, FleetVendorAddressSchema as i_, deleteFleetVendorServiceCenter as ia, getFleetVendorServiceCenterCacheSimple as ib, MasterFuelCompanySchema as ic, type MasterFuelCompanyDTO as id, MasterFuelCompanyQuerySchema as ie, type MasterFuelCompanyQueryDTO as ig, FuelCompanyLogoSchema as ih, type FuelCompanyLogoDTO as ii, toMasterFuelCompanyPayload as ij, newMasterFuelCompanyPayload as ik, get_master_fuel_company_presigned_url as il, update_master_fuel_company_logo as im, delete_master_fuel_company_logo as io, findMasterFuelCompanys as ip, createMasterFuelCompany as iq, updateMasterFuelCompany as ir, deleteMasterFuelCompany as is, getMasterFuelCompanyCache as it, type FleetVendorFuelStation as iu, type FleetVendorFuelStationSimple as iv, FleetVendorFuelStationSchema as iw, type FleetVendorFuelStationDTO as ix, FleetVendorFuelStationQuerySchema as iy, type FleetVendorFuelStationQueryDTO as iz, type MasterVehicleDocumentType as j, deleteFleetVendorReview as j$, FleetVendorAddressQuerySchema as j0, type FleetVendorAddressQueryDTO as j1, FleetVendorBankAccountSchema as j2, type FleetVendorBankAccountDTO as j3, FleetVendorBankAccountQuerySchema as j4, type FleetVendorBankAccountQueryDTO as j5, FleetVendorContactPersonsLogoSchema as j6, type FleetVendorContactPersonsLogoDTO as j7, FleetVendorContactPersonsSchema as j8, type FleetVendorContactPersonsDTO as j9, get_vendor_document_file_presigned_url as jA, update_vendor_logo as jB, delete_vendor_logo as jC, update_vendor_contact_person_logo as jD, delete_vendor_contact_person_logo as jE, create_vendor_document_file as jF, remove_vendor_document_file as jG, findFleetVendor as jH, createFleetVendor as jI, updateFleetVendor as jJ, deleteFleetVendor as jK, vendor_dashboard as jL, createFleetVendorAddress as jM, findFleetVendorAddress as jN, updateFleetVendorAddress as jO, deleteFleetVendorAddress as jP, createFleetVendorBankAccount as jQ, findFleetVendorBankAccount as jR, updateFleetVendorBankAccount as jS, deleteFleetVendorBankAccount as jT, createFleetVendorContactPersons as jU, findFleetVendorContactPersons as jV, updateFleetVendorContactPersons as jW, deleteFleetVendorContactPersons as jX, createFleetVendorReview as jY, findFleetVendorReview as jZ, updateFleetVendorReview as j_, FleetVendorContactPersonsQuerySchema as ja, type FleetVendorContactPersonsQueryDTO as jb, FleetVendorReviewSchema as jc, type FleetVendorReviewDTO as jd, FleetVendorReviewQuerySchema as je, type FleetVendorReviewQueryDTO as jf, FleetVendorDocumentFileSchema as jg, type FleetVendorDocumentFileDTO as jh, FleetVendorDocumentSchema as ji, type FleetVendorDocumentDTO as jj, FleetVendorDocumentQuerySchema as jk, type FleetVendorDocumentQueryDTO as jl, toFleetVendorPayload as jm, newFleetVendorPayload as jn, toFleetVendorAddressPayload as jo, newFleetVendorAddressPayload as jp, toFleetVendorBankAccountPayload as jq, newFleetVendorBankAccountPayload as jr, toFleetVendorContactPersonsPayload as js, newFleetVendorContactPersonsPayload as jt, toFleetVendorReviewPayload as ju, newFleetVendorReviewPayload as jv, toFleetVendorDocumentPayload as jw, newFleetVendorDocumentPayload as jx, get_vendor_logo_presigned_url as jy, get_vendor_contact_person_logo_presigned_url as jz, type MasterUserRole as k, deleteFleetInspectionSchedule as k$, createFleetVendorDocument as k0, findFleetVendorDocument as k1, updateFleetVendorDocument as k2, deleteFleetVendorDocument as k3, getFleetVendorCacheSimple as k4, type FleetFuelRefill as k5, type FleetFuelRefillFile as k6, FleetFuelRefillFileSchema as k7, type FleetFuelRefillFileDTO as k8, FleetFuelRefillSchema as k9, type FleetFuelRemovalFile as kA, FleetFuelRemovalFileSchema as kB, type FleetFuelRemovalFileDTO as kC, FleetFuelRemovalSchema as kD, type FleetFuelRemovalDTO as kE, FleetFuelRemovalQuerySchema as kF, type FleetFuelRemovalQueryDTO as kG, toFleetFuelRemovalPayload as kH, newFleetFuelRemovalPayload as kI, get_fuel_removal_file_presigned_url as kJ, create_fuel_removal_file as kK, remove_fuel_removal_file as kL, findFleetFuelRemoval as kM, createFleetFuelRemoval as kN, updateFleetFuelRemoval as kO, deleteFleetFuelRemoval as kP, type FleetInspectionSchedule as kQ, type FleetInspectionScheduleVehicleLink as kR, FleetInspectionScheduleSchema as kS, type FleetInspectionScheduleDTO as kT, FleetInspectionScheduleQuerySchema as kU, type FleetInspectionScheduleQueryDTO as kV, toFleetInspectionSchedulePayload as kW, newFleetInspectionSchedulePayload as kX, findFleetInspectionSchedule as kY, createFleetInspectionSchedule as kZ, updateFleetInspectionSchedule as k_, type FleetFuelRefillDTO as ka, FleetFuelRefillQuerySchema as kb, type FleetFuelRefillQueryDTO as kc, toFleetFuelRefillPayload as kd, newFleetFuelRefillPayload as ke, get_fuel_refill_file_presigned_url as kf, create_fuel_refill_file as kg, remove_fuel_refill_file as kh, findFleetFuelRefill as ki, createFleetFuelRefill as kj, updateFleetFuelRefill as kk, deleteFleetFuelRefill as kl, MasterVehicleFuelRemovalReasonSchema as km, type MasterVehicleFuelRemovalReasonDTO as kn, MasterVehicleFuelRemovalReasonQuerySchema as ko, type MasterVehicleFuelRemovalReasonQueryDTO as kp, toMasterVehicleFuelRemovalReasonPayload as kq, newMasterVehicleFuelRemovalReasonPayload as kr, findMasterVehicleFuelRemovalReasons as ks, createMasterVehicleFuelRemovalReason as kt, updateMasterVehicleFuelRemovalReason as ku, deleteMasterVehicleFuelRemovalReason as kv, getMasterVehicleFuelRemovalReasonCache as kw, getMasterVehicleFuelRemovalReasonCacheCount as kx, getMasterVehicleFuelRemovalReasonCacheChild as ky, type FleetFuelRemoval as kz, type MasterUserStatus as l, findFleetFuelMonthlySummary as l$, type FleetServiceSchedule as l0, type FleetServiceScheduleVehicleLink as l1, FleetServiceScheduleSchema as l2, type FleetServiceScheduleDTO as l3, FleetServiceScheduleQuerySchema as l4, type FleetServiceScheduleQueryDTO as l5, toFleetServiceSchedulePayload as l6, newFleetServiceSchedulePayload as l7, findFleetServiceSchedule as l8, createFleetServiceSchedule as l9, updateUser as lA, deleteUser as lB, updateUserProfile as lC, getUserCache as lD, getUserCacheSimple as lE, updateUserDefaultLanguage as lF, updateUserDefaultTimezone as lG, updateUserDefaultDateformat as lH, type FleetFuelDailySummary as lI, FleetFuelDailySummarySchema as lJ, type FleetFuelDailySummaryDTO as lK, FleetFuelDailySummaryQuerySchema as lL, type FleetFuelDailySummaryQueryDTO as lM, FleetFuelDailyMonthlySummaryQuerySchema as lN, type FleetFuelDailyMonthlySummaryQueryDTO as lO, AllVehiclesFuelDailySummaryQuerySchema as lP, type AllVehiclesFuelDailySummaryDTO as lQ, FleetFuelDailySummaryDashBoardQuerySchema as lR, type FleetFuelDailySummaryDashBoardQueryDTO as lS, type FuelDashboard as lT, toFleetFuelDailySummaryPayload as lU, newFleetFuelDailySummaryPayload as lV, findFleetFuelDailySummary as lW, createFleetFuelDailySummary as lX, updateFleetFuelDailySummary as lY, deleteFleetFuelDailySummary as lZ, fuel_dashboard as l_, updateFleetServiceSchedule as la, deleteFleetServiceSchedule as lb, type UserVehicleLink as lc, type UserLoginPush as ld, UserSchema as le, type UserDTO as lf, UserQuerySchema as lg, type UserQueryDTO as lh, UserLogoSchema as li, type UserLogoDTO as lj, UserProfileSchema as lk, type UserProfileDTO as ll, UserDefaultLanguageSchema as lm, type UserDefaultLanguageDTO as ln, UserDefaultTimeZoneSchema as lo, type UserDefaultTimeZoneDTO as lp, UserDefaultDateFormatSchema as lq, type UserDefaultDateFormatDTO as lr, toUserPayload as ls, toUserProfilePayload as lt, newUserPayload as lu, get_user_image_presigned_url as lv, update_user_image as lw, delete_user_image as lx, findUser as ly, createUser as lz, type MasterTyreMake as m, MasterVehicleModelSchema as m$, findVehicleFuelSummary as m0, type MasterDriverFile as m1, type AssignRemoveDriverHistory as m2, type DriverLoginPush as m3, MasterDriverFileSchema as m4, type MasterDriverFileDTO as m5, MasterDriverSchema as m6, type MasterDriverDTO as m7, MasterDriverQuerySchema as m8, type MasterDriverQueryDTO as m9, type OrganisationGroupQueryDTO as mA, toOrganisationGroupPayload as mB, newOrganisationGroupPayload as mC, findOrganisationGroups as mD, createOrganisationGroup as mE, updateOrganisationGroup as mF, deleteOrganisationGroup as mG, getOrganisationGroupCache as mH, getOrganisationGroupCacheCount as mI, getOrganisationGroupCacheChild as mJ, type MasterVehicleSubModel as mK, MasterVehicleSubModelSchema as mL, type MasterVehicleSubModelDTO as mM, MasterVehicleSubModelQuerySchema as mN, type MasterVehicleSubModelQueryDTO as mO, FindCacheSchema$5 as mP, type FindCacheDTO$5 as mQ, toMasterVehicleSubModelPayload as mR, newMasterVehicleSubModelPayload as mS, findMasterVehicleSubModels as mT, createMasterVehicleSubModel as mU, updateMasterVehicleSubModel as mV, deleteMasterVehicleSubModel as mW, getMasterVehicleSubModelCache as mX, getMasterVehicleSubModelCacheCount as mY, getMasterVehicleSubModelCacheChild as mZ, type MasterVehicleModel as m_, MasterDriverLogoSchema as ma, type MasterDriverLogoDTO as mb, MasterDriverProfileSchema as mc, type MasterDriverProfileDTO as md, toDriverPayload as me, newDriverPayload as mf, toDriverProfilePayload as mg, get_master_driver_logo_presigned_url as mh, get_master_driver_file_presigned_url as mi, update_master_driver_logo as mj, delete_master_driver_logo as mk, create_master_driver_file as ml, remove_master_driver_file as mm, findMasterDriver as mn, createMasterDriver as mo, updateMasterDriver as mp, deleteMasterDriver as mq, updateMasterDriverLogo as mr, deleteMasterDriverLogo as ms, updateMasterDriverProfile as mt, getMasterDriverCache as mu, getMasterDriverCacheSimple as mv, type VehicleOrganisationGroupLink as mw, OrganisationGroupSchema as mx, type OrganisationGroupDTO as my, OrganisationGroupQuerySchema as mz, type MasterTyreGrade as n, getMasterVehicleTypeCache as n$, type MasterVehicleModelDTO as n0, MasterVehicleModelQuerySchema as n1, type MasterVehicleModelQueryDTO as n2, FindCacheSchema$4 as n3, type FindCacheDTO$4 as n4, toMasterVehicleModelPayload as n5, newMasterVehicleModelPayload as n6, findMasterVehicleModels as n7, createMasterVehicleModel as n8, updateMasterVehicleModel as n9, deleteMasterVehicleStatusType as nA, getMasterVehicleStatusTypeCache as nB, getMasterVehicleStatusTypeCacheCount as nC, getMasterVehicleStatusTypeCacheChild as nD, MasterVehicleOwnershipTypeSchema as nE, type MasterVehicleOwnershipTypeDTO as nF, MasterVehicleOwnershipTypeQuerySchema as nG, type MasterVehicleOwnershipTypeQueryDTO as nH, toMasterVehicleOwnershipTypePayload as nI, newMasterVehicleOwnershipTypePayload as nJ, findMasterVehicleOwnershipTypes as nK, createMasterVehicleOwnershipType as nL, updateMasterVehicleOwnershipType as nM, deleteMasterVehicleOwnershipType as nN, getMasterVehicleOwnershipTypeCache as nO, getMasterVehicleOwnershipTypeCacheCount as nP, getMasterVehicleOwnershipTypeCacheChild as nQ, MasterVehicleTypeSchema as nR, type MasterVehicleTypeDTO as nS, MasterVehicleTypeQuerySchema as nT, type MasterVehicleTypeQueryDTO as nU, toMasterVehicleTypePayload as nV, newMasterVehicleTypePayload as nW, findMasterVehicleTypes as nX, createMasterVehicleType as nY, updateMasterVehicleType as nZ, deleteMasterVehicleType as n_, deleteMasterVehicleModel as na, getMasterVehicleModelCache as nb, getMasterVehicleModelCacheCount as nc, getMasterVehicleModelCacheChild as nd, MasterVehicleMakeSchema as ne, type MasterVehicleMakeDTO as nf, MasterVehicleMakeQuerySchema as ng, type MasterVehicleMakeQueryDTO as nh, toMasterVehicleMakePayload as ni, newMasterVehicleMakePayload as nj, findMasterVehicleMakes as nk, createMasterVehicleMake as nl, updateMasterVehicleMake as nm, deleteMasterVehicleMake as nn, getMasterVehicleMakeCache as no, getMasterVehicleMakeCacheCount as np, getMasterVehicleMakeCacheChild as nq, MasterVehicleStatusTypeSchema as nr, type MasterVehicleStatusTypeDTO as ns, MasterVehicleStatusTypeQuerySchema as nt, type MasterVehicleStatusTypeQueryDTO as nu, toMasterVehicleStatusTypePayload as nv, newMasterVehicleStatusTypePayload as nw, findMasterVehicleStatusTypes as nx, createMasterVehicleStatusType as ny, updateMasterVehicleStatusType as nz, type MasterTripPartyType as o, type GPSTrackHistoryShareLink as o$, getMasterVehicleTypeCacheCount as o0, getMasterVehicleTypeCacheChild as o1, MasterVehicleAssociatedToSchema as o2, type MasterVehicleAssociatedToDTO as o3, MasterVehicleAssociatedToQuerySchema as o4, type MasterVehicleAssociatedToQueryDTO as o5, toMasterVehicleAssociatedToPayload as o6, newMasterVehicleAssociatedToPayload as o7, findMasterVehicleAssociatedTos as o8, createMasterVehicleAssociatedTo as o9, toOrganisationReportPreferencePayload as oA, newOrganisationReportPreferencePayload as oB, findOrganisationReportPreference as oC, createOrganisationReportPreference as oD, updateOrganisationReportPreference as oE, deleteOrganisationReportPreference as oF, findOrganisationReportAutomationMail as oG, type GPSLiveTrackShareLink as oH, type GPSLiveTrackShareLinkNotification as oI, GPSLiveTrackShareLinkNotificationSchema as oJ, type GPSLiveTrackShareLinkNotificationDTO as oK, GPSLiveTrackShareLinkSchema as oL, type GPSLiveTrackShareLinkDTO as oM, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as oN, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as oO, GPSLiveTrackShareLinkUpdateLinkStatusSchema as oP, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as oQ, GPSLiveTrackShareLinkQuerySchema as oR, type GPSLiveTrackShareLinkQueryDTO as oS, toGPSLiveTrackShareLinkPayload as oT, newGPSLiveTrackShareLinkPayload as oU, findGPSLiveTrackShareLink as oV, createGPSLiveTrackShareLink as oW, extendGPSLiveTrackLinkTime as oX, updateGPSLiveTrackLinkStatus as oY, deleteGPSLiveTrackShareLink as oZ, createGPSLiveTrackShareLinkNotification as o_, updateMasterVehicleAssociatedTo as oa, deleteMasterVehicleAssociatedTo as ob, getMasterVehicleAssociatedToCache as oc, getMasterVehicleAssociatedToCacheCount as od, getMasterVehicleAssociatedToCacheChild as oe, MasterVehicleDocumentTypeSchema as of, type MasterVehicleDocumentTypeDTO as og, MasterVehicleDocumentTypeQuerySchema as oh, type MasterVehicleDocumentTypeQueryDTO as oi, toMasterVehicleDocumentTypePayload as oj, newMasterVehicleDocumentTypePayload as ok, findMasterVehicleDocumentTypes as ol, createMasterVehicleDocumentType as om, updateMasterVehicleDocumentType as on, deleteMasterVehicleDocumentType as oo, getMasterVehicleDocumentTypeCache as op, type OrganisationReportPreference as oq, type OrganisationReportPreferenceVehicleLink as or, type OrganisationReportAutomationMail as os, type OrganisationReportAutomationMailVehicleLink as ot, OrganisationReportAutomationMailQuerySchema as ou, type OrganisationReportAutomationMailQueryDTO as ov, OrganisationReportPreferenceSchema as ow, type OrganisationReportPreferenceDTO as ox, OrganisationReportPreferenceQuerySchema as oy, type OrganisationReportPreferenceQueryDTO as oz, type MasterSparePartCategory as p, getMasterSemesterCacheCount as p$, type GPSTrackHistoryShareLinkNotification as p0, GPSTrackHistoryShareLinkNotificationSchema as p1, type GPSTrackHistoryShareLinkNotificationDTO as p2, GPSTrackHistoryShareLinkSchema as p3, type GPSTrackHistoryShareLinkDTO as p4, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as p5, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as p6, GPSTrackHistoryShareLinkQuerySchema as p7, type GPSTrackHistoryShareLinkQueryDTO as p8, toGPSTrackHistoryShareLinkPayload as p9, updateMasterProgram as pA, deleteMasterProgram as pB, getMasterProgramCache as pC, getMasterProgramCacheCount as pD, MasterSectionSchema as pE, type MasterSectionDTO as pF, MasterSectionQuerySchema as pG, type MasterSectionQueryDTO as pH, toMasterSectionPayload as pI, newMasterSectionPayload as pJ, findMasterSection as pK, createMasterSection as pL, updateMasterSection as pM, deleteMasterSection as pN, getMasterSectionCache as pO, getMasterSectionCacheCount as pP, MasterSemesterSchema as pQ, type MasterSemesterDTO as pR, MasterSemesterQuerySchema as pS, type MasterSemesterQueryDTO as pT, toMasterSemesterPayload as pU, newMasterSemesterPayload as pV, findMasterSemester as pW, createMasterSemester as pX, updateMasterSemester as pY, deleteMasterSemester as pZ, getMasterSemesterCache as p_, newGPSTrackHistoryShareLinkPayload as pa, findGPSTrackHistoryShareLink as pb, createGPSTrackHistoryShareLink as pc, updateTrackHistoryLinkStatus as pd, deleteGPSTrackHistoryShareLink as pe, createGPSTrackHistoryShareLinkNotification as pf, MasterClassSchema as pg, type MasterClassDTO as ph, MasterClassQuerySchema as pi, type MasterClassQueryDTO as pj, toMasterClassPayload as pk, newMasterClassPayload as pl, findMasterClass as pm, createMasterClass as pn, updateMasterClass as po, deleteMasterClass as pp, getMasterClassCache as pq, getMasterClassCacheCount as pr, MasterProgramSchema as ps, type MasterProgramDTO as pt, MasterProgramQuerySchema as pu, type MasterProgramQueryDTO as pv, toMasterProgramPayload as pw, newMasterProgramPayload as px, findMasterProgram as py, createMasterProgram as pz, type MasterSparePartUnit as q, type MasterRouteStopIdsDTO as q$, MasterStreamSchema as q0, type MasterStreamDTO as q1, MasterStreamQuerySchema as q2, type MasterStreamQueryDTO as q3, toMasterStreamPayload as q4, newMasterStreamPayload as q5, findMasterStream as q6, createMasterStream as q7, updateMasterStream as q8, deleteMasterStream as q9, type BusStopPolygonData as qA, type BusStop as qB, BusStopPolygonDataSchema as qC, type BusStopPolygonDataDTO as qD, BusStopSchema as qE, type BusStopDTO as qF, BusStopQuerySchema as qG, type BusStopQueryDTO as qH, toBusStopPayload as qI, newBusStopPayload as qJ, findBusStop as qK, createBusStop as qL, updateBusStop as qM, deleteBusStop as qN, type MasterRoute as qO, type MasterRouteStop as qP, MasterRouteSchema as qQ, type MasterRouteDTO as qR, MasterRouteQuerySchema as qS, type MasterRouteQueryDTO as qT, MasterRouteStopSchema as qU, type MasterRouteStopDTO as qV, MasterRouteStopUpdateSchema as qW, type MasterRouteStopUpdateDTO as qX, MasterRouteStopCreateSchema as qY, type MasterRouteStopCreateDTO as qZ, MasterRouteStopIds as q_, getMasterStreamCache as qa, getMasterStreamCacheCount as qb, MasterYearSchema as qc, type MasterYearDTO as qd, MasterYearQuerySchema as qe, type MasterYearQueryDTO as qf, toMasterYearPayload as qg, newMasterYearPayload as qh, findMasterYear as qi, createMasterYear as qj, updateMasterYear as qk, deleteMasterYear as ql, getMasterYearCache as qm, getMasterYearCacheCount as qn, MasterRelationshipSchema as qo, type MasterRelationshipDTO as qp, MasterRelationshipQuerySchema as qq, type MasterRelationshipQueryDTO as qr, toMasterRelationshipPayload as qs, newMasterRelationshipPayload as qt, findMasterRelationship as qu, createMasterRelationship as qv, updateMasterRelationship as qw, deleteMasterRelationship as qx, getMasterRelationshipCache as qy, getMasterRelationshipCacheCount as qz, type OrganisationBranch as r, StudentTransportPlanTypeChangeHistoryQuerySchema as r$, MasterRouteStopReorderSchema as r0, type MasterRouteStopReorderDTO as r1, MasterRouteStopDeleteSchema as r2, type MasterRouteStopDeleteReOrderDTO as r3, MasterRouteStopDeleteAllSchema as r4, type MasterRouteStopDeleteDTO as r5, toMasterRoutePayload as r6, newMasterRoutePayload as r7, findMasterRoute as r8, createMasterRoute as r9, type StudentAddressDTO as rA, StudentAddressQuerySchema as rB, type StudentAddressQueryDTO as rC, StudentGuardianLinkSchema as rD, type StudentGuardianLinkDTO as rE, GuardianProfilePictureSchema as rF, type GuardianProfilePictureDTO as rG, GuardianDetailsSchema as rH, type GuardianDetailsDTO as rI, GuardianMobileNumberSchema as rJ, type GuardianMobileNumberDTO as rK, StudentGuardianLinkQuerySchema as rL, type StudentGuardianLinkQueryDTO as rM, StudentGuardianAutofillQuerySchema as rN, type StudentGuardianAutofillQueryDTO as rO, StudentLeaveRequestSchema as rP, type StudentLeaveRequestDTO as rQ, StudentLeaveRequestApprovalSchema as rR, type StudentLeaveRequestApprovalDTO as rS, StudentLeaveRequestQuerySchema as rT, type StudentLeaveRequestQueryDTO as rU, StudentStopChangeRequestSchema as rV, type StudentStopChangeRequestDTO as rW, StudentStopChangeRequestApprovalSchema as rX, type StudentStopChangeRequestApprovalDTO as rY, StudentStopChangeRequestQuerySchema as rZ, type StudentStopChangeRequestQueryDTO as r_, updateMasterRoute as ra, deleteMasterRoute as rb, createStopsFirstTimeRoute as rc, appendRouteStop as rd, updateRouteStop as re, reorderRouteStops as rf, deleteRouteStopsAll as rg, deleteRouteStopReorder as rh, type Student as ri, type StudentAddress as rj, type StudentGuardian as rk, type StudentGuardianLink as rl, type StudentLeaveRequest as rm, type StudentStopChangeRequest as rn, type StudentTransportPlanTypeChangeHistory as ro, type StudentLoginPush as rp, type StudentGuardianLoginPush as rq, StudentSchema as rr, type StudentDTO as rs, StudentProfilePictureSchema as rt, type StudentProfilePictureDTO as ru, StudentQuerySchema as rv, type StudentQueryDTO as rw, StudentNoRouteQuerySchema as rx, type StudentNoRouteQueryDTO as ry, StudentAddressSchema as rz, type OrganisationColor as s, toMasterFixedSchedulePayload as s$, type StudentTransportPlanTypeChangeHistoryQueryDTO as s0, toStudentPayload as s1, newStudentPayload as s2, toStudentAddressPayload as s3, newStudentAddressPayload as s4, toStudentLeaveRequestPayload as s5, newStudentLeaveRequestPayload as s6, toStudentStopChangeRequestPayload as s7, newStudentStopChangeRequestPayload as s8, toStudentGuardianLinkPayload as s9, createStudentLeaveRequest as sA, findStudentLeaveRequest as sB, updateStudentLeaveRequest as sC, approveLeaveRequest as sD, deleteStudentLeaveRequest as sE, findStudentStopChangeRequest as sF, createStudentStopChangeRequest as sG, updateStudentStopChangeRequest as sH, approveStopChangeRequest as sI, deleteStudentStopChangeRequest as sJ, findStudentTransportPlanTypeChangeHistory as sK, type MasterFixedSchedule as sL, type MasterRouteStudent as sM, MasterFixedScheduleSchema as sN, type MasterFixedScheduleDTO as sO, MasterFixedScheduleQuerySchema as sP, type MasterFixedScheduleQueryDTO as sQ, StudentNoStopQuerySchema as sR, type StudentNoStopQueryDTO as sS, StudentNoScheduleQuerySchema as sT, type StudentNoScheduleQueryDTO as sU, MasterRouteStudentAssignRemoveSchema as sV, type MasterRouteStudentAssignRemoveDTO as sW, MasterRouteStudentStopAssignRemoveSchema as sX, type MasterRouteStudentStopAssignRemoveDTO as sY, MasterRouteStudentScheduleAssignRemoveSchema as sZ, type MasterRouteStudentScheduleAssignRemoveDTO as s_, newStudentGuardianLinkPayload as sa, get_student_presigned_url as sb, get_student_guardian_presigned_url as sc, update_profile_picture as sd, delete_profile_picture as se, update_guardian_profile_picture as sf, delete_guardian_profile_picture as sg, findStudent as sh, createStudent as si, updateStudent as sj, deleteStudent as sk, findStudentsWithNoRoutePickup as sl, findStudentsWithNoRouteDrop as sm, updateProfilePicture as sn, createStudentAddress as so, findStudentAddress as sp, updateStudentAddress as sq, deleteStudentAddress as sr, findStudentGuardianLink as ss, createStudentGuardianLink as st, updateStudentGuardianLink as su, updateGuardianProfilePicture as sv, updateGuardianDetails as sw, updateGuardianMobileNumber as sx, deleteStudentGuardian as sy, findStudentGuardianAutofillDetails as sz, type OrganisationTag as t, type VehicleDocumentDTO as t$, newMasterFixedSchedulePayload as t0, toMasterRouteStudentAssignPayload as t1, newMasterRouteStudentAssignPayload as t2, findMasterFixedSchedule as t3, createMasterFixedSchedule as t4, updateMasterFixedSchedule as t5, deleteMasterFixedSchedule as t6, findStudentsWithNoStopPickup as t7, findStudentsWithNoStopDrop as t8, findStudentsWithNoSchedulePickup as t9, CalibrationFileSchema as tA, type CalibrationFileDTO as tB, VehicleSchema as tC, type VehicleDTO as tD, VehicleBulkSchema as tE, type VehicleBulkDTO as tF, MasterDeviceFileSchema as tG, type MasterDeviceFileDTO as tH, VehicleDeviceLinkSchema as tI, type VehicleDeviceLinkDTO as tJ, VehicleDeviceUnlinkSchema as tK, type VehicleDeviceUnlinkDTO as tL, VehicleDriverLinkSchema as tM, type VehicleDriverLinkDTO as tN, VehicleDetailGPSSensorSchema as tO, type VehicleDetailGPSSensorDTO as tP, VehicleDetailTripSchema as tQ, type VehicleDetailTripDTO as tR, VehicleDetailBodySchema as tS, type VehicleDetailBodyDTO as tT, VehicleDetailLifeCycleSchema as tU, type VehicleDetailLifeCycleDto as tV, VehicleDetailPurchaseSchema as tW, type VehicleDetailPurchaseDTO as tX, VehicleDocumentFileSchema as tY, type VehicleDocumentFileDTO as tZ, VehicleDocumentSchema as t_, findStudentsWithNoScheduleDrop as ta, assignRouteStudentsPickup as tb, assignRouteStudentsDrop as tc, removeRouteStudentsPickup as td, removeRouteStudentsDrop as te, assignMasterRouteStudentStopToStudentsPickup as tf, assignMasterRouteStudentStopToStudentsDrop as tg, removeMasterRouteStudentStopToStudentsPickup as th, removeMasterRouteStudentStopToStudentsDrop as ti, assignMasterRouteStudentScheduleToStudentsPickup as tj, assignMasterRouteStudentScheduleToStudentDrop as tk, removeMasterRouteStudentScheduleToStudentPickup as tl, removeMasterRouteStudentScheduleToStudentDrop as tm, type MasterVehicleDropdown as tn, type MasterVehicleFile as to, type VehicleDetailGPS as tp, type VehicleDetailTrip as tq, type VehicleDetailBody as tr, type VehicleDetailLifeCycle as ts, type VehicleDetailPurchase as tt, type VehicleDocument as tu, type VehicleDocumentFile as tv, type VehicleDocumentExpiry as tw, type VehicleOdometerHistory as tx, MasterVehicleFileSchema as ty, type MasterVehicleFileDTO as tz, type OrganisationGroup as u, getVehicleSimpleCache as u$, VehicleDocumentQuerySchema as u0, type VehicleDocumentQueryDTO as u1, VehicleDocumentExpirySchema as u2, type VehicleDocumentExpiryDTO as u3, VehicleDocumentExpiryQuerySchema as u4, type VehicleDocumentExpiryQueryDTO as u5, VehicleQuerySchema as u6, type VehicleQueryDTO as u7, SimpleFindQuerySchema as u8, type SimpleFindQueryDTO as u9, findVehiclesLiveDashboard as uA, findVehicleGPSDetails as uB, createVehicle as uC, updateVehicle as uD, deleteVehicle as uE, updateDetailsGpsSensor as uF, updateDetailsTrip as uG, updateVehicleBodyDetails as uH, updateVehicleLifeCycleDetails as uI, updateVehiclePurchaseDetails as uJ, linkDriverToVehicle as uK, unlinkDriverFromVehicle as uL, getDriverLinkHistoryByVehicle as uM, getDriverLinkHistoryByDriver as uN, linkDeviceToVehicle as uO, unlinkDeviceFromVehicle as uP, getDeviceLinkHistoryByVehicle as uQ, getDeviceLinkHistoryByDevice as uR, createVehicleDocument as uS, findVehicleDocument as uT, updateVehicleDocument as uU, removeVehicleDocument as uV, createVehicleDocumentExpiry as uW, findVehicleDocumentExpiry as uX, updateVehicleDocumentExpiry as uY, removeVehicleDocumentExpiry as uZ, getVehicleCache as u_, VehicleGPSQuerySchema as ua, type VehicleGPSQueryDTO as ub, toVehiclePayload as uc, newVehiclePayload as ud, toVehicleDetailsGPSPayload as ue, toVehicleDetailsTripPayload as uf, toVehicleDetailsBodyPayload as ug, toVehicleDetailLifeCyclePayload as uh, toVehicleDetailPurchasePayload as ui, toVehicleDocumentPayload as uj, newVehicleDocumentPayload as uk, toVehicleDocumentExpiryPayload as ul, newVehicleDocumentExpiryPayload as um, get_vehicle_file_presigned_url as un, get_device_file_presigned_url as uo, get_vehicle_document_file_presigned_url as up, get_calibration_file_presigned_url as uq, create_file_vehicle as ur, remove_file_vehicle as us, create_file_device as ut, remove_file_device as uu, create_file_vehicle_document as uv, remove_file_vehicle_document as uw, update_calibration_file as ux, delete_calibration_file as uy, findVehicles as uz, type MasterMainIndustry as v, type MasterSimDTO as v$, getVehicleParentCache as v0, getVehicleSimpleDropdownCustom as v1, getVehicleSimpleDropdownCacheLiveData as v2, type MasterDeviceType as v3, MasterDeviceTypeSchema as v4, type MasterDeviceTypeDTO as v5, MasterDeviceTypeQuerySchema as v6, type MasterDeviceTypeQueryDTO as v7, FindCacheSchema$3 as v8, type FindCacheDTO$3 as v9, MasterDeviceManufacturerSchema as vA, type MasterDeviceManufacturerDTO as vB, MasterDeviceManufacturerQuerySchema as vC, type MasterDeviceManufacturerQueryDTO as vD, toMasterDeviceManufacturerPayload as vE, newMasterDeviceManufacturerPayload as vF, findMasterDeviceManufacturers as vG, createMasterDeviceManufacturer as vH, updateMasterDeviceManufacturer as vI, deleteMasterDeviceManufacturer as vJ, getMasterDeviceManufacturerCache as vK, getMasterDeviceManufacturerCacheCount as vL, getMasterDeviceManufacturerCacheChild as vM, MasterMainSimProviderSchema as vN, type MasterMainSimProviderDTO as vO, MasterMainSimProviderQuerySchema as vP, type MasterMainSimProviderQueryDTO as vQ, toMasterMainSimProviderPayload as vR, newMasterMainSimProviderPayload as vS, findMasterMainSimProviders as vT, createMasterMainSimProvider as vU, updateMasterMainSimProvider as vV, deleteMasterMainSimProvider as vW, getMasterMainSimProviderCache as vX, type MasterSim as vY, type AssignRemoveSimHistory as vZ, MasterSimSchema as v_, toMasterDeviceTypePayload as va, newMasterDeviceTypePayload as vb, findMasterDeviceTypes as vc, createMasterDeviceType as vd, updateMasterDeviceType as ve, deleteMasterDeviceType as vf, getMasterDeviceTypeCache as vg, getMasterDeviceTypeCacheCount as vh, getMasterDeviceTypeCacheChild as vi, type MasterDeviceModel as vj, MasterDeviceModelSchema as vk, type MasterDeviceModelDTO as vl, MasterDeviceModelQuerySchema as vm, type MasterDeviceModelQueryDTO as vn, FindCacheSchema$2 as vo, type FindCacheDTO$2 as vp, toMasterDeviceModelPayload as vq, newMasterDeviceModelPayload as vr, findMasterDeviceModels as vs, createMasterDeviceModel as vt, updateMasterDeviceModel as vu, deleteMasterDeviceModel as vv, getMasterDeviceModelCache as vw, getMasterDeviceModelCacheCount as vx, getMasterDeviceModelCacheChild as vy, type MasterDeviceManufacturer as vz, type MasterMainCountry as w, getMasterMainCountryCacheChild as w$, MasterSimQuerySchema as w0, type MasterSimQueryDTO as w1, toMasterSimPayload as w2, newMasterSimPayload as w3, findMasterSims as w4, createMasterSim as w5, updateMasterSim as w6, deleteMasterSim as w7, type MasterDevice as w8, type AssignRemoveDeviceHistory as w9, updateMasterMainTimeZone as wA, deleteMasterMainTimeZone as wB, getMasterMainTimeZoneCacheAll as wC, getMasterMainTimeZoneCache as wD, type MasterMainState as wE, MasterMainStateSchema as wF, type MasterMainStateDTO as wG, MasterMainStateQuerySchema as wH, type MasterMainStateQueryDTO as wI, toMasterMainStatePayload as wJ, newMasterMainStatePayload as wK, findMasterMainStates as wL, createMasterMainState as wM, updateMasterMainState as wN, deleteMasterMainState as wO, getMasterMainStateCache as wP, MasterMainCountrySchema as wQ, type MasterMainCountryDTO as wR, MasterMainCountryQuerySchema as wS, type MasterMainCountryQueryDTO as wT, toMasterMainCountryPayload as wU, newMasterMainCountryPayload as wV, findMasterMainCountries as wW, createMasterMainCountry as wX, updateMasterMainCountry as wY, deleteMasterMainCountry as wZ, getMasterMainCountryCache as w_, type MasterDeviceFile as wa, MasterDeviceSchema as wb, type MasterDeviceDTO as wc, MasterDeviceQuerySchema as wd, type MasterDeviceQueryDTO as we, DeviceSimLinkSchema as wf, type DeviceSimLinkDTO as wg, toMasterDevicePayload as wh, newMasterDevicePayload as wi, findMasterDevices as wj, createMasterDevice as wk, updateMasterDevice as wl, deleteMasterDevice as wm, device_sim_link as wn, device_sim_unlink as wo, get_device_sim_link_history_by_sim as wp, get_device_sim_link_history_by_device as wq, type MasterMainTimeZone as wr, MasterMainTimeZoneSchema as ws, type MasterMainTimeZoneDTO as wt, MasterMainTimeZoneQuerySchema as wu, type MasterMainTimeZoneQueryDTO as wv, toMasterMainTimeZonePayload as ww, newMasterMainTimeZonePayload as wx, findMasterMainTimeZones as wy, createMasterMainTimeZone as wz, type MasterMainDateFormat as x, newMasterSparePartSubCategoryPayload as x$, MasterMainUnitMileageSchema as x0, type MasterMainUnitMileageDTO as x1, MasterMainUnitMileageQuerySchema as x2, type MasterMainUnitMileageQueryDTO as x3, toMasterMainUnitMileagePayload as x4, newMasterMainUnitMileagePayload as x5, findMasterMainUnitMileages as x6, createMasterMainUnitMileage as x7, updateMasterMainUnitMileage as x8, deleteMasterMainUnitMileage as x9, OrganisationNoticeBoardQuerySchema as xA, type OrganisationNoticeBoardQueryDTO as xB, toOrganisationNoticeBoardPayload as xC, newOrganisationNoticeBoardPayload as xD, findOrganisationNoticeBoard as xE, createOrganisationNoticeBoard as xF, updateOrganisationNoticeBoard as xG, deleteOrganisationNoticeBoard as xH, MasterExpenseTypeSchema as xI, type MasterExpenseTypeDTO as xJ, MasterExpenseTypeQuerySchema as xK, type MasterExpenseTypeQueryDTO as xL, toMasterExpenseTypePayload as xM, newMasterExpenseTypePayload as xN, findMasterExpenseTypes as xO, createMasterExpenseType as xP, updateMasterExpenseType as xQ, deleteMasterExpenseType as xR, getMasterExpenseTypeCache as xS, type MasterSparePartSubCategory as xT, MasterSparePartSubCategorySchema as xU, type MasterSparePartSubCategoryDTO as xV, SparePartSubCategoryQuerySchema as xW, type SparePartSubCategoryQueryDTO as xX, FindCacheSchema$1 as xY, type FindCacheDTO$1 as xZ, toMasterSparePartSubCategoryPayload as x_, getMasterMainUnitMileageCache as xa, MasterMainUnitVolumeSchema as xb, type MasterMainUnitVolumeDTO as xc, MasterMainUnitVolumeQuerySchema as xd, type MasterMainUnitVolumeQueryDTO as xe, toMasterMainUnitVolumePayload as xf, newMasterMainUnitVolumePayload as xg, findMasterMainUnitVolumes as xh, createMasterMainUnitVolume as xi, updateMasterMainUnitVolume as xj, deleteMasterMainUnitVolume as xk, getMasterMainUnitVolumeCache as xl, type OrganisationCalendar as xm, OrganisationCalendarSchema as xn, type OrganisationCalendarDTO as xo, OrganisationCalendarQuerySchema as xp, type OrganisationCalendarQueryDTO as xq, toOrganisationCalendarPayload as xr, newOrganisationCalendarPayload as xs, findOrganisationCalendar as xt, createOrganisationCalendar as xu, updateOrganisationCalendar as xv, deleteOrganisationCalendar as xw, type OrganisationNoticeBoard as xx, OrganisationNoticeBoardSchema as xy, type OrganisationNoticeBoardDTO as xz, type MasterMainLanguage as y, findMasterTyreModels as y$, findMasterSparePartSubCategories as y0, createMasterSparePartSubCategory as y1, updateMasterSparePartSubCategory as y2, deleteMasterSparePartSubCategory as y3, getMasterSparePartSubCategoryCache as y4, getMasterSparePartSubCategoryCacheCount as y5, MasterSparePartCategorySchema as y6, type MasterSparePartCategoryDTO as y7, SparePartCategoryQuerySchema as y8, type SparePartCategoryQueryDTO as y9, newMasterTripPartyTypePayload as yA, findMasterTripPartyTypes as yB, createMasterTripPartyType as yC, updateMasterTripPartyType as yD, deleteMasterTripPartyType as yE, getMasterTripPartyTypeCache as yF, MasterTyreGradeSchema as yG, type MasterTyreGradeDTO as yH, MasterTyreGradeQuerySchema as yI, type MasterTyreGradeQueryDTO as yJ, toMasterTyreGradePayload as yK, newMasterTyreGradePayload as yL, findMasterTyreGrades as yM, createMasterTyreGrade as yN, updateMasterTyreGrade as yO, deleteMasterTyreGrade as yP, getMasterTyreGradeCache as yQ, getMasterTyreGradeCacheCount as yR, type MasterTyreModel as yS, MasterTyreModelSchema as yT, type MasterTyreModelDTO as yU, MasterTyreModelQuerySchema as yV, type MasterTyreModelQueryDTO as yW, FindCacheSchema as yX, type FindCacheDTO as yY, toMasterTyreModelPayload as yZ, newMasterTyreModelPayload as y_, toMasterSparePartCategoryPayload as ya, newMasterSparePartCategoryPayload as yb, findMasterSparePartCategories as yc, createMasterSparePartCategory as yd, updateMasterSparePartCategory as ye, deleteMasterSparePartCategory as yf, getMasterSparePartCategoryCache as yg, getMasterSparePartCategoryCacheChild as yh, getMasterSparePartCategoryCacheCount as yi, MasterSparePartUnitSchema as yj, type MasterSparePartUnitDTO as yk, SparePartUnitQuerySchema as yl, type SparePartUnitQueryDTO as ym, toMasterSparePartUnitPayload as yn, newMasterSparePartUnitPayload as yo, findMasterSparePartUnits as yp, createMasterSparePartUnit as yq, updateMasterSparePartUnit as yr, deleteMasterSparePartUnit as ys, getMasterSparePartUnitCache as yt, getMasterSparePartUnitCacheCount as yu, MasterTripPartyTypeSchema as yv, type MasterTripPartyTypeDTO as yw, MasterTripPartyTypeQuerySchema as yx, type MasterTripPartyTypeQueryDTO as yy, toMasterTripPartyTypePayload as yz, type MasterMainUnitDistance as z, createMasterTyreModel as z0, updateMasterTyreModel as z1, deleteMasterTyreModel as z2, getMasterTyreModelCache as z3, getMasterTyreModelCacheCount as z4, MasterTyreMakeSchema as z5, type MasterTyreMakeDTO as z6, MasterTyreMakeQuerySchema as z7, type MasterTyreMakeQueryDTO as z8, toMasterTyreMakePayload as z9, toUserOrganisationPayload as zA, newUserOrganisationPayload as zB, get_organisation_logo_presigned_url as zC, update_organisation_logo as zD, delete_organisation_logo as zE, findUserOrganisation as zF, createUserOrganisation as zG, updateUserOrganisation as zH, deleteUserOrganisation as zI, getUserOrganisationCache as zJ, getUserOrganisationCacheSimple as zK, type BookMark as zL, BookMarkSchema as zM, type BookMarkDTO as zN, BookMarkQuerySchema as zO, type BookMarkQueryDTO as zP, toBookMarkPayload as zQ, newBookMarkPayload as zR, findBookMarks as zS, createBookMark as zT, updateBookMark as zU, deleteBookMark as zV, newMasterTyreMakePayload as za, findMasterTyreMakes as zb, createMasterTyreMake as zc, updateMasterTyreMake as zd, deleteMasterTyreMake as ze, getMasterTyreMakeCache as zf, getMasterTyreMakeCacheCount as zg, getMasterTyreMakeCacheChild as zh, MasterMainUnitDistanceSchema as zi, type MasterMainUnitDistanceDTO as zj, MasterMainUnitDistanceQuerySchema as zk, type MasterMainUnitDistanceQueryDTO as zl, toMasterMainUnitDistancePayload as zm, newMasterMainUnitDistancePayload as zn, findMasterMainUnitDistances as zo, createMasterMainUnitDistance as zp, updateMasterMainUnitDistance as zq, deleteMasterMainUnitDistance as zr, getMasterMainUnitDistanceCache as zs, type UserOrganisationSimple as zt, UserOrganisationSchema as zu, type UserOrganisationDTO as zv, UserOrganisationQuerySchema as zw, type UserOrganisationQueryDTO as zx, UserOrganisationLogoSchema as zy, type UserOrganisationLogoDTO as zz };
|
|
22899
|
+
export { type MasterMainIndustryDTO as $, type MasterMainUnitMileage as A, type MasterMainUnitVolume as B, type MasterMainSimProvider as C, type MasterFleetIncidentType as D, type MasterFleetIncidentStatus as E, type MasterFleetIncidentSeverity as F, type MasterFleetInsuranceClaimStatus as G, type MasterFleetServiceTask as H, type MasterExpenseName as I, type MasterExpenseType as J, type MasterVendorType as K, type MasterVendorTag as L, type MasterDriver as M, type MasterVendorDocumentType as N, type OrganisationSubCompany as O, type MasterFuelCompany as P, type MasterClass as Q, type MasterProgram as R, type MasterSemester as S, type MasterRelationship as T, type User as U, type MasterSection as V, type MasterStream as W, type MasterYear as X, type UserOrganisation as Y, type MasterVehicle as Z, MasterMainIndustrySchema as _, type UserAdmin as a, getOrganisationColorCacheCount as a$, MasterMainIndustryQuerySchema as a0, type MasterMainIndustryQueryDTO as a1, toMasterMainIndustryPayload as a2, newMasterMainIndustryPayload as a3, findMasterMainIndustry as a4, createMasterMainIndustry as a5, updateMasterMainIndustry as a6, deleteMasterMainIndustry as a7, getMasterMainIndustryCache as a8, type MasterMainCurrency as a9, getOrganisationSubCompanyCache as aA, getOrganisationSubCompanyCacheCount as aB, getOrganisationSubCompanyCacheChild as aC, OrganisationBranchSchema as aD, type OrganisationBranchDTO as aE, OrganisationBranchQuerySchema as aF, type OrganisationBranchQueryDTO as aG, toOrganisationBranchPayload as aH, newOrganisationBranchPayload as aI, findOrganisationBranchs as aJ, createOrganisationBranch as aK, updateOrganisationBranch as aL, deleteOrganisationBranch as aM, getOrganisationBranchCache as aN, getOrganisationBranchCacheCount as aO, getOrganisationBranchCacheChild as aP, OrganisationColorSchema as aQ, type OrganisationColorDTO as aR, OrganisationColorQuerySchema as aS, type OrganisationColorQueryDTO as aT, toOrganisationColorPayload as aU, newOrganisationColorPayload as aV, findOrganisationColors as aW, createOrganisationColor as aX, updateOrganisationColor as aY, deleteOrganisationColor as aZ, getOrganisationColorCache as a_, MasterMainCurrencySchema as aa, type MasterMainCurrencyDTO as ab, MasterMainCurrencyQuerySchema as ac, type MasterMainCurrencyQueryDTO as ad, toMasterMainCurrencyPayload as ae, newMasterMainCurrencyPayload as af, findMasterMainCurrencies as ag, createMasterMainCurrency as ah, updateMasterMainCurrency as ai, deleteMasterMainCurrency as aj, getMasterMainCurrencyCache as ak, OrganisationSubCompanySchema as al, type OrganisationSubCompanyDTO as am, OrganisationSubCompanyQuerySchema as an, type OrganisationSubCompanyQueryDTO as ao, SubCompanyLogoSchema as ap, type SubCompanyLogoDTO as aq, toOrganisationSubCompanyPayload as ar, newOrganisationSubCompanyPayload as as, get_organisation_sub_company_logo_presigned_url as at, update_organisation_sub_company_logo as au, delete_organisation_sub_company_logo as av, findOrganisationSubCompanyies as aw, createOrganisationSubCompany as ax, updateOrganisationSubCompany as ay, deleteOrganisationSubCompany as az, type MasterVehicleType as b, GPSGeofenceTransactionSummaryQuerySchema as b$, getOrganisationColorCacheChild as b0, OrganisationTagSchema as b1, type OrganisationTagDTO as b2, OrganisationTagQuerySchema as b3, type OrganisationTagQueryDTO as b4, toOrganisationTagPayload as b5, newOrganisationTagPayload as b6, findOrganisationTags as b7, createOrganisationTag as b8, updateOrganisationTag as b9, getMasterUserStatusCache as bA, getMasterUserStatusCacheCount as bB, MasterMainLanguageSchema as bC, type MasterMainLanguageDTO as bD, MasterMainLanguageQuerySchema as bE, type MasterMainLanguageQueryDTO as bF, toMasterMainLanguagePayload as bG, newMasterMainLanguagePayload as bH, findMasterMainLanguages as bI, createMasterMainLanguage as bJ, updateMasterMainLanguage as bK, deleteMasterMainLanguage as bL, getMasterMainLanguageCache as bM, MasterMainDateFormatSchema as bN, type MasterMainDateFormatDTO as bO, MasterMainDateFormatQuerySchema as bP, type MasterMainDateFormatQueryDTO as bQ, toMasterMainDateFormatPayload as bR, newMasterMainDateFormatPayload as bS, findMasterMainDateFormats as bT, createMasterMainDateFormat as bU, updateMasterMainDateFormat as bV, deleteMasterMainDateFormat as bW, getMasterMainDateFormatCache as bX, type GPSGeofenceTransactionSummary as bY, GPSGeofenceTransactionSummarySchema as bZ, type GPSGeofenceTransactionSummaryDTO as b_, deleteOrganisationTag as ba, getOrganisationTagCache as bb, getOrganisationTagCacheCount as bc, getOrganisationTagCacheChild as bd, MasterUserRoleSchema as be, type MasterUserRoleDTO as bf, MasterUserRoleQuerySchema as bg, type MasterUserRoleQueryDTO as bh, toMasterUserRolePayload as bi, newMasterUserRolePayload as bj, findMasterUserRoles as bk, createMasterUserRole as bl, updateMasterUserRole as bm, deleteMasterUserRole as bn, getMasterUserRoleCache as bo, getMasterUserRoleCacheCount as bp, MasterUserStatusSchema as bq, type MasterUserStatusDTO as br, MasterUserStatusQuerySchema as bs, type MasterUserStatusQueryDTO as bt, toMasterUserStatusPayload as bu, newMasterUserStatusPayload as bv, findMasterUserStatuses as bw, createMasterUserStatus as bx, updateMasterUserStatus as by, deleteMasterUserStatus as bz, type MasterVehicleMake as c, type UserAdminLogoDTO as c$, type GPSGeofenceTransactionSummaryQueryDTO as c0, toGPSGeofenceTransactionSummaryPayload as c1, newGPSGeofenceTransactionSummaryPayload as c2, findGPSGeofenceTransactionSummary as c3, createGPSGeofenceTransactionSummary as c4, updateGPSGeofenceTransactionSummary as c5, deleteGPSGeofenceTransactionSummary as c6, type GPSGeofenceTransaction as c7, GPSGeofenceTransactionSchema as c8, type GPSGeofenceTransactionDTO as c9, GPSGeofenceQuerySchema as cA, type GPSGeofenceQueryDTO as cB, toGPSGeofencePayload as cC, newGPSGeofencePayload as cD, findGPSGeofence as cE, createGPSGeofence as cF, updateGPSGeofence as cG, deleteGPSGeofence as cH, getGPSGeofenceCache as cI, type OrganisationNotificationPreference as cJ, type OrganisationNotificationPreferenceVehicleLink as cK, type OrganisationNotificationPreferenceGeofenceLink as cL, type OrganisationNotificationPreferenceUserLink as cM, OrganisationNotificationPreferenceSchema as cN, type OrganisationNotificationPreferenceDTO as cO, OrganisationNotificationPreferenceQuerySchema as cP, type OrganisationNotificationPreferenceQueryDTO as cQ, toOrganisationNotificationPreferencePayload as cR, newOrganisationNotificationPreferencePayload as cS, findOrganisationNotificationPreference as cT, createOrganisationNotificationPreference as cU, updateOrganisationNotificationPreference as cV, deleteOrganisationNotificationPreference as cW, type UserAdminLoginPush as cX, UserAdminSchema as cY, type UserAdminDTO as cZ, UserAdminLogoSchema as c_, GPSGeofenceTransactionQuerySchema as ca, type GPSGeofenceTransactionQueryDTO as cb, toGPSGeofenceTransactionPayload as cc, newGPSGeofenceTransactionPayload as cd, findGPSGeofenceTransaction as ce, createGPSGeofenceTransaction as cf, updateGPSGeofenceTransaction as cg, deleteGPSGeofenceTransaction as ch, type TripGeofenceToGeofence as ci, TripGeofenceToGeofenceSchema as cj, type TripGeofenceToGeofenceDTO as ck, TripGeofenceToGeofenceQuerySchema as cl, type TripGeofenceToGeofenceQueryDTO as cm, toTripGeofenceToGeofencePayload as cn, newTripGeofenceToGeofencePayload as co, findTripGeofenceToGeofence as cp, createTripGeofenceToGeofence as cq, updateTripGeofenceToGeofence as cr, deleteTripGeofenceToGeofence as cs, type GPSGeofence as ct, type GPSGeofencePolilineData as cu, type GPSGeofenceCache as cv, GPSGeofencePolilineDataSchema as cw, type GPSGeofencePolilineDataDTO as cx, GPSGeofenceSchema as cy, type GPSGeofenceDTO as cz, type MasterVehicleStatusType as d, type MasterVehicleFuelUnitDTO as d$, UserAdminProfileSchema as d0, type UserAdminProfileDTO as d1, UserAdminQuerySchema as d2, type UserAdminQueryDTO as d3, toUserAdminProfilePayload as d4, newUserAdminPayload as d5, get_admin_image_presigned_url as d6, update_admin_image as d7, delete_admin_image as d8, findUserAdmin as d9, updateVerifyStatus as dA, deleteTicket as dB, type MasterMainLandMark as dC, MasterMainLandmarkSchema as dD, type MasterMainLandmarkDTO as dE, MasterMainLandmarkQuerySchema as dF, type MasterMainLandmarkQueryDTO as dG, toMasterMainLandmarkPayload as dH, newMasterMainLandmarkPayload as dI, findMasterMainCountries$1 as dJ, createMasterMainCountry$1 as dK, updateMasterMainCountry$1 as dL, deleteMasterMainCountry$1 as dM, MasterVehicleFuelTypeSchema as dN, type MasterVehicleFuelTypeDTO as dO, MasterVehicleFuelTypeQuerySchema as dP, type MasterVehicleFuelTypeQueryDTO as dQ, toMasterVehicleFuelTypePayload as dR, newMasterVehicleFuelTypePayload as dS, findMasterVehicleFuelTypes as dT, createMasterVehicleFuelType as dU, updateMasterVehicleFuelType as dV, deleteMasterVehicleFuelType as dW, getMasterVehicleFuelTypeCache as dX, getMasterVehicleFuelTypeCacheCount as dY, getMasterVehicleFuelTypeCacheChild as dZ, MasterVehicleFuelUnitSchema as d_, createUserAdmin as da, updateUserAdmin as db, deleteUserAdmin as dc, updateUserAdminProfile as dd, getAdminUserCache as de, type Ticket as df, type TicketFile as dg, TicketFileSchema as dh, type TicketFileDTO as di, TicketSchema as dj, type TicketDTO as dk, TicketVerifySchema as dl, type TicketVerifyDTO as dm, TicketQuerySchema as dn, type TicketQueryDTO as dp, toTicketPayload as dq, newTicketPayload as dr, newVerifyTicketPayload as ds, toVerifyTicketPayload as dt, get_ticket_file_presigned_url as du, create_ticket_file as dv, remove_ticket_file as dw, findTickets as dx, createTicket as dy, updateTicket as dz, type MasterVehicleOwnershipType as e, updateMasterFleetInsuranceClaimStatus as e$, MasterVehicleFuelUnitQuerySchema as e0, type MasterVehicleFuelUnitQueryDTO as e1, toMasterVehicleFuelUnitPayload as e2, newMasterVehicleFuelUnitPayload as e3, findMasterVehicleFuelUnits as e4, createMasterVehicleFuelUnit as e5, updateMasterVehicleFuelUnit as e6, deleteMasterVehicleFuelUnit as e7, getMasterVehicleFuelUnitCache as e8, getMasterVehicleFuelUnitCacheCount as e9, type MasterVendorDocumentTypeQueryDTO as eA, toMasterVendorDocumentTypePayload as eB, newMasterVendorDocumentTypePayload as eC, findMasterVendorDocumentTypes as eD, createMasterVendorDocumentType as eE, updateMasterVendorDocumentType as eF, deleteMasterVendorDocumentType as eG, getMasterVendorDocumentTypeCache as eH, MasterFleetServiceTaskSchema as eI, type MasterFleetServiceTaskDTO as eJ, MasterFleetServiceTaskQuerySchema as eK, type MasterFleetServiceTaskQueryDTO as eL, toMasterFleetServiceTaskPayload as eM, newMasterFleetServiceTaskPayload as eN, findMasterFleetServiceTasks as eO, createMasterFleetServiceTask as eP, updateMasterFleetServiceTask as eQ, deleteMasterFleetServiceTask as eR, getMasterFleetServiceTaskCache as eS, MasterFleetInsuranceClaimStatusSchema as eT, type MasterFleetInsuranceClaimStatusDTO as eU, MasterFleetInsuranceClaimStatusQuerySchema as eV, type MasterFleetInsuranceClaimStatusQueryDTO as eW, toMasterFleetInsuranceClaimStatusPayload as eX, newMasterFleetInsuranceClaimStatusPayload as eY, findMasterFleetInsuranceClaimStatuses as eZ, createMasterFleetInsuranceClaimStatus as e_, getMasterVehicleFuelUnitCacheChild as ea, MasterVendorTypeSchema as eb, type MasterVendorTypeDTO as ec, MasterVendorTypeQuerySchema as ed, type MasterVendorTypeQueryDTO as ee, toMasterVendorTypePayload as ef, newMasterVendorTypePayload as eg, findMasterVendorTypes as eh, createMasterVendorType as ei, updateMasterVendorType as ej, deleteMasterVendorType as ek, getMasterVendorTypeCache as el, MasterVendorTagSchema as em, type MasterVendorTagDTO as en, MasterVendorTagQuerySchema as eo, type MasterVendorTagQueryDTO as ep, toMasterVendorTagPayload as eq, newMasterVendorTagPayload as er, findMasterVendorTags as es, createMasterVendorTag as et, updateMasterVendorTag as eu, deleteMasterVendorTag as ev, getMasterVendorTagCache as ew, MasterVendorDocumentTypeSchema as ex, type MasterVendorDocumentTypeDTO as ey, MasterVendorDocumentTypeQuerySchema as ez, type MasterVehicleAssociatedTo as f, newFleetIncidentManagementPayload as f$, deleteMasterFleetInsuranceClaimStatus as f0, getMasterFleetInsuranceClaimStatusCache as f1, MasterFleetIncidentSeveritySchema as f2, type MasterFleetIncidentSeverityDTO as f3, MasterFleetIncidentSeverityQuerySchema as f4, type MasterFleetIncidentSeverityQueryDTO as f5, toMasterFleetIncidentSeverityPayload as f6, newMasterFleetIncidentSeverityPayload as f7, findMasterFleetIncidentSeverities as f8, createMasterFleetIncidentSeverity as f9, type MasterExpenseNameDTO as fA, MasterExpenseNameQuerySchema as fB, type MasterExpenseNameQueryDTO as fC, toMasterExpenseNamePayload as fD, newMasterExpenseNamePayload as fE, findMasterExpenseNames as fF, createMasterExpenseName as fG, updateMasterExpenseName as fH, deleteMasterExpenseName as fI, getMasterExpenseNameCache as fJ, type FleetIncidentManagement as fK, type FleetIncidentManagementCost as fL, type FleetIncidentManagementFile as fM, type IncidentDashboard as fN, FleetIncidentManagementFileSchema as fO, type FleetIncidentManagementFileDTO as fP, FleetIncidentManagementSchema as fQ, type FleetIncidentManagementDTO as fR, FleetIncidentManagementQuerySchema as fS, type FleetIncidentManagementQueryDTO as fT, FleetIncidentManagementDashBoardQuerySchema as fU, type FleetIncidentManagementDashBoardQueryDTO as fV, FleetIncidentManagementCostSchema as fW, type FleetIncidentManagementCostDTO as fX, FleetIncidentManagementCostQuerySchema as fY, type FleetIncidentManagementCostQueryDTO as fZ, toFleetIncidentManagementPayload as f_, updateMasterFleetIncidentSeverity as fa, deleteMasterFleetIncidentSeverity as fb, getMasterFleetIncidentSeverityCache as fc, MasterFleetIncidentStatusSchema as fd, type MasterFleetIncidentStatusDTO as fe, MasterFleetIncidentStatusQuerySchema as ff, type MasterFleetIncidentStatusQueryDTO as fg, toMasterFleetIncidentStatusPayload as fh, newMasterFleetIncidentStatusPayload as fi, findMasterFleetIncidentStatuses as fj, createMasterFleetIncidentStatus as fk, updateMasterFleetIncidentStatus as fl, deleteMasterFleetIncidentStatus as fm, getMasterFleetIncidentStatusCache as fn, MasterFleetIncidentTypeSchema as fo, type MasterFleetIncidentTypeDTO as fp, MasterFleetIncidentTypeQuerySchema as fq, type MasterFleetIncidentTypeQueryDTO as fr, toMasterFleetIncidentTypePayload as fs, newMasterFleetIncidentTypePayload as ft, findMasterFleetIncidentTypes as fu, createMasterFleetIncidentType as fv, updateMasterFleetIncidentType as fw, deleteMasterFleetIncidentType as fx, getMasterFleetIncidentTypeCache as fy, MasterExpenseNameSchema as fz, type MasterVehicleFuelType as g, type FleetIssueManagementDashBoardQueryDTO as g$, toFleetIncidentManagementCostPayload as g0, newFleetIncidentManagementCostPayload as g1, get_incident_file_presigned_url as g2, create_incident_file as g3, remove_incident_file as g4, createFleetIncidentManagement as g5, findFleetIncidentManagement as g6, updateFleetIncidentManagement as g7, deleteFleetIncidentManagement as g8, incident_dashboard as g9, FleetInspectionDashBoardQuerySchema as gA, type FleetInspectionDashBoardQueryDTO as gB, FleetInspectionCheckPendingQuerySchema as gC, type FleetInspectionCheckPendingQueryDTO as gD, toFleetInspectionPayload as gE, newFleetInspectionPayload as gF, get_inspection_file_presigned_url as gG, create_service_file$1 as gH, remove_service_file$1 as gI, findFleetInspection as gJ, createFleetInspection as gK, updateFleetInspection as gL, deleteFleetInspection as gM, inspection_dashboard as gN, find_check_pending as gO, type FleetIssueManagement as gP, type FleetIssueManagementHistory as gQ, type FleetIssueManagementComment as gR, type FleetIssueManagementFile as gS, type IssueDashboard as gT, FleetIssueManagementFileSchema as gU, type FleetIssueManagementFileDTO as gV, FleetIssueManagementSchema as gW, type FleetIssueManagementDTO as gX, FleetIssueManagementQuerySchema as gY, type FleetIssueManagementQueryDTO as gZ, FleetIssueManagementDashBoardQuerySchema as g_, createFleetIncidentManagementCost as ga, findFleetIncidentManagementCost as gb, updateFleetIncidentManagementCost as gc, deleteFleetIncidentManagementCost as gd, type FleetInspectionForm as ge, type FleetInspectionFormSimple as gf, FleetInspectionFormSchema as gg, type FleetInspectionFormDTO as gh, FleetInspectionFormQuerySchema as gi, type FleetInspectionFormQueryDTO as gj, toFleetInspectionFormPayload as gk, newFleetInspectionFormPayload as gl, findFleetInspectionForm as gm, createFleetInspectionForm as gn, updateFleetInspectionForm as go, deleteFleetInspectionForm as gp, getFleetInspectionFormCacheSimple as gq, type FleetInspection as gr, type FleetInspectionFile as gs, type InspectionDashboard as gt, FleetInspectionFileSchema as gu, type FleetInspectionFileDTO as gv, FleetInspectionSchema as gw, type FleetInspectionDTO as gx, FleetInspectionQuerySchema as gy, type FleetInspectionQueryDTO as gz, type MasterVehicleFuelUnit as h, type FleetVendorServiceCenter as h$, FleetIssueManagementCommentSchema as h0, type FleetIssueManagementCommentDTO as h1, FleetIssueManagementCommentQuerySchema as h2, type FleetIssueManagementCommentQueryDTO as h3, toFleetIssueManagementPayload as h4, newFleetIssueManagementPayload as h5, toFleetIssueManagementCommentPayload as h6, newFleetIssueManagementCommentPayload as h7, get_issue_file_presigned_url as h8, create_issue_file as h9, type FleetServiceManagementTaskQueryDTO as hA, FleetServiceReminderSchema as hB, type FleetServiceReminderDTO as hC, FleetServiceReminderQuerySchema as hD, type FleetServiceReminderQueryDTO as hE, toFleetServiceManagementPayload as hF, newFleetServiceManagementPayload as hG, toFleetServiceManagementTaskPayload as hH, newFleetServiceManagementTaskPayload as hI, toFleetServiceReminderPayload as hJ, newFleetServiceReminderPayload as hK, get_service_file_presigned_url as hL, create_service_file as hM, remove_service_file as hN, findFleetServiceManagement as hO, createFleetServiceManagement as hP, updateFleetServiceManagement as hQ, deleteFleetServiceManagement as hR, service_dashboard as hS, findFleetServiceManagementTask as hT, createFleetServiceManagementTask as hU, updateFleetServiceManagementTask as hV, deleteFleetServiceManagementTask as hW, findFleetServiceReminder as hX, createFleetServiceReminder as hY, updateFleetServiceReminder as hZ, deleteFleetServiceReminder as h_, remove_issue_file as ha, findFleetIssueManagement as hb, createFleetIssueManagement as hc, updateFleetIssueManagement as hd, deleteFleetIssueManagement as he, issue_dashboard as hf, findFleetIssueManagementComment as hg, createFleetIssueManagementComment as hh, updateFleetIssueManagementComment as hi, deleteFleetIssueManagementComment as hj, type FleetServiceManagement as hk, type FleetServiceManagementTask as hl, type FleetServiceManagementFile as hm, type FleetServiceReminder as hn, type ServiceDashboard as ho, FleetServiceManagementFileSchema as hp, type FleetServiceManagementFileDTO as hq, FleetServiceManagementSchema as hr, type FleetServiceManagementDTO as hs, FleetServiceManagementQuerySchema as ht, type FleetServiceManagementQueryDTO as hu, FleetServiceManagementDashBoardQuerySchema as hv, type FleetServiceManagementDashBoardQueryDTO as hw, FleetServiceManagementTaskSchema as hx, type FleetServiceManagementTaskDTO as hy, FleetServiceManagementTaskQuerySchema as hz, type MasterVehicleFuelRemovalReason as i, type FleetVendorAddressDTO as i$, type FleetVendorServiceCenterSimple as i0, FleetVendorServiceCenterSchema as i1, type FleetVendorServiceCenterDTO as i2, FleetVendorServiceCenterQuerySchema as i3, type FleetVendorServiceCenterQueryDTO as i4, toFleetVendorServiceCenterPayload as i5, newFleetVendorServiceCenterPayload as i6, findFleetVendorServiceCenter as i7, createFleetVendorServiceCenter as i8, updateFleetVendorServiceCenter as i9, toFleetVendorFuelStationPayload as iA, newFleetVendorFuelStationPayload as iB, findFleetVendorFuelStation as iC, createFleetVendorFuelStation as iD, updateFleetVendorFuelStation as iE, deleteFleetVendorFuelStation as iF, getFleetVendorFuelStationCacheSimple as iG, type FleetVendor as iH, type VendorDashboard as iI, type FleetVendorSimple as iJ, type FleetVendorTypeLink as iK, type FleetVendorTagLink as iL, type FleetVendorAddress as iM, type FleetVendorBankAccount as iN, type FleetVendorContactPersons as iO, type FleetVendorReview as iP, type FleetVendorDocument as iQ, type FleetVendorDocumentFile as iR, FleetVendorLogoSchema as iS, type FleetVendorLogoDTO as iT, FleetVendorSchema as iU, type FleetVendorDTO as iV, FleetVendorQuerySchema as iW, type FleetVendorQueryDTO as iX, FleetVendorDashBoardQuerySchema as iY, type FleetVendorDashBoardQueryDTO as iZ, FleetVendorAddressSchema as i_, deleteFleetVendorServiceCenter as ia, getFleetVendorServiceCenterCacheSimple as ib, MasterFuelCompanySchema as ic, type MasterFuelCompanyDTO as id, MasterFuelCompanyQuerySchema as ie, type MasterFuelCompanyQueryDTO as ig, FuelCompanyLogoSchema as ih, type FuelCompanyLogoDTO as ii, toMasterFuelCompanyPayload as ij, newMasterFuelCompanyPayload as ik, get_master_fuel_company_presigned_url as il, update_master_fuel_company_logo as im, delete_master_fuel_company_logo as io, findMasterFuelCompanys as ip, createMasterFuelCompany as iq, updateMasterFuelCompany as ir, deleteMasterFuelCompany as is, getMasterFuelCompanyCache as it, type FleetVendorFuelStation as iu, type FleetVendorFuelStationSimple as iv, FleetVendorFuelStationSchema as iw, type FleetVendorFuelStationDTO as ix, FleetVendorFuelStationQuerySchema as iy, type FleetVendorFuelStationQueryDTO as iz, type MasterVehicleDocumentType as j, deleteFleetVendorReview as j$, FleetVendorAddressQuerySchema as j0, type FleetVendorAddressQueryDTO as j1, FleetVendorBankAccountSchema as j2, type FleetVendorBankAccountDTO as j3, FleetVendorBankAccountQuerySchema as j4, type FleetVendorBankAccountQueryDTO as j5, FleetVendorContactPersonsLogoSchema as j6, type FleetVendorContactPersonsLogoDTO as j7, FleetVendorContactPersonsSchema as j8, type FleetVendorContactPersonsDTO as j9, get_vendor_document_file_presigned_url as jA, update_vendor_logo as jB, delete_vendor_logo as jC, update_vendor_contact_person_logo as jD, delete_vendor_contact_person_logo as jE, create_vendor_document_file as jF, remove_vendor_document_file as jG, findFleetVendor as jH, createFleetVendor as jI, updateFleetVendor as jJ, deleteFleetVendor as jK, vendor_dashboard as jL, createFleetVendorAddress as jM, findFleetVendorAddress as jN, updateFleetVendorAddress as jO, deleteFleetVendorAddress as jP, createFleetVendorBankAccount as jQ, findFleetVendorBankAccount as jR, updateFleetVendorBankAccount as jS, deleteFleetVendorBankAccount as jT, createFleetVendorContactPersons as jU, findFleetVendorContactPersons as jV, updateFleetVendorContactPersons as jW, deleteFleetVendorContactPersons as jX, createFleetVendorReview as jY, findFleetVendorReview as jZ, updateFleetVendorReview as j_, FleetVendorContactPersonsQuerySchema as ja, type FleetVendorContactPersonsQueryDTO as jb, FleetVendorReviewSchema as jc, type FleetVendorReviewDTO as jd, FleetVendorReviewQuerySchema as je, type FleetVendorReviewQueryDTO as jf, FleetVendorDocumentFileSchema as jg, type FleetVendorDocumentFileDTO as jh, FleetVendorDocumentSchema as ji, type FleetVendorDocumentDTO as jj, FleetVendorDocumentQuerySchema as jk, type FleetVendorDocumentQueryDTO as jl, toFleetVendorPayload as jm, newFleetVendorPayload as jn, toFleetVendorAddressPayload as jo, newFleetVendorAddressPayload as jp, toFleetVendorBankAccountPayload as jq, newFleetVendorBankAccountPayload as jr, toFleetVendorContactPersonsPayload as js, newFleetVendorContactPersonsPayload as jt, toFleetVendorReviewPayload as ju, newFleetVendorReviewPayload as jv, toFleetVendorDocumentPayload as jw, newFleetVendorDocumentPayload as jx, get_vendor_logo_presigned_url as jy, get_vendor_contact_person_logo_presigned_url as jz, type MasterUserRole as k, deleteFleetInspectionSchedule as k$, createFleetVendorDocument as k0, findFleetVendorDocument as k1, updateFleetVendorDocument as k2, deleteFleetVendorDocument as k3, getFleetVendorCacheSimple as k4, type FleetFuelRefill as k5, type FleetFuelRefillFile as k6, FleetFuelRefillFileSchema as k7, type FleetFuelRefillFileDTO as k8, FleetFuelRefillSchema as k9, type FleetFuelRemovalFile as kA, FleetFuelRemovalFileSchema as kB, type FleetFuelRemovalFileDTO as kC, FleetFuelRemovalSchema as kD, type FleetFuelRemovalDTO as kE, FleetFuelRemovalQuerySchema as kF, type FleetFuelRemovalQueryDTO as kG, toFleetFuelRemovalPayload as kH, newFleetFuelRemovalPayload as kI, get_fuel_removal_file_presigned_url as kJ, create_fuel_removal_file as kK, remove_fuel_removal_file as kL, findFleetFuelRemoval as kM, createFleetFuelRemoval as kN, updateFleetFuelRemoval as kO, deleteFleetFuelRemoval as kP, type FleetInspectionSchedule as kQ, type FleetInspectionScheduleVehicleLink as kR, FleetInspectionScheduleSchema as kS, type FleetInspectionScheduleDTO as kT, FleetInspectionScheduleQuerySchema as kU, type FleetInspectionScheduleQueryDTO as kV, toFleetInspectionSchedulePayload as kW, newFleetInspectionSchedulePayload as kX, findFleetInspectionSchedule as kY, createFleetInspectionSchedule as kZ, updateFleetInspectionSchedule as k_, type FleetFuelRefillDTO as ka, FleetFuelRefillQuerySchema as kb, type FleetFuelRefillQueryDTO as kc, toFleetFuelRefillPayload as kd, newFleetFuelRefillPayload as ke, get_fuel_refill_file_presigned_url as kf, create_fuel_refill_file as kg, remove_fuel_refill_file as kh, findFleetFuelRefill as ki, createFleetFuelRefill as kj, updateFleetFuelRefill as kk, deleteFleetFuelRefill as kl, MasterVehicleFuelRemovalReasonSchema as km, type MasterVehicleFuelRemovalReasonDTO as kn, MasterVehicleFuelRemovalReasonQuerySchema as ko, type MasterVehicleFuelRemovalReasonQueryDTO as kp, toMasterVehicleFuelRemovalReasonPayload as kq, newMasterVehicleFuelRemovalReasonPayload as kr, findMasterVehicleFuelRemovalReasons as ks, createMasterVehicleFuelRemovalReason as kt, updateMasterVehicleFuelRemovalReason as ku, deleteMasterVehicleFuelRemovalReason as kv, getMasterVehicleFuelRemovalReasonCache as kw, getMasterVehicleFuelRemovalReasonCacheCount as kx, getMasterVehicleFuelRemovalReasonCacheChild as ky, type FleetFuelRemoval as kz, type MasterUserStatus as l, findFleetFuelMonthlySummary as l$, type FleetServiceSchedule as l0, type FleetServiceScheduleVehicleLink as l1, FleetServiceScheduleSchema as l2, type FleetServiceScheduleDTO as l3, FleetServiceScheduleQuerySchema as l4, type FleetServiceScheduleQueryDTO as l5, toFleetServiceSchedulePayload as l6, newFleetServiceSchedulePayload as l7, findFleetServiceSchedule as l8, createFleetServiceSchedule as l9, updateUser as lA, deleteUser as lB, updateUserProfile as lC, getUserCache as lD, getUserCacheSimple as lE, updateUserDefaultLanguage as lF, updateUserDefaultTimezone as lG, updateUserDefaultDateformat as lH, type FleetFuelDailySummary as lI, FleetFuelDailySummarySchema as lJ, type FleetFuelDailySummaryDTO as lK, FleetFuelDailySummaryQuerySchema as lL, type FleetFuelDailySummaryQueryDTO as lM, FleetFuelDailyMonthlySummaryQuerySchema as lN, type FleetFuelDailyMonthlySummaryQueryDTO as lO, AllVehiclesFuelDailySummaryQuerySchema as lP, type AllVehiclesFuelDailySummaryDTO as lQ, FleetFuelDailySummaryDashBoardQuerySchema as lR, type FleetFuelDailySummaryDashBoardQueryDTO as lS, type FuelDashboard as lT, toFleetFuelDailySummaryPayload as lU, newFleetFuelDailySummaryPayload as lV, findFleetFuelDailySummary as lW, createFleetFuelDailySummary as lX, updateFleetFuelDailySummary as lY, deleteFleetFuelDailySummary as lZ, fuel_dashboard as l_, updateFleetServiceSchedule as la, deleteFleetServiceSchedule as lb, type UserVehicleLink as lc, type UserLoginPush as ld, UserSchema as le, type UserDTO as lf, UserQuerySchema as lg, type UserQueryDTO as lh, UserLogoSchema as li, type UserLogoDTO as lj, UserProfileSchema as lk, type UserProfileDTO as ll, UserDefaultLanguageSchema as lm, type UserDefaultLanguageDTO as ln, UserDefaultTimeZoneSchema as lo, type UserDefaultTimeZoneDTO as lp, UserDefaultDateFormatSchema as lq, type UserDefaultDateFormatDTO as lr, toUserPayload as ls, toUserProfilePayload as lt, newUserPayload as lu, get_user_image_presigned_url as lv, update_user_image as lw, delete_user_image as lx, findUser as ly, createUser as lz, type MasterTyreMake as m, MasterVehicleModelSchema as m$, findVehicleFuelSummary as m0, type MasterDriverFile as m1, type AssignRemoveDriverHistory as m2, type DriverLoginPush as m3, MasterDriverFileSchema as m4, type MasterDriverFileDTO as m5, MasterDriverSchema as m6, type MasterDriverDTO as m7, MasterDriverQuerySchema as m8, type MasterDriverQueryDTO as m9, type OrganisationGroupQueryDTO as mA, toOrganisationGroupPayload as mB, newOrganisationGroupPayload as mC, findOrganisationGroups as mD, createOrganisationGroup as mE, updateOrganisationGroup as mF, deleteOrganisationGroup as mG, getOrganisationGroupCache as mH, getOrganisationGroupCacheCount as mI, getOrganisationGroupCacheChild as mJ, type MasterVehicleSubModel as mK, MasterVehicleSubModelSchema as mL, type MasterVehicleSubModelDTO as mM, MasterVehicleSubModelQuerySchema as mN, type MasterVehicleSubModelQueryDTO as mO, FindCacheSchema$5 as mP, type FindCacheDTO$5 as mQ, toMasterVehicleSubModelPayload as mR, newMasterVehicleSubModelPayload as mS, findMasterVehicleSubModels as mT, createMasterVehicleSubModel as mU, updateMasterVehicleSubModel as mV, deleteMasterVehicleSubModel as mW, getMasterVehicleSubModelCache as mX, getMasterVehicleSubModelCacheCount as mY, getMasterVehicleSubModelCacheChild as mZ, type MasterVehicleModel as m_, MasterDriverLogoSchema as ma, type MasterDriverLogoDTO as mb, MasterDriverProfileSchema as mc, type MasterDriverProfileDTO as md, toDriverPayload as me, newDriverPayload as mf, toDriverProfilePayload as mg, get_master_driver_logo_presigned_url as mh, get_master_driver_file_presigned_url as mi, update_master_driver_logo as mj, delete_master_driver_logo as mk, create_master_driver_file as ml, remove_master_driver_file as mm, findMasterDriver as mn, createMasterDriver as mo, updateMasterDriver as mp, deleteMasterDriver as mq, updateMasterDriverLogo as mr, deleteMasterDriverLogo as ms, updateMasterDriverProfile as mt, getMasterDriverCache as mu, getMasterDriverCacheSimple as mv, type VehicleOrganisationGroupLink as mw, OrganisationGroupSchema as mx, type OrganisationGroupDTO as my, OrganisationGroupQuerySchema as mz, type MasterTyreGrade as n, getMasterVehicleTypeCache as n$, type MasterVehicleModelDTO as n0, MasterVehicleModelQuerySchema as n1, type MasterVehicleModelQueryDTO as n2, FindCacheSchema$4 as n3, type FindCacheDTO$4 as n4, toMasterVehicleModelPayload as n5, newMasterVehicleModelPayload as n6, findMasterVehicleModels as n7, createMasterVehicleModel as n8, updateMasterVehicleModel as n9, deleteMasterVehicleStatusType as nA, getMasterVehicleStatusTypeCache as nB, getMasterVehicleStatusTypeCacheCount as nC, getMasterVehicleStatusTypeCacheChild as nD, MasterVehicleOwnershipTypeSchema as nE, type MasterVehicleOwnershipTypeDTO as nF, MasterVehicleOwnershipTypeQuerySchema as nG, type MasterVehicleOwnershipTypeQueryDTO as nH, toMasterVehicleOwnershipTypePayload as nI, newMasterVehicleOwnershipTypePayload as nJ, findMasterVehicleOwnershipTypes as nK, createMasterVehicleOwnershipType as nL, updateMasterVehicleOwnershipType as nM, deleteMasterVehicleOwnershipType as nN, getMasterVehicleOwnershipTypeCache as nO, getMasterVehicleOwnershipTypeCacheCount as nP, getMasterVehicleOwnershipTypeCacheChild as nQ, MasterVehicleTypeSchema as nR, type MasterVehicleTypeDTO as nS, MasterVehicleTypeQuerySchema as nT, type MasterVehicleTypeQueryDTO as nU, toMasterVehicleTypePayload as nV, newMasterVehicleTypePayload as nW, findMasterVehicleTypes as nX, createMasterVehicleType as nY, updateMasterVehicleType as nZ, deleteMasterVehicleType as n_, deleteMasterVehicleModel as na, getMasterVehicleModelCache as nb, getMasterVehicleModelCacheCount as nc, getMasterVehicleModelCacheChild as nd, MasterVehicleMakeSchema as ne, type MasterVehicleMakeDTO as nf, MasterVehicleMakeQuerySchema as ng, type MasterVehicleMakeQueryDTO as nh, toMasterVehicleMakePayload as ni, newMasterVehicleMakePayload as nj, findMasterVehicleMakes as nk, createMasterVehicleMake as nl, updateMasterVehicleMake as nm, deleteMasterVehicleMake as nn, getMasterVehicleMakeCache as no, getMasterVehicleMakeCacheCount as np, getMasterVehicleMakeCacheChild as nq, MasterVehicleStatusTypeSchema as nr, type MasterVehicleStatusTypeDTO as ns, MasterVehicleStatusTypeQuerySchema as nt, type MasterVehicleStatusTypeQueryDTO as nu, toMasterVehicleStatusTypePayload as nv, newMasterVehicleStatusTypePayload as nw, findMasterVehicleStatusTypes as nx, createMasterVehicleStatusType as ny, updateMasterVehicleStatusType as nz, type MasterTripPartyType as o, type GPSTrackHistoryShareLink as o$, getMasterVehicleTypeCacheCount as o0, getMasterVehicleTypeCacheChild as o1, MasterVehicleAssociatedToSchema as o2, type MasterVehicleAssociatedToDTO as o3, MasterVehicleAssociatedToQuerySchema as o4, type MasterVehicleAssociatedToQueryDTO as o5, toMasterVehicleAssociatedToPayload as o6, newMasterVehicleAssociatedToPayload as o7, findMasterVehicleAssociatedTos as o8, createMasterVehicleAssociatedTo as o9, toOrganisationReportPreferencePayload as oA, newOrganisationReportPreferencePayload as oB, findOrganisationReportPreference as oC, createOrganisationReportPreference as oD, updateOrganisationReportPreference as oE, deleteOrganisationReportPreference as oF, findOrganisationReportAutomationMail as oG, type GPSLiveTrackShareLink as oH, type GPSLiveTrackShareLinkNotification as oI, GPSLiveTrackShareLinkNotificationSchema as oJ, type GPSLiveTrackShareLinkNotificationDTO as oK, GPSLiveTrackShareLinkSchema as oL, type GPSLiveTrackShareLinkDTO as oM, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as oN, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as oO, GPSLiveTrackShareLinkUpdateLinkStatusSchema as oP, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as oQ, GPSLiveTrackShareLinkQuerySchema as oR, type GPSLiveTrackShareLinkQueryDTO as oS, toGPSLiveTrackShareLinkPayload as oT, newGPSLiveTrackShareLinkPayload as oU, findGPSLiveTrackShareLink as oV, createGPSLiveTrackShareLink as oW, extendGPSLiveTrackLinkTime as oX, updateGPSLiveTrackLinkStatus as oY, deleteGPSLiveTrackShareLink as oZ, createGPSLiveTrackShareLinkNotification as o_, updateMasterVehicleAssociatedTo as oa, deleteMasterVehicleAssociatedTo as ob, getMasterVehicleAssociatedToCache as oc, getMasterVehicleAssociatedToCacheCount as od, getMasterVehicleAssociatedToCacheChild as oe, MasterVehicleDocumentTypeSchema as of, type MasterVehicleDocumentTypeDTO as og, MasterVehicleDocumentTypeQuerySchema as oh, type MasterVehicleDocumentTypeQueryDTO as oi, toMasterVehicleDocumentTypePayload as oj, newMasterVehicleDocumentTypePayload as ok, findMasterVehicleDocumentTypes as ol, createMasterVehicleDocumentType as om, updateMasterVehicleDocumentType as on, deleteMasterVehicleDocumentType as oo, getMasterVehicleDocumentTypeCache as op, type OrganisationReportPreference as oq, type OrganisationReportPreferenceVehicleLink as or, type OrganisationReportAutomationMail as os, type OrganisationReportAutomationMailVehicleLink as ot, OrganisationReportAutomationMailQuerySchema as ou, type OrganisationReportAutomationMailQueryDTO as ov, OrganisationReportPreferenceSchema as ow, type OrganisationReportPreferenceDTO as ox, OrganisationReportPreferenceQuerySchema as oy, type OrganisationReportPreferenceQueryDTO as oz, type MasterSparePartCategory as p, getMasterSemesterCacheCount as p$, type GPSTrackHistoryShareLinkNotification as p0, GPSTrackHistoryShareLinkNotificationSchema as p1, type GPSTrackHistoryShareLinkNotificationDTO as p2, GPSTrackHistoryShareLinkSchema as p3, type GPSTrackHistoryShareLinkDTO as p4, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as p5, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as p6, GPSTrackHistoryShareLinkQuerySchema as p7, type GPSTrackHistoryShareLinkQueryDTO as p8, toGPSTrackHistoryShareLinkPayload as p9, updateMasterProgram as pA, deleteMasterProgram as pB, getMasterProgramCache as pC, getMasterProgramCacheCount as pD, MasterSectionSchema as pE, type MasterSectionDTO as pF, MasterSectionQuerySchema as pG, type MasterSectionQueryDTO as pH, toMasterSectionPayload as pI, newMasterSectionPayload as pJ, findMasterSection as pK, createMasterSection as pL, updateMasterSection as pM, deleteMasterSection as pN, getMasterSectionCache as pO, getMasterSectionCacheCount as pP, MasterSemesterSchema as pQ, type MasterSemesterDTO as pR, MasterSemesterQuerySchema as pS, type MasterSemesterQueryDTO as pT, toMasterSemesterPayload as pU, newMasterSemesterPayload as pV, findMasterSemester as pW, createMasterSemester as pX, updateMasterSemester as pY, deleteMasterSemester as pZ, getMasterSemesterCache as p_, newGPSTrackHistoryShareLinkPayload as pa, findGPSTrackHistoryShareLink as pb, createGPSTrackHistoryShareLink as pc, updateTrackHistoryLinkStatus as pd, deleteGPSTrackHistoryShareLink as pe, createGPSTrackHistoryShareLinkNotification as pf, MasterClassSchema as pg, type MasterClassDTO as ph, MasterClassQuerySchema as pi, type MasterClassQueryDTO as pj, toMasterClassPayload as pk, newMasterClassPayload as pl, findMasterClass as pm, createMasterClass as pn, updateMasterClass as po, deleteMasterClass as pp, getMasterClassCache as pq, getMasterClassCacheCount as pr, MasterProgramSchema as ps, type MasterProgramDTO as pt, MasterProgramQuerySchema as pu, type MasterProgramQueryDTO as pv, toMasterProgramPayload as pw, newMasterProgramPayload as px, findMasterProgram as py, createMasterProgram as pz, type MasterSparePartUnit as q, type MasterRouteStopIdsDTO as q$, MasterStreamSchema as q0, type MasterStreamDTO as q1, MasterStreamQuerySchema as q2, type MasterStreamQueryDTO as q3, toMasterStreamPayload as q4, newMasterStreamPayload as q5, findMasterStream as q6, createMasterStream as q7, updateMasterStream as q8, deleteMasterStream as q9, type BusStopPolygonData as qA, type BusStop as qB, BusStopPolygonDataSchema as qC, type BusStopPolygonDataDTO as qD, BusStopSchema as qE, type BusStopDTO as qF, BusStopQuerySchema as qG, type BusStopQueryDTO as qH, toBusStopPayload as qI, newBusStopPayload as qJ, findBusStop as qK, createBusStop as qL, updateBusStop as qM, deleteBusStop as qN, type MasterRoute as qO, type MasterRouteStop as qP, MasterRouteSchema as qQ, type MasterRouteDTO as qR, MasterRouteQuerySchema as qS, type MasterRouteQueryDTO as qT, MasterRouteStopSchema as qU, type MasterRouteStopDTO as qV, MasterRouteStopUpdateSchema as qW, type MasterRouteStopUpdateDTO as qX, MasterRouteStopCreateSchema as qY, type MasterRouteStopCreateDTO as qZ, MasterRouteStopIds as q_, getMasterStreamCache as qa, getMasterStreamCacheCount as qb, MasterYearSchema as qc, type MasterYearDTO as qd, MasterYearQuerySchema as qe, type MasterYearQueryDTO as qf, toMasterYearPayload as qg, newMasterYearPayload as qh, findMasterYear as qi, createMasterYear as qj, updateMasterYear as qk, deleteMasterYear as ql, getMasterYearCache as qm, getMasterYearCacheCount as qn, MasterRelationshipSchema as qo, type MasterRelationshipDTO as qp, MasterRelationshipQuerySchema as qq, type MasterRelationshipQueryDTO as qr, toMasterRelationshipPayload as qs, newMasterRelationshipPayload as qt, findMasterRelationship as qu, createMasterRelationship as qv, updateMasterRelationship as qw, deleteMasterRelationship as qx, getMasterRelationshipCache as qy, getMasterRelationshipCacheCount as qz, type OrganisationBranch as r, StudentTransportPlanTypeChangeHistoryQuerySchema as r$, MasterRouteStopReorderSchema as r0, type MasterRouteStopReorderDTO as r1, MasterRouteStopDeleteSchema as r2, type MasterRouteStopDeleteReOrderDTO as r3, MasterRouteStopDeleteAllSchema as r4, type MasterRouteStopDeleteDTO as r5, toMasterRoutePayload as r6, newMasterRoutePayload as r7, findMasterRoute as r8, createMasterRoute as r9, type StudentAddressDTO as rA, StudentAddressQuerySchema as rB, type StudentAddressQueryDTO as rC, StudentGuardianLinkSchema as rD, type StudentGuardianLinkDTO as rE, GuardianProfilePictureSchema as rF, type GuardianProfilePictureDTO as rG, GuardianDetailsSchema as rH, type GuardianDetailsDTO as rI, GuardianMobileNumberSchema as rJ, type GuardianMobileNumberDTO as rK, StudentGuardianLinkQuerySchema as rL, type StudentGuardianLinkQueryDTO as rM, StudentGuardianAutofillQuerySchema as rN, type StudentGuardianAutofillQueryDTO as rO, StudentLeaveRequestSchema as rP, type StudentLeaveRequestDTO as rQ, StudentLeaveRequestApprovalSchema as rR, type StudentLeaveRequestApprovalDTO as rS, StudentLeaveRequestQuerySchema as rT, type StudentLeaveRequestQueryDTO as rU, StudentStopChangeRequestSchema as rV, type StudentStopChangeRequestDTO as rW, StudentStopChangeRequestApprovalSchema as rX, type StudentStopChangeRequestApprovalDTO as rY, StudentStopChangeRequestQuerySchema as rZ, type StudentStopChangeRequestQueryDTO as r_, updateMasterRoute as ra, deleteMasterRoute as rb, createStopsFirstTimeRoute as rc, appendRouteStop as rd, updateRouteStop as re, reorderRouteStops as rf, deleteRouteStopsAll as rg, deleteRouteStopReorder as rh, type Student as ri, type StudentAddress as rj, type StudentGuardian as rk, type StudentGuardianLink as rl, type StudentLeaveRequest as rm, type StudentStopChangeRequest as rn, type StudentTransportPlanTypeChangeHistory as ro, type StudentLoginPush as rp, type StudentGuardianLoginPush as rq, StudentSchema as rr, type StudentDTO as rs, StudentProfilePictureSchema as rt, type StudentProfilePictureDTO as ru, StudentQuerySchema as rv, type StudentQueryDTO as rw, StudentNoRouteQuerySchema as rx, type StudentNoRouteQueryDTO as ry, StudentAddressSchema as rz, type OrganisationColor as s, toMasterFixedSchedulePayload as s$, type StudentTransportPlanTypeChangeHistoryQueryDTO as s0, toStudentPayload as s1, newStudentPayload as s2, toStudentAddressPayload as s3, newStudentAddressPayload as s4, toStudentLeaveRequestPayload as s5, newStudentLeaveRequestPayload as s6, toStudentStopChangeRequestPayload as s7, newStudentStopChangeRequestPayload as s8, toStudentGuardianLinkPayload as s9, createStudentLeaveRequest as sA, findStudentLeaveRequest as sB, updateStudentLeaveRequest as sC, approveLeaveRequest as sD, deleteStudentLeaveRequest as sE, findStudentStopChangeRequest as sF, createStudentStopChangeRequest as sG, updateStudentStopChangeRequest as sH, approveStopChangeRequest as sI, deleteStudentStopChangeRequest as sJ, findStudentTransportPlanTypeChangeHistory as sK, type MasterFixedSchedule as sL, type MasterRouteStudent as sM, MasterFixedScheduleSchema as sN, type MasterFixedScheduleDTO as sO, MasterFixedScheduleQuerySchema as sP, type MasterFixedScheduleQueryDTO as sQ, StudentNoStopQuerySchema as sR, type StudentNoStopQueryDTO as sS, StudentNoScheduleQuerySchema as sT, type StudentNoScheduleQueryDTO as sU, MasterRouteStudentAssignRemoveSchema as sV, type MasterRouteStudentAssignRemoveDTO as sW, MasterRouteStudentStopAssignRemoveSchema as sX, type MasterRouteStudentStopAssignRemoveDTO as sY, MasterRouteStudentScheduleAssignRemoveSchema as sZ, type MasterRouteStudentScheduleAssignRemoveDTO as s_, newStudentGuardianLinkPayload as sa, get_student_presigned_url as sb, get_student_guardian_presigned_url as sc, update_profile_picture as sd, delete_profile_picture as se, update_guardian_profile_picture as sf, delete_guardian_profile_picture as sg, findStudent as sh, createStudent as si, updateStudent as sj, deleteStudent as sk, findStudentsWithNoRoutePickup as sl, findStudentsWithNoRouteDrop as sm, updateProfilePicture as sn, createStudentAddress as so, findStudentAddress as sp, updateStudentAddress as sq, deleteStudentAddress as sr, findStudentGuardianLink as ss, createStudentGuardianLink as st, updateStudentGuardianLink as su, updateGuardianProfilePicture as sv, updateGuardianDetails as sw, updateGuardianMobileNumber as sx, deleteStudentGuardian as sy, findStudentGuardianAutofillDetails as sz, type OrganisationTag as t, type VehicleDocumentDTO as t$, newMasterFixedSchedulePayload as t0, toMasterRouteStudentAssignPayload as t1, newMasterRouteStudentAssignPayload as t2, findMasterFixedSchedule as t3, createMasterFixedSchedule as t4, updateMasterFixedSchedule as t5, deleteMasterFixedSchedule as t6, findStudentsWithNoStopPickup as t7, findStudentsWithNoStopDrop as t8, findStudentsWithNoSchedulePickup as t9, CalibrationFileSchema as tA, type CalibrationFileDTO as tB, VehicleSchema as tC, type VehicleDTO as tD, VehicleBulkSchema as tE, type VehicleBulkDTO as tF, MasterDeviceFileSchema as tG, type MasterDeviceFileDTO as tH, VehicleDeviceLinkSchema as tI, type VehicleDeviceLinkDTO as tJ, VehicleDeviceUnlinkSchema as tK, type VehicleDeviceUnlinkDTO as tL, VehicleDriverLinkSchema as tM, type VehicleDriverLinkDTO as tN, VehicleDetailGPSSensorSchema as tO, type VehicleDetailGPSSensorDTO as tP, VehicleDetailTripSchema as tQ, type VehicleDetailTripDTO as tR, VehicleDetailBodySchema as tS, type VehicleDetailBodyDTO as tT, VehicleDetailLifeCycleSchema as tU, type VehicleDetailLifeCycleDto as tV, VehicleDetailPurchaseSchema as tW, type VehicleDetailPurchaseDTO as tX, VehicleDocumentFileSchema as tY, type VehicleDocumentFileDTO as tZ, VehicleDocumentSchema as t_, findStudentsWithNoScheduleDrop as ta, assignRouteStudentsPickup as tb, assignRouteStudentsDrop as tc, removeRouteStudentsPickup as td, removeRouteStudentsDrop as te, assignMasterRouteStudentStopToStudentsPickup as tf, assignMasterRouteStudentStopToStudentsDrop as tg, removeMasterRouteStudentStopToStudentsPickup as th, removeMasterRouteStudentStopToStudentsDrop as ti, assignMasterRouteStudentScheduleToStudentsPickup as tj, assignMasterRouteStudentScheduleToStudentDrop as tk, removeMasterRouteStudentScheduleToStudentPickup as tl, removeMasterRouteStudentScheduleToStudentDrop as tm, type MasterVehicleDropdown as tn, type MasterVehicleFile as to, type VehicleDetailGPS as tp, type VehicleDetailTrip as tq, type VehicleDetailBody as tr, type VehicleDetailLifeCycle as ts, type VehicleDetailPurchase as tt, type VehicleDocument as tu, type VehicleDocumentFile as tv, type VehicleDocumentExpiry as tw, type VehicleOdometerHistory as tx, MasterVehicleFileSchema as ty, type MasterVehicleFileDTO as tz, type OrganisationGroup as u, getVehicleSimpleCache as u$, VehicleDocumentQuerySchema as u0, type VehicleDocumentQueryDTO as u1, VehicleDocumentExpirySchema as u2, type VehicleDocumentExpiryDTO as u3, VehicleDocumentExpiryQuerySchema as u4, type VehicleDocumentExpiryQueryDTO as u5, VehicleQuerySchema as u6, type VehicleQueryDTO as u7, SimpleFindQuerySchema as u8, type SimpleFindQueryDTO as u9, findVehiclesLiveDashboard as uA, findVehicleGPSDetails as uB, createVehicle as uC, updateVehicle as uD, deleteVehicle as uE, updateDetailsGpsSensor as uF, updateDetailsTrip as uG, updateVehicleBodyDetails as uH, updateVehicleLifeCycleDetails as uI, updateVehiclePurchaseDetails as uJ, linkDriverToVehicle as uK, unlinkDriverFromVehicle as uL, getDriverLinkHistoryByVehicle as uM, getDriverLinkHistoryByDriver as uN, linkDeviceToVehicle as uO, unlinkDeviceFromVehicle as uP, getDeviceLinkHistoryByVehicle as uQ, getDeviceLinkHistoryByDevice as uR, createVehicleDocument as uS, findVehicleDocument as uT, updateVehicleDocument as uU, removeVehicleDocument as uV, createVehicleDocumentExpiry as uW, findVehicleDocumentExpiry as uX, updateVehicleDocumentExpiry as uY, removeVehicleDocumentExpiry as uZ, getVehicleCache as u_, VehicleGPSQuerySchema as ua, type VehicleGPSQueryDTO as ub, toVehiclePayload as uc, newVehiclePayload as ud, toVehicleDetailsGPSPayload as ue, toVehicleDetailsTripPayload as uf, toVehicleDetailsBodyPayload as ug, toVehicleDetailLifeCyclePayload as uh, toVehicleDetailPurchasePayload as ui, toVehicleDocumentPayload as uj, newVehicleDocumentPayload as uk, toVehicleDocumentExpiryPayload as ul, newVehicleDocumentExpiryPayload as um, get_vehicle_file_presigned_url as un, get_device_file_presigned_url as uo, get_vehicle_document_file_presigned_url as up, get_calibration_file_presigned_url as uq, create_file_vehicle as ur, remove_file_vehicle as us, create_file_device as ut, remove_file_device as uu, create_file_vehicle_document as uv, remove_file_vehicle_document as uw, update_calibration_file as ux, delete_calibration_file as uy, findVehicles as uz, type MasterMainIndustry as v, type MasterSimDTO as v$, getVehicleParentCache as v0, getVehicleSimpleDropdownCustom as v1, getVehicleSimpleDropdownCacheLiveData as v2, type MasterDeviceType as v3, MasterDeviceTypeSchema as v4, type MasterDeviceTypeDTO as v5, MasterDeviceTypeQuerySchema as v6, type MasterDeviceTypeQueryDTO as v7, FindCacheSchema$3 as v8, type FindCacheDTO$3 as v9, MasterDeviceManufacturerSchema as vA, type MasterDeviceManufacturerDTO as vB, MasterDeviceManufacturerQuerySchema as vC, type MasterDeviceManufacturerQueryDTO as vD, toMasterDeviceManufacturerPayload as vE, newMasterDeviceManufacturerPayload as vF, findMasterDeviceManufacturers as vG, createMasterDeviceManufacturer as vH, updateMasterDeviceManufacturer as vI, deleteMasterDeviceManufacturer as vJ, getMasterDeviceManufacturerCache as vK, getMasterDeviceManufacturerCacheCount as vL, getMasterDeviceManufacturerCacheChild as vM, MasterMainSimProviderSchema as vN, type MasterMainSimProviderDTO as vO, MasterMainSimProviderQuerySchema as vP, type MasterMainSimProviderQueryDTO as vQ, toMasterMainSimProviderPayload as vR, newMasterMainSimProviderPayload as vS, findMasterMainSimProviders as vT, createMasterMainSimProvider as vU, updateMasterMainSimProvider as vV, deleteMasterMainSimProvider as vW, getMasterMainSimProviderCache as vX, type MasterSim as vY, type AssignRemoveSimHistory as vZ, MasterSimSchema as v_, toMasterDeviceTypePayload as va, newMasterDeviceTypePayload as vb, findMasterDeviceTypes as vc, createMasterDeviceType as vd, updateMasterDeviceType as ve, deleteMasterDeviceType as vf, getMasterDeviceTypeCache as vg, getMasterDeviceTypeCacheCount as vh, getMasterDeviceTypeCacheChild as vi, type MasterDeviceModel as vj, MasterDeviceModelSchema as vk, type MasterDeviceModelDTO as vl, MasterDeviceModelQuerySchema as vm, type MasterDeviceModelQueryDTO as vn, FindCacheSchema$2 as vo, type FindCacheDTO$2 as vp, toMasterDeviceModelPayload as vq, newMasterDeviceModelPayload as vr, findMasterDeviceModels as vs, createMasterDeviceModel as vt, updateMasterDeviceModel as vu, deleteMasterDeviceModel as vv, getMasterDeviceModelCache as vw, getMasterDeviceModelCacheCount as vx, getMasterDeviceModelCacheChild as vy, type MasterDeviceManufacturer as vz, type MasterMainCountry as w, getMasterMainCountryCacheChild as w$, MasterSimQuerySchema as w0, type MasterSimQueryDTO as w1, toMasterSimPayload as w2, newMasterSimPayload as w3, findMasterSims as w4, createMasterSim as w5, updateMasterSim as w6, deleteMasterSim as w7, type MasterDevice as w8, type AssignRemoveDeviceHistory as w9, updateMasterMainTimeZone as wA, deleteMasterMainTimeZone as wB, getMasterMainTimeZoneCacheAll as wC, getMasterMainTimeZoneCache as wD, type MasterMainState as wE, MasterMainStateSchema as wF, type MasterMainStateDTO as wG, MasterMainStateQuerySchema as wH, type MasterMainStateQueryDTO as wI, toMasterMainStatePayload as wJ, newMasterMainStatePayload as wK, findMasterMainStates as wL, createMasterMainState as wM, updateMasterMainState as wN, deleteMasterMainState as wO, getMasterMainStateCache as wP, MasterMainCountrySchema as wQ, type MasterMainCountryDTO as wR, MasterMainCountryQuerySchema as wS, type MasterMainCountryQueryDTO as wT, toMasterMainCountryPayload as wU, newMasterMainCountryPayload as wV, findMasterMainCountries as wW, createMasterMainCountry as wX, updateMasterMainCountry as wY, deleteMasterMainCountry as wZ, getMasterMainCountryCache as w_, type MasterDeviceFile as wa, MasterDeviceSchema as wb, type MasterDeviceDTO as wc, MasterDeviceQuerySchema as wd, type MasterDeviceQueryDTO as we, DeviceSimLinkSchema as wf, type DeviceSimLinkDTO as wg, toMasterDevicePayload as wh, newMasterDevicePayload as wi, findMasterDevices as wj, createMasterDevice as wk, updateMasterDevice as wl, deleteMasterDevice as wm, device_sim_link as wn, device_sim_unlink as wo, get_device_sim_link_history_by_sim as wp, get_device_sim_link_history_by_device as wq, type MasterMainTimeZone as wr, MasterMainTimeZoneSchema as ws, type MasterMainTimeZoneDTO as wt, MasterMainTimeZoneQuerySchema as wu, type MasterMainTimeZoneQueryDTO as wv, toMasterMainTimeZonePayload as ww, newMasterMainTimeZonePayload as wx, findMasterMainTimeZones as wy, createMasterMainTimeZone as wz, type MasterMainDateFormat as x, newMasterSparePartSubCategoryPayload as x$, MasterMainUnitMileageSchema as x0, type MasterMainUnitMileageDTO as x1, MasterMainUnitMileageQuerySchema as x2, type MasterMainUnitMileageQueryDTO as x3, toMasterMainUnitMileagePayload as x4, newMasterMainUnitMileagePayload as x5, findMasterMainUnitMileages as x6, createMasterMainUnitMileage as x7, updateMasterMainUnitMileage as x8, deleteMasterMainUnitMileage as x9, OrganisationNoticeBoardQuerySchema as xA, type OrganisationNoticeBoardQueryDTO as xB, toOrganisationNoticeBoardPayload as xC, newOrganisationNoticeBoardPayload as xD, findOrganisationNoticeBoard as xE, createOrganisationNoticeBoard as xF, updateOrganisationNoticeBoard as xG, deleteOrganisationNoticeBoard as xH, MasterExpenseTypeSchema as xI, type MasterExpenseTypeDTO as xJ, MasterExpenseTypeQuerySchema as xK, type MasterExpenseTypeQueryDTO as xL, toMasterExpenseTypePayload as xM, newMasterExpenseTypePayload as xN, findMasterExpenseTypes as xO, createMasterExpenseType as xP, updateMasterExpenseType as xQ, deleteMasterExpenseType as xR, getMasterExpenseTypeCache as xS, type MasterSparePartSubCategory as xT, MasterSparePartSubCategorySchema as xU, type MasterSparePartSubCategoryDTO as xV, SparePartSubCategoryQuerySchema as xW, type SparePartSubCategoryQueryDTO as xX, FindCacheSchema$1 as xY, type FindCacheDTO$1 as xZ, toMasterSparePartSubCategoryPayload as x_, getMasterMainUnitMileageCache as xa, MasterMainUnitVolumeSchema as xb, type MasterMainUnitVolumeDTO as xc, MasterMainUnitVolumeQuerySchema as xd, type MasterMainUnitVolumeQueryDTO as xe, toMasterMainUnitVolumePayload as xf, newMasterMainUnitVolumePayload as xg, findMasterMainUnitVolumes as xh, createMasterMainUnitVolume as xi, updateMasterMainUnitVolume as xj, deleteMasterMainUnitVolume as xk, getMasterMainUnitVolumeCache as xl, type OrganisationCalendar as xm, OrganisationCalendarSchema as xn, type OrganisationCalendarDTO as xo, OrganisationCalendarQuerySchema as xp, type OrganisationCalendarQueryDTO as xq, toOrganisationCalendarPayload as xr, newOrganisationCalendarPayload as xs, findOrganisationCalendar as xt, createOrganisationCalendar as xu, updateOrganisationCalendar as xv, deleteOrganisationCalendar as xw, type OrganisationNoticeBoard as xx, OrganisationNoticeBoardSchema as xy, type OrganisationNoticeBoardDTO as xz, type MasterMainLanguage as y, findMasterTyreModels as y$, findMasterSparePartSubCategories as y0, createMasterSparePartSubCategory as y1, updateMasterSparePartSubCategory as y2, deleteMasterSparePartSubCategory as y3, getMasterSparePartSubCategoryCache as y4, getMasterSparePartSubCategoryCacheCount as y5, MasterSparePartCategorySchema as y6, type MasterSparePartCategoryDTO as y7, SparePartCategoryQuerySchema as y8, type SparePartCategoryQueryDTO as y9, newMasterTripPartyTypePayload as yA, findMasterTripPartyTypes as yB, createMasterTripPartyType as yC, updateMasterTripPartyType as yD, deleteMasterTripPartyType as yE, getMasterTripPartyTypeCache as yF, MasterTyreGradeSchema as yG, type MasterTyreGradeDTO as yH, MasterTyreGradeQuerySchema as yI, type MasterTyreGradeQueryDTO as yJ, toMasterTyreGradePayload as yK, newMasterTyreGradePayload as yL, findMasterTyreGrades as yM, createMasterTyreGrade as yN, updateMasterTyreGrade as yO, deleteMasterTyreGrade as yP, getMasterTyreGradeCache as yQ, getMasterTyreGradeCacheCount as yR, type MasterTyreModel as yS, MasterTyreModelSchema as yT, type MasterTyreModelDTO as yU, MasterTyreModelQuerySchema as yV, type MasterTyreModelQueryDTO as yW, FindCacheSchema as yX, type FindCacheDTO as yY, toMasterTyreModelPayload as yZ, newMasterTyreModelPayload as y_, toMasterSparePartCategoryPayload as ya, newMasterSparePartCategoryPayload as yb, findMasterSparePartCategories as yc, createMasterSparePartCategory as yd, updateMasterSparePartCategory as ye, deleteMasterSparePartCategory as yf, getMasterSparePartCategoryCache as yg, getMasterSparePartCategoryCacheChild as yh, getMasterSparePartCategoryCacheCount as yi, MasterSparePartUnitSchema as yj, type MasterSparePartUnitDTO as yk, SparePartUnitQuerySchema as yl, type SparePartUnitQueryDTO as ym, toMasterSparePartUnitPayload as yn, newMasterSparePartUnitPayload as yo, findMasterSparePartUnits as yp, createMasterSparePartUnit as yq, updateMasterSparePartUnit as yr, deleteMasterSparePartUnit as ys, getMasterSparePartUnitCache as yt, getMasterSparePartUnitCacheCount as yu, MasterTripPartyTypeSchema as yv, type MasterTripPartyTypeDTO as yw, MasterTripPartyTypeQuerySchema as yx, type MasterTripPartyTypeQueryDTO as yy, toMasterTripPartyTypePayload as yz, type MasterMainUnitDistance as z, createMasterTyreModel as z0, updateMasterTyreModel as z1, deleteMasterTyreModel as z2, getMasterTyreModelCache as z3, getMasterTyreModelCacheCount as z4, MasterTyreMakeSchema as z5, type MasterTyreMakeDTO as z6, MasterTyreMakeQuerySchema as z7, type MasterTyreMakeQueryDTO as z8, toMasterTyreMakePayload as z9, UserOrganisationShowFilterSchema as zA, type UserOrganisationShowFilterDTO as zB, toUserOrganisationPayload as zC, newUserOrganisationPayload as zD, get_organisation_logo_presigned_url as zE, update_organisation_logo as zF, delete_organisation_logo as zG, findUserOrganisation as zH, createUserOrganisation as zI, updateUserOrganisation as zJ, deleteUserOrganisation as zK, getUserOrganisationCache as zL, getUserOrganisationCacheSimple as zM, type BookMark as zN, BookMarkSchema as zO, type BookMarkDTO as zP, BookMarkQuerySchema as zQ, type BookMarkQueryDTO as zR, toBookMarkPayload as zS, newBookMarkPayload as zT, findBookMarks as zU, createBookMark as zV, updateBookMark as zW, deleteBookMark as zX, newMasterTyreMakePayload as za, findMasterTyreMakes as zb, createMasterTyreMake as zc, updateMasterTyreMake as zd, deleteMasterTyreMake as ze, getMasterTyreMakeCache as zf, getMasterTyreMakeCacheCount as zg, getMasterTyreMakeCacheChild as zh, MasterMainUnitDistanceSchema as zi, type MasterMainUnitDistanceDTO as zj, MasterMainUnitDistanceQuerySchema as zk, type MasterMainUnitDistanceQueryDTO as zl, toMasterMainUnitDistancePayload as zm, newMasterMainUnitDistancePayload as zn, findMasterMainUnitDistances as zo, createMasterMainUnitDistance as zp, updateMasterMainUnitDistance as zq, deleteMasterMainUnitDistance as zr, getMasterMainUnitDistanceCache as zs, type UserOrganisationSimple as zt, UserOrganisationSchema as zu, type UserOrganisationDTO as zv, UserOrganisationQuerySchema as zw, type UserOrganisationQueryDTO as zx, UserOrganisationLogoSchema as zy, type UserOrganisationLogoDTO as zz };
|
package/dist/core/Enums.d.ts
CHANGED
|
@@ -803,5 +803,20 @@ declare enum IncidentVisibility {
|
|
|
803
803
|
VeryPoor = "VeryPoor",
|
|
804
804
|
Unknown = "Unknown"
|
|
805
805
|
}
|
|
806
|
+
declare enum ExecutionStatus {
|
|
807
|
+
REGISTERED = "REGISTERED",
|
|
808
|
+
FIRED = "FIRED",
|
|
809
|
+
RUNNING = "RUNNING",
|
|
810
|
+
SUCCESS = "SUCCESS",
|
|
811
|
+
FAILED = "FAILED"
|
|
812
|
+
}
|
|
813
|
+
declare enum RunType {
|
|
814
|
+
SCHEDULED = "SCHEDULED",
|
|
815
|
+
MANUAL = "MANUAL"
|
|
816
|
+
}
|
|
817
|
+
declare enum APIAuthType {
|
|
818
|
+
API_KEY = "API_KEY",
|
|
819
|
+
BASIC_AUTH = "BASIC_AUTH"
|
|
820
|
+
}
|
|
806
821
|
|
|
807
|
-
export { AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BloodGroup, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, ExpenseCategory, ExpiryType, FileType, FleetSize, FleetVendorAddressLabel, FuelTankType, GPSFuelApproveStatus, GPSSource, GPSType, GPSVehicleCategory, Gender, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, IncidentRoadType, IncidentTime, IncidentVisibility, IncidentWeather, InspectionActionStatus, InspectionPriority, InspectionStatus, InspectionType, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReminderType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, ScheduleStatus, ScheduleType, ServiceStatus, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
|
|
822
|
+
export { APIAuthType, AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BloodGroup, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, ExecutionStatus, ExpenseCategory, ExpiryType, FileType, FleetSize, FleetVendorAddressLabel, FuelTankType, GPSFuelApproveStatus, GPSSource, GPSType, GPSVehicleCategory, Gender, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, IncidentRoadType, IncidentTime, IncidentVisibility, IncidentWeather, InspectionActionStatus, InspectionPriority, InspectionStatus, InspectionType, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReminderType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, RunType, ScheduleStatus, ScheduleType, ServiceStatus, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
|
package/dist/core/Enums.js
CHANGED
|
@@ -904,7 +904,26 @@ var IncidentVisibility = /* @__PURE__ */ ((IncidentVisibility2) => {
|
|
|
904
904
|
IncidentVisibility2["Unknown"] = "Unknown";
|
|
905
905
|
return IncidentVisibility2;
|
|
906
906
|
})(IncidentVisibility || {});
|
|
907
|
+
var ExecutionStatus = /* @__PURE__ */ ((ExecutionStatus2) => {
|
|
908
|
+
ExecutionStatus2["REGISTERED"] = "REGISTERED";
|
|
909
|
+
ExecutionStatus2["FIRED"] = "FIRED";
|
|
910
|
+
ExecutionStatus2["RUNNING"] = "RUNNING";
|
|
911
|
+
ExecutionStatus2["SUCCESS"] = "SUCCESS";
|
|
912
|
+
ExecutionStatus2["FAILED"] = "FAILED";
|
|
913
|
+
return ExecutionStatus2;
|
|
914
|
+
})(ExecutionStatus || {});
|
|
915
|
+
var RunType = /* @__PURE__ */ ((RunType2) => {
|
|
916
|
+
RunType2["SCHEDULED"] = "SCHEDULED";
|
|
917
|
+
RunType2["MANUAL"] = "MANUAL";
|
|
918
|
+
return RunType2;
|
|
919
|
+
})(RunType || {});
|
|
920
|
+
var APIAuthType = /* @__PURE__ */ ((APIAuthType2) => {
|
|
921
|
+
APIAuthType2["API_KEY"] = "API_KEY";
|
|
922
|
+
APIAuthType2["BASIC_AUTH"] = "BASIC_AUTH";
|
|
923
|
+
return APIAuthType2;
|
|
924
|
+
})(APIAuthType || {});
|
|
907
925
|
export {
|
|
926
|
+
APIAuthType,
|
|
908
927
|
AdminRole,
|
|
909
928
|
AlertSubType,
|
|
910
929
|
AlertType,
|
|
@@ -921,6 +940,7 @@ export {
|
|
|
921
940
|
DocumentValidityStatus,
|
|
922
941
|
DoorSensorStatus,
|
|
923
942
|
DriverType,
|
|
943
|
+
ExecutionStatus,
|
|
924
944
|
ExpenseCategory,
|
|
925
945
|
ExpiryType,
|
|
926
946
|
FileType,
|
|
@@ -986,6 +1006,7 @@ export {
|
|
|
986
1006
|
ReportType,
|
|
987
1007
|
RequestType,
|
|
988
1008
|
RetreadingMethod,
|
|
1009
|
+
RunType,
|
|
989
1010
|
ScheduleStatus,
|
|
990
1011
|
ScheduleType,
|
|
991
1012
|
ServiceStatus,
|
|
@@ -22,15 +22,15 @@ declare const UserLoginAnalyticsSchema: z.ZodObject<{
|
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
23
|
user_id: string;
|
|
24
24
|
organisation_id: string;
|
|
25
|
-
login_from: LoginFrom;
|
|
26
25
|
country_id: string;
|
|
26
|
+
login_from: LoginFrom;
|
|
27
27
|
os_details: Record<string, any>;
|
|
28
28
|
ip_details: Record<string, any>;
|
|
29
29
|
}, {
|
|
30
30
|
user_id: string;
|
|
31
31
|
organisation_id: string;
|
|
32
|
-
login_from: LoginFrom;
|
|
33
32
|
country_id: string;
|
|
33
|
+
login_from: LoginFrom;
|
|
34
34
|
os_details?: Record<string, any> | undefined;
|
|
35
35
|
ip_details?: Record<string, any> | undefined;
|
|
36
36
|
}>;
|
|
@@ -48,11 +48,11 @@ declare const UserLoginAnalyticsQuerySchema: z.ZodObject<{
|
|
|
48
48
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
49
49
|
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
login_from: LoginFrom;
|
|
51
52
|
search: string;
|
|
52
53
|
paging: PAGING;
|
|
53
54
|
page_count: number;
|
|
54
55
|
page_index: number;
|
|
55
|
-
login_from: LoginFrom;
|
|
56
56
|
date_format_id: string;
|
|
57
57
|
time_zone_id: string;
|
|
58
58
|
user_ids: string[];
|
|
@@ -43,11 +43,11 @@ declare const UserPageAnalyticsQuerySchema: z.ZodObject<{
|
|
|
43
43
|
user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
44
44
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
+
login_from: LoginFrom;
|
|
46
47
|
search: string;
|
|
47
48
|
paging: PAGING;
|
|
48
49
|
page_count: number;
|
|
49
50
|
page_index: number;
|
|
50
|
-
login_from: LoginFrom;
|
|
51
51
|
date_format_id: string;
|
|
52
52
|
time_zone_id: string;
|
|
53
53
|
user_ids: string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { zN as BookMark, zP as BookMarkDTO, zR as BookMarkQueryDTO, zQ as BookMarkQuerySchema, zO as BookMarkSchema, zV as createBookMark, zX as deleteBookMark, zU as findBookMarks, zT as newBookMarkPayload, zS as toBookMarkPayload, zW as updateBookMark } from '../../bookmark_service-D2yLvkCb.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { cJ as OrganisationNotificationPreference, cO as OrganisationNotificationPreferenceDTO, cL as OrganisationNotificationPreferenceGeofenceLink, cQ as OrganisationNotificationPreferenceQueryDTO, cP as OrganisationNotificationPreferenceQuerySchema, cN as OrganisationNotificationPreferenceSchema, cM as OrganisationNotificationPreferenceUserLink, cK as OrganisationNotificationPreferenceVehicleLink, cU as createOrganisationNotificationPreference, cW as deleteOrganisationNotificationPreference, cT as findOrganisationNotificationPreference, cS as newOrganisationNotificationPreferencePayload, cR as toOrganisationNotificationPreferencePayload, cV as updateOrganisationNotificationPreference } from '../../bookmark_service-
|
|
4
|
+
export { cJ as OrganisationNotificationPreference, cO as OrganisationNotificationPreferenceDTO, cL as OrganisationNotificationPreferenceGeofenceLink, cQ as OrganisationNotificationPreferenceQueryDTO, cP as OrganisationNotificationPreferenceQuerySchema, cN as OrganisationNotificationPreferenceSchema, cM as OrganisationNotificationPreferenceUserLink, cK as OrganisationNotificationPreferenceVehicleLink, cU as createOrganisationNotificationPreference, cW as deleteOrganisationNotificationPreference, cT as findOrganisationNotificationPreference, cS as newOrganisationNotificationPreferencePayload, cR as toOrganisationNotificationPreferencePayload, cV as updateOrganisationNotificationPreference } from '../../bookmark_service-D2yLvkCb.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { os as OrganisationReportAutomationMail, ov as OrganisationReportAutomationMailQueryDTO, ou as OrganisationReportAutomationMailQuerySchema, ot as OrganisationReportAutomationMailVehicleLink, oq as OrganisationReportPreference, ox as OrganisationReportPreferenceDTO, oz as OrganisationReportPreferenceQueryDTO, oy as OrganisationReportPreferenceQuerySchema, ow as OrganisationReportPreferenceSchema, or as OrganisationReportPreferenceVehicleLink, oD as createOrganisationReportPreference, oF as deleteOrganisationReportPreference, oG as findOrganisationReportAutomationMail, oC as findOrganisationReportPreference, oB as newOrganisationReportPreferencePayload, oA as toOrganisationReportPreferencePayload, oE as updateOrganisationReportPreference } from '../../bookmark_service-
|
|
4
|
+
export { os as OrganisationReportAutomationMail, ov as OrganisationReportAutomationMailQueryDTO, ou as OrganisationReportAutomationMailQuerySchema, ot as OrganisationReportAutomationMailVehicleLink, oq as OrganisationReportPreference, ox as OrganisationReportPreferenceDTO, oz as OrganisationReportPreferenceQueryDTO, oy as OrganisationReportPreferenceQuerySchema, ow as OrganisationReportPreferenceSchema, or as OrganisationReportPreferenceVehicleLink, oD as createOrganisationReportPreference, oF as deleteOrganisationReportPreference, oG as findOrganisationReportAutomationMail, oC as findOrganisationReportPreference, oB as newOrganisationReportPreferencePayload, oA as toOrganisationReportPreferencePayload, oE as updateOrganisationReportPreference } from '../../bookmark_service-D2yLvkCb.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../core/Enums.js';
|
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { df as Ticket, dk as TicketDTO, dg as TicketFile, di as TicketFileDTO, dh as TicketFileSchema, dp as TicketQueryDTO, dn as TicketQuerySchema, dj as TicketSchema, dm as TicketVerifyDTO, dl as TicketVerifySchema, dy as createTicket, dv as create_ticket_file, dB as deleteTicket, dx as findTickets, du as get_ticket_file_presigned_url, dr as newTicketPayload, ds as newVerifyTicketPayload, dw as remove_ticket_file, dq as toTicketPayload, dt as toVerifyTicketPayload, dz as updateTicket, dA as updateVerifyStatus } from '../../bookmark_service-
|
|
5
|
+
export { df as Ticket, dk as TicketDTO, dg as TicketFile, di as TicketFileDTO, dh as TicketFileSchema, dp as TicketQueryDTO, dn as TicketQuerySchema, dj as TicketSchema, dm as TicketVerifyDTO, dl as TicketVerifySchema, dy as createTicket, dv as create_ticket_file, dB as deleteTicket, dx as findTickets, du as get_ticket_file_presigned_url, dr as newTicketPayload, ds as newVerifyTicketPayload, dw as remove_ticket_file, dq as toTicketPayload, dt as toVerifyTicketPayload, dz as updateTicket, dA as updateVerifyStatus } from '../../bookmark_service-D2yLvkCb.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|