vms-nest-prisma-api-document 1006.0.0 → 1007.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-CL4_vRjh.d.ts} +651 -691
  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 +0 -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 +55 -137
  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,4 +1,4 @@
1
- import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, GeofenceStatusType, GeofencePurposeType, GeofenceType, OnOff, NotificationChannel, NotificationList, AdminRole, LoginFrom, TicketStatus, FileType, ExpenseCategory, IncidentTime, IncidentWeather, IncidentRoadType, IncidentVisibility, InspectionType, InspectionPriority, InspectionStatus, 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
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
@@ -1328,23 +1328,23 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
1328
1328
  }, "strip", z.ZodTypeAny, {
1329
1329
  status: Status;
1330
1330
  organisation_id: string;
1331
+ vehicle_id: string;
1332
+ gps_geofence_id: string;
1331
1333
  time_zone_id: string;
1332
1334
  geofence_enter_date_time: string;
1333
1335
  geofence_exit_date_time: string;
1334
1336
  duration_seconds: number;
1335
- vehicle_id: string;
1336
1337
  driver_id: string;
1337
- gps_geofence_id: string;
1338
1338
  enter_gps_geofence_transaction_id: string;
1339
1339
  exit_gps_geofence_transaction_id: string;
1340
1340
  }, {
1341
1341
  status: Status;
1342
1342
  organisation_id: string;
1343
+ vehicle_id: string;
1344
+ gps_geofence_id: string;
1343
1345
  time_zone_id: string;
1344
1346
  geofence_enter_date_time: string;
1345
- vehicle_id: string;
1346
1347
  driver_id: string;
1347
- gps_geofence_id: string;
1348
1348
  enter_gps_geofence_transaction_id: string;
1349
1349
  exit_gps_geofence_transaction_id: string;
1350
1350
  geofence_exit_date_time?: string | undefined;
@@ -1390,6 +1390,8 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1390
1390
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
1391
1391
  }, "strip", z.ZodTypeAny, {
1392
1392
  status: Status[];
1393
+ gps_geofence_ids: string[];
1394
+ vehicle_ids: string[];
1393
1395
  search: string;
1394
1396
  paging: PAGING;
1395
1397
  page_count: number;
@@ -1411,9 +1413,7 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1411
1413
  date_format_id: string;
1412
1414
  time_zone_id: string;
1413
1415
  organisation_ids: string[];
1414
- vehicle_ids: string[];
1415
1416
  driver_ids: string[];
1416
- gps_geofence_ids: string[];
1417
1417
  from_date: string;
1418
1418
  to_date: string;
1419
1419
  }, {
@@ -1422,6 +1422,8 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1422
1422
  from_date: string;
1423
1423
  to_date: string;
1424
1424
  status?: Status[] | undefined;
1425
+ gps_geofence_ids?: string[] | undefined;
1426
+ vehicle_ids?: string[] | undefined;
1425
1427
  search?: string | undefined;
1426
1428
  paging?: PAGING | undefined;
1427
1429
  page_count?: unknown;
@@ -1441,9 +1443,7 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1441
1443
  }[] | undefined;
1442
1444
  include_master_data?: YesNo | undefined;
1443
1445
  organisation_ids?: string[] | undefined;
1444
- vehicle_ids?: string[] | undefined;
1445
1446
  driver_ids?: string[] | undefined;
1446
- gps_geofence_ids?: string[] | undefined;
1447
1447
  }>;
1448
1448
  type GPSGeofenceTransactionSummaryQueryDTO = z.infer<typeof GPSGeofenceTransactionSummaryQuerySchema>;
1449
1449
  declare const toGPSGeofenceTransactionSummaryPayload: (data: GPSGeofenceTransactionSummary) => GPSGeofenceTransactionSummaryDTO;
@@ -1493,19 +1493,19 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
1493
1493
  }, "strip", z.ZodTypeAny, {
1494
1494
  status: Status;
1495
1495
  organisation_id: string;
1496
- time_zone_id: string;
1497
1496
  vehicle_id: string;
1498
- driver_id: string;
1499
1497
  gps_geofence_id: string;
1498
+ time_zone_id: string;
1499
+ driver_id: string;
1500
1500
  geofence_status_type: GeofenceStatusType;
1501
1501
  geofence_time: string;
1502
1502
  }, {
1503
1503
  status: Status;
1504
1504
  organisation_id: string;
1505
- time_zone_id: string;
1506
1505
  vehicle_id: string;
1507
- driver_id: string;
1508
1506
  gps_geofence_id: string;
1507
+ time_zone_id: string;
1508
+ driver_id: string;
1509
1509
  geofence_status_type: GeofenceStatusType;
1510
1510
  geofence_time: string;
1511
1511
  }>;
@@ -1550,6 +1550,8 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1550
1550
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
1551
1551
  }, "strip", z.ZodTypeAny, {
1552
1552
  status: Status[];
1553
+ gps_geofence_ids: string[];
1554
+ vehicle_ids: string[];
1553
1555
  search: string;
1554
1556
  paging: PAGING;
1555
1557
  page_count: number;
@@ -1571,9 +1573,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1571
1573
  date_format_id: string;
1572
1574
  time_zone_id: string;
1573
1575
  organisation_ids: string[];
1574
- vehicle_ids: string[];
1575
1576
  driver_ids: string[];
1576
- gps_geofence_ids: string[];
1577
1577
  from_date: string;
1578
1578
  to_date: string;
1579
1579
  geofence_status_type: GeofenceStatusType[];
@@ -1583,6 +1583,8 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1583
1583
  from_date: string;
1584
1584
  to_date: string;
1585
1585
  status?: Status[] | undefined;
1586
+ gps_geofence_ids?: string[] | undefined;
1587
+ vehicle_ids?: string[] | undefined;
1586
1588
  search?: string | undefined;
1587
1589
  paging?: PAGING | undefined;
1588
1590
  page_count?: unknown;
@@ -1602,9 +1604,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1602
1604
  }[] | undefined;
1603
1605
  include_master_data?: YesNo | undefined;
1604
1606
  organisation_ids?: string[] | undefined;
1605
- vehicle_ids?: string[] | undefined;
1606
1607
  driver_ids?: string[] | undefined;
1607
- gps_geofence_ids?: string[] | undefined;
1608
1608
  geofence_status_type?: GeofenceStatusType[] | undefined;
1609
1609
  }>;
1610
1610
  type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
@@ -1669,9 +1669,9 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
1669
1669
  }, "strip", z.ZodTypeAny, {
1670
1670
  status: Status;
1671
1671
  organisation_id: string;
1672
+ vehicle_id: string;
1672
1673
  time_zone_id: string;
1673
1674
  duration_seconds: number;
1674
- vehicle_id: string;
1675
1675
  driver_id: string;
1676
1676
  from_geofence_exit_date_time: string;
1677
1677
  to_geofence_enter_date_time: string;
@@ -1685,8 +1685,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
1685
1685
  }, {
1686
1686
  status: Status;
1687
1687
  organisation_id: string;
1688
- time_zone_id: string;
1689
1688
  vehicle_id: string;
1689
+ time_zone_id: string;
1690
1690
  driver_id: string;
1691
1691
  from_geofence_exit_date_time: string;
1692
1692
  to_geofence_enter_date_time: string;
@@ -1740,6 +1740,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1740
1740
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
1741
1741
  }, "strip", z.ZodTypeAny, {
1742
1742
  status: Status[];
1743
+ vehicle_ids: string[];
1743
1744
  search: string;
1744
1745
  paging: PAGING;
1745
1746
  page_count: number;
@@ -1761,7 +1762,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1761
1762
  date_format_id: string;
1762
1763
  time_zone_id: string;
1763
1764
  organisation_ids: string[];
1764
- vehicle_ids: string[];
1765
1765
  driver_ids: string[];
1766
1766
  from_date: string;
1767
1767
  to_date: string;
@@ -1773,6 +1773,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1773
1773
  from_date: string;
1774
1774
  to_date: string;
1775
1775
  status?: Status[] | undefined;
1776
+ vehicle_ids?: string[] | undefined;
1776
1777
  search?: string | undefined;
1777
1778
  paging?: PAGING | undefined;
1778
1779
  page_count?: unknown;
@@ -1792,7 +1793,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1792
1793
  }[] | undefined;
1793
1794
  include_master_data?: YesNo | undefined;
1794
1795
  organisation_ids?: string[] | undefined;
1795
- vehicle_ids?: string[] | undefined;
1796
1796
  driver_ids?: string[] | undefined;
1797
1797
  from_geofence_ids?: string[] | undefined;
1798
1798
  to_geofence_ids?: string[] | undefined;
@@ -1990,6 +1990,7 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
1990
1990
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
1991
1991
  }, "strip", z.ZodTypeAny, {
1992
1992
  status: Status[];
1993
+ gps_geofence_ids: string[];
1993
1994
  search: string;
1994
1995
  paging: PAGING;
1995
1996
  page_count: number;
@@ -2011,13 +2012,13 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
2011
2012
  date_format_id: string;
2012
2013
  time_zone_id: string;
2013
2014
  organisation_ids: string[];
2014
- gps_geofence_ids: string[];
2015
2015
  geofence_purpose_type: GeofencePurposeType[];
2016
2016
  geofence_type: GeofenceType[];
2017
2017
  }, {
2018
2018
  date_format_id: string;
2019
2019
  time_zone_id: string;
2020
2020
  status?: Status[] | undefined;
2021
+ gps_geofence_ids?: string[] | undefined;
2021
2022
  search?: string | undefined;
2022
2023
  paging?: PAGING | undefined;
2023
2024
  page_count?: unknown;
@@ -2037,7 +2038,6 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
2037
2038
  }[] | undefined;
2038
2039
  include_master_data?: YesNo | undefined;
2039
2040
  organisation_ids?: string[] | undefined;
2040
- gps_geofence_ids?: string[] | undefined;
2041
2041
  geofence_purpose_type?: GeofencePurposeType[] | undefined;
2042
2042
  geofence_type?: GeofenceType[] | undefined;
2043
2043
  }>;
@@ -2131,11 +2131,6 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2131
2131
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2132
2132
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2133
2133
  }, "strip", z.ZodTypeAny, {
2134
- status: Status;
2135
- organisation_id: string;
2136
- user_ids: string[];
2137
- vehicle_ids: string[];
2138
- gps_geofence_ids: string[];
2139
2134
  notification_name: string;
2140
2135
  notification_status: OnOff;
2141
2136
  notification_channels: NotificationChannel[];
@@ -2147,23 +2142,28 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2147
2142
  over_speed_limit: number;
2148
2143
  all_geofences: YesNo;
2149
2144
  all_vehicles: YesNo;
2150
- }, {
2151
2145
  status: Status;
2152
2146
  organisation_id: string;
2147
+ user_ids: string[];
2148
+ gps_geofence_ids: string[];
2149
+ vehicle_ids: string[];
2150
+ }, {
2153
2151
  notification_name: string;
2154
2152
  notification_status: OnOff;
2155
2153
  all_users: YesNo;
2156
2154
  all_geofences: YesNo;
2157
2155
  all_vehicles: YesNo;
2158
- user_ids?: string[] | undefined;
2159
- vehicle_ids?: string[] | undefined;
2160
- gps_geofence_ids?: string[] | undefined;
2156
+ status: Status;
2157
+ organisation_id: string;
2161
2158
  notification_channels?: NotificationChannel[] | undefined;
2162
2159
  mobile_numbers?: string | undefined;
2163
2160
  email_ids?: string | undefined;
2164
2161
  cc_email_ids?: string | undefined;
2165
2162
  notification_list?: NotificationList[] | undefined;
2166
2163
  over_speed_limit?: unknown;
2164
+ user_ids?: string[] | undefined;
2165
+ gps_geofence_ids?: string[] | undefined;
2166
+ vehicle_ids?: string[] | undefined;
2167
2167
  }>;
2168
2168
  type OrganisationNotificationPreferenceDTO = z.infer<typeof OrganisationNotificationPreferenceSchema>;
2169
2169
  declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
@@ -2203,6 +2203,9 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2203
2203
  notification_channels: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NotificationChannel>, "many">>>;
2204
2204
  notification_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NotificationList>, "many">>>;
2205
2205
  }, "strip", z.ZodTypeAny, {
2206
+ notification_status: OnOff[];
2207
+ notification_channels: NotificationChannel[];
2208
+ notification_list: NotificationList[];
2206
2209
  status: Status[];
2207
2210
  search: string;
2208
2211
  paging: PAGING;
@@ -2225,13 +2228,13 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2225
2228
  date_format_id: string;
2226
2229
  time_zone_id: string;
2227
2230
  organisation_ids: string[];
2228
- notification_status: OnOff[];
2229
- notification_channels: NotificationChannel[];
2230
- notification_list: NotificationList[];
2231
2231
  notification_preference_ids: string[];
2232
2232
  }, {
2233
2233
  date_format_id: string;
2234
2234
  time_zone_id: string;
2235
+ notification_status?: OnOff[] | undefined;
2236
+ notification_channels?: NotificationChannel[] | undefined;
2237
+ notification_list?: NotificationList[] | undefined;
2235
2238
  status?: Status[] | undefined;
2236
2239
  search?: string | undefined;
2237
2240
  paging?: PAGING | undefined;
@@ -2252,9 +2255,6 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2252
2255
  }[] | undefined;
2253
2256
  include_master_data?: YesNo | undefined;
2254
2257
  organisation_ids?: string[] | undefined;
2255
- notification_status?: OnOff[] | undefined;
2256
- notification_channels?: NotificationChannel[] | undefined;
2257
- notification_list?: NotificationList[] | undefined;
2258
2258
  notification_preference_ids?: string[] | undefined;
2259
2259
  }>;
2260
2260
  type OrganisationNotificationPreferenceQueryDTO = z.infer<typeof OrganisationNotificationPreferenceQuerySchema>;
@@ -2743,6 +2743,7 @@ declare const TicketQuerySchema: z.ZodObject<{
2743
2743
  ticket_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TicketStatus>, "many">>>;
2744
2744
  }, "strip", z.ZodTypeAny, {
2745
2745
  status: Status[];
2746
+ user_ids: string[];
2746
2747
  search: string;
2747
2748
  paging: PAGING;
2748
2749
  page_count: number;
@@ -2764,7 +2765,6 @@ declare const TicketQuerySchema: z.ZodObject<{
2764
2765
  date_format_id: string;
2765
2766
  time_zone_id: string;
2766
2767
  organisation_ids: string[];
2767
- user_ids: string[];
2768
2768
  admin_ids: string[];
2769
2769
  ticket_status: TicketStatus[];
2770
2770
  ticket_ids: string[];
@@ -2772,6 +2772,7 @@ declare const TicketQuerySchema: z.ZodObject<{
2772
2772
  date_format_id: string;
2773
2773
  time_zone_id: string;
2774
2774
  status?: Status[] | undefined;
2775
+ user_ids?: string[] | undefined;
2775
2776
  search?: string | undefined;
2776
2777
  paging?: PAGING | undefined;
2777
2778
  page_count?: unknown;
@@ -2791,7 +2792,6 @@ declare const TicketQuerySchema: z.ZodObject<{
2791
2792
  }[] | undefined;
2792
2793
  include_master_data?: YesNo | undefined;
2793
2794
  organisation_ids?: string[] | undefined;
2794
- user_ids?: string[] | undefined;
2795
2795
  admin_ids?: string[] | undefined;
2796
2796
  ticket_status?: TicketStatus[] | undefined;
2797
2797
  ticket_ids?: string[] | undefined;
@@ -4538,9 +4538,9 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4538
4538
  }, "strip", z.ZodTypeAny, {
4539
4539
  status: Status;
4540
4540
  organisation_id: string;
4541
+ vehicle_id: string;
4541
4542
  user_id: string;
4542
4543
  time_zone_id: string;
4543
- vehicle_id: string;
4544
4544
  driver_id: string;
4545
4545
  google_location: string;
4546
4546
  fleet_insurance_claim_status_id: string;
@@ -4591,9 +4591,9 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4591
4591
  }, {
4592
4592
  status: Status;
4593
4593
  organisation_id: string;
4594
+ vehicle_id: string;
4594
4595
  user_id: string;
4595
4596
  time_zone_id: string;
4596
- vehicle_id: string;
4597
4597
  driver_id: string;
4598
4598
  fleet_insurance_claim_status_id: string;
4599
4599
  fleet_incident_severity_id: string;
@@ -4697,6 +4697,8 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4697
4697
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
4698
4698
  }, "strip", z.ZodTypeAny, {
4699
4699
  status: Status[];
4700
+ user_ids: string[];
4701
+ vehicle_ids: string[];
4700
4702
  search: string;
4701
4703
  paging: PAGING;
4702
4704
  page_count: number;
@@ -4718,8 +4720,6 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4718
4720
  date_format_id: string;
4719
4721
  time_zone_id: string;
4720
4722
  organisation_ids: string[];
4721
- user_ids: string[];
4722
- vehicle_ids: string[];
4723
4723
  driver_ids: string[];
4724
4724
  from_date: string;
4725
4725
  to_date: string;
@@ -4744,6 +4744,8 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4744
4744
  from_date: string;
4745
4745
  to_date: string;
4746
4746
  status?: Status[] | undefined;
4747
+ user_ids?: string[] | undefined;
4748
+ vehicle_ids?: string[] | undefined;
4747
4749
  search?: string | undefined;
4748
4750
  paging?: PAGING | undefined;
4749
4751
  page_count?: unknown;
@@ -4763,8 +4765,6 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4763
4765
  }[] | undefined;
4764
4766
  include_master_data?: YesNo | undefined;
4765
4767
  organisation_ids?: string[] | undefined;
4766
- user_ids?: string[] | undefined;
4767
- vehicle_ids?: string[] | undefined;
4768
4768
  driver_ids?: string[] | undefined;
4769
4769
  fleet_insurance_claim_status_ids?: string[] | undefined;
4770
4770
  fleet_incident_severity_ids?: string[] | undefined;
@@ -4820,6 +4820,7 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4820
4820
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
4821
4821
  }, "strip", z.ZodTypeAny, {
4822
4822
  status: Status[];
4823
+ vehicle_ids: string[];
4823
4824
  search: string;
4824
4825
  paging: PAGING;
4825
4826
  page_count: number;
@@ -4841,7 +4842,6 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4841
4842
  date_format_id: string;
4842
4843
  time_zone_id: string;
4843
4844
  organisation_ids: string[];
4844
- vehicle_ids: string[];
4845
4845
  from_date: string;
4846
4846
  to_date: string;
4847
4847
  }, {
@@ -4850,6 +4850,7 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4850
4850
  from_date: string;
4851
4851
  to_date: string;
4852
4852
  status?: Status[] | undefined;
4853
+ vehicle_ids?: string[] | undefined;
4853
4854
  search?: string | undefined;
4854
4855
  paging?: PAGING | undefined;
4855
4856
  page_count?: unknown;
@@ -4869,7 +4870,6 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4869
4870
  }[] | undefined;
4870
4871
  include_master_data?: YesNo | undefined;
4871
4872
  organisation_ids?: string[] | undefined;
4872
- vehicle_ids?: string[] | undefined;
4873
4873
  }>;
4874
4874
  type FleetIncidentManagementDashBoardQueryDTO = z.infer<typeof FleetIncidentManagementDashBoardQuerySchema>;
4875
4875
  declare const FleetIncidentManagementCostSchema: z.ZodObject<{
@@ -5300,9 +5300,9 @@ declare const FleetInspectionSchema: z.ZodObject<{
5300
5300
  }, "strip", z.ZodTypeAny, {
5301
5301
  status: Status;
5302
5302
  organisation_id: string;
5303
+ vehicle_id: string;
5303
5304
  user_id: string;
5304
5305
  time_zone_id: string;
5305
- vehicle_id: string;
5306
5306
  driver_id: string;
5307
5307
  odometer_reading: number;
5308
5308
  inspection_form_id: string;
@@ -5329,9 +5329,9 @@ declare const FleetInspectionSchema: z.ZodObject<{
5329
5329
  }, {
5330
5330
  status: Status;
5331
5331
  organisation_id: string;
5332
+ vehicle_id: string;
5332
5333
  user_id: string;
5333
5334
  time_zone_id: string;
5334
- vehicle_id: string;
5335
5335
  driver_id: string;
5336
5336
  inspection_form_id: string;
5337
5337
  inspection_type: InspectionType;
@@ -5402,6 +5402,8 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5402
5402
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
5403
5403
  }, "strip", z.ZodTypeAny, {
5404
5404
  status: Status[];
5405
+ user_ids: string[];
5406
+ vehicle_ids: string[];
5405
5407
  search: string;
5406
5408
  paging: PAGING;
5407
5409
  page_count: number;
@@ -5423,8 +5425,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5423
5425
  date_format_id: string;
5424
5426
  time_zone_id: string;
5425
5427
  organisation_ids: string[];
5426
- user_ids: string[];
5427
- vehicle_ids: string[];
5428
5428
  driver_ids: string[];
5429
5429
  from_date: string;
5430
5430
  to_date: string;
@@ -5440,6 +5440,8 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5440
5440
  from_date: string;
5441
5441
  to_date: string;
5442
5442
  status?: Status[] | undefined;
5443
+ user_ids?: string[] | undefined;
5444
+ vehicle_ids?: string[] | undefined;
5443
5445
  search?: string | undefined;
5444
5446
  paging?: PAGING | undefined;
5445
5447
  page_count?: unknown;
@@ -5459,8 +5461,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5459
5461
  }[] | undefined;
5460
5462
  include_master_data?: YesNo | undefined;
5461
5463
  organisation_ids?: string[] | undefined;
5462
- user_ids?: string[] | undefined;
5463
- vehicle_ids?: string[] | undefined;
5464
5464
  driver_ids?: string[] | undefined;
5465
5465
  inspection_form_ids?: string[] | undefined;
5466
5466
  inspection_type?: InspectionType[] | undefined;
@@ -5507,6 +5507,7 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5507
5507
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
5508
5508
  }, "strip", z.ZodTypeAny, {
5509
5509
  status: Status[];
5510
+ vehicle_ids: string[];
5510
5511
  search: string;
5511
5512
  paging: PAGING;
5512
5513
  page_count: number;
@@ -5528,7 +5529,6 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5528
5529
  date_format_id: string;
5529
5530
  time_zone_id: string;
5530
5531
  organisation_ids: string[];
5531
- vehicle_ids: string[];
5532
5532
  from_date: string;
5533
5533
  to_date: string;
5534
5534
  }, {
@@ -5537,6 +5537,7 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5537
5537
  from_date: string;
5538
5538
  to_date: string;
5539
5539
  status?: Status[] | undefined;
5540
+ vehicle_ids?: string[] | undefined;
5540
5541
  search?: string | undefined;
5541
5542
  paging?: PAGING | undefined;
5542
5543
  page_count?: unknown;
@@ -5556,7 +5557,6 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5556
5557
  }[] | undefined;
5557
5558
  include_master_data?: YesNo | undefined;
5558
5559
  organisation_ids?: string[] | undefined;
5559
- vehicle_ids?: string[] | undefined;
5560
5560
  }>;
5561
5561
  type FleetInspectionDashBoardQueryDTO = z.infer<typeof FleetInspectionDashBoardQuerySchema>;
5562
5562
  declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
@@ -5593,6 +5593,7 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5593
5593
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5594
5594
  }, "strip", z.ZodTypeAny, {
5595
5595
  status: Status[];
5596
+ vehicle_ids: string[];
5596
5597
  search: string;
5597
5598
  paging: PAGING;
5598
5599
  page_count: number;
@@ -5613,11 +5614,11 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5613
5614
  include_master_data: YesNo;
5614
5615
  date_format_id: string;
5615
5616
  time_zone_id: string;
5616
- vehicle_ids: string[];
5617
5617
  }, {
5618
5618
  date_format_id: string;
5619
5619
  time_zone_id: string;
5620
5620
  status?: Status[] | undefined;
5621
+ vehicle_ids?: string[] | undefined;
5621
5622
  search?: string | undefined;
5622
5623
  paging?: PAGING | undefined;
5623
5624
  page_count?: unknown;
@@ -5636,7 +5637,6 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5636
5637
  direction: OrderBy;
5637
5638
  }[] | undefined;
5638
5639
  include_master_data?: YesNo | undefined;
5639
- vehicle_ids?: string[] | undefined;
5640
5640
  }>;
5641
5641
  type FleetInspectionCheckPendingQueryDTO = z.infer<typeof FleetInspectionCheckPendingQuerySchema>;
5642
5642
  declare const toFleetInspectionPayload: (row: FleetInspection) => FleetInspectionDTO;
@@ -5849,9 +5849,9 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5849
5849
  }, "strip", z.ZodTypeAny, {
5850
5850
  status: Status;
5851
5851
  organisation_id: string;
5852
+ vehicle_id: string;
5852
5853
  user_id: string;
5853
5854
  time_zone_id: string;
5854
- vehicle_id: string;
5855
5855
  driver_id: string;
5856
5856
  vehicle_incident_id: string;
5857
5857
  odometer_reading: number;
@@ -5883,9 +5883,9 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5883
5883
  }, {
5884
5884
  status: Status;
5885
5885
  organisation_id: string;
5886
+ vehicle_id: string;
5886
5887
  user_id: string;
5887
5888
  time_zone_id: string;
5888
- vehicle_id: string;
5889
5889
  driver_id: string;
5890
5890
  vehicle_incident_id: string;
5891
5891
  inspection_id: string;
@@ -5963,6 +5963,8 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5963
5963
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
5964
5964
  }, "strip", z.ZodTypeAny, {
5965
5965
  status: Status[];
5966
+ user_ids: string[];
5967
+ vehicle_ids: string[];
5966
5968
  search: string;
5967
5969
  paging: PAGING;
5968
5970
  page_count: number;
@@ -5984,8 +5986,6 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5984
5986
  date_format_id: string;
5985
5987
  time_zone_id: string;
5986
5988
  organisation_ids: string[];
5987
- user_ids: string[];
5988
- vehicle_ids: string[];
5989
5989
  driver_ids: string[];
5990
5990
  from_date: string;
5991
5991
  to_date: string;
@@ -6003,6 +6003,8 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
6003
6003
  from_date: string;
6004
6004
  to_date: string;
6005
6005
  status?: Status[] | undefined;
6006
+ user_ids?: string[] | undefined;
6007
+ vehicle_ids?: string[] | undefined;
6006
6008
  search?: string | undefined;
6007
6009
  paging?: PAGING | undefined;
6008
6010
  page_count?: unknown;
@@ -6022,8 +6024,6 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
6022
6024
  }[] | undefined;
6023
6025
  include_master_data?: YesNo | undefined;
6024
6026
  organisation_ids?: string[] | undefined;
6025
- user_ids?: string[] | undefined;
6026
- vehicle_ids?: string[] | undefined;
6027
6027
  driver_ids?: string[] | undefined;
6028
6028
  vehicle_incident_ids?: string[] | undefined;
6029
6029
  inspection_ids?: string[] | undefined;
@@ -6072,6 +6072,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6072
6072
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
6073
6073
  }, "strip", z.ZodTypeAny, {
6074
6074
  status: Status[];
6075
+ vehicle_ids: string[];
6075
6076
  search: string;
6076
6077
  paging: PAGING;
6077
6078
  page_count: number;
@@ -6093,7 +6094,6 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6093
6094
  date_format_id: string;
6094
6095
  time_zone_id: string;
6095
6096
  organisation_ids: string[];
6096
- vehicle_ids: string[];
6097
6097
  from_date: string;
6098
6098
  to_date: string;
6099
6099
  }, {
@@ -6102,6 +6102,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6102
6102
  from_date: string;
6103
6103
  to_date: string;
6104
6104
  status?: Status[] | undefined;
6105
+ vehicle_ids?: string[] | undefined;
6105
6106
  search?: string | undefined;
6106
6107
  paging?: PAGING | undefined;
6107
6108
  page_count?: unknown;
@@ -6121,7 +6122,6 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6121
6122
  }[] | undefined;
6122
6123
  include_master_data?: YesNo | undefined;
6123
6124
  organisation_ids?: string[] | undefined;
6124
- vehicle_ids?: string[] | undefined;
6125
6125
  }>;
6126
6126
  type FleetIssueManagementDashBoardQueryDTO = z.infer<typeof FleetIssueManagementDashBoardQuerySchema>;
6127
6127
  declare const FleetIssueManagementCommentSchema: z.ZodObject<{
@@ -6471,9 +6471,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6471
6471
  }, "strip", z.ZodTypeAny, {
6472
6472
  status: Status;
6473
6473
  organisation_id: string;
6474
+ vehicle_id: string;
6474
6475
  user_id: string;
6475
6476
  time_zone_id: string;
6476
- vehicle_id: string;
6477
6477
  driver_id: string;
6478
6478
  odometer_reading: number;
6479
6479
  service_status: ServiceStatus;
@@ -6516,9 +6516,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6516
6516
  }, {
6517
6517
  status: Status;
6518
6518
  organisation_id: string;
6519
+ vehicle_id: string;
6519
6520
  user_id: string;
6520
6521
  time_zone_id: string;
6521
- vehicle_id: string;
6522
6522
  driver_id: string;
6523
6523
  service_status: ServiceStatus;
6524
6524
  service_type: ServiceType;
@@ -6606,6 +6606,8 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6606
6606
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
6607
6607
  }, "strip", z.ZodTypeAny, {
6608
6608
  status: Status[];
6609
+ user_ids: string[];
6610
+ vehicle_ids: string[];
6609
6611
  search: string;
6610
6612
  paging: PAGING;
6611
6613
  page_count: number;
@@ -6627,8 +6629,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6627
6629
  date_format_id: string;
6628
6630
  time_zone_id: string;
6629
6631
  organisation_ids: string[];
6630
- user_ids: string[];
6631
- vehicle_ids: string[];
6632
6632
  driver_ids: string[];
6633
6633
  from_date: string;
6634
6634
  to_date: string;
@@ -6645,6 +6645,8 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6645
6645
  from_date: string;
6646
6646
  to_date: string;
6647
6647
  status?: Status[] | undefined;
6648
+ user_ids?: string[] | undefined;
6649
+ vehicle_ids?: string[] | undefined;
6648
6650
  search?: string | undefined;
6649
6651
  paging?: PAGING | undefined;
6650
6652
  page_count?: unknown;
@@ -6664,8 +6666,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6664
6666
  }[] | undefined;
6665
6667
  include_master_data?: YesNo | undefined;
6666
6668
  organisation_ids?: string[] | undefined;
6667
- user_ids?: string[] | undefined;
6668
- vehicle_ids?: string[] | undefined;
6669
6669
  driver_ids?: string[] | undefined;
6670
6670
  service_management_ids?: string[] | undefined;
6671
6671
  service_status?: ServiceStatus[] | undefined;
@@ -6713,6 +6713,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6713
6713
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
6714
6714
  }, "strip", z.ZodTypeAny, {
6715
6715
  status: Status[];
6716
+ vehicle_ids: string[];
6716
6717
  search: string;
6717
6718
  paging: PAGING;
6718
6719
  page_count: number;
@@ -6734,7 +6735,6 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6734
6735
  date_format_id: string;
6735
6736
  time_zone_id: string;
6736
6737
  organisation_ids: string[];
6737
- vehicle_ids: string[];
6738
6738
  from_date: string;
6739
6739
  to_date: string;
6740
6740
  }, {
@@ -6743,6 +6743,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6743
6743
  from_date: string;
6744
6744
  to_date: string;
6745
6745
  status?: Status[] | undefined;
6746
+ vehicle_ids?: string[] | undefined;
6746
6747
  search?: string | undefined;
6747
6748
  paging?: PAGING | undefined;
6748
6749
  page_count?: unknown;
@@ -6762,7 +6763,6 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6762
6763
  }[] | undefined;
6763
6764
  include_master_data?: YesNo | undefined;
6764
6765
  organisation_ids?: string[] | undefined;
6765
- vehicle_ids?: string[] | undefined;
6766
6766
  }>;
6767
6767
  type FleetServiceManagementDashBoardQueryDTO = z.infer<typeof FleetServiceManagementDashBoardQuerySchema>;
6768
6768
  declare const FleetServiceManagementTaskSchema: z.ZodObject<{
@@ -6941,6 +6941,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6941
6941
  reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
6942
6942
  }, "strip", z.ZodTypeAny, {
6943
6943
  status: Status[];
6944
+ vehicle_ids: string[];
6944
6945
  search: string;
6945
6946
  paging: PAGING;
6946
6947
  page_count: number;
@@ -6962,7 +6963,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6962
6963
  date_format_id: string;
6963
6964
  time_zone_id: string;
6964
6965
  organisation_ids: string[];
6965
- vehicle_ids: string[];
6966
6966
  service_management_ids: string[];
6967
6967
  reminder_type: ReminderType[];
6968
6968
  service_reminder_ids: string[];
@@ -6970,6 +6970,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6970
6970
  date_format_id: string;
6971
6971
  time_zone_id: string;
6972
6972
  status?: Status[] | undefined;
6973
+ vehicle_ids?: string[] | undefined;
6973
6974
  search?: string | undefined;
6974
6975
  paging?: PAGING | undefined;
6975
6976
  page_count?: unknown;
@@ -6989,7 +6990,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6989
6990
  }[] | undefined;
6990
6991
  include_master_data?: YesNo | undefined;
6991
6992
  organisation_ids?: string[] | undefined;
6992
- vehicle_ids?: string[] | undefined;
6993
6993
  service_management_ids?: string[] | undefined;
6994
6994
  reminder_type?: ReminderType[] | undefined;
6995
6995
  service_reminder_ids?: string[] | undefined;
@@ -9750,9 +9750,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9750
9750
  }, "strip", z.ZodTypeAny, {
9751
9751
  status: Status;
9752
9752
  organisation_id: string;
9753
+ vehicle_id: string;
9753
9754
  user_id: string;
9754
9755
  time_zone_id: string;
9755
- vehicle_id: string;
9756
9756
  driver_id: string;
9757
9757
  google_location: string;
9758
9758
  device_id: string;
@@ -9804,9 +9804,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9804
9804
  }, {
9805
9805
  status: Status;
9806
9806
  organisation_id: string;
9807
+ vehicle_id: string;
9807
9808
  user_id: string;
9808
9809
  time_zone_id: string;
9809
- vehicle_id: string;
9810
9810
  driver_id: string;
9811
9811
  device_id: string;
9812
9812
  vehicle_fuel_type_id: string;
@@ -9910,6 +9910,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9910
9910
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
9911
9911
  }, "strip", z.ZodTypeAny, {
9912
9912
  status: Status[];
9913
+ user_ids: string[];
9914
+ vehicle_ids: string[];
9913
9915
  search: string;
9914
9916
  paging: PAGING;
9915
9917
  page_count: number;
@@ -9931,8 +9933,6 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9931
9933
  date_format_id: string;
9932
9934
  time_zone_id: string;
9933
9935
  organisation_ids: string[];
9934
- user_ids: string[];
9935
- vehicle_ids: string[];
9936
9936
  driver_ids: string[];
9937
9937
  from_date: string;
9938
9938
  to_date: string;
@@ -9956,6 +9956,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9956
9956
  from_date: string;
9957
9957
  to_date: string;
9958
9958
  status?: Status[] | undefined;
9959
+ user_ids?: string[] | undefined;
9960
+ vehicle_ids?: string[] | undefined;
9959
9961
  search?: string | undefined;
9960
9962
  paging?: PAGING | undefined;
9961
9963
  page_count?: unknown;
@@ -9975,8 +9977,6 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9975
9977
  }[] | undefined;
9976
9978
  include_master_data?: YesNo | undefined;
9977
9979
  organisation_ids?: string[] | undefined;
9978
- user_ids?: string[] | undefined;
9979
- vehicle_ids?: string[] | undefined;
9980
9980
  driver_ids?: string[] | undefined;
9981
9981
  payment_status?: PaymentStatus[] | undefined;
9982
9982
  vendor_ids?: string[] | undefined;
@@ -10305,9 +10305,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
10305
10305
  }, "strip", z.ZodTypeAny, {
10306
10306
  status: Status;
10307
10307
  organisation_id: string;
10308
+ vehicle_id: string;
10308
10309
  user_id: string;
10309
10310
  time_zone_id: string;
10310
- vehicle_id: string;
10311
10311
  driver_id: string;
10312
10312
  google_location: string;
10313
10313
  device_id: string;
@@ -10347,9 +10347,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
10347
10347
  }, {
10348
10348
  status: Status;
10349
10349
  organisation_id: string;
10350
+ vehicle_id: string;
10350
10351
  user_id: string;
10351
10352
  time_zone_id: string;
10352
- vehicle_id: string;
10353
10353
  driver_id: string;
10354
10354
  device_id: string;
10355
10355
  vehicle_fuel_type_id: string;
@@ -10435,6 +10435,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10435
10435
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
10436
10436
  }, "strip", z.ZodTypeAny, {
10437
10437
  status: Status[];
10438
+ user_ids: string[];
10439
+ vehicle_ids: string[];
10438
10440
  search: string;
10439
10441
  paging: PAGING;
10440
10442
  page_count: number;
@@ -10456,8 +10458,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10456
10458
  date_format_id: string;
10457
10459
  time_zone_id: string;
10458
10460
  organisation_ids: string[];
10459
- user_ids: string[];
10460
- vehicle_ids: string[];
10461
10461
  driver_ids: string[];
10462
10462
  from_date: string;
10463
10463
  to_date: string;
@@ -10475,6 +10475,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10475
10475
  from_date: string;
10476
10476
  to_date: string;
10477
10477
  status?: Status[] | undefined;
10478
+ user_ids?: string[] | undefined;
10479
+ vehicle_ids?: string[] | undefined;
10478
10480
  search?: string | undefined;
10479
10481
  paging?: PAGING | undefined;
10480
10482
  page_count?: unknown;
@@ -10494,8 +10496,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10494
10496
  }[] | undefined;
10495
10497
  include_master_data?: YesNo | undefined;
10496
10498
  organisation_ids?: string[] | undefined;
10497
- user_ids?: string[] | undefined;
10498
- vehicle_ids?: string[] | undefined;
10499
10499
  driver_ids?: string[] | undefined;
10500
10500
  admin_verify_status?: GPSFuelApproveStatus[] | undefined;
10501
10501
  transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
@@ -10572,8 +10572,8 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
10572
10572
  status: Status;
10573
10573
  organisation_id: string;
10574
10574
  user_id: string;
10575
- time_zone_id: string;
10576
10575
  vehicle_ids: string[];
10576
+ time_zone_id: string;
10577
10577
  inspection_schedule_name: string;
10578
10578
  inspection_schedule_description: string;
10579
10579
  inspection_schedule_start_date: string;
@@ -10626,6 +10626,7 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
10626
10626
  user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10627
10627
  }, "strip", z.ZodTypeAny, {
10628
10628
  status: Status[];
10629
+ user_ids: string[];
10629
10630
  search: string;
10630
10631
  paging: PAGING;
10631
10632
  page_count: number;
@@ -10647,12 +10648,12 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
10647
10648
  date_format_id: string;
10648
10649
  time_zone_id: string;
10649
10650
  organisation_ids: string[];
10650
- user_ids: string[];
10651
10651
  inspection_schedule_ids: string[];
10652
10652
  }, {
10653
10653
  date_format_id: string;
10654
10654
  time_zone_id: string;
10655
10655
  status?: Status[] | undefined;
10656
+ user_ids?: string[] | undefined;
10656
10657
  search?: string | undefined;
10657
10658
  paging?: PAGING | undefined;
10658
10659
  page_count?: unknown;
@@ -10672,7 +10673,6 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
10672
10673
  }[] | undefined;
10673
10674
  include_master_data?: YesNo | undefined;
10674
10675
  organisation_ids?: string[] | undefined;
10675
- user_ids?: string[] | undefined;
10676
10676
  inspection_schedule_ids?: string[] | undefined;
10677
10677
  }>;
10678
10678
  type FleetInspectionScheduleQueryDTO = z.infer<typeof FleetInspectionScheduleQuerySchema>;
@@ -10738,8 +10738,8 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
10738
10738
  status: Status;
10739
10739
  organisation_id: string;
10740
10740
  user_id: string;
10741
- time_zone_id: string;
10742
10741
  vehicle_ids: string[];
10742
+ time_zone_id: string;
10743
10743
  service_schedule_name: string;
10744
10744
  service_schedule_description: string;
10745
10745
  service_schedule_start_date: string;
@@ -10792,6 +10792,7 @@ declare const FleetServiceScheduleQuerySchema: z.ZodObject<{
10792
10792
  user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10793
10793
  }, "strip", z.ZodTypeAny, {
10794
10794
  status: Status[];
10795
+ user_ids: string[];
10795
10796
  search: string;
10796
10797
  paging: PAGING;
10797
10798
  page_count: number;
@@ -10813,12 +10814,12 @@ declare const FleetServiceScheduleQuerySchema: z.ZodObject<{
10813
10814
  date_format_id: string;
10814
10815
  time_zone_id: string;
10815
10816
  organisation_ids: string[];
10816
- user_ids: string[];
10817
10817
  service_schedule_ids: string[];
10818
10818
  }, {
10819
10819
  date_format_id: string;
10820
10820
  time_zone_id: string;
10821
10821
  status?: Status[] | undefined;
10822
+ user_ids?: string[] | undefined;
10822
10823
  search?: string | undefined;
10823
10824
  paging?: PAGING | undefined;
10824
10825
  page_count?: unknown;
@@ -10838,7 +10839,6 @@ declare const FleetServiceScheduleQuerySchema: z.ZodObject<{
10838
10839
  }[] | undefined;
10839
10840
  include_master_data?: YesNo | undefined;
10840
10841
  organisation_ids?: string[] | undefined;
10841
- user_ids?: string[] | undefined;
10842
10842
  service_schedule_ids?: string[] | undefined;
10843
10843
  }>;
10844
10844
  type FleetServiceScheduleQueryDTO = z.infer<typeof FleetServiceScheduleQuerySchema>;
@@ -10990,16 +10990,16 @@ declare const UserSchema: z.ZodObject<{
10990
10990
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10991
10991
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
10992
10992
  }, "strip", z.ZodTypeAny, {
10993
+ all_vehicles: YesNo;
10993
10994
  status: Status;
10994
10995
  organisation_id: string;
10996
+ vehicle_ids: string[];
10995
10997
  date_format_id: string;
10996
10998
  time_zone_id: string;
10997
10999
  organisation_branch_id: string;
10998
11000
  user_role_id: string;
10999
11001
  user_status_id: string;
11000
11002
  language_id: string;
11001
- vehicle_ids: string[];
11002
- all_vehicles: YesNo;
11003
11003
  email: string;
11004
11004
  password: string;
11005
11005
  mobile: string;
@@ -11012,6 +11012,7 @@ declare const UserSchema: z.ZodObject<{
11012
11012
  is_root_user: YesNo;
11013
11013
  can_login: YesNo;
11014
11014
  }, {
11015
+ all_vehicles: YesNo;
11015
11016
  status: Status;
11016
11017
  organisation_id: string;
11017
11018
  date_format_id: string;
@@ -11020,7 +11021,6 @@ declare const UserSchema: z.ZodObject<{
11020
11021
  user_role_id: string;
11021
11022
  user_status_id: string;
11022
11023
  language_id: string;
11023
- all_vehicles: YesNo;
11024
11024
  email: string;
11025
11025
  first_name: string;
11026
11026
  is_root_user: YesNo;
@@ -11078,7 +11078,9 @@ declare const UserQuerySchema: z.ZodObject<{
11078
11078
  is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11079
11079
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11080
11080
  }, "strip", z.ZodTypeAny, {
11081
+ all_vehicles: YesNo[];
11081
11082
  status: Status[];
11083
+ user_ids: string[];
11082
11084
  search: string;
11083
11085
  paging: PAGING;
11084
11086
  page_count: number;
@@ -11100,20 +11102,20 @@ declare const UserQuerySchema: z.ZodObject<{
11100
11102
  date_format_id: string;
11101
11103
  time_zone_id: string;
11102
11104
  organisation_ids: string[];
11103
- user_ids: string[];
11104
11105
  organisation_branch_ids: string[];
11105
11106
  user_role_ids: string[];
11106
11107
  user_status_ids: string[];
11107
11108
  language_ids: string[];
11108
11109
  date_format_ids: string[];
11109
- all_vehicles: YesNo[];
11110
11110
  is_root_user: YesNo[];
11111
11111
  can_login: YesNo[];
11112
11112
  time_zone_ids: string[];
11113
11113
  }, {
11114
11114
  date_format_id: string;
11115
11115
  time_zone_id: string;
11116
+ all_vehicles?: YesNo[] | undefined;
11116
11117
  status?: Status[] | undefined;
11118
+ user_ids?: string[] | undefined;
11117
11119
  search?: string | undefined;
11118
11120
  paging?: PAGING | undefined;
11119
11121
  page_count?: unknown;
@@ -11133,13 +11135,11 @@ declare const UserQuerySchema: z.ZodObject<{
11133
11135
  }[] | undefined;
11134
11136
  include_master_data?: YesNo | undefined;
11135
11137
  organisation_ids?: string[] | undefined;
11136
- user_ids?: string[] | undefined;
11137
11138
  organisation_branch_ids?: string[] | undefined;
11138
11139
  user_role_ids?: string[] | undefined;
11139
11140
  user_status_ids?: string[] | undefined;
11140
11141
  language_ids?: string[] | undefined;
11141
11142
  date_format_ids?: string[] | undefined;
11142
- all_vehicles?: YesNo[] | undefined;
11143
11143
  is_root_user?: YesNo[] | undefined;
11144
11144
  can_login?: YesNo[] | undefined;
11145
11145
  time_zone_ids?: string[] | undefined;
@@ -11286,9 +11286,9 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
11286
11286
  }, "strip", z.ZodTypeAny, {
11287
11287
  status: Status;
11288
11288
  organisation_id: string;
11289
+ vehicle_id: string;
11289
11290
  user_id: string;
11290
11291
  date: string;
11291
- vehicle_id: string;
11292
11292
  driver_id: string;
11293
11293
  device_id: string;
11294
11294
  total_km: number;
@@ -11304,9 +11304,9 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
11304
11304
  }, {
11305
11305
  status: Status;
11306
11306
  organisation_id: string;
11307
+ vehicle_id: string;
11307
11308
  user_id: string;
11308
11309
  date: string;
11309
- vehicle_id: string;
11310
11310
  driver_id: string;
11311
11311
  device_id: string;
11312
11312
  total_km?: unknown;
@@ -11364,6 +11364,8 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
11364
11364
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
11365
11365
  }, "strip", z.ZodTypeAny, {
11366
11366
  status: Status[];
11367
+ user_ids: string[];
11368
+ vehicle_ids: string[];
11367
11369
  search: string;
11368
11370
  paging: PAGING;
11369
11371
  page_count: number;
@@ -11385,8 +11387,6 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
11385
11387
  date_format_id: string;
11386
11388
  time_zone_id: string;
11387
11389
  organisation_ids: string[];
11388
- user_ids: string[];
11389
- vehicle_ids: string[];
11390
11390
  driver_ids: string[];
11391
11391
  from_date: string;
11392
11392
  to_date: string;
@@ -11400,6 +11400,8 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
11400
11400
  from_date: string;
11401
11401
  to_date: string;
11402
11402
  status?: Status[] | undefined;
11403
+ user_ids?: string[] | undefined;
11404
+ vehicle_ids?: string[] | undefined;
11403
11405
  search?: string | undefined;
11404
11406
  paging?: PAGING | undefined;
11405
11407
  page_count?: unknown;
@@ -11419,8 +11421,6 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
11419
11421
  }[] | undefined;
11420
11422
  include_master_data?: YesNo | undefined;
11421
11423
  organisation_ids?: string[] | undefined;
11422
- user_ids?: string[] | undefined;
11423
- vehicle_ids?: string[] | undefined;
11424
11424
  driver_ids?: string[] | undefined;
11425
11425
  device_ids?: string[] | undefined;
11426
11426
  fleet_fuel_daily_summary_ids?: string[] | undefined;
@@ -11465,6 +11465,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
11465
11465
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
11466
11466
  }, "strip", z.ZodTypeAny, {
11467
11467
  status: Status[];
11468
+ vehicle_ids: string[];
11468
11469
  search: string;
11469
11470
  paging: PAGING;
11470
11471
  page_count: number;
@@ -11486,7 +11487,6 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
11486
11487
  date_format_id: string;
11487
11488
  time_zone_id: string;
11488
11489
  organisation_ids: string[];
11489
- vehicle_ids: string[];
11490
11490
  from_date: string;
11491
11491
  to_date: string;
11492
11492
  }, {
@@ -11495,6 +11495,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
11495
11495
  from_date: string;
11496
11496
  to_date: string;
11497
11497
  status?: Status[] | undefined;
11498
+ vehicle_ids?: string[] | undefined;
11498
11499
  search?: string | undefined;
11499
11500
  paging?: PAGING | undefined;
11500
11501
  page_count?: unknown;
@@ -11514,7 +11515,6 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
11514
11515
  }[] | undefined;
11515
11516
  include_master_data?: YesNo | undefined;
11516
11517
  organisation_ids?: string[] | undefined;
11517
- vehicle_ids?: string[] | undefined;
11518
11518
  }>;
11519
11519
  type FleetFuelDailyMonthlySummaryQueryDTO = z.infer<typeof FleetFuelDailyMonthlySummaryQuerySchema>;
11520
11520
  declare const AllVehiclesFuelDailySummaryQuerySchema: z.ZodObject<{
@@ -11565,6 +11565,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11565
11565
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
11566
11566
  }, "strip", z.ZodTypeAny, {
11567
11567
  status: Status[];
11568
+ vehicle_ids: string[];
11568
11569
  search: string;
11569
11570
  paging: PAGING;
11570
11571
  page_count: number;
@@ -11586,7 +11587,6 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11586
11587
  date_format_id: string;
11587
11588
  time_zone_id: string;
11588
11589
  organisation_ids: string[];
11589
- vehicle_ids: string[];
11590
11590
  from_date: string;
11591
11591
  to_date: string;
11592
11592
  }, {
@@ -11595,6 +11595,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11595
11595
  from_date: string;
11596
11596
  to_date: string;
11597
11597
  status?: Status[] | undefined;
11598
+ vehicle_ids?: string[] | undefined;
11598
11599
  search?: string | undefined;
11599
11600
  paging?: PAGING | undefined;
11600
11601
  page_count?: unknown;
@@ -11614,7 +11615,6 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11614
11615
  }[] | undefined;
11615
11616
  include_master_data?: YesNo | undefined;
11616
11617
  organisation_ids?: string[] | undefined;
11617
- vehicle_ids?: string[] | undefined;
11618
11618
  }>;
11619
11619
  type FleetFuelDailySummaryDashBoardQueryDTO = z.infer<typeof FleetFuelDailySummaryDashBoardQuerySchema>;
11620
11620
  interface FuelDashboard {
@@ -11970,6 +11970,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11970
11970
  is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11971
11971
  }, "strip", z.ZodTypeAny, {
11972
11972
  status: Status[];
11973
+ vehicle_ids: string[];
11973
11974
  search: string;
11974
11975
  paging: PAGING;
11975
11976
  page_count: number;
@@ -11995,7 +11996,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11995
11996
  organisation_branch_ids: string[];
11996
11997
  organisation_color_ids: string[];
11997
11998
  organisation_tag_ids: string[];
11998
- vehicle_ids: string[];
11999
11999
  driver_ids: string[];
12000
12000
  can_login: YesNo[];
12001
12001
  driver_type: DriverType[];
@@ -12004,6 +12004,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
12004
12004
  date_format_id: string;
12005
12005
  time_zone_id: string;
12006
12006
  status?: Status[] | undefined;
12007
+ vehicle_ids?: string[] | undefined;
12007
12008
  search?: string | undefined;
12008
12009
  paging?: PAGING | undefined;
12009
12010
  page_count?: unknown;
@@ -12027,7 +12028,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
12027
12028
  organisation_branch_ids?: string[] | undefined;
12028
12029
  organisation_color_ids?: string[] | undefined;
12029
12030
  organisation_tag_ids?: string[] | undefined;
12030
- vehicle_ids?: string[] | undefined;
12031
12031
  driver_ids?: string[] | undefined;
12032
12032
  can_login?: YesNo[] | undefined;
12033
12033
  driver_type?: DriverType[] | undefined;
@@ -12205,17 +12205,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
12205
12205
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
12206
12206
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
12207
12207
  }, "strip", z.ZodTypeAny, {
12208
- group_name: string;
12209
12208
  status: Status;
12210
12209
  organisation_id: string;
12211
- description: string;
12212
12210
  vehicle_ids: string[];
12213
- }, {
12211
+ description: string;
12214
12212
  group_name: string;
12213
+ }, {
12215
12214
  status: Status;
12216
12215
  organisation_id: string;
12217
- description?: string | undefined;
12216
+ group_name: string;
12218
12217
  vehicle_ids?: string[] | undefined;
12218
+ description?: string | undefined;
12219
12219
  }>;
12220
12220
  type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
12221
12221
  declare const OrganisationGroupQuerySchema: z.ZodObject<{
@@ -12254,6 +12254,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
12254
12254
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12255
12255
  }, "strip", z.ZodTypeAny, {
12256
12256
  status: Status[];
12257
+ vehicle_ids: string[];
12257
12258
  search: string;
12258
12259
  paging: PAGING;
12259
12260
  page_count: number;
@@ -12275,12 +12276,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
12275
12276
  date_format_id: string;
12276
12277
  time_zone_id: string;
12277
12278
  organisation_ids: string[];
12278
- vehicle_ids: string[];
12279
12279
  organisation_group_ids: string[];
12280
12280
  }, {
12281
12281
  date_format_id: string;
12282
12282
  time_zone_id: string;
12283
12283
  status?: Status[] | undefined;
12284
+ vehicle_ids?: string[] | undefined;
12284
12285
  search?: string | undefined;
12285
12286
  paging?: PAGING | undefined;
12286
12287
  page_count?: unknown;
@@ -12300,7 +12301,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
12300
12301
  }[] | undefined;
12301
12302
  include_master_data?: YesNo | undefined;
12302
12303
  organisation_ids?: string[] | undefined;
12303
- vehicle_ids?: string[] | undefined;
12304
12304
  organisation_group_ids?: string[] | undefined;
12305
12305
  }>;
12306
12306
  type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
@@ -13017,8 +13017,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
13017
13017
  }, "strip", z.ZodTypeAny, {
13018
13018
  status: Status;
13019
13019
  organisation_id: string;
13020
- description: string;
13021
13020
  vehicle_type: string;
13021
+ description: string;
13022
13022
  }, {
13023
13023
  status: Status;
13024
13024
  organisation_id: string;
@@ -13547,28 +13547,28 @@ declare const OrganisationReportPreferenceSchema: z.ZodObject<{
13547
13547
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
13548
13548
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
13549
13549
  }, "strip", z.ZodTypeAny, {
13550
- status: Status;
13551
- organisation_id: string;
13552
- vehicle_ids: string[];
13553
13550
  mobile_numbers: string;
13554
13551
  email_ids: string;
13555
13552
  cc_email_ids: string;
13556
13553
  all_vehicles: YesNo;
13554
+ status: Status;
13555
+ organisation_id: string;
13556
+ vehicle_ids: string[];
13557
13557
  report_name: string;
13558
13558
  report_status: OnOff;
13559
13559
  report_types: ReportType[];
13560
13560
  report_list: ReportList[];
13561
13561
  report_channels: ReportChannel.Email[];
13562
13562
  }, {
13563
+ all_vehicles: YesNo;
13563
13564
  status: Status;
13564
13565
  organisation_id: string;
13565
- all_vehicles: YesNo;
13566
13566
  report_name: string;
13567
13567
  report_status: OnOff;
13568
- vehicle_ids?: string[] | undefined;
13569
13568
  mobile_numbers?: string | undefined;
13570
13569
  email_ids?: string | undefined;
13571
13570
  cc_email_ids?: string | undefined;
13571
+ vehicle_ids?: string[] | undefined;
13572
13572
  report_types?: ReportType[] | undefined;
13573
13573
  report_list?: ReportList[] | undefined;
13574
13574
  report_channels?: ReportChannel.Email[] | undefined;
@@ -13722,11 +13722,11 @@ declare const GPSLiveTrackShareLinkNotificationSchema: z.ZodObject<{
13722
13722
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
13723
13723
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
13724
13724
  }, "strip", z.ZodTypeAny, {
13725
- status: Status;
13726
- organisation_id: string;
13727
13725
  mobile_numbers: string;
13728
13726
  email_ids: string;
13729
13727
  cc_email_ids: string;
13728
+ status: Status;
13729
+ organisation_id: string;
13730
13730
  gps_live_track_share_link_id: string;
13731
13731
  share_channels: ShareChannel.Email[];
13732
13732
  }, {
@@ -13812,6 +13812,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
13812
13812
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
13813
13813
  }, "strip", z.ZodTypeAny, {
13814
13814
  status: Status[];
13815
+ vehicle_ids: string[];
13815
13816
  search: string;
13816
13817
  paging: PAGING;
13817
13818
  page_count: number;
@@ -13833,13 +13834,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
13833
13834
  date_format_id: string;
13834
13835
  time_zone_id: string;
13835
13836
  organisation_ids: string[];
13836
- vehicle_ids: string[];
13837
13837
  link_status: LinkStatus[];
13838
13838
  gps_live_track_share_link_ids: string[];
13839
13839
  }, {
13840
13840
  date_format_id: string;
13841
13841
  time_zone_id: string;
13842
13842
  status?: Status[] | undefined;
13843
+ vehicle_ids?: string[] | undefined;
13843
13844
  search?: string | undefined;
13844
13845
  paging?: PAGING | undefined;
13845
13846
  page_count?: unknown;
@@ -13859,7 +13860,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
13859
13860
  }[] | undefined;
13860
13861
  include_master_data?: YesNo | undefined;
13861
13862
  organisation_ids?: string[] | undefined;
13862
- vehicle_ids?: string[] | undefined;
13863
13863
  link_status?: LinkStatus[] | undefined;
13864
13864
  gps_live_track_share_link_ids?: string[] | undefined;
13865
13865
  }>;
@@ -13918,11 +13918,11 @@ declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
13918
13918
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
13919
13919
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
13920
13920
  }, "strip", z.ZodTypeAny, {
13921
- status: Status;
13922
- organisation_id: string;
13923
13921
  mobile_numbers: string;
13924
13922
  email_ids: string;
13925
13923
  cc_email_ids: string;
13924
+ status: Status;
13925
+ organisation_id: string;
13926
13926
  share_channels: ShareChannel.Email[];
13927
13927
  gps_track_history_share_link_id: string;
13928
13928
  }, {
@@ -13946,16 +13946,16 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
13946
13946
  }, "strip", z.ZodTypeAny, {
13947
13947
  status: Status;
13948
13948
  organisation_id: string;
13949
- time_zone_id: string;
13950
13949
  vehicle_id: string;
13950
+ time_zone_id: string;
13951
13951
  link_status: TrackHistoryLinkStatus;
13952
13952
  from_date_time: string;
13953
13953
  to_date_time: string;
13954
13954
  }, {
13955
13955
  status: Status;
13956
13956
  organisation_id: string;
13957
- time_zone_id: string;
13958
13957
  vehicle_id: string;
13958
+ time_zone_id: string;
13959
13959
  link_status: TrackHistoryLinkStatus;
13960
13960
  from_date_time: string;
13961
13961
  to_date_time: string;
@@ -14006,6 +14006,7 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
14006
14006
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TrackHistoryLinkStatus>, "many">>>;
14007
14007
  }, "strip", z.ZodTypeAny, {
14008
14008
  status: Status[];
14009
+ vehicle_ids: string[];
14009
14010
  search: string;
14010
14011
  paging: PAGING;
14011
14012
  page_count: number;
@@ -14027,13 +14028,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
14027
14028
  date_format_id: string;
14028
14029
  time_zone_id: string;
14029
14030
  organisation_ids: string[];
14030
- vehicle_ids: string[];
14031
14031
  link_status: TrackHistoryLinkStatus[];
14032
14032
  gps_track_history_share_link_ids: string[];
14033
14033
  }, {
14034
14034
  date_format_id: string;
14035
14035
  time_zone_id: string;
14036
14036
  status?: Status[] | undefined;
14037
+ vehicle_ids?: string[] | undefined;
14037
14038
  search?: string | undefined;
14038
14039
  paging?: PAGING | undefined;
14039
14040
  page_count?: unknown;
@@ -14053,7 +14054,6 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
14053
14054
  }[] | undefined;
14054
14055
  include_master_data?: YesNo | undefined;
14055
14056
  organisation_ids?: string[] | undefined;
14056
- vehicle_ids?: string[] | undefined;
14057
14057
  link_status?: TrackHistoryLinkStatus[] | undefined;
14058
14058
  gps_track_history_share_link_ids?: string[] | undefined;
14059
14059
  }>;
@@ -15271,6 +15271,141 @@ 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
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
15369
+ _count?: {
15370
+ FixedScheduleDayRunStudent?: number;
15371
+ };
15372
+ }
15373
+ interface FixedScheduleDayRunStudent extends Record<string, unknown> {
15374
+ fixed_schedule_day_run_student_id: string;
15375
+ student_boarding_status: StudentLegStatus;
15376
+ method: AttendanceMethod;
15377
+ mark_time?: string;
15378
+ mark_time_f?: string;
15379
+ note?: string;
15380
+ status: Status;
15381
+ added_date_time?: string;
15382
+ modified_date_time?: string;
15383
+ organisation_id: string;
15384
+ UserOrganisation?: UserOrganisation;
15385
+ organisation_name?: string;
15386
+ organisation_code?: string;
15387
+ organisation_branch_id: string;
15388
+ OrganisationBranch?: OrganisationBranch;
15389
+ branch_name?: string;
15390
+ branch_city?: string;
15391
+ route_id: string;
15392
+ MasterRoute?: MasterRoute;
15393
+ route_name?: string;
15394
+ fixed_schedule_id: string;
15395
+ MasterFixedSchedule?: MasterFixedSchedule;
15396
+ schedule_name?: string;
15397
+ fixed_schedule_day_run_id: string;
15398
+ FixedScheduleDayRun?: FixedScheduleDayRun;
15399
+ fixed_schedule_day_run_stop_id: string;
15400
+ FixedScheduleDayRunStop?: FixedScheduleDayRunStop;
15401
+ student_id: string;
15402
+ Student?: Student;
15403
+ roll_number?: string;
15404
+ first_name?: string;
15405
+ last_name?: string;
15406
+ mobile_number?: string;
15407
+ }
15408
+
15274
15409
  interface MasterRoute extends Record<string, unknown> {
15275
15410
  route_id: string;
15276
15411
  route_name: string;
@@ -15302,16 +15437,33 @@ interface MasterRoute extends Record<string, unknown> {
15302
15437
  branch_name?: string;
15303
15438
  branch_city?: string;
15304
15439
  MasterRouteStop?: MasterRouteStop[];
15440
+ MasterFixedSchedule?: MasterFixedSchedule[];
15441
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
15442
+ FixedScheduleDayRun?: FixedScheduleDayRun[];
15443
+ FixedScheduleDayRunStop?: FixedScheduleDayRunStop[];
15444
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
15305
15445
  _count?: {
15306
15446
  MasterRouteStop?: number;
15447
+ MasterFixedSchedule?: number;
15448
+ MasterFixedScheduleStudent?: number;
15449
+ FixedScheduleDayRun?: number;
15450
+ FixedScheduleDayRunStop?: number;
15451
+ FixedScheduleDayRunStudent?: number;
15307
15452
  };
15308
15453
  }
15309
15454
  interface MasterRouteStop extends Record<string, unknown> {
15310
15455
  route_stop_id: string;
15311
15456
  leg: BusLeg;
15312
15457
  order_no: number;
15313
- stop_duration_seconds: number;
15314
- travel_seconds_to_next_stop: number;
15458
+ stop_duration_seconds?: number;
15459
+ travel_seconds_to_next_stop?: number;
15460
+ stop_name?: string;
15461
+ geofence_type?: GeofenceType;
15462
+ radius_m?: number;
15463
+ radius_km?: number;
15464
+ latitude?: number;
15465
+ longitude?: number;
15466
+ poliline_data?: unknown[];
15315
15467
  status: Status;
15316
15468
  added_date_time?: string;
15317
15469
  modified_date_time?: string;
@@ -15328,8 +15480,10 @@ interface MasterRouteStop extends Record<string, unknown> {
15328
15480
  route_name?: string;
15329
15481
  bus_stop_id: string;
15330
15482
  BusStop?: BusStop;
15331
- stop_name?: string;
15332
- _count?: {};
15483
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
15484
+ _count?: {
15485
+ MasterFixedScheduleStudent?: number;
15486
+ };
15333
15487
  }
15334
15488
  declare const MasterRouteSchema: z.ZodObject<{
15335
15489
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
@@ -15337,8 +15491,6 @@ declare const MasterRouteSchema: z.ZodObject<{
15337
15491
  route_name: z.ZodEffects<z.ZodString, string, string>;
15338
15492
  route_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
15339
15493
  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
15494
  pickup_start_stop_id: z.ZodEffects<z.ZodString, string, string>;
15343
15495
  pickup_end_stop_id: z.ZodEffects<z.ZodString, string, string>;
15344
15496
  drop_start_stop_id: z.ZodEffects<z.ZodString, string, string>;
@@ -15351,8 +15503,6 @@ declare const MasterRouteSchema: z.ZodObject<{
15351
15503
  route_name: string;
15352
15504
  route_notes: string;
15353
15505
  route_status: Status;
15354
- pickup_journey_time_in_minutes: number;
15355
- drop_journey_time_in_minutes: number;
15356
15506
  pickup_start_stop_id: string;
15357
15507
  pickup_end_stop_id: string;
15358
15508
  drop_start_stop_id: string;
@@ -15368,8 +15518,6 @@ declare const MasterRouteSchema: z.ZodObject<{
15368
15518
  drop_start_stop_id: string;
15369
15519
  drop_end_stop_id: string;
15370
15520
  route_notes?: string | undefined;
15371
- pickup_journey_time_in_minutes?: unknown;
15372
- drop_journey_time_in_minutes?: unknown;
15373
15521
  }>;
15374
15522
  type MasterRouteDTO = z.infer<typeof MasterRouteSchema>;
15375
15523
  declare const MasterRouteQuerySchema: z.ZodObject<{
@@ -15620,10 +15768,19 @@ declare const deleteMasterRoute: (id: string) => Promise<SBR>;
15620
15768
  declare const appendRouteStop: (data: MasterRouteStopCreateDTO) => Promise<SBR>;
15621
15769
  declare const updateRouteStop: (id: string, data: MasterRouteStopUpdateDTO) => Promise<SBR>;
15622
15770
  declare const reorderRouteStops: (data: MasterRouteStopReorderDTO) => Promise<SBR>;
15623
- declare const deleteRouteStopsAll: (data: MasterRouteStopDeleteDTO) => Promise<SBR>;
15624
15771
  declare const deleteRouteStopReorder: (data: MasterRouteStopDeleteReOrderDTO) => Promise<SBR>;
15772
+ declare const deleteRouteStopsAll: (data: MasterRouteStopDeleteDTO) => Promise<SBR>;
15625
15773
  declare const update_journey_time: (data: MasterRouteJourneyTimeDTO) => Promise<SBR>;
15774
+ declare const findRouteStopCache: (route_id: string) => Promise<FBR<MasterRouteStop[]>>;
15626
15775
 
15776
+ interface SchoolDashboard {
15777
+ main_counts: {
15778
+ noticeboard: number;
15779
+ students: number;
15780
+ leave_requests: number;
15781
+ route_change_requests: number;
15782
+ };
15783
+ }
15627
15784
  interface Student extends Record<string, unknown> {
15628
15785
  student_id: string;
15629
15786
  photo_url?: string;
@@ -15662,13 +15819,13 @@ interface Student extends Record<string, unknown> {
15662
15819
  Drop_MasterFixedSchedule?: MasterFixedSchedule;
15663
15820
  drop_schedule_name?: string;
15664
15821
  status: Status;
15665
- added_date_time: string;
15666
- modified_date_time: string;
15822
+ added_date_time?: string;
15823
+ modified_date_time?: string;
15667
15824
  organisation_id: string;
15668
15825
  UserOrganisation?: UserOrganisation;
15669
15826
  organisation_name?: string;
15670
15827
  organisation_code?: string;
15671
- organisation_branch_id?: string;
15828
+ organisation_branch_id: string;
15672
15829
  OrganisationBranch?: OrganisationBranch;
15673
15830
  branch_name?: string;
15674
15831
  branch_city?: string;
@@ -15696,7 +15853,8 @@ interface Student extends Record<string, unknown> {
15696
15853
  StudentStopChangeRequest?: StudentStopChangeRequest[];
15697
15854
  StudentTransportPlanTypeChangeHistory?: StudentTransportPlanTypeChangeHistory[];
15698
15855
  StudentLoginPush?: StudentLoginPush[];
15699
- MasterRouteStudent?: MasterRouteStudent[];
15856
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
15857
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
15700
15858
  _count?: {
15701
15859
  StudentAddress?: number;
15702
15860
  StudentGuardianLink?: number;
@@ -15704,19 +15862,10 @@ interface Student extends Record<string, unknown> {
15704
15862
  StudentStopChangeRequest?: number;
15705
15863
  StudentTransportPlanTypeChangeHistory?: number;
15706
15864
  StudentLoginPush?: number;
15707
- MasterRouteStudent?: number;
15708
- MasterRouteStudentChangeHistory?: number;
15865
+ MasterFixedScheduleStudent?: number;
15709
15866
  FixedScheduleDayRunStudent?: number;
15710
15867
  };
15711
15868
  }
15712
- interface SchoolDashboard {
15713
- main_counts: {
15714
- noticeboard: number;
15715
- students: number;
15716
- leave_requests: number;
15717
- route_change_requests: number;
15718
- };
15719
- }
15720
15869
  interface StudentAddress extends Record<string, unknown> {
15721
15870
  student_address_id: string;
15722
15871
  address_line1?: string;
@@ -15739,8 +15888,8 @@ interface StudentAddress extends Record<string, unknown> {
15739
15888
  is_default: YesNo;
15740
15889
  notes?: string;
15741
15890
  status: Status;
15742
- added_date_time: string;
15743
- modified_date_time: string;
15891
+ added_date_time?: string;
15892
+ modified_date_time?: string;
15744
15893
  organisation_id: string;
15745
15894
  UserOrganisation?: UserOrganisation;
15746
15895
  organisation_name?: string;
@@ -15770,8 +15919,8 @@ interface StudentGuardian extends Record<string, unknown> {
15770
15919
  email?: string;
15771
15920
  alternative_mobile?: string;
15772
15921
  status: Status;
15773
- added_date_time: string;
15774
- modified_date_time: string;
15922
+ added_date_time?: string;
15923
+ modified_date_time?: string;
15775
15924
  organisation_id: string;
15776
15925
  UserOrganisation?: UserOrganisation;
15777
15926
  organisation_name?: string;
@@ -15781,10 +15930,8 @@ interface StudentGuardian extends Record<string, unknown> {
15781
15930
  branch_name?: string;
15782
15931
  branch_city?: string;
15783
15932
  StudentGuardianLink?: StudentGuardianLink[];
15784
- StudentGuardianLoginPush?: StudentGuardianLoginPush[];
15785
15933
  _count?: {
15786
15934
  StudentGuardianLink?: number;
15787
- StudentGuardianLoginPush?: number;
15788
15935
  };
15789
15936
  }
15790
15937
  interface StudentGuardianLink extends Record<string, unknown> {
@@ -15792,8 +15939,8 @@ interface StudentGuardianLink extends Record<string, unknown> {
15792
15939
  is_primary: YesNo;
15793
15940
  notes?: string;
15794
15941
  status: Status;
15795
- added_date_time: string;
15796
- modified_date_time: string;
15942
+ added_date_time?: string;
15943
+ modified_date_time?: string;
15797
15944
  organisation_id: string;
15798
15945
  UserOrganisation?: UserOrganisation;
15799
15946
  organisation_name?: string;
@@ -15819,18 +15966,14 @@ interface StudentGuardianLink extends Record<string, unknown> {
15819
15966
  interface StudentLeaveRequest extends Record<string, unknown> {
15820
15967
  student_leave_request_id: string;
15821
15968
  date_from: string;
15822
- date_from_f: string;
15969
+ date_from_f?: string;
15823
15970
  date_to: string;
15824
- date_to_f: string;
15971
+ date_to_f?: string;
15825
15972
  leave_type: StudentLeaveType;
15826
15973
  reason?: string;
15827
- approval_status: ApprovalStatus;
15828
- approval_notes?: string;
15829
- approval_date?: string;
15830
- approval_date_f?: string;
15831
15974
  status: Status;
15832
- added_date_time: string;
15833
- modified_date_time: string;
15975
+ added_date_time?: string;
15976
+ modified_date_time?: string;
15834
15977
  organisation_id: string;
15835
15978
  UserOrganisation?: UserOrganisation;
15836
15979
  organisation_name?: string;
@@ -15851,18 +15994,18 @@ interface StudentStopChangeRequest extends Record<string, unknown> {
15851
15994
  change_pickup: YesNo;
15852
15995
  change_drop: YesNo;
15853
15996
  is_temporary: YesNo;
15854
- reason?: string;
15855
15997
  apply_from: string;
15856
15998
  apply_from_f?: string;
15857
15999
  apply_until?: string;
15858
16000
  apply_until_f?: string;
16001
+ reason?: string;
15859
16002
  approval_status: ApprovalStatus;
15860
16003
  approval_notes?: string;
15861
16004
  approval_date?: string;
15862
16005
  approval_date_f?: string;
15863
16006
  status: Status;
15864
- added_date_time: string;
15865
- modified_date_time: string;
16007
+ added_date_time?: string;
16008
+ modified_date_time?: string;
15866
16009
  organisation_id: string;
15867
16010
  UserOrganisation?: UserOrganisation;
15868
16011
  organisation_name?: string;
@@ -15888,8 +16031,8 @@ interface StudentTransportPlanTypeChangeHistory extends Record<string, unknown>
15888
16031
  changed_at: string;
15889
16032
  changed_at_f?: string;
15890
16033
  status: Status;
15891
- added_date_time: string;
15892
- modified_date_time: string;
16034
+ added_date_time?: string;
16035
+ modified_date_time?: string;
15893
16036
  organisation_id: string;
15894
16037
  UserOrganisation?: UserOrganisation;
15895
16038
  organisation_name?: string;
@@ -15907,16 +16050,6 @@ interface StudentTransportPlanTypeChangeHistory extends Record<string, unknown>
15907
16050
  }
15908
16051
  interface StudentLoginPush extends Record<string, unknown> {
15909
16052
  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
16053
  fcm_token: string;
15921
16054
  platform: LoginFrom;
15922
16055
  user_agent?: string;
@@ -15929,19 +16062,21 @@ interface StudentLoginPush extends Record<string, unknown> {
15929
16062
  browser_version?: string;
15930
16063
  app_version?: string;
15931
16064
  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;
16065
+ added_date_time?: string;
16066
+ modified_date_time?: string;
15941
16067
  organisation_id: string;
15942
16068
  UserOrganisation?: UserOrganisation;
15943
16069
  organisation_name?: string;
15944
16070
  organisation_code?: string;
16071
+ student_id: string;
16072
+ Student?: Student;
16073
+ roll_number?: string;
16074
+ first_name?: string;
16075
+ last_name?: string;
16076
+ mobile_number?: string;
16077
+ }
16078
+ interface StudentGuardianLoginPush extends Record<string, unknown> {
16079
+ guardian_login_push_id: string;
15945
16080
  fcm_token: string;
15946
16081
  platform: LoginFrom;
15947
16082
  user_agent?: string;
@@ -15954,8 +16089,16 @@ interface StudentGuardianLoginPush extends Record<string, unknown> {
15954
16089
  browser_version?: string;
15955
16090
  app_version?: string;
15956
16091
  status: Status;
15957
- added_date_time: string;
15958
- modified_date_time: string;
16092
+ added_date_time?: string;
16093
+ modified_date_time?: string;
16094
+ organisation_id: string;
16095
+ UserOrganisation?: UserOrganisation;
16096
+ organisation_name?: string;
16097
+ organisation_code?: string;
16098
+ guardian_id: string;
16099
+ StudentGuardian?: StudentGuardian;
16100
+ name?: string;
16101
+ mobile?: string;
15959
16102
  }
15960
16103
  declare const StudentSchema: z.ZodObject<{
15961
16104
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
@@ -15996,12 +16139,12 @@ declare const StudentSchema: z.ZodObject<{
15996
16139
  semester_id: string;
15997
16140
  stream_id: string;
15998
16141
  year_id: string;
16142
+ roll_number: string;
16143
+ mobile_number: string;
15999
16144
  photo_url: string;
16000
16145
  photo_key: string;
16001
16146
  photo_name: string;
16002
16147
  admission_number: string;
16003
- roll_number: string;
16004
- mobile_number: string;
16005
16148
  date_of_birth: string;
16006
16149
  gender: Gender;
16007
16150
  blood_group: BloodGroup;
@@ -16021,12 +16164,12 @@ declare const StudentSchema: z.ZodObject<{
16021
16164
  year_id: string;
16022
16165
  email?: string | undefined;
16023
16166
  last_name?: string | undefined;
16167
+ roll_number?: string | undefined;
16168
+ mobile_number?: string | undefined;
16024
16169
  photo_url?: string | undefined;
16025
16170
  photo_key?: string | undefined;
16026
16171
  photo_name?: string | undefined;
16027
16172
  admission_number?: string | undefined;
16028
- roll_number?: string | undefined;
16029
- mobile_number?: string | undefined;
16030
16173
  date_of_birth?: string | undefined;
16031
16174
  gender?: Gender | undefined;
16032
16175
  blood_group?: BloodGroup | undefined;
@@ -16173,7 +16316,7 @@ declare const StudentQuerySchema: z.ZodObject<{
16173
16316
  drop_fixed_schedule_ids?: string[] | undefined;
16174
16317
  }>;
16175
16318
  type StudentQueryDTO = z.infer<typeof StudentQuerySchema>;
16176
- declare const SchoolDashBoardQuerySchema: z.ZodObject<{
16319
+ declare const StudentNoFixedScheduleQuerySchema: z.ZodObject<{
16177
16320
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16178
16321
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
16179
16322
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -16204,10 +16347,11 @@ declare const SchoolDashBoardQuerySchema: z.ZodObject<{
16204
16347
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
16205
16348
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16206
16349
  } & {
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">>>;
16350
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
16351
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
16209
16352
  }, "strip", z.ZodTypeAny, {
16210
16353
  status: Status[];
16354
+ organisation_id: string;
16211
16355
  search: string;
16212
16356
  paging: PAGING;
16213
16357
  page_count: number;
@@ -16228,11 +16372,12 @@ declare const SchoolDashBoardQuerySchema: z.ZodObject<{
16228
16372
  include_master_data: YesNo;
16229
16373
  date_format_id: string;
16230
16374
  time_zone_id: string;
16231
- organisation_ids: string[];
16232
- organisation_branch_ids: string[];
16375
+ organisation_branch_id: string;
16233
16376
  }, {
16377
+ organisation_id: string;
16234
16378
  date_format_id: string;
16235
16379
  time_zone_id: string;
16380
+ organisation_branch_id: string;
16236
16381
  status?: Status[] | undefined;
16237
16382
  search?: string | undefined;
16238
16383
  paging?: PAGING | undefined;
@@ -16252,94 +16397,9 @@ declare const SchoolDashBoardQuerySchema: z.ZodObject<{
16252
16397
  direction: OrderBy;
16253
16398
  }[] | undefined;
16254
16399
  include_master_data?: YesNo | undefined;
16255
- organisation_ids?: string[] | undefined;
16256
- organisation_branch_ids?: string[] | undefined;
16257
16400
  }>;
16258
- type SchoolDashBoardQueryDTO = z.infer<typeof SchoolDashBoardQuerySchema>;
16259
- declare const StudentNoRouteQuerySchema: z.ZodObject<{
16260
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16261
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
16262
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
16263
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
16264
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
16265
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
16266
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16267
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
16268
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16269
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
16270
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16271
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16272
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16273
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
16274
- name: z.ZodEffects<z.ZodString, string, string>;
16275
- field: z.ZodEffects<z.ZodString, string, string>;
16276
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
16277
- }, "strip", z.ZodTypeAny, {
16278
- name: string;
16279
- field: string;
16280
- direction: OrderBy;
16281
- }, {
16282
- name: string;
16283
- field: string;
16284
- direction: OrderBy;
16285
- }>, "many">>>;
16286
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
16287
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
16288
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16289
- } & {
16290
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
16291
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
16292
- }, "strip", z.ZodTypeAny, {
16293
- status: Status[];
16294
- organisation_id: string;
16295
- search: string;
16296
- paging: PAGING;
16297
- page_count: number;
16298
- page_index: number;
16299
- load_parents: LoadParents;
16300
- load_parents_list: string[];
16301
- load_child: LoadChild;
16302
- load_child_list: string[];
16303
- load_child_count: LoadChildCount;
16304
- load_child_count_list: string[];
16305
- include_details: Record<string, any>;
16306
- where_relations: Record<string, any>;
16307
- order_by: {
16308
- name: string;
16309
- field: string;
16310
- direction: OrderBy;
16311
- }[];
16312
- include_master_data: YesNo;
16313
- date_format_id: string;
16314
- time_zone_id: string;
16315
- organisation_branch_id: string;
16316
- }, {
16317
- organisation_id: string;
16318
- date_format_id: string;
16319
- time_zone_id: string;
16320
- organisation_branch_id: string;
16321
- status?: Status[] | undefined;
16322
- search?: string | undefined;
16323
- paging?: PAGING | undefined;
16324
- page_count?: unknown;
16325
- page_index?: unknown;
16326
- load_parents?: LoadParents | undefined;
16327
- load_parents_list?: string[] | undefined;
16328
- load_child?: LoadChild | undefined;
16329
- load_child_list?: string[] | undefined;
16330
- load_child_count?: LoadChildCount | undefined;
16331
- load_child_count_list?: string[] | undefined;
16332
- include_details?: Record<string, any> | undefined;
16333
- where_relations?: Record<string, any> | undefined;
16334
- order_by?: {
16335
- name: string;
16336
- field: string;
16337
- direction: OrderBy;
16338
- }[] | undefined;
16339
- include_master_data?: YesNo | undefined;
16340
- }>;
16341
- type StudentNoRouteQueryDTO = z.infer<typeof StudentNoRouteQuerySchema>;
16342
- declare const StudentAddressSchema: z.ZodObject<{
16401
+ type StudentNoFixedScheduleQueryDTO = z.infer<typeof StudentNoFixedScheduleQuerySchema>;
16402
+ declare const StudentAddressSchema: z.ZodObject<{
16343
16403
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
16344
16404
  organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
16345
16405
  student_id: z.ZodEffects<z.ZodString, string, string>;
@@ -16792,20 +16852,6 @@ declare const StudentLeaveRequestSchema: z.ZodObject<{
16792
16852
  reason?: string | undefined;
16793
16853
  }>;
16794
16854
  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;
16807
- }>;
16808
- type StudentLeaveRequestApprovalDTO = z.infer<typeof StudentLeaveRequestApprovalSchema>;
16809
16855
  declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16810
16856
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16811
16857
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
@@ -16841,7 +16887,6 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16841
16887
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16842
16888
  student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16843
16889
  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
16890
  }, "strip", z.ZodTypeAny, {
16846
16891
  status: Status[];
16847
16892
  search: string;
@@ -16866,7 +16911,6 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16866
16911
  time_zone_id: string;
16867
16912
  organisation_ids: string[];
16868
16913
  organisation_branch_ids: string[];
16869
- approval_status: ApprovalStatus[];
16870
16914
  student_ids: string[];
16871
16915
  student_leave_request_ids: string[];
16872
16916
  }, {
@@ -16893,7 +16937,6 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16893
16937
  include_master_data?: YesNo | undefined;
16894
16938
  organisation_ids?: string[] | undefined;
16895
16939
  organisation_branch_ids?: string[] | undefined;
16896
- approval_status?: ApprovalStatus[] | undefined;
16897
16940
  student_ids?: string[] | undefined;
16898
16941
  student_leave_request_ids?: string[] | undefined;
16899
16942
  }>;
@@ -17134,6 +17177,89 @@ declare const StudentTransportPlanTypeChangeHistoryQuerySchema: z.ZodObject<{
17134
17177
  student_transport_plan_type_change_history_ids?: string[] | undefined;
17135
17178
  }>;
17136
17179
  type StudentTransportPlanTypeChangeHistoryQueryDTO = z.infer<typeof StudentTransportPlanTypeChangeHistoryQuerySchema>;
17180
+ declare const SchoolDashBoardQuerySchema: z.ZodObject<{
17181
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17182
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17183
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
17184
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17185
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17186
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
17187
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17188
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
17189
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17190
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
17191
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17192
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17193
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17194
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17195
+ name: z.ZodEffects<z.ZodString, string, string>;
17196
+ field: z.ZodEffects<z.ZodString, string, string>;
17197
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
17198
+ }, "strip", z.ZodTypeAny, {
17199
+ name: string;
17200
+ field: string;
17201
+ direction: OrderBy;
17202
+ }, {
17203
+ name: string;
17204
+ field: string;
17205
+ direction: OrderBy;
17206
+ }>, "many">>>;
17207
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17208
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
17209
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17210
+ } & {
17211
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17212
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17213
+ }, "strip", z.ZodTypeAny, {
17214
+ status: Status[];
17215
+ search: string;
17216
+ paging: PAGING;
17217
+ page_count: number;
17218
+ page_index: number;
17219
+ load_parents: LoadParents;
17220
+ load_parents_list: string[];
17221
+ load_child: LoadChild;
17222
+ load_child_list: string[];
17223
+ load_child_count: LoadChildCount;
17224
+ load_child_count_list: string[];
17225
+ include_details: Record<string, any>;
17226
+ where_relations: Record<string, any>;
17227
+ order_by: {
17228
+ name: string;
17229
+ field: string;
17230
+ direction: OrderBy;
17231
+ }[];
17232
+ include_master_data: YesNo;
17233
+ date_format_id: string;
17234
+ time_zone_id: string;
17235
+ organisation_ids: string[];
17236
+ organisation_branch_ids: string[];
17237
+ }, {
17238
+ date_format_id: string;
17239
+ time_zone_id: string;
17240
+ status?: Status[] | undefined;
17241
+ search?: string | undefined;
17242
+ paging?: PAGING | undefined;
17243
+ page_count?: unknown;
17244
+ page_index?: unknown;
17245
+ load_parents?: LoadParents | undefined;
17246
+ load_parents_list?: string[] | undefined;
17247
+ load_child?: LoadChild | undefined;
17248
+ load_child_list?: string[] | undefined;
17249
+ load_child_count?: LoadChildCount | undefined;
17250
+ load_child_count_list?: string[] | undefined;
17251
+ include_details?: Record<string, any> | undefined;
17252
+ where_relations?: Record<string, any> | undefined;
17253
+ order_by?: {
17254
+ name: string;
17255
+ field: string;
17256
+ direction: OrderBy;
17257
+ }[] | undefined;
17258
+ include_master_data?: YesNo | undefined;
17259
+ organisation_ids?: string[] | undefined;
17260
+ organisation_branch_ids?: string[] | undefined;
17261
+ }>;
17262
+ type SchoolDashBoardQueryDTO = z.infer<typeof SchoolDashBoardQuerySchema>;
17137
17263
  declare const toStudentPayload: (row: Student) => StudentDTO;
17138
17264
  declare const newStudentPayload: () => StudentDTO;
17139
17265
  declare const toStudentAddressPayload: (row: StudentAddress) => StudentAddressDTO;
@@ -17154,9 +17280,9 @@ declare const findStudent: (data: StudentQueryDTO) => Promise<FBR<Student[]>>;
17154
17280
  declare const createStudent: (data: StudentDTO) => Promise<SBR>;
17155
17281
  declare const updateStudent: (id: string, data: StudentDTO) => Promise<SBR>;
17156
17282
  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>;
17283
+ declare const school_dashboard: (data: SchoolDashBoardQueryDTO) => Promise<FBR<SchoolDashboard[]>>;
17284
+ declare const find_students_with_no_fixed_schedule_pickup: (data: StudentNoFixedScheduleQueryDTO) => Promise<FBR<Student[]>>;
17285
+ declare const find_students_with_no_fixed_schedule_drop: (data: StudentNoFixedScheduleQueryDTO) => Promise<FBR<Student[]>>;
17160
17286
  declare const createStudentAddress: (data: StudentAddressDTO) => Promise<SBR>;
17161
17287
  declare const findStudentAddress: (data: StudentAddressQueryDTO) => Promise<FBR<StudentAddress[]>>;
17162
17288
  declare const updateStudentAddress: (id: string, data: StudentAddressDTO) => Promise<SBR>;
@@ -17172,7 +17298,6 @@ declare const findStudentGuardianAutofillDetails: (data: StudentGuardianAutofill
17172
17298
  declare const createStudentLeaveRequest: (data: StudentLeaveRequestDTO) => Promise<SBR>;
17173
17299
  declare const findStudentLeaveRequest: (data: StudentLeaveRequestQueryDTO) => Promise<FBR<StudentLeaveRequest[]>>;
17174
17300
  declare const updateStudentLeaveRequest: (id: string, data: StudentLeaveRequestDTO) => Promise<SBR>;
17175
- declare const approveLeaveRequest: (id: string, data: StudentLeaveRequestApprovalDTO) => Promise<SBR>;
17176
17301
  declare const deleteStudentLeaveRequest: (id: string) => Promise<SBR>;
17177
17302
  declare const findStudentStopChangeRequest: (data: StudentStopChangeRequestQueryDTO) => Promise<FBR<StudentStopChangeRequest[]>>;
17178
17303
  declare const createStudentStopChangeRequest: (data: StudentStopChangeRequestDTO) => Promise<SBR>;
@@ -17180,18 +17305,19 @@ declare const updateStudentStopChangeRequest: (id: string, data: StudentStopChan
17180
17305
  declare const approveStopChangeRequest: (id: string, data: StudentStopChangeRequestApprovalDTO) => Promise<SBR>;
17181
17306
  declare const deleteStudentStopChangeRequest: (id: string) => Promise<SBR>;
17182
17307
  declare const findStudentTransportPlanTypeChangeHistory: (data: StudentTransportPlanTypeChangeHistoryQueryDTO) => Promise<FBR<StudentTransportPlanTypeChangeHistory[]>>;
17183
- declare const school_dashboard: (data: SchoolDashBoardQueryDTO) => Promise<FBR<SchoolDashboard[]>>;
17184
17308
 
17185
17309
  interface MasterFixedSchedule extends Record<string, unknown> {
17186
17310
  fixed_schedule_id: string;
17187
17311
  schedule_name: string;
17188
17312
  schedule_status: Status;
17189
- is_stops_finalized: YesNo;
17190
17313
  schedule_type: BusLeg;
17314
+ max_seating_count: number;
17191
17315
  start_time?: string;
17192
17316
  end_time?: string;
17193
17317
  schedule_plan_start_date?: string;
17318
+ schedule_plan_start_date_f?: string;
17194
17319
  schedule_plan_end_date?: string;
17320
+ schedule_plan_end_date_f?: string;
17195
17321
  sunday: YesNo;
17196
17322
  monday: YesNo;
17197
17323
  tuesday: YesNo;
@@ -17212,309 +17338,134 @@ interface MasterFixedSchedule extends Record<string, unknown> {
17212
17338
  branch_city?: string;
17213
17339
  route_id: string;
17214
17340
  MasterRoute?: MasterRoute;
17215
- vehicle_id?: string;
17341
+ route_name?: string;
17342
+ vehicle_id: string;
17216
17343
  MasterVehicle?: MasterVehicle;
17217
17344
  vehicle_number?: string;
17218
17345
  vehicle_type?: string;
17219
17346
  driver_id?: string;
17220
- MasterDriver?: MasterDriver;
17347
+ Driver?: MasterDriver;
17221
17348
  driver_details?: string;
17222
17349
  attendant_id?: string;
17223
17350
  Attendant?: MasterDriver;
17224
17351
  attendant_details?: string;
17225
- MasterRouteStudent?: MasterRouteStudent[];
17352
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
17353
+ FixedScheduleDayRun?: FixedScheduleDayRun[];
17354
+ FixedScheduleDayRunStop?: FixedScheduleDayRunStop[];
17355
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
17226
17356
  _count?: {
17227
- MasterRouteStudent?: number;
17357
+ MasterFixedScheduleStudent?: number;
17228
17358
  FixedScheduleDayRun?: number;
17229
17359
  FixedScheduleDayRunStop?: number;
17230
- FixedScheduleDayRunStudent?: number;
17231
- };
17232
- }
17233
- interface MasterRouteStudent extends Record<string, unknown> {
17234
- route_student_id: string;
17235
- leg: BusLeg | string;
17236
- status: Status;
17237
- added_date_time?: string;
17238
- modified_date_time?: string;
17239
- organisation_id: string;
17240
- UserOrganisation?: UserOrganisation;
17241
- organisation_name?: string;
17242
- organisation_code?: string;
17243
- organisation_branch_id: string;
17244
- OrganisationBranch?: OrganisationBranch;
17245
- branch_name?: string;
17246
- branch_city?: string;
17247
- route_id: string;
17248
- MasterRoute?: MasterRoute;
17249
- student_id?: string;
17250
- Student?: Student;
17251
- route_stop_id?: string;
17252
- MasterRouteStop?: MasterRouteStop;
17253
- fixed_schedule_id?: string;
17254
- MasterFixedSchedule?: MasterFixedSchedule;
17255
- }
17256
- declare const MasterFixedScheduleSchema: z.ZodObject<{
17257
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
17258
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
17259
- route_id: z.ZodEffects<z.ZodString, string, string>;
17260
- vehicle_id: z.ZodEffects<z.ZodString, string, string>;
17261
- driver_id: z.ZodEffects<z.ZodString, string, string>;
17262
- attendant_id: z.ZodEffects<z.ZodString, string, string>;
17263
- schedule_name: z.ZodEffects<z.ZodString, string, string>;
17264
- schedule_status: z.ZodType<Status, z.ZodTypeDef, Status>;
17265
- is_stops_finalized: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17266
- 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>;
17269
- 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
- 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
- sunday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17272
- monday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17273
- tuesday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17274
- wednesday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17275
- thursday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17276
- friday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17277
- saturday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17278
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
17279
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17280
- }, "strip", z.ZodTypeAny, {
17281
- status: Status;
17282
- organisation_id: string;
17283
- time_zone_id: string;
17284
- organisation_branch_id: string;
17285
- vehicle_id: string;
17286
- driver_id: string;
17287
- route_id: string;
17288
- schedule_name: string;
17289
- schedule_status: Status;
17290
- is_stops_finalized: YesNo;
17291
- schedule_type: BusLeg;
17292
- start_time: string;
17293
- end_time: string;
17294
- schedule_plan_start_date: string;
17295
- schedule_plan_end_date: string;
17296
- sunday: YesNo;
17297
- monday: YesNo;
17298
- tuesday: YesNo;
17299
- wednesday: YesNo;
17300
- thursday: YesNo;
17301
- friday: YesNo;
17302
- saturday: YesNo;
17303
- attendant_id: string;
17304
- }, {
17305
- status: Status;
17306
- organisation_id: string;
17307
- time_zone_id: string;
17308
- organisation_branch_id: string;
17309
- vehicle_id: string;
17310
- driver_id: string;
17311
- route_id: string;
17312
- schedule_name: string;
17313
- schedule_status: Status;
17314
- is_stops_finalized: YesNo;
17315
- schedule_type: BusLeg;
17316
- start_time: string;
17317
- end_time: string;
17318
- sunday: YesNo;
17319
- monday: YesNo;
17320
- tuesday: YesNo;
17321
- wednesday: YesNo;
17322
- thursday: YesNo;
17323
- friday: YesNo;
17324
- saturday: YesNo;
17325
- attendant_id: string;
17326
- schedule_plan_start_date?: string | undefined;
17327
- schedule_plan_end_date?: string | undefined;
17328
- }>;
17329
- type MasterFixedScheduleDTO = z.infer<typeof MasterFixedScheduleSchema>;
17330
- declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
17331
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17332
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17333
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
17334
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17335
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17336
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
17337
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17338
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
17339
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17340
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
17341
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17342
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17343
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17344
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17345
- name: z.ZodEffects<z.ZodString, string, string>;
17346
- field: z.ZodEffects<z.ZodString, string, string>;
17347
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
17348
- }, "strip", z.ZodTypeAny, {
17349
- name: string;
17350
- field: string;
17351
- direction: OrderBy;
17352
- }, {
17353
- name: string;
17354
- field: string;
17355
- direction: OrderBy;
17356
- }>, "many">>>;
17357
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17358
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
17359
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17360
- } & {
17361
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17362
- organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17363
- route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17364
- vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17365
- driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17366
- 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
- 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
- schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
17371
- }, "strip", z.ZodTypeAny, {
17372
- status: Status[];
17373
- search: string;
17374
- paging: PAGING;
17375
- page_count: number;
17376
- page_index: number;
17377
- load_parents: LoadParents;
17378
- load_parents_list: string[];
17379
- load_child: LoadChild;
17380
- load_child_list: string[];
17381
- load_child_count: LoadChildCount;
17382
- load_child_count_list: string[];
17383
- include_details: Record<string, any>;
17384
- where_relations: Record<string, any>;
17385
- order_by: {
17386
- name: string;
17387
- field: string;
17388
- direction: OrderBy;
17389
- }[];
17390
- include_master_data: YesNo;
17391
- date_format_id: string;
17392
- time_zone_id: string;
17393
- organisation_ids: string[];
17394
- organisation_branch_ids: string[];
17395
- vehicle_ids: string[];
17396
- driver_ids: string[];
17397
- route_ids: string[];
17398
- schedule_status: Status[];
17399
- is_stops_finalized: YesNo[];
17400
- schedule_type: BusLeg[];
17401
- attendant_ids: string[];
17402
- fixed_schedule_ids: string[];
17403
- }, {
17404
- date_format_id: string;
17405
- time_zone_id: string;
17406
- status?: Status[] | undefined;
17407
- search?: string | undefined;
17408
- paging?: PAGING | undefined;
17409
- page_count?: unknown;
17410
- page_index?: unknown;
17411
- load_parents?: LoadParents | undefined;
17412
- load_parents_list?: string[] | undefined;
17413
- load_child?: LoadChild | undefined;
17414
- load_child_list?: string[] | undefined;
17415
- load_child_count?: LoadChildCount | undefined;
17416
- load_child_count_list?: string[] | undefined;
17417
- include_details?: Record<string, any> | undefined;
17418
- where_relations?: Record<string, any> | undefined;
17419
- order_by?: {
17420
- name: string;
17421
- field: string;
17422
- direction: OrderBy;
17423
- }[] | undefined;
17424
- include_master_data?: YesNo | undefined;
17425
- organisation_ids?: string[] | undefined;
17426
- organisation_branch_ids?: string[] | undefined;
17427
- vehicle_ids?: string[] | undefined;
17428
- driver_ids?: string[] | undefined;
17429
- route_ids?: string[] | undefined;
17430
- schedule_status?: Status[] | undefined;
17431
- is_stops_finalized?: YesNo[] | undefined;
17432
- schedule_type?: BusLeg[] | undefined;
17433
- attendant_ids?: string[] | undefined;
17434
- fixed_schedule_ids?: string[] | undefined;
17435
- }>;
17436
- type MasterFixedScheduleQueryDTO = z.infer<typeof MasterFixedScheduleQuerySchema>;
17437
- declare const StudentNoStopQuerySchema: z.ZodObject<{
17438
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17439
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17440
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
17441
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17442
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17443
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
17444
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17445
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
17446
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17447
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
17448
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17449
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17450
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17451
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17452
- name: z.ZodEffects<z.ZodString, string, string>;
17453
- field: z.ZodEffects<z.ZodString, string, string>;
17454
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
17455
- }, "strip", z.ZodTypeAny, {
17456
- name: string;
17457
- field: string;
17458
- direction: OrderBy;
17459
- }, {
17460
- name: string;
17461
- field: string;
17462
- direction: OrderBy;
17463
- }>, "many">>>;
17464
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17465
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
17466
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17467
- } & {
17360
+ FixedScheduleDayRunStudent?: number;
17361
+ };
17362
+ }
17363
+ interface MasterFixedScheduleStudent extends Record<string, unknown> {
17364
+ fixed_schedule_student_id: string;
17365
+ leg: BusLeg;
17366
+ status: Status;
17367
+ added_date_time?: string;
17368
+ modified_date_time?: string;
17369
+ organisation_id: string;
17370
+ UserOrganisation?: UserOrganisation;
17371
+ organisation_name?: string;
17372
+ organisation_code?: string;
17373
+ organisation_branch_id: string;
17374
+ OrganisationBranch?: OrganisationBranch;
17375
+ branch_name?: string;
17376
+ branch_city?: string;
17377
+ student_id: string;
17378
+ Student?: Student;
17379
+ roll_number?: string;
17380
+ first_name?: string;
17381
+ last_name?: string;
17382
+ mobile_number?: string;
17383
+ fixed_schedule_id: string;
17384
+ MasterFixedSchedule?: MasterFixedSchedule;
17385
+ schedule_name?: string;
17386
+ route_id: string;
17387
+ MasterRoute?: MasterRoute;
17388
+ route_name?: string;
17389
+ route_stop_id?: string;
17390
+ MasterRouteStop?: MasterRouteStop;
17391
+ order_no?: string;
17392
+ stop_name?: string;
17393
+ }
17394
+ declare const MasterFixedScheduleSchema: z.ZodObject<{
17395
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
17396
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
17468
17397
  route_id: z.ZodEffects<z.ZodString, string, string>;
17398
+ vehicle_id: z.ZodEffects<z.ZodString, string, string>;
17399
+ driver_id: z.ZodEffects<z.ZodString, string, string>;
17400
+ attendant_id: z.ZodEffects<z.ZodString, string, string>;
17401
+ schedule_name: z.ZodEffects<z.ZodString, string, string>;
17402
+ schedule_status: z.ZodType<Status, z.ZodTypeDef, Status>;
17403
+ schedule_type: z.ZodType<BusLeg, z.ZodTypeDef, BusLeg>;
17404
+ max_seating_count: z.ZodEffects<z.ZodNumber, number, unknown>;
17405
+ start_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17406
+ end_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17407
+ 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>>;
17408
+ 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>>;
17409
+ sunday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17410
+ monday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17411
+ tuesday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17412
+ wednesday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17413
+ thursday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17414
+ friday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17415
+ saturday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17416
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
17417
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17469
17418
  }, "strip", z.ZodTypeAny, {
17470
- status: Status[];
17471
- search: string;
17472
- paging: PAGING;
17473
- page_count: number;
17474
- page_index: number;
17475
- load_parents: LoadParents;
17476
- load_parents_list: string[];
17477
- load_child: LoadChild;
17478
- load_child_list: string[];
17479
- load_child_count: LoadChildCount;
17480
- load_child_count_list: string[];
17481
- include_details: Record<string, any>;
17482
- where_relations: Record<string, any>;
17483
- order_by: {
17484
- name: string;
17485
- field: string;
17486
- direction: OrderBy;
17487
- }[];
17488
- include_master_data: YesNo;
17489
- date_format_id: string;
17419
+ status: Status;
17420
+ organisation_id: string;
17421
+ vehicle_id: string;
17490
17422
  time_zone_id: string;
17423
+ organisation_branch_id: string;
17424
+ driver_id: string;
17425
+ schedule_type: BusLeg;
17491
17426
  route_id: string;
17427
+ schedule_name: string;
17428
+ attendant_id: string;
17429
+ schedule_status: Status;
17430
+ max_seating_count: number;
17431
+ start_time: string;
17432
+ end_time: string;
17433
+ schedule_plan_start_date: string;
17434
+ schedule_plan_end_date: string;
17435
+ sunday: YesNo;
17436
+ monday: YesNo;
17437
+ tuesday: YesNo;
17438
+ wednesday: YesNo;
17439
+ thursday: YesNo;
17440
+ friday: YesNo;
17441
+ saturday: YesNo;
17492
17442
  }, {
17493
- date_format_id: string;
17443
+ status: Status;
17444
+ organisation_id: string;
17445
+ vehicle_id: string;
17494
17446
  time_zone_id: string;
17447
+ organisation_branch_id: string;
17448
+ driver_id: string;
17449
+ schedule_type: BusLeg;
17495
17450
  route_id: string;
17496
- status?: Status[] | undefined;
17497
- search?: string | undefined;
17498
- paging?: PAGING | undefined;
17499
- page_count?: unknown;
17500
- page_index?: unknown;
17501
- load_parents?: LoadParents | undefined;
17502
- load_parents_list?: string[] | undefined;
17503
- load_child?: LoadChild | undefined;
17504
- load_child_list?: string[] | undefined;
17505
- load_child_count?: LoadChildCount | undefined;
17506
- load_child_count_list?: string[] | undefined;
17507
- include_details?: Record<string, any> | undefined;
17508
- where_relations?: Record<string, any> | undefined;
17509
- order_by?: {
17510
- name: string;
17511
- field: string;
17512
- direction: OrderBy;
17513
- }[] | undefined;
17514
- include_master_data?: YesNo | undefined;
17451
+ schedule_name: string;
17452
+ attendant_id: string;
17453
+ schedule_status: Status;
17454
+ sunday: YesNo;
17455
+ monday: YesNo;
17456
+ tuesday: YesNo;
17457
+ wednesday: YesNo;
17458
+ thursday: YesNo;
17459
+ friday: YesNo;
17460
+ saturday: YesNo;
17461
+ max_seating_count?: unknown;
17462
+ start_time?: string | undefined;
17463
+ end_time?: string | undefined;
17464
+ schedule_plan_start_date?: string | undefined;
17465
+ schedule_plan_end_date?: string | undefined;
17515
17466
  }>;
17516
- type StudentNoStopQueryDTO = z.infer<typeof StudentNoStopQuerySchema>;
17517
- declare const StudentNoScheduleQuerySchema: z.ZodObject<{
17467
+ type MasterFixedScheduleDTO = z.infer<typeof MasterFixedScheduleSchema>;
17468
+ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
17518
17469
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17519
17470
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17520
17471
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -17545,9 +17496,18 @@ declare const StudentNoScheduleQuerySchema: z.ZodObject<{
17545
17496
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
17546
17497
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
17547
17498
  } & {
17548
- route_id: z.ZodEffects<z.ZodString, string, string>;
17499
+ fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17500
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17501
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17502
+ route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17503
+ vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17504
+ driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17505
+ attendant_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17506
+ schedule_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
17507
+ schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
17549
17508
  }, "strip", z.ZodTypeAny, {
17550
17509
  status: Status[];
17510
+ vehicle_ids: string[];
17551
17511
  search: string;
17552
17512
  paging: PAGING;
17553
17513
  page_count: number;
@@ -17568,12 +17528,19 @@ declare const StudentNoScheduleQuerySchema: z.ZodObject<{
17568
17528
  include_master_data: YesNo;
17569
17529
  date_format_id: string;
17570
17530
  time_zone_id: string;
17571
- route_id: string;
17531
+ organisation_ids: string[];
17532
+ organisation_branch_ids: string[];
17533
+ driver_ids: string[];
17534
+ schedule_type: BusLeg[];
17535
+ route_ids: string[];
17536
+ schedule_status: Status[];
17537
+ fixed_schedule_ids: string[];
17538
+ attendant_ids: string[];
17572
17539
  }, {
17573
17540
  date_format_id: string;
17574
17541
  time_zone_id: string;
17575
- route_id: string;
17576
17542
  status?: Status[] | undefined;
17543
+ vehicle_ids?: string[] | undefined;
17577
17544
  search?: string | undefined;
17578
17545
  paging?: PAGING | undefined;
17579
17546
  page_count?: unknown;
@@ -17592,71 +17559,58 @@ declare const StudentNoScheduleQuerySchema: z.ZodObject<{
17592
17559
  direction: OrderBy;
17593
17560
  }[] | undefined;
17594
17561
  include_master_data?: YesNo | undefined;
17562
+ organisation_ids?: string[] | undefined;
17563
+ organisation_branch_ids?: string[] | undefined;
17564
+ driver_ids?: string[] | undefined;
17565
+ schedule_type?: BusLeg[] | undefined;
17566
+ route_ids?: string[] | undefined;
17567
+ schedule_status?: Status[] | undefined;
17568
+ fixed_schedule_ids?: string[] | undefined;
17569
+ attendant_ids?: string[] | undefined;
17595
17570
  }>;
17596
- type StudentNoScheduleQueryDTO = z.infer<typeof StudentNoScheduleQuerySchema>;
17597
- declare const MasterRouteStudentAssignRemoveSchema: z.ZodObject<{
17598
- route_id: z.ZodEffects<z.ZodString, string, string>;
17571
+ type MasterFixedScheduleQueryDTO = z.infer<typeof MasterFixedScheduleQuerySchema>;
17572
+ declare const AssignFixedScheduleToStudentsSchema: z.ZodObject<{
17573
+ fixed_schedule_id: z.ZodEffects<z.ZodString, string, string>;
17599
17574
  student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17600
17575
  }, "strip", z.ZodTypeAny, {
17601
- route_id: string;
17576
+ fixed_schedule_id: string;
17602
17577
  student_ids: string[];
17603
17578
  }, {
17604
- route_id: string;
17579
+ fixed_schedule_id: string;
17605
17580
  student_ids?: string[] | undefined;
17606
17581
  }>;
17607
- type MasterRouteStudentAssignRemoveDTO = z.infer<typeof MasterRouteStudentAssignRemoveSchema>;
17608
- declare const MasterRouteStudentStopAssignRemoveSchema: z.ZodObject<{
17609
- route_id: z.ZodEffects<z.ZodString, string, string>;
17610
- route_stop_id: z.ZodEffects<z.ZodString, string, string>;
17611
- route_student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17612
- }, "strip", z.ZodTypeAny, {
17613
- route_id: string;
17614
- route_stop_id: string;
17615
- route_student_ids: string[];
17616
- }, {
17617
- route_id: string;
17618
- 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>;
17582
+ type AssignFixedScheduleToStudentsDTO = z.infer<typeof AssignFixedScheduleToStudentsSchema>;
17583
+ declare const RemoveFixedScheduleToStudentsSchema: z.ZodObject<{
17624
17584
  fixed_schedule_id: z.ZodEffects<z.ZodString, string, string>;
17625
- route_student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17585
+ student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17626
17586
  }, "strip", z.ZodTypeAny, {
17627
- route_id: string;
17628
17587
  fixed_schedule_id: string;
17629
- route_student_ids: string[];
17588
+ student_ids: string[];
17630
17589
  }, {
17631
- route_id: string;
17632
17590
  fixed_schedule_id: string;
17633
- route_student_ids?: string[] | undefined;
17591
+ student_ids?: string[] | undefined;
17592
+ }>;
17593
+ type RemoveFixedScheduleToStudentsDTO = z.infer<typeof RemoveFixedScheduleToStudentsSchema>;
17594
+ declare const UpdateStopSchema: z.ZodObject<{
17595
+ fixed_schedule_student_id: z.ZodEffects<z.ZodString, string, string>;
17596
+ route_stop_id: z.ZodEffects<z.ZodString, string, string>;
17597
+ }, "strip", z.ZodTypeAny, {
17598
+ route_stop_id: string;
17599
+ fixed_schedule_student_id: string;
17600
+ }, {
17601
+ route_stop_id: string;
17602
+ fixed_schedule_student_id: string;
17634
17603
  }>;
17635
- type MasterRouteStudentScheduleAssignRemoveDTO = z.infer<typeof MasterRouteStudentScheduleAssignRemoveSchema>;
17604
+ type UpdateStopDTO = z.infer<typeof UpdateStopSchema>;
17636
17605
  declare const toMasterFixedSchedulePayload: (row: MasterFixedSchedule) => MasterFixedScheduleDTO;
17637
17606
  declare const newMasterFixedSchedulePayload: () => MasterFixedScheduleDTO;
17638
- declare const toMasterRouteStudentAssignPayload: (row: MasterRouteStudent) => MasterRouteStudentAssignRemoveDTO;
17639
- declare const newMasterRouteStudentAssignPayload: () => MasterRouteStudentAssignRemoveDTO;
17640
17607
  declare const findMasterFixedSchedule: (data: MasterFixedScheduleQueryDTO) => Promise<FBR<MasterFixedSchedule[]>>;
17641
17608
  declare const createMasterFixedSchedule: (data: MasterFixedScheduleDTO) => Promise<SBR>;
17642
17609
  declare const updateMasterFixedSchedule: (id: string, data: MasterFixedScheduleDTO) => Promise<SBR>;
17643
17610
  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>;
17611
+ declare const assignFixedScheduleToStudents: (data: AssignFixedScheduleToStudentsDTO) => Promise<SBR>;
17612
+ declare const removeFixedScheduleToStudents: (data: RemoveFixedScheduleToStudentsDTO) => Promise<SBR>;
17613
+ declare const updateStop: (data: UpdateStopDTO) => Promise<SBR>;
17660
17614
 
17661
17615
  interface MasterVehicle extends Record<string, unknown> {
17662
17616
  vehicle_id: string;
@@ -18314,6 +18268,7 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
18314
18268
  }, "strip", z.ZodTypeAny, {
18315
18269
  status: Status;
18316
18270
  organisation_id: string;
18271
+ vehicle_id: string;
18317
18272
  usage_type: string;
18318
18273
  file_type: FileType;
18319
18274
  file_url: string;
@@ -18322,13 +18277,12 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
18322
18277
  file_description: string;
18323
18278
  file_size: number;
18324
18279
  file_metadata: Record<string, any>;
18325
- vehicle_id: string;
18326
18280
  }, {
18327
18281
  status: Status;
18328
18282
  organisation_id: string;
18283
+ vehicle_id: string;
18329
18284
  usage_type: string;
18330
18285
  file_type: FileType;
18331
- vehicle_id: string;
18332
18286
  file_url?: string | undefined;
18333
18287
  file_key?: string | undefined;
18334
18288
  file_name?: string | undefined;
@@ -18402,6 +18356,7 @@ declare const VehicleSchema: z.ZodObject<{
18402
18356
  }, z.UnknownKeysParam, z.ZodTypeAny, {
18403
18357
  status: Status;
18404
18358
  organisation_id: string;
18359
+ vehicle_id: string;
18405
18360
  usage_type: string;
18406
18361
  file_type: FileType;
18407
18362
  file_url: string;
@@ -18410,13 +18365,12 @@ declare const VehicleSchema: z.ZodObject<{
18410
18365
  file_description: string;
18411
18366
  file_size: number;
18412
18367
  file_metadata: Record<string, any>;
18413
- vehicle_id: string;
18414
18368
  }, {
18415
18369
  status: Status;
18416
18370
  organisation_id: string;
18371
+ vehicle_id: string;
18417
18372
  usage_type: string;
18418
18373
  file_type: FileType;
18419
- vehicle_id: string;
18420
18374
  file_url?: string | undefined;
18421
18375
  file_key?: string | undefined;
18422
18376
  file_name?: string | undefined;
@@ -18427,11 +18381,11 @@ declare const VehicleSchema: z.ZodObject<{
18427
18381
  }, "strip", z.ZodTypeAny, {
18428
18382
  status: Status;
18429
18383
  organisation_id: string;
18384
+ vehicle_number: string;
18430
18385
  organisation_sub_company_id: string;
18431
18386
  organisation_branch_id: string;
18432
18387
  organisation_color_id: string;
18433
18388
  organisation_tag_id: string;
18434
- vehicle_number: string;
18435
18389
  vehicle_fuel_type_id: string;
18436
18390
  vehicle_fuel_unit_id: string;
18437
18391
  odometer_reading: number;
@@ -18462,6 +18416,7 @@ declare const VehicleSchema: z.ZodObject<{
18462
18416
  MasterVehicleFileSchema: {
18463
18417
  status: Status;
18464
18418
  organisation_id: string;
18419
+ vehicle_id: string;
18465
18420
  usage_type: string;
18466
18421
  file_type: FileType;
18467
18422
  file_url: string;
@@ -18470,16 +18425,15 @@ declare const VehicleSchema: z.ZodObject<{
18470
18425
  file_description: string;
18471
18426
  file_size: number;
18472
18427
  file_metadata: Record<string, any>;
18473
- vehicle_id: string;
18474
18428
  }[];
18475
18429
  }, {
18476
18430
  status: Status;
18477
18431
  organisation_id: string;
18432
+ vehicle_number: string;
18478
18433
  organisation_sub_company_id: string;
18479
18434
  organisation_branch_id: string;
18480
18435
  organisation_color_id: string;
18481
18436
  organisation_tag_id: string;
18482
- vehicle_number: string;
18483
18437
  vehicle_fuel_type_id: string;
18484
18438
  vehicle_fuel_unit_id: string;
18485
18439
  vehicle_sub_model_id: string;
@@ -18510,9 +18464,9 @@ declare const VehicleSchema: z.ZodObject<{
18510
18464
  MasterVehicleFileSchema?: {
18511
18465
  status: Status;
18512
18466
  organisation_id: string;
18467
+ vehicle_id: string;
18513
18468
  usage_type: string;
18514
18469
  file_type: FileType;
18515
- vehicle_id: string;
18516
18470
  file_url?: string | undefined;
18517
18471
  file_key?: string | undefined;
18518
18472
  file_name?: string | undefined;
@@ -18550,9 +18504,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
18550
18504
  }, "strip", z.ZodTypeAny, {
18551
18505
  status: Status;
18552
18506
  organisation_id: string;
18507
+ vehicle_number: string;
18553
18508
  time_zone_id: string;
18554
18509
  country_id: string;
18555
- vehicle_number: string;
18556
18510
  odometer_reading: number;
18557
18511
  vehicle_type_id: string;
18558
18512
  vehicle_name: string;
@@ -18575,9 +18529,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
18575
18529
  }, {
18576
18530
  status: Status;
18577
18531
  organisation_id: string;
18532
+ vehicle_number: string;
18578
18533
  time_zone_id: string;
18579
18534
  country_id: string;
18580
- vehicle_number: string;
18581
18535
  vehicle_type_id: string;
18582
18536
  is_fleet_active: YesNo;
18583
18537
  is_gps_active: YesNo;
@@ -18710,9 +18664,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
18710
18664
  }>, "many">>>;
18711
18665
  }, "strip", z.ZodTypeAny, {
18712
18666
  organisation_id: string;
18667
+ vehicle_id: string;
18713
18668
  time_zone_id: string;
18714
18669
  country_id: string;
18715
- vehicle_id: string;
18716
18670
  device_id: string;
18717
18671
  fuel: YesNo;
18718
18672
  fuel_tank_type: FuelTankType;
@@ -18755,9 +18709,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
18755
18709
  }[];
18756
18710
  }, {
18757
18711
  organisation_id: string;
18712
+ vehicle_id: string;
18758
18713
  time_zone_id: string;
18759
18714
  country_id: string;
18760
- vehicle_id: string;
18761
18715
  device_id: string;
18762
18716
  device_manufacturer_id: string;
18763
18717
  device_model_id: string;
@@ -19349,8 +19303,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
19349
19303
  }, "strip", z.ZodTypeAny, {
19350
19304
  status: Status;
19351
19305
  organisation_id: string;
19352
- time_zone_id: string;
19353
19306
  vehicle_id: string;
19307
+ time_zone_id: string;
19354
19308
  document_type_id: string;
19355
19309
  vendor_id: string;
19356
19310
  document_number: string;
@@ -19382,8 +19336,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
19382
19336
  }, {
19383
19337
  status: Status;
19384
19338
  organisation_id: string;
19385
- time_zone_id: string;
19386
19339
  vehicle_id: string;
19340
+ time_zone_id: string;
19387
19341
  document_type_id: string;
19388
19342
  vendor_id: string;
19389
19343
  document_validity_status: DocumentValidityStatus;
@@ -19452,6 +19406,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
19452
19406
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19453
19407
  }, "strip", z.ZodTypeAny, {
19454
19408
  status: Status[];
19409
+ vehicle_ids: string[];
19455
19410
  search: string;
19456
19411
  paging: PAGING;
19457
19412
  page_count: number;
@@ -19473,7 +19428,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
19473
19428
  date_format_id: string;
19474
19429
  time_zone_id: string;
19475
19430
  organisation_ids: string[];
19476
- vehicle_ids: string[];
19477
19431
  document_type_ids: string[];
19478
19432
  vendor_ids: string[];
19479
19433
  vehicle_document_ids: string[];
@@ -19481,6 +19435,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
19481
19435
  date_format_id: string;
19482
19436
  time_zone_id: string;
19483
19437
  status?: Status[] | undefined;
19438
+ vehicle_ids?: string[] | undefined;
19484
19439
  search?: string | undefined;
19485
19440
  paging?: PAGING | undefined;
19486
19441
  page_count?: unknown;
@@ -19500,7 +19455,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
19500
19455
  }[] | undefined;
19501
19456
  include_master_data?: YesNo | undefined;
19502
19457
  organisation_ids?: string[] | undefined;
19503
- vehicle_ids?: string[] | undefined;
19504
19458
  document_type_ids?: string[] | undefined;
19505
19459
  vendor_ids?: string[] | undefined;
19506
19460
  vehicle_document_ids?: string[] | undefined;
@@ -19564,6 +19518,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19564
19518
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
19565
19519
  }, "strip", z.ZodTypeAny, {
19566
19520
  status: Status[];
19521
+ vehicle_ids: string[];
19567
19522
  search: string;
19568
19523
  paging: PAGING;
19569
19524
  page_count: number;
@@ -19585,7 +19540,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19585
19540
  date_format_id: string;
19586
19541
  time_zone_id: string;
19587
19542
  organisation_ids: string[];
19588
- vehicle_ids: string[];
19589
19543
  expiry_type: ExpiryType[];
19590
19544
  vehicle_document_ids: string[];
19591
19545
  document_expiry_ids: string[];
@@ -19593,6 +19547,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19593
19547
  date_format_id: string;
19594
19548
  time_zone_id: string;
19595
19549
  status?: Status[] | undefined;
19550
+ vehicle_ids?: string[] | undefined;
19596
19551
  search?: string | undefined;
19597
19552
  paging?: PAGING | undefined;
19598
19553
  page_count?: unknown;
@@ -19612,7 +19567,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19612
19567
  }[] | undefined;
19613
19568
  include_master_data?: YesNo | undefined;
19614
19569
  organisation_ids?: string[] | undefined;
19615
- vehicle_ids?: string[] | undefined;
19616
19570
  expiry_type?: ExpiryType[] | undefined;
19617
19571
  vehicle_document_ids?: string[] | undefined;
19618
19572
  document_expiry_ids?: string[] | undefined;
@@ -19671,6 +19625,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
19671
19625
  gps_vehicle_category: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof GPSVehicleCategory>>>;
19672
19626
  }, "strip", z.ZodTypeAny, {
19673
19627
  status: Status[];
19628
+ vehicle_ids: string[];
19674
19629
  search: string;
19675
19630
  paging: PAGING;
19676
19631
  page_count: number;
@@ -19696,7 +19651,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
19696
19651
  organisation_branch_ids: string[];
19697
19652
  organisation_color_ids: string[];
19698
19653
  organisation_tag_ids: string[];
19699
- vehicle_ids: string[];
19700
19654
  driver_ids: string[];
19701
19655
  device_ids: string[];
19702
19656
  vehicle_fuel_type_ids: string[];
@@ -19715,6 +19669,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
19715
19669
  date_format_id: string;
19716
19670
  time_zone_id: string;
19717
19671
  status?: Status[] | undefined;
19672
+ vehicle_ids?: string[] | undefined;
19718
19673
  search?: string | undefined;
19719
19674
  paging?: PAGING | undefined;
19720
19675
  page_count?: unknown;
@@ -19738,7 +19693,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
19738
19693
  organisation_branch_ids?: string[] | undefined;
19739
19694
  organisation_color_ids?: string[] | undefined;
19740
19695
  organisation_tag_ids?: string[] | undefined;
19741
- vehicle_ids?: string[] | undefined;
19742
19696
  driver_ids?: string[] | undefined;
19743
19697
  device_ids?: string[] | undefined;
19744
19698
  vehicle_fuel_type_ids?: string[] | undefined;
@@ -19871,6 +19825,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
19871
19825
  }, "strip", z.ZodTypeAny, {
19872
19826
  status: Status[];
19873
19827
  organisation_id: string;
19828
+ vehicle_id: string;
19874
19829
  search: string;
19875
19830
  paging: PAGING;
19876
19831
  page_count: number;
@@ -19891,12 +19846,11 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
19891
19846
  include_master_data: YesNo;
19892
19847
  date_format_id: string;
19893
19848
  time_zone_id: string;
19894
- vehicle_id: string;
19895
19849
  }, {
19896
19850
  organisation_id: string;
19851
+ vehicle_id: string;
19897
19852
  date_format_id: string;
19898
19853
  time_zone_id: string;
19899
- vehicle_id: string;
19900
19854
  status?: Status[] | undefined;
19901
19855
  search?: string | undefined;
19902
19856
  paging?: PAGING | undefined;
@@ -20809,6 +20763,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20809
20763
  device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
20810
20764
  }, "strip", z.ZodTypeAny, {
20811
20765
  status: Status[];
20766
+ vehicle_ids: string[];
20812
20767
  search: string;
20813
20768
  paging: PAGING;
20814
20769
  page_count: number;
@@ -20831,7 +20786,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20831
20786
  time_zone_id: string;
20832
20787
  organisation_ids: string[];
20833
20788
  country_ids: string[];
20834
- vehicle_ids: string[];
20835
20789
  device_ids: string[];
20836
20790
  time_zone_ids: string[];
20837
20791
  device_gps_source: GPSSource[];
@@ -20844,6 +20798,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20844
20798
  date_format_id: string;
20845
20799
  time_zone_id: string;
20846
20800
  status?: Status[] | undefined;
20801
+ vehicle_ids?: string[] | undefined;
20847
20802
  search?: string | undefined;
20848
20803
  paging?: PAGING | undefined;
20849
20804
  page_count?: unknown;
@@ -20864,7 +20819,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20864
20819
  include_master_data?: YesNo | undefined;
20865
20820
  organisation_ids?: string[] | undefined;
20866
20821
  country_ids?: string[] | undefined;
20867
- vehicle_ids?: string[] | undefined;
20868
20822
  device_ids?: string[] | undefined;
20869
20823
  time_zone_ids?: string[] | undefined;
20870
20824
  device_gps_source?: GPSSource[] | undefined;
@@ -23125,8 +23079,11 @@ interface UserOrganisation extends Record<string, unknown> {
23125
23079
  StudentStopChangeRequest?: StudentStopChangeRequest[];
23126
23080
  MasterRoute?: MasterRoute[];
23127
23081
  MasterRouteStop?: MasterRouteStop[];
23128
- MasterRouteStudent?: MasterRouteStudent[];
23129
23082
  MasterFixedSchedule?: MasterFixedSchedule[];
23083
+ MasterFixedScheduleStudent?: MasterFixedScheduleStudent[];
23084
+ FixedScheduleDayRun?: FixedScheduleDayRun[];
23085
+ FixedScheduleDayRunStop?: FixedScheduleDayRunStop[];
23086
+ FixedScheduleDayRunStudent?: FixedScheduleDayRunStudent[];
23130
23087
  GPSLiveTrackShareLink?: GPSLiveTrackShareLink[];
23131
23088
  GPSLiveTrackShareLinkNotification?: GPSLiveTrackShareLinkNotification[];
23132
23089
  GPSTrackHistoryShareLink?: GPSTrackHistoryShareLink[];
@@ -23234,8 +23191,11 @@ interface UserOrganisation extends Record<string, unknown> {
23234
23191
  StudentStopChangeRequest?: number;
23235
23192
  MasterRoute?: number;
23236
23193
  MasterRouteStop?: number;
23237
- MasterRouteStudent?: number;
23238
23194
  MasterFixedSchedule?: number;
23195
+ MasterFixedScheduleStudent?: number;
23196
+ FixedScheduleDayRun?: number[];
23197
+ FixedScheduleDayRunStop?: number[];
23198
+ FixedScheduleDayRunStudent?: number[];
23239
23199
  GPSLiveTrackShareLink?: number;
23240
23200
  GPSLiveTrackShareLinkNotification?: number;
23241
23201
  GPSTrackHistoryShareLink?: number;
@@ -23594,9 +23554,12 @@ declare const BookMarkSchema: z.ZodObject<{
23594
23554
  sub_item_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
23595
23555
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23596
23556
  }, "strip", z.ZodTypeAny, {
23557
+ status: Status;
23558
+ organisation_id: string;
23559
+ user_id: string;
23560
+ group_name: string;
23597
23561
  module_name: string;
23598
23562
  menu_type: MenuType;
23599
- group_name: string;
23600
23563
  group_name_language: string;
23601
23564
  group_icon: string;
23602
23565
  group_url: string;
@@ -23604,19 +23567,16 @@ declare const BookMarkSchema: z.ZodObject<{
23604
23567
  sub_item_name_language: string;
23605
23568
  sub_item_icon: string;
23606
23569
  sub_item_url: string;
23570
+ }, {
23607
23571
  status: Status;
23608
23572
  organisation_id: string;
23609
23573
  user_id: string;
23610
- }, {
23574
+ group_name: string;
23611
23575
  module_name: string;
23612
23576
  menu_type: MenuType;
23613
- group_name: string;
23614
23577
  group_name_language: string;
23615
23578
  group_icon: string;
23616
23579
  group_url: string;
23617
- status: Status;
23618
- organisation_id: string;
23619
- user_id: string;
23620
23580
  sub_item_name?: string | undefined;
23621
23581
  sub_item_name_language?: string | undefined;
23622
23582
  sub_item_icon?: string | undefined;
@@ -23659,8 +23619,8 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23659
23619
  bookmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
23660
23620
  menu_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof MenuType>, "many">>>;
23661
23621
  }, "strip", z.ZodTypeAny, {
23662
- menu_type: MenuType[];
23663
23622
  status: Status[];
23623
+ user_ids: string[];
23664
23624
  search: string;
23665
23625
  paging: PAGING;
23666
23626
  page_count: number;
@@ -23682,13 +23642,13 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23682
23642
  date_format_id: string;
23683
23643
  time_zone_id: string;
23684
23644
  organisation_ids: string[];
23685
- user_ids: string[];
23645
+ menu_type: MenuType[];
23686
23646
  bookmark_ids: string[];
23687
23647
  }, {
23688
23648
  date_format_id: string;
23689
23649
  time_zone_id: string;
23690
- menu_type?: MenuType[] | undefined;
23691
23650
  status?: Status[] | undefined;
23651
+ user_ids?: string[] | undefined;
23692
23652
  search?: string | undefined;
23693
23653
  paging?: PAGING | undefined;
23694
23654
  page_count?: unknown;
@@ -23708,7 +23668,7 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23708
23668
  }[] | undefined;
23709
23669
  include_master_data?: YesNo | undefined;
23710
23670
  organisation_ids?: string[] | undefined;
23711
- user_ids?: string[] | undefined;
23671
+ menu_type?: MenuType[] | undefined;
23712
23672
  bookmark_ids?: string[] | undefined;
23713
23673
  }>;
23714
23674
  type BookMarkQueryDTO = z.infer<typeof BookMarkQuerySchema>;
@@ -23719,4 +23679,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
23719
23679
  declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
23720
23680
  declare const deleteBookMark: (id: string) => Promise<SBR>;
23721
23681
 
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 };
23682
+ export { MasterMainIndustrySchema as $, type MasterMainLanguage as A, 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, MasterRouteSchema 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, type MasterRoute as qZ, type MasterRouteStop 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 StudentGuardianLinkQueryDTO as r$, type MasterRouteDTO as r0, MasterRouteQuerySchema as r1, type MasterRouteQueryDTO as r2, MasterRouteStopSchema as r3, type MasterRouteStopDTO as r4, MasterRouteStopUpdateSchema as r5, type MasterRouteStopUpdateDTO as r6, MasterRouteStopCreateSchema as r7, type MasterRouteStopCreateDTO as r8, MasterRouteStopIds as r9, type StudentGuardianLink as rA, type StudentLeaveRequest as rB, type StudentStopChangeRequest as rC, type StudentTransportPlanTypeChangeHistory as rD, type StudentLoginPush as rE, type StudentGuardianLoginPush as rF, StudentSchema as rG, type StudentDTO as rH, StudentProfilePictureSchema as rI, type StudentProfilePictureDTO as rJ, StudentQuerySchema as rK, type StudentQueryDTO as rL, StudentNoFixedScheduleQuerySchema as rM, type StudentNoFixedScheduleQueryDTO as rN, StudentAddressSchema as rO, type StudentAddressDTO as rP, StudentAddressQuerySchema as rQ, type StudentAddressQueryDTO as rR, StudentGuardianLinkSchema as rS, type StudentGuardianLinkDTO as rT, GuardianProfilePictureSchema as rU, type GuardianProfilePictureDTO as rV, GuardianDetailsSchema as rW, type GuardianDetailsDTO as rX, GuardianMobileNumberSchema as rY, type GuardianMobileNumberDTO as rZ, StudentGuardianLinkQuerySchema as r_, type MasterRouteStopIdsDTO as ra, MasterRouteStopReorderSchema as rb, type MasterRouteStopReorderDTO as rc, MasterRouteStopDeleteSchema as rd, type MasterRouteStopDeleteReOrderDTO as re, MasterRouteStopDeleteAllSchema as rf, type MasterRouteStopDeleteDTO as rg, MasterRouteJourneyTimeSchema as rh, type MasterRouteJourneyTimeDTO as ri, toMasterRoutePayload as rj, newMasterRoutePayload as rk, findMasterRoute as rl, createMasterRoute as rm, updateMasterRoute as rn, deleteMasterRoute as ro, appendRouteStop as rp, updateRouteStop as rq, reorderRouteStops as rr, deleteRouteStopReorder as rs, deleteRouteStopsAll as rt, update_journey_time as ru, findRouteStopCache as rv, type SchoolDashboard as rw, type Student as rx, type StudentAddress as ry, type StudentGuardian as rz, type MasterSparePartUnit as s, MasterFixedScheduleSchema as s$, StudentGuardianAutofillQuerySchema as s0, type StudentGuardianAutofillQueryDTO as s1, StudentLeaveRequestSchema as s2, type StudentLeaveRequestDTO as s3, StudentLeaveRequestQuerySchema as s4, type StudentLeaveRequestQueryDTO as s5, StudentStopChangeRequestSchema as s6, type StudentStopChangeRequestDTO as s7, StudentStopChangeRequestApprovalSchema as s8, type StudentStopChangeRequestApprovalDTO as s9, school_dashboard as sA, find_students_with_no_fixed_schedule_pickup as sB, find_students_with_no_fixed_schedule_drop as sC, createStudentAddress as sD, findStudentAddress as sE, updateStudentAddress as sF, deleteStudentAddress as sG, findStudentGuardianLink as sH, createStudentGuardianLink as sI, updateStudentGuardianLink as sJ, updateGuardianProfilePicture as sK, updateGuardianDetails as sL, updateGuardianMobileNumber as sM, deleteStudentGuardianLink as sN, findStudentGuardianAutofillDetails as sO, createStudentLeaveRequest as sP, findStudentLeaveRequest as sQ, updateStudentLeaveRequest as sR, deleteStudentLeaveRequest as sS, findStudentStopChangeRequest as sT, createStudentStopChangeRequest as sU, updateStudentStopChangeRequest as sV, approveStopChangeRequest as sW, deleteStudentStopChangeRequest as sX, findStudentTransportPlanTypeChangeHistory as sY, type MasterFixedSchedule as sZ, type MasterFixedScheduleStudent as s_, StudentStopChangeRequestQuerySchema as sa, type StudentStopChangeRequestQueryDTO as sb, StudentTransportPlanTypeChangeHistoryQuerySchema as sc, type StudentTransportPlanTypeChangeHistoryQueryDTO as sd, SchoolDashBoardQuerySchema as se, type SchoolDashBoardQueryDTO as sf, toStudentPayload as sg, newStudentPayload as sh, toStudentAddressPayload as si, newStudentAddressPayload as sj, toStudentLeaveRequestPayload as sk, newStudentLeaveRequestPayload as sl, toStudentStopChangeRequestPayload as sm, newStudentStopChangeRequestPayload as sn, toStudentGuardianLinkPayload as so, newStudentGuardianLinkPayload as sp, get_student_presigned_url as sq, get_student_guardian_presigned_url as sr, update_profile_picture as ss, delete_profile_picture as st, update_guardian_profile_picture as su, delete_guardian_profile_picture as sv, findStudent as sw, createStudent as sx, updateStudent as sy, deleteStudent as sz, type OrganisationBranch as t, VehicleDocumentExpiryQuerySchema as t$, type MasterFixedScheduleDTO as t0, MasterFixedScheduleQuerySchema as t1, type MasterFixedScheduleQueryDTO as t2, AssignFixedScheduleToStudentsSchema as t3, type AssignFixedScheduleToStudentsDTO as t4, RemoveFixedScheduleToStudentsSchema as t5, type RemoveFixedScheduleToStudentsDTO as t6, UpdateStopSchema as t7, type UpdateStopDTO as t8, toMasterFixedSchedulePayload as t9, type VehicleBulkDTO as tA, MasterDeviceFileSchema as tB, type MasterDeviceFileDTO as tC, VehicleDeviceLinkSchema as tD, type VehicleDeviceLinkDTO as tE, VehicleDeviceUnlinkSchema as tF, type VehicleDeviceUnlinkDTO as tG, VehicleDriverLinkSchema as tH, type VehicleDriverLinkDTO as tI, VehicleDetailGPSSensorSchema as tJ, type VehicleDetailGPSSensorDTO as tK, VehicleDetailTripSchema as tL, type VehicleDetailTripDTO as tM, VehicleDetailBodySchema as tN, type VehicleDetailBodyDTO as tO, VehicleDetailLifeCycleSchema as tP, type VehicleDetailLifeCycleDto as tQ, VehicleDetailPurchaseSchema as tR, type VehicleDetailPurchaseDTO as tS, VehicleDocumentFileSchema as tT, type VehicleDocumentFileDTO as tU, VehicleDocumentSchema as tV, type VehicleDocumentDTO as tW, VehicleDocumentQuerySchema as tX, type VehicleDocumentQueryDTO as tY, VehicleDocumentExpirySchema as tZ, type VehicleDocumentExpiryDTO as t_, newMasterFixedSchedulePayload as ta, findMasterFixedSchedule as tb, createMasterFixedSchedule as tc, updateMasterFixedSchedule as td, deleteMasterFixedSchedule as te, assignFixedScheduleToStudents as tf, removeFixedScheduleToStudents as tg, updateStop as th, type MasterVehicleDropdown as ti, type MasterVehicleFile as tj, type VehicleDetailGPS as tk, type VehicleDetailTrip as tl, type VehicleDetailBody as tm, type VehicleDetailLifeCycle as tn, type VehicleDetailPurchase as to, type VehicleDocument as tp, type VehicleDocumentFile as tq, type VehicleDocumentExpiry as tr, type VehicleOdometerHistory as ts, MasterVehicleFileSchema as tt, type MasterVehicleFileDTO as tu, CalibrationFileSchema as tv, type CalibrationFileDTO as tw, VehicleSchema as tx, type VehicleDTO as ty, VehicleBulkSchema as tz, type OrganisationColor as u, type MasterDeviceType as u$, type VehicleDocumentExpiryQueryDTO as u0, VehicleQuerySchema as u1, type VehicleQueryDTO as u2, NoGPSDataVehiclesQuerySchema as u3, type NoGPSDataVehiclesQueryDTO as u4, VehicleGPSQuerySchema as u5, type VehicleGPSQueryDTO as u6, toVehiclePayload as u7, newVehiclePayload as u8, toVehicleDetailsGPSPayload as u9, deleteVehicle as uA, updateDetailsGpsSensor as uB, updateDetailsTrip as uC, updateVehicleBodyDetails as uD, updateVehicleLifeCycleDetails as uE, updateVehiclePurchaseDetails as uF, linkDriverToVehicle as uG, unlinkDriverFromVehicle as uH, getDriverLinkHistoryByVehicle as uI, getDriverLinkHistoryByDriver as uJ, linkDeviceToVehicle as uK, unlinkDeviceFromVehicle as uL, getDeviceLinkHistoryByVehicle as uM, getDeviceLinkHistoryByDevice as uN, createVehicleDocument as uO, findVehicleDocument as uP, updateVehicleDocument as uQ, removeVehicleDocument as uR, createVehicleDocumentExpiry as uS, findVehicleDocumentExpiry as uT, updateVehicleDocumentExpiry as uU, removeVehicleDocumentExpiry as uV, getVehicleCache as uW, getVehicleSimpleCache as uX, getVehicleParentCache as uY, getVehicleSimpleDropdownCustom as uZ, getVehicleSimpleDropdownCacheLiveData as u_, toVehicleDetailsTripPayload as ua, toVehicleDetailsBodyPayload as ub, toVehicleDetailLifeCyclePayload as uc, toVehicleDetailPurchasePayload as ud, toVehicleDocumentPayload as ue, newVehicleDocumentPayload as uf, toVehicleDocumentExpiryPayload as ug, newVehicleDocumentExpiryPayload as uh, get_vehicle_file_presigned_url as ui, get_device_file_presigned_url as uj, get_vehicle_document_file_presigned_url as uk, get_calibration_file_presigned_url as ul, create_file_vehicle as um, remove_file_vehicle as un, create_file_device as uo, remove_file_device as up, create_file_vehicle_document as uq, remove_file_vehicle_document as ur, update_calibration_file as us, delete_calibration_file as ut, findVehicles as uu, find_no_gps_data_vehicles as uv, findVehiclesLiveDashboard as uw, findVehicleGPSDetails as ux, createVehicle as uy, updateVehicle as uz, type OrganisationTag as v, newMasterSimPayload as v$, MasterDeviceTypeSchema as v0, type MasterDeviceTypeDTO as v1, MasterDeviceTypeQuerySchema as v2, type MasterDeviceTypeQueryDTO as v3, FindCacheSchema$3 as v4, type FindCacheDTO$3 as v5, toMasterDeviceTypePayload as v6, newMasterDeviceTypePayload as v7, findMasterDeviceTypes as v8, createMasterDeviceType as v9, toMasterDeviceManufacturerPayload as vA, newMasterDeviceManufacturerPayload as vB, findMasterDeviceManufacturers as vC, createMasterDeviceManufacturer as vD, updateMasterDeviceManufacturer as vE, deleteMasterDeviceManufacturer as vF, getMasterDeviceManufacturerCache as vG, getMasterDeviceManufacturerCacheCount as vH, getMasterDeviceManufacturerCacheChild as vI, MasterMainSimProviderSchema as vJ, type MasterMainSimProviderDTO as vK, MasterMainSimProviderQuerySchema as vL, type MasterMainSimProviderQueryDTO as vM, toMasterMainSimProviderPayload as vN, newMasterMainSimProviderPayload as vO, findMasterMainSimProviders as vP, createMasterMainSimProvider as vQ, updateMasterMainSimProvider as vR, deleteMasterMainSimProvider as vS, getMasterMainSimProviderCache as vT, type MasterSim as vU, type AssignRemoveSimHistory as vV, MasterSimSchema as vW, type MasterSimDTO as vX, MasterSimQuerySchema as vY, type MasterSimQueryDTO as vZ, toMasterSimPayload as v_, updateMasterDeviceType as va, deleteMasterDeviceType as vb, getMasterDeviceTypeCache as vc, getMasterDeviceTypeCacheCount as vd, getMasterDeviceTypeCacheChild as ve, type MasterDeviceModel as vf, MasterDeviceModelSchema as vg, type MasterDeviceModelDTO as vh, MasterDeviceModelQuerySchema as vi, type MasterDeviceModelQueryDTO as vj, FindCacheSchema$2 as vk, type FindCacheDTO$2 as vl, toMasterDeviceModelPayload as vm, newMasterDeviceModelPayload as vn, findMasterDeviceModels as vo, createMasterDeviceModel as vp, updateMasterDeviceModel as vq, deleteMasterDeviceModel as vr, getMasterDeviceModelCache as vs, getMasterDeviceModelCacheCount as vt, getMasterDeviceModelCacheChild as vu, type MasterDeviceManufacturer as vv, MasterDeviceManufacturerSchema as vw, type MasterDeviceManufacturerDTO as vx, MasterDeviceManufacturerQuerySchema as vy, type MasterDeviceManufacturerQueryDTO as vz, type OrganisationGroup as w, type MasterMainUnitMileageQueryDTO as w$, findMasterSims as w0, createMasterSim as w1, updateMasterSim as w2, deleteMasterSim as w3, type MasterDevice as w4, type AssignRemoveDeviceHistory as w5, type MasterDeviceFile as w6, MasterDeviceSchema as w7, type MasterDeviceDTO as w8, MasterDeviceQuerySchema as w9, type MasterMainState as wA, MasterMainStateSchema as wB, type MasterMainStateDTO as wC, MasterMainStateQuerySchema as wD, type MasterMainStateQueryDTO as wE, toMasterMainStatePayload as wF, newMasterMainStatePayload as wG, findMasterMainStates as wH, createMasterMainState as wI, updateMasterMainState as wJ, deleteMasterMainState as wK, getMasterMainStateCache as wL, MasterMainCountrySchema as wM, type MasterMainCountryDTO as wN, MasterMainCountryQuerySchema as wO, type MasterMainCountryQueryDTO as wP, toMasterMainCountryPayload as wQ, newMasterMainCountryPayload as wR, findMasterMainCountries as wS, createMasterMainCountry as wT, updateMasterMainCountry as wU, deleteMasterMainCountry as wV, getMasterMainCountryCache as wW, getMasterMainCountryCacheChild as wX, MasterMainUnitMileageSchema as wY, type MasterMainUnitMileageDTO as wZ, MasterMainUnitMileageQuerySchema as w_, type MasterDeviceQueryDTO as wa, DeviceSimLinkSchema as wb, type DeviceSimLinkDTO as wc, toMasterDevicePayload as wd, newMasterDevicePayload as we, findMasterDevices as wf, createMasterDevice as wg, updateMasterDevice as wh, deleteMasterDevice as wi, device_sim_link as wj, device_sim_unlink as wk, get_device_sim_link_history_by_sim as wl, get_device_sim_link_history_by_device as wm, type MasterMainTimeZone as wn, MasterMainTimeZoneSchema as wo, type MasterMainTimeZoneDTO as wp, MasterMainTimeZoneQuerySchema as wq, type MasterMainTimeZoneQueryDTO as wr, toMasterMainTimeZonePayload as ws, newMasterMainTimeZonePayload as wt, findMasterMainTimeZones as wu, createMasterMainTimeZone as wv, updateMasterMainTimeZone as ww, deleteMasterMainTimeZone as wx, getMasterMainTimeZoneCacheAll as wy, getMasterMainTimeZoneCache as wz, type MasterMainIndustry as x, deleteMasterSparePartSubCategory as x$, toMasterMainUnitMileagePayload as x0, newMasterMainUnitMileagePayload as x1, findMasterMainUnitMileages as x2, createMasterMainUnitMileage as x3, updateMasterMainUnitMileage as x4, deleteMasterMainUnitMileage as x5, getMasterMainUnitMileageCache as x6, MasterMainUnitVolumeSchema as x7, type MasterMainUnitVolumeDTO as x8, MasterMainUnitVolumeQuerySchema as x9, findOrganisationNoticeBoard as xA, createOrganisationNoticeBoard as xB, updateOrganisationNoticeBoard as xC, deleteOrganisationNoticeBoard as xD, MasterExpenseTypeSchema as xE, type MasterExpenseTypeDTO as xF, MasterExpenseTypeQuerySchema as xG, type MasterExpenseTypeQueryDTO as xH, toMasterExpenseTypePayload as xI, newMasterExpenseTypePayload as xJ, findMasterExpenseTypes as xK, createMasterExpenseType as xL, updateMasterExpenseType as xM, deleteMasterExpenseType as xN, getMasterExpenseTypeCache as xO, type MasterSparePartSubCategory as xP, MasterSparePartSubCategorySchema as xQ, type MasterSparePartSubCategoryDTO as xR, SparePartSubCategoryQuerySchema as xS, type SparePartSubCategoryQueryDTO as xT, FindCacheSchema$1 as xU, type FindCacheDTO$1 as xV, toMasterSparePartSubCategoryPayload as xW, newMasterSparePartSubCategoryPayload as xX, findMasterSparePartSubCategories as xY, createMasterSparePartSubCategory as xZ, updateMasterSparePartSubCategory as x_, type MasterMainUnitVolumeQueryDTO as xa, toMasterMainUnitVolumePayload as xb, newMasterMainUnitVolumePayload as xc, findMasterMainUnitVolumes as xd, createMasterMainUnitVolume as xe, updateMasterMainUnitVolume as xf, deleteMasterMainUnitVolume as xg, getMasterMainUnitVolumeCache as xh, type OrganisationCalendar as xi, OrganisationCalendarSchema as xj, type OrganisationCalendarDTO as xk, OrganisationCalendarQuerySchema as xl, type OrganisationCalendarQueryDTO as xm, toOrganisationCalendarPayload as xn, newOrganisationCalendarPayload as xo, findOrganisationCalendar as xp, createOrganisationCalendar as xq, updateOrganisationCalendar as xr, deleteOrganisationCalendar as xs, type OrganisationNoticeBoard as xt, OrganisationNoticeBoardSchema as xu, type OrganisationNoticeBoardDTO as xv, OrganisationNoticeBoardQuerySchema as xw, type OrganisationNoticeBoardQueryDTO as xx, toOrganisationNoticeBoardPayload as xy, newOrganisationNoticeBoardPayload as xz, type MasterMainCountry as y, getMasterTyreModelCache as y$, getMasterSparePartSubCategoryCache as y0, getMasterSparePartSubCategoryCacheCount as y1, MasterSparePartCategorySchema as y2, type MasterSparePartCategoryDTO as y3, SparePartCategoryQuerySchema as y4, type SparePartCategoryQueryDTO as y5, toMasterSparePartCategoryPayload as y6, newMasterSparePartCategoryPayload as y7, findMasterSparePartCategories as y8, createMasterSparePartCategory as y9, deleteMasterTripPartyType as yA, getMasterTripPartyTypeCache as yB, MasterTyreGradeSchema as yC, type MasterTyreGradeDTO as yD, MasterTyreGradeQuerySchema as yE, type MasterTyreGradeQueryDTO as yF, toMasterTyreGradePayload as yG, newMasterTyreGradePayload as yH, findMasterTyreGrades as yI, createMasterTyreGrade as yJ, updateMasterTyreGrade as yK, deleteMasterTyreGrade as yL, getMasterTyreGradeCache as yM, getMasterTyreGradeCacheCount as yN, type MasterTyreModel as yO, MasterTyreModelSchema as yP, type MasterTyreModelDTO as yQ, MasterTyreModelQuerySchema as yR, type MasterTyreModelQueryDTO as yS, FindCacheSchema as yT, type FindCacheDTO as yU, toMasterTyreModelPayload as yV, newMasterTyreModelPayload as yW, findMasterTyreModels as yX, createMasterTyreModel as yY, updateMasterTyreModel as yZ, deleteMasterTyreModel as y_, updateMasterSparePartCategory as ya, deleteMasterSparePartCategory as yb, getMasterSparePartCategoryCache as yc, getMasterSparePartCategoryCacheChild as yd, getMasterSparePartCategoryCacheCount as ye, MasterSparePartUnitSchema as yf, type MasterSparePartUnitDTO as yg, SparePartUnitQuerySchema as yh, type SparePartUnitQueryDTO as yi, toMasterSparePartUnitPayload as yj, newMasterSparePartUnitPayload as yk, findMasterSparePartUnits as yl, createMasterSparePartUnit as ym, updateMasterSparePartUnit as yn, deleteMasterSparePartUnit as yo, getMasterSparePartUnitCache as yp, getMasterSparePartUnitCacheCount as yq, MasterTripPartyTypeSchema as yr, type MasterTripPartyTypeDTO as ys, MasterTripPartyTypeQuerySchema as yt, type MasterTripPartyTypeQueryDTO as yu, toMasterTripPartyTypePayload as yv, newMasterTripPartyTypePayload as yw, findMasterTripPartyTypes as yx, createMasterTripPartyType as yy, updateMasterTripPartyType as yz, type MasterMainDateFormat as z, getMasterTyreModelCacheCount as z0, MasterTyreMakeSchema as z1, type MasterTyreMakeDTO as z2, MasterTyreMakeQuerySchema as z3, type MasterTyreMakeQueryDTO as z4, toMasterTyreMakePayload as z5, newMasterTyreMakePayload as z6, findMasterTyreMakes as z7, createMasterTyreMake as z8, updateMasterTyreMake as z9, get_organisation_logo_presigned_url as zA, update_organisation_logo as zB, delete_organisation_logo as zC, findUserOrganisation as zD, createUserOrganisation as zE, updateUserOrganisation as zF, deleteUserOrganisation as zG, getUserOrganisationCache as zH, getUserOrganisationCacheSimple as zI, type BookMark as zJ, BookMarkSchema as zK, type BookMarkDTO as zL, BookMarkQuerySchema as zM, type BookMarkQueryDTO as zN, toBookMarkPayload as zO, newBookMarkPayload as zP, findBookMarks as zQ, createBookMark as zR, updateBookMark as zS, deleteBookMark as zT, deleteMasterTyreMake as za, getMasterTyreMakeCache as zb, getMasterTyreMakeCacheCount as zc, getMasterTyreMakeCacheChild as zd, MasterMainUnitDistanceSchema as ze, type MasterMainUnitDistanceDTO as zf, MasterMainUnitDistanceQuerySchema as zg, type MasterMainUnitDistanceQueryDTO as zh, toMasterMainUnitDistancePayload as zi, newMasterMainUnitDistancePayload as zj, findMasterMainUnitDistances as zk, createMasterMainUnitDistance as zl, updateMasterMainUnitDistance as zm, deleteMasterMainUnitDistance as zn, getMasterMainUnitDistanceCache as zo, type UserOrganisationSimple as zp, UserOrganisationSchema as zq, type UserOrganisationDTO as zr, UserOrganisationQuerySchema as zs, type UserOrganisationQueryDTO as zt, UserOrganisationLogoSchema as zu, type UserOrganisationLogoDTO as zv, UserOrganisationShowFilterSchema as zw, type UserOrganisationShowFilterDTO as zx, toUserOrganisationPayload as zy, newUserOrganisationPayload as zz };