vms-nest-prisma-api-document 199.0.0 → 202.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 (87) hide show
  1. package/dist/services/account/bookmark_service.d.ts +1 -1
  2. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  3. package/dist/services/account/report_preferences.service.d.ts +1 -1
  4. package/dist/services/account/ticket_service.d.ts +1 -1
  5. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +21 -21
  6. package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
  7. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/student.d.ts +13 -13
  10. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  11. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  13. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  14. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  15. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  16. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  17. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  18. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  19. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  20. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  21. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  22. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  23. package/dist/services/main/users/auth_service.d.ts +1 -1
  24. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  25. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  26. package/dist/services/main/users/user_service.d.ts +1 -1
  27. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  28. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  29. package/dist/services/main/vehicle/master_vehicle_service.js +72 -53
  30. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  31. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  32. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  37. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  38. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  39. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  40. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  41. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  42. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  43. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  44. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  45. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  46. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  47. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  50. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  51. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  61. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  62. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  66. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  67. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
  68. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  69. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  70. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  71. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  72. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  73. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  74. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  75. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  76. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +4 -127
  77. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  86. package/dist/{user_organisation_service-D0C-0xuK.d.ts → user_organisation_service-BFKjwqM3.d.ts} +280 -20
  87. 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, LifeExpiry, PurchaseVehicleType, PurchaseType, SteeringType, WheelDriveType, VehicleLifeStatus, LoanInterestType, DocumentValidityStatus, DocumentStatus, FleetSize } from './core/Enums.js';
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';
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';
@@ -4030,6 +4030,127 @@ declare const getMasterVehicleFuelUnitCache: (organisation_id: string) => Promis
4030
4030
  declare const getMasterVehicleFuelUnitCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleFuelUnit>>;
4031
4031
  declare const getMasterVehicleFuelUnitCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleFuelUnit[]>>;
4032
4032
 
4033
+ interface MasterVehicleDocumentType extends Record<string, unknown> {
4034
+ document_type_id: string;
4035
+ document_type: string;
4036
+ description?: string;
4037
+ status: Status;
4038
+ added_date_time: string;
4039
+ modified_date_time: string;
4040
+ organisation_id?: string;
4041
+ UserOrganisation?: UserOrganisation;
4042
+ _count?: {
4043
+ VehicleDocument: number;
4044
+ };
4045
+ }
4046
+ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
4047
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
4048
+ document_type: z.ZodEffects<z.ZodString, string, string>;
4049
+ description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4050
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
4051
+ }, "strip", z.ZodTypeAny, {
4052
+ status: Status;
4053
+ organisation_id: string;
4054
+ description: string;
4055
+ document_type: string;
4056
+ }, {
4057
+ status: Status;
4058
+ organisation_id: string;
4059
+ document_type: string;
4060
+ description?: string | undefined;
4061
+ }>;
4062
+ type MasterVehicleDocumentTypeDTO = z.infer<typeof MasterVehicleDocumentTypeSchema>;
4063
+ declare const MasterVehicleDocumentTypeQuerySchema: z.ZodObject<{
4064
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4065
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
4066
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
4067
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4068
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4069
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
4070
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4071
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
4072
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4073
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
4074
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4075
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
4076
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
4077
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
4078
+ name: z.ZodEffects<z.ZodString, string, string>;
4079
+ field: z.ZodEffects<z.ZodString, string, string>;
4080
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
4081
+ }, "strip", z.ZodTypeAny, {
4082
+ name: string;
4083
+ field: string;
4084
+ direction: OrderBy;
4085
+ }, {
4086
+ name: string;
4087
+ field: string;
4088
+ direction: OrderBy;
4089
+ }>, "many">>>;
4090
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
4091
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
4092
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4093
+ } & {
4094
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4095
+ document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4096
+ }, "strip", z.ZodTypeAny, {
4097
+ status: Status[];
4098
+ search: string;
4099
+ paging: PAGING;
4100
+ page_count: number;
4101
+ page_index: number;
4102
+ load_parents: LoadParents;
4103
+ load_parents_list: string[];
4104
+ load_child: LoadChild;
4105
+ load_child_list: string[];
4106
+ load_child_count: LoadChildCount;
4107
+ load_child_count_list: string[];
4108
+ include_details: Record<string, any>;
4109
+ where_relations: Record<string, any>;
4110
+ order_by: {
4111
+ name: string;
4112
+ field: string;
4113
+ direction: OrderBy;
4114
+ }[];
4115
+ include_master_data: YesNo;
4116
+ date_format_id: string;
4117
+ time_zone_id: string;
4118
+ organisation_ids: string[];
4119
+ document_type_ids: string[];
4120
+ }, {
4121
+ date_format_id: string;
4122
+ time_zone_id: string;
4123
+ status?: Status[] | undefined;
4124
+ search?: string | undefined;
4125
+ paging?: PAGING | undefined;
4126
+ page_count?: unknown;
4127
+ page_index?: unknown;
4128
+ load_parents?: LoadParents | undefined;
4129
+ load_parents_list?: string[] | undefined;
4130
+ load_child?: LoadChild | undefined;
4131
+ load_child_list?: string[] | undefined;
4132
+ load_child_count?: LoadChildCount | undefined;
4133
+ load_child_count_list?: string[] | undefined;
4134
+ include_details?: Record<string, any> | undefined;
4135
+ where_relations?: Record<string, any> | undefined;
4136
+ order_by?: {
4137
+ name: string;
4138
+ field: string;
4139
+ direction: OrderBy;
4140
+ }[] | undefined;
4141
+ include_master_data?: YesNo | undefined;
4142
+ organisation_ids?: string[] | undefined;
4143
+ document_type_ids?: string[] | undefined;
4144
+ }>;
4145
+ type MasterVehicleDocumentTypeQueryDTO = z.infer<typeof MasterVehicleDocumentTypeQuerySchema>;
4146
+ declare const toMasterVehicleDocumentTypePayload: (row: MasterVehicleDocumentType) => MasterVehicleDocumentTypeDTO;
4147
+ declare const newMasterVehicleDocumentTypePayload: () => MasterVehicleDocumentTypeDTO;
4148
+ declare const findMasterVehicleDocumentTypes: (data: MasterVehicleDocumentTypeQueryDTO) => Promise<FBR<MasterVehicleDocumentType[]>>;
4149
+ declare const createMasterVehicleDocumentType: (data: MasterVehicleDocumentTypeDTO) => Promise<SBR>;
4150
+ declare const updateMasterVehicleDocumentType: (id: string, data: MasterVehicleDocumentTypeDTO) => Promise<SBR>;
4151
+ declare const deleteMasterVehicleDocumentType: (id: string) => Promise<SBR>;
4152
+ declare const getMasterVehicleDocumentTypeCache: (organisation_id: string) => Promise<FBR<MasterVehicleDocumentType[]>>;
4153
+
4033
4154
  interface MasterVehicle extends Record<string, unknown> {
4034
4155
  vehicle_id: string;
4035
4156
  vehicle_number: string;
@@ -4191,6 +4312,13 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
4191
4312
  latitude: number;
4192
4313
  longitude: number;
4193
4314
  }
4315
+ interface MasterVehicleFile extends BaseCommonFile {
4316
+ vehicle_file_id: string;
4317
+ organisation_id: string;
4318
+ UserOrganisation?: UserOrganisation;
4319
+ vehicle_id: string;
4320
+ MasterVehicle?: MasterVehicle;
4321
+ }
4194
4322
  interface VehicleDetailGPS extends Record<string, unknown> {
4195
4323
  vehicle_details_gps_id: string;
4196
4324
  serial_no?: number;
@@ -4356,6 +4484,8 @@ interface VehicleDetailTrip extends Record<string, unknown> {
4356
4484
  modified_date_time: string;
4357
4485
  vehicle_id?: string;
4358
4486
  Vehicle?: MasterVehicle;
4487
+ vehicle_number?: string;
4488
+ vehicle_type?: string;
4359
4489
  _count?: object;
4360
4490
  }
4361
4491
  interface VehicleDetailBody extends Record<string, unknown> {
@@ -4364,15 +4494,69 @@ interface VehicleDetailBody extends Record<string, unknown> {
4364
4494
  vehicle_height?: number;
4365
4495
  vehicle_width?: number;
4366
4496
  vehicle_length?: number;
4497
+ wheel_base?: number;
4498
+ number_of_doors?: number;
4367
4499
  vehicle_passenger_capacity?: number;
4500
+ standing_passenger_capacity?: number;
4501
+ seat_configuration?: string;
4502
+ has_air_conditioning: YesNo;
4503
+ has_heating_system: YesNo;
4504
+ has_reclining_seats: YesNo;
4505
+ has_safety_belts: YesNo;
4506
+ has_headrests: YesNo;
4507
+ has_armrests: YesNo;
4508
+ has_infotainment_system: YesNo;
4509
+ infotainment_type?: string;
4510
+ has_individual_lighting: YesNo;
4511
+ has_overhead_luggage_storage: YesNo;
4512
+ wheelchair_accessible: YesNo;
4368
4513
  vehicle_cargo_volume?: number;
4369
4514
  vehicle_maximum_weight_capacity?: number;
4515
+ cargo_area_type?: string;
4516
+ has_lift_gate: YesNo;
4517
+ has_refrigeration_unit: YesNo;
4518
+ refrigeration_temperature_range?: string;
4519
+ cargo_bed_length?: number;
4520
+ cargo_bed_width?: number;
4521
+ cargo_bed_height?: number;
4522
+ cargo_floor_material?: string;
4523
+ has_side_doors: YesNo;
4524
+ has_roof_hatch: YesNo;
4525
+ cargo_tie_down_hooks_count?: number;
4526
+ is_custom_body_built: YesNo;
4527
+ number_of_axles?: number;
4528
+ axle_configuration?: string;
4529
+ has_dual_rear_wheels: YesNo;
4530
+ suspension_type?: string;
4531
+ suspension_adjustability: YesNo;
4532
+ ground_clearance_mm?: number;
4533
+ tire_size?: string;
4534
+ has_spare_tire: YesNo;
4535
+ has_all_terrain_tires: YesNo;
4536
+ has_run_flat_tires: YesNo;
4537
+ steering_type: SteeringType;
4538
+ wheel_drive_type: WheelDriveType;
4539
+ has_abs: YesNo;
4540
+ has_airbags: YesNo;
4541
+ has_speed_limiter: YesNo;
4542
+ has_gps_tracker: YesNo;
4543
+ has_parking_sensors: YesNo;
4544
+ has_rear_camera: YesNo;
4545
+ has_lane_assist: YesNo;
4546
+ has_automatic_emergency_brake: YesNo;
4547
+ has_tire_pressure_monitoring: YesNo;
4548
+ has_blind_spot_monitoring: YesNo;
4549
+ has_collision_warning_system: YesNo;
4550
+ has_immobilizer: YesNo;
4551
+ has_dashcam: YesNo;
4552
+ has_emergency_exit: YesNo;
4370
4553
  status: Status;
4371
4554
  added_date_time: string;
4372
4555
  modified_date_time: string;
4373
4556
  vehicle_id?: string;
4374
4557
  Vehicle?: MasterVehicle;
4375
- _count?: object;
4558
+ vehicle_number?: string;
4559
+ vehicle_type?: string;
4376
4560
  }
4377
4561
  interface VehicleDetailLifeCycle extends Record<string, unknown> {
4378
4562
  vehicle_details_life_cycle_id: string;
@@ -4382,7 +4566,9 @@ interface VehicleDetailLifeCycle extends Record<string, unknown> {
4382
4566
  service_end_odometer_reading?: number;
4383
4567
  life_estimate_max_month_year?: string;
4384
4568
  life_estimate_max_odometer_reading?: number;
4385
- life_expiry?: LifeExpiry;
4569
+ life_expiry: LifeExpiry;
4570
+ is_extended_life_approved: YesNo;
4571
+ life_status: VehicleLifeStatus;
4386
4572
  life_expiry_message?: string;
4387
4573
  life_expiry_note?: string;
4388
4574
  status: Status;
@@ -4390,18 +4576,20 @@ interface VehicleDetailLifeCycle extends Record<string, unknown> {
4390
4576
  modified_date_time: string;
4391
4577
  vehicle_id?: string;
4392
4578
  Vehicle?: MasterVehicle;
4393
- _count?: object;
4579
+ vehicle_number?: string;
4580
+ vehicle_type?: string;
4394
4581
  }
4395
4582
  interface VehicleDetailPurchase extends Record<string, unknown> {
4396
4583
  vehicle_details_purchase_id: string;
4397
4584
  purchase_date?: string;
4398
4585
  purchase_notes?: string;
4399
- purchase_vehicle_type?: PurchaseVehicleType;
4400
- purchase_type?: PurchaseType;
4586
+ purchase_vehicle_type: PurchaseVehicleType;
4587
+ purchase_type: PurchaseType;
4401
4588
  purchase_total_amount?: number;
4402
4589
  loan_amount?: number;
4403
4590
  loan_down_payment?: number;
4404
4591
  loan_interest_rate?: number;
4592
+ loan_interest_type?: LoanInterestType;
4405
4593
  loan_no_of_installments?: number;
4406
4594
  loan_first_payment_date?: string;
4407
4595
  loan_last_payment_date?: string;
@@ -4419,12 +4607,78 @@ interface VehicleDetailPurchase extends Record<string, unknown> {
4419
4607
  added_date_time: string;
4420
4608
  modified_date_time: string;
4421
4609
  vehicle_id?: string;
4422
- Vehicle?: MasterVehicle;
4610
+ MasterVehicle?: MasterVehicle;
4611
+ vehicle_number?: string;
4612
+ vehicle_type?: string;
4423
4613
  purchase_vendor_id?: string;
4424
4614
  loan_lender_id?: string;
4425
4615
  lease_vendor_id?: string;
4616
+ }
4617
+ interface VehicleDocument extends Record<string, unknown> {
4618
+ vehicle_document_id: string;
4619
+ sub_vehicle_document_id: number;
4620
+ vehicle_document_code?: string;
4621
+ document_number?: String;
4622
+ document_authorized_name?: String;
4623
+ document_cost?: number;
4624
+ document_issue_date?: String;
4625
+ document_valid_till_date?: String;
4626
+ document_renewal_date?: String;
4627
+ document_validity_status: DocumentValidityStatus;
4628
+ document_status: DocumentStatus;
4629
+ document_details_1?: String;
4630
+ document_details_2?: String;
4631
+ document_details_3?: String;
4632
+ document_details_4?: String;
4633
+ document_notes?: String;
4634
+ status: Status;
4635
+ added_date_time: string;
4636
+ modified_date_time: string;
4637
+ organisation_id: string;
4638
+ UserOrganisation?: UserOrganisation;
4639
+ vehicle_id?: string;
4640
+ MasterVehicle?: MasterVehicle;
4641
+ vehicle_number?: string;
4642
+ vehicle_type?: string;
4643
+ document_type_id: String;
4644
+ MasterVehicleDocumentType?: MasterVehicleDocumentType;
4645
+ document_type?: String;
4646
+ vendor_id?: String;
4647
+ vendor_name?: String;
4426
4648
  _count?: object;
4427
4649
  }
4650
+ interface VehicleDocumentFile extends BaseCommonFile {
4651
+ vehicle_document_file_id: string;
4652
+ organisation_id: string;
4653
+ UserOrganisation?: UserOrganisation;
4654
+ vehicle_document_id: string;
4655
+ VehicleDocument?: VehicleDocument;
4656
+ }
4657
+ interface VehicleDocumentExpiry extends Record<string, unknown> {
4658
+ document_expiry_id: string;
4659
+ status: Status;
4660
+ added_date_time: string;
4661
+ modified_date_time: string;
4662
+ organisation_id: string;
4663
+ UserOrganisation?: UserOrganisation;
4664
+ vehicle_document_id: String;
4665
+ VehicleDocument?: VehicleDocument;
4666
+ }
4667
+ interface VehicleOdometerHistory extends Record<string, unknown> {
4668
+ vehicle_odometer_history_id: string;
4669
+ odometer_reading: number;
4670
+ odometer_date: string;
4671
+ odometer_source: OdometerSource;
4672
+ status: Status;
4673
+ added_date_time: string;
4674
+ modified_date_time: string;
4675
+ organisation_id: string;
4676
+ UserOrganisation?: UserOrganisation;
4677
+ vehicle_id: string;
4678
+ MasterVehicle?: MasterVehicle;
4679
+ vehicle_number?: string;
4680
+ vehicle_type?: string;
4681
+ }
4428
4682
  declare const MasterVehicleFileSchema: z.ZodObject<{
4429
4683
  usage_type: z.ZodEffects<z.ZodString, string, string>;
4430
4684
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -4842,23 +5096,29 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
4842
5096
  }>;
4843
5097
  type VehicleDeviceLinkDTO = z.infer<typeof VehicleDeviceLinkSchema>;
4844
5098
  declare const VehicleDeviceUnlinkSchema: z.ZodObject<{
5099
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
4845
5100
  vehicle_id: z.ZodEffects<z.ZodString, string, string>;
4846
5101
  device_id: z.ZodEffects<z.ZodString, string, string>;
4847
5102
  }, "strip", z.ZodTypeAny, {
5103
+ organisation_id: string;
4848
5104
  vehicle_id: string;
4849
5105
  device_id: string;
4850
5106
  }, {
5107
+ organisation_id: string;
4851
5108
  vehicle_id: string;
4852
5109
  device_id: string;
4853
5110
  }>;
4854
5111
  type VehicleDeviceUnlinkDTO = z.infer<typeof VehicleDeviceUnlinkSchema>;
4855
5112
  declare const VehicleDriverLinkSchema: z.ZodObject<{
5113
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
4856
5114
  vehicle_id: z.ZodEffects<z.ZodString, string, string>;
4857
5115
  driver_id: z.ZodEffects<z.ZodString, string, string>;
4858
5116
  }, "strip", z.ZodTypeAny, {
5117
+ organisation_id: string;
4859
5118
  driver_id: string;
4860
5119
  vehicle_id: string;
4861
5120
  }, {
5121
+ organisation_id: string;
4862
5122
  driver_id: string;
4863
5123
  vehicle_id: string;
4864
5124
  }>;
@@ -5010,8 +5270,8 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
5010
5270
  }, "strip", z.ZodTypeAny, {
5011
5271
  status: Status;
5012
5272
  vehicle_body_details: string;
5013
- vehicle_passenger_capacity: number;
5014
5273
  number_of_doors: number;
5274
+ vehicle_passenger_capacity: number;
5015
5275
  standing_passenger_capacity: number;
5016
5276
  seat_configuration: string;
5017
5277
  has_air_conditioning: YesNo;
@@ -5062,9 +5322,9 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
5062
5322
  vehicle_height?: number | undefined;
5063
5323
  vehicle_width?: number | undefined;
5064
5324
  vehicle_length?: number | undefined;
5325
+ wheel_base?: number | undefined;
5065
5326
  vehicle_cargo_volume?: number | undefined;
5066
5327
  vehicle_maximum_weight_capacity?: number | undefined;
5067
- wheel_base?: number | undefined;
5068
5328
  cargo_bed_length?: number | undefined;
5069
5329
  cargo_bed_width?: number | undefined;
5070
5330
  cargo_bed_height?: number | undefined;
@@ -5111,14 +5371,14 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
5111
5371
  vehicle_height?: unknown;
5112
5372
  vehicle_width?: unknown;
5113
5373
  vehicle_length?: unknown;
5114
- vehicle_passenger_capacity?: unknown;
5115
- vehicle_cargo_volume?: unknown;
5116
- vehicle_maximum_weight_capacity?: unknown;
5117
5374
  wheel_base?: unknown;
5118
5375
  number_of_doors?: unknown;
5376
+ vehicle_passenger_capacity?: unknown;
5119
5377
  standing_passenger_capacity?: unknown;
5120
5378
  seat_configuration?: string | undefined;
5121
5379
  infotainment_type?: string | undefined;
5380
+ vehicle_cargo_volume?: unknown;
5381
+ vehicle_maximum_weight_capacity?: unknown;
5122
5382
  cargo_area_type?: string | undefined;
5123
5383
  refrigeration_temperature_range?: string | undefined;
5124
5384
  cargo_bed_length?: unknown;
@@ -5155,10 +5415,10 @@ declare const VehicleDetailLifeCycleSchema: z.ZodObject<{
5155
5415
  life_estimate_max_month_year: string;
5156
5416
  life_estimate_max_odometer_reading: number;
5157
5417
  life_expiry: LifeExpiry;
5158
- life_expiry_message: string;
5159
- life_expiry_note: string;
5160
5418
  is_extended_life_approved: YesNo;
5161
5419
  life_status: VehicleLifeStatus;
5420
+ life_expiry_message: string;
5421
+ life_expiry_note: string;
5162
5422
  }, {
5163
5423
  status: Status;
5164
5424
  life_expiry: LifeExpiry;
@@ -5207,6 +5467,7 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
5207
5467
  purchase_notes: string;
5208
5468
  purchase_vehicle_type: PurchaseVehicleType;
5209
5469
  purchase_type: PurchaseType;
5470
+ loan_interest_type: LoanInterestType;
5210
5471
  loan_no_of_installments: number;
5211
5472
  loan_first_payment_date: string;
5212
5473
  loan_last_payment_date: string;
@@ -5220,7 +5481,6 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
5220
5481
  purchase_vendor_id: string;
5221
5482
  loan_lender_id: string;
5222
5483
  lease_vendor_id: string;
5223
- loan_interest_type: LoanInterestType;
5224
5484
  purchase_total_amount?: number | undefined;
5225
5485
  loan_amount?: number | undefined;
5226
5486
  loan_down_payment?: number | undefined;
@@ -5241,6 +5501,7 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
5241
5501
  loan_amount?: unknown;
5242
5502
  loan_down_payment?: unknown;
5243
5503
  loan_interest_rate?: unknown;
5504
+ loan_interest_type?: LoanInterestType | undefined;
5244
5505
  loan_no_of_installments?: unknown;
5245
5506
  loan_first_payment_date?: string | undefined;
5246
5507
  loan_last_payment_date?: string | undefined;
@@ -5254,7 +5515,6 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
5254
5515
  warranty_expiration_date?: string | undefined;
5255
5516
  warranty_max_odometer_reading?: unknown;
5256
5517
  warranty_exchange_date?: string | undefined;
5257
- loan_interest_type?: LoanInterestType | undefined;
5258
5518
  }>;
5259
5519
  type VehicleDetailPurchaseDTO = z.infer<typeof VehicleDetailPurchaseSchema>;
5260
5520
  declare const MasterVehicleDocumentFileSchema: z.ZodObject<{
@@ -5359,7 +5619,6 @@ declare const VehicleDocumentSchema: z.ZodObject<{
5359
5619
  organisation_id: string;
5360
5620
  vehicle_id: string;
5361
5621
  document_type_id: string;
5362
- vendor_id: string;
5363
5622
  vehicle_document_code: string;
5364
5623
  document_number: string;
5365
5624
  document_authorized_name: string;
@@ -5373,6 +5632,7 @@ declare const VehicleDocumentSchema: z.ZodObject<{
5373
5632
  document_details_3: string;
5374
5633
  document_details_4: string;
5375
5634
  document_notes: string;
5635
+ vendor_id: string;
5376
5636
  MasterVehicleDocumentFileSchema: {
5377
5637
  status: Status;
5378
5638
  organisation_id: string;
@@ -5392,9 +5652,9 @@ declare const VehicleDocumentSchema: z.ZodObject<{
5392
5652
  organisation_id: string;
5393
5653
  vehicle_id: string;
5394
5654
  document_type_id: string;
5395
- vendor_id: string;
5396
5655
  document_validity_status: DocumentValidityStatus;
5397
5656
  document_status: DocumentStatus;
5657
+ vendor_id: string;
5398
5658
  vehicle_document_code?: string | undefined;
5399
5659
  document_number?: string | undefined;
5400
5660
  document_authorized_name?: string | undefined;
@@ -5813,7 +6073,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
5813
6073
  type VehicleGPSQueryDTO = z.infer<typeof VehicleGPSQuerySchema>;
5814
6074
  declare const toVehiclePayload: (vehicle: MasterVehicle) => VehicleDTO;
5815
6075
  declare const newVehiclePayload: () => VehicleDTO;
5816
- declare const toVehicleDetailsGPSPayload: (vehicleGPS?: VehicleDetailGPS) => VehicleDetailGPS;
6076
+ declare const toVehicleDetailsGPSPayload: (vehicleGPS?: VehicleDetailGPS) => VehicleDetailGPSSensorDTO;
5817
6077
  declare const toVehicleDetailsTripPayload: (trip?: VehicleDetailTrip) => VehicleDetailTripDTO;
5818
6078
  declare const toVehicleDetailsBodyPayload: (vehicleBody?: VehicleDetailBody) => VehicleDetailBodyDTO;
5819
6079
  declare const toVehicleDetailLifeCyclePayload: (vehicleLifeCycle?: VehicleDetailLifeCycle) => VehicleDetailLifeCycleDto;
@@ -6899,4 +7159,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
6899
7159
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
6900
7160
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
6901
7161
 
6902
- 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, type VehicleQueryDTO 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, VehicleBulkSchema as fA, type VehicleBulkDTO as fB, MasterDeviceFileSchema as fC, type MasterDeviceFileDTO as fD, VehicleDeviceLinkSchema as fE, type VehicleDeviceLinkDTO as fF, VehicleDeviceUnlinkSchema as fG, type VehicleDeviceUnlinkDTO as fH, VehicleDriverLinkSchema as fI, type VehicleDriverLinkDTO as fJ, VehicleDetailGPSSensorSchema as fK, type VehicleDetailGPSSensorDTO as fL, VehicleDetailTripSchema as fM, type VehicleDetailTripDTO as fN, VehicleDetailBodySchema as fO, type VehicleDetailBodyDTO as fP, VehicleDetailLifeCycleSchema as fQ, type VehicleDetailLifeCycleDto as fR, VehicleDetailPurchaseSchema as fS, type VehicleDetailPurchaseDTO as fT, MasterVehicleDocumentFileSchema as fU, type MasterVehicleDocumentFileDTO as fV, VehicleDocumentSchema as fW, type VehicleDocumentDTO as fX, VehicleDocumentQuerySchema as fY, type VehicleDocumentQueryDTO as fZ, VehicleQuerySchema 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 MasterVehicleDropdown as fq, type VehicleDetailGPS as fr, type VehicleDetailTrip as fs, type VehicleDetailBody as ft, type VehicleDetailLifeCycle as fu, type VehicleDetailPurchase as fv, MasterVehicleFileSchema as fw, type MasterVehicleFileDTO as fx, VehicleSchema as fy, type VehicleDTO as fz, type MasterMainState as g, getMasterUserRoleCache as g$, SimpleFindQuerySchema as g0, type SimpleFindQueryDTO as g1, VehicleGPSQuerySchema as g2, type VehicleGPSQueryDTO as g3, toVehiclePayload as g4, newVehiclePayload as g5, toVehicleDetailsGPSPayload as g6, toVehicleDetailsTripPayload as g7, toVehicleDetailsBodyPayload as g8, toVehicleDetailLifeCyclePayload as g9, removeDocument as gA, createFileVehicle as gB, removeFileVehicle as gC, createFileDevice as gD, removeFileDevice as gE, createFileVehicleDocument as gF, removeFileVehicleDocument as gG, getVehicleCache as gH, getVehicleSimpleCache as gI, getVehicleParentCache as gJ, getVehicleSimpleDropdownCustom as gK, getVehicleSimpleDropdownCacheLiveData as gL, getVehicleByUserCache as gM, getVehicleSimpleByUserCache as gN, getVehicleParentByUserCache as gO, getVehicleSimpleDropdownByUserCustom as gP, type MasterUserRole as gQ, MasterUserRoleSchema as gR, type MasterUserRoleDTO as gS, MasterUserRoleQuerySchema as gT, type MasterUserRoleQueryDTO as gU, toMasterUserRolePayload as gV, newMasterUserRolePayload as gW, findMasterUserRoles as gX, createMasterUserRole as gY, updateMasterUserRole as gZ, deleteMasterUserRole as g_, toVehicleDetailPurchasePayload as ga, get_vehicle_presigned_url as gb, get_device_presigned_url as gc, get_master_driver_presigned_url_file as gd, findVehicles as ge, findVehiclesLiveDashboard as gf, findVehicleGPSDetails as gg, createVehicle as gh, updateVehicle as gi, deleteVehicle as gj, updateDetailsGpsSensor as gk, updateDetailsTrip as gl, updateVehicleBodyDetails as gm, updateVehicleLifeCycleDetails as gn, updateVehiclePurchaseDetails as go, linkDriverToVehicle as gp, unlinkDriverFromVehicle as gq, getDriverLinkHistoryByVehicle as gr, getDriverLinkHistoryByDriver as gs, linkDeviceToVehicle as gt, unlinkDeviceFromVehicle as gu, getDeviceLinkHistoryByVehicle as gv, getDeviceLinkHistoryByDevice as gw, createDocument as gx, findDocument as gy, updateDocument as gz, type MasterMainIndustry as h, UserOrganisationLogoSchema as h$, getMasterUserRoleCacheCount as h0, type MasterUserStatus as h1, MasterUserStatusSchema as h2, type MasterUserStatusDTO as h3, MasterUserStatusQuerySchema as h4, type MasterUserStatusQueryDTO as h5, toMasterUserStatusPayload as h6, newMasterUserStatusPayload as h7, findMasterUserStatuses as h8, createMasterUserStatus as h9, UserDefaultLanguageSchema as hA, type UserDefaultLanguageDTO as hB, UserDefaultTimeZoneSchema as hC, type UserDefaultTimeZoneDTO as hD, UserDefaultDateFormatSchema as hE, type UserDefaultDateFormatDTO as hF, newUserPayload as hG, toUserPayload as hH, toUserProfilePayload as hI, findUser as hJ, createUser as hK, updateUser as hL, deleteUser as hM, updateUserLogo as hN, deleteUserLogo as hO, updateUserProfile as hP, getUserCache as hQ, getUserCacheSimple as hR, get_user_presigned_url as hS, updateUserDefaultLanguage as hT, updateUserDefaultTimezone as hU, updateUserDefaultDateformat as hV, type UserOrganisationSimple as hW, UserOrganisationSchema as hX, type UserOrganisationDTO as hY, UserOrganisationQuerySchema as hZ, type UserOrganisationQueryDTO as h_, updateMasterUserStatus as ha, deleteMasterUserStatus as hb, getMasterUserStatusCache as hc, getMasterUserStatusCacheCount as hd, type MasterMainLanguage as he, MasterMainLanguageSchema as hf, type MasterMainLanguageDTO as hg, MasterMainLanguageQuerySchema as hh, type MasterMainLanguageQueryDTO as hi, toMasterMainLanguagePayload as hj, newMasterMainLanguagePayload as hk, findMasterMainLanguages as hl, createMasterMainLanguage as hm, updateMasterMainLanguage as hn, deleteMasterMainLanguage as ho, getMasterMainLanguageCache as hp, type UserVehicleLink as hq, type UserLoginPush as hr, UserSchema as hs, type UserDTO as ht, UserQuerySchema as hu, type UserQueryDTO as hv, UserLogoSchema as hw, type UserLogoDTO as hx, UserProfileSchema as hy, type UserProfileDTO as hz, MasterMainIndustrySchema as i, type UserOrganisationLogoDTO as i0, toUserOrganisationPayload as i1, newUserOrganisationPayload as i2, findUserOrganisation as i3, createUserOrganisation as i4, updateUserOrganisation as i5, deleteUserOrganisation as i6, updateUserOrganisationLogo as i7, deleteUserOrganisationLogo as i8, get_user_organisation_presigned_url as i9, getUserOrganisationCache as ia, getUserOrganisationCacheSimple as ib, 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 };
7162
+ 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-nest-prisma-api-document",
3
- "version": "199.0.0",
3
+ "version": "202.0.0",
4
4
  "description": "Reusable API SDK built with NestJS, Prisma, Axios, and Zod for VMS frontends.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",