vms-nest-prisma-api-document 203.0.0 → 205.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 (90) hide show
  1. package/dist/core/Enums.d.ts +5 -1
  2. package/dist/core/Enums.js +6 -0
  3. package/dist/services/account/bookmark_service.d.ts +1 -1
  4. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  5. package/dist/services/account/report_preferences.service.d.ts +1 -1
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +21 -21
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
  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 +13 -13
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  14. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  15. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  16. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +9 -9
  17. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +6 -6
  18. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +12 -12
  19. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  20. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  21. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  22. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  23. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  24. package/dist/services/main/users/auth_service.d.ts +1 -1
  25. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  26. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  27. package/dist/services/main/users/user_service.d.ts +1 -1
  28. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  29. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  30. package/dist/services/main/vehicle/master_vehicle_service.js +131 -38
  31. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  32. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  37. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  38. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  39. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  40. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  41. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  42. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  43. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  44. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  45. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  46. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  47. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  50. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  51. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  62. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  67. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  68. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  69. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  70. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  71. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
  72. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  73. package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -5
  74. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  75. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  76. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  77. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  87. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  88. package/dist/services/website/static_pages_service.d.ts +1 -1
  89. package/dist/{user_organisation_service-ZHS75FqD.d.ts → user_organisation_service-C4kcSPYe.d.ts} +272 -106
  90. 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, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, OdometerSource, FleetSize } from './core/Enums.js';
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';
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';
@@ -4155,30 +4155,63 @@ interface MasterVehicle extends Record<string, unknown> {
4155
4155
  vehicle_id: string;
4156
4156
  vehicle_number: string;
4157
4157
  vehicle_name?: string;
4158
- odometer_reading?: number;
4159
4158
  engine_number?: string;
4160
4159
  chassis_number?: string;
4161
4160
  vehicle_make_year?: number;
4161
+ db_instance: String;
4162
+ db_group: String;
4162
4163
  is_fleet_active: YesNo;
4163
4164
  is_gps_active: YesNo;
4164
4165
  is_trip_active: YesNo;
4165
4166
  status: Status;
4166
4167
  added_date_time: string;
4167
4168
  modified_date_time: string;
4169
+ is_driver_assigned: YesNo;
4170
+ driver_id?: string;
4171
+ MasterDriver?: MasterDriver;
4172
+ driver_details?: string;
4173
+ assign_driver_date?: string;
4174
+ AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
4175
+ is_device_installed: YesNo;
4176
+ device_gps_source?: GPSSource;
4177
+ device_id?: string;
4178
+ MasterDevice?: MasterDevice;
4179
+ device_identifier?: string;
4180
+ assign_device_date?: string;
4181
+ AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
4182
+ country_id?: string;
4183
+ MasterMainCountry?: MasterMainCountry;
4184
+ time_zone_id?: string;
4185
+ MasterMainTimeZone?: MasterMainTimeZone;
4186
+ odometer_reading?: number;
4187
+ odometer_last_change_date?: string;
4188
+ VehicleOdometerHistory?: VehicleOdometerHistory[];
4189
+ vehicle_details_gps_id?: string;
4190
+ VehicleDetailGPS?: VehicleDetailGPS;
4191
+ vehicle_details_trip_id?: string;
4192
+ VehicleDetailTrip?: VehicleDetailTrip;
4193
+ vehicle_details_body_id?: string;
4194
+ VehicleDetailBody?: VehicleDetailBody;
4195
+ vehicle_details_life_cycle_id?: string;
4196
+ VehicleDetailLifeCycle?: VehicleDetailLifeCycle;
4197
+ vehicle_details_purchase_id?: string;
4198
+ VehicleDetailPurchase?: VehicleDetailPurchase;
4199
+ organisation_id: string;
4200
+ UserOrganisation?: UserOrganisation;
4168
4201
  organisation_sub_company_id?: string;
4169
4202
  OrganisationSubCompany?: OrganisationSubCompany;
4170
4203
  sub_company_name?: string;
4171
- organisation_tag_id?: string;
4172
- OrganisationTag?: OrganisationTag;
4173
- tag_name?: string;
4204
+ organisation_branch_id?: string;
4205
+ OrganisationBranch?: OrganisationBranch;
4206
+ branch_name?: string;
4207
+ branch_city?: string;
4174
4208
  organisation_color_id?: string;
4175
4209
  OrganisationColor?: OrganisationColor;
4176
4210
  color_name?: string;
4177
4211
  color_code?: string;
4178
- organisation_group_id?: string;
4179
- OrganisationGroup?: OrganisationGroup;
4180
- group_name?: string;
4181
- group_code?: string;
4212
+ organisation_tag_id?: string;
4213
+ OrganisationTag?: OrganisationTag;
4214
+ tag_name?: string;
4182
4215
  vehicle_type_id: string;
4183
4216
  MasterVehicleType?: MasterVehicleType;
4184
4217
  vehicle_type?: string;
@@ -4212,78 +4245,26 @@ interface MasterVehicle extends Record<string, unknown> {
4212
4245
  secondary_vehicle_fuel_unit_id?: string;
4213
4246
  SecondaryMasterVehicleFuelUnit?: MasterVehicleFuelUnit;
4214
4247
  secondary_fuel_unit?: string;
4215
- vehicle_total_fuel_quantity?: number;
4216
- vehicle_tank_1_fuel_quantity?: number;
4217
- vehicle_tank_2_fuel_quantity?: number;
4218
- is_driver_assigned: YesNo;
4219
- driver_id?: string;
4220
- MasterDriver?: MasterDriver;
4221
- assign_driver_date?: string;
4222
- AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
4223
- is_device_installed: YesNo;
4224
- device_gps_source?: GPSSource;
4225
- device_id?: string;
4226
- MasterDevice?: MasterDevice;
4227
- assign_device_date?: string;
4228
- AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
4229
- country_id?: string;
4230
- MasterMainCountry?: MasterMainCountry;
4231
- time_zone_id?: string;
4232
- MasterMainTimeZone?: MasterMainTimeZone;
4233
- odometer_last_change_date?: string;
4234
- vehicle_details_body_id?: string;
4235
- VehicleDetailBody?: VehicleDetailBody;
4236
- vehicle_details_life_cycle_id?: string;
4237
- VehicleDetailLifeCycle?: VehicleDetailLifeCycle;
4238
- vehicle_details_purchase_id?: string;
4239
- VehicleDetailPurchase?: VehicleDetailPurchase;
4240
- vehicle_details_gps_id?: string;
4241
- VehicleDetailGPS?: VehicleDetailGPS;
4242
- vehicle_details_trip_id?: string;
4243
- VehicleDetailTrip?: VehicleDetailTrip;
4244
- organisation_id: string;
4245
- UserOrganisation?: UserOrganisation;
4246
- organisation_branch_id?: string;
4247
- OrganisationBranch?: OrganisationBranch;
4248
- branch_name?: string;
4249
- branch_city?: string;
4250
- Dummy_Driver?: MasterDriver[];
4251
- Dummy_Device?: MasterDevice[];
4252
- Dummy_VehicleDetailBody?: VehicleDetailBody[];
4253
- Dummy_VehicleDetailLifeCycle?: VehicleDetailLifeCycle[];
4254
- Dummy_VehicleDetailPurchase?: VehicleDetailPurchase[];
4255
- Dummy_VehicleDetailGPS?: VehicleDetailGPS[];
4256
- Dummy_VehicleDetailTrip?: VehicleDetailTrip[];
4248
+ fuel_tank_size?: number;
4249
+ fuel_tank_1_size?: number;
4250
+ fuel_tank_2_size?: number;
4251
+ fuel_tank_total_size?: number;
4252
+ vehicle_passenger_capacity?: number;
4253
+ standing_passenger_capacity?: number;
4254
+ VehicleDocument?: VehicleDocument[];
4255
+ VehicleDocumentFile?: VehicleDocumentFile[];
4256
+ VehicleDocumentExpiry?: VehicleDocumentExpiry[];
4257
+ MasterVehicleFile?: MasterVehicleFile[];
4257
4258
  VehicleOrganisationGroupLink?: VehicleOrganisationGroupLink[];
4258
4259
  _count?: {
4260
+ VehicleDocument?: number;
4261
+ VehicleDocumentFile?: number;
4262
+ VehicleDocumentExpiry?: number;
4263
+ MasterVehicleFile?: number;
4259
4264
  VehicleOrganisationGroupLink?: number;
4260
4265
  AssignRemoveDriverHistory?: number;
4261
4266
  AssignRemoveDeviceHistory?: number;
4262
4267
  VehicleOdometerHistory?: number;
4263
- FleetServiceSchedule?: number;
4264
- FleetServiceJobCard?: number;
4265
- FleetReminders?: number;
4266
- FleetFuelRefills?: number;
4267
- FleetFuelRemovals?: number;
4268
- FleetTyreUsageHistory?: number;
4269
- FleetTyreInspectionScheduleVehicle?: number;
4270
- FleetTyreInspectionScheduleTracking?: number;
4271
- FleetTyreInspection?: number;
4272
- FleetTyreDamageRepair?: number;
4273
- FleetTyreRotation?: number;
4274
- FleetTyreRotationDetails?: number;
4275
- GpsLockRelayLog?: number;
4276
- GPSLockDigitalDoorLog?: number;
4277
- TripGeofenceToGeofence?: number;
4278
- GPSGeofenceTransaction?: number;
4279
- GPSFuelVehicleDailySummary?: number;
4280
- GPSFuelVehicleRefill?: number;
4281
- GPSFuelVehicleRemoval?: number;
4282
- GPSLiveTrackShareLink?: number;
4283
- GPSTrackHistoryShareLink?: number;
4284
- GPSGeofenceTransactionSummary?: number;
4285
- Trip?: number;
4286
- AlertVehicleLink?: number;
4287
4268
  };
4288
4269
  }
4289
4270
  interface MasterVehicleDropdown extends Record<string, unknown> {
@@ -4299,6 +4280,10 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
4299
4280
  fuel: YesNo;
4300
4281
  fuel_bluetooth: YesNo;
4301
4282
  fuel_tank_size: number;
4283
+ fuel_tank_1_size: number;
4284
+ fuel_tank_2_size: number;
4285
+ fuel_tank_total_size: number;
4286
+ over_speed_kmph: number;
4302
4287
  gps_lock_relay: YesNo;
4303
4288
  gps_door_locker: YesNo;
4304
4289
  door_sensor: YesNo;
@@ -4307,6 +4292,8 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
4307
4292
  is_rear_cam: YesNo;
4308
4293
  is_front_cam: YesNo;
4309
4294
  camera_extra_count: number;
4295
+ vehicle_passenger_capacity: number;
4296
+ standing_passenger_capacity: number;
4310
4297
  vehicle_fuel_type_id: string;
4311
4298
  vehicle_fuel_unit_id: string;
4312
4299
  latitude: number;
@@ -4332,6 +4319,9 @@ interface VehicleDetailGPS extends Record<string, unknown> {
4332
4319
  fuel?: YesNo;
4333
4320
  fuel_bluetooth?: YesNo;
4334
4321
  fuel_tank_size?: number;
4322
+ fuel_tank_1_size?: number;
4323
+ fuel_tank_2_size?: number;
4324
+ fuel_tank_total_size?: number;
4335
4325
  over_speed_kmph?: number;
4336
4326
  gps_lock_relay?: YesNo;
4337
4327
  gps_door_locker?: YesNo;
@@ -4342,10 +4332,10 @@ interface VehicleDetailGPS extends Record<string, unknown> {
4342
4332
  is_front_cam?: YesNo;
4343
4333
  camera_extra_count?: number;
4344
4334
  gps_source?: string;
4345
- attributes?: object;
4346
- raw?: string;
4347
4335
  protocol?: string;
4348
4336
  api_code?: string;
4337
+ attributes?: object;
4338
+ raw?: string;
4349
4339
  fuel_mapping?: object;
4350
4340
  fuel_values?: object;
4351
4341
  st?: string;
@@ -4656,12 +4646,17 @@ interface VehicleDocumentFile extends BaseCommonFile {
4656
4646
  }
4657
4647
  interface VehicleDocumentExpiry extends Record<string, unknown> {
4658
4648
  document_expiry_id: string;
4649
+ expiry_type: ExpiryType;
4659
4650
  status: Status;
4660
4651
  added_date_time: string;
4661
4652
  modified_date_time: string;
4662
4653
  organisation_id: string;
4663
4654
  UserOrganisation?: UserOrganisation;
4664
- vehicle_document_id: String;
4655
+ vehicle_id: string;
4656
+ MasterVehicle?: MasterVehicle;
4657
+ vehicle_number?: string;
4658
+ vehicle_type?: string;
4659
+ vehicle_document_id: string;
4665
4660
  VehicleDocument?: VehicleDocument;
4666
4661
  }
4667
4662
  interface VehicleOdometerHistory extends Record<string, unknown> {
@@ -4746,9 +4741,12 @@ declare const VehicleSchema: z.ZodObject<{
4746
4741
  vehicle_fuel_unit_id: z.ZodEffects<z.ZodString, string, string>;
4747
4742
  secondary_vehicle_fuel_type_id: z.ZodEffects<z.ZodString, string, string>;
4748
4743
  secondary_vehicle_fuel_unit_id: z.ZodEffects<z.ZodString, string, string>;
4749
- vehicle_total_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4750
- vehicle_tank_1_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4751
- vehicle_tank_2_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4744
+ fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4745
+ fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4746
+ fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4747
+ fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4748
+ vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4749
+ standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4752
4750
  MasterVehicleFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
4753
4751
  usage_type: z.ZodEffects<z.ZodString, string, string>;
4754
4752
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -4806,18 +4804,21 @@ declare const VehicleSchema: z.ZodObject<{
4806
4804
  vehicle_fuel_unit_id: string;
4807
4805
  vehicle_number: string;
4808
4806
  vehicle_name: string;
4809
- odometer_reading: number;
4810
4807
  engine_number: string;
4811
4808
  chassis_number: string;
4812
4809
  vehicle_make_year: number;
4813
4810
  is_fleet_active: YesNo;
4814
4811
  is_gps_active: YesNo;
4815
4812
  is_trip_active: YesNo;
4813
+ odometer_reading: number;
4816
4814
  secondary_vehicle_fuel_type_id: string;
4817
4815
  secondary_vehicle_fuel_unit_id: string;
4818
- vehicle_total_fuel_quantity: number;
4819
- vehicle_tank_1_fuel_quantity: number;
4820
- vehicle_tank_2_fuel_quantity: number;
4816
+ fuel_tank_size: number;
4817
+ fuel_tank_1_size: number;
4818
+ fuel_tank_2_size: number;
4819
+ fuel_tank_total_size: number;
4820
+ vehicle_passenger_capacity: number;
4821
+ standing_passenger_capacity: number;
4821
4822
  MasterVehicleFileSchema: {
4822
4823
  status: Status;
4823
4824
  organisation_id: string;
@@ -4855,13 +4856,16 @@ declare const VehicleSchema: z.ZodObject<{
4855
4856
  secondary_vehicle_fuel_unit_id: string;
4856
4857
  organisation_group_ids?: string[] | undefined;
4857
4858
  vehicle_name?: string | undefined;
4858
- odometer_reading?: unknown;
4859
4859
  engine_number?: string | undefined;
4860
4860
  chassis_number?: string | undefined;
4861
4861
  vehicle_make_year?: unknown;
4862
- vehicle_total_fuel_quantity?: unknown;
4863
- vehicle_tank_1_fuel_quantity?: unknown;
4864
- vehicle_tank_2_fuel_quantity?: unknown;
4862
+ odometer_reading?: unknown;
4863
+ fuel_tank_size?: unknown;
4864
+ fuel_tank_1_size?: unknown;
4865
+ fuel_tank_2_size?: unknown;
4866
+ fuel_tank_total_size?: unknown;
4867
+ vehicle_passenger_capacity?: unknown;
4868
+ standing_passenger_capacity?: unknown;
4865
4869
  MasterVehicleFileSchema?: {
4866
4870
  status: Status;
4867
4871
  organisation_id: string;
@@ -4881,6 +4885,10 @@ declare const VehicleBulkSchema: z.ZodObject<{
4881
4885
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
4882
4886
  vehicle_number: z.ZodEffects<z.ZodString, string, string>;
4883
4887
  vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4888
+ odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4889
+ engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4890
+ chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4891
+ vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4884
4892
  is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
4885
4893
  is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
4886
4894
  is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
@@ -4891,6 +4899,12 @@ declare const VehicleBulkSchema: z.ZodObject<{
4891
4899
  device_type_id: z.ZodEffects<z.ZodString, string, string>;
4892
4900
  country_id: z.ZodEffects<z.ZodString, string, string>;
4893
4901
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4902
+ fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4903
+ fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4904
+ fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4905
+ fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4906
+ vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4907
+ standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4894
4908
  }, "strip", z.ZodTypeAny, {
4895
4909
  status: Status;
4896
4910
  organisation_id: string;
@@ -4902,9 +4916,19 @@ declare const VehicleBulkSchema: z.ZodObject<{
4902
4916
  vehicle_type_id: string;
4903
4917
  vehicle_number: string;
4904
4918
  vehicle_name: string;
4919
+ engine_number: string;
4920
+ chassis_number: string;
4921
+ vehicle_make_year: number;
4905
4922
  is_fleet_active: YesNo;
4906
4923
  is_gps_active: YesNo;
4907
4924
  is_trip_active: YesNo;
4925
+ odometer_reading: number;
4926
+ fuel_tank_size: number;
4927
+ fuel_tank_1_size: number;
4928
+ fuel_tank_2_size: number;
4929
+ fuel_tank_total_size: number;
4930
+ vehicle_passenger_capacity: number;
4931
+ standing_passenger_capacity: number;
4908
4932
  }, {
4909
4933
  status: Status;
4910
4934
  organisation_id: string;
@@ -4919,6 +4943,16 @@ declare const VehicleBulkSchema: z.ZodObject<{
4919
4943
  is_gps_active: YesNo;
4920
4944
  is_trip_active: YesNo;
4921
4945
  vehicle_name?: string | undefined;
4946
+ engine_number?: string | undefined;
4947
+ chassis_number?: string | undefined;
4948
+ vehicle_make_year?: unknown;
4949
+ odometer_reading?: unknown;
4950
+ fuel_tank_size?: unknown;
4951
+ fuel_tank_1_size?: unknown;
4952
+ fuel_tank_2_size?: unknown;
4953
+ fuel_tank_total_size?: unknown;
4954
+ vehicle_passenger_capacity?: unknown;
4955
+ standing_passenger_capacity?: unknown;
4922
4956
  }>;
4923
4957
  type VehicleBulkDTO = z.infer<typeof VehicleBulkSchema>;
4924
4958
  declare const MasterDeviceFileSchema: z.ZodObject<{
@@ -4974,6 +5008,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
4974
5008
  fuel: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
4975
5009
  fuel_bluetooth: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
4976
5010
  fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5011
+ fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5012
+ fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5013
+ fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4977
5014
  over_speed_kmph: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4978
5015
  gps_lock_relay: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
4979
5016
  gps_door_locker: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
@@ -5031,11 +5068,15 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5031
5068
  device_type_id: string;
5032
5069
  device_manufacturer_id: string;
5033
5070
  device_model_id: string;
5071
+ fuel_tank_size: number;
5072
+ fuel_tank_1_size: number;
5073
+ fuel_tank_2_size: number;
5074
+ fuel_tank_total_size: number;
5034
5075
  temperature: YesNo;
5035
5076
  duel_temperature: YesNo;
5036
5077
  fuel: YesNo;
5037
5078
  fuel_bluetooth: YesNo;
5038
- fuel_tank_size: number;
5079
+ over_speed_kmph: number;
5039
5080
  gps_lock_relay: YesNo;
5040
5081
  gps_door_locker: YesNo;
5041
5082
  door_sensor: YesNo;
@@ -5044,7 +5085,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5044
5085
  is_rear_cam: YesNo;
5045
5086
  is_front_cam: YesNo;
5046
5087
  camera_extra_count: number;
5047
- over_speed_kmph: number;
5048
5088
  fuel_mapping: Record<string, any>;
5049
5089
  MasterDeviceFileSchema: {
5050
5090
  status: Status;
@@ -5068,11 +5108,15 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5068
5108
  device_type_id: string;
5069
5109
  device_manufacturer_id: string;
5070
5110
  device_model_id: string;
5111
+ fuel_tank_size?: unknown;
5112
+ fuel_tank_1_size?: unknown;
5113
+ fuel_tank_2_size?: unknown;
5114
+ fuel_tank_total_size?: unknown;
5071
5115
  temperature?: YesNo | undefined;
5072
5116
  duel_temperature?: YesNo | undefined;
5073
5117
  fuel?: YesNo | undefined;
5074
5118
  fuel_bluetooth?: YesNo | undefined;
5075
- fuel_tank_size?: unknown;
5119
+ over_speed_kmph?: unknown;
5076
5120
  gps_lock_relay?: YesNo | undefined;
5077
5121
  gps_door_locker?: YesNo | undefined;
5078
5122
  door_sensor?: YesNo | undefined;
@@ -5081,7 +5125,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5081
5125
  is_rear_cam?: YesNo | undefined;
5082
5126
  is_front_cam?: YesNo | undefined;
5083
5127
  camera_extra_count?: unknown;
5084
- over_speed_kmph?: unknown;
5085
5128
  fuel_mapping?: Record<string, any> | undefined;
5086
5129
  MasterDeviceFileSchema?: {
5087
5130
  status: Status;
@@ -5132,6 +5175,9 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5132
5175
  fuel: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5133
5176
  fuel_bluetooth: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5134
5177
  fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5178
+ fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5179
+ fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5180
+ fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5135
5181
  over_speed_kmph: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5136
5182
  gps_lock_relay: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5137
5183
  gps_door_locker: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
@@ -5143,11 +5189,15 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5143
5189
  camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5144
5190
  fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5145
5191
  }, "strip", z.ZodTypeAny, {
5192
+ fuel_tank_size: number;
5193
+ fuel_tank_1_size: number;
5194
+ fuel_tank_2_size: number;
5195
+ fuel_tank_total_size: number;
5146
5196
  temperature: YesNo;
5147
5197
  duel_temperature: YesNo;
5148
5198
  fuel: YesNo;
5149
5199
  fuel_bluetooth: YesNo;
5150
- fuel_tank_size: number;
5200
+ over_speed_kmph: number;
5151
5201
  gps_lock_relay: YesNo;
5152
5202
  gps_door_locker: YesNo;
5153
5203
  door_sensor: YesNo;
@@ -5156,14 +5206,17 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5156
5206
  is_rear_cam: YesNo;
5157
5207
  is_front_cam: YesNo;
5158
5208
  camera_extra_count: number;
5159
- over_speed_kmph: number;
5160
5209
  fuel_mapping: Record<string, any>;
5161
5210
  }, {
5211
+ fuel_tank_size?: unknown;
5212
+ fuel_tank_1_size?: unknown;
5213
+ fuel_tank_2_size?: unknown;
5214
+ fuel_tank_total_size?: unknown;
5162
5215
  temperature?: YesNo | undefined;
5163
5216
  duel_temperature?: YesNo | undefined;
5164
5217
  fuel?: YesNo | undefined;
5165
5218
  fuel_bluetooth?: YesNo | undefined;
5166
- fuel_tank_size?: unknown;
5219
+ over_speed_kmph?: unknown;
5167
5220
  gps_lock_relay?: YesNo | undefined;
5168
5221
  gps_door_locker?: YesNo | undefined;
5169
5222
  door_sensor?: YesNo | undefined;
@@ -5172,7 +5225,6 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5172
5225
  is_rear_cam?: YesNo | undefined;
5173
5226
  is_front_cam?: YesNo | undefined;
5174
5227
  camera_extra_count?: unknown;
5175
- over_speed_kmph?: unknown;
5176
5228
  fuel_mapping?: Record<string, any> | undefined;
5177
5229
  }>;
5178
5230
  type VehicleDetailGPSSensorDTO = z.infer<typeof VehicleDetailGPSSensorSchema>;
@@ -5275,10 +5327,10 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
5275
5327
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
5276
5328
  }, "strip", z.ZodTypeAny, {
5277
5329
  status: Status;
5278
- vehicle_body_details: string;
5279
- number_of_doors: number;
5280
5330
  vehicle_passenger_capacity: number;
5281
5331
  standing_passenger_capacity: number;
5332
+ vehicle_body_details: string;
5333
+ number_of_doors: number;
5282
5334
  seat_configuration: string;
5283
5335
  has_air_conditioning: YesNo;
5284
5336
  has_heating_system: YesNo;
@@ -5373,14 +5425,14 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
5373
5425
  has_immobilizer: YesNo;
5374
5426
  has_dashcam: YesNo;
5375
5427
  has_emergency_exit: YesNo;
5428
+ vehicle_passenger_capacity?: unknown;
5429
+ standing_passenger_capacity?: unknown;
5376
5430
  vehicle_body_details?: string | undefined;
5377
5431
  vehicle_height?: unknown;
5378
5432
  vehicle_width?: unknown;
5379
5433
  vehicle_length?: unknown;
5380
5434
  wheel_base?: unknown;
5381
5435
  number_of_doors?: unknown;
5382
- vehicle_passenger_capacity?: unknown;
5383
- standing_passenger_capacity?: unknown;
5384
5436
  seat_configuration?: string | undefined;
5385
5437
  infotainment_type?: string | undefined;
5386
5438
  vehicle_cargo_volume?: unknown;
@@ -5780,6 +5832,118 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5780
5832
  vehicle_document_ids?: string[] | undefined;
5781
5833
  }>;
5782
5834
  type VehicleDocumentQueryDTO = z.infer<typeof VehicleDocumentQuerySchema>;
5835
+ declare const VehicleDocumentExpirySchema: z.ZodObject<{
5836
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
5837
+ vehicle_id: z.ZodEffects<z.ZodString, string, string>;
5838
+ vehicle_document_id: z.ZodEffects<z.ZodString, string, string>;
5839
+ expiry_type: z.ZodType<ExpiryType, z.ZodTypeDef, ExpiryType>;
5840
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5841
+ }, "strip", z.ZodTypeAny, {
5842
+ status: Status;
5843
+ organisation_id: string;
5844
+ vehicle_id: string;
5845
+ vehicle_document_id: string;
5846
+ expiry_type: ExpiryType;
5847
+ }, {
5848
+ status: Status;
5849
+ organisation_id: string;
5850
+ vehicle_id: string;
5851
+ vehicle_document_id: string;
5852
+ expiry_type: ExpiryType;
5853
+ }>;
5854
+ type VehicleDocumentExpiryDTO = z.infer<typeof VehicleDocumentExpirySchema>;
5855
+ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5856
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5857
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
5858
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
5859
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5860
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5861
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
5862
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5863
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
5864
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5865
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
5866
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5867
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5868
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5869
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5870
+ name: z.ZodEffects<z.ZodString, string, string>;
5871
+ field: z.ZodEffects<z.ZodString, string, string>;
5872
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
5873
+ }, "strip", z.ZodTypeAny, {
5874
+ name: string;
5875
+ field: string;
5876
+ direction: OrderBy;
5877
+ }, {
5878
+ name: string;
5879
+ field: string;
5880
+ direction: OrderBy;
5881
+ }>, "many">>>;
5882
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5883
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
5884
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5885
+ } & {
5886
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5887
+ vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5888
+ vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5889
+ document_expiry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5890
+ expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
5891
+ }, "strip", z.ZodTypeAny, {
5892
+ status: Status[];
5893
+ search: string;
5894
+ paging: PAGING;
5895
+ page_count: number;
5896
+ page_index: number;
5897
+ load_parents: LoadParents;
5898
+ load_parents_list: string[];
5899
+ load_child: LoadChild;
5900
+ load_child_list: string[];
5901
+ load_child_count: LoadChildCount;
5902
+ load_child_count_list: string[];
5903
+ include_details: Record<string, any>;
5904
+ where_relations: Record<string, any>;
5905
+ order_by: {
5906
+ name: string;
5907
+ field: string;
5908
+ direction: OrderBy;
5909
+ }[];
5910
+ include_master_data: YesNo;
5911
+ date_format_id: string;
5912
+ time_zone_id: string;
5913
+ organisation_ids: string[];
5914
+ vehicle_ids: string[];
5915
+ expiry_type: ExpiryType[];
5916
+ vehicle_document_ids: string[];
5917
+ document_expiry_ids: string[];
5918
+ }, {
5919
+ date_format_id: string;
5920
+ time_zone_id: string;
5921
+ status?: Status[] | undefined;
5922
+ search?: string | undefined;
5923
+ paging?: PAGING | undefined;
5924
+ page_count?: unknown;
5925
+ page_index?: unknown;
5926
+ load_parents?: LoadParents | undefined;
5927
+ load_parents_list?: string[] | undefined;
5928
+ load_child?: LoadChild | undefined;
5929
+ load_child_list?: string[] | undefined;
5930
+ load_child_count?: LoadChildCount | undefined;
5931
+ load_child_count_list?: string[] | undefined;
5932
+ include_details?: Record<string, any> | undefined;
5933
+ where_relations?: Record<string, any> | undefined;
5934
+ order_by?: {
5935
+ name: string;
5936
+ field: string;
5937
+ direction: OrderBy;
5938
+ }[] | undefined;
5939
+ include_master_data?: YesNo | undefined;
5940
+ organisation_ids?: string[] | undefined;
5941
+ vehicle_ids?: string[] | undefined;
5942
+ expiry_type?: ExpiryType[] | undefined;
5943
+ vehicle_document_ids?: string[] | undefined;
5944
+ document_expiry_ids?: string[] | undefined;
5945
+ }>;
5946
+ type VehicleDocumentExpiryQueryDTO = z.infer<typeof VehicleDocumentExpiryQuerySchema>;
5783
5947
  declare const VehicleQuerySchema: z.ZodObject<{
5784
5948
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5785
5949
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
@@ -6084,6 +6248,8 @@ declare const toVehicleDetailsTripPayload: (trip?: VehicleDetailTrip) => Vehicle
6084
6248
  declare const toVehicleDetailsBodyPayload: (vehicleBody?: VehicleDetailBody) => VehicleDetailBodyDTO;
6085
6249
  declare const toVehicleDetailLifeCyclePayload: (vehicleLifeCycle?: VehicleDetailLifeCycle) => VehicleDetailLifeCycleDto;
6086
6250
  declare const toVehicleDetailPurchasePayload: (vehiclePurchase?: VehicleDetailPurchase) => VehicleDetailPurchaseDTO;
6251
+ declare const toVehicleDocumentExpiryPayload: (vehicleDocumentExpiry: VehicleDocumentExpiry) => VehicleDocumentExpiryDTO;
6252
+ declare const newVehicleDocumentExpiryPayload: () => VehicleDocumentExpiryDTO;
6087
6253
  declare const get_vehicle_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
6088
6254
  declare const get_device_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
6089
6255
  declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
@@ -6116,15 +6282,15 @@ declare const createFileDevice: (payload: MasterDeviceFileDTO) => Promise<SBR>;
6116
6282
  declare const removeFileDevice: (id: string) => Promise<SBR>;
6117
6283
  declare const createFileVehicleDocument: (payload: MasterVehicleDocumentFileDTO) => Promise<SBR>;
6118
6284
  declare const removeFileVehicleDocument: (id: string) => Promise<SBR>;
6285
+ declare const createDocumentExpiry: (payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6286
+ declare const findDocumentExpiry: (payload: VehicleDocumentExpiryQueryDTO) => Promise<SBR>;
6287
+ declare const updateDocumentExpiry: (id: string, payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6288
+ declare const removeDocumentExpiry: (id: string) => Promise<SBR>;
6119
6289
  declare const getVehicleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6120
6290
  declare const getVehicleSimpleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6121
6291
  declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6122
6292
  declare const getVehicleSimpleDropdownCustom: (organisationId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
6123
6293
  declare const getVehicleSimpleDropdownCacheLiveData: (organisationId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
6124
- declare const getVehicleByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
6125
- declare const getVehicleSimpleByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
6126
- declare const getVehicleParentByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
6127
- declare const getVehicleSimpleDropdownByUserCustom: (userId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
6128
6294
 
6129
6295
  interface MasterUserRole extends Record<string, unknown> {
6130
6296
  user_role_id: string;
@@ -7165,4 +7331,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
7165
7331
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
7166
7332
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
7167
7333
 
7168
- export { createMasterMainState 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, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file$1 as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, VehicleDetailGPSSensorSchema as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, deleteMasterVehicleDocumentType as fA, getMasterVehicleDocumentTypeCache as fB, type MasterVehicleDropdown as fC, type MasterVehicleFile as fD, type VehicleDetailGPS as fE, type VehicleDetailTrip as fF, type VehicleDetailBody as fG, type VehicleDetailLifeCycle as fH, type VehicleDetailPurchase as fI, type VehicleDocument as fJ, type VehicleDocumentFile as fK, type VehicleDocumentExpiry as fL, type VehicleOdometerHistory as fM, MasterVehicleFileSchema as fN, type MasterVehicleFileDTO as fO, VehicleSchema as fP, type VehicleDTO as fQ, VehicleBulkSchema as fR, type VehicleBulkDTO as fS, MasterDeviceFileSchema as fT, type MasterDeviceFileDTO as fU, VehicleDeviceLinkSchema as fV, type VehicleDeviceLinkDTO as fW, VehicleDeviceUnlinkSchema as fX, type VehicleDeviceUnlinkDTO as fY, VehicleDriverLinkSchema as fZ, type VehicleDriverLinkDTO as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDocumentType as fq, MasterVehicleDocumentTypeSchema as fr, type MasterVehicleDocumentTypeDTO as fs, MasterVehicleDocumentTypeQuerySchema as ft, type MasterVehicleDocumentTypeQueryDTO as fu, toMasterVehicleDocumentTypePayload as fv, newMasterVehicleDocumentTypePayload as fw, findMasterVehicleDocumentTypes as fx, createMasterVehicleDocumentType as fy, updateMasterVehicleDocumentType as fz, type MasterMainState as g, getVehicleSimpleDropdownCustom as g$, type VehicleDetailGPSSensorDTO as g0, VehicleDetailTripSchema as g1, type VehicleDetailTripDTO as g2, VehicleDetailBodySchema as g3, type VehicleDetailBodyDTO as g4, VehicleDetailLifeCycleSchema as g5, type VehicleDetailLifeCycleDto as g6, VehicleDetailPurchaseSchema as g7, type VehicleDetailPurchaseDTO as g8, MasterVehicleDocumentFileSchema as g9, deleteVehicle as gA, updateDetailsGpsSensor as gB, updateDetailsTrip as gC, updateVehicleBodyDetails as gD, updateVehicleLifeCycleDetails as gE, updateVehiclePurchaseDetails as gF, linkDriverToVehicle as gG, unlinkDriverFromVehicle as gH, getDriverLinkHistoryByVehicle as gI, getDriverLinkHistoryByDriver as gJ, linkDeviceToVehicle as gK, unlinkDeviceFromVehicle as gL, getDeviceLinkHistoryByVehicle as gM, getDeviceLinkHistoryByDevice as gN, createDocument as gO, findDocument as gP, updateDocument as gQ, removeDocument as gR, createFileVehicle as gS, removeFileVehicle as gT, createFileDevice as gU, removeFileDevice as gV, createFileVehicleDocument as gW, removeFileVehicleDocument as gX, getVehicleCache as gY, getVehicleSimpleCache as gZ, getVehicleParentCache as g_, type MasterVehicleDocumentFileDTO as ga, VehicleDocumentSchema as gb, type VehicleDocumentDTO as gc, VehicleDocumentQuerySchema as gd, type VehicleDocumentQueryDTO as ge, VehicleQuerySchema as gf, type VehicleQueryDTO as gg, SimpleFindQuerySchema as gh, type SimpleFindQueryDTO as gi, VehicleGPSQuerySchema as gj, type VehicleGPSQueryDTO as gk, toVehiclePayload as gl, newVehiclePayload as gm, toVehicleDetailsGPSPayload as gn, toVehicleDetailsTripPayload as go, toVehicleDetailsBodyPayload as gp, toVehicleDetailLifeCyclePayload as gq, toVehicleDetailPurchasePayload as gr, get_vehicle_presigned_url as gs, get_device_presigned_url as gt, get_master_driver_presigned_url_file as gu, findVehicles as gv, findVehiclesLiveDashboard as gw, findVehicleGPSDetails as gx, createVehicle as gy, updateVehicle as gz, type MasterMainIndustry as h, createUser as h$, getVehicleSimpleDropdownCacheLiveData as h0, getVehicleByUserCache as h1, getVehicleSimpleByUserCache as h2, getVehicleParentByUserCache as h3, getVehicleSimpleDropdownByUserCustom as h4, type MasterUserRole as h5, MasterUserRoleSchema as h6, type MasterUserRoleDTO as h7, MasterUserRoleQuerySchema as h8, type MasterUserRoleQueryDTO as h9, toMasterMainLanguagePayload as hA, newMasterMainLanguagePayload as hB, findMasterMainLanguages as hC, createMasterMainLanguage as hD, updateMasterMainLanguage as hE, deleteMasterMainLanguage as hF, getMasterMainLanguageCache as hG, type UserVehicleLink as hH, type UserLoginPush as hI, UserSchema as hJ, type UserDTO as hK, UserQuerySchema as hL, type UserQueryDTO as hM, UserLogoSchema as hN, type UserLogoDTO as hO, UserProfileSchema as hP, type UserProfileDTO as hQ, UserDefaultLanguageSchema as hR, type UserDefaultLanguageDTO as hS, UserDefaultTimeZoneSchema as hT, type UserDefaultTimeZoneDTO as hU, UserDefaultDateFormatSchema as hV, type UserDefaultDateFormatDTO as hW, newUserPayload as hX, toUserPayload as hY, toUserProfilePayload as hZ, findUser as h_, toMasterUserRolePayload as ha, newMasterUserRolePayload as hb, findMasterUserRoles as hc, createMasterUserRole as hd, updateMasterUserRole as he, deleteMasterUserRole as hf, getMasterUserRoleCache as hg, getMasterUserRoleCacheCount as hh, type MasterUserStatus as hi, MasterUserStatusSchema as hj, type MasterUserStatusDTO as hk, MasterUserStatusQuerySchema as hl, type MasterUserStatusQueryDTO as hm, toMasterUserStatusPayload as hn, newMasterUserStatusPayload as ho, findMasterUserStatuses as hp, createMasterUserStatus as hq, updateMasterUserStatus as hr, deleteMasterUserStatus as hs, getMasterUserStatusCache as ht, getMasterUserStatusCacheCount as hu, type MasterMainLanguage as hv, MasterMainLanguageSchema as hw, type MasterMainLanguageDTO as hx, MasterMainLanguageQuerySchema as hy, type MasterMainLanguageQueryDTO as hz, MasterMainIndustrySchema as i, updateUser as i0, deleteUser as i1, updateUserLogo as i2, deleteUserLogo as i3, updateUserProfile as i4, getUserCache as i5, getUserCacheSimple as i6, get_user_presigned_url as i7, updateUserDefaultLanguage as i8, updateUserDefaultTimezone as i9, updateUserDefaultDateformat as ia, type UserOrganisationSimple as ib, UserOrganisationSchema as ic, type UserOrganisationDTO as id, UserOrganisationQuerySchema as ie, type UserOrganisationQueryDTO as ig, UserOrganisationLogoSchema as ih, type UserOrganisationLogoDTO as ii, toUserOrganisationPayload as ij, newUserOrganisationPayload as ik, findUserOrganisation as il, createUserOrganisation as im, updateUserOrganisation as io, deleteUserOrganisation as ip, updateUserOrganisationLogo as iq, deleteUserOrganisationLogo as ir, get_user_organisation_presigned_url as is, getUserOrganisationCache as it, getUserOrganisationCacheSimple as iu, 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 };
7334
+ export { createMasterMainState 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, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file$1 as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, VehicleDetailGPSSensorSchema as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, deleteMasterVehicleDocumentType as fA, getMasterVehicleDocumentTypeCache as fB, type MasterVehicleDropdown as fC, type MasterVehicleFile as fD, type VehicleDetailGPS as fE, type VehicleDetailTrip as fF, type VehicleDetailBody as fG, type VehicleDetailLifeCycle as fH, type VehicleDetailPurchase as fI, type VehicleDocument as fJ, type VehicleDocumentFile as fK, type VehicleDocumentExpiry as fL, type VehicleOdometerHistory as fM, MasterVehicleFileSchema as fN, type MasterVehicleFileDTO as fO, VehicleSchema as fP, type VehicleDTO as fQ, VehicleBulkSchema as fR, type VehicleBulkDTO as fS, MasterDeviceFileSchema as fT, type MasterDeviceFileDTO as fU, VehicleDeviceLinkSchema as fV, type VehicleDeviceLinkDTO as fW, VehicleDeviceUnlinkSchema as fX, type VehicleDeviceUnlinkDTO as fY, VehicleDriverLinkSchema as fZ, type VehicleDriverLinkDTO as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDocumentType as fq, MasterVehicleDocumentTypeSchema as fr, type MasterVehicleDocumentTypeDTO as fs, MasterVehicleDocumentTypeQuerySchema as ft, type MasterVehicleDocumentTypeQueryDTO as fu, toMasterVehicleDocumentTypePayload as fv, newMasterVehicleDocumentTypePayload as fw, findMasterVehicleDocumentTypes as fx, createMasterVehicleDocumentType as fy, updateMasterVehicleDocumentType as fz, type MasterMainState as g, removeFileDevice as g$, type VehicleDetailGPSSensorDTO as g0, VehicleDetailTripSchema as g1, type VehicleDetailTripDTO as g2, VehicleDetailBodySchema as g3, type VehicleDetailBodyDTO as g4, VehicleDetailLifeCycleSchema as g5, type VehicleDetailLifeCycleDto as g6, VehicleDetailPurchaseSchema as g7, type VehicleDetailPurchaseDTO as g8, MasterVehicleDocumentFileSchema as g9, get_master_driver_presigned_url_file as gA, findVehicles as gB, findVehiclesLiveDashboard as gC, findVehicleGPSDetails as gD, createVehicle as gE, updateVehicle as gF, deleteVehicle as gG, updateDetailsGpsSensor as gH, updateDetailsTrip as gI, updateVehicleBodyDetails as gJ, updateVehicleLifeCycleDetails as gK, updateVehiclePurchaseDetails as gL, linkDriverToVehicle as gM, unlinkDriverFromVehicle as gN, getDriverLinkHistoryByVehicle as gO, getDriverLinkHistoryByDriver as gP, linkDeviceToVehicle as gQ, unlinkDeviceFromVehicle as gR, getDeviceLinkHistoryByVehicle as gS, getDeviceLinkHistoryByDevice as gT, createDocument as gU, findDocument as gV, updateDocument as gW, removeDocument as gX, createFileVehicle as gY, removeFileVehicle as gZ, createFileDevice as g_, type MasterVehicleDocumentFileDTO as ga, VehicleDocumentSchema as gb, type VehicleDocumentDTO as gc, VehicleDocumentQuerySchema as gd, type VehicleDocumentQueryDTO as ge, VehicleDocumentExpirySchema as gf, type VehicleDocumentExpiryDTO as gg, VehicleDocumentExpiryQuerySchema as gh, type VehicleDocumentExpiryQueryDTO as gi, VehicleQuerySchema as gj, type VehicleQueryDTO as gk, SimpleFindQuerySchema as gl, type SimpleFindQueryDTO as gm, VehicleGPSQuerySchema as gn, type VehicleGPSQueryDTO as go, toVehiclePayload as gp, newVehiclePayload as gq, toVehicleDetailsGPSPayload as gr, toVehicleDetailsTripPayload as gs, toVehicleDetailsBodyPayload as gt, toVehicleDetailLifeCyclePayload as gu, toVehicleDetailPurchasePayload as gv, toVehicleDocumentExpiryPayload as gw, newVehicleDocumentExpiryPayload as gx, get_vehicle_presigned_url as gy, get_device_presigned_url as gz, type MasterMainIndustry as h, UserDefaultDateFormatSchema as h$, createFileVehicleDocument as h0, removeFileVehicleDocument as h1, createDocumentExpiry as h2, findDocumentExpiry as h3, updateDocumentExpiry as h4, removeDocumentExpiry as h5, getVehicleCache as h6, getVehicleSimpleCache as h7, getVehicleParentCache as h8, getVehicleSimpleDropdownCustom as h9, getMasterUserStatusCacheCount as hA, type MasterMainLanguage as hB, MasterMainLanguageSchema as hC, type MasterMainLanguageDTO as hD, MasterMainLanguageQuerySchema as hE, type MasterMainLanguageQueryDTO as hF, toMasterMainLanguagePayload as hG, newMasterMainLanguagePayload as hH, findMasterMainLanguages as hI, createMasterMainLanguage as hJ, updateMasterMainLanguage as hK, deleteMasterMainLanguage as hL, getMasterMainLanguageCache as hM, type UserVehicleLink as hN, type UserLoginPush as hO, UserSchema as hP, type UserDTO as hQ, UserQuerySchema as hR, type UserQueryDTO as hS, UserLogoSchema as hT, type UserLogoDTO as hU, UserProfileSchema as hV, type UserProfileDTO as hW, UserDefaultLanguageSchema as hX, type UserDefaultLanguageDTO as hY, UserDefaultTimeZoneSchema as hZ, type UserDefaultTimeZoneDTO as h_, getVehicleSimpleDropdownCacheLiveData as ha, type MasterUserRole as hb, MasterUserRoleSchema as hc, type MasterUserRoleDTO as hd, MasterUserRoleQuerySchema as he, type MasterUserRoleQueryDTO as hf, toMasterUserRolePayload as hg, newMasterUserRolePayload as hh, findMasterUserRoles as hi, createMasterUserRole as hj, updateMasterUserRole as hk, deleteMasterUserRole as hl, getMasterUserRoleCache as hm, getMasterUserRoleCacheCount as hn, type MasterUserStatus as ho, MasterUserStatusSchema as hp, type MasterUserStatusDTO as hq, MasterUserStatusQuerySchema as hr, type MasterUserStatusQueryDTO as hs, toMasterUserStatusPayload as ht, newMasterUserStatusPayload as hu, findMasterUserStatuses as hv, createMasterUserStatus as hw, updateMasterUserStatus as hx, deleteMasterUserStatus as hy, getMasterUserStatusCache as hz, MasterMainIndustrySchema as i, type UserDefaultDateFormatDTO as i0, newUserPayload as i1, toUserPayload as i2, toUserProfilePayload as i3, findUser as i4, createUser as i5, updateUser as i6, deleteUser as i7, updateUserLogo as i8, deleteUserLogo as i9, getUserOrganisationCacheSimple as iA, updateUserProfile as ia, getUserCache as ib, getUserCacheSimple as ic, get_user_presigned_url as id, updateUserDefaultLanguage as ie, updateUserDefaultTimezone as ig, updateUserDefaultDateformat as ih, type UserOrganisationSimple as ii, UserOrganisationSchema as ij, type UserOrganisationDTO as ik, UserOrganisationQuerySchema as il, type UserOrganisationQueryDTO as im, UserOrganisationLogoSchema as io, type UserOrganisationLogoDTO as ip, toUserOrganisationPayload as iq, newUserOrganisationPayload as ir, findUserOrganisation as is, createUserOrganisation as it, updateUserOrganisation as iu, deleteUserOrganisation as iv, updateUserOrganisationLogo as iw, deleteUserOrganisationLogo as ix, get_user_organisation_presigned_url as iy, getUserOrganisationCache 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 };