vms-nest-prisma-api-document 1006.0.0 → 1008.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 (111) hide show
  1. package/dist/{bookmark_service-DcstEM-v.d.ts → bookmark_service-1aqLWltt.d.ts} +635 -352
  2. package/dist/core/Enums.d.ts +33 -1
  3. package/dist/core/Enums.js +42 -0
  4. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  5. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  6. package/dist/services/account/bookmark_service.d.ts +1 -1
  7. package/dist/services/account/invoice_service.d.ts +1 -1
  8. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  9. package/dist/services/account/report_preferences.service.d.ts +1 -1
  10. package/dist/services/account/ticket_service.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/calendar.d.ts +1 -1
  13. package/dist/services/fleet/bus_mangement/day_run.d.ts +6 -0
  14. package/dist/services/fleet/bus_mangement/day_run.js +528 -0
  15. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  16. package/dist/services/fleet/bus_mangement/master_route.js +15 -14
  17. package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
  18. package/dist/services/fleet/bus_mangement/master_schedule.js +82 -136
  19. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  20. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  21. package/dist/services/fleet/bus_mangement/student.js +21 -46
  22. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  23. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  24. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  25. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  26. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  27. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  28. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  29. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  30. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  31. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  32. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  33. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  34. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  35. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  36. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  37. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  38. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  39. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  40. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  41. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  42. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  43. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  44. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  45. package/dist/services/main/users/auth_service.d.ts +1 -1
  46. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  47. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  48. package/dist/services/main/users/user_service.d.ts +1 -1
  49. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  50. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  51. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  52. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  53. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  54. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  55. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  56. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  57. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  58. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
  59. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  60. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  61. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  62. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  63. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  64. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  65. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  66. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  67. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  68. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  69. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  70. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  71. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  72. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  75. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  76. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  77. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  78. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  79. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  80. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  81. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  82. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  83. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  84. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  85. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  86. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  87. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  88. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  89. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  90. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  91. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  92. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  93. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  94. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  95. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  96. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  97. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  98. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  100. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  101. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  102. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  103. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  104. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  105. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  106. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  107. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  108. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  109. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  110. package/dist/services/website/exclusive_feature_access.d.ts +1 -1
  111. package/package.json +1 -1
@@ -1,6 +1,6 @@
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, IssueStatus, Priority, IssueSeverity, IssueSource, ServiceStatus, ServiceType, PaymentStatus, ReminderType, FleetVendorAddressLabel, GPSFuelApproveStatus, RefillEntrySource, RefillMethod, PaymentMode, InspectionScheduleStatus, ServiceScheduleStatus, 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';
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, IssueStatus, Priority, IssueSeverity, IssueSource, ServiceStatus, ServiceType, PaymentStatus, ReminderType, FleetVendorAddressLabel, GPSFuelApproveStatus, RefillEntrySource, RefillMethod, PaymentMode, InspectionScheduleStatus, ServiceScheduleStatus, DriverType, ReportType, ReportList, ReportChannel, LinkStatus, ShareChannel, TrackHistoryLinkStatus, BusStopType, StudentLegStatus, AttendanceMethod, BusLeg, DayRunStatus, DayRunRunningStatus, DayRunStopStatus, 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
- import { z } from 'zod';
3
+ import z$1, { z } from 'zod';
4
4
  import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
5
5
  import { FuelConsumptionMonthly } from './services/gps/reports/gps_models/FuelConsumptionMonthly.js';
6
6
 
@@ -15271,6 +15271,361 @@ declare const updateBusStop: (id: string, data: BusStopDTO) => Promise<SBR>;
15271
15271
  declare const deleteBusStop: (id: string) => Promise<SBR>;
15272
15272
  declare const bus_dashboard: (data: BusDashBoardQueryDTO) => Promise<FBR<BusDashboard[]>>;
15273
15273
 
15274
+ interface FixedScheduleDayRun extends Record<string, unknown> {
15275
+ fixed_schedule_day_run_id: string;
15276
+ run_date: string;
15277
+ run_date_f?: string;
15278
+ schedule_type: BusLeg;
15279
+ start_planned_date_time?: string;
15280
+ start_planned_date_time_f?: string;
15281
+ end_planned_date_time?: string;
15282
+ end_planned_date_time_f?: string;
15283
+ start_actual_date_time?: string;
15284
+ start_actual_date_time_f?: string;
15285
+ end_actual_date_time?: string;
15286
+ end_actual_date_time_f?: string;
15287
+ planned_stops_count?: number;
15288
+ covered_stops_count?: number;
15289
+ planned_student_count?: number;
15290
+ marked_student_count?: number;
15291
+ day_run_status: DayRunStatus;
15292
+ running_status: DayRunRunningStatus;
15293
+ running_delay_seconds?: number;
15294
+ notes?: string;
15295
+ cancel_reason?: string;
15296
+ status: Status;
15297
+ added_date_time?: string;
15298
+ modified_date_time?: string;
15299
+ organisation_id: string;
15300
+ UserOrganisation?: UserOrganisation;
15301
+ organisation_name?: string;
15302
+ organisation_code?: string;
15303
+ organisation_branch_id: string;
15304
+ OrganisationBranch?: OrganisationBranch;
15305
+ branch_name?: string;
15306
+ branch_city?: string;
15307
+ route_id: string;
15308
+ MasterRoute?: MasterRoute;
15309
+ route_name?: string;
15310
+ fixed_schedule_id: string;
15311
+ MasterFixedSchedule?: MasterFixedSchedule;
15312
+ schedule_name?: string;
15313
+ vehicle_id: string;
15314
+ MasterVehicle?: MasterVehicle;
15315
+ vehicle_number?: string;
15316
+ vehicle_type?: string;
15317
+ driver_id?: string;
15318
+ Driver?: MasterDriver;
15319
+ driver_details?: string;
15320
+ attendant_id?: string;
15321
+ Attendant?: MasterDriver;
15322
+ attendant_details?: string;
15323
+ FixedScheduleDayRunStop?: FixedScheduleDayRunStop[];
15324
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
15325
+ _count?: {
15326
+ FixedScheduleDayRunStop?: number;
15327
+ FixedScheduleDayRunStudent?: number;
15328
+ };
15329
+ }
15330
+ interface FixedScheduleDayRunStop extends Record<string, unknown> {
15331
+ fixed_schedule_day_run_stop_id: string;
15332
+ order_no: number;
15333
+ planned_arrival_time?: string;
15334
+ planned_arrival_time_f?: string;
15335
+ planned_departure_time?: string;
15336
+ planned_departure_time_f?: string;
15337
+ planned_stop_duration_seconds?: number;
15338
+ actual_arrival_time?: string;
15339
+ actual_arrival_time_f?: string;
15340
+ actual_departure_time?: string;
15341
+ actual_departure_time_f?: string;
15342
+ actual_stop_duration_seconds?: number;
15343
+ stop_status: DayRunStopStatus;
15344
+ planned_student_count?: number;
15345
+ marked_student_count?: number;
15346
+ status: Status;
15347
+ added_date_time?: string;
15348
+ modified_date_time?: string;
15349
+ organisation_id: string;
15350
+ UserOrganisation?: UserOrganisation;
15351
+ organisation_name?: string;
15352
+ organisation_code?: string;
15353
+ organisation_branch_id: string;
15354
+ OrganisationBranch?: OrganisationBranch;
15355
+ branch_name?: string;
15356
+ branch_city?: string;
15357
+ route_id: string;
15358
+ MasterRoute?: MasterRoute;
15359
+ route_name?: string;
15360
+ fixed_schedule_id: string;
15361
+ MasterFixedSchedule?: MasterFixedSchedule;
15362
+ schedule_name?: string;
15363
+ fixed_schedule_day_run_id: string;
15364
+ FixedScheduleDayRun?: FixedScheduleDayRun;
15365
+ bus_stop_id: string;
15366
+ BusStop?: BusStop;
15367
+ stop_name?: string;
15368
+ FSDRS_Planned_FixedScheduleDayRunStop?: FixedScheduleDayRunStudent[];
15369
+ FSDRS_Actual_FixedScheduleDayRunStop?: FixedScheduleDayRunStudent[];
15370
+ _count?: {
15371
+ FSDRS_Planned_FixedScheduleDayRunStop?: number;
15372
+ FSDRS_Actual_FixedScheduleDayRunStop?: number;
15373
+ };
15374
+ }
15375
+ interface FixedScheduleDayRunStudent extends Record<string, unknown> {
15376
+ fixed_schedule_day_run_student_id: string;
15377
+ student_boarding_status: StudentLegStatus;
15378
+ method: AttendanceMethod;
15379
+ mark_time?: string;
15380
+ mark_time_f?: string;
15381
+ note?: string;
15382
+ student_attendance_image_url?: string;
15383
+ student_attendance_image_key?: string;
15384
+ student_attendance_image_name?: string;
15385
+ status: Status;
15386
+ added_date_time?: string;
15387
+ modified_date_time?: string;
15388
+ organisation_id: string;
15389
+ UserOrganisation?: UserOrganisation;
15390
+ organisation_name?: string;
15391
+ organisation_code?: string;
15392
+ organisation_branch_id: string;
15393
+ OrganisationBranch?: OrganisationBranch;
15394
+ branch_name?: string;
15395
+ branch_city?: string;
15396
+ route_id: string;
15397
+ MasterRoute?: MasterRoute;
15398
+ route_name?: string;
15399
+ fixed_schedule_id: string;
15400
+ MasterFixedSchedule?: MasterFixedSchedule;
15401
+ schedule_name?: string;
15402
+ fixed_schedule_day_run_id: string;
15403
+ FixedScheduleDayRun?: FixedScheduleDayRun;
15404
+ planned_fixed_schedule_day_run_stop_id?: string;
15405
+ Planned_FixedScheduleDayRunStop?: FixedScheduleDayRunStop;
15406
+ actual_fixed_schedule_day_run_stop_id?: string;
15407
+ Actual_FixedScheduleDayRunStop?: FixedScheduleDayRunStop;
15408
+ student_id: string;
15409
+ Student?: Student;
15410
+ roll_number?: string;
15411
+ first_name?: string;
15412
+ last_name?: string;
15413
+ mobile_number?: string;
15414
+ }
15415
+ declare const FixedScheduleDayRunUpdateSchema: z$1.ZodObject<{
15416
+ vehicle_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15417
+ driver_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15418
+ attendant_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15419
+ start_planned_date_time: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodOptional<z$1.ZodString>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>>;
15420
+ end_planned_date_time: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodOptional<z$1.ZodString>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>>;
15421
+ notes: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodString, string, string>>;
15422
+ time_zone_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15423
+ }, "strip", z$1.ZodTypeAny, {
15424
+ time_zone_id: string;
15425
+ vehicle_id: string;
15426
+ driver_id: string;
15427
+ notes: string;
15428
+ start_planned_date_time: string;
15429
+ end_planned_date_time: string;
15430
+ attendant_id: string;
15431
+ }, {
15432
+ time_zone_id: string;
15433
+ vehicle_id: string;
15434
+ driver_id: string;
15435
+ attendant_id: string;
15436
+ notes?: string | undefined;
15437
+ start_planned_date_time?: string | undefined;
15438
+ end_planned_date_time?: string | undefined;
15439
+ }>;
15440
+ type FixedScheduleDayRunUpdateDTO = z$1.infer<typeof FixedScheduleDayRunUpdateSchema>;
15441
+ declare const FixedScheduleDayRunCancelSchema: z$1.ZodObject<{
15442
+ cancel_reason: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodString, string, string>>;
15443
+ }, "strip", z$1.ZodTypeAny, {
15444
+ cancel_reason: string;
15445
+ }, {
15446
+ cancel_reason?: string | undefined;
15447
+ }>;
15448
+ type FixedScheduleDayRunCancelDTO = z$1.infer<typeof FixedScheduleDayRunCancelSchema>;
15449
+ declare const FixedScheduleDayRunQuerySchema: z$1.ZodObject<{
15450
+ search: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodString, string, string>>;
15451
+ status: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodNativeEnum<typeof Status>, "many">>>;
15452
+ paging: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNativeEnum<typeof PAGING>>>;
15453
+ page_count: z$1.ZodEffects<z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNumber>>, number, unknown>;
15454
+ page_index: z$1.ZodEffects<z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNumber>>, number, unknown>;
15455
+ load_parents: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNativeEnum<typeof LoadParents>>>;
15456
+ load_parents_list: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15457
+ load_child: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNativeEnum<typeof LoadChild>>>;
15458
+ load_child_list: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15459
+ load_child_count: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNativeEnum<typeof LoadChildCount>>>;
15460
+ load_child_count_list: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15461
+ include_details: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
15462
+ where_relations: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
15463
+ order_by: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
15464
+ name: z$1.ZodEffects<z$1.ZodString, string, string>;
15465
+ field: z$1.ZodEffects<z$1.ZodString, string, string>;
15466
+ direction: z$1.ZodType<OrderBy, z$1.ZodTypeDef, OrderBy>;
15467
+ }, "strip", z$1.ZodTypeAny, {
15468
+ name: string;
15469
+ field: string;
15470
+ direction: OrderBy;
15471
+ }, {
15472
+ name: string;
15473
+ field: string;
15474
+ direction: OrderBy;
15475
+ }>, "many">>>;
15476
+ include_master_data: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodNativeEnum<typeof YesNo>>>;
15477
+ date_format_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15478
+ time_zone_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15479
+ } & {
15480
+ fixed_schedule_day_run_ids: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15481
+ organisation_ids: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15482
+ organisation_branch_ids: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15483
+ route_ids: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15484
+ fixed_schedule_ids: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15485
+ vehicle_ids: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15486
+ driver_ids: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15487
+ attendant_ids: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>>;
15488
+ schedule_type: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodNativeEnum<typeof BusLeg>, "many">>>;
15489
+ day_run_status: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodNativeEnum<typeof DayRunStatus>, "many">>>;
15490
+ running_status: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodArray<z$1.ZodNativeEnum<typeof DayRunRunningStatus>, "many">>>;
15491
+ }, "strip", z$1.ZodTypeAny, {
15492
+ status: Status[];
15493
+ search: string;
15494
+ paging: PAGING;
15495
+ page_count: number;
15496
+ page_index: number;
15497
+ load_parents: LoadParents;
15498
+ load_parents_list: string[];
15499
+ load_child: LoadChild;
15500
+ load_child_list: string[];
15501
+ load_child_count: LoadChildCount;
15502
+ load_child_count_list: string[];
15503
+ include_details: Record<string, any>;
15504
+ where_relations: Record<string, any>;
15505
+ order_by: {
15506
+ name: string;
15507
+ field: string;
15508
+ direction: OrderBy;
15509
+ }[];
15510
+ include_master_data: YesNo;
15511
+ date_format_id: string;
15512
+ time_zone_id: string;
15513
+ organisation_ids: string[];
15514
+ organisation_branch_ids: string[];
15515
+ vehicle_ids: string[];
15516
+ driver_ids: string[];
15517
+ schedule_type: BusLeg[];
15518
+ day_run_status: DayRunStatus[];
15519
+ running_status: DayRunRunningStatus[];
15520
+ fixed_schedule_day_run_ids: string[];
15521
+ route_ids: string[];
15522
+ fixed_schedule_ids: string[];
15523
+ attendant_ids: string[];
15524
+ }, {
15525
+ date_format_id: string;
15526
+ time_zone_id: string;
15527
+ status?: Status[] | undefined;
15528
+ search?: string | undefined;
15529
+ paging?: PAGING | undefined;
15530
+ page_count?: unknown;
15531
+ page_index?: unknown;
15532
+ load_parents?: LoadParents | undefined;
15533
+ load_parents_list?: string[] | undefined;
15534
+ load_child?: LoadChild | undefined;
15535
+ load_child_list?: string[] | undefined;
15536
+ load_child_count?: LoadChildCount | undefined;
15537
+ load_child_count_list?: string[] | undefined;
15538
+ include_details?: Record<string, any> | undefined;
15539
+ where_relations?: Record<string, any> | undefined;
15540
+ order_by?: {
15541
+ name: string;
15542
+ field: string;
15543
+ direction: OrderBy;
15544
+ }[] | undefined;
15545
+ include_master_data?: YesNo | undefined;
15546
+ organisation_ids?: string[] | undefined;
15547
+ organisation_branch_ids?: string[] | undefined;
15548
+ vehicle_ids?: string[] | undefined;
15549
+ driver_ids?: string[] | undefined;
15550
+ schedule_type?: BusLeg[] | undefined;
15551
+ day_run_status?: DayRunStatus[] | undefined;
15552
+ running_status?: DayRunRunningStatus[] | undefined;
15553
+ fixed_schedule_day_run_ids?: string[] | undefined;
15554
+ route_ids?: string[] | undefined;
15555
+ fixed_schedule_ids?: string[] | undefined;
15556
+ attendant_ids?: string[] | undefined;
15557
+ }>;
15558
+ type FixedScheduleDayRunQueryDTO = z$1.infer<typeof FixedScheduleDayRunQuerySchema>;
15559
+ declare const FixedScheduleDayRunStudentUpdateSchema: z$1.ZodObject<{
15560
+ actual_fixed_schedule_day_run_stop_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15561
+ method: z$1.ZodType<AttendanceMethod, z$1.ZodTypeDef, AttendanceMethod>;
15562
+ mark_time: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodOptional<z$1.ZodString>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>>;
15563
+ note: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodString, string, string>>;
15564
+ student_attendance_image_url: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodString, string, string>>;
15565
+ student_attendance_image_key: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodString, string, string>>;
15566
+ student_attendance_image_name: z$1.ZodDefault<z$1.ZodEffects<z$1.ZodString, string, string>>;
15567
+ time_zone_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15568
+ }, "strip", z$1.ZodTypeAny, {
15569
+ time_zone_id: string;
15570
+ method: AttendanceMethod;
15571
+ mark_time: string;
15572
+ note: string;
15573
+ student_attendance_image_url: string;
15574
+ student_attendance_image_key: string;
15575
+ student_attendance_image_name: string;
15576
+ actual_fixed_schedule_day_run_stop_id: string;
15577
+ }, {
15578
+ time_zone_id: string;
15579
+ method: AttendanceMethod;
15580
+ actual_fixed_schedule_day_run_stop_id: string;
15581
+ mark_time?: string | undefined;
15582
+ note?: string | undefined;
15583
+ student_attendance_image_url?: string | undefined;
15584
+ student_attendance_image_key?: string | undefined;
15585
+ student_attendance_image_name?: string | undefined;
15586
+ }>;
15587
+ type FixedScheduleDayRunStudentUpdateDTO = z$1.infer<typeof FixedScheduleDayRunStudentUpdateSchema>;
15588
+ declare const FixedScheduleDayRunStopEnterSchema: z$1.ZodObject<{
15589
+ actual_arrival_time: z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
15590
+ time_zone_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15591
+ }, "strip", z$1.ZodTypeAny, {
15592
+ time_zone_id: string;
15593
+ actual_arrival_time: string;
15594
+ }, {
15595
+ time_zone_id: string;
15596
+ actual_arrival_time: string;
15597
+ }>;
15598
+ type FixedScheduleDayRunStopEnterDTO = z$1.infer<typeof FixedScheduleDayRunStopEnterSchema>;
15599
+ declare const FixedScheduleDayRunStopExitSchema: z$1.ZodObject<{
15600
+ actual_departure_time: z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
15601
+ time_zone_id: z$1.ZodEffects<z$1.ZodString, string, string>;
15602
+ }, "strip", z$1.ZodTypeAny, {
15603
+ time_zone_id: string;
15604
+ actual_departure_time: string;
15605
+ }, {
15606
+ time_zone_id: string;
15607
+ actual_departure_time: string;
15608
+ }>;
15609
+ type FixedScheduleDayRunStopExitDTO = z$1.infer<typeof FixedScheduleDayRunStopExitSchema>;
15610
+ declare const toFixedScheduleDayRunUpdatePayload: (row: FixedScheduleDayRun) => FixedScheduleDayRunUpdateDTO;
15611
+ declare const newFixedScheduleDayRunUpdatePayload: () => FixedScheduleDayRunUpdateDTO;
15612
+ declare const toFixedScheduleDayRunCancelPayload: (row: FixedScheduleDayRun) => FixedScheduleDayRunCancelDTO;
15613
+ declare const newFixedScheduleDayRunCancelPayload: () => FixedScheduleDayRunCancelDTO;
15614
+ declare const toFixedScheduleDayRunStudentUpdatePayload: (row: FixedScheduleDayRunStudent) => FixedScheduleDayRunStudentUpdateDTO;
15615
+ declare const newFixedScheduleDayRunStudentUpdatePayload: () => FixedScheduleDayRunStudentUpdateDTO;
15616
+ declare const toFixedScheduleDayRunStopEnterPayload: (row: FixedScheduleDayRunStop) => FixedScheduleDayRunStopEnterDTO;
15617
+ declare const newFixedScheduleDayRunStopEnterPayload: () => FixedScheduleDayRunStopEnterDTO;
15618
+ declare const toFixedScheduleDayRunStopExitPayload: (row: FixedScheduleDayRunStop) => FixedScheduleDayRunStopExitDTO;
15619
+ declare const newFixedScheduleDayRunStopExitPayload: () => FixedScheduleDayRunStopExitDTO;
15620
+ declare const get_student_attendance_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
15621
+ declare const find: (data: FixedScheduleDayRunQueryDTO) => Promise<FBR<FixedScheduleDayRun[]>>;
15622
+ declare const update_fixed_schedule_day_run: (id: string, data: FixedScheduleDayRunUpdateDTO) => Promise<SBR>;
15623
+ declare const cancel_fixed_schedule_day_run: (id: string, data: FixedScheduleDayRunCancelDTO) => Promise<SBR>;
15624
+ declare const update_student_boarded: (id: string, data: FixedScheduleDayRunStudentUpdateDTO) => Promise<SBR>;
15625
+ declare const update_student_handovered: (id: string, data: FixedScheduleDayRunStudentUpdateDTO) => Promise<SBR>;
15626
+ declare const update_stop_enter: (id: string, data: FixedScheduleDayRunStopEnterDTO) => Promise<SBR>;
15627
+ declare const update_stop_exit: (id: string, data: FixedScheduleDayRunStopExitDTO) => Promise<SBR>;
15628
+
15274
15629
  interface MasterRoute extends Record<string, unknown> {
15275
15630
  route_id: string;
15276
15631
  route_name: string;
@@ -15302,16 +15657,33 @@ interface MasterRoute extends Record<string, unknown> {
15302
15657
  branch_name?: string;
15303
15658
  branch_city?: string;
15304
15659
  MasterRouteStop?: MasterRouteStop[];
15660
+ MasterFixedSchedule?: MasterFixedSchedule[];
15661
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
15662
+ FixedScheduleDayRun?: FixedScheduleDayRun[];
15663
+ FixedScheduleDayRunStop?: FixedScheduleDayRunStop[];
15664
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
15305
15665
  _count?: {
15306
15666
  MasterRouteStop?: number;
15667
+ MasterFixedSchedule?: number;
15668
+ MasterFixedScheduleStudent?: number;
15669
+ FixedScheduleDayRun?: number;
15670
+ FixedScheduleDayRunStop?: number;
15671
+ FixedScheduleDayRunStudent?: number;
15307
15672
  };
15308
15673
  }
15309
15674
  interface MasterRouteStop extends Record<string, unknown> {
15310
15675
  route_stop_id: string;
15311
15676
  leg: BusLeg;
15312
15677
  order_no: number;
15313
- stop_duration_seconds: number;
15314
- travel_seconds_to_next_stop: number;
15678
+ stop_duration_seconds?: number;
15679
+ travel_seconds_to_next_stop?: number;
15680
+ stop_name?: string;
15681
+ geofence_type?: GeofenceType;
15682
+ radius_m?: number;
15683
+ radius_km?: number;
15684
+ latitude?: number;
15685
+ longitude?: number;
15686
+ poliline_data?: unknown[];
15315
15687
  status: Status;
15316
15688
  added_date_time?: string;
15317
15689
  modified_date_time?: string;
@@ -15328,8 +15700,10 @@ interface MasterRouteStop extends Record<string, unknown> {
15328
15700
  route_name?: string;
15329
15701
  bus_stop_id: string;
15330
15702
  BusStop?: BusStop;
15331
- stop_name?: string;
15332
- _count?: {};
15703
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
15704
+ _count?: {
15705
+ MasterFixedScheduleStudent?: number;
15706
+ };
15333
15707
  }
15334
15708
  declare const MasterRouteSchema: z.ZodObject<{
15335
15709
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
@@ -15337,8 +15711,6 @@ declare const MasterRouteSchema: z.ZodObject<{
15337
15711
  route_name: z.ZodEffects<z.ZodString, string, string>;
15338
15712
  route_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
15339
15713
  route_status: z.ZodType<Status, z.ZodTypeDef, Status>;
15340
- pickup_journey_time_in_minutes: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
15341
- drop_journey_time_in_minutes: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
15342
15714
  pickup_start_stop_id: z.ZodEffects<z.ZodString, string, string>;
15343
15715
  pickup_end_stop_id: z.ZodEffects<z.ZodString, string, string>;
15344
15716
  drop_start_stop_id: z.ZodEffects<z.ZodString, string, string>;
@@ -15351,8 +15723,6 @@ declare const MasterRouteSchema: z.ZodObject<{
15351
15723
  route_name: string;
15352
15724
  route_notes: string;
15353
15725
  route_status: Status;
15354
- pickup_journey_time_in_minutes: number;
15355
- drop_journey_time_in_minutes: number;
15356
15726
  pickup_start_stop_id: string;
15357
15727
  pickup_end_stop_id: string;
15358
15728
  drop_start_stop_id: string;
@@ -15368,8 +15738,6 @@ declare const MasterRouteSchema: z.ZodObject<{
15368
15738
  drop_start_stop_id: string;
15369
15739
  drop_end_stop_id: string;
15370
15740
  route_notes?: string | undefined;
15371
- pickup_journey_time_in_minutes?: unknown;
15372
- drop_journey_time_in_minutes?: unknown;
15373
15741
  }>;
15374
15742
  type MasterRouteDTO = z.infer<typeof MasterRouteSchema>;
15375
15743
  declare const MasterRouteQuerySchema: z.ZodObject<{
@@ -15431,8 +15799,8 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
15431
15799
  time_zone_id: string;
15432
15800
  organisation_ids: string[];
15433
15801
  organisation_branch_ids: string[];
15434
- route_status: Status[];
15435
15802
  route_ids: string[];
15803
+ route_status: Status[];
15436
15804
  }, {
15437
15805
  date_format_id: string;
15438
15806
  time_zone_id: string;
@@ -15457,8 +15825,8 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
15457
15825
  include_master_data?: YesNo | undefined;
15458
15826
  organisation_ids?: string[] | undefined;
15459
15827
  organisation_branch_ids?: string[] | undefined;
15460
- route_status?: Status[] | undefined;
15461
15828
  route_ids?: string[] | undefined;
15829
+ route_status?: Status[] | undefined;
15462
15830
  }>;
15463
15831
  type MasterRouteQueryDTO = z.infer<typeof MasterRouteQuerySchema>;
15464
15832
  declare const MasterRouteStopSchema: z.ZodObject<{
@@ -15620,10 +15988,19 @@ declare const deleteMasterRoute: (id: string) => Promise<SBR>;
15620
15988
  declare const appendRouteStop: (data: MasterRouteStopCreateDTO) => Promise<SBR>;
15621
15989
  declare const updateRouteStop: (id: string, data: MasterRouteStopUpdateDTO) => Promise<SBR>;
15622
15990
  declare const reorderRouteStops: (data: MasterRouteStopReorderDTO) => Promise<SBR>;
15623
- declare const deleteRouteStopsAll: (data: MasterRouteStopDeleteDTO) => Promise<SBR>;
15624
15991
  declare const deleteRouteStopReorder: (data: MasterRouteStopDeleteReOrderDTO) => Promise<SBR>;
15992
+ declare const deleteRouteStopsAll: (data: MasterRouteStopDeleteDTO) => Promise<SBR>;
15625
15993
  declare const update_journey_time: (data: MasterRouteJourneyTimeDTO) => Promise<SBR>;
15994
+ declare const findRouteStopCache: (route_id: string) => Promise<FBR<MasterRouteStop[]>>;
15626
15995
 
15996
+ interface SchoolDashboard {
15997
+ main_counts: {
15998
+ noticeboard: number;
15999
+ students: number;
16000
+ leave_requests: number;
16001
+ route_change_requests: number;
16002
+ };
16003
+ }
15627
16004
  interface Student extends Record<string, unknown> {
15628
16005
  student_id: string;
15629
16006
  photo_url?: string;
@@ -15662,13 +16039,13 @@ interface Student extends Record<string, unknown> {
15662
16039
  Drop_MasterFixedSchedule?: MasterFixedSchedule;
15663
16040
  drop_schedule_name?: string;
15664
16041
  status: Status;
15665
- added_date_time: string;
15666
- modified_date_time: string;
16042
+ added_date_time?: string;
16043
+ modified_date_time?: string;
15667
16044
  organisation_id: string;
15668
16045
  UserOrganisation?: UserOrganisation;
15669
16046
  organisation_name?: string;
15670
16047
  organisation_code?: string;
15671
- organisation_branch_id?: string;
16048
+ organisation_branch_id: string;
15672
16049
  OrganisationBranch?: OrganisationBranch;
15673
16050
  branch_name?: string;
15674
16051
  branch_city?: string;
@@ -15696,7 +16073,8 @@ interface Student extends Record<string, unknown> {
15696
16073
  StudentStopChangeRequest?: StudentStopChangeRequest[];
15697
16074
  StudentTransportPlanTypeChangeHistory?: StudentTransportPlanTypeChangeHistory[];
15698
16075
  StudentLoginPush?: StudentLoginPush[];
15699
- MasterRouteStudent?: MasterRouteStudent[];
16076
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
16077
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
15700
16078
  _count?: {
15701
16079
  StudentAddress?: number;
15702
16080
  StudentGuardianLink?: number;
@@ -15704,19 +16082,10 @@ interface Student extends Record<string, unknown> {
15704
16082
  StudentStopChangeRequest?: number;
15705
16083
  StudentTransportPlanTypeChangeHistory?: number;
15706
16084
  StudentLoginPush?: number;
15707
- MasterRouteStudent?: number;
15708
- MasterRouteStudentChangeHistory?: number;
16085
+ MasterFixedScheduleStudent?: number;
15709
16086
  FixedScheduleDayRunStudent?: number;
15710
16087
  };
15711
16088
  }
15712
- interface SchoolDashboard {
15713
- main_counts: {
15714
- noticeboard: number;
15715
- students: number;
15716
- leave_requests: number;
15717
- route_change_requests: number;
15718
- };
15719
- }
15720
16089
  interface StudentAddress extends Record<string, unknown> {
15721
16090
  student_address_id: string;
15722
16091
  address_line1?: string;
@@ -15739,8 +16108,8 @@ interface StudentAddress extends Record<string, unknown> {
15739
16108
  is_default: YesNo;
15740
16109
  notes?: string;
15741
16110
  status: Status;
15742
- added_date_time: string;
15743
- modified_date_time: string;
16111
+ added_date_time?: string;
16112
+ modified_date_time?: string;
15744
16113
  organisation_id: string;
15745
16114
  UserOrganisation?: UserOrganisation;
15746
16115
  organisation_name?: string;
@@ -15770,8 +16139,8 @@ interface StudentGuardian extends Record<string, unknown> {
15770
16139
  email?: string;
15771
16140
  alternative_mobile?: string;
15772
16141
  status: Status;
15773
- added_date_time: string;
15774
- modified_date_time: string;
16142
+ added_date_time?: string;
16143
+ modified_date_time?: string;
15775
16144
  organisation_id: string;
15776
16145
  UserOrganisation?: UserOrganisation;
15777
16146
  organisation_name?: string;
@@ -15781,10 +16150,8 @@ interface StudentGuardian extends Record<string, unknown> {
15781
16150
  branch_name?: string;
15782
16151
  branch_city?: string;
15783
16152
  StudentGuardianLink?: StudentGuardianLink[];
15784
- StudentGuardianLoginPush?: StudentGuardianLoginPush[];
15785
16153
  _count?: {
15786
16154
  StudentGuardianLink?: number;
15787
- StudentGuardianLoginPush?: number;
15788
16155
  };
15789
16156
  }
15790
16157
  interface StudentGuardianLink extends Record<string, unknown> {
@@ -15792,8 +16159,8 @@ interface StudentGuardianLink extends Record<string, unknown> {
15792
16159
  is_primary: YesNo;
15793
16160
  notes?: string;
15794
16161
  status: Status;
15795
- added_date_time: string;
15796
- modified_date_time: string;
16162
+ added_date_time?: string;
16163
+ modified_date_time?: string;
15797
16164
  organisation_id: string;
15798
16165
  UserOrganisation?: UserOrganisation;
15799
16166
  organisation_name?: string;
@@ -15819,18 +16186,14 @@ interface StudentGuardianLink extends Record<string, unknown> {
15819
16186
  interface StudentLeaveRequest extends Record<string, unknown> {
15820
16187
  student_leave_request_id: string;
15821
16188
  date_from: string;
15822
- date_from_f: string;
16189
+ date_from_f?: string;
15823
16190
  date_to: string;
15824
- date_to_f: string;
16191
+ date_to_f?: string;
15825
16192
  leave_type: StudentLeaveType;
15826
16193
  reason?: string;
15827
- approval_status: ApprovalStatus;
15828
- approval_notes?: string;
15829
- approval_date?: string;
15830
- approval_date_f?: string;
15831
16194
  status: Status;
15832
- added_date_time: string;
15833
- modified_date_time: string;
16195
+ added_date_time?: string;
16196
+ modified_date_time?: string;
15834
16197
  organisation_id: string;
15835
16198
  UserOrganisation?: UserOrganisation;
15836
16199
  organisation_name?: string;
@@ -15851,18 +16214,18 @@ interface StudentStopChangeRequest extends Record<string, unknown> {
15851
16214
  change_pickup: YesNo;
15852
16215
  change_drop: YesNo;
15853
16216
  is_temporary: YesNo;
15854
- reason?: string;
15855
16217
  apply_from: string;
15856
16218
  apply_from_f?: string;
15857
16219
  apply_until?: string;
15858
16220
  apply_until_f?: string;
16221
+ reason?: string;
15859
16222
  approval_status: ApprovalStatus;
15860
16223
  approval_notes?: string;
15861
16224
  approval_date?: string;
15862
16225
  approval_date_f?: string;
15863
16226
  status: Status;
15864
- added_date_time: string;
15865
- modified_date_time: string;
16227
+ added_date_time?: string;
16228
+ modified_date_time?: string;
15866
16229
  organisation_id: string;
15867
16230
  UserOrganisation?: UserOrganisation;
15868
16231
  organisation_name?: string;
@@ -15888,8 +16251,8 @@ interface StudentTransportPlanTypeChangeHistory extends Record<string, unknown>
15888
16251
  changed_at: string;
15889
16252
  changed_at_f?: string;
15890
16253
  status: Status;
15891
- added_date_time: string;
15892
- modified_date_time: string;
16254
+ added_date_time?: string;
16255
+ modified_date_time?: string;
15893
16256
  organisation_id: string;
15894
16257
  UserOrganisation?: UserOrganisation;
15895
16258
  organisation_name?: string;
@@ -15907,16 +16270,6 @@ interface StudentTransportPlanTypeChangeHistory extends Record<string, unknown>
15907
16270
  }
15908
16271
  interface StudentLoginPush extends Record<string, unknown> {
15909
16272
  student_login_push_id: string;
15910
- student_id: string;
15911
- Student?: Student;
15912
- roll_number?: string;
15913
- first_name?: string;
15914
- last_name?: string;
15915
- mobile_number?: string;
15916
- organisation_id: string;
15917
- UserOrganisation?: UserOrganisation;
15918
- organisation_name?: string;
15919
- organisation_code?: string;
15920
16273
  fcm_token: string;
15921
16274
  platform: LoginFrom;
15922
16275
  user_agent?: string;
@@ -15929,19 +16282,21 @@ interface StudentLoginPush extends Record<string, unknown> {
15929
16282
  browser_version?: string;
15930
16283
  app_version?: string;
15931
16284
  status: Status;
15932
- added_date_time: string;
15933
- modified_date_time: string;
15934
- }
15935
- interface StudentGuardianLoginPush extends Record<string, unknown> {
15936
- guardian_login_push_id: string;
15937
- guardian_id: string;
15938
- StudentGuardian?: StudentGuardian;
15939
- name?: string;
15940
- mobile?: string;
16285
+ added_date_time?: string;
16286
+ modified_date_time?: string;
15941
16287
  organisation_id: string;
15942
16288
  UserOrganisation?: UserOrganisation;
15943
16289
  organisation_name?: string;
15944
16290
  organisation_code?: string;
16291
+ student_id: string;
16292
+ Student?: Student;
16293
+ roll_number?: string;
16294
+ first_name?: string;
16295
+ last_name?: string;
16296
+ mobile_number?: string;
16297
+ }
16298
+ interface StudentGuardianLoginPush extends Record<string, unknown> {
16299
+ guardian_login_push_id: string;
15945
16300
  fcm_token: string;
15946
16301
  platform: LoginFrom;
15947
16302
  user_agent?: string;
@@ -15954,8 +16309,16 @@ interface StudentGuardianLoginPush extends Record<string, unknown> {
15954
16309
  browser_version?: string;
15955
16310
  app_version?: string;
15956
16311
  status: Status;
15957
- added_date_time: string;
15958
- modified_date_time: string;
16312
+ added_date_time?: string;
16313
+ modified_date_time?: string;
16314
+ organisation_id: string;
16315
+ UserOrganisation?: UserOrganisation;
16316
+ organisation_name?: string;
16317
+ organisation_code?: string;
16318
+ guardian_id: string;
16319
+ StudentGuardian?: StudentGuardian;
16320
+ name?: string;
16321
+ mobile?: string;
15959
16322
  }
15960
16323
  declare const StudentSchema: z.ZodObject<{
15961
16324
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
@@ -15996,12 +16359,12 @@ declare const StudentSchema: z.ZodObject<{
15996
16359
  semester_id: string;
15997
16360
  stream_id: string;
15998
16361
  year_id: string;
16362
+ roll_number: string;
16363
+ mobile_number: string;
15999
16364
  photo_url: string;
16000
16365
  photo_key: string;
16001
16366
  photo_name: string;
16002
16367
  admission_number: string;
16003
- roll_number: string;
16004
- mobile_number: string;
16005
16368
  date_of_birth: string;
16006
16369
  gender: Gender;
16007
16370
  blood_group: BloodGroup;
@@ -16021,12 +16384,12 @@ declare const StudentSchema: z.ZodObject<{
16021
16384
  year_id: string;
16022
16385
  email?: string | undefined;
16023
16386
  last_name?: string | undefined;
16387
+ roll_number?: string | undefined;
16388
+ mobile_number?: string | undefined;
16024
16389
  photo_url?: string | undefined;
16025
16390
  photo_key?: string | undefined;
16026
16391
  photo_name?: string | undefined;
16027
16392
  admission_number?: string | undefined;
16028
- roll_number?: string | undefined;
16029
- mobile_number?: string | undefined;
16030
16393
  date_of_birth?: string | undefined;
16031
16394
  gender?: Gender | undefined;
16032
16395
  blood_group?: BloodGroup | undefined;
@@ -16173,90 +16536,7 @@ declare const StudentQuerySchema: z.ZodObject<{
16173
16536
  drop_fixed_schedule_ids?: string[] | undefined;
16174
16537
  }>;
16175
16538
  type StudentQueryDTO = z.infer<typeof StudentQuerySchema>;
16176
- declare const SchoolDashBoardQuerySchema: z.ZodObject<{
16177
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16178
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
16179
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
16180
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
16181
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
16182
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
16183
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16184
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
16185
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16186
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
16187
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16188
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16189
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16190
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
16191
- name: z.ZodEffects<z.ZodString, string, string>;
16192
- field: z.ZodEffects<z.ZodString, string, string>;
16193
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
16194
- }, "strip", z.ZodTypeAny, {
16195
- name: string;
16196
- field: string;
16197
- direction: OrderBy;
16198
- }, {
16199
- name: string;
16200
- field: string;
16201
- direction: OrderBy;
16202
- }>, "many">>>;
16203
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
16204
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
16205
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16206
- } & {
16207
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16208
- organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16209
- }, "strip", z.ZodTypeAny, {
16210
- status: Status[];
16211
- search: string;
16212
- paging: PAGING;
16213
- page_count: number;
16214
- page_index: number;
16215
- load_parents: LoadParents;
16216
- load_parents_list: string[];
16217
- load_child: LoadChild;
16218
- load_child_list: string[];
16219
- load_child_count: LoadChildCount;
16220
- load_child_count_list: string[];
16221
- include_details: Record<string, any>;
16222
- where_relations: Record<string, any>;
16223
- order_by: {
16224
- name: string;
16225
- field: string;
16226
- direction: OrderBy;
16227
- }[];
16228
- include_master_data: YesNo;
16229
- date_format_id: string;
16230
- time_zone_id: string;
16231
- organisation_ids: string[];
16232
- organisation_branch_ids: string[];
16233
- }, {
16234
- date_format_id: string;
16235
- time_zone_id: string;
16236
- status?: Status[] | undefined;
16237
- search?: string | undefined;
16238
- paging?: PAGING | undefined;
16239
- page_count?: unknown;
16240
- page_index?: unknown;
16241
- load_parents?: LoadParents | undefined;
16242
- load_parents_list?: string[] | undefined;
16243
- load_child?: LoadChild | undefined;
16244
- load_child_list?: string[] | undefined;
16245
- load_child_count?: LoadChildCount | undefined;
16246
- load_child_count_list?: string[] | undefined;
16247
- include_details?: Record<string, any> | undefined;
16248
- where_relations?: Record<string, any> | undefined;
16249
- order_by?: {
16250
- name: string;
16251
- field: string;
16252
- direction: OrderBy;
16253
- }[] | undefined;
16254
- include_master_data?: YesNo | undefined;
16255
- organisation_ids?: string[] | undefined;
16256
- organisation_branch_ids?: string[] | undefined;
16257
- }>;
16258
- type SchoolDashBoardQueryDTO = z.infer<typeof SchoolDashBoardQuerySchema>;
16259
- declare const StudentNoRouteQuerySchema: z.ZodObject<{
16539
+ declare const StudentNoFixedScheduleQuerySchema: z.ZodObject<{
16260
16540
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16261
16541
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
16262
16542
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -16338,7 +16618,7 @@ declare const StudentNoRouteQuerySchema: z.ZodObject<{
16338
16618
  }[] | undefined;
16339
16619
  include_master_data?: YesNo | undefined;
16340
16620
  }>;
16341
- type StudentNoRouteQueryDTO = z.infer<typeof StudentNoRouteQuerySchema>;
16621
+ type StudentNoFixedScheduleQueryDTO = z.infer<typeof StudentNoFixedScheduleQuerySchema>;
16342
16622
  declare const StudentAddressSchema: z.ZodObject<{
16343
16623
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
16344
16624
  organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
@@ -16784,28 +17064,14 @@ declare const StudentLeaveRequestSchema: z.ZodObject<{
16784
17064
  }, {
16785
17065
  organisation_id: string;
16786
17066
  time_zone_id: string;
16787
- organisation_branch_id: string;
16788
- student_id: string;
16789
- date_from: string;
16790
- date_to: string;
16791
- leave_type: StudentLeaveType;
16792
- reason?: string | undefined;
16793
- }>;
16794
- type StudentLeaveRequestDTO = z.infer<typeof StudentLeaveRequestSchema>;
16795
- declare const StudentLeaveRequestApprovalSchema: z.ZodObject<{
16796
- approval_status: z.ZodType<ApprovalStatus, z.ZodTypeDef, ApprovalStatus>;
16797
- approval_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16798
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16799
- }, "strip", z.ZodTypeAny, {
16800
- time_zone_id: string;
16801
- approval_status: ApprovalStatus;
16802
- approval_notes: string;
16803
- }, {
16804
- time_zone_id: string;
16805
- approval_status: ApprovalStatus;
16806
- approval_notes?: string | undefined;
17067
+ organisation_branch_id: string;
17068
+ student_id: string;
17069
+ date_from: string;
17070
+ date_to: string;
17071
+ leave_type: StudentLeaveType;
17072
+ reason?: string | undefined;
16807
17073
  }>;
16808
- type StudentLeaveRequestApprovalDTO = z.infer<typeof StudentLeaveRequestApprovalSchema>;
17074
+ type StudentLeaveRequestDTO = z.infer<typeof StudentLeaveRequestSchema>;
16809
17075
  declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16810
17076
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16811
17077
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
@@ -16841,7 +17107,6 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16841
17107
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16842
17108
  student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16843
17109
  student_leave_request_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16844
- approval_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ApprovalStatus>, "many">>>;
16845
17110
  }, "strip", z.ZodTypeAny, {
16846
17111
  status: Status[];
16847
17112
  search: string;
@@ -16866,7 +17131,6 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16866
17131
  time_zone_id: string;
16867
17132
  organisation_ids: string[];
16868
17133
  organisation_branch_ids: string[];
16869
- approval_status: ApprovalStatus[];
16870
17134
  student_ids: string[];
16871
17135
  student_leave_request_ids: string[];
16872
17136
  }, {
@@ -16893,7 +17157,6 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16893
17157
  include_master_data?: YesNo | undefined;
16894
17158
  organisation_ids?: string[] | undefined;
16895
17159
  organisation_branch_ids?: string[] | undefined;
16896
- approval_status?: ApprovalStatus[] | undefined;
16897
17160
  student_ids?: string[] | undefined;
16898
17161
  student_leave_request_ids?: string[] | undefined;
16899
17162
  }>;
@@ -17134,6 +17397,89 @@ declare const StudentTransportPlanTypeChangeHistoryQuerySchema: z.ZodObject<{
17134
17397
  student_transport_plan_type_change_history_ids?: string[] | undefined;
17135
17398
  }>;
17136
17399
  type StudentTransportPlanTypeChangeHistoryQueryDTO = z.infer<typeof StudentTransportPlanTypeChangeHistoryQuerySchema>;
17400
+ declare const SchoolDashBoardQuerySchema: z.ZodObject<{
17401
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17402
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17403
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
17404
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17405
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17406
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
17407
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17408
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
17409
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17410
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
17411
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17412
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17413
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17414
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17415
+ name: z.ZodEffects<z.ZodString, string, string>;
17416
+ field: z.ZodEffects<z.ZodString, string, string>;
17417
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
17418
+ }, "strip", z.ZodTypeAny, {
17419
+ name: string;
17420
+ field: string;
17421
+ direction: OrderBy;
17422
+ }, {
17423
+ name: string;
17424
+ field: string;
17425
+ direction: OrderBy;
17426
+ }>, "many">>>;
17427
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17428
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
17429
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17430
+ } & {
17431
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17432
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17433
+ }, "strip", z.ZodTypeAny, {
17434
+ status: Status[];
17435
+ search: string;
17436
+ paging: PAGING;
17437
+ page_count: number;
17438
+ page_index: number;
17439
+ load_parents: LoadParents;
17440
+ load_parents_list: string[];
17441
+ load_child: LoadChild;
17442
+ load_child_list: string[];
17443
+ load_child_count: LoadChildCount;
17444
+ load_child_count_list: string[];
17445
+ include_details: Record<string, any>;
17446
+ where_relations: Record<string, any>;
17447
+ order_by: {
17448
+ name: string;
17449
+ field: string;
17450
+ direction: OrderBy;
17451
+ }[];
17452
+ include_master_data: YesNo;
17453
+ date_format_id: string;
17454
+ time_zone_id: string;
17455
+ organisation_ids: string[];
17456
+ organisation_branch_ids: string[];
17457
+ }, {
17458
+ date_format_id: string;
17459
+ time_zone_id: string;
17460
+ status?: Status[] | undefined;
17461
+ search?: string | undefined;
17462
+ paging?: PAGING | undefined;
17463
+ page_count?: unknown;
17464
+ page_index?: unknown;
17465
+ load_parents?: LoadParents | undefined;
17466
+ load_parents_list?: string[] | undefined;
17467
+ load_child?: LoadChild | undefined;
17468
+ load_child_list?: string[] | undefined;
17469
+ load_child_count?: LoadChildCount | undefined;
17470
+ load_child_count_list?: string[] | undefined;
17471
+ include_details?: Record<string, any> | undefined;
17472
+ where_relations?: Record<string, any> | undefined;
17473
+ order_by?: {
17474
+ name: string;
17475
+ field: string;
17476
+ direction: OrderBy;
17477
+ }[] | undefined;
17478
+ include_master_data?: YesNo | undefined;
17479
+ organisation_ids?: string[] | undefined;
17480
+ organisation_branch_ids?: string[] | undefined;
17481
+ }>;
17482
+ type SchoolDashBoardQueryDTO = z.infer<typeof SchoolDashBoardQuerySchema>;
17137
17483
  declare const toStudentPayload: (row: Student) => StudentDTO;
17138
17484
  declare const newStudentPayload: () => StudentDTO;
17139
17485
  declare const toStudentAddressPayload: (row: StudentAddress) => StudentAddressDTO;
@@ -17154,9 +17500,9 @@ declare const findStudent: (data: StudentQueryDTO) => Promise<FBR<Student[]>>;
17154
17500
  declare const createStudent: (data: StudentDTO) => Promise<SBR>;
17155
17501
  declare const updateStudent: (id: string, data: StudentDTO) => Promise<SBR>;
17156
17502
  declare const deleteStudent: (id: string) => Promise<SBR>;
17157
- declare const findStudentsWithNoRoutePickup: (data: StudentNoRouteQueryDTO) => Promise<FBR<Student[]>>;
17158
- declare const findStudentsWithNoRouteDrop: (data: StudentNoRouteQueryDTO) => Promise<FBR<Student[]>>;
17159
- declare const updateProfilePicture: (id: string, data: StudentProfilePictureDTO) => Promise<SBR>;
17503
+ declare const school_dashboard: (data: SchoolDashBoardQueryDTO) => Promise<FBR<SchoolDashboard[]>>;
17504
+ declare const find_students_with_no_fixed_schedule_pickup: (data: StudentNoFixedScheduleQueryDTO) => Promise<FBR<Student[]>>;
17505
+ declare const find_students_with_no_fixed_schedule_drop: (data: StudentNoFixedScheduleQueryDTO) => Promise<FBR<Student[]>>;
17160
17506
  declare const createStudentAddress: (data: StudentAddressDTO) => Promise<SBR>;
17161
17507
  declare const findStudentAddress: (data: StudentAddressQueryDTO) => Promise<FBR<StudentAddress[]>>;
17162
17508
  declare const updateStudentAddress: (id: string, data: StudentAddressDTO) => Promise<SBR>;
@@ -17172,7 +17518,6 @@ declare const findStudentGuardianAutofillDetails: (data: StudentGuardianAutofill
17172
17518
  declare const createStudentLeaveRequest: (data: StudentLeaveRequestDTO) => Promise<SBR>;
17173
17519
  declare const findStudentLeaveRequest: (data: StudentLeaveRequestQueryDTO) => Promise<FBR<StudentLeaveRequest[]>>;
17174
17520
  declare const updateStudentLeaveRequest: (id: string, data: StudentLeaveRequestDTO) => Promise<SBR>;
17175
- declare const approveLeaveRequest: (id: string, data: StudentLeaveRequestApprovalDTO) => Promise<SBR>;
17176
17521
  declare const deleteStudentLeaveRequest: (id: string) => Promise<SBR>;
17177
17522
  declare const findStudentStopChangeRequest: (data: StudentStopChangeRequestQueryDTO) => Promise<FBR<StudentStopChangeRequest[]>>;
17178
17523
  declare const createStudentStopChangeRequest: (data: StudentStopChangeRequestDTO) => Promise<SBR>;
@@ -17180,18 +17525,19 @@ declare const updateStudentStopChangeRequest: (id: string, data: StudentStopChan
17180
17525
  declare const approveStopChangeRequest: (id: string, data: StudentStopChangeRequestApprovalDTO) => Promise<SBR>;
17181
17526
  declare const deleteStudentStopChangeRequest: (id: string) => Promise<SBR>;
17182
17527
  declare const findStudentTransportPlanTypeChangeHistory: (data: StudentTransportPlanTypeChangeHistoryQueryDTO) => Promise<FBR<StudentTransportPlanTypeChangeHistory[]>>;
17183
- declare const school_dashboard: (data: SchoolDashBoardQueryDTO) => Promise<FBR<SchoolDashboard[]>>;
17184
17528
 
17185
17529
  interface MasterFixedSchedule extends Record<string, unknown> {
17186
17530
  fixed_schedule_id: string;
17187
17531
  schedule_name: string;
17188
17532
  schedule_status: Status;
17189
- is_stops_finalized: YesNo;
17190
17533
  schedule_type: BusLeg;
17534
+ max_seating_count: number;
17191
17535
  start_time?: string;
17192
17536
  end_time?: string;
17193
17537
  schedule_plan_start_date?: string;
17538
+ schedule_plan_start_date_f?: string;
17194
17539
  schedule_plan_end_date?: string;
17540
+ schedule_plan_end_date_f?: string;
17195
17541
  sunday: YesNo;
17196
17542
  monday: YesNo;
17197
17543
  tuesday: YesNo;
@@ -17212,27 +17558,31 @@ interface MasterFixedSchedule extends Record<string, unknown> {
17212
17558
  branch_city?: string;
17213
17559
  route_id: string;
17214
17560
  MasterRoute?: MasterRoute;
17215
- vehicle_id?: string;
17561
+ route_name?: string;
17562
+ vehicle_id: string;
17216
17563
  MasterVehicle?: MasterVehicle;
17217
17564
  vehicle_number?: string;
17218
17565
  vehicle_type?: string;
17219
17566
  driver_id?: string;
17220
- MasterDriver?: MasterDriver;
17567
+ Driver?: MasterDriver;
17221
17568
  driver_details?: string;
17222
17569
  attendant_id?: string;
17223
17570
  Attendant?: MasterDriver;
17224
17571
  attendant_details?: string;
17225
- MasterRouteStudent?: MasterRouteStudent[];
17572
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
17573
+ FixedScheduleDayRun?: FixedScheduleDayRun[];
17574
+ FixedScheduleDayRunStop?: FixedScheduleDayRunStop[];
17575
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
17226
17576
  _count?: {
17227
- MasterRouteStudent?: number;
17577
+ MasterFixedScheduleStudent?: number;
17228
17578
  FixedScheduleDayRun?: number;
17229
17579
  FixedScheduleDayRunStop?: number;
17230
17580
  FixedScheduleDayRunStudent?: number;
17231
17581
  };
17232
17582
  }
17233
- interface MasterRouteStudent extends Record<string, unknown> {
17234
- route_student_id: string;
17235
- leg: BusLeg | string;
17583
+ interface MasterFixedScheduleStudent extends Record<string, unknown> {
17584
+ fixed_schedule_student_id: string;
17585
+ leg: BusLeg;
17236
17586
  status: Status;
17237
17587
  added_date_time?: string;
17238
17588
  modified_date_time?: string;
@@ -17244,14 +17594,22 @@ interface MasterRouteStudent extends Record<string, unknown> {
17244
17594
  OrganisationBranch?: OrganisationBranch;
17245
17595
  branch_name?: string;
17246
17596
  branch_city?: string;
17597
+ student_id: string;
17598
+ Student?: Student;
17599
+ roll_number?: string;
17600
+ first_name?: string;
17601
+ last_name?: string;
17602
+ mobile_number?: string;
17603
+ fixed_schedule_id: string;
17604
+ MasterFixedSchedule?: MasterFixedSchedule;
17605
+ schedule_name?: string;
17247
17606
  route_id: string;
17248
17607
  MasterRoute?: MasterRoute;
17249
- student_id?: string;
17250
- Student?: Student;
17608
+ route_name?: string;
17251
17609
  route_stop_id?: string;
17252
17610
  MasterRouteStop?: MasterRouteStop;
17253
- fixed_schedule_id?: string;
17254
- MasterFixedSchedule?: MasterFixedSchedule;
17611
+ order_no?: string;
17612
+ stop_name?: string;
17255
17613
  }
17256
17614
  declare const MasterFixedScheduleSchema: z.ZodObject<{
17257
17615
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
@@ -17262,10 +17620,10 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
17262
17620
  attendant_id: z.ZodEffects<z.ZodString, string, string>;
17263
17621
  schedule_name: z.ZodEffects<z.ZodString, string, string>;
17264
17622
  schedule_status: z.ZodType<Status, z.ZodTypeDef, Status>;
17265
- is_stops_finalized: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17266
17623
  schedule_type: z.ZodType<BusLeg, z.ZodTypeDef, BusLeg>;
17267
- start_time: z.ZodEffects<z.ZodString, string, string>;
17268
- end_time: z.ZodEffects<z.ZodString, string, string>;
17624
+ max_seating_count: z.ZodEffects<z.ZodNumber, number, unknown>;
17625
+ start_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17626
+ end_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17269
17627
  schedule_plan_start_date: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>>;
17270
17628
  schedule_plan_end_date: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>>;
17271
17629
  sunday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
@@ -17284,11 +17642,12 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
17284
17642
  organisation_branch_id: string;
17285
17643
  vehicle_id: string;
17286
17644
  driver_id: string;
17645
+ schedule_type: BusLeg;
17287
17646
  route_id: string;
17288
17647
  schedule_name: string;
17648
+ attendant_id: string;
17289
17649
  schedule_status: Status;
17290
- is_stops_finalized: YesNo;
17291
- schedule_type: BusLeg;
17650
+ max_seating_count: number;
17292
17651
  start_time: string;
17293
17652
  end_time: string;
17294
17653
  schedule_plan_start_date: string;
@@ -17300,7 +17659,6 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
17300
17659
  thursday: YesNo;
17301
17660
  friday: YesNo;
17302
17661
  saturday: YesNo;
17303
- attendant_id: string;
17304
17662
  }, {
17305
17663
  status: Status;
17306
17664
  organisation_id: string;
@@ -17308,13 +17666,11 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
17308
17666
  organisation_branch_id: string;
17309
17667
  vehicle_id: string;
17310
17668
  driver_id: string;
17669
+ schedule_type: BusLeg;
17311
17670
  route_id: string;
17312
17671
  schedule_name: string;
17672
+ attendant_id: string;
17313
17673
  schedule_status: Status;
17314
- is_stops_finalized: YesNo;
17315
- schedule_type: BusLeg;
17316
- start_time: string;
17317
- end_time: string;
17318
17674
  sunday: YesNo;
17319
17675
  monday: YesNo;
17320
17676
  tuesday: YesNo;
@@ -17322,7 +17678,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
17322
17678
  thursday: YesNo;
17323
17679
  friday: YesNo;
17324
17680
  saturday: YesNo;
17325
- attendant_id: string;
17681
+ max_seating_count?: unknown;
17682
+ start_time?: string | undefined;
17683
+ end_time?: string | undefined;
17326
17684
  schedule_plan_start_date?: string | undefined;
17327
17685
  schedule_plan_end_date?: string | undefined;
17328
17686
  }>;
@@ -17358,15 +17716,14 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
17358
17716
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
17359
17717
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17360
17718
  } & {
17719
+ fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17361
17720
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17362
17721
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17363
17722
  route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17364
17723
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17365
17724
  driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17366
17725
  attendant_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17367
- fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17368
17726
  schedule_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17369
- is_stops_finalized: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
17370
17727
  schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
17371
17728
  }, "strip", z.ZodTypeAny, {
17372
17729
  status: Status[];
@@ -17394,12 +17751,11 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
17394
17751
  organisation_branch_ids: string[];
17395
17752
  vehicle_ids: string[];
17396
17753
  driver_ids: string[];
17397
- route_ids: string[];
17398
- schedule_status: Status[];
17399
- is_stops_finalized: YesNo[];
17400
17754
  schedule_type: BusLeg[];
17401
- attendant_ids: string[];
17755
+ route_ids: string[];
17402
17756
  fixed_schedule_ids: string[];
17757
+ attendant_ids: string[];
17758
+ schedule_status: Status[];
17403
17759
  }, {
17404
17760
  date_format_id: string;
17405
17761
  time_zone_id: string;
@@ -17426,15 +17782,14 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
17426
17782
  organisation_branch_ids?: string[] | undefined;
17427
17783
  vehicle_ids?: string[] | undefined;
17428
17784
  driver_ids?: string[] | undefined;
17429
- route_ids?: string[] | undefined;
17430
- schedule_status?: Status[] | undefined;
17431
- is_stops_finalized?: YesNo[] | undefined;
17432
17785
  schedule_type?: BusLeg[] | undefined;
17433
- attendant_ids?: string[] | undefined;
17786
+ route_ids?: string[] | undefined;
17434
17787
  fixed_schedule_ids?: string[] | undefined;
17788
+ attendant_ids?: string[] | undefined;
17789
+ schedule_status?: Status[] | undefined;
17435
17790
  }>;
17436
17791
  type MasterFixedScheduleQueryDTO = z.infer<typeof MasterFixedScheduleQuerySchema>;
17437
- declare const StudentNoStopQuerySchema: z.ZodObject<{
17792
+ declare const MasterFixedScheduleStudentQuerySchema: z.ZodObject<{
17438
17793
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17439
17794
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17440
17795
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -17465,7 +17820,14 @@ declare const StudentNoStopQuerySchema: z.ZodObject<{
17465
17820
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
17466
17821
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17467
17822
  } & {
17468
- route_id: z.ZodEffects<z.ZodString, string, string>;
17823
+ fixed_schedule_student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17824
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17825
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17826
+ student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17827
+ fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17828
+ route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17829
+ route_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17830
+ leg: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
17469
17831
  }, "strip", z.ZodTypeAny, {
17470
17832
  status: Status[];
17471
17833
  search: string;
@@ -17488,11 +17850,17 @@ declare const StudentNoStopQuerySchema: z.ZodObject<{
17488
17850
  include_master_data: YesNo;
17489
17851
  date_format_id: string;
17490
17852
  time_zone_id: string;
17491
- route_id: string;
17853
+ organisation_ids: string[];
17854
+ organisation_branch_ids: string[];
17855
+ route_ids: string[];
17856
+ fixed_schedule_ids: string[];
17857
+ leg: BusLeg[];
17858
+ student_ids: string[];
17859
+ fixed_schedule_student_ids: string[];
17860
+ route_stop_ids: string[];
17492
17861
  }, {
17493
17862
  date_format_id: string;
17494
17863
  time_zone_id: string;
17495
- route_id: string;
17496
17864
  status?: Status[] | undefined;
17497
17865
  search?: string | undefined;
17498
17866
  paging?: PAGING | undefined;
@@ -17512,151 +17880,59 @@ declare const StudentNoStopQuerySchema: z.ZodObject<{
17512
17880
  direction: OrderBy;
17513
17881
  }[] | undefined;
17514
17882
  include_master_data?: YesNo | undefined;
17883
+ organisation_ids?: string[] | undefined;
17884
+ organisation_branch_ids?: string[] | undefined;
17885
+ route_ids?: string[] | undefined;
17886
+ fixed_schedule_ids?: string[] | undefined;
17887
+ leg?: BusLeg[] | undefined;
17888
+ student_ids?: string[] | undefined;
17889
+ fixed_schedule_student_ids?: string[] | undefined;
17890
+ route_stop_ids?: string[] | undefined;
17515
17891
  }>;
17516
- type StudentNoStopQueryDTO = z.infer<typeof StudentNoStopQuerySchema>;
17517
- declare const StudentNoScheduleQuerySchema: z.ZodObject<{
17518
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17519
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17520
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
17521
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17522
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17523
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
17524
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17525
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
17526
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17527
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
17528
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17529
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17530
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17531
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17532
- name: z.ZodEffects<z.ZodString, string, string>;
17533
- field: z.ZodEffects<z.ZodString, string, string>;
17534
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
17535
- }, "strip", z.ZodTypeAny, {
17536
- name: string;
17537
- field: string;
17538
- direction: OrderBy;
17539
- }, {
17540
- name: string;
17541
- field: string;
17542
- direction: OrderBy;
17543
- }>, "many">>>;
17544
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17545
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
17546
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17547
- } & {
17548
- route_id: z.ZodEffects<z.ZodString, string, string>;
17892
+ type MasterFixedScheduleStudentQueryDTO = z.infer<typeof MasterFixedScheduleStudentQuerySchema>;
17893
+ declare const AssignFixedScheduleToStudentsSchema: z.ZodObject<{
17894
+ fixed_schedule_id: z.ZodEffects<z.ZodString, string, string>;
17895
+ student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17549
17896
  }, "strip", z.ZodTypeAny, {
17550
- status: Status[];
17551
- search: string;
17552
- paging: PAGING;
17553
- page_count: number;
17554
- page_index: number;
17555
- load_parents: LoadParents;
17556
- load_parents_list: string[];
17557
- load_child: LoadChild;
17558
- load_child_list: string[];
17559
- load_child_count: LoadChildCount;
17560
- load_child_count_list: string[];
17561
- include_details: Record<string, any>;
17562
- where_relations: Record<string, any>;
17563
- order_by: {
17564
- name: string;
17565
- field: string;
17566
- direction: OrderBy;
17567
- }[];
17568
- include_master_data: YesNo;
17569
- date_format_id: string;
17570
- time_zone_id: string;
17571
- route_id: string;
17897
+ fixed_schedule_id: string;
17898
+ student_ids: string[];
17572
17899
  }, {
17573
- date_format_id: string;
17574
- time_zone_id: string;
17575
- route_id: string;
17576
- status?: Status[] | undefined;
17577
- search?: string | undefined;
17578
- paging?: PAGING | undefined;
17579
- page_count?: unknown;
17580
- page_index?: unknown;
17581
- load_parents?: LoadParents | undefined;
17582
- load_parents_list?: string[] | undefined;
17583
- load_child?: LoadChild | undefined;
17584
- load_child_list?: string[] | undefined;
17585
- load_child_count?: LoadChildCount | undefined;
17586
- load_child_count_list?: string[] | undefined;
17587
- include_details?: Record<string, any> | undefined;
17588
- where_relations?: Record<string, any> | undefined;
17589
- order_by?: {
17590
- name: string;
17591
- field: string;
17592
- direction: OrderBy;
17593
- }[] | undefined;
17594
- include_master_data?: YesNo | undefined;
17900
+ fixed_schedule_id: string;
17901
+ student_ids?: string[] | undefined;
17595
17902
  }>;
17596
- type StudentNoScheduleQueryDTO = z.infer<typeof StudentNoScheduleQuerySchema>;
17597
- declare const MasterRouteStudentAssignRemoveSchema: z.ZodObject<{
17598
- route_id: z.ZodEffects<z.ZodString, string, string>;
17903
+ type AssignFixedScheduleToStudentsDTO = z.infer<typeof AssignFixedScheduleToStudentsSchema>;
17904
+ declare const RemoveFixedScheduleToStudentsSchema: z.ZodObject<{
17905
+ fixed_schedule_id: z.ZodEffects<z.ZodString, string, string>;
17599
17906
  student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17600
17907
  }, "strip", z.ZodTypeAny, {
17601
- route_id: string;
17908
+ fixed_schedule_id: string;
17602
17909
  student_ids: string[];
17603
17910
  }, {
17604
- route_id: string;
17911
+ fixed_schedule_id: string;
17605
17912
  student_ids?: string[] | undefined;
17606
17913
  }>;
17607
- type MasterRouteStudentAssignRemoveDTO = z.infer<typeof MasterRouteStudentAssignRemoveSchema>;
17608
- declare const MasterRouteStudentStopAssignRemoveSchema: z.ZodObject<{
17609
- route_id: z.ZodEffects<z.ZodString, string, string>;
17914
+ type RemoveFixedScheduleToStudentsDTO = z.infer<typeof RemoveFixedScheduleToStudentsSchema>;
17915
+ declare const UpdateStopSchema: z.ZodObject<{
17916
+ fixed_schedule_student_id: z.ZodEffects<z.ZodString, string, string>;
17610
17917
  route_stop_id: z.ZodEffects<z.ZodString, string, string>;
17611
- route_student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17612
17918
  }, "strip", z.ZodTypeAny, {
17613
- route_id: string;
17614
17919
  route_stop_id: string;
17615
- route_student_ids: string[];
17920
+ fixed_schedule_student_id: string;
17616
17921
  }, {
17617
- route_id: string;
17618
17922
  route_stop_id: string;
17619
- route_student_ids?: string[] | undefined;
17620
- }>;
17621
- type MasterRouteStudentStopAssignRemoveDTO = z.infer<typeof MasterRouteStudentStopAssignRemoveSchema>;
17622
- declare const MasterRouteStudentScheduleAssignRemoveSchema: z.ZodObject<{
17623
- route_id: z.ZodEffects<z.ZodString, string, string>;
17624
- fixed_schedule_id: z.ZodEffects<z.ZodString, string, string>;
17625
- route_student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17626
- }, "strip", z.ZodTypeAny, {
17627
- route_id: string;
17628
- fixed_schedule_id: string;
17629
- route_student_ids: string[];
17630
- }, {
17631
- route_id: string;
17632
- fixed_schedule_id: string;
17633
- route_student_ids?: string[] | undefined;
17923
+ fixed_schedule_student_id: string;
17634
17924
  }>;
17635
- type MasterRouteStudentScheduleAssignRemoveDTO = z.infer<typeof MasterRouteStudentScheduleAssignRemoveSchema>;
17925
+ type UpdateStopDTO = z.infer<typeof UpdateStopSchema>;
17636
17926
  declare const toMasterFixedSchedulePayload: (row: MasterFixedSchedule) => MasterFixedScheduleDTO;
17637
17927
  declare const newMasterFixedSchedulePayload: () => MasterFixedScheduleDTO;
17638
- declare const toMasterRouteStudentAssignPayload: (row: MasterRouteStudent) => MasterRouteStudentAssignRemoveDTO;
17639
- declare const newMasterRouteStudentAssignPayload: () => MasterRouteStudentAssignRemoveDTO;
17640
17928
  declare const findMasterFixedSchedule: (data: MasterFixedScheduleQueryDTO) => Promise<FBR<MasterFixedSchedule[]>>;
17929
+ declare const findMasterFixedScheduleStudent: (data: MasterFixedScheduleStudentQueryDTO) => Promise<FBR<MasterFixedScheduleStudent[]>>;
17641
17930
  declare const createMasterFixedSchedule: (data: MasterFixedScheduleDTO) => Promise<SBR>;
17642
17931
  declare const updateMasterFixedSchedule: (id: string, data: MasterFixedScheduleDTO) => Promise<SBR>;
17643
17932
  declare const deleteMasterFixedSchedule: (id: string) => Promise<SBR>;
17644
- declare const findStudentsWithNoStopPickup: (data: StudentNoStopQueryDTO) => Promise<FBR<MasterRouteStudent[]>>;
17645
- declare const findStudentsWithNoStopDrop: (data: StudentNoStopQueryDTO) => Promise<FBR<MasterRouteStudent[]>>;
17646
- declare const findStudentsWithNoSchedulePickup: (data: StudentNoScheduleQueryDTO) => Promise<FBR<MasterRouteStudent[]>>;
17647
- declare const findStudentsWithNoScheduleDrop: (data: StudentNoScheduleQueryDTO) => Promise<FBR<MasterRouteStudent[]>>;
17648
- declare const assignRouteStudentsPickup: (data: MasterRouteStudentAssignRemoveDTO) => Promise<SBR>;
17649
- declare const assignRouteStudentsDrop: (data: MasterRouteStudentAssignRemoveDTO) => Promise<SBR>;
17650
- declare const removeRouteStudentsPickup: (data: MasterRouteStudentAssignRemoveDTO) => Promise<SBR>;
17651
- declare const removeRouteStudentsDrop: (data: MasterRouteStudentAssignRemoveDTO) => Promise<SBR>;
17652
- declare const assignMasterRouteStudentStopToStudentsPickup: (data: MasterRouteStudentStopAssignRemoveDTO) => Promise<SBR>;
17653
- declare const assignMasterRouteStudentStopToStudentsDrop: (data: MasterRouteStudentStopAssignRemoveDTO) => Promise<SBR>;
17654
- declare const removeMasterRouteStudentStopToStudentsPickup: (data: MasterRouteStudentStopAssignRemoveDTO) => Promise<SBR>;
17655
- declare const removeMasterRouteStudentStopToStudentsDrop: (data: MasterRouteStudentStopAssignRemoveDTO) => Promise<SBR>;
17656
- declare const assignMasterRouteStudentScheduleToStudentsPickup: (data: MasterRouteStudentScheduleAssignRemoveDTO) => Promise<SBR>;
17657
- declare const assignMasterRouteStudentScheduleToStudentDrop: (data: MasterRouteStudentScheduleAssignRemoveDTO) => Promise<SBR>;
17658
- declare const removeMasterRouteStudentScheduleToStudentPickup: (data: MasterRouteStudentScheduleAssignRemoveDTO) => Promise<SBR>;
17659
- declare const removeMasterRouteStudentScheduleToStudentDrop: (data: MasterRouteStudentScheduleAssignRemoveDTO) => Promise<SBR>;
17933
+ declare const assignFixedScheduleToStudents: (data: AssignFixedScheduleToStudentsDTO) => Promise<SBR>;
17934
+ declare const removeFixedScheduleToStudents: (data: RemoveFixedScheduleToStudentsDTO) => Promise<SBR>;
17935
+ declare const updateStop: (data: UpdateStopDTO) => Promise<SBR>;
17660
17936
 
17661
17937
  interface MasterVehicle extends Record<string, unknown> {
17662
17938
  vehicle_id: string;
@@ -17853,6 +18129,7 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
17853
18129
  vehicle_fuel_unit_id: string;
17854
18130
  latitude: number;
17855
18131
  longitude: number;
18132
+ organisation_branch_id: string;
17856
18133
  }
17857
18134
  interface MasterVehicleFile extends BaseCommonFile {
17858
18135
  vehicle_file_id: string;
@@ -23125,8 +23402,11 @@ interface UserOrganisation extends Record<string, unknown> {
23125
23402
  StudentStopChangeRequest?: StudentStopChangeRequest[];
23126
23403
  MasterRoute?: MasterRoute[];
23127
23404
  MasterRouteStop?: MasterRouteStop[];
23128
- MasterRouteStudent?: MasterRouteStudent[];
23129
23405
  MasterFixedSchedule?: MasterFixedSchedule[];
23406
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
23407
+ FixedScheduleDayRun?: FixedScheduleDayRun[];
23408
+ FixedScheduleDayRunStop?: FixedScheduleDayRunStop[];
23409
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
23130
23410
  GPSLiveTrackShareLink?: GPSLiveTrackShareLink[];
23131
23411
  GPSLiveTrackShareLinkNotification?: GPSLiveTrackShareLinkNotification[];
23132
23412
  GPSTrackHistoryShareLink?: GPSTrackHistoryShareLink[];
@@ -23234,8 +23514,11 @@ interface UserOrganisation extends Record<string, unknown> {
23234
23514
  StudentStopChangeRequest?: number;
23235
23515
  MasterRoute?: number;
23236
23516
  MasterRouteStop?: number;
23237
- MasterRouteStudent?: number;
23238
23517
  MasterFixedSchedule?: number;
23518
+ MasterFixedScheduleStudent?: number;
23519
+ FixedScheduleDayRun?: number[];
23520
+ FixedScheduleDayRunStop?: number[];
23521
+ FixedScheduleDayRunStudent?: number[];
23239
23522
  GPSLiveTrackShareLink?: number;
23240
23523
  GPSLiveTrackShareLinkNotification?: number;
23241
23524
  GPSTrackHistoryShareLink?: number;
@@ -23719,4 +24002,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
23719
24002
  declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
23720
24003
  declare const deleteBookMark: (id: string) => Promise<SBR>;
23721
24004
 
23722
- export { MasterMainIndustrySchema as $, type MasterMainLanguage as A, type BookMark as A0, BookMarkSchema as A1, type BookMarkDTO as A2, BookMarkQuerySchema as A3, type BookMarkQueryDTO as A4, toBookMarkPayload as A5, newBookMarkPayload as A6, findBookMarks as A7, createBookMark as A8, updateBookMark as A9, deleteBookMark as Aa, type MasterMainUnitDistance as B, type MasterMainUnitMileage as C, type MasterMainUnitVolume as D, type MasterMainSimProvider as E, type MasterFleetIncidentType as F, type MasterFleetIncidentStatus as G, type MasterFleetIncidentSeverity as H, type MasterFleetInsuranceClaimStatus as I, type MasterFleetServiceTask as J, type MasterExpenseName as K, type MasterExpenseType as L, type MasterMainCurrency as M, type MasterVendorType as N, type OrganisationSubCompany as O, type MasterVendorTag as P, type MasterVendorDocumentType as Q, type MasterFuelCompany as R, type MasterClass as S, type MasterProgram as T, type UserOrganisation as U, type MasterSemester as V, type MasterRelationship as W, type MasterSection as X, type MasterStream as Y, type MasterYear as Z, type MasterVehicle as _, type User as a, getOrganisationColorCache as a$, type MasterMainIndustryDTO as a0, MasterMainIndustryQuerySchema as a1, type MasterMainIndustryQueryDTO as a2, toMasterMainIndustryPayload as a3, newMasterMainIndustryPayload as a4, findMasterMainIndustry as a5, createMasterMainIndustry as a6, updateMasterMainIndustry as a7, deleteMasterMainIndustry as a8, getMasterMainIndustryCache as a9, deleteOrganisationSubCompany as aA, getOrganisationSubCompanyCache as aB, getOrganisationSubCompanyCacheCount as aC, getOrganisationSubCompanyCacheChild as aD, OrganisationBranchSchema as aE, type OrganisationBranchDTO as aF, OrganisationBranchQuerySchema as aG, type OrganisationBranchQueryDTO as aH, toOrganisationBranchPayload as aI, newOrganisationBranchPayload as aJ, findOrganisationBranchs as aK, createOrganisationBranch as aL, updateOrganisationBranch as aM, deleteOrganisationBranch as aN, getOrganisationBranchCache as aO, getOrganisationBranchCacheCount as aP, getOrganisationBranchCacheChild as aQ, OrganisationColorSchema as aR, type OrganisationColorDTO as aS, OrganisationColorQuerySchema as aT, type OrganisationColorQueryDTO as aU, toOrganisationColorPayload as aV, newOrganisationColorPayload as aW, findOrganisationColors as aX, createOrganisationColor as aY, updateOrganisationColor as aZ, deleteOrganisationColor 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, getMasterMainCurrencyCacheAll as ak, getMasterMainCurrencyCache as al, OrganisationSubCompanySchema as am, type OrganisationSubCompanyDTO as an, OrganisationSubCompanyQuerySchema as ao, type OrganisationSubCompanyQueryDTO as ap, SubCompanyLogoSchema as aq, type SubCompanyLogoDTO as ar, toOrganisationSubCompanyPayload as as, newOrganisationSubCompanyPayload as at, get_organisation_sub_company_logo_presigned_url as au, update_organisation_sub_company_logo as av, delete_organisation_sub_company_logo as aw, findOrganisationSubCompanyies as ax, createOrganisationSubCompany as ay, updateOrganisationSubCompany as az, type UserAdmin as b, type GPSGeofenceTransactionSummaryDTO as b$, getOrganisationColorCacheCount as b0, getOrganisationColorCacheChild as b1, OrganisationTagSchema as b2, type OrganisationTagDTO as b3, OrganisationTagQuerySchema as b4, type OrganisationTagQueryDTO as b5, toOrganisationTagPayload as b6, newOrganisationTagPayload as b7, findOrganisationTags as b8, createOrganisationTag as b9, deleteMasterUserStatus as bA, getMasterUserStatusCache as bB, getMasterUserStatusCacheCount as bC, MasterMainLanguageSchema as bD, type MasterMainLanguageDTO as bE, MasterMainLanguageQuerySchema as bF, type MasterMainLanguageQueryDTO as bG, toMasterMainLanguagePayload as bH, newMasterMainLanguagePayload as bI, findMasterMainLanguages as bJ, createMasterMainLanguage as bK, updateMasterMainLanguage as bL, deleteMasterMainLanguage as bM, getMasterMainLanguageCache as bN, MasterMainDateFormatSchema as bO, type MasterMainDateFormatDTO as bP, MasterMainDateFormatQuerySchema as bQ, type MasterMainDateFormatQueryDTO as bR, toMasterMainDateFormatPayload as bS, newMasterMainDateFormatPayload as bT, findMasterMainDateFormats as bU, createMasterMainDateFormat as bV, updateMasterMainDateFormat as bW, deleteMasterMainDateFormat as bX, getMasterMainDateFormatCache as bY, type GPSGeofenceTransactionSummary as bZ, GPSGeofenceTransactionSummarySchema as b_, updateOrganisationTag as ba, deleteOrganisationTag as bb, getOrganisationTagCache as bc, getOrganisationTagCacheCount as bd, getOrganisationTagCacheChild as be, MasterUserRoleSchema as bf, type MasterUserRoleDTO as bg, MasterUserRoleQuerySchema as bh, type MasterUserRoleQueryDTO as bi, toMasterUserRolePayload as bj, newMasterUserRolePayload as bk, findMasterUserRoles as bl, createMasterUserRole as bm, updateMasterUserRole as bn, deleteMasterUserRole as bo, getMasterUserRoleCache as bp, getMasterUserRoleCacheCount as bq, MasterUserStatusSchema as br, type MasterUserStatusDTO as bs, MasterUserStatusQuerySchema as bt, type MasterUserStatusQueryDTO as bu, toMasterUserStatusPayload as bv, newMasterUserStatusPayload as bw, findMasterUserStatuses as bx, createMasterUserStatus as by, updateMasterUserStatus as bz, type MasterDriver as c, UserAdminLogoSchema as c$, GPSGeofenceTransactionSummaryQuerySchema as c0, type GPSGeofenceTransactionSummaryQueryDTO as c1, toGPSGeofenceTransactionSummaryPayload as c2, newGPSGeofenceTransactionSummaryPayload as c3, findGPSGeofenceTransactionSummary as c4, createGPSGeofenceTransactionSummary as c5, updateGPSGeofenceTransactionSummary as c6, deleteGPSGeofenceTransactionSummary as c7, type GPSGeofenceTransaction as c8, GPSGeofenceTransactionSchema as c9, type GPSGeofenceDTO as cA, GPSGeofenceQuerySchema as cB, type GPSGeofenceQueryDTO as cC, toGPSGeofencePayload as cD, newGPSGeofencePayload as cE, findGPSGeofence as cF, createGPSGeofence as cG, updateGPSGeofence as cH, deleteGPSGeofence as cI, getGPSGeofenceCache as cJ, type OrganisationNotificationPreference as cK, type OrganisationNotificationPreferenceVehicleLink as cL, type OrganisationNotificationPreferenceGeofenceLink as cM, type OrganisationNotificationPreferenceUserLink as cN, OrganisationNotificationPreferenceSchema as cO, type OrganisationNotificationPreferenceDTO as cP, OrganisationNotificationPreferenceQuerySchema as cQ, type OrganisationNotificationPreferenceQueryDTO as cR, toOrganisationNotificationPreferencePayload as cS, newOrganisationNotificationPreferencePayload as cT, findOrganisationNotificationPreference as cU, createOrganisationNotificationPreference as cV, updateOrganisationNotificationPreference as cW, deleteOrganisationNotificationPreference as cX, type UserAdminLoginPush as cY, UserAdminSchema as cZ, type UserAdminDTO as c_, type GPSGeofenceTransactionDTO as ca, GPSGeofenceTransactionQuerySchema as cb, type GPSGeofenceTransactionQueryDTO as cc, toGPSGeofenceTransactionPayload as cd, newGPSGeofenceTransactionPayload as ce, findGPSGeofenceTransaction as cf, createGPSGeofenceTransaction as cg, updateGPSGeofenceTransaction as ch, deleteGPSGeofenceTransaction as ci, type TripGeofenceToGeofence as cj, TripGeofenceToGeofenceSchema as ck, type TripGeofenceToGeofenceDTO as cl, TripGeofenceToGeofenceQuerySchema as cm, type TripGeofenceToGeofenceQueryDTO as cn, toTripGeofenceToGeofencePayload as co, newTripGeofenceToGeofencePayload as cp, findTripGeofenceToGeofence as cq, createTripGeofenceToGeofence as cr, updateTripGeofenceToGeofence as cs, deleteTripGeofenceToGeofence as ct, type GPSGeofence as cu, type GPSGeofencePolilineData as cv, type GPSGeofenceCache as cw, GPSGeofencePolilineDataSchema as cx, type GPSGeofencePolilineDataDTO as cy, GPSGeofenceSchema as cz, type MasterVehicleType as d, MasterVehicleFuelUnitSchema as d$, type UserAdminLogoDTO as d0, UserAdminProfileSchema as d1, type UserAdminProfileDTO as d2, UserAdminQuerySchema as d3, type UserAdminQueryDTO as d4, toUserAdminProfilePayload as d5, newUserAdminPayload as d6, get_admin_image_presigned_url as d7, update_admin_image as d8, delete_admin_image as d9, updateTicket as dA, updateVerifyStatus as dB, deleteTicket as dC, type MasterMainLandMark as dD, MasterMainLandmarkSchema as dE, type MasterMainLandmarkDTO as dF, MasterMainLandmarkQuerySchema as dG, type MasterMainLandmarkQueryDTO as dH, toMasterMainLandmarkPayload as dI, newMasterMainLandmarkPayload as dJ, findMasterMainCountries$1 as dK, createMasterMainCountry$1 as dL, updateMasterMainCountry$1 as dM, deleteMasterMainCountry$1 as dN, MasterVehicleFuelTypeSchema as dO, type MasterVehicleFuelTypeDTO as dP, MasterVehicleFuelTypeQuerySchema as dQ, type MasterVehicleFuelTypeQueryDTO as dR, toMasterVehicleFuelTypePayload as dS, newMasterVehicleFuelTypePayload as dT, findMasterVehicleFuelTypes as dU, createMasterVehicleFuelType as dV, updateMasterVehicleFuelType as dW, deleteMasterVehicleFuelType as dX, getMasterVehicleFuelTypeCache as dY, getMasterVehicleFuelTypeCacheCount as dZ, getMasterVehicleFuelTypeCacheChild as d_, findUserAdmin as da, createUserAdmin as db, updateUserAdmin as dc, deleteUserAdmin as dd, updateUserAdminProfile as de, getAdminUserCache as df, type Ticket as dg, type TicketFile as dh, TicketFileSchema as di, type TicketFileDTO as dj, TicketSchema as dk, type TicketDTO as dl, TicketVerifySchema as dm, type TicketVerifyDTO as dn, TicketQuerySchema as dp, type TicketQueryDTO as dq, toTicketPayload as dr, newTicketPayload as ds, newVerifyTicketPayload as dt, toVerifyTicketPayload as du, get_ticket_file_presigned_url as dv, create_ticket_file as dw, remove_ticket_file as dx, findTickets as dy, createTicket as dz, type MasterVehicleMake as e, createMasterFleetInsuranceClaimStatus as e$, type MasterVehicleFuelUnitDTO as e0, MasterVehicleFuelUnitQuerySchema as e1, type MasterVehicleFuelUnitQueryDTO as e2, toMasterVehicleFuelUnitPayload as e3, newMasterVehicleFuelUnitPayload as e4, findMasterVehicleFuelUnits as e5, createMasterVehicleFuelUnit as e6, updateMasterVehicleFuelUnit as e7, deleteMasterVehicleFuelUnit as e8, getMasterVehicleFuelUnitCache as e9, MasterVendorDocumentTypeQuerySchema as eA, type MasterVendorDocumentTypeQueryDTO as eB, toMasterVendorDocumentTypePayload as eC, newMasterVendorDocumentTypePayload as eD, findMasterVendorDocumentTypes as eE, createMasterVendorDocumentType as eF, updateMasterVendorDocumentType as eG, deleteMasterVendorDocumentType as eH, getMasterVendorDocumentTypeCache as eI, MasterFleetServiceTaskSchema as eJ, type MasterFleetServiceTaskDTO as eK, MasterFleetServiceTaskQuerySchema as eL, type MasterFleetServiceTaskQueryDTO as eM, toMasterFleetServiceTaskPayload as eN, newMasterFleetServiceTaskPayload as eO, findMasterFleetServiceTasks as eP, createMasterFleetServiceTask as eQ, updateMasterFleetServiceTask as eR, deleteMasterFleetServiceTask as eS, getMasterFleetServiceTaskCache as eT, MasterFleetInsuranceClaimStatusSchema as eU, type MasterFleetInsuranceClaimStatusDTO as eV, MasterFleetInsuranceClaimStatusQuerySchema as eW, type MasterFleetInsuranceClaimStatusQueryDTO as eX, toMasterFleetInsuranceClaimStatusPayload as eY, newMasterFleetInsuranceClaimStatusPayload as eZ, findMasterFleetInsuranceClaimStatuses as e_, getMasterVehicleFuelUnitCacheCount as ea, getMasterVehicleFuelUnitCacheChild as eb, MasterVendorTypeSchema as ec, type MasterVendorTypeDTO as ed, MasterVendorTypeQuerySchema as ee, type MasterVendorTypeQueryDTO as ef, toMasterVendorTypePayload as eg, newMasterVendorTypePayload as eh, findMasterVendorTypes as ei, createMasterVendorType as ej, updateMasterVendorType as ek, deleteMasterVendorType as el, getMasterVendorTypeCache as em, MasterVendorTagSchema as en, type MasterVendorTagDTO as eo, MasterVendorTagQuerySchema as ep, type MasterVendorTagQueryDTO as eq, toMasterVendorTagPayload as er, newMasterVendorTagPayload as es, findMasterVendorTags as et, createMasterVendorTag as eu, updateMasterVendorTag as ev, deleteMasterVendorTag as ew, getMasterVendorTagCache as ex, MasterVendorDocumentTypeSchema as ey, type MasterVendorDocumentTypeDTO as ez, type MasterVehicleStatusType as f, toFleetIncidentManagementPayload as f$, updateMasterFleetInsuranceClaimStatus as f0, deleteMasterFleetInsuranceClaimStatus as f1, getMasterFleetInsuranceClaimStatusCache as f2, MasterFleetIncidentSeveritySchema as f3, type MasterFleetIncidentSeverityDTO as f4, MasterFleetIncidentSeverityQuerySchema as f5, type MasterFleetIncidentSeverityQueryDTO as f6, toMasterFleetIncidentSeverityPayload as f7, newMasterFleetIncidentSeverityPayload as f8, findMasterFleetIncidentSeverities as f9, MasterExpenseNameSchema as fA, type MasterExpenseNameDTO as fB, MasterExpenseNameQuerySchema as fC, type MasterExpenseNameQueryDTO as fD, toMasterExpenseNamePayload as fE, newMasterExpenseNamePayload as fF, findMasterExpenseNames as fG, createMasterExpenseName as fH, updateMasterExpenseName as fI, deleteMasterExpenseName as fJ, getMasterExpenseNameCache as fK, type FleetIncidentManagement as fL, type FleetIncidentManagementCost as fM, type FleetIncidentManagementFile as fN, type IncidentDashboard as fO, FleetIncidentManagementFileSchema as fP, type FleetIncidentManagementFileDTO as fQ, FleetIncidentManagementSchema as fR, type FleetIncidentManagementDTO as fS, FleetIncidentManagementQuerySchema as fT, type FleetIncidentManagementQueryDTO as fU, FleetIncidentManagementDashBoardQuerySchema as fV, type FleetIncidentManagementDashBoardQueryDTO as fW, FleetIncidentManagementCostSchema as fX, type FleetIncidentManagementCostDTO as fY, FleetIncidentManagementCostQuerySchema as fZ, type FleetIncidentManagementCostQueryDTO as f_, createMasterFleetIncidentSeverity as fa, updateMasterFleetIncidentSeverity as fb, deleteMasterFleetIncidentSeverity as fc, getMasterFleetIncidentSeverityCache as fd, MasterFleetIncidentStatusSchema as fe, type MasterFleetIncidentStatusDTO as ff, MasterFleetIncidentStatusQuerySchema as fg, type MasterFleetIncidentStatusQueryDTO as fh, toMasterFleetIncidentStatusPayload as fi, newMasterFleetIncidentStatusPayload as fj, findMasterFleetIncidentStatuses as fk, createMasterFleetIncidentStatus as fl, updateMasterFleetIncidentStatus as fm, deleteMasterFleetIncidentStatus as fn, getMasterFleetIncidentStatusCache as fo, MasterFleetIncidentTypeSchema as fp, type MasterFleetIncidentTypeDTO as fq, MasterFleetIncidentTypeQuerySchema as fr, type MasterFleetIncidentTypeQueryDTO as fs, toMasterFleetIncidentTypePayload as ft, newMasterFleetIncidentTypePayload as fu, findMasterFleetIncidentTypes as fv, createMasterFleetIncidentType as fw, updateMasterFleetIncidentType as fx, deleteMasterFleetIncidentType as fy, getMasterFleetIncidentTypeCache as fz, type MasterVehicleOwnershipType as g, type FleetIssueManagementDTO as g$, newFleetIncidentManagementPayload as g0, toFleetIncidentManagementCostPayload as g1, newFleetIncidentManagementCostPayload as g2, get_incident_file_presigned_url as g3, create_incident_file as g4, remove_incident_file as g5, createFleetIncidentManagement as g6, findFleetIncidentManagement as g7, updateFleetIncidentManagement as g8, deleteFleetIncidentManagement as g9, FleetInspectionSchema as gA, type FleetInspectionDTO as gB, FleetInspectionQuerySchema as gC, type FleetInspectionQueryDTO as gD, FleetInspectionDashBoardQuerySchema as gE, type FleetInspectionDashBoardQueryDTO as gF, FleetInspectionCheckPendingQuerySchema as gG, type FleetInspectionCheckPendingQueryDTO as gH, toFleetInspectionPayload as gI, newFleetInspectionPayload as gJ, get_inspection_file_presigned_url as gK, create_inspection_file as gL, remove_inspection_file as gM, findFleetInspection as gN, createFleetInspection as gO, updateFleetInspection as gP, deleteFleetInspection as gQ, inspection_dashboard as gR, find_check_pending as gS, type FleetIssueManagement as gT, type FleetIssueManagementHistory as gU, type FleetIssueManagementComment as gV, type FleetIssueManagementFile as gW, type IssueDashboard as gX, FleetIssueManagementFileSchema as gY, type FleetIssueManagementFileDTO as gZ, FleetIssueManagementSchema as g_, incident_dashboard as ga, createFleetIncidentManagementCost as gb, findFleetIncidentManagementCost as gc, updateFleetIncidentManagementCost as gd, deleteFleetIncidentManagementCost as ge, type FleetInspectionForm as gf, type FleetInspectionFormSimple as gg, FleetInspectionFormSchema as gh, type FleetInspectionFormDTO as gi, FleetInspectionFormQuerySchema as gj, type FleetInspectionFormQueryDTO as gk, FleetInspectionFormFieldsSchema as gl, type FleetInspectionFormFieldsDTO as gm, toFleetInspectionFormPayload as gn, newFleetInspectionFormPayload as go, findFleetInspectionForm as gp, createFleetInspectionForm as gq, updateFleetInspectionForm as gr, updateFleetInspectionFormData as gs, deleteFleetInspectionForm as gt, getFleetInspectionFormCacheSimple as gu, type FleetInspection as gv, type FleetInspectionFile as gw, type InspectionDashboard as gx, FleetInspectionFileSchema as gy, type FleetInspectionFileDTO as gz, type MasterVehicleAssociatedTo as h, findFleetServiceReminder as h$, FleetIssueManagementQuerySchema as h0, type FleetIssueManagementQueryDTO as h1, FleetIssueManagementDashBoardQuerySchema as h2, type FleetIssueManagementDashBoardQueryDTO as h3, FleetIssueManagementCommentSchema as h4, type FleetIssueManagementCommentDTO as h5, FleetIssueManagementCommentQuerySchema as h6, type FleetIssueManagementCommentQueryDTO as h7, toFleetIssueManagementPayload as h8, newFleetIssueManagementPayload as h9, type FleetServiceManagementDashBoardQueryDTO as hA, FleetServiceManagementTaskSchema as hB, type FleetServiceManagementTaskDTO as hC, FleetServiceManagementTaskQuerySchema as hD, type FleetServiceManagementTaskQueryDTO as hE, FleetServiceReminderSchema as hF, type FleetServiceReminderDTO as hG, FleetServiceReminderQuerySchema as hH, type FleetServiceReminderQueryDTO as hI, toFleetServiceManagementPayload as hJ, newFleetServiceManagementPayload as hK, toFleetServiceManagementTaskPayload as hL, newFleetServiceManagementTaskPayload as hM, toFleetServiceReminderPayload as hN, newFleetServiceReminderPayload as hO, get_service_file_presigned_url as hP, create_service_file as hQ, remove_service_file as hR, findFleetServiceManagement as hS, createFleetServiceManagement as hT, updateFleetServiceManagement as hU, deleteFleetServiceManagement as hV, service_dashboard as hW, findFleetServiceManagementTask as hX, createFleetServiceManagementTask as hY, updateFleetServiceManagementTask as hZ, deleteFleetServiceManagementTask as h_, toFleetIssueManagementCommentPayload as ha, newFleetIssueManagementCommentPayload as hb, get_issue_file_presigned_url as hc, create_issue_file as hd, remove_issue_file as he, findFleetIssueManagement as hf, createFleetIssueManagement as hg, updateFleetIssueManagement as hh, deleteFleetIssueManagement as hi, issue_dashboard as hj, findFleetIssueManagementComment as hk, createFleetIssueManagementComment as hl, updateFleetIssueManagementComment as hm, deleteFleetIssueManagementComment as hn, type FleetServiceManagement as ho, type FleetServiceManagementTask as hp, type FleetServiceManagementFile as hq, type FleetServiceReminder as hr, type ServiceDashboard as hs, FleetServiceManagementFileSchema as ht, type FleetServiceManagementFileDTO as hu, FleetServiceManagementSchema as hv, type FleetServiceManagementDTO as hw, FleetServiceManagementQuerySchema as hx, type FleetServiceManagementQueryDTO as hy, FleetServiceManagementDashBoardQuerySchema as hz, type MasterVehicleFuelType as i, type FleetVendorDocumentFileDTO as i$, createFleetServiceReminder as i0, updateFleetServiceReminder as i1, deleteFleetServiceReminder as i2, type FleetVendorServiceCenter as i3, type FleetVendorServiceCenterSimple as i4, FleetVendorServiceCenterSchema as i5, type FleetVendorServiceCenterDTO as i6, FleetVendorServiceCenterQuerySchema as i7, type FleetVendorServiceCenterQueryDTO as i8, toFleetVendorServiceCenterPayload as i9, FleetVendorFuelStationSchema as iA, type FleetVendorFuelStationDTO as iB, FleetVendorFuelStationQuerySchema as iC, type FleetVendorFuelStationQueryDTO as iD, toFleetVendorFuelStationPayload as iE, newFleetVendorFuelStationPayload as iF, findFleetVendorFuelStation as iG, createFleetVendorFuelStation as iH, updateFleetVendorFuelStation as iI, deleteFleetVendorFuelStation as iJ, getFleetVendorFuelStationCacheSimple as iK, type FleetVendor as iL, type VendorDashboard as iM, type FleetVendorSimple as iN, type FleetVendorTypeLink as iO, type FleetVendorTagLink as iP, type FleetVendorAddress as iQ, type FleetVendorBankAccount as iR, type FleetVendorContactPersons as iS, type FleetVendorReview as iT, type FleetVendorDocument as iU, type FleetVendorDocumentFile as iV, FleetVendorLogoSchema as iW, type FleetVendorLogoDTO as iX, FleetVendorContactPersonsLogoSchema as iY, type FleetVendorContactPersonsLogoDTO as iZ, FleetVendorDocumentFileSchema as i_, newFleetVendorServiceCenterPayload as ia, findFleetVendorServiceCenter as ib, createFleetVendorServiceCenter as ic, updateFleetVendorServiceCenter as id, deleteFleetVendorServiceCenter as ie, getFleetVendorServiceCenterCacheSimple as ig, MasterFuelCompanySchema as ih, type MasterFuelCompanyDTO as ii, MasterFuelCompanyQuerySchema as ij, type MasterFuelCompanyQueryDTO as ik, FuelCompanyLogoSchema as il, type FuelCompanyLogoDTO as im, toMasterFuelCompanyPayload as io, newMasterFuelCompanyPayload as ip, get_master_fuel_company_presigned_url as iq, update_master_fuel_company_logo as ir, delete_master_fuel_company_logo as is, findMasterFuelCompanys as it, createMasterFuelCompany as iu, updateMasterFuelCompany as iv, deleteMasterFuelCompany as iw, getMasterFuelCompanyCache as ix, type FleetVendorFuelStation as iy, type FleetVendorFuelStationSimple as iz, type MasterVehicleFuelUnit as j, deleteFleetVendorContactPersons as j$, FleetVendorAddressSchema as j0, type FleetVendorAddressDTO as j1, FleetVendorAddressQuerySchema as j2, type FleetVendorAddressQueryDTO as j3, FleetVendorBankAccountSchema as j4, type FleetVendorBankAccountDTO as j5, FleetVendorBankAccountQuerySchema as j6, type FleetVendorBankAccountQueryDTO as j7, FleetVendorContactPersonsSchema as j8, type FleetVendorContactPersonsDTO as j9, toFleetVendorDocumentPayload as jA, newFleetVendorDocumentPayload as jB, get_vendor_logo_presigned_url as jC, get_vendor_contact_person_logo_presigned_url as jD, get_vendor_document_file_presigned_url as jE, update_vendor_logo as jF, delete_vendor_logo as jG, update_vendor_contact_person_logo as jH, delete_vendor_contact_person_logo as jI, create_vendor_document_file as jJ, remove_vendor_document_file as jK, findFleetVendor as jL, createFleetVendor as jM, updateFleetVendor as jN, deleteFleetVendor as jO, vendor_dashboard as jP, createFleetVendorAddress as jQ, findFleetVendorAddress as jR, updateFleetVendorAddress as jS, deleteFleetVendorAddress as jT, createFleetVendorBankAccount as jU, findFleetVendorBankAccount as jV, updateFleetVendorBankAccount as jW, deleteFleetVendorBankAccount as jX, createFleetVendorContactPersons as jY, findFleetVendorContactPersons as jZ, updateFleetVendorContactPersons as j_, FleetVendorContactPersonsQuerySchema as ja, type FleetVendorContactPersonsQueryDTO as jb, FleetVendorReviewSchema as jc, type FleetVendorReviewDTO as jd, FleetVendorReviewQuerySchema as je, type FleetVendorReviewQueryDTO as jf, FleetVendorDocumentSchema as jg, type FleetVendorDocumentDTO as jh, FleetVendorDocumentQuerySchema as ji, type FleetVendorDocumentQueryDTO as jj, FleetVendorSchema as jk, type FleetVendorDTO as jl, FleetVendorQuerySchema as jm, type FleetVendorQueryDTO as jn, FleetVendorDashBoardQuerySchema as jo, type FleetVendorDashBoardQueryDTO as jp, toFleetVendorPayload as jq, newFleetVendorPayload as jr, toFleetVendorAddressPayload as js, newFleetVendorAddressPayload as jt, toFleetVendorBankAccountPayload as ju, newFleetVendorBankAccountPayload as jv, toFleetVendorContactPersonsPayload as jw, newFleetVendorContactPersonsPayload as jx, toFleetVendorReviewPayload as jy, newFleetVendorReviewPayload as jz, type MasterVehicleFuelRemovalReason as k, newFleetInspectionSchedulePayload as k$, createFleetVendorReview as k0, findFleetVendorReview as k1, updateFleetVendorReview as k2, deleteFleetVendorReview as k3, createFleetVendorDocument as k4, findFleetVendorDocument as k5, updateFleetVendorDocument as k6, deleteFleetVendorDocument as k7, getFleetVendorCacheSimple as k8, type FleetFuelRefill as k9, getMasterVehicleFuelRemovalReasonCache as kA, getMasterVehicleFuelRemovalReasonCacheCount as kB, getMasterVehicleFuelRemovalReasonCacheChild as kC, type FleetFuelRemoval as kD, type FleetFuelRemovalFile as kE, FleetFuelRemovalFileSchema as kF, type FleetFuelRemovalFileDTO as kG, FleetFuelRemovalSchema as kH, type FleetFuelRemovalDTO as kI, FleetFuelRemovalQuerySchema as kJ, type FleetFuelRemovalQueryDTO as kK, toFleetFuelRemovalPayload as kL, newFleetFuelRemovalPayload as kM, get_fuel_removal_file_presigned_url as kN, create_fuel_removal_file as kO, remove_fuel_removal_file as kP, findFleetFuelRemoval as kQ, createFleetFuelRemoval as kR, updateFleetFuelRemoval as kS, deleteFleetFuelRemoval as kT, type FleetInspectionSchedule as kU, type FleetInspectionScheduleVehicleLink as kV, FleetInspectionScheduleSchema as kW, type FleetInspectionScheduleDTO as kX, FleetInspectionScheduleQuerySchema as kY, type FleetInspectionScheduleQueryDTO as kZ, toFleetInspectionSchedulePayload as k_, type FleetFuelRefillFile as ka, FleetFuelRefillFileSchema as kb, type FleetFuelRefillFileDTO as kc, FleetFuelRefillSchema as kd, type FleetFuelRefillDTO as ke, FleetFuelRefillQuerySchema as kf, type FleetFuelRefillQueryDTO as kg, toFleetFuelRefillPayload as kh, newFleetFuelRefillPayload as ki, get_fuel_refill_file_presigned_url as kj, create_fuel_refill_file as kk, remove_fuel_refill_file as kl, findFleetFuelRefill as km, createFleetFuelRefill as kn, updateFleetFuelRefill as ko, deleteFleetFuelRefill as kp, MasterVehicleFuelRemovalReasonSchema as kq, type MasterVehicleFuelRemovalReasonDTO as kr, MasterVehicleFuelRemovalReasonQuerySchema as ks, type MasterVehicleFuelRemovalReasonQueryDTO as kt, toMasterVehicleFuelRemovalReasonPayload as ku, newMasterVehicleFuelRemovalReasonPayload as kv, findMasterVehicleFuelRemovalReasons as kw, createMasterVehicleFuelRemovalReason as kx, updateMasterVehicleFuelRemovalReason as ky, deleteMasterVehicleFuelRemovalReason as kz, type MasterVehicleDocumentType as l, createFleetFuelDailySummary as l$, findFleetInspectionSchedule as l0, createFleetInspectionSchedule as l1, updateFleetInspectionSchedule as l2, deleteFleetInspectionSchedule as l3, type FleetServiceSchedule as l4, type FleetServiceScheduleVehicleLink as l5, FleetServiceScheduleSchema as l6, type FleetServiceScheduleDTO as l7, FleetServiceScheduleQuerySchema as l8, type FleetServiceScheduleQueryDTO as l9, update_user_image as lA, delete_user_image as lB, findUser as lC, createUser as lD, updateUser as lE, deleteUser as lF, updateUserProfile as lG, getUserCache as lH, getUserCacheSimple as lI, updateUserDefaultLanguage as lJ, updateUserDefaultTimezone as lK, updateUserDefaultDateformat as lL, type FleetFuelDailySummary as lM, FleetFuelDailySummarySchema as lN, type FleetFuelDailySummaryDTO as lO, FleetFuelDailySummaryQuerySchema as lP, type FleetFuelDailySummaryQueryDTO as lQ, FleetFuelDailyMonthlySummaryQuerySchema as lR, type FleetFuelDailyMonthlySummaryQueryDTO as lS, AllVehiclesFuelDailySummaryQuerySchema as lT, type AllVehiclesFuelDailySummaryDTO as lU, FleetFuelDailySummaryDashBoardQuerySchema as lV, type FleetFuelDailySummaryDashBoardQueryDTO as lW, type FuelDashboard as lX, toFleetFuelDailySummaryPayload as lY, newFleetFuelDailySummaryPayload as lZ, findFleetFuelDailySummary as l_, toFleetServiceSchedulePayload as la, newFleetServiceSchedulePayload as lb, findFleetServiceSchedule as lc, createFleetServiceSchedule as ld, updateFleetServiceSchedule as le, deleteFleetServiceSchedule as lf, type UserVehicleLink as lg, type UserLoginPush as lh, UserSchema as li, type UserDTO as lj, UserQuerySchema as lk, type UserQueryDTO as ll, UserLogoSchema as lm, type UserLogoDTO as ln, UserProfileSchema as lo, type UserProfileDTO as lp, UserDefaultLanguageSchema as lq, type UserDefaultLanguageDTO as lr, UserDefaultTimeZoneSchema as ls, type UserDefaultTimeZoneDTO as lt, UserDefaultDateFormatSchema as lu, type UserDefaultDateFormatDTO as lv, toUserPayload as lw, toUserProfilePayload as lx, newUserPayload as ly, get_user_image_presigned_url as lz, type MasterUserRole as m, getMasterVehicleSubModelCache as m$, updateFleetFuelDailySummary as m0, deleteFleetFuelDailySummary as m1, fuel_dashboard as m2, findFleetFuelMonthlySummary as m3, findVehicleFuelSummary as m4, type MasterDriverFile as m5, type AssignRemoveDriverHistory as m6, type DriverLoginPush as m7, MasterDriverFileSchema as m8, type MasterDriverFileDTO as m9, type VehicleOrganisationGroupLink as mA, OrganisationGroupSchema as mB, type OrganisationGroupDTO as mC, OrganisationGroupQuerySchema as mD, type OrganisationGroupQueryDTO as mE, toOrganisationGroupPayload as mF, newOrganisationGroupPayload as mG, findOrganisationGroups as mH, createOrganisationGroup as mI, updateOrganisationGroup as mJ, deleteOrganisationGroup as mK, getOrganisationGroupCache as mL, getOrganisationGroupCacheCount as mM, getOrganisationGroupCacheChild as mN, type MasterVehicleSubModel as mO, MasterVehicleSubModelSchema as mP, type MasterVehicleSubModelDTO as mQ, MasterVehicleSubModelQuerySchema as mR, type MasterVehicleSubModelQueryDTO as mS, FindCacheSchema$5 as mT, type FindCacheDTO$5 as mU, toMasterVehicleSubModelPayload as mV, newMasterVehicleSubModelPayload as mW, findMasterVehicleSubModels as mX, createMasterVehicleSubModel as mY, updateMasterVehicleSubModel as mZ, deleteMasterVehicleSubModel as m_, MasterDriverSchema as ma, type MasterDriverDTO as mb, MasterDriverQuerySchema as mc, type MasterDriverQueryDTO as md, MasterDriverLogoSchema as me, type MasterDriverLogoDTO as mf, MasterDriverProfileSchema as mg, type MasterDriverProfileDTO as mh, toDriverPayload as mi, newDriverPayload as mj, toDriverProfilePayload as mk, get_master_driver_logo_presigned_url as ml, get_master_driver_file_presigned_url as mm, update_master_driver_logo as mn, delete_master_driver_logo as mo, create_master_driver_file as mp, remove_master_driver_file as mq, findMasterDriver as mr, createMasterDriver as ms, updateMasterDriver as mt, deleteMasterDriver as mu, updateMasterDriverLogo as mv, deleteMasterDriverLogo as mw, updateMasterDriverProfile as mx, getMasterDriverCache as my, getMasterDriverCacheSimple as mz, type MasterUserStatus as n, findMasterVehicleTypes as n$, getMasterVehicleSubModelCacheCount as n0, getMasterVehicleSubModelCacheChild as n1, type MasterVehicleModel as n2, MasterVehicleModelSchema as n3, type MasterVehicleModelDTO as n4, MasterVehicleModelQuerySchema as n5, type MasterVehicleModelQueryDTO as n6, FindCacheSchema$4 as n7, type FindCacheDTO$4 as n8, toMasterVehicleModelPayload as n9, newMasterVehicleStatusTypePayload as nA, findMasterVehicleStatusTypes as nB, createMasterVehicleStatusType as nC, updateMasterVehicleStatusType as nD, deleteMasterVehicleStatusType as nE, getMasterVehicleStatusTypeCache as nF, getMasterVehicleStatusTypeCacheCount as nG, getMasterVehicleStatusTypeCacheChild as nH, MasterVehicleOwnershipTypeSchema as nI, type MasterVehicleOwnershipTypeDTO as nJ, MasterVehicleOwnershipTypeQuerySchema as nK, type MasterVehicleOwnershipTypeQueryDTO as nL, toMasterVehicleOwnershipTypePayload as nM, newMasterVehicleOwnershipTypePayload as nN, findMasterVehicleOwnershipTypes as nO, createMasterVehicleOwnershipType as nP, updateMasterVehicleOwnershipType as nQ, deleteMasterVehicleOwnershipType as nR, getMasterVehicleOwnershipTypeCache as nS, getMasterVehicleOwnershipTypeCacheCount as nT, getMasterVehicleOwnershipTypeCacheChild as nU, MasterVehicleTypeSchema as nV, type MasterVehicleTypeDTO as nW, MasterVehicleTypeQuerySchema as nX, type MasterVehicleTypeQueryDTO as nY, toMasterVehicleTypePayload as nZ, newMasterVehicleTypePayload as n_, newMasterVehicleModelPayload as na, findMasterVehicleModels as nb, createMasterVehicleModel as nc, updateMasterVehicleModel as nd, deleteMasterVehicleModel as ne, getMasterVehicleModelCache as nf, getMasterVehicleModelCacheCount as ng, getMasterVehicleModelCacheChild as nh, MasterVehicleMakeSchema as ni, type MasterVehicleMakeDTO as nj, MasterVehicleMakeQuerySchema as nk, type MasterVehicleMakeQueryDTO as nl, toMasterVehicleMakePayload as nm, newMasterVehicleMakePayload as nn, findMasterVehicleMakes as no, createMasterVehicleMake as np, updateMasterVehicleMake as nq, deleteMasterVehicleMake as nr, getMasterVehicleMakeCache as ns, getMasterVehicleMakeCacheCount as nt, getMasterVehicleMakeCacheChild as nu, MasterVehicleStatusTypeSchema as nv, type MasterVehicleStatusTypeDTO as nw, MasterVehicleStatusTypeQuerySchema as nx, type MasterVehicleStatusTypeQueryDTO as ny, toMasterVehicleStatusTypePayload as nz, type MasterTyreMake as o, extendGPSLiveTrackLinkTime as o$, createMasterVehicleType as o0, updateMasterVehicleType as o1, deleteMasterVehicleType as o2, getMasterVehicleTypeCache as o3, getMasterVehicleTypeCacheCount as o4, getMasterVehicleTypeCacheChild as o5, MasterVehicleAssociatedToSchema as o6, type MasterVehicleAssociatedToDTO as o7, MasterVehicleAssociatedToQuerySchema as o8, type MasterVehicleAssociatedToQueryDTO as o9, OrganisationReportPreferenceSchema as oA, type OrganisationReportPreferenceDTO as oB, OrganisationReportPreferenceQuerySchema as oC, type OrganisationReportPreferenceQueryDTO as oD, toOrganisationReportPreferencePayload as oE, newOrganisationReportPreferencePayload as oF, findOrganisationReportPreference as oG, createOrganisationReportPreference as oH, updateOrganisationReportPreference as oI, deleteOrganisationReportPreference as oJ, findOrganisationReportAutomationMail as oK, type GPSLiveTrackShareLink as oL, type GPSLiveTrackShareLinkNotification as oM, GPSLiveTrackShareLinkNotificationSchema as oN, type GPSLiveTrackShareLinkNotificationDTO as oO, GPSLiveTrackShareLinkSchema as oP, type GPSLiveTrackShareLinkDTO as oQ, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as oR, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as oS, GPSLiveTrackShareLinkUpdateLinkStatusSchema as oT, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as oU, GPSLiveTrackShareLinkQuerySchema as oV, type GPSLiveTrackShareLinkQueryDTO as oW, toGPSLiveTrackShareLinkPayload as oX, newGPSLiveTrackShareLinkPayload as oY, findGPSLiveTrackShareLink as oZ, createGPSLiveTrackShareLink as o_, toMasterVehicleAssociatedToPayload as oa, newMasterVehicleAssociatedToPayload as ob, findMasterVehicleAssociatedTos as oc, createMasterVehicleAssociatedTo as od, updateMasterVehicleAssociatedTo as oe, deleteMasterVehicleAssociatedTo as of, getMasterVehicleAssociatedToCache as og, getMasterVehicleAssociatedToCacheCount as oh, getMasterVehicleAssociatedToCacheChild as oi, MasterVehicleDocumentTypeSchema as oj, type MasterVehicleDocumentTypeDTO as ok, MasterVehicleDocumentTypeQuerySchema as ol, type MasterVehicleDocumentTypeQueryDTO as om, toMasterVehicleDocumentTypePayload as on, newMasterVehicleDocumentTypePayload as oo, findMasterVehicleDocumentTypes as op, createMasterVehicleDocumentType as oq, updateMasterVehicleDocumentType as or, deleteMasterVehicleDocumentType as os, getMasterVehicleDocumentTypeCache as ot, type OrganisationReportPreference as ou, type OrganisationReportPreferenceVehicleLink as ov, type OrganisationReportAutomationMail as ow, type OrganisationReportAutomationMailVehicleLink as ox, OrganisationReportAutomationMailQuerySchema as oy, type OrganisationReportAutomationMailQueryDTO as oz, type MasterTyreGrade as p, createMasterSemester as p$, updateGPSLiveTrackLinkStatus as p0, deleteGPSLiveTrackShareLink as p1, createGPSLiveTrackShareLinkNotification as p2, type GPSTrackHistoryShareLink as p3, type GPSTrackHistoryShareLinkNotification as p4, GPSTrackHistoryShareLinkNotificationSchema as p5, type GPSTrackHistoryShareLinkNotificationDTO as p6, GPSTrackHistoryShareLinkSchema as p7, type GPSTrackHistoryShareLinkDTO as p8, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as p9, toMasterProgramPayload as pA, newMasterProgramPayload as pB, findMasterProgram as pC, createMasterProgram as pD, updateMasterProgram as pE, deleteMasterProgram as pF, getMasterProgramCache as pG, getMasterProgramCacheCount as pH, MasterSectionSchema as pI, type MasterSectionDTO as pJ, MasterSectionQuerySchema as pK, type MasterSectionQueryDTO as pL, toMasterSectionPayload as pM, newMasterSectionPayload as pN, findMasterSection as pO, createMasterSection as pP, updateMasterSection as pQ, deleteMasterSection as pR, getMasterSectionCache as pS, getMasterSectionCacheCount as pT, MasterSemesterSchema as pU, type MasterSemesterDTO as pV, MasterSemesterQuerySchema as pW, type MasterSemesterQueryDTO as pX, toMasterSemesterPayload as pY, newMasterSemesterPayload as pZ, findMasterSemester as p_, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as pa, GPSTrackHistoryShareLinkQuerySchema as pb, type GPSTrackHistoryShareLinkQueryDTO as pc, toGPSTrackHistoryShareLinkPayload as pd, newGPSTrackHistoryShareLinkPayload as pe, findGPSTrackHistoryShareLink as pf, createGPSTrackHistoryShareLink as pg, updateTrackHistoryLinkStatus as ph, deleteGPSTrackHistoryShareLink as pi, createGPSTrackHistoryShareLinkNotification as pj, MasterClassSchema as pk, type MasterClassDTO as pl, MasterClassQuerySchema as pm, type MasterClassQueryDTO as pn, toMasterClassPayload as po, newMasterClassPayload as pp, findMasterClass as pq, createMasterClass as pr, updateMasterClass as ps, deleteMasterClass as pt, getMasterClassCache as pu, getMasterClassCacheCount as pv, MasterProgramSchema as pw, type MasterProgramDTO as px, MasterProgramQuerySchema as py, type MasterProgramQueryDTO as pz, type MasterTripPartyType as q, type MasterRouteQueryDTO as q$, updateMasterSemester as q0, deleteMasterSemester as q1, getMasterSemesterCache as q2, getMasterSemesterCacheCount as q3, MasterStreamSchema as q4, type MasterStreamDTO as q5, MasterStreamQuerySchema as q6, type MasterStreamQueryDTO as q7, toMasterStreamPayload as q8, newMasterStreamPayload as q9, updateMasterRelationship as qA, deleteMasterRelationship as qB, getMasterRelationshipCache as qC, getMasterRelationshipCacheCount as qD, type BusStopPolygonData as qE, type BusStop as qF, type BusDashboard as qG, BusStopPolygonDataSchema as qH, type BusStopPolygonDataDTO as qI, BusStopSchema as qJ, type BusStopDTO as qK, BusStopQuerySchema as qL, type BusStopQueryDTO as qM, BusDashBoardQuerySchema as qN, type BusDashBoardQueryDTO as qO, toBusStopPayload as qP, newBusStopPayload as qQ, findBusStop as qR, createBusStop as qS, updateBusStop as qT, deleteBusStop as qU, bus_dashboard as qV, type MasterRoute as qW, type MasterRouteStop as qX, MasterRouteSchema as qY, type MasterRouteDTO as qZ, MasterRouteQuerySchema as q_, findMasterStream as qa, createMasterStream as qb, updateMasterStream as qc, deleteMasterStream as qd, getMasterStreamCache as qe, getMasterStreamCacheCount as qf, MasterYearSchema as qg, type MasterYearDTO as qh, MasterYearQuerySchema as qi, type MasterYearQueryDTO as qj, toMasterYearPayload as qk, newMasterYearPayload as ql, findMasterYear as qm, createMasterYear as qn, updateMasterYear as qo, deleteMasterYear as qp, getMasterYearCache as qq, getMasterYearCacheCount as qr, MasterRelationshipSchema as qs, type MasterRelationshipDTO as qt, MasterRelationshipQuerySchema as qu, type MasterRelationshipQueryDTO as qv, toMasterRelationshipPayload as qw, newMasterRelationshipPayload as qx, findMasterRelationship as qy, createMasterRelationship as qz, type MasterSparePartCategory as r, type StudentGuardianAutofillQueryDTO as r$, MasterRouteStopSchema as r0, type MasterRouteStopDTO as r1, MasterRouteStopUpdateSchema as r2, type MasterRouteStopUpdateDTO as r3, MasterRouteStopCreateSchema as r4, type MasterRouteStopCreateDTO as r5, MasterRouteStopIds as r6, type MasterRouteStopIdsDTO as r7, MasterRouteStopReorderSchema as r8, type MasterRouteStopReorderDTO as r9, type StudentLoginPush as rA, type StudentGuardianLoginPush as rB, StudentSchema as rC, type StudentDTO as rD, StudentProfilePictureSchema as rE, type StudentProfilePictureDTO as rF, StudentQuerySchema as rG, type StudentQueryDTO as rH, SchoolDashBoardQuerySchema as rI, type SchoolDashBoardQueryDTO as rJ, StudentNoRouteQuerySchema as rK, type StudentNoRouteQueryDTO as rL, StudentAddressSchema as rM, type StudentAddressDTO as rN, StudentAddressQuerySchema as rO, type StudentAddressQueryDTO as rP, StudentGuardianLinkSchema as rQ, type StudentGuardianLinkDTO as rR, GuardianProfilePictureSchema as rS, type GuardianProfilePictureDTO as rT, GuardianDetailsSchema as rU, type GuardianDetailsDTO as rV, GuardianMobileNumberSchema as rW, type GuardianMobileNumberDTO as rX, StudentGuardianLinkQuerySchema as rY, type StudentGuardianLinkQueryDTO as rZ, StudentGuardianAutofillQuerySchema as r_, MasterRouteStopDeleteSchema as ra, type MasterRouteStopDeleteReOrderDTO as rb, MasterRouteStopDeleteAllSchema as rc, type MasterRouteStopDeleteDTO as rd, MasterRouteJourneyTimeSchema as re, type MasterRouteJourneyTimeDTO as rf, toMasterRoutePayload as rg, newMasterRoutePayload as rh, findMasterRoute as ri, createMasterRoute as rj, updateMasterRoute as rk, deleteMasterRoute as rl, appendRouteStop as rm, updateRouteStop as rn, reorderRouteStops as ro, deleteRouteStopsAll as rp, deleteRouteStopReorder as rq, update_journey_time as rr, type Student as rs, type SchoolDashboard as rt, type StudentAddress as ru, type StudentGuardian as rv, type StudentGuardianLink as rw, type StudentLeaveRequest as rx, type StudentStopChangeRequest as ry, type StudentTransportPlanTypeChangeHistory as rz, type MasterSparePartUnit as s, MasterFixedScheduleSchema as s$, StudentLeaveRequestSchema as s0, type StudentLeaveRequestDTO as s1, StudentLeaveRequestApprovalSchema as s2, type StudentLeaveRequestApprovalDTO as s3, StudentLeaveRequestQuerySchema as s4, type StudentLeaveRequestQueryDTO as s5, StudentStopChangeRequestSchema as s6, type StudentStopChangeRequestDTO as s7, StudentStopChangeRequestApprovalSchema as s8, type StudentStopChangeRequestApprovalDTO as s9, updateProfilePicture as sA, createStudentAddress as sB, findStudentAddress as sC, updateStudentAddress as sD, deleteStudentAddress as sE, findStudentGuardianLink as sF, createStudentGuardianLink as sG, updateStudentGuardianLink as sH, updateGuardianProfilePicture as sI, updateGuardianDetails as sJ, updateGuardianMobileNumber as sK, deleteStudentGuardianLink as sL, findStudentGuardianAutofillDetails as sM, createStudentLeaveRequest as sN, findStudentLeaveRequest as sO, updateStudentLeaveRequest as sP, approveLeaveRequest as sQ, deleteStudentLeaveRequest as sR, findStudentStopChangeRequest as sS, createStudentStopChangeRequest as sT, updateStudentStopChangeRequest as sU, approveStopChangeRequest as sV, deleteStudentStopChangeRequest as sW, findStudentTransportPlanTypeChangeHistory as sX, school_dashboard as sY, type MasterFixedSchedule as sZ, type MasterRouteStudent as s_, StudentStopChangeRequestQuerySchema as sa, type StudentStopChangeRequestQueryDTO as sb, StudentTransportPlanTypeChangeHistoryQuerySchema as sc, type StudentTransportPlanTypeChangeHistoryQueryDTO as sd, toStudentPayload as se, newStudentPayload as sf, toStudentAddressPayload as sg, newStudentAddressPayload as sh, toStudentLeaveRequestPayload as si, newStudentLeaveRequestPayload as sj, toStudentStopChangeRequestPayload as sk, newStudentStopChangeRequestPayload as sl, toStudentGuardianLinkPayload as sm, newStudentGuardianLinkPayload as sn, get_student_presigned_url as so, get_student_guardian_presigned_url as sp, update_profile_picture as sq, delete_profile_picture as sr, update_guardian_profile_picture as ss, delete_guardian_profile_picture as st, findStudent as su, createStudent as sv, updateStudent as sw, deleteStudent as sx, findStudentsWithNoRoutePickup as sy, findStudentsWithNoRouteDrop as sz, type OrganisationBranch as t, type VehicleDriverLinkDTO as t$, type MasterFixedScheduleDTO as t0, MasterFixedScheduleQuerySchema as t1, type MasterFixedScheduleQueryDTO as t2, StudentNoStopQuerySchema as t3, type StudentNoStopQueryDTO as t4, StudentNoScheduleQuerySchema as t5, type StudentNoScheduleQueryDTO as t6, MasterRouteStudentAssignRemoveSchema as t7, type MasterRouteStudentAssignRemoveDTO as t8, MasterRouteStudentStopAssignRemoveSchema as t9, removeMasterRouteStudentScheduleToStudentDrop as tA, type MasterVehicleDropdown as tB, type MasterVehicleFile as tC, type VehicleDetailGPS as tD, type VehicleDetailTrip as tE, type VehicleDetailBody as tF, type VehicleDetailLifeCycle as tG, type VehicleDetailPurchase as tH, type VehicleDocument as tI, type VehicleDocumentFile as tJ, type VehicleDocumentExpiry as tK, type VehicleOdometerHistory as tL, MasterVehicleFileSchema as tM, type MasterVehicleFileDTO as tN, CalibrationFileSchema as tO, type CalibrationFileDTO as tP, VehicleSchema as tQ, type VehicleDTO as tR, VehicleBulkSchema as tS, type VehicleBulkDTO as tT, MasterDeviceFileSchema as tU, type MasterDeviceFileDTO as tV, VehicleDeviceLinkSchema as tW, type VehicleDeviceLinkDTO as tX, VehicleDeviceUnlinkSchema as tY, type VehicleDeviceUnlinkDTO as tZ, VehicleDriverLinkSchema as t_, type MasterRouteStudentStopAssignRemoveDTO as ta, MasterRouteStudentScheduleAssignRemoveSchema as tb, type MasterRouteStudentScheduleAssignRemoveDTO as tc, toMasterFixedSchedulePayload as td, newMasterFixedSchedulePayload as te, toMasterRouteStudentAssignPayload as tf, newMasterRouteStudentAssignPayload as tg, findMasterFixedSchedule as th, createMasterFixedSchedule as ti, updateMasterFixedSchedule as tj, deleteMasterFixedSchedule as tk, findStudentsWithNoStopPickup as tl, findStudentsWithNoStopDrop as tm, findStudentsWithNoSchedulePickup as tn, findStudentsWithNoScheduleDrop as to, assignRouteStudentsPickup as tp, assignRouteStudentsDrop as tq, removeRouteStudentsPickup as tr, removeRouteStudentsDrop as ts, assignMasterRouteStudentStopToStudentsPickup as tt, assignMasterRouteStudentStopToStudentsDrop as tu, removeMasterRouteStudentStopToStudentsPickup as tv, removeMasterRouteStudentStopToStudentsDrop as tw, assignMasterRouteStudentScheduleToStudentsPickup as tx, assignMasterRouteStudentScheduleToStudentDrop as ty, removeMasterRouteStudentScheduleToStudentPickup as tz, type OrganisationColor as u, getDriverLinkHistoryByVehicle as u$, VehicleDetailGPSSensorSchema as u0, type VehicleDetailGPSSensorDTO as u1, VehicleDetailTripSchema as u2, type VehicleDetailTripDTO as u3, VehicleDetailBodySchema as u4, type VehicleDetailBodyDTO as u5, VehicleDetailLifeCycleSchema as u6, type VehicleDetailLifeCycleDto as u7, VehicleDetailPurchaseSchema as u8, type VehicleDetailPurchaseDTO as u9, newVehicleDocumentExpiryPayload as uA, get_vehicle_file_presigned_url as uB, get_device_file_presigned_url as uC, get_vehicle_document_file_presigned_url as uD, get_calibration_file_presigned_url as uE, create_file_vehicle as uF, remove_file_vehicle as uG, create_file_device as uH, remove_file_device as uI, create_file_vehicle_document as uJ, remove_file_vehicle_document as uK, update_calibration_file as uL, delete_calibration_file as uM, findVehicles as uN, find_no_gps_data_vehicles as uO, findVehiclesLiveDashboard as uP, findVehicleGPSDetails as uQ, createVehicle as uR, updateVehicle as uS, deleteVehicle as uT, updateDetailsGpsSensor as uU, updateDetailsTrip as uV, updateVehicleBodyDetails as uW, updateVehicleLifeCycleDetails as uX, updateVehiclePurchaseDetails as uY, linkDriverToVehicle as uZ, unlinkDriverFromVehicle as u_, VehicleDocumentFileSchema as ua, type VehicleDocumentFileDTO as ub, VehicleDocumentSchema as uc, type VehicleDocumentDTO as ud, VehicleDocumentQuerySchema as ue, type VehicleDocumentQueryDTO as uf, VehicleDocumentExpirySchema as ug, type VehicleDocumentExpiryDTO as uh, VehicleDocumentExpiryQuerySchema as ui, type VehicleDocumentExpiryQueryDTO as uj, VehicleQuerySchema as uk, type VehicleQueryDTO as ul, NoGPSDataVehiclesQuerySchema as um, type NoGPSDataVehiclesQueryDTO as un, VehicleGPSQuerySchema as uo, type VehicleGPSQueryDTO as up, toVehiclePayload as uq, newVehiclePayload as ur, toVehicleDetailsGPSPayload as us, toVehicleDetailsTripPayload as ut, toVehicleDetailsBodyPayload as uu, toVehicleDetailLifeCyclePayload as uv, toVehicleDetailPurchasePayload as uw, toVehicleDocumentPayload as ux, newVehicleDocumentPayload as uy, toVehicleDocumentExpiryPayload as uz, type OrganisationTag as v, getMasterDeviceManufacturerCacheChild as v$, getDriverLinkHistoryByDriver as v0, linkDeviceToVehicle as v1, unlinkDeviceFromVehicle as v2, getDeviceLinkHistoryByVehicle as v3, getDeviceLinkHistoryByDevice as v4, createVehicleDocument as v5, findVehicleDocument as v6, updateVehicleDocument as v7, removeVehicleDocument as v8, createVehicleDocumentExpiry as v9, type MasterDeviceModelDTO as vA, MasterDeviceModelQuerySchema as vB, type MasterDeviceModelQueryDTO as vC, FindCacheSchema$2 as vD, type FindCacheDTO$2 as vE, toMasterDeviceModelPayload as vF, newMasterDeviceModelPayload as vG, findMasterDeviceModels as vH, createMasterDeviceModel as vI, updateMasterDeviceModel as vJ, deleteMasterDeviceModel as vK, getMasterDeviceModelCache as vL, getMasterDeviceModelCacheCount as vM, getMasterDeviceModelCacheChild as vN, type MasterDeviceManufacturer as vO, MasterDeviceManufacturerSchema as vP, type MasterDeviceManufacturerDTO as vQ, MasterDeviceManufacturerQuerySchema as vR, type MasterDeviceManufacturerQueryDTO as vS, toMasterDeviceManufacturerPayload as vT, newMasterDeviceManufacturerPayload as vU, findMasterDeviceManufacturers as vV, createMasterDeviceManufacturer as vW, updateMasterDeviceManufacturer as vX, deleteMasterDeviceManufacturer as vY, getMasterDeviceManufacturerCache as vZ, getMasterDeviceManufacturerCacheCount as v_, findVehicleDocumentExpiry as va, updateVehicleDocumentExpiry as vb, removeVehicleDocumentExpiry as vc, getVehicleCache as vd, getVehicleSimpleCache as ve, getVehicleParentCache as vf, getVehicleSimpleDropdownCustom as vg, getVehicleSimpleDropdownCacheLiveData as vh, type MasterDeviceType as vi, MasterDeviceTypeSchema as vj, type MasterDeviceTypeDTO as vk, MasterDeviceTypeQuerySchema as vl, type MasterDeviceTypeQueryDTO as vm, FindCacheSchema$3 as vn, type FindCacheDTO$3 as vo, toMasterDeviceTypePayload as vp, newMasterDeviceTypePayload as vq, findMasterDeviceTypes as vr, createMasterDeviceType as vs, updateMasterDeviceType as vt, deleteMasterDeviceType as vu, getMasterDeviceTypeCache as vv, getMasterDeviceTypeCacheCount as vw, getMasterDeviceTypeCacheChild as vx, type MasterDeviceModel as vy, MasterDeviceModelSchema as vz, type OrganisationGroup as w, createMasterMainState as w$, MasterMainSimProviderSchema as w0, type MasterMainSimProviderDTO as w1, MasterMainSimProviderQuerySchema as w2, type MasterMainSimProviderQueryDTO as w3, toMasterMainSimProviderPayload as w4, newMasterMainSimProviderPayload as w5, findMasterMainSimProviders as w6, createMasterMainSimProvider as w7, updateMasterMainSimProvider as w8, deleteMasterMainSimProvider as w9, updateMasterDevice as wA, deleteMasterDevice as wB, device_sim_link as wC, device_sim_unlink as wD, get_device_sim_link_history_by_sim as wE, get_device_sim_link_history_by_device as wF, type MasterMainTimeZone as wG, MasterMainTimeZoneSchema as wH, type MasterMainTimeZoneDTO as wI, MasterMainTimeZoneQuerySchema as wJ, type MasterMainTimeZoneQueryDTO as wK, toMasterMainTimeZonePayload as wL, newMasterMainTimeZonePayload as wM, findMasterMainTimeZones as wN, createMasterMainTimeZone as wO, updateMasterMainTimeZone as wP, deleteMasterMainTimeZone as wQ, getMasterMainTimeZoneCacheAll as wR, getMasterMainTimeZoneCache as wS, type MasterMainState as wT, MasterMainStateSchema as wU, type MasterMainStateDTO as wV, MasterMainStateQuerySchema as wW, type MasterMainStateQueryDTO as wX, toMasterMainStatePayload as wY, newMasterMainStatePayload as wZ, findMasterMainStates as w_, getMasterMainSimProviderCache as wa, type MasterSim as wb, type AssignRemoveSimHistory as wc, MasterSimSchema as wd, type MasterSimDTO as we, MasterSimQuerySchema as wf, type MasterSimQueryDTO as wg, toMasterSimPayload as wh, newMasterSimPayload as wi, findMasterSims as wj, createMasterSim as wk, updateMasterSim as wl, deleteMasterSim as wm, type MasterDevice as wn, type AssignRemoveDeviceHistory as wo, type MasterDeviceFile as wp, MasterDeviceSchema as wq, type MasterDeviceDTO as wr, MasterDeviceQuerySchema as ws, type MasterDeviceQueryDTO as wt, DeviceSimLinkSchema as wu, type DeviceSimLinkDTO as wv, toMasterDevicePayload as ww, newMasterDevicePayload as wx, findMasterDevices as wy, createMasterDevice as wz, type MasterMainIndustry as x, toMasterExpenseTypePayload as x$, updateMasterMainState as x0, deleteMasterMainState as x1, getMasterMainStateCache as x2, MasterMainCountrySchema as x3, type MasterMainCountryDTO as x4, MasterMainCountryQuerySchema as x5, type MasterMainCountryQueryDTO as x6, toMasterMainCountryPayload as x7, newMasterMainCountryPayload as x8, findMasterMainCountries as x9, getMasterMainUnitVolumeCache as xA, type OrganisationCalendar as xB, OrganisationCalendarSchema as xC, type OrganisationCalendarDTO as xD, OrganisationCalendarQuerySchema as xE, type OrganisationCalendarQueryDTO as xF, toOrganisationCalendarPayload as xG, newOrganisationCalendarPayload as xH, findOrganisationCalendar as xI, createOrganisationCalendar as xJ, updateOrganisationCalendar as xK, deleteOrganisationCalendar as xL, type OrganisationNoticeBoard as xM, OrganisationNoticeBoardSchema as xN, type OrganisationNoticeBoardDTO as xO, OrganisationNoticeBoardQuerySchema as xP, type OrganisationNoticeBoardQueryDTO as xQ, toOrganisationNoticeBoardPayload as xR, newOrganisationNoticeBoardPayload as xS, findOrganisationNoticeBoard as xT, createOrganisationNoticeBoard as xU, updateOrganisationNoticeBoard as xV, deleteOrganisationNoticeBoard as xW, MasterExpenseTypeSchema as xX, type MasterExpenseTypeDTO as xY, MasterExpenseTypeQuerySchema as xZ, type MasterExpenseTypeQueryDTO as x_, createMasterMainCountry as xa, updateMasterMainCountry as xb, deleteMasterMainCountry as xc, getMasterMainCountryCache as xd, getMasterMainCountryCacheChild as xe, MasterMainUnitMileageSchema as xf, type MasterMainUnitMileageDTO as xg, MasterMainUnitMileageQuerySchema as xh, type MasterMainUnitMileageQueryDTO as xi, toMasterMainUnitMileagePayload as xj, newMasterMainUnitMileagePayload as xk, findMasterMainUnitMileages as xl, createMasterMainUnitMileage as xm, updateMasterMainUnitMileage as xn, deleteMasterMainUnitMileage as xo, getMasterMainUnitMileageCache as xp, MasterMainUnitVolumeSchema as xq, type MasterMainUnitVolumeDTO as xr, MasterMainUnitVolumeQuerySchema as xs, type MasterMainUnitVolumeQueryDTO as xt, toMasterMainUnitVolumePayload as xu, newMasterMainUnitVolumePayload as xv, findMasterMainUnitVolumes as xw, createMasterMainUnitVolume as xx, updateMasterMainUnitVolume as xy, deleteMasterMainUnitVolume as xz, type MasterMainCountry as y, findMasterTyreGrades as y$, newMasterExpenseTypePayload as y0, findMasterExpenseTypes as y1, createMasterExpenseType as y2, updateMasterExpenseType as y3, deleteMasterExpenseType as y4, getMasterExpenseTypeCache as y5, type MasterSparePartSubCategory as y6, MasterSparePartSubCategorySchema as y7, type MasterSparePartSubCategoryDTO as y8, SparePartSubCategoryQuerySchema as y9, SparePartUnitQuerySchema as yA, type SparePartUnitQueryDTO as yB, toMasterSparePartUnitPayload as yC, newMasterSparePartUnitPayload as yD, findMasterSparePartUnits as yE, createMasterSparePartUnit as yF, updateMasterSparePartUnit as yG, deleteMasterSparePartUnit as yH, getMasterSparePartUnitCache as yI, getMasterSparePartUnitCacheCount as yJ, MasterTripPartyTypeSchema as yK, type MasterTripPartyTypeDTO as yL, MasterTripPartyTypeQuerySchema as yM, type MasterTripPartyTypeQueryDTO as yN, toMasterTripPartyTypePayload as yO, newMasterTripPartyTypePayload as yP, findMasterTripPartyTypes as yQ, createMasterTripPartyType as yR, updateMasterTripPartyType as yS, deleteMasterTripPartyType as yT, getMasterTripPartyTypeCache as yU, MasterTyreGradeSchema as yV, type MasterTyreGradeDTO as yW, MasterTyreGradeQuerySchema as yX, type MasterTyreGradeQueryDTO as yY, toMasterTyreGradePayload as yZ, newMasterTyreGradePayload as y_, type SparePartSubCategoryQueryDTO as ya, FindCacheSchema$1 as yb, type FindCacheDTO$1 as yc, toMasterSparePartSubCategoryPayload as yd, newMasterSparePartSubCategoryPayload as ye, findMasterSparePartSubCategories as yf, createMasterSparePartSubCategory as yg, updateMasterSparePartSubCategory as yh, deleteMasterSparePartSubCategory as yi, getMasterSparePartSubCategoryCache as yj, getMasterSparePartSubCategoryCacheCount as yk, MasterSparePartCategorySchema as yl, type MasterSparePartCategoryDTO as ym, SparePartCategoryQuerySchema as yn, type SparePartCategoryQueryDTO as yo, toMasterSparePartCategoryPayload as yp, newMasterSparePartCategoryPayload as yq, findMasterSparePartCategories as yr, createMasterSparePartCategory as ys, updateMasterSparePartCategory as yt, deleteMasterSparePartCategory as yu, getMasterSparePartCategoryCache as yv, getMasterSparePartCategoryCacheChild as yw, getMasterSparePartCategoryCacheCount as yx, MasterSparePartUnitSchema as yy, type MasterSparePartUnitDTO as yz, type MasterMainDateFormat as z, getUserOrganisationCacheSimple as z$, createMasterTyreGrade as z0, updateMasterTyreGrade as z1, deleteMasterTyreGrade as z2, getMasterTyreGradeCache as z3, getMasterTyreGradeCacheCount as z4, type MasterTyreModel as z5, MasterTyreModelSchema as z6, type MasterTyreModelDTO as z7, MasterTyreModelQuerySchema as z8, type MasterTyreModelQueryDTO as z9, type MasterMainUnitDistanceQueryDTO as zA, toMasterMainUnitDistancePayload as zB, newMasterMainUnitDistancePayload as zC, findMasterMainUnitDistances as zD, createMasterMainUnitDistance as zE, updateMasterMainUnitDistance as zF, deleteMasterMainUnitDistance as zG, getMasterMainUnitDistanceCache as zH, type UserOrganisationSimple as zI, UserOrganisationSchema as zJ, type UserOrganisationDTO as zK, UserOrganisationQuerySchema as zL, type UserOrganisationQueryDTO as zM, UserOrganisationLogoSchema as zN, type UserOrganisationLogoDTO as zO, UserOrganisationShowFilterSchema as zP, type UserOrganisationShowFilterDTO as zQ, toUserOrganisationPayload as zR, newUserOrganisationPayload as zS, get_organisation_logo_presigned_url as zT, update_organisation_logo as zU, delete_organisation_logo as zV, findUserOrganisation as zW, createUserOrganisation as zX, updateUserOrganisation as zY, deleteUserOrganisation as zZ, getUserOrganisationCache as z_, FindCacheSchema as za, type FindCacheDTO as zb, toMasterTyreModelPayload as zc, newMasterTyreModelPayload as zd, findMasterTyreModels as ze, createMasterTyreModel as zf, updateMasterTyreModel as zg, deleteMasterTyreModel as zh, getMasterTyreModelCache as zi, getMasterTyreModelCacheCount as zj, MasterTyreMakeSchema as zk, type MasterTyreMakeDTO as zl, MasterTyreMakeQuerySchema as zm, type MasterTyreMakeQueryDTO as zn, toMasterTyreMakePayload as zo, newMasterTyreMakePayload as zp, findMasterTyreMakes as zq, createMasterTyreMake as zr, updateMasterTyreMake as zs, deleteMasterTyreMake as zt, getMasterTyreMakeCache as zu, getMasterTyreMakeCacheCount as zv, getMasterTyreMakeCacheChild as zw, MasterMainUnitDistanceSchema as zx, type MasterMainUnitDistanceDTO as zy, MasterMainUnitDistanceQuerySchema as zz };
24005
+ export { MasterMainIndustrySchema as $, type MasterMainLanguage as A, type UserOrganisationLogoDTO as A0, UserOrganisationShowFilterSchema as A1, type UserOrganisationShowFilterDTO as A2, toUserOrganisationPayload as A3, newUserOrganisationPayload as A4, get_organisation_logo_presigned_url as A5, update_organisation_logo as A6, delete_organisation_logo as A7, findUserOrganisation as A8, createUserOrganisation as A9, updateUserOrganisation as Aa, deleteUserOrganisation as Ab, getUserOrganisationCache as Ac, getUserOrganisationCacheSimple as Ad, type BookMark as Ae, BookMarkSchema as Af, type BookMarkDTO as Ag, BookMarkQuerySchema as Ah, type BookMarkQueryDTO as Ai, toBookMarkPayload as Aj, newBookMarkPayload as Ak, findBookMarks as Al, createBookMark as Am, updateBookMark as An, deleteBookMark as Ao, type MasterMainUnitDistance as B, type MasterMainUnitMileage as C, type MasterMainUnitVolume as D, type MasterMainSimProvider as E, type MasterFleetIncidentType as F, type MasterFleetIncidentStatus as G, type MasterFleetIncidentSeverity as H, type MasterFleetInsuranceClaimStatus as I, type MasterFleetServiceTask as J, type MasterExpenseName as K, type MasterExpenseType as L, type MasterMainCurrency as M, type MasterVendorType as N, type OrganisationSubCompany as O, type MasterVendorTag as P, type MasterVendorDocumentType as Q, type MasterFuelCompany as R, type MasterClass as S, type MasterProgram as T, type UserOrganisation as U, type MasterSemester as V, type MasterRelationship as W, type MasterSection as X, type MasterStream as Y, type MasterYear as Z, type MasterVehicle as _, type User as a, getOrganisationColorCache as a$, type MasterMainIndustryDTO as a0, MasterMainIndustryQuerySchema as a1, type MasterMainIndustryQueryDTO as a2, toMasterMainIndustryPayload as a3, newMasterMainIndustryPayload as a4, findMasterMainIndustry as a5, createMasterMainIndustry as a6, updateMasterMainIndustry as a7, deleteMasterMainIndustry as a8, getMasterMainIndustryCache as a9, deleteOrganisationSubCompany as aA, getOrganisationSubCompanyCache as aB, getOrganisationSubCompanyCacheCount as aC, getOrganisationSubCompanyCacheChild as aD, OrganisationBranchSchema as aE, type OrganisationBranchDTO as aF, OrganisationBranchQuerySchema as aG, type OrganisationBranchQueryDTO as aH, toOrganisationBranchPayload as aI, newOrganisationBranchPayload as aJ, findOrganisationBranchs as aK, createOrganisationBranch as aL, updateOrganisationBranch as aM, deleteOrganisationBranch as aN, getOrganisationBranchCache as aO, getOrganisationBranchCacheCount as aP, getOrganisationBranchCacheChild as aQ, OrganisationColorSchema as aR, type OrganisationColorDTO as aS, OrganisationColorQuerySchema as aT, type OrganisationColorQueryDTO as aU, toOrganisationColorPayload as aV, newOrganisationColorPayload as aW, findOrganisationColors as aX, createOrganisationColor as aY, updateOrganisationColor as aZ, deleteOrganisationColor 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, getMasterMainCurrencyCacheAll as ak, getMasterMainCurrencyCache as al, OrganisationSubCompanySchema as am, type OrganisationSubCompanyDTO as an, OrganisationSubCompanyQuerySchema as ao, type OrganisationSubCompanyQueryDTO as ap, SubCompanyLogoSchema as aq, type SubCompanyLogoDTO as ar, toOrganisationSubCompanyPayload as as, newOrganisationSubCompanyPayload as at, get_organisation_sub_company_logo_presigned_url as au, update_organisation_sub_company_logo as av, delete_organisation_sub_company_logo as aw, findOrganisationSubCompanyies as ax, createOrganisationSubCompany as ay, updateOrganisationSubCompany as az, type UserAdmin as b, type GPSGeofenceTransactionSummaryDTO as b$, getOrganisationColorCacheCount as b0, getOrganisationColorCacheChild as b1, OrganisationTagSchema as b2, type OrganisationTagDTO as b3, OrganisationTagQuerySchema as b4, type OrganisationTagQueryDTO as b5, toOrganisationTagPayload as b6, newOrganisationTagPayload as b7, findOrganisationTags as b8, createOrganisationTag as b9, deleteMasterUserStatus as bA, getMasterUserStatusCache as bB, getMasterUserStatusCacheCount as bC, MasterMainLanguageSchema as bD, type MasterMainLanguageDTO as bE, MasterMainLanguageQuerySchema as bF, type MasterMainLanguageQueryDTO as bG, toMasterMainLanguagePayload as bH, newMasterMainLanguagePayload as bI, findMasterMainLanguages as bJ, createMasterMainLanguage as bK, updateMasterMainLanguage as bL, deleteMasterMainLanguage as bM, getMasterMainLanguageCache as bN, MasterMainDateFormatSchema as bO, type MasterMainDateFormatDTO as bP, MasterMainDateFormatQuerySchema as bQ, type MasterMainDateFormatQueryDTO as bR, toMasterMainDateFormatPayload as bS, newMasterMainDateFormatPayload as bT, findMasterMainDateFormats as bU, createMasterMainDateFormat as bV, updateMasterMainDateFormat as bW, deleteMasterMainDateFormat as bX, getMasterMainDateFormatCache as bY, type GPSGeofenceTransactionSummary as bZ, GPSGeofenceTransactionSummarySchema as b_, updateOrganisationTag as ba, deleteOrganisationTag as bb, getOrganisationTagCache as bc, getOrganisationTagCacheCount as bd, getOrganisationTagCacheChild as be, MasterUserRoleSchema as bf, type MasterUserRoleDTO as bg, MasterUserRoleQuerySchema as bh, type MasterUserRoleQueryDTO as bi, toMasterUserRolePayload as bj, newMasterUserRolePayload as bk, findMasterUserRoles as bl, createMasterUserRole as bm, updateMasterUserRole as bn, deleteMasterUserRole as bo, getMasterUserRoleCache as bp, getMasterUserRoleCacheCount as bq, MasterUserStatusSchema as br, type MasterUserStatusDTO as bs, MasterUserStatusQuerySchema as bt, type MasterUserStatusQueryDTO as bu, toMasterUserStatusPayload as bv, newMasterUserStatusPayload as bw, findMasterUserStatuses as bx, createMasterUserStatus as by, updateMasterUserStatus as bz, type MasterDriver as c, UserAdminLogoSchema as c$, GPSGeofenceTransactionSummaryQuerySchema as c0, type GPSGeofenceTransactionSummaryQueryDTO as c1, toGPSGeofenceTransactionSummaryPayload as c2, newGPSGeofenceTransactionSummaryPayload as c3, findGPSGeofenceTransactionSummary as c4, createGPSGeofenceTransactionSummary as c5, updateGPSGeofenceTransactionSummary as c6, deleteGPSGeofenceTransactionSummary as c7, type GPSGeofenceTransaction as c8, GPSGeofenceTransactionSchema as c9, type GPSGeofenceDTO as cA, GPSGeofenceQuerySchema as cB, type GPSGeofenceQueryDTO as cC, toGPSGeofencePayload as cD, newGPSGeofencePayload as cE, findGPSGeofence as cF, createGPSGeofence as cG, updateGPSGeofence as cH, deleteGPSGeofence as cI, getGPSGeofenceCache as cJ, type OrganisationNotificationPreference as cK, type OrganisationNotificationPreferenceVehicleLink as cL, type OrganisationNotificationPreferenceGeofenceLink as cM, type OrganisationNotificationPreferenceUserLink as cN, OrganisationNotificationPreferenceSchema as cO, type OrganisationNotificationPreferenceDTO as cP, OrganisationNotificationPreferenceQuerySchema as cQ, type OrganisationNotificationPreferenceQueryDTO as cR, toOrganisationNotificationPreferencePayload as cS, newOrganisationNotificationPreferencePayload as cT, findOrganisationNotificationPreference as cU, createOrganisationNotificationPreference as cV, updateOrganisationNotificationPreference as cW, deleteOrganisationNotificationPreference as cX, type UserAdminLoginPush as cY, UserAdminSchema as cZ, type UserAdminDTO as c_, type GPSGeofenceTransactionDTO as ca, GPSGeofenceTransactionQuerySchema as cb, type GPSGeofenceTransactionQueryDTO as cc, toGPSGeofenceTransactionPayload as cd, newGPSGeofenceTransactionPayload as ce, findGPSGeofenceTransaction as cf, createGPSGeofenceTransaction as cg, updateGPSGeofenceTransaction as ch, deleteGPSGeofenceTransaction as ci, type TripGeofenceToGeofence as cj, TripGeofenceToGeofenceSchema as ck, type TripGeofenceToGeofenceDTO as cl, TripGeofenceToGeofenceQuerySchema as cm, type TripGeofenceToGeofenceQueryDTO as cn, toTripGeofenceToGeofencePayload as co, newTripGeofenceToGeofencePayload as cp, findTripGeofenceToGeofence as cq, createTripGeofenceToGeofence as cr, updateTripGeofenceToGeofence as cs, deleteTripGeofenceToGeofence as ct, type GPSGeofence as cu, type GPSGeofencePolilineData as cv, type GPSGeofenceCache as cw, GPSGeofencePolilineDataSchema as cx, type GPSGeofencePolilineDataDTO as cy, GPSGeofenceSchema as cz, type MasterVehicleType as d, MasterVehicleFuelUnitSchema as d$, type UserAdminLogoDTO as d0, UserAdminProfileSchema as d1, type UserAdminProfileDTO as d2, UserAdminQuerySchema as d3, type UserAdminQueryDTO as d4, toUserAdminProfilePayload as d5, newUserAdminPayload as d6, get_admin_image_presigned_url as d7, update_admin_image as d8, delete_admin_image as d9, updateTicket as dA, updateVerifyStatus as dB, deleteTicket as dC, type MasterMainLandMark as dD, MasterMainLandmarkSchema as dE, type MasterMainLandmarkDTO as dF, MasterMainLandmarkQuerySchema as dG, type MasterMainLandmarkQueryDTO as dH, toMasterMainLandmarkPayload as dI, newMasterMainLandmarkPayload as dJ, findMasterMainCountries$1 as dK, createMasterMainCountry$1 as dL, updateMasterMainCountry$1 as dM, deleteMasterMainCountry$1 as dN, MasterVehicleFuelTypeSchema as dO, type MasterVehicleFuelTypeDTO as dP, MasterVehicleFuelTypeQuerySchema as dQ, type MasterVehicleFuelTypeQueryDTO as dR, toMasterVehicleFuelTypePayload as dS, newMasterVehicleFuelTypePayload as dT, findMasterVehicleFuelTypes as dU, createMasterVehicleFuelType as dV, updateMasterVehicleFuelType as dW, deleteMasterVehicleFuelType as dX, getMasterVehicleFuelTypeCache as dY, getMasterVehicleFuelTypeCacheCount as dZ, getMasterVehicleFuelTypeCacheChild as d_, findUserAdmin as da, createUserAdmin as db, updateUserAdmin as dc, deleteUserAdmin as dd, updateUserAdminProfile as de, getAdminUserCache as df, type Ticket as dg, type TicketFile as dh, TicketFileSchema as di, type TicketFileDTO as dj, TicketSchema as dk, type TicketDTO as dl, TicketVerifySchema as dm, type TicketVerifyDTO as dn, TicketQuerySchema as dp, type TicketQueryDTO as dq, toTicketPayload as dr, newTicketPayload as ds, newVerifyTicketPayload as dt, toVerifyTicketPayload as du, get_ticket_file_presigned_url as dv, create_ticket_file as dw, remove_ticket_file as dx, findTickets as dy, createTicket as dz, type MasterVehicleMake as e, createMasterFleetInsuranceClaimStatus as e$, type MasterVehicleFuelUnitDTO as e0, MasterVehicleFuelUnitQuerySchema as e1, type MasterVehicleFuelUnitQueryDTO as e2, toMasterVehicleFuelUnitPayload as e3, newMasterVehicleFuelUnitPayload as e4, findMasterVehicleFuelUnits as e5, createMasterVehicleFuelUnit as e6, updateMasterVehicleFuelUnit as e7, deleteMasterVehicleFuelUnit as e8, getMasterVehicleFuelUnitCache as e9, MasterVendorDocumentTypeQuerySchema as eA, type MasterVendorDocumentTypeQueryDTO as eB, toMasterVendorDocumentTypePayload as eC, newMasterVendorDocumentTypePayload as eD, findMasterVendorDocumentTypes as eE, createMasterVendorDocumentType as eF, updateMasterVendorDocumentType as eG, deleteMasterVendorDocumentType as eH, getMasterVendorDocumentTypeCache as eI, MasterFleetServiceTaskSchema as eJ, type MasterFleetServiceTaskDTO as eK, MasterFleetServiceTaskQuerySchema as eL, type MasterFleetServiceTaskQueryDTO as eM, toMasterFleetServiceTaskPayload as eN, newMasterFleetServiceTaskPayload as eO, findMasterFleetServiceTasks as eP, createMasterFleetServiceTask as eQ, updateMasterFleetServiceTask as eR, deleteMasterFleetServiceTask as eS, getMasterFleetServiceTaskCache as eT, MasterFleetInsuranceClaimStatusSchema as eU, type MasterFleetInsuranceClaimStatusDTO as eV, MasterFleetInsuranceClaimStatusQuerySchema as eW, type MasterFleetInsuranceClaimStatusQueryDTO as eX, toMasterFleetInsuranceClaimStatusPayload as eY, newMasterFleetInsuranceClaimStatusPayload as eZ, findMasterFleetInsuranceClaimStatuses as e_, getMasterVehicleFuelUnitCacheCount as ea, getMasterVehicleFuelUnitCacheChild as eb, MasterVendorTypeSchema as ec, type MasterVendorTypeDTO as ed, MasterVendorTypeQuerySchema as ee, type MasterVendorTypeQueryDTO as ef, toMasterVendorTypePayload as eg, newMasterVendorTypePayload as eh, findMasterVendorTypes as ei, createMasterVendorType as ej, updateMasterVendorType as ek, deleteMasterVendorType as el, getMasterVendorTypeCache as em, MasterVendorTagSchema as en, type MasterVendorTagDTO as eo, MasterVendorTagQuerySchema as ep, type MasterVendorTagQueryDTO as eq, toMasterVendorTagPayload as er, newMasterVendorTagPayload as es, findMasterVendorTags as et, createMasterVendorTag as eu, updateMasterVendorTag as ev, deleteMasterVendorTag as ew, getMasterVendorTagCache as ex, MasterVendorDocumentTypeSchema as ey, type MasterVendorDocumentTypeDTO as ez, type MasterVehicleStatusType as f, toFleetIncidentManagementPayload as f$, updateMasterFleetInsuranceClaimStatus as f0, deleteMasterFleetInsuranceClaimStatus as f1, getMasterFleetInsuranceClaimStatusCache as f2, MasterFleetIncidentSeveritySchema as f3, type MasterFleetIncidentSeverityDTO as f4, MasterFleetIncidentSeverityQuerySchema as f5, type MasterFleetIncidentSeverityQueryDTO as f6, toMasterFleetIncidentSeverityPayload as f7, newMasterFleetIncidentSeverityPayload as f8, findMasterFleetIncidentSeverities as f9, MasterExpenseNameSchema as fA, type MasterExpenseNameDTO as fB, MasterExpenseNameQuerySchema as fC, type MasterExpenseNameQueryDTO as fD, toMasterExpenseNamePayload as fE, newMasterExpenseNamePayload as fF, findMasterExpenseNames as fG, createMasterExpenseName as fH, updateMasterExpenseName as fI, deleteMasterExpenseName as fJ, getMasterExpenseNameCache as fK, type FleetIncidentManagement as fL, type FleetIncidentManagementCost as fM, type FleetIncidentManagementFile as fN, type IncidentDashboard as fO, FleetIncidentManagementFileSchema as fP, type FleetIncidentManagementFileDTO as fQ, FleetIncidentManagementSchema as fR, type FleetIncidentManagementDTO as fS, FleetIncidentManagementQuerySchema as fT, type FleetIncidentManagementQueryDTO as fU, FleetIncidentManagementDashBoardQuerySchema as fV, type FleetIncidentManagementDashBoardQueryDTO as fW, FleetIncidentManagementCostSchema as fX, type FleetIncidentManagementCostDTO as fY, FleetIncidentManagementCostQuerySchema as fZ, type FleetIncidentManagementCostQueryDTO as f_, createMasterFleetIncidentSeverity as fa, updateMasterFleetIncidentSeverity as fb, deleteMasterFleetIncidentSeverity as fc, getMasterFleetIncidentSeverityCache as fd, MasterFleetIncidentStatusSchema as fe, type MasterFleetIncidentStatusDTO as ff, MasterFleetIncidentStatusQuerySchema as fg, type MasterFleetIncidentStatusQueryDTO as fh, toMasterFleetIncidentStatusPayload as fi, newMasterFleetIncidentStatusPayload as fj, findMasterFleetIncidentStatuses as fk, createMasterFleetIncidentStatus as fl, updateMasterFleetIncidentStatus as fm, deleteMasterFleetIncidentStatus as fn, getMasterFleetIncidentStatusCache as fo, MasterFleetIncidentTypeSchema as fp, type MasterFleetIncidentTypeDTO as fq, MasterFleetIncidentTypeQuerySchema as fr, type MasterFleetIncidentTypeQueryDTO as fs, toMasterFleetIncidentTypePayload as ft, newMasterFleetIncidentTypePayload as fu, findMasterFleetIncidentTypes as fv, createMasterFleetIncidentType as fw, updateMasterFleetIncidentType as fx, deleteMasterFleetIncidentType as fy, getMasterFleetIncidentTypeCache as fz, type MasterVehicleOwnershipType as g, type FleetIssueManagementDTO as g$, newFleetIncidentManagementPayload as g0, toFleetIncidentManagementCostPayload as g1, newFleetIncidentManagementCostPayload as g2, get_incident_file_presigned_url as g3, create_incident_file as g4, remove_incident_file as g5, createFleetIncidentManagement as g6, findFleetIncidentManagement as g7, updateFleetIncidentManagement as g8, deleteFleetIncidentManagement as g9, FleetInspectionSchema as gA, type FleetInspectionDTO as gB, FleetInspectionQuerySchema as gC, type FleetInspectionQueryDTO as gD, FleetInspectionDashBoardQuerySchema as gE, type FleetInspectionDashBoardQueryDTO as gF, FleetInspectionCheckPendingQuerySchema as gG, type FleetInspectionCheckPendingQueryDTO as gH, toFleetInspectionPayload as gI, newFleetInspectionPayload as gJ, get_inspection_file_presigned_url as gK, create_inspection_file as gL, remove_inspection_file as gM, findFleetInspection as gN, createFleetInspection as gO, updateFleetInspection as gP, deleteFleetInspection as gQ, inspection_dashboard as gR, find_check_pending as gS, type FleetIssueManagement as gT, type FleetIssueManagementHistory as gU, type FleetIssueManagementComment as gV, type FleetIssueManagementFile as gW, type IssueDashboard as gX, FleetIssueManagementFileSchema as gY, type FleetIssueManagementFileDTO as gZ, FleetIssueManagementSchema as g_, incident_dashboard as ga, createFleetIncidentManagementCost as gb, findFleetIncidentManagementCost as gc, updateFleetIncidentManagementCost as gd, deleteFleetIncidentManagementCost as ge, type FleetInspectionForm as gf, type FleetInspectionFormSimple as gg, FleetInspectionFormSchema as gh, type FleetInspectionFormDTO as gi, FleetInspectionFormQuerySchema as gj, type FleetInspectionFormQueryDTO as gk, FleetInspectionFormFieldsSchema as gl, type FleetInspectionFormFieldsDTO as gm, toFleetInspectionFormPayload as gn, newFleetInspectionFormPayload as go, findFleetInspectionForm as gp, createFleetInspectionForm as gq, updateFleetInspectionForm as gr, updateFleetInspectionFormData as gs, deleteFleetInspectionForm as gt, getFleetInspectionFormCacheSimple as gu, type FleetInspection as gv, type FleetInspectionFile as gw, type InspectionDashboard as gx, FleetInspectionFileSchema as gy, type FleetInspectionFileDTO as gz, type MasterVehicleAssociatedTo as h, findFleetServiceReminder as h$, FleetIssueManagementQuerySchema as h0, type FleetIssueManagementQueryDTO as h1, FleetIssueManagementDashBoardQuerySchema as h2, type FleetIssueManagementDashBoardQueryDTO as h3, FleetIssueManagementCommentSchema as h4, type FleetIssueManagementCommentDTO as h5, FleetIssueManagementCommentQuerySchema as h6, type FleetIssueManagementCommentQueryDTO as h7, toFleetIssueManagementPayload as h8, newFleetIssueManagementPayload as h9, type FleetServiceManagementDashBoardQueryDTO as hA, FleetServiceManagementTaskSchema as hB, type FleetServiceManagementTaskDTO as hC, FleetServiceManagementTaskQuerySchema as hD, type FleetServiceManagementTaskQueryDTO as hE, FleetServiceReminderSchema as hF, type FleetServiceReminderDTO as hG, FleetServiceReminderQuerySchema as hH, type FleetServiceReminderQueryDTO as hI, toFleetServiceManagementPayload as hJ, newFleetServiceManagementPayload as hK, toFleetServiceManagementTaskPayload as hL, newFleetServiceManagementTaskPayload as hM, toFleetServiceReminderPayload as hN, newFleetServiceReminderPayload as hO, get_service_file_presigned_url as hP, create_service_file as hQ, remove_service_file as hR, findFleetServiceManagement as hS, createFleetServiceManagement as hT, updateFleetServiceManagement as hU, deleteFleetServiceManagement as hV, service_dashboard as hW, findFleetServiceManagementTask as hX, createFleetServiceManagementTask as hY, updateFleetServiceManagementTask as hZ, deleteFleetServiceManagementTask as h_, toFleetIssueManagementCommentPayload as ha, newFleetIssueManagementCommentPayload as hb, get_issue_file_presigned_url as hc, create_issue_file as hd, remove_issue_file as he, findFleetIssueManagement as hf, createFleetIssueManagement as hg, updateFleetIssueManagement as hh, deleteFleetIssueManagement as hi, issue_dashboard as hj, findFleetIssueManagementComment as hk, createFleetIssueManagementComment as hl, updateFleetIssueManagementComment as hm, deleteFleetIssueManagementComment as hn, type FleetServiceManagement as ho, type FleetServiceManagementTask as hp, type FleetServiceManagementFile as hq, type FleetServiceReminder as hr, type ServiceDashboard as hs, FleetServiceManagementFileSchema as ht, type FleetServiceManagementFileDTO as hu, FleetServiceManagementSchema as hv, type FleetServiceManagementDTO as hw, FleetServiceManagementQuerySchema as hx, type FleetServiceManagementQueryDTO as hy, FleetServiceManagementDashBoardQuerySchema as hz, type MasterVehicleFuelType as i, type FleetVendorDocumentFileDTO as i$, createFleetServiceReminder as i0, updateFleetServiceReminder as i1, deleteFleetServiceReminder as i2, type FleetVendorServiceCenter as i3, type FleetVendorServiceCenterSimple as i4, FleetVendorServiceCenterSchema as i5, type FleetVendorServiceCenterDTO as i6, FleetVendorServiceCenterQuerySchema as i7, type FleetVendorServiceCenterQueryDTO as i8, toFleetVendorServiceCenterPayload as i9, FleetVendorFuelStationSchema as iA, type FleetVendorFuelStationDTO as iB, FleetVendorFuelStationQuerySchema as iC, type FleetVendorFuelStationQueryDTO as iD, toFleetVendorFuelStationPayload as iE, newFleetVendorFuelStationPayload as iF, findFleetVendorFuelStation as iG, createFleetVendorFuelStation as iH, updateFleetVendorFuelStation as iI, deleteFleetVendorFuelStation as iJ, getFleetVendorFuelStationCacheSimple as iK, type FleetVendor as iL, type VendorDashboard as iM, type FleetVendorSimple as iN, type FleetVendorTypeLink as iO, type FleetVendorTagLink as iP, type FleetVendorAddress as iQ, type FleetVendorBankAccount as iR, type FleetVendorContactPersons as iS, type FleetVendorReview as iT, type FleetVendorDocument as iU, type FleetVendorDocumentFile as iV, FleetVendorLogoSchema as iW, type FleetVendorLogoDTO as iX, FleetVendorContactPersonsLogoSchema as iY, type FleetVendorContactPersonsLogoDTO as iZ, FleetVendorDocumentFileSchema as i_, newFleetVendorServiceCenterPayload as ia, findFleetVendorServiceCenter as ib, createFleetVendorServiceCenter as ic, updateFleetVendorServiceCenter as id, deleteFleetVendorServiceCenter as ie, getFleetVendorServiceCenterCacheSimple as ig, MasterFuelCompanySchema as ih, type MasterFuelCompanyDTO as ii, MasterFuelCompanyQuerySchema as ij, type MasterFuelCompanyQueryDTO as ik, FuelCompanyLogoSchema as il, type FuelCompanyLogoDTO as im, toMasterFuelCompanyPayload as io, newMasterFuelCompanyPayload as ip, get_master_fuel_company_presigned_url as iq, update_master_fuel_company_logo as ir, delete_master_fuel_company_logo as is, findMasterFuelCompanys as it, createMasterFuelCompany as iu, updateMasterFuelCompany as iv, deleteMasterFuelCompany as iw, getMasterFuelCompanyCache as ix, type FleetVendorFuelStation as iy, type FleetVendorFuelStationSimple as iz, type MasterVehicleFuelUnit as j, deleteFleetVendorContactPersons as j$, FleetVendorAddressSchema as j0, type FleetVendorAddressDTO as j1, FleetVendorAddressQuerySchema as j2, type FleetVendorAddressQueryDTO as j3, FleetVendorBankAccountSchema as j4, type FleetVendorBankAccountDTO as j5, FleetVendorBankAccountQuerySchema as j6, type FleetVendorBankAccountQueryDTO as j7, FleetVendorContactPersonsSchema as j8, type FleetVendorContactPersonsDTO as j9, toFleetVendorDocumentPayload as jA, newFleetVendorDocumentPayload as jB, get_vendor_logo_presigned_url as jC, get_vendor_contact_person_logo_presigned_url as jD, get_vendor_document_file_presigned_url as jE, update_vendor_logo as jF, delete_vendor_logo as jG, update_vendor_contact_person_logo as jH, delete_vendor_contact_person_logo as jI, create_vendor_document_file as jJ, remove_vendor_document_file as jK, findFleetVendor as jL, createFleetVendor as jM, updateFleetVendor as jN, deleteFleetVendor as jO, vendor_dashboard as jP, createFleetVendorAddress as jQ, findFleetVendorAddress as jR, updateFleetVendorAddress as jS, deleteFleetVendorAddress as jT, createFleetVendorBankAccount as jU, findFleetVendorBankAccount as jV, updateFleetVendorBankAccount as jW, deleteFleetVendorBankAccount as jX, createFleetVendorContactPersons as jY, findFleetVendorContactPersons as jZ, updateFleetVendorContactPersons as j_, FleetVendorContactPersonsQuerySchema as ja, type FleetVendorContactPersonsQueryDTO as jb, FleetVendorReviewSchema as jc, type FleetVendorReviewDTO as jd, FleetVendorReviewQuerySchema as je, type FleetVendorReviewQueryDTO as jf, FleetVendorDocumentSchema as jg, type FleetVendorDocumentDTO as jh, FleetVendorDocumentQuerySchema as ji, type FleetVendorDocumentQueryDTO as jj, FleetVendorSchema as jk, type FleetVendorDTO as jl, FleetVendorQuerySchema as jm, type FleetVendorQueryDTO as jn, FleetVendorDashBoardQuerySchema as jo, type FleetVendorDashBoardQueryDTO as jp, toFleetVendorPayload as jq, newFleetVendorPayload as jr, toFleetVendorAddressPayload as js, newFleetVendorAddressPayload as jt, toFleetVendorBankAccountPayload as ju, newFleetVendorBankAccountPayload as jv, toFleetVendorContactPersonsPayload as jw, newFleetVendorContactPersonsPayload as jx, toFleetVendorReviewPayload as jy, newFleetVendorReviewPayload as jz, type MasterVehicleFuelRemovalReason as k, newFleetInspectionSchedulePayload as k$, createFleetVendorReview as k0, findFleetVendorReview as k1, updateFleetVendorReview as k2, deleteFleetVendorReview as k3, createFleetVendorDocument as k4, findFleetVendorDocument as k5, updateFleetVendorDocument as k6, deleteFleetVendorDocument as k7, getFleetVendorCacheSimple as k8, type FleetFuelRefill as k9, getMasterVehicleFuelRemovalReasonCache as kA, getMasterVehicleFuelRemovalReasonCacheCount as kB, getMasterVehicleFuelRemovalReasonCacheChild as kC, type FleetFuelRemoval as kD, type FleetFuelRemovalFile as kE, FleetFuelRemovalFileSchema as kF, type FleetFuelRemovalFileDTO as kG, FleetFuelRemovalSchema as kH, type FleetFuelRemovalDTO as kI, FleetFuelRemovalQuerySchema as kJ, type FleetFuelRemovalQueryDTO as kK, toFleetFuelRemovalPayload as kL, newFleetFuelRemovalPayload as kM, get_fuel_removal_file_presigned_url as kN, create_fuel_removal_file as kO, remove_fuel_removal_file as kP, findFleetFuelRemoval as kQ, createFleetFuelRemoval as kR, updateFleetFuelRemoval as kS, deleteFleetFuelRemoval as kT, type FleetInspectionSchedule as kU, type FleetInspectionScheduleVehicleLink as kV, FleetInspectionScheduleSchema as kW, type FleetInspectionScheduleDTO as kX, FleetInspectionScheduleQuerySchema as kY, type FleetInspectionScheduleQueryDTO as kZ, toFleetInspectionSchedulePayload as k_, type FleetFuelRefillFile as ka, FleetFuelRefillFileSchema as kb, type FleetFuelRefillFileDTO as kc, FleetFuelRefillSchema as kd, type FleetFuelRefillDTO as ke, FleetFuelRefillQuerySchema as kf, type FleetFuelRefillQueryDTO as kg, toFleetFuelRefillPayload as kh, newFleetFuelRefillPayload as ki, get_fuel_refill_file_presigned_url as kj, create_fuel_refill_file as kk, remove_fuel_refill_file as kl, findFleetFuelRefill as km, createFleetFuelRefill as kn, updateFleetFuelRefill as ko, deleteFleetFuelRefill as kp, MasterVehicleFuelRemovalReasonSchema as kq, type MasterVehicleFuelRemovalReasonDTO as kr, MasterVehicleFuelRemovalReasonQuerySchema as ks, type MasterVehicleFuelRemovalReasonQueryDTO as kt, toMasterVehicleFuelRemovalReasonPayload as ku, newMasterVehicleFuelRemovalReasonPayload as kv, findMasterVehicleFuelRemovalReasons as kw, createMasterVehicleFuelRemovalReason as kx, updateMasterVehicleFuelRemovalReason as ky, deleteMasterVehicleFuelRemovalReason as kz, type MasterVehicleDocumentType as l, createFleetFuelDailySummary as l$, findFleetInspectionSchedule as l0, createFleetInspectionSchedule as l1, updateFleetInspectionSchedule as l2, deleteFleetInspectionSchedule as l3, type FleetServiceSchedule as l4, type FleetServiceScheduleVehicleLink as l5, FleetServiceScheduleSchema as l6, type FleetServiceScheduleDTO as l7, FleetServiceScheduleQuerySchema as l8, type FleetServiceScheduleQueryDTO as l9, update_user_image as lA, delete_user_image as lB, findUser as lC, createUser as lD, updateUser as lE, deleteUser as lF, updateUserProfile as lG, getUserCache as lH, getUserCacheSimple as lI, updateUserDefaultLanguage as lJ, updateUserDefaultTimezone as lK, updateUserDefaultDateformat as lL, type FleetFuelDailySummary as lM, FleetFuelDailySummarySchema as lN, type FleetFuelDailySummaryDTO as lO, FleetFuelDailySummaryQuerySchema as lP, type FleetFuelDailySummaryQueryDTO as lQ, FleetFuelDailyMonthlySummaryQuerySchema as lR, type FleetFuelDailyMonthlySummaryQueryDTO as lS, AllVehiclesFuelDailySummaryQuerySchema as lT, type AllVehiclesFuelDailySummaryDTO as lU, FleetFuelDailySummaryDashBoardQuerySchema as lV, type FleetFuelDailySummaryDashBoardQueryDTO as lW, type FuelDashboard as lX, toFleetFuelDailySummaryPayload as lY, newFleetFuelDailySummaryPayload as lZ, findFleetFuelDailySummary as l_, toFleetServiceSchedulePayload as la, newFleetServiceSchedulePayload as lb, findFleetServiceSchedule as lc, createFleetServiceSchedule as ld, updateFleetServiceSchedule as le, deleteFleetServiceSchedule as lf, type UserVehicleLink as lg, type UserLoginPush as lh, UserSchema as li, type UserDTO as lj, UserQuerySchema as lk, type UserQueryDTO as ll, UserLogoSchema as lm, type UserLogoDTO as ln, UserProfileSchema as lo, type UserProfileDTO as lp, UserDefaultLanguageSchema as lq, type UserDefaultLanguageDTO as lr, UserDefaultTimeZoneSchema as ls, type UserDefaultTimeZoneDTO as lt, UserDefaultDateFormatSchema as lu, type UserDefaultDateFormatDTO as lv, toUserPayload as lw, toUserProfilePayload as lx, newUserPayload as ly, get_user_image_presigned_url as lz, type MasterUserRole as m, getMasterVehicleSubModelCache as m$, updateFleetFuelDailySummary as m0, deleteFleetFuelDailySummary as m1, fuel_dashboard as m2, findFleetFuelMonthlySummary as m3, findVehicleFuelSummary as m4, type MasterDriverFile as m5, type AssignRemoveDriverHistory as m6, type DriverLoginPush as m7, MasterDriverFileSchema as m8, type MasterDriverFileDTO as m9, type VehicleOrganisationGroupLink as mA, OrganisationGroupSchema as mB, type OrganisationGroupDTO as mC, OrganisationGroupQuerySchema as mD, type OrganisationGroupQueryDTO as mE, toOrganisationGroupPayload as mF, newOrganisationGroupPayload as mG, findOrganisationGroups as mH, createOrganisationGroup as mI, updateOrganisationGroup as mJ, deleteOrganisationGroup as mK, getOrganisationGroupCache as mL, getOrganisationGroupCacheCount as mM, getOrganisationGroupCacheChild as mN, type MasterVehicleSubModel as mO, MasterVehicleSubModelSchema as mP, type MasterVehicleSubModelDTO as mQ, MasterVehicleSubModelQuerySchema as mR, type MasterVehicleSubModelQueryDTO as mS, FindCacheSchema$5 as mT, type FindCacheDTO$5 as mU, toMasterVehicleSubModelPayload as mV, newMasterVehicleSubModelPayload as mW, findMasterVehicleSubModels as mX, createMasterVehicleSubModel as mY, updateMasterVehicleSubModel as mZ, deleteMasterVehicleSubModel as m_, MasterDriverSchema as ma, type MasterDriverDTO as mb, MasterDriverQuerySchema as mc, type MasterDriverQueryDTO as md, MasterDriverLogoSchema as me, type MasterDriverLogoDTO as mf, MasterDriverProfileSchema as mg, type MasterDriverProfileDTO as mh, toDriverPayload as mi, newDriverPayload as mj, toDriverProfilePayload as mk, get_master_driver_logo_presigned_url as ml, get_master_driver_file_presigned_url as mm, update_master_driver_logo as mn, delete_master_driver_logo as mo, create_master_driver_file as mp, remove_master_driver_file as mq, findMasterDriver as mr, createMasterDriver as ms, updateMasterDriver as mt, deleteMasterDriver as mu, updateMasterDriverLogo as mv, deleteMasterDriverLogo as mw, updateMasterDriverProfile as mx, getMasterDriverCache as my, getMasterDriverCacheSimple as mz, type MasterUserStatus as n, findMasterVehicleTypes as n$, getMasterVehicleSubModelCacheCount as n0, getMasterVehicleSubModelCacheChild as n1, type MasterVehicleModel as n2, MasterVehicleModelSchema as n3, type MasterVehicleModelDTO as n4, MasterVehicleModelQuerySchema as n5, type MasterVehicleModelQueryDTO as n6, FindCacheSchema$4 as n7, type FindCacheDTO$4 as n8, toMasterVehicleModelPayload as n9, newMasterVehicleStatusTypePayload as nA, findMasterVehicleStatusTypes as nB, createMasterVehicleStatusType as nC, updateMasterVehicleStatusType as nD, deleteMasterVehicleStatusType as nE, getMasterVehicleStatusTypeCache as nF, getMasterVehicleStatusTypeCacheCount as nG, getMasterVehicleStatusTypeCacheChild as nH, MasterVehicleOwnershipTypeSchema as nI, type MasterVehicleOwnershipTypeDTO as nJ, MasterVehicleOwnershipTypeQuerySchema as nK, type MasterVehicleOwnershipTypeQueryDTO as nL, toMasterVehicleOwnershipTypePayload as nM, newMasterVehicleOwnershipTypePayload as nN, findMasterVehicleOwnershipTypes as nO, createMasterVehicleOwnershipType as nP, updateMasterVehicleOwnershipType as nQ, deleteMasterVehicleOwnershipType as nR, getMasterVehicleOwnershipTypeCache as nS, getMasterVehicleOwnershipTypeCacheCount as nT, getMasterVehicleOwnershipTypeCacheChild as nU, MasterVehicleTypeSchema as nV, type MasterVehicleTypeDTO as nW, MasterVehicleTypeQuerySchema as nX, type MasterVehicleTypeQueryDTO as nY, toMasterVehicleTypePayload as nZ, newMasterVehicleTypePayload as n_, newMasterVehicleModelPayload as na, findMasterVehicleModels as nb, createMasterVehicleModel as nc, updateMasterVehicleModel as nd, deleteMasterVehicleModel as ne, getMasterVehicleModelCache as nf, getMasterVehicleModelCacheCount as ng, getMasterVehicleModelCacheChild as nh, MasterVehicleMakeSchema as ni, type MasterVehicleMakeDTO as nj, MasterVehicleMakeQuerySchema as nk, type MasterVehicleMakeQueryDTO as nl, toMasterVehicleMakePayload as nm, newMasterVehicleMakePayload as nn, findMasterVehicleMakes as no, createMasterVehicleMake as np, updateMasterVehicleMake as nq, deleteMasterVehicleMake as nr, getMasterVehicleMakeCache as ns, getMasterVehicleMakeCacheCount as nt, getMasterVehicleMakeCacheChild as nu, MasterVehicleStatusTypeSchema as nv, type MasterVehicleStatusTypeDTO as nw, MasterVehicleStatusTypeQuerySchema as nx, type MasterVehicleStatusTypeQueryDTO as ny, toMasterVehicleStatusTypePayload as nz, type MasterTyreMake as o, extendGPSLiveTrackLinkTime as o$, createMasterVehicleType as o0, updateMasterVehicleType as o1, deleteMasterVehicleType as o2, getMasterVehicleTypeCache as o3, getMasterVehicleTypeCacheCount as o4, getMasterVehicleTypeCacheChild as o5, MasterVehicleAssociatedToSchema as o6, type MasterVehicleAssociatedToDTO as o7, MasterVehicleAssociatedToQuerySchema as o8, type MasterVehicleAssociatedToQueryDTO as o9, OrganisationReportPreferenceSchema as oA, type OrganisationReportPreferenceDTO as oB, OrganisationReportPreferenceQuerySchema as oC, type OrganisationReportPreferenceQueryDTO as oD, toOrganisationReportPreferencePayload as oE, newOrganisationReportPreferencePayload as oF, findOrganisationReportPreference as oG, createOrganisationReportPreference as oH, updateOrganisationReportPreference as oI, deleteOrganisationReportPreference as oJ, findOrganisationReportAutomationMail as oK, type GPSLiveTrackShareLink as oL, type GPSLiveTrackShareLinkNotification as oM, GPSLiveTrackShareLinkNotificationSchema as oN, type GPSLiveTrackShareLinkNotificationDTO as oO, GPSLiveTrackShareLinkSchema as oP, type GPSLiveTrackShareLinkDTO as oQ, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as oR, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as oS, GPSLiveTrackShareLinkUpdateLinkStatusSchema as oT, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as oU, GPSLiveTrackShareLinkQuerySchema as oV, type GPSLiveTrackShareLinkQueryDTO as oW, toGPSLiveTrackShareLinkPayload as oX, newGPSLiveTrackShareLinkPayload as oY, findGPSLiveTrackShareLink as oZ, createGPSLiveTrackShareLink as o_, toMasterVehicleAssociatedToPayload as oa, newMasterVehicleAssociatedToPayload as ob, findMasterVehicleAssociatedTos as oc, createMasterVehicleAssociatedTo as od, updateMasterVehicleAssociatedTo as oe, deleteMasterVehicleAssociatedTo as of, getMasterVehicleAssociatedToCache as og, getMasterVehicleAssociatedToCacheCount as oh, getMasterVehicleAssociatedToCacheChild as oi, MasterVehicleDocumentTypeSchema as oj, type MasterVehicleDocumentTypeDTO as ok, MasterVehicleDocumentTypeQuerySchema as ol, type MasterVehicleDocumentTypeQueryDTO as om, toMasterVehicleDocumentTypePayload as on, newMasterVehicleDocumentTypePayload as oo, findMasterVehicleDocumentTypes as op, createMasterVehicleDocumentType as oq, updateMasterVehicleDocumentType as or, deleteMasterVehicleDocumentType as os, getMasterVehicleDocumentTypeCache as ot, type OrganisationReportPreference as ou, type OrganisationReportPreferenceVehicleLink as ov, type OrganisationReportAutomationMail as ow, type OrganisationReportAutomationMailVehicleLink as ox, OrganisationReportAutomationMailQuerySchema as oy, type OrganisationReportAutomationMailQueryDTO as oz, type MasterTyreGrade as p, createMasterSemester as p$, updateGPSLiveTrackLinkStatus as p0, deleteGPSLiveTrackShareLink as p1, createGPSLiveTrackShareLinkNotification as p2, type GPSTrackHistoryShareLink as p3, type GPSTrackHistoryShareLinkNotification as p4, GPSTrackHistoryShareLinkNotificationSchema as p5, type GPSTrackHistoryShareLinkNotificationDTO as p6, GPSTrackHistoryShareLinkSchema as p7, type GPSTrackHistoryShareLinkDTO as p8, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as p9, toMasterProgramPayload as pA, newMasterProgramPayload as pB, findMasterProgram as pC, createMasterProgram as pD, updateMasterProgram as pE, deleteMasterProgram as pF, getMasterProgramCache as pG, getMasterProgramCacheCount as pH, MasterSectionSchema as pI, type MasterSectionDTO as pJ, MasterSectionQuerySchema as pK, type MasterSectionQueryDTO as pL, toMasterSectionPayload as pM, newMasterSectionPayload as pN, findMasterSection as pO, createMasterSection as pP, updateMasterSection as pQ, deleteMasterSection as pR, getMasterSectionCache as pS, getMasterSectionCacheCount as pT, MasterSemesterSchema as pU, type MasterSemesterDTO as pV, MasterSemesterQuerySchema as pW, type MasterSemesterQueryDTO as pX, toMasterSemesterPayload as pY, newMasterSemesterPayload as pZ, findMasterSemester as p_, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as pa, GPSTrackHistoryShareLinkQuerySchema as pb, type GPSTrackHistoryShareLinkQueryDTO as pc, toGPSTrackHistoryShareLinkPayload as pd, newGPSTrackHistoryShareLinkPayload as pe, findGPSTrackHistoryShareLink as pf, createGPSTrackHistoryShareLink as pg, updateTrackHistoryLinkStatus as ph, deleteGPSTrackHistoryShareLink as pi, createGPSTrackHistoryShareLinkNotification as pj, MasterClassSchema as pk, type MasterClassDTO as pl, MasterClassQuerySchema as pm, type MasterClassQueryDTO as pn, toMasterClassPayload as po, newMasterClassPayload as pp, findMasterClass as pq, createMasterClass as pr, updateMasterClass as ps, deleteMasterClass as pt, getMasterClassCache as pu, getMasterClassCacheCount as pv, MasterProgramSchema as pw, type MasterProgramDTO as px, MasterProgramQuerySchema as py, type MasterProgramQueryDTO as pz, type MasterTripPartyType as q, FixedScheduleDayRunCancelSchema as q$, updateMasterSemester as q0, deleteMasterSemester as q1, getMasterSemesterCache as q2, getMasterSemesterCacheCount as q3, MasterStreamSchema as q4, type MasterStreamDTO as q5, MasterStreamQuerySchema as q6, type MasterStreamQueryDTO as q7, toMasterStreamPayload as q8, newMasterStreamPayload as q9, updateMasterRelationship as qA, deleteMasterRelationship as qB, getMasterRelationshipCache as qC, getMasterRelationshipCacheCount as qD, type BusStopPolygonData as qE, type BusStop as qF, type BusDashboard as qG, BusStopPolygonDataSchema as qH, type BusStopPolygonDataDTO as qI, BusStopSchema as qJ, type BusStopDTO as qK, BusStopQuerySchema as qL, type BusStopQueryDTO as qM, BusDashBoardQuerySchema as qN, type BusDashBoardQueryDTO as qO, toBusStopPayload as qP, newBusStopPayload as qQ, findBusStop as qR, createBusStop as qS, updateBusStop as qT, deleteBusStop as qU, bus_dashboard as qV, type FixedScheduleDayRun as qW, type FixedScheduleDayRunStop as qX, type FixedScheduleDayRunStudent as qY, FixedScheduleDayRunUpdateSchema as qZ, type FixedScheduleDayRunUpdateDTO as q_, findMasterStream as qa, createMasterStream as qb, updateMasterStream as qc, deleteMasterStream as qd, getMasterStreamCache as qe, getMasterStreamCacheCount as qf, MasterYearSchema as qg, type MasterYearDTO as qh, MasterYearQuerySchema as qi, type MasterYearQueryDTO as qj, toMasterYearPayload as qk, newMasterYearPayload as ql, findMasterYear as qm, createMasterYear as qn, updateMasterYear as qo, deleteMasterYear as qp, getMasterYearCache as qq, getMasterYearCacheCount as qr, MasterRelationshipSchema as qs, type MasterRelationshipDTO as qt, MasterRelationshipQuerySchema as qu, type MasterRelationshipQueryDTO as qv, toMasterRelationshipPayload as qw, newMasterRelationshipPayload as qx, findMasterRelationship as qy, createMasterRelationship as qz, type MasterSparePartCategory as r, type Student as r$, type FixedScheduleDayRunCancelDTO as r0, FixedScheduleDayRunQuerySchema as r1, type FixedScheduleDayRunQueryDTO as r2, FixedScheduleDayRunStudentUpdateSchema as r3, type FixedScheduleDayRunStudentUpdateDTO as r4, FixedScheduleDayRunStopEnterSchema as r5, type FixedScheduleDayRunStopEnterDTO as r6, FixedScheduleDayRunStopExitSchema as r7, type FixedScheduleDayRunStopExitDTO as r8, toFixedScheduleDayRunUpdatePayload as r9, type MasterRouteStopUpdateDTO as rA, MasterRouteStopCreateSchema as rB, type MasterRouteStopCreateDTO as rC, MasterRouteStopIds as rD, type MasterRouteStopIdsDTO as rE, MasterRouteStopReorderSchema as rF, type MasterRouteStopReorderDTO as rG, MasterRouteStopDeleteSchema as rH, type MasterRouteStopDeleteReOrderDTO as rI, MasterRouteStopDeleteAllSchema as rJ, type MasterRouteStopDeleteDTO as rK, MasterRouteJourneyTimeSchema as rL, type MasterRouteJourneyTimeDTO as rM, toMasterRoutePayload as rN, newMasterRoutePayload as rO, findMasterRoute as rP, createMasterRoute as rQ, updateMasterRoute as rR, deleteMasterRoute as rS, appendRouteStop as rT, updateRouteStop as rU, reorderRouteStops as rV, deleteRouteStopReorder as rW, deleteRouteStopsAll as rX, update_journey_time as rY, findRouteStopCache as rZ, type SchoolDashboard as r_, newFixedScheduleDayRunUpdatePayload as ra, toFixedScheduleDayRunCancelPayload as rb, newFixedScheduleDayRunCancelPayload as rc, toFixedScheduleDayRunStudentUpdatePayload as rd, newFixedScheduleDayRunStudentUpdatePayload as re, toFixedScheduleDayRunStopEnterPayload as rf, newFixedScheduleDayRunStopEnterPayload as rg, toFixedScheduleDayRunStopExitPayload as rh, newFixedScheduleDayRunStopExitPayload as ri, get_student_attendance_presigned_url as rj, find as rk, update_fixed_schedule_day_run as rl, cancel_fixed_schedule_day_run as rm, update_student_boarded as rn, update_student_handovered as ro, update_stop_enter as rp, update_stop_exit as rq, type MasterRoute as rr, type MasterRouteStop as rs, MasterRouteSchema as rt, type MasterRouteDTO as ru, MasterRouteQuerySchema as rv, type MasterRouteQueryDTO as rw, MasterRouteStopSchema as rx, type MasterRouteStopDTO as ry, MasterRouteStopUpdateSchema as rz, type MasterSparePartUnit as s, createStudent as s$, type StudentAddress as s0, type StudentGuardian as s1, type StudentGuardianLink as s2, type StudentLeaveRequest as s3, type StudentStopChangeRequest as s4, type StudentTransportPlanTypeChangeHistory as s5, type StudentLoginPush as s6, type StudentGuardianLoginPush as s7, StudentSchema as s8, type StudentDTO as s9, StudentStopChangeRequestSchema as sA, type StudentStopChangeRequestDTO as sB, StudentStopChangeRequestApprovalSchema as sC, type StudentStopChangeRequestApprovalDTO as sD, StudentStopChangeRequestQuerySchema as sE, type StudentStopChangeRequestQueryDTO as sF, StudentTransportPlanTypeChangeHistoryQuerySchema as sG, type StudentTransportPlanTypeChangeHistoryQueryDTO as sH, SchoolDashBoardQuerySchema as sI, type SchoolDashBoardQueryDTO as sJ, toStudentPayload as sK, newStudentPayload as sL, toStudentAddressPayload as sM, newStudentAddressPayload as sN, toStudentLeaveRequestPayload as sO, newStudentLeaveRequestPayload as sP, toStudentStopChangeRequestPayload as sQ, newStudentStopChangeRequestPayload as sR, toStudentGuardianLinkPayload as sS, newStudentGuardianLinkPayload as sT, get_student_presigned_url as sU, get_student_guardian_presigned_url as sV, update_profile_picture as sW, delete_profile_picture as sX, update_guardian_profile_picture as sY, delete_guardian_profile_picture as sZ, findStudent as s_, StudentProfilePictureSchema as sa, type StudentProfilePictureDTO as sb, StudentQuerySchema as sc, type StudentQueryDTO as sd, StudentNoFixedScheduleQuerySchema as se, type StudentNoFixedScheduleQueryDTO as sf, StudentAddressSchema as sg, type StudentAddressDTO as sh, StudentAddressQuerySchema as si, type StudentAddressQueryDTO as sj, StudentGuardianLinkSchema as sk, type StudentGuardianLinkDTO as sl, GuardianProfilePictureSchema as sm, type GuardianProfilePictureDTO as sn, GuardianDetailsSchema as so, type GuardianDetailsDTO as sp, GuardianMobileNumberSchema as sq, type GuardianMobileNumberDTO as sr, StudentGuardianLinkQuerySchema as ss, type StudentGuardianLinkQueryDTO as st, StudentGuardianAutofillQuerySchema as su, type StudentGuardianAutofillQueryDTO as sv, StudentLeaveRequestSchema as sw, type StudentLeaveRequestDTO as sx, StudentLeaveRequestQuerySchema as sy, type StudentLeaveRequestQueryDTO as sz, type OrganisationBranch as t, type MasterVehicleFileDTO as t$, updateStudent as t0, deleteStudent as t1, school_dashboard as t2, find_students_with_no_fixed_schedule_pickup as t3, find_students_with_no_fixed_schedule_drop as t4, createStudentAddress as t5, findStudentAddress as t6, updateStudentAddress as t7, deleteStudentAddress as t8, findStudentGuardianLink as t9, type AssignFixedScheduleToStudentsDTO as tA, RemoveFixedScheduleToStudentsSchema as tB, type RemoveFixedScheduleToStudentsDTO as tC, UpdateStopSchema as tD, type UpdateStopDTO as tE, toMasterFixedSchedulePayload as tF, newMasterFixedSchedulePayload as tG, findMasterFixedSchedule as tH, findMasterFixedScheduleStudent as tI, createMasterFixedSchedule as tJ, updateMasterFixedSchedule as tK, deleteMasterFixedSchedule as tL, assignFixedScheduleToStudents as tM, removeFixedScheduleToStudents as tN, updateStop 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, MasterVehicleFileSchema as t_, createStudentGuardianLink as ta, updateStudentGuardianLink as tb, updateGuardianProfilePicture as tc, updateGuardianDetails as td, updateGuardianMobileNumber as te, deleteStudentGuardianLink as tf, findStudentGuardianAutofillDetails as tg, createStudentLeaveRequest as th, findStudentLeaveRequest as ti, updateStudentLeaveRequest as tj, deleteStudentLeaveRequest as tk, findStudentStopChangeRequest as tl, createStudentStopChangeRequest as tm, updateStudentStopChangeRequest as tn, approveStopChangeRequest as to, deleteStudentStopChangeRequest as tp, findStudentTransportPlanTypeChangeHistory as tq, type MasterFixedSchedule as tr, type MasterFixedScheduleStudent as ts, MasterFixedScheduleSchema as tt, type MasterFixedScheduleDTO as tu, MasterFixedScheduleQuerySchema as tv, type MasterFixedScheduleQueryDTO as tw, MasterFixedScheduleStudentQuerySchema as tx, type MasterFixedScheduleStudentQueryDTO as ty, AssignFixedScheduleToStudentsSchema as tz, type OrganisationColor as u, findVehicles as u$, CalibrationFileSchema as u0, type CalibrationFileDTO as u1, VehicleSchema as u2, type VehicleDTO as u3, VehicleBulkSchema as u4, type VehicleBulkDTO as u5, MasterDeviceFileSchema as u6, type MasterDeviceFileDTO as u7, VehicleDeviceLinkSchema as u8, type VehicleDeviceLinkDTO as u9, NoGPSDataVehiclesQuerySchema as uA, type NoGPSDataVehiclesQueryDTO 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, delete_calibration_file as u_, VehicleDeviceUnlinkSchema as ua, type VehicleDeviceUnlinkDTO as ub, VehicleDriverLinkSchema as uc, type VehicleDriverLinkDTO as ud, VehicleDetailGPSSensorSchema as ue, type VehicleDetailGPSSensorDTO as uf, VehicleDetailTripSchema as ug, type VehicleDetailTripDTO as uh, VehicleDetailBodySchema as ui, type VehicleDetailBodyDTO as uj, VehicleDetailLifeCycleSchema as uk, type VehicleDetailLifeCycleDto as ul, VehicleDetailPurchaseSchema as um, type VehicleDetailPurchaseDTO as un, VehicleDocumentFileSchema as uo, type VehicleDocumentFileDTO as up, VehicleDocumentSchema as uq, type VehicleDocumentDTO as ur, VehicleDocumentQuerySchema as us, type VehicleDocumentQueryDTO as ut, VehicleDocumentExpirySchema as uu, type VehicleDocumentExpiryDTO as uv, VehicleDocumentExpiryQuerySchema as uw, type VehicleDocumentExpiryQueryDTO as ux, VehicleQuerySchema as uy, type VehicleQueryDTO as uz, type OrganisationTag as v, getMasterDeviceModelCacheChild as v$, find_no_gps_data_vehicles as v0, findVehiclesLiveDashboard as v1, findVehicleGPSDetails as v2, createVehicle as v3, updateVehicle as v4, deleteVehicle as v5, updateDetailsGpsSensor as v6, updateDetailsTrip as v7, updateVehicleBodyDetails as v8, updateVehicleLifeCycleDetails as v9, type MasterDeviceTypeQueryDTO as vA, FindCacheSchema$3 as vB, type FindCacheDTO$3 as vC, toMasterDeviceTypePayload as vD, newMasterDeviceTypePayload as vE, findMasterDeviceTypes as vF, createMasterDeviceType as vG, updateMasterDeviceType as vH, deleteMasterDeviceType as vI, getMasterDeviceTypeCache as vJ, getMasterDeviceTypeCacheCount as vK, getMasterDeviceTypeCacheChild as vL, type MasterDeviceModel as vM, MasterDeviceModelSchema as vN, type MasterDeviceModelDTO as vO, MasterDeviceModelQuerySchema as vP, type MasterDeviceModelQueryDTO as vQ, FindCacheSchema$2 as vR, type FindCacheDTO$2 as vS, toMasterDeviceModelPayload as vT, newMasterDeviceModelPayload as vU, findMasterDeviceModels as vV, createMasterDeviceModel as vW, updateMasterDeviceModel as vX, deleteMasterDeviceModel as vY, getMasterDeviceModelCache as vZ, getMasterDeviceModelCacheCount as v_, updateVehiclePurchaseDetails as va, linkDriverToVehicle as vb, unlinkDriverFromVehicle as vc, getDriverLinkHistoryByVehicle as vd, getDriverLinkHistoryByDriver as ve, linkDeviceToVehicle as vf, unlinkDeviceFromVehicle as vg, getDeviceLinkHistoryByVehicle as vh, getDeviceLinkHistoryByDevice as vi, createVehicleDocument as vj, findVehicleDocument as vk, updateVehicleDocument as vl, removeVehicleDocument as vm, createVehicleDocumentExpiry as vn, findVehicleDocumentExpiry as vo, updateVehicleDocumentExpiry as vp, removeVehicleDocumentExpiry as vq, getVehicleCache as vr, getVehicleSimpleCache as vs, getVehicleParentCache as vt, getVehicleSimpleDropdownCustom as vu, getVehicleSimpleDropdownCacheLiveData as vv, type MasterDeviceType as vw, MasterDeviceTypeSchema as vx, type MasterDeviceTypeDTO as vy, MasterDeviceTypeQuerySchema as vz, type OrganisationGroup as w, findMasterMainTimeZones as w$, type MasterDeviceManufacturer as w0, MasterDeviceManufacturerSchema as w1, type MasterDeviceManufacturerDTO as w2, MasterDeviceManufacturerQuerySchema as w3, type MasterDeviceManufacturerQueryDTO as w4, toMasterDeviceManufacturerPayload as w5, newMasterDeviceManufacturerPayload as w6, findMasterDeviceManufacturers as w7, createMasterDeviceManufacturer as w8, updateMasterDeviceManufacturer as w9, deleteMasterSim as wA, type MasterDevice as wB, type AssignRemoveDeviceHistory as wC, type MasterDeviceFile as wD, MasterDeviceSchema as wE, type MasterDeviceDTO as wF, MasterDeviceQuerySchema as wG, type MasterDeviceQueryDTO as wH, DeviceSimLinkSchema as wI, type DeviceSimLinkDTO as wJ, toMasterDevicePayload as wK, newMasterDevicePayload as wL, findMasterDevices as wM, createMasterDevice as wN, updateMasterDevice as wO, deleteMasterDevice as wP, device_sim_link as wQ, device_sim_unlink as wR, get_device_sim_link_history_by_sim as wS, get_device_sim_link_history_by_device as wT, type MasterMainTimeZone as wU, MasterMainTimeZoneSchema as wV, type MasterMainTimeZoneDTO as wW, MasterMainTimeZoneQuerySchema as wX, type MasterMainTimeZoneQueryDTO as wY, toMasterMainTimeZonePayload as wZ, newMasterMainTimeZonePayload as w_, deleteMasterDeviceManufacturer as wa, getMasterDeviceManufacturerCache as wb, getMasterDeviceManufacturerCacheCount as wc, getMasterDeviceManufacturerCacheChild as wd, MasterMainSimProviderSchema as we, type MasterMainSimProviderDTO as wf, MasterMainSimProviderQuerySchema as wg, type MasterMainSimProviderQueryDTO as wh, toMasterMainSimProviderPayload as wi, newMasterMainSimProviderPayload as wj, findMasterMainSimProviders as wk, createMasterMainSimProvider as wl, updateMasterMainSimProvider as wm, deleteMasterMainSimProvider as wn, getMasterMainSimProviderCache as wo, type MasterSim as wp, type AssignRemoveSimHistory as wq, MasterSimSchema as wr, type MasterSimDTO as ws, MasterSimQuerySchema as wt, type MasterSimQueryDTO as wu, toMasterSimPayload as wv, newMasterSimPayload as ww, findMasterSims as wx, createMasterSim as wy, updateMasterSim as wz, type MasterMainIndustry as x, OrganisationNoticeBoardSchema as x$, createMasterMainTimeZone as x0, updateMasterMainTimeZone as x1, deleteMasterMainTimeZone as x2, getMasterMainTimeZoneCacheAll as x3, getMasterMainTimeZoneCache as x4, type MasterMainState as x5, MasterMainStateSchema as x6, type MasterMainStateDTO as x7, MasterMainStateQuerySchema as x8, type MasterMainStateQueryDTO as x9, createMasterMainUnitMileage as xA, updateMasterMainUnitMileage as xB, deleteMasterMainUnitMileage as xC, getMasterMainUnitMileageCache as xD, MasterMainUnitVolumeSchema as xE, type MasterMainUnitVolumeDTO as xF, MasterMainUnitVolumeQuerySchema as xG, type MasterMainUnitVolumeQueryDTO as xH, toMasterMainUnitVolumePayload as xI, newMasterMainUnitVolumePayload as xJ, findMasterMainUnitVolumes as xK, createMasterMainUnitVolume as xL, updateMasterMainUnitVolume as xM, deleteMasterMainUnitVolume as xN, getMasterMainUnitVolumeCache as xO, type OrganisationCalendar as xP, OrganisationCalendarSchema as xQ, type OrganisationCalendarDTO as xR, OrganisationCalendarQuerySchema as xS, type OrganisationCalendarQueryDTO as xT, toOrganisationCalendarPayload as xU, newOrganisationCalendarPayload as xV, findOrganisationCalendar as xW, createOrganisationCalendar as xX, updateOrganisationCalendar as xY, deleteOrganisationCalendar as xZ, type OrganisationNoticeBoard as x_, toMasterMainStatePayload as xa, newMasterMainStatePayload as xb, findMasterMainStates as xc, createMasterMainState as xd, updateMasterMainState as xe, deleteMasterMainState as xf, getMasterMainStateCache as xg, MasterMainCountrySchema as xh, type MasterMainCountryDTO as xi, MasterMainCountryQuerySchema as xj, type MasterMainCountryQueryDTO as xk, toMasterMainCountryPayload as xl, newMasterMainCountryPayload as xm, findMasterMainCountries as xn, createMasterMainCountry as xo, updateMasterMainCountry as xp, deleteMasterMainCountry as xq, getMasterMainCountryCache as xr, getMasterMainCountryCacheChild as xs, MasterMainUnitMileageSchema as xt, type MasterMainUnitMileageDTO as xu, MasterMainUnitMileageQuerySchema as xv, type MasterMainUnitMileageQueryDTO as xw, toMasterMainUnitMileagePayload as xx, newMasterMainUnitMileagePayload as xy, findMasterMainUnitMileages as xz, type MasterMainCountry as y, type MasterTripPartyTypeQueryDTO as y$, type OrganisationNoticeBoardDTO as y0, OrganisationNoticeBoardQuerySchema as y1, type OrganisationNoticeBoardQueryDTO as y2, toOrganisationNoticeBoardPayload as y3, newOrganisationNoticeBoardPayload as y4, findOrganisationNoticeBoard as y5, createOrganisationNoticeBoard as y6, updateOrganisationNoticeBoard as y7, deleteOrganisationNoticeBoard as y8, MasterExpenseTypeSchema as y9, type MasterSparePartCategoryDTO as yA, SparePartCategoryQuerySchema as yB, type SparePartCategoryQueryDTO as yC, toMasterSparePartCategoryPayload as yD, newMasterSparePartCategoryPayload as yE, findMasterSparePartCategories as yF, createMasterSparePartCategory as yG, updateMasterSparePartCategory as yH, deleteMasterSparePartCategory as yI, getMasterSparePartCategoryCache as yJ, getMasterSparePartCategoryCacheChild as yK, getMasterSparePartCategoryCacheCount as yL, MasterSparePartUnitSchema as yM, type MasterSparePartUnitDTO as yN, SparePartUnitQuerySchema as yO, type SparePartUnitQueryDTO as yP, toMasterSparePartUnitPayload as yQ, newMasterSparePartUnitPayload as yR, findMasterSparePartUnits as yS, createMasterSparePartUnit as yT, updateMasterSparePartUnit as yU, deleteMasterSparePartUnit as yV, getMasterSparePartUnitCache as yW, getMasterSparePartUnitCacheCount as yX, MasterTripPartyTypeSchema as yY, type MasterTripPartyTypeDTO as yZ, MasterTripPartyTypeQuerySchema as y_, type MasterExpenseTypeDTO as ya, MasterExpenseTypeQuerySchema as yb, type MasterExpenseTypeQueryDTO as yc, toMasterExpenseTypePayload as yd, newMasterExpenseTypePayload as ye, findMasterExpenseTypes as yf, createMasterExpenseType as yg, updateMasterExpenseType as yh, deleteMasterExpenseType as yi, getMasterExpenseTypeCache as yj, type MasterSparePartSubCategory as yk, MasterSparePartSubCategorySchema as yl, type MasterSparePartSubCategoryDTO as ym, SparePartSubCategoryQuerySchema as yn, type SparePartSubCategoryQueryDTO as yo, FindCacheSchema$1 as yp, type FindCacheDTO$1 as yq, toMasterSparePartSubCategoryPayload as yr, newMasterSparePartSubCategoryPayload as ys, findMasterSparePartSubCategories as yt, createMasterSparePartSubCategory as yu, updateMasterSparePartSubCategory as yv, deleteMasterSparePartSubCategory as yw, getMasterSparePartSubCategoryCache as yx, getMasterSparePartSubCategoryCacheCount as yy, MasterSparePartCategorySchema as yz, type MasterMainDateFormat as z, UserOrganisationLogoSchema as z$, toMasterTripPartyTypePayload as z0, newMasterTripPartyTypePayload as z1, findMasterTripPartyTypes as z2, createMasterTripPartyType as z3, updateMasterTripPartyType as z4, deleteMasterTripPartyType as z5, getMasterTripPartyTypeCache as z6, MasterTyreGradeSchema as z7, type MasterTyreGradeDTO as z8, MasterTyreGradeQuerySchema as z9, MasterTyreMakeQuerySchema as zA, type MasterTyreMakeQueryDTO as zB, toMasterTyreMakePayload as zC, newMasterTyreMakePayload as zD, findMasterTyreMakes as zE, createMasterTyreMake as zF, updateMasterTyreMake as zG, deleteMasterTyreMake as zH, getMasterTyreMakeCache as zI, getMasterTyreMakeCacheCount as zJ, getMasterTyreMakeCacheChild as zK, MasterMainUnitDistanceSchema as zL, type MasterMainUnitDistanceDTO as zM, MasterMainUnitDistanceQuerySchema as zN, type MasterMainUnitDistanceQueryDTO as zO, toMasterMainUnitDistancePayload as zP, newMasterMainUnitDistancePayload as zQ, findMasterMainUnitDistances as zR, createMasterMainUnitDistance as zS, updateMasterMainUnitDistance as zT, deleteMasterMainUnitDistance as zU, getMasterMainUnitDistanceCache as zV, type UserOrganisationSimple as zW, UserOrganisationSchema as zX, type UserOrganisationDTO as zY, UserOrganisationQuerySchema as zZ, type UserOrganisationQueryDTO as z_, type MasterTyreGradeQueryDTO as za, toMasterTyreGradePayload as zb, newMasterTyreGradePayload as zc, findMasterTyreGrades as zd, createMasterTyreGrade as ze, updateMasterTyreGrade as zf, deleteMasterTyreGrade as zg, getMasterTyreGradeCache as zh, getMasterTyreGradeCacheCount as zi, type MasterTyreModel as zj, MasterTyreModelSchema as zk, type MasterTyreModelDTO as zl, MasterTyreModelQuerySchema as zm, type MasterTyreModelQueryDTO as zn, FindCacheSchema as zo, type FindCacheDTO as zp, toMasterTyreModelPayload as zq, newMasterTyreModelPayload as zr, findMasterTyreModels as zs, createMasterTyreModel as zt, updateMasterTyreModel as zu, deleteMasterTyreModel as zv, getMasterTyreModelCache as zw, getMasterTyreModelCacheCount as zx, MasterTyreMakeSchema as zy, type MasterTyreMakeDTO as zz };