vms-nest-prisma-api-document 790.0.0 → 820.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 (102) hide show
  1. package/dist/services/account/bookmark_service.d.ts +1 -1
  2. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  3. package/dist/services/account/report_preferences.service.d.ts +1 -1
  4. package/dist/services/account/ticket_service.d.ts +1 -1
  5. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  6. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  10. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  11. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  13. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  14. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  15. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  16. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  17. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  18. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  19. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  20. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  21. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  22. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  23. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  24. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  25. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  26. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  27. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  28. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  29. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +58 -46
  30. package/dist/services/gps/reports/gps_reports_mongo_service.js +4 -0
  31. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  32. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  33. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  34. package/dist/services/main/users/auth_service.d.ts +1 -1
  35. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  36. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  37. package/dist/services/main/users/user_service.d.ts +1 -1
  38. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  39. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  40. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  41. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  42. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  43. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  45. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  47. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
  48. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  49. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  50. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  51. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  52. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  53. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  54. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  55. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  56. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  57. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  58. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  59. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  60. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  61. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  74. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  75. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  76. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  77. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  78. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  79. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  80. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  81. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  82. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  83. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  84. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  85. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  86. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  87. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  99. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  100. package/dist/services/website/faq_service.d.ts +1 -1
  101. package/package.json +1 -1
  102. package/dist/{bookmark_service-COQNyvS-.d.ts → bookmark_service-n-PDCqT3.d.ts} +237 -237
@@ -1320,11 +1320,11 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
1320
1320
  }, "strip", z.ZodTypeAny, {
1321
1321
  status: Status;
1322
1322
  organisation_id: string;
1323
- vehicle_id: string;
1324
1323
  time_zone_id: string;
1325
1324
  geofence_enter_date_time: string;
1326
1325
  geofence_exit_date_time: string;
1327
1326
  duration_seconds: number;
1327
+ vehicle_id: string;
1328
1328
  driver_id: string;
1329
1329
  gps_geofence_id: string;
1330
1330
  enter_gps_geofence_transaction_id: string;
@@ -1332,9 +1332,9 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
1332
1332
  }, {
1333
1333
  status: Status;
1334
1334
  organisation_id: string;
1335
- vehicle_id: string;
1336
1335
  time_zone_id: string;
1337
1336
  geofence_enter_date_time: string;
1337
+ vehicle_id: string;
1338
1338
  driver_id: string;
1339
1339
  gps_geofence_id: string;
1340
1340
  enter_gps_geofence_transaction_id: string;
@@ -1382,9 +1382,6 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1382
1382
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1383
1383
  }, "strip", z.ZodTypeAny, {
1384
1384
  status: Status[];
1385
- from_date: string;
1386
- to_date: string;
1387
- vehicle_ids: string[];
1388
1385
  search: string;
1389
1386
  paging: PAGING;
1390
1387
  page_count: number;
@@ -1406,15 +1403,17 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1406
1403
  date_format_id: string;
1407
1404
  time_zone_id: string;
1408
1405
  organisation_ids: string[];
1406
+ vehicle_ids: string[];
1409
1407
  driver_ids: string[];
1410
1408
  gps_geofence_ids: string[];
1411
- }, {
1412
1409
  from_date: string;
1413
1410
  to_date: string;
1411
+ }, {
1414
1412
  date_format_id: string;
1415
1413
  time_zone_id: string;
1414
+ from_date: string;
1415
+ to_date: string;
1416
1416
  status?: Status[] | undefined;
1417
- vehicle_ids?: string[] | undefined;
1418
1417
  search?: string | undefined;
1419
1418
  paging?: PAGING | undefined;
1420
1419
  page_count?: unknown;
@@ -1434,6 +1433,7 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1434
1433
  }[] | undefined;
1435
1434
  include_master_data?: YesNo | undefined;
1436
1435
  organisation_ids?: string[] | undefined;
1436
+ vehicle_ids?: string[] | undefined;
1437
1437
  driver_ids?: string[] | undefined;
1438
1438
  gps_geofence_ids?: string[] | undefined;
1439
1439
  }>;
@@ -1484,8 +1484,8 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
1484
1484
  }, "strip", z.ZodTypeAny, {
1485
1485
  status: Status;
1486
1486
  organisation_id: string;
1487
- vehicle_id: string;
1488
1487
  time_zone_id: string;
1488
+ vehicle_id: string;
1489
1489
  driver_id: string;
1490
1490
  gps_geofence_id: string;
1491
1491
  geofence_status_type: GeofenceStatusType;
@@ -1493,8 +1493,8 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
1493
1493
  }, {
1494
1494
  status: Status;
1495
1495
  organisation_id: string;
1496
- vehicle_id: string;
1497
1496
  time_zone_id: string;
1497
+ vehicle_id: string;
1498
1498
  driver_id: string;
1499
1499
  gps_geofence_id: string;
1500
1500
  geofence_status_type: GeofenceStatusType;
@@ -1541,9 +1541,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1541
1541
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1542
1542
  }, "strip", z.ZodTypeAny, {
1543
1543
  status: Status[];
1544
- from_date: string;
1545
- to_date: string;
1546
- vehicle_ids: string[];
1547
1544
  search: string;
1548
1545
  paging: PAGING;
1549
1546
  page_count: number;
@@ -1565,16 +1562,18 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1565
1562
  date_format_id: string;
1566
1563
  time_zone_id: string;
1567
1564
  organisation_ids: string[];
1565
+ vehicle_ids: string[];
1568
1566
  driver_ids: string[];
1569
1567
  gps_geofence_ids: string[];
1570
- geofence_status_type: GeofenceStatusType[];
1571
- }, {
1572
1568
  from_date: string;
1573
1569
  to_date: string;
1570
+ geofence_status_type: GeofenceStatusType[];
1571
+ }, {
1574
1572
  date_format_id: string;
1575
1573
  time_zone_id: string;
1574
+ from_date: string;
1575
+ to_date: string;
1576
1576
  status?: Status[] | undefined;
1577
- vehicle_ids?: string[] | undefined;
1578
1577
  search?: string | undefined;
1579
1578
  paging?: PAGING | undefined;
1580
1579
  page_count?: unknown;
@@ -1594,6 +1593,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1594
1593
  }[] | undefined;
1595
1594
  include_master_data?: YesNo | undefined;
1596
1595
  organisation_ids?: string[] | undefined;
1596
+ vehicle_ids?: string[] | undefined;
1597
1597
  driver_ids?: string[] | undefined;
1598
1598
  gps_geofence_ids?: string[] | undefined;
1599
1599
  geofence_status_type?: GeofenceStatusType[] | undefined;
@@ -1659,9 +1659,9 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
1659
1659
  }, "strip", z.ZodTypeAny, {
1660
1660
  status: Status;
1661
1661
  organisation_id: string;
1662
- vehicle_id: string;
1663
1662
  time_zone_id: string;
1664
1663
  duration_seconds: number;
1664
+ vehicle_id: string;
1665
1665
  driver_id: string;
1666
1666
  from_geofence_exit_date_time: string;
1667
1667
  to_geofence_enter_date_time: string;
@@ -1675,8 +1675,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
1675
1675
  }, {
1676
1676
  status: Status;
1677
1677
  organisation_id: string;
1678
- vehicle_id: string;
1679
1678
  time_zone_id: string;
1679
+ vehicle_id: string;
1680
1680
  driver_id: string;
1681
1681
  from_geofence_exit_date_time: string;
1682
1682
  to_geofence_enter_date_time: string;
@@ -1730,9 +1730,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1730
1730
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1731
1731
  }, "strip", z.ZodTypeAny, {
1732
1732
  status: Status[];
1733
- from_date: string;
1734
- to_date: string;
1735
- vehicle_ids: string[];
1736
1733
  search: string;
1737
1734
  paging: PAGING;
1738
1735
  page_count: number;
@@ -1754,16 +1751,18 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1754
1751
  date_format_id: string;
1755
1752
  time_zone_id: string;
1756
1753
  organisation_ids: string[];
1754
+ vehicle_ids: string[];
1757
1755
  driver_ids: string[];
1756
+ from_date: string;
1757
+ to_date: string;
1758
1758
  from_geofence_ids: string[];
1759
1759
  to_geofence_ids: string[];
1760
1760
  }, {
1761
- from_date: string;
1762
- to_date: string;
1763
1761
  date_format_id: string;
1764
1762
  time_zone_id: string;
1763
+ from_date: string;
1764
+ to_date: string;
1765
1765
  status?: Status[] | undefined;
1766
- vehicle_ids?: string[] | undefined;
1767
1766
  search?: string | undefined;
1768
1767
  paging?: PAGING | undefined;
1769
1768
  page_count?: unknown;
@@ -1783,6 +1782,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1783
1782
  }[] | undefined;
1784
1783
  include_master_data?: YesNo | undefined;
1785
1784
  organisation_ids?: string[] | undefined;
1785
+ vehicle_ids?: string[] | undefined;
1786
1786
  driver_ids?: string[] | undefined;
1787
1787
  from_geofence_ids?: string[] | undefined;
1788
1788
  to_geofence_ids?: string[] | undefined;
@@ -2120,39 +2120,39 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2120
2120
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2121
2121
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2122
2122
  }, "strip", z.ZodTypeAny, {
2123
- mobile_numbers: string;
2124
- email_ids: string;
2125
- cc_email_ids: string;
2126
- all_vehicles: YesNo;
2127
2123
  status: Status;
2128
2124
  organisation_id: string;
2125
+ user_ids: string[];
2129
2126
  vehicle_ids: string[];
2130
2127
  gps_geofence_ids: string[];
2131
2128
  notification_name: string;
2132
2129
  notification_status: OnOff;
2133
2130
  notification_channels: NotificationChannel[];
2131
+ mobile_numbers: string;
2132
+ email_ids: string;
2133
+ cc_email_ids: string;
2134
2134
  all_users: YesNo;
2135
2135
  notification_list: NotificationList[];
2136
2136
  over_speed_limit: number;
2137
2137
  all_geofences: YesNo;
2138
- user_ids: string[];
2139
- }, {
2140
2138
  all_vehicles: YesNo;
2139
+ }, {
2141
2140
  status: Status;
2142
2141
  organisation_id: string;
2143
2142
  notification_name: string;
2144
2143
  notification_status: OnOff;
2145
2144
  all_users: YesNo;
2146
2145
  all_geofences: YesNo;
2147
- mobile_numbers?: string | undefined;
2148
- email_ids?: string | undefined;
2149
- cc_email_ids?: string | undefined;
2146
+ all_vehicles: YesNo;
2147
+ user_ids?: string[] | undefined;
2150
2148
  vehicle_ids?: string[] | undefined;
2151
2149
  gps_geofence_ids?: string[] | undefined;
2152
2150
  notification_channels?: NotificationChannel[] | undefined;
2151
+ mobile_numbers?: string | undefined;
2152
+ email_ids?: string | undefined;
2153
+ cc_email_ids?: string | undefined;
2153
2154
  notification_list?: NotificationList[] | undefined;
2154
2155
  over_speed_limit?: unknown;
2155
- user_ids?: string[] | undefined;
2156
2156
  }>;
2157
2157
  type OrganisationNotificationPreferenceDTO = z.infer<typeof OrganisationNotificationPreferenceSchema>;
2158
2158
  declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
@@ -2574,8 +2574,8 @@ declare const TicketSchema: z.ZodObject<{
2574
2574
  }, "strip", z.ZodTypeAny, {
2575
2575
  status: Status;
2576
2576
  organisation_id: string;
2577
- description: string;
2578
2577
  user_id: string;
2578
+ description: string;
2579
2579
  subject: string;
2580
2580
  TicketFileSchema: {
2581
2581
  status: Status;
@@ -4511,11 +4511,11 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4511
4511
  }, "strip", z.ZodTypeAny, {
4512
4512
  status: Status;
4513
4513
  organisation_id: string;
4514
- vehicle_id: string;
4514
+ user_id: string;
4515
4515
  time_zone_id: string;
4516
+ vehicle_id: string;
4516
4517
  driver_id: string;
4517
4518
  google_location: string;
4518
- user_id: string;
4519
4519
  fleet_insurance_claim_status_id: string;
4520
4520
  fleet_incident_severity_id: string;
4521
4521
  fleet_incident_status_id: string;
@@ -4564,10 +4564,10 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4564
4564
  }, {
4565
4565
  status: Status;
4566
4566
  organisation_id: string;
4567
- vehicle_id: string;
4567
+ user_id: string;
4568
4568
  time_zone_id: string;
4569
+ vehicle_id: string;
4569
4570
  driver_id: string;
4570
- user_id: string;
4571
4571
  fleet_insurance_claim_status_id: string;
4572
4572
  fleet_incident_severity_id: string;
4573
4573
  fleet_incident_status_id: string;
@@ -4670,9 +4670,6 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4670
4670
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4671
4671
  }, "strip", z.ZodTypeAny, {
4672
4672
  status: Status[];
4673
- from_date: string;
4674
- to_date: string;
4675
- vehicle_ids: string[];
4676
4673
  search: string;
4677
4674
  paging: PAGING;
4678
4675
  page_count: number;
@@ -4694,8 +4691,11 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4694
4691
  date_format_id: string;
4695
4692
  time_zone_id: string;
4696
4693
  organisation_ids: string[];
4697
- driver_ids: string[];
4698
4694
  user_ids: string[];
4695
+ vehicle_ids: string[];
4696
+ driver_ids: string[];
4697
+ from_date: string;
4698
+ to_date: string;
4699
4699
  fleet_insurance_claim_status_ids: string[];
4700
4700
  fleet_incident_severity_ids: string[];
4701
4701
  fleet_incident_status_ids: string[];
@@ -4712,12 +4712,11 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4712
4712
  any_injuries: YesNo[];
4713
4713
  vehicle_incident_ids: string[];
4714
4714
  }, {
4715
- from_date: string;
4716
- to_date: string;
4717
4715
  date_format_id: string;
4718
4716
  time_zone_id: string;
4717
+ from_date: string;
4718
+ to_date: string;
4719
4719
  status?: Status[] | undefined;
4720
- vehicle_ids?: string[] | undefined;
4721
4720
  search?: string | undefined;
4722
4721
  paging?: PAGING | undefined;
4723
4722
  page_count?: unknown;
@@ -4737,8 +4736,9 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4737
4736
  }[] | undefined;
4738
4737
  include_master_data?: YesNo | undefined;
4739
4738
  organisation_ids?: string[] | undefined;
4740
- driver_ids?: string[] | undefined;
4741
4739
  user_ids?: string[] | undefined;
4740
+ vehicle_ids?: string[] | undefined;
4741
+ driver_ids?: string[] | undefined;
4742
4742
  fleet_insurance_claim_status_ids?: string[] | undefined;
4743
4743
  fleet_incident_severity_ids?: string[] | undefined;
4744
4744
  fleet_incident_status_ids?: string[] | undefined;
@@ -4793,9 +4793,6 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4793
4793
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4794
4794
  }, "strip", z.ZodTypeAny, {
4795
4795
  status: Status[];
4796
- from_date: string;
4797
- to_date: string;
4798
- vehicle_ids: string[];
4799
4796
  search: string;
4800
4797
  paging: PAGING;
4801
4798
  page_count: number;
@@ -4817,13 +4814,15 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4817
4814
  date_format_id: string;
4818
4815
  time_zone_id: string;
4819
4816
  organisation_ids: string[];
4820
- }, {
4817
+ vehicle_ids: string[];
4821
4818
  from_date: string;
4822
4819
  to_date: string;
4820
+ }, {
4823
4821
  date_format_id: string;
4824
4822
  time_zone_id: string;
4823
+ from_date: string;
4824
+ to_date: string;
4825
4825
  status?: Status[] | undefined;
4826
- vehicle_ids?: string[] | undefined;
4827
4826
  search?: string | undefined;
4828
4827
  paging?: PAGING | undefined;
4829
4828
  page_count?: unknown;
@@ -4843,6 +4842,7 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4843
4842
  }[] | undefined;
4844
4843
  include_master_data?: YesNo | undefined;
4845
4844
  organisation_ids?: string[] | undefined;
4845
+ vehicle_ids?: string[] | undefined;
4846
4846
  }>;
4847
4847
  type FleetIncidentManagementDashBoardQueryDTO = z.infer<typeof FleetIncidentManagementDashBoardQuerySchema>;
4848
4848
  declare const FleetIncidentManagementCostSchema: z.ZodObject<{
@@ -5259,8 +5259,8 @@ declare const FleetInspectionSchema: z.ZodObject<{
5259
5259
  }, "strip", z.ZodTypeAny, {
5260
5260
  status: Status;
5261
5261
  organisation_id: string;
5262
- vehicle_id: string;
5263
5262
  time_zone_id: string;
5263
+ vehicle_id: string;
5264
5264
  driver_id: string;
5265
5265
  odometer_reading: number;
5266
5266
  inspection_form_id: string;
@@ -5287,8 +5287,8 @@ declare const FleetInspectionSchema: z.ZodObject<{
5287
5287
  }, {
5288
5288
  status: Status;
5289
5289
  organisation_id: string;
5290
- vehicle_id: string;
5291
5290
  time_zone_id: string;
5291
+ vehicle_id: string;
5292
5292
  driver_id: string;
5293
5293
  inspection_form_id: string;
5294
5294
  inspection_type: InspectionType;
@@ -5357,7 +5357,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5357
5357
  inspection_action_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof InspectionActionStatus>, "many">>>;
5358
5358
  }, "strip", z.ZodTypeAny, {
5359
5359
  status: Status[];
5360
- vehicle_ids: string[];
5361
5360
  search: string;
5362
5361
  paging: PAGING;
5363
5362
  page_count: number;
@@ -5379,6 +5378,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5379
5378
  date_format_id: string;
5380
5379
  time_zone_id: string;
5381
5380
  organisation_ids: string[];
5381
+ vehicle_ids: string[];
5382
5382
  driver_ids: string[];
5383
5383
  inspection_form_ids: string[];
5384
5384
  inspection_type: InspectionType[];
@@ -5391,7 +5391,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5391
5391
  date_format_id: string;
5392
5392
  time_zone_id: string;
5393
5393
  status?: Status[] | undefined;
5394
- vehicle_ids?: string[] | undefined;
5395
5394
  search?: string | undefined;
5396
5395
  paging?: PAGING | undefined;
5397
5396
  page_count?: unknown;
@@ -5411,6 +5410,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5411
5410
  }[] | undefined;
5412
5411
  include_master_data?: YesNo | undefined;
5413
5412
  organisation_ids?: string[] | undefined;
5413
+ vehicle_ids?: string[] | undefined;
5414
5414
  driver_ids?: string[] | undefined;
5415
5415
  inspection_form_ids?: string[] | undefined;
5416
5416
  inspection_type?: InspectionType[] | undefined;
@@ -5458,9 +5458,6 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5458
5458
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5459
5459
  }, "strip", z.ZodTypeAny, {
5460
5460
  status: Status[];
5461
- from_date: string;
5462
- to_date: string;
5463
- vehicle_ids: string[];
5464
5461
  search: string;
5465
5462
  paging: PAGING;
5466
5463
  page_count: number;
@@ -5482,13 +5479,15 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5482
5479
  date_format_id: string;
5483
5480
  time_zone_id: string;
5484
5481
  organisation_ids: string[];
5485
- }, {
5482
+ vehicle_ids: string[];
5486
5483
  from_date: string;
5487
5484
  to_date: string;
5485
+ }, {
5488
5486
  date_format_id: string;
5489
5487
  time_zone_id: string;
5488
+ from_date: string;
5489
+ to_date: string;
5490
5490
  status?: Status[] | undefined;
5491
- vehicle_ids?: string[] | undefined;
5492
5491
  search?: string | undefined;
5493
5492
  paging?: PAGING | undefined;
5494
5493
  page_count?: unknown;
@@ -5508,6 +5507,7 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5508
5507
  }[] | undefined;
5509
5508
  include_master_data?: YesNo | undefined;
5510
5509
  organisation_ids?: string[] | undefined;
5510
+ vehicle_ids?: string[] | undefined;
5511
5511
  }>;
5512
5512
  type FleetInspectionDashBoardQueryDTO = z.infer<typeof FleetInspectionDashBoardQuerySchema>;
5513
5513
  declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
@@ -5544,7 +5544,6 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5544
5544
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5545
5545
  }, "strip", z.ZodTypeAny, {
5546
5546
  status: Status[];
5547
- vehicle_ids: string[];
5548
5547
  search: string;
5549
5548
  paging: PAGING;
5550
5549
  page_count: number;
@@ -5565,11 +5564,11 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5565
5564
  include_master_data: YesNo;
5566
5565
  date_format_id: string;
5567
5566
  time_zone_id: string;
5567
+ vehicle_ids: string[];
5568
5568
  }, {
5569
5569
  date_format_id: string;
5570
5570
  time_zone_id: string;
5571
5571
  status?: Status[] | undefined;
5572
- vehicle_ids?: string[] | undefined;
5573
5572
  search?: string | undefined;
5574
5573
  paging?: PAGING | undefined;
5575
5574
  page_count?: unknown;
@@ -5588,6 +5587,7 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5588
5587
  direction: OrderBy;
5589
5588
  }[] | undefined;
5590
5589
  include_master_data?: YesNo | undefined;
5590
+ vehicle_ids?: string[] | undefined;
5591
5591
  }>;
5592
5592
  type FleetInspectionCheckPendingQueryDTO = z.infer<typeof FleetInspectionCheckPendingQuerySchema>;
5593
5593
  declare const toFleetInspectionPayload: (row: FleetInspection) => FleetInspectionDTO;
@@ -5797,10 +5797,10 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5797
5797
  }, "strip", z.ZodTypeAny, {
5798
5798
  status: Status;
5799
5799
  organisation_id: string;
5800
- vehicle_id: string;
5800
+ user_id: string;
5801
5801
  time_zone_id: string;
5802
+ vehicle_id: string;
5802
5803
  driver_id: string;
5803
- user_id: string;
5804
5804
  vehicle_incident_id: string;
5805
5805
  odometer_reading: number;
5806
5806
  inspection_id: string;
@@ -5831,10 +5831,10 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5831
5831
  }, {
5832
5832
  status: Status;
5833
5833
  organisation_id: string;
5834
- vehicle_id: string;
5834
+ user_id: string;
5835
5835
  time_zone_id: string;
5836
+ vehicle_id: string;
5836
5837
  driver_id: string;
5837
- user_id: string;
5838
5838
  vehicle_incident_id: string;
5839
5839
  inspection_id: string;
5840
5840
  service_management_id: string;
@@ -5911,9 +5911,6 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5911
5911
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5912
5912
  }, "strip", z.ZodTypeAny, {
5913
5913
  status: Status[];
5914
- from_date: string;
5915
- to_date: string;
5916
- vehicle_ids: string[];
5917
5914
  search: string;
5918
5915
  paging: PAGING;
5919
5916
  page_count: number;
@@ -5935,8 +5932,11 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5935
5932
  date_format_id: string;
5936
5933
  time_zone_id: string;
5937
5934
  organisation_ids: string[];
5938
- driver_ids: string[];
5939
5935
  user_ids: string[];
5936
+ vehicle_ids: string[];
5937
+ driver_ids: string[];
5938
+ from_date: string;
5939
+ to_date: string;
5940
5940
  vehicle_incident_ids: string[];
5941
5941
  inspection_ids: string[];
5942
5942
  service_management_ids: string[];
@@ -5946,12 +5946,11 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5946
5946
  issue_source: IssueSource[];
5947
5947
  vehicle_issue_ids: string[];
5948
5948
  }, {
5949
- from_date: string;
5950
- to_date: string;
5951
5949
  date_format_id: string;
5952
5950
  time_zone_id: string;
5951
+ from_date: string;
5952
+ to_date: string;
5953
5953
  status?: Status[] | undefined;
5954
- vehicle_ids?: string[] | undefined;
5955
5954
  search?: string | undefined;
5956
5955
  paging?: PAGING | undefined;
5957
5956
  page_count?: unknown;
@@ -5971,8 +5970,9 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5971
5970
  }[] | undefined;
5972
5971
  include_master_data?: YesNo | undefined;
5973
5972
  organisation_ids?: string[] | undefined;
5974
- driver_ids?: string[] | undefined;
5975
5973
  user_ids?: string[] | undefined;
5974
+ vehicle_ids?: string[] | undefined;
5975
+ driver_ids?: string[] | undefined;
5976
5976
  vehicle_incident_ids?: string[] | undefined;
5977
5977
  inspection_ids?: string[] | undefined;
5978
5978
  service_management_ids?: string[] | undefined;
@@ -6020,9 +6020,6 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6020
6020
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6021
6021
  }, "strip", z.ZodTypeAny, {
6022
6022
  status: Status[];
6023
- from_date: string;
6024
- to_date: string;
6025
- vehicle_ids: string[];
6026
6023
  search: string;
6027
6024
  paging: PAGING;
6028
6025
  page_count: number;
@@ -6044,13 +6041,15 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6044
6041
  date_format_id: string;
6045
6042
  time_zone_id: string;
6046
6043
  organisation_ids: string[];
6047
- }, {
6044
+ vehicle_ids: string[];
6048
6045
  from_date: string;
6049
6046
  to_date: string;
6047
+ }, {
6050
6048
  date_format_id: string;
6051
6049
  time_zone_id: string;
6050
+ from_date: string;
6051
+ to_date: string;
6052
6052
  status?: Status[] | undefined;
6053
- vehicle_ids?: string[] | undefined;
6054
6053
  search?: string | undefined;
6055
6054
  paging?: PAGING | undefined;
6056
6055
  page_count?: unknown;
@@ -6070,6 +6069,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6070
6069
  }[] | undefined;
6071
6070
  include_master_data?: YesNo | undefined;
6072
6071
  organisation_ids?: string[] | undefined;
6072
+ vehicle_ids?: string[] | undefined;
6073
6073
  }>;
6074
6074
  type FleetIssueManagementDashBoardQueryDTO = z.infer<typeof FleetIssueManagementDashBoardQuerySchema>;
6075
6075
  declare const FleetIssueManagementCommentSchema: z.ZodObject<{
@@ -6413,10 +6413,10 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6413
6413
  }, "strip", z.ZodTypeAny, {
6414
6414
  status: Status;
6415
6415
  organisation_id: string;
6416
- vehicle_id: string;
6416
+ user_id: string;
6417
6417
  time_zone_id: string;
6418
+ vehicle_id: string;
6418
6419
  driver_id: string;
6419
- user_id: string;
6420
6420
  odometer_reading: number;
6421
6421
  service_status: ServiceStatus;
6422
6422
  service_type: ServiceType;
@@ -6458,10 +6458,10 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6458
6458
  }, {
6459
6459
  status: Status;
6460
6460
  organisation_id: string;
6461
- vehicle_id: string;
6461
+ user_id: string;
6462
6462
  time_zone_id: string;
6463
+ vehicle_id: string;
6463
6464
  driver_id: string;
6464
- user_id: string;
6465
6465
  service_status: ServiceStatus;
6466
6466
  service_type: ServiceType;
6467
6467
  is_inhouse_service: YesNo;
@@ -6548,9 +6548,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6548
6548
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6549
6549
  }, "strip", z.ZodTypeAny, {
6550
6550
  status: Status[];
6551
- from_date: string;
6552
- to_date: string;
6553
- vehicle_ids: string[];
6554
6551
  search: string;
6555
6552
  paging: PAGING;
6556
6553
  page_count: number;
@@ -6572,8 +6569,11 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6572
6569
  date_format_id: string;
6573
6570
  time_zone_id: string;
6574
6571
  organisation_ids: string[];
6575
- driver_ids: string[];
6576
6572
  user_ids: string[];
6573
+ vehicle_ids: string[];
6574
+ driver_ids: string[];
6575
+ from_date: string;
6576
+ to_date: string;
6577
6577
  service_management_ids: string[];
6578
6578
  service_status: ServiceStatus[];
6579
6579
  service_type: ServiceType[];
@@ -6582,12 +6582,11 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6582
6582
  vendor_ids: string[];
6583
6583
  service_center_ids: string[];
6584
6584
  }, {
6585
- from_date: string;
6586
- to_date: string;
6587
6585
  date_format_id: string;
6588
6586
  time_zone_id: string;
6587
+ from_date: string;
6588
+ to_date: string;
6589
6589
  status?: Status[] | undefined;
6590
- vehicle_ids?: string[] | undefined;
6591
6590
  search?: string | undefined;
6592
6591
  paging?: PAGING | undefined;
6593
6592
  page_count?: unknown;
@@ -6607,8 +6606,9 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6607
6606
  }[] | undefined;
6608
6607
  include_master_data?: YesNo | undefined;
6609
6608
  organisation_ids?: string[] | undefined;
6610
- driver_ids?: string[] | undefined;
6611
6609
  user_ids?: string[] | undefined;
6610
+ vehicle_ids?: string[] | undefined;
6611
+ driver_ids?: string[] | undefined;
6612
6612
  service_management_ids?: string[] | undefined;
6613
6613
  service_status?: ServiceStatus[] | undefined;
6614
6614
  service_type?: ServiceType[] | undefined;
@@ -6655,9 +6655,6 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6655
6655
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6656
6656
  }, "strip", z.ZodTypeAny, {
6657
6657
  status: Status[];
6658
- from_date: string;
6659
- to_date: string;
6660
- vehicle_ids: string[];
6661
6658
  search: string;
6662
6659
  paging: PAGING;
6663
6660
  page_count: number;
@@ -6679,13 +6676,15 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6679
6676
  date_format_id: string;
6680
6677
  time_zone_id: string;
6681
6678
  organisation_ids: string[];
6682
- }, {
6679
+ vehicle_ids: string[];
6683
6680
  from_date: string;
6684
6681
  to_date: string;
6682
+ }, {
6685
6683
  date_format_id: string;
6686
6684
  time_zone_id: string;
6685
+ from_date: string;
6686
+ to_date: string;
6687
6687
  status?: Status[] | undefined;
6688
- vehicle_ids?: string[] | undefined;
6689
6688
  search?: string | undefined;
6690
6689
  paging?: PAGING | undefined;
6691
6690
  page_count?: unknown;
@@ -6705,6 +6704,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6705
6704
  }[] | undefined;
6706
6705
  include_master_data?: YesNo | undefined;
6707
6706
  organisation_ids?: string[] | undefined;
6707
+ vehicle_ids?: string[] | undefined;
6708
6708
  }>;
6709
6709
  type FleetServiceManagementDashBoardQueryDTO = z.infer<typeof FleetServiceManagementDashBoardQuerySchema>;
6710
6710
  declare const FleetServiceManagementTaskSchema: z.ZodObject<{
@@ -6877,7 +6877,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6877
6877
  reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
6878
6878
  }, "strip", z.ZodTypeAny, {
6879
6879
  status: Status[];
6880
- vehicle_ids: string[];
6881
6880
  search: string;
6882
6881
  paging: PAGING;
6883
6882
  page_count: number;
@@ -6899,6 +6898,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6899
6898
  date_format_id: string;
6900
6899
  time_zone_id: string;
6901
6900
  organisation_ids: string[];
6901
+ vehicle_ids: string[];
6902
6902
  service_management_ids: string[];
6903
6903
  reminder_type: ReminderType[];
6904
6904
  service_reminder_ids: string[];
@@ -6906,7 +6906,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6906
6906
  date_format_id: string;
6907
6907
  time_zone_id: string;
6908
6908
  status?: Status[] | undefined;
6909
- vehicle_ids?: string[] | undefined;
6910
6909
  search?: string | undefined;
6911
6910
  paging?: PAGING | undefined;
6912
6911
  page_count?: unknown;
@@ -6926,6 +6925,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6926
6925
  }[] | undefined;
6927
6926
  include_master_data?: YesNo | undefined;
6928
6927
  organisation_ids?: string[] | undefined;
6928
+ vehicle_ids?: string[] | undefined;
6929
6929
  service_management_ids?: string[] | undefined;
6930
6930
  reminder_type?: ReminderType[] | undefined;
6931
6931
  service_reminder_ids?: string[] | undefined;
@@ -8824,8 +8824,8 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
8824
8824
  }, "strip", z.ZodTypeAny, {
8825
8825
  status: Status;
8826
8826
  organisation_id: string;
8827
- time_zone_id: string;
8828
8827
  user_id: string;
8828
+ time_zone_id: string;
8829
8829
  document_type_id: string;
8830
8830
  vendor_id: string;
8831
8831
  document_name: string;
@@ -8850,8 +8850,8 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
8850
8850
  }, {
8851
8851
  status: Status;
8852
8852
  organisation_id: string;
8853
- time_zone_id: string;
8854
8853
  user_id: string;
8854
+ time_zone_id: string;
8855
8855
  document_type_id: string;
8856
8856
  vendor_id: string;
8857
8857
  document_name?: string | undefined;
@@ -9221,11 +9221,11 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9221
9221
  }, "strip", z.ZodTypeAny, {
9222
9222
  status: Status;
9223
9223
  organisation_id: string;
9224
- vehicle_id: string;
9224
+ user_id: string;
9225
9225
  time_zone_id: string;
9226
+ vehicle_id: string;
9226
9227
  driver_id: string;
9227
9228
  google_location: string;
9228
- user_id: string;
9229
9229
  device_id: string;
9230
9230
  vehicle_fuel_type_id: string;
9231
9231
  vehicle_fuel_unit_id: string;
@@ -9275,10 +9275,10 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9275
9275
  }, {
9276
9276
  status: Status;
9277
9277
  organisation_id: string;
9278
- vehicle_id: string;
9278
+ user_id: string;
9279
9279
  time_zone_id: string;
9280
+ vehicle_id: string;
9280
9281
  driver_id: string;
9281
- user_id: string;
9282
9282
  device_id: string;
9283
9283
  vehicle_fuel_type_id: string;
9284
9284
  vehicle_fuel_unit_id: string;
@@ -9381,9 +9381,6 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9381
9381
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
9382
9382
  }, "strip", z.ZodTypeAny, {
9383
9383
  status: Status[];
9384
- from_date: string;
9385
- to_date: string;
9386
- vehicle_ids: string[];
9387
9384
  search: string;
9388
9385
  paging: PAGING;
9389
9386
  page_count: number;
@@ -9405,8 +9402,11 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9405
9402
  date_format_id: string;
9406
9403
  time_zone_id: string;
9407
9404
  organisation_ids: string[];
9408
- driver_ids: string[];
9409
9405
  user_ids: string[];
9406
+ vehicle_ids: string[];
9407
+ driver_ids: string[];
9408
+ from_date: string;
9409
+ to_date: string;
9410
9410
  payment_status: PaymentStatus[];
9411
9411
  vendor_ids: string[];
9412
9412
  fuel_station_ids: string[];
@@ -9422,12 +9422,11 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9422
9422
  vehicle_fuel_type_ids: string[];
9423
9423
  vehicle_fuel_unit_ids: string[];
9424
9424
  }, {
9425
- from_date: string;
9426
- to_date: string;
9427
9425
  date_format_id: string;
9428
9426
  time_zone_id: string;
9427
+ from_date: string;
9428
+ to_date: string;
9429
9429
  status?: Status[] | undefined;
9430
- vehicle_ids?: string[] | undefined;
9431
9430
  search?: string | undefined;
9432
9431
  paging?: PAGING | undefined;
9433
9432
  page_count?: unknown;
@@ -9447,8 +9446,9 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9447
9446
  }[] | undefined;
9448
9447
  include_master_data?: YesNo | undefined;
9449
9448
  organisation_ids?: string[] | undefined;
9450
- driver_ids?: string[] | undefined;
9451
9449
  user_ids?: string[] | undefined;
9450
+ vehicle_ids?: string[] | undefined;
9451
+ driver_ids?: string[] | undefined;
9452
9452
  payment_status?: PaymentStatus[] | undefined;
9453
9453
  vendor_ids?: string[] | undefined;
9454
9454
  fuel_station_ids?: string[] | undefined;
@@ -9773,11 +9773,11 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
9773
9773
  }, "strip", z.ZodTypeAny, {
9774
9774
  status: Status;
9775
9775
  organisation_id: string;
9776
- vehicle_id: string;
9776
+ user_id: string;
9777
9777
  time_zone_id: string;
9778
+ vehicle_id: string;
9778
9779
  driver_id: string;
9779
9780
  google_location: string;
9780
- user_id: string;
9781
9781
  device_id: string;
9782
9782
  vehicle_fuel_type_id: string;
9783
9783
  vehicle_fuel_unit_id: string;
@@ -9815,10 +9815,10 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
9815
9815
  }, {
9816
9816
  status: Status;
9817
9817
  organisation_id: string;
9818
- vehicle_id: string;
9818
+ user_id: string;
9819
9819
  time_zone_id: string;
9820
+ vehicle_id: string;
9820
9821
  driver_id: string;
9821
- user_id: string;
9822
9822
  device_id: string;
9823
9823
  vehicle_fuel_type_id: string;
9824
9824
  vehicle_fuel_unit_id: string;
@@ -9903,9 +9903,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
9903
9903
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
9904
9904
  }, "strip", z.ZodTypeAny, {
9905
9905
  status: Status[];
9906
- from_date: string;
9907
- to_date: string;
9908
- vehicle_ids: string[];
9909
9906
  search: string;
9910
9907
  paging: PAGING;
9911
9908
  page_count: number;
@@ -9927,8 +9924,11 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
9927
9924
  date_format_id: string;
9928
9925
  time_zone_id: string;
9929
9926
  organisation_ids: string[];
9930
- driver_ids: string[];
9931
9927
  user_ids: string[];
9928
+ vehicle_ids: string[];
9929
+ driver_ids: string[];
9930
+ from_date: string;
9931
+ to_date: string;
9932
9932
  admin_verify_status: GPSFuelApproveStatus[];
9933
9933
  transporter_verify_status: GPSFuelApproveStatus[];
9934
9934
  entry_source: RefillEntrySource[];
@@ -9938,12 +9938,11 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
9938
9938
  fuel_removal_reason_ids: string[];
9939
9939
  fleet_fuel_removal_ids: string[];
9940
9940
  }, {
9941
- from_date: string;
9942
- to_date: string;
9943
9941
  date_format_id: string;
9944
9942
  time_zone_id: string;
9943
+ from_date: string;
9944
+ to_date: string;
9945
9945
  status?: Status[] | undefined;
9946
- vehicle_ids?: string[] | undefined;
9947
9946
  search?: string | undefined;
9948
9947
  paging?: PAGING | undefined;
9949
9948
  page_count?: unknown;
@@ -9963,8 +9962,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
9963
9962
  }[] | undefined;
9964
9963
  include_master_data?: YesNo | undefined;
9965
9964
  organisation_ids?: string[] | undefined;
9966
- driver_ids?: string[] | undefined;
9967
9965
  user_ids?: string[] | undefined;
9966
+ vehicle_ids?: string[] | undefined;
9967
+ driver_ids?: string[] | undefined;
9968
9968
  admin_verify_status?: GPSFuelApproveStatus[] | undefined;
9969
9969
  transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
9970
9970
  entry_source?: RefillEntrySource[] | undefined;
@@ -10032,9 +10032,9 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
10032
10032
  }, "strip", z.ZodTypeAny, {
10033
10033
  status: Status;
10034
10034
  organisation_id: string;
10035
- vehicle_ids: string[];
10036
- time_zone_id: string;
10037
10035
  user_id: string;
10036
+ time_zone_id: string;
10037
+ vehicle_ids: string[];
10038
10038
  inspection_schedule_name: string;
10039
10039
  inspection_schedule_description: string;
10040
10040
  inspection_schedule_start_date: string;
@@ -10042,8 +10042,8 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
10042
10042
  }, {
10043
10043
  status: Status;
10044
10044
  organisation_id: string;
10045
- time_zone_id: string;
10046
10045
  user_id: string;
10046
+ time_zone_id: string;
10047
10047
  inspection_schedule_name: string;
10048
10048
  vehicle_ids?: string[] | undefined;
10049
10049
  inspection_schedule_description?: string | undefined;
@@ -10191,9 +10191,9 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
10191
10191
  }, "strip", z.ZodTypeAny, {
10192
10192
  status: Status;
10193
10193
  organisation_id: string;
10194
- vehicle_ids: string[];
10195
- time_zone_id: string;
10196
10194
  user_id: string;
10195
+ time_zone_id: string;
10196
+ vehicle_ids: string[];
10197
10197
  service_schedule_name: string;
10198
10198
  service_schedule_description: string;
10199
10199
  service_schedule_start_date: string;
@@ -10201,8 +10201,8 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
10201
10201
  }, {
10202
10202
  status: Status;
10203
10203
  organisation_id: string;
10204
- time_zone_id: string;
10205
10204
  user_id: string;
10205
+ time_zone_id: string;
10206
10206
  service_schedule_name: string;
10207
10207
  vehicle_ids?: string[] | undefined;
10208
10208
  service_schedule_description?: string | undefined;
@@ -10434,15 +10434,15 @@ declare const UserSchema: z.ZodObject<{
10434
10434
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10435
10435
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
10436
10436
  }, "strip", z.ZodTypeAny, {
10437
- all_vehicles: YesNo;
10438
10437
  status: Status;
10439
10438
  organisation_id: string;
10440
- vehicle_ids: string[];
10441
10439
  date_format_id: string;
10442
10440
  time_zone_id: string;
10443
10441
  user_role_id: string;
10444
10442
  user_status_id: string;
10445
10443
  language_id: string;
10444
+ vehicle_ids: string[];
10445
+ all_vehicles: YesNo;
10446
10446
  email: string;
10447
10447
  password: string;
10448
10448
  mobile: string;
@@ -10455,7 +10455,6 @@ declare const UserSchema: z.ZodObject<{
10455
10455
  is_root_user: YesNo;
10456
10456
  can_login: YesNo;
10457
10457
  }, {
10458
- all_vehicles: YesNo;
10459
10458
  status: Status;
10460
10459
  organisation_id: string;
10461
10460
  date_format_id: string;
@@ -10463,6 +10462,7 @@ declare const UserSchema: z.ZodObject<{
10463
10462
  user_role_id: string;
10464
10463
  user_status_id: string;
10465
10464
  language_id: string;
10465
+ all_vehicles: YesNo;
10466
10466
  email: string;
10467
10467
  first_name: string;
10468
10468
  is_root_user: YesNo;
@@ -10519,7 +10519,6 @@ declare const UserQuerySchema: z.ZodObject<{
10519
10519
  is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10520
10520
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10521
10521
  }, "strip", z.ZodTypeAny, {
10522
- all_vehicles: YesNo[];
10523
10522
  status: Status[];
10524
10523
  search: string;
10525
10524
  paging: PAGING;
@@ -10542,18 +10541,18 @@ declare const UserQuerySchema: z.ZodObject<{
10542
10541
  date_format_id: string;
10543
10542
  time_zone_id: string;
10544
10543
  organisation_ids: string[];
10544
+ user_ids: string[];
10545
10545
  user_role_ids: string[];
10546
10546
  user_status_ids: string[];
10547
10547
  language_ids: string[];
10548
10548
  date_format_ids: string[];
10549
- user_ids: string[];
10549
+ all_vehicles: YesNo[];
10550
10550
  is_root_user: YesNo[];
10551
10551
  can_login: YesNo[];
10552
10552
  time_zone_ids: string[];
10553
10553
  }, {
10554
10554
  date_format_id: string;
10555
10555
  time_zone_id: string;
10556
- all_vehicles?: YesNo[] | undefined;
10557
10556
  status?: Status[] | undefined;
10558
10557
  search?: string | undefined;
10559
10558
  paging?: PAGING | undefined;
@@ -10574,11 +10573,12 @@ declare const UserQuerySchema: z.ZodObject<{
10574
10573
  }[] | undefined;
10575
10574
  include_master_data?: YesNo | undefined;
10576
10575
  organisation_ids?: string[] | undefined;
10576
+ user_ids?: string[] | undefined;
10577
10577
  user_role_ids?: string[] | undefined;
10578
10578
  user_status_ids?: string[] | undefined;
10579
10579
  language_ids?: string[] | undefined;
10580
10580
  date_format_ids?: string[] | undefined;
10581
- user_ids?: string[] | undefined;
10581
+ all_vehicles?: YesNo[] | undefined;
10582
10582
  is_root_user?: YesNo[] | undefined;
10583
10583
  can_login?: YesNo[] | undefined;
10584
10584
  time_zone_ids?: string[] | undefined;
@@ -10724,10 +10724,10 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
10724
10724
  }, "strip", z.ZodTypeAny, {
10725
10725
  status: Status;
10726
10726
  organisation_id: string;
10727
- vehicle_id: string;
10727
+ user_id: string;
10728
10728
  date: string;
10729
+ vehicle_id: string;
10729
10730
  driver_id: string;
10730
- user_id: string;
10731
10731
  device_id: string;
10732
10732
  total_km: number;
10733
10733
  consumed_fuel_liters: number;
@@ -10742,10 +10742,10 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
10742
10742
  }, {
10743
10743
  status: Status;
10744
10744
  organisation_id: string;
10745
- vehicle_id: string;
10745
+ user_id: string;
10746
10746
  date: string;
10747
+ vehicle_id: string;
10747
10748
  driver_id: string;
10748
- user_id: string;
10749
10749
  device_id: string;
10750
10750
  total_km?: unknown;
10751
10751
  consumed_fuel_liters?: unknown;
@@ -10802,9 +10802,6 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10802
10802
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10803
10803
  }, "strip", z.ZodTypeAny, {
10804
10804
  status: Status[];
10805
- from_date: string;
10806
- to_date: string;
10807
- vehicle_ids: string[];
10808
10805
  search: string;
10809
10806
  paging: PAGING;
10810
10807
  page_count: number;
@@ -10826,19 +10823,21 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10826
10823
  date_format_id: string;
10827
10824
  time_zone_id: string;
10828
10825
  organisation_ids: string[];
10829
- driver_ids: string[];
10830
10826
  user_ids: string[];
10827
+ vehicle_ids: string[];
10828
+ driver_ids: string[];
10829
+ from_date: string;
10830
+ to_date: string;
10831
10831
  device_ids: string[];
10832
10832
  fleet_fuel_daily_summary_ids: string[];
10833
10833
  vehicle_summary: YesNo;
10834
10834
  day_summary: YesNo;
10835
10835
  }, {
10836
- from_date: string;
10837
- to_date: string;
10838
10836
  date_format_id: string;
10839
10837
  time_zone_id: string;
10838
+ from_date: string;
10839
+ to_date: string;
10840
10840
  status?: Status[] | undefined;
10841
- vehicle_ids?: string[] | undefined;
10842
10841
  search?: string | undefined;
10843
10842
  paging?: PAGING | undefined;
10844
10843
  page_count?: unknown;
@@ -10858,8 +10857,9 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10858
10857
  }[] | undefined;
10859
10858
  include_master_data?: YesNo | undefined;
10860
10859
  organisation_ids?: string[] | undefined;
10861
- driver_ids?: string[] | undefined;
10862
10860
  user_ids?: string[] | undefined;
10861
+ vehicle_ids?: string[] | undefined;
10862
+ driver_ids?: string[] | undefined;
10863
10863
  device_ids?: string[] | undefined;
10864
10864
  fleet_fuel_daily_summary_ids?: string[] | undefined;
10865
10865
  vehicle_summary?: YesNo | undefined;
@@ -10903,9 +10903,6 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10903
10903
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10904
10904
  }, "strip", z.ZodTypeAny, {
10905
10905
  status: Status[];
10906
- from_date: string;
10907
- to_date: string;
10908
- vehicle_ids: string[];
10909
10906
  search: string;
10910
10907
  paging: PAGING;
10911
10908
  page_count: number;
@@ -10927,13 +10924,15 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10927
10924
  date_format_id: string;
10928
10925
  time_zone_id: string;
10929
10926
  organisation_ids: string[];
10930
- }, {
10927
+ vehicle_ids: string[];
10931
10928
  from_date: string;
10932
10929
  to_date: string;
10930
+ }, {
10933
10931
  date_format_id: string;
10934
10932
  time_zone_id: string;
10933
+ from_date: string;
10934
+ to_date: string;
10935
10935
  status?: Status[] | undefined;
10936
- vehicle_ids?: string[] | undefined;
10937
10936
  search?: string | undefined;
10938
10937
  paging?: PAGING | undefined;
10939
10938
  page_count?: unknown;
@@ -10953,6 +10952,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10953
10952
  }[] | undefined;
10954
10953
  include_master_data?: YesNo | undefined;
10955
10954
  organisation_ids?: string[] | undefined;
10955
+ vehicle_ids?: string[] | undefined;
10956
10956
  }>;
10957
10957
  type FleetFuelDailyMonthlySummaryQueryDTO = z.infer<typeof FleetFuelDailyMonthlySummaryQuerySchema>;
10958
10958
  declare const AllVehiclesFuelDailySummaryQuerySchema: z.ZodObject<{
@@ -11003,9 +11003,6 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11003
11003
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
11004
11004
  }, "strip", z.ZodTypeAny, {
11005
11005
  status: Status[];
11006
- from_date: string;
11007
- to_date: string;
11008
- vehicle_ids: string[];
11009
11006
  search: string;
11010
11007
  paging: PAGING;
11011
11008
  page_count: number;
@@ -11027,13 +11024,15 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11027
11024
  date_format_id: string;
11028
11025
  time_zone_id: string;
11029
11026
  organisation_ids: string[];
11030
- }, {
11027
+ vehicle_ids: string[];
11031
11028
  from_date: string;
11032
11029
  to_date: string;
11030
+ }, {
11033
11031
  date_format_id: string;
11034
11032
  time_zone_id: string;
11033
+ from_date: string;
11034
+ to_date: string;
11035
11035
  status?: Status[] | undefined;
11036
- vehicle_ids?: string[] | undefined;
11037
11036
  search?: string | undefined;
11038
11037
  paging?: PAGING | undefined;
11039
11038
  page_count?: unknown;
@@ -11053,6 +11052,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11053
11052
  }[] | undefined;
11054
11053
  include_master_data?: YesNo | undefined;
11055
11054
  organisation_ids?: string[] | undefined;
11055
+ vehicle_ids?: string[] | undefined;
11056
11056
  }>;
11057
11057
  type FleetFuelDailySummaryDashBoardQueryDTO = z.infer<typeof FleetFuelDailySummaryDashBoardQuerySchema>;
11058
11058
  interface FuelDashboard {
@@ -11405,7 +11405,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11405
11405
  is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11406
11406
  }, "strip", z.ZodTypeAny, {
11407
11407
  status: Status[];
11408
- vehicle_ids: string[];
11409
11408
  search: string;
11410
11409
  paging: PAGING;
11411
11410
  page_count: number;
@@ -11431,6 +11430,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11431
11430
  organisation_branch_ids: string[];
11432
11431
  organisation_color_ids: string[];
11433
11432
  organisation_tag_ids: string[];
11433
+ vehicle_ids: string[];
11434
11434
  driver_ids: string[];
11435
11435
  can_login: YesNo[];
11436
11436
  driver_type: DriverType[];
@@ -11439,7 +11439,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11439
11439
  date_format_id: string;
11440
11440
  time_zone_id: string;
11441
11441
  status?: Status[] | undefined;
11442
- vehicle_ids?: string[] | undefined;
11443
11442
  search?: string | undefined;
11444
11443
  paging?: PAGING | undefined;
11445
11444
  page_count?: unknown;
@@ -11463,6 +11462,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11463
11462
  organisation_branch_ids?: string[] | undefined;
11464
11463
  organisation_color_ids?: string[] | undefined;
11465
11464
  organisation_tag_ids?: string[] | undefined;
11465
+ vehicle_ids?: string[] | undefined;
11466
11466
  driver_ids?: string[] | undefined;
11467
11467
  can_login?: YesNo[] | undefined;
11468
11468
  driver_type?: DriverType[] | undefined;
@@ -11639,17 +11639,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
11639
11639
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11640
11640
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
11641
11641
  }, "strip", z.ZodTypeAny, {
11642
+ group_name: string;
11642
11643
  status: Status;
11643
11644
  organisation_id: string;
11644
- vehicle_ids: string[];
11645
11645
  description: string;
11646
- group_name: string;
11646
+ vehicle_ids: string[];
11647
11647
  }, {
11648
+ group_name: string;
11648
11649
  status: Status;
11649
11650
  organisation_id: string;
11650
- group_name: string;
11651
- vehicle_ids?: string[] | undefined;
11652
11651
  description?: string | undefined;
11652
+ vehicle_ids?: string[] | undefined;
11653
11653
  }>;
11654
11654
  type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
11655
11655
  declare const OrganisationGroupQuerySchema: z.ZodObject<{
@@ -11688,7 +11688,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11688
11688
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11689
11689
  }, "strip", z.ZodTypeAny, {
11690
11690
  status: Status[];
11691
- vehicle_ids: string[];
11692
11691
  search: string;
11693
11692
  paging: PAGING;
11694
11693
  page_count: number;
@@ -11710,12 +11709,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11710
11709
  date_format_id: string;
11711
11710
  time_zone_id: string;
11712
11711
  organisation_ids: string[];
11712
+ vehicle_ids: string[];
11713
11713
  organisation_group_ids: string[];
11714
11714
  }, {
11715
11715
  date_format_id: string;
11716
11716
  time_zone_id: string;
11717
11717
  status?: Status[] | undefined;
11718
- vehicle_ids?: string[] | undefined;
11719
11718
  search?: string | undefined;
11720
11719
  paging?: PAGING | undefined;
11721
11720
  page_count?: unknown;
@@ -11735,6 +11734,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11735
11734
  }[] | undefined;
11736
11735
  include_master_data?: YesNo | undefined;
11737
11736
  organisation_ids?: string[] | undefined;
11737
+ vehicle_ids?: string[] | undefined;
11738
11738
  organisation_group_ids?: string[] | undefined;
11739
11739
  }>;
11740
11740
  type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
@@ -12445,8 +12445,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
12445
12445
  }, "strip", z.ZodTypeAny, {
12446
12446
  status: Status;
12447
12447
  organisation_id: string;
12448
- vehicle_type: string;
12449
12448
  description: string;
12449
+ vehicle_type: string;
12450
12450
  }, {
12451
12451
  status: Status;
12452
12452
  organisation_id: string;
@@ -12905,7 +12905,6 @@ declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
12905
12905
  report_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportType>, "many">>>;
12906
12906
  }, "strip", z.ZodTypeAny, {
12907
12907
  status: Status[];
12908
- report_type: ReportType[];
12909
12908
  search: string;
12910
12909
  paging: PAGING;
12911
12910
  page_count: number;
@@ -12927,13 +12926,13 @@ declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
12927
12926
  date_format_id: string;
12928
12927
  time_zone_id: string;
12929
12928
  organisation_ids: string[];
12929
+ report_type: ReportType[];
12930
12930
  report_preference_ids: string[];
12931
12931
  report_automation_mail_ids: string[];
12932
12932
  }, {
12933
12933
  date_format_id: string;
12934
12934
  time_zone_id: string;
12935
12935
  status?: Status[] | undefined;
12936
- report_type?: ReportType[] | undefined;
12937
12936
  search?: string | undefined;
12938
12937
  paging?: PAGING | undefined;
12939
12938
  page_count?: unknown;
@@ -12953,6 +12952,7 @@ declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
12953
12952
  }[] | undefined;
12954
12953
  include_master_data?: YesNo | undefined;
12955
12954
  organisation_ids?: string[] | undefined;
12955
+ report_type?: ReportType[] | undefined;
12956
12956
  report_preference_ids?: string[] | undefined;
12957
12957
  report_automation_mail_ids?: string[] | undefined;
12958
12958
  }>;
@@ -12971,31 +12971,31 @@ declare const OrganisationReportPreferenceSchema: z.ZodObject<{
12971
12971
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12972
12972
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
12973
12973
  }, "strip", z.ZodTypeAny, {
12974
+ status: Status;
12975
+ organisation_id: string;
12976
+ vehicle_ids: string[];
12977
+ mobile_numbers: string;
12978
+ email_ids: string;
12979
+ cc_email_ids: string;
12980
+ all_vehicles: YesNo;
12974
12981
  report_name: string;
12975
12982
  report_status: OnOff;
12976
12983
  report_types: ReportType[];
12977
12984
  report_list: ReportList[];
12978
12985
  report_channels: ReportChannel.Email[];
12979
- mobile_numbers: string;
12980
- email_ids: string;
12981
- cc_email_ids: string;
12982
- all_vehicles: YesNo;
12986
+ }, {
12983
12987
  status: Status;
12984
12988
  organisation_id: string;
12985
- vehicle_ids: string[];
12986
- }, {
12989
+ all_vehicles: YesNo;
12987
12990
  report_name: string;
12988
12991
  report_status: OnOff;
12989
- all_vehicles: YesNo;
12990
- status: Status;
12991
- organisation_id: string;
12992
- report_types?: ReportType[] | undefined;
12993
- report_list?: ReportList[] | undefined;
12994
- report_channels?: ReportChannel.Email[] | undefined;
12992
+ vehicle_ids?: string[] | undefined;
12995
12993
  mobile_numbers?: string | undefined;
12996
12994
  email_ids?: string | undefined;
12997
12995
  cc_email_ids?: string | undefined;
12998
- vehicle_ids?: string[] | undefined;
12996
+ report_types?: ReportType[] | undefined;
12997
+ report_list?: ReportList[] | undefined;
12998
+ report_channels?: ReportChannel.Email[] | undefined;
12999
12999
  }>;
13000
13000
  type OrganisationReportPreferenceDTO = z.infer<typeof OrganisationReportPreferenceSchema>;
13001
13001
  declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
@@ -13036,10 +13036,6 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
13036
13036
  report_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportList>, "many">>>;
13037
13037
  report_channels: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportChannel>, "many">>>;
13038
13038
  }, "strip", z.ZodTypeAny, {
13039
- report_status: OnOff[];
13040
- report_types: ReportType[];
13041
- report_list: ReportList[];
13042
- report_channels: ReportChannel.Email[];
13043
13039
  status: Status[];
13044
13040
  search: string;
13045
13041
  paging: PAGING;
@@ -13062,14 +13058,14 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
13062
13058
  date_format_id: string;
13063
13059
  time_zone_id: string;
13064
13060
  organisation_ids: string[];
13061
+ report_status: OnOff[];
13062
+ report_types: ReportType[];
13063
+ report_list: ReportList[];
13064
+ report_channels: ReportChannel.Email[];
13065
13065
  report_preference_ids: string[];
13066
13066
  }, {
13067
13067
  date_format_id: string;
13068
13068
  time_zone_id: string;
13069
- report_status?: OnOff[] | undefined;
13070
- report_types?: ReportType[] | undefined;
13071
- report_list?: ReportList[] | undefined;
13072
- report_channels?: ReportChannel.Email[] | undefined;
13073
13069
  status?: Status[] | undefined;
13074
13070
  search?: string | undefined;
13075
13071
  paging?: PAGING | undefined;
@@ -13090,6 +13086,10 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
13090
13086
  }[] | undefined;
13091
13087
  include_master_data?: YesNo | undefined;
13092
13088
  organisation_ids?: string[] | undefined;
13089
+ report_status?: OnOff[] | undefined;
13090
+ report_types?: ReportType[] | undefined;
13091
+ report_list?: ReportList[] | undefined;
13092
+ report_channels?: ReportChannel.Email[] | undefined;
13093
13093
  report_preference_ids?: string[] | undefined;
13094
13094
  }>;
13095
13095
  type OrganisationReportPreferenceQueryDTO = z.infer<typeof OrganisationReportPreferenceQuerySchema>;
@@ -15748,9 +15748,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
15748
15748
  }, "strip", z.ZodTypeAny, {
15749
15749
  status: Status;
15750
15750
  organisation_id: string;
15751
- vehicle_id: string;
15752
15751
  time_zone_id: string;
15753
15752
  organisation_branch_id: string;
15753
+ vehicle_id: string;
15754
15754
  driver_id: string;
15755
15755
  route_id: string;
15756
15756
  schedule_name: string;
@@ -15774,9 +15774,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
15774
15774
  }, {
15775
15775
  status: Status;
15776
15776
  organisation_id: string;
15777
- vehicle_id: string;
15778
15777
  time_zone_id: string;
15779
15778
  organisation_branch_id: string;
15779
+ vehicle_id: string;
15780
15780
  driver_id: string;
15781
15781
  route_id: string;
15782
15782
  schedule_name: string;
@@ -15842,7 +15842,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
15842
15842
  schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
15843
15843
  }, "strip", z.ZodTypeAny, {
15844
15844
  status: Status[];
15845
- vehicle_ids: string[];
15846
15845
  search: string;
15847
15846
  paging: PAGING;
15848
15847
  page_count: number;
@@ -15865,6 +15864,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
15865
15864
  time_zone_id: string;
15866
15865
  organisation_ids: string[];
15867
15866
  organisation_branch_ids: string[];
15867
+ vehicle_ids: string[];
15868
15868
  driver_ids: string[];
15869
15869
  schedule_status: Status[];
15870
15870
  is_stops_finalized: YesNo[];
@@ -15876,7 +15876,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
15876
15876
  date_format_id: string;
15877
15877
  time_zone_id: string;
15878
15878
  status?: Status[] | undefined;
15879
- vehicle_ids?: string[] | undefined;
15880
15879
  search?: string | undefined;
15881
15880
  paging?: PAGING | undefined;
15882
15881
  page_count?: unknown;
@@ -15897,6 +15896,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
15897
15896
  include_master_data?: YesNo | undefined;
15898
15897
  organisation_ids?: string[] | undefined;
15899
15898
  organisation_branch_ids?: string[] | undefined;
15899
+ vehicle_ids?: string[] | undefined;
15900
15900
  driver_ids?: string[] | undefined;
15901
15901
  schedule_status?: Status[] | undefined;
15902
15902
  is_stops_finalized?: YesNo[] | undefined;
@@ -16324,11 +16324,11 @@ declare const GPSLiveTrackShareLinkNotificationSchema: z.ZodObject<{
16324
16324
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16325
16325
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
16326
16326
  }, "strip", z.ZodTypeAny, {
16327
+ status: Status;
16328
+ organisation_id: string;
16327
16329
  mobile_numbers: string;
16328
16330
  email_ids: string;
16329
16331
  cc_email_ids: string;
16330
- status: Status;
16331
- organisation_id: string;
16332
16332
  gps_live_track_share_link_id: string;
16333
16333
  share_channels: ShareChannel.Email[];
16334
16334
  }, {
@@ -16414,7 +16414,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
16414
16414
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
16415
16415
  }, "strip", z.ZodTypeAny, {
16416
16416
  status: Status[];
16417
- vehicle_ids: string[];
16418
16417
  search: string;
16419
16418
  paging: PAGING;
16420
16419
  page_count: number;
@@ -16436,13 +16435,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
16436
16435
  date_format_id: string;
16437
16436
  time_zone_id: string;
16438
16437
  organisation_ids: string[];
16438
+ vehicle_ids: string[];
16439
16439
  link_status: LinkStatus[];
16440
16440
  gps_live_track_share_link_ids: string[];
16441
16441
  }, {
16442
16442
  date_format_id: string;
16443
16443
  time_zone_id: string;
16444
16444
  status?: Status[] | undefined;
16445
- vehicle_ids?: string[] | undefined;
16446
16445
  search?: string | undefined;
16447
16446
  paging?: PAGING | undefined;
16448
16447
  page_count?: unknown;
@@ -16462,6 +16461,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
16462
16461
  }[] | undefined;
16463
16462
  include_master_data?: YesNo | undefined;
16464
16463
  organisation_ids?: string[] | undefined;
16464
+ vehicle_ids?: string[] | undefined;
16465
16465
  link_status?: LinkStatus[] | undefined;
16466
16466
  gps_live_track_share_link_ids?: string[] | undefined;
16467
16467
  }>;
@@ -16519,11 +16519,11 @@ declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
16519
16519
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16520
16520
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
16521
16521
  }, "strip", z.ZodTypeAny, {
16522
+ status: Status;
16523
+ organisation_id: string;
16522
16524
  mobile_numbers: string;
16523
16525
  email_ids: string;
16524
16526
  cc_email_ids: string;
16525
- status: Status;
16526
- organisation_id: string;
16527
16527
  share_channels: ShareChannel.Email[];
16528
16528
  gps_track_history_share_link_id: string;
16529
16529
  }, {
@@ -16547,16 +16547,16 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
16547
16547
  }, "strip", z.ZodTypeAny, {
16548
16548
  status: Status;
16549
16549
  organisation_id: string;
16550
- vehicle_id: string;
16551
16550
  time_zone_id: string;
16551
+ vehicle_id: string;
16552
16552
  link_status: TrackHistoryLinkStatus;
16553
16553
  from_date_time: string;
16554
16554
  to_date_time: string;
16555
16555
  }, {
16556
16556
  status: Status;
16557
16557
  organisation_id: string;
16558
- vehicle_id: string;
16559
16558
  time_zone_id: string;
16559
+ vehicle_id: string;
16560
16560
  link_status: TrackHistoryLinkStatus;
16561
16561
  from_date_time: string;
16562
16562
  to_date_time: string;
@@ -16607,7 +16607,6 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
16607
16607
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TrackHistoryLinkStatus>, "many">>>;
16608
16608
  }, "strip", z.ZodTypeAny, {
16609
16609
  status: Status[];
16610
- vehicle_ids: string[];
16611
16610
  search: string;
16612
16611
  paging: PAGING;
16613
16612
  page_count: number;
@@ -16629,13 +16628,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
16629
16628
  date_format_id: string;
16630
16629
  time_zone_id: string;
16631
16630
  organisation_ids: string[];
16631
+ vehicle_ids: string[];
16632
16632
  link_status: TrackHistoryLinkStatus[];
16633
16633
  gps_track_history_share_link_ids: string[];
16634
16634
  }, {
16635
16635
  date_format_id: string;
16636
16636
  time_zone_id: string;
16637
16637
  status?: Status[] | undefined;
16638
- vehicle_ids?: string[] | undefined;
16639
16638
  search?: string | undefined;
16640
16639
  paging?: PAGING | undefined;
16641
16640
  page_count?: unknown;
@@ -16655,6 +16654,7 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
16655
16654
  }[] | undefined;
16656
16655
  include_master_data?: YesNo | undefined;
16657
16656
  organisation_ids?: string[] | undefined;
16657
+ vehicle_ids?: string[] | undefined;
16658
16658
  link_status?: TrackHistoryLinkStatus[] | undefined;
16659
16659
  gps_track_history_share_link_ids?: string[] | undefined;
16660
16660
  }>;
@@ -17316,7 +17316,6 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
17316
17316
  }, "strip", z.ZodTypeAny, {
17317
17317
  status: Status;
17318
17318
  organisation_id: string;
17319
- vehicle_id: string;
17320
17319
  usage_type: string;
17321
17320
  file_type: FileType;
17322
17321
  file_url: string;
@@ -17325,12 +17324,13 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
17325
17324
  file_description: string;
17326
17325
  file_size: number;
17327
17326
  file_metadata: Record<string, any>;
17327
+ vehicle_id: string;
17328
17328
  }, {
17329
17329
  status: Status;
17330
17330
  organisation_id: string;
17331
- vehicle_id: string;
17332
17331
  usage_type: string;
17333
17332
  file_type: FileType;
17333
+ vehicle_id: string;
17334
17334
  file_url?: string | undefined;
17335
17335
  file_key?: string | undefined;
17336
17336
  file_name?: string | undefined;
@@ -17404,7 +17404,6 @@ declare const VehicleSchema: z.ZodObject<{
17404
17404
  }, z.UnknownKeysParam, z.ZodTypeAny, {
17405
17405
  status: Status;
17406
17406
  organisation_id: string;
17407
- vehicle_id: string;
17408
17407
  usage_type: string;
17409
17408
  file_type: FileType;
17410
17409
  file_url: string;
@@ -17413,12 +17412,13 @@ declare const VehicleSchema: z.ZodObject<{
17413
17412
  file_description: string;
17414
17413
  file_size: number;
17415
17414
  file_metadata: Record<string, any>;
17415
+ vehicle_id: string;
17416
17416
  }, {
17417
17417
  status: Status;
17418
17418
  organisation_id: string;
17419
- vehicle_id: string;
17420
17419
  usage_type: string;
17421
17420
  file_type: FileType;
17421
+ vehicle_id: string;
17422
17422
  file_url?: string | undefined;
17423
17423
  file_key?: string | undefined;
17424
17424
  file_name?: string | undefined;
@@ -17429,11 +17429,11 @@ declare const VehicleSchema: z.ZodObject<{
17429
17429
  }, "strip", z.ZodTypeAny, {
17430
17430
  status: Status;
17431
17431
  organisation_id: string;
17432
- vehicle_number: string;
17433
17432
  organisation_sub_company_id: string;
17434
17433
  organisation_branch_id: string;
17435
17434
  organisation_color_id: string;
17436
17435
  organisation_tag_id: string;
17436
+ vehicle_number: string;
17437
17437
  vehicle_fuel_type_id: string;
17438
17438
  vehicle_fuel_unit_id: string;
17439
17439
  odometer_reading: number;
@@ -17464,7 +17464,6 @@ declare const VehicleSchema: z.ZodObject<{
17464
17464
  MasterVehicleFileSchema: {
17465
17465
  status: Status;
17466
17466
  organisation_id: string;
17467
- vehicle_id: string;
17468
17467
  usage_type: string;
17469
17468
  file_type: FileType;
17470
17469
  file_url: string;
@@ -17473,15 +17472,16 @@ declare const VehicleSchema: z.ZodObject<{
17473
17472
  file_description: string;
17474
17473
  file_size: number;
17475
17474
  file_metadata: Record<string, any>;
17475
+ vehicle_id: string;
17476
17476
  }[];
17477
17477
  }, {
17478
17478
  status: Status;
17479
17479
  organisation_id: string;
17480
- vehicle_number: string;
17481
17480
  organisation_sub_company_id: string;
17482
17481
  organisation_branch_id: string;
17483
17482
  organisation_color_id: string;
17484
17483
  organisation_tag_id: string;
17484
+ vehicle_number: string;
17485
17485
  vehicle_fuel_type_id: string;
17486
17486
  vehicle_fuel_unit_id: string;
17487
17487
  vehicle_sub_model_id: string;
@@ -17512,9 +17512,9 @@ declare const VehicleSchema: z.ZodObject<{
17512
17512
  MasterVehicleFileSchema?: {
17513
17513
  status: Status;
17514
17514
  organisation_id: string;
17515
- vehicle_id: string;
17516
17515
  usage_type: string;
17517
17516
  file_type: FileType;
17517
+ vehicle_id: string;
17518
17518
  file_url?: string | undefined;
17519
17519
  file_key?: string | undefined;
17520
17520
  file_name?: string | undefined;
@@ -17552,9 +17552,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
17552
17552
  }, "strip", z.ZodTypeAny, {
17553
17553
  status: Status;
17554
17554
  organisation_id: string;
17555
- vehicle_number: string;
17556
17555
  time_zone_id: string;
17557
17556
  country_id: string;
17557
+ vehicle_number: string;
17558
17558
  odometer_reading: number;
17559
17559
  vehicle_type_id: string;
17560
17560
  vehicle_name: string;
@@ -17577,9 +17577,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
17577
17577
  }, {
17578
17578
  status: Status;
17579
17579
  organisation_id: string;
17580
- vehicle_number: string;
17581
17580
  time_zone_id: string;
17582
17581
  country_id: string;
17582
+ vehicle_number: string;
17583
17583
  vehicle_type_id: string;
17584
17584
  is_fleet_active: YesNo;
17585
17585
  is_gps_active: YesNo;
@@ -17712,9 +17712,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17712
17712
  }>, "many">>>;
17713
17713
  }, "strip", z.ZodTypeAny, {
17714
17714
  organisation_id: string;
17715
- vehicle_id: string;
17716
17715
  time_zone_id: string;
17717
17716
  country_id: string;
17717
+ vehicle_id: string;
17718
17718
  device_id: string;
17719
17719
  fuel: YesNo;
17720
17720
  fuel_tank_type: FuelTankType;
@@ -17757,9 +17757,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
17757
17757
  }[];
17758
17758
  }, {
17759
17759
  organisation_id: string;
17760
- vehicle_id: string;
17761
17760
  time_zone_id: string;
17762
17761
  country_id: string;
17762
+ vehicle_id: string;
17763
17763
  device_id: string;
17764
17764
  device_manufacturer_id: string;
17765
17765
  device_model_id: string;
@@ -18351,8 +18351,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
18351
18351
  }, "strip", z.ZodTypeAny, {
18352
18352
  status: Status;
18353
18353
  organisation_id: string;
18354
- vehicle_id: string;
18355
18354
  time_zone_id: string;
18355
+ vehicle_id: string;
18356
18356
  document_type_id: string;
18357
18357
  vendor_id: string;
18358
18358
  document_number: string;
@@ -18384,8 +18384,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
18384
18384
  }, {
18385
18385
  status: Status;
18386
18386
  organisation_id: string;
18387
- vehicle_id: string;
18388
18387
  time_zone_id: string;
18388
+ vehicle_id: string;
18389
18389
  document_type_id: string;
18390
18390
  vendor_id: string;
18391
18391
  document_validity_status: DocumentValidityStatus;
@@ -18454,7 +18454,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18454
18454
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18455
18455
  }, "strip", z.ZodTypeAny, {
18456
18456
  status: Status[];
18457
- vehicle_ids: string[];
18458
18457
  search: string;
18459
18458
  paging: PAGING;
18460
18459
  page_count: number;
@@ -18476,6 +18475,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18476
18475
  date_format_id: string;
18477
18476
  time_zone_id: string;
18478
18477
  organisation_ids: string[];
18478
+ vehicle_ids: string[];
18479
18479
  document_type_ids: string[];
18480
18480
  vendor_ids: string[];
18481
18481
  vehicle_document_ids: string[];
@@ -18483,7 +18483,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18483
18483
  date_format_id: string;
18484
18484
  time_zone_id: string;
18485
18485
  status?: Status[] | undefined;
18486
- vehicle_ids?: string[] | undefined;
18487
18486
  search?: string | undefined;
18488
18487
  paging?: PAGING | undefined;
18489
18488
  page_count?: unknown;
@@ -18503,6 +18502,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18503
18502
  }[] | undefined;
18504
18503
  include_master_data?: YesNo | undefined;
18505
18504
  organisation_ids?: string[] | undefined;
18505
+ vehicle_ids?: string[] | undefined;
18506
18506
  document_type_ids?: string[] | undefined;
18507
18507
  vendor_ids?: string[] | undefined;
18508
18508
  vehicle_document_ids?: string[] | undefined;
@@ -18566,7 +18566,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18566
18566
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
18567
18567
  }, "strip", z.ZodTypeAny, {
18568
18568
  status: Status[];
18569
- vehicle_ids: string[];
18570
18569
  search: string;
18571
18570
  paging: PAGING;
18572
18571
  page_count: number;
@@ -18588,6 +18587,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18588
18587
  date_format_id: string;
18589
18588
  time_zone_id: string;
18590
18589
  organisation_ids: string[];
18590
+ vehicle_ids: string[];
18591
18591
  expiry_type: ExpiryType[];
18592
18592
  vehicle_document_ids: string[];
18593
18593
  document_expiry_ids: string[];
@@ -18595,7 +18595,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18595
18595
  date_format_id: string;
18596
18596
  time_zone_id: string;
18597
18597
  status?: Status[] | undefined;
18598
- vehicle_ids?: string[] | undefined;
18599
18598
  search?: string | undefined;
18600
18599
  paging?: PAGING | undefined;
18601
18600
  page_count?: unknown;
@@ -18615,6 +18614,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
18615
18614
  }[] | undefined;
18616
18615
  include_master_data?: YesNo | undefined;
18617
18616
  organisation_ids?: string[] | undefined;
18617
+ vehicle_ids?: string[] | undefined;
18618
18618
  expiry_type?: ExpiryType[] | undefined;
18619
18619
  vehicle_document_ids?: string[] | undefined;
18620
18620
  document_expiry_ids?: string[] | undefined;
@@ -18673,7 +18673,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
18673
18673
  gps_vehicle_category: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof GPSVehicleCategory>>>;
18674
18674
  }, "strip", z.ZodTypeAny, {
18675
18675
  status: Status[];
18676
- vehicle_ids: string[];
18677
18676
  search: string;
18678
18677
  paging: PAGING;
18679
18678
  page_count: number;
@@ -18699,6 +18698,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
18699
18698
  organisation_branch_ids: string[];
18700
18699
  organisation_color_ids: string[];
18701
18700
  organisation_tag_ids: string[];
18701
+ vehicle_ids: string[];
18702
18702
  driver_ids: string[];
18703
18703
  device_ids: string[];
18704
18704
  vehicle_fuel_type_ids: string[];
@@ -18717,7 +18717,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
18717
18717
  date_format_id: string;
18718
18718
  time_zone_id: string;
18719
18719
  status?: Status[] | undefined;
18720
- vehicle_ids?: string[] | undefined;
18721
18720
  search?: string | undefined;
18722
18721
  paging?: PAGING | undefined;
18723
18722
  page_count?: unknown;
@@ -18741,6 +18740,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
18741
18740
  organisation_branch_ids?: string[] | undefined;
18742
18741
  organisation_color_ids?: string[] | undefined;
18743
18742
  organisation_tag_ids?: string[] | undefined;
18743
+ vehicle_ids?: string[] | undefined;
18744
18744
  driver_ids?: string[] | undefined;
18745
18745
  device_ids?: string[] | undefined;
18746
18746
  vehicle_fuel_type_ids?: string[] | undefined;
@@ -18873,7 +18873,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
18873
18873
  }, "strip", z.ZodTypeAny, {
18874
18874
  status: Status[];
18875
18875
  organisation_id: string;
18876
- vehicle_id: string;
18877
18876
  search: string;
18878
18877
  paging: PAGING;
18879
18878
  page_count: number;
@@ -18894,11 +18893,12 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
18894
18893
  include_master_data: YesNo;
18895
18894
  date_format_id: string;
18896
18895
  time_zone_id: string;
18896
+ vehicle_id: string;
18897
18897
  }, {
18898
18898
  organisation_id: string;
18899
- vehicle_id: string;
18900
18899
  date_format_id: string;
18901
18900
  time_zone_id: string;
18901
+ vehicle_id: string;
18902
18902
  status?: Status[] | undefined;
18903
18903
  search?: string | undefined;
18904
18904
  paging?: PAGING | undefined;
@@ -19808,7 +19808,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19808
19808
  device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
19809
19809
  }, "strip", z.ZodTypeAny, {
19810
19810
  status: Status[];
19811
- vehicle_ids: string[];
19812
19811
  search: string;
19813
19812
  paging: PAGING;
19814
19813
  page_count: number;
@@ -19831,6 +19830,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19831
19830
  time_zone_id: string;
19832
19831
  organisation_ids: string[];
19833
19832
  country_ids: string[];
19833
+ vehicle_ids: string[];
19834
19834
  device_ids: string[];
19835
19835
  time_zone_ids: string[];
19836
19836
  device_gps_source: GPSSource[];
@@ -19843,7 +19843,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19843
19843
  date_format_id: string;
19844
19844
  time_zone_id: string;
19845
19845
  status?: Status[] | undefined;
19846
- vehicle_ids?: string[] | undefined;
19847
19846
  search?: string | undefined;
19848
19847
  paging?: PAGING | undefined;
19849
19848
  page_count?: unknown;
@@ -19864,6 +19863,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
19864
19863
  include_master_data?: YesNo | undefined;
19865
19864
  organisation_ids?: string[] | undefined;
19866
19865
  country_ids?: string[] | undefined;
19866
+ vehicle_ids?: string[] | undefined;
19867
19867
  device_ids?: string[] | undefined;
19868
19868
  time_zone_ids?: string[] | undefined;
19869
19869
  device_gps_source?: GPSSource[] | undefined;
@@ -22544,12 +22544,9 @@ declare const BookMarkSchema: z.ZodObject<{
22544
22544
  sub_item_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22545
22545
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
22546
22546
  }, "strip", z.ZodTypeAny, {
22547
- status: Status;
22548
- organisation_id: string;
22549
- user_id: string;
22550
- group_name: string;
22551
22547
  module_name: string;
22552
22548
  menu_type: MenuType;
22549
+ group_name: string;
22553
22550
  group_name_language: string;
22554
22551
  group_icon: string;
22555
22552
  group_url: string;
@@ -22557,16 +22554,19 @@ declare const BookMarkSchema: z.ZodObject<{
22557
22554
  sub_item_name_language: string;
22558
22555
  sub_item_icon: string;
22559
22556
  sub_item_url: string;
22560
- }, {
22561
22557
  status: Status;
22562
22558
  organisation_id: string;
22563
22559
  user_id: string;
22564
- group_name: string;
22560
+ }, {
22565
22561
  module_name: string;
22566
22562
  menu_type: MenuType;
22563
+ group_name: string;
22567
22564
  group_name_language: string;
22568
22565
  group_icon: string;
22569
22566
  group_url: string;
22567
+ status: Status;
22568
+ organisation_id: string;
22569
+ user_id: string;
22570
22570
  sub_item_name?: string | undefined;
22571
22571
  sub_item_name_language?: string | undefined;
22572
22572
  sub_item_icon?: string | undefined;
@@ -22609,6 +22609,7 @@ declare const BookMarkQuerySchema: z.ZodObject<{
22609
22609
  bookmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22610
22610
  menu_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof MenuType>, "many">>>;
22611
22611
  }, "strip", z.ZodTypeAny, {
22612
+ menu_type: MenuType[];
22612
22613
  status: Status[];
22613
22614
  search: string;
22614
22615
  paging: PAGING;
@@ -22632,11 +22633,11 @@ declare const BookMarkQuerySchema: z.ZodObject<{
22632
22633
  time_zone_id: string;
22633
22634
  organisation_ids: string[];
22634
22635
  user_ids: string[];
22635
- menu_type: MenuType[];
22636
22636
  bookmark_ids: string[];
22637
22637
  }, {
22638
22638
  date_format_id: string;
22639
22639
  time_zone_id: string;
22640
+ menu_type?: MenuType[] | undefined;
22640
22641
  status?: Status[] | undefined;
22641
22642
  search?: string | undefined;
22642
22643
  paging?: PAGING | undefined;
@@ -22658,7 +22659,6 @@ declare const BookMarkQuerySchema: z.ZodObject<{
22658
22659
  include_master_data?: YesNo | undefined;
22659
22660
  organisation_ids?: string[] | undefined;
22660
22661
  user_ids?: string[] | undefined;
22661
- menu_type?: MenuType[] | undefined;
22662
22662
  bookmark_ids?: string[] | undefined;
22663
22663
  }>;
22664
22664
  type BookMarkQueryDTO = z.infer<typeof BookMarkQuerySchema>;