vms-nest-prisma-api-document 218.0.0 → 219.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 (106) hide show
  1. package/dist/core/Enums.d.ts +8 -1
  2. package/dist/core/Enums.js +9 -0
  3. package/dist/services/account/bookmark_service.d.ts +11 -11
  4. package/dist/services/account/notification_preferences.service.d.ts +18 -18
  5. package/dist/services/account/report_preferences.service.d.ts +7 -7
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +23 -23
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +8 -8
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +17 -17
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +46 -46
  14. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +1 -0
  15. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
  16. package/dist/services/fleet/incident_management/incident_management_service.d.ts +77 -71
  17. package/dist/services/fleet/incident_management/incident_management_service.js +17 -5
  18. package/dist/services/fleet/issue_management/issue_management_service.d.ts +17 -11
  19. package/dist/services/fleet/issue_management/issue_management_service.js +12 -6
  20. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +400 -0
  21. package/dist/services/fleet/service_management/fleet_service_management_service.js +573 -0
  22. package/dist/services/fleet/service_management/fleet_service_management_task_service.d.ts +145 -0
  23. package/dist/services/fleet/service_management/fleet_service_management_task_service.js +326 -0
  24. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  25. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +41 -41
  26. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  27. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +99 -93
  28. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  29. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +53 -53
  30. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
  31. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  32. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  33. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  34. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  35. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  36. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  37. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  38. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  39. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  40. package/dist/services/main/users/auth_service.d.ts +1 -1
  41. package/dist/services/main/users/user_admin_service.d.ts +3 -3
  42. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  43. package/dist/services/main/users/user_service.d.ts +1 -1
  44. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  45. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  48. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  49. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  50. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  51. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  52. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  53. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  54. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  55. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  56. package/dist/services/master/expense/master_expense_name_service.d.ts +5 -5
  57. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  58. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  59. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  60. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  61. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  62. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +4 -4
  63. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +4 -4
  64. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +4 -4
  65. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +4 -4
  66. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +5 -5
  67. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_language_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 +3 -3
  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 +5 -5
  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 +3 -3
  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/static_pages_service.d.ts +1 -1
  105. package/dist/{user_organisation_service-BE5iA8UK.d.ts → user_organisation_service-Bkq3GOUs.d.ts} +59 -56
  106. package/package.json +1 -1
@@ -1780,7 +1780,6 @@ 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[];
1784
1783
  search: string;
1785
1784
  paging: PAGING;
1786
1785
  page_count: number;
@@ -1809,12 +1808,12 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
1809
1808
  can_login: YesNo[];
1810
1809
  driver_type: DriverType[];
1811
1810
  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;
1818
1817
  search?: string | undefined;
1819
1818
  paging?: PAGING | undefined;
1820
1819
  page_count?: unknown;
@@ -1841,6 +1840,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
1841
1840
  can_login?: YesNo[] | undefined;
1842
1841
  driver_type?: DriverType[] | undefined;
1843
1842
  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>;
@@ -2665,7 +2665,6 @@ 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[];
2669
2668
  search: string;
2670
2669
  paging: PAGING;
2671
2670
  page_count: number;
@@ -2689,6 +2688,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2689
2688
  organisation_ids: string[];
2690
2689
  country_ids: string[];
2691
2690
  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,7 +2700,6 @@ 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;
2704
2703
  search?: string | undefined;
2705
2704
  paging?: PAGING | undefined;
2706
2705
  page_count?: unknown;
@@ -2722,6 +2721,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2722
2721
  organisation_ids?: string[] | undefined;
2723
2722
  country_ids?: string[] | undefined;
2724
2723
  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
+ group_name: string;
2787
2788
  status: Status;
2788
2789
  organisation_id: string;
2789
- vehicle_ids: string[];
2790
2790
  description: string;
2791
- group_name: string;
2791
+ vehicle_ids: string[];
2792
2792
  }, {
2793
+ group_name: string;
2793
2794
  status: Status;
2794
2795
  organisation_id: string;
2795
- group_name: string;
2796
- vehicle_ids?: string[] | undefined;
2797
2796
  description?: string | undefined;
2797
+ vehicle_ids?: string[] | undefined;
2798
2798
  }>;
2799
2799
  type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
2800
2800
  declare const OrganisationGroupQuerySchema: z.ZodObject<{
@@ -2833,7 +2833,6 @@ 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[];
2837
2836
  search: string;
2838
2837
  paging: PAGING;
2839
2838
  page_count: number;
@@ -2855,12 +2854,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
2855
2854
  date_format_id: string;
2856
2855
  time_zone_id: string;
2857
2856
  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;
2864
2863
  search?: string | undefined;
2865
2864
  paging?: PAGING | undefined;
2866
2865
  page_count?: unknown;
@@ -2880,6 +2879,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
2880
2879
  }[] | undefined;
2881
2880
  include_master_data?: YesNo | undefined;
2882
2881
  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>;
@@ -3561,8 +3561,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
3561
3561
  }, "strip", z.ZodTypeAny, {
3562
3562
  status: Status;
3563
3563
  organisation_id: string;
3564
- vehicle_type: string;
3565
3564
  description: string;
3565
+ vehicle_type: string;
3566
3566
  }, {
3567
3567
  status: Status;
3568
3568
  organisation_id: string;
@@ -5003,14 +5003,13 @@ declare const UserSchema: z.ZodObject<{
5003
5003
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
5004
5004
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
5005
5005
  }, "strip", z.ZodTypeAny, {
5006
- all_vehicles: YesNo;
5007
5006
  status: Status;
5008
5007
  organisation_id: string;
5009
- vehicle_ids: string[];
5010
5008
  date_format_id: string;
5011
5009
  time_zone_id: string;
5012
5010
  password: string;
5013
5011
  can_login: YesNo;
5012
+ vehicle_ids: string[];
5014
5013
  user_role_id: string;
5015
5014
  user_status_id: string;
5016
5015
  language_id: string;
@@ -5020,11 +5019,11 @@ declare const UserSchema: z.ZodObject<{
5020
5019
  username: string;
5021
5020
  mobile: string;
5022
5021
  is_root_user: YesNo;
5022
+ all_vehicles: YesNo;
5023
5023
  user_image_url: string;
5024
5024
  user_image_key: string;
5025
5025
  user_image_name: string;
5026
5026
  }, {
5027
- all_vehicles: YesNo;
5028
5027
  status: Status;
5029
5028
  organisation_id: string;
5030
5029
  date_format_id: string;
@@ -5036,8 +5035,9 @@ declare const UserSchema: z.ZodObject<{
5036
5035
  first_name: string;
5037
5036
  email: string;
5038
5037
  is_root_user: YesNo;
5039
- vehicle_ids?: string[] | undefined;
5038
+ all_vehicles: YesNo;
5040
5039
  password?: string | undefined;
5040
+ vehicle_ids?: string[] | undefined;
5041
5041
  last_name?: string | undefined;
5042
5042
  username?: string | undefined;
5043
5043
  mobile?: string | undefined;
@@ -5088,9 +5088,7 @@ declare const UserQuerySchema: z.ZodObject<{
5088
5088
  is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
5089
5089
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
5090
5090
  }, "strip", z.ZodTypeAny, {
5091
- all_vehicles: YesNo[];
5092
5091
  status: Status[];
5093
- user_ids: string[];
5094
5092
  search: string;
5095
5093
  paging: PAGING;
5096
5094
  page_count: number;
@@ -5112,6 +5110,7 @@ declare const UserQuerySchema: z.ZodObject<{
5112
5110
  date_format_id: string;
5113
5111
  time_zone_id: string;
5114
5112
  organisation_ids: string[];
5113
+ user_ids: string[];
5115
5114
  time_zone_ids: string[];
5116
5115
  date_format_ids: string[];
5117
5116
  can_login: YesNo[];
@@ -5119,12 +5118,11 @@ declare const UserQuerySchema: z.ZodObject<{
5119
5118
  user_status_ids: string[];
5120
5119
  language_ids: string[];
5121
5120
  is_root_user: YesNo[];
5121
+ all_vehicles: YesNo[];
5122
5122
  }, {
5123
5123
  date_format_id: string;
5124
5124
  time_zone_id: string;
5125
- all_vehicles?: YesNo[] | undefined;
5126
5125
  status?: Status[] | undefined;
5127
- user_ids?: string[] | undefined;
5128
5126
  search?: string | undefined;
5129
5127
  paging?: PAGING | undefined;
5130
5128
  page_count?: unknown;
@@ -5144,6 +5142,7 @@ declare const UserQuerySchema: z.ZodObject<{
5144
5142
  }[] | undefined;
5145
5143
  include_master_data?: YesNo | undefined;
5146
5144
  organisation_ids?: string[] | undefined;
5145
+ user_ids?: string[] | undefined;
5147
5146
  time_zone_ids?: string[] | undefined;
5148
5147
  date_format_ids?: string[] | undefined;
5149
5148
  can_login?: YesNo[] | undefined;
@@ -5151,6 +5150,7 @@ declare const UserQuerySchema: z.ZodObject<{
5151
5150
  user_status_ids?: string[] | undefined;
5152
5151
  language_ids?: string[] | undefined;
5153
5152
  is_root_user?: YesNo[] | undefined;
5153
+ all_vehicles?: YesNo[] | undefined;
5154
5154
  }>;
5155
5155
  type UserQueryDTO = z.infer<typeof UserQuerySchema>;
5156
5156
  declare const UserLogoSchema: z.ZodObject<{
@@ -5646,7 +5646,7 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
5646
5646
  is_preferred_station?: YesNo[] | undefined;
5647
5647
  }>;
5648
5648
  type FleetVendorServiceCenterQueryDTO = z.infer<typeof FleetVendorServiceCenterQuerySchema>;
5649
- declare const toFleetVendorServiceCenterPayload: (vendorServiceCenter: FleetVendorServiceCenter) => FleetVendorServiceCenterDTO;
5649
+ declare const toFleetVendorServiceCenterPayload: (row: FleetVendorServiceCenter) => FleetVendorServiceCenterDTO;
5650
5650
  declare const newFleetVendorServiceCenterPayload: () => FleetVendorServiceCenterDTO;
5651
5651
  declare const findFleetVendorServiceCenter: (data: FleetVendorServiceCenterQueryDTO) => Promise<FBR<FleetVendorServiceCenter[]>>;
5652
5652
  declare const createFleetVendorServiceCenter: (data: FleetVendorServiceCenterDTO) => Promise<SBR>;
@@ -6174,7 +6174,7 @@ declare const FleetFuelStationRateQuerySchema: z.ZodObject<{
6174
6174
  fuel_rate_ids?: string[] | undefined;
6175
6175
  }>;
6176
6176
  type FleetFuelStationRateQueryDTO = z.infer<typeof FleetFuelStationRateQuerySchema>;
6177
- declare const toFleetVendorFuelStationPayload: (vendorFuelStation: FleetVendorFuelStation) => FleetVendorFuelStationDTO;
6177
+ declare const toFleetVendorFuelStationPayload: (row: FleetVendorFuelStation) => FleetVendorFuelStationDTO;
6178
6178
  declare const newFleetVendorFuelStationPayload: () => FleetVendorFuelStationDTO;
6179
6179
  declare const findFleetVendorFuelStation: (data: FleetVendorFuelStationQueryDTO) => Promise<FBR<FleetVendorFuelStation[]>>;
6180
6180
  declare const createFleetVendorFuelStation: (data: FleetVendorFuelStationDTO) => Promise<SBR>;
@@ -7057,7 +7057,6 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
7057
7057
  user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7058
7058
  }, "strip", z.ZodTypeAny, {
7059
7059
  status: Status[];
7060
- user_ids: string[];
7061
7060
  search: string;
7062
7061
  paging: PAGING;
7063
7062
  page_count: number;
@@ -7079,13 +7078,13 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
7079
7078
  date_format_id: string;
7080
7079
  time_zone_id: string;
7081
7080
  organisation_ids: string[];
7081
+ user_ids: string[];
7082
7082
  vendor_ids: string[];
7083
7083
  vendor_review_ids: string[];
7084
7084
  }, {
7085
7085
  date_format_id: string;
7086
7086
  time_zone_id: string;
7087
7087
  status?: Status[] | undefined;
7088
- user_ids?: string[] | undefined;
7089
7088
  search?: string | undefined;
7090
7089
  paging?: PAGING | undefined;
7091
7090
  page_count?: unknown;
@@ -7105,6 +7104,7 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
7105
7104
  }[] | undefined;
7106
7105
  include_master_data?: YesNo | undefined;
7107
7106
  organisation_ids?: string[] | undefined;
7107
+ user_ids?: string[] | undefined;
7108
7108
  vendor_ids?: string[] | undefined;
7109
7109
  vendor_review_ids?: string[] | undefined;
7110
7110
  }>;
@@ -7159,6 +7159,8 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
7159
7159
  issue_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
7160
7160
  expiry_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
7161
7161
  remarks: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7162
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
7163
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7162
7164
  FleetVendorDocumentFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
7163
7165
  usage_type: z.ZodEffects<z.ZodString, string, string>;
7164
7166
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -7197,11 +7199,11 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
7197
7199
  file_size?: unknown;
7198
7200
  file_metadata?: Record<string, any> | undefined;
7199
7201
  }>, "many">>>;
7200
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
7201
7202
  }, "strip", z.ZodTypeAny, {
7202
7203
  status: Status;
7203
7204
  organisation_id: string;
7204
7205
  user_id: string;
7206
+ time_zone_id: string;
7205
7207
  document_type_id: string;
7206
7208
  vendor_id: string;
7207
7209
  remarks: string;
@@ -7227,6 +7229,7 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
7227
7229
  status: Status;
7228
7230
  organisation_id: string;
7229
7231
  user_id: string;
7232
+ time_zone_id: string;
7230
7233
  document_type_id: string;
7231
7234
  vendor_id: string;
7232
7235
  remarks?: string | undefined;
@@ -7288,7 +7291,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
7288
7291
  document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7289
7292
  }, "strip", z.ZodTypeAny, {
7290
7293
  status: Status[];
7291
- user_ids: string[];
7292
7294
  search: string;
7293
7295
  paging: PAGING;
7294
7296
  page_count: number;
@@ -7310,6 +7312,7 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
7310
7312
  date_format_id: string;
7311
7313
  time_zone_id: string;
7312
7314
  organisation_ids: string[];
7315
+ user_ids: string[];
7313
7316
  document_type_ids: string[];
7314
7317
  vendor_ids: string[];
7315
7318
  fleet_vendor_document_ids: string[];
@@ -7317,7 +7320,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
7317
7320
  date_format_id: string;
7318
7321
  time_zone_id: string;
7319
7322
  status?: Status[] | undefined;
7320
- user_ids?: string[] | undefined;
7321
7323
  search?: string | undefined;
7322
7324
  paging?: PAGING | undefined;
7323
7325
  page_count?: unknown;
@@ -7337,22 +7339,23 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
7337
7339
  }[] | undefined;
7338
7340
  include_master_data?: YesNo | undefined;
7339
7341
  organisation_ids?: string[] | undefined;
7342
+ user_ids?: string[] | undefined;
7340
7343
  document_type_ids?: string[] | undefined;
7341
7344
  vendor_ids?: string[] | undefined;
7342
7345
  fleet_vendor_document_ids?: string[] | undefined;
7343
7346
  }>;
7344
7347
  type FleetVendorDocumentQueryDTO = z.infer<typeof FleetVendorDocumentQuerySchema>;
7345
- declare const toFleetVendorPayload: (vendor: FleetVendor) => FleetVendorDTO;
7348
+ declare const toFleetVendorPayload: (row: FleetVendor) => FleetVendorDTO;
7346
7349
  declare const newFleetVendorPayload: () => FleetVendorDTO;
7347
- declare const toFleetVendorAddressPayload: (vendorAddress: FleetVendorAddress) => FleetVendorAddressDTO;
7350
+ declare const toFleetVendorAddressPayload: (row: FleetVendorAddress) => FleetVendorAddressDTO;
7348
7351
  declare const newFleetVendorAddressPayload: () => FleetVendorAddressDTO;
7349
- declare const toFleetVendorBankAccountPayload: (vendorBankAccount: FleetVendorBankAccount) => FleetVendorBankAccountDTO;
7352
+ declare const toFleetVendorBankAccountPayload: (row: FleetVendorBankAccount) => FleetVendorBankAccountDTO;
7350
7353
  declare const newFleetVendorBankAccountPayload: () => FleetVendorBankAccountDTO;
7351
- declare const toFleetVendorContactPersonsPayload: (vendorContactPersons: FleetVendorContactPersons) => FleetVendorContactPersonsDTO;
7354
+ declare const toFleetVendorContactPersonsPayload: (row: FleetVendorContactPersons) => FleetVendorContactPersonsDTO;
7352
7355
  declare const newFleetVendorContactPersonsPayload: () => FleetVendorContactPersonsDTO;
7353
- declare const toFleetVendorReviewPayload: (vendorReview: FleetVendorReview) => FleetVendorReviewDTO;
7356
+ declare const toFleetVendorReviewPayload: (row: FleetVendorReview) => FleetVendorReviewDTO;
7354
7357
  declare const newFleetVendorReviewPayload: () => FleetVendorReviewDTO;
7355
- declare const toFleetVendorDocumentPayload: (vendorDocument: FleetVendorDocument) => FleetVendorDocumentDTO;
7358
+ declare const toFleetVendorDocumentPayload: (row: FleetVendorDocument) => FleetVendorDocumentDTO;
7356
7359
  declare const newFleetVendorDocumentPayload: () => FleetVendorDocumentDTO;
7357
7360
  declare const vendor_logo_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
7358
7361
  declare const vendor_contact_person_logo_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
@@ -7956,7 +7959,6 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
7956
7959
  }, "strip", z.ZodTypeAny, {
7957
7960
  status: Status;
7958
7961
  organisation_id: string;
7959
- vehicle_id: string;
7960
7962
  usage_type: string;
7961
7963
  file_type: FileType;
7962
7964
  file_url: string;
@@ -7965,12 +7967,13 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
7965
7967
  file_description: string;
7966
7968
  file_size: number;
7967
7969
  file_metadata: Record<string, any>;
7970
+ vehicle_id: string;
7968
7971
  }, {
7969
7972
  status: Status;
7970
7973
  organisation_id: string;
7971
- vehicle_id: string;
7972
7974
  usage_type: string;
7973
7975
  file_type: FileType;
7976
+ vehicle_id: string;
7974
7977
  file_url?: string | undefined;
7975
7978
  file_key?: string | undefined;
7976
7979
  file_name?: string | undefined;
@@ -8030,7 +8033,6 @@ declare const VehicleSchema: z.ZodObject<{
8030
8033
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8031
8034
  status: Status;
8032
8035
  organisation_id: string;
8033
- vehicle_id: string;
8034
8036
  usage_type: string;
8035
8037
  file_type: FileType;
8036
8038
  file_url: string;
@@ -8039,12 +8041,13 @@ declare const VehicleSchema: z.ZodObject<{
8039
8041
  file_description: string;
8040
8042
  file_size: number;
8041
8043
  file_metadata: Record<string, any>;
8044
+ vehicle_id: string;
8042
8045
  }, {
8043
8046
  status: Status;
8044
8047
  organisation_id: string;
8045
- vehicle_id: string;
8046
8048
  usage_type: string;
8047
8049
  file_type: FileType;
8050
+ vehicle_id: string;
8048
8051
  file_url?: string | undefined;
8049
8052
  file_key?: string | undefined;
8050
8053
  file_name?: string | undefined;
@@ -8055,7 +8058,6 @@ declare const VehicleSchema: z.ZodObject<{
8055
8058
  }, "strip", z.ZodTypeAny, {
8056
8059
  status: Status;
8057
8060
  organisation_id: string;
8058
- vehicle_number: string;
8059
8061
  organisation_sub_company_id: string;
8060
8062
  organisation_branch_id: string;
8061
8063
  organisation_color_id: string;
@@ -8070,6 +8072,7 @@ declare const VehicleSchema: z.ZodObject<{
8070
8072
  vehicle_fuel_type_id: string;
8071
8073
  vehicle_associated_to_id: string;
8072
8074
  vehicle_fuel_unit_id: string;
8075
+ vehicle_number: string;
8073
8076
  vehicle_name: string;
8074
8077
  engine_number: string;
8075
8078
  chassis_number: string;
@@ -8090,7 +8093,6 @@ declare const VehicleSchema: z.ZodObject<{
8090
8093
  MasterVehicleFileSchema: {
8091
8094
  status: Status;
8092
8095
  organisation_id: string;
8093
- vehicle_id: string;
8094
8096
  usage_type: string;
8095
8097
  file_type: FileType;
8096
8098
  file_url: string;
@@ -8099,11 +8101,11 @@ declare const VehicleSchema: z.ZodObject<{
8099
8101
  file_description: string;
8100
8102
  file_size: number;
8101
8103
  file_metadata: Record<string, any>;
8104
+ vehicle_id: string;
8102
8105
  }[];
8103
8106
  }, {
8104
8107
  status: Status;
8105
8108
  organisation_id: string;
8106
- vehicle_number: string;
8107
8109
  organisation_sub_company_id: string;
8108
8110
  organisation_branch_id: string;
8109
8111
  organisation_color_id: string;
@@ -8117,6 +8119,7 @@ declare const VehicleSchema: z.ZodObject<{
8117
8119
  vehicle_fuel_type_id: string;
8118
8120
  vehicle_associated_to_id: string;
8119
8121
  vehicle_fuel_unit_id: string;
8122
+ vehicle_number: string;
8120
8123
  is_fleet_active: YesNo;
8121
8124
  is_gps_active: YesNo;
8122
8125
  is_trip_active: YesNo;
@@ -8138,9 +8141,9 @@ declare const VehicleSchema: z.ZodObject<{
8138
8141
  MasterVehicleFileSchema?: {
8139
8142
  status: Status;
8140
8143
  organisation_id: string;
8141
- vehicle_id: string;
8142
8144
  usage_type: string;
8143
8145
  file_type: FileType;
8146
+ vehicle_id: string;
8144
8147
  file_url?: string | undefined;
8145
8148
  file_key?: string | undefined;
8146
8149
  file_name?: string | undefined;
@@ -8178,13 +8181,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
8178
8181
  }, "strip", z.ZodTypeAny, {
8179
8182
  status: Status;
8180
8183
  organisation_id: string;
8181
- vehicle_number: string;
8182
8184
  time_zone_id: string;
8183
8185
  country_id: string;
8184
8186
  device_type_id: string;
8185
8187
  device_manufacturer_id: string;
8186
8188
  device_model_id: string;
8187
8189
  vehicle_type_id: string;
8190
+ vehicle_number: string;
8188
8191
  vehicle_name: string;
8189
8192
  engine_number: string;
8190
8193
  chassis_number: string;
@@ -8203,13 +8206,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
8203
8206
  }, {
8204
8207
  status: Status;
8205
8208
  organisation_id: string;
8206
- vehicle_number: string;
8207
8209
  time_zone_id: string;
8208
8210
  country_id: string;
8209
8211
  device_type_id: string;
8210
8212
  device_manufacturer_id: string;
8211
8213
  device_model_id: string;
8212
8214
  vehicle_type_id: string;
8215
+ vehicle_number: string;
8213
8216
  is_fleet_active: YesNo;
8214
8217
  is_gps_active: YesNo;
8215
8218
  is_trip_active: YesNo;
@@ -8334,9 +8337,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
8334
8337
  }>, "many">>>;
8335
8338
  }, "strip", z.ZodTypeAny, {
8336
8339
  organisation_id: string;
8337
- vehicle_id: string;
8338
8340
  time_zone_id: string;
8339
8341
  country_id: string;
8342
+ vehicle_id: string;
8340
8343
  device_id: string;
8341
8344
  device_type_id: string;
8342
8345
  device_manufacturer_id: string;
@@ -8375,9 +8378,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
8375
8378
  }[];
8376
8379
  }, {
8377
8380
  organisation_id: string;
8378
- vehicle_id: string;
8379
8381
  time_zone_id: string;
8380
8382
  country_id: string;
8383
+ vehicle_id: string;
8381
8384
  device_id: string;
8382
8385
  device_type_id: string;
8383
8386
  device_manufacturer_id: string;
@@ -8436,12 +8439,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
8436
8439
  driver_id: z.ZodEffects<z.ZodString, string, string>;
8437
8440
  }, "strip", z.ZodTypeAny, {
8438
8441
  organisation_id: string;
8439
- vehicle_id: string;
8440
8442
  driver_id: string;
8443
+ vehicle_id: string;
8441
8444
  }, {
8442
8445
  organisation_id: string;
8443
- vehicle_id: string;
8444
8446
  driver_id: string;
8447
+ vehicle_id: string;
8445
8448
  }>;
8446
8449
  type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
8447
8450
  declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
@@ -9056,7 +9059,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
9056
9059
  vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
9057
9060
  }, "strip", z.ZodTypeAny, {
9058
9061
  status: Status[];
9059
- vehicle_ids: string[];
9060
9062
  search: string;
9061
9063
  paging: PAGING;
9062
9064
  page_count: number;
@@ -9078,6 +9080,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
9078
9080
  date_format_id: string;
9079
9081
  time_zone_id: string;
9080
9082
  organisation_ids: string[];
9083
+ vehicle_ids: string[];
9081
9084
  document_type_ids: string[];
9082
9085
  vendor_ids: string[];
9083
9086
  vehicle_document_ids: string[];
@@ -9085,7 +9088,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
9085
9088
  date_format_id: string;
9086
9089
  time_zone_id: string;
9087
9090
  status?: Status[] | undefined;
9088
- vehicle_ids?: string[] | undefined;
9089
9091
  search?: string | undefined;
9090
9092
  paging?: PAGING | undefined;
9091
9093
  page_count?: unknown;
@@ -9105,6 +9107,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
9105
9107
  }[] | undefined;
9106
9108
  include_master_data?: YesNo | undefined;
9107
9109
  organisation_ids?: string[] | undefined;
9110
+ vehicle_ids?: string[] | undefined;
9108
9111
  document_type_ids?: string[] | undefined;
9109
9112
  vendor_ids?: string[] | undefined;
9110
9113
  vehicle_document_ids?: string[] | undefined;
@@ -9168,7 +9171,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
9168
9171
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
9169
9172
  }, "strip", z.ZodTypeAny, {
9170
9173
  status: Status[];
9171
- vehicle_ids: string[];
9172
9174
  search: string;
9173
9175
  paging: PAGING;
9174
9176
  page_count: number;
@@ -9190,6 +9192,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
9190
9192
  date_format_id: string;
9191
9193
  time_zone_id: string;
9192
9194
  organisation_ids: string[];
9195
+ vehicle_ids: string[];
9193
9196
  expiry_type: ExpiryType[];
9194
9197
  vehicle_document_ids: string[];
9195
9198
  document_expiry_ids: string[];
@@ -9197,7 +9200,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
9197
9200
  date_format_id: string;
9198
9201
  time_zone_id: string;
9199
9202
  status?: Status[] | undefined;
9200
- vehicle_ids?: string[] | undefined;
9201
9203
  search?: string | undefined;
9202
9204
  paging?: PAGING | undefined;
9203
9205
  page_count?: unknown;
@@ -9217,6 +9219,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
9217
9219
  }[] | undefined;
9218
9220
  include_master_data?: YesNo | undefined;
9219
9221
  organisation_ids?: string[] | undefined;
9222
+ vehicle_ids?: string[] | undefined;
9220
9223
  expiry_type?: ExpiryType[] | undefined;
9221
9224
  vehicle_document_ids?: string[] | undefined;
9222
9225
  document_expiry_ids?: string[] | undefined;
@@ -9274,7 +9277,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
9274
9277
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
9275
9278
  }, "strip", z.ZodTypeAny, {
9276
9279
  status: Status[];
9277
- vehicle_ids: string[];
9278
9280
  search: string;
9279
9281
  paging: PAGING;
9280
9282
  page_count: number;
@@ -9300,6 +9302,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
9300
9302
  organisation_branch_ids: string[];
9301
9303
  organisation_color_ids: string[];
9302
9304
  organisation_tag_ids: string[];
9305
+ vehicle_ids: string[];
9303
9306
  driver_ids: string[];
9304
9307
  device_ids: string[];
9305
9308
  vehicle_make_ids: string[];
@@ -9317,7 +9320,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
9317
9320
  date_format_id: string;
9318
9321
  time_zone_id: string;
9319
9322
  status?: Status[] | undefined;
9320
- vehicle_ids?: string[] | undefined;
9321
9323
  search?: string | undefined;
9322
9324
  paging?: PAGING | undefined;
9323
9325
  page_count?: unknown;
@@ -9341,6 +9343,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
9341
9343
  organisation_branch_ids?: string[] | undefined;
9342
9344
  organisation_color_ids?: string[] | undefined;
9343
9345
  organisation_tag_ids?: string[] | undefined;
9346
+ vehicle_ids?: string[] | undefined;
9344
9347
  driver_ids?: string[] | undefined;
9345
9348
  device_ids?: string[] | undefined;
9346
9349
  vehicle_make_ids?: string[] | undefined;
@@ -9472,7 +9475,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
9472
9475
  }, "strip", z.ZodTypeAny, {
9473
9476
  status: Status[];
9474
9477
  organisation_id: string;
9475
- vehicle_id: string;
9476
9478
  search: string;
9477
9479
  paging: PAGING;
9478
9480
  page_count: number;
@@ -9493,11 +9495,12 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
9493
9495
  include_master_data: YesNo;
9494
9496
  date_format_id: string;
9495
9497
  time_zone_id: string;
9498
+ vehicle_id: string;
9496
9499
  }, {
9497
9500
  organisation_id: string;
9498
- vehicle_id: string;
9499
9501
  date_format_id: string;
9500
9502
  time_zone_id: string;
9503
+ vehicle_id: string;
9501
9504
  status?: Status[] | undefined;
9502
9505
  search?: string | undefined;
9503
9506
  paging?: PAGING | undefined;
@@ -9553,7 +9556,7 @@ declare const unlinkDeviceFromVehicle: (payload: VehicleDeviceUnlinkDTO) => Prom
9553
9556
  declare const getDeviceLinkHistoryByVehicle: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
9554
9557
  declare const getDeviceLinkHistoryByDevice: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
9555
9558
  declare const createVehicleDocument: (payload: VehicleDocumentDTO) => Promise<SBR>;
9556
- declare const findVehicleDocument: (payload: VehicleDocumentQueryDTO) => Promise<FBR<VehicleDocument>>;
9559
+ declare const findVehicleDocument: (payload: VehicleDocumentQueryDTO) => Promise<FBR<VehicleDocument[]>>;
9557
9560
  declare const updateVehicleDocument: (id: string, payload: VehicleDocumentDTO) => Promise<SBR>;
9558
9561
  declare const removeVehicleDocument: (id: string) => Promise<SBR>;
9559
9562
  declare const createFileVehicle: (payload: MasterVehicleFileDTO) => Promise<SBR>;
@@ -9926,4 +9929,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
9926
9929
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
9927
9930
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
9928
9931
 
9929
- export { findMasterMainStates as $, createMasterMainCurrency as A, updateMasterMainCurrency as B, deleteMasterMainCurrency as C, getMasterMainCurrencyCache as D, type MasterMainTimeZone as E, MasterMainTimeZoneSchema as F, type MasterMainTimeZoneDTO as G, MasterMainTimeZoneQuerySchema as H, type MasterMainTimeZoneQueryDTO as I, toMasterMainTimeZonePayload as J, newMasterMainTimeZonePayload as K, findMasterMainTimeZones as L, type MasterVehicle as M, createMasterMainTimeZone as N, type OrganisationBranch as O, updateMasterMainTimeZone as P, deleteMasterMainTimeZone as Q, getMasterMainTimeZoneCacheAll as R, getMasterMainTimeZoneCache as S, type MasterMainState 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, deleteOrganisationSubCompany as a$, createMasterMainState as a0, updateMasterMainState as a1, deleteMasterMainState as a2, getMasterMainStateCache as a3, type MasterMainCountry as a4, MasterMainCountrySchema as a5, type MasterMainCountryDTO as a6, MasterMainCountryQuerySchema as a7, type MasterMainCountryQueryDTO as a8, toMasterMainCountryPayload as a9, findMasterMainUnitMileages as aA, createMasterMainUnitMileage as aB, updateMasterMainUnitMileage as aC, deleteMasterMainUnitMileage as aD, getMasterMainUnitMileageCache as aE, type MasterMainUnitVolume as aF, MasterMainUnitVolumeSchema as aG, type MasterMainUnitVolumeDTO as aH, MasterMainUnitVolumeQuerySchema as aI, type MasterMainUnitVolumeQueryDTO as aJ, toMasterMainUnitVolumePayload as aK, newMasterMainUnitVolumePayload as aL, findMasterMainUnitVolumes as aM, createMasterMainUnitVolume as aN, updateMasterMainUnitVolume as aO, deleteMasterMainUnitVolume as aP, getMasterMainUnitVolumeCache as aQ, type OrganisationSubCompany as aR, OrganisationSubCompanySchema as aS, type OrganisationSubCompanyDTO as aT, OrganisationSubCompanyQuerySchema as aU, type OrganisationSubCompanyQueryDTO as aV, toOrganisationSubCompanyPayload as aW, newOrganisationSubCompanyPayload as aX, findOrganisationSubCompanyies as aY, createOrganisationSubCompany as aZ, updateOrganisationSubCompany as a_, newMasterMainCountryPayload as aa, findMasterMainCountries$1 as ab, createMasterMainCountry$1 as ac, updateMasterMainCountry$1 as ad, deleteMasterMainCountry$1 as ae, getMasterMainCountryCache as af, getMasterMainCountryCacheChild as ag, type MasterMainDateFormat as ah, MasterMainDateFormatSchema as ai, type MasterMainDateFormatDTO as aj, MasterMainDateFormatQuerySchema as ak, type MasterMainDateFormatQueryDTO as al, toMasterMainDateFormatPayload as am, newMasterMainDateFormatPayload as an, findMasterMainDateFormats as ao, createMasterMainDateFormat as ap, updateMasterMainDateFormat as aq, deleteMasterMainDateFormat as ar, getMasterMainDateFormatCache as as, type MasterMainUnitMileage as at, MasterMainUnitMileageSchema as au, type MasterMainUnitMileageDTO as av, MasterMainUnitMileageQuerySchema as aw, type MasterMainUnitMileageQueryDTO as ax, toMasterMainUnitMileagePayload as ay, newMasterMainUnitMileagePayload as az, type MasterDriver as b, deleteMasterDriver as b$, getOrganisationSubCompanyCache as b0, getOrganisationSubCompanyCacheCount as b1, getOrganisationSubCompanyCacheChild as b2, OrganisationBranchSchema as b3, type OrganisationBranchDTO as b4, OrganisationBranchQuerySchema as b5, type OrganisationBranchQueryDTO as b6, toOrganisationBranchPayload as b7, newOrganisationBranchPayload as b8, findOrganisationBranchs as b9, newOrganisationTagPayload as bA, findOrganisationTags as bB, createOrganisationTag as bC, updateOrganisationTag as bD, deleteOrganisationTag as bE, getOrganisationTagCache as bF, getOrganisationTagCacheCount as bG, getOrganisationTagCacheChild as bH, type MasterDriverFile as bI, type AssignRemoveDriverHistory as bJ, type DriverLoginPush as bK, MasterDriverFileSchema as bL, type MasterDriverFileDTO as bM, MasterDriverSchema as bN, type MasterDriverDTO as bO, MasterDriverQuerySchema as bP, type MasterDriverQueryDTO as bQ, MasterDriverLogoSchema as bR, type MasterDriverLogoDTO as bS, MasterDriverProfileSchema as bT, type MasterDriverProfileDTO as bU, toDriverPayload as bV, toDriverProfilePayload as bW, newDriverPayload as bX, findMasterDriver as bY, createMasterDriver as bZ, updateMasterDriver as b_, createOrganisationBranch as ba, updateOrganisationBranch as bb, deleteOrganisationBranch as bc, getOrganisationBranchCache as bd, getOrganisationBranchCacheCount as be, getOrganisationBranchCacheChild as bf, type OrganisationColor as bg, OrganisationColorSchema as bh, type OrganisationColorDTO as bi, OrganisationColorQuerySchema as bj, type OrganisationColorQueryDTO as bk, toOrganisationColorPayload as bl, newOrganisationColorPayload as bm, findOrganisationColors as bn, createOrganisationColor as bo, updateOrganisationColor as bp, deleteOrganisationColor as bq, getOrganisationColorCache as br, getOrganisationColorCacheCount as bs, getOrganisationColorCacheChild as bt, type OrganisationTag as bu, OrganisationTagSchema as bv, type OrganisationTagDTO as bw, OrganisationTagQuerySchema as bx, type OrganisationTagQueryDTO as by, toOrganisationTagPayload as bz, type MasterDevice as c, type AssignRemoveDeviceHistory as c$, updateMasterDriverLogo as c0, deleteMasterDriverLogo as c1, updateMasterDriverProfile as c2, getMasterDriverCache as c3, getMasterDriverCacheSimple as c4, get_master_driver_presigned_url as c5, get_master_driver_presigned_url_file as c6, create_file$1 as c7, remove_file$1 as c8, type MasterDeviceType as c9, getMasterDeviceModelCacheChild as cA, type MasterDeviceManufacturer as cB, MasterDeviceManufacturerSchema as cC, type MasterDeviceManufacturerDTO as cD, MasterDeviceManufacturerQuerySchema as cE, type MasterDeviceManufacturerQueryDTO as cF, toMasterDeviceManufacturerPayload as cG, newMasterDeviceManufacturerPayload as cH, findMasterDeviceManufacturers as cI, createMasterDeviceManufacturer as cJ, updateMasterDeviceManufacturer as cK, deleteMasterDeviceManufacturer as cL, getMasterDeviceManufacturerCache as cM, getMasterDeviceManufacturerCacheCount as cN, getMasterDeviceManufacturerCacheChild as cO, type MasterSim as cP, type AssignRemoveSimHistory as cQ, MasterSimSchema as cR, type MasterSimDTO as cS, MasterSimQuerySchema as cT, type MasterSimQueryDTO as cU, toMasterSimPayload as cV, newMasterSimPayload as cW, findMasterSims as cX, createMasterSim as cY, updateMasterSim as cZ, deleteMasterSim as c_, MasterDeviceTypeSchema as ca, type MasterDeviceTypeDTO as cb, MasterDeviceTypeQuerySchema as cc, type MasterDeviceTypeQueryDTO as cd, toMasterDeviceTypePayload as ce, newMasterDeviceTypePayload as cf, findMasterDeviceTypes as cg, createMasterDeviceType as ch, updateMasterDeviceType as ci, deleteMasterDeviceType as cj, getMasterDeviceTypeCache as ck, getMasterDeviceTypeCacheCount as cl, getMasterDeviceTypeCacheChild as cm, type MasterDeviceModel as cn, MasterDeviceModelSchema as co, type MasterDeviceModelDTO as cp, MasterDeviceModelQuerySchema as cq, type MasterDeviceModelQueryDTO as cr, toMasterDeviceModelPayload as cs, newMasterDeviceModelPayload as ct, findMasterDeviceModels as cu, createMasterDeviceModel as cv, updateMasterDeviceModel as cw, deleteMasterDeviceModel as cx, getMasterDeviceModelCache as cy, getMasterDeviceModelCacheCount as cz, type MasterMainLandmark as d, MasterVehicleMakeQuerySchema as d$, MasterDeviceSchema as d0, type MasterDeviceDTO as d1, MasterDeviceQuerySchema as d2, type MasterDeviceQueryDTO as d3, DeviceSimLinkSchema as d4, type DeviceSimLinkDTO as d5, toMasterDevicePayload as d6, newMasterDevicePayload as d7, findMasterDevices as d8, createMasterDevice as d9, type MasterVehicleSubModelQueryDTO as dA, toMasterVehicleSubModelPayload as dB, newMasterVehicleSubModelPayload as dC, findMasterVehicleSubModels as dD, createMasterVehicleSubModel as dE, updateMasterVehicleSubModel as dF, deleteMasterVehicleSubModel as dG, getMasterVehicleSubModelCache as dH, getMasterVehicleSubModelCacheCount as dI, getMasterVehicleSubModelCacheChild as dJ, type MasterVehicleModel as dK, MasterVehicleModelSchema as dL, type MasterVehicleModelDTO as dM, MasterVehicleModelQuerySchema as dN, type MasterVehicleModelQueryDTO as dO, toMasterVehicleModelPayload as dP, newMasterVehicleModelPayload as dQ, findMasterVehicleModels as dR, createMasterVehicleModel as dS, updateMasterVehicleModel as dT, deleteMasterVehicleModel as dU, getMasterVehicleModelCache as dV, getMasterVehicleModelCacheCount as dW, getMasterVehicleModelCacheChild as dX, type MasterVehicleMake as dY, MasterVehicleMakeSchema as dZ, type MasterVehicleMakeDTO as d_, updateMasterDevice as da, deleteMasterDevice as db, device_sim_link as dc, device_sim_unlink as dd, get_device_sim_link_history_by_sim as de, get_device_sim_link_history_by_device as df, type OrganisationGroup as dg, type VehicleOrganisationGroupLink as dh, OrganisationGroupSchema as di, type OrganisationGroupDTO as dj, OrganisationGroupQuerySchema as dk, type OrganisationGroupQueryDTO as dl, toOrganisationGroupPayload as dm, newOrganisationGroupPayload as dn, findOrganisationGroups as dp, createOrganisationGroup as dq, updateOrganisationGroup as dr, deleteOrganisationGroup as ds, getOrganisationGroupCache as dt, getOrganisationGroupCacheCount as du, getOrganisationGroupCacheChild as dv, type MasterVehicleSubModel as dw, MasterVehicleSubModelSchema as dx, type MasterVehicleSubModelDTO as dy, MasterVehicleSubModelQuerySchema as dz, type MasterVehicleFuelType as e, getMasterVehicleFuelTypeCacheCount as e$, type MasterVehicleMakeQueryDTO as e0, toMasterVehicleMakePayload as e1, newMasterVehicleMakePayload as e2, findMasterVehicleMakes as e3, createMasterVehicleMake as e4, updateMasterVehicleMake as e5, deleteMasterVehicleMake as e6, getMasterVehicleMakeCache as e7, getMasterVehicleMakeCacheCount as e8, getMasterVehicleMakeCacheChild as e9, getMasterVehicleOwnershipTypeCacheCount as eA, getMasterVehicleOwnershipTypeCacheChild as eB, type MasterVehicleType as eC, MasterVehicleTypeSchema as eD, type MasterVehicleTypeDTO as eE, MasterVehicleTypeQuerySchema as eF, type MasterVehicleTypeQueryDTO as eG, toMasterVehicleTypePayload as eH, newMasterVehicleTypePayload as eI, findMasterVehicleTypes as eJ, createMasterVehicleType as eK, updateMasterVehicleType as eL, deleteMasterVehicleType as eM, getMasterVehicleTypeCache as eN, getMasterVehicleTypeCacheCount as eO, getMasterVehicleTypeCacheChild as eP, MasterVehicleFuelTypeSchema as eQ, type MasterVehicleFuelTypeDTO as eR, MasterVehicleFuelTypeQuerySchema as eS, type MasterVehicleFuelTypeQueryDTO as eT, toMasterVehicleFuelTypePayload as eU, newMasterVehicleFuelTypePayload as eV, findMasterVehicleFuelTypes as eW, createMasterVehicleFuelType as eX, updateMasterVehicleFuelType as eY, deleteMasterVehicleFuelType as eZ, getMasterVehicleFuelTypeCache as e_, type MasterVehicleStatusType as ea, MasterVehicleStatusTypeSchema as eb, type MasterVehicleStatusTypeDTO as ec, MasterVehicleStatusTypeQuerySchema as ed, type MasterVehicleStatusTypeQueryDTO as ee, toMasterVehicleStatusTypePayload as ef, newMasterVehicleStatusTypePayload as eg, findMasterVehicleStatusTypes as eh, createMasterVehicleStatusType as ei, updateMasterVehicleStatusType as ej, deleteMasterVehicleStatusType as ek, getMasterVehicleStatusTypeCache as el, getMasterVehicleStatusTypeCacheCount as em, getMasterVehicleStatusTypeCacheChild as en, type MasterVehicleOwnershipType as eo, MasterVehicleOwnershipTypeSchema as ep, type MasterVehicleOwnershipTypeDTO as eq, MasterVehicleOwnershipTypeQuerySchema as er, type MasterVehicleOwnershipTypeQueryDTO as es, toMasterVehicleOwnershipTypePayload as et, newMasterVehicleOwnershipTypePayload as eu, findMasterVehicleOwnershipTypes as ev, createMasterVehicleOwnershipType as ew, updateMasterVehicleOwnershipType as ex, deleteMasterVehicleOwnershipType as ey, getMasterVehicleOwnershipTypeCache as ez, type MasterVehicleFuelUnit as f, getMasterVendorTagCache as f$, getMasterVehicleFuelTypeCacheChild as f0, type MasterVehicleAssociatedTo as f1, MasterVehicleAssociatedToSchema as f2, type MasterVehicleAssociatedToDTO as f3, MasterVehicleAssociatedToQuerySchema as f4, type MasterVehicleAssociatedToQueryDTO as f5, toMasterVehicleAssociatedToPayload as f6, newMasterVehicleAssociatedToPayload as f7, findMasterVehicleAssociatedTos as f8, createMasterVehicleAssociatedTo as f9, createMasterVehicleDocumentType as fA, updateMasterVehicleDocumentType as fB, deleteMasterVehicleDocumentType as fC, getMasterVehicleDocumentTypeCache as fD, type MasterVendorType as fE, MasterVendorTypeSchema as fF, type MasterVendorTypeDTO as fG, MasterVendorTypeQuerySchema as fH, type MasterVendorTypeQueryDTO as fI, toMasterVendorTypePayload as fJ, newMasterVendorTypePayload as fK, findMasterVendorTypes as fL, createMasterVendorType as fM, updateMasterVendorType as fN, deleteMasterVendorType as fO, getMasterVendorTypeCache as fP, type MasterVendorTag as fQ, MasterVendorTagSchema as fR, type MasterVendorTagDTO as fS, MasterVendorTagQuerySchema as fT, type MasterVendorTagQueryDTO as fU, toMasterVendorTagPayload as fV, newMasterVendorTagPayload as fW, findMasterVendorTags as fX, createMasterVendorTag as fY, updateMasterVendorTag as fZ, deleteMasterVendorTag as f_, updateMasterVehicleAssociatedTo as fa, deleteMasterVehicleAssociatedTo as fb, getMasterVehicleAssociatedToCache as fc, getMasterVehicleAssociatedToCacheCount as fd, getMasterVehicleAssociatedToCacheChild as fe, MasterVehicleFuelUnitSchema as ff, type MasterVehicleFuelUnitDTO as fg, MasterVehicleFuelUnitQuerySchema as fh, type MasterVehicleFuelUnitQueryDTO as fi, toMasterVehicleFuelUnitPayload as fj, newMasterVehicleFuelUnitPayload as fk, findMasterVehicleFuelUnits as fl, createMasterVehicleFuelUnit as fm, updateMasterVehicleFuelUnit as fn, deleteMasterVehicleFuelUnit as fo, getMasterVehicleFuelUnitCache as fp, getMasterVehicleFuelUnitCacheCount as fq, getMasterVehicleFuelUnitCacheChild as fr, type MasterVehicleDocumentType as fs, MasterVehicleDocumentTypeSchema as ft, type MasterVehicleDocumentTypeDTO as fu, MasterVehicleDocumentTypeQuerySchema as fv, type MasterVehicleDocumentTypeQueryDTO as fw, toMasterVehicleDocumentTypePayload as fx, newMasterVehicleDocumentTypePayload as fy, findMasterVehicleDocumentTypes as fz, type MasterMainIndustry as g, type UserDefaultDateFormatDTO as g$, MasterMainLandmarkSchema as g0, type MasterMainLandmarkDTO as g1, MasterMainLandmarkQuerySchema as g2, type MasterMainLandmarkQueryDTO as g3, toMasterMainLandmarkPayload as g4, newMasterMainLandmarkPayload as g5, findMasterMainCountries as g6, createMasterMainCountry as g7, updateMasterMainCountry as g8, deleteMasterMainCountry as g9, type MasterMainLanguage as gA, MasterMainLanguageSchema as gB, type MasterMainLanguageDTO as gC, MasterMainLanguageQuerySchema as gD, type MasterMainLanguageQueryDTO as gE, toMasterMainLanguagePayload as gF, newMasterMainLanguagePayload as gG, findMasterMainLanguages as gH, createMasterMainLanguage as gI, updateMasterMainLanguage as gJ, deleteMasterMainLanguage as gK, getMasterMainLanguageCache as gL, type UserVehicleLink as gM, type UserLoginPush as gN, UserSchema as gO, type UserDTO as gP, UserQuerySchema as gQ, type UserQueryDTO as gR, UserLogoSchema as gS, type UserLogoDTO as gT, UserProfileSchema as gU, type UserProfileDTO as gV, UserDefaultLanguageSchema as gW, type UserDefaultLanguageDTO as gX, UserDefaultTimeZoneSchema as gY, type UserDefaultTimeZoneDTO as gZ, UserDefaultDateFormatSchema as g_, type MasterUserRole as ga, MasterUserRoleSchema as gb, type MasterUserRoleDTO as gc, MasterUserRoleQuerySchema as gd, type MasterUserRoleQueryDTO as ge, toMasterUserRolePayload as gf, newMasterUserRolePayload as gg, findMasterUserRoles as gh, createMasterUserRole as gi, updateMasterUserRole as gj, deleteMasterUserRole as gk, getMasterUserRoleCache as gl, getMasterUserRoleCacheCount as gm, type MasterUserStatus as gn, MasterUserStatusSchema as go, type MasterUserStatusDTO as gp, MasterUserStatusQuerySchema as gq, type MasterUserStatusQueryDTO as gr, toMasterUserStatusPayload as gs, newMasterUserStatusPayload as gt, findMasterUserStatuses as gu, createMasterUserStatus as gv, updateMasterUserStatus as gw, deleteMasterUserStatus as gx, getMasterUserStatusCache as gy, getMasterUserStatusCacheCount as gz, MasterMainIndustrySchema as h, createFleetVendorFuelStation as h$, newUserPayload as h0, toUserPayload as h1, toUserProfilePayload as h2, findUser as h3, createUser as h4, updateUser as h5, deleteUser as h6, updateUserLogo as h7, deleteUserLogo as h8, updateUserProfile as h9, createFleetVendorServiceCenter as hA, updateFleetVendorServiceCenter as hB, deleteFleetVendorServiceCenter as hC, type MasterFuelCompany as hD, MasterFuelCompanySchema as hE, type MasterFuelCompanyDTO as hF, MasterFuelCompanyQuerySchema as hG, type MasterFuelCompanyQueryDTO as hH, toMasterFuelCompanyPayload as hI, newMasterFuelCompanyPayload as hJ, findMasterFuelCompanys as hK, createMasterFuelCompany as hL, updateMasterFuelCompany as hM, deleteMasterFuelCompany as hN, getMasterFuelCompanyCache as hO, type FleetVendorFuelStation as hP, FleetVendorFuelStationSchema as hQ, type FleetVendorFuelStationDTO as hR, FleetVendorFuelStationQuerySchema as hS, type FleetVendorFuelStationQueryDTO as hT, FleetFuelStationRateSchema as hU, type FleetFuelStationRateDTO as hV, FleetFuelStationRateQuerySchema as hW, type FleetFuelStationRateQueryDTO as hX, toFleetVendorFuelStationPayload as hY, newFleetVendorFuelStationPayload as hZ, findFleetVendorFuelStation as h_, getUserCache as ha, getUserCacheSimple as hb, get_user_presigned_url as hc, updateUserDefaultLanguage as hd, updateUserDefaultTimezone as he, updateUserDefaultDateformat as hf, type MasterVendorDocumentType as hg, MasterVendorDocumentTypeSchema as hh, type MasterVendorDocumentTypeDTO as hi, MasterVendorDocumentTypeQuerySchema as hj, type MasterVendorDocumentTypeQueryDTO as hk, toMasterVendorDocumentTypePayload as hl, newMasterVendorDocumentTypePayload as hm, findMasterVendorDocumentTypes as hn, createMasterVendorDocumentType as ho, updateMasterVendorDocumentType as hp, deleteMasterVendorDocumentType as hq, getMasterVendorDocumentTypeCache as hr, type FleetVendorServiceCenter as hs, FleetVendorServiceCenterSchema as ht, type FleetVendorServiceCenterDTO as hu, FleetVendorServiceCenterQuerySchema as hv, type FleetVendorServiceCenterQueryDTO as hw, toFleetVendorServiceCenterPayload as hx, newFleetVendorServiceCenterPayload as hy, findFleetVendorServiceCenter as hz, type MasterMainIndustryDTO as i, deleteFleetVendor as i$, updateFleetVendorFuelStation as i0, deleteFleetVendorFuelStation as i1, type FleetVendor as i2, type FleetVendorTypeLink as i3, type FleetVendorTagLink as i4, type FleetVendorAddress as i5, type FleetVendorBankAccount as i6, type FleetVendorContactPersons as i7, type FleetVendorReview as i8, type FleetVendorDocument as i9, type FleetVendorReviewQueryDTO as iA, FleetVendorDocumentFileSchema as iB, type FleetVendorDocumentFileDTO as iC, FleetVendorDocumentSchema as iD, type FleetVendorDocumentDTO as iE, FleetVendorDocumentQuerySchema as iF, type FleetVendorDocumentQueryDTO as iG, toFleetVendorPayload as iH, newFleetVendorPayload as iI, toFleetVendorAddressPayload as iJ, newFleetVendorAddressPayload as iK, toFleetVendorBankAccountPayload as iL, newFleetVendorBankAccountPayload as iM, toFleetVendorContactPersonsPayload as iN, newFleetVendorContactPersonsPayload as iO, toFleetVendorReviewPayload as iP, newFleetVendorReviewPayload as iQ, toFleetVendorDocumentPayload as iR, newFleetVendorDocumentPayload as iS, vendor_logo_presigned_url as iT, vendor_contact_person_logo_presigned_url as iU, get_vendor_document_file_presigned_url as iV, updateFleetVendorLogo as iW, deleteFleetVendorLogo as iX, findFleetVendor as iY, createFleetVendor as iZ, updateFleetVendor as i_, type FleetVendorDocumentFile as ia, FleetVendorLogoSchema as ib, type FleetVendorLogoDTO as ic, FleetVendorSchema as id, type FleetVendorDTO as ie, FleetVendorQuerySchema as ig, type FleetVendorQueryDTO as ih, FleetVendorAddressSchema as ii, type FleetVendorAddressDTO as ij, FleetVendorAddressQuerySchema as ik, type FleetVendorAddressQueryDTO as il, FleetVendorBankAccountSchema as im, type FleetVendorBankAccountDTO as io, FleetVendorBankAccountQuerySchema as ip, type FleetVendorBankAccountQueryDTO as iq, FleetVendorContactPersonsLogoSchema as ir, type FleetVendorContactPersonsLogoDTO as is, FleetVendorContactPersonsSchema as it, type FleetVendorContactPersonsDTO as iu, FleetVendorContactPersonsQuerySchema as iv, type FleetVendorContactPersonsQueryDTO as iw, FleetVendorReviewSchema as ix, type FleetVendorReviewDTO as iy, FleetVendorReviewQuerySchema as iz, MasterMainIndustryQuerySchema as j, type VehicleDocumentDTO as j$, createFleetVendorAddress as j0, findFleetVendorAddress as j1, updateFleetVendorAddress as j2, deleteFleetVendorAddress as j3, createFleetVendorBankAccount as j4, findFleetVendorBankAccount as j5, updateFleetVendorBankAccount as j6, deleteFleetVendorBankAccount as j7, createFleetVendorContactPersons as j8, findFleetVendorContactPersons as j9, MasterVehicleFileSchema as jA, type MasterVehicleFileDTO as jB, VehicleSchema as jC, type VehicleDTO as jD, VehicleBulkSchema as jE, type VehicleBulkDTO as jF, MasterDeviceFileSchema as jG, type MasterDeviceFileDTO as jH, VehicleDeviceLinkSchema as jI, type VehicleDeviceLinkDTO as jJ, VehicleDeviceUnlinkSchema as jK, type VehicleDeviceUnlinkDTO as jL, VehicleDriverLinkSchema as jM, type VehicleDriverLinkDTO as jN, VehicleDetailGPSSensorSchema as jO, type VehicleDetailGPSSensorDTO as jP, VehicleDetailTripSchema as jQ, type VehicleDetailTripDTO as jR, VehicleDetailBodySchema as jS, type VehicleDetailBodyDTO as jT, VehicleDetailLifeCycleSchema as jU, type VehicleDetailLifeCycleDto as jV, VehicleDetailPurchaseSchema as jW, type VehicleDetailPurchaseDTO as jX, VehicleDocumentFileSchema as jY, type VehicleDocumentFileDTO as jZ, VehicleDocumentSchema as j_, updateFleetVendorContactPersons as ja, deleteFleetVendorContactPersons as jb, updateFleetVendorContactPersonsLogo as jc, deleteFleetVendorContactPersonsLogo as jd, createFleetVendorReview as je, findFleetVendorReview as jf, updateFleetVendorReview as jg, deleteFleetVendorReview as jh, create_file as ji, remove_file as jj, createFleetVendorDocument as jk, findFleetVendorDocument as jl, updateFleetVendorDocument as jm, deleteFleetVendorDocument as jn, getFleetVendorCacheSimple as jo, type MasterVehicleDropdown as jp, type MasterVehicleFile as jq, type VehicleDetailGPS as jr, type VehicleDetailTrip as js, type VehicleDetailBody as jt, type VehicleDetailLifeCycle as ju, type VehicleDetailPurchase as jv, type VehicleDocument as jw, type VehicleDocumentFile as jx, type VehicleDocumentExpiry as jy, type VehicleOdometerHistory as jz, type MasterMainIndustryQueryDTO as k, getVehicleSimpleDropdownCacheLiveData as k$, VehicleDocumentQuerySchema as k0, type VehicleDocumentQueryDTO as k1, VehicleDocumentExpirySchema as k2, type VehicleDocumentExpiryDTO as k3, VehicleDocumentExpiryQuerySchema as k4, type VehicleDocumentExpiryQueryDTO as k5, VehicleQuerySchema as k6, type VehicleQueryDTO as k7, SimpleFindQuerySchema as k8, type SimpleFindQueryDTO as k9, updateVehiclePurchaseDetails as kA, linkDriverToVehicle as kB, unlinkDriverFromVehicle as kC, getDriverLinkHistoryByVehicle as kD, getDriverLinkHistoryByDriver as kE, linkDeviceToVehicle as kF, unlinkDeviceFromVehicle as kG, getDeviceLinkHistoryByVehicle as kH, getDeviceLinkHistoryByDevice as kI, createVehicleDocument as kJ, findVehicleDocument as kK, updateVehicleDocument as kL, removeVehicleDocument as kM, createFileVehicle as kN, removeFileVehicle as kO, createFileDevice as kP, removeFileDevice as kQ, createFileVehicleDocument as kR, removeFileVehicleDocument as kS, createVehicleDocumentExpiry as kT, findVehicleDocumentExpiry as kU, updateVehicleDocumentExpiry as kV, removeVehicleDocumentExpiry as kW, getVehicleCache as kX, getVehicleSimpleCache as kY, getVehicleParentCache as kZ, getVehicleSimpleDropdownCustom as k_, VehicleGPSQuerySchema as ka, type VehicleGPSQueryDTO as kb, toVehiclePayload as kc, newVehiclePayload as kd, toVehicleDetailsGPSPayload as ke, toVehicleDetailsTripPayload as kf, toVehicleDetailsBodyPayload as kg, toVehicleDetailLifeCyclePayload as kh, toVehicleDetailPurchasePayload as ki, toVehicleDocumentPayload as kj, newVehicleDocumentPayload as kk, toVehicleDocumentExpiryPayload as kl, newVehicleDocumentExpiryPayload as km, get_vehicle_file_presigned_url as kn, get_device_file_presigned_url as ko, get_vehicle_document_file_presigned_url as kp, findVehicles as kq, findVehiclesLiveDashboard as kr, findVehicleGPSDetails as ks, createVehicle as kt, updateVehicle as ku, deleteVehicle as kv, updateDetailsGpsSensor as kw, updateDetailsTrip as kx, updateVehicleBodyDetails as ky, updateVehicleLifeCycleDetails as kz, findMasterMainIndustrys as l, type UserOrganisationSimple as l0, UserOrganisationSchema as l1, type UserOrganisationDTO as l2, UserOrganisationQuerySchema as l3, type UserOrganisationQueryDTO as l4, UserOrganisationLogoSchema as l5, type UserOrganisationLogoDTO as l6, toUserOrganisationPayload as l7, newUserOrganisationPayload as l8, findUserOrganisation as l9, createUserOrganisation as la, updateUserOrganisation as lb, deleteUserOrganisation as lc, updateUserOrganisationLogo as ld, deleteUserOrganisationLogo as le, get_user_organisation_presigned_url as lf, getUserOrganisationCache as lg, getUserOrganisationCacheSimple as lh, createMasterMainIndustry as m, newMasterMainIndustryPayload as n, deleteMasterMainIndustry as o, getMasterMainIndustryCache as p, type MasterMainCurrency as q, MasterMainCurrencySchema as r, type MasterMainCurrencyDTO as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencyQuerySchema as v, type MasterMainCurrencyQueryDTO as w, toMasterMainCurrencyPayload as x, newMasterMainCurrencyPayload as y, findMasterMainCurrencies as z };
9932
+ export { toMasterMainStatePayload as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type FleetVendor as F, type MasterMainTimeZone as G, MasterMainTimeZoneSchema as H, type MasterMainTimeZoneDTO as I, MasterMainTimeZoneQuerySchema as J, type MasterMainTimeZoneQueryDTO as K, toMasterMainTimeZonePayload as L, type MasterVehicle as M, newMasterMainTimeZonePayload as N, type OrganisationBranch as O, findMasterMainTimeZones as P, createMasterMainTimeZone as Q, updateMasterMainTimeZone as R, deleteMasterMainTimeZone as S, getMasterMainTimeZoneCacheAll as T, type UserOrganisation as U, getMasterMainTimeZoneCache as V, type MasterMainState as W, MasterMainStateSchema as X, type MasterMainStateDTO as Y, MasterMainStateQuerySchema as Z, type MasterMainStateQueryDTO as _, type User as a, createOrganisationSubCompany as a$, newMasterMainStatePayload as a0, findMasterMainStates as a1, createMasterMainState as a2, updateMasterMainState as a3, deleteMasterMainState as a4, getMasterMainStateCache as a5, type MasterMainCountry as a6, MasterMainCountrySchema as a7, type MasterMainCountryDTO as a8, MasterMainCountryQuerySchema as a9, toMasterMainUnitMileagePayload as aA, newMasterMainUnitMileagePayload as aB, findMasterMainUnitMileages as aC, createMasterMainUnitMileage as aD, updateMasterMainUnitMileage as aE, deleteMasterMainUnitMileage as aF, getMasterMainUnitMileageCache as aG, type MasterMainUnitVolume as aH, MasterMainUnitVolumeSchema as aI, type MasterMainUnitVolumeDTO as aJ, MasterMainUnitVolumeQuerySchema as aK, type MasterMainUnitVolumeQueryDTO as aL, toMasterMainUnitVolumePayload as aM, newMasterMainUnitVolumePayload as aN, findMasterMainUnitVolumes as aO, createMasterMainUnitVolume as aP, updateMasterMainUnitVolume as aQ, deleteMasterMainUnitVolume as aR, getMasterMainUnitVolumeCache as aS, type OrganisationSubCompany as aT, OrganisationSubCompanySchema as aU, type OrganisationSubCompanyDTO as aV, OrganisationSubCompanyQuerySchema as aW, type OrganisationSubCompanyQueryDTO as aX, toOrganisationSubCompanyPayload as aY, newOrganisationSubCompanyPayload as aZ, findOrganisationSubCompanyies as a_, type MasterMainCountryQueryDTO as aa, toMasterMainCountryPayload as ab, newMasterMainCountryPayload as ac, findMasterMainCountries$1 as ad, createMasterMainCountry$1 as ae, updateMasterMainCountry$1 as af, deleteMasterMainCountry$1 as ag, getMasterMainCountryCache as ah, getMasterMainCountryCacheChild as ai, type MasterMainDateFormat as aj, MasterMainDateFormatSchema as ak, type MasterMainDateFormatDTO as al, MasterMainDateFormatQuerySchema as am, type MasterMainDateFormatQueryDTO as an, toMasterMainDateFormatPayload as ao, newMasterMainDateFormatPayload as ap, findMasterMainDateFormats as aq, createMasterMainDateFormat as ar, updateMasterMainDateFormat as as, deleteMasterMainDateFormat as at, getMasterMainDateFormatCache as au, type MasterMainUnitMileage as av, MasterMainUnitMileageSchema as aw, type MasterMainUnitMileageDTO as ax, MasterMainUnitMileageQuerySchema as ay, type MasterMainUnitMileageQueryDTO as az, type MasterDriver as b, createMasterDriver as b$, updateOrganisationSubCompany as b0, deleteOrganisationSubCompany as b1, getOrganisationSubCompanyCache as b2, getOrganisationSubCompanyCacheCount as b3, getOrganisationSubCompanyCacheChild as b4, OrganisationBranchSchema as b5, type OrganisationBranchDTO as b6, OrganisationBranchQuerySchema as b7, type OrganisationBranchQueryDTO as b8, toOrganisationBranchPayload as b9, type OrganisationTagQueryDTO as bA, toOrganisationTagPayload as bB, newOrganisationTagPayload as bC, findOrganisationTags as bD, createOrganisationTag as bE, updateOrganisationTag as bF, deleteOrganisationTag as bG, getOrganisationTagCache as bH, getOrganisationTagCacheCount as bI, getOrganisationTagCacheChild as bJ, type MasterDriverFile as bK, type AssignRemoveDriverHistory as bL, type DriverLoginPush as bM, MasterDriverFileSchema as bN, type MasterDriverFileDTO as bO, MasterDriverSchema as bP, type MasterDriverDTO as bQ, MasterDriverQuerySchema as bR, type MasterDriverQueryDTO as bS, MasterDriverLogoSchema as bT, type MasterDriverLogoDTO as bU, MasterDriverProfileSchema as bV, type MasterDriverProfileDTO as bW, toDriverPayload as bX, toDriverProfilePayload as bY, newDriverPayload as bZ, findMasterDriver as b_, newOrganisationBranchPayload as ba, findOrganisationBranchs as bb, createOrganisationBranch as bc, updateOrganisationBranch as bd, deleteOrganisationBranch as be, getOrganisationBranchCache as bf, getOrganisationBranchCacheCount as bg, getOrganisationBranchCacheChild as bh, type OrganisationColor as bi, OrganisationColorSchema as bj, type OrganisationColorDTO as bk, OrganisationColorQuerySchema as bl, type OrganisationColorQueryDTO as bm, toOrganisationColorPayload as bn, newOrganisationColorPayload as bo, findOrganisationColors as bp, createOrganisationColor as bq, updateOrganisationColor as br, deleteOrganisationColor as bs, getOrganisationColorCache as bt, getOrganisationColorCacheCount as bu, getOrganisationColorCacheChild as bv, type OrganisationTag as bw, OrganisationTagSchema as bx, type OrganisationTagDTO as by, OrganisationTagQuerySchema as bz, type MasterDevice as c, updateMasterSim as c$, updateMasterDriver as c0, deleteMasterDriver as c1, updateMasterDriverLogo as c2, deleteMasterDriverLogo as c3, updateMasterDriverProfile as c4, getMasterDriverCache as c5, getMasterDriverCacheSimple as c6, get_master_driver_presigned_url as c7, get_master_driver_presigned_url_file as c8, create_file$1 as c9, getMasterDeviceModelCache as cA, getMasterDeviceModelCacheCount as cB, getMasterDeviceModelCacheChild as cC, type MasterDeviceManufacturer as cD, MasterDeviceManufacturerSchema as cE, type MasterDeviceManufacturerDTO as cF, MasterDeviceManufacturerQuerySchema as cG, type MasterDeviceManufacturerQueryDTO as cH, toMasterDeviceManufacturerPayload as cI, newMasterDeviceManufacturerPayload as cJ, findMasterDeviceManufacturers as cK, createMasterDeviceManufacturer as cL, updateMasterDeviceManufacturer as cM, deleteMasterDeviceManufacturer as cN, getMasterDeviceManufacturerCache as cO, getMasterDeviceManufacturerCacheCount as cP, getMasterDeviceManufacturerCacheChild as cQ, type MasterSim as cR, type AssignRemoveSimHistory as cS, MasterSimSchema as cT, type MasterSimDTO as cU, MasterSimQuerySchema as cV, type MasterSimQueryDTO as cW, toMasterSimPayload as cX, newMasterSimPayload as cY, findMasterSims as cZ, createMasterSim as c_, remove_file$1 as ca, type MasterDeviceType as cb, MasterDeviceTypeSchema as cc, type MasterDeviceTypeDTO as cd, MasterDeviceTypeQuerySchema as ce, type MasterDeviceTypeQueryDTO as cf, toMasterDeviceTypePayload as cg, newMasterDeviceTypePayload as ch, findMasterDeviceTypes as ci, createMasterDeviceType as cj, updateMasterDeviceType as ck, deleteMasterDeviceType as cl, getMasterDeviceTypeCache as cm, getMasterDeviceTypeCacheCount as cn, getMasterDeviceTypeCacheChild as co, type MasterDeviceModel as cp, MasterDeviceModelSchema as cq, type MasterDeviceModelDTO as cr, MasterDeviceModelQuerySchema as cs, type MasterDeviceModelQueryDTO as ct, toMasterDeviceModelPayload as cu, newMasterDeviceModelPayload as cv, findMasterDeviceModels as cw, createMasterDeviceModel as cx, updateMasterDeviceModel as cy, deleteMasterDeviceModel as cz, type MasterMainLandmark as d, MasterVehicleMakeSchema as d$, deleteMasterSim as d0, type AssignRemoveDeviceHistory as d1, MasterDeviceSchema as d2, type MasterDeviceDTO as d3, MasterDeviceQuerySchema as d4, type MasterDeviceQueryDTO as d5, DeviceSimLinkSchema as d6, type DeviceSimLinkDTO as d7, toMasterDevicePayload as d8, newMasterDevicePayload as d9, type MasterVehicleSubModelDTO as dA, MasterVehicleSubModelQuerySchema as dB, type MasterVehicleSubModelQueryDTO as dC, toMasterVehicleSubModelPayload as dD, newMasterVehicleSubModelPayload as dE, findMasterVehicleSubModels as dF, createMasterVehicleSubModel as dG, updateMasterVehicleSubModel as dH, deleteMasterVehicleSubModel as dI, getMasterVehicleSubModelCache as dJ, getMasterVehicleSubModelCacheCount as dK, getMasterVehicleSubModelCacheChild as dL, type MasterVehicleModel as dM, MasterVehicleModelSchema as dN, type MasterVehicleModelDTO as dO, MasterVehicleModelQuerySchema as dP, type MasterVehicleModelQueryDTO as dQ, toMasterVehicleModelPayload as dR, newMasterVehicleModelPayload as dS, findMasterVehicleModels as dT, createMasterVehicleModel as dU, updateMasterVehicleModel as dV, deleteMasterVehicleModel as dW, getMasterVehicleModelCache as dX, getMasterVehicleModelCacheCount as dY, getMasterVehicleModelCacheChild as dZ, type MasterVehicleMake as d_, findMasterDevices as da, createMasterDevice as db, updateMasterDevice as dc, deleteMasterDevice as dd, device_sim_link as de, device_sim_unlink as df, get_device_sim_link_history_by_sim as dg, get_device_sim_link_history_by_device as dh, type OrganisationGroup as di, type VehicleOrganisationGroupLink as dj, OrganisationGroupSchema as dk, type OrganisationGroupDTO as dl, OrganisationGroupQuerySchema as dm, type OrganisationGroupQueryDTO as dn, toOrganisationGroupPayload as dp, newOrganisationGroupPayload as dq, findOrganisationGroups as dr, createOrganisationGroup as ds, updateOrganisationGroup as dt, deleteOrganisationGroup as du, getOrganisationGroupCache as dv, getOrganisationGroupCacheCount as dw, getOrganisationGroupCacheChild as dx, type MasterVehicleSubModel as dy, MasterVehicleSubModelSchema as dz, type MasterVehicleFuelType as e, deleteMasterVehicleFuelType as e$, type MasterVehicleMakeDTO as e0, MasterVehicleMakeQuerySchema as e1, type MasterVehicleMakeQueryDTO as e2, toMasterVehicleMakePayload as e3, newMasterVehicleMakePayload as e4, findMasterVehicleMakes as e5, createMasterVehicleMake as e6, updateMasterVehicleMake as e7, deleteMasterVehicleMake as e8, getMasterVehicleMakeCache as e9, deleteMasterVehicleOwnershipType as eA, getMasterVehicleOwnershipTypeCache as eB, getMasterVehicleOwnershipTypeCacheCount as eC, getMasterVehicleOwnershipTypeCacheChild as eD, type MasterVehicleType as eE, MasterVehicleTypeSchema as eF, type MasterVehicleTypeDTO as eG, MasterVehicleTypeQuerySchema as eH, type MasterVehicleTypeQueryDTO as eI, toMasterVehicleTypePayload as eJ, newMasterVehicleTypePayload as eK, findMasterVehicleTypes as eL, createMasterVehicleType as eM, updateMasterVehicleType as eN, deleteMasterVehicleType as eO, getMasterVehicleTypeCache as eP, getMasterVehicleTypeCacheCount as eQ, getMasterVehicleTypeCacheChild as eR, MasterVehicleFuelTypeSchema as eS, type MasterVehicleFuelTypeDTO as eT, MasterVehicleFuelTypeQuerySchema as eU, type MasterVehicleFuelTypeQueryDTO as eV, toMasterVehicleFuelTypePayload as eW, newMasterVehicleFuelTypePayload as eX, findMasterVehicleFuelTypes as eY, createMasterVehicleFuelType as eZ, updateMasterVehicleFuelType as e_, getMasterVehicleMakeCacheCount as ea, getMasterVehicleMakeCacheChild as eb, type MasterVehicleStatusType as ec, MasterVehicleStatusTypeSchema as ed, type MasterVehicleStatusTypeDTO as ee, MasterVehicleStatusTypeQuerySchema as ef, type MasterVehicleStatusTypeQueryDTO as eg, toMasterVehicleStatusTypePayload as eh, newMasterVehicleStatusTypePayload as ei, findMasterVehicleStatusTypes as ej, createMasterVehicleStatusType as ek, updateMasterVehicleStatusType as el, deleteMasterVehicleStatusType as em, getMasterVehicleStatusTypeCache as en, getMasterVehicleStatusTypeCacheCount as eo, getMasterVehicleStatusTypeCacheChild as ep, type MasterVehicleOwnershipType as eq, MasterVehicleOwnershipTypeSchema as er, type MasterVehicleOwnershipTypeDTO as es, MasterVehicleOwnershipTypeQuerySchema as et, type MasterVehicleOwnershipTypeQueryDTO as eu, toMasterVehicleOwnershipTypePayload as ev, newMasterVehicleOwnershipTypePayload as ew, findMasterVehicleOwnershipTypes as ex, createMasterVehicleOwnershipType as ey, updateMasterVehicleOwnershipType as ez, type MasterVehicleFuelUnit as f, updateMasterVendorTag as f$, getMasterVehicleFuelTypeCache as f0, getMasterVehicleFuelTypeCacheCount as f1, getMasterVehicleFuelTypeCacheChild as f2, type MasterVehicleAssociatedTo as f3, MasterVehicleAssociatedToSchema as f4, type MasterVehicleAssociatedToDTO as f5, MasterVehicleAssociatedToQuerySchema as f6, type MasterVehicleAssociatedToQueryDTO as f7, toMasterVehicleAssociatedToPayload as f8, newMasterVehicleAssociatedToPayload as f9, newMasterVehicleDocumentTypePayload as fA, findMasterVehicleDocumentTypes as fB, createMasterVehicleDocumentType as fC, updateMasterVehicleDocumentType as fD, deleteMasterVehicleDocumentType as fE, getMasterVehicleDocumentTypeCache as fF, type MasterVendorType as fG, MasterVendorTypeSchema as fH, type MasterVendorTypeDTO as fI, MasterVendorTypeQuerySchema as fJ, type MasterVendorTypeQueryDTO as fK, toMasterVendorTypePayload as fL, newMasterVendorTypePayload as fM, findMasterVendorTypes as fN, createMasterVendorType as fO, updateMasterVendorType as fP, deleteMasterVendorType as fQ, getMasterVendorTypeCache as fR, type MasterVendorTag as fS, MasterVendorTagSchema as fT, type MasterVendorTagDTO as fU, MasterVendorTagQuerySchema as fV, type MasterVendorTagQueryDTO as fW, toMasterVendorTagPayload as fX, newMasterVendorTagPayload as fY, findMasterVendorTags as fZ, createMasterVendorTag as f_, findMasterVehicleAssociatedTos as fa, createMasterVehicleAssociatedTo as fb, updateMasterVehicleAssociatedTo as fc, deleteMasterVehicleAssociatedTo as fd, getMasterVehicleAssociatedToCache as fe, getMasterVehicleAssociatedToCacheCount as ff, getMasterVehicleAssociatedToCacheChild as fg, MasterVehicleFuelUnitSchema as fh, type MasterVehicleFuelUnitDTO as fi, MasterVehicleFuelUnitQuerySchema as fj, type MasterVehicleFuelUnitQueryDTO as fk, toMasterVehicleFuelUnitPayload as fl, newMasterVehicleFuelUnitPayload as fm, findMasterVehicleFuelUnits as fn, createMasterVehicleFuelUnit as fo, updateMasterVehicleFuelUnit as fp, deleteMasterVehicleFuelUnit as fq, getMasterVehicleFuelUnitCache as fr, getMasterVehicleFuelUnitCacheCount as fs, getMasterVehicleFuelUnitCacheChild as ft, type MasterVehicleDocumentType as fu, MasterVehicleDocumentTypeSchema as fv, type MasterVehicleDocumentTypeDTO as fw, MasterVehicleDocumentTypeQuerySchema as fx, type MasterVehicleDocumentTypeQueryDTO as fy, toMasterVehicleDocumentTypePayload as fz, type FleetVendorServiceCenter as g, type UserDefaultTimeZoneDTO as g$, deleteMasterVendorTag as g0, getMasterVendorTagCache as g1, MasterMainLandmarkSchema as g2, type MasterMainLandmarkDTO as g3, MasterMainLandmarkQuerySchema as g4, type MasterMainLandmarkQueryDTO as g5, toMasterMainLandmarkPayload as g6, newMasterMainLandmarkPayload as g7, findMasterMainCountries as g8, createMasterMainCountry as g9, getMasterUserStatusCache as gA, getMasterUserStatusCacheCount as gB, type MasterMainLanguage as gC, MasterMainLanguageSchema as gD, type MasterMainLanguageDTO as gE, MasterMainLanguageQuerySchema as gF, type MasterMainLanguageQueryDTO as gG, toMasterMainLanguagePayload as gH, newMasterMainLanguagePayload as gI, findMasterMainLanguages as gJ, createMasterMainLanguage as gK, updateMasterMainLanguage as gL, deleteMasterMainLanguage as gM, getMasterMainLanguageCache as gN, type UserVehicleLink as gO, type UserLoginPush as gP, UserSchema as gQ, type UserDTO as gR, UserQuerySchema as gS, type UserQueryDTO as gT, UserLogoSchema as gU, type UserLogoDTO as gV, UserProfileSchema as gW, type UserProfileDTO as gX, UserDefaultLanguageSchema as gY, type UserDefaultLanguageDTO as gZ, UserDefaultTimeZoneSchema as g_, updateMasterMainCountry as ga, deleteMasterMainCountry as gb, type MasterUserRole as gc, MasterUserRoleSchema as gd, type MasterUserRoleDTO as ge, MasterUserRoleQuerySchema as gf, type MasterUserRoleQueryDTO as gg, toMasterUserRolePayload as gh, newMasterUserRolePayload as gi, findMasterUserRoles as gj, createMasterUserRole as gk, updateMasterUserRole as gl, deleteMasterUserRole as gm, getMasterUserRoleCache as gn, getMasterUserRoleCacheCount as go, type MasterUserStatus as gp, MasterUserStatusSchema as gq, type MasterUserStatusDTO as gr, MasterUserStatusQuerySchema as gs, type MasterUserStatusQueryDTO as gt, toMasterUserStatusPayload as gu, newMasterUserStatusPayload as gv, findMasterUserStatuses as gw, createMasterUserStatus as gx, updateMasterUserStatus as gy, deleteMasterUserStatus as gz, type MasterMainIndustry as h, findFleetVendorFuelStation as h$, UserDefaultDateFormatSchema as h0, type UserDefaultDateFormatDTO as h1, newUserPayload as h2, toUserPayload as h3, toUserProfilePayload as h4, findUser as h5, createUser as h6, updateUser as h7, deleteUser as h8, updateUserLogo as h9, findFleetVendorServiceCenter as hA, createFleetVendorServiceCenter as hB, updateFleetVendorServiceCenter as hC, deleteFleetVendorServiceCenter as hD, type MasterFuelCompany as hE, MasterFuelCompanySchema as hF, type MasterFuelCompanyDTO as hG, MasterFuelCompanyQuerySchema as hH, type MasterFuelCompanyQueryDTO as hI, toMasterFuelCompanyPayload as hJ, newMasterFuelCompanyPayload as hK, findMasterFuelCompanys as hL, createMasterFuelCompany as hM, updateMasterFuelCompany as hN, deleteMasterFuelCompany as hO, getMasterFuelCompanyCache as hP, type FleetVendorFuelStation as hQ, FleetVendorFuelStationSchema as hR, type FleetVendorFuelStationDTO as hS, FleetVendorFuelStationQuerySchema as hT, type FleetVendorFuelStationQueryDTO as hU, FleetFuelStationRateSchema as hV, type FleetFuelStationRateDTO as hW, FleetFuelStationRateQuerySchema as hX, type FleetFuelStationRateQueryDTO as hY, toFleetVendorFuelStationPayload as hZ, newFleetVendorFuelStationPayload as h_, deleteUserLogo as ha, updateUserProfile as hb, getUserCache as hc, getUserCacheSimple as hd, get_user_presigned_url as he, updateUserDefaultLanguage as hf, updateUserDefaultTimezone as hg, updateUserDefaultDateformat as hh, type MasterVendorDocumentType as hi, MasterVendorDocumentTypeSchema as hj, type MasterVendorDocumentTypeDTO as hk, MasterVendorDocumentTypeQuerySchema as hl, type MasterVendorDocumentTypeQueryDTO as hm, toMasterVendorDocumentTypePayload as hn, newMasterVendorDocumentTypePayload as ho, findMasterVendorDocumentTypes as hp, createMasterVendorDocumentType as hq, updateMasterVendorDocumentType as hr, deleteMasterVendorDocumentType as hs, getMasterVendorDocumentTypeCache as ht, FleetVendorServiceCenterSchema as hu, type FleetVendorServiceCenterDTO as hv, FleetVendorServiceCenterQuerySchema as hw, type FleetVendorServiceCenterQueryDTO as hx, toFleetVendorServiceCenterPayload as hy, newFleetVendorServiceCenterPayload as hz, MasterMainIndustrySchema as i, deleteFleetVendor as i$, createFleetVendorFuelStation as i0, updateFleetVendorFuelStation as i1, deleteFleetVendorFuelStation as i2, type FleetVendorTypeLink as i3, type FleetVendorTagLink as i4, type FleetVendorAddress as i5, type FleetVendorBankAccount as i6, type FleetVendorContactPersons as i7, type FleetVendorReview as i8, type FleetVendorDocument as i9, type FleetVendorReviewQueryDTO as iA, FleetVendorDocumentFileSchema as iB, type FleetVendorDocumentFileDTO as iC, FleetVendorDocumentSchema as iD, type FleetVendorDocumentDTO as iE, FleetVendorDocumentQuerySchema as iF, type FleetVendorDocumentQueryDTO as iG, toFleetVendorPayload as iH, newFleetVendorPayload as iI, toFleetVendorAddressPayload as iJ, newFleetVendorAddressPayload as iK, toFleetVendorBankAccountPayload as iL, newFleetVendorBankAccountPayload as iM, toFleetVendorContactPersonsPayload as iN, newFleetVendorContactPersonsPayload as iO, toFleetVendorReviewPayload as iP, newFleetVendorReviewPayload as iQ, toFleetVendorDocumentPayload as iR, newFleetVendorDocumentPayload as iS, vendor_logo_presigned_url as iT, vendor_contact_person_logo_presigned_url as iU, get_vendor_document_file_presigned_url as iV, updateFleetVendorLogo as iW, deleteFleetVendorLogo as iX, findFleetVendor as iY, createFleetVendor as iZ, updateFleetVendor as i_, type FleetVendorDocumentFile as ia, FleetVendorLogoSchema as ib, type FleetVendorLogoDTO as ic, FleetVendorSchema as id, type FleetVendorDTO as ie, FleetVendorQuerySchema as ig, type FleetVendorQueryDTO as ih, FleetVendorAddressSchema as ii, type FleetVendorAddressDTO as ij, FleetVendorAddressQuerySchema as ik, type FleetVendorAddressQueryDTO as il, FleetVendorBankAccountSchema as im, type FleetVendorBankAccountDTO as io, FleetVendorBankAccountQuerySchema as ip, type FleetVendorBankAccountQueryDTO as iq, FleetVendorContactPersonsLogoSchema as ir, type FleetVendorContactPersonsLogoDTO as is, FleetVendorContactPersonsSchema as it, type FleetVendorContactPersonsDTO as iu, FleetVendorContactPersonsQuerySchema as iv, type FleetVendorContactPersonsQueryDTO as iw, FleetVendorReviewSchema as ix, type FleetVendorReviewDTO as iy, FleetVendorReviewQuerySchema as iz, type MasterMainIndustryDTO as j, type VehicleDocumentDTO as j$, createFleetVendorAddress as j0, findFleetVendorAddress as j1, updateFleetVendorAddress as j2, deleteFleetVendorAddress as j3, createFleetVendorBankAccount as j4, findFleetVendorBankAccount as j5, updateFleetVendorBankAccount as j6, deleteFleetVendorBankAccount as j7, createFleetVendorContactPersons as j8, findFleetVendorContactPersons as j9, MasterVehicleFileSchema as jA, type MasterVehicleFileDTO as jB, VehicleSchema as jC, type VehicleDTO as jD, VehicleBulkSchema as jE, type VehicleBulkDTO as jF, MasterDeviceFileSchema as jG, type MasterDeviceFileDTO as jH, VehicleDeviceLinkSchema as jI, type VehicleDeviceLinkDTO as jJ, VehicleDeviceUnlinkSchema as jK, type VehicleDeviceUnlinkDTO as jL, VehicleDriverLinkSchema as jM, type VehicleDriverLinkDTO as jN, VehicleDetailGPSSensorSchema as jO, type VehicleDetailGPSSensorDTO as jP, VehicleDetailTripSchema as jQ, type VehicleDetailTripDTO as jR, VehicleDetailBodySchema as jS, type VehicleDetailBodyDTO as jT, VehicleDetailLifeCycleSchema as jU, type VehicleDetailLifeCycleDto as jV, VehicleDetailPurchaseSchema as jW, type VehicleDetailPurchaseDTO as jX, VehicleDocumentFileSchema as jY, type VehicleDocumentFileDTO as jZ, VehicleDocumentSchema as j_, updateFleetVendorContactPersons as ja, deleteFleetVendorContactPersons as jb, updateFleetVendorContactPersonsLogo as jc, deleteFleetVendorContactPersonsLogo as jd, createFleetVendorReview as je, findFleetVendorReview as jf, updateFleetVendorReview as jg, deleteFleetVendorReview as jh, create_file as ji, remove_file as jj, createFleetVendorDocument as jk, findFleetVendorDocument as jl, updateFleetVendorDocument as jm, deleteFleetVendorDocument as jn, getFleetVendorCacheSimple as jo, type MasterVehicleDropdown as jp, type MasterVehicleFile as jq, type VehicleDetailGPS as jr, type VehicleDetailTrip as js, type VehicleDetailBody as jt, type VehicleDetailLifeCycle as ju, type VehicleDetailPurchase as jv, type VehicleDocument as jw, type VehicleDocumentFile as jx, type VehicleDocumentExpiry as jy, type VehicleOdometerHistory as jz, MasterMainIndustryQuerySchema as k, getVehicleSimpleDropdownCacheLiveData as k$, VehicleDocumentQuerySchema as k0, type VehicleDocumentQueryDTO as k1, VehicleDocumentExpirySchema as k2, type VehicleDocumentExpiryDTO as k3, VehicleDocumentExpiryQuerySchema as k4, type VehicleDocumentExpiryQueryDTO as k5, VehicleQuerySchema as k6, type VehicleQueryDTO as k7, SimpleFindQuerySchema as k8, type SimpleFindQueryDTO as k9, updateVehiclePurchaseDetails as kA, linkDriverToVehicle as kB, unlinkDriverFromVehicle as kC, getDriverLinkHistoryByVehicle as kD, getDriverLinkHistoryByDriver as kE, linkDeviceToVehicle as kF, unlinkDeviceFromVehicle as kG, getDeviceLinkHistoryByVehicle as kH, getDeviceLinkHistoryByDevice as kI, createVehicleDocument as kJ, findVehicleDocument as kK, updateVehicleDocument as kL, removeVehicleDocument as kM, createFileVehicle as kN, removeFileVehicle as kO, createFileDevice as kP, removeFileDevice as kQ, createFileVehicleDocument as kR, removeFileVehicleDocument as kS, createVehicleDocumentExpiry as kT, findVehicleDocumentExpiry as kU, updateVehicleDocumentExpiry as kV, removeVehicleDocumentExpiry as kW, getVehicleCache as kX, getVehicleSimpleCache as kY, getVehicleParentCache as kZ, getVehicleSimpleDropdownCustom as k_, VehicleGPSQuerySchema as ka, type VehicleGPSQueryDTO as kb, toVehiclePayload as kc, newVehiclePayload as kd, toVehicleDetailsGPSPayload as ke, toVehicleDetailsTripPayload as kf, toVehicleDetailsBodyPayload as kg, toVehicleDetailLifeCyclePayload as kh, toVehicleDetailPurchasePayload as ki, toVehicleDocumentPayload as kj, newVehicleDocumentPayload as kk, toVehicleDocumentExpiryPayload as kl, newVehicleDocumentExpiryPayload as km, get_vehicle_file_presigned_url as kn, get_device_file_presigned_url as ko, get_vehicle_document_file_presigned_url as kp, findVehicles as kq, findVehiclesLiveDashboard as kr, findVehicleGPSDetails as ks, createVehicle as kt, updateVehicle as ku, deleteVehicle as kv, updateDetailsGpsSensor as kw, updateDetailsTrip as kx, updateVehicleBodyDetails as ky, updateVehicleLifeCycleDetails as kz, type MasterMainIndustryQueryDTO as l, type UserOrganisationSimple as l0, UserOrganisationSchema as l1, type UserOrganisationDTO as l2, UserOrganisationQuerySchema as l3, type UserOrganisationQueryDTO as l4, UserOrganisationLogoSchema as l5, type UserOrganisationLogoDTO as l6, toUserOrganisationPayload as l7, newUserOrganisationPayload as l8, findUserOrganisation as l9, createUserOrganisation as la, updateUserOrganisation as lb, deleteUserOrganisation as lc, updateUserOrganisationLogo as ld, deleteUserOrganisationLogo as le, get_user_organisation_presigned_url as lf, getUserOrganisationCache as lg, getUserOrganisationCacheSimple as lh, 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 };