vms-nest-prisma-api-document 950.0.0 → 956.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist/{bookmark_service-BV0AXbYV.d.ts → bookmark_service-D_nME6bR.d.ts} +22 -29
  2. package/dist/core/Enums.d.ts +18 -5
  3. package/dist/core/Enums.js +21 -6
  4. package/dist/services/account/bookmark_service.d.ts +1 -1
  5. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  6. package/dist/services/account/report_preferences.service.d.ts +1 -1
  7. package/dist/services/account/ticket_service.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  13. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  14. package/dist/services/fleet/bus_mangement/student.js +45 -41
  15. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  16. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  17. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  18. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  19. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  20. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  21. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  22. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  23. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  24. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  25. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  26. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  27. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  28. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  29. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  30. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  31. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  32. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  33. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  34. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  35. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  36. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  37. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  38. package/dist/services/main/users/auth_service.d.ts +1 -1
  39. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  40. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  41. package/dist/services/main/users/user_service.d.ts +1 -1
  42. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  43. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  45. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  48. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  49. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  50. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  51. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
  52. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  53. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  54. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  55. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  56. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  57. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  58. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  59. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  60. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  61. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  62. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  63. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  64. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  65. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  75. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  76. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  77. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  78. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  79. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  80. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  81. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  82. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  83. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  84. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  85. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  86. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  87. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  88. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  89. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  90. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  91. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  100. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  101. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  102. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  103. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  104. package/dist/services/website/faq_service.d.ts +1 -1
  105. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, GeofenceStatusType, GeofencePurposeType, GeofenceType, OnOff, NotificationChannel, NotificationList, AdminRole, LoginFrom, TicketStatus, FileType, ExpenseCategory, IncidentTime, IncidentWeather, IncidentRoadType, IncidentVisibility, InspectionType, InspectionPriority, InspectionStatus, InspectionActionStatus, IssueStatus, Priority, IssueSeverity, IssueSource, ServiceStatus, ServiceType, PaymentStatus, ReminderType, FleetVendorAddressLabel, GPSFuelApproveStatus, RefillEntrySource, RefillMethod, PaymentMode, DriverType, ReportType, ReportList, ReportChannel, LinkStatus, ShareChannel, TrackHistoryLinkStatus, BusStopType, BusLeg, EnrollmentStatus, TransportPlanType, ApprovalStatus, StudentLeaveType, GPSSource, OdometerSource, FuelTankType, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, ExpiryType, GPSVehicleCategory, SimStatus, BillingStatus, DeviceStatus, HolidayType, FleetSize, MenuType } from './core/Enums.js';
1
+ import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, GeofenceStatusType, GeofencePurposeType, GeofenceType, OnOff, NotificationChannel, NotificationList, AdminRole, LoginFrom, TicketStatus, FileType, ExpenseCategory, IncidentTime, IncidentWeather, IncidentRoadType, IncidentVisibility, InspectionType, InspectionPriority, InspectionStatus, InspectionActionStatus, IssueStatus, Priority, IssueSeverity, IssueSource, ServiceStatus, ServiceType, PaymentStatus, ReminderType, FleetVendorAddressLabel, GPSFuelApproveStatus, RefillEntrySource, RefillMethod, PaymentMode, DriverType, ReportType, ReportList, ReportChannel, LinkStatus, ShareChannel, TrackHistoryLinkStatus, BusStopType, BusLeg, Gender, BloodGroup, TransportPlanType, ApprovalStatus, StudentLeaveType, GPSSource, OdometerSource, FuelTankType, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, ExpiryType, GPSVehicleCategory, SimStatus, BillingStatus, DeviceStatus, HolidayType, FleetSize, MenuType } from './core/Enums.js';
2
2
  import { FBR, SBR, BR, AWSPresignedUrl, BaseCommonFile } from './core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
@@ -14943,10 +14943,9 @@ interface Student extends Record<string, unknown> {
14943
14943
  email?: string;
14944
14944
  dob?: string;
14945
14945
  dob_f?: string;
14946
- gender?: string;
14947
- blood_group?: string;
14946
+ gender?: Gender;
14947
+ blood_group?: BloodGroup;
14948
14948
  special_notes?: string;
14949
- enrollment_status: EnrollmentStatus;
14950
14949
  transport_plan_type: TransportPlanType;
14951
14950
  pickup_route_id?: string;
14952
14951
  Pickup_MasterRoute?: MasterRoute;
@@ -15000,7 +14999,7 @@ interface Student extends Record<string, unknown> {
15000
14999
  StudentGuardianLink?: StudentGuardianLink[];
15001
15000
  StudentLeaveRequest?: StudentLeaveRequest[];
15002
15001
  StudentStopChangeRequest?: StudentStopChangeRequest[];
15003
- StudentEnrollmentStatusHistory?: StudentEnrollmentStatusHistory[];
15002
+ StudentTransportPlanTypeChangeHistory?: StudentTransportPlanTypeChangeHistory[];
15004
15003
  StudentLoginPush?: StudentLoginPush[];
15005
15004
  MasterRouteStudent?: MasterRouteStudent[];
15006
15005
  _count?: {
@@ -15008,7 +15007,7 @@ interface Student extends Record<string, unknown> {
15008
15007
  StudentGuardianLink?: number;
15009
15008
  StudentLeaveRequest?: number;
15010
15009
  StudentStopChangeRequest?: number;
15011
- StudentEnrollmentStatusHistory?: number;
15010
+ StudentTransportPlanTypeChangeHistory?: number;
15012
15011
  StudentLoginPush?: number;
15013
15012
  MasterRouteStudent?: number;
15014
15013
  MasterRouteStudentChangeHistory?: number;
@@ -15173,10 +15172,10 @@ interface StudentStopChangeRequest extends Record<string, unknown> {
15173
15172
  student_address_id: string;
15174
15173
  StudentAddress?: StudentAddress;
15175
15174
  }
15176
- interface StudentEnrollmentStatusHistory extends Record<string, unknown> {
15177
- student_enrollment_status_history_id: string;
15178
- from_status: EnrollmentStatus;
15179
- to_status: EnrollmentStatus;
15175
+ interface StudentTransportPlanTypeChangeHistory extends Record<string, unknown> {
15176
+ student_transport_plan_type_change_history_id: string;
15177
+ from_type: TransportPlanType;
15178
+ to_type: TransportPlanType;
15180
15179
  change_reason?: string;
15181
15180
  changed_at: string;
15182
15181
  changed_at_f?: string;
@@ -15266,10 +15265,9 @@ declare const StudentSchema: z.ZodObject<{
15266
15265
  mobile_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
15267
15266
  email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
15268
15267
  dob: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
15269
- gender: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
15270
- blood_group: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
15268
+ gender: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof Gender>>>;
15269
+ blood_group: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof BloodGroup>>>;
15271
15270
  special_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
15272
- enrollment_status: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof EnrollmentStatus>>>;
15273
15271
  transport_plan_type: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof TransportPlanType>>>;
15274
15272
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
15275
15273
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
@@ -15294,10 +15292,9 @@ declare const StudentSchema: z.ZodObject<{
15294
15292
  roll_number: string;
15295
15293
  mobile_number: string;
15296
15294
  dob: string;
15297
- gender: string;
15298
- blood_group: string;
15295
+ gender: Gender;
15296
+ blood_group: BloodGroup;
15299
15297
  special_notes: string;
15300
- enrollment_status: EnrollmentStatus;
15301
15298
  transport_plan_type: TransportPlanType;
15302
15299
  }, {
15303
15300
  status: Status;
@@ -15320,10 +15317,9 @@ declare const StudentSchema: z.ZodObject<{
15320
15317
  roll_number?: string | undefined;
15321
15318
  mobile_number?: string | undefined;
15322
15319
  dob?: string | undefined;
15323
- gender?: string | undefined;
15324
- blood_group?: string | undefined;
15320
+ gender?: Gender | undefined;
15321
+ blood_group?: BloodGroup | undefined;
15325
15322
  special_notes?: string | undefined;
15326
- enrollment_status?: EnrollmentStatus | undefined;
15327
15323
  transport_plan_type?: TransportPlanType | undefined;
15328
15324
  }>;
15329
15325
  type StudentDTO = z.infer<typeof StudentSchema>;
@@ -15387,7 +15383,6 @@ declare const StudentQuerySchema: z.ZodObject<{
15387
15383
  drop_route_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
15388
15384
  pickup_fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
15389
15385
  drop_fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
15390
- enrollment_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof EnrollmentStatus>, "many">>>;
15391
15386
  transport_plan_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TransportPlanType>, "many">>>;
15392
15387
  }, "strip", z.ZodTypeAny, {
15393
15388
  status: Status[];
@@ -15419,7 +15414,6 @@ declare const StudentQuerySchema: z.ZodObject<{
15419
15414
  semester_ids: string[];
15420
15415
  stream_ids: string[];
15421
15416
  year_ids: string[];
15422
- enrollment_status: EnrollmentStatus[];
15423
15417
  transport_plan_type: TransportPlanType[];
15424
15418
  student_ids: string[];
15425
15419
  pickup_route_ids: string[];
@@ -15458,7 +15452,6 @@ declare const StudentQuerySchema: z.ZodObject<{
15458
15452
  semester_ids?: string[] | undefined;
15459
15453
  stream_ids?: string[] | undefined;
15460
15454
  year_ids?: string[] | undefined;
15461
- enrollment_status?: EnrollmentStatus[] | undefined;
15462
15455
  transport_plan_type?: TransportPlanType[] | undefined;
15463
15456
  student_ids?: string[] | undefined;
15464
15457
  pickup_route_ids?: string[] | undefined;
@@ -16266,7 +16259,7 @@ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
16266
16259
  student_stop_change_request_ids?: string[] | undefined;
16267
16260
  }>;
16268
16261
  type StudentStopChangeRequestQueryDTO = z.infer<typeof StudentStopChangeRequestQuerySchema>;
16269
- declare const StudentEnrollmentStatusHistoryQuerySchema: z.ZodObject<{
16262
+ declare const StudentTransportPlanTypeChangeHistoryQuerySchema: z.ZodObject<{
16270
16263
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16271
16264
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
16272
16265
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -16297,10 +16290,10 @@ declare const StudentEnrollmentStatusHistoryQuerySchema: z.ZodObject<{
16297
16290
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
16298
16291
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16299
16292
  } & {
16293
+ student_transport_plan_type_change_history_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16300
16294
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16301
16295
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16302
16296
  student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16303
- student_enrollment_status_history_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16304
16297
  }, "strip", z.ZodTypeAny, {
16305
16298
  status: Status[];
16306
16299
  search: string;
@@ -16326,7 +16319,7 @@ declare const StudentEnrollmentStatusHistoryQuerySchema: z.ZodObject<{
16326
16319
  organisation_ids: string[];
16327
16320
  organisation_branch_ids: string[];
16328
16321
  student_ids: string[];
16329
- student_enrollment_status_history_ids: string[];
16322
+ student_transport_plan_type_change_history_ids: string[];
16330
16323
  }, {
16331
16324
  date_format_id: string;
16332
16325
  time_zone_id: string;
@@ -16352,9 +16345,9 @@ declare const StudentEnrollmentStatusHistoryQuerySchema: z.ZodObject<{
16352
16345
  organisation_ids?: string[] | undefined;
16353
16346
  organisation_branch_ids?: string[] | undefined;
16354
16347
  student_ids?: string[] | undefined;
16355
- student_enrollment_status_history_ids?: string[] | undefined;
16348
+ student_transport_plan_type_change_history_ids?: string[] | undefined;
16356
16349
  }>;
16357
- type StudentEnrollmentStatusHistoryQueryDTO = z.infer<typeof StudentEnrollmentStatusHistoryQuerySchema>;
16350
+ type StudentTransportPlanTypeChangeHistoryQueryDTO = z.infer<typeof StudentTransportPlanTypeChangeHistoryQuerySchema>;
16358
16351
  declare const toStudentPayload: (row: Student) => StudentDTO;
16359
16352
  declare const newStudentPayload: () => StudentDTO;
16360
16353
  declare const toStudentAddressPayload: (row: StudentAddress) => StudentAddressDTO;
@@ -16400,7 +16393,7 @@ declare const createStudentStopChangeRequest: (data: StudentStopChangeRequestDTO
16400
16393
  declare const updateStudentStopChangeRequest: (id: string, data: StudentStopChangeRequestDTO) => Promise<SBR>;
16401
16394
  declare const approveStopChangeRequest: (id: string, data: StudentStopChangeRequestApprovalDTO) => Promise<SBR>;
16402
16395
  declare const deleteStudentStopChangeRequest: (id: string) => Promise<SBR>;
16403
- declare const findStudentEnrollmentStatusHistory: (data: StudentEnrollmentStatusHistoryQueryDTO) => Promise<FBR<StudentEnrollmentStatusHistory[]>>;
16396
+ declare const findStudentTransportPlanTypeChangeHistory: (data: StudentTransportPlanTypeChangeHistoryQueryDTO) => Promise<FBR<StudentTransportPlanTypeChangeHistory[]>>;
16404
16397
 
16405
16398
  interface MasterFixedSchedule extends Record<string, unknown> {
16406
16399
  fixed_schedule_id: string;
@@ -22886,4 +22879,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
22886
22879
  declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
22887
22880
  declare const deleteBookMark: (id: string) => Promise<SBR>;
22888
22881
 
22889
- 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, StudentStopChangeRequestQuerySchema 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, StudentAddressBusStopAssignSchema as rB, type StudentAddressBusStopAssignDTO as rC, StudentAddressQuerySchema as rD, type StudentAddressQueryDTO as rE, StudentGuardianLinkSchema as rF, type StudentGuardianLinkDTO as rG, GuardianProfilePictureSchema as rH, type GuardianProfilePictureDTO as rI, GuardianDetailsSchema as rJ, type GuardianDetailsDTO as rK, GuardianMobileNumberSchema as rL, type GuardianMobileNumberDTO as rM, StudentGuardianLinkQuerySchema as rN, type StudentGuardianLinkQueryDTO as rO, StudentGuardianAutofillQuerySchema as rP, type StudentGuardianAutofillQueryDTO as rQ, StudentLeaveRequestSchema as rR, type StudentLeaveRequestDTO as rS, StudentLeaveRequestApprovalSchema as rT, type StudentLeaveRequestApprovalDTO as rU, StudentLeaveRequestQuerySchema as rV, type StudentLeaveRequestQueryDTO as rW, StudentStopChangeRequestSchema as rX, type StudentStopChangeRequestDTO as rY, StudentStopChangeRequestApprovalSchema as rZ, type StudentStopChangeRequestApprovalDTO 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 StudentEnrollmentStatusHistory 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, MasterRouteStudentScheduleAssignRemoveSchema as s$, type StudentStopChangeRequestQueryDTO as s0, StudentEnrollmentStatusHistoryQuerySchema as s1, type StudentEnrollmentStatusHistoryQueryDTO as s2, toStudentPayload as s3, newStudentPayload as s4, toStudentAddressPayload as s5, newStudentAddressPayload as s6, toStudentLeaveRequestPayload as s7, newStudentLeaveRequestPayload as s8, toStudentStopChangeRequestPayload as s9, deleteStudentGuardian as sA, findStudentGuardianAutofillDetails as sB, createStudentLeaveRequest as sC, findStudentLeaveRequest as sD, updateStudentLeaveRequest as sE, approveLeaveRequest as sF, deleteStudentLeaveRequest as sG, findStudentStopChangeRequest as sH, createStudentStopChangeRequest as sI, updateStudentStopChangeRequest as sJ, approveStopChangeRequest as sK, deleteStudentStopChangeRequest as sL, findStudentEnrollmentStatusHistory as sM, type MasterFixedSchedule as sN, type MasterRouteStudent as sO, MasterFixedScheduleSchema as sP, type MasterFixedScheduleDTO as sQ, MasterFixedScheduleQuerySchema as sR, type MasterFixedScheduleQueryDTO as sS, StudentNoStopQuerySchema as sT, type StudentNoStopQueryDTO as sU, StudentNoScheduleQuerySchema as sV, type StudentNoScheduleQueryDTO as sW, MasterRouteStudentAssignRemoveSchema as sX, type MasterRouteStudentAssignRemoveDTO as sY, MasterRouteStudentStopAssignRemoveSchema as sZ, type MasterRouteStudentStopAssignRemoveDTO as s_, newStudentStopChangeRequestPayload as sa, toStudentGuardianLinkPayload as sb, newStudentGuardianLinkPayload as sc, get_student_presigned_url as sd, get_student_guardian_presigned_url as se, update_profile_picture as sf, delete_profile_picture as sg, update_guardian_profile_picture as sh, delete_guardian_profile_picture as si, findStudent as sj, createStudent as sk, updateStudent as sl, deleteStudent as sm, findStudentsWithNoRoutePickup as sn, findStudentsWithNoRouteDrop as so, updateProfilePicture as sp, createStudentAddress as sq, findStudentAddress as sr, updateStudentAddress as ss, deleteStudentAddress as st, findStudentGuardianLink as su, createStudentGuardianLink as sv, updateStudentGuardianLink as sw, updateGuardianProfilePicture as sx, updateGuardianDetails as sy, updateGuardianMobileNumber as sz, type OrganisationTag as t, type VehicleDocumentFileDTO as t$, type MasterRouteStudentScheduleAssignRemoveDTO as t0, toMasterFixedSchedulePayload as t1, newMasterFixedSchedulePayload as t2, toMasterRouteStudentAssignPayload as t3, newMasterRouteStudentAssignPayload as t4, findMasterFixedSchedule as t5, createMasterFixedSchedule as t6, updateMasterFixedSchedule as t7, deleteMasterFixedSchedule as t8, findStudentsWithNoStopPickup as t9, MasterVehicleFileSchema as tA, type MasterVehicleFileDTO as tB, CalibrationFileSchema as tC, type CalibrationFileDTO as tD, VehicleSchema as tE, type VehicleDTO as tF, VehicleBulkSchema as tG, type VehicleBulkDTO as tH, MasterDeviceFileSchema as tI, type MasterDeviceFileDTO as tJ, VehicleDeviceLinkSchema as tK, type VehicleDeviceLinkDTO as tL, VehicleDeviceUnlinkSchema as tM, type VehicleDeviceUnlinkDTO as tN, VehicleDriverLinkSchema as tO, type VehicleDriverLinkDTO as tP, VehicleDetailGPSSensorSchema as tQ, type VehicleDetailGPSSensorDTO as tR, VehicleDetailTripSchema as tS, type VehicleDetailTripDTO as tT, VehicleDetailBodySchema as tU, type VehicleDetailBodyDTO as tV, VehicleDetailLifeCycleSchema as tW, type VehicleDetailLifeCycleDto as tX, VehicleDetailPurchaseSchema as tY, type VehicleDetailPurchaseDTO as tZ, VehicleDocumentFileSchema as t_, findStudentsWithNoStopDrop as ta, findStudentsWithNoSchedulePickup as tb, findStudentsWithNoScheduleDrop as tc, assignRouteStudentsPickup as td, assignRouteStudentsDrop as te, removeRouteStudentsPickup as tf, removeRouteStudentsDrop as tg, assignMasterRouteStudentStopToStudentsPickup as th, assignMasterRouteStudentStopToStudentsDrop as ti, removeMasterRouteStudentStopToStudentsPickup as tj, removeMasterRouteStudentStopToStudentsDrop as tk, assignMasterRouteStudentScheduleToStudentsPickup as tl, assignMasterRouteStudentScheduleToStudentDrop as tm, removeMasterRouteStudentScheduleToStudentPickup as tn, removeMasterRouteStudentScheduleToStudentDrop as to, type MasterVehicleDropdown as tp, type MasterVehicleFile as tq, type VehicleDetailGPS as tr, type VehicleDetailTrip as ts, type VehicleDetailBody as tt, type VehicleDetailLifeCycle as tu, type VehicleDetailPurchase as tv, type VehicleDocument as tw, type VehicleDocumentFile as tx, type VehicleDocumentExpiry as ty, type VehicleOdometerHistory as tz, type OrganisationGroup as u, removeVehicleDocumentExpiry as u$, VehicleDocumentSchema as u0, type VehicleDocumentDTO as u1, VehicleDocumentQuerySchema as u2, type VehicleDocumentQueryDTO as u3, VehicleDocumentExpirySchema as u4, type VehicleDocumentExpiryDTO as u5, VehicleDocumentExpiryQuerySchema as u6, type VehicleDocumentExpiryQueryDTO as u7, VehicleQuerySchema as u8, type VehicleQueryDTO as u9, delete_calibration_file as uA, findVehicles as uB, findVehiclesLiveDashboard as uC, findVehicleGPSDetails as uD, createVehicle as uE, updateVehicle as uF, deleteVehicle as uG, updateDetailsGpsSensor as uH, updateDetailsTrip as uI, updateVehicleBodyDetails as uJ, updateVehicleLifeCycleDetails as uK, updateVehiclePurchaseDetails as uL, linkDriverToVehicle as uM, unlinkDriverFromVehicle as uN, getDriverLinkHistoryByVehicle as uO, getDriverLinkHistoryByDriver as uP, linkDeviceToVehicle as uQ, unlinkDeviceFromVehicle as uR, getDeviceLinkHistoryByVehicle as uS, getDeviceLinkHistoryByDevice as uT, createVehicleDocument as uU, findVehicleDocument as uV, updateVehicleDocument as uW, removeVehicleDocument as uX, createVehicleDocumentExpiry as uY, findVehicleDocumentExpiry as uZ, updateVehicleDocumentExpiry as u_, SimpleFindQuerySchema as ua, type SimpleFindQueryDTO as ub, VehicleGPSQuerySchema as uc, type VehicleGPSQueryDTO as ud, toVehiclePayload as ue, newVehiclePayload as uf, toVehicleDetailsGPSPayload as ug, toVehicleDetailsTripPayload as uh, toVehicleDetailsBodyPayload as ui, toVehicleDetailLifeCyclePayload as uj, toVehicleDetailPurchasePayload as uk, toVehicleDocumentPayload as ul, newVehicleDocumentPayload as um, toVehicleDocumentExpiryPayload as un, newVehicleDocumentExpiryPayload as uo, get_vehicle_file_presigned_url as up, get_device_file_presigned_url as uq, get_vehicle_document_file_presigned_url as ur, get_calibration_file_presigned_url as us, create_file_vehicle as ut, remove_file_vehicle as uu, create_file_device as uv, remove_file_device as uw, create_file_vehicle_document as ux, remove_file_vehicle_document as uy, update_calibration_file as uz, type MasterMainIndustry as v, type AssignRemoveSimHistory as v$, getVehicleCache as v0, getVehicleSimpleCache as v1, getVehicleParentCache as v2, getVehicleSimpleDropdownCustom as v3, getVehicleSimpleDropdownCacheLiveData as v4, type MasterDeviceType as v5, MasterDeviceTypeSchema as v6, type MasterDeviceTypeDTO as v7, MasterDeviceTypeQuerySchema as v8, type MasterDeviceTypeQueryDTO as v9, getMasterDeviceModelCacheChild as vA, type MasterDeviceManufacturer as vB, MasterDeviceManufacturerSchema as vC, type MasterDeviceManufacturerDTO as vD, MasterDeviceManufacturerQuerySchema as vE, type MasterDeviceManufacturerQueryDTO as vF, toMasterDeviceManufacturerPayload as vG, newMasterDeviceManufacturerPayload as vH, findMasterDeviceManufacturers as vI, createMasterDeviceManufacturer as vJ, updateMasterDeviceManufacturer as vK, deleteMasterDeviceManufacturer as vL, getMasterDeviceManufacturerCache as vM, getMasterDeviceManufacturerCacheCount as vN, getMasterDeviceManufacturerCacheChild as vO, MasterMainSimProviderSchema as vP, type MasterMainSimProviderDTO as vQ, MasterMainSimProviderQuerySchema as vR, type MasterMainSimProviderQueryDTO as vS, toMasterMainSimProviderPayload as vT, newMasterMainSimProviderPayload as vU, findMasterMainSimProviders as vV, createMasterMainSimProvider as vW, updateMasterMainSimProvider as vX, deleteMasterMainSimProvider as vY, getMasterMainSimProviderCache as vZ, type MasterSim as v_, FindCacheSchema$3 as va, type FindCacheDTO$3 as vb, toMasterDeviceTypePayload as vc, newMasterDeviceTypePayload as vd, findMasterDeviceTypes as ve, createMasterDeviceType as vf, updateMasterDeviceType as vg, deleteMasterDeviceType as vh, getMasterDeviceTypeCache as vi, getMasterDeviceTypeCacheCount as vj, getMasterDeviceTypeCacheChild as vk, type MasterDeviceModel as vl, MasterDeviceModelSchema as vm, type MasterDeviceModelDTO as vn, MasterDeviceModelQuerySchema as vo, type MasterDeviceModelQueryDTO as vp, FindCacheSchema$2 as vq, type FindCacheDTO$2 as vr, toMasterDeviceModelPayload as vs, newMasterDeviceModelPayload as vt, findMasterDeviceModels as vu, createMasterDeviceModel as vv, updateMasterDeviceModel as vw, deleteMasterDeviceModel as vx, getMasterDeviceModelCache as vy, getMasterDeviceModelCacheCount as vz, type MasterMainCountry as w, deleteMasterMainCountry as w$, MasterSimSchema as w0, type MasterSimDTO as w1, MasterSimQuerySchema as w2, type MasterSimQueryDTO as w3, toMasterSimPayload as w4, newMasterSimPayload as w5, findMasterSims as w6, createMasterSim as w7, updateMasterSim as w8, deleteMasterSim as w9, findMasterMainTimeZones as wA, createMasterMainTimeZone as wB, updateMasterMainTimeZone as wC, deleteMasterMainTimeZone as wD, getMasterMainTimeZoneCacheAll as wE, getMasterMainTimeZoneCache as wF, type MasterMainState as wG, MasterMainStateSchema as wH, type MasterMainStateDTO as wI, MasterMainStateQuerySchema as wJ, type MasterMainStateQueryDTO as wK, toMasterMainStatePayload as wL, newMasterMainStatePayload as wM, findMasterMainStates as wN, createMasterMainState as wO, updateMasterMainState as wP, deleteMasterMainState as wQ, getMasterMainStateCache as wR, MasterMainCountrySchema as wS, type MasterMainCountryDTO as wT, MasterMainCountryQuerySchema as wU, type MasterMainCountryQueryDTO as wV, toMasterMainCountryPayload as wW, newMasterMainCountryPayload as wX, findMasterMainCountries as wY, createMasterMainCountry as wZ, updateMasterMainCountry as w_, type MasterDevice as wa, type AssignRemoveDeviceHistory as wb, type MasterDeviceFile as wc, MasterDeviceSchema as wd, type MasterDeviceDTO as we, MasterDeviceQuerySchema as wf, type MasterDeviceQueryDTO as wg, DeviceSimLinkSchema as wh, type DeviceSimLinkDTO as wi, toMasterDevicePayload as wj, newMasterDevicePayload as wk, findMasterDevices as wl, createMasterDevice as wm, updateMasterDevice as wn, deleteMasterDevice as wo, device_sim_link as wp, device_sim_unlink as wq, get_device_sim_link_history_by_sim as wr, get_device_sim_link_history_by_device as ws, type MasterMainTimeZone as wt, MasterMainTimeZoneSchema as wu, type MasterMainTimeZoneDTO as wv, MasterMainTimeZoneQuerySchema as ww, type MasterMainTimeZoneQueryDTO as wx, toMasterMainTimeZonePayload as wy, newMasterMainTimeZonePayload as wz, type MasterMainDateFormat as x, type FindCacheDTO$1 as x$, getMasterMainCountryCache as x0, getMasterMainCountryCacheChild as x1, MasterMainUnitMileageSchema as x2, type MasterMainUnitMileageDTO as x3, MasterMainUnitMileageQuerySchema as x4, type MasterMainUnitMileageQueryDTO as x5, toMasterMainUnitMileagePayload as x6, newMasterMainUnitMileagePayload as x7, findMasterMainUnitMileages as x8, createMasterMainUnitMileage as x9, OrganisationNoticeBoardSchema as xA, type OrganisationNoticeBoardDTO as xB, OrganisationNoticeBoardQuerySchema as xC, type OrganisationNoticeBoardQueryDTO as xD, toOrganisationNoticeBoardPayload as xE, newOrganisationNoticeBoardPayload as xF, findOrganisationNoticeBoard as xG, createOrganisationNoticeBoard as xH, updateOrganisationNoticeBoard as xI, deleteOrganisationNoticeBoard as xJ, MasterExpenseTypeSchema as xK, type MasterExpenseTypeDTO as xL, MasterExpenseTypeQuerySchema as xM, type MasterExpenseTypeQueryDTO as xN, toMasterExpenseTypePayload as xO, newMasterExpenseTypePayload as xP, findMasterExpenseTypes as xQ, createMasterExpenseType as xR, updateMasterExpenseType as xS, deleteMasterExpenseType as xT, getMasterExpenseTypeCache as xU, type MasterSparePartSubCategory as xV, MasterSparePartSubCategorySchema as xW, type MasterSparePartSubCategoryDTO as xX, SparePartSubCategoryQuerySchema as xY, type SparePartSubCategoryQueryDTO as xZ, FindCacheSchema$1 as x_, updateMasterMainUnitMileage as xa, deleteMasterMainUnitMileage as xb, getMasterMainUnitMileageCache as xc, MasterMainUnitVolumeSchema as xd, type MasterMainUnitVolumeDTO as xe, MasterMainUnitVolumeQuerySchema as xf, type MasterMainUnitVolumeQueryDTO as xg, toMasterMainUnitVolumePayload as xh, newMasterMainUnitVolumePayload as xi, findMasterMainUnitVolumes as xj, createMasterMainUnitVolume as xk, updateMasterMainUnitVolume as xl, deleteMasterMainUnitVolume as xm, getMasterMainUnitVolumeCache as xn, type OrganisationCalendar as xo, OrganisationCalendarSchema as xp, type OrganisationCalendarDTO as xq, OrganisationCalendarQuerySchema as xr, type OrganisationCalendarQueryDTO as xs, toOrganisationCalendarPayload as xt, newOrganisationCalendarPayload as xu, findOrganisationCalendar as xv, createOrganisationCalendar as xw, updateOrganisationCalendar as xx, deleteOrganisationCalendar as xy, type OrganisationNoticeBoard as xz, type MasterMainLanguage as y, toMasterTyreModelPayload as y$, toMasterSparePartSubCategoryPayload as y0, newMasterSparePartSubCategoryPayload as y1, findMasterSparePartSubCategories as y2, createMasterSparePartSubCategory as y3, updateMasterSparePartSubCategory as y4, deleteMasterSparePartSubCategory as y5, getMasterSparePartSubCategoryCache as y6, getMasterSparePartSubCategoryCacheCount as y7, MasterSparePartCategorySchema as y8, type MasterSparePartCategoryDTO as y9, type MasterTripPartyTypeQueryDTO as yA, toMasterTripPartyTypePayload as yB, newMasterTripPartyTypePayload as yC, findMasterTripPartyTypes as yD, createMasterTripPartyType as yE, updateMasterTripPartyType as yF, deleteMasterTripPartyType as yG, getMasterTripPartyTypeCache as yH, MasterTyreGradeSchema as yI, type MasterTyreGradeDTO as yJ, MasterTyreGradeQuerySchema as yK, type MasterTyreGradeQueryDTO as yL, toMasterTyreGradePayload as yM, newMasterTyreGradePayload as yN, findMasterTyreGrades as yO, createMasterTyreGrade as yP, updateMasterTyreGrade as yQ, deleteMasterTyreGrade as yR, getMasterTyreGradeCache as yS, getMasterTyreGradeCacheCount as yT, type MasterTyreModel as yU, MasterTyreModelSchema as yV, type MasterTyreModelDTO as yW, MasterTyreModelQuerySchema as yX, type MasterTyreModelQueryDTO as yY, FindCacheSchema as yZ, type FindCacheDTO as y_, SparePartCategoryQuerySchema as ya, type SparePartCategoryQueryDTO as yb, toMasterSparePartCategoryPayload as yc, newMasterSparePartCategoryPayload as yd, findMasterSparePartCategories as ye, createMasterSparePartCategory as yf, updateMasterSparePartCategory as yg, deleteMasterSparePartCategory as yh, getMasterSparePartCategoryCache as yi, getMasterSparePartCategoryCacheChild as yj, getMasterSparePartCategoryCacheCount as yk, MasterSparePartUnitSchema as yl, type MasterSparePartUnitDTO as ym, SparePartUnitQuerySchema as yn, type SparePartUnitQueryDTO as yo, toMasterSparePartUnitPayload as yp, newMasterSparePartUnitPayload as yq, findMasterSparePartUnits as yr, createMasterSparePartUnit as ys, updateMasterSparePartUnit as yt, deleteMasterSparePartUnit as yu, getMasterSparePartUnitCache as yv, getMasterSparePartUnitCacheCount as yw, MasterTripPartyTypeSchema as yx, type MasterTripPartyTypeDTO as yy, MasterTripPartyTypeQuerySchema as yz, type MasterMainUnitDistance as z, newMasterTyreModelPayload as z0, findMasterTyreModels as z1, createMasterTyreModel as z2, updateMasterTyreModel as z3, deleteMasterTyreModel as z4, getMasterTyreModelCache as z5, getMasterTyreModelCacheCount as z6, MasterTyreMakeSchema as z7, type MasterTyreMakeDTO as z8, MasterTyreMakeQuerySchema as z9, UserOrganisationLogoSchema as zA, type UserOrganisationLogoDTO 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, type MasterTyreMakeQueryDTO as za, toMasterTyreMakePayload as zb, newMasterTyreMakePayload as zc, findMasterTyreMakes as zd, createMasterTyreMake as ze, updateMasterTyreMake as zf, deleteMasterTyreMake as zg, getMasterTyreMakeCache as zh, getMasterTyreMakeCacheCount as zi, getMasterTyreMakeCacheChild as zj, MasterMainUnitDistanceSchema as zk, type MasterMainUnitDistanceDTO as zl, MasterMainUnitDistanceQuerySchema as zm, type MasterMainUnitDistanceQueryDTO as zn, toMasterMainUnitDistancePayload as zo, newMasterMainUnitDistancePayload as zp, findMasterMainUnitDistances as zq, createMasterMainUnitDistance as zr, updateMasterMainUnitDistance as zs, deleteMasterMainUnitDistance as zt, getMasterMainUnitDistanceCache as zu, type UserOrganisationSimple as zv, UserOrganisationSchema as zw, type UserOrganisationDTO as zx, UserOrganisationQuerySchema as zy, type UserOrganisationQueryDTO as zz };
22882
+ 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, StudentStopChangeRequestQuerySchema 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, StudentAddressBusStopAssignSchema as rB, type StudentAddressBusStopAssignDTO as rC, StudentAddressQuerySchema as rD, type StudentAddressQueryDTO as rE, StudentGuardianLinkSchema as rF, type StudentGuardianLinkDTO as rG, GuardianProfilePictureSchema as rH, type GuardianProfilePictureDTO as rI, GuardianDetailsSchema as rJ, type GuardianDetailsDTO as rK, GuardianMobileNumberSchema as rL, type GuardianMobileNumberDTO as rM, StudentGuardianLinkQuerySchema as rN, type StudentGuardianLinkQueryDTO as rO, StudentGuardianAutofillQuerySchema as rP, type StudentGuardianAutofillQueryDTO as rQ, StudentLeaveRequestSchema as rR, type StudentLeaveRequestDTO as rS, StudentLeaveRequestApprovalSchema as rT, type StudentLeaveRequestApprovalDTO as rU, StudentLeaveRequestQuerySchema as rV, type StudentLeaveRequestQueryDTO as rW, StudentStopChangeRequestSchema as rX, type StudentStopChangeRequestDTO as rY, StudentStopChangeRequestApprovalSchema as rZ, type StudentStopChangeRequestApprovalDTO 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, MasterRouteStudentScheduleAssignRemoveSchema as s$, type StudentStopChangeRequestQueryDTO as s0, StudentTransportPlanTypeChangeHistoryQuerySchema as s1, type StudentTransportPlanTypeChangeHistoryQueryDTO as s2, toStudentPayload as s3, newStudentPayload as s4, toStudentAddressPayload as s5, newStudentAddressPayload as s6, toStudentLeaveRequestPayload as s7, newStudentLeaveRequestPayload as s8, toStudentStopChangeRequestPayload as s9, deleteStudentGuardian as sA, findStudentGuardianAutofillDetails as sB, createStudentLeaveRequest as sC, findStudentLeaveRequest as sD, updateStudentLeaveRequest as sE, approveLeaveRequest as sF, deleteStudentLeaveRequest as sG, findStudentStopChangeRequest as sH, createStudentStopChangeRequest as sI, updateStudentStopChangeRequest as sJ, approveStopChangeRequest as sK, deleteStudentStopChangeRequest as sL, findStudentTransportPlanTypeChangeHistory as sM, type MasterFixedSchedule as sN, type MasterRouteStudent as sO, MasterFixedScheduleSchema as sP, type MasterFixedScheduleDTO as sQ, MasterFixedScheduleQuerySchema as sR, type MasterFixedScheduleQueryDTO as sS, StudentNoStopQuerySchema as sT, type StudentNoStopQueryDTO as sU, StudentNoScheduleQuerySchema as sV, type StudentNoScheduleQueryDTO as sW, MasterRouteStudentAssignRemoveSchema as sX, type MasterRouteStudentAssignRemoveDTO as sY, MasterRouteStudentStopAssignRemoveSchema as sZ, type MasterRouteStudentStopAssignRemoveDTO as s_, newStudentStopChangeRequestPayload as sa, toStudentGuardianLinkPayload as sb, newStudentGuardianLinkPayload as sc, get_student_presigned_url as sd, get_student_guardian_presigned_url as se, update_profile_picture as sf, delete_profile_picture as sg, update_guardian_profile_picture as sh, delete_guardian_profile_picture as si, findStudent as sj, createStudent as sk, updateStudent as sl, deleteStudent as sm, findStudentsWithNoRoutePickup as sn, findStudentsWithNoRouteDrop as so, updateProfilePicture as sp, createStudentAddress as sq, findStudentAddress as sr, updateStudentAddress as ss, deleteStudentAddress as st, findStudentGuardianLink as su, createStudentGuardianLink as sv, updateStudentGuardianLink as sw, updateGuardianProfilePicture as sx, updateGuardianDetails as sy, updateGuardianMobileNumber as sz, type OrganisationTag as t, type VehicleDocumentFileDTO as t$, type MasterRouteStudentScheduleAssignRemoveDTO as t0, toMasterFixedSchedulePayload as t1, newMasterFixedSchedulePayload as t2, toMasterRouteStudentAssignPayload as t3, newMasterRouteStudentAssignPayload as t4, findMasterFixedSchedule as t5, createMasterFixedSchedule as t6, updateMasterFixedSchedule as t7, deleteMasterFixedSchedule as t8, findStudentsWithNoStopPickup as t9, MasterVehicleFileSchema as tA, type MasterVehicleFileDTO as tB, CalibrationFileSchema as tC, type CalibrationFileDTO as tD, VehicleSchema as tE, type VehicleDTO as tF, VehicleBulkSchema as tG, type VehicleBulkDTO as tH, MasterDeviceFileSchema as tI, type MasterDeviceFileDTO as tJ, VehicleDeviceLinkSchema as tK, type VehicleDeviceLinkDTO as tL, VehicleDeviceUnlinkSchema as tM, type VehicleDeviceUnlinkDTO as tN, VehicleDriverLinkSchema as tO, type VehicleDriverLinkDTO as tP, VehicleDetailGPSSensorSchema as tQ, type VehicleDetailGPSSensorDTO as tR, VehicleDetailTripSchema as tS, type VehicleDetailTripDTO as tT, VehicleDetailBodySchema as tU, type VehicleDetailBodyDTO as tV, VehicleDetailLifeCycleSchema as tW, type VehicleDetailLifeCycleDto as tX, VehicleDetailPurchaseSchema as tY, type VehicleDetailPurchaseDTO as tZ, VehicleDocumentFileSchema as t_, findStudentsWithNoStopDrop as ta, findStudentsWithNoSchedulePickup as tb, findStudentsWithNoScheduleDrop as tc, assignRouteStudentsPickup as td, assignRouteStudentsDrop as te, removeRouteStudentsPickup as tf, removeRouteStudentsDrop as tg, assignMasterRouteStudentStopToStudentsPickup as th, assignMasterRouteStudentStopToStudentsDrop as ti, removeMasterRouteStudentStopToStudentsPickup as tj, removeMasterRouteStudentStopToStudentsDrop as tk, assignMasterRouteStudentScheduleToStudentsPickup as tl, assignMasterRouteStudentScheduleToStudentDrop as tm, removeMasterRouteStudentScheduleToStudentPickup as tn, removeMasterRouteStudentScheduleToStudentDrop as to, type MasterVehicleDropdown as tp, type MasterVehicleFile as tq, type VehicleDetailGPS as tr, type VehicleDetailTrip as ts, type VehicleDetailBody as tt, type VehicleDetailLifeCycle as tu, type VehicleDetailPurchase as tv, type VehicleDocument as tw, type VehicleDocumentFile as tx, type VehicleDocumentExpiry as ty, type VehicleOdometerHistory as tz, type OrganisationGroup as u, removeVehicleDocumentExpiry as u$, VehicleDocumentSchema as u0, type VehicleDocumentDTO as u1, VehicleDocumentQuerySchema as u2, type VehicleDocumentQueryDTO as u3, VehicleDocumentExpirySchema as u4, type VehicleDocumentExpiryDTO as u5, VehicleDocumentExpiryQuerySchema as u6, type VehicleDocumentExpiryQueryDTO as u7, VehicleQuerySchema as u8, type VehicleQueryDTO as u9, delete_calibration_file as uA, findVehicles as uB, findVehiclesLiveDashboard as uC, findVehicleGPSDetails as uD, createVehicle as uE, updateVehicle as uF, deleteVehicle as uG, updateDetailsGpsSensor as uH, updateDetailsTrip as uI, updateVehicleBodyDetails as uJ, updateVehicleLifeCycleDetails as uK, updateVehiclePurchaseDetails as uL, linkDriverToVehicle as uM, unlinkDriverFromVehicle as uN, getDriverLinkHistoryByVehicle as uO, getDriverLinkHistoryByDriver as uP, linkDeviceToVehicle as uQ, unlinkDeviceFromVehicle as uR, getDeviceLinkHistoryByVehicle as uS, getDeviceLinkHistoryByDevice as uT, createVehicleDocument as uU, findVehicleDocument as uV, updateVehicleDocument as uW, removeVehicleDocument as uX, createVehicleDocumentExpiry as uY, findVehicleDocumentExpiry as uZ, updateVehicleDocumentExpiry as u_, SimpleFindQuerySchema as ua, type SimpleFindQueryDTO as ub, VehicleGPSQuerySchema as uc, type VehicleGPSQueryDTO as ud, toVehiclePayload as ue, newVehiclePayload as uf, toVehicleDetailsGPSPayload as ug, toVehicleDetailsTripPayload as uh, toVehicleDetailsBodyPayload as ui, toVehicleDetailLifeCyclePayload as uj, toVehicleDetailPurchasePayload as uk, toVehicleDocumentPayload as ul, newVehicleDocumentPayload as um, toVehicleDocumentExpiryPayload as un, newVehicleDocumentExpiryPayload as uo, get_vehicle_file_presigned_url as up, get_device_file_presigned_url as uq, get_vehicle_document_file_presigned_url as ur, get_calibration_file_presigned_url as us, create_file_vehicle as ut, remove_file_vehicle as uu, create_file_device as uv, remove_file_device as uw, create_file_vehicle_document as ux, remove_file_vehicle_document as uy, update_calibration_file as uz, type MasterMainIndustry as v, type AssignRemoveSimHistory as v$, getVehicleCache as v0, getVehicleSimpleCache as v1, getVehicleParentCache as v2, getVehicleSimpleDropdownCustom as v3, getVehicleSimpleDropdownCacheLiveData as v4, type MasterDeviceType as v5, MasterDeviceTypeSchema as v6, type MasterDeviceTypeDTO as v7, MasterDeviceTypeQuerySchema as v8, type MasterDeviceTypeQueryDTO as v9, getMasterDeviceModelCacheChild as vA, type MasterDeviceManufacturer as vB, MasterDeviceManufacturerSchema as vC, type MasterDeviceManufacturerDTO as vD, MasterDeviceManufacturerQuerySchema as vE, type MasterDeviceManufacturerQueryDTO as vF, toMasterDeviceManufacturerPayload as vG, newMasterDeviceManufacturerPayload as vH, findMasterDeviceManufacturers as vI, createMasterDeviceManufacturer as vJ, updateMasterDeviceManufacturer as vK, deleteMasterDeviceManufacturer as vL, getMasterDeviceManufacturerCache as vM, getMasterDeviceManufacturerCacheCount as vN, getMasterDeviceManufacturerCacheChild as vO, MasterMainSimProviderSchema as vP, type MasterMainSimProviderDTO as vQ, MasterMainSimProviderQuerySchema as vR, type MasterMainSimProviderQueryDTO as vS, toMasterMainSimProviderPayload as vT, newMasterMainSimProviderPayload as vU, findMasterMainSimProviders as vV, createMasterMainSimProvider as vW, updateMasterMainSimProvider as vX, deleteMasterMainSimProvider as vY, getMasterMainSimProviderCache as vZ, type MasterSim as v_, FindCacheSchema$3 as va, type FindCacheDTO$3 as vb, toMasterDeviceTypePayload as vc, newMasterDeviceTypePayload as vd, findMasterDeviceTypes as ve, createMasterDeviceType as vf, updateMasterDeviceType as vg, deleteMasterDeviceType as vh, getMasterDeviceTypeCache as vi, getMasterDeviceTypeCacheCount as vj, getMasterDeviceTypeCacheChild as vk, type MasterDeviceModel as vl, MasterDeviceModelSchema as vm, type MasterDeviceModelDTO as vn, MasterDeviceModelQuerySchema as vo, type MasterDeviceModelQueryDTO as vp, FindCacheSchema$2 as vq, type FindCacheDTO$2 as vr, toMasterDeviceModelPayload as vs, newMasterDeviceModelPayload as vt, findMasterDeviceModels as vu, createMasterDeviceModel as vv, updateMasterDeviceModel as vw, deleteMasterDeviceModel as vx, getMasterDeviceModelCache as vy, getMasterDeviceModelCacheCount as vz, type MasterMainCountry as w, deleteMasterMainCountry as w$, MasterSimSchema as w0, type MasterSimDTO as w1, MasterSimQuerySchema as w2, type MasterSimQueryDTO as w3, toMasterSimPayload as w4, newMasterSimPayload as w5, findMasterSims as w6, createMasterSim as w7, updateMasterSim as w8, deleteMasterSim as w9, findMasterMainTimeZones as wA, createMasterMainTimeZone as wB, updateMasterMainTimeZone as wC, deleteMasterMainTimeZone as wD, getMasterMainTimeZoneCacheAll as wE, getMasterMainTimeZoneCache as wF, type MasterMainState as wG, MasterMainStateSchema as wH, type MasterMainStateDTO as wI, MasterMainStateQuerySchema as wJ, type MasterMainStateQueryDTO as wK, toMasterMainStatePayload as wL, newMasterMainStatePayload as wM, findMasterMainStates as wN, createMasterMainState as wO, updateMasterMainState as wP, deleteMasterMainState as wQ, getMasterMainStateCache as wR, MasterMainCountrySchema as wS, type MasterMainCountryDTO as wT, MasterMainCountryQuerySchema as wU, type MasterMainCountryQueryDTO as wV, toMasterMainCountryPayload as wW, newMasterMainCountryPayload as wX, findMasterMainCountries as wY, createMasterMainCountry as wZ, updateMasterMainCountry as w_, type MasterDevice as wa, type AssignRemoveDeviceHistory as wb, type MasterDeviceFile as wc, MasterDeviceSchema as wd, type MasterDeviceDTO as we, MasterDeviceQuerySchema as wf, type MasterDeviceQueryDTO as wg, DeviceSimLinkSchema as wh, type DeviceSimLinkDTO as wi, toMasterDevicePayload as wj, newMasterDevicePayload as wk, findMasterDevices as wl, createMasterDevice as wm, updateMasterDevice as wn, deleteMasterDevice as wo, device_sim_link as wp, device_sim_unlink as wq, get_device_sim_link_history_by_sim as wr, get_device_sim_link_history_by_device as ws, type MasterMainTimeZone as wt, MasterMainTimeZoneSchema as wu, type MasterMainTimeZoneDTO as wv, MasterMainTimeZoneQuerySchema as ww, type MasterMainTimeZoneQueryDTO as wx, toMasterMainTimeZonePayload as wy, newMasterMainTimeZonePayload as wz, type MasterMainDateFormat as x, type FindCacheDTO$1 as x$, getMasterMainCountryCache as x0, getMasterMainCountryCacheChild as x1, MasterMainUnitMileageSchema as x2, type MasterMainUnitMileageDTO as x3, MasterMainUnitMileageQuerySchema as x4, type MasterMainUnitMileageQueryDTO as x5, toMasterMainUnitMileagePayload as x6, newMasterMainUnitMileagePayload as x7, findMasterMainUnitMileages as x8, createMasterMainUnitMileage as x9, OrganisationNoticeBoardSchema as xA, type OrganisationNoticeBoardDTO as xB, OrganisationNoticeBoardQuerySchema as xC, type OrganisationNoticeBoardQueryDTO as xD, toOrganisationNoticeBoardPayload as xE, newOrganisationNoticeBoardPayload as xF, findOrganisationNoticeBoard as xG, createOrganisationNoticeBoard as xH, updateOrganisationNoticeBoard as xI, deleteOrganisationNoticeBoard as xJ, MasterExpenseTypeSchema as xK, type MasterExpenseTypeDTO as xL, MasterExpenseTypeQuerySchema as xM, type MasterExpenseTypeQueryDTO as xN, toMasterExpenseTypePayload as xO, newMasterExpenseTypePayload as xP, findMasterExpenseTypes as xQ, createMasterExpenseType as xR, updateMasterExpenseType as xS, deleteMasterExpenseType as xT, getMasterExpenseTypeCache as xU, type MasterSparePartSubCategory as xV, MasterSparePartSubCategorySchema as xW, type MasterSparePartSubCategoryDTO as xX, SparePartSubCategoryQuerySchema as xY, type SparePartSubCategoryQueryDTO as xZ, FindCacheSchema$1 as x_, updateMasterMainUnitMileage as xa, deleteMasterMainUnitMileage as xb, getMasterMainUnitMileageCache as xc, MasterMainUnitVolumeSchema as xd, type MasterMainUnitVolumeDTO as xe, MasterMainUnitVolumeQuerySchema as xf, type MasterMainUnitVolumeQueryDTO as xg, toMasterMainUnitVolumePayload as xh, newMasterMainUnitVolumePayload as xi, findMasterMainUnitVolumes as xj, createMasterMainUnitVolume as xk, updateMasterMainUnitVolume as xl, deleteMasterMainUnitVolume as xm, getMasterMainUnitVolumeCache as xn, type OrganisationCalendar as xo, OrganisationCalendarSchema as xp, type OrganisationCalendarDTO as xq, OrganisationCalendarQuerySchema as xr, type OrganisationCalendarQueryDTO as xs, toOrganisationCalendarPayload as xt, newOrganisationCalendarPayload as xu, findOrganisationCalendar as xv, createOrganisationCalendar as xw, updateOrganisationCalendar as xx, deleteOrganisationCalendar as xy, type OrganisationNoticeBoard as xz, type MasterMainLanguage as y, toMasterTyreModelPayload as y$, toMasterSparePartSubCategoryPayload as y0, newMasterSparePartSubCategoryPayload as y1, findMasterSparePartSubCategories as y2, createMasterSparePartSubCategory as y3, updateMasterSparePartSubCategory as y4, deleteMasterSparePartSubCategory as y5, getMasterSparePartSubCategoryCache as y6, getMasterSparePartSubCategoryCacheCount as y7, MasterSparePartCategorySchema as y8, type MasterSparePartCategoryDTO as y9, type MasterTripPartyTypeQueryDTO as yA, toMasterTripPartyTypePayload as yB, newMasterTripPartyTypePayload as yC, findMasterTripPartyTypes as yD, createMasterTripPartyType as yE, updateMasterTripPartyType as yF, deleteMasterTripPartyType as yG, getMasterTripPartyTypeCache as yH, MasterTyreGradeSchema as yI, type MasterTyreGradeDTO as yJ, MasterTyreGradeQuerySchema as yK, type MasterTyreGradeQueryDTO as yL, toMasterTyreGradePayload as yM, newMasterTyreGradePayload as yN, findMasterTyreGrades as yO, createMasterTyreGrade as yP, updateMasterTyreGrade as yQ, deleteMasterTyreGrade as yR, getMasterTyreGradeCache as yS, getMasterTyreGradeCacheCount as yT, type MasterTyreModel as yU, MasterTyreModelSchema as yV, type MasterTyreModelDTO as yW, MasterTyreModelQuerySchema as yX, type MasterTyreModelQueryDTO as yY, FindCacheSchema as yZ, type FindCacheDTO as y_, SparePartCategoryQuerySchema as ya, type SparePartCategoryQueryDTO as yb, toMasterSparePartCategoryPayload as yc, newMasterSparePartCategoryPayload as yd, findMasterSparePartCategories as ye, createMasterSparePartCategory as yf, updateMasterSparePartCategory as yg, deleteMasterSparePartCategory as yh, getMasterSparePartCategoryCache as yi, getMasterSparePartCategoryCacheChild as yj, getMasterSparePartCategoryCacheCount as yk, MasterSparePartUnitSchema as yl, type MasterSparePartUnitDTO as ym, SparePartUnitQuerySchema as yn, type SparePartUnitQueryDTO as yo, toMasterSparePartUnitPayload as yp, newMasterSparePartUnitPayload as yq, findMasterSparePartUnits as yr, createMasterSparePartUnit as ys, updateMasterSparePartUnit as yt, deleteMasterSparePartUnit as yu, getMasterSparePartUnitCache as yv, getMasterSparePartUnitCacheCount as yw, MasterTripPartyTypeSchema as yx, type MasterTripPartyTypeDTO as yy, MasterTripPartyTypeQuerySchema as yz, type MasterMainUnitDistance as z, newMasterTyreModelPayload as z0, findMasterTyreModels as z1, createMasterTyreModel as z2, updateMasterTyreModel as z3, deleteMasterTyreModel as z4, getMasterTyreModelCache as z5, getMasterTyreModelCacheCount as z6, MasterTyreMakeSchema as z7, type MasterTyreMakeDTO as z8, MasterTyreMakeQuerySchema as z9, UserOrganisationLogoSchema as zA, type UserOrganisationLogoDTO 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, type MasterTyreMakeQueryDTO as za, toMasterTyreMakePayload as zb, newMasterTyreMakePayload as zc, findMasterTyreMakes as zd, createMasterTyreMake as ze, updateMasterTyreMake as zf, deleteMasterTyreMake as zg, getMasterTyreMakeCache as zh, getMasterTyreMakeCacheCount as zi, getMasterTyreMakeCacheChild as zj, MasterMainUnitDistanceSchema as zk, type MasterMainUnitDistanceDTO as zl, MasterMainUnitDistanceQuerySchema as zm, type MasterMainUnitDistanceQueryDTO as zn, toMasterMainUnitDistancePayload as zo, newMasterMainUnitDistancePayload as zp, findMasterMainUnitDistances as zq, createMasterMainUnitDistance as zr, updateMasterMainUnitDistance as zs, deleteMasterMainUnitDistance as zt, getMasterMainUnitDistanceCache as zu, type UserOrganisationSimple as zv, UserOrganisationSchema as zw, type UserOrganisationDTO as zx, UserOrganisationQuerySchema as zy, type UserOrganisationQueryDTO as zz };
@@ -680,15 +680,28 @@ declare enum BusStopType {
680
680
  BranchGate = "BranchGate",
681
681
  ParkingSlot = "ParkingSlot"
682
682
  }
683
- declare enum EnrollmentStatus {
684
- Active = "Active",
685
- Inactive = "Inactive"
686
- }
687
683
  declare enum TransportPlanType {
684
+ None = "None",
688
685
  Both = "Both",
689
686
  PickupOnly = "PickupOnly",
690
687
  DropOnly = "DropOnly"
691
688
  }
689
+ declare enum Gender {
690
+ PreferNotToSay = "PreferNotToSay",
691
+ Male = "Male",
692
+ Female = "Female"
693
+ }
694
+ declare enum BloodGroup {
695
+ Unknown = "Unknown",
696
+ APostive = "APostive",
697
+ ANegative = "ANegative",
698
+ BPositive = "BPositive",
699
+ BNegative = "BNegative",
700
+ ABPositive = "ABPositive",
701
+ ABNegative = "ABNegative",
702
+ OPositive = "OPositive",
703
+ ONegative = "ONegative"
704
+ }
692
705
  declare enum ApprovalStatus {
693
706
  Pending = "Pending",
694
707
  Approved = "Approved",
@@ -791,4 +804,4 @@ declare enum IncidentVisibility {
791
804
  Unknown = "Unknown"
792
805
  }
793
806
 
794
- export { AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, EnrollmentStatus, ExpenseCategory, ExpiryType, FileType, FleetSize, FleetVendorAddressLabel, FuelTankType, GPSFuelApproveStatus, GPSSource, GPSType, GPSVehicleCategory, 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 };
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 };
@@ -764,17 +764,31 @@ var BusStopType = /* @__PURE__ */ ((BusStopType2) => {
764
764
  BusStopType2["ParkingSlot"] = "ParkingSlot";
765
765
  return BusStopType2;
766
766
  })(BusStopType || {});
767
- var EnrollmentStatus = /* @__PURE__ */ ((EnrollmentStatus2) => {
768
- EnrollmentStatus2["Active"] = "Active";
769
- EnrollmentStatus2["Inactive"] = "Inactive";
770
- return EnrollmentStatus2;
771
- })(EnrollmentStatus || {});
772
767
  var TransportPlanType = /* @__PURE__ */ ((TransportPlanType2) => {
768
+ TransportPlanType2["None"] = "None";
773
769
  TransportPlanType2["Both"] = "Both";
774
770
  TransportPlanType2["PickupOnly"] = "PickupOnly";
775
771
  TransportPlanType2["DropOnly"] = "DropOnly";
776
772
  return TransportPlanType2;
777
773
  })(TransportPlanType || {});
774
+ var Gender = /* @__PURE__ */ ((Gender2) => {
775
+ Gender2["PreferNotToSay"] = "PreferNotToSay";
776
+ Gender2["Male"] = "Male";
777
+ Gender2["Female"] = "Female";
778
+ return Gender2;
779
+ })(Gender || {});
780
+ var BloodGroup = /* @__PURE__ */ ((BloodGroup2) => {
781
+ BloodGroup2["Unknown"] = "Unknown";
782
+ BloodGroup2["APostive"] = "APostive";
783
+ BloodGroup2["ANegative"] = "ANegative";
784
+ BloodGroup2["BPositive"] = "BPositive";
785
+ BloodGroup2["BNegative"] = "BNegative";
786
+ BloodGroup2["ABPositive"] = "ABPositive";
787
+ BloodGroup2["ABNegative"] = "ABNegative";
788
+ BloodGroup2["OPositive"] = "OPositive";
789
+ BloodGroup2["ONegative"] = "ONegative";
790
+ return BloodGroup2;
791
+ })(BloodGroup || {});
778
792
  var ApprovalStatus = /* @__PURE__ */ ((ApprovalStatus2) => {
779
793
  ApprovalStatus2["Pending"] = "Pending";
780
794
  ApprovalStatus2["Approved"] = "Approved";
@@ -896,6 +910,7 @@ export {
896
910
  AlertType,
897
911
  ApprovalStatus,
898
912
  BillingStatus,
913
+ BloodGroup,
899
914
  BooleanType,
900
915
  BusLeg,
901
916
  BusStopType,
@@ -906,7 +921,6 @@ export {
906
921
  DocumentValidityStatus,
907
922
  DoorSensorStatus,
908
923
  DriverType,
909
- EnrollmentStatus,
910
924
  ExpenseCategory,
911
925
  ExpiryType,
912
926
  FileType,
@@ -917,6 +931,7 @@ export {
917
931
  GPSSource,
918
932
  GPSType,
919
933
  GPSVehicleCategory,
934
+ Gender,
920
935
  GeofencePurposeType,
921
936
  GeofenceStatusType,
922
937
  GeofenceType,
@@ -1,6 +1,6 @@
1
1
  import '../../core/Enums.js';
2
2
  import '../../core/BaseResponse.js';
3
3
  import 'zod';
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-BV0AXbYV.js';
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-D_nME6bR.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-BV0AXbYV.js';
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-D_nME6bR.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-BV0AXbYV.js';
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-D_nME6bR.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-BV0AXbYV.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-D_nME6bR.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 { qB as BusStop, qF as BusStopDTO, qA as BusStopPolygonData, qD as BusStopPolygonDataDTO, qC as BusStopPolygonDataSchema, qH as BusStopQueryDTO, qG as BusStopQuerySchema, qE as BusStopSchema, qL as createBusStop, qN as deleteBusStop, qK as findBusStop, qJ as newBusStopPayload, qI as toBusStopPayload, qM as updateBusStop } from '../../../bookmark_service-BV0AXbYV.js';
4
+ export { qB as BusStop, qF as BusStopDTO, qA as BusStopPolygonData, qD as BusStopPolygonDataDTO, qC as BusStopPolygonDataSchema, qH as BusStopQueryDTO, qG as BusStopQuerySchema, qE as BusStopSchema, qL as createBusStop, qN as deleteBusStop, qK as findBusStop, qJ as newBusStopPayload, qI as toBusStopPayload, qM as updateBusStop } from '../../../bookmark_service-D_nME6bR.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 { xo as OrganisationCalendar, xq as OrganisationCalendarDTO, xs as OrganisationCalendarQueryDTO, xr as OrganisationCalendarQuerySchema, xp as OrganisationCalendarSchema, xw as createOrganisationCalendar, xy as deleteOrganisationCalendar, xv as findOrganisationCalendar, xu as newOrganisationCalendarPayload, xt as toOrganisationCalendarPayload, xx as updateOrganisationCalendar } from '../../../bookmark_service-BV0AXbYV.js';
4
+ export { xo as OrganisationCalendar, xq as OrganisationCalendarDTO, xs as OrganisationCalendarQueryDTO, xr as OrganisationCalendarQuerySchema, xp as OrganisationCalendarSchema, xw as createOrganisationCalendar, xy as deleteOrganisationCalendar, xv as findOrganisationCalendar, xu as newOrganisationCalendarPayload, xt as toOrganisationCalendarPayload, xx as updateOrganisationCalendar } from '../../../bookmark_service-D_nME6bR.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';