vms-nest-prisma-api-document 975.0.0 → 976.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 (107) hide show
  1. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  2. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  3. package/dist/services/account/bookmark_service.d.ts +1 -1
  4. package/dist/services/account/invoice_service.d.ts +1 -1
  5. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  6. package/dist/services/account/report_preferences.service.d.ts +1 -1
  7. package/dist/services/account/ticket_service.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  13. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  14. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  15. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  16. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  17. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  18. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  19. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  20. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  21. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  22. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  23. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  24. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  25. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  26. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  27. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  28. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  29. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  30. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  31. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  32. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  33. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +50 -56
  34. package/dist/services/gps/reports/gps_reports_mongo_service.js +0 -2
  35. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  36. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  37. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  38. package/dist/services/main/users/auth_service.d.ts +1 -1
  39. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  40. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  41. package/dist/services/main/users/user_service.d.ts +1 -1
  42. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  43. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  45. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  48. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  49. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  50. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  51. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
  52. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  53. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  54. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  55. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  56. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  57. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  58. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  59. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  60. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  61. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  62. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  63. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  64. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  65. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  75. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  76. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  77. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  78. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  79. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  80. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  81. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  82. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  83. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  84. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  85. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  86. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  87. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  88. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  89. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  90. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  91. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  100. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  101. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  102. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  103. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  104. package/dist/services/website/faq_service.d.ts +1 -1
  105. package/dist/services/website/request_demo.service.d.ts +4 -4
  106. package/package.json +1 -1
  107. package/dist/{bookmark_service-DrdZARh2.d.ts → bookmark_service-RmLX412L.d.ts} +168 -168
@@ -1328,23 +1328,23 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
1328
1328
  }, "strip", z.ZodTypeAny, {
1329
1329
  status: Status;
1330
1330
  organisation_id: string;
1331
- vehicle_id: string;
1332
- gps_geofence_id: string;
1333
1331
  time_zone_id: string;
1334
1332
  geofence_enter_date_time: string;
1335
1333
  geofence_exit_date_time: string;
1336
1334
  duration_seconds: number;
1335
+ vehicle_id: string;
1337
1336
  driver_id: string;
1337
+ gps_geofence_id: string;
1338
1338
  enter_gps_geofence_transaction_id: string;
1339
1339
  exit_gps_geofence_transaction_id: string;
1340
1340
  }, {
1341
1341
  status: Status;
1342
1342
  organisation_id: string;
1343
- vehicle_id: string;
1344
- gps_geofence_id: string;
1345
1343
  time_zone_id: string;
1346
1344
  geofence_enter_date_time: string;
1345
+ vehicle_id: string;
1347
1346
  driver_id: string;
1347
+ gps_geofence_id: string;
1348
1348
  enter_gps_geofence_transaction_id: string;
1349
1349
  exit_gps_geofence_transaction_id: string;
1350
1350
  geofence_exit_date_time?: string | undefined;
@@ -1390,8 +1390,6 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1390
1390
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1391
1391
  }, "strip", z.ZodTypeAny, {
1392
1392
  status: Status[];
1393
- gps_geofence_ids: string[];
1394
- vehicle_ids: string[];
1395
1393
  search: string;
1396
1394
  paging: PAGING;
1397
1395
  page_count: number;
@@ -1413,7 +1411,9 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1413
1411
  date_format_id: string;
1414
1412
  time_zone_id: string;
1415
1413
  organisation_ids: string[];
1414
+ vehicle_ids: string[];
1416
1415
  driver_ids: string[];
1416
+ gps_geofence_ids: string[];
1417
1417
  from_date: string;
1418
1418
  to_date: string;
1419
1419
  }, {
@@ -1422,8 +1422,6 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1422
1422
  from_date: string;
1423
1423
  to_date: string;
1424
1424
  status?: Status[] | undefined;
1425
- gps_geofence_ids?: string[] | undefined;
1426
- vehicle_ids?: string[] | undefined;
1427
1425
  search?: string | undefined;
1428
1426
  paging?: PAGING | undefined;
1429
1427
  page_count?: unknown;
@@ -1443,7 +1441,9 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1443
1441
  }[] | undefined;
1444
1442
  include_master_data?: YesNo | undefined;
1445
1443
  organisation_ids?: string[] | undefined;
1444
+ vehicle_ids?: string[] | undefined;
1446
1445
  driver_ids?: string[] | undefined;
1446
+ gps_geofence_ids?: string[] | undefined;
1447
1447
  }>;
1448
1448
  type GPSGeofenceTransactionSummaryQueryDTO = z.infer<typeof GPSGeofenceTransactionSummaryQuerySchema>;
1449
1449
  declare const toGPSGeofenceTransactionSummaryPayload: (data: GPSGeofenceTransactionSummary) => GPSGeofenceTransactionSummaryDTO;
@@ -1493,19 +1493,19 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
1493
1493
  }, "strip", z.ZodTypeAny, {
1494
1494
  status: Status;
1495
1495
  organisation_id: string;
1496
- vehicle_id: string;
1497
- gps_geofence_id: string;
1498
1496
  time_zone_id: string;
1497
+ vehicle_id: string;
1499
1498
  driver_id: string;
1499
+ gps_geofence_id: string;
1500
1500
  geofence_status_type: GeofenceStatusType;
1501
1501
  geofence_time: string;
1502
1502
  }, {
1503
1503
  status: Status;
1504
1504
  organisation_id: string;
1505
- vehicle_id: string;
1506
- gps_geofence_id: string;
1507
1505
  time_zone_id: string;
1506
+ vehicle_id: string;
1508
1507
  driver_id: string;
1508
+ gps_geofence_id: string;
1509
1509
  geofence_status_type: GeofenceStatusType;
1510
1510
  geofence_time: string;
1511
1511
  }>;
@@ -1550,8 +1550,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1550
1550
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1551
1551
  }, "strip", z.ZodTypeAny, {
1552
1552
  status: Status[];
1553
- gps_geofence_ids: string[];
1554
- vehicle_ids: string[];
1555
1553
  search: string;
1556
1554
  paging: PAGING;
1557
1555
  page_count: number;
@@ -1573,7 +1571,9 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1573
1571
  date_format_id: string;
1574
1572
  time_zone_id: string;
1575
1573
  organisation_ids: string[];
1574
+ vehicle_ids: string[];
1576
1575
  driver_ids: string[];
1576
+ gps_geofence_ids: string[];
1577
1577
  from_date: string;
1578
1578
  to_date: string;
1579
1579
  geofence_status_type: GeofenceStatusType[];
@@ -1583,8 +1583,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1583
1583
  from_date: string;
1584
1584
  to_date: string;
1585
1585
  status?: Status[] | undefined;
1586
- gps_geofence_ids?: string[] | undefined;
1587
- vehicle_ids?: string[] | undefined;
1588
1586
  search?: string | undefined;
1589
1587
  paging?: PAGING | undefined;
1590
1588
  page_count?: unknown;
@@ -1604,7 +1602,9 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1604
1602
  }[] | undefined;
1605
1603
  include_master_data?: YesNo | undefined;
1606
1604
  organisation_ids?: string[] | undefined;
1605
+ vehicle_ids?: string[] | undefined;
1607
1606
  driver_ids?: string[] | undefined;
1607
+ gps_geofence_ids?: string[] | undefined;
1608
1608
  geofence_status_type?: GeofenceStatusType[] | undefined;
1609
1609
  }>;
1610
1610
  type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
@@ -1669,9 +1669,9 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
1669
1669
  }, "strip", z.ZodTypeAny, {
1670
1670
  status: Status;
1671
1671
  organisation_id: string;
1672
- vehicle_id: string;
1673
1672
  time_zone_id: string;
1674
1673
  duration_seconds: number;
1674
+ vehicle_id: string;
1675
1675
  driver_id: string;
1676
1676
  from_geofence_exit_date_time: string;
1677
1677
  to_geofence_enter_date_time: string;
@@ -1685,8 +1685,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
1685
1685
  }, {
1686
1686
  status: Status;
1687
1687
  organisation_id: string;
1688
- vehicle_id: string;
1689
1688
  time_zone_id: string;
1689
+ vehicle_id: string;
1690
1690
  driver_id: string;
1691
1691
  from_geofence_exit_date_time: string;
1692
1692
  to_geofence_enter_date_time: string;
@@ -1740,7 +1740,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1740
1740
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1741
1741
  }, "strip", z.ZodTypeAny, {
1742
1742
  status: Status[];
1743
- vehicle_ids: string[];
1744
1743
  search: string;
1745
1744
  paging: PAGING;
1746
1745
  page_count: number;
@@ -1762,6 +1761,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1762
1761
  date_format_id: string;
1763
1762
  time_zone_id: string;
1764
1763
  organisation_ids: string[];
1764
+ vehicle_ids: string[];
1765
1765
  driver_ids: string[];
1766
1766
  from_date: string;
1767
1767
  to_date: string;
@@ -1773,7 +1773,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1773
1773
  from_date: string;
1774
1774
  to_date: string;
1775
1775
  status?: Status[] | undefined;
1776
- vehicle_ids?: string[] | undefined;
1777
1776
  search?: string | undefined;
1778
1777
  paging?: PAGING | undefined;
1779
1778
  page_count?: unknown;
@@ -1793,6 +1792,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1793
1792
  }[] | undefined;
1794
1793
  include_master_data?: YesNo | undefined;
1795
1794
  organisation_ids?: string[] | undefined;
1795
+ vehicle_ids?: string[] | undefined;
1796
1796
  driver_ids?: string[] | undefined;
1797
1797
  from_geofence_ids?: string[] | undefined;
1798
1798
  to_geofence_ids?: string[] | undefined;
@@ -1990,7 +1990,6 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
1990
1990
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
1991
1991
  }, "strip", z.ZodTypeAny, {
1992
1992
  status: Status[];
1993
- gps_geofence_ids: string[];
1994
1993
  search: string;
1995
1994
  paging: PAGING;
1996
1995
  page_count: number;
@@ -2012,13 +2011,13 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
2012
2011
  date_format_id: string;
2013
2012
  time_zone_id: string;
2014
2013
  organisation_ids: string[];
2014
+ gps_geofence_ids: string[];
2015
2015
  geofence_purpose_type: GeofencePurposeType[];
2016
2016
  geofence_type: GeofenceType[];
2017
2017
  }, {
2018
2018
  date_format_id: string;
2019
2019
  time_zone_id: string;
2020
2020
  status?: Status[] | undefined;
2021
- gps_geofence_ids?: string[] | undefined;
2022
2021
  search?: string | undefined;
2023
2022
  paging?: PAGING | undefined;
2024
2023
  page_count?: unknown;
@@ -2038,6 +2037,7 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
2038
2037
  }[] | undefined;
2039
2038
  include_master_data?: YesNo | undefined;
2040
2039
  organisation_ids?: string[] | undefined;
2040
+ gps_geofence_ids?: string[] | undefined;
2041
2041
  geofence_purpose_type?: GeofencePurposeType[] | undefined;
2042
2042
  geofence_type?: GeofenceType[] | undefined;
2043
2043
  }>;
@@ -2131,6 +2131,11 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2131
2131
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2132
2132
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2133
2133
  }, "strip", z.ZodTypeAny, {
2134
+ status: Status;
2135
+ organisation_id: string;
2136
+ user_ids: string[];
2137
+ vehicle_ids: string[];
2138
+ gps_geofence_ids: string[];
2134
2139
  notification_name: string;
2135
2140
  notification_status: OnOff;
2136
2141
  notification_channels: NotificationChannel[];
@@ -2142,28 +2147,23 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2142
2147
  over_speed_limit: number;
2143
2148
  all_geofences: YesNo;
2144
2149
  all_vehicles: YesNo;
2150
+ }, {
2145
2151
  status: Status;
2146
2152
  organisation_id: string;
2147
- user_ids: string[];
2148
- gps_geofence_ids: string[];
2149
- vehicle_ids: string[];
2150
- }, {
2151
2153
  notification_name: string;
2152
2154
  notification_status: OnOff;
2153
2155
  all_users: YesNo;
2154
2156
  all_geofences: YesNo;
2155
2157
  all_vehicles: YesNo;
2156
- status: Status;
2157
- organisation_id: string;
2158
+ user_ids?: string[] | undefined;
2159
+ vehicle_ids?: string[] | undefined;
2160
+ gps_geofence_ids?: string[] | undefined;
2158
2161
  notification_channels?: NotificationChannel[] | undefined;
2159
2162
  mobile_numbers?: string | undefined;
2160
2163
  email_ids?: string | undefined;
2161
2164
  cc_email_ids?: string | undefined;
2162
2165
  notification_list?: NotificationList[] | undefined;
2163
2166
  over_speed_limit?: unknown;
2164
- user_ids?: string[] | undefined;
2165
- gps_geofence_ids?: string[] | undefined;
2166
- vehicle_ids?: string[] | undefined;
2167
2167
  }>;
2168
2168
  type OrganisationNotificationPreferenceDTO = z.infer<typeof OrganisationNotificationPreferenceSchema>;
2169
2169
  declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
@@ -2203,9 +2203,6 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2203
2203
  notification_channels: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NotificationChannel>, "many">>>;
2204
2204
  notification_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NotificationList>, "many">>>;
2205
2205
  }, "strip", z.ZodTypeAny, {
2206
- notification_status: OnOff[];
2207
- notification_channels: NotificationChannel[];
2208
- notification_list: NotificationList[];
2209
2206
  status: Status[];
2210
2207
  search: string;
2211
2208
  paging: PAGING;
@@ -2228,13 +2225,13 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2228
2225
  date_format_id: string;
2229
2226
  time_zone_id: string;
2230
2227
  organisation_ids: string[];
2228
+ notification_status: OnOff[];
2229
+ notification_channels: NotificationChannel[];
2230
+ notification_list: NotificationList[];
2231
2231
  notification_preference_ids: string[];
2232
2232
  }, {
2233
2233
  date_format_id: string;
2234
2234
  time_zone_id: string;
2235
- notification_status?: OnOff[] | undefined;
2236
- notification_channels?: NotificationChannel[] | undefined;
2237
- notification_list?: NotificationList[] | undefined;
2238
2235
  status?: Status[] | undefined;
2239
2236
  search?: string | undefined;
2240
2237
  paging?: PAGING | undefined;
@@ -2255,6 +2252,9 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2255
2252
  }[] | undefined;
2256
2253
  include_master_data?: YesNo | undefined;
2257
2254
  organisation_ids?: string[] | undefined;
2255
+ notification_status?: OnOff[] | undefined;
2256
+ notification_channels?: NotificationChannel[] | undefined;
2257
+ notification_list?: NotificationList[] | undefined;
2258
2258
  notification_preference_ids?: string[] | undefined;
2259
2259
  }>;
2260
2260
  type OrganisationNotificationPreferenceQueryDTO = z.infer<typeof OrganisationNotificationPreferenceQuerySchema>;
@@ -2743,7 +2743,6 @@ declare const TicketQuerySchema: z.ZodObject<{
2743
2743
  ticket_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TicketStatus>, "many">>>;
2744
2744
  }, "strip", z.ZodTypeAny, {
2745
2745
  status: Status[];
2746
- user_ids: string[];
2747
2746
  search: string;
2748
2747
  paging: PAGING;
2749
2748
  page_count: number;
@@ -2765,6 +2764,7 @@ declare const TicketQuerySchema: z.ZodObject<{
2765
2764
  date_format_id: string;
2766
2765
  time_zone_id: string;
2767
2766
  organisation_ids: string[];
2767
+ user_ids: string[];
2768
2768
  admin_ids: string[];
2769
2769
  ticket_status: TicketStatus[];
2770
2770
  ticket_ids: string[];
@@ -2772,7 +2772,6 @@ declare const TicketQuerySchema: z.ZodObject<{
2772
2772
  date_format_id: string;
2773
2773
  time_zone_id: string;
2774
2774
  status?: Status[] | undefined;
2775
- user_ids?: string[] | undefined;
2776
2775
  search?: string | undefined;
2777
2776
  paging?: PAGING | undefined;
2778
2777
  page_count?: unknown;
@@ -2792,6 +2791,7 @@ declare const TicketQuerySchema: z.ZodObject<{
2792
2791
  }[] | undefined;
2793
2792
  include_master_data?: YesNo | undefined;
2794
2793
  organisation_ids?: string[] | undefined;
2794
+ user_ids?: string[] | undefined;
2795
2795
  admin_ids?: string[] | undefined;
2796
2796
  ticket_status?: TicketStatus[] | undefined;
2797
2797
  ticket_ids?: string[] | undefined;
@@ -4538,9 +4538,9 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4538
4538
  }, "strip", z.ZodTypeAny, {
4539
4539
  status: Status;
4540
4540
  organisation_id: string;
4541
- vehicle_id: string;
4542
4541
  user_id: string;
4543
4542
  time_zone_id: string;
4543
+ vehicle_id: string;
4544
4544
  driver_id: string;
4545
4545
  google_location: string;
4546
4546
  fleet_insurance_claim_status_id: string;
@@ -4591,9 +4591,9 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4591
4591
  }, {
4592
4592
  status: Status;
4593
4593
  organisation_id: string;
4594
- vehicle_id: string;
4595
4594
  user_id: string;
4596
4595
  time_zone_id: string;
4596
+ vehicle_id: string;
4597
4597
  driver_id: string;
4598
4598
  fleet_insurance_claim_status_id: string;
4599
4599
  fleet_incident_severity_id: string;
@@ -4697,8 +4697,6 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4697
4697
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4698
4698
  }, "strip", z.ZodTypeAny, {
4699
4699
  status: Status[];
4700
- user_ids: string[];
4701
- vehicle_ids: string[];
4702
4700
  search: string;
4703
4701
  paging: PAGING;
4704
4702
  page_count: number;
@@ -4720,6 +4718,8 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4720
4718
  date_format_id: string;
4721
4719
  time_zone_id: string;
4722
4720
  organisation_ids: string[];
4721
+ user_ids: string[];
4722
+ vehicle_ids: string[];
4723
4723
  driver_ids: string[];
4724
4724
  from_date: string;
4725
4725
  to_date: string;
@@ -4744,8 +4744,6 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4744
4744
  from_date: string;
4745
4745
  to_date: string;
4746
4746
  status?: Status[] | undefined;
4747
- user_ids?: string[] | undefined;
4748
- vehicle_ids?: string[] | undefined;
4749
4747
  search?: string | undefined;
4750
4748
  paging?: PAGING | undefined;
4751
4749
  page_count?: unknown;
@@ -4765,6 +4763,8 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4765
4763
  }[] | undefined;
4766
4764
  include_master_data?: YesNo | undefined;
4767
4765
  organisation_ids?: string[] | undefined;
4766
+ user_ids?: string[] | undefined;
4767
+ vehicle_ids?: string[] | undefined;
4768
4768
  driver_ids?: string[] | undefined;
4769
4769
  fleet_insurance_claim_status_ids?: string[] | undefined;
4770
4770
  fleet_incident_severity_ids?: string[] | undefined;
@@ -4820,7 +4820,6 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4820
4820
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4821
4821
  }, "strip", z.ZodTypeAny, {
4822
4822
  status: Status[];
4823
- vehicle_ids: string[];
4824
4823
  search: string;
4825
4824
  paging: PAGING;
4826
4825
  page_count: number;
@@ -4842,6 +4841,7 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4842
4841
  date_format_id: string;
4843
4842
  time_zone_id: string;
4844
4843
  organisation_ids: string[];
4844
+ vehicle_ids: string[];
4845
4845
  from_date: string;
4846
4846
  to_date: string;
4847
4847
  }, {
@@ -4850,7 +4850,6 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4850
4850
  from_date: string;
4851
4851
  to_date: string;
4852
4852
  status?: Status[] | undefined;
4853
- vehicle_ids?: string[] | undefined;
4854
4853
  search?: string | undefined;
4855
4854
  paging?: PAGING | undefined;
4856
4855
  page_count?: unknown;
@@ -4870,6 +4869,7 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4870
4869
  }[] | undefined;
4871
4870
  include_master_data?: YesNo | undefined;
4872
4871
  organisation_ids?: string[] | undefined;
4872
+ vehicle_ids?: string[] | undefined;
4873
4873
  }>;
4874
4874
  type FleetIncidentManagementDashBoardQueryDTO = z.infer<typeof FleetIncidentManagementDashBoardQuerySchema>;
4875
4875
  declare const FleetIncidentManagementCostSchema: z.ZodObject<{
@@ -5289,8 +5289,8 @@ declare const FleetInspectionSchema: z.ZodObject<{
5289
5289
  }, "strip", z.ZodTypeAny, {
5290
5290
  status: Status;
5291
5291
  organisation_id: string;
5292
- vehicle_id: string;
5293
5292
  time_zone_id: string;
5293
+ vehicle_id: string;
5294
5294
  driver_id: string;
5295
5295
  odometer_reading: number;
5296
5296
  inspection_form_id: string;
@@ -5317,8 +5317,8 @@ declare const FleetInspectionSchema: z.ZodObject<{
5317
5317
  }, {
5318
5318
  status: Status;
5319
5319
  organisation_id: string;
5320
- vehicle_id: string;
5321
5320
  time_zone_id: string;
5321
+ vehicle_id: string;
5322
5322
  driver_id: string;
5323
5323
  inspection_form_id: string;
5324
5324
  inspection_type: InspectionType;
@@ -5387,7 +5387,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5387
5387
  inspection_action_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof InspectionActionStatus>, "many">>>;
5388
5388
  }, "strip", z.ZodTypeAny, {
5389
5389
  status: Status[];
5390
- vehicle_ids: string[];
5391
5390
  search: string;
5392
5391
  paging: PAGING;
5393
5392
  page_count: number;
@@ -5409,6 +5408,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5409
5408
  date_format_id: string;
5410
5409
  time_zone_id: string;
5411
5410
  organisation_ids: string[];
5411
+ vehicle_ids: string[];
5412
5412
  driver_ids: string[];
5413
5413
  inspection_form_ids: string[];
5414
5414
  inspection_type: InspectionType[];
@@ -5421,7 +5421,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5421
5421
  date_format_id: string;
5422
5422
  time_zone_id: string;
5423
5423
  status?: Status[] | undefined;
5424
- vehicle_ids?: string[] | undefined;
5425
5424
  search?: string | undefined;
5426
5425
  paging?: PAGING | undefined;
5427
5426
  page_count?: unknown;
@@ -5441,6 +5440,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5441
5440
  }[] | undefined;
5442
5441
  include_master_data?: YesNo | undefined;
5443
5442
  organisation_ids?: string[] | undefined;
5443
+ vehicle_ids?: string[] | undefined;
5444
5444
  driver_ids?: string[] | undefined;
5445
5445
  inspection_form_ids?: string[] | undefined;
5446
5446
  inspection_type?: InspectionType[] | undefined;
@@ -5488,7 +5488,6 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5488
5488
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5489
5489
  }, "strip", z.ZodTypeAny, {
5490
5490
  status: Status[];
5491
- vehicle_ids: string[];
5492
5491
  search: string;
5493
5492
  paging: PAGING;
5494
5493
  page_count: number;
@@ -5510,6 +5509,7 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5510
5509
  date_format_id: string;
5511
5510
  time_zone_id: string;
5512
5511
  organisation_ids: string[];
5512
+ vehicle_ids: string[];
5513
5513
  from_date: string;
5514
5514
  to_date: string;
5515
5515
  }, {
@@ -5518,7 +5518,6 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5518
5518
  from_date: string;
5519
5519
  to_date: string;
5520
5520
  status?: Status[] | undefined;
5521
- vehicle_ids?: string[] | undefined;
5522
5521
  search?: string | undefined;
5523
5522
  paging?: PAGING | undefined;
5524
5523
  page_count?: unknown;
@@ -5538,6 +5537,7 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5538
5537
  }[] | undefined;
5539
5538
  include_master_data?: YesNo | undefined;
5540
5539
  organisation_ids?: string[] | undefined;
5540
+ vehicle_ids?: string[] | undefined;
5541
5541
  }>;
5542
5542
  type FleetInspectionDashBoardQueryDTO = z.infer<typeof FleetInspectionDashBoardQuerySchema>;
5543
5543
  declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
@@ -5574,7 +5574,6 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5574
5574
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5575
5575
  }, "strip", z.ZodTypeAny, {
5576
5576
  status: Status[];
5577
- vehicle_ids: string[];
5578
5577
  search: string;
5579
5578
  paging: PAGING;
5580
5579
  page_count: number;
@@ -5595,11 +5594,11 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5595
5594
  include_master_data: YesNo;
5596
5595
  date_format_id: string;
5597
5596
  time_zone_id: string;
5597
+ vehicle_ids: string[];
5598
5598
  }, {
5599
5599
  date_format_id: string;
5600
5600
  time_zone_id: string;
5601
5601
  status?: Status[] | undefined;
5602
- vehicle_ids?: string[] | undefined;
5603
5602
  search?: string | undefined;
5604
5603
  paging?: PAGING | undefined;
5605
5604
  page_count?: unknown;
@@ -5618,6 +5617,7 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5618
5617
  direction: OrderBy;
5619
5618
  }[] | undefined;
5620
5619
  include_master_data?: YesNo | undefined;
5620
+ vehicle_ids?: string[] | undefined;
5621
5621
  }>;
5622
5622
  type FleetInspectionCheckPendingQueryDTO = z.infer<typeof FleetInspectionCheckPendingQuerySchema>;
5623
5623
  declare const toFleetInspectionPayload: (row: FleetInspection) => FleetInspectionDTO;
@@ -5830,9 +5830,9 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5830
5830
  }, "strip", z.ZodTypeAny, {
5831
5831
  status: Status;
5832
5832
  organisation_id: string;
5833
- vehicle_id: string;
5834
5833
  user_id: string;
5835
5834
  time_zone_id: string;
5835
+ vehicle_id: string;
5836
5836
  driver_id: string;
5837
5837
  vehicle_incident_id: string;
5838
5838
  odometer_reading: number;
@@ -5864,9 +5864,9 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5864
5864
  }, {
5865
5865
  status: Status;
5866
5866
  organisation_id: string;
5867
- vehicle_id: string;
5868
5867
  user_id: string;
5869
5868
  time_zone_id: string;
5869
+ vehicle_id: string;
5870
5870
  driver_id: string;
5871
5871
  vehicle_incident_id: string;
5872
5872
  inspection_id: string;
@@ -5944,8 +5944,6 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5944
5944
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5945
5945
  }, "strip", z.ZodTypeAny, {
5946
5946
  status: Status[];
5947
- user_ids: string[];
5948
- vehicle_ids: string[];
5949
5947
  search: string;
5950
5948
  paging: PAGING;
5951
5949
  page_count: number;
@@ -5967,6 +5965,8 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5967
5965
  date_format_id: string;
5968
5966
  time_zone_id: string;
5969
5967
  organisation_ids: string[];
5968
+ user_ids: string[];
5969
+ vehicle_ids: string[];
5970
5970
  driver_ids: string[];
5971
5971
  from_date: string;
5972
5972
  to_date: string;
@@ -5984,8 +5984,6 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5984
5984
  from_date: string;
5985
5985
  to_date: string;
5986
5986
  status?: Status[] | undefined;
5987
- user_ids?: string[] | undefined;
5988
- vehicle_ids?: string[] | undefined;
5989
5987
  search?: string | undefined;
5990
5988
  paging?: PAGING | undefined;
5991
5989
  page_count?: unknown;
@@ -6005,6 +6003,8 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
6005
6003
  }[] | undefined;
6006
6004
  include_master_data?: YesNo | undefined;
6007
6005
  organisation_ids?: string[] | undefined;
6006
+ user_ids?: string[] | undefined;
6007
+ vehicle_ids?: string[] | undefined;
6008
6008
  driver_ids?: string[] | undefined;
6009
6009
  vehicle_incident_ids?: string[] | undefined;
6010
6010
  inspection_ids?: string[] | undefined;
@@ -6053,7 +6053,6 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6053
6053
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6054
6054
  }, "strip", z.ZodTypeAny, {
6055
6055
  status: Status[];
6056
- vehicle_ids: string[];
6057
6056
  search: string;
6058
6057
  paging: PAGING;
6059
6058
  page_count: number;
@@ -6075,6 +6074,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6075
6074
  date_format_id: string;
6076
6075
  time_zone_id: string;
6077
6076
  organisation_ids: string[];
6077
+ vehicle_ids: string[];
6078
6078
  from_date: string;
6079
6079
  to_date: string;
6080
6080
  }, {
@@ -6083,7 +6083,6 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6083
6083
  from_date: string;
6084
6084
  to_date: string;
6085
6085
  status?: Status[] | undefined;
6086
- vehicle_ids?: string[] | undefined;
6087
6086
  search?: string | undefined;
6088
6087
  paging?: PAGING | undefined;
6089
6088
  page_count?: unknown;
@@ -6103,6 +6102,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6103
6102
  }[] | undefined;
6104
6103
  include_master_data?: YesNo | undefined;
6105
6104
  organisation_ids?: string[] | undefined;
6105
+ vehicle_ids?: string[] | undefined;
6106
6106
  }>;
6107
6107
  type FleetIssueManagementDashBoardQueryDTO = z.infer<typeof FleetIssueManagementDashBoardQuerySchema>;
6108
6108
  declare const FleetIssueManagementCommentSchema: z.ZodObject<{
@@ -6449,9 +6449,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6449
6449
  }, "strip", z.ZodTypeAny, {
6450
6450
  status: Status;
6451
6451
  organisation_id: string;
6452
- vehicle_id: string;
6453
6452
  user_id: string;
6454
6453
  time_zone_id: string;
6454
+ vehicle_id: string;
6455
6455
  driver_id: string;
6456
6456
  odometer_reading: number;
6457
6457
  service_status: ServiceStatus;
@@ -6494,9 +6494,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6494
6494
  }, {
6495
6495
  status: Status;
6496
6496
  organisation_id: string;
6497
- vehicle_id: string;
6498
6497
  user_id: string;
6499
6498
  time_zone_id: string;
6499
+ vehicle_id: string;
6500
6500
  driver_id: string;
6501
6501
  service_status: ServiceStatus;
6502
6502
  service_type: ServiceType;
@@ -6584,8 +6584,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6584
6584
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6585
6585
  }, "strip", z.ZodTypeAny, {
6586
6586
  status: Status[];
6587
- user_ids: string[];
6588
- vehicle_ids: string[];
6589
6587
  search: string;
6590
6588
  paging: PAGING;
6591
6589
  page_count: number;
@@ -6607,6 +6605,8 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6607
6605
  date_format_id: string;
6608
6606
  time_zone_id: string;
6609
6607
  organisation_ids: string[];
6608
+ user_ids: string[];
6609
+ vehicle_ids: string[];
6610
6610
  driver_ids: string[];
6611
6611
  from_date: string;
6612
6612
  to_date: string;
@@ -6623,8 +6623,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6623
6623
  from_date: string;
6624
6624
  to_date: string;
6625
6625
  status?: Status[] | undefined;
6626
- user_ids?: string[] | undefined;
6627
- vehicle_ids?: string[] | undefined;
6628
6626
  search?: string | undefined;
6629
6627
  paging?: PAGING | undefined;
6630
6628
  page_count?: unknown;
@@ -6644,6 +6642,8 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6644
6642
  }[] | undefined;
6645
6643
  include_master_data?: YesNo | undefined;
6646
6644
  organisation_ids?: string[] | undefined;
6645
+ user_ids?: string[] | undefined;
6646
+ vehicle_ids?: string[] | undefined;
6647
6647
  driver_ids?: string[] | undefined;
6648
6648
  service_management_ids?: string[] | undefined;
6649
6649
  service_status?: ServiceStatus[] | undefined;
@@ -6691,7 +6691,6 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6691
6691
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
6692
6692
  }, "strip", z.ZodTypeAny, {
6693
6693
  status: Status[];
6694
- vehicle_ids: string[];
6695
6694
  search: string;
6696
6695
  paging: PAGING;
6697
6696
  page_count: number;
@@ -6713,6 +6712,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6713
6712
  date_format_id: string;
6714
6713
  time_zone_id: string;
6715
6714
  organisation_ids: string[];
6715
+ vehicle_ids: string[];
6716
6716
  from_date: string;
6717
6717
  to_date: string;
6718
6718
  }, {
@@ -6721,7 +6721,6 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6721
6721
  from_date: string;
6722
6722
  to_date: string;
6723
6723
  status?: Status[] | undefined;
6724
- vehicle_ids?: string[] | undefined;
6725
6724
  search?: string | undefined;
6726
6725
  paging?: PAGING | undefined;
6727
6726
  page_count?: unknown;
@@ -6741,6 +6740,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6741
6740
  }[] | undefined;
6742
6741
  include_master_data?: YesNo | undefined;
6743
6742
  organisation_ids?: string[] | undefined;
6743
+ vehicle_ids?: string[] | undefined;
6744
6744
  }>;
6745
6745
  type FleetServiceManagementDashBoardQueryDTO = z.infer<typeof FleetServiceManagementDashBoardQuerySchema>;
6746
6746
  declare const FleetServiceManagementTaskSchema: z.ZodObject<{
@@ -6913,7 +6913,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6913
6913
  reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
6914
6914
  }, "strip", z.ZodTypeAny, {
6915
6915
  status: Status[];
6916
- vehicle_ids: string[];
6917
6916
  search: string;
6918
6917
  paging: PAGING;
6919
6918
  page_count: number;
@@ -6935,6 +6934,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6935
6934
  date_format_id: string;
6936
6935
  time_zone_id: string;
6937
6936
  organisation_ids: string[];
6937
+ vehicle_ids: string[];
6938
6938
  service_management_ids: string[];
6939
6939
  reminder_type: ReminderType[];
6940
6940
  service_reminder_ids: string[];
@@ -6942,7 +6942,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6942
6942
  date_format_id: string;
6943
6943
  time_zone_id: string;
6944
6944
  status?: Status[] | undefined;
6945
- vehicle_ids?: string[] | undefined;
6946
6945
  search?: string | undefined;
6947
6946
  paging?: PAGING | undefined;
6948
6947
  page_count?: unknown;
@@ -6962,6 +6961,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6962
6961
  }[] | undefined;
6963
6962
  include_master_data?: YesNo | undefined;
6964
6963
  organisation_ids?: string[] | undefined;
6964
+ vehicle_ids?: string[] | undefined;
6965
6965
  service_management_ids?: string[] | undefined;
6966
6966
  reminder_type?: ReminderType[] | undefined;
6967
6967
  service_reminder_ids?: string[] | undefined;
@@ -9269,9 +9269,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9269
9269
  }, "strip", z.ZodTypeAny, {
9270
9270
  status: Status;
9271
9271
  organisation_id: string;
9272
- vehicle_id: string;
9273
9272
  user_id: string;
9274
9273
  time_zone_id: string;
9274
+ vehicle_id: string;
9275
9275
  driver_id: string;
9276
9276
  google_location: string;
9277
9277
  device_id: string;
@@ -9323,9 +9323,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9323
9323
  }, {
9324
9324
  status: Status;
9325
9325
  organisation_id: string;
9326
- vehicle_id: string;
9327
9326
  user_id: string;
9328
9327
  time_zone_id: string;
9328
+ vehicle_id: string;
9329
9329
  driver_id: string;
9330
9330
  device_id: string;
9331
9331
  vehicle_fuel_type_id: string;
@@ -9429,8 +9429,6 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9429
9429
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
9430
9430
  }, "strip", z.ZodTypeAny, {
9431
9431
  status: Status[];
9432
- user_ids: string[];
9433
- vehicle_ids: string[];
9434
9432
  search: string;
9435
9433
  paging: PAGING;
9436
9434
  page_count: number;
@@ -9452,6 +9450,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9452
9450
  date_format_id: string;
9453
9451
  time_zone_id: string;
9454
9452
  organisation_ids: string[];
9453
+ user_ids: string[];
9454
+ vehicle_ids: string[];
9455
9455
  driver_ids: string[];
9456
9456
  from_date: string;
9457
9457
  to_date: string;
@@ -9475,8 +9475,6 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9475
9475
  from_date: string;
9476
9476
  to_date: string;
9477
9477
  status?: Status[] | undefined;
9478
- user_ids?: string[] | undefined;
9479
- vehicle_ids?: string[] | undefined;
9480
9478
  search?: string | undefined;
9481
9479
  paging?: PAGING | undefined;
9482
9480
  page_count?: unknown;
@@ -9496,6 +9494,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9496
9494
  }[] | undefined;
9497
9495
  include_master_data?: YesNo | undefined;
9498
9496
  organisation_ids?: string[] | undefined;
9497
+ user_ids?: string[] | undefined;
9498
+ vehicle_ids?: string[] | undefined;
9499
9499
  driver_ids?: string[] | undefined;
9500
9500
  payment_status?: PaymentStatus[] | undefined;
9501
9501
  vendor_ids?: string[] | undefined;
@@ -9824,9 +9824,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
9824
9824
  }, "strip", z.ZodTypeAny, {
9825
9825
  status: Status;
9826
9826
  organisation_id: string;
9827
- vehicle_id: string;
9828
9827
  user_id: string;
9829
9828
  time_zone_id: string;
9829
+ vehicle_id: string;
9830
9830
  driver_id: string;
9831
9831
  google_location: string;
9832
9832
  device_id: string;
@@ -9866,9 +9866,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
9866
9866
  }, {
9867
9867
  status: Status;
9868
9868
  organisation_id: string;
9869
- vehicle_id: string;
9870
9869
  user_id: string;
9871
9870
  time_zone_id: string;
9871
+ vehicle_id: string;
9872
9872
  driver_id: string;
9873
9873
  device_id: string;
9874
9874
  vehicle_fuel_type_id: string;
@@ -9954,8 +9954,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
9954
9954
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
9955
9955
  }, "strip", z.ZodTypeAny, {
9956
9956
  status: Status[];
9957
- user_ids: string[];
9958
- vehicle_ids: string[];
9959
9957
  search: string;
9960
9958
  paging: PAGING;
9961
9959
  page_count: number;
@@ -9977,6 +9975,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
9977
9975
  date_format_id: string;
9978
9976
  time_zone_id: string;
9979
9977
  organisation_ids: string[];
9978
+ user_ids: string[];
9979
+ vehicle_ids: string[];
9980
9980
  driver_ids: string[];
9981
9981
  from_date: string;
9982
9982
  to_date: string;
@@ -9994,8 +9994,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
9994
9994
  from_date: string;
9995
9995
  to_date: string;
9996
9996
  status?: Status[] | undefined;
9997
- user_ids?: string[] | undefined;
9998
- vehicle_ids?: string[] | undefined;
9999
9997
  search?: string | undefined;
10000
9998
  paging?: PAGING | undefined;
10001
9999
  page_count?: unknown;
@@ -10015,6 +10013,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10015
10013
  }[] | undefined;
10016
10014
  include_master_data?: YesNo | undefined;
10017
10015
  organisation_ids?: string[] | undefined;
10016
+ user_ids?: string[] | undefined;
10017
+ vehicle_ids?: string[] | undefined;
10018
10018
  driver_ids?: string[] | undefined;
10019
10019
  admin_verify_status?: GPSFuelApproveStatus[] | undefined;
10020
10020
  transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
@@ -10084,8 +10084,8 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
10084
10084
  status: Status;
10085
10085
  organisation_id: string;
10086
10086
  user_id: string;
10087
- vehicle_ids: string[];
10088
10087
  time_zone_id: string;
10088
+ vehicle_ids: string[];
10089
10089
  inspection_schedule_name: string;
10090
10090
  inspection_schedule_description: string;
10091
10091
  inspection_schedule_start_date: string;
@@ -10138,7 +10138,6 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
10138
10138
  user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10139
10139
  }, "strip", z.ZodTypeAny, {
10140
10140
  status: Status[];
10141
- user_ids: string[];
10142
10141
  search: string;
10143
10142
  paging: PAGING;
10144
10143
  page_count: number;
@@ -10160,12 +10159,12 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
10160
10159
  date_format_id: string;
10161
10160
  time_zone_id: string;
10162
10161
  organisation_ids: string[];
10162
+ user_ids: string[];
10163
10163
  inspection_schedule_ids: string[];
10164
10164
  }, {
10165
10165
  date_format_id: string;
10166
10166
  time_zone_id: string;
10167
10167
  status?: Status[] | undefined;
10168
- user_ids?: string[] | undefined;
10169
10168
  search?: string | undefined;
10170
10169
  paging?: PAGING | undefined;
10171
10170
  page_count?: unknown;
@@ -10185,6 +10184,7 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
10185
10184
  }[] | undefined;
10186
10185
  include_master_data?: YesNo | undefined;
10187
10186
  organisation_ids?: string[] | undefined;
10187
+ user_ids?: string[] | undefined;
10188
10188
  inspection_schedule_ids?: string[] | undefined;
10189
10189
  }>;
10190
10190
  type FleetInspectionScheduleQueryDTO = z.infer<typeof FleetInspectionScheduleQuerySchema>;
@@ -10244,8 +10244,8 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
10244
10244
  status: Status;
10245
10245
  organisation_id: string;
10246
10246
  user_id: string;
10247
- vehicle_ids: string[];
10248
10247
  time_zone_id: string;
10248
+ vehicle_ids: string[];
10249
10249
  service_schedule_name: string;
10250
10250
  service_schedule_description: string;
10251
10251
  service_schedule_start_date: string;
@@ -10493,16 +10493,16 @@ declare const UserSchema: z.ZodObject<{
10493
10493
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10494
10494
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
10495
10495
  }, "strip", z.ZodTypeAny, {
10496
- all_vehicles: YesNo;
10497
10496
  status: Status;
10498
10497
  organisation_id: string;
10499
- vehicle_ids: string[];
10500
10498
  date_format_id: string;
10501
10499
  time_zone_id: string;
10502
10500
  organisation_branch_id: string;
10503
10501
  user_role_id: string;
10504
10502
  user_status_id: string;
10505
10503
  language_id: string;
10504
+ vehicle_ids: string[];
10505
+ all_vehicles: YesNo;
10506
10506
  email: string;
10507
10507
  password: string;
10508
10508
  mobile: string;
@@ -10515,7 +10515,6 @@ declare const UserSchema: z.ZodObject<{
10515
10515
  is_root_user: YesNo;
10516
10516
  can_login: YesNo;
10517
10517
  }, {
10518
- all_vehicles: YesNo;
10519
10518
  status: Status;
10520
10519
  organisation_id: string;
10521
10520
  date_format_id: string;
@@ -10524,6 +10523,7 @@ declare const UserSchema: z.ZodObject<{
10524
10523
  user_role_id: string;
10525
10524
  user_status_id: string;
10526
10525
  language_id: string;
10526
+ all_vehicles: YesNo;
10527
10527
  email: string;
10528
10528
  first_name: string;
10529
10529
  is_root_user: YesNo;
@@ -10581,9 +10581,7 @@ declare const UserQuerySchema: z.ZodObject<{
10581
10581
  is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10582
10582
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
10583
10583
  }, "strip", z.ZodTypeAny, {
10584
- all_vehicles: YesNo[];
10585
10584
  status: Status[];
10586
- user_ids: string[];
10587
10585
  search: string;
10588
10586
  paging: PAGING;
10589
10587
  page_count: number;
@@ -10605,20 +10603,20 @@ declare const UserQuerySchema: z.ZodObject<{
10605
10603
  date_format_id: string;
10606
10604
  time_zone_id: string;
10607
10605
  organisation_ids: string[];
10606
+ user_ids: string[];
10608
10607
  organisation_branch_ids: string[];
10609
10608
  user_role_ids: string[];
10610
10609
  user_status_ids: string[];
10611
10610
  language_ids: string[];
10612
10611
  date_format_ids: string[];
10612
+ all_vehicles: YesNo[];
10613
10613
  is_root_user: YesNo[];
10614
10614
  can_login: YesNo[];
10615
10615
  time_zone_ids: string[];
10616
10616
  }, {
10617
10617
  date_format_id: string;
10618
10618
  time_zone_id: string;
10619
- all_vehicles?: YesNo[] | undefined;
10620
10619
  status?: Status[] | undefined;
10621
- user_ids?: string[] | undefined;
10622
10620
  search?: string | undefined;
10623
10621
  paging?: PAGING | undefined;
10624
10622
  page_count?: unknown;
@@ -10638,11 +10636,13 @@ declare const UserQuerySchema: z.ZodObject<{
10638
10636
  }[] | undefined;
10639
10637
  include_master_data?: YesNo | undefined;
10640
10638
  organisation_ids?: string[] | undefined;
10639
+ user_ids?: string[] | undefined;
10641
10640
  organisation_branch_ids?: string[] | undefined;
10642
10641
  user_role_ids?: string[] | undefined;
10643
10642
  user_status_ids?: string[] | undefined;
10644
10643
  language_ids?: string[] | undefined;
10645
10644
  date_format_ids?: string[] | undefined;
10645
+ all_vehicles?: YesNo[] | undefined;
10646
10646
  is_root_user?: YesNo[] | undefined;
10647
10647
  can_login?: YesNo[] | undefined;
10648
10648
  time_zone_ids?: string[] | undefined;
@@ -10789,9 +10789,9 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
10789
10789
  }, "strip", z.ZodTypeAny, {
10790
10790
  status: Status;
10791
10791
  organisation_id: string;
10792
- vehicle_id: string;
10793
10792
  user_id: string;
10794
10793
  date: string;
10794
+ vehicle_id: string;
10795
10795
  driver_id: string;
10796
10796
  device_id: string;
10797
10797
  total_km: number;
@@ -10807,9 +10807,9 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
10807
10807
  }, {
10808
10808
  status: Status;
10809
10809
  organisation_id: string;
10810
- vehicle_id: string;
10811
10810
  user_id: string;
10812
10811
  date: string;
10812
+ vehicle_id: string;
10813
10813
  driver_id: string;
10814
10814
  device_id: string;
10815
10815
  total_km?: unknown;
@@ -10867,8 +10867,6 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10867
10867
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10868
10868
  }, "strip", z.ZodTypeAny, {
10869
10869
  status: Status[];
10870
- user_ids: string[];
10871
- vehicle_ids: string[];
10872
10870
  search: string;
10873
10871
  paging: PAGING;
10874
10872
  page_count: number;
@@ -10890,6 +10888,8 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10890
10888
  date_format_id: string;
10891
10889
  time_zone_id: string;
10892
10890
  organisation_ids: string[];
10891
+ user_ids: string[];
10892
+ vehicle_ids: string[];
10893
10893
  driver_ids: string[];
10894
10894
  from_date: string;
10895
10895
  to_date: string;
@@ -10903,8 +10903,6 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10903
10903
  from_date: string;
10904
10904
  to_date: string;
10905
10905
  status?: Status[] | undefined;
10906
- user_ids?: string[] | undefined;
10907
- vehicle_ids?: string[] | undefined;
10908
10906
  search?: string | undefined;
10909
10907
  paging?: PAGING | undefined;
10910
10908
  page_count?: unknown;
@@ -10924,6 +10922,8 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
10924
10922
  }[] | undefined;
10925
10923
  include_master_data?: YesNo | undefined;
10926
10924
  organisation_ids?: string[] | undefined;
10925
+ user_ids?: string[] | undefined;
10926
+ vehicle_ids?: string[] | undefined;
10927
10927
  driver_ids?: string[] | undefined;
10928
10928
  device_ids?: string[] | undefined;
10929
10929
  fleet_fuel_daily_summary_ids?: string[] | undefined;
@@ -10968,7 +10968,6 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10968
10968
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
10969
10969
  }, "strip", z.ZodTypeAny, {
10970
10970
  status: Status[];
10971
- vehicle_ids: string[];
10972
10971
  search: string;
10973
10972
  paging: PAGING;
10974
10973
  page_count: number;
@@ -10990,6 +10989,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10990
10989
  date_format_id: string;
10991
10990
  time_zone_id: string;
10992
10991
  organisation_ids: string[];
10992
+ vehicle_ids: string[];
10993
10993
  from_date: string;
10994
10994
  to_date: string;
10995
10995
  }, {
@@ -10998,7 +10998,6 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
10998
10998
  from_date: string;
10999
10999
  to_date: string;
11000
11000
  status?: Status[] | undefined;
11001
- vehicle_ids?: string[] | undefined;
11002
11001
  search?: string | undefined;
11003
11002
  paging?: PAGING | undefined;
11004
11003
  page_count?: unknown;
@@ -11018,6 +11017,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
11018
11017
  }[] | undefined;
11019
11018
  include_master_data?: YesNo | undefined;
11020
11019
  organisation_ids?: string[] | undefined;
11020
+ vehicle_ids?: string[] | undefined;
11021
11021
  }>;
11022
11022
  type FleetFuelDailyMonthlySummaryQueryDTO = z.infer<typeof FleetFuelDailyMonthlySummaryQuerySchema>;
11023
11023
  declare const AllVehiclesFuelDailySummaryQuerySchema: z.ZodObject<{
@@ -11068,7 +11068,6 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11068
11068
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
11069
11069
  }, "strip", z.ZodTypeAny, {
11070
11070
  status: Status[];
11071
- vehicle_ids: string[];
11072
11071
  search: string;
11073
11072
  paging: PAGING;
11074
11073
  page_count: number;
@@ -11090,6 +11089,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11090
11089
  date_format_id: string;
11091
11090
  time_zone_id: string;
11092
11091
  organisation_ids: string[];
11092
+ vehicle_ids: string[];
11093
11093
  from_date: string;
11094
11094
  to_date: string;
11095
11095
  }, {
@@ -11098,7 +11098,6 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11098
11098
  from_date: string;
11099
11099
  to_date: string;
11100
11100
  status?: Status[] | undefined;
11101
- vehicle_ids?: string[] | undefined;
11102
11101
  search?: string | undefined;
11103
11102
  paging?: PAGING | undefined;
11104
11103
  page_count?: unknown;
@@ -11118,6 +11117,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11118
11117
  }[] | undefined;
11119
11118
  include_master_data?: YesNo | undefined;
11120
11119
  organisation_ids?: string[] | undefined;
11120
+ vehicle_ids?: string[] | undefined;
11121
11121
  }>;
11122
11122
  type FleetFuelDailySummaryDashBoardQueryDTO = z.infer<typeof FleetFuelDailySummaryDashBoardQuerySchema>;
11123
11123
  interface FuelDashboard {
@@ -11473,7 +11473,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11473
11473
  is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11474
11474
  }, "strip", z.ZodTypeAny, {
11475
11475
  status: Status[];
11476
- vehicle_ids: string[];
11477
11476
  search: string;
11478
11477
  paging: PAGING;
11479
11478
  page_count: number;
@@ -11499,6 +11498,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11499
11498
  organisation_branch_ids: string[];
11500
11499
  organisation_color_ids: string[];
11501
11500
  organisation_tag_ids: string[];
11501
+ vehicle_ids: string[];
11502
11502
  driver_ids: string[];
11503
11503
  can_login: YesNo[];
11504
11504
  driver_type: DriverType[];
@@ -11507,7 +11507,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11507
11507
  date_format_id: string;
11508
11508
  time_zone_id: string;
11509
11509
  status?: Status[] | undefined;
11510
- vehicle_ids?: string[] | undefined;
11511
11510
  search?: string | undefined;
11512
11511
  paging?: PAGING | undefined;
11513
11512
  page_count?: unknown;
@@ -11531,6 +11530,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11531
11530
  organisation_branch_ids?: string[] | undefined;
11532
11531
  organisation_color_ids?: string[] | undefined;
11533
11532
  organisation_tag_ids?: string[] | undefined;
11533
+ vehicle_ids?: string[] | undefined;
11534
11534
  driver_ids?: string[] | undefined;
11535
11535
  can_login?: YesNo[] | undefined;
11536
11536
  driver_type?: DriverType[] | undefined;
@@ -11708,17 +11708,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
11708
11708
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
11709
11709
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
11710
11710
  }, "strip", z.ZodTypeAny, {
11711
+ group_name: string;
11711
11712
  status: Status;
11712
11713
  organisation_id: string;
11713
- vehicle_ids: string[];
11714
11714
  description: string;
11715
- group_name: string;
11715
+ vehicle_ids: string[];
11716
11716
  }, {
11717
+ group_name: string;
11717
11718
  status: Status;
11718
11719
  organisation_id: string;
11719
- group_name: string;
11720
- vehicle_ids?: string[] | undefined;
11721
11720
  description?: string | undefined;
11721
+ vehicle_ids?: string[] | undefined;
11722
11722
  }>;
11723
11723
  type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
11724
11724
  declare const OrganisationGroupQuerySchema: z.ZodObject<{
@@ -11757,7 +11757,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11757
11757
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
11758
11758
  }, "strip", z.ZodTypeAny, {
11759
11759
  status: Status[];
11760
- vehicle_ids: string[];
11761
11760
  search: string;
11762
11761
  paging: PAGING;
11763
11762
  page_count: number;
@@ -11779,12 +11778,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11779
11778
  date_format_id: string;
11780
11779
  time_zone_id: string;
11781
11780
  organisation_ids: string[];
11781
+ vehicle_ids: string[];
11782
11782
  organisation_group_ids: string[];
11783
11783
  }, {
11784
11784
  date_format_id: string;
11785
11785
  time_zone_id: string;
11786
11786
  status?: Status[] | undefined;
11787
- vehicle_ids?: string[] | undefined;
11788
11787
  search?: string | undefined;
11789
11788
  paging?: PAGING | undefined;
11790
11789
  page_count?: unknown;
@@ -11804,6 +11803,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
11804
11803
  }[] | undefined;
11805
11804
  include_master_data?: YesNo | undefined;
11806
11805
  organisation_ids?: string[] | undefined;
11806
+ vehicle_ids?: string[] | undefined;
11807
11807
  organisation_group_ids?: string[] | undefined;
11808
11808
  }>;
11809
11809
  type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
@@ -12520,8 +12520,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
12520
12520
  }, "strip", z.ZodTypeAny, {
12521
12521
  status: Status;
12522
12522
  organisation_id: string;
12523
- vehicle_type: string;
12524
12523
  description: string;
12524
+ vehicle_type: string;
12525
12525
  }, {
12526
12526
  status: Status;
12527
12527
  organisation_id: string;
@@ -13050,28 +13050,28 @@ declare const OrganisationReportPreferenceSchema: z.ZodObject<{
13050
13050
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
13051
13051
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
13052
13052
  }, "strip", z.ZodTypeAny, {
13053
+ status: Status;
13054
+ organisation_id: string;
13055
+ vehicle_ids: string[];
13053
13056
  mobile_numbers: string;
13054
13057
  email_ids: string;
13055
13058
  cc_email_ids: string;
13056
13059
  all_vehicles: YesNo;
13057
- status: Status;
13058
- organisation_id: string;
13059
- vehicle_ids: string[];
13060
13060
  report_name: string;
13061
13061
  report_status: OnOff;
13062
13062
  report_types: ReportType[];
13063
13063
  report_list: ReportList[];
13064
13064
  report_channels: ReportChannel.Email[];
13065
13065
  }, {
13066
- all_vehicles: YesNo;
13067
13066
  status: Status;
13068
13067
  organisation_id: string;
13068
+ all_vehicles: YesNo;
13069
13069
  report_name: string;
13070
13070
  report_status: OnOff;
13071
+ vehicle_ids?: string[] | undefined;
13071
13072
  mobile_numbers?: string | undefined;
13072
13073
  email_ids?: string | undefined;
13073
13074
  cc_email_ids?: string | undefined;
13074
- vehicle_ids?: string[] | undefined;
13075
13075
  report_types?: ReportType[] | undefined;
13076
13076
  report_list?: ReportList[] | undefined;
13077
13077
  report_channels?: ReportChannel.Email[] | undefined;
@@ -13225,11 +13225,11 @@ declare const GPSLiveTrackShareLinkNotificationSchema: z.ZodObject<{
13225
13225
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
13226
13226
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
13227
13227
  }, "strip", z.ZodTypeAny, {
13228
+ status: Status;
13229
+ organisation_id: string;
13228
13230
  mobile_numbers: string;
13229
13231
  email_ids: string;
13230
13232
  cc_email_ids: string;
13231
- status: Status;
13232
- organisation_id: string;
13233
13233
  gps_live_track_share_link_id: string;
13234
13234
  share_channels: ShareChannel.Email[];
13235
13235
  }, {
@@ -13315,7 +13315,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
13315
13315
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
13316
13316
  }, "strip", z.ZodTypeAny, {
13317
13317
  status: Status[];
13318
- vehicle_ids: string[];
13319
13318
  search: string;
13320
13319
  paging: PAGING;
13321
13320
  page_count: number;
@@ -13337,13 +13336,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
13337
13336
  date_format_id: string;
13338
13337
  time_zone_id: string;
13339
13338
  organisation_ids: string[];
13339
+ vehicle_ids: string[];
13340
13340
  link_status: LinkStatus[];
13341
13341
  gps_live_track_share_link_ids: string[];
13342
13342
  }, {
13343
13343
  date_format_id: string;
13344
13344
  time_zone_id: string;
13345
13345
  status?: Status[] | undefined;
13346
- vehicle_ids?: string[] | undefined;
13347
13346
  search?: string | undefined;
13348
13347
  paging?: PAGING | undefined;
13349
13348
  page_count?: unknown;
@@ -13363,6 +13362,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
13363
13362
  }[] | undefined;
13364
13363
  include_master_data?: YesNo | undefined;
13365
13364
  organisation_ids?: string[] | undefined;
13365
+ vehicle_ids?: string[] | undefined;
13366
13366
  link_status?: LinkStatus[] | undefined;
13367
13367
  gps_live_track_share_link_ids?: string[] | undefined;
13368
13368
  }>;
@@ -13421,11 +13421,11 @@ declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
13421
13421
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
13422
13422
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
13423
13423
  }, "strip", z.ZodTypeAny, {
13424
+ status: Status;
13425
+ organisation_id: string;
13424
13426
  mobile_numbers: string;
13425
13427
  email_ids: string;
13426
13428
  cc_email_ids: string;
13427
- status: Status;
13428
- organisation_id: string;
13429
13429
  share_channels: ShareChannel.Email[];
13430
13430
  gps_track_history_share_link_id: string;
13431
13431
  }, {
@@ -13449,16 +13449,16 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
13449
13449
  }, "strip", z.ZodTypeAny, {
13450
13450
  status: Status;
13451
13451
  organisation_id: string;
13452
- vehicle_id: string;
13453
13452
  time_zone_id: string;
13453
+ vehicle_id: string;
13454
13454
  link_status: TrackHistoryLinkStatus;
13455
13455
  from_date_time: string;
13456
13456
  to_date_time: string;
13457
13457
  }, {
13458
13458
  status: Status;
13459
13459
  organisation_id: string;
13460
- vehicle_id: string;
13461
13460
  time_zone_id: string;
13461
+ vehicle_id: string;
13462
13462
  link_status: TrackHistoryLinkStatus;
13463
13463
  from_date_time: string;
13464
13464
  to_date_time: string;
@@ -13509,7 +13509,6 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
13509
13509
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TrackHistoryLinkStatus>, "many">>>;
13510
13510
  }, "strip", z.ZodTypeAny, {
13511
13511
  status: Status[];
13512
- vehicle_ids: string[];
13513
13512
  search: string;
13514
13513
  paging: PAGING;
13515
13514
  page_count: number;
@@ -13531,13 +13530,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
13531
13530
  date_format_id: string;
13532
13531
  time_zone_id: string;
13533
13532
  organisation_ids: string[];
13533
+ vehicle_ids: string[];
13534
13534
  link_status: TrackHistoryLinkStatus[];
13535
13535
  gps_track_history_share_link_ids: string[];
13536
13536
  }, {
13537
13537
  date_format_id: string;
13538
13538
  time_zone_id: string;
13539
13539
  status?: Status[] | undefined;
13540
- vehicle_ids?: string[] | undefined;
13541
13540
  search?: string | undefined;
13542
13541
  paging?: PAGING | undefined;
13543
13542
  page_count?: unknown;
@@ -13557,6 +13556,7 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
13557
13556
  }[] | undefined;
13558
13557
  include_master_data?: YesNo | undefined;
13559
13558
  organisation_ids?: string[] | undefined;
13559
+ vehicle_ids?: string[] | undefined;
13560
13560
  link_status?: TrackHistoryLinkStatus[] | undefined;
13561
13561
  gps_track_history_share_link_ids?: string[] | undefined;
13562
13562
  }>;
@@ -16776,9 +16776,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
16776
16776
  }, "strip", z.ZodTypeAny, {
16777
16777
  status: Status;
16778
16778
  organisation_id: string;
16779
- vehicle_id: string;
16780
16779
  time_zone_id: string;
16781
16780
  organisation_branch_id: string;
16781
+ vehicle_id: string;
16782
16782
  driver_id: string;
16783
16783
  route_id: string;
16784
16784
  schedule_name: string;
@@ -16802,9 +16802,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
16802
16802
  }, {
16803
16803
  status: Status;
16804
16804
  organisation_id: string;
16805
- vehicle_id: string;
16806
16805
  time_zone_id: string;
16807
16806
  organisation_branch_id: string;
16807
+ vehicle_id: string;
16808
16808
  driver_id: string;
16809
16809
  route_id: string;
16810
16810
  schedule_name: string;
@@ -16870,7 +16870,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
16870
16870
  schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
16871
16871
  }, "strip", z.ZodTypeAny, {
16872
16872
  status: Status[];
16873
- vehicle_ids: string[];
16874
16873
  search: string;
16875
16874
  paging: PAGING;
16876
16875
  page_count: number;
@@ -16893,6 +16892,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
16893
16892
  time_zone_id: string;
16894
16893
  organisation_ids: string[];
16895
16894
  organisation_branch_ids: string[];
16895
+ vehicle_ids: string[];
16896
16896
  driver_ids: string[];
16897
16897
  route_ids: string[];
16898
16898
  schedule_status: Status[];
@@ -16904,7 +16904,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
16904
16904
  date_format_id: string;
16905
16905
  time_zone_id: string;
16906
16906
  status?: Status[] | undefined;
16907
- vehicle_ids?: string[] | undefined;
16908
16907
  search?: string | undefined;
16909
16908
  paging?: PAGING | undefined;
16910
16909
  page_count?: unknown;
@@ -16925,6 +16924,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
16925
16924
  include_master_data?: YesNo | undefined;
16926
16925
  organisation_ids?: string[] | undefined;
16927
16926
  organisation_branch_ids?: string[] | undefined;
16927
+ vehicle_ids?: string[] | undefined;
16928
16928
  driver_ids?: string[] | undefined;
16929
16929
  route_ids?: string[] | undefined;
16930
16930
  schedule_status?: Status[] | undefined;
@@ -17813,7 +17813,6 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
17813
17813
  }, "strip", z.ZodTypeAny, {
17814
17814
  status: Status;
17815
17815
  organisation_id: string;
17816
- vehicle_id: string;
17817
17816
  usage_type: string;
17818
17817
  file_type: FileType;
17819
17818
  file_url: string;
@@ -17822,12 +17821,13 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
17822
17821
  file_description: string;
17823
17822
  file_size: number;
17824
17823
  file_metadata: Record<string, any>;
17824
+ vehicle_id: string;
17825
17825
  }, {
17826
17826
  status: Status;
17827
17827
  organisation_id: string;
17828
- vehicle_id: string;
17829
17828
  usage_type: string;
17830
17829
  file_type: FileType;
17830
+ vehicle_id: string;
17831
17831
  file_url?: string | undefined;
17832
17832
  file_key?: string | undefined;
17833
17833
  file_name?: string | undefined;
@@ -17901,7 +17901,6 @@ declare const VehicleSchema: z.ZodObject<{
17901
17901
  }, z.UnknownKeysParam, z.ZodTypeAny, {
17902
17902
  status: Status;
17903
17903
  organisation_id: string;
17904
- vehicle_id: string;
17905
17904
  usage_type: string;
17906
17905
  file_type: FileType;
17907
17906
  file_url: string;
@@ -17910,12 +17909,13 @@ declare const VehicleSchema: z.ZodObject<{
17910
17909
  file_description: string;
17911
17910
  file_size: number;
17912
17911
  file_metadata: Record<string, any>;
17912
+ vehicle_id: string;
17913
17913
  }, {
17914
17914
  status: Status;
17915
17915
  organisation_id: string;
17916
- vehicle_id: string;
17917
17916
  usage_type: string;
17918
17917
  file_type: FileType;
17918
+ vehicle_id: string;
17919
17919
  file_url?: string | undefined;
17920
17920
  file_key?: string | undefined;
17921
17921
  file_name?: string | undefined;
@@ -17926,11 +17926,11 @@ declare const VehicleSchema: z.ZodObject<{
17926
17926
  }, "strip", z.ZodTypeAny, {
17927
17927
  status: Status;
17928
17928
  organisation_id: string;
17929
- vehicle_number: string;
17930
17929
  organisation_sub_company_id: string;
17931
17930
  organisation_branch_id: string;
17932
17931
  organisation_color_id: string;
17933
17932
  organisation_tag_id: string;
17933
+ vehicle_number: string;
17934
17934
  vehicle_fuel_type_id: string;
17935
17935
  vehicle_fuel_unit_id: string;
17936
17936
  odometer_reading: number;
@@ -17961,7 +17961,6 @@ declare const VehicleSchema: z.ZodObject<{
17961
17961
  MasterVehicleFileSchema: {
17962
17962
  status: Status;
17963
17963
  organisation_id: string;
17964
- vehicle_id: string;
17965
17964
  usage_type: string;
17966
17965
  file_type: FileType;
17967
17966
  file_url: string;
@@ -17970,15 +17969,16 @@ declare const VehicleSchema: z.ZodObject<{
17970
17969
  file_description: string;
17971
17970
  file_size: number;
17972
17971
  file_metadata: Record<string, any>;
17972
+ vehicle_id: string;
17973
17973
  }[];
17974
17974
  }, {
17975
17975
  status: Status;
17976
17976
  organisation_id: string;
17977
- vehicle_number: string;
17978
17977
  organisation_sub_company_id: string;
17979
17978
  organisation_branch_id: string;
17980
17979
  organisation_color_id: string;
17981
17980
  organisation_tag_id: string;
17981
+ vehicle_number: string;
17982
17982
  vehicle_fuel_type_id: string;
17983
17983
  vehicle_fuel_unit_id: string;
17984
17984
  vehicle_sub_model_id: string;
@@ -18009,9 +18009,9 @@ declare const VehicleSchema: z.ZodObject<{
18009
18009
  MasterVehicleFileSchema?: {
18010
18010
  status: Status;
18011
18011
  organisation_id: string;
18012
- vehicle_id: string;
18013
18012
  usage_type: string;
18014
18013
  file_type: FileType;
18014
+ vehicle_id: string;
18015
18015
  file_url?: string | undefined;
18016
18016
  file_key?: string | undefined;
18017
18017
  file_name?: string | undefined;
@@ -18049,9 +18049,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
18049
18049
  }, "strip", z.ZodTypeAny, {
18050
18050
  status: Status;
18051
18051
  organisation_id: string;
18052
- vehicle_number: string;
18053
18052
  time_zone_id: string;
18054
18053
  country_id: string;
18054
+ vehicle_number: string;
18055
18055
  odometer_reading: number;
18056
18056
  vehicle_type_id: string;
18057
18057
  vehicle_name: string;
@@ -18074,9 +18074,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
18074
18074
  }, {
18075
18075
  status: Status;
18076
18076
  organisation_id: string;
18077
- vehicle_number: string;
18078
18077
  time_zone_id: string;
18079
18078
  country_id: string;
18079
+ vehicle_number: string;
18080
18080
  vehicle_type_id: string;
18081
18081
  is_fleet_active: YesNo;
18082
18082
  is_gps_active: YesNo;
@@ -18209,9 +18209,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
18209
18209
  }>, "many">>>;
18210
18210
  }, "strip", z.ZodTypeAny, {
18211
18211
  organisation_id: string;
18212
- vehicle_id: string;
18213
18212
  time_zone_id: string;
18214
18213
  country_id: string;
18214
+ vehicle_id: string;
18215
18215
  device_id: string;
18216
18216
  fuel: YesNo;
18217
18217
  fuel_tank_type: FuelTankType;
@@ -18254,9 +18254,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
18254
18254
  }[];
18255
18255
  }, {
18256
18256
  organisation_id: string;
18257
- vehicle_id: string;
18258
18257
  time_zone_id: string;
18259
18258
  country_id: string;
18259
+ vehicle_id: string;
18260
18260
  device_id: string;
18261
18261
  device_manufacturer_id: string;
18262
18262
  device_model_id: string;
@@ -18848,8 +18848,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
18848
18848
  }, "strip", z.ZodTypeAny, {
18849
18849
  status: Status;
18850
18850
  organisation_id: string;
18851
- vehicle_id: string;
18852
18851
  time_zone_id: string;
18852
+ vehicle_id: string;
18853
18853
  document_type_id: string;
18854
18854
  vendor_id: string;
18855
18855
  document_number: string;
@@ -18881,8 +18881,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
18881
18881
  }, {
18882
18882
  status: Status;
18883
18883
  organisation_id: string;
18884
- vehicle_id: string;
18885
18884
  time_zone_id: string;
18885
+ vehicle_id: string;
18886
18886
  document_type_id: string;
18887
18887
  vendor_id: string;
18888
18888
  document_validity_status: DocumentValidityStatus;
@@ -18951,7 +18951,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18951
18951
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
18952
18952
  }, "strip", z.ZodTypeAny, {
18953
18953
  status: Status[];
18954
- vehicle_ids: string[];
18955
18954
  search: string;
18956
18955
  paging: PAGING;
18957
18956
  page_count: number;
@@ -18973,6 +18972,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18973
18972
  date_format_id: string;
18974
18973
  time_zone_id: string;
18975
18974
  organisation_ids: string[];
18975
+ vehicle_ids: string[];
18976
18976
  document_type_ids: string[];
18977
18977
  vendor_ids: string[];
18978
18978
  vehicle_document_ids: string[];
@@ -18980,7 +18980,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
18980
18980
  date_format_id: string;
18981
18981
  time_zone_id: string;
18982
18982
  status?: Status[] | undefined;
18983
- vehicle_ids?: string[] | undefined;
18984
18983
  search?: string | undefined;
18985
18984
  paging?: PAGING | undefined;
18986
18985
  page_count?: unknown;
@@ -19000,6 +18999,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
19000
18999
  }[] | undefined;
19001
19000
  include_master_data?: YesNo | undefined;
19002
19001
  organisation_ids?: string[] | undefined;
19002
+ vehicle_ids?: string[] | undefined;
19003
19003
  document_type_ids?: string[] | undefined;
19004
19004
  vendor_ids?: string[] | undefined;
19005
19005
  vehicle_document_ids?: string[] | undefined;
@@ -19063,7 +19063,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19063
19063
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
19064
19064
  }, "strip", z.ZodTypeAny, {
19065
19065
  status: Status[];
19066
- vehicle_ids: string[];
19067
19066
  search: string;
19068
19067
  paging: PAGING;
19069
19068
  page_count: number;
@@ -19085,6 +19084,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19085
19084
  date_format_id: string;
19086
19085
  time_zone_id: string;
19087
19086
  organisation_ids: string[];
19087
+ vehicle_ids: string[];
19088
19088
  expiry_type: ExpiryType[];
19089
19089
  vehicle_document_ids: string[];
19090
19090
  document_expiry_ids: string[];
@@ -19092,7 +19092,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19092
19092
  date_format_id: string;
19093
19093
  time_zone_id: string;
19094
19094
  status?: Status[] | undefined;
19095
- vehicle_ids?: string[] | undefined;
19096
19095
  search?: string | undefined;
19097
19096
  paging?: PAGING | undefined;
19098
19097
  page_count?: unknown;
@@ -19112,6 +19111,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19112
19111
  }[] | undefined;
19113
19112
  include_master_data?: YesNo | undefined;
19114
19113
  organisation_ids?: string[] | undefined;
19114
+ vehicle_ids?: string[] | undefined;
19115
19115
  expiry_type?: ExpiryType[] | undefined;
19116
19116
  vehicle_document_ids?: string[] | undefined;
19117
19117
  document_expiry_ids?: string[] | undefined;
@@ -19170,7 +19170,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
19170
19170
  gps_vehicle_category: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof GPSVehicleCategory>>>;
19171
19171
  }, "strip", z.ZodTypeAny, {
19172
19172
  status: Status[];
19173
- vehicle_ids: string[];
19174
19173
  search: string;
19175
19174
  paging: PAGING;
19176
19175
  page_count: number;
@@ -19196,6 +19195,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
19196
19195
  organisation_branch_ids: string[];
19197
19196
  organisation_color_ids: string[];
19198
19197
  organisation_tag_ids: string[];
19198
+ vehicle_ids: string[];
19199
19199
  driver_ids: string[];
19200
19200
  device_ids: string[];
19201
19201
  vehicle_fuel_type_ids: string[];
@@ -19214,7 +19214,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
19214
19214
  date_format_id: string;
19215
19215
  time_zone_id: string;
19216
19216
  status?: Status[] | undefined;
19217
- vehicle_ids?: string[] | undefined;
19218
19217
  search?: string | undefined;
19219
19218
  paging?: PAGING | undefined;
19220
19219
  page_count?: unknown;
@@ -19238,6 +19237,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
19238
19237
  organisation_branch_ids?: string[] | undefined;
19239
19238
  organisation_color_ids?: string[] | undefined;
19240
19239
  organisation_tag_ids?: string[] | undefined;
19240
+ vehicle_ids?: string[] | undefined;
19241
19241
  driver_ids?: string[] | undefined;
19242
19242
  device_ids?: string[] | undefined;
19243
19243
  vehicle_fuel_type_ids?: string[] | undefined;
@@ -19370,7 +19370,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
19370
19370
  }, "strip", z.ZodTypeAny, {
19371
19371
  status: Status[];
19372
19372
  organisation_id: string;
19373
- vehicle_id: string;
19374
19373
  search: string;
19375
19374
  paging: PAGING;
19376
19375
  page_count: number;
@@ -19391,11 +19390,12 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
19391
19390
  include_master_data: YesNo;
19392
19391
  date_format_id: string;
19393
19392
  time_zone_id: string;
19393
+ vehicle_id: string;
19394
19394
  }, {
19395
19395
  organisation_id: string;
19396
- vehicle_id: string;
19397
19396
  date_format_id: string;
19398
19397
  time_zone_id: string;
19398
+ vehicle_id: string;
19399
19399
  status?: Status[] | undefined;
19400
19400
  search?: string | undefined;
19401
19401
  paging?: PAGING | undefined;
@@ -20308,7 +20308,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20308
20308
  device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
20309
20309
  }, "strip", z.ZodTypeAny, {
20310
20310
  status: Status[];
20311
- vehicle_ids: string[];
20312
20311
  search: string;
20313
20312
  paging: PAGING;
20314
20313
  page_count: number;
@@ -20331,6 +20330,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20331
20330
  time_zone_id: string;
20332
20331
  organisation_ids: string[];
20333
20332
  country_ids: string[];
20333
+ vehicle_ids: string[];
20334
20334
  device_ids: string[];
20335
20335
  time_zone_ids: string[];
20336
20336
  device_gps_source: GPSSource[];
@@ -20343,7 +20343,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20343
20343
  date_format_id: string;
20344
20344
  time_zone_id: string;
20345
20345
  status?: Status[] | undefined;
20346
- vehicle_ids?: string[] | undefined;
20347
20346
  search?: string | undefined;
20348
20347
  paging?: PAGING | undefined;
20349
20348
  page_count?: unknown;
@@ -20364,6 +20363,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20364
20363
  include_master_data?: YesNo | undefined;
20365
20364
  organisation_ids?: string[] | undefined;
20366
20365
  country_ids?: string[] | undefined;
20366
+ vehicle_ids?: string[] | undefined;
20367
20367
  device_ids?: string[] | undefined;
20368
20368
  time_zone_ids?: string[] | undefined;
20369
20369
  device_gps_source?: GPSSource[] | undefined;
@@ -23077,12 +23077,9 @@ declare const BookMarkSchema: z.ZodObject<{
23077
23077
  sub_item_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
23078
23078
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23079
23079
  }, "strip", z.ZodTypeAny, {
23080
- status: Status;
23081
- organisation_id: string;
23082
- user_id: string;
23083
- group_name: string;
23084
23080
  module_name: string;
23085
23081
  menu_type: MenuType;
23082
+ group_name: string;
23086
23083
  group_name_language: string;
23087
23084
  group_icon: string;
23088
23085
  group_url: string;
@@ -23090,16 +23087,19 @@ declare const BookMarkSchema: z.ZodObject<{
23090
23087
  sub_item_name_language: string;
23091
23088
  sub_item_icon: string;
23092
23089
  sub_item_url: string;
23093
- }, {
23094
23090
  status: Status;
23095
23091
  organisation_id: string;
23096
23092
  user_id: string;
23097
- group_name: string;
23093
+ }, {
23098
23094
  module_name: string;
23099
23095
  menu_type: MenuType;
23096
+ group_name: string;
23100
23097
  group_name_language: string;
23101
23098
  group_icon: string;
23102
23099
  group_url: string;
23100
+ status: Status;
23101
+ organisation_id: string;
23102
+ user_id: string;
23103
23103
  sub_item_name?: string | undefined;
23104
23104
  sub_item_name_language?: string | undefined;
23105
23105
  sub_item_icon?: string | undefined;
@@ -23142,8 +23142,8 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23142
23142
  bookmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
23143
23143
  menu_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof MenuType>, "many">>>;
23144
23144
  }, "strip", z.ZodTypeAny, {
23145
+ menu_type: MenuType[];
23145
23146
  status: Status[];
23146
- user_ids: string[];
23147
23147
  search: string;
23148
23148
  paging: PAGING;
23149
23149
  page_count: number;
@@ -23165,13 +23165,13 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23165
23165
  date_format_id: string;
23166
23166
  time_zone_id: string;
23167
23167
  organisation_ids: string[];
23168
- menu_type: MenuType[];
23168
+ user_ids: string[];
23169
23169
  bookmark_ids: string[];
23170
23170
  }, {
23171
23171
  date_format_id: string;
23172
23172
  time_zone_id: string;
23173
+ menu_type?: MenuType[] | undefined;
23173
23174
  status?: Status[] | undefined;
23174
- user_ids?: string[] | undefined;
23175
23175
  search?: string | undefined;
23176
23176
  paging?: PAGING | undefined;
23177
23177
  page_count?: unknown;
@@ -23191,7 +23191,7 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23191
23191
  }[] | undefined;
23192
23192
  include_master_data?: YesNo | undefined;
23193
23193
  organisation_ids?: string[] | undefined;
23194
- menu_type?: MenuType[] | undefined;
23194
+ user_ids?: string[] | undefined;
23195
23195
  bookmark_ids?: string[] | undefined;
23196
23196
  }>;
23197
23197
  type BookMarkQueryDTO = z.infer<typeof BookMarkQuerySchema>;