vms-nest-prisma-api-document 520.0.0 → 600.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/dist/{bookmark_service-D9H8yEp3.d.ts → bookmark_service-CAKgVh8C.d.ts} +554 -418
  2. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  3. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  4. package/dist/services/account/bookmark_service.d.ts +1 -1
  5. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  6. package/dist/services/account/report_preferences.service.d.ts +1 -1
  7. package/dist/services/account/ticket_service.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  13. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  14. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +34 -23
  15. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  16. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +28 -22
  17. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  18. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +29 -23
  19. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  20. package/dist/services/fleet/incident_management/incident_management_service.js +50 -37
  21. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  22. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.js +10 -5
  23. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  24. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.js +25 -18
  25. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  26. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.js +12 -6
  27. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  28. package/dist/services/fleet/issue_management/issue_management_service.js +40 -28
  29. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  30. package/dist/services/fleet/service_management/fleet_service_management_service.js +41 -39
  31. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  32. package/dist/services/fleet/service_management/fleet_service_schedule_service.js +4 -4
  33. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  34. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +15 -9
  35. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  36. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +79 -45
  37. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  38. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +13 -7
  39. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  40. package/dist/services/gps/features/geofence/gps_geofence_service.js +11 -4
  41. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  42. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +4 -4
  43. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  44. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +4 -4
  45. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  46. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +5 -5
  47. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  48. package/dist/services/gps/features/gps_live_track_share_link_service.js +18 -7
  49. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  50. package/dist/services/gps/features/gps_track_history_share_link_service.js +17 -7
  51. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  52. package/dist/services/main/devices/master_device_service.js +29 -22
  53. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  54. package/dist/services/main/drivers/master_driver_service.js +37 -24
  55. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  56. package/dist/services/main/sims/master_sim_service.js +12 -6
  57. package/dist/services/main/users/auth_service.d.ts +1 -1
  58. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  59. package/dist/services/main/users/user_admin_service.js +16 -20
  60. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  61. package/dist/services/main/users/user_organisation_service.js +42 -34
  62. package/dist/services/main/users/user_service.d.ts +1 -1
  63. package/dist/services/main/users/user_service.js +40 -30
  64. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  65. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  66. package/dist/services/main/vehicle/master_vehicle_service.js +132 -113
  67. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  68. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  69. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  70. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  71. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  72. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  73. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  74. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  75. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  76. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  77. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  78. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  79. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  80. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  81. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  82. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  83. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  84. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  85. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  86. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  87. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  88. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  89. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  90. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  91. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  92. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  93. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  94. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  95. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  96. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  97. package/dist/services/master/main/master_main_unit_distance_service.d.ts +4 -120
  98. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  99. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  100. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  101. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  102. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  103. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  104. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  105. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  106. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  107. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  108. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  109. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  110. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  111. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  112. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  113. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  114. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  115. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  116. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  117. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  118. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  119. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  120. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  121. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  122. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  123. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  124. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  125. package/package.json +1 -1
@@ -1319,23 +1319,23 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
1319
1319
  }, "strip", z.ZodTypeAny, {
1320
1320
  status: Status;
1321
1321
  organisation_id: string;
1322
+ vehicle_id: string;
1323
+ gps_geofence_id: string;
1322
1324
  time_zone_id: string;
1323
1325
  geofence_enter_date_time: string;
1324
1326
  geofence_exit_date_time: string;
1325
1327
  duration_seconds: number;
1326
- vehicle_id: string;
1327
1328
  driver_id: string;
1328
- gps_geofence_id: string;
1329
1329
  enter_gps_geofence_transaction_id: string;
1330
1330
  exit_gps_geofence_transaction_id: string;
1331
1331
  }, {
1332
1332
  status: Status;
1333
1333
  organisation_id: string;
1334
+ vehicle_id: string;
1335
+ gps_geofence_id: string;
1334
1336
  time_zone_id: string;
1335
1337
  geofence_enter_date_time: string;
1336
- vehicle_id: string;
1337
1338
  driver_id: string;
1338
- gps_geofence_id: string;
1339
1339
  enter_gps_geofence_transaction_id: string;
1340
1340
  exit_gps_geofence_transaction_id: string;
1341
1341
  geofence_exit_date_time?: string | undefined;
@@ -1381,6 +1381,8 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1381
1381
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1382
1382
  }, "strip", z.ZodTypeAny, {
1383
1383
  status: Status[];
1384
+ gps_geofence_ids: string[];
1385
+ vehicle_ids: string[];
1384
1386
  search: string;
1385
1387
  paging: PAGING;
1386
1388
  page_count: number;
@@ -1402,9 +1404,7 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1402
1404
  date_format_id: string;
1403
1405
  time_zone_id: string;
1404
1406
  organisation_ids: string[];
1405
- vehicle_ids: string[];
1406
1407
  driver_ids: string[];
1407
- gps_geofence_ids: string[];
1408
1408
  from_date: string;
1409
1409
  to_date: string;
1410
1410
  }, {
@@ -1413,6 +1413,8 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1413
1413
  from_date: string;
1414
1414
  to_date: string;
1415
1415
  status?: Status[] | undefined;
1416
+ gps_geofence_ids?: string[] | undefined;
1417
+ vehicle_ids?: string[] | undefined;
1416
1418
  search?: string | undefined;
1417
1419
  paging?: PAGING | undefined;
1418
1420
  page_count?: unknown;
@@ -1432,9 +1434,7 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1432
1434
  }[] | undefined;
1433
1435
  include_master_data?: YesNo | undefined;
1434
1436
  organisation_ids?: string[] | undefined;
1435
- vehicle_ids?: string[] | undefined;
1436
1437
  driver_ids?: string[] | undefined;
1437
- gps_geofence_ids?: string[] | undefined;
1438
1438
  }>;
1439
1439
  type GPSGeofenceTransactionSummaryQueryDTO = z.infer<typeof GPSGeofenceTransactionSummaryQuerySchema>;
1440
1440
  declare const toGPSGeofenceTransactionSummaryPayload: (data: GPSGeofenceTransactionSummary) => GPSGeofenceTransactionSummaryDTO;
@@ -1482,19 +1482,19 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
1482
1482
  }, "strip", z.ZodTypeAny, {
1483
1483
  status: Status;
1484
1484
  organisation_id: string;
1485
- time_zone_id: string;
1486
1485
  vehicle_id: string;
1487
- driver_id: string;
1488
1486
  gps_geofence_id: string;
1487
+ time_zone_id: string;
1488
+ driver_id: string;
1489
1489
  geofence_status_type: GeofenceStatusType;
1490
1490
  geofence_time: string;
1491
1491
  }, {
1492
1492
  status: Status;
1493
1493
  organisation_id: string;
1494
- time_zone_id: string;
1495
1494
  vehicle_id: string;
1496
- driver_id: string;
1497
1495
  gps_geofence_id: string;
1496
+ time_zone_id: string;
1497
+ driver_id: string;
1498
1498
  geofence_status_type: GeofenceStatusType;
1499
1499
  geofence_time: string;
1500
1500
  }>;
@@ -1539,6 +1539,8 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1539
1539
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1540
1540
  }, "strip", z.ZodTypeAny, {
1541
1541
  status: Status[];
1542
+ gps_geofence_ids: string[];
1543
+ vehicle_ids: string[];
1542
1544
  search: string;
1543
1545
  paging: PAGING;
1544
1546
  page_count: number;
@@ -1560,9 +1562,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1560
1562
  date_format_id: string;
1561
1563
  time_zone_id: string;
1562
1564
  organisation_ids: string[];
1563
- vehicle_ids: string[];
1564
1565
  driver_ids: string[];
1565
- gps_geofence_ids: string[];
1566
1566
  from_date: string;
1567
1567
  to_date: string;
1568
1568
  geofence_status_type: GeofenceStatusType[];
@@ -1572,6 +1572,8 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1572
1572
  from_date: string;
1573
1573
  to_date: string;
1574
1574
  status?: Status[] | undefined;
1575
+ gps_geofence_ids?: string[] | undefined;
1576
+ vehicle_ids?: string[] | undefined;
1575
1577
  search?: string | undefined;
1576
1578
  paging?: PAGING | undefined;
1577
1579
  page_count?: unknown;
@@ -1591,9 +1593,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1591
1593
  }[] | undefined;
1592
1594
  include_master_data?: YesNo | undefined;
1593
1595
  organisation_ids?: string[] | undefined;
1594
- vehicle_ids?: string[] | undefined;
1595
1596
  driver_ids?: string[] | undefined;
1596
- gps_geofence_ids?: string[] | undefined;
1597
1597
  geofence_status_type?: GeofenceStatusType[] | undefined;
1598
1598
  }>;
1599
1599
  type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
@@ -1656,9 +1656,9 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
1656
1656
  }, "strip", z.ZodTypeAny, {
1657
1657
  status: Status;
1658
1658
  organisation_id: string;
1659
+ vehicle_id: string;
1659
1660
  time_zone_id: string;
1660
1661
  duration_seconds: number;
1661
- vehicle_id: string;
1662
1662
  driver_id: string;
1663
1663
  from_geofence_exit_date_time: string;
1664
1664
  to_geofence_enter_date_time: string;
@@ -1672,8 +1672,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
1672
1672
  }, {
1673
1673
  status: Status;
1674
1674
  organisation_id: string;
1675
- time_zone_id: string;
1676
1675
  vehicle_id: string;
1676
+ time_zone_id: string;
1677
1677
  driver_id: string;
1678
1678
  from_geofence_exit_date_time: string;
1679
1679
  to_geofence_enter_date_time: string;
@@ -1727,6 +1727,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1727
1727
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1728
1728
  }, "strip", z.ZodTypeAny, {
1729
1729
  status: Status[];
1730
+ vehicle_ids: string[];
1730
1731
  search: string;
1731
1732
  paging: PAGING;
1732
1733
  page_count: number;
@@ -1748,7 +1749,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1748
1749
  date_format_id: string;
1749
1750
  time_zone_id: string;
1750
1751
  organisation_ids: string[];
1751
- vehicle_ids: string[];
1752
1752
  driver_ids: string[];
1753
1753
  from_date: string;
1754
1754
  to_date: string;
@@ -1760,6 +1760,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1760
1760
  from_date: string;
1761
1761
  to_date: string;
1762
1762
  status?: Status[] | undefined;
1763
+ vehicle_ids?: string[] | undefined;
1763
1764
  search?: string | undefined;
1764
1765
  paging?: PAGING | undefined;
1765
1766
  page_count?: unknown;
@@ -1779,7 +1780,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1779
1780
  }[] | undefined;
1780
1781
  include_master_data?: YesNo | undefined;
1781
1782
  organisation_ids?: string[] | undefined;
1782
- vehicle_ids?: string[] | undefined;
1783
1783
  driver_ids?: string[] | undefined;
1784
1784
  from_geofence_ids?: string[] | undefined;
1785
1785
  to_geofence_ids?: string[] | undefined;
@@ -1814,12 +1814,13 @@ interface GPSGeofence extends Record<string, unknown> {
1814
1814
  country?: string;
1815
1815
  country_code?: string;
1816
1816
  google_location?: string;
1817
+ geofence_details?: string;
1817
1818
  status: Status;
1818
1819
  added_date_time: string;
1819
1820
  modified_date_time: string;
1820
- geofence_details?: string;
1821
1821
  organisation_id: string;
1822
1822
  UserOrganisation?: UserOrganisation;
1823
+ organisation_name?: string;
1823
1824
  GPSGeofenceTransaction?: GPSGeofenceTransaction[];
1824
1825
  GPSGeofenceTransactionSummary?: GPSGeofenceTransactionSummary[];
1825
1826
  FromGeofence?: TripGeofenceToGeofence[];
@@ -1965,12 +1966,13 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
1965
1966
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
1966
1967
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
1967
1968
  } & {
1969
+ gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1968
1970
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1969
1971
  geofence_purpose_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofencePurposeType>, "many">>>;
1970
1972
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
1971
- gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1972
1973
  }, "strip", z.ZodTypeAny, {
1973
1974
  status: Status[];
1975
+ gps_geofence_ids: string[];
1974
1976
  search: string;
1975
1977
  paging: PAGING;
1976
1978
  page_count: number;
@@ -1992,13 +1994,13 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
1992
1994
  date_format_id: string;
1993
1995
  time_zone_id: string;
1994
1996
  organisation_ids: string[];
1995
- gps_geofence_ids: string[];
1996
1997
  geofence_purpose_type: GeofencePurposeType[];
1997
1998
  geofence_type: GeofenceType[];
1998
1999
  }, {
1999
2000
  date_format_id: string;
2000
2001
  time_zone_id: string;
2001
2002
  status?: Status[] | undefined;
2003
+ gps_geofence_ids?: string[] | undefined;
2002
2004
  search?: string | undefined;
2003
2005
  paging?: PAGING | undefined;
2004
2006
  page_count?: unknown;
@@ -2018,7 +2020,6 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
2018
2020
  }[] | undefined;
2019
2021
  include_master_data?: YesNo | undefined;
2020
2022
  organisation_ids?: string[] | undefined;
2021
- gps_geofence_ids?: string[] | undefined;
2022
2023
  geofence_purpose_type?: GeofencePurposeType[] | undefined;
2023
2024
  geofence_type?: GeofenceType[] | undefined;
2024
2025
  }>;
@@ -2109,11 +2110,6 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2109
2110
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2110
2111
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2111
2112
  }, "strip", z.ZodTypeAny, {
2112
- status: Status;
2113
- organisation_id: string;
2114
- user_ids: string[];
2115
- vehicle_ids: string[];
2116
- gps_geofence_ids: string[];
2117
2113
  notification_name: string;
2118
2114
  notification_status: OnOff;
2119
2115
  notification_channels: NotificationChannel[];
@@ -2125,23 +2121,28 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2125
2121
  over_speed_limit: number;
2126
2122
  all_geofences: YesNo;
2127
2123
  all_vehicles: YesNo;
2128
- }, {
2129
2124
  status: Status;
2130
2125
  organisation_id: string;
2126
+ user_ids: string[];
2127
+ gps_geofence_ids: string[];
2128
+ vehicle_ids: string[];
2129
+ }, {
2131
2130
  notification_name: string;
2132
2131
  notification_status: OnOff;
2133
2132
  all_users: YesNo;
2134
2133
  all_geofences: YesNo;
2135
2134
  all_vehicles: YesNo;
2136
- user_ids?: string[] | undefined;
2137
- vehicle_ids?: string[] | undefined;
2138
- gps_geofence_ids?: string[] | undefined;
2135
+ status: Status;
2136
+ organisation_id: string;
2139
2137
  notification_channels?: NotificationChannel[] | undefined;
2140
2138
  mobile_numbers?: string | undefined;
2141
2139
  email_ids?: string | undefined;
2142
2140
  cc_email_ids?: string | undefined;
2143
2141
  notification_list?: NotificationList[] | undefined;
2144
2142
  over_speed_limit?: unknown;
2143
+ user_ids?: string[] | undefined;
2144
+ gps_geofence_ids?: string[] | undefined;
2145
+ vehicle_ids?: string[] | undefined;
2145
2146
  }>;
2146
2147
  type OrganisationNotificationPreferenceDTO = z.infer<typeof OrganisationNotificationPreferenceSchema>;
2147
2148
  declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
@@ -2181,6 +2182,9 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2181
2182
  notification_channels: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NotificationChannel>, "many">>>;
2182
2183
  notification_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NotificationList>, "many">>>;
2183
2184
  }, "strip", z.ZodTypeAny, {
2185
+ notification_status: OnOff[];
2186
+ notification_channels: NotificationChannel[];
2187
+ notification_list: NotificationList[];
2184
2188
  status: Status[];
2185
2189
  search: string;
2186
2190
  paging: PAGING;
@@ -2203,13 +2207,13 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2203
2207
  date_format_id: string;
2204
2208
  time_zone_id: string;
2205
2209
  organisation_ids: string[];
2206
- notification_status: OnOff[];
2207
- notification_channels: NotificationChannel[];
2208
- notification_list: NotificationList[];
2209
2210
  notification_preference_ids: string[];
2210
2211
  }, {
2211
2212
  date_format_id: string;
2212
2213
  time_zone_id: string;
2214
+ notification_status?: OnOff[] | undefined;
2215
+ notification_channels?: NotificationChannel[] | undefined;
2216
+ notification_list?: NotificationList[] | undefined;
2213
2217
  status?: Status[] | undefined;
2214
2218
  search?: string | undefined;
2215
2219
  paging?: PAGING | undefined;
@@ -2230,9 +2234,6 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2230
2234
  }[] | undefined;
2231
2235
  include_master_data?: YesNo | undefined;
2232
2236
  organisation_ids?: string[] | undefined;
2233
- notification_status?: OnOff[] | undefined;
2234
- notification_channels?: NotificationChannel[] | undefined;
2235
- notification_list?: NotificationList[] | undefined;
2236
2237
  notification_preference_ids?: string[] | undefined;
2237
2238
  }>;
2238
2239
  type OrganisationNotificationPreferenceQueryDTO = z.infer<typeof OrganisationNotificationPreferenceQuerySchema>;
@@ -2245,14 +2246,14 @@ declare const deleteOrganisationNotificationPreference: (id: string) => Promise<
2245
2246
 
2246
2247
  interface UserAdmin extends Record<string, unknown> {
2247
2248
  admin_id: string;
2249
+ admin_image_url?: string;
2250
+ admin_image_key?: string;
2251
+ admin_image_name?: string;
2248
2252
  admin_name: string;
2249
2253
  email: string;
2250
2254
  password?: string;
2251
2255
  mobile?: string;
2252
2256
  admin_role: AdminRole;
2253
- admin_image_url?: string;
2254
- admin_image_key?: string;
2255
- admin_image_name?: string;
2256
2257
  status: Status;
2257
2258
  added_date_time: string;
2258
2259
  modified_date_time: string;
@@ -2283,35 +2284,35 @@ interface UserAdminLoginPush extends Record<string, unknown> {
2283
2284
  UserAdmin?: UserAdmin;
2284
2285
  }
2285
2286
  declare const UserAdminSchema: z.ZodObject<{
2287
+ admin_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2288
+ admin_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2289
+ admin_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2286
2290
  admin_name: z.ZodEffects<z.ZodString, string, string>;
2287
2291
  email: z.ZodEffects<z.ZodString, string, string>;
2288
2292
  password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2289
2293
  mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2290
2294
  admin_role: z.ZodType<AdminRole, z.ZodTypeDef, AdminRole>;
2291
- admin_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2292
- admin_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2293
- admin_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2294
2295
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2295
2296
  }, "strip", z.ZodTypeAny, {
2296
2297
  status: Status;
2298
+ admin_image_url: string;
2299
+ admin_image_key: string;
2300
+ admin_image_name: string;
2297
2301
  admin_name: string;
2298
2302
  email: string;
2299
2303
  password: string;
2300
2304
  mobile: string;
2301
2305
  admin_role: AdminRole;
2302
- admin_image_url: string;
2303
- admin_image_key: string;
2304
- admin_image_name: string;
2305
2306
  }, {
2306
2307
  status: Status;
2307
2308
  admin_name: string;
2308
2309
  email: string;
2309
2310
  admin_role: AdminRole;
2310
- password?: string | undefined;
2311
- mobile?: string | undefined;
2312
2311
  admin_image_url?: string | undefined;
2313
2312
  admin_image_key?: string | undefined;
2314
2313
  admin_image_name?: string | undefined;
2314
+ password?: string | undefined;
2315
+ mobile?: string | undefined;
2315
2316
  }>;
2316
2317
  type UserAdminDTO = z.infer<typeof UserAdminSchema>;
2317
2318
  declare const UserAdminLogoSchema: z.ZodObject<{
@@ -2329,26 +2330,26 @@ declare const UserAdminLogoSchema: z.ZodObject<{
2329
2330
  }>;
2330
2331
  type UserAdminLogoDTO = z.infer<typeof UserAdminLogoSchema>;
2331
2332
  declare const UserAdminProfileSchema: z.ZodObject<{
2332
- admin_name: z.ZodEffects<z.ZodString, string, string>;
2333
- email: z.ZodEffects<z.ZodString, string, string>;
2334
- mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2335
2333
  admin_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2336
2334
  admin_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2337
2335
  admin_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2336
+ admin_name: z.ZodEffects<z.ZodString, string, string>;
2337
+ email: z.ZodEffects<z.ZodString, string, string>;
2338
+ mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2338
2339
  }, "strip", z.ZodTypeAny, {
2339
- admin_name: string;
2340
- email: string;
2341
- mobile: string;
2342
2340
  admin_image_url: string;
2343
2341
  admin_image_key: string;
2344
2342
  admin_image_name: string;
2343
+ admin_name: string;
2344
+ email: string;
2345
+ mobile: string;
2345
2346
  }, {
2346
2347
  admin_name: string;
2347
2348
  email: string;
2348
- mobile?: string | undefined;
2349
2349
  admin_image_url?: string | undefined;
2350
2350
  admin_image_key?: string | undefined;
2351
2351
  admin_image_name?: string | undefined;
2352
+ mobile?: string | undefined;
2352
2353
  }>;
2353
2354
  type UserAdminProfileDTO = z.infer<typeof UserAdminProfileSchema>;
2354
2355
  declare const UserAdminQuerySchema: z.ZodObject<{
@@ -2434,7 +2435,6 @@ declare const UserAdminQuerySchema: z.ZodObject<{
2434
2435
  admin_ids?: string[] | undefined;
2435
2436
  }>;
2436
2437
  type UserAdminQueryDTO = z.infer<typeof UserAdminQuerySchema>;
2437
- declare const toUserAdminPayload: (row: UserAdmin) => UserAdminDTO;
2438
2438
  declare const toUserAdminProfilePayload: (row: UserAdmin) => UserAdminProfileDTO;
2439
2439
  declare const newUserAdminPayload: () => UserAdminDTO;
2440
2440
  declare const get_admin_image_presigned_url: (file_name: string) => Promise<BR<AWSPresignedUrl>>;
@@ -2713,6 +2713,7 @@ declare const TicketQuerySchema: z.ZodObject<{
2713
2713
  ticket_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TicketStatus>, "many">>>;
2714
2714
  }, "strip", z.ZodTypeAny, {
2715
2715
  status: Status[];
2716
+ user_ids: string[];
2716
2717
  search: string;
2717
2718
  paging: PAGING;
2718
2719
  page_count: number;
@@ -2734,7 +2735,6 @@ declare const TicketQuerySchema: z.ZodObject<{
2734
2735
  date_format_id: string;
2735
2736
  time_zone_id: string;
2736
2737
  organisation_ids: string[];
2737
- user_ids: string[];
2738
2738
  admin_ids: string[];
2739
2739
  ticket_status: TicketStatus[];
2740
2740
  ticket_ids: string[];
@@ -2742,6 +2742,7 @@ declare const TicketQuerySchema: z.ZodObject<{
2742
2742
  date_format_id: string;
2743
2743
  time_zone_id: string;
2744
2744
  status?: Status[] | undefined;
2745
+ user_ids?: string[] | undefined;
2745
2746
  search?: string | undefined;
2746
2747
  paging?: PAGING | undefined;
2747
2748
  page_count?: unknown;
@@ -2761,7 +2762,6 @@ declare const TicketQuerySchema: z.ZodObject<{
2761
2762
  }[] | undefined;
2762
2763
  include_master_data?: YesNo | undefined;
2763
2764
  organisation_ids?: string[] | undefined;
2764
- user_ids?: string[] | undefined;
2765
2765
  admin_ids?: string[] | undefined;
2766
2766
  ticket_status?: TicketStatus[] | undefined;
2767
2767
  ticket_ids?: string[] | undefined;
@@ -3693,8 +3693,8 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
3693
3693
  status: Status;
3694
3694
  organisation_id: string;
3695
3695
  user_id: string;
3696
- time_zone_id: string;
3697
3696
  vehicle_ids: string[];
3697
+ time_zone_id: string;
3698
3698
  service_schedule_name: string;
3699
3699
  service_schedule_description: string;
3700
3700
  service_schedule_start_date: string;
@@ -4512,7 +4512,7 @@ interface FleetIncidentManagementCost extends Record<string, unknown> {
4512
4512
  FleetIncidentManagement?: FleetIncidentManagement;
4513
4513
  expense_name_id: string;
4514
4514
  MasterExpenseName?: MasterExpenseName;
4515
- _count?: {};
4515
+ expense_name?: string;
4516
4516
  }
4517
4517
  interface FleetIncidentManagementFile extends BaseCommonFile {
4518
4518
  fleet_incident_management_file_id: string;
@@ -4604,7 +4604,6 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4604
4604
  injured_persons_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4605
4605
  legal_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4606
4606
  involved_parties_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4607
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
4608
4607
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4609
4608
  FleetIncidentManagementFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
4610
4609
  usage_type: z.ZodEffects<z.ZodString, string, string>;
@@ -4644,12 +4643,13 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4644
4643
  file_size?: unknown;
4645
4644
  file_metadata?: Record<string, any> | undefined;
4646
4645
  }>, "many">>>;
4646
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
4647
4647
  }, "strip", z.ZodTypeAny, {
4648
4648
  status: Status;
4649
4649
  organisation_id: string;
4650
+ vehicle_id: string;
4650
4651
  user_id: string;
4651
4652
  time_zone_id: string;
4652
- vehicle_id: string;
4653
4653
  driver_id: string;
4654
4654
  google_location: string;
4655
4655
  fleet_insurance_claim_status_id: string;
@@ -4700,9 +4700,9 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4700
4700
  }, {
4701
4701
  status: Status;
4702
4702
  organisation_id: string;
4703
+ vehicle_id: string;
4703
4704
  user_id: string;
4704
4705
  time_zone_id: string;
4705
- vehicle_id: string;
4706
4706
  driver_id: string;
4707
4707
  fleet_insurance_claim_status_id: string;
4708
4708
  fleet_incident_severity_id: string;
@@ -4752,7 +4752,7 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4752
4752
  }[] | undefined;
4753
4753
  }>;
4754
4754
  type FleetIncidentManagementDTO = z.infer<typeof FleetIncidentManagementSchema>;
4755
- declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4755
+ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4756
4756
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4757
4757
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
4758
4758
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -4783,12 +4783,31 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4783
4783
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
4784
4784
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4785
4785
  } & {
4786
+ vehicle_incident_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4786
4787
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4788
+ user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4787
4789
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4790
+ driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4791
+ fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4792
+ fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4793
+ fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4794
+ fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4795
+ was_towed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4796
+ is_vehicle_operational: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4797
+ incident_time: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentTime>, "many">>>;
4798
+ incident_weather: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentWeather>, "many">>>;
4799
+ incident_road_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentRoadType>, "many">>>;
4800
+ incident_visibility: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentVisibility>, "many">>>;
4801
+ insurance_cover: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4802
+ insurance_claimed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4803
+ police_report_filed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4804
+ any_injuries: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4788
4805
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4789
4806
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4790
4807
  }, "strip", z.ZodTypeAny, {
4791
4808
  status: Status[];
4809
+ user_ids: string[];
4810
+ vehicle_ids: string[];
4792
4811
  search: string;
4793
4812
  paging: PAGING;
4794
4813
  page_count: number;
@@ -4810,15 +4829,32 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4810
4829
  date_format_id: string;
4811
4830
  time_zone_id: string;
4812
4831
  organisation_ids: string[];
4813
- vehicle_ids: string[];
4832
+ driver_ids: string[];
4814
4833
  from_date: string;
4815
4834
  to_date: string;
4835
+ fleet_insurance_claim_status_ids: string[];
4836
+ fleet_incident_severity_ids: string[];
4837
+ fleet_incident_status_ids: string[];
4838
+ fleet_incident_type_ids: string[];
4839
+ was_towed: YesNo[];
4840
+ is_vehicle_operational: YesNo[];
4841
+ incident_time: IncidentTime[];
4842
+ incident_weather: IncidentWeather[];
4843
+ incident_road_type: IncidentRoadType[];
4844
+ incident_visibility: IncidentVisibility[];
4845
+ insurance_cover: YesNo[];
4846
+ insurance_claimed: YesNo[];
4847
+ police_report_filed: YesNo[];
4848
+ any_injuries: YesNo[];
4849
+ vehicle_incident_ids: string[];
4816
4850
  }, {
4817
4851
  date_format_id: string;
4818
4852
  time_zone_id: string;
4819
4853
  from_date: string;
4820
4854
  to_date: string;
4821
4855
  status?: Status[] | undefined;
4856
+ user_ids?: string[] | undefined;
4857
+ vehicle_ids?: string[] | undefined;
4822
4858
  search?: string | undefined;
4823
4859
  paging?: PAGING | undefined;
4824
4860
  page_count?: unknown;
@@ -4838,10 +4874,25 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4838
4874
  }[] | undefined;
4839
4875
  include_master_data?: YesNo | undefined;
4840
4876
  organisation_ids?: string[] | undefined;
4841
- vehicle_ids?: string[] | undefined;
4877
+ driver_ids?: string[] | undefined;
4878
+ fleet_insurance_claim_status_ids?: string[] | undefined;
4879
+ fleet_incident_severity_ids?: string[] | undefined;
4880
+ fleet_incident_status_ids?: string[] | undefined;
4881
+ fleet_incident_type_ids?: string[] | undefined;
4882
+ was_towed?: YesNo[] | undefined;
4883
+ is_vehicle_operational?: YesNo[] | undefined;
4884
+ incident_time?: IncidentTime[] | undefined;
4885
+ incident_weather?: IncidentWeather[] | undefined;
4886
+ incident_road_type?: IncidentRoadType[] | undefined;
4887
+ incident_visibility?: IncidentVisibility[] | undefined;
4888
+ insurance_cover?: YesNo[] | undefined;
4889
+ insurance_claimed?: YesNo[] | undefined;
4890
+ police_report_filed?: YesNo[] | undefined;
4891
+ any_injuries?: YesNo[] | undefined;
4892
+ vehicle_incident_ids?: string[] | undefined;
4842
4893
  }>;
4843
- type FleetIncidentManagementDashBoardQueryDTO = z.infer<typeof FleetIncidentManagementDashBoardQuerySchema>;
4844
- declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4894
+ type FleetIncidentManagementQueryDTO = z.infer<typeof FleetIncidentManagementQuerySchema>;
4895
+ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4845
4896
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4846
4897
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
4847
4898
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -4872,29 +4923,13 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4872
4923
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
4873
4924
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4874
4925
  } & {
4875
- vehicle_incident_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4876
4926
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4877
- user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4878
4927
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4879
- driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4880
- fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4881
- fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4882
- fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4883
- fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4884
- was_towed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4885
- is_vehicle_operational: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4886
- incident_time: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentTime>, "many">>>;
4887
- incident_weather: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentWeather>, "many">>>;
4888
- incident_road_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentRoadType>, "many">>>;
4889
- incident_visibility: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof IncidentVisibility>, "many">>>;
4890
- insurance_cover: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4891
- insurance_claimed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4892
- police_report_filed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4893
- any_injuries: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
4894
4928
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4895
4929
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4896
4930
  }, "strip", z.ZodTypeAny, {
4897
4931
  status: Status[];
4932
+ vehicle_ids: string[];
4898
4933
  search: string;
4899
4934
  paging: PAGING;
4900
4935
  page_count: number;
@@ -4916,32 +4951,15 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4916
4951
  date_format_id: string;
4917
4952
  time_zone_id: string;
4918
4953
  organisation_ids: string[];
4919
- user_ids: string[];
4920
- vehicle_ids: string[];
4921
- driver_ids: string[];
4922
4954
  from_date: string;
4923
4955
  to_date: string;
4924
- fleet_insurance_claim_status_ids: string[];
4925
- fleet_incident_severity_ids: string[];
4926
- fleet_incident_status_ids: string[];
4927
- fleet_incident_type_ids: string[];
4928
- was_towed: YesNo[];
4929
- is_vehicle_operational: YesNo[];
4930
- incident_time: IncidentTime[];
4931
- incident_weather: IncidentWeather[];
4932
- incident_road_type: IncidentRoadType[];
4933
- incident_visibility: IncidentVisibility[];
4934
- insurance_cover: YesNo[];
4935
- insurance_claimed: YesNo[];
4936
- police_report_filed: YesNo[];
4937
- any_injuries: YesNo[];
4938
- vehicle_incident_ids: string[];
4939
4956
  }, {
4940
4957
  date_format_id: string;
4941
4958
  time_zone_id: string;
4942
4959
  from_date: string;
4943
4960
  to_date: string;
4944
4961
  status?: Status[] | undefined;
4962
+ vehicle_ids?: string[] | undefined;
4945
4963
  search?: string | undefined;
4946
4964
  paging?: PAGING | undefined;
4947
4965
  page_count?: unknown;
@@ -4961,26 +4979,8 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4961
4979
  }[] | undefined;
4962
4980
  include_master_data?: YesNo | undefined;
4963
4981
  organisation_ids?: string[] | undefined;
4964
- user_ids?: string[] | undefined;
4965
- vehicle_ids?: string[] | undefined;
4966
- driver_ids?: string[] | undefined;
4967
- fleet_insurance_claim_status_ids?: string[] | undefined;
4968
- fleet_incident_severity_ids?: string[] | undefined;
4969
- fleet_incident_status_ids?: string[] | undefined;
4970
- fleet_incident_type_ids?: string[] | undefined;
4971
- was_towed?: YesNo[] | undefined;
4972
- is_vehicle_operational?: YesNo[] | undefined;
4973
- incident_time?: IncidentTime[] | undefined;
4974
- incident_weather?: IncidentWeather[] | undefined;
4975
- incident_road_type?: IncidentRoadType[] | undefined;
4976
- incident_visibility?: IncidentVisibility[] | undefined;
4977
- insurance_cover?: YesNo[] | undefined;
4978
- insurance_claimed?: YesNo[] | undefined;
4979
- police_report_filed?: YesNo[] | undefined;
4980
- any_injuries?: YesNo[] | undefined;
4981
- vehicle_incident_ids?: string[] | undefined;
4982
4982
  }>;
4983
- type FleetIncidentManagementQueryDTO = z.infer<typeof FleetIncidentManagementQuerySchema>;
4983
+ type FleetIncidentManagementDashBoardQueryDTO = z.infer<typeof FleetIncidentManagementDashBoardQuerySchema>;
4984
4984
  declare const FleetIncidentManagementCostSchema: z.ZodObject<{
4985
4985
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
4986
4986
  vehicle_incident_id: z.ZodEffects<z.ZodString, string, string>;
@@ -4988,8 +4988,8 @@ declare const FleetIncidentManagementCostSchema: z.ZodObject<{
4988
4988
  incident_cost_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
4989
4989
  incident_cost_amount: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
4990
4990
  incident_cost_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4991
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
4992
4991
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4992
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
4993
4993
  }, "strip", z.ZodTypeAny, {
4994
4994
  status: Status;
4995
4995
  organisation_id: string;
@@ -5182,8 +5182,8 @@ declare const FleetInspectionFormQuerySchema: z.ZodObject<{
5182
5182
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
5183
5183
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5184
5184
  } & {
5185
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5186
5185
  inspection_form_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5186
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5187
5187
  }, "strip", z.ZodTypeAny, {
5188
5188
  status: Status[];
5189
5189
  search: string;
@@ -5258,10 +5258,8 @@ interface FleetInspectionSchedule extends Record<string, unknown> {
5258
5258
  user_id: string;
5259
5259
  User?: User;
5260
5260
  user_details?: string;
5261
- FleetInspection?: FleetInspection[];
5262
5261
  FleetInspectionScheduleVehicleLink?: FleetInspectionScheduleVehicleLink[];
5263
5262
  _count?: {
5264
- FleetInspection?: number;
5265
5263
  FleetInspectionScheduleVehicleLink?: number;
5266
5264
  };
5267
5265
  }
@@ -5291,8 +5289,8 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
5291
5289
  status: Status;
5292
5290
  organisation_id: string;
5293
5291
  user_id: string;
5294
- time_zone_id: string;
5295
5292
  vehicle_ids: string[];
5293
+ time_zone_id: string;
5296
5294
  inspection_schedule_name: string;
5297
5295
  inspection_schedule_description: string;
5298
5296
  inspection_schedule_start_date: string;
@@ -5342,8 +5340,10 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
5342
5340
  } & {
5343
5341
  inspection_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5344
5342
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5343
+ user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5345
5344
  }, "strip", z.ZodTypeAny, {
5346
5345
  status: Status[];
5346
+ user_ids: string[];
5347
5347
  search: string;
5348
5348
  paging: PAGING;
5349
5349
  page_count: number;
@@ -5370,6 +5370,7 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
5370
5370
  date_format_id: string;
5371
5371
  time_zone_id: string;
5372
5372
  status?: Status[] | undefined;
5373
+ user_ids?: string[] | undefined;
5373
5374
  search?: string | undefined;
5374
5375
  paging?: PAGING | undefined;
5375
5376
  page_count?: unknown;
@@ -5419,20 +5420,20 @@ interface FleetInspection extends Record<string, unknown> {
5419
5420
  driver_id?: string;
5420
5421
  MasterDriver?: MasterDriver;
5421
5422
  driver_details?: string;
5422
- inspector_id: string;
5423
+ inspector_id?: string;
5423
5424
  InspectorUser?: User;
5424
5425
  inspector_user_details?: string;
5425
- inspection_schedule_id?: string;
5426
- FleetInspectionSchedule?: FleetInspectionSchedule;
5427
- inspection_schedule_name?: string;
5428
- inspection_schedule_start_date?: string;
5429
- inspection_schedule_due_date?: string;
5430
5426
  inspection_form_id?: string;
5431
5427
  FleetInspectionForm?: FleetInspectionForm;
5432
5428
  inspection_form_name?: string;
5433
5429
  inspection_data: Record<string, unknown>;
5434
5430
  service_management_id?: string;
5435
5431
  FleetServiceManagement?: FleetServiceManagement;
5432
+ inspection_schedule_id?: string;
5433
+ FleetInspectionSchedule?: FleetInspectionSchedule;
5434
+ inspection_schedule_name?: string;
5435
+ inspection_schedule_start_date?: string;
5436
+ inspection_schedule_due_date?: string;
5436
5437
  inspection_approved_id?: string;
5437
5438
  ApprovedUser?: User;
5438
5439
  approved_user_details?: string;
@@ -5494,9 +5495,9 @@ declare const FleetInspectionFileSchema: z.ZodObject<{
5494
5495
  type FleetInspectionFileDTO = z.infer<typeof FleetInspectionFileSchema>;
5495
5496
  declare const FleetInspectionSchema: z.ZodObject<{
5496
5497
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
5498
+ inspector_id: z.ZodEffects<z.ZodString, string, string>;
5497
5499
  vehicle_id: z.ZodEffects<z.ZodString, string, string>;
5498
5500
  driver_id: z.ZodEffects<z.ZodString, string, string>;
5499
- inspector_id: z.ZodEffects<z.ZodString, string, string>;
5500
5501
  inspection_form_id: z.ZodEffects<z.ZodString, string, string>;
5501
5502
  service_management_id: z.ZodEffects<z.ZodString, string, string>;
5502
5503
  inspection_type: z.ZodType<InspectionType, z.ZodTypeDef, InspectionType>;
@@ -5548,8 +5549,8 @@ declare const FleetInspectionSchema: z.ZodObject<{
5548
5549
  }, "strip", z.ZodTypeAny, {
5549
5550
  status: Status;
5550
5551
  organisation_id: string;
5551
- time_zone_id: string;
5552
5552
  vehicle_id: string;
5553
+ time_zone_id: string;
5553
5554
  driver_id: string;
5554
5555
  odometer_reading: number;
5555
5556
  inspection_form_id: string;
@@ -5576,8 +5577,8 @@ declare const FleetInspectionSchema: z.ZodObject<{
5576
5577
  }, {
5577
5578
  status: Status;
5578
5579
  organisation_id: string;
5579
- time_zone_id: string;
5580
5580
  vehicle_id: string;
5581
+ time_zone_id: string;
5581
5582
  driver_id: string;
5582
5583
  inspection_form_id: string;
5583
5584
  inspection_type: InspectionType;
@@ -5647,6 +5648,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5647
5648
  inspection_action_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof InspectionActionStatus>, "many">>>;
5648
5649
  }, "strip", z.ZodTypeAny, {
5649
5650
  status: Status[];
5651
+ vehicle_ids: string[];
5650
5652
  search: string;
5651
5653
  paging: PAGING;
5652
5654
  page_count: number;
@@ -5668,7 +5670,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5668
5670
  date_format_id: string;
5669
5671
  time_zone_id: string;
5670
5672
  organisation_ids: string[];
5671
- vehicle_ids: string[];
5672
5673
  driver_ids: string[];
5673
5674
  inspection_form_ids: string[];
5674
5675
  inspection_schedule_ids: string[];
@@ -5682,6 +5683,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5682
5683
  date_format_id: string;
5683
5684
  time_zone_id: string;
5684
5685
  status?: Status[] | undefined;
5686
+ vehicle_ids?: string[] | undefined;
5685
5687
  search?: string | undefined;
5686
5688
  paging?: PAGING | undefined;
5687
5689
  page_count?: unknown;
@@ -5701,7 +5703,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5701
5703
  }[] | undefined;
5702
5704
  include_master_data?: YesNo | undefined;
5703
5705
  organisation_ids?: string[] | undefined;
5704
- vehicle_ids?: string[] | undefined;
5705
5706
  driver_ids?: string[] | undefined;
5706
5707
  inspection_form_ids?: string[] | undefined;
5707
5708
  inspection_schedule_ids?: string[] | undefined;
@@ -5747,6 +5748,7 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5747
5748
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5748
5749
  }, "strip", z.ZodTypeAny, {
5749
5750
  status: Status[];
5751
+ vehicle_ids: string[];
5750
5752
  search: string;
5751
5753
  paging: PAGING;
5752
5754
  page_count: number;
@@ -5767,11 +5769,11 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5767
5769
  include_master_data: YesNo;
5768
5770
  date_format_id: string;
5769
5771
  time_zone_id: string;
5770
- vehicle_ids: string[];
5771
5772
  }, {
5772
5773
  date_format_id: string;
5773
5774
  time_zone_id: string;
5774
5775
  status?: Status[] | undefined;
5776
+ vehicle_ids?: string[] | undefined;
5775
5777
  search?: string | undefined;
5776
5778
  paging?: PAGING | undefined;
5777
5779
  page_count?: unknown;
@@ -5790,7 +5792,6 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5790
5792
  direction: OrderBy;
5791
5793
  }[] | undefined;
5792
5794
  include_master_data?: YesNo | undefined;
5793
- vehicle_ids?: string[] | undefined;
5794
5795
  }>;
5795
5796
  type FleetInspectionCheckPendingQueryDTO = z.infer<typeof FleetInspectionCheckPendingQuerySchema>;
5796
5797
  declare const toFleetInspectionPayload: (row: FleetInspection) => FleetInspectionDTO;
@@ -5953,7 +5954,6 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5953
5954
  due_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
5954
5955
  due_odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5955
5956
  issue_source: z.ZodType<IssueSource, z.ZodTypeDef, IssueSource>;
5956
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
5957
5957
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5958
5958
  FleetIssueManagementFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5959
5959
  usage_type: z.ZodEffects<z.ZodString, string, string>;
@@ -5993,12 +5993,13 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5993
5993
  file_size?: unknown;
5994
5994
  file_metadata?: Record<string, any> | undefined;
5995
5995
  }>, "many">>>;
5996
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5996
5997
  }, "strip", z.ZodTypeAny, {
5997
5998
  status: Status;
5998
5999
  organisation_id: string;
6000
+ vehicle_id: string;
5999
6001
  user_id: string;
6000
6002
  time_zone_id: string;
6001
- vehicle_id: string;
6002
6003
  driver_id: string;
6003
6004
  vehicle_incident_id: string;
6004
6005
  odometer_reading: number;
@@ -6030,9 +6031,9 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
6030
6031
  }, {
6031
6032
  status: Status;
6032
6033
  organisation_id: string;
6034
+ vehicle_id: string;
6033
6035
  user_id: string;
6034
6036
  time_zone_id: string;
6035
- vehicle_id: string;
6036
6037
  driver_id: string;
6037
6038
  vehicle_incident_id: string;
6038
6039
  inspection_id: string;
@@ -6110,6 +6111,8 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
6110
6111
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6111
6112
  }, "strip", z.ZodTypeAny, {
6112
6113
  status: Status[];
6114
+ user_ids: string[];
6115
+ vehicle_ids: string[];
6113
6116
  search: string;
6114
6117
  paging: PAGING;
6115
6118
  page_count: number;
@@ -6131,8 +6134,6 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
6131
6134
  date_format_id: string;
6132
6135
  time_zone_id: string;
6133
6136
  organisation_ids: string[];
6134
- user_ids: string[];
6135
- vehicle_ids: string[];
6136
6137
  driver_ids: string[];
6137
6138
  from_date: string;
6138
6139
  to_date: string;
@@ -6150,6 +6151,8 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
6150
6151
  from_date: string;
6151
6152
  to_date: string;
6152
6153
  status?: Status[] | undefined;
6154
+ user_ids?: string[] | undefined;
6155
+ vehicle_ids?: string[] | undefined;
6153
6156
  search?: string | undefined;
6154
6157
  paging?: PAGING | undefined;
6155
6158
  page_count?: unknown;
@@ -6169,8 +6172,6 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
6169
6172
  }[] | undefined;
6170
6173
  include_master_data?: YesNo | undefined;
6171
6174
  organisation_ids?: string[] | undefined;
6172
- user_ids?: string[] | undefined;
6173
- vehicle_ids?: string[] | undefined;
6174
6175
  driver_ids?: string[] | undefined;
6175
6176
  vehicle_incident_ids?: string[] | undefined;
6176
6177
  inspection_ids?: string[] | undefined;
@@ -6219,6 +6220,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6219
6220
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6220
6221
  }, "strip", z.ZodTypeAny, {
6221
6222
  status: Status[];
6223
+ vehicle_ids: string[];
6222
6224
  search: string;
6223
6225
  paging: PAGING;
6224
6226
  page_count: number;
@@ -6240,7 +6242,6 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6240
6242
  date_format_id: string;
6241
6243
  time_zone_id: string;
6242
6244
  organisation_ids: string[];
6243
- vehicle_ids: string[];
6244
6245
  from_date: string;
6245
6246
  to_date: string;
6246
6247
  }, {
@@ -6249,6 +6250,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6249
6250
  from_date: string;
6250
6251
  to_date: string;
6251
6252
  status?: Status[] | undefined;
6253
+ vehicle_ids?: string[] | undefined;
6252
6254
  search?: string | undefined;
6253
6255
  paging?: PAGING | undefined;
6254
6256
  page_count?: unknown;
@@ -6268,7 +6270,6 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6268
6270
  }[] | undefined;
6269
6271
  include_master_data?: YesNo | undefined;
6270
6272
  organisation_ids?: string[] | undefined;
6271
- vehicle_ids?: string[] | undefined;
6272
6273
  }>;
6273
6274
  type FleetIssueManagementDashBoardQueryDTO = z.infer<typeof FleetIssueManagementDashBoardQuerySchema>;
6274
6275
  declare const FleetIssueManagementCommentSchema: z.ZodObject<{
@@ -6443,7 +6444,7 @@ interface FleetServiceManagement extends Record<string, unknown> {
6443
6444
  vendor_name?: string;
6444
6445
  service_center_id?: string;
6445
6446
  FleetVendorServiceCenter?: FleetVendorServiceCenter;
6446
- service_center_name?: string;
6447
+ service_center_name: string;
6447
6448
  service_schedule_id?: string;
6448
6449
  FleetServiceSchedule?: FleetServiceSchedule;
6449
6450
  service_schedule_name?: string;
@@ -6613,9 +6614,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6613
6614
  }, "strip", z.ZodTypeAny, {
6614
6615
  status: Status;
6615
6616
  organisation_id: string;
6617
+ vehicle_id: string;
6616
6618
  user_id: string;
6617
6619
  time_zone_id: string;
6618
- vehicle_id: string;
6619
6620
  driver_id: string;
6620
6621
  service_schedule_id: string;
6621
6622
  odometer_reading: number;
@@ -6659,9 +6660,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6659
6660
  }, {
6660
6661
  status: Status;
6661
6662
  organisation_id: string;
6663
+ vehicle_id: string;
6662
6664
  user_id: string;
6663
6665
  time_zone_id: string;
6664
- vehicle_id: string;
6665
6666
  driver_id: string;
6666
6667
  service_schedule_id: string;
6667
6668
  service_status: ServiceStatus;
@@ -6750,6 +6751,8 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6750
6751
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6751
6752
  }, "strip", z.ZodTypeAny, {
6752
6753
  status: Status[];
6754
+ user_ids: string[];
6755
+ vehicle_ids: string[];
6753
6756
  search: string;
6754
6757
  paging: PAGING;
6755
6758
  page_count: number;
@@ -6771,8 +6774,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6771
6774
  date_format_id: string;
6772
6775
  time_zone_id: string;
6773
6776
  organisation_ids: string[];
6774
- user_ids: string[];
6775
- vehicle_ids: string[];
6776
6777
  driver_ids: string[];
6777
6778
  from_date: string;
6778
6779
  to_date: string;
@@ -6789,6 +6790,8 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6789
6790
  from_date: string;
6790
6791
  to_date: string;
6791
6792
  status?: Status[] | undefined;
6793
+ user_ids?: string[] | undefined;
6794
+ vehicle_ids?: string[] | undefined;
6792
6795
  search?: string | undefined;
6793
6796
  paging?: PAGING | undefined;
6794
6797
  page_count?: unknown;
@@ -6808,8 +6811,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6808
6811
  }[] | undefined;
6809
6812
  include_master_data?: YesNo | undefined;
6810
6813
  organisation_ids?: string[] | undefined;
6811
- user_ids?: string[] | undefined;
6812
- vehicle_ids?: string[] | undefined;
6813
6814
  driver_ids?: string[] | undefined;
6814
6815
  service_management_ids?: string[] | undefined;
6815
6816
  service_status?: ServiceStatus[] | undefined;
@@ -6857,6 +6858,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6857
6858
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6858
6859
  }, "strip", z.ZodTypeAny, {
6859
6860
  status: Status[];
6861
+ vehicle_ids: string[];
6860
6862
  search: string;
6861
6863
  paging: PAGING;
6862
6864
  page_count: number;
@@ -6878,7 +6880,6 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6878
6880
  date_format_id: string;
6879
6881
  time_zone_id: string;
6880
6882
  organisation_ids: string[];
6881
- vehicle_ids: string[];
6882
6883
  from_date: string;
6883
6884
  to_date: string;
6884
6885
  }, {
@@ -6887,6 +6888,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6887
6888
  from_date: string;
6888
6889
  to_date: string;
6889
6890
  status?: Status[] | undefined;
6891
+ vehicle_ids?: string[] | undefined;
6890
6892
  search?: string | undefined;
6891
6893
  paging?: PAGING | undefined;
6892
6894
  page_count?: unknown;
@@ -6906,7 +6908,6 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6906
6908
  }[] | undefined;
6907
6909
  include_master_data?: YesNo | undefined;
6908
6910
  organisation_ids?: string[] | undefined;
6909
- vehicle_ids?: string[] | undefined;
6910
6911
  }>;
6911
6912
  type FleetServiceManagementDashBoardQueryDTO = z.infer<typeof FleetServiceManagementDashBoardQuerySchema>;
6912
6913
  declare const FleetServiceManagementTaskSchema: z.ZodObject<{
@@ -7073,6 +7074,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
7073
7074
  reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
7074
7075
  }, "strip", z.ZodTypeAny, {
7075
7076
  status: Status[];
7077
+ vehicle_ids: string[];
7076
7078
  search: string;
7077
7079
  paging: PAGING;
7078
7080
  page_count: number;
@@ -7094,7 +7096,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
7094
7096
  date_format_id: string;
7095
7097
  time_zone_id: string;
7096
7098
  organisation_ids: string[];
7097
- vehicle_ids: string[];
7098
7099
  service_management_ids: string[];
7099
7100
  reminder_type: ReminderType[];
7100
7101
  service_reminder_ids: string[];
@@ -7102,6 +7103,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
7102
7103
  date_format_id: string;
7103
7104
  time_zone_id: string;
7104
7105
  status?: Status[] | undefined;
7106
+ vehicle_ids?: string[] | undefined;
7105
7107
  search?: string | undefined;
7106
7108
  paging?: PAGING | undefined;
7107
7109
  page_count?: unknown;
@@ -7121,7 +7123,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
7121
7123
  }[] | undefined;
7122
7124
  include_master_data?: YesNo | undefined;
7123
7125
  organisation_ids?: string[] | undefined;
7124
- vehicle_ids?: string[] | undefined;
7125
7126
  service_management_ids?: string[] | undefined;
7126
7127
  reminder_type?: ReminderType[] | undefined;
7127
7128
  service_reminder_ids?: string[] | undefined;
@@ -7158,10 +7159,10 @@ interface FleetVendorServiceCenter extends Record<string, unknown> {
7158
7159
  oem_authorised: YesNo;
7159
7160
  oem_brand_name?: string;
7160
7161
  service_brand_name?: string;
7161
- rating?: number;
7162
- rating_comments?: string;
7163
7162
  center_notes?: string;
7164
7163
  is_preferred_center: YesNo;
7164
+ rating?: number;
7165
+ rating_comments?: string;
7165
7166
  operating_hours?: string;
7166
7167
  is_24x7: YesNo;
7167
7168
  supports_credit: YesNo;
@@ -7395,9 +7396,9 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
7395
7396
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
7396
7397
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7397
7398
  } & {
7399
+ service_center_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7398
7400
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7399
7401
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7400
- service_center_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7401
7402
  is_company_owned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7402
7403
  oem_authorised: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7403
7404
  is_preferred_center: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
@@ -7634,10 +7635,10 @@ interface FleetVendorFuelStation extends Record<string, unknown> {
7634
7635
  fuel_station_code?: string;
7635
7636
  is_company_owned: YesNo;
7636
7637
  is_preferred_station: YesNo;
7637
- rating?: number;
7638
- rating_comments?: string;
7639
7638
  station_notes?: string;
7640
7639
  station_feedback?: string;
7640
+ rating?: number;
7641
+ rating_comments?: string;
7641
7642
  operating_hours?: string;
7642
7643
  is_24x7: YesNo;
7643
7644
  supports_credit: YesNo;
@@ -7842,10 +7843,10 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
7842
7843
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
7843
7844
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7844
7845
  } & {
7846
+ fuel_station_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7845
7847
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7846
7848
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7847
7849
  fuel_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7848
- fuel_station_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7849
7850
  is_company_owned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7850
7851
  is_preferred_station: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7851
7852
  }, "strip", z.ZodTypeAny, {
@@ -7916,13 +7917,13 @@ declare const getFleetVendorFuelStationCacheSimple: (organisation_id: string) =>
7916
7917
 
7917
7918
  interface FleetVendor extends Record<string, unknown> {
7918
7919
  vendor_id: string;
7920
+ logo_url?: string;
7921
+ logo_key?: string;
7922
+ logo_name?: string;
7919
7923
  vendor_name: string;
7920
7924
  vendor_code?: string;
7921
7925
  business_mobile?: string;
7922
7926
  business_email?: string;
7923
- logo_url?: string;
7924
- logo_key?: string;
7925
- logo_name?: string;
7926
7927
  organisation_name?: string;
7927
7928
  gst_number?: string;
7928
7929
  pan_number?: string;
@@ -8141,13 +8142,13 @@ declare const FleetVendorLogoSchema: z.ZodObject<{
8141
8142
  type FleetVendorLogoDTO = z.infer<typeof FleetVendorLogoSchema>;
8142
8143
  declare const FleetVendorSchema: z.ZodObject<{
8143
8144
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
8145
+ logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8146
+ logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8147
+ logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8144
8148
  vendor_name: z.ZodEffects<z.ZodString, string, string>;
8145
8149
  vendor_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8146
8150
  business_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8147
8151
  business_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8148
- logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8149
- logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8150
- logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8151
8152
  organisation_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8152
8153
  gst_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8153
8154
  pan_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -8159,9 +8160,9 @@ declare const FleetVendorSchema: z.ZodObject<{
8159
8160
  additional_details_1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8160
8161
  additional_details_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8161
8162
  additional_details_3: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8162
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
8163
8163
  vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8164
8164
  vendor_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8165
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8165
8166
  }, "strip", z.ZodTypeAny, {
8166
8167
  status: Status;
8167
8168
  organisation_id: string;
@@ -8972,7 +8973,6 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
8972
8973
  issue_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8973
8974
  expiry_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8974
8975
  remarks: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8975
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
8976
8976
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8977
8977
  FleetVendorDocumentFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8978
8978
  usage_type: z.ZodEffects<z.ZodString, string, string>;
@@ -9012,6 +9012,7 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
9012
9012
  file_size?: unknown;
9013
9013
  file_metadata?: Record<string, any> | undefined;
9014
9014
  }>, "many">>>;
9015
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
9015
9016
  }, "strip", z.ZodTypeAny, {
9016
9017
  status: Status;
9017
9018
  organisation_id: string;
@@ -9262,7 +9263,7 @@ interface FleetFuelRefill extends Record<string, unknown> {
9262
9263
  driver_id?: string;
9263
9264
  MasterDriver?: MasterDriver;
9264
9265
  driver_details?: string;
9265
- device_id: string;
9266
+ device_id?: string;
9266
9267
  MasterDevice?: MasterDevice;
9267
9268
  device_identifier?: string;
9268
9269
  vendor_id?: string;
@@ -9410,9 +9411,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9410
9411
  }, "strip", z.ZodTypeAny, {
9411
9412
  status: Status;
9412
9413
  organisation_id: string;
9414
+ vehicle_id: string;
9413
9415
  user_id: string;
9414
9416
  time_zone_id: string;
9415
- vehicle_id: string;
9416
9417
  driver_id: string;
9417
9418
  google_location: string;
9418
9419
  device_id: string;
@@ -9464,9 +9465,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9464
9465
  }, {
9465
9466
  status: Status;
9466
9467
  organisation_id: string;
9468
+ vehicle_id: string;
9467
9469
  user_id: string;
9468
9470
  time_zone_id: string;
9469
- vehicle_id: string;
9470
9471
  driver_id: string;
9471
9472
  device_id: string;
9472
9473
  vehicle_fuel_type_id: string;
@@ -9570,6 +9571,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9570
9571
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
9571
9572
  }, "strip", z.ZodTypeAny, {
9572
9573
  status: Status[];
9574
+ user_ids: string[];
9575
+ vehicle_ids: string[];
9573
9576
  search: string;
9574
9577
  paging: PAGING;
9575
9578
  page_count: number;
@@ -9591,8 +9594,6 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9591
9594
  date_format_id: string;
9592
9595
  time_zone_id: string;
9593
9596
  organisation_ids: string[];
9594
- user_ids: string[];
9595
- vehicle_ids: string[];
9596
9597
  driver_ids: string[];
9597
9598
  from_date: string;
9598
9599
  to_date: string;
@@ -9616,6 +9617,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9616
9617
  from_date: string;
9617
9618
  to_date: string;
9618
9619
  status?: Status[] | undefined;
9620
+ user_ids?: string[] | undefined;
9621
+ vehicle_ids?: string[] | undefined;
9619
9622
  search?: string | undefined;
9620
9623
  paging?: PAGING | undefined;
9621
9624
  page_count?: unknown;
@@ -9635,8 +9638,6 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9635
9638
  }[] | undefined;
9636
9639
  include_master_data?: YesNo | undefined;
9637
9640
  organisation_ids?: string[] | undefined;
9638
- user_ids?: string[] | undefined;
9639
- vehicle_ids?: string[] | undefined;
9640
9641
  driver_ids?: string[] | undefined;
9641
9642
  payment_status?: PaymentStatus[] | undefined;
9642
9643
  vendor_ids?: string[] | undefined;
@@ -9830,7 +9831,7 @@ interface FleetFuelRemoval extends Record<string, unknown> {
9830
9831
  driver_id?: string;
9831
9832
  MasterDriver?: MasterDriver;
9832
9833
  driver_details?: string;
9833
- device_id: string;
9834
+ device_id?: string;
9834
9835
  MasterDevice?: MasterDevice;
9835
9836
  device_identifier?: string;
9836
9837
  vehicle_fuel_type_id?: string;
@@ -9960,9 +9961,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
9960
9961
  }, "strip", z.ZodTypeAny, {
9961
9962
  status: Status;
9962
9963
  organisation_id: string;
9964
+ vehicle_id: string;
9963
9965
  user_id: string;
9964
9966
  time_zone_id: string;
9965
- vehicle_id: string;
9966
9967
  driver_id: string;
9967
9968
  google_location: string;
9968
9969
  device_id: string;
@@ -10002,9 +10003,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
10002
10003
  }, {
10003
10004
  status: Status;
10004
10005
  organisation_id: string;
10006
+ vehicle_id: string;
10005
10007
  user_id: string;
10006
10008
  time_zone_id: string;
10007
- vehicle_id: string;
10008
10009
  driver_id: string;
10009
10010
  device_id: string;
10010
10011
  vehicle_fuel_type_id: string;
@@ -10090,6 +10091,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10090
10091
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10091
10092
  }, "strip", z.ZodTypeAny, {
10092
10093
  status: Status[];
10094
+ user_ids: string[];
10095
+ vehicle_ids: string[];
10093
10096
  search: string;
10094
10097
  paging: PAGING;
10095
10098
  page_count: number;
@@ -10111,8 +10114,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10111
10114
  date_format_id: string;
10112
10115
  time_zone_id: string;
10113
10116
  organisation_ids: string[];
10114
- user_ids: string[];
10115
- vehicle_ids: string[];
10116
10117
  driver_ids: string[];
10117
10118
  from_date: string;
10118
10119
  to_date: string;
@@ -10130,6 +10131,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10130
10131
  from_date: string;
10131
10132
  to_date: string;
10132
10133
  status?: Status[] | undefined;
10134
+ user_ids?: string[] | undefined;
10135
+ vehicle_ids?: string[] | undefined;
10133
10136
  search?: string | undefined;
10134
10137
  paging?: PAGING | undefined;
10135
10138
  page_count?: unknown;
@@ -10149,8 +10152,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10149
10152
  }[] | undefined;
10150
10153
  include_master_data?: YesNo | undefined;
10151
10154
  organisation_ids?: string[] | undefined;
10152
- user_ids?: string[] | undefined;
10153
- vehicle_ids?: string[] | undefined;
10154
10155
  driver_ids?: string[] | undefined;
10155
10156
  admin_verify_status?: GPSFuelApproveStatus[] | undefined;
10156
10157
  transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
@@ -10174,24 +10175,25 @@ declare const deleteFleetFuelRemoval: (id: string) => Promise<SBR>;
10174
10175
 
10175
10176
  interface User extends Record<string, unknown> {
10176
10177
  user_id: string;
10178
+ user_image_url?: string;
10179
+ user_image_key?: string;
10180
+ user_image_name?: string;
10177
10181
  first_name: string;
10178
10182
  last_name?: string;
10179
10183
  email: string;
10180
10184
  username?: string;
10181
10185
  mobile?: string;
10182
10186
  password?: string;
10183
- can_login: YesNo;
10184
10187
  is_root_user: YesNo;
10188
+ can_login: YesNo;
10185
10189
  all_vehicles: YesNo;
10186
10190
  user_details?: string;
10187
- user_image_url?: string;
10188
- user_image_key?: string;
10189
- user_image_name?: string;
10190
10191
  status: Status;
10191
10192
  added_date_time: string;
10192
10193
  modified_date_time: string;
10193
10194
  organisation_id?: string;
10194
10195
  UserOrganisation?: UserOrganisation;
10196
+ organisation_name?: string;
10195
10197
  user_role_id?: string;
10196
10198
  MasterUserRole?: MasterUserRole;
10197
10199
  user_role?: string;
@@ -10200,10 +10202,16 @@ interface User extends Record<string, unknown> {
10200
10202
  user_status?: string;
10201
10203
  language_id?: string;
10202
10204
  MasterMainLanguage?: MasterMainLanguage;
10205
+ language_name?: string;
10206
+ language_code?: string;
10203
10207
  time_zone_id?: string;
10204
10208
  MasterMainTimeZone?: MasterMainTimeZone;
10209
+ time_zone_code?: string;
10210
+ time_zone_identifier?: string;
10205
10211
  date_format_id?: string;
10206
10212
  MasterMainDateFormat?: MasterMainDateFormat;
10213
+ date_format_date?: string;
10214
+ date_format_time?: string;
10207
10215
  FleetVendorDocument?: FleetVendorDocument[];
10208
10216
  FleetVendorReview?: FleetVendorReview[];
10209
10217
  FleetFuelRefill?: FleetFuelRefill[];
@@ -10277,6 +10285,15 @@ interface UserLoginPush extends Record<string, unknown> {
10277
10285
  User_details?: string;
10278
10286
  }
10279
10287
  declare const UserSchema: z.ZodObject<{
10288
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
10289
+ user_role_id: z.ZodEffects<z.ZodString, string, string>;
10290
+ user_status_id: z.ZodEffects<z.ZodString, string, string>;
10291
+ language_id: z.ZodEffects<z.ZodString, string, string>;
10292
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
10293
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
10294
+ user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10295
+ user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10296
+ user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10280
10297
  first_name: z.ZodEffects<z.ZodString, string, string>;
10281
10298
  last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10282
10299
  email: z.ZodEffects<z.ZodString, string, string>;
@@ -10287,38 +10304,30 @@ declare const UserSchema: z.ZodObject<{
10287
10304
  is_root_user: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
10288
10305
  all_vehicles: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
10289
10306
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10290
- user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10291
- user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10292
- user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10293
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
10294
- user_role_id: z.ZodEffects<z.ZodString, string, string>;
10295
- user_status_id: z.ZodEffects<z.ZodString, string, string>;
10296
- language_id: z.ZodEffects<z.ZodString, string, string>;
10297
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
10298
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
10299
10307
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
10300
10308
  }, "strip", z.ZodTypeAny, {
10309
+ all_vehicles: YesNo;
10301
10310
  status: Status;
10302
10311
  organisation_id: string;
10312
+ vehicle_ids: string[];
10303
10313
  date_format_id: string;
10304
10314
  time_zone_id: string;
10305
10315
  user_role_id: string;
10306
10316
  user_status_id: string;
10307
10317
  language_id: string;
10308
- vehicle_ids: string[];
10309
- all_vehicles: YesNo;
10310
10318
  email: string;
10311
10319
  password: string;
10312
10320
  mobile: string;
10321
+ user_image_url: string;
10322
+ user_image_key: string;
10323
+ user_image_name: string;
10313
10324
  first_name: string;
10314
10325
  last_name: string;
10315
10326
  username: string;
10316
- can_login: YesNo;
10317
10327
  is_root_user: YesNo;
10318
- user_image_url: string;
10319
- user_image_key: string;
10320
- user_image_name: string;
10328
+ can_login: YesNo;
10321
10329
  }, {
10330
+ all_vehicles: YesNo;
10322
10331
  status: Status;
10323
10332
  organisation_id: string;
10324
10333
  date_format_id: string;
@@ -10326,19 +10335,18 @@ declare const UserSchema: z.ZodObject<{
10326
10335
  user_role_id: string;
10327
10336
  user_status_id: string;
10328
10337
  language_id: string;
10329
- all_vehicles: YesNo;
10330
10338
  email: string;
10331
10339
  first_name: string;
10332
- can_login: YesNo;
10333
10340
  is_root_user: YesNo;
10341
+ can_login: YesNo;
10334
10342
  vehicle_ids?: string[] | undefined;
10335
10343
  password?: string | undefined;
10336
10344
  mobile?: string | undefined;
10337
- last_name?: string | undefined;
10338
- username?: string | undefined;
10339
10345
  user_image_url?: string | undefined;
10340
10346
  user_image_key?: string | undefined;
10341
10347
  user_image_name?: string | undefined;
10348
+ last_name?: string | undefined;
10349
+ username?: string | undefined;
10342
10350
  }>;
10343
10351
  type UserDTO = z.infer<typeof UserSchema>;
10344
10352
  declare const UserQuerySchema: z.ZodObject<{
@@ -10372,18 +10380,20 @@ declare const UserQuerySchema: z.ZodObject<{
10372
10380
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
10373
10381
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
10374
10382
  } & {
10383
+ user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10375
10384
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10376
10385
  user_role_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10377
10386
  user_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10378
10387
  language_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10379
10388
  time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10380
10389
  date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10381
- user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10382
10390
  can_login: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10383
10391
  is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10384
10392
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10385
10393
  }, "strip", z.ZodTypeAny, {
10394
+ all_vehicles: YesNo[];
10386
10395
  status: Status[];
10396
+ user_ids: string[];
10387
10397
  search: string;
10388
10398
  paging: PAGING;
10389
10399
  page_count: number;
@@ -10405,19 +10415,19 @@ declare const UserQuerySchema: z.ZodObject<{
10405
10415
  date_format_id: string;
10406
10416
  time_zone_id: string;
10407
10417
  organisation_ids: string[];
10408
- user_ids: string[];
10409
10418
  user_role_ids: string[];
10410
10419
  user_status_ids: string[];
10411
10420
  language_ids: string[];
10412
10421
  date_format_ids: string[];
10413
- all_vehicles: YesNo[];
10414
- can_login: YesNo[];
10415
10422
  is_root_user: YesNo[];
10423
+ can_login: YesNo[];
10416
10424
  time_zone_ids: string[];
10417
10425
  }, {
10418
10426
  date_format_id: string;
10419
10427
  time_zone_id: string;
10428
+ all_vehicles?: YesNo[] | undefined;
10420
10429
  status?: Status[] | undefined;
10430
+ user_ids?: string[] | undefined;
10421
10431
  search?: string | undefined;
10422
10432
  paging?: PAGING | undefined;
10423
10433
  page_count?: unknown;
@@ -10437,14 +10447,12 @@ declare const UserQuerySchema: z.ZodObject<{
10437
10447
  }[] | undefined;
10438
10448
  include_master_data?: YesNo | undefined;
10439
10449
  organisation_ids?: string[] | undefined;
10440
- user_ids?: string[] | undefined;
10441
10450
  user_role_ids?: string[] | undefined;
10442
10451
  user_status_ids?: string[] | undefined;
10443
10452
  language_ids?: string[] | undefined;
10444
10453
  date_format_ids?: string[] | undefined;
10445
- all_vehicles?: YesNo[] | undefined;
10446
- can_login?: YesNo[] | undefined;
10447
10454
  is_root_user?: YesNo[] | undefined;
10455
+ can_login?: YesNo[] | undefined;
10448
10456
  time_zone_ids?: string[] | undefined;
10449
10457
  }>;
10450
10458
  type UserQueryDTO = z.infer<typeof UserQuerySchema>;
@@ -10463,32 +10471,32 @@ declare const UserLogoSchema: z.ZodObject<{
10463
10471
  }>;
10464
10472
  type UserLogoDTO = z.infer<typeof UserLogoSchema>;
10465
10473
  declare const UserProfileSchema: z.ZodObject<{
10474
+ user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10475
+ user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10476
+ user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10466
10477
  first_name: z.ZodEffects<z.ZodString, string, string>;
10467
10478
  last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10468
10479
  email: z.ZodEffects<z.ZodString, string, string>;
10469
10480
  username: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10470
10481
  mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10471
- user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10472
- user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10473
- user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10474
10482
  }, "strip", z.ZodTypeAny, {
10475
10483
  email: string;
10476
10484
  mobile: string;
10477
- first_name: string;
10478
- last_name: string;
10479
- username: string;
10480
10485
  user_image_url: string;
10481
10486
  user_image_key: string;
10482
10487
  user_image_name: string;
10488
+ first_name: string;
10489
+ last_name: string;
10490
+ username: string;
10483
10491
  }, {
10484
10492
  email: string;
10485
10493
  first_name: string;
10486
10494
  mobile?: string | undefined;
10487
- last_name?: string | undefined;
10488
- username?: string | undefined;
10489
10495
  user_image_url?: string | undefined;
10490
10496
  user_image_key?: string | undefined;
10491
10497
  user_image_name?: string | undefined;
10498
+ last_name?: string | undefined;
10499
+ username?: string | undefined;
10492
10500
  }>;
10493
10501
  type UserProfileDTO = z.infer<typeof UserProfileSchema>;
10494
10502
  declare const UserDefaultLanguageSchema: z.ZodObject<{
@@ -10587,9 +10595,9 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
10587
10595
  }, "strip", z.ZodTypeAny, {
10588
10596
  status: Status;
10589
10597
  organisation_id: string;
10598
+ vehicle_id: string;
10590
10599
  user_id: string;
10591
10600
  date: string;
10592
- vehicle_id: string;
10593
10601
  driver_id: string;
10594
10602
  device_id: string;
10595
10603
  total_km: number;
@@ -10605,9 +10613,9 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
10605
10613
  }, {
10606
10614
  status: Status;
10607
10615
  organisation_id: string;
10616
+ vehicle_id: string;
10608
10617
  user_id: string;
10609
10618
  date: string;
10610
- vehicle_id: string;
10611
10619
  driver_id: string;
10612
10620
  device_id: string;
10613
10621
  total_km?: unknown;
@@ -10665,6 +10673,8 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10665
10673
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10666
10674
  }, "strip", z.ZodTypeAny, {
10667
10675
  status: Status[];
10676
+ user_ids: string[];
10677
+ vehicle_ids: string[];
10668
10678
  search: string;
10669
10679
  paging: PAGING;
10670
10680
  page_count: number;
@@ -10686,8 +10696,6 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10686
10696
  date_format_id: string;
10687
10697
  time_zone_id: string;
10688
10698
  organisation_ids: string[];
10689
- user_ids: string[];
10690
- vehicle_ids: string[];
10691
10699
  driver_ids: string[];
10692
10700
  from_date: string;
10693
10701
  to_date: string;
@@ -10701,6 +10709,8 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10701
10709
  from_date: string;
10702
10710
  to_date: string;
10703
10711
  status?: Status[] | undefined;
10712
+ user_ids?: string[] | undefined;
10713
+ vehicle_ids?: string[] | undefined;
10704
10714
  search?: string | undefined;
10705
10715
  paging?: PAGING | undefined;
10706
10716
  page_count?: unknown;
@@ -10720,8 +10730,6 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10720
10730
  }[] | undefined;
10721
10731
  include_master_data?: YesNo | undefined;
10722
10732
  organisation_ids?: string[] | undefined;
10723
- user_ids?: string[] | undefined;
10724
- vehicle_ids?: string[] | undefined;
10725
10733
  driver_ids?: string[] | undefined;
10726
10734
  device_ids?: string[] | undefined;
10727
10735
  fleet_fuel_daily_summary_ids?: string[] | undefined;
@@ -10729,7 +10737,7 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10729
10737
  day_summary?: YesNo | undefined;
10730
10738
  }>;
10731
10739
  type FleetFuelDailySummaryQueryDTO = z.infer<typeof FleetFuelDailySummaryQuerySchema>;
10732
- declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10740
+ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10733
10741
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10734
10742
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
10735
10743
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -10766,6 +10774,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10766
10774
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10767
10775
  }, "strip", z.ZodTypeAny, {
10768
10776
  status: Status[];
10777
+ vehicle_ids: string[];
10769
10778
  search: string;
10770
10779
  paging: PAGING;
10771
10780
  page_count: number;
@@ -10787,7 +10796,6 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10787
10796
  date_format_id: string;
10788
10797
  time_zone_id: string;
10789
10798
  organisation_ids: string[];
10790
- vehicle_ids: string[];
10791
10799
  from_date: string;
10792
10800
  to_date: string;
10793
10801
  }, {
@@ -10796,6 +10804,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10796
10804
  from_date: string;
10797
10805
  to_date: string;
10798
10806
  status?: Status[] | undefined;
10807
+ vehicle_ids?: string[] | undefined;
10799
10808
  search?: string | undefined;
10800
10809
  paging?: PAGING | undefined;
10801
10810
  page_count?: unknown;
@@ -10815,10 +10824,20 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10815
10824
  }[] | undefined;
10816
10825
  include_master_data?: YesNo | undefined;
10817
10826
  organisation_ids?: string[] | undefined;
10818
- vehicle_ids?: string[] | undefined;
10819
10827
  }>;
10820
- type FleetFuelDailySummaryDashBoardQueryDTO = z.infer<typeof FleetFuelDailySummaryDashBoardQuerySchema>;
10821
- declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10828
+ type FleetFuelDailyMonthlySummaryQueryDTO = z.infer<typeof FleetFuelDailyMonthlySummaryQuerySchema>;
10829
+ declare const AllVehiclesFuelDailySummaryQuerySchema: z.ZodObject<{
10830
+ date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10831
+ organisation_utrack_id: z.ZodEffects<z.ZodString, string, string>;
10832
+ }, "strip", z.ZodTypeAny, {
10833
+ date: string;
10834
+ organisation_utrack_id: string;
10835
+ }, {
10836
+ date: string;
10837
+ organisation_utrack_id: string;
10838
+ }>;
10839
+ type AllVehiclesFuelDailySummaryDTO = z.infer<typeof AllVehiclesFuelDailySummaryQuerySchema>;
10840
+ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
10822
10841
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
10823
10842
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
10824
10843
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -10855,6 +10874,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10855
10874
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10856
10875
  }, "strip", z.ZodTypeAny, {
10857
10876
  status: Status[];
10877
+ vehicle_ids: string[];
10858
10878
  search: string;
10859
10879
  paging: PAGING;
10860
10880
  page_count: number;
@@ -10876,7 +10896,6 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10876
10896
  date_format_id: string;
10877
10897
  time_zone_id: string;
10878
10898
  organisation_ids: string[];
10879
- vehicle_ids: string[];
10880
10899
  from_date: string;
10881
10900
  to_date: string;
10882
10901
  }, {
@@ -10885,6 +10904,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10885
10904
  from_date: string;
10886
10905
  to_date: string;
10887
10906
  status?: Status[] | undefined;
10907
+ vehicle_ids?: string[] | undefined;
10888
10908
  search?: string | undefined;
10889
10909
  paging?: PAGING | undefined;
10890
10910
  page_count?: unknown;
@@ -10904,20 +10924,8 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10904
10924
  }[] | undefined;
10905
10925
  include_master_data?: YesNo | undefined;
10906
10926
  organisation_ids?: string[] | undefined;
10907
- vehicle_ids?: string[] | undefined;
10908
- }>;
10909
- type FleetFuelDailyMonthlySummaryQueryDTO = z.infer<typeof FleetFuelDailyMonthlySummaryQuerySchema>;
10910
- declare const AllVehiclesFuelDailySummaryQuerySchema: z.ZodObject<{
10911
- date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10912
- organisation_utrack_id: z.ZodEffects<z.ZodString, string, string>;
10913
- }, "strip", z.ZodTypeAny, {
10914
- date: string;
10915
- organisation_utrack_id: string;
10916
- }, {
10917
- date: string;
10918
- organisation_utrack_id: string;
10919
10927
  }>;
10920
- type AllVehiclesFuelDailySummaryDTO = z.infer<typeof AllVehiclesFuelDailySummaryQuerySchema>;
10928
+ type FleetFuelDailySummaryDashBoardQueryDTO = z.infer<typeof FleetFuelDailySummaryDashBoardQuerySchema>;
10921
10929
  interface FuelDashboard {
10922
10930
  vehicle_id: string;
10923
10931
  vehicle_number: string;
@@ -10937,6 +10945,9 @@ declare const findVehicleFuelSummary: (data: AllVehiclesFuelDailySummaryDTO) =>
10937
10945
 
10938
10946
  interface MasterDriver extends Record<string, unknown> {
10939
10947
  driver_id: string;
10948
+ driver_image_url?: string;
10949
+ driver_image_key?: string;
10950
+ driver_image_name?: string;
10940
10951
  driver_code?: string;
10941
10952
  driver_first_name: string;
10942
10953
  driver_last_name?: string;
@@ -10949,9 +10960,6 @@ interface MasterDriver extends Record<string, unknown> {
10949
10960
  password?: string;
10950
10961
  can_login: YesNo;
10951
10962
  driver_type: DriverType;
10952
- driver_image_url?: string;
10953
- driver_image_key?: string;
10954
- driver_image_name?: string;
10955
10963
  status: Status;
10956
10964
  added_date_time: string;
10957
10965
  modified_date_time: string;
@@ -10965,13 +10973,14 @@ interface MasterDriver extends Record<string, unknown> {
10965
10973
  AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
10966
10974
  organisation_id: string;
10967
10975
  UserOrganisation?: UserOrganisation;
10976
+ organisation_name?: string;
10968
10977
  organisation_sub_company_id?: string;
10969
10978
  OrganisationSubCompany?: OrganisationSubCompany;
10970
10979
  sub_company_name?: string;
10971
10980
  organisation_branch_id?: string;
10972
10981
  OrganisationBranch?: OrganisationBranch;
10973
10982
  branch_name?: string;
10974
- branch_code?: string;
10983
+ branch_city?: string;
10975
10984
  organisation_color_id?: string;
10976
10985
  OrganisationColor?: OrganisationColor;
10977
10986
  color_name?: string;
@@ -11013,6 +11022,7 @@ interface MasterDriverFile extends BaseCommonFile {
11013
11022
  UserOrganisation?: UserOrganisation;
11014
11023
  driver_id: string;
11015
11024
  MasterDriver?: MasterDriver;
11025
+ driver_details?: string;
11016
11026
  }
11017
11027
  interface AssignRemoveDriverHistory extends Record<string, unknown> {
11018
11028
  history_id: string;
@@ -11035,7 +11045,7 @@ interface DriverLoginPush extends Record<string, unknown> {
11035
11045
  driver_login_push_id: string;
11036
11046
  fcm_token: string;
11037
11047
  platform: LoginFrom;
11038
- MasterDriver_agent?: string;
11048
+ user_agent?: string;
11039
11049
  ip_address?: string;
11040
11050
  device_id?: string;
11041
11051
  device_model?: string;
@@ -11098,6 +11108,9 @@ declare const MasterDriverSchema: z.ZodObject<{
11098
11108
  organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
11099
11109
  organisation_color_id: z.ZodEffects<z.ZodString, string, string>;
11100
11110
  organisation_tag_id: z.ZodEffects<z.ZodString, string, string>;
11111
+ driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11112
+ driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11113
+ driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11101
11114
  driver_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11102
11115
  driver_first_name: z.ZodEffects<z.ZodString, string, string>;
11103
11116
  driver_last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -11109,9 +11122,6 @@ declare const MasterDriverSchema: z.ZodObject<{
11109
11122
  password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11110
11123
  can_login: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
11111
11124
  driver_type: z.ZodType<DriverType, z.ZodTypeDef, DriverType>;
11112
- driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11113
- driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11114
- driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11115
11125
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
11116
11126
  MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
11117
11127
  usage_type: z.ZodEffects<z.ZodString, string, string>;
@@ -11160,6 +11170,9 @@ declare const MasterDriverSchema: z.ZodObject<{
11160
11170
  organisation_tag_id: string;
11161
11171
  password: string;
11162
11172
  can_login: YesNo;
11173
+ driver_image_url: string;
11174
+ driver_image_key: string;
11175
+ driver_image_name: string;
11163
11176
  driver_code: string;
11164
11177
  driver_first_name: string;
11165
11178
  driver_last_name: string;
@@ -11169,9 +11182,6 @@ declare const MasterDriverSchema: z.ZodObject<{
11169
11182
  driver_pan: string;
11170
11183
  driver_aadhaar: string;
11171
11184
  driver_type: DriverType;
11172
- driver_image_url: string;
11173
- driver_image_key: string;
11174
- driver_image_name: string;
11175
11185
  MasterDriverFileSchema: {
11176
11186
  status: Status;
11177
11187
  organisation_id: string;
@@ -11196,6 +11206,9 @@ declare const MasterDriverSchema: z.ZodObject<{
11196
11206
  driver_first_name: string;
11197
11207
  driver_type: DriverType;
11198
11208
  password?: string | undefined;
11209
+ driver_image_url?: string | undefined;
11210
+ driver_image_key?: string | undefined;
11211
+ driver_image_name?: string | undefined;
11199
11212
  driver_code?: string | undefined;
11200
11213
  driver_last_name?: string | undefined;
11201
11214
  driver_mobile?: string | undefined;
@@ -11203,9 +11216,6 @@ declare const MasterDriverSchema: z.ZodObject<{
11203
11216
  driver_license?: string | undefined;
11204
11217
  driver_pan?: string | undefined;
11205
11218
  driver_aadhaar?: string | undefined;
11206
- driver_image_url?: string | undefined;
11207
- driver_image_key?: string | undefined;
11208
- driver_image_name?: string | undefined;
11209
11219
  MasterDriverFileSchema?: {
11210
11220
  status: Status;
11211
11221
  organisation_id: string;
@@ -11252,18 +11262,19 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11252
11262
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
11253
11263
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
11254
11264
  } & {
11265
+ driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11255
11266
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11256
11267
  organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11257
11268
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11258
11269
  organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11259
11270
  organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11260
11271
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11261
- driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11262
11272
  can_login: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11263
11273
  driver_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DriverType>, "many">>>;
11264
11274
  is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11265
11275
  }, "strip", z.ZodTypeAny, {
11266
11276
  status: Status[];
11277
+ vehicle_ids: string[];
11267
11278
  search: string;
11268
11279
  paging: PAGING;
11269
11280
  page_count: number;
@@ -11289,7 +11300,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11289
11300
  organisation_branch_ids: string[];
11290
11301
  organisation_color_ids: string[];
11291
11302
  organisation_tag_ids: string[];
11292
- vehicle_ids: string[];
11293
11303
  driver_ids: string[];
11294
11304
  can_login: YesNo[];
11295
11305
  driver_type: DriverType[];
@@ -11298,6 +11308,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11298
11308
  date_format_id: string;
11299
11309
  time_zone_id: string;
11300
11310
  status?: Status[] | undefined;
11311
+ vehicle_ids?: string[] | undefined;
11301
11312
  search?: string | undefined;
11302
11313
  paging?: PAGING | undefined;
11303
11314
  page_count?: unknown;
@@ -11321,7 +11332,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11321
11332
  organisation_branch_ids?: string[] | undefined;
11322
11333
  organisation_color_ids?: string[] | undefined;
11323
11334
  organisation_tag_ids?: string[] | undefined;
11324
- vehicle_ids?: string[] | undefined;
11325
11335
  driver_ids?: string[] | undefined;
11326
11336
  can_login?: YesNo[] | undefined;
11327
11337
  driver_type?: DriverType[] | undefined;
@@ -11343,6 +11353,9 @@ declare const MasterDriverLogoSchema: z.ZodObject<{
11343
11353
  }>;
11344
11354
  type MasterDriverLogoDTO = z.infer<typeof MasterDriverLogoSchema>;
11345
11355
  declare const MasterDriverProfileSchema: z.ZodObject<{
11356
+ driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11357
+ driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11358
+ driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11346
11359
  driver_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11347
11360
  driver_first_name: z.ZodEffects<z.ZodString, string, string>;
11348
11361
  driver_last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -11351,9 +11364,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11351
11364
  driver_license: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11352
11365
  driver_pan: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11353
11366
  driver_aadhaar: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11354
- driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11355
- driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11356
- driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11357
11367
  MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
11358
11368
  usage_type: z.ZodEffects<z.ZodString, string, string>;
11359
11369
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -11393,6 +11403,9 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11393
11403
  file_metadata?: Record<string, any> | undefined;
11394
11404
  }>, "many">>>;
11395
11405
  }, "strip", z.ZodTypeAny, {
11406
+ driver_image_url: string;
11407
+ driver_image_key: string;
11408
+ driver_image_name: string;
11396
11409
  driver_code: string;
11397
11410
  driver_first_name: string;
11398
11411
  driver_last_name: string;
@@ -11401,9 +11414,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11401
11414
  driver_license: string;
11402
11415
  driver_pan: string;
11403
11416
  driver_aadhaar: string;
11404
- driver_image_url: string;
11405
- driver_image_key: string;
11406
- driver_image_name: string;
11407
11417
  MasterDriverFileSchema: {
11408
11418
  status: Status;
11409
11419
  organisation_id: string;
@@ -11419,6 +11429,9 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11419
11429
  }[];
11420
11430
  }, {
11421
11431
  driver_first_name: string;
11432
+ driver_image_url?: string | undefined;
11433
+ driver_image_key?: string | undefined;
11434
+ driver_image_name?: string | undefined;
11422
11435
  driver_code?: string | undefined;
11423
11436
  driver_last_name?: string | undefined;
11424
11437
  driver_mobile?: string | undefined;
@@ -11426,9 +11439,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
11426
11439
  driver_license?: string | undefined;
11427
11440
  driver_pan?: string | undefined;
11428
11441
  driver_aadhaar?: string | undefined;
11429
- driver_image_url?: string | undefined;
11430
- driver_image_key?: string | undefined;
11431
- driver_image_name?: string | undefined;
11432
11442
  MasterDriverFileSchema?: {
11433
11443
  status: Status;
11434
11444
  organisation_id: string;
@@ -11497,17 +11507,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
11497
11507
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11498
11508
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
11499
11509
  }, "strip", z.ZodTypeAny, {
11500
- group_name: string;
11501
11510
  status: Status;
11502
11511
  organisation_id: string;
11503
- description: string;
11504
11512
  vehicle_ids: string[];
11505
- }, {
11513
+ description: string;
11506
11514
  group_name: string;
11515
+ }, {
11507
11516
  status: Status;
11508
11517
  organisation_id: string;
11509
- description?: string | undefined;
11518
+ group_name: string;
11510
11519
  vehicle_ids?: string[] | undefined;
11520
+ description?: string | undefined;
11511
11521
  }>;
11512
11522
  type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
11513
11523
  declare const OrganisationGroupQuerySchema: z.ZodObject<{
@@ -11546,6 +11556,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11546
11556
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11547
11557
  }, "strip", z.ZodTypeAny, {
11548
11558
  status: Status[];
11559
+ vehicle_ids: string[];
11549
11560
  search: string;
11550
11561
  paging: PAGING;
11551
11562
  page_count: number;
@@ -11567,12 +11578,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11567
11578
  date_format_id: string;
11568
11579
  time_zone_id: string;
11569
11580
  organisation_ids: string[];
11570
- vehicle_ids: string[];
11571
11581
  organisation_group_ids: string[];
11572
11582
  }, {
11573
11583
  date_format_id: string;
11574
11584
  time_zone_id: string;
11575
11585
  status?: Status[] | undefined;
11586
+ vehicle_ids?: string[] | undefined;
11576
11587
  search?: string | undefined;
11577
11588
  paging?: PAGING | undefined;
11578
11589
  page_count?: unknown;
@@ -11592,7 +11603,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11592
11603
  }[] | undefined;
11593
11604
  include_master_data?: YesNo | undefined;
11594
11605
  organisation_ids?: string[] | undefined;
11595
- vehicle_ids?: string[] | undefined;
11596
11606
  organisation_group_ids?: string[] | undefined;
11597
11607
  }>;
11598
11608
  type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
@@ -12303,8 +12313,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
12303
12313
  }, "strip", z.ZodTypeAny, {
12304
12314
  status: Status;
12305
12315
  organisation_id: string;
12306
- description: string;
12307
12316
  vehicle_type: string;
12317
+ description: string;
12308
12318
  }, {
12309
12319
  status: Status;
12310
12320
  organisation_id: string;
@@ -12827,28 +12837,28 @@ declare const OrganisationReportPreferenceSchema: z.ZodObject<{
12827
12837
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12828
12838
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
12829
12839
  }, "strip", z.ZodTypeAny, {
12830
- status: Status;
12831
- organisation_id: string;
12832
- vehicle_ids: string[];
12833
12840
  mobile_numbers: string;
12834
12841
  email_ids: string;
12835
12842
  cc_email_ids: string;
12836
12843
  all_vehicles: YesNo;
12844
+ status: Status;
12845
+ organisation_id: string;
12846
+ vehicle_ids: string[];
12837
12847
  report_name: string;
12838
12848
  report_status: OnOff;
12839
12849
  report_types: ReportType[];
12840
12850
  report_list: ReportList[];
12841
12851
  report_channels: ReportChannel.Email[];
12842
12852
  }, {
12853
+ all_vehicles: YesNo;
12843
12854
  status: Status;
12844
12855
  organisation_id: string;
12845
- all_vehicles: YesNo;
12846
12856
  report_name: string;
12847
12857
  report_status: OnOff;
12848
- vehicle_ids?: string[] | undefined;
12849
12858
  mobile_numbers?: string | undefined;
12850
12859
  email_ids?: string | undefined;
12851
12860
  cc_email_ids?: string | undefined;
12861
+ vehicle_ids?: string[] | undefined;
12852
12862
  report_types?: ReportType[] | undefined;
12853
12863
  report_list?: ReportList[] | undefined;
12854
12864
  report_channels?: ReportChannel.Email[] | undefined;
@@ -15594,9 +15604,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
15594
15604
  }, "strip", z.ZodTypeAny, {
15595
15605
  status: Status;
15596
15606
  organisation_id: string;
15607
+ vehicle_id: string;
15597
15608
  time_zone_id: string;
15598
15609
  organisation_branch_id: string;
15599
- vehicle_id: string;
15600
15610
  driver_id: string;
15601
15611
  route_id: string;
15602
15612
  schedule_name: string;
@@ -15620,9 +15630,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
15620
15630
  }, {
15621
15631
  status: Status;
15622
15632
  organisation_id: string;
15633
+ vehicle_id: string;
15623
15634
  time_zone_id: string;
15624
15635
  organisation_branch_id: string;
15625
- vehicle_id: string;
15626
15636
  driver_id: string;
15627
15637
  route_id: string;
15628
15638
  schedule_name: string;
@@ -15688,6 +15698,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
15688
15698
  schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
15689
15699
  }, "strip", z.ZodTypeAny, {
15690
15700
  status: Status[];
15701
+ vehicle_ids: string[];
15691
15702
  search: string;
15692
15703
  paging: PAGING;
15693
15704
  page_count: number;
@@ -15710,7 +15721,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
15710
15721
  time_zone_id: string;
15711
15722
  organisation_ids: string[];
15712
15723
  organisation_branch_ids: string[];
15713
- vehicle_ids: string[];
15714
15724
  driver_ids: string[];
15715
15725
  schedule_status: Status[];
15716
15726
  is_stops_finalized: YesNo[];
@@ -15722,6 +15732,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
15722
15732
  date_format_id: string;
15723
15733
  time_zone_id: string;
15724
15734
  status?: Status[] | undefined;
15735
+ vehicle_ids?: string[] | undefined;
15725
15736
  search?: string | undefined;
15726
15737
  paging?: PAGING | undefined;
15727
15738
  page_count?: unknown;
@@ -15742,7 +15753,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
15742
15753
  include_master_data?: YesNo | undefined;
15743
15754
  organisation_ids?: string[] | undefined;
15744
15755
  organisation_branch_ids?: string[] | undefined;
15745
- vehicle_ids?: string[] | undefined;
15746
15756
  driver_ids?: string[] | undefined;
15747
15757
  schedule_status?: Status[] | undefined;
15748
15758
  is_stops_finalized?: YesNo[] | undefined;
@@ -16136,6 +16146,7 @@ interface GPSLiveTrackShareLink extends Record<string, unknown> {
16136
16146
  modified_date_time: string;
16137
16147
  organisation_id: string;
16138
16148
  UserOrganisation?: UserOrganisation;
16149
+ organisation_name?: string;
16139
16150
  vehicle_id: string;
16140
16151
  MasterVehicle?: MasterVehicle;
16141
16152
  vehicle_number?: string;
@@ -16168,11 +16179,11 @@ declare const GPSLiveTrackShareLinkNotificationSchema: z.ZodObject<{
16168
16179
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16169
16180
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
16170
16181
  }, "strip", z.ZodTypeAny, {
16171
- status: Status;
16172
- organisation_id: string;
16173
16182
  mobile_numbers: string;
16174
16183
  email_ids: string;
16175
16184
  cc_email_ids: string;
16185
+ status: Status;
16186
+ organisation_id: string;
16176
16187
  gps_live_track_share_link_id: string;
16177
16188
  share_channels: ShareChannel.Email[];
16178
16189
  }, {
@@ -16252,12 +16263,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
16252
16263
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
16253
16264
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16254
16265
  } & {
16266
+ gps_live_track_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16255
16267
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16256
16268
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16257
16269
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
16258
- gps_live_track_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16259
16270
  }, "strip", z.ZodTypeAny, {
16260
16271
  status: Status[];
16272
+ vehicle_ids: string[];
16261
16273
  search: string;
16262
16274
  paging: PAGING;
16263
16275
  page_count: number;
@@ -16279,13 +16291,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
16279
16291
  date_format_id: string;
16280
16292
  time_zone_id: string;
16281
16293
  organisation_ids: string[];
16282
- vehicle_ids: string[];
16283
16294
  link_status: LinkStatus[];
16284
16295
  gps_live_track_share_link_ids: string[];
16285
16296
  }, {
16286
16297
  date_format_id: string;
16287
16298
  time_zone_id: string;
16288
16299
  status?: Status[] | undefined;
16300
+ vehicle_ids?: string[] | undefined;
16289
16301
  search?: string | undefined;
16290
16302
  paging?: PAGING | undefined;
16291
16303
  page_count?: unknown;
@@ -16305,7 +16317,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
16305
16317
  }[] | undefined;
16306
16318
  include_master_data?: YesNo | undefined;
16307
16319
  organisation_ids?: string[] | undefined;
16308
- vehicle_ids?: string[] | undefined;
16309
16320
  link_status?: LinkStatus[] | undefined;
16310
16321
  gps_live_track_share_link_ids?: string[] | undefined;
16311
16322
  }>;
@@ -16329,6 +16340,7 @@ interface GPSTrackHistoryShareLink extends Record<string, unknown> {
16329
16340
  modified_date_time: string;
16330
16341
  organisation_id: string;
16331
16342
  UserOrganisation?: UserOrganisation;
16343
+ organisation_name?: string;
16332
16344
  vehicle_id: string;
16333
16345
  MasterVehicle?: MasterVehicle;
16334
16346
  vehicle_number?: string;
@@ -16361,11 +16373,11 @@ declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
16361
16373
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16362
16374
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
16363
16375
  }, "strip", z.ZodTypeAny, {
16364
- status: Status;
16365
- organisation_id: string;
16366
16376
  mobile_numbers: string;
16367
16377
  email_ids: string;
16368
16378
  cc_email_ids: string;
16379
+ status: Status;
16380
+ organisation_id: string;
16369
16381
  share_channels: ShareChannel.Email[];
16370
16382
  gps_track_history_share_link_id: string;
16371
16383
  }, {
@@ -16389,16 +16401,16 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
16389
16401
  }, "strip", z.ZodTypeAny, {
16390
16402
  status: Status;
16391
16403
  organisation_id: string;
16392
- time_zone_id: string;
16393
16404
  vehicle_id: string;
16405
+ time_zone_id: string;
16394
16406
  link_status: TrackHistoryLinkStatus;
16395
16407
  from_date_time: string;
16396
16408
  to_date_time: string;
16397
16409
  }, {
16398
16410
  status: Status;
16399
16411
  organisation_id: string;
16400
- time_zone_id: string;
16401
16412
  vehicle_id: string;
16413
+ time_zone_id: string;
16402
16414
  link_status: TrackHistoryLinkStatus;
16403
16415
  from_date_time: string;
16404
16416
  to_date_time: string;
@@ -16443,12 +16455,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
16443
16455
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
16444
16456
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
16445
16457
  } & {
16458
+ gps_track_history_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16446
16459
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16447
16460
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16448
16461
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TrackHistoryLinkStatus>, "many">>>;
16449
- gps_track_history_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16450
16462
  }, "strip", z.ZodTypeAny, {
16451
16463
  status: Status[];
16464
+ vehicle_ids: string[];
16452
16465
  search: string;
16453
16466
  paging: PAGING;
16454
16467
  page_count: number;
@@ -16470,13 +16483,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
16470
16483
  date_format_id: string;
16471
16484
  time_zone_id: string;
16472
16485
  organisation_ids: string[];
16473
- vehicle_ids: string[];
16474
16486
  link_status: TrackHistoryLinkStatus[];
16475
16487
  gps_track_history_share_link_ids: string[];
16476
16488
  }, {
16477
16489
  date_format_id: string;
16478
16490
  time_zone_id: string;
16479
16491
  status?: Status[] | undefined;
16492
+ vehicle_ids?: string[] | undefined;
16480
16493
  search?: string | undefined;
16481
16494
  paging?: PAGING | undefined;
16482
16495
  page_count?: unknown;
@@ -16496,7 +16509,6 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
16496
16509
  }[] | undefined;
16497
16510
  include_master_data?: YesNo | undefined;
16498
16511
  organisation_ids?: string[] | undefined;
16499
- vehicle_ids?: string[] | undefined;
16500
16512
  link_status?: TrackHistoryLinkStatus[] | undefined;
16501
16513
  gps_track_history_share_link_ids?: string[] | undefined;
16502
16514
  }>;
@@ -16541,8 +16553,11 @@ interface MasterVehicle extends Record<string, unknown> {
16541
16553
  AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
16542
16554
  country_id?: string;
16543
16555
  MasterMainCountry?: MasterMainCountry;
16556
+ country_name?: string;
16544
16557
  time_zone_id?: string;
16545
16558
  MasterMainTimeZone?: MasterMainTimeZone;
16559
+ time_zone_code?: string;
16560
+ time_zone_identifier?: string;
16546
16561
  odometer_reading?: number;
16547
16562
  odometer_last_change_date?: string;
16548
16563
  odometer_last_change_date_f?: string;
@@ -16559,6 +16574,7 @@ interface MasterVehicle extends Record<string, unknown> {
16559
16574
  VehicleDetailPurchase?: VehicleDetailPurchase;
16560
16575
  organisation_id: string;
16561
16576
  UserOrganisation?: UserOrganisation;
16577
+ organisation_name?: string;
16562
16578
  organisation_sub_company_id?: string;
16563
16579
  OrganisationSubCompany?: OrganisationSubCompany;
16564
16580
  sub_company_name?: string;
@@ -16573,7 +16589,7 @@ interface MasterVehicle extends Record<string, unknown> {
16573
16589
  organisation_tag_id?: string;
16574
16590
  OrganisationTag?: OrganisationTag;
16575
16591
  tag_name?: string;
16576
- vehicle_type_id: string;
16592
+ vehicle_type_id?: string;
16577
16593
  MasterVehicleType?: MasterVehicleType;
16578
16594
  vehicle_type?: string;
16579
16595
  vehicle_make_id?: string;
@@ -16606,7 +16622,7 @@ interface MasterVehicle extends Record<string, unknown> {
16606
16622
  secondary_vehicle_fuel_unit_id?: string;
16607
16623
  SecondaryMasterVehicleFuelUnit?: MasterVehicleFuelUnit;
16608
16624
  secondary_fuel_unit?: string;
16609
- fuel_tank_type?: FuelTankType;
16625
+ fuel_tank_type: FuelTankType;
16610
16626
  fuel_tank_size?: number;
16611
16627
  fuel_tank_1_size?: number;
16612
16628
  fuel_tank_2_size?: number;
@@ -16888,6 +16904,7 @@ interface VehicleDetailGPS extends Record<string, unknown> {
16888
16904
  vehicle_number?: string;
16889
16905
  vehicle_type?: string;
16890
16906
  landmark_id?: string;
16907
+ MasterMainLandMark?: MasterMainLandMark;
16891
16908
  }
16892
16909
  interface VehicleDetailTrip extends Record<string, unknown> {
16893
16910
  vehicle_details_trip_id: string;
@@ -16906,7 +16923,7 @@ interface VehicleDetailTrip extends Record<string, unknown> {
16906
16923
  added_date_time: string;
16907
16924
  modified_date_time: string;
16908
16925
  vehicle_id?: string;
16909
- Vehicle?: MasterVehicle;
16926
+ MasterVehicle?: MasterVehicle;
16910
16927
  vehicle_number?: string;
16911
16928
  vehicle_type?: string;
16912
16929
  }
@@ -16976,7 +16993,7 @@ interface VehicleDetailBody extends Record<string, unknown> {
16976
16993
  added_date_time: string;
16977
16994
  modified_date_time: string;
16978
16995
  vehicle_id?: string;
16979
- Vehicle?: MasterVehicle;
16996
+ MasterVehicle?: MasterVehicle;
16980
16997
  vehicle_number?: string;
16981
16998
  vehicle_type?: string;
16982
16999
  }
@@ -17000,7 +17017,7 @@ interface VehicleDetailLifeCycle extends Record<string, unknown> {
17000
17017
  added_date_time: string;
17001
17018
  modified_date_time: string;
17002
17019
  vehicle_id?: string;
17003
- Vehicle?: MasterVehicle;
17020
+ MasterVehicle?: MasterVehicle;
17004
17021
  vehicle_number?: string;
17005
17022
  vehicle_type?: string;
17006
17023
  }
@@ -17038,10 +17055,6 @@ interface VehicleDetailPurchase extends Record<string, unknown> {
17038
17055
  status: Status;
17039
17056
  added_date_time: string;
17040
17057
  modified_date_time: string;
17041
- vehicle_id?: string;
17042
- MasterVehicle?: MasterVehicle;
17043
- vehicle_number?: string;
17044
- vehicle_type?: string;
17045
17058
  purchase_vendor_id?: string;
17046
17059
  PurchaseVendor?: FleetVendor;
17047
17060
  purchase_vendor_name?: string;
@@ -17051,6 +17064,10 @@ interface VehicleDetailPurchase extends Record<string, unknown> {
17051
17064
  lease_vendor_id?: string;
17052
17065
  LeaseVendor?: FleetVendor;
17053
17066
  lease_vendor_name?: string;
17067
+ vehicle_id?: string;
17068
+ MasterVehicle?: MasterVehicle;
17069
+ vehicle_number?: string;
17070
+ vehicle_type?: string;
17054
17071
  }
17055
17072
  interface VehicleDocument extends Record<string, unknown> {
17056
17073
  vehicle_document_id: string;
@@ -17077,6 +17094,7 @@ interface VehicleDocument extends Record<string, unknown> {
17077
17094
  modified_date_time: string;
17078
17095
  organisation_id: string;
17079
17096
  UserOrganisation?: UserOrganisation;
17097
+ organisation_name?: string;
17080
17098
  vehicle_id: string;
17081
17099
  MasterVehicle?: MasterVehicle;
17082
17100
  vehicle_number?: string;
@@ -17148,6 +17166,7 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
17148
17166
  }, "strip", z.ZodTypeAny, {
17149
17167
  status: Status;
17150
17168
  organisation_id: string;
17169
+ vehicle_id: string;
17151
17170
  usage_type: string;
17152
17171
  file_type: FileType;
17153
17172
  file_url: string;
@@ -17156,13 +17175,12 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
17156
17175
  file_description: string;
17157
17176
  file_size: number;
17158
17177
  file_metadata: Record<string, any>;
17159
- vehicle_id: string;
17160
17178
  }, {
17161
17179
  status: Status;
17162
17180
  organisation_id: string;
17181
+ vehicle_id: string;
17163
17182
  usage_type: string;
17164
17183
  file_type: FileType;
17165
- vehicle_id: string;
17166
17184
  file_url?: string | undefined;
17167
17185
  file_key?: string | undefined;
17168
17186
  file_name?: string | undefined;
@@ -17187,16 +17205,6 @@ declare const CalibrationFileSchema: z.ZodObject<{
17187
17205
  type CalibrationFileDTO = z.infer<typeof CalibrationFileSchema>;
17188
17206
  declare const VehicleSchema: z.ZodObject<{
17189
17207
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
17190
- vehicle_number: z.ZodEffects<z.ZodString, string, string>;
17191
- vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17192
- odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17193
- engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17194
- chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17195
- vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17196
- is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17197
- is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17198
- is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17199
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
17200
17208
  organisation_sub_company_id: z.ZodEffects<z.ZodString, string, string>;
17201
17209
  organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
17202
17210
  organisation_tag_id: z.ZodEffects<z.ZodString, string, string>;
@@ -17218,8 +17226,18 @@ declare const VehicleSchema: z.ZodObject<{
17218
17226
  fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17219
17227
  fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17220
17228
  fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17229
+ vehicle_number: z.ZodEffects<z.ZodString, string, string>;
17230
+ vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17231
+ odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17232
+ engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17233
+ chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17234
+ vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17235
+ is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17236
+ is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17237
+ is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17221
17238
  vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17222
17239
  standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17240
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
17223
17241
  MasterVehicleFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17224
17242
  usage_type: z.ZodEffects<z.ZodString, string, string>;
17225
17243
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -17236,6 +17254,7 @@ declare const VehicleSchema: z.ZodObject<{
17236
17254
  }, z.UnknownKeysParam, z.ZodTypeAny, {
17237
17255
  status: Status;
17238
17256
  organisation_id: string;
17257
+ vehicle_id: string;
17239
17258
  usage_type: string;
17240
17259
  file_type: FileType;
17241
17260
  file_url: string;
@@ -17244,13 +17263,12 @@ declare const VehicleSchema: z.ZodObject<{
17244
17263
  file_description: string;
17245
17264
  file_size: number;
17246
17265
  file_metadata: Record<string, any>;
17247
- vehicle_id: string;
17248
17266
  }, {
17249
17267
  status: Status;
17250
17268
  organisation_id: string;
17269
+ vehicle_id: string;
17251
17270
  usage_type: string;
17252
17271
  file_type: FileType;
17253
- vehicle_id: string;
17254
17272
  file_url?: string | undefined;
17255
17273
  file_key?: string | undefined;
17256
17274
  file_name?: string | undefined;
@@ -17261,11 +17279,11 @@ declare const VehicleSchema: z.ZodObject<{
17261
17279
  }, "strip", z.ZodTypeAny, {
17262
17280
  status: Status;
17263
17281
  organisation_id: string;
17282
+ vehicle_number: string;
17264
17283
  organisation_sub_company_id: string;
17265
17284
  organisation_branch_id: string;
17266
17285
  organisation_color_id: string;
17267
17286
  organisation_tag_id: string;
17268
- vehicle_number: string;
17269
17287
  vehicle_fuel_type_id: string;
17270
17288
  vehicle_fuel_unit_id: string;
17271
17289
  odometer_reading: number;
@@ -17296,6 +17314,7 @@ declare const VehicleSchema: z.ZodObject<{
17296
17314
  MasterVehicleFileSchema: {
17297
17315
  status: Status;
17298
17316
  organisation_id: string;
17317
+ vehicle_id: string;
17299
17318
  usage_type: string;
17300
17319
  file_type: FileType;
17301
17320
  file_url: string;
@@ -17304,16 +17323,15 @@ declare const VehicleSchema: z.ZodObject<{
17304
17323
  file_description: string;
17305
17324
  file_size: number;
17306
17325
  file_metadata: Record<string, any>;
17307
- vehicle_id: string;
17308
17326
  }[];
17309
17327
  }, {
17310
17328
  status: Status;
17311
17329
  organisation_id: string;
17330
+ vehicle_number: string;
17312
17331
  organisation_sub_company_id: string;
17313
17332
  organisation_branch_id: string;
17314
17333
  organisation_color_id: string;
17315
17334
  organisation_tag_id: string;
17316
- vehicle_number: string;
17317
17335
  vehicle_fuel_type_id: string;
17318
17336
  vehicle_fuel_unit_id: string;
17319
17337
  vehicle_sub_model_id: string;
@@ -17344,9 +17362,9 @@ declare const VehicleSchema: z.ZodObject<{
17344
17362
  MasterVehicleFileSchema?: {
17345
17363
  status: Status;
17346
17364
  organisation_id: string;
17365
+ vehicle_id: string;
17347
17366
  usage_type: string;
17348
17367
  file_type: FileType;
17349
- vehicle_id: string;
17350
17368
  file_url?: string | undefined;
17351
17369
  file_key?: string | undefined;
17352
17370
  file_name?: string | undefined;
@@ -17358,16 +17376,6 @@ declare const VehicleSchema: z.ZodObject<{
17358
17376
  type VehicleDTO = z.infer<typeof VehicleSchema>;
17359
17377
  declare const VehicleBulkSchema: z.ZodObject<{
17360
17378
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
17361
- vehicle_number: z.ZodEffects<z.ZodString, string, string>;
17362
- vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17363
- odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17364
- engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17365
- chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17366
- vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17367
- is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17368
- is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17369
- is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17370
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
17371
17379
  vehicle_type_id: z.ZodEffects<z.ZodString, string, string>;
17372
17380
  device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
17373
17381
  device_model_id: z.ZodEffects<z.ZodString, string, string>;
@@ -17379,14 +17387,24 @@ declare const VehicleBulkSchema: z.ZodObject<{
17379
17387
  fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17380
17388
  fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17381
17389
  fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17390
+ vehicle_number: z.ZodEffects<z.ZodString, string, string>;
17391
+ vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17392
+ odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17393
+ engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17394
+ chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
17395
+ vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17396
+ is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17397
+ is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17398
+ is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
17382
17399
  vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17383
17400
  standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17401
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
17384
17402
  }, "strip", z.ZodTypeAny, {
17385
17403
  status: Status;
17386
17404
  organisation_id: string;
17405
+ vehicle_number: string;
17387
17406
  time_zone_id: string;
17388
17407
  country_id: string;
17389
- vehicle_number: string;
17390
17408
  odometer_reading: number;
17391
17409
  vehicle_type_id: string;
17392
17410
  vehicle_name: string;
@@ -17409,9 +17427,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
17409
17427
  }, {
17410
17428
  status: Status;
17411
17429
  organisation_id: string;
17430
+ vehicle_number: string;
17412
17431
  time_zone_id: string;
17413
17432
  country_id: string;
17414
- vehicle_number: string;
17415
17433
  vehicle_type_id: string;
17416
17434
  is_fleet_active: YesNo;
17417
17435
  is_gps_active: YesNo;
@@ -17501,9 +17519,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17501
17519
  is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17502
17520
  camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17503
17521
  fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17504
- calibration_file_url: z.ZodEffects<z.ZodString, string, string>;
17505
- calibration_file_key: z.ZodEffects<z.ZodString, string, string>;
17506
- calibration_file_name: z.ZodEffects<z.ZodString, string, string>;
17507
17522
  MasterDeviceFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
17508
17523
  usage_type: z.ZodEffects<z.ZodString, string, string>;
17509
17524
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -17544,9 +17559,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17544
17559
  }>, "many">>>;
17545
17560
  }, "strip", z.ZodTypeAny, {
17546
17561
  organisation_id: string;
17562
+ vehicle_id: string;
17547
17563
  time_zone_id: string;
17548
17564
  country_id: string;
17549
- vehicle_id: string;
17550
17565
  device_id: string;
17551
17566
  fuel: YesNo;
17552
17567
  fuel_tank_type: FuelTankType;
@@ -17567,9 +17582,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17567
17582
  is_rear_cam: YesNo;
17568
17583
  is_front_cam: YesNo;
17569
17584
  camera_extra_count: number;
17570
- calibration_file_url: string;
17571
- calibration_file_key: string;
17572
- calibration_file_name: string;
17573
17585
  fuel_mapping: Record<string, any>;
17574
17586
  device_manufacturer_id: string;
17575
17587
  device_model_id: string;
@@ -17589,13 +17601,10 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17589
17601
  }[];
17590
17602
  }, {
17591
17603
  organisation_id: string;
17604
+ vehicle_id: string;
17592
17605
  time_zone_id: string;
17593
17606
  country_id: string;
17594
- vehicle_id: string;
17595
17607
  device_id: string;
17596
- calibration_file_url: string;
17597
- calibration_file_key: string;
17598
- calibration_file_name: string;
17599
17608
  device_manufacturer_id: string;
17600
17609
  device_model_id: string;
17601
17610
  device_type_id: string;
@@ -17683,9 +17692,6 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
17683
17692
  is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
17684
17693
  camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
17685
17694
  fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17686
- calibration_file_url: z.ZodEffects<z.ZodString, string, string>;
17687
- calibration_file_key: z.ZodEffects<z.ZodString, string, string>;
17688
- calibration_file_name: z.ZodEffects<z.ZodString, string, string>;
17689
17695
  }, "strip", z.ZodTypeAny, {
17690
17696
  fuel: YesNo;
17691
17697
  fuel_tank_type: FuelTankType;
@@ -17706,14 +17712,8 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
17706
17712
  is_rear_cam: YesNo;
17707
17713
  is_front_cam: YesNo;
17708
17714
  camera_extra_count: number;
17709
- calibration_file_url: string;
17710
- calibration_file_key: string;
17711
- calibration_file_name: string;
17712
17715
  fuel_mapping: Record<string, any>;
17713
17716
  }, {
17714
- calibration_file_url: string;
17715
- calibration_file_key: string;
17716
- calibration_file_name: string;
17717
17717
  fuel?: YesNo | undefined;
17718
17718
  fuel_tank_type?: FuelTankType | undefined;
17719
17719
  fuel_tank_size?: unknown;
@@ -18184,8 +18184,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
18184
18184
  }, "strip", z.ZodTypeAny, {
18185
18185
  status: Status;
18186
18186
  organisation_id: string;
18187
- time_zone_id: string;
18188
18187
  vehicle_id: string;
18188
+ time_zone_id: string;
18189
18189
  document_type_id: string;
18190
18190
  vendor_id: string;
18191
18191
  document_number: string;
@@ -18218,8 +18218,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
18218
18218
  }, {
18219
18219
  status: Status;
18220
18220
  organisation_id: string;
18221
- time_zone_id: string;
18222
18221
  vehicle_id: string;
18222
+ time_zone_id: string;
18223
18223
  document_type_id: string;
18224
18224
  vendor_id: string;
18225
18225
  document_validity_status: DocumentValidityStatus;
@@ -18282,13 +18282,14 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18282
18282
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
18283
18283
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
18284
18284
  } & {
18285
+ vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18285
18286
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18286
18287
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18287
18288
  document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18288
18289
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18289
- vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18290
18290
  }, "strip", z.ZodTypeAny, {
18291
18291
  status: Status[];
18292
+ vehicle_ids: string[];
18292
18293
  search: string;
18293
18294
  paging: PAGING;
18294
18295
  page_count: number;
@@ -18310,7 +18311,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18310
18311
  date_format_id: string;
18311
18312
  time_zone_id: string;
18312
18313
  organisation_ids: string[];
18313
- vehicle_ids: string[];
18314
18314
  document_type_ids: string[];
18315
18315
  vendor_ids: string[];
18316
18316
  vehicle_document_ids: string[];
@@ -18318,6 +18318,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18318
18318
  date_format_id: string;
18319
18319
  time_zone_id: string;
18320
18320
  status?: Status[] | undefined;
18321
+ vehicle_ids?: string[] | undefined;
18321
18322
  search?: string | undefined;
18322
18323
  paging?: PAGING | undefined;
18323
18324
  page_count?: unknown;
@@ -18337,7 +18338,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18337
18338
  }[] | undefined;
18338
18339
  include_master_data?: YesNo | undefined;
18339
18340
  organisation_ids?: string[] | undefined;
18340
- vehicle_ids?: string[] | undefined;
18341
18341
  document_type_ids?: string[] | undefined;
18342
18342
  vendor_ids?: string[] | undefined;
18343
18343
  vehicle_document_ids?: string[] | undefined;
@@ -18394,13 +18394,14 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18394
18394
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
18395
18395
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
18396
18396
  } & {
18397
+ document_expiry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18397
18398
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18398
18399
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18399
18400
  vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18400
- document_expiry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18401
18401
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
18402
18402
  }, "strip", z.ZodTypeAny, {
18403
18403
  status: Status[];
18404
+ vehicle_ids: string[];
18404
18405
  search: string;
18405
18406
  paging: PAGING;
18406
18407
  page_count: number;
@@ -18422,7 +18423,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18422
18423
  date_format_id: string;
18423
18424
  time_zone_id: string;
18424
18425
  organisation_ids: string[];
18425
- vehicle_ids: string[];
18426
18426
  expiry_type: ExpiryType[];
18427
18427
  vehicle_document_ids: string[];
18428
18428
  document_expiry_ids: string[];
@@ -18430,6 +18430,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18430
18430
  date_format_id: string;
18431
18431
  time_zone_id: string;
18432
18432
  status?: Status[] | undefined;
18433
+ vehicle_ids?: string[] | undefined;
18433
18434
  search?: string | undefined;
18434
18435
  paging?: PAGING | undefined;
18435
18436
  page_count?: unknown;
@@ -18449,7 +18450,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18449
18450
  }[] | undefined;
18450
18451
  include_master_data?: YesNo | undefined;
18451
18452
  organisation_ids?: string[] | undefined;
18452
- vehicle_ids?: string[] | undefined;
18453
18453
  expiry_type?: ExpiryType[] | undefined;
18454
18454
  vehicle_document_ids?: string[] | undefined;
18455
18455
  document_expiry_ids?: string[] | undefined;
@@ -18508,6 +18508,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
18508
18508
  gps_vehicle_category: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof GPSVehicleCategory>>>;
18509
18509
  }, "strip", z.ZodTypeAny, {
18510
18510
  status: Status[];
18511
+ vehicle_ids: string[];
18511
18512
  search: string;
18512
18513
  paging: PAGING;
18513
18514
  page_count: number;
@@ -18533,7 +18534,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
18533
18534
  organisation_branch_ids: string[];
18534
18535
  organisation_color_ids: string[];
18535
18536
  organisation_tag_ids: string[];
18536
- vehicle_ids: string[];
18537
18537
  driver_ids: string[];
18538
18538
  device_ids: string[];
18539
18539
  vehicle_fuel_type_ids: string[];
@@ -18552,6 +18552,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
18552
18552
  date_format_id: string;
18553
18553
  time_zone_id: string;
18554
18554
  status?: Status[] | undefined;
18555
+ vehicle_ids?: string[] | undefined;
18555
18556
  search?: string | undefined;
18556
18557
  paging?: PAGING | undefined;
18557
18558
  page_count?: unknown;
@@ -18575,7 +18576,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
18575
18576
  organisation_branch_ids?: string[] | undefined;
18576
18577
  organisation_color_ids?: string[] | undefined;
18577
18578
  organisation_tag_ids?: string[] | undefined;
18578
- vehicle_ids?: string[] | undefined;
18579
18579
  driver_ids?: string[] | undefined;
18580
18580
  device_ids?: string[] | undefined;
18581
18581
  vehicle_fuel_type_ids?: string[] | undefined;
@@ -18708,6 +18708,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
18708
18708
  }, "strip", z.ZodTypeAny, {
18709
18709
  status: Status[];
18710
18710
  organisation_id: string;
18711
+ vehicle_id: string;
18711
18712
  search: string;
18712
18713
  paging: PAGING;
18713
18714
  page_count: number;
@@ -18728,12 +18729,11 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
18728
18729
  include_master_data: YesNo;
18729
18730
  date_format_id: string;
18730
18731
  time_zone_id: string;
18731
- vehicle_id: string;
18732
18732
  }, {
18733
18733
  organisation_id: string;
18734
+ vehicle_id: string;
18734
18735
  date_format_id: string;
18735
18736
  time_zone_id: string;
18736
- vehicle_id: string;
18737
18737
  status?: Status[] | undefined;
18738
18738
  search?: string | undefined;
18739
18739
  paging?: PAGING | undefined;
@@ -19348,6 +19348,7 @@ interface MasterSim extends Record<string, unknown> {
19348
19348
  AssignRemoveSimHistory: AssignRemoveSimHistory[];
19349
19349
  sim_provider_id: string;
19350
19350
  MasterMainSimProvider?: MasterMainSimProvider;
19351
+ provider_name?: string;
19351
19352
  _count?: {
19352
19353
  AssignRemoveSimHistory?: number;
19353
19354
  };
@@ -19424,8 +19425,8 @@ declare const MasterSimQuerySchema: z.ZodObject<{
19424
19425
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
19425
19426
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
19426
19427
  } & {
19427
- sim_provider_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19428
19428
  sim_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19429
+ sim_provider_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19429
19430
  sim_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof SimStatus>, "many">>>;
19430
19431
  billing_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BillingStatus>, "many">>>;
19431
19432
  }, "strip", z.ZodTypeAny, {
@@ -19507,18 +19508,14 @@ interface MasterDevice extends Record<string, unknown> {
19507
19508
  is_device_used: DeviceStatus;
19508
19509
  vehicle_id?: string;
19509
19510
  MasterVehicle?: MasterVehicle;
19511
+ vehicle_number?: string;
19512
+ vehicle_type?: string;
19510
19513
  assign_device_date?: string;
19511
19514
  assign_device_date_f?: string;
19512
19515
  AssignRemoveDeviceHistory: AssignRemoveDeviceHistory[];
19513
19516
  device_gps_source: GPSSource;
19514
19517
  db_instance: string;
19515
19518
  db_group: string;
19516
- device_image_url?: string;
19517
- device_image_key?: string;
19518
- vehicle_image_url?: string;
19519
- vehicle_image_key?: string;
19520
- sim_image_url?: string;
19521
- sim_image_key?: string;
19522
19519
  device_manufacturer_id?: string;
19523
19520
  MasterDeviceManufacturer?: MasterDeviceManufacturer;
19524
19521
  device_model_id?: string;
@@ -19529,8 +19526,11 @@ interface MasterDevice extends Record<string, unknown> {
19529
19526
  UserOrganisation?: UserOrganisation;
19530
19527
  country_id?: string;
19531
19528
  MasterMainCountry?: MasterMainCountry;
19529
+ country_name?: string;
19532
19530
  time_zone_id?: string;
19533
19531
  MasterMainTimeZone?: MasterMainTimeZone;
19532
+ time_zone_code?: string;
19533
+ time_zone_identifier?: string;
19534
19534
  MasterDeviceFile?: MasterDeviceFile[];
19535
19535
  FleetFuelRefill?: FleetFuelRefill[];
19536
19536
  FleetFuelRemoval?: FleetFuelRemoval[];
@@ -19556,9 +19556,12 @@ interface AssignRemoveDeviceHistory extends Record<string, unknown> {
19556
19556
  added_date_time: string;
19557
19557
  modified_date_time: string;
19558
19558
  vehicle_id: string;
19559
- Vehicle?: MasterVehicle;
19559
+ MasterVehicle?: MasterVehicle;
19560
+ vehicle_number?: string;
19561
+ vehicle_type?: string;
19560
19562
  device_id: string;
19561
19563
  MasterDevice?: MasterDevice;
19564
+ device_identifier?: string;
19562
19565
  }
19563
19566
  interface MasterDeviceFile extends BaseCommonFile {
19564
19567
  device_file_id: string;
@@ -19566,6 +19569,7 @@ interface MasterDeviceFile extends BaseCommonFile {
19566
19569
  UserOrganisation?: UserOrganisation;
19567
19570
  device_id: string;
19568
19571
  MasterDevice?: MasterDevice;
19572
+ device_identifier?: string;
19569
19573
  }
19570
19574
  declare const MasterDeviceSchema: z.ZodObject<{
19571
19575
  device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
@@ -19624,6 +19628,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19624
19628
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
19625
19629
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
19626
19630
  } & {
19631
+ device_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19627
19632
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19628
19633
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19629
19634
  time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
@@ -19631,12 +19636,12 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19631
19636
  device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19632
19637
  device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19633
19638
  device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19634
- device_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19635
19639
  is_device_used: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DeviceStatus>, "many">>>;
19636
19640
  is_sim_linked: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
19637
19641
  device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
19638
19642
  }, "strip", z.ZodTypeAny, {
19639
19643
  status: Status[];
19644
+ vehicle_ids: string[];
19640
19645
  search: string;
19641
19646
  paging: PAGING;
19642
19647
  page_count: number;
@@ -19659,7 +19664,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19659
19664
  time_zone_id: string;
19660
19665
  organisation_ids: string[];
19661
19666
  country_ids: string[];
19662
- vehicle_ids: string[];
19663
19667
  device_ids: string[];
19664
19668
  time_zone_ids: string[];
19665
19669
  device_gps_source: GPSSource[];
@@ -19672,6 +19676,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19672
19676
  date_format_id: string;
19673
19677
  time_zone_id: string;
19674
19678
  status?: Status[] | undefined;
19679
+ vehicle_ids?: string[] | undefined;
19675
19680
  search?: string | undefined;
19676
19681
  paging?: PAGING | undefined;
19677
19682
  page_count?: unknown;
@@ -19692,7 +19697,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19692
19697
  include_master_data?: YesNo | undefined;
19693
19698
  organisation_ids?: string[] | undefined;
19694
19699
  country_ids?: string[] | undefined;
19695
- vehicle_ids?: string[] | undefined;
19696
19700
  device_ids?: string[] | undefined;
19697
19701
  time_zone_ids?: string[] | undefined;
19698
19702
  device_gps_source?: GPSSource[] | undefined;
@@ -21654,8 +21658,125 @@ declare const getMasterTyreMakeCache: (organisation_id: string) => Promise<FBR<M
21654
21658
  declare const getMasterTyreMakeCacheCount: (organisation_id: string) => Promise<FBR<number>>;
21655
21659
  declare const getMasterTyreMakeCacheChild: (organisation_id: string) => Promise<FBR<MasterTyreMake[]>>;
21656
21660
 
21661
+ interface MasterMainUnitDistance extends Record<string, unknown> {
21662
+ unit_id: string;
21663
+ unit_name: string;
21664
+ unit_code: string;
21665
+ status: Status;
21666
+ added_date_time: string;
21667
+ modified_date_time: string;
21668
+ UserOrganisation?: UserOrganisation[];
21669
+ _count?: {
21670
+ UserOrganisation?: number;
21671
+ };
21672
+ }
21673
+ declare const MasterMainUnitDistanceSchema: z.ZodObject<{
21674
+ unit_name: z.ZodEffects<z.ZodString, string, string>;
21675
+ unit_code: z.ZodEffects<z.ZodString, string, string>;
21676
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
21677
+ }, "strip", z.ZodTypeAny, {
21678
+ status: Status;
21679
+ unit_name: string;
21680
+ unit_code: string;
21681
+ }, {
21682
+ status: Status;
21683
+ unit_name: string;
21684
+ unit_code: string;
21685
+ }>;
21686
+ type MasterMainUnitDistanceDTO = z.infer<typeof MasterMainUnitDistanceSchema>;
21687
+ declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
21688
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21689
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
21690
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
21691
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
21692
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
21693
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
21694
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21695
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
21696
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21697
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
21698
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21699
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
21700
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
21701
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
21702
+ name: z.ZodEffects<z.ZodString, string, string>;
21703
+ field: z.ZodEffects<z.ZodString, string, string>;
21704
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
21705
+ }, "strip", z.ZodTypeAny, {
21706
+ name: string;
21707
+ field: string;
21708
+ direction: OrderBy;
21709
+ }, {
21710
+ name: string;
21711
+ field: string;
21712
+ direction: OrderBy;
21713
+ }>, "many">>>;
21714
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
21715
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
21716
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
21717
+ } & {
21718
+ unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21719
+ }, "strip", z.ZodTypeAny, {
21720
+ status: Status[];
21721
+ search: string;
21722
+ paging: PAGING;
21723
+ page_count: number;
21724
+ page_index: number;
21725
+ load_parents: LoadParents;
21726
+ load_parents_list: string[];
21727
+ load_child: LoadChild;
21728
+ load_child_list: string[];
21729
+ load_child_count: LoadChildCount;
21730
+ load_child_count_list: string[];
21731
+ include_details: Record<string, any>;
21732
+ where_relations: Record<string, any>;
21733
+ order_by: {
21734
+ name: string;
21735
+ field: string;
21736
+ direction: OrderBy;
21737
+ }[];
21738
+ include_master_data: YesNo;
21739
+ date_format_id: string;
21740
+ time_zone_id: string;
21741
+ unit_ids: string[];
21742
+ }, {
21743
+ date_format_id: string;
21744
+ time_zone_id: string;
21745
+ status?: Status[] | undefined;
21746
+ search?: string | undefined;
21747
+ paging?: PAGING | undefined;
21748
+ page_count?: unknown;
21749
+ page_index?: unknown;
21750
+ load_parents?: LoadParents | undefined;
21751
+ load_parents_list?: string[] | undefined;
21752
+ load_child?: LoadChild | undefined;
21753
+ load_child_list?: string[] | undefined;
21754
+ load_child_count?: LoadChildCount | undefined;
21755
+ load_child_count_list?: string[] | undefined;
21756
+ include_details?: Record<string, any> | undefined;
21757
+ where_relations?: Record<string, any> | undefined;
21758
+ order_by?: {
21759
+ name: string;
21760
+ field: string;
21761
+ direction: OrderBy;
21762
+ }[] | undefined;
21763
+ include_master_data?: YesNo | undefined;
21764
+ unit_ids?: string[] | undefined;
21765
+ }>;
21766
+ type MasterMainUnitDistanceQueryDTO = z.infer<typeof MasterMainUnitDistanceQuerySchema>;
21767
+ declare const toMasterMainUnitDistancePayload: (row: MasterMainUnitDistance) => MasterMainUnitDistanceDTO;
21768
+ declare const newMasterMainUnitDistancePayload: () => MasterMainUnitDistanceDTO;
21769
+ declare const findMasterMainUnitDistances: (data: MasterMainUnitDistanceQueryDTO) => Promise<FBR<MasterMainUnitDistance[]>>;
21770
+ declare const createMasterMainUnitDistance: (data: MasterMainUnitDistanceDTO) => Promise<SBR>;
21771
+ declare const updateMasterMainUnitDistance: (id: string, data: MasterMainUnitDistanceDTO) => Promise<SBR>;
21772
+ declare const deleteMasterMainUnitDistance: (id: string) => Promise<SBR>;
21773
+ declare const getMasterMainUnitDistanceCache: () => Promise<FBR<MasterMainUnitDistance[]>>;
21774
+
21657
21775
  interface UserOrganisation extends Record<string, unknown> {
21658
21776
  organisation_id: string;
21777
+ logo_url?: string;
21778
+ logo_key?: string;
21779
+ logo_name?: string;
21659
21780
  organisation_name: string;
21660
21781
  organisation_email?: string;
21661
21782
  organisation_mobile?: string;
@@ -21664,9 +21785,6 @@ interface UserOrganisation extends Record<string, unknown> {
21664
21785
  fleet_size: FleetSize;
21665
21786
  db_instance: string;
21666
21787
  db_group: string;
21667
- logo_url?: string;
21668
- logo_key?: string;
21669
- logo_name?: string;
21670
21788
  company_cin?: string;
21671
21789
  company_tin_gstin?: string;
21672
21790
  billing_address_line1?: string;
@@ -21694,24 +21812,42 @@ interface UserOrganisation extends Record<string, unknown> {
21694
21812
  modified_date_time: string;
21695
21813
  industry_id: string;
21696
21814
  MasterMainIndustry?: MasterMainIndustry;
21815
+ industry_name?: string;
21697
21816
  country_id: string;
21698
21817
  MasterMainCountry?: MasterMainCountry;
21818
+ country_name?: string;
21699
21819
  state_id?: string;
21700
21820
  MasterMainState?: MasterMainState;
21821
+ state_name?: string;
21822
+ state_code?: string;
21701
21823
  currency_id?: string;
21702
21824
  MasterMainCurrency?: MasterMainCurrency;
21825
+ currency_name?: string;
21826
+ currency_code?: string;
21703
21827
  language_id?: string;
21704
21828
  MasterMainLanguage?: MasterMainLanguage;
21829
+ language_name?: string;
21830
+ language_code?: string;
21705
21831
  time_zone_id?: string;
21706
21832
  MasterMainTimeZone?: MasterMainTimeZone;
21833
+ time_zone_code?: string;
21834
+ time_zone_identifier?: string;
21707
21835
  date_format_id?: string;
21708
21836
  MasterMainDateFormat?: MasterMainDateFormat;
21837
+ date_format_date?: string;
21838
+ date_format_time?: string;
21709
21839
  distance_unit_id?: string;
21710
- UserOrganisation?: UserOrganisation;
21840
+ MasterMainUnitDistance?: MasterMainUnitDistance;
21841
+ distance_unit_name?: string;
21842
+ distance_unit_code?: string;
21711
21843
  mileage_unit_id?: string;
21712
21844
  MasterMainUnitMileage?: MasterMainUnitMileage;
21845
+ mileage_unit_name?: string;
21846
+ mileage_unit_code?: string;
21713
21847
  volume_unit_id?: string;
21714
21848
  MasterMainUnitVolume?: MasterMainUnitVolume;
21849
+ volume_unit_name?: string;
21850
+ volume_unit_code?: string;
21715
21851
  User?: User[];
21716
21852
  MasterDriver?: MasterDriver[];
21717
21853
  MasterDriverFile?: MasterDriverFile[];
@@ -21946,15 +22082,25 @@ interface UserOrganisationSimple extends Record<string, unknown> {
21946
22082
  tz_id: string;
21947
22083
  }
21948
22084
  declare const UserOrganisationSchema: z.ZodObject<{
22085
+ industry_id: z.ZodEffects<z.ZodString, string, string>;
22086
+ country_id: z.ZodEffects<z.ZodString, string, string>;
22087
+ state_id: z.ZodEffects<z.ZodString, string, string>;
22088
+ currency_id: z.ZodEffects<z.ZodString, string, string>;
22089
+ language_id: z.ZodEffects<z.ZodString, string, string>;
22090
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
22091
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
22092
+ distance_unit_id: z.ZodEffects<z.ZodString, string, string>;
22093
+ mileage_unit_id: z.ZodEffects<z.ZodString, string, string>;
22094
+ volume_unit_id: z.ZodEffects<z.ZodString, string, string>;
22095
+ logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22096
+ logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22097
+ logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21949
22098
  organisation_name: z.ZodEffects<z.ZodString, string, string>;
21950
22099
  organisation_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21951
22100
  organisation_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21952
22101
  organisation_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21953
22102
  organisation_utrack_id: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21954
22103
  fleet_size: z.ZodType<FleetSize, z.ZodTypeDef, FleetSize>;
21955
- logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21956
- logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21957
- logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21958
22104
  company_cin: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21959
22105
  company_tin_gstin: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21960
22106
  billing_address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -21978,16 +22124,6 @@ declare const UserOrganisationSchema: z.ZodObject<{
21978
22124
  country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21979
22125
  country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
21980
22126
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
21981
- industry_id: z.ZodEffects<z.ZodString, string, string>;
21982
- country_id: z.ZodEffects<z.ZodString, string, string>;
21983
- state_id: z.ZodEffects<z.ZodString, string, string>;
21984
- currency_id: z.ZodEffects<z.ZodString, string, string>;
21985
- language_id: z.ZodEffects<z.ZodString, string, string>;
21986
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
21987
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
21988
- distance_unit_id: z.ZodEffects<z.ZodString, string, string>;
21989
- mileage_unit_id: z.ZodEffects<z.ZodString, string, string>;
21990
- volume_unit_id: z.ZodEffects<z.ZodString, string, string>;
21991
22127
  }, "strip", z.ZodTypeAny, {
21992
22128
  status: Status;
21993
22129
  date_format_id: string;
@@ -22107,6 +22243,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
22107
22243
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
22108
22244
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
22109
22245
  } & {
22246
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22110
22247
  industry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22111
22248
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22112
22249
  state_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
@@ -22115,7 +22252,6 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
22115
22252
  time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22116
22253
  date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22117
22254
  fleet_size: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof FleetSize>, "many">>>;
22118
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22119
22255
  }, "strip", z.ZodTypeAny, {
22120
22256
  status: Status[];
22121
22257
  search: string;
@@ -22241,9 +22377,12 @@ declare const BookMarkSchema: z.ZodObject<{
22241
22377
  sub_item_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22242
22378
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
22243
22379
  }, "strip", z.ZodTypeAny, {
22380
+ status: Status;
22381
+ organisation_id: string;
22382
+ user_id: string;
22383
+ group_name: string;
22244
22384
  module_name: string;
22245
22385
  menu_type: MenuType;
22246
- group_name: string;
22247
22386
  group_name_language: string;
22248
22387
  group_icon: string;
22249
22388
  group_url: string;
@@ -22251,19 +22390,16 @@ declare const BookMarkSchema: z.ZodObject<{
22251
22390
  sub_item_name_language: string;
22252
22391
  sub_item_icon: string;
22253
22392
  sub_item_url: string;
22393
+ }, {
22254
22394
  status: Status;
22255
22395
  organisation_id: string;
22256
22396
  user_id: string;
22257
- }, {
22397
+ group_name: string;
22258
22398
  module_name: string;
22259
22399
  menu_type: MenuType;
22260
- group_name: string;
22261
22400
  group_name_language: string;
22262
22401
  group_icon: string;
22263
22402
  group_url: string;
22264
- status: Status;
22265
- organisation_id: string;
22266
- user_id: string;
22267
22403
  sub_item_name?: string | undefined;
22268
22404
  sub_item_name_language?: string | undefined;
22269
22405
  sub_item_icon?: string | undefined;
@@ -22306,8 +22442,8 @@ declare const BookMarkQuerySchema: z.ZodObject<{
22306
22442
  bookmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22307
22443
  menu_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof MenuType>, "many">>>;
22308
22444
  }, "strip", z.ZodTypeAny, {
22309
- menu_type: MenuType[];
22310
22445
  status: Status[];
22446
+ user_ids: string[];
22311
22447
  search: string;
22312
22448
  paging: PAGING;
22313
22449
  page_count: number;
@@ -22329,13 +22465,13 @@ declare const BookMarkQuerySchema: z.ZodObject<{
22329
22465
  date_format_id: string;
22330
22466
  time_zone_id: string;
22331
22467
  organisation_ids: string[];
22332
- user_ids: string[];
22468
+ menu_type: MenuType[];
22333
22469
  bookmark_ids: string[];
22334
22470
  }, {
22335
22471
  date_format_id: string;
22336
22472
  time_zone_id: string;
22337
- menu_type?: MenuType[] | undefined;
22338
22473
  status?: Status[] | undefined;
22474
+ user_ids?: string[] | undefined;
22339
22475
  search?: string | undefined;
22340
22476
  paging?: PAGING | undefined;
22341
22477
  page_count?: unknown;
@@ -22355,7 +22491,7 @@ declare const BookMarkQuerySchema: z.ZodObject<{
22355
22491
  }[] | undefined;
22356
22492
  include_master_data?: YesNo | undefined;
22357
22493
  organisation_ids?: string[] | undefined;
22358
- user_ids?: string[] | undefined;
22494
+ menu_type?: MenuType[] | undefined;
22359
22495
  bookmark_ids?: string[] | undefined;
22360
22496
  }>;
22361
22497
  type BookMarkQueryDTO = z.infer<typeof BookMarkQuerySchema>;
@@ -22366,4 +22502,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
22366
22502
  declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
22367
22503
  declare const deleteBookMark: (id: string) => Promise<SBR>;
22368
22504
 
22369
- export { toOrganisationBranchPayload as $, getMasterMainCurrencyCache as A, OrganisationSubCompanySchema as B, type OrganisationSubCompanyDTO as C, OrganisationSubCompanyQuerySchema as D, type OrganisationSubCompanyQueryDTO as E, type SubCompanyLogoDTO as F, toOrganisationSubCompanyPayload as G, newOrganisationSubCompanyPayload as H, get_organisation_sub_company_logo_presigned_url as I, update_organisation_sub_company_logo as J, delete_organisation_sub_company_logo as K, findOrganisationSubCompanyies as L, type MasterDriver as M, createOrganisationSubCompany as N, type OrganisationSubCompany as O, updateOrganisationSubCompany as P, deleteOrganisationSubCompany as Q, getOrganisationSubCompanyCache as R, SubCompanyLogoSchema as S, getOrganisationSubCompanyCacheCount as T, type User as U, getOrganisationSubCompanyCacheChild as V, type OrganisationBranch as W, OrganisationBranchSchema as X, type OrganisationBranchDTO as Y, OrganisationBranchQuerySchema as Z, type OrganisationBranchQueryDTO as _, type UserAdmin as a, MasterMainLanguageSchema as a$, newOrganisationBranchPayload as a0, findOrganisationBranchs as a1, createOrganisationBranch as a2, updateOrganisationBranch as a3, deleteOrganisationBranch as a4, getOrganisationBranchCache as a5, getOrganisationBranchCacheCount as a6, getOrganisationBranchCacheChild as a7, type OrganisationColor as a8, OrganisationColorSchema as a9, type MasterUserRole as aA, MasterUserRoleSchema as aB, type MasterUserRoleDTO as aC, MasterUserRoleQuerySchema as aD, type MasterUserRoleQueryDTO as aE, toMasterUserRolePayload as aF, newMasterUserRolePayload as aG, findMasterUserRoles as aH, createMasterUserRole as aI, updateMasterUserRole as aJ, deleteMasterUserRole as aK, getMasterUserRoleCache as aL, getMasterUserRoleCacheCount as aM, type MasterUserStatus as aN, MasterUserStatusSchema as aO, type MasterUserStatusDTO as aP, MasterUserStatusQuerySchema as aQ, type MasterUserStatusQueryDTO as aR, toMasterUserStatusPayload as aS, newMasterUserStatusPayload as aT, findMasterUserStatuses as aU, createMasterUserStatus as aV, updateMasterUserStatus as aW, deleteMasterUserStatus as aX, getMasterUserStatusCache as aY, getMasterUserStatusCacheCount as aZ, type MasterMainLanguage as a_, type OrganisationColorDTO as aa, OrganisationColorQuerySchema as ab, type OrganisationColorQueryDTO as ac, toOrganisationColorPayload as ad, newOrganisationColorPayload as ae, findOrganisationColors as af, createOrganisationColor as ag, updateOrganisationColor as ah, deleteOrganisationColor as ai, getOrganisationColorCache as aj, getOrganisationColorCacheCount as ak, getOrganisationColorCacheChild as al, type OrganisationTag as am, OrganisationTagSchema as an, type OrganisationTagDTO as ao, OrganisationTagQuerySchema as ap, type OrganisationTagQueryDTO as aq, toOrganisationTagPayload as ar, newOrganisationTagPayload as as, findOrganisationTags as at, createOrganisationTag as au, updateOrganisationTag as av, deleteOrganisationTag as aw, getOrganisationTagCache as ax, getOrganisationTagCacheCount as ay, getOrganisationTagCacheChild as az, type UserOrganisation as b, toGPSGeofencePayload as b$, type MasterMainLanguageDTO as b0, MasterMainLanguageQuerySchema as b1, type MasterMainLanguageQueryDTO as b2, toMasterMainLanguagePayload as b3, newMasterMainLanguagePayload as b4, findMasterMainLanguages as b5, createMasterMainLanguage as b6, updateMasterMainLanguage as b7, deleteMasterMainLanguage as b8, getMasterMainLanguageCache as b9, GPSGeofenceTransactionQuerySchema as bA, type GPSGeofenceTransactionQueryDTO as bB, toGPSGeofenceTransactionPayload as bC, newGPSGeofenceTransactionPayload as bD, findGPSGeofenceTransaction as bE, createGPSGeofenceTransaction as bF, updateGPSGeofenceTransaction as bG, deleteGPSGeofenceTransaction as bH, type TripGeofenceToGeofence as bI, TripGeofenceToGeofenceSchema as bJ, type TripGeofenceToGeofenceDTO as bK, TripGeofenceToGeofenceQuerySchema as bL, type TripGeofenceToGeofenceQueryDTO as bM, toTripGeofenceToGeofencePayload as bN, newTripGeofenceToGeofencePayload as bO, findTripGeofenceToGeofence as bP, createTripGeofenceToGeofence as bQ, updateTripGeofenceToGeofence as bR, deleteTripGeofenceToGeofence as bS, type GPSGeofence as bT, type GPSGeofencePolilineData as bU, GPSGeofencePolilineDataSchema as bV, type GPSGeofencePolilineDataDTO as bW, GPSGeofenceSchema as bX, type GPSGeofenceDTO as bY, GPSGeofenceQuerySchema as bZ, type GPSGeofenceQueryDTO as b_, type MasterMainDateFormat as ba, MasterMainDateFormatSchema as bb, type MasterMainDateFormatDTO as bc, MasterMainDateFormatQuerySchema as bd, type MasterMainDateFormatQueryDTO as be, toMasterMainDateFormatPayload as bf, newMasterMainDateFormatPayload as bg, findMasterMainDateFormats as bh, createMasterMainDateFormat as bi, updateMasterMainDateFormat as bj, deleteMasterMainDateFormat as bk, getMasterMainDateFormatCache as bl, type GPSGeofenceTransactionSummary as bm, GPSGeofenceTransactionSummarySchema as bn, type GPSGeofenceTransactionSummaryDTO as bo, GPSGeofenceTransactionSummaryQuerySchema as bp, type GPSGeofenceTransactionSummaryQueryDTO as bq, toGPSGeofenceTransactionSummaryPayload as br, newGPSGeofenceTransactionSummaryPayload as bs, findGPSGeofenceTransactionSummary as bt, createGPSGeofenceTransactionSummary as bu, updateGPSGeofenceTransactionSummary as bv, deleteGPSGeofenceTransactionSummary as bw, type GPSGeofenceTransaction as bx, GPSGeofenceTransactionSchema as by, type GPSGeofenceTransactionDTO as bz, type MasterVehicle as c, type MasterMainLandmarkDTO as c$, newGPSGeofencePayload as c0, findGPSGeofence as c1, createGPSGeofence as c2, updateGPSGeofence as c3, deleteGPSGeofence as c4, type OrganisationNotificationPreference as c5, type OrganisationNotificationPreferenceVehicleLink as c6, type OrganisationNotificationPreferenceGeofenceLink as c7, type OrganisationNotificationPreferenceUserLink as c8, OrganisationNotificationPreferenceSchema as c9, updateUserAdmin as cA, deleteUserAdmin as cB, updateUserAdminProfile as cC, getAdminUserCache as cD, type Ticket as cE, type TicketFile as cF, TicketFileSchema as cG, type TicketFileDTO as cH, TicketSchema as cI, type TicketDTO as cJ, TicketVerifySchema as cK, type TicketVerifyDTO as cL, TicketQuerySchema as cM, type TicketQueryDTO as cN, toTicketPayload as cO, toVerifyTicketPayload as cP, newTicketPayload as cQ, get_ticket_file_presigned_url as cR, create_ticket_file as cS, remove_ticket_file as cT, findTickets as cU, createTicket as cV, updateTicket as cW, updateVerifyStatus as cX, deleteTicket as cY, type MasterMainLandMark as cZ, MasterMainLandmarkSchema as c_, type OrganisationNotificationPreferenceDTO as ca, OrganisationNotificationPreferenceQuerySchema as cb, type OrganisationNotificationPreferenceQueryDTO as cc, toOrganisationNotificationPreferencePayload as cd, newOrganisationNotificationPreferencePayload as ce, findOrganisationNotificationPreference as cf, createOrganisationNotificationPreference as cg, updateOrganisationNotificationPreference as ch, deleteOrganisationNotificationPreference as ci, type UserAdminLoginPush as cj, UserAdminSchema as ck, type UserAdminDTO as cl, UserAdminLogoSchema as cm, type UserAdminLogoDTO as cn, UserAdminProfileSchema as co, type UserAdminProfileDTO as cp, UserAdminQuerySchema as cq, type UserAdminQueryDTO as cr, toUserAdminPayload as cs, toUserAdminProfilePayload as ct, newUserAdminPayload as cu, get_admin_image_presigned_url as cv, update_admin_image as cw, delete_admin_image as cx, findUserAdmin as cy, createUserAdmin as cz, type MasterMainIndustry as d, type MasterVendorDocumentTypeDTO as d$, MasterMainLandmarkQuerySchema as d0, type MasterMainLandmarkQueryDTO as d1, toMasterMainLandmarkPayload as d2, newMasterMainLandmarkPayload as d3, findMasterMainCountries$1 as d4, createMasterMainCountry$1 as d5, updateMasterMainCountry$1 as d6, deleteMasterMainCountry$1 as d7, type MasterVehicleFuelType as d8, MasterVehicleFuelTypeSchema as d9, getMasterVehicleFuelUnitCacheChild as dA, type MasterVendorType as dB, MasterVendorTypeSchema as dC, type MasterVendorTypeDTO as dD, MasterVendorTypeQuerySchema as dE, type MasterVendorTypeQueryDTO as dF, toMasterVendorTypePayload as dG, newMasterVendorTypePayload as dH, findMasterVendorTypes as dI, createMasterVendorType as dJ, updateMasterVendorType as dK, deleteMasterVendorType as dL, getMasterVendorTypeCache as dM, type MasterVendorTag as dN, MasterVendorTagSchema as dO, type MasterVendorTagDTO as dP, MasterVendorTagQuerySchema as dQ, type MasterVendorTagQueryDTO as dR, toMasterVendorTagPayload as dS, newMasterVendorTagPayload as dT, findMasterVendorTags as dU, createMasterVendorTag as dV, updateMasterVendorTag as dW, deleteMasterVendorTag as dX, getMasterVendorTagCache as dY, type MasterVendorDocumentType as dZ, MasterVendorDocumentTypeSchema as d_, type MasterVehicleFuelTypeDTO as da, MasterVehicleFuelTypeQuerySchema as db, type MasterVehicleFuelTypeQueryDTO as dc, toMasterVehicleFuelTypePayload as dd, newMasterVehicleFuelTypePayload as de, findMasterVehicleFuelTypes as df, createMasterVehicleFuelType as dg, updateMasterVehicleFuelType as dh, deleteMasterVehicleFuelType as di, getMasterVehicleFuelTypeCache as dj, getMasterVehicleFuelTypeCacheCount as dk, getMasterVehicleFuelTypeCacheChild as dl, type MasterVehicleFuelUnit as dm, MasterVehicleFuelUnitSchema as dn, type MasterVehicleFuelUnitDTO as dp, MasterVehicleFuelUnitQuerySchema as dq, type MasterVehicleFuelUnitQueryDTO as dr, toMasterVehicleFuelUnitPayload as ds, newMasterVehicleFuelUnitPayload as dt, findMasterVehicleFuelUnits as du, createMasterVehicleFuelUnit as dv, updateMasterVehicleFuelUnit as dw, deleteMasterVehicleFuelUnit as dx, getMasterVehicleFuelUnitCache as dy, getMasterVehicleFuelUnitCacheCount as dz, MasterMainIndustrySchema as e, newMasterFleetIncidentStatusPayload as e$, MasterVendorDocumentTypeQuerySchema as e0, type MasterVendorDocumentTypeQueryDTO as e1, toMasterVendorDocumentTypePayload as e2, newMasterVendorDocumentTypePayload as e3, findMasterVendorDocumentTypes as e4, createMasterVendorDocumentType as e5, updateMasterVendorDocumentType as e6, deleteMasterVendorDocumentType as e7, getMasterVendorDocumentTypeCache as e8, type MasterFleetServiceTask as e9, MasterFleetInsuranceClaimStatusQuerySchema as eA, type MasterFleetInsuranceClaimStatusQueryDTO as eB, toMasterFleetInsuranceClaimStatusPayload as eC, newMasterFleetInsuranceClaimStatusPayload as eD, findMasterFleetInsuranceClaimStatuses as eE, createMasterFleetInsuranceClaimStatus as eF, updateMasterFleetInsuranceClaimStatus as eG, deleteMasterFleetInsuranceClaimStatus as eH, getMasterFleetInsuranceClaimStatusCache as eI, type MasterFleetIncidentSeverity as eJ, MasterFleetIncidentSeveritySchema as eK, type MasterFleetIncidentSeverityDTO as eL, MasterFleetIncidentSeverityQuerySchema as eM, type MasterFleetIncidentSeverityQueryDTO as eN, toMasterFleetIncidentSeverityPayload as eO, newMasterFleetIncidentSeverityPayload as eP, findMasterFleetIncidentSeverities as eQ, createMasterFleetIncidentSeverity as eR, updateMasterFleetIncidentSeverity as eS, deleteMasterFleetIncidentSeverity as eT, getMasterFleetIncidentSeverityCache as eU, type MasterFleetIncidentStatus as eV, MasterFleetIncidentStatusSchema as eW, type MasterFleetIncidentStatusDTO as eX, MasterFleetIncidentStatusQuerySchema as eY, type MasterFleetIncidentStatusQueryDTO as eZ, toMasterFleetIncidentStatusPayload as e_, MasterFleetServiceTaskSchema as ea, type MasterFleetServiceTaskDTO as eb, MasterFleetServiceTaskQuerySchema as ec, type MasterFleetServiceTaskQueryDTO as ed, toMasterFleetServiceTaskPayload as ee, newMasterFleetServiceTaskPayload as ef, findMasterFleetServiceTasks as eg, createMasterFleetServiceTask as eh, updateMasterFleetServiceTask as ei, deleteMasterFleetServiceTask as ej, getMasterFleetServiceTaskCache as ek, type FleetServiceSchedule as el, type FleetServiceScheduleVehicleLink as em, FleetServiceScheduleSchema as en, type FleetServiceScheduleDTO as eo, FleetServiceScheduleQuerySchema as ep, type FleetServiceScheduleQueryDTO as eq, toFleetServiceSchedulePayload as er, newFleetServiceSchedulePayload as es, findFleetServiceSchedule as et, createFleetServiceSchedule as eu, updateFleetServiceSchedule as ev, deleteFleetServiceSchedule as ew, type MasterFleetInsuranceClaimStatus as ex, MasterFleetInsuranceClaimStatusSchema as ey, type MasterFleetInsuranceClaimStatusDTO as ez, type MasterMainIndustryDTO as f, FleetInspectionFormSchema as f$, findMasterFleetIncidentStatuses as f0, createMasterFleetIncidentStatus as f1, updateMasterFleetIncidentStatus as f2, deleteMasterFleetIncidentStatus as f3, getMasterFleetIncidentStatusCache as f4, type MasterFleetIncidentType as f5, MasterFleetIncidentTypeSchema as f6, type MasterFleetIncidentTypeDTO as f7, MasterFleetIncidentTypeQuerySchema as f8, type MasterFleetIncidentTypeQueryDTO as f9, type FleetIncidentManagementDTO as fA, FleetIncidentManagementDashBoardQuerySchema as fB, type FleetIncidentManagementDashBoardQueryDTO as fC, FleetIncidentManagementQuerySchema as fD, type FleetIncidentManagementQueryDTO as fE, FleetIncidentManagementCostSchema as fF, type FleetIncidentManagementCostDTO as fG, FleetIncidentManagementCostQuerySchema as fH, type FleetIncidentManagementCostQueryDTO as fI, toFleetIncidentManagementPayload as fJ, newFleetIncidentManagementPayload as fK, toFleetIncidentManagementCostPayload as fL, newFleetIncidentManagementCostPayload as fM, get_incident_file_presigned_url as fN, create_incident_file as fO, remove_incident_file as fP, createFleetIncidentManagement as fQ, findFleetIncidentManagement as fR, updateFleetIncidentManagement as fS, deleteFleetIncidentManagement as fT, incident_dashboard as fU, createFleetIncidentManagementCost as fV, findFleetIncidentManagementCost as fW, updateFleetIncidentManagementCost as fX, deleteFleetIncidentManagementCost as fY, type FleetInspectionForm as fZ, type FleetInspectionFormSimple as f_, toMasterFleetIncidentTypePayload as fa, newMasterFleetIncidentTypePayload as fb, findMasterFleetIncidentTypes as fc, createMasterFleetIncidentType as fd, updateMasterFleetIncidentType as fe, deleteMasterFleetIncidentType as ff, getMasterFleetIncidentTypeCache as fg, type MasterExpenseName as fh, MasterExpenseNameSchema as fi, type MasterExpenseNameDTO as fj, MasterExpenseNameQuerySchema as fk, type MasterExpenseNameQueryDTO as fl, toMasterExpenseNamePayload as fm, newMasterExpenseNamePayload as fn, findMasterExpenseNames as fo, createMasterExpenseName as fp, updateMasterExpenseName as fq, deleteMasterExpenseName as fr, getMasterExpenseNameCache as fs, type FleetIncidentManagement as ft, type FleetIncidentManagementCost as fu, type FleetIncidentManagementFile as fv, type IncidentDashboard as fw, FleetIncidentManagementFileSchema as fx, type FleetIncidentManagementFileDTO as fy, FleetIncidentManagementSchema as fz, MasterMainIndustryQuerySchema as g, get_issue_file_presigned_url as g$, type FleetInspectionFormDTO as g0, FleetInspectionFormQuerySchema as g1, type FleetInspectionFormQueryDTO as g2, toFleetInspectionFormPayload as g3, newFleetInspectionFormPayload as g4, findFleetInspectionForm as g5, createFleetInspectionForm as g6, updateFleetInspectionForm as g7, deleteFleetInspectionForm as g8, getFleetInspectionFormCacheSimple as g9, remove_service_file$1 as gA, findFleetInspection as gB, createFleetInspection as gC, updateFleetInspection as gD, deleteFleetInspection as gE, find_check_pending as gF, type FleetIssueManagement as gG, type FleetIssueManagementHistory as gH, type FleetIssueManagementComment as gI, type FleetIssueManagementFile as gJ, type IssueDashboard as gK, FleetIssueManagementFileSchema as gL, type FleetIssueManagementFileDTO as gM, FleetIssueManagementSchema as gN, type FleetIssueManagementDTO as gO, FleetIssueManagementQuerySchema as gP, type FleetIssueManagementQueryDTO as gQ, FleetIssueManagementDashBoardQuerySchema as gR, type FleetIssueManagementDashBoardQueryDTO as gS, FleetIssueManagementCommentSchema as gT, type FleetIssueManagementCommentDTO as gU, FleetIssueManagementCommentQuerySchema as gV, type FleetIssueManagementCommentQueryDTO as gW, toFleetIssueManagementPayload as gX, newFleetIssueManagementPayload as gY, toFleetIssueManagementCommentPayload as gZ, newFleetIssueManagementCommentPayload as g_, type FleetInspectionSchedule as ga, type FleetInspectionScheduleVehicleLink as gb, FleetInspectionScheduleSchema as gc, type FleetInspectionScheduleDTO as gd, FleetInspectionScheduleQuerySchema as ge, type FleetInspectionScheduleQueryDTO as gf, toFleetInspectionSchedulePayload as gg, newFleetInspectionSchedulePayload as gh, findFleetInspectionSchedule as gi, createFleetInspectionSchedule as gj, updateFleetInspectionSchedule as gk, deleteFleetInspectionSchedule as gl, type FleetInspection as gm, type FleetInspectionFile as gn, FleetInspectionFileSchema as go, type FleetInspectionFileDTO as gp, FleetInspectionSchema as gq, type FleetInspectionDTO as gr, FleetInspectionQuerySchema as gs, type FleetInspectionQueryDTO as gt, FleetInspectionCheckPendingQuerySchema as gu, type FleetInspectionCheckPendingQueryDTO as gv, toFleetInspectionPayload as gw, newFleetInspectionPayload as gx, get_inspection_file_presigned_url as gy, create_service_file$1 as gz, type MasterMainIndustryQueryDTO as h, createFleetVendorServiceCenter as h$, create_issue_file as h0, remove_issue_file as h1, findFleetIssueManagement as h2, createFleetIssueManagement as h3, updateFleetIssueManagement as h4, deleteFleetIssueManagement as h5, issue_dashboard as h6, findFleetIssueManagementComment as h7, createFleetIssueManagementComment as h8, updateFleetIssueManagementComment as h9, toFleetServiceReminderPayload as hA, newFleetServiceReminderPayload as hB, get_service_file_presigned_url as hC, create_service_file as hD, remove_service_file as hE, findFleetServiceManagement as hF, createFleetServiceManagement as hG, updateFleetServiceManagement as hH, deleteFleetServiceManagement as hI, service_dashboard as hJ, findFleetServiceManagementTask as hK, createFleetServiceManagementTask as hL, updateFleetServiceManagementTask as hM, deleteFleetServiceManagementTask as hN, findFleetServiceReminder as hO, createFleetServiceReminder as hP, updateFleetServiceReminder as hQ, deleteFleetServiceReminder as hR, type FleetVendorServiceCenter as hS, type FleetVendorServiceCenterSimple as hT, FleetVendorServiceCenterSchema as hU, type FleetVendorServiceCenterDTO as hV, FleetVendorServiceCenterQuerySchema as hW, type FleetVendorServiceCenterQueryDTO as hX, toFleetVendorServiceCenterPayload as hY, newFleetVendorServiceCenterPayload as hZ, findFleetVendorServiceCenter as h_, deleteFleetIssueManagementComment as ha, type FleetServiceManagement as hb, type FleetServiceManagementTask as hc, type FleetServiceManagementFile as hd, type FleetServiceReminder as he, type ServiceDashboard as hf, FleetServiceManagementFileSchema as hg, type FleetServiceManagementFileDTO as hh, FleetServiceManagementSchema as hi, type FleetServiceManagementDTO as hj, FleetServiceManagementQuerySchema as hk, type FleetServiceManagementQueryDTO as hl, FleetServiceManagementDashBoardQuerySchema as hm, type FleetServiceManagementDashBoardQueryDTO as hn, FleetServiceManagementTaskSchema as ho, type FleetServiceManagementTaskDTO as hp, FleetServiceManagementTaskQuerySchema as hq, type FleetServiceManagementTaskQueryDTO as hr, FleetServiceReminderSchema as hs, type FleetServiceReminderDTO as ht, FleetServiceReminderQuerySchema as hu, type FleetServiceReminderQueryDTO as hv, toFleetServiceManagementPayload as hw, newFleetServiceManagementPayload as hx, toFleetServiceManagementTaskPayload as hy, newFleetServiceManagementTaskPayload as hz, findMasterMainIndustrys as i, type FleetVendorContactPersonsLogoDTO as i$, updateFleetVendorServiceCenter as i0, deleteFleetVendorServiceCenter as i1, getFleetVendorServiceCenterCacheSimple as i2, type MasterFuelCompany as i3, MasterFuelCompanySchema as i4, type MasterFuelCompanyDTO as i5, MasterFuelCompanyQuerySchema as i6, type MasterFuelCompanyQueryDTO as i7, FuelCompanyLogoSchema as i8, type FuelCompanyLogoDTO as i9, type VendorDashboard as iA, type FleetVendorSimple as iB, type FleetVendorTypeLink as iC, type FleetVendorTagLink as iD, type FleetVendorAddress as iE, type FleetVendorBankAccount as iF, type FleetVendorContactPersons as iG, type FleetVendorReview as iH, type FleetVendorDocument as iI, type FleetVendorDocumentFile as iJ, FleetVendorLogoSchema as iK, type FleetVendorLogoDTO as iL, FleetVendorSchema as iM, type FleetVendorDTO as iN, FleetVendorQuerySchema as iO, type FleetVendorQueryDTO as iP, FleetVendorDashBoardQuerySchema as iQ, type FleetVendorDashBoardQueryDTO as iR, FleetVendorAddressSchema as iS, type FleetVendorAddressDTO as iT, FleetVendorAddressQuerySchema as iU, type FleetVendorAddressQueryDTO as iV, FleetVendorBankAccountSchema as iW, type FleetVendorBankAccountDTO as iX, FleetVendorBankAccountQuerySchema as iY, type FleetVendorBankAccountQueryDTO as iZ, FleetVendorContactPersonsLogoSchema as i_, toMasterFuelCompanyPayload as ia, newMasterFuelCompanyPayload as ib, get_master_fuel_company_presigned_url as ic, update_master_fuel_company_logo as id, delete_master_fuel_company_logo as ie, findMasterFuelCompanys as ig, createMasterFuelCompany as ih, updateMasterFuelCompany as ii, deleteMasterFuelCompany as ij, getMasterFuelCompanyCache as ik, type FleetVendorFuelStation as il, type FleetVendorFuelStationSimple as im, FleetVendorFuelStationSchema as io, type FleetVendorFuelStationDTO as ip, FleetVendorFuelStationQuerySchema as iq, type FleetVendorFuelStationQueryDTO as ir, toFleetVendorFuelStationPayload as is, newFleetVendorFuelStationPayload as it, findFleetVendorFuelStation as iu, createFleetVendorFuelStation as iv, updateFleetVendorFuelStation as iw, deleteFleetVendorFuelStation as ix, getFleetVendorFuelStationCacheSimple as iy, type FleetVendor as iz, createMasterMainIndustry as j, FleetFuelRefillFileSchema as j$, FleetVendorContactPersonsSchema as j0, type FleetVendorContactPersonsDTO as j1, FleetVendorContactPersonsQuerySchema as j2, type FleetVendorContactPersonsQueryDTO as j3, FleetVendorReviewSchema as j4, type FleetVendorReviewDTO as j5, FleetVendorReviewQuerySchema as j6, type FleetVendorReviewQueryDTO as j7, FleetVendorDocumentFileSchema as j8, type FleetVendorDocumentFileDTO as j9, createFleetVendor as jA, updateFleetVendor as jB, deleteFleetVendor as jC, vendor_dashboard as jD, createFleetVendorAddress as jE, findFleetVendorAddress as jF, updateFleetVendorAddress as jG, deleteFleetVendorAddress as jH, createFleetVendorBankAccount as jI, findFleetVendorBankAccount as jJ, updateFleetVendorBankAccount as jK, deleteFleetVendorBankAccount as jL, createFleetVendorContactPersons as jM, findFleetVendorContactPersons as jN, updateFleetVendorContactPersons as jO, deleteFleetVendorContactPersons as jP, createFleetVendorReview as jQ, findFleetVendorReview as jR, updateFleetVendorReview as jS, deleteFleetVendorReview as jT, createFleetVendorDocument as jU, findFleetVendorDocument as jV, updateFleetVendorDocument as jW, deleteFleetVendorDocument as jX, getFleetVendorCacheSimple as jY, type FleetFuelRefill as jZ, type FleetFuelRefillFile as j_, FleetVendorDocumentSchema as ja, type FleetVendorDocumentDTO as jb, FleetVendorDocumentQuerySchema as jc, type FleetVendorDocumentQueryDTO as jd, toFleetVendorPayload as je, newFleetVendorPayload as jf, toFleetVendorAddressPayload as jg, newFleetVendorAddressPayload as jh, toFleetVendorBankAccountPayload as ji, newFleetVendorBankAccountPayload as jj, toFleetVendorContactPersonsPayload as jk, newFleetVendorContactPersonsPayload as jl, toFleetVendorReviewPayload as jm, newFleetVendorReviewPayload as jn, toFleetVendorDocumentPayload as jo, newFleetVendorDocumentPayload as jp, get_vendor_logo_presigned_url as jq, get_vendor_contact_person_logo_presigned_url as jr, get_vendor_document_file_presigned_url as js, update_vendor_logo as jt, delete_vendor_logo as ju, update_vendor_contact_person_logo as jv, delete_vendor_contact_person_logo as jw, create_vendor_document_file as jx, remove_vendor_document_file as jy, findFleetVendor as jz, deleteMasterMainIndustry as k, newUserPayload as k$, type FleetFuelRefillFileDTO as k0, FleetFuelRefillSchema as k1, type FleetFuelRefillDTO as k2, FleetFuelRefillQuerySchema as k3, type FleetFuelRefillQueryDTO as k4, toFleetFuelRefillPayload as k5, newFleetFuelRefillPayload as k6, get_fuel_refill_file_presigned_url as k7, create_fuel_refill_file as k8, remove_fuel_refill_file as k9, toFleetFuelRemovalPayload as kA, newFleetFuelRemovalPayload as kB, get_fuel_removal_file_presigned_url as kC, create_fuel_removal_file as kD, remove_fuel_removal_file as kE, findFleetFuelRemoval as kF, createFleetFuelRemoval as kG, updateFleetFuelRemoval as kH, deleteFleetFuelRemoval as kI, type UserVehicleLink as kJ, type UserLoginPush as kK, UserSchema as kL, type UserDTO as kM, UserQuerySchema as kN, type UserQueryDTO as kO, UserLogoSchema as kP, type UserLogoDTO as kQ, UserProfileSchema as kR, type UserProfileDTO as kS, UserDefaultLanguageSchema as kT, type UserDefaultLanguageDTO as kU, UserDefaultTimeZoneSchema as kV, type UserDefaultTimeZoneDTO as kW, UserDefaultDateFormatSchema as kX, type UserDefaultDateFormatDTO as kY, toUserPayload as kZ, toUserProfilePayload as k_, findFleetFuelRefill as ka, createFleetFuelRefill as kb, updateFleetFuelRefill as kc, deleteFleetFuelRefill as kd, type MasterVehicleFuelRemovalReason as ke, MasterVehicleFuelRemovalReasonSchema as kf, type MasterVehicleFuelRemovalReasonDTO as kg, MasterVehicleFuelRemovalReasonQuerySchema as kh, type MasterVehicleFuelRemovalReasonQueryDTO as ki, toMasterVehicleFuelRemovalReasonPayload as kj, newMasterVehicleFuelRemovalReasonPayload as kk, findMasterVehicleFuelRemovalReasons as kl, createMasterVehicleFuelRemovalReason as km, updateMasterVehicleFuelRemovalReason as kn, deleteMasterVehicleFuelRemovalReason as ko, getMasterVehicleFuelRemovalReasonCache as kp, getMasterVehicleFuelRemovalReasonCacheCount as kq, getMasterVehicleFuelRemovalReasonCacheChild as kr, type FleetFuelRemoval as ks, type FleetFuelRemovalFile as kt, FleetFuelRemovalFileSchema as ku, type FleetFuelRemovalFileDTO as kv, FleetFuelRemovalSchema as kw, type FleetFuelRemovalDTO as kx, FleetFuelRemovalQuerySchema as ky, type FleetFuelRemovalQueryDTO as kz, getMasterMainIndustryCache as l, getMasterDriverCache as l$, get_user_image_presigned_url as l0, update_user_image as l1, delete_user_image as l2, findUser as l3, createUser as l4, updateUser as l5, deleteUser as l6, updateUserProfile as l7, getUserCache as l8, getUserCacheSimple as l9, type DriverLoginPush as lA, MasterDriverFileSchema as lB, type MasterDriverFileDTO as lC, MasterDriverSchema as lD, type MasterDriverDTO as lE, MasterDriverQuerySchema as lF, type MasterDriverQueryDTO as lG, MasterDriverLogoSchema as lH, type MasterDriverLogoDTO as lI, MasterDriverProfileSchema as lJ, type MasterDriverProfileDTO as lK, toDriverPayload as lL, toDriverProfilePayload as lM, newDriverPayload as lN, get_master_driver_logo_presigned_url as lO, get_master_driver_file_presigned_url as lP, update_master_driver_logo as lQ, delete_master_driver_logo as lR, create_master_driver_file as lS, remove_master_driver_file as lT, findMasterDriver as lU, createMasterDriver as lV, updateMasterDriver as lW, deleteMasterDriver as lX, updateMasterDriverLogo as lY, deleteMasterDriverLogo as lZ, updateMasterDriverProfile as l_, updateUserDefaultLanguage as la, updateUserDefaultTimezone as lb, updateUserDefaultDateformat as lc, type FleetFuelDailySummary as ld, FleetFuelDailySummarySchema as le, type FleetFuelDailySummaryDTO as lf, FleetFuelDailySummaryQuerySchema as lg, type FleetFuelDailySummaryQueryDTO as lh, FleetFuelDailySummaryDashBoardQuerySchema as li, type FleetFuelDailySummaryDashBoardQueryDTO as lj, FleetFuelDailyMonthlySummaryQuerySchema as lk, type FleetFuelDailyMonthlySummaryQueryDTO as ll, AllVehiclesFuelDailySummaryQuerySchema as lm, type AllVehiclesFuelDailySummaryDTO as ln, type FuelDashboard as lo, toFleetFuelDailySummaryPayload as lp, newFleetFuelDailySummaryPayload as lq, findFleetFuelDailySummary as lr, createFleetFuelDailySummary as ls, updateFleetFuelDailySummary as lt, deleteFleetFuelDailySummary as lu, fuel_dashboard as lv, findFleetFuelMonthlySummary as lw, findVehicleFuelSummary as lx, type MasterDriverFile as ly, type AssignRemoveDriverHistory as lz, type MasterMainCurrency as m, MasterVehicleStatusTypeSchema as m$, getMasterDriverCacheSimple as m0, type OrganisationGroup as m1, type VehicleOrganisationGroupLink as m2, OrganisationGroupSchema as m3, type OrganisationGroupDTO as m4, OrganisationGroupQuerySchema as m5, type OrganisationGroupQueryDTO as m6, toOrganisationGroupPayload as m7, newOrganisationGroupPayload as m8, findOrganisationGroups as m9, type MasterVehicleModelQueryDTO as mA, FindCacheSchema$4 as mB, type FindCacheDTO$4 as mC, toMasterVehicleModelPayload as mD, newMasterVehicleModelPayload as mE, findMasterVehicleModels as mF, createMasterVehicleModel as mG, updateMasterVehicleModel as mH, deleteMasterVehicleModel as mI, getMasterVehicleModelCache as mJ, getMasterVehicleModelCacheCount as mK, getMasterVehicleModelCacheChild as mL, type MasterVehicleMake as mM, MasterVehicleMakeSchema as mN, type MasterVehicleMakeDTO as mO, MasterVehicleMakeQuerySchema as mP, type MasterVehicleMakeQueryDTO as mQ, toMasterVehicleMakePayload as mR, newMasterVehicleMakePayload as mS, findMasterVehicleMakes as mT, createMasterVehicleMake as mU, updateMasterVehicleMake as mV, deleteMasterVehicleMake as mW, getMasterVehicleMakeCache as mX, getMasterVehicleMakeCacheCount as mY, getMasterVehicleMakeCacheChild as mZ, type MasterVehicleStatusType as m_, createOrganisationGroup as ma, updateOrganisationGroup as mb, deleteOrganisationGroup as mc, getOrganisationGroupCache as md, getOrganisationGroupCacheCount as me, getOrganisationGroupCacheChild as mf, type MasterVehicleSubModel as mg, MasterVehicleSubModelSchema as mh, type MasterVehicleSubModelDTO as mi, MasterVehicleSubModelQuerySchema as mj, type MasterVehicleSubModelQueryDTO as mk, FindCacheSchema$5 as ml, type FindCacheDTO$5 as mm, toMasterVehicleSubModelPayload as mn, newMasterVehicleSubModelPayload as mo, findMasterVehicleSubModels as mp, createMasterVehicleSubModel as mq, updateMasterVehicleSubModel as mr, deleteMasterVehicleSubModel as ms, getMasterVehicleSubModelCache as mt, getMasterVehicleSubModelCacheCount as mu, getMasterVehicleSubModelCacheChild as mv, type MasterVehicleModel as mw, MasterVehicleModelSchema as mx, type MasterVehicleModelDTO as my, MasterVehicleModelQuerySchema as mz, newMasterMainIndustryPayload as n, updateMasterVehicleDocumentType as n$, type MasterVehicleStatusTypeDTO as n0, MasterVehicleStatusTypeQuerySchema as n1, type MasterVehicleStatusTypeQueryDTO as n2, toMasterVehicleStatusTypePayload as n3, newMasterVehicleStatusTypePayload as n4, findMasterVehicleStatusTypes as n5, createMasterVehicleStatusType as n6, updateMasterVehicleStatusType as n7, deleteMasterVehicleStatusType as n8, getMasterVehicleStatusTypeCache as n9, deleteMasterVehicleType as nA, getMasterVehicleTypeCache as nB, getMasterVehicleTypeCacheCount as nC, getMasterVehicleTypeCacheChild as nD, type MasterVehicleAssociatedTo as nE, MasterVehicleAssociatedToSchema as nF, type MasterVehicleAssociatedToDTO as nG, MasterVehicleAssociatedToQuerySchema as nH, type MasterVehicleAssociatedToQueryDTO as nI, toMasterVehicleAssociatedToPayload as nJ, newMasterVehicleAssociatedToPayload as nK, findMasterVehicleAssociatedTos as nL, createMasterVehicleAssociatedTo as nM, updateMasterVehicleAssociatedTo as nN, deleteMasterVehicleAssociatedTo as nO, getMasterVehicleAssociatedToCache as nP, getMasterVehicleAssociatedToCacheCount as nQ, getMasterVehicleAssociatedToCacheChild as nR, type MasterVehicleDocumentType as nS, MasterVehicleDocumentTypeSchema as nT, type MasterVehicleDocumentTypeDTO as nU, MasterVehicleDocumentTypeQuerySchema as nV, type MasterVehicleDocumentTypeQueryDTO as nW, toMasterVehicleDocumentTypePayload as nX, newMasterVehicleDocumentTypePayload as nY, findMasterVehicleDocumentTypes as nZ, createMasterVehicleDocumentType as n_, getMasterVehicleStatusTypeCacheCount as na, getMasterVehicleStatusTypeCacheChild as nb, type MasterVehicleOwnershipType as nc, MasterVehicleOwnershipTypeSchema as nd, type MasterVehicleOwnershipTypeDTO as ne, MasterVehicleOwnershipTypeQuerySchema as nf, type MasterVehicleOwnershipTypeQueryDTO as ng, toMasterVehicleOwnershipTypePayload as nh, newMasterVehicleOwnershipTypePayload as ni, findMasterVehicleOwnershipTypes as nj, createMasterVehicleOwnershipType as nk, updateMasterVehicleOwnershipType as nl, deleteMasterVehicleOwnershipType as nm, getMasterVehicleOwnershipTypeCache as nn, getMasterVehicleOwnershipTypeCacheCount as no, getMasterVehicleOwnershipTypeCacheChild as np, type MasterVehicleType as nq, MasterVehicleTypeSchema as nr, type MasterVehicleTypeDTO as ns, MasterVehicleTypeQuerySchema as nt, type MasterVehicleTypeQueryDTO as nu, toMasterVehicleTypePayload as nv, newMasterVehicleTypePayload as nw, findMasterVehicleTypes as nx, createMasterVehicleType as ny, updateMasterVehicleType as nz, MasterMainCurrencySchema as o, type MasterSectionQueryDTO as o$, deleteMasterVehicleDocumentType as o0, getMasterVehicleDocumentTypeCache as o1, type OrganisationReportPreference as o2, type OrganisationReportPreferenceVehicleLink as o3, type OrganisationReportAutomationMail as o4, type OrganisationReportAutomationMailVehicleLink as o5, OrganisationReportAutomationMailQuerySchema as o6, type OrganisationReportAutomationMailQueryDTO as o7, OrganisationReportPreferenceSchema as o8, type OrganisationReportPreferenceDTO as o9, MasterClassQuerySchema as oA, type MasterClassQueryDTO as oB, toMasterClassPayload as oC, newMasterClassPayload as oD, findMasterClass as oE, createMasterClass as oF, updateMasterClass as oG, deleteMasterClass as oH, getMasterClassCache as oI, getMasterClassCacheCount as oJ, type MasterProgram as oK, MasterProgramSchema as oL, type MasterProgramDTO as oM, MasterProgramQuerySchema as oN, type MasterProgramQueryDTO as oO, toMasterProgramPayload as oP, newMasterProgramPayload as oQ, findMasterProgram as oR, createMasterProgram as oS, updateMasterProgram as oT, deleteMasterProgram as oU, getMasterProgramCache as oV, getMasterProgramCacheCount as oW, type MasterSection as oX, MasterSectionSchema as oY, type MasterSectionDTO as oZ, MasterSectionQuerySchema as o_, OrganisationReportPreferenceQuerySchema as oa, type OrganisationReportPreferenceQueryDTO as ob, toOrganisationReportPreferencePayload as oc, newOrganisationReportPreferencePayload as od, findOrganisationReportPreference as oe, createOrganisationReportPreference as of, updateOrganisationReportPreference as og, deleteOrganisationReportPreference as oh, findOrganisationReportAutomationMail as oi, type BusStopPolygonData as oj, type BusStop as ok, BusStopPolygonDataSchema as ol, type BusStopPolygonDataDTO as om, BusStopSchema as on, type BusStopDTO as oo, BusStopQuerySchema as op, type BusStopQueryDTO as oq, toBusStopPayload as or, newBusStopPayload as os, findBusStop as ot, createBusStop as ou, updateBusStop as ov, deleteBusStop as ow, type MasterClass as ox, MasterClassSchema as oy, type MasterClassDTO as oz, type MasterMainCurrencyDTO as p, type StudentStopChangeRequest as p$, toMasterSectionPayload as p0, newMasterSectionPayload as p1, findMasterSection as p2, createMasterSection as p3, updateMasterSection as p4, deleteMasterSection as p5, getMasterSectionCache as p6, getMasterSectionCacheCount as p7, type MasterSemester as p8, MasterSemesterSchema as p9, type MasterYearDTO as pA, MasterYearQuerySchema as pB, type MasterYearQueryDTO as pC, toMasterYearPayload as pD, newMasterYearPayload as pE, findMasterYear as pF, createMasterYear as pG, updateMasterYear as pH, deleteMasterYear as pI, getMasterYearCache as pJ, getMasterYearCacheCount as pK, type MasterRelationship as pL, MasterRelationshipSchema as pM, type MasterRelationshipDTO as pN, MasterRelationshipQuerySchema as pO, type MasterRelationshipQueryDTO as pP, toMasterRelationshipPayload as pQ, newMasterRelationshipPayload as pR, findMasterRelationship as pS, createMasterRelationship as pT, updateMasterRelationship as pU, deleteMasterRelationship as pV, getMasterRelationshipCache as pW, getMasterRelationshipCacheCount as pX, type Student as pY, type StudentAddress as pZ, type StudentLeaveRequest as p_, type MasterSemesterDTO as pa, MasterSemesterQuerySchema as pb, type MasterSemesterQueryDTO as pc, toMasterSemesterPayload as pd, newMasterSemesterPayload as pe, findMasterSemester as pf, createMasterSemester as pg, updateMasterSemester as ph, deleteMasterSemester as pi, getMasterSemesterCache as pj, getMasterSemesterCacheCount as pk, type MasterStream as pl, MasterStreamSchema as pm, type MasterStreamDTO as pn, MasterStreamQuerySchema as po, type MasterStreamQueryDTO as pp, toMasterStreamPayload as pq, newMasterStreamPayload as pr, findMasterStream as ps, createMasterStream as pt, updateMasterStream as pu, deleteMasterStream as pv, getMasterStreamCache as pw, getMasterStreamCacheCount as px, type MasterYear as py, MasterYearSchema as pz, MasterMainCurrencyQuerySchema as q, updateStudentGuardianLink as q$, type StudentGuardianLink as q0, StudentSchema as q1, type StudentDTO as q2, StudentProfilePictureSchema as q3, type StudentProfilePictureDTO as q4, StudentQuerySchema as q5, type StudentQueryDTO as q6, StudentNoRouteQuerySchema as q7, type StudentNoRouteQueryDTO as q8, StudentAddressSchema as q9, type StudentStopChangeRequestApprovalDTO as qA, StudentStopChangeRequestQuerySchema as qB, type StudentStopChangeRequestQueryDTO as qC, toStudentPayload as qD, newStudentPayload as qE, toStudentAddressPayload as qF, newStudentAddressPayload as qG, toStudentLeaveRequestPayload as qH, newStudentLeaveRequestPayload as qI, toStudentStopChangeRequestPayload as qJ, newStudentStopChangeRequestPayload as qK, toStudentGuardianLinkPayload as qL, newStudentGuardianLinkPayload as qM, findStudent as qN, createStudent as qO, updateStudent as qP, deleteStudent as qQ, findStudentsWithNoRoutePickup as qR, findStudentsWithNoRouteDrop as qS, updateProfilePicture as qT, createStudentAddress as qU, findStudentAddress as qV, updateStudentAddress as qW, updateAddressBusStopAssign as qX, deleteStudentAddress as qY, findStudentGuardianLink as qZ, createStudentGuardianLink as q_, type StudentAddressDTO as qa, StudentAddressBusStopAssignSchema as qb, type StudentAddressBusStopAssignDTO as qc, StudentAddressQuerySchema as qd, type StudentAddressQueryDTO as qe, StudentGuardianLinkSchema as qf, type StudentGuardianLinkDTO as qg, GuardianProfilePictureSchema as qh, type GuardianProfilePictureDTO as qi, GuardianDetailsSchema as qj, type GuardianDetailsDTO as qk, GuardianMobileNumberSchema as ql, type GuardianMobileNumberDTO as qm, StudentGuardianLinkQuerySchema as qn, type StudentGuardianLinkQueryDTO as qo, StudentGuardianAutofillQuerySchema as qp, type StudentGuardianAutofillQueryDTO as qq, StudentLeaveRequestSchema as qr, type StudentLeaveRequestDTO as qs, StudentLeaveRequestApprovalSchema as qt, type StudentLeaveRequestApprovalDTO as qu, StudentLeaveRequestQuerySchema as qv, type StudentLeaveRequestQueryDTO as qw, StudentStopChangeRequestSchema as qx, type StudentStopChangeRequestDTO as qy, StudentStopChangeRequestApprovalSchema as qz, type MasterMainCurrencyQueryDTO as r, deleteMasterRoute as r$, updateGuardianProfilePicture as r0, updateGuardianDetails as r1, updateGuardianMobileNumber as r2, deleteStudentGuardian as r3, findStudentGuardianAutofillDetails as r4, createStudentLeaveRequest as r5, findStudentLeaveRequest as r6, updateStudentLeaveRequest as r7, approveLeaveRequest as r8, deleteStudentLeaveRequest as r9, type MasterRouteStopReorderDTO as rA, MasterRouteStopDeleteAllSchema as rB, type MasterRouteStopDeleteDTO as rC, MasterRouteStopDeleteSchema as rD, type MasterRouteStopDeleteReOrderDTO as rE, StudentNoStopQuerySchema as rF, type StudentNoStopQueryDTO as rG, StudentNoScheduleQuerySchema as rH, type StudentNoScheduleQueryDTO as rI, MasterRouteStudentAssignRemoveSchema as rJ, type MasterRouteStudentAssignRemoveDTO as rK, MasterRouteStudentStopAssignRemoveSchema as rL, type MasterRouteStudentStopAssignRemoveDTO as rM, MasterRouteStudentScheduleAssignRemoveSchema as rN, type MasterRouteStudentScheduleAssignRemoveDTO as rO, toMasterRoutePayload as rP, newMasterRoutePayload as rQ, toMasterFixedSchedulePayload as rR, newMasterFixedSchedulePayload as rS, toMasterRouteStopPayload as rT, newMasterRouteStopPayload as rU, toMasterRouteStopReorderPayload as rV, toMasterRouteStudentAssignPayload as rW, newMasterRouteStudentAssignPayload as rX, findMasterRoute as rY, createMasterRoute as rZ, updateMasterRoute as r_, findStudentStopChangeRequest as ra, createStudentStopChangeRequest as rb, updateStudentStopChangeRequest as rc, approveStopChangeRequest as rd, deleteStudentStopChangeRequest as re, type MasterRoute as rf, type MasterRouteStop as rg, type MasterFixedSchedule as rh, type MasterRouteStudent as ri, MasterRouteSchema as rj, type MasterRouteDTO as rk, MasterRouteQuerySchema as rl, type MasterRouteQueryDTO as rm, MasterFixedScheduleSchema as rn, type MasterFixedScheduleDTO as ro, MasterFixedScheduleQuerySchema as rp, type MasterFixedScheduleQueryDTO as rq, MasterRouteStopSchema as rr, type MasterRouteStopDTO as rs, MasterRouteStopUpdateSchema as rt, type MasterRouteStopUpdateDTO as ru, MasterRouteStopCreateSchema as rv, type MasterRouteStopCreateDTO as rw, MasterRouteStopIds as rx, type MasterRouteStopIdsDTO as ry, MasterRouteStopReorderSchema as rz, toMasterMainCurrencyPayload as s, type MasterVehicleDropdown as s$, findMasterFixedSchedule as s0, createMasterFixedSchedule as s1, updateMasterFixedSchedule as s2, deleteMasterFixedSchedule as s3, createStopsFirstTimeRoute as s4, appendRouteStop as s5, updateRouteStop as s6, reorderRouteStops as s7, deleteRouteStopsAll as s8, deleteRouteStopReorder as s9, GPSLiveTrackShareLinkQuerySchema as sA, type GPSLiveTrackShareLinkQueryDTO as sB, toGPSLiveTrackShareLinkPayload as sC, newGPSLiveTrackShareLinkPayload as sD, findGPSLiveTrackShareLink as sE, createGPSLiveTrackShareLink as sF, extendGPSLiveTrackLinkTime as sG, updateGPSLiveTrackLinkStatus as sH, deleteGPSLiveTrackShareLink as sI, createGPSLiveTrackShareLinkNotification as sJ, type GPSTrackHistoryShareLink as sK, type GPSTrackHistoryShareLinkNotification as sL, GPSTrackHistoryShareLinkNotificationSchema as sM, type GPSTrackHistoryShareLinkNotificationDTO as sN, GPSTrackHistoryShareLinkSchema as sO, type GPSTrackHistoryShareLinkDTO as sP, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as sQ, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as sR, GPSTrackHistoryShareLinkQuerySchema as sS, type GPSTrackHistoryShareLinkQueryDTO as sT, toGPSTrackHistoryShareLinkPayload as sU, newGPSTrackHistoryShareLinkPayload as sV, findGPSTrackHistoryShareLink as sW, createGPSTrackHistoryShareLink as sX, updateTrackHistoryLinkStatus as sY, deleteGPSTrackHistoryShareLink as sZ, createGPSTrackHistoryShareLinkNotification as s_, findStudentsWithNoStopPickup as sa, findStudentsWithNoStopDrop as sb, findStudentsWithNoSchedulePickup as sc, findStudentsWithNoScheduleDrop as sd, assignRouteStudentsPickup as se, assignRouteStudentsDrop as sf, removeRouteStudentsPickup as sg, removeRouteStudentsDrop as sh, assignMasterRouteStudentStopToStudentsPickup as si, assignMasterRouteStudentStopToStudentsDrop as sj, removeMasterRouteStudentStopToStudentsPickup as sk, removeMasterRouteStudentStopToStudentsDrop as sl, assignMasterRouteStudentScheduleToStudentsPickup as sm, assignMasterRouteStudentScheduleToStudentDrop as sn, removeMasterRouteStudentScheduleToStudentPickup as so, removeMasterRouteStudentScheduleToStudentDrop as sp, type GPSLiveTrackShareLink as sq, type GPSLiveTrackShareLinkNotification as sr, GPSLiveTrackShareLinkNotificationSchema as ss, type GPSLiveTrackShareLinkNotificationDTO as st, GPSLiveTrackShareLinkSchema as su, type GPSLiveTrackShareLinkDTO as sv, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as sw, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as sx, GPSLiveTrackShareLinkUpdateLinkStatusSchema as sy, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as sz, toMasterMainIndustryPayload as t, get_vehicle_file_presigned_url as t$, type MasterVehicleFile as t0, type VehicleDetailGPS as t1, type VehicleDetailTrip as t2, type VehicleDetailBody as t3, type VehicleDetailLifeCycle as t4, type VehicleDetailPurchase as t5, type VehicleDocument as t6, type VehicleDocumentFile as t7, type VehicleDocumentExpiry as t8, type VehicleOdometerHistory as t9, VehicleDocumentFileSchema as tA, type VehicleDocumentFileDTO as tB, VehicleDocumentSchema as tC, type VehicleDocumentDTO as tD, VehicleDocumentQuerySchema as tE, type VehicleDocumentQueryDTO as tF, VehicleDocumentExpirySchema as tG, type VehicleDocumentExpiryDTO as tH, VehicleDocumentExpiryQuerySchema as tI, type VehicleDocumentExpiryQueryDTO as tJ, VehicleQuerySchema as tK, type VehicleQueryDTO as tL, SimpleFindQuerySchema as tM, type SimpleFindQueryDTO as tN, VehicleGPSQuerySchema as tO, type VehicleGPSQueryDTO as tP, toVehiclePayload as tQ, newVehiclePayload as tR, toVehicleDetailsGPSPayload as tS, toVehicleDetailsTripPayload as tT, toVehicleDetailsBodyPayload as tU, toVehicleDetailLifeCyclePayload as tV, toVehicleDetailPurchasePayload as tW, toVehicleDocumentPayload as tX, newVehicleDocumentPayload as tY, toVehicleDocumentExpiryPayload as tZ, newVehicleDocumentExpiryPayload as t_, MasterVehicleFileSchema as ta, type MasterVehicleFileDTO as tb, CalibrationFileSchema as tc, type CalibrationFileDTO as td, VehicleSchema as te, type VehicleDTO as tf, VehicleBulkSchema as tg, type VehicleBulkDTO as th, MasterDeviceFileSchema as ti, type MasterDeviceFileDTO as tj, VehicleDeviceLinkSchema as tk, type VehicleDeviceLinkDTO as tl, VehicleDeviceUnlinkSchema as tm, type VehicleDeviceUnlinkDTO as tn, VehicleDriverLinkSchema as to, type VehicleDriverLinkDTO as tp, VehicleDetailGPSSensorSchema as tq, type VehicleDetailGPSSensorDTO as tr, VehicleDetailTripSchema as ts, type VehicleDetailTripDTO as tt, VehicleDetailBodySchema as tu, type VehicleDetailBodyDTO as tv, VehicleDetailLifeCycleSchema as tw, type VehicleDetailLifeCycleDto as tx, VehicleDetailPurchaseSchema as ty, type VehicleDetailPurchaseDTO as tz, updateMasterMainIndustry as u, type MasterDeviceModelQueryDTO as u$, get_device_file_presigned_url as u0, get_vehicle_document_file_presigned_url as u1, get_calibration_file_presigned_url as u2, create_file_vehicle as u3, remove_file_vehicle as u4, create_file_device as u5, remove_file_device as u6, create_file_vehicle_document as u7, remove_file_vehicle_document as u8, update_calibration_file as u9, updateVehicleDocumentExpiry as uA, removeVehicleDocumentExpiry as uB, getVehicleCache as uC, getVehicleSimpleCache as uD, getVehicleParentCache as uE, getVehicleSimpleDropdownCustom as uF, getVehicleSimpleDropdownCacheLiveData as uG, type MasterDeviceType as uH, MasterDeviceTypeSchema as uI, type MasterDeviceTypeDTO as uJ, MasterDeviceTypeQuerySchema as uK, type MasterDeviceTypeQueryDTO as uL, FindCacheSchema$3 as uM, type FindCacheDTO$3 as uN, toMasterDeviceTypePayload as uO, newMasterDeviceTypePayload as uP, findMasterDeviceTypes as uQ, createMasterDeviceType as uR, updateMasterDeviceType as uS, deleteMasterDeviceType as uT, getMasterDeviceTypeCache as uU, getMasterDeviceTypeCacheCount as uV, getMasterDeviceTypeCacheChild as uW, type MasterDeviceModel as uX, MasterDeviceModelSchema as uY, type MasterDeviceModelDTO as uZ, MasterDeviceModelQuerySchema as u_, delete_calibration_file as ua, findVehicles as ub, findVehiclesLiveDashboard as uc, findVehicleGPSDetails as ud, createVehicle as ue, updateVehicle as uf, deleteVehicle as ug, updateDetailsGpsSensor as uh, updateDetailsTrip as ui, updateVehicleBodyDetails as uj, updateVehicleLifeCycleDetails as uk, updateVehiclePurchaseDetails as ul, linkDriverToVehicle as um, unlinkDriverFromVehicle as un, getDriverLinkHistoryByVehicle as uo, getDriverLinkHistoryByDriver as up, linkDeviceToVehicle as uq, unlinkDeviceFromVehicle as ur, getDeviceLinkHistoryByVehicle as us, getDeviceLinkHistoryByDevice as ut, createVehicleDocument as uu, findVehicleDocument as uv, updateVehicleDocument as uw, removeVehicleDocument as ux, createVehicleDocumentExpiry as uy, findVehicleDocumentExpiry as uz, newMasterMainCurrencyPayload as v, deleteMasterDevice as v$, FindCacheSchema$2 as v0, type FindCacheDTO$2 as v1, toMasterDeviceModelPayload as v2, newMasterDeviceModelPayload as v3, findMasterDeviceModels as v4, createMasterDeviceModel as v5, updateMasterDeviceModel as v6, deleteMasterDeviceModel as v7, getMasterDeviceModelCache as v8, getMasterDeviceModelCacheCount as v9, getMasterMainSimProviderCache as vA, type MasterSim as vB, type AssignRemoveSimHistory as vC, MasterSimSchema as vD, type MasterSimDTO as vE, MasterSimQuerySchema as vF, type MasterSimQueryDTO as vG, toMasterSimPayload as vH, newMasterSimPayload as vI, findMasterSims as vJ, createMasterSim as vK, updateMasterSim as vL, deleteMasterSim as vM, type MasterDevice as vN, type AssignRemoveDeviceHistory as vO, type MasterDeviceFile as vP, MasterDeviceSchema as vQ, type MasterDeviceDTO as vR, MasterDeviceQuerySchema as vS, type MasterDeviceQueryDTO as vT, DeviceSimLinkSchema as vU, type DeviceSimLinkDTO as vV, toMasterDevicePayload as vW, newMasterDevicePayload as vX, findMasterDevices as vY, createMasterDevice as vZ, updateMasterDevice as v_, getMasterDeviceModelCacheChild as va, type MasterDeviceManufacturer as vb, MasterDeviceManufacturerSchema as vc, type MasterDeviceManufacturerDTO as vd, MasterDeviceManufacturerQuerySchema as ve, type MasterDeviceManufacturerQueryDTO as vf, toMasterDeviceManufacturerPayload as vg, newMasterDeviceManufacturerPayload as vh, findMasterDeviceManufacturers as vi, createMasterDeviceManufacturer as vj, updateMasterDeviceManufacturer as vk, deleteMasterDeviceManufacturer as vl, getMasterDeviceManufacturerCache as vm, getMasterDeviceManufacturerCacheCount as vn, getMasterDeviceManufacturerCacheChild as vo, type MasterMainSimProvider as vp, MasterMainSimProviderSchema as vq, type MasterMainSimProviderDTO as vr, MasterMainSimProviderQuerySchema as vs, type MasterMainSimProviderQueryDTO as vt, toMasterMainSimProviderPayload as vu, newMasterMainSimProviderPayload as vv, findMasterMainSimProviders as vw, createMasterMainSimProvider as vx, updateMasterMainSimProvider as vy, deleteMasterMainSimProvider as vz, findMasterMainCurrencies as w, updateMasterMainUnitVolume as w$, device_sim_link as w0, device_sim_unlink as w1, get_device_sim_link_history_by_sim as w2, get_device_sim_link_history_by_device as w3, type MasterMainTimeZone as w4, MasterMainTimeZoneSchema as w5, type MasterMainTimeZoneDTO as w6, MasterMainTimeZoneQuerySchema as w7, type MasterMainTimeZoneQueryDTO as w8, toMasterMainTimeZonePayload as w9, findMasterMainCountries as wA, createMasterMainCountry as wB, updateMasterMainCountry as wC, deleteMasterMainCountry as wD, getMasterMainCountryCache as wE, getMasterMainCountryCacheChild as wF, type MasterMainUnitMileage as wG, MasterMainUnitMileageSchema as wH, type MasterMainUnitMileageDTO as wI, MasterMainUnitMileageQuerySchema as wJ, type MasterMainUnitMileageQueryDTO as wK, toMasterMainUnitMileagePayload as wL, newMasterMainUnitMileagePayload as wM, findMasterMainUnitMileages as wN, createMasterMainUnitMileage as wO, updateMasterMainUnitMileage as wP, deleteMasterMainUnitMileage as wQ, getMasterMainUnitMileageCache as wR, type MasterMainUnitVolume as wS, MasterMainUnitVolumeSchema as wT, type MasterMainUnitVolumeDTO as wU, MasterMainUnitVolumeQuerySchema as wV, type MasterMainUnitVolumeQueryDTO as wW, toMasterMainUnitVolumePayload as wX, newMasterMainUnitVolumePayload as wY, findMasterMainUnitVolumes as wZ, createMasterMainUnitVolume as w_, newMasterMainTimeZonePayload as wa, findMasterMainTimeZones as wb, createMasterMainTimeZone as wc, updateMasterMainTimeZone as wd, deleteMasterMainTimeZone as we, getMasterMainTimeZoneCacheAll as wf, getMasterMainTimeZoneCache as wg, type MasterMainState as wh, MasterMainStateSchema as wi, type MasterMainStateDTO as wj, MasterMainStateQuerySchema as wk, type MasterMainStateQueryDTO as wl, toMasterMainStatePayload as wm, newMasterMainStatePayload as wn, findMasterMainStates as wo, createMasterMainState as wp, updateMasterMainState as wq, deleteMasterMainState as wr, getMasterMainStateCache as ws, type MasterMainCountry as wt, MasterMainCountrySchema as wu, type MasterMainCountryDTO as wv, MasterMainCountryQuerySchema as ww, type MasterMainCountryQueryDTO as wx, toMasterMainCountryPayload as wy, newMasterMainCountryPayload as wz, createMasterMainCurrency as x, getMasterSparePartCategoryCacheChild as x$, deleteMasterMainUnitVolume as x0, getMasterMainUnitVolumeCache as x1, type OrganisationCalendar as x2, OrganisationCalendarSchema as x3, type OrganisationCalendarDTO as x4, OrganisationCalendarQuerySchema as x5, type OrganisationCalendarQueryDTO as x6, toOrganisationCalendarPayload as x7, newOrganisationCalendarPayload as x8, findOrganisationCalendar as x9, type MasterSparePartSubCategory as xA, MasterSparePartSubCategorySchema as xB, type MasterSparePartSubCategoryDTO as xC, SparePartSubCategoryQuerySchema as xD, type SparePartSubCategoryQueryDTO as xE, FindCacheSchema$1 as xF, type FindCacheDTO$1 as xG, toMasterSparePartSubCategoryPayload as xH, newMasterSparePartSubCategoryPayload as xI, findMasterSparePartSubCategories as xJ, createMasterSparePartSubCategory as xK, updateMasterSparePartSubCategory as xL, deleteMasterSparePartSubCategory as xM, getMasterSparePartSubCategoryCache as xN, getMasterSparePartSubCategoryCacheCount as xO, type MasterSparePartCategory as xP, MasterSparePartCategorySchema as xQ, type MasterSparePartCategoryDTO as xR, SparePartCategoryQuerySchema as xS, type SparePartCategoryQueryDTO as xT, toMasterSparePartCategoryPayload as xU, newMasterSparePartCategoryPayload as xV, findMasterSparePartCategories as xW, createMasterSparePartCategory as xX, updateMasterSparePartCategory as xY, deleteMasterSparePartCategory as xZ, getMasterSparePartCategoryCache as x_, createOrganisationCalendar as xa, updateOrganisationCalendar as xb, deleteOrganisationCalendar as xc, type OrganisationNoticeBoard as xd, OrganisationNoticeBoardSchema as xe, type OrganisationNoticeBoardDTO as xf, OrganisationNoticeBoardQuerySchema as xg, type OrganisationNoticeBoardQueryDTO as xh, toOrganisationNoticeBoardPayload as xi, newOrganisationNoticeBoardPayload as xj, findOrganisationNoticeBoard as xk, createOrganisationNoticeBoard as xl, updateOrganisationNoticeBoard as xm, deleteOrganisationNoticeBoard as xn, type MasterExpenseType as xo, MasterExpenseTypeSchema as xp, type MasterExpenseTypeDTO as xq, MasterExpenseTypeQuerySchema as xr, type MasterExpenseTypeQueryDTO as xs, toMasterExpenseTypePayload as xt, newMasterExpenseTypePayload as xu, findMasterExpenseTypes as xv, createMasterExpenseType as xw, updateMasterExpenseType as xx, deleteMasterExpenseType as xy, getMasterExpenseTypeCache as xz, updateMasterMainCurrency as y, updateMasterTyreMake as y$, getMasterSparePartCategoryCacheCount as y0, type MasterSparePartUnit as y1, MasterSparePartUnitSchema as y2, type MasterSparePartUnitDTO as y3, SparePartUnitQuerySchema as y4, type SparePartUnitQueryDTO as y5, toMasterSparePartUnitPayload as y6, newMasterSparePartUnitPayload as y7, findMasterSparePartUnits as y8, createMasterSparePartUnit as y9, deleteMasterTyreGrade as yA, getMasterTyreGradeCache as yB, getMasterTyreGradeCacheCount as yC, type MasterTyreModel as yD, MasterTyreModelSchema as yE, type MasterTyreModelDTO as yF, MasterTyreModelQuerySchema as yG, type MasterTyreModelQueryDTO as yH, FindCacheSchema as yI, type FindCacheDTO as yJ, toMasterTyreModelPayload as yK, newMasterTyreModelPayload as yL, findMasterTyreModels as yM, createMasterTyreModel as yN, updateMasterTyreModel as yO, deleteMasterTyreModel as yP, getMasterTyreModelCache as yQ, getMasterTyreModelCacheCount as yR, type MasterTyreMake as yS, MasterTyreMakeSchema as yT, type MasterTyreMakeDTO as yU, MasterTyreMakeQuerySchema as yV, type MasterTyreMakeQueryDTO as yW, toMasterTyreMakePayload as yX, newMasterTyreMakePayload as yY, findMasterTyreMakes as yZ, createMasterTyreMake as y_, updateMasterSparePartUnit as ya, deleteMasterSparePartUnit as yb, getMasterSparePartUnitCache as yc, getMasterSparePartUnitCacheCount as yd, type MasterTripPartyType as ye, MasterTripPartyTypeSchema as yf, type MasterTripPartyTypeDTO as yg, MasterTripPartyTypeQuerySchema as yh, type MasterTripPartyTypeQueryDTO as yi, toMasterTripPartyTypePayload as yj, newMasterTripPartyTypePayload as yk, findMasterTripPartyTypes as yl, createMasterTripPartyType as ym, updateMasterTripPartyType as yn, deleteMasterTripPartyType as yo, getMasterTripPartyTypeCache as yp, type MasterTyreGrade as yq, MasterTyreGradeSchema as yr, type MasterTyreGradeDTO as ys, MasterTyreGradeQuerySchema as yt, type MasterTyreGradeQueryDTO as yu, toMasterTyreGradePayload as yv, newMasterTyreGradePayload as yw, findMasterTyreGrades as yx, createMasterTyreGrade as yy, updateMasterTyreGrade as yz, deleteMasterMainCurrency as z, deleteMasterTyreMake as z0, getMasterTyreMakeCache as z1, getMasterTyreMakeCacheCount as z2, getMasterTyreMakeCacheChild as z3, type UserOrganisationSimple as z4, UserOrganisationSchema as z5, type UserOrganisationDTO as z6, UserOrganisationQuerySchema as z7, type UserOrganisationQueryDTO as z8, UserOrganisationLogoSchema as z9, type UserOrganisationLogoDTO as za, toUserOrganisationPayload as zb, newUserOrganisationPayload as zc, get_organisation_logo_presigned_url as zd, update_organisation_logo as ze, delete_organisation_logo as zf, findUserOrganisation as zg, createUserOrganisation as zh, updateUserOrganisation as zi, deleteUserOrganisation as zj, getUserOrganisationCache as zk, getUserOrganisationCacheSimple as zl, type BookMark as zm, BookMarkSchema as zn, type BookMarkDTO as zo, BookMarkQuerySchema as zp, type BookMarkQueryDTO as zq, toBookMarkPayload as zr, newBookMarkPayload as zs, findBookMarks as zt, createBookMark as zu, updateBookMark as zv, deleteBookMark as zw };
22505
+ export { toOrganisationBranchPayload as $, getMasterMainCurrencyCache as A, OrganisationSubCompanySchema as B, type OrganisationSubCompanyDTO as C, OrganisationSubCompanyQuerySchema as D, type OrganisationSubCompanyQueryDTO as E, type SubCompanyLogoDTO as F, toOrganisationSubCompanyPayload as G, newOrganisationSubCompanyPayload as H, get_organisation_sub_company_logo_presigned_url as I, update_organisation_sub_company_logo as J, delete_organisation_sub_company_logo as K, findOrganisationSubCompanyies as L, type MasterDriver as M, createOrganisationSubCompany as N, type OrganisationSubCompany as O, updateOrganisationSubCompany as P, deleteOrganisationSubCompany as Q, getOrganisationSubCompanyCache as R, SubCompanyLogoSchema as S, getOrganisationSubCompanyCacheCount as T, type User as U, getOrganisationSubCompanyCacheChild as V, type OrganisationBranch as W, OrganisationBranchSchema as X, type OrganisationBranchDTO as Y, OrganisationBranchQuerySchema as Z, type OrganisationBranchQueryDTO as _, type UserAdmin as a, MasterMainLanguageSchema as a$, newOrganisationBranchPayload as a0, findOrganisationBranchs as a1, createOrganisationBranch as a2, updateOrganisationBranch as a3, deleteOrganisationBranch as a4, getOrganisationBranchCache as a5, getOrganisationBranchCacheCount as a6, getOrganisationBranchCacheChild as a7, type OrganisationColor as a8, OrganisationColorSchema as a9, type MasterUserRole as aA, MasterUserRoleSchema as aB, type MasterUserRoleDTO as aC, MasterUserRoleQuerySchema as aD, type MasterUserRoleQueryDTO as aE, toMasterUserRolePayload as aF, newMasterUserRolePayload as aG, findMasterUserRoles as aH, createMasterUserRole as aI, updateMasterUserRole as aJ, deleteMasterUserRole as aK, getMasterUserRoleCache as aL, getMasterUserRoleCacheCount as aM, type MasterUserStatus as aN, MasterUserStatusSchema as aO, type MasterUserStatusDTO as aP, MasterUserStatusQuerySchema as aQ, type MasterUserStatusQueryDTO as aR, toMasterUserStatusPayload as aS, newMasterUserStatusPayload as aT, findMasterUserStatuses as aU, createMasterUserStatus as aV, updateMasterUserStatus as aW, deleteMasterUserStatus as aX, getMasterUserStatusCache as aY, getMasterUserStatusCacheCount as aZ, type MasterMainLanguage as a_, type OrganisationColorDTO as aa, OrganisationColorQuerySchema as ab, type OrganisationColorQueryDTO as ac, toOrganisationColorPayload as ad, newOrganisationColorPayload as ae, findOrganisationColors as af, createOrganisationColor as ag, updateOrganisationColor as ah, deleteOrganisationColor as ai, getOrganisationColorCache as aj, getOrganisationColorCacheCount as ak, getOrganisationColorCacheChild as al, type OrganisationTag as am, OrganisationTagSchema as an, type OrganisationTagDTO as ao, OrganisationTagQuerySchema as ap, type OrganisationTagQueryDTO as aq, toOrganisationTagPayload as ar, newOrganisationTagPayload as as, findOrganisationTags as at, createOrganisationTag as au, updateOrganisationTag as av, deleteOrganisationTag as aw, getOrganisationTagCache as ax, getOrganisationTagCacheCount as ay, getOrganisationTagCacheChild as az, type UserOrganisation as b, toGPSGeofencePayload as b$, type MasterMainLanguageDTO as b0, MasterMainLanguageQuerySchema as b1, type MasterMainLanguageQueryDTO as b2, toMasterMainLanguagePayload as b3, newMasterMainLanguagePayload as b4, findMasterMainLanguages as b5, createMasterMainLanguage as b6, updateMasterMainLanguage as b7, deleteMasterMainLanguage as b8, getMasterMainLanguageCache as b9, GPSGeofenceTransactionQuerySchema as bA, type GPSGeofenceTransactionQueryDTO as bB, toGPSGeofenceTransactionPayload as bC, newGPSGeofenceTransactionPayload as bD, findGPSGeofenceTransaction as bE, createGPSGeofenceTransaction as bF, updateGPSGeofenceTransaction as bG, deleteGPSGeofenceTransaction as bH, type TripGeofenceToGeofence as bI, TripGeofenceToGeofenceSchema as bJ, type TripGeofenceToGeofenceDTO as bK, TripGeofenceToGeofenceQuerySchema as bL, type TripGeofenceToGeofenceQueryDTO as bM, toTripGeofenceToGeofencePayload as bN, newTripGeofenceToGeofencePayload as bO, findTripGeofenceToGeofence as bP, createTripGeofenceToGeofence as bQ, updateTripGeofenceToGeofence as bR, deleteTripGeofenceToGeofence as bS, type GPSGeofence as bT, type GPSGeofencePolilineData as bU, GPSGeofencePolilineDataSchema as bV, type GPSGeofencePolilineDataDTO as bW, GPSGeofenceSchema as bX, type GPSGeofenceDTO as bY, GPSGeofenceQuerySchema as bZ, type GPSGeofenceQueryDTO as b_, type MasterMainDateFormat as ba, MasterMainDateFormatSchema as bb, type MasterMainDateFormatDTO as bc, MasterMainDateFormatQuerySchema as bd, type MasterMainDateFormatQueryDTO as be, toMasterMainDateFormatPayload as bf, newMasterMainDateFormatPayload as bg, findMasterMainDateFormats as bh, createMasterMainDateFormat as bi, updateMasterMainDateFormat as bj, deleteMasterMainDateFormat as bk, getMasterMainDateFormatCache as bl, type GPSGeofenceTransactionSummary as bm, GPSGeofenceTransactionSummarySchema as bn, type GPSGeofenceTransactionSummaryDTO as bo, GPSGeofenceTransactionSummaryQuerySchema as bp, type GPSGeofenceTransactionSummaryQueryDTO as bq, toGPSGeofenceTransactionSummaryPayload as br, newGPSGeofenceTransactionSummaryPayload as bs, findGPSGeofenceTransactionSummary as bt, createGPSGeofenceTransactionSummary as bu, updateGPSGeofenceTransactionSummary as bv, deleteGPSGeofenceTransactionSummary as bw, type GPSGeofenceTransaction as bx, GPSGeofenceTransactionSchema as by, type GPSGeofenceTransactionDTO as bz, type MasterVehicle as c, MasterMainLandmarkQuerySchema as c$, newGPSGeofencePayload as c0, findGPSGeofence as c1, createGPSGeofence as c2, updateGPSGeofence as c3, deleteGPSGeofence as c4, type OrganisationNotificationPreference as c5, type OrganisationNotificationPreferenceVehicleLink as c6, type OrganisationNotificationPreferenceGeofenceLink as c7, type OrganisationNotificationPreferenceUserLink as c8, OrganisationNotificationPreferenceSchema as c9, deleteUserAdmin as cA, updateUserAdminProfile as cB, getAdminUserCache as cC, type Ticket as cD, type TicketFile as cE, TicketFileSchema as cF, type TicketFileDTO as cG, TicketSchema as cH, type TicketDTO as cI, TicketVerifySchema as cJ, type TicketVerifyDTO as cK, TicketQuerySchema as cL, type TicketQueryDTO as cM, toTicketPayload as cN, toVerifyTicketPayload as cO, newTicketPayload as cP, get_ticket_file_presigned_url as cQ, create_ticket_file as cR, remove_ticket_file as cS, findTickets as cT, createTicket as cU, updateTicket as cV, updateVerifyStatus as cW, deleteTicket as cX, type MasterMainLandMark as cY, MasterMainLandmarkSchema as cZ, type MasterMainLandmarkDTO as c_, type OrganisationNotificationPreferenceDTO as ca, OrganisationNotificationPreferenceQuerySchema as cb, type OrganisationNotificationPreferenceQueryDTO as cc, toOrganisationNotificationPreferencePayload as cd, newOrganisationNotificationPreferencePayload as ce, findOrganisationNotificationPreference as cf, createOrganisationNotificationPreference as cg, updateOrganisationNotificationPreference as ch, deleteOrganisationNotificationPreference as ci, type UserAdminLoginPush as cj, UserAdminSchema as ck, type UserAdminDTO as cl, UserAdminLogoSchema as cm, type UserAdminLogoDTO as cn, UserAdminProfileSchema as co, type UserAdminProfileDTO as cp, UserAdminQuerySchema as cq, type UserAdminQueryDTO as cr, toUserAdminProfilePayload as cs, newUserAdminPayload as ct, get_admin_image_presigned_url as cu, update_admin_image as cv, delete_admin_image as cw, findUserAdmin as cx, createUserAdmin as cy, updateUserAdmin as cz, type MasterMainIndustry as d, MasterVendorDocumentTypeQuerySchema as d$, type MasterMainLandmarkQueryDTO as d0, toMasterMainLandmarkPayload as d1, newMasterMainLandmarkPayload as d2, findMasterMainCountries$1 as d3, createMasterMainCountry$1 as d4, updateMasterMainCountry$1 as d5, deleteMasterMainCountry$1 as d6, type MasterVehicleFuelType as d7, MasterVehicleFuelTypeSchema as d8, type MasterVehicleFuelTypeDTO as d9, type MasterVendorType as dA, MasterVendorTypeSchema as dB, type MasterVendorTypeDTO as dC, MasterVendorTypeQuerySchema as dD, type MasterVendorTypeQueryDTO as dE, toMasterVendorTypePayload as dF, newMasterVendorTypePayload as dG, findMasterVendorTypes as dH, createMasterVendorType as dI, updateMasterVendorType as dJ, deleteMasterVendorType as dK, getMasterVendorTypeCache as dL, type MasterVendorTag as dM, MasterVendorTagSchema as dN, type MasterVendorTagDTO as dO, MasterVendorTagQuerySchema as dP, type MasterVendorTagQueryDTO as dQ, toMasterVendorTagPayload as dR, newMasterVendorTagPayload as dS, findMasterVendorTags as dT, createMasterVendorTag as dU, updateMasterVendorTag as dV, deleteMasterVendorTag as dW, getMasterVendorTagCache as dX, type MasterVendorDocumentType as dY, MasterVendorDocumentTypeSchema as dZ, type MasterVendorDocumentTypeDTO as d_, MasterVehicleFuelTypeQuerySchema as da, type MasterVehicleFuelTypeQueryDTO as db, toMasterVehicleFuelTypePayload as dc, newMasterVehicleFuelTypePayload as dd, findMasterVehicleFuelTypes as de, createMasterVehicleFuelType as df, updateMasterVehicleFuelType as dg, deleteMasterVehicleFuelType as dh, getMasterVehicleFuelTypeCache as di, getMasterVehicleFuelTypeCacheCount as dj, getMasterVehicleFuelTypeCacheChild as dk, type MasterVehicleFuelUnit as dl, MasterVehicleFuelUnitSchema as dm, type MasterVehicleFuelUnitDTO as dn, MasterVehicleFuelUnitQuerySchema as dp, type MasterVehicleFuelUnitQueryDTO as dq, toMasterVehicleFuelUnitPayload as dr, newMasterVehicleFuelUnitPayload as ds, findMasterVehicleFuelUnits as dt, createMasterVehicleFuelUnit as du, updateMasterVehicleFuelUnit as dv, deleteMasterVehicleFuelUnit as dw, getMasterVehicleFuelUnitCache as dx, getMasterVehicleFuelUnitCacheCount as dy, getMasterVehicleFuelUnitCacheChild as dz, MasterMainIndustrySchema as e, findMasterFleetIncidentStatuses as e$, type MasterVendorDocumentTypeQueryDTO as e0, toMasterVendorDocumentTypePayload as e1, newMasterVendorDocumentTypePayload as e2, findMasterVendorDocumentTypes as e3, createMasterVendorDocumentType as e4, updateMasterVendorDocumentType as e5, deleteMasterVendorDocumentType as e6, getMasterVendorDocumentTypeCache as e7, type MasterFleetServiceTask as e8, MasterFleetServiceTaskSchema as e9, type MasterFleetInsuranceClaimStatusQueryDTO as eA, toMasterFleetInsuranceClaimStatusPayload as eB, newMasterFleetInsuranceClaimStatusPayload as eC, findMasterFleetInsuranceClaimStatuses as eD, createMasterFleetInsuranceClaimStatus as eE, updateMasterFleetInsuranceClaimStatus as eF, deleteMasterFleetInsuranceClaimStatus as eG, getMasterFleetInsuranceClaimStatusCache as eH, type MasterFleetIncidentSeverity as eI, MasterFleetIncidentSeveritySchema as eJ, type MasterFleetIncidentSeverityDTO as eK, MasterFleetIncidentSeverityQuerySchema as eL, type MasterFleetIncidentSeverityQueryDTO as eM, toMasterFleetIncidentSeverityPayload as eN, newMasterFleetIncidentSeverityPayload as eO, findMasterFleetIncidentSeverities as eP, createMasterFleetIncidentSeverity as eQ, updateMasterFleetIncidentSeverity as eR, deleteMasterFleetIncidentSeverity as eS, getMasterFleetIncidentSeverityCache as eT, type MasterFleetIncidentStatus as eU, MasterFleetIncidentStatusSchema as eV, type MasterFleetIncidentStatusDTO as eW, MasterFleetIncidentStatusQuerySchema as eX, type MasterFleetIncidentStatusQueryDTO as eY, toMasterFleetIncidentStatusPayload as eZ, newMasterFleetIncidentStatusPayload as e_, type MasterFleetServiceTaskDTO as ea, MasterFleetServiceTaskQuerySchema as eb, type MasterFleetServiceTaskQueryDTO as ec, toMasterFleetServiceTaskPayload as ed, newMasterFleetServiceTaskPayload as ee, findMasterFleetServiceTasks as ef, createMasterFleetServiceTask as eg, updateMasterFleetServiceTask as eh, deleteMasterFleetServiceTask as ei, getMasterFleetServiceTaskCache as ej, type FleetServiceSchedule as ek, type FleetServiceScheduleVehicleLink as el, FleetServiceScheduleSchema as em, type FleetServiceScheduleDTO as en, FleetServiceScheduleQuerySchema as eo, type FleetServiceScheduleQueryDTO as ep, toFleetServiceSchedulePayload as eq, newFleetServiceSchedulePayload as er, findFleetServiceSchedule as es, createFleetServiceSchedule as et, updateFleetServiceSchedule as eu, deleteFleetServiceSchedule as ev, type MasterFleetInsuranceClaimStatus as ew, MasterFleetInsuranceClaimStatusSchema as ex, type MasterFleetInsuranceClaimStatusDTO as ey, MasterFleetInsuranceClaimStatusQuerySchema as ez, type MasterMainIndustryDTO as f, type FleetInspectionFormDTO as f$, createMasterFleetIncidentStatus as f0, updateMasterFleetIncidentStatus as f1, deleteMasterFleetIncidentStatus as f2, getMasterFleetIncidentStatusCache as f3, type MasterFleetIncidentType as f4, MasterFleetIncidentTypeSchema as f5, type MasterFleetIncidentTypeDTO as f6, MasterFleetIncidentTypeQuerySchema as f7, type MasterFleetIncidentTypeQueryDTO as f8, toMasterFleetIncidentTypePayload as f9, FleetIncidentManagementQuerySchema as fA, type FleetIncidentManagementQueryDTO as fB, FleetIncidentManagementDashBoardQuerySchema as fC, type FleetIncidentManagementDashBoardQueryDTO as fD, FleetIncidentManagementCostSchema as fE, type FleetIncidentManagementCostDTO as fF, FleetIncidentManagementCostQuerySchema as fG, type FleetIncidentManagementCostQueryDTO as fH, toFleetIncidentManagementPayload as fI, newFleetIncidentManagementPayload as fJ, toFleetIncidentManagementCostPayload as fK, newFleetIncidentManagementCostPayload as fL, get_incident_file_presigned_url as fM, create_incident_file as fN, remove_incident_file as fO, createFleetIncidentManagement as fP, findFleetIncidentManagement as fQ, updateFleetIncidentManagement as fR, deleteFleetIncidentManagement as fS, incident_dashboard as fT, createFleetIncidentManagementCost as fU, findFleetIncidentManagementCost as fV, updateFleetIncidentManagementCost as fW, deleteFleetIncidentManagementCost as fX, type FleetInspectionForm as fY, type FleetInspectionFormSimple as fZ, FleetInspectionFormSchema as f_, newMasterFleetIncidentTypePayload as fa, findMasterFleetIncidentTypes as fb, createMasterFleetIncidentType as fc, updateMasterFleetIncidentType as fd, deleteMasterFleetIncidentType as fe, getMasterFleetIncidentTypeCache as ff, type MasterExpenseName as fg, MasterExpenseNameSchema as fh, type MasterExpenseNameDTO as fi, MasterExpenseNameQuerySchema as fj, type MasterExpenseNameQueryDTO as fk, toMasterExpenseNamePayload as fl, newMasterExpenseNamePayload as fm, findMasterExpenseNames as fn, createMasterExpenseName as fo, updateMasterExpenseName as fp, deleteMasterExpenseName as fq, getMasterExpenseNameCache as fr, type FleetIncidentManagement as fs, type FleetIncidentManagementCost as ft, type FleetIncidentManagementFile as fu, type IncidentDashboard as fv, FleetIncidentManagementFileSchema as fw, type FleetIncidentManagementFileDTO as fx, FleetIncidentManagementSchema as fy, type FleetIncidentManagementDTO as fz, MasterMainIndustryQuerySchema as g, create_issue_file as g$, FleetInspectionFormQuerySchema as g0, type FleetInspectionFormQueryDTO as g1, toFleetInspectionFormPayload as g2, newFleetInspectionFormPayload as g3, findFleetInspectionForm as g4, createFleetInspectionForm as g5, updateFleetInspectionForm as g6, deleteFleetInspectionForm as g7, getFleetInspectionFormCacheSimple as g8, type FleetInspectionSchedule as g9, findFleetInspection as gA, createFleetInspection as gB, updateFleetInspection as gC, deleteFleetInspection as gD, find_check_pending as gE, type FleetIssueManagement as gF, type FleetIssueManagementHistory as gG, type FleetIssueManagementComment as gH, type FleetIssueManagementFile as gI, type IssueDashboard as gJ, FleetIssueManagementFileSchema as gK, type FleetIssueManagementFileDTO as gL, FleetIssueManagementSchema as gM, type FleetIssueManagementDTO as gN, FleetIssueManagementQuerySchema as gO, type FleetIssueManagementQueryDTO as gP, FleetIssueManagementDashBoardQuerySchema as gQ, type FleetIssueManagementDashBoardQueryDTO as gR, FleetIssueManagementCommentSchema as gS, type FleetIssueManagementCommentDTO as gT, FleetIssueManagementCommentQuerySchema as gU, type FleetIssueManagementCommentQueryDTO as gV, toFleetIssueManagementPayload as gW, newFleetIssueManagementPayload as gX, toFleetIssueManagementCommentPayload as gY, newFleetIssueManagementCommentPayload as gZ, get_issue_file_presigned_url as g_, type FleetInspectionScheduleVehicleLink as ga, FleetInspectionScheduleSchema as gb, type FleetInspectionScheduleDTO as gc, FleetInspectionScheduleQuerySchema as gd, type FleetInspectionScheduleQueryDTO as ge, toFleetInspectionSchedulePayload as gf, newFleetInspectionSchedulePayload as gg, findFleetInspectionSchedule as gh, createFleetInspectionSchedule as gi, updateFleetInspectionSchedule as gj, deleteFleetInspectionSchedule as gk, type FleetInspection as gl, type FleetInspectionFile as gm, FleetInspectionFileSchema as gn, type FleetInspectionFileDTO as go, FleetInspectionSchema as gp, type FleetInspectionDTO as gq, FleetInspectionQuerySchema as gr, type FleetInspectionQueryDTO as gs, FleetInspectionCheckPendingQuerySchema as gt, type FleetInspectionCheckPendingQueryDTO as gu, toFleetInspectionPayload as gv, newFleetInspectionPayload as gw, get_inspection_file_presigned_url as gx, create_service_file$1 as gy, remove_service_file$1 as gz, type MasterMainIndustryQueryDTO as h, updateFleetVendorServiceCenter as h$, remove_issue_file as h0, findFleetIssueManagement as h1, createFleetIssueManagement as h2, updateFleetIssueManagement as h3, deleteFleetIssueManagement as h4, issue_dashboard as h5, findFleetIssueManagementComment as h6, createFleetIssueManagementComment as h7, updateFleetIssueManagementComment as h8, deleteFleetIssueManagementComment as h9, newFleetServiceReminderPayload as hA, get_service_file_presigned_url as hB, create_service_file as hC, remove_service_file as hD, findFleetServiceManagement as hE, createFleetServiceManagement as hF, updateFleetServiceManagement as hG, deleteFleetServiceManagement as hH, service_dashboard as hI, findFleetServiceManagementTask as hJ, createFleetServiceManagementTask as hK, updateFleetServiceManagementTask as hL, deleteFleetServiceManagementTask as hM, findFleetServiceReminder as hN, createFleetServiceReminder as hO, updateFleetServiceReminder as hP, deleteFleetServiceReminder as hQ, type FleetVendorServiceCenter as hR, type FleetVendorServiceCenterSimple as hS, FleetVendorServiceCenterSchema as hT, type FleetVendorServiceCenterDTO as hU, FleetVendorServiceCenterQuerySchema as hV, type FleetVendorServiceCenterQueryDTO as hW, toFleetVendorServiceCenterPayload as hX, newFleetVendorServiceCenterPayload as hY, findFleetVendorServiceCenter as hZ, createFleetVendorServiceCenter as h_, type FleetServiceManagement as ha, type FleetServiceManagementTask as hb, type FleetServiceManagementFile as hc, type FleetServiceReminder as hd, type ServiceDashboard as he, FleetServiceManagementFileSchema as hf, type FleetServiceManagementFileDTO as hg, FleetServiceManagementSchema as hh, type FleetServiceManagementDTO as hi, FleetServiceManagementQuerySchema as hj, type FleetServiceManagementQueryDTO as hk, FleetServiceManagementDashBoardQuerySchema as hl, type FleetServiceManagementDashBoardQueryDTO as hm, FleetServiceManagementTaskSchema as hn, type FleetServiceManagementTaskDTO as ho, FleetServiceManagementTaskQuerySchema as hp, type FleetServiceManagementTaskQueryDTO as hq, FleetServiceReminderSchema as hr, type FleetServiceReminderDTO as hs, FleetServiceReminderQuerySchema as ht, type FleetServiceReminderQueryDTO as hu, toFleetServiceManagementPayload as hv, newFleetServiceManagementPayload as hw, toFleetServiceManagementTaskPayload as hx, newFleetServiceManagementTaskPayload as hy, toFleetServiceReminderPayload as hz, findMasterMainIndustrys as i, FleetVendorContactPersonsSchema as i$, deleteFleetVendorServiceCenter as i0, getFleetVendorServiceCenterCacheSimple as i1, type MasterFuelCompany as i2, MasterFuelCompanySchema as i3, type MasterFuelCompanyDTO as i4, MasterFuelCompanyQuerySchema as i5, type MasterFuelCompanyQueryDTO as i6, FuelCompanyLogoSchema as i7, type FuelCompanyLogoDTO as i8, toMasterFuelCompanyPayload as i9, type FleetVendorSimple as iA, type FleetVendorTypeLink as iB, type FleetVendorTagLink as iC, type FleetVendorAddress as iD, type FleetVendorBankAccount as iE, type FleetVendorContactPersons as iF, type FleetVendorReview as iG, type FleetVendorDocument as iH, type FleetVendorDocumentFile as iI, FleetVendorLogoSchema as iJ, type FleetVendorLogoDTO as iK, FleetVendorSchema as iL, type FleetVendorDTO as iM, FleetVendorQuerySchema as iN, type FleetVendorQueryDTO as iO, FleetVendorDashBoardQuerySchema as iP, type FleetVendorDashBoardQueryDTO as iQ, FleetVendorAddressSchema as iR, type FleetVendorAddressDTO as iS, FleetVendorAddressQuerySchema as iT, type FleetVendorAddressQueryDTO as iU, FleetVendorBankAccountSchema as iV, type FleetVendorBankAccountDTO as iW, FleetVendorBankAccountQuerySchema as iX, type FleetVendorBankAccountQueryDTO as iY, FleetVendorContactPersonsLogoSchema as iZ, type FleetVendorContactPersonsLogoDTO as i_, newMasterFuelCompanyPayload as ia, get_master_fuel_company_presigned_url as ib, update_master_fuel_company_logo as ic, delete_master_fuel_company_logo as id, findMasterFuelCompanys as ie, createMasterFuelCompany as ig, updateMasterFuelCompany as ih, deleteMasterFuelCompany as ii, getMasterFuelCompanyCache as ij, type FleetVendorFuelStation as ik, type FleetVendorFuelStationSimple as il, FleetVendorFuelStationSchema as im, type FleetVendorFuelStationDTO as io, FleetVendorFuelStationQuerySchema as ip, type FleetVendorFuelStationQueryDTO as iq, toFleetVendorFuelStationPayload as ir, newFleetVendorFuelStationPayload as is, findFleetVendorFuelStation as it, createFleetVendorFuelStation as iu, updateFleetVendorFuelStation as iv, deleteFleetVendorFuelStation as iw, getFleetVendorFuelStationCacheSimple as ix, type FleetVendor as iy, type VendorDashboard as iz, createMasterMainIndustry as j, type FleetFuelRefillFileDTO as j$, type FleetVendorContactPersonsDTO as j0, FleetVendorContactPersonsQuerySchema as j1, type FleetVendorContactPersonsQueryDTO as j2, FleetVendorReviewSchema as j3, type FleetVendorReviewDTO as j4, FleetVendorReviewQuerySchema as j5, type FleetVendorReviewQueryDTO as j6, FleetVendorDocumentFileSchema as j7, type FleetVendorDocumentFileDTO as j8, FleetVendorDocumentSchema as j9, updateFleetVendor as jA, deleteFleetVendor as jB, vendor_dashboard as jC, createFleetVendorAddress as jD, findFleetVendorAddress as jE, updateFleetVendorAddress as jF, deleteFleetVendorAddress as jG, createFleetVendorBankAccount as jH, findFleetVendorBankAccount as jI, updateFleetVendorBankAccount as jJ, deleteFleetVendorBankAccount as jK, createFleetVendorContactPersons as jL, findFleetVendorContactPersons as jM, updateFleetVendorContactPersons as jN, deleteFleetVendorContactPersons as jO, createFleetVendorReview as jP, findFleetVendorReview as jQ, updateFleetVendorReview as jR, deleteFleetVendorReview as jS, createFleetVendorDocument as jT, findFleetVendorDocument as jU, updateFleetVendorDocument as jV, deleteFleetVendorDocument as jW, getFleetVendorCacheSimple as jX, type FleetFuelRefill as jY, type FleetFuelRefillFile as jZ, FleetFuelRefillFileSchema as j_, type FleetVendorDocumentDTO as ja, FleetVendorDocumentQuerySchema as jb, type FleetVendorDocumentQueryDTO as jc, toFleetVendorPayload as jd, newFleetVendorPayload as je, toFleetVendorAddressPayload as jf, newFleetVendorAddressPayload as jg, toFleetVendorBankAccountPayload as jh, newFleetVendorBankAccountPayload as ji, toFleetVendorContactPersonsPayload as jj, newFleetVendorContactPersonsPayload as jk, toFleetVendorReviewPayload as jl, newFleetVendorReviewPayload as jm, toFleetVendorDocumentPayload as jn, newFleetVendorDocumentPayload as jo, get_vendor_logo_presigned_url as jp, get_vendor_contact_person_logo_presigned_url as jq, get_vendor_document_file_presigned_url as jr, update_vendor_logo as js, delete_vendor_logo as jt, update_vendor_contact_person_logo as ju, delete_vendor_contact_person_logo as jv, create_vendor_document_file as jw, remove_vendor_document_file as jx, findFleetVendor as jy, createFleetVendor as jz, deleteMasterMainIndustry as k, get_user_image_presigned_url as k$, FleetFuelRefillSchema as k0, type FleetFuelRefillDTO as k1, FleetFuelRefillQuerySchema as k2, type FleetFuelRefillQueryDTO as k3, toFleetFuelRefillPayload as k4, newFleetFuelRefillPayload as k5, get_fuel_refill_file_presigned_url as k6, create_fuel_refill_file as k7, remove_fuel_refill_file as k8, findFleetFuelRefill as k9, newFleetFuelRemovalPayload as kA, get_fuel_removal_file_presigned_url as kB, create_fuel_removal_file as kC, remove_fuel_removal_file as kD, findFleetFuelRemoval as kE, createFleetFuelRemoval as kF, updateFleetFuelRemoval as kG, deleteFleetFuelRemoval as kH, type UserVehicleLink as kI, type UserLoginPush as kJ, UserSchema as kK, type UserDTO as kL, UserQuerySchema as kM, type UserQueryDTO as kN, UserLogoSchema as kO, type UserLogoDTO as kP, UserProfileSchema as kQ, type UserProfileDTO as kR, UserDefaultLanguageSchema as kS, type UserDefaultLanguageDTO as kT, UserDefaultTimeZoneSchema as kU, type UserDefaultTimeZoneDTO as kV, UserDefaultDateFormatSchema as kW, type UserDefaultDateFormatDTO as kX, toUserPayload as kY, toUserProfilePayload as kZ, newUserPayload as k_, createFleetFuelRefill as ka, updateFleetFuelRefill as kb, deleteFleetFuelRefill as kc, type MasterVehicleFuelRemovalReason as kd, MasterVehicleFuelRemovalReasonSchema as ke, type MasterVehicleFuelRemovalReasonDTO as kf, MasterVehicleFuelRemovalReasonQuerySchema as kg, type MasterVehicleFuelRemovalReasonQueryDTO as kh, toMasterVehicleFuelRemovalReasonPayload as ki, newMasterVehicleFuelRemovalReasonPayload as kj, findMasterVehicleFuelRemovalReasons as kk, createMasterVehicleFuelRemovalReason as kl, updateMasterVehicleFuelRemovalReason as km, deleteMasterVehicleFuelRemovalReason as kn, getMasterVehicleFuelRemovalReasonCache as ko, getMasterVehicleFuelRemovalReasonCacheCount as kp, getMasterVehicleFuelRemovalReasonCacheChild as kq, type FleetFuelRemoval as kr, type FleetFuelRemovalFile as ks, FleetFuelRemovalFileSchema as kt, type FleetFuelRemovalFileDTO as ku, FleetFuelRemovalSchema as kv, type FleetFuelRemovalDTO as kw, FleetFuelRemovalQuerySchema as kx, type FleetFuelRemovalQueryDTO as ky, toFleetFuelRemovalPayload as kz, getMasterMainIndustryCache as l, getMasterDriverCacheSimple as l$, update_user_image as l0, delete_user_image as l1, findUser as l2, createUser as l3, updateUser as l4, deleteUser as l5, updateUserProfile as l6, getUserCache as l7, getUserCacheSimple as l8, updateUserDefaultLanguage as l9, MasterDriverFileSchema as lA, type MasterDriverFileDTO as lB, MasterDriverSchema as lC, type MasterDriverDTO as lD, MasterDriverQuerySchema as lE, type MasterDriverQueryDTO as lF, MasterDriverLogoSchema as lG, type MasterDriverLogoDTO as lH, MasterDriverProfileSchema as lI, type MasterDriverProfileDTO as lJ, toDriverPayload as lK, toDriverProfilePayload as lL, newDriverPayload as lM, get_master_driver_logo_presigned_url as lN, get_master_driver_file_presigned_url as lO, update_master_driver_logo as lP, delete_master_driver_logo as lQ, create_master_driver_file as lR, remove_master_driver_file as lS, findMasterDriver as lT, createMasterDriver as lU, updateMasterDriver as lV, deleteMasterDriver as lW, updateMasterDriverLogo as lX, deleteMasterDriverLogo as lY, updateMasterDriverProfile as lZ, getMasterDriverCache as l_, updateUserDefaultTimezone as la, updateUserDefaultDateformat as lb, type FleetFuelDailySummary as lc, FleetFuelDailySummarySchema as ld, type FleetFuelDailySummaryDTO as le, FleetFuelDailySummaryQuerySchema as lf, type FleetFuelDailySummaryQueryDTO as lg, FleetFuelDailyMonthlySummaryQuerySchema as lh, type FleetFuelDailyMonthlySummaryQueryDTO as li, AllVehiclesFuelDailySummaryQuerySchema as lj, type AllVehiclesFuelDailySummaryDTO as lk, FleetFuelDailySummaryDashBoardQuerySchema as ll, type FleetFuelDailySummaryDashBoardQueryDTO as lm, type FuelDashboard as ln, toFleetFuelDailySummaryPayload as lo, newFleetFuelDailySummaryPayload as lp, findFleetFuelDailySummary as lq, createFleetFuelDailySummary as lr, updateFleetFuelDailySummary as ls, deleteFleetFuelDailySummary as lt, fuel_dashboard as lu, findFleetFuelMonthlySummary as lv, findVehicleFuelSummary as lw, type MasterDriverFile as lx, type AssignRemoveDriverHistory as ly, type DriverLoginPush as lz, type MasterMainCurrency as m, type MasterVehicleStatusTypeDTO as m$, type OrganisationGroup as m0, type VehicleOrganisationGroupLink as m1, OrganisationGroupSchema as m2, type OrganisationGroupDTO as m3, OrganisationGroupQuerySchema as m4, type OrganisationGroupQueryDTO as m5, toOrganisationGroupPayload as m6, newOrganisationGroupPayload as m7, findOrganisationGroups as m8, createOrganisationGroup as m9, FindCacheSchema$4 as mA, type FindCacheDTO$4 as mB, toMasterVehicleModelPayload as mC, newMasterVehicleModelPayload as mD, findMasterVehicleModels as mE, createMasterVehicleModel as mF, updateMasterVehicleModel as mG, deleteMasterVehicleModel as mH, getMasterVehicleModelCache as mI, getMasterVehicleModelCacheCount as mJ, getMasterVehicleModelCacheChild as mK, type MasterVehicleMake as mL, MasterVehicleMakeSchema as mM, type MasterVehicleMakeDTO as mN, MasterVehicleMakeQuerySchema as mO, type MasterVehicleMakeQueryDTO as mP, toMasterVehicleMakePayload as mQ, newMasterVehicleMakePayload as mR, findMasterVehicleMakes as mS, createMasterVehicleMake as mT, updateMasterVehicleMake as mU, deleteMasterVehicleMake as mV, getMasterVehicleMakeCache as mW, getMasterVehicleMakeCacheCount as mX, getMasterVehicleMakeCacheChild as mY, type MasterVehicleStatusType as mZ, MasterVehicleStatusTypeSchema as m_, updateOrganisationGroup as ma, deleteOrganisationGroup as mb, getOrganisationGroupCache as mc, getOrganisationGroupCacheCount as md, getOrganisationGroupCacheChild as me, type MasterVehicleSubModel as mf, MasterVehicleSubModelSchema as mg, type MasterVehicleSubModelDTO as mh, MasterVehicleSubModelQuerySchema as mi, type MasterVehicleSubModelQueryDTO as mj, FindCacheSchema$5 as mk, type FindCacheDTO$5 as ml, toMasterVehicleSubModelPayload as mm, newMasterVehicleSubModelPayload as mn, findMasterVehicleSubModels as mo, createMasterVehicleSubModel as mp, updateMasterVehicleSubModel as mq, deleteMasterVehicleSubModel as mr, getMasterVehicleSubModelCache as ms, getMasterVehicleSubModelCacheCount as mt, getMasterVehicleSubModelCacheChild as mu, type MasterVehicleModel as mv, MasterVehicleModelSchema as mw, type MasterVehicleModelDTO as mx, MasterVehicleModelQuerySchema as my, type MasterVehicleModelQueryDTO as mz, newMasterMainIndustryPayload as n, deleteMasterVehicleDocumentType as n$, MasterVehicleStatusTypeQuerySchema as n0, type MasterVehicleStatusTypeQueryDTO as n1, toMasterVehicleStatusTypePayload as n2, newMasterVehicleStatusTypePayload as n3, findMasterVehicleStatusTypes as n4, createMasterVehicleStatusType as n5, updateMasterVehicleStatusType as n6, deleteMasterVehicleStatusType as n7, getMasterVehicleStatusTypeCache as n8, getMasterVehicleStatusTypeCacheCount as n9, getMasterVehicleTypeCache as nA, getMasterVehicleTypeCacheCount as nB, getMasterVehicleTypeCacheChild as nC, type MasterVehicleAssociatedTo as nD, MasterVehicleAssociatedToSchema as nE, type MasterVehicleAssociatedToDTO as nF, MasterVehicleAssociatedToQuerySchema as nG, type MasterVehicleAssociatedToQueryDTO as nH, toMasterVehicleAssociatedToPayload as nI, newMasterVehicleAssociatedToPayload as nJ, findMasterVehicleAssociatedTos as nK, createMasterVehicleAssociatedTo as nL, updateMasterVehicleAssociatedTo as nM, deleteMasterVehicleAssociatedTo as nN, getMasterVehicleAssociatedToCache as nO, getMasterVehicleAssociatedToCacheCount as nP, getMasterVehicleAssociatedToCacheChild as nQ, type MasterVehicleDocumentType as nR, MasterVehicleDocumentTypeSchema as nS, type MasterVehicleDocumentTypeDTO as nT, MasterVehicleDocumentTypeQuerySchema as nU, type MasterVehicleDocumentTypeQueryDTO as nV, toMasterVehicleDocumentTypePayload as nW, newMasterVehicleDocumentTypePayload as nX, findMasterVehicleDocumentTypes as nY, createMasterVehicleDocumentType as nZ, updateMasterVehicleDocumentType as n_, getMasterVehicleStatusTypeCacheChild as na, type MasterVehicleOwnershipType as nb, MasterVehicleOwnershipTypeSchema as nc, type MasterVehicleOwnershipTypeDTO as nd, MasterVehicleOwnershipTypeQuerySchema as ne, type MasterVehicleOwnershipTypeQueryDTO as nf, toMasterVehicleOwnershipTypePayload as ng, newMasterVehicleOwnershipTypePayload as nh, findMasterVehicleOwnershipTypes as ni, createMasterVehicleOwnershipType as nj, updateMasterVehicleOwnershipType as nk, deleteMasterVehicleOwnershipType as nl, getMasterVehicleOwnershipTypeCache as nm, getMasterVehicleOwnershipTypeCacheCount as nn, getMasterVehicleOwnershipTypeCacheChild as no, type MasterVehicleType as np, MasterVehicleTypeSchema as nq, type MasterVehicleTypeDTO as nr, MasterVehicleTypeQuerySchema as ns, type MasterVehicleTypeQueryDTO as nt, toMasterVehicleTypePayload as nu, newMasterVehicleTypePayload as nv, findMasterVehicleTypes as nw, createMasterVehicleType as nx, updateMasterVehicleType as ny, deleteMasterVehicleType as nz, MasterMainCurrencySchema as o, toMasterSectionPayload as o$, getMasterVehicleDocumentTypeCache as o0, type OrganisationReportPreference as o1, type OrganisationReportPreferenceVehicleLink as o2, type OrganisationReportAutomationMail as o3, type OrganisationReportAutomationMailVehicleLink as o4, OrganisationReportAutomationMailQuerySchema as o5, type OrganisationReportAutomationMailQueryDTO as o6, OrganisationReportPreferenceSchema as o7, type OrganisationReportPreferenceDTO as o8, OrganisationReportPreferenceQuerySchema as o9, type MasterClassQueryDTO as oA, toMasterClassPayload as oB, newMasterClassPayload as oC, findMasterClass as oD, createMasterClass as oE, updateMasterClass as oF, deleteMasterClass as oG, getMasterClassCache as oH, getMasterClassCacheCount as oI, type MasterProgram as oJ, MasterProgramSchema as oK, type MasterProgramDTO as oL, MasterProgramQuerySchema as oM, type MasterProgramQueryDTO as oN, toMasterProgramPayload as oO, newMasterProgramPayload as oP, findMasterProgram as oQ, createMasterProgram as oR, updateMasterProgram as oS, deleteMasterProgram as oT, getMasterProgramCache as oU, getMasterProgramCacheCount as oV, type MasterSection as oW, MasterSectionSchema as oX, type MasterSectionDTO as oY, MasterSectionQuerySchema as oZ, type MasterSectionQueryDTO as o_, type OrganisationReportPreferenceQueryDTO as oa, toOrganisationReportPreferencePayload as ob, newOrganisationReportPreferencePayload as oc, findOrganisationReportPreference as od, createOrganisationReportPreference as oe, updateOrganisationReportPreference as of, deleteOrganisationReportPreference as og, findOrganisationReportAutomationMail as oh, type BusStopPolygonData as oi, type BusStop as oj, BusStopPolygonDataSchema as ok, type BusStopPolygonDataDTO as ol, BusStopSchema as om, type BusStopDTO as on, BusStopQuerySchema as oo, type BusStopQueryDTO as op, toBusStopPayload as oq, newBusStopPayload as or, findBusStop as os, createBusStop as ot, updateBusStop as ou, deleteBusStop as ov, type MasterClass as ow, MasterClassSchema as ox, type MasterClassDTO as oy, MasterClassQuerySchema as oz, type MasterMainCurrencyDTO as p, type StudentGuardianLink as p$, newMasterSectionPayload as p0, findMasterSection as p1, createMasterSection as p2, updateMasterSection as p3, deleteMasterSection as p4, getMasterSectionCache as p5, getMasterSectionCacheCount as p6, type MasterSemester as p7, MasterSemesterSchema as p8, type MasterSemesterDTO as p9, MasterYearQuerySchema as pA, type MasterYearQueryDTO as pB, toMasterYearPayload as pC, newMasterYearPayload as pD, findMasterYear as pE, createMasterYear as pF, updateMasterYear as pG, deleteMasterYear as pH, getMasterYearCache as pI, getMasterYearCacheCount as pJ, type MasterRelationship as pK, MasterRelationshipSchema as pL, type MasterRelationshipDTO as pM, MasterRelationshipQuerySchema as pN, type MasterRelationshipQueryDTO as pO, toMasterRelationshipPayload as pP, newMasterRelationshipPayload as pQ, findMasterRelationship as pR, createMasterRelationship as pS, updateMasterRelationship as pT, deleteMasterRelationship as pU, getMasterRelationshipCache as pV, getMasterRelationshipCacheCount as pW, type Student as pX, type StudentAddress as pY, type StudentLeaveRequest as pZ, type StudentStopChangeRequest as p_, MasterSemesterQuerySchema as pa, type MasterSemesterQueryDTO as pb, toMasterSemesterPayload as pc, newMasterSemesterPayload as pd, findMasterSemester as pe, createMasterSemester as pf, updateMasterSemester as pg, deleteMasterSemester as ph, getMasterSemesterCache as pi, getMasterSemesterCacheCount as pj, type MasterStream as pk, MasterStreamSchema as pl, type MasterStreamDTO as pm, MasterStreamQuerySchema as pn, type MasterStreamQueryDTO as po, toMasterStreamPayload as pp, newMasterStreamPayload as pq, findMasterStream as pr, createMasterStream as ps, updateMasterStream as pt, deleteMasterStream as pu, getMasterStreamCache as pv, getMasterStreamCacheCount as pw, type MasterYear as px, MasterYearSchema as py, type MasterYearDTO as pz, MasterMainCurrencyQuerySchema as q, updateGuardianProfilePicture as q$, StudentSchema as q0, type StudentDTO as q1, StudentProfilePictureSchema as q2, type StudentProfilePictureDTO as q3, StudentQuerySchema as q4, type StudentQueryDTO as q5, StudentNoRouteQuerySchema as q6, type StudentNoRouteQueryDTO as q7, StudentAddressSchema as q8, type StudentAddressDTO as q9, StudentStopChangeRequestQuerySchema as qA, type StudentStopChangeRequestQueryDTO as qB, toStudentPayload as qC, newStudentPayload as qD, toStudentAddressPayload as qE, newStudentAddressPayload as qF, toStudentLeaveRequestPayload as qG, newStudentLeaveRequestPayload as qH, toStudentStopChangeRequestPayload as qI, newStudentStopChangeRequestPayload as qJ, toStudentGuardianLinkPayload as qK, newStudentGuardianLinkPayload as qL, findStudent as qM, createStudent as qN, updateStudent as qO, deleteStudent as qP, findStudentsWithNoRoutePickup as qQ, findStudentsWithNoRouteDrop as qR, updateProfilePicture as qS, createStudentAddress as qT, findStudentAddress as qU, updateStudentAddress as qV, updateAddressBusStopAssign as qW, deleteStudentAddress as qX, findStudentGuardianLink as qY, createStudentGuardianLink as qZ, updateStudentGuardianLink as q_, StudentAddressBusStopAssignSchema as qa, type StudentAddressBusStopAssignDTO as qb, StudentAddressQuerySchema as qc, type StudentAddressQueryDTO as qd, StudentGuardianLinkSchema as qe, type StudentGuardianLinkDTO as qf, GuardianProfilePictureSchema as qg, type GuardianProfilePictureDTO as qh, GuardianDetailsSchema as qi, type GuardianDetailsDTO as qj, GuardianMobileNumberSchema as qk, type GuardianMobileNumberDTO as ql, StudentGuardianLinkQuerySchema as qm, type StudentGuardianLinkQueryDTO as qn, StudentGuardianAutofillQuerySchema as qo, type StudentGuardianAutofillQueryDTO as qp, StudentLeaveRequestSchema as qq, type StudentLeaveRequestDTO as qr, StudentLeaveRequestApprovalSchema as qs, type StudentLeaveRequestApprovalDTO as qt, StudentLeaveRequestQuerySchema as qu, type StudentLeaveRequestQueryDTO as qv, StudentStopChangeRequestSchema as qw, type StudentStopChangeRequestDTO as qx, StudentStopChangeRequestApprovalSchema as qy, type StudentStopChangeRequestApprovalDTO as qz, type MasterMainCurrencyQueryDTO as r, findMasterFixedSchedule as r$, updateGuardianDetails as r0, updateGuardianMobileNumber as r1, deleteStudentGuardian as r2, findStudentGuardianAutofillDetails as r3, createStudentLeaveRequest as r4, findStudentLeaveRequest as r5, updateStudentLeaveRequest as r6, approveLeaveRequest as r7, deleteStudentLeaveRequest as r8, findStudentStopChangeRequest as r9, MasterRouteStopDeleteAllSchema as rA, type MasterRouteStopDeleteDTO as rB, MasterRouteStopDeleteSchema as rC, type MasterRouteStopDeleteReOrderDTO as rD, StudentNoStopQuerySchema as rE, type StudentNoStopQueryDTO as rF, StudentNoScheduleQuerySchema as rG, type StudentNoScheduleQueryDTO as rH, MasterRouteStudentAssignRemoveSchema as rI, type MasterRouteStudentAssignRemoveDTO as rJ, MasterRouteStudentStopAssignRemoveSchema as rK, type MasterRouteStudentStopAssignRemoveDTO as rL, MasterRouteStudentScheduleAssignRemoveSchema as rM, type MasterRouteStudentScheduleAssignRemoveDTO as rN, toMasterRoutePayload as rO, newMasterRoutePayload as rP, toMasterFixedSchedulePayload as rQ, newMasterFixedSchedulePayload as rR, toMasterRouteStopPayload as rS, newMasterRouteStopPayload as rT, toMasterRouteStopReorderPayload as rU, toMasterRouteStudentAssignPayload as rV, newMasterRouteStudentAssignPayload as rW, findMasterRoute as rX, createMasterRoute as rY, updateMasterRoute as rZ, deleteMasterRoute as r_, createStudentStopChangeRequest as ra, updateStudentStopChangeRequest as rb, approveStopChangeRequest as rc, deleteStudentStopChangeRequest as rd, type MasterRoute as re, type MasterRouteStop as rf, type MasterFixedSchedule as rg, type MasterRouteStudent as rh, MasterRouteSchema as ri, type MasterRouteDTO as rj, MasterRouteQuerySchema as rk, type MasterRouteQueryDTO as rl, MasterFixedScheduleSchema as rm, type MasterFixedScheduleDTO as rn, MasterFixedScheduleQuerySchema as ro, type MasterFixedScheduleQueryDTO as rp, MasterRouteStopSchema as rq, type MasterRouteStopDTO as rr, MasterRouteStopUpdateSchema as rs, type MasterRouteStopUpdateDTO as rt, MasterRouteStopCreateSchema as ru, type MasterRouteStopCreateDTO as rv, MasterRouteStopIds as rw, type MasterRouteStopIdsDTO as rx, MasterRouteStopReorderSchema as ry, type MasterRouteStopReorderDTO as rz, toMasterMainCurrencyPayload as s, type MasterVehicleFile as s$, createMasterFixedSchedule as s0, updateMasterFixedSchedule as s1, deleteMasterFixedSchedule as s2, createStopsFirstTimeRoute as s3, appendRouteStop as s4, updateRouteStop as s5, reorderRouteStops as s6, deleteRouteStopsAll as s7, deleteRouteStopReorder as s8, findStudentsWithNoStopPickup as s9, type GPSLiveTrackShareLinkQueryDTO as sA, toGPSLiveTrackShareLinkPayload as sB, newGPSLiveTrackShareLinkPayload as sC, findGPSLiveTrackShareLink as sD, createGPSLiveTrackShareLink as sE, extendGPSLiveTrackLinkTime as sF, updateGPSLiveTrackLinkStatus as sG, deleteGPSLiveTrackShareLink as sH, createGPSLiveTrackShareLinkNotification as sI, type GPSTrackHistoryShareLink as sJ, type GPSTrackHistoryShareLinkNotification as sK, GPSTrackHistoryShareLinkNotificationSchema as sL, type GPSTrackHistoryShareLinkNotificationDTO as sM, GPSTrackHistoryShareLinkSchema as sN, type GPSTrackHistoryShareLinkDTO as sO, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as sP, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as sQ, GPSTrackHistoryShareLinkQuerySchema as sR, type GPSTrackHistoryShareLinkQueryDTO as sS, toGPSTrackHistoryShareLinkPayload as sT, newGPSTrackHistoryShareLinkPayload as sU, findGPSTrackHistoryShareLink as sV, createGPSTrackHistoryShareLink as sW, updateTrackHistoryLinkStatus as sX, deleteGPSTrackHistoryShareLink as sY, createGPSTrackHistoryShareLinkNotification as sZ, type MasterVehicleDropdown as s_, findStudentsWithNoStopDrop as sa, findStudentsWithNoSchedulePickup as sb, findStudentsWithNoScheduleDrop as sc, assignRouteStudentsPickup as sd, assignRouteStudentsDrop as se, removeRouteStudentsPickup as sf, removeRouteStudentsDrop as sg, assignMasterRouteStudentStopToStudentsPickup as sh, assignMasterRouteStudentStopToStudentsDrop as si, removeMasterRouteStudentStopToStudentsPickup as sj, removeMasterRouteStudentStopToStudentsDrop as sk, assignMasterRouteStudentScheduleToStudentsPickup as sl, assignMasterRouteStudentScheduleToStudentDrop as sm, removeMasterRouteStudentScheduleToStudentPickup as sn, removeMasterRouteStudentScheduleToStudentDrop as so, type GPSLiveTrackShareLink as sp, type GPSLiveTrackShareLinkNotification as sq, GPSLiveTrackShareLinkNotificationSchema as sr, type GPSLiveTrackShareLinkNotificationDTO as ss, GPSLiveTrackShareLinkSchema as st, type GPSLiveTrackShareLinkDTO as su, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as sv, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as sw, GPSLiveTrackShareLinkUpdateLinkStatusSchema as sx, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as sy, GPSLiveTrackShareLinkQuerySchema as sz, toMasterMainIndustryPayload as t, get_device_file_presigned_url as t$, type VehicleDetailGPS as t0, type VehicleDetailTrip as t1, type VehicleDetailBody as t2, type VehicleDetailLifeCycle as t3, type VehicleDetailPurchase as t4, type VehicleDocument as t5, type VehicleDocumentFile as t6, type VehicleDocumentExpiry as t7, type VehicleOdometerHistory as t8, MasterVehicleFileSchema as t9, type VehicleDocumentFileDTO as tA, VehicleDocumentSchema as tB, type VehicleDocumentDTO as tC, VehicleDocumentQuerySchema as tD, type VehicleDocumentQueryDTO as tE, VehicleDocumentExpirySchema as tF, type VehicleDocumentExpiryDTO as tG, VehicleDocumentExpiryQuerySchema as tH, type VehicleDocumentExpiryQueryDTO as tI, VehicleQuerySchema as tJ, type VehicleQueryDTO as tK, SimpleFindQuerySchema as tL, type SimpleFindQueryDTO as tM, VehicleGPSQuerySchema as tN, type VehicleGPSQueryDTO as tO, toVehiclePayload as tP, newVehiclePayload as tQ, toVehicleDetailsGPSPayload as tR, toVehicleDetailsTripPayload as tS, toVehicleDetailsBodyPayload as tT, toVehicleDetailLifeCyclePayload as tU, toVehicleDetailPurchasePayload as tV, toVehicleDocumentPayload as tW, newVehicleDocumentPayload as tX, toVehicleDocumentExpiryPayload as tY, newVehicleDocumentExpiryPayload as tZ, get_vehicle_file_presigned_url as t_, type MasterVehicleFileDTO as ta, CalibrationFileSchema as tb, type CalibrationFileDTO as tc, VehicleSchema as td, type VehicleDTO as te, VehicleBulkSchema as tf, type VehicleBulkDTO as tg, MasterDeviceFileSchema as th, type MasterDeviceFileDTO as ti, VehicleDeviceLinkSchema as tj, type VehicleDeviceLinkDTO as tk, VehicleDeviceUnlinkSchema as tl, type VehicleDeviceUnlinkDTO as tm, VehicleDriverLinkSchema as tn, type VehicleDriverLinkDTO as to, VehicleDetailGPSSensorSchema as tp, type VehicleDetailGPSSensorDTO as tq, VehicleDetailTripSchema as tr, type VehicleDetailTripDTO as ts, VehicleDetailBodySchema as tt, type VehicleDetailBodyDTO as tu, VehicleDetailLifeCycleSchema as tv, type VehicleDetailLifeCycleDto as tw, VehicleDetailPurchaseSchema as tx, type VehicleDetailPurchaseDTO as ty, VehicleDocumentFileSchema as tz, updateMasterMainIndustry as u, FindCacheSchema$2 as u$, get_vehicle_document_file_presigned_url as u0, get_calibration_file_presigned_url as u1, create_file_vehicle as u2, remove_file_vehicle as u3, create_file_device as u4, remove_file_device as u5, create_file_vehicle_document as u6, remove_file_vehicle_document as u7, update_calibration_file as u8, delete_calibration_file as u9, removeVehicleDocumentExpiry as uA, getVehicleCache as uB, getVehicleSimpleCache as uC, getVehicleParentCache as uD, getVehicleSimpleDropdownCustom as uE, getVehicleSimpleDropdownCacheLiveData as uF, type MasterDeviceType as uG, MasterDeviceTypeSchema as uH, type MasterDeviceTypeDTO as uI, MasterDeviceTypeQuerySchema as uJ, type MasterDeviceTypeQueryDTO as uK, FindCacheSchema$3 as uL, type FindCacheDTO$3 as uM, toMasterDeviceTypePayload as uN, newMasterDeviceTypePayload as uO, findMasterDeviceTypes as uP, createMasterDeviceType as uQ, updateMasterDeviceType as uR, deleteMasterDeviceType as uS, getMasterDeviceTypeCache as uT, getMasterDeviceTypeCacheCount as uU, getMasterDeviceTypeCacheChild as uV, type MasterDeviceModel as uW, MasterDeviceModelSchema as uX, type MasterDeviceModelDTO as uY, MasterDeviceModelQuerySchema as uZ, type MasterDeviceModelQueryDTO as u_, findVehicles as ua, findVehiclesLiveDashboard as ub, findVehicleGPSDetails as uc, createVehicle as ud, updateVehicle as ue, deleteVehicle as uf, updateDetailsGpsSensor as ug, updateDetailsTrip as uh, updateVehicleBodyDetails as ui, updateVehicleLifeCycleDetails as uj, updateVehiclePurchaseDetails as uk, linkDriverToVehicle as ul, unlinkDriverFromVehicle as um, getDriverLinkHistoryByVehicle as un, getDriverLinkHistoryByDriver as uo, linkDeviceToVehicle as up, unlinkDeviceFromVehicle as uq, getDeviceLinkHistoryByVehicle as ur, getDeviceLinkHistoryByDevice as us, createVehicleDocument as ut, findVehicleDocument as uu, updateVehicleDocument as uv, removeVehicleDocument as uw, createVehicleDocumentExpiry as ux, findVehicleDocumentExpiry as uy, updateVehicleDocumentExpiry as uz, newMasterMainCurrencyPayload as v, device_sim_link as v$, type FindCacheDTO$2 as v0, toMasterDeviceModelPayload as v1, newMasterDeviceModelPayload as v2, findMasterDeviceModels as v3, createMasterDeviceModel as v4, updateMasterDeviceModel as v5, deleteMasterDeviceModel as v6, getMasterDeviceModelCache as v7, getMasterDeviceModelCacheCount as v8, getMasterDeviceModelCacheChild as v9, type MasterSim as vA, type AssignRemoveSimHistory as vB, MasterSimSchema as vC, type MasterSimDTO as vD, MasterSimQuerySchema as vE, type MasterSimQueryDTO as vF, toMasterSimPayload as vG, newMasterSimPayload as vH, findMasterSims as vI, createMasterSim as vJ, updateMasterSim as vK, deleteMasterSim as vL, type MasterDevice as vM, type AssignRemoveDeviceHistory as vN, type MasterDeviceFile as vO, MasterDeviceSchema as vP, type MasterDeviceDTO as vQ, MasterDeviceQuerySchema as vR, type MasterDeviceQueryDTO as vS, DeviceSimLinkSchema as vT, type DeviceSimLinkDTO as vU, toMasterDevicePayload as vV, newMasterDevicePayload as vW, findMasterDevices as vX, createMasterDevice as vY, updateMasterDevice as vZ, deleteMasterDevice as v_, type MasterDeviceManufacturer as va, MasterDeviceManufacturerSchema as vb, type MasterDeviceManufacturerDTO as vc, MasterDeviceManufacturerQuerySchema as vd, type MasterDeviceManufacturerQueryDTO as ve, toMasterDeviceManufacturerPayload as vf, newMasterDeviceManufacturerPayload as vg, findMasterDeviceManufacturers as vh, createMasterDeviceManufacturer as vi, updateMasterDeviceManufacturer as vj, deleteMasterDeviceManufacturer as vk, getMasterDeviceManufacturerCache as vl, getMasterDeviceManufacturerCacheCount as vm, getMasterDeviceManufacturerCacheChild as vn, type MasterMainSimProvider as vo, MasterMainSimProviderSchema as vp, type MasterMainSimProviderDTO as vq, MasterMainSimProviderQuerySchema as vr, type MasterMainSimProviderQueryDTO as vs, toMasterMainSimProviderPayload as vt, newMasterMainSimProviderPayload as vu, findMasterMainSimProviders as vv, createMasterMainSimProvider as vw, updateMasterMainSimProvider as vx, deleteMasterMainSimProvider as vy, getMasterMainSimProviderCache as vz, findMasterMainCurrencies as w, deleteMasterMainUnitVolume as w$, device_sim_unlink as w0, get_device_sim_link_history_by_sim as w1, get_device_sim_link_history_by_device as w2, type MasterMainTimeZone as w3, MasterMainTimeZoneSchema as w4, type MasterMainTimeZoneDTO as w5, MasterMainTimeZoneQuerySchema as w6, type MasterMainTimeZoneQueryDTO as w7, toMasterMainTimeZonePayload as w8, newMasterMainTimeZonePayload as w9, createMasterMainCountry as wA, updateMasterMainCountry as wB, deleteMasterMainCountry as wC, getMasterMainCountryCache as wD, getMasterMainCountryCacheChild as wE, type MasterMainUnitMileage as wF, MasterMainUnitMileageSchema as wG, type MasterMainUnitMileageDTO as wH, MasterMainUnitMileageQuerySchema as wI, type MasterMainUnitMileageQueryDTO as wJ, toMasterMainUnitMileagePayload as wK, newMasterMainUnitMileagePayload as wL, findMasterMainUnitMileages as wM, createMasterMainUnitMileage as wN, updateMasterMainUnitMileage as wO, deleteMasterMainUnitMileage as wP, getMasterMainUnitMileageCache as wQ, type MasterMainUnitVolume as wR, MasterMainUnitVolumeSchema as wS, type MasterMainUnitVolumeDTO as wT, MasterMainUnitVolumeQuerySchema as wU, type MasterMainUnitVolumeQueryDTO as wV, toMasterMainUnitVolumePayload as wW, newMasterMainUnitVolumePayload as wX, findMasterMainUnitVolumes as wY, createMasterMainUnitVolume as wZ, updateMasterMainUnitVolume as w_, findMasterMainTimeZones as wa, createMasterMainTimeZone as wb, updateMasterMainTimeZone as wc, deleteMasterMainTimeZone as wd, getMasterMainTimeZoneCacheAll as we, getMasterMainTimeZoneCache as wf, type MasterMainState as wg, MasterMainStateSchema as wh, type MasterMainStateDTO as wi, MasterMainStateQuerySchema as wj, type MasterMainStateQueryDTO as wk, toMasterMainStatePayload as wl, newMasterMainStatePayload as wm, findMasterMainStates as wn, createMasterMainState as wo, updateMasterMainState as wp, deleteMasterMainState as wq, getMasterMainStateCache as wr, type MasterMainCountry as ws, MasterMainCountrySchema as wt, type MasterMainCountryDTO as wu, MasterMainCountryQuerySchema as wv, type MasterMainCountryQueryDTO as ww, toMasterMainCountryPayload as wx, newMasterMainCountryPayload as wy, findMasterMainCountries as wz, createMasterMainCurrency as x, getMasterSparePartCategoryCacheCount as x$, getMasterMainUnitVolumeCache as x0, type OrganisationCalendar as x1, OrganisationCalendarSchema as x2, type OrganisationCalendarDTO as x3, OrganisationCalendarQuerySchema as x4, type OrganisationCalendarQueryDTO as x5, toOrganisationCalendarPayload as x6, newOrganisationCalendarPayload as x7, findOrganisationCalendar as x8, createOrganisationCalendar as x9, MasterSparePartSubCategorySchema as xA, type MasterSparePartSubCategoryDTO as xB, SparePartSubCategoryQuerySchema as xC, type SparePartSubCategoryQueryDTO as xD, FindCacheSchema$1 as xE, type FindCacheDTO$1 as xF, toMasterSparePartSubCategoryPayload as xG, newMasterSparePartSubCategoryPayload as xH, findMasterSparePartSubCategories as xI, createMasterSparePartSubCategory as xJ, updateMasterSparePartSubCategory as xK, deleteMasterSparePartSubCategory as xL, getMasterSparePartSubCategoryCache as xM, getMasterSparePartSubCategoryCacheCount as xN, type MasterSparePartCategory as xO, MasterSparePartCategorySchema as xP, type MasterSparePartCategoryDTO as xQ, SparePartCategoryQuerySchema as xR, type SparePartCategoryQueryDTO as xS, toMasterSparePartCategoryPayload as xT, newMasterSparePartCategoryPayload as xU, findMasterSparePartCategories as xV, createMasterSparePartCategory as xW, updateMasterSparePartCategory as xX, deleteMasterSparePartCategory as xY, getMasterSparePartCategoryCache as xZ, getMasterSparePartCategoryCacheChild as x_, updateOrganisationCalendar as xa, deleteOrganisationCalendar as xb, type OrganisationNoticeBoard as xc, OrganisationNoticeBoardSchema as xd, type OrganisationNoticeBoardDTO as xe, OrganisationNoticeBoardQuerySchema as xf, type OrganisationNoticeBoardQueryDTO as xg, toOrganisationNoticeBoardPayload as xh, newOrganisationNoticeBoardPayload as xi, findOrganisationNoticeBoard as xj, createOrganisationNoticeBoard as xk, updateOrganisationNoticeBoard as xl, deleteOrganisationNoticeBoard as xm, type MasterExpenseType as xn, MasterExpenseTypeSchema as xo, type MasterExpenseTypeDTO as xp, MasterExpenseTypeQuerySchema as xq, type MasterExpenseTypeQueryDTO as xr, toMasterExpenseTypePayload as xs, newMasterExpenseTypePayload as xt, findMasterExpenseTypes as xu, createMasterExpenseType as xv, updateMasterExpenseType as xw, deleteMasterExpenseType as xx, getMasterExpenseTypeCache as xy, type MasterSparePartSubCategory as xz, updateMasterMainCurrency as y, deleteMasterTyreMake as y$, type MasterSparePartUnit as y0, MasterSparePartUnitSchema as y1, type MasterSparePartUnitDTO as y2, SparePartUnitQuerySchema as y3, type SparePartUnitQueryDTO as y4, toMasterSparePartUnitPayload as y5, newMasterSparePartUnitPayload as y6, findMasterSparePartUnits as y7, createMasterSparePartUnit as y8, updateMasterSparePartUnit as y9, getMasterTyreGradeCache as yA, getMasterTyreGradeCacheCount as yB, type MasterTyreModel as yC, MasterTyreModelSchema as yD, type MasterTyreModelDTO as yE, MasterTyreModelQuerySchema as yF, type MasterTyreModelQueryDTO as yG, FindCacheSchema as yH, type FindCacheDTO as yI, toMasterTyreModelPayload as yJ, newMasterTyreModelPayload as yK, findMasterTyreModels as yL, createMasterTyreModel as yM, updateMasterTyreModel as yN, deleteMasterTyreModel as yO, getMasterTyreModelCache as yP, getMasterTyreModelCacheCount as yQ, type MasterTyreMake as yR, MasterTyreMakeSchema as yS, type MasterTyreMakeDTO as yT, MasterTyreMakeQuerySchema as yU, type MasterTyreMakeQueryDTO as yV, toMasterTyreMakePayload as yW, newMasterTyreMakePayload as yX, findMasterTyreMakes as yY, createMasterTyreMake as yZ, updateMasterTyreMake as y_, deleteMasterSparePartUnit as ya, getMasterSparePartUnitCache as yb, getMasterSparePartUnitCacheCount as yc, type MasterTripPartyType as yd, MasterTripPartyTypeSchema as ye, type MasterTripPartyTypeDTO as yf, MasterTripPartyTypeQuerySchema as yg, type MasterTripPartyTypeQueryDTO as yh, toMasterTripPartyTypePayload as yi, newMasterTripPartyTypePayload as yj, findMasterTripPartyTypes as yk, createMasterTripPartyType as yl, updateMasterTripPartyType as ym, deleteMasterTripPartyType as yn, getMasterTripPartyTypeCache as yo, type MasterTyreGrade as yp, MasterTyreGradeSchema as yq, type MasterTyreGradeDTO as yr, MasterTyreGradeQuerySchema as ys, type MasterTyreGradeQueryDTO as yt, toMasterTyreGradePayload as yu, newMasterTyreGradePayload as yv, findMasterTyreGrades as yw, createMasterTyreGrade as yx, updateMasterTyreGrade as yy, deleteMasterTyreGrade as yz, deleteMasterMainCurrency as z, getMasterTyreMakeCache as z0, getMasterTyreMakeCacheCount as z1, getMasterTyreMakeCacheChild as z2, type MasterMainUnitDistance as z3, MasterMainUnitDistanceSchema as z4, type MasterMainUnitDistanceDTO as z5, MasterMainUnitDistanceQuerySchema as z6, type MasterMainUnitDistanceQueryDTO as z7, toMasterMainUnitDistancePayload as z8, newMasterMainUnitDistancePayload as z9, BookMarkQuerySchema as zA, type BookMarkQueryDTO as zB, toBookMarkPayload as zC, newBookMarkPayload as zD, findBookMarks as zE, createBookMark as zF, updateBookMark as zG, deleteBookMark as zH, findMasterMainUnitDistances as za, createMasterMainUnitDistance as zb, updateMasterMainUnitDistance as zc, deleteMasterMainUnitDistance as zd, getMasterMainUnitDistanceCache as ze, type UserOrganisationSimple as zf, UserOrganisationSchema as zg, type UserOrganisationDTO as zh, UserOrganisationQuerySchema as zi, type UserOrganisationQueryDTO as zj, UserOrganisationLogoSchema as zk, type UserOrganisationLogoDTO as zl, toUserOrganisationPayload as zm, newUserOrganisationPayload as zn, get_organisation_logo_presigned_url as zo, update_organisation_logo as zp, delete_organisation_logo as zq, findUserOrganisation as zr, createUserOrganisation as zs, updateUserOrganisation as zt, deleteUserOrganisation as zu, getUserOrganisationCache as zv, getUserOrganisationCacheSimple as zw, type BookMark as zx, BookMarkSchema as zy, type BookMarkDTO as zz };