vms-nest-prisma-api-document 212.0.0 → 215.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 (92) hide show
  1. package/dist/core/Enums.d.ts +5 -1
  2. package/dist/core/Enums.js +6 -0
  3. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  4. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  5. package/dist/services/account/bookmark_service.d.ts +3 -3
  6. package/dist/services/account/notification_preferences.service.d.ts +18 -18
  7. package/dist/services/account/report_preferences.service.d.ts +7 -7
  8. package/dist/services/account/ticket_service.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/master_route.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/gps/features/geofence/gps_geofence_service.d.ts +4 -4
  18. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  19. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  20. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  21. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  22. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  23. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  24. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  25. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  26. package/dist/services/main/users/auth_service.d.ts +1 -1
  27. package/dist/services/main/users/user_admin_service.d.ts +22 -22
  28. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  29. package/dist/services/main/users/user_service.d.ts +1 -1
  30. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  31. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  32. package/dist/services/main/vehicle/master_vehicle_service.js +44 -16
  33. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  37. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  38. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  39. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  40. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  41. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  42. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  43. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  44. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  45. package/dist/services/master/expense/master_fuel_company_service.d.ts +3 -3
  46. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  47. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
  50. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +3 -3
  51. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  52. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  67. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  68. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  69. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  70. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  71. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  72. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  73. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  74. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  75. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  76. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  77. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  89. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  90. package/dist/services/website/faq_service.d.ts +1 -1
  91. package/dist/{user_organisation_service-DuOC_IdW.d.ts → user_organisation_service-Dn5ij2oU.d.ts} +101 -87
  92. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, OdometerSource, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, ExpiryType, FleetSize } from './core/Enums.js';
1
+ import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, OdometerSource, FuelTankType, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, ExpiryType, FleetSize } from './core/Enums.js';
2
2
  import { FBR, SBR, BaseCommonFile, BR, AWSPresignedUrl } from './core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
@@ -21,9 +21,9 @@ declare const MasterMainIndustrySchema: z.ZodObject<{
21
21
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
22
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- description: string;
25
24
  status: Status;
26
25
  industry_name: string;
26
+ description: string;
27
27
  }, {
28
28
  status: Status;
29
29
  industry_name: string;
@@ -994,9 +994,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
994
994
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
995
995
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
996
996
  }, "strip", z.ZodTypeAny, {
997
- description: string;
998
997
  status: Status;
999
998
  organisation_id: string;
999
+ description: string;
1000
1000
  sub_company_name: string;
1001
1001
  sub_company_GSTIN: string;
1002
1002
  }, {
@@ -1124,9 +1124,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
1124
1124
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1125
1125
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1126
1126
  }, "strip", z.ZodTypeAny, {
1127
- description: string;
1128
1127
  status: Status;
1129
1128
  organisation_id: string;
1129
+ description: string;
1130
1130
  branch_name: string;
1131
1131
  branch_city: string;
1132
1132
  branch_address: string;
@@ -1254,9 +1254,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
1254
1254
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1255
1255
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1256
1256
  }, "strip", z.ZodTypeAny, {
1257
- description: string;
1258
1257
  status: Status;
1259
1258
  organisation_id: string;
1259
+ description: string;
1260
1260
  color_name: string;
1261
1261
  color_code: string;
1262
1262
  }, {
@@ -1380,9 +1380,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
1380
1380
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1381
1381
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1382
1382
  }, "strip", z.ZodTypeAny, {
1383
- description: string;
1384
1383
  status: Status;
1385
1384
  organisation_id: string;
1385
+ description: string;
1386
1386
  tag_name: string;
1387
1387
  }, {
1388
1388
  status: Status;
@@ -1780,6 +1780,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
1780
1780
  is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
1781
1781
  }, "strip", z.ZodTypeAny, {
1782
1782
  status: Status[];
1783
+ vehicle_ids: string[];
1783
1784
  search: string;
1784
1785
  paging: PAGING;
1785
1786
  page_count: number;
@@ -1808,12 +1809,12 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
1808
1809
  can_login: YesNo[];
1809
1810
  driver_type: DriverType[];
1810
1811
  is_vehicle_assigned: YesNo[];
1811
- vehicle_ids: string[];
1812
1812
  driver_ids: string[];
1813
1813
  }, {
1814
1814
  date_format_id: string;
1815
1815
  time_zone_id: string;
1816
1816
  status?: Status[] | undefined;
1817
+ vehicle_ids?: string[] | undefined;
1817
1818
  search?: string | undefined;
1818
1819
  paging?: PAGING | undefined;
1819
1820
  page_count?: unknown;
@@ -1840,7 +1841,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
1840
1841
  can_login?: YesNo[] | undefined;
1841
1842
  driver_type?: DriverType[] | undefined;
1842
1843
  is_vehicle_assigned?: YesNo[] | undefined;
1843
- vehicle_ids?: string[] | undefined;
1844
1844
  driver_ids?: string[] | undefined;
1845
1845
  }>;
1846
1846
  type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
@@ -2002,8 +2002,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
2002
2002
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2003
2003
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2004
2004
  }, "strip", z.ZodTypeAny, {
2005
- description: string;
2006
2005
  status: Status;
2006
+ description: string;
2007
2007
  device_type_name: string;
2008
2008
  device_type_code: string;
2009
2009
  device_manufacturer_id: string;
@@ -2137,8 +2137,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
2137
2137
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2138
2138
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2139
2139
  }, "strip", z.ZodTypeAny, {
2140
- description: string;
2141
2140
  status: Status;
2141
+ description: string;
2142
2142
  device_manufacturer_id: string;
2143
2143
  device_model_name: string;
2144
2144
  device_model_code: string;
@@ -2266,8 +2266,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
2266
2266
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2267
2267
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2268
2268
  }, "strip", z.ZodTypeAny, {
2269
- description: string;
2270
2269
  status: Status;
2270
+ description: string;
2271
2271
  device_manufacturer_name: string;
2272
2272
  device_manufacturer_code: string;
2273
2273
  }, {
@@ -2665,6 +2665,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2665
2665
  device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
2666
2666
  }, "strip", z.ZodTypeAny, {
2667
2667
  status: Status[];
2668
+ vehicle_ids: string[];
2668
2669
  search: string;
2669
2670
  paging: PAGING;
2670
2671
  page_count: number;
@@ -2688,7 +2689,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2688
2689
  organisation_ids: string[];
2689
2690
  country_ids: string[];
2690
2691
  time_zone_ids: string[];
2691
- vehicle_ids: string[];
2692
2692
  device_manufacturer_ids: string[];
2693
2693
  device_model_ids: string[];
2694
2694
  device_type_ids: string[];
@@ -2700,6 +2700,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2700
2700
  date_format_id: string;
2701
2701
  time_zone_id: string;
2702
2702
  status?: Status[] | undefined;
2703
+ vehicle_ids?: string[] | undefined;
2703
2704
  search?: string | undefined;
2704
2705
  paging?: PAGING | undefined;
2705
2706
  page_count?: unknown;
@@ -2721,7 +2722,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2721
2722
  organisation_ids?: string[] | undefined;
2722
2723
  country_ids?: string[] | undefined;
2723
2724
  time_zone_ids?: string[] | undefined;
2724
- vehicle_ids?: string[] | undefined;
2725
2725
  device_manufacturer_ids?: string[] | undefined;
2726
2726
  device_model_ids?: string[] | undefined;
2727
2727
  device_type_ids?: string[] | undefined;
@@ -2784,17 +2784,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
2784
2784
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2785
2785
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2786
2786
  }, "strip", z.ZodTypeAny, {
2787
- description: string;
2788
2787
  status: Status;
2789
2788
  organisation_id: string;
2790
2789
  vehicle_ids: string[];
2790
+ description: string;
2791
2791
  group_name: string;
2792
2792
  }, {
2793
2793
  status: Status;
2794
2794
  organisation_id: string;
2795
2795
  group_name: string;
2796
- description?: string | undefined;
2797
2796
  vehicle_ids?: string[] | undefined;
2797
+ description?: string | undefined;
2798
2798
  }>;
2799
2799
  type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
2800
2800
  declare const OrganisationGroupQuerySchema: z.ZodObject<{
@@ -2833,6 +2833,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
2833
2833
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2834
2834
  }, "strip", z.ZodTypeAny, {
2835
2835
  status: Status[];
2836
+ vehicle_ids: string[];
2836
2837
  search: string;
2837
2838
  paging: PAGING;
2838
2839
  page_count: number;
@@ -2854,12 +2855,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
2854
2855
  date_format_id: string;
2855
2856
  time_zone_id: string;
2856
2857
  organisation_ids: string[];
2857
- vehicle_ids: string[];
2858
2858
  organisation_group_ids: string[];
2859
2859
  }, {
2860
2860
  date_format_id: string;
2861
2861
  time_zone_id: string;
2862
2862
  status?: Status[] | undefined;
2863
+ vehicle_ids?: string[] | undefined;
2863
2864
  search?: string | undefined;
2864
2865
  paging?: PAGING | undefined;
2865
2866
  page_count?: unknown;
@@ -2879,7 +2880,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
2879
2880
  }[] | undefined;
2880
2881
  include_master_data?: YesNo | undefined;
2881
2882
  organisation_ids?: string[] | undefined;
2882
- vehicle_ids?: string[] | undefined;
2883
2883
  organisation_group_ids?: string[] | undefined;
2884
2884
  }>;
2885
2885
  type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
@@ -2917,9 +2917,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
2917
2917
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2918
2918
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2919
2919
  }, "strip", z.ZodTypeAny, {
2920
- description: string;
2921
2920
  status: Status;
2922
2921
  organisation_id: string;
2922
+ description: string;
2923
2923
  vehicle_sub_model: string;
2924
2924
  vehicle_model_id: string;
2925
2925
  vehicle_make_id: string;
@@ -3056,9 +3056,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
3056
3056
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3057
3057
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3058
3058
  }, "strip", z.ZodTypeAny, {
3059
- description: string;
3060
3059
  status: Status;
3061
3060
  organisation_id: string;
3061
+ description: string;
3062
3062
  vehicle_make_id: string;
3063
3063
  vehicle_model: string;
3064
3064
  }, {
@@ -3187,9 +3187,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
3187
3187
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3188
3188
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3189
3189
  }, "strip", z.ZodTypeAny, {
3190
- description: string;
3191
3190
  status: Status;
3192
3191
  organisation_id: string;
3192
+ description: string;
3193
3193
  vehicle_make: string;
3194
3194
  }, {
3195
3195
  status: Status;
@@ -3311,9 +3311,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
3311
3311
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3312
3312
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3313
3313
  }, "strip", z.ZodTypeAny, {
3314
- description: string;
3315
3314
  status: Status;
3316
3315
  organisation_id: string;
3316
+ description: string;
3317
3317
  status_type: string;
3318
3318
  }, {
3319
3319
  status: Status;
@@ -3435,9 +3435,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
3435
3435
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3436
3436
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3437
3437
  }, "strip", z.ZodTypeAny, {
3438
- description: string;
3439
3438
  status: Status;
3440
3439
  organisation_id: string;
3440
+ description: string;
3441
3441
  ownership_type: string;
3442
3442
  }, {
3443
3443
  status: Status;
@@ -3559,10 +3559,10 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
3559
3559
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3560
3560
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3561
3561
  }, "strip", z.ZodTypeAny, {
3562
- description: string;
3563
3562
  status: Status;
3564
3563
  organisation_id: string;
3565
3564
  vehicle_type: string;
3565
+ description: string;
3566
3566
  }, {
3567
3567
  status: Status;
3568
3568
  organisation_id: string;
@@ -3683,9 +3683,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
3683
3683
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3684
3684
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3685
3685
  }, "strip", z.ZodTypeAny, {
3686
- description: string;
3687
3686
  status: Status;
3688
3687
  organisation_id: string;
3688
+ description: string;
3689
3689
  fuel_type: string;
3690
3690
  }, {
3691
3691
  status: Status;
@@ -3807,9 +3807,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
3807
3807
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3808
3808
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3809
3809
  }, "strip", z.ZodTypeAny, {
3810
- description: string;
3811
3810
  status: Status;
3812
3811
  organisation_id: string;
3812
+ description: string;
3813
3813
  associated_to: string;
3814
3814
  }, {
3815
3815
  status: Status;
@@ -3936,9 +3936,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
3936
3936
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3937
3937
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3938
3938
  }, "strip", z.ZodTypeAny, {
3939
- description: string;
3940
3939
  status: Status;
3941
3940
  organisation_id: string;
3941
+ description: string;
3942
3942
  fuel_unit: string;
3943
3943
  }, {
3944
3944
  status: Status;
@@ -4059,9 +4059,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
4059
4059
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4060
4060
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4061
4061
  }, "strip", z.ZodTypeAny, {
4062
- description: string;
4063
4062
  status: Status;
4064
4063
  organisation_id: string;
4064
+ description: string;
4065
4065
  document_type: string;
4066
4066
  }, {
4067
4067
  status: Status;
@@ -4168,8 +4168,8 @@ interface MasterVehicle extends Record<string, unknown> {
4168
4168
  engine_number?: string;
4169
4169
  chassis_number?: string;
4170
4170
  vehicle_make_year?: number;
4171
- db_instance: String;
4172
- db_group: String;
4171
+ db_instance: string;
4172
+ db_group: string;
4173
4173
  is_fleet_active: YesNo;
4174
4174
  is_gps_active: YesNo;
4175
4175
  is_trip_active: YesNo;
@@ -4258,6 +4258,7 @@ interface MasterVehicle extends Record<string, unknown> {
4258
4258
  secondary_vehicle_fuel_unit_id?: string;
4259
4259
  SecondaryMasterVehicleFuelUnit?: MasterVehicleFuelUnit;
4260
4260
  secondary_fuel_unit?: string;
4261
+ fuel_tank_type?: FuelTankType;
4261
4262
  fuel_tank_size?: number;
4262
4263
  fuel_tank_1_size?: number;
4263
4264
  fuel_tank_2_size?: number;
@@ -4331,6 +4332,7 @@ interface VehicleDetailGPS extends Record<string, unknown> {
4331
4332
  duel_temperature?: YesNo;
4332
4333
  fuel?: YesNo;
4333
4334
  fuel_bluetooth?: YesNo;
4335
+ fuel_tank_type?: FuelTankType;
4334
4336
  fuel_tank_size?: number;
4335
4337
  fuel_tank_1_size?: number;
4336
4338
  fuel_tank_2_size?: number;
@@ -4633,22 +4635,22 @@ interface VehicleDocument extends Record<string, unknown> {
4633
4635
  vehicle_document_id: string;
4634
4636
  sub_vehicle_document_id: number;
4635
4637
  vehicle_document_code?: string;
4636
- document_number?: String;
4637
- document_authorized_name?: String;
4638
+ document_number?: string;
4639
+ document_authorized_name?: string;
4638
4640
  document_cost?: number;
4639
- document_issue_date?: String;
4640
- document_issue_date_f?: String;
4641
- document_valid_till_date?: String;
4642
- document_valid_till_date_f?: String;
4643
- document_renewal_date?: String;
4644
- document_renewal_date_f?: String;
4641
+ document_issue_date?: string;
4642
+ document_issue_date_f?: string;
4643
+ document_valid_till_date?: string;
4644
+ document_valid_till_date_f?: string;
4645
+ document_renewal_date?: string;
4646
+ document_renewal_date_f?: string;
4645
4647
  document_validity_status: DocumentValidityStatus;
4646
4648
  document_status: DocumentStatus;
4647
- document_details_1?: String;
4648
- document_details_2?: String;
4649
- document_details_3?: String;
4650
- document_details_4?: String;
4651
- document_notes?: String;
4649
+ document_details_1?: string;
4650
+ document_details_2?: string;
4651
+ document_details_3?: string;
4652
+ document_details_4?: string;
4653
+ document_notes?: string;
4652
4654
  status: Status;
4653
4655
  added_date_time: string;
4654
4656
  modified_date_time: string;
@@ -4658,11 +4660,11 @@ interface VehicleDocument extends Record<string, unknown> {
4658
4660
  MasterVehicle?: MasterVehicle;
4659
4661
  vehicle_number?: string;
4660
4662
  vehicle_type?: string;
4661
- document_type_id: String;
4663
+ document_type_id: string;
4662
4664
  MasterVehicleDocumentType?: MasterVehicleDocumentType;
4663
- document_type?: String;
4664
- vendor_id?: String;
4665
- vendor_name?: String;
4665
+ document_type?: string;
4666
+ vendor_id?: string;
4667
+ vendor_name?: string;
4666
4668
  _count?: object;
4667
4669
  }
4668
4670
  interface VehicleDocumentFile extends BaseCommonFile {
@@ -4719,6 +4721,7 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
4719
4721
  }, "strip", z.ZodTypeAny, {
4720
4722
  status: Status;
4721
4723
  organisation_id: string;
4724
+ vehicle_id: string;
4722
4725
  usage_type: string;
4723
4726
  file_type: FileType;
4724
4727
  file_url: string;
@@ -4727,13 +4730,12 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
4727
4730
  file_description: string;
4728
4731
  file_size: number;
4729
4732
  file_metadata: Record<string, any>;
4730
- vehicle_id: string;
4731
4733
  }, {
4732
4734
  status: Status;
4733
4735
  organisation_id: string;
4736
+ vehicle_id: string;
4734
4737
  usage_type: string;
4735
4738
  file_type: FileType;
4736
- vehicle_id: string;
4737
4739
  file_url?: string | undefined;
4738
4740
  file_key?: string | undefined;
4739
4741
  file_name?: string | undefined;
@@ -4770,6 +4772,7 @@ declare const VehicleSchema: z.ZodObject<{
4770
4772
  vehicle_fuel_unit_id: z.ZodEffects<z.ZodString, string, string>;
4771
4773
  secondary_vehicle_fuel_type_id: z.ZodEffects<z.ZodString, string, string>;
4772
4774
  secondary_vehicle_fuel_unit_id: z.ZodEffects<z.ZodString, string, string>;
4775
+ fuel_tank_type: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof FuelTankType>>>;
4773
4776
  fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4774
4777
  fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4775
4778
  fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
@@ -4792,6 +4795,7 @@ declare const VehicleSchema: z.ZodObject<{
4792
4795
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4793
4796
  status: Status;
4794
4797
  organisation_id: string;
4798
+ vehicle_id: string;
4795
4799
  usage_type: string;
4796
4800
  file_type: FileType;
4797
4801
  file_url: string;
@@ -4800,13 +4804,12 @@ declare const VehicleSchema: z.ZodObject<{
4800
4804
  file_description: string;
4801
4805
  file_size: number;
4802
4806
  file_metadata: Record<string, any>;
4803
- vehicle_id: string;
4804
4807
  }, {
4805
4808
  status: Status;
4806
4809
  organisation_id: string;
4810
+ vehicle_id: string;
4807
4811
  usage_type: string;
4808
4812
  file_type: FileType;
4809
- vehicle_id: string;
4810
4813
  file_url?: string | undefined;
4811
4814
  file_key?: string | undefined;
4812
4815
  file_name?: string | undefined;
@@ -4817,6 +4820,7 @@ declare const VehicleSchema: z.ZodObject<{
4817
4820
  }, "strip", z.ZodTypeAny, {
4818
4821
  status: Status;
4819
4822
  organisation_id: string;
4823
+ vehicle_number: string;
4820
4824
  organisation_sub_company_id: string;
4821
4825
  organisation_branch_id: string;
4822
4826
  organisation_color_id: string;
@@ -4831,7 +4835,6 @@ declare const VehicleSchema: z.ZodObject<{
4831
4835
  vehicle_fuel_type_id: string;
4832
4836
  vehicle_associated_to_id: string;
4833
4837
  vehicle_fuel_unit_id: string;
4834
- vehicle_number: string;
4835
4838
  vehicle_name: string;
4836
4839
  engine_number: string;
4837
4840
  chassis_number: string;
@@ -4842,6 +4845,7 @@ declare const VehicleSchema: z.ZodObject<{
4842
4845
  odometer_reading: number;
4843
4846
  secondary_vehicle_fuel_type_id: string;
4844
4847
  secondary_vehicle_fuel_unit_id: string;
4848
+ fuel_tank_type: FuelTankType;
4845
4849
  fuel_tank_size: number;
4846
4850
  fuel_tank_1_size: number;
4847
4851
  fuel_tank_2_size: number;
@@ -4851,6 +4855,7 @@ declare const VehicleSchema: z.ZodObject<{
4851
4855
  MasterVehicleFileSchema: {
4852
4856
  status: Status;
4853
4857
  organisation_id: string;
4858
+ vehicle_id: string;
4854
4859
  usage_type: string;
4855
4860
  file_type: FileType;
4856
4861
  file_url: string;
@@ -4859,11 +4864,11 @@ declare const VehicleSchema: z.ZodObject<{
4859
4864
  file_description: string;
4860
4865
  file_size: number;
4861
4866
  file_metadata: Record<string, any>;
4862
- vehicle_id: string;
4863
4867
  }[];
4864
4868
  }, {
4865
4869
  status: Status;
4866
4870
  organisation_id: string;
4871
+ vehicle_number: string;
4867
4872
  organisation_sub_company_id: string;
4868
4873
  organisation_branch_id: string;
4869
4874
  organisation_color_id: string;
@@ -4877,7 +4882,6 @@ declare const VehicleSchema: z.ZodObject<{
4877
4882
  vehicle_fuel_type_id: string;
4878
4883
  vehicle_associated_to_id: string;
4879
4884
  vehicle_fuel_unit_id: string;
4880
- vehicle_number: string;
4881
4885
  is_fleet_active: YesNo;
4882
4886
  is_gps_active: YesNo;
4883
4887
  is_trip_active: YesNo;
@@ -4889,6 +4893,7 @@ declare const VehicleSchema: z.ZodObject<{
4889
4893
  chassis_number?: string | undefined;
4890
4894
  vehicle_make_year?: unknown;
4891
4895
  odometer_reading?: unknown;
4896
+ fuel_tank_type?: FuelTankType | undefined;
4892
4897
  fuel_tank_size?: unknown;
4893
4898
  fuel_tank_1_size?: unknown;
4894
4899
  fuel_tank_2_size?: unknown;
@@ -4898,9 +4903,9 @@ declare const VehicleSchema: z.ZodObject<{
4898
4903
  MasterVehicleFileSchema?: {
4899
4904
  status: Status;
4900
4905
  organisation_id: string;
4906
+ vehicle_id: string;
4901
4907
  usage_type: string;
4902
4908
  file_type: FileType;
4903
- vehicle_id: string;
4904
4909
  file_url?: string | undefined;
4905
4910
  file_key?: string | undefined;
4906
4911
  file_name?: string | undefined;
@@ -4928,6 +4933,7 @@ declare const VehicleBulkSchema: z.ZodObject<{
4928
4933
  device_type_id: z.ZodEffects<z.ZodString, string, string>;
4929
4934
  country_id: z.ZodEffects<z.ZodString, string, string>;
4930
4935
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4936
+ fuel_tank_type: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof FuelTankType>>>;
4931
4937
  fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4932
4938
  fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4933
4939
  fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
@@ -4937,13 +4943,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
4937
4943
  }, "strip", z.ZodTypeAny, {
4938
4944
  status: Status;
4939
4945
  organisation_id: string;
4946
+ vehicle_number: string;
4940
4947
  time_zone_id: string;
4941
4948
  country_id: string;
4942
4949
  device_type_id: string;
4943
4950
  device_manufacturer_id: string;
4944
4951
  device_model_id: string;
4945
4952
  vehicle_type_id: string;
4946
- vehicle_number: string;
4947
4953
  vehicle_name: string;
4948
4954
  engine_number: string;
4949
4955
  chassis_number: string;
@@ -4952,6 +4958,7 @@ declare const VehicleBulkSchema: z.ZodObject<{
4952
4958
  is_gps_active: YesNo;
4953
4959
  is_trip_active: YesNo;
4954
4960
  odometer_reading: number;
4961
+ fuel_tank_type: FuelTankType;
4955
4962
  fuel_tank_size: number;
4956
4963
  fuel_tank_1_size: number;
4957
4964
  fuel_tank_2_size: number;
@@ -4961,13 +4968,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
4961
4968
  }, {
4962
4969
  status: Status;
4963
4970
  organisation_id: string;
4971
+ vehicle_number: string;
4964
4972
  time_zone_id: string;
4965
4973
  country_id: string;
4966
4974
  device_type_id: string;
4967
4975
  device_manufacturer_id: string;
4968
4976
  device_model_id: string;
4969
4977
  vehicle_type_id: string;
4970
- vehicle_number: string;
4971
4978
  is_fleet_active: YesNo;
4972
4979
  is_gps_active: YesNo;
4973
4980
  is_trip_active: YesNo;
@@ -4976,6 +4983,7 @@ declare const VehicleBulkSchema: z.ZodObject<{
4976
4983
  chassis_number?: string | undefined;
4977
4984
  vehicle_make_year?: unknown;
4978
4985
  odometer_reading?: unknown;
4986
+ fuel_tank_type?: FuelTankType | undefined;
4979
4987
  fuel_tank_size?: unknown;
4980
4988
  fuel_tank_1_size?: unknown;
4981
4989
  fuel_tank_2_size?: unknown;
@@ -5036,6 +5044,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5036
5044
  duel_temperature: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5037
5045
  fuel: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5038
5046
  fuel_bluetooth: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5047
+ fuel_tank_type: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof FuelTankType>>>;
5039
5048
  fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5040
5049
  fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5041
5050
  fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
@@ -5090,13 +5099,14 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5090
5099
  }>, "many">>>;
5091
5100
  }, "strip", z.ZodTypeAny, {
5092
5101
  organisation_id: string;
5102
+ vehicle_id: string;
5093
5103
  time_zone_id: string;
5094
5104
  country_id: string;
5095
- vehicle_id: string;
5096
5105
  device_id: string;
5097
5106
  device_type_id: string;
5098
5107
  device_manufacturer_id: string;
5099
5108
  device_model_id: string;
5109
+ fuel_tank_type: FuelTankType;
5100
5110
  fuel_tank_size: number;
5101
5111
  fuel_tank_1_size: number;
5102
5112
  fuel_tank_2_size: number;
@@ -5130,13 +5140,14 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5130
5140
  }[];
5131
5141
  }, {
5132
5142
  organisation_id: string;
5143
+ vehicle_id: string;
5133
5144
  time_zone_id: string;
5134
5145
  country_id: string;
5135
- vehicle_id: string;
5136
5146
  device_id: string;
5137
5147
  device_type_id: string;
5138
5148
  device_manufacturer_id: string;
5139
5149
  device_model_id: string;
5150
+ fuel_tank_type?: FuelTankType | undefined;
5140
5151
  fuel_tank_size?: unknown;
5141
5152
  fuel_tank_1_size?: unknown;
5142
5153
  fuel_tank_2_size?: unknown;
@@ -5190,12 +5201,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
5190
5201
  driver_id: z.ZodEffects<z.ZodString, string, string>;
5191
5202
  }, "strip", z.ZodTypeAny, {
5192
5203
  organisation_id: string;
5193
- driver_id: string;
5194
5204
  vehicle_id: string;
5205
+ driver_id: string;
5195
5206
  }, {
5196
5207
  organisation_id: string;
5197
- driver_id: string;
5198
5208
  vehicle_id: string;
5209
+ driver_id: string;
5199
5210
  }>;
5200
5211
  type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
5201
5212
  declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
@@ -5203,6 +5214,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5203
5214
  duel_temperature: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5204
5215
  fuel: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5205
5216
  fuel_bluetooth: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5217
+ fuel_tank_type: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof FuelTankType>>>;
5206
5218
  fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5207
5219
  fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5208
5220
  fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
@@ -5218,6 +5230,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5218
5230
  camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5219
5231
  fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5220
5232
  }, "strip", z.ZodTypeAny, {
5233
+ fuel_tank_type: FuelTankType;
5221
5234
  fuel_tank_size: number;
5222
5235
  fuel_tank_1_size: number;
5223
5236
  fuel_tank_2_size: number;
@@ -5237,6 +5250,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5237
5250
  camera_extra_count: number;
5238
5251
  fuel_mapping: Record<string, any>;
5239
5252
  }, {
5253
+ fuel_tank_type?: FuelTankType | undefined;
5240
5254
  fuel_tank_size?: unknown;
5241
5255
  fuel_tank_1_size?: unknown;
5242
5256
  fuel_tank_2_size?: unknown;
@@ -5807,6 +5821,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5807
5821
  vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5808
5822
  }, "strip", z.ZodTypeAny, {
5809
5823
  status: Status[];
5824
+ vehicle_ids: string[];
5810
5825
  search: string;
5811
5826
  paging: PAGING;
5812
5827
  page_count: number;
@@ -5828,7 +5843,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5828
5843
  date_format_id: string;
5829
5844
  time_zone_id: string;
5830
5845
  organisation_ids: string[];
5831
- vehicle_ids: string[];
5832
5846
  document_type_ids: string[];
5833
5847
  vendor_ids: string[];
5834
5848
  vehicle_document_ids: string[];
@@ -5836,6 +5850,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5836
5850
  date_format_id: string;
5837
5851
  time_zone_id: string;
5838
5852
  status?: Status[] | undefined;
5853
+ vehicle_ids?: string[] | undefined;
5839
5854
  search?: string | undefined;
5840
5855
  paging?: PAGING | undefined;
5841
5856
  page_count?: unknown;
@@ -5855,7 +5870,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5855
5870
  }[] | undefined;
5856
5871
  include_master_data?: YesNo | undefined;
5857
5872
  organisation_ids?: string[] | undefined;
5858
- vehicle_ids?: string[] | undefined;
5859
5873
  document_type_ids?: string[] | undefined;
5860
5874
  vendor_ids?: string[] | undefined;
5861
5875
  vehicle_document_ids?: string[] | undefined;
@@ -5919,6 +5933,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5919
5933
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
5920
5934
  }, "strip", z.ZodTypeAny, {
5921
5935
  status: Status[];
5936
+ vehicle_ids: string[];
5922
5937
  search: string;
5923
5938
  paging: PAGING;
5924
5939
  page_count: number;
@@ -5940,7 +5955,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5940
5955
  date_format_id: string;
5941
5956
  time_zone_id: string;
5942
5957
  organisation_ids: string[];
5943
- vehicle_ids: string[];
5944
5958
  expiry_type: ExpiryType[];
5945
5959
  vehicle_document_ids: string[];
5946
5960
  document_expiry_ids: string[];
@@ -5948,6 +5962,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5948
5962
  date_format_id: string;
5949
5963
  time_zone_id: string;
5950
5964
  status?: Status[] | undefined;
5965
+ vehicle_ids?: string[] | undefined;
5951
5966
  search?: string | undefined;
5952
5967
  paging?: PAGING | undefined;
5953
5968
  page_count?: unknown;
@@ -5967,7 +5982,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5967
5982
  }[] | undefined;
5968
5983
  include_master_data?: YesNo | undefined;
5969
5984
  organisation_ids?: string[] | undefined;
5970
- vehicle_ids?: string[] | undefined;
5971
5985
  expiry_type?: ExpiryType[] | undefined;
5972
5986
  vehicle_document_ids?: string[] | undefined;
5973
5987
  document_expiry_ids?: string[] | undefined;
@@ -6025,6 +6039,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
6025
6039
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6026
6040
  }, "strip", z.ZodTypeAny, {
6027
6041
  status: Status[];
6042
+ vehicle_ids: string[];
6028
6043
  search: string;
6029
6044
  paging: PAGING;
6030
6045
  page_count: number;
@@ -6050,7 +6065,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
6050
6065
  organisation_branch_ids: string[];
6051
6066
  organisation_color_ids: string[];
6052
6067
  organisation_tag_ids: string[];
6053
- vehicle_ids: string[];
6054
6068
  driver_ids: string[];
6055
6069
  device_ids: string[];
6056
6070
  vehicle_make_ids: string[];
@@ -6068,6 +6082,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
6068
6082
  date_format_id: string;
6069
6083
  time_zone_id: string;
6070
6084
  status?: Status[] | undefined;
6085
+ vehicle_ids?: string[] | undefined;
6071
6086
  search?: string | undefined;
6072
6087
  paging?: PAGING | undefined;
6073
6088
  page_count?: unknown;
@@ -6091,7 +6106,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
6091
6106
  organisation_branch_ids?: string[] | undefined;
6092
6107
  organisation_color_ids?: string[] | undefined;
6093
6108
  organisation_tag_ids?: string[] | undefined;
6094
- vehicle_ids?: string[] | undefined;
6095
6109
  driver_ids?: string[] | undefined;
6096
6110
  device_ids?: string[] | undefined;
6097
6111
  vehicle_make_ids?: string[] | undefined;
@@ -6223,6 +6237,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
6223
6237
  }, "strip", z.ZodTypeAny, {
6224
6238
  status: Status[];
6225
6239
  organisation_id: string;
6240
+ vehicle_id: string;
6226
6241
  search: string;
6227
6242
  paging: PAGING;
6228
6243
  page_count: number;
@@ -6243,12 +6258,11 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
6243
6258
  include_master_data: YesNo;
6244
6259
  date_format_id: string;
6245
6260
  time_zone_id: string;
6246
- vehicle_id: string;
6247
6261
  }, {
6248
6262
  organisation_id: string;
6263
+ vehicle_id: string;
6249
6264
  date_format_id: string;
6250
6265
  time_zone_id: string;
6251
- vehicle_id: string;
6252
6266
  status?: Status[] | undefined;
6253
6267
  search?: string | undefined;
6254
6268
  paging?: PAGING | undefined;
@@ -6301,20 +6315,20 @@ declare const linkDeviceToVehicle: (payload: VehicleDeviceLinkDTO) => Promise<SB
6301
6315
  declare const unlinkDeviceFromVehicle: (payload: VehicleDeviceUnlinkDTO) => Promise<SBR>;
6302
6316
  declare const getDeviceLinkHistoryByVehicle: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
6303
6317
  declare const getDeviceLinkHistoryByDevice: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
6304
- declare const createDocument: (payload: VehicleDocumentDTO) => Promise<SBR>;
6305
- declare const findDocument: (payload: VehicleDocumentQueryDTO) => Promise<SBR>;
6306
- declare const updateDocument: (id: string, payload: VehicleDocumentDTO) => Promise<SBR>;
6307
- declare const removeDocument: (id: string) => Promise<SBR>;
6318
+ declare const createVehicleDocument: (payload: VehicleDocumentDTO) => Promise<SBR>;
6319
+ declare const findVehicleDocument: (payload: VehicleDocumentQueryDTO) => Promise<FBR<VehicleDocument>>;
6320
+ declare const updateVehicleDocument: (id: string, payload: VehicleDocumentDTO) => Promise<SBR>;
6321
+ declare const removeVehicleDocument: (id: string) => Promise<SBR>;
6308
6322
  declare const createFileVehicle: (payload: MasterVehicleFileDTO) => Promise<SBR>;
6309
6323
  declare const removeFileVehicle: (id: string) => Promise<SBR>;
6310
6324
  declare const createFileDevice: (payload: MasterDeviceFileDTO) => Promise<SBR>;
6311
6325
  declare const removeFileDevice: (id: string) => Promise<SBR>;
6312
6326
  declare const createFileVehicleDocument: (payload: MasterVehicleDocumentFileDTO) => Promise<SBR>;
6313
6327
  declare const removeFileVehicleDocument: (id: string) => Promise<SBR>;
6314
- declare const createDocumentExpiry: (payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6315
- declare const findDocumentExpiry: (payload: VehicleDocumentExpiryQueryDTO) => Promise<SBR>;
6316
- declare const updateDocumentExpiry: (id: string, payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6317
- declare const removeDocumentExpiry: (id: string) => Promise<SBR>;
6328
+ declare const createVehicleDocumentExpiry: (payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6329
+ declare const findVehicleDocumentExpiry: (payload: VehicleDocumentExpiryQueryDTO) => Promise<FBR<VehicleDocumentExpiry[]>>;
6330
+ declare const updateVehicleDocumentExpiry: (id: string, payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6331
+ declare const removeVehicleDocumentExpiry: (id: string) => Promise<SBR>;
6318
6332
  declare const getVehicleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6319
6333
  declare const getVehicleSimpleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6320
6334
  declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
@@ -6341,9 +6355,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
6341
6355
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6342
6356
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6343
6357
  }, "strip", z.ZodTypeAny, {
6344
- description: string;
6345
6358
  status: Status;
6346
6359
  organisation_id: string;
6360
+ description: string;
6347
6361
  user_role: string;
6348
6362
  }, {
6349
6363
  status: Status;
@@ -6464,9 +6478,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
6464
6478
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6465
6479
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6466
6480
  }, "strip", z.ZodTypeAny, {
6467
- description: string;
6468
6481
  status: Status;
6469
6482
  organisation_id: string;
6483
+ description: string;
6470
6484
  user_status: string;
6471
6485
  }, {
6472
6486
  status: Status;
@@ -6775,13 +6789,14 @@ declare const UserSchema: z.ZodObject<{
6775
6789
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
6776
6790
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6777
6791
  }, "strip", z.ZodTypeAny, {
6792
+ all_vehicles: YesNo;
6778
6793
  status: Status;
6779
6794
  organisation_id: string;
6795
+ vehicle_ids: string[];
6780
6796
  date_format_id: string;
6781
6797
  time_zone_id: string;
6782
6798
  password: string;
6783
6799
  can_login: YesNo;
6784
- vehicle_ids: string[];
6785
6800
  user_role_id: string;
6786
6801
  user_status_id: string;
6787
6802
  language_id: string;
@@ -6791,11 +6806,11 @@ declare const UserSchema: z.ZodObject<{
6791
6806
  username: string;
6792
6807
  mobile: string;
6793
6808
  is_root_user: YesNo;
6794
- all_vehicles: YesNo;
6795
6809
  user_image_url: string;
6796
6810
  user_image_key: string;
6797
6811
  user_image_name: string;
6798
6812
  }, {
6813
+ all_vehicles: YesNo;
6799
6814
  status: Status;
6800
6815
  organisation_id: string;
6801
6816
  date_format_id: string;
@@ -6807,9 +6822,8 @@ declare const UserSchema: z.ZodObject<{
6807
6822
  first_name: string;
6808
6823
  email: string;
6809
6824
  is_root_user: YesNo;
6810
- all_vehicles: YesNo;
6811
- password?: string | undefined;
6812
6825
  vehicle_ids?: string[] | undefined;
6826
+ password?: string | undefined;
6813
6827
  last_name?: string | undefined;
6814
6828
  username?: string | undefined;
6815
6829
  mobile?: string | undefined;
@@ -6860,7 +6874,9 @@ declare const UserQuerySchema: z.ZodObject<{
6860
6874
  is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
6861
6875
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
6862
6876
  }, "strip", z.ZodTypeAny, {
6877
+ all_vehicles: YesNo[];
6863
6878
  status: Status[];
6879
+ user_ids: string[];
6864
6880
  search: string;
6865
6881
  paging: PAGING;
6866
6882
  page_count: number;
@@ -6882,7 +6898,6 @@ declare const UserQuerySchema: z.ZodObject<{
6882
6898
  date_format_id: string;
6883
6899
  time_zone_id: string;
6884
6900
  organisation_ids: string[];
6885
- user_ids: string[];
6886
6901
  time_zone_ids: string[];
6887
6902
  date_format_ids: string[];
6888
6903
  can_login: YesNo[];
@@ -6890,11 +6905,12 @@ declare const UserQuerySchema: z.ZodObject<{
6890
6905
  user_status_ids: string[];
6891
6906
  language_ids: string[];
6892
6907
  is_root_user: YesNo[];
6893
- all_vehicles: YesNo[];
6894
6908
  }, {
6895
6909
  date_format_id: string;
6896
6910
  time_zone_id: string;
6911
+ all_vehicles?: YesNo[] | undefined;
6897
6912
  status?: Status[] | undefined;
6913
+ user_ids?: string[] | undefined;
6898
6914
  search?: string | undefined;
6899
6915
  paging?: PAGING | undefined;
6900
6916
  page_count?: unknown;
@@ -6914,7 +6930,6 @@ declare const UserQuerySchema: z.ZodObject<{
6914
6930
  }[] | undefined;
6915
6931
  include_master_data?: YesNo | undefined;
6916
6932
  organisation_ids?: string[] | undefined;
6917
- user_ids?: string[] | undefined;
6918
6933
  time_zone_ids?: string[] | undefined;
6919
6934
  date_format_ids?: string[] | undefined;
6920
6935
  can_login?: YesNo[] | undefined;
@@ -6922,7 +6937,6 @@ declare const UserQuerySchema: z.ZodObject<{
6922
6937
  user_status_ids?: string[] | undefined;
6923
6938
  language_ids?: string[] | undefined;
6924
6939
  is_root_user?: YesNo[] | undefined;
6925
- all_vehicles?: YesNo[] | undefined;
6926
6940
  }>;
6927
6941
  type UserQueryDTO = z.infer<typeof UserQuerySchema>;
6928
6942
  declare const UserLogoSchema: z.ZodObject<{
@@ -7363,4 +7377,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
7363
7377
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
7364
7378
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
7365
7379
 
7366
- export { findMasterMainStates as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCacheAll as S, getMasterMainTimeZoneCache as T, type UserOrganisation as U, MasterMainStateSchema as V, type MasterMainStateDTO as W, MasterMainStateQuerySchema as X, type MasterMainStateQueryDTO as Y, toMasterMainStatePayload as Z, newMasterMainStatePayload as _, type User as a, getOrganisationSubCompanyCache as a$, createMasterMainState as a0, updateMasterMainState as a1, deleteMasterMainState as a2, getMasterMainStateCache as a3, MasterMainCountrySchema as a4, type MasterMainCountryDTO as a5, MasterMainCountryQuerySchema as a6, type MasterMainCountryQueryDTO as a7, toMasterMainCountryPayload as a8, newMasterMainCountryPayload as a9, createMasterMainUnitMileage as aA, updateMasterMainUnitMileage as aB, deleteMasterMainUnitMileage as aC, getMasterMainUnitMileageCache as aD, type MasterMainUnitVolume as aE, MasterMainUnitVolumeSchema as aF, type MasterMainUnitVolumeDTO as aG, MasterMainUnitVolumeQuerySchema as aH, type MasterMainUnitVolumeQueryDTO as aI, toMasterMainUnitVolumePayload as aJ, newMasterMainUnitVolumePayload as aK, findMasterMainUnitVolumes as aL, createMasterMainUnitVolume as aM, updateMasterMainUnitVolume as aN, deleteMasterMainUnitVolume as aO, getMasterMainUnitVolumeCache as aP, type OrganisationSubCompany as aQ, OrganisationSubCompanySchema as aR, type OrganisationSubCompanyDTO as aS, OrganisationSubCompanyQuerySchema as aT, type OrganisationSubCompanyQueryDTO as aU, toOrganisationSubCompanyPayload as aV, newOrganisationSubCompanyPayload as aW, findOrganisationSubCompanyies as aX, createOrganisationSubCompany as aY, updateOrganisationSubCompany as aZ, deleteOrganisationSubCompany as a_, findMasterMainCountries as aa, createMasterMainCountry as ab, updateMasterMainCountry as ac, deleteMasterMainCountry as ad, getMasterMainCountryCache as ae, getMasterMainCountryCacheChild as af, type MasterMainDateFormat as ag, MasterMainDateFormatSchema as ah, type MasterMainDateFormatDTO as ai, MasterMainDateFormatQuerySchema as aj, type MasterMainDateFormatQueryDTO as ak, toMasterMainDateFormatPayload as al, newMasterMainDateFormatPayload as am, findMasterMainDateFormats as an, createMasterMainDateFormat as ao, updateMasterMainDateFormat as ap, deleteMasterMainDateFormat as aq, getMasterMainDateFormatCache as ar, type MasterMainUnitMileage as as, MasterMainUnitMileageSchema as at, type MasterMainUnitMileageDTO as au, MasterMainUnitMileageQuerySchema as av, type MasterMainUnitMileageQueryDTO as aw, toMasterMainUnitMileagePayload as ax, newMasterMainUnitMileagePayload as ay, findMasterMainUnitMileages as az, type MasterDriver as b, updateMasterDriverLogo as b$, getOrganisationSubCompanyCacheCount as b0, getOrganisationSubCompanyCacheChild as b1, OrganisationBranchSchema as b2, type OrganisationBranchDTO as b3, OrganisationBranchQuerySchema as b4, type OrganisationBranchQueryDTO as b5, toOrganisationBranchPayload as b6, newOrganisationBranchPayload as b7, findOrganisationBranchs as b8, createOrganisationBranch as b9, findOrganisationTags as bA, createOrganisationTag as bB, updateOrganisationTag as bC, deleteOrganisationTag as bD, getOrganisationTagCache as bE, getOrganisationTagCacheCount as bF, getOrganisationTagCacheChild as bG, type MasterDriverFile as bH, type AssignRemoveDriverHistory as bI, type DriverLoginPush as bJ, MasterDriverFileSchema as bK, type MasterDriverFileDTO as bL, MasterDriverSchema as bM, type MasterDriverDTO as bN, MasterDriverQuerySchema as bO, type MasterDriverQueryDTO as bP, MasterDriverLogoSchema as bQ, type MasterDriverLogoDTO as bR, MasterDriverProfileSchema as bS, type MasterDriverProfileDTO as bT, toDriverPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, deleteMasterDriver as b_, updateOrganisationBranch as ba, deleteOrganisationBranch as bb, getOrganisationBranchCache as bc, getOrganisationBranchCacheCount as bd, getOrganisationBranchCacheChild as be, type OrganisationColor as bf, OrganisationColorSchema as bg, type OrganisationColorDTO as bh, OrganisationColorQuerySchema as bi, type OrganisationColorQueryDTO as bj, toOrganisationColorPayload as bk, newOrganisationColorPayload as bl, findOrganisationColors as bm, createOrganisationColor as bn, updateOrganisationColor as bo, deleteOrganisationColor as bp, getOrganisationColorCache as bq, getOrganisationColorCacheCount as br, getOrganisationColorCacheChild as bs, type OrganisationTag as bt, OrganisationTagSchema as bu, type OrganisationTagDTO as bv, OrganisationTagQuerySchema as bw, type OrganisationTagQueryDTO as bx, toOrganisationTagPayload as by, newOrganisationTagPayload as bz, type MasterDevice as c, MasterDeviceSchema as c$, deleteMasterDriverLogo as c0, updateMasterDriverProfile as c1, getMasterDriverCache as c2, getMasterDriverCacheSimple as c3, get_master_driver_presigned_url as c4, get_master_driver_presigned_url_file as c5, create_file as c6, remove_file as c7, type MasterDeviceType as c8, MasterDeviceTypeSchema as c9, type MasterDeviceManufacturer as cA, MasterDeviceManufacturerSchema as cB, type MasterDeviceManufacturerDTO as cC, MasterDeviceManufacturerQuerySchema as cD, type MasterDeviceManufacturerQueryDTO as cE, toMasterDeviceManufacturerPayload as cF, newMasterDeviceManufacturerPayload as cG, findMasterDeviceManufacturers as cH, createMasterDeviceManufacturer as cI, updateMasterDeviceManufacturer as cJ, deleteMasterDeviceManufacturer as cK, getMasterDeviceManufacturerCache as cL, getMasterDeviceManufacturerCacheCount as cM, getMasterDeviceManufacturerCacheChild as cN, type MasterSim as cO, type AssignRemoveSimHistory as cP, MasterSimSchema as cQ, type MasterSimDTO as cR, MasterSimQuerySchema as cS, type MasterSimQueryDTO as cT, toMasterSimPayload as cU, newMasterSimPayload as cV, findMasterSims as cW, createMasterSim as cX, updateMasterSim as cY, deleteMasterSim as cZ, type AssignRemoveDeviceHistory as c_, type MasterDeviceTypeDTO as ca, MasterDeviceTypeQuerySchema as cb, type MasterDeviceTypeQueryDTO as cc, toMasterDeviceTypePayload as cd, newMasterDeviceTypePayload as ce, findMasterDeviceTypes as cf, createMasterDeviceType as cg, updateMasterDeviceType as ch, deleteMasterDeviceType as ci, getMasterDeviceTypeCache as cj, getMasterDeviceTypeCacheCount as ck, getMasterDeviceTypeCacheChild as cl, type MasterDeviceModel as cm, MasterDeviceModelSchema as cn, type MasterDeviceModelDTO as co, MasterDeviceModelQuerySchema as cp, type MasterDeviceModelQueryDTO as cq, toMasterDeviceModelPayload as cr, newMasterDeviceModelPayload as cs, findMasterDeviceModels as ct, createMasterDeviceModel as cu, updateMasterDeviceModel as cv, deleteMasterDeviceModel as cw, getMasterDeviceModelCache as cx, getMasterDeviceModelCacheCount as cy, getMasterDeviceModelCacheChild as cz, type MasterVehicleFuelType as d, type MasterVehicleMakeQueryDTO as d$, type MasterDeviceDTO as d0, MasterDeviceQuerySchema as d1, type MasterDeviceQueryDTO as d2, DeviceSimLinkSchema as d3, type DeviceSimLinkDTO as d4, toMasterDevicePayload as d5, newMasterDevicePayload as d6, findMasterDevices as d7, createMasterDevice as d8, updateMasterDevice as d9, toMasterVehicleSubModelPayload as dA, newMasterVehicleSubModelPayload as dB, findMasterVehicleSubModels as dC, createMasterVehicleSubModel as dD, updateMasterVehicleSubModel as dE, deleteMasterVehicleSubModel as dF, getMasterVehicleSubModelCache as dG, getMasterVehicleSubModelCacheCount as dH, getMasterVehicleSubModelCacheChild as dI, type MasterVehicleModel as dJ, MasterVehicleModelSchema as dK, type MasterVehicleModelDTO as dL, MasterVehicleModelQuerySchema as dM, type MasterVehicleModelQueryDTO as dN, toMasterVehicleModelPayload as dO, newMasterVehicleModelPayload as dP, findMasterVehicleModels as dQ, createMasterVehicleModel as dR, updateMasterVehicleModel as dS, deleteMasterVehicleModel as dT, getMasterVehicleModelCache as dU, getMasterVehicleModelCacheCount as dV, getMasterVehicleModelCacheChild as dW, type MasterVehicleMake as dX, MasterVehicleMakeSchema as dY, type MasterVehicleMakeDTO as dZ, MasterVehicleMakeQuerySchema as d_, deleteMasterDevice as da, device_sim_link as db, device_sim_unlink as dc, get_device_sim_link_history_by_sim as dd, get_device_sim_link_history_by_device as de, type OrganisationGroup as df, type VehicleOrganisationGroupLink as dg, OrganisationGroupSchema as dh, type OrganisationGroupDTO as di, OrganisationGroupQuerySchema as dj, type OrganisationGroupQueryDTO as dk, toOrganisationGroupPayload as dl, newOrganisationGroupPayload as dm, findOrganisationGroups as dn, createOrganisationGroup as dp, updateOrganisationGroup as dq, deleteOrganisationGroup as dr, getOrganisationGroupCache as ds, getOrganisationGroupCacheCount as dt, getOrganisationGroupCacheChild as du, type MasterVehicleSubModel as dv, MasterVehicleSubModelSchema as dw, type MasterVehicleSubModelDTO as dx, MasterVehicleSubModelQuerySchema as dy, type MasterVehicleSubModelQueryDTO as dz, type MasterVehicleFuelUnit as e, getMasterVehicleFuelTypeCacheChild as e$, toMasterVehicleMakePayload as e0, newMasterVehicleMakePayload as e1, findMasterVehicleMakes as e2, createMasterVehicleMake as e3, updateMasterVehicleMake as e4, deleteMasterVehicleMake as e5, getMasterVehicleMakeCache as e6, getMasterVehicleMakeCacheCount as e7, getMasterVehicleMakeCacheChild as e8, type MasterVehicleStatusType as e9, getMasterVehicleOwnershipTypeCacheChild as eA, type MasterVehicleType as eB, MasterVehicleTypeSchema as eC, type MasterVehicleTypeDTO as eD, MasterVehicleTypeQuerySchema as eE, type MasterVehicleTypeQueryDTO as eF, toMasterVehicleTypePayload as eG, newMasterVehicleTypePayload as eH, findMasterVehicleTypes as eI, createMasterVehicleType as eJ, updateMasterVehicleType as eK, deleteMasterVehicleType as eL, getMasterVehicleTypeCache as eM, getMasterVehicleTypeCacheCount as eN, getMasterVehicleTypeCacheChild as eO, MasterVehicleFuelTypeSchema as eP, type MasterVehicleFuelTypeDTO as eQ, MasterVehicleFuelTypeQuerySchema as eR, type MasterVehicleFuelTypeQueryDTO as eS, toMasterVehicleFuelTypePayload as eT, newMasterVehicleFuelTypePayload as eU, findMasterVehicleFuelTypes as eV, createMasterVehicleFuelType as eW, updateMasterVehicleFuelType as eX, deleteMasterVehicleFuelType as eY, getMasterVehicleFuelTypeCache as eZ, getMasterVehicleFuelTypeCacheCount as e_, MasterVehicleStatusTypeSchema as ea, type MasterVehicleStatusTypeDTO as eb, MasterVehicleStatusTypeQuerySchema as ec, type MasterVehicleStatusTypeQueryDTO as ed, toMasterVehicleStatusTypePayload as ee, newMasterVehicleStatusTypePayload as ef, findMasterVehicleStatusTypes as eg, createMasterVehicleStatusType as eh, updateMasterVehicleStatusType as ei, deleteMasterVehicleStatusType as ej, getMasterVehicleStatusTypeCache as ek, getMasterVehicleStatusTypeCacheCount as el, getMasterVehicleStatusTypeCacheChild as em, type MasterVehicleOwnershipType as en, MasterVehicleOwnershipTypeSchema as eo, type MasterVehicleOwnershipTypeDTO as ep, MasterVehicleOwnershipTypeQuerySchema as eq, type MasterVehicleOwnershipTypeQueryDTO as er, toMasterVehicleOwnershipTypePayload as es, newMasterVehicleOwnershipTypePayload as et, findMasterVehicleOwnershipTypes as eu, createMasterVehicleOwnershipType as ev, updateMasterVehicleOwnershipType as ew, deleteMasterVehicleOwnershipType as ex, getMasterVehicleOwnershipTypeCache as ey, getMasterVehicleOwnershipTypeCacheCount as ez, type MasterMainCountry as f, type VehicleDriverLinkDTO as f$, type MasterVehicleAssociatedTo as f0, MasterVehicleAssociatedToSchema as f1, type MasterVehicleAssociatedToDTO as f2, MasterVehicleAssociatedToQuerySchema as f3, type MasterVehicleAssociatedToQueryDTO as f4, toMasterVehicleAssociatedToPayload as f5, newMasterVehicleAssociatedToPayload as f6, findMasterVehicleAssociatedTos as f7, createMasterVehicleAssociatedTo as f8, updateMasterVehicleAssociatedTo as f9, updateMasterVehicleDocumentType as fA, deleteMasterVehicleDocumentType as fB, getMasterVehicleDocumentTypeCache as fC, type MasterVehicleDropdown as fD, type MasterVehicleFile as fE, type VehicleDetailGPS as fF, type VehicleDetailTrip as fG, type VehicleDetailBody as fH, type VehicleDetailLifeCycle as fI, type VehicleDetailPurchase as fJ, type VehicleDocument as fK, type VehicleDocumentFile as fL, type VehicleDocumentExpiry as fM, type VehicleOdometerHistory as fN, MasterVehicleFileSchema as fO, type MasterVehicleFileDTO as fP, VehicleSchema as fQ, type VehicleDTO as fR, VehicleBulkSchema as fS, type VehicleBulkDTO as fT, MasterDeviceFileSchema as fU, type MasterDeviceFileDTO as fV, VehicleDeviceLinkSchema as fW, type VehicleDeviceLinkDTO as fX, VehicleDeviceUnlinkSchema as fY, type VehicleDeviceUnlinkDTO as fZ, VehicleDriverLinkSchema as f_, deleteMasterVehicleAssociatedTo as fa, getMasterVehicleAssociatedToCache as fb, getMasterVehicleAssociatedToCacheCount as fc, getMasterVehicleAssociatedToCacheChild as fd, MasterVehicleFuelUnitSchema as fe, type MasterVehicleFuelUnitDTO as ff, MasterVehicleFuelUnitQuerySchema as fg, type MasterVehicleFuelUnitQueryDTO as fh, toMasterVehicleFuelUnitPayload as fi, newMasterVehicleFuelUnitPayload as fj, findMasterVehicleFuelUnits as fk, createMasterVehicleFuelUnit as fl, updateMasterVehicleFuelUnit as fm, deleteMasterVehicleFuelUnit as fn, getMasterVehicleFuelUnitCache as fo, getMasterVehicleFuelUnitCacheCount as fp, getMasterVehicleFuelUnitCacheChild as fq, type MasterVehicleDocumentType as fr, MasterVehicleDocumentTypeSchema as fs, type MasterVehicleDocumentTypeDTO as ft, MasterVehicleDocumentTypeQuerySchema as fu, type MasterVehicleDocumentTypeQueryDTO as fv, toMasterVehicleDocumentTypePayload as fw, newMasterVehicleDocumentTypePayload as fx, findMasterVehicleDocumentTypes as fy, createMasterVehicleDocumentType as fz, type MasterMainState as g, createFileDevice as g$, VehicleDetailGPSSensorSchema as g0, type VehicleDetailGPSSensorDTO as g1, VehicleDetailTripSchema as g2, type VehicleDetailTripDTO as g3, VehicleDetailBodySchema as g4, type VehicleDetailBodyDTO as g5, VehicleDetailLifeCycleSchema as g6, type VehicleDetailLifeCycleDto as g7, VehicleDetailPurchaseSchema as g8, type VehicleDetailPurchaseDTO as g9, get_device_file_presigned_url as gA, get_vehicle_document_file_presigned_url as gB, findVehicles as gC, findVehiclesLiveDashboard as gD, findVehicleGPSDetails as gE, createVehicle as gF, updateVehicle as gG, deleteVehicle as gH, updateDetailsGpsSensor as gI, updateDetailsTrip as gJ, updateVehicleBodyDetails as gK, updateVehicleLifeCycleDetails as gL, updateVehiclePurchaseDetails as gM, linkDriverToVehicle as gN, unlinkDriverFromVehicle as gO, getDriverLinkHistoryByVehicle as gP, getDriverLinkHistoryByDriver as gQ, linkDeviceToVehicle as gR, unlinkDeviceFromVehicle as gS, getDeviceLinkHistoryByVehicle as gT, getDeviceLinkHistoryByDevice as gU, createDocument as gV, findDocument as gW, updateDocument as gX, removeDocument as gY, createFileVehicle as gZ, removeFileVehicle as g_, MasterVehicleDocumentFileSchema as ga, type MasterVehicleDocumentFileDTO as gb, VehicleDocumentSchema as gc, type VehicleDocumentDTO as gd, VehicleDocumentQuerySchema as ge, type VehicleDocumentQueryDTO as gf, VehicleDocumentExpirySchema as gg, type VehicleDocumentExpiryDTO as gh, VehicleDocumentExpiryQuerySchema as gi, type VehicleDocumentExpiryQueryDTO as gj, VehicleQuerySchema as gk, type VehicleQueryDTO as gl, SimpleFindQuerySchema as gm, type SimpleFindQueryDTO as gn, VehicleGPSQuerySchema as go, type VehicleGPSQueryDTO as gp, toVehiclePayload as gq, newVehiclePayload as gr, toVehicleDetailsGPSPayload as gs, toVehicleDetailsTripPayload as gt, toVehicleDetailsBodyPayload as gu, toVehicleDetailLifeCyclePayload as gv, toVehicleDetailPurchasePayload as gw, toVehicleDocumentExpiryPayload as gx, newVehicleDocumentExpiryPayload as gy, get_vehicle_file_presigned_url as gz, type MasterMainIndustry as h, type UserDefaultTimeZoneDTO as h$, removeFileDevice as h0, createFileVehicleDocument as h1, removeFileVehicleDocument as h2, createDocumentExpiry as h3, findDocumentExpiry as h4, updateDocumentExpiry as h5, removeDocumentExpiry as h6, getVehicleCache as h7, getVehicleSimpleCache as h8, getVehicleParentCache as h9, getMasterUserStatusCache as hA, getMasterUserStatusCacheCount as hB, type MasterMainLanguage as hC, MasterMainLanguageSchema as hD, type MasterMainLanguageDTO as hE, MasterMainLanguageQuerySchema as hF, type MasterMainLanguageQueryDTO as hG, toMasterMainLanguagePayload as hH, newMasterMainLanguagePayload as hI, findMasterMainLanguages as hJ, createMasterMainLanguage as hK, updateMasterMainLanguage as hL, deleteMasterMainLanguage as hM, getMasterMainLanguageCache as hN, type UserVehicleLink as hO, type UserLoginPush as hP, UserSchema as hQ, type UserDTO as hR, UserQuerySchema as hS, type UserQueryDTO as hT, UserLogoSchema as hU, type UserLogoDTO as hV, UserProfileSchema as hW, type UserProfileDTO as hX, UserDefaultLanguageSchema as hY, type UserDefaultLanguageDTO as hZ, UserDefaultTimeZoneSchema as h_, getVehicleSimpleDropdownCustom as ha, getVehicleSimpleDropdownCacheLiveData as hb, type MasterUserRole as hc, MasterUserRoleSchema as hd, type MasterUserRoleDTO as he, MasterUserRoleQuerySchema as hf, type MasterUserRoleQueryDTO as hg, toMasterUserRolePayload as hh, newMasterUserRolePayload as hi, findMasterUserRoles as hj, createMasterUserRole as hk, updateMasterUserRole as hl, deleteMasterUserRole as hm, getMasterUserRoleCache as hn, getMasterUserRoleCacheCount as ho, type MasterUserStatus as hp, MasterUserStatusSchema as hq, type MasterUserStatusDTO as hr, MasterUserStatusQuerySchema as hs, type MasterUserStatusQueryDTO as ht, toMasterUserStatusPayload as hu, newMasterUserStatusPayload as hv, findMasterUserStatuses as hw, createMasterUserStatus as hx, updateMasterUserStatus as hy, deleteMasterUserStatus as hz, MasterMainIndustrySchema as i, UserDefaultDateFormatSchema as i0, type UserDefaultDateFormatDTO as i1, newUserPayload as i2, toUserPayload as i3, toUserProfilePayload as i4, findUser as i5, createUser as i6, updateUser as i7, deleteUser as i8, updateUserLogo as i9, getUserOrganisationCache as iA, getUserOrganisationCacheSimple as iB, deleteUserLogo as ia, updateUserProfile as ib, getUserCache as ic, getUserCacheSimple as id, get_user_presigned_url as ie, updateUserDefaultLanguage as ig, updateUserDefaultTimezone as ih, updateUserDefaultDateformat as ii, type UserOrganisationSimple as ij, UserOrganisationSchema as ik, type UserOrganisationDTO as il, UserOrganisationQuerySchema as im, type UserOrganisationQueryDTO as io, UserOrganisationLogoSchema as ip, type UserOrganisationLogoDTO as iq, toUserOrganisationPayload as ir, newUserOrganisationPayload as is, findUserOrganisation as it, createUserOrganisation as iu, updateUserOrganisation as iv, deleteUserOrganisation as iw, updateUserOrganisationLogo as ix, deleteUserOrganisationLogo as iy, get_user_organisation_presigned_url as iz, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
7380
+ export { findMasterMainStates as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCacheAll as S, getMasterMainTimeZoneCache as T, type UserOrganisation as U, MasterMainStateSchema as V, type MasterMainStateDTO as W, MasterMainStateQuerySchema as X, type MasterMainStateQueryDTO as Y, toMasterMainStatePayload as Z, newMasterMainStatePayload as _, type User as a, getOrganisationSubCompanyCache as a$, createMasterMainState as a0, updateMasterMainState as a1, deleteMasterMainState as a2, getMasterMainStateCache as a3, MasterMainCountrySchema as a4, type MasterMainCountryDTO as a5, MasterMainCountryQuerySchema as a6, type MasterMainCountryQueryDTO as a7, toMasterMainCountryPayload as a8, newMasterMainCountryPayload as a9, createMasterMainUnitMileage as aA, updateMasterMainUnitMileage as aB, deleteMasterMainUnitMileage as aC, getMasterMainUnitMileageCache as aD, type MasterMainUnitVolume as aE, MasterMainUnitVolumeSchema as aF, type MasterMainUnitVolumeDTO as aG, MasterMainUnitVolumeQuerySchema as aH, type MasterMainUnitVolumeQueryDTO as aI, toMasterMainUnitVolumePayload as aJ, newMasterMainUnitVolumePayload as aK, findMasterMainUnitVolumes as aL, createMasterMainUnitVolume as aM, updateMasterMainUnitVolume as aN, deleteMasterMainUnitVolume as aO, getMasterMainUnitVolumeCache as aP, type OrganisationSubCompany as aQ, OrganisationSubCompanySchema as aR, type OrganisationSubCompanyDTO as aS, OrganisationSubCompanyQuerySchema as aT, type OrganisationSubCompanyQueryDTO as aU, toOrganisationSubCompanyPayload as aV, newOrganisationSubCompanyPayload as aW, findOrganisationSubCompanyies as aX, createOrganisationSubCompany as aY, updateOrganisationSubCompany as aZ, deleteOrganisationSubCompany as a_, findMasterMainCountries as aa, createMasterMainCountry as ab, updateMasterMainCountry as ac, deleteMasterMainCountry as ad, getMasterMainCountryCache as ae, getMasterMainCountryCacheChild as af, type MasterMainDateFormat as ag, MasterMainDateFormatSchema as ah, type MasterMainDateFormatDTO as ai, MasterMainDateFormatQuerySchema as aj, type MasterMainDateFormatQueryDTO as ak, toMasterMainDateFormatPayload as al, newMasterMainDateFormatPayload as am, findMasterMainDateFormats as an, createMasterMainDateFormat as ao, updateMasterMainDateFormat as ap, deleteMasterMainDateFormat as aq, getMasterMainDateFormatCache as ar, type MasterMainUnitMileage as as, MasterMainUnitMileageSchema as at, type MasterMainUnitMileageDTO as au, MasterMainUnitMileageQuerySchema as av, type MasterMainUnitMileageQueryDTO as aw, toMasterMainUnitMileagePayload as ax, newMasterMainUnitMileagePayload as ay, findMasterMainUnitMileages as az, type MasterDriver as b, updateMasterDriverLogo as b$, getOrganisationSubCompanyCacheCount as b0, getOrganisationSubCompanyCacheChild as b1, OrganisationBranchSchema as b2, type OrganisationBranchDTO as b3, OrganisationBranchQuerySchema as b4, type OrganisationBranchQueryDTO as b5, toOrganisationBranchPayload as b6, newOrganisationBranchPayload as b7, findOrganisationBranchs as b8, createOrganisationBranch as b9, findOrganisationTags as bA, createOrganisationTag as bB, updateOrganisationTag as bC, deleteOrganisationTag as bD, getOrganisationTagCache as bE, getOrganisationTagCacheCount as bF, getOrganisationTagCacheChild as bG, type MasterDriverFile as bH, type AssignRemoveDriverHistory as bI, type DriverLoginPush as bJ, MasterDriverFileSchema as bK, type MasterDriverFileDTO as bL, MasterDriverSchema as bM, type MasterDriverDTO as bN, MasterDriverQuerySchema as bO, type MasterDriverQueryDTO as bP, MasterDriverLogoSchema as bQ, type MasterDriverLogoDTO as bR, MasterDriverProfileSchema as bS, type MasterDriverProfileDTO as bT, toDriverPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, deleteMasterDriver as b_, updateOrganisationBranch as ba, deleteOrganisationBranch as bb, getOrganisationBranchCache as bc, getOrganisationBranchCacheCount as bd, getOrganisationBranchCacheChild as be, type OrganisationColor as bf, OrganisationColorSchema as bg, type OrganisationColorDTO as bh, OrganisationColorQuerySchema as bi, type OrganisationColorQueryDTO as bj, toOrganisationColorPayload as bk, newOrganisationColorPayload as bl, findOrganisationColors as bm, createOrganisationColor as bn, updateOrganisationColor as bo, deleteOrganisationColor as bp, getOrganisationColorCache as bq, getOrganisationColorCacheCount as br, getOrganisationColorCacheChild as bs, type OrganisationTag as bt, OrganisationTagSchema as bu, type OrganisationTagDTO as bv, OrganisationTagQuerySchema as bw, type OrganisationTagQueryDTO as bx, toOrganisationTagPayload as by, newOrganisationTagPayload as bz, type MasterDevice as c, MasterDeviceSchema as c$, deleteMasterDriverLogo as c0, updateMasterDriverProfile as c1, getMasterDriverCache as c2, getMasterDriverCacheSimple as c3, get_master_driver_presigned_url as c4, get_master_driver_presigned_url_file as c5, create_file as c6, remove_file as c7, type MasterDeviceType as c8, MasterDeviceTypeSchema as c9, type MasterDeviceManufacturer as cA, MasterDeviceManufacturerSchema as cB, type MasterDeviceManufacturerDTO as cC, MasterDeviceManufacturerQuerySchema as cD, type MasterDeviceManufacturerQueryDTO as cE, toMasterDeviceManufacturerPayload as cF, newMasterDeviceManufacturerPayload as cG, findMasterDeviceManufacturers as cH, createMasterDeviceManufacturer as cI, updateMasterDeviceManufacturer as cJ, deleteMasterDeviceManufacturer as cK, getMasterDeviceManufacturerCache as cL, getMasterDeviceManufacturerCacheCount as cM, getMasterDeviceManufacturerCacheChild as cN, type MasterSim as cO, type AssignRemoveSimHistory as cP, MasterSimSchema as cQ, type MasterSimDTO as cR, MasterSimQuerySchema as cS, type MasterSimQueryDTO as cT, toMasterSimPayload as cU, newMasterSimPayload as cV, findMasterSims as cW, createMasterSim as cX, updateMasterSim as cY, deleteMasterSim as cZ, type AssignRemoveDeviceHistory as c_, type MasterDeviceTypeDTO as ca, MasterDeviceTypeQuerySchema as cb, type MasterDeviceTypeQueryDTO as cc, toMasterDeviceTypePayload as cd, newMasterDeviceTypePayload as ce, findMasterDeviceTypes as cf, createMasterDeviceType as cg, updateMasterDeviceType as ch, deleteMasterDeviceType as ci, getMasterDeviceTypeCache as cj, getMasterDeviceTypeCacheCount as ck, getMasterDeviceTypeCacheChild as cl, type MasterDeviceModel as cm, MasterDeviceModelSchema as cn, type MasterDeviceModelDTO as co, MasterDeviceModelQuerySchema as cp, type MasterDeviceModelQueryDTO as cq, toMasterDeviceModelPayload as cr, newMasterDeviceModelPayload as cs, findMasterDeviceModels as ct, createMasterDeviceModel as cu, updateMasterDeviceModel as cv, deleteMasterDeviceModel as cw, getMasterDeviceModelCache as cx, getMasterDeviceModelCacheCount as cy, getMasterDeviceModelCacheChild as cz, type MasterVehicleFuelType as d, type MasterVehicleMakeQueryDTO as d$, type MasterDeviceDTO as d0, MasterDeviceQuerySchema as d1, type MasterDeviceQueryDTO as d2, DeviceSimLinkSchema as d3, type DeviceSimLinkDTO as d4, toMasterDevicePayload as d5, newMasterDevicePayload as d6, findMasterDevices as d7, createMasterDevice as d8, updateMasterDevice as d9, toMasterVehicleSubModelPayload as dA, newMasterVehicleSubModelPayload as dB, findMasterVehicleSubModels as dC, createMasterVehicleSubModel as dD, updateMasterVehicleSubModel as dE, deleteMasterVehicleSubModel as dF, getMasterVehicleSubModelCache as dG, getMasterVehicleSubModelCacheCount as dH, getMasterVehicleSubModelCacheChild as dI, type MasterVehicleModel as dJ, MasterVehicleModelSchema as dK, type MasterVehicleModelDTO as dL, MasterVehicleModelQuerySchema as dM, type MasterVehicleModelQueryDTO as dN, toMasterVehicleModelPayload as dO, newMasterVehicleModelPayload as dP, findMasterVehicleModels as dQ, createMasterVehicleModel as dR, updateMasterVehicleModel as dS, deleteMasterVehicleModel as dT, getMasterVehicleModelCache as dU, getMasterVehicleModelCacheCount as dV, getMasterVehicleModelCacheChild as dW, type MasterVehicleMake as dX, MasterVehicleMakeSchema as dY, type MasterVehicleMakeDTO as dZ, MasterVehicleMakeQuerySchema as d_, deleteMasterDevice as da, device_sim_link as db, device_sim_unlink as dc, get_device_sim_link_history_by_sim as dd, get_device_sim_link_history_by_device as de, type OrganisationGroup as df, type VehicleOrganisationGroupLink as dg, OrganisationGroupSchema as dh, type OrganisationGroupDTO as di, OrganisationGroupQuerySchema as dj, type OrganisationGroupQueryDTO as dk, toOrganisationGroupPayload as dl, newOrganisationGroupPayload as dm, findOrganisationGroups as dn, createOrganisationGroup as dp, updateOrganisationGroup as dq, deleteOrganisationGroup as dr, getOrganisationGroupCache as ds, getOrganisationGroupCacheCount as dt, getOrganisationGroupCacheChild as du, type MasterVehicleSubModel as dv, MasterVehicleSubModelSchema as dw, type MasterVehicleSubModelDTO as dx, MasterVehicleSubModelQuerySchema as dy, type MasterVehicleSubModelQueryDTO as dz, type MasterVehicleFuelUnit as e, getMasterVehicleFuelTypeCacheChild as e$, toMasterVehicleMakePayload as e0, newMasterVehicleMakePayload as e1, findMasterVehicleMakes as e2, createMasterVehicleMake as e3, updateMasterVehicleMake as e4, deleteMasterVehicleMake as e5, getMasterVehicleMakeCache as e6, getMasterVehicleMakeCacheCount as e7, getMasterVehicleMakeCacheChild as e8, type MasterVehicleStatusType as e9, getMasterVehicleOwnershipTypeCacheChild as eA, type MasterVehicleType as eB, MasterVehicleTypeSchema as eC, type MasterVehicleTypeDTO as eD, MasterVehicleTypeQuerySchema as eE, type MasterVehicleTypeQueryDTO as eF, toMasterVehicleTypePayload as eG, newMasterVehicleTypePayload as eH, findMasterVehicleTypes as eI, createMasterVehicleType as eJ, updateMasterVehicleType as eK, deleteMasterVehicleType as eL, getMasterVehicleTypeCache as eM, getMasterVehicleTypeCacheCount as eN, getMasterVehicleTypeCacheChild as eO, MasterVehicleFuelTypeSchema as eP, type MasterVehicleFuelTypeDTO as eQ, MasterVehicleFuelTypeQuerySchema as eR, type MasterVehicleFuelTypeQueryDTO as eS, toMasterVehicleFuelTypePayload as eT, newMasterVehicleFuelTypePayload as eU, findMasterVehicleFuelTypes as eV, createMasterVehicleFuelType as eW, updateMasterVehicleFuelType as eX, deleteMasterVehicleFuelType as eY, getMasterVehicleFuelTypeCache as eZ, getMasterVehicleFuelTypeCacheCount as e_, MasterVehicleStatusTypeSchema as ea, type MasterVehicleStatusTypeDTO as eb, MasterVehicleStatusTypeQuerySchema as ec, type MasterVehicleStatusTypeQueryDTO as ed, toMasterVehicleStatusTypePayload as ee, newMasterVehicleStatusTypePayload as ef, findMasterVehicleStatusTypes as eg, createMasterVehicleStatusType as eh, updateMasterVehicleStatusType as ei, deleteMasterVehicleStatusType as ej, getMasterVehicleStatusTypeCache as ek, getMasterVehicleStatusTypeCacheCount as el, getMasterVehicleStatusTypeCacheChild as em, type MasterVehicleOwnershipType as en, MasterVehicleOwnershipTypeSchema as eo, type MasterVehicleOwnershipTypeDTO as ep, MasterVehicleOwnershipTypeQuerySchema as eq, type MasterVehicleOwnershipTypeQueryDTO as er, toMasterVehicleOwnershipTypePayload as es, newMasterVehicleOwnershipTypePayload as et, findMasterVehicleOwnershipTypes as eu, createMasterVehicleOwnershipType as ev, updateMasterVehicleOwnershipType as ew, deleteMasterVehicleOwnershipType as ex, getMasterVehicleOwnershipTypeCache as ey, getMasterVehicleOwnershipTypeCacheCount as ez, type MasterMainCountry as f, type VehicleDriverLinkDTO as f$, type MasterVehicleAssociatedTo as f0, MasterVehicleAssociatedToSchema as f1, type MasterVehicleAssociatedToDTO as f2, MasterVehicleAssociatedToQuerySchema as f3, type MasterVehicleAssociatedToQueryDTO as f4, toMasterVehicleAssociatedToPayload as f5, newMasterVehicleAssociatedToPayload as f6, findMasterVehicleAssociatedTos as f7, createMasterVehicleAssociatedTo as f8, updateMasterVehicleAssociatedTo as f9, updateMasterVehicleDocumentType as fA, deleteMasterVehicleDocumentType as fB, getMasterVehicleDocumentTypeCache as fC, type MasterVehicleDropdown as fD, type MasterVehicleFile as fE, type VehicleDetailGPS as fF, type VehicleDetailTrip as fG, type VehicleDetailBody as fH, type VehicleDetailLifeCycle as fI, type VehicleDetailPurchase as fJ, type VehicleDocument as fK, type VehicleDocumentFile as fL, type VehicleDocumentExpiry as fM, type VehicleOdometerHistory as fN, MasterVehicleFileSchema as fO, type MasterVehicleFileDTO as fP, VehicleSchema as fQ, type VehicleDTO as fR, VehicleBulkSchema as fS, type VehicleBulkDTO as fT, MasterDeviceFileSchema as fU, type MasterDeviceFileDTO as fV, VehicleDeviceLinkSchema as fW, type VehicleDeviceLinkDTO as fX, VehicleDeviceUnlinkSchema as fY, type VehicleDeviceUnlinkDTO as fZ, VehicleDriverLinkSchema as f_, deleteMasterVehicleAssociatedTo as fa, getMasterVehicleAssociatedToCache as fb, getMasterVehicleAssociatedToCacheCount as fc, getMasterVehicleAssociatedToCacheChild as fd, MasterVehicleFuelUnitSchema as fe, type MasterVehicleFuelUnitDTO as ff, MasterVehicleFuelUnitQuerySchema as fg, type MasterVehicleFuelUnitQueryDTO as fh, toMasterVehicleFuelUnitPayload as fi, newMasterVehicleFuelUnitPayload as fj, findMasterVehicleFuelUnits as fk, createMasterVehicleFuelUnit as fl, updateMasterVehicleFuelUnit as fm, deleteMasterVehicleFuelUnit as fn, getMasterVehicleFuelUnitCache as fo, getMasterVehicleFuelUnitCacheCount as fp, getMasterVehicleFuelUnitCacheChild as fq, type MasterVehicleDocumentType as fr, MasterVehicleDocumentTypeSchema as fs, type MasterVehicleDocumentTypeDTO as ft, MasterVehicleDocumentTypeQuerySchema as fu, type MasterVehicleDocumentTypeQueryDTO as fv, toMasterVehicleDocumentTypePayload as fw, newMasterVehicleDocumentTypePayload as fx, findMasterVehicleDocumentTypes as fy, createMasterVehicleDocumentType as fz, type MasterMainState as g, createFileDevice as g$, VehicleDetailGPSSensorSchema as g0, type VehicleDetailGPSSensorDTO as g1, VehicleDetailTripSchema as g2, type VehicleDetailTripDTO as g3, VehicleDetailBodySchema as g4, type VehicleDetailBodyDTO as g5, VehicleDetailLifeCycleSchema as g6, type VehicleDetailLifeCycleDto as g7, VehicleDetailPurchaseSchema as g8, type VehicleDetailPurchaseDTO as g9, get_device_file_presigned_url as gA, get_vehicle_document_file_presigned_url as gB, findVehicles as gC, findVehiclesLiveDashboard as gD, findVehicleGPSDetails as gE, createVehicle as gF, updateVehicle as gG, deleteVehicle as gH, updateDetailsGpsSensor as gI, updateDetailsTrip as gJ, updateVehicleBodyDetails as gK, updateVehicleLifeCycleDetails as gL, updateVehiclePurchaseDetails as gM, linkDriverToVehicle as gN, unlinkDriverFromVehicle as gO, getDriverLinkHistoryByVehicle as gP, getDriverLinkHistoryByDriver as gQ, linkDeviceToVehicle as gR, unlinkDeviceFromVehicle as gS, getDeviceLinkHistoryByVehicle as gT, getDeviceLinkHistoryByDevice as gU, createVehicleDocument as gV, findVehicleDocument as gW, updateVehicleDocument as gX, removeVehicleDocument as gY, createFileVehicle as gZ, removeFileVehicle as g_, MasterVehicleDocumentFileSchema as ga, type MasterVehicleDocumentFileDTO as gb, VehicleDocumentSchema as gc, type VehicleDocumentDTO as gd, VehicleDocumentQuerySchema as ge, type VehicleDocumentQueryDTO as gf, VehicleDocumentExpirySchema as gg, type VehicleDocumentExpiryDTO as gh, VehicleDocumentExpiryQuerySchema as gi, type VehicleDocumentExpiryQueryDTO as gj, VehicleQuerySchema as gk, type VehicleQueryDTO as gl, SimpleFindQuerySchema as gm, type SimpleFindQueryDTO as gn, VehicleGPSQuerySchema as go, type VehicleGPSQueryDTO as gp, toVehiclePayload as gq, newVehiclePayload as gr, toVehicleDetailsGPSPayload as gs, toVehicleDetailsTripPayload as gt, toVehicleDetailsBodyPayload as gu, toVehicleDetailLifeCyclePayload as gv, toVehicleDetailPurchasePayload as gw, toVehicleDocumentExpiryPayload as gx, newVehicleDocumentExpiryPayload as gy, get_vehicle_file_presigned_url as gz, type MasterMainIndustry as h, type UserDefaultTimeZoneDTO as h$, removeFileDevice as h0, createFileVehicleDocument as h1, removeFileVehicleDocument as h2, createVehicleDocumentExpiry as h3, findVehicleDocumentExpiry as h4, updateVehicleDocumentExpiry as h5, removeVehicleDocumentExpiry as h6, getVehicleCache as h7, getVehicleSimpleCache as h8, getVehicleParentCache as h9, getMasterUserStatusCache as hA, getMasterUserStatusCacheCount as hB, type MasterMainLanguage as hC, MasterMainLanguageSchema as hD, type MasterMainLanguageDTO as hE, MasterMainLanguageQuerySchema as hF, type MasterMainLanguageQueryDTO as hG, toMasterMainLanguagePayload as hH, newMasterMainLanguagePayload as hI, findMasterMainLanguages as hJ, createMasterMainLanguage as hK, updateMasterMainLanguage as hL, deleteMasterMainLanguage as hM, getMasterMainLanguageCache as hN, type UserVehicleLink as hO, type UserLoginPush as hP, UserSchema as hQ, type UserDTO as hR, UserQuerySchema as hS, type UserQueryDTO as hT, UserLogoSchema as hU, type UserLogoDTO as hV, UserProfileSchema as hW, type UserProfileDTO as hX, UserDefaultLanguageSchema as hY, type UserDefaultLanguageDTO as hZ, UserDefaultTimeZoneSchema as h_, getVehicleSimpleDropdownCustom as ha, getVehicleSimpleDropdownCacheLiveData as hb, type MasterUserRole as hc, MasterUserRoleSchema as hd, type MasterUserRoleDTO as he, MasterUserRoleQuerySchema as hf, type MasterUserRoleQueryDTO as hg, toMasterUserRolePayload as hh, newMasterUserRolePayload as hi, findMasterUserRoles as hj, createMasterUserRole as hk, updateMasterUserRole as hl, deleteMasterUserRole as hm, getMasterUserRoleCache as hn, getMasterUserRoleCacheCount as ho, type MasterUserStatus as hp, MasterUserStatusSchema as hq, type MasterUserStatusDTO as hr, MasterUserStatusQuerySchema as hs, type MasterUserStatusQueryDTO as ht, toMasterUserStatusPayload as hu, newMasterUserStatusPayload as hv, findMasterUserStatuses as hw, createMasterUserStatus as hx, updateMasterUserStatus as hy, deleteMasterUserStatus as hz, MasterMainIndustrySchema as i, UserDefaultDateFormatSchema as i0, type UserDefaultDateFormatDTO as i1, newUserPayload as i2, toUserPayload as i3, toUserProfilePayload as i4, findUser as i5, createUser as i6, updateUser as i7, deleteUser as i8, updateUserLogo as i9, getUserOrganisationCache as iA, getUserOrganisationCacheSimple as iB, deleteUserLogo as ia, updateUserProfile as ib, getUserCache as ic, getUserCacheSimple as id, get_user_presigned_url as ie, updateUserDefaultLanguage as ig, updateUserDefaultTimezone as ih, updateUserDefaultDateformat as ii, type UserOrganisationSimple as ij, UserOrganisationSchema as ik, type UserOrganisationDTO as il, UserOrganisationQuerySchema as im, type UserOrganisationQueryDTO as io, UserOrganisationLogoSchema as ip, type UserOrganisationLogoDTO as iq, toUserOrganisationPayload as ir, newUserOrganisationPayload as is, findUserOrganisation as it, createUserOrganisation as iu, updateUserOrganisation as iv, deleteUserOrganisation as iw, updateUserOrganisationLogo as ix, deleteUserOrganisationLogo as iy, get_user_organisation_presigned_url as iz, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };