vms-nest-prisma-api-document 197.0.0 → 200.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.
- package/dist/core/Enums.d.ts +31 -1
- package/dist/core/Enums.js +38 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +644 -378
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +3 -3
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/{user_organisation_service-ByNU_GlC.d.ts → user_organisation_service-CY8xuc2X.d.ts} +988 -482
- package/package.json +1 -1
package/dist/{user_organisation_service-ByNU_GlC.d.ts → user_organisation_service-CY8xuc2X.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, FleetSize } from './core/Enums.js';
|
|
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';
|
|
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';
|
|
@@ -1969,7 +1969,7 @@ declare const updateMasterDriverProfile: (id: string, data: MasterDriverProfileD
|
|
|
1969
1969
|
declare const getMasterDriverCache: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
|
|
1970
1970
|
declare const getMasterDriverCacheSimple: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
|
|
1971
1971
|
declare const get_master_driver_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
1972
|
-
declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
1972
|
+
declare const get_master_driver_presigned_url_file$1: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
1973
1973
|
declare const create_file: (data: MasterDriverFileDTO) => Promise<SBR>;
|
|
1974
1974
|
declare const remove_file: (id: string) => Promise<SBR>;
|
|
1975
1975
|
|
|
@@ -4033,68 +4033,32 @@ declare const getMasterVehicleFuelUnitCacheChild: (organisation_id: string) => P
|
|
|
4033
4033
|
interface MasterVehicle extends Record<string, unknown> {
|
|
4034
4034
|
vehicle_id: string;
|
|
4035
4035
|
vehicle_number: string;
|
|
4036
|
-
vehicle_name
|
|
4036
|
+
vehicle_name?: string;
|
|
4037
|
+
odometer_reading?: number;
|
|
4037
4038
|
engine_number?: string;
|
|
4038
4039
|
chassis_number?: string;
|
|
4039
4040
|
vehicle_make_year?: number;
|
|
4040
|
-
db_instance: string;
|
|
4041
|
-
db_group: string;
|
|
4042
4041
|
is_fleet_active: YesNo;
|
|
4043
4042
|
is_gps_active: YesNo;
|
|
4044
4043
|
is_trip_active: YesNo;
|
|
4045
|
-
vehicle_front_image_url?: string;
|
|
4046
|
-
vehicle_front_image_key?: string;
|
|
4047
|
-
vehicle_plate_image_url?: string;
|
|
4048
|
-
vehicle_plate_image_key?: string;
|
|
4049
|
-
vehicle_full_image_url?: string;
|
|
4050
|
-
vehicle_full_image_key?: string;
|
|
4051
4044
|
status: Status;
|
|
4052
4045
|
added_date_time: string;
|
|
4053
4046
|
modified_date_time: string;
|
|
4054
|
-
|
|
4055
|
-
driver_id?: string;
|
|
4056
|
-
MasterDriver?: MasterDriver;
|
|
4057
|
-
assign_driver_date?: string;
|
|
4058
|
-
AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
|
|
4059
|
-
is_device_installed: YesNo;
|
|
4060
|
-
device_gps_source?: GPSSource;
|
|
4061
|
-
device_id?: string;
|
|
4062
|
-
MasterDevice?: MasterDevice;
|
|
4063
|
-
assign_device_date?: string;
|
|
4064
|
-
AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
|
|
4065
|
-
country_id?: string;
|
|
4066
|
-
MasterMainCountry?: MasterMainCountry;
|
|
4067
|
-
time_zone_id?: string;
|
|
4068
|
-
MasterMainTimeZone?: MasterMainTimeZone;
|
|
4069
|
-
odometer_reading?: number;
|
|
4070
|
-
odometer_last_change_date?: string;
|
|
4071
|
-
vehicle_details_body_id?: string;
|
|
4072
|
-
VehicleDetailBody?: VehicleDetailBody;
|
|
4073
|
-
vehicle_details_life_cycle_id?: string;
|
|
4074
|
-
VehicleDetailLifeCycle?: VehicleDetailLifeCycle;
|
|
4075
|
-
vehicle_details_purchase_id?: string;
|
|
4076
|
-
VehicleDetailPurchase?: VehicleDetailPurchase;
|
|
4077
|
-
vehicle_details_gps_id?: string;
|
|
4078
|
-
VehicleDetailGPS?: VehicleDetailGPS;
|
|
4079
|
-
vehicle_details_trip_id?: string;
|
|
4080
|
-
VehicleDetailTrip?: VehicleDetailTrip;
|
|
4081
|
-
organisation_id: string;
|
|
4082
|
-
UserOrganisation?: UserOrganisation;
|
|
4083
|
-
organisation_sub_company_id: string;
|
|
4047
|
+
organisation_sub_company_id?: string;
|
|
4084
4048
|
OrganisationSubCompany?: OrganisationSubCompany;
|
|
4085
4049
|
sub_company_name?: string;
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
branch_city?: string;
|
|
4050
|
+
organisation_tag_id?: string;
|
|
4051
|
+
OrganisationTag?: OrganisationTag;
|
|
4052
|
+
tag_name?: string;
|
|
4090
4053
|
organisation_color_id?: string;
|
|
4091
4054
|
OrganisationColor?: OrganisationColor;
|
|
4092
4055
|
color_name?: string;
|
|
4093
4056
|
color_code?: string;
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4057
|
+
organisation_group_id?: string;
|
|
4058
|
+
OrganisationGroup?: OrganisationGroup;
|
|
4059
|
+
group_name?: string;
|
|
4060
|
+
group_code?: string;
|
|
4061
|
+
vehicle_type_id: string;
|
|
4098
4062
|
MasterVehicleType?: MasterVehicleType;
|
|
4099
4063
|
vehicle_type?: string;
|
|
4100
4064
|
vehicle_make_id?: string;
|
|
@@ -4130,6 +4094,38 @@ interface MasterVehicle extends Record<string, unknown> {
|
|
|
4130
4094
|
vehicle_total_fuel_quantity?: number;
|
|
4131
4095
|
vehicle_tank_1_fuel_quantity?: number;
|
|
4132
4096
|
vehicle_tank_2_fuel_quantity?: number;
|
|
4097
|
+
is_driver_assigned: YesNo;
|
|
4098
|
+
driver_id?: string;
|
|
4099
|
+
MasterDriver?: MasterDriver;
|
|
4100
|
+
assign_driver_date?: string;
|
|
4101
|
+
AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
|
|
4102
|
+
is_device_installed: YesNo;
|
|
4103
|
+
device_gps_source?: GPSSource;
|
|
4104
|
+
device_id?: string;
|
|
4105
|
+
MasterDevice?: MasterDevice;
|
|
4106
|
+
assign_device_date?: string;
|
|
4107
|
+
AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
|
|
4108
|
+
country_id?: string;
|
|
4109
|
+
MasterMainCountry?: MasterMainCountry;
|
|
4110
|
+
time_zone_id?: string;
|
|
4111
|
+
MasterMainTimeZone?: MasterMainTimeZone;
|
|
4112
|
+
odometer_last_change_date?: string;
|
|
4113
|
+
vehicle_details_body_id?: string;
|
|
4114
|
+
VehicleDetailBody?: VehicleDetailBody;
|
|
4115
|
+
vehicle_details_life_cycle_id?: string;
|
|
4116
|
+
VehicleDetailLifeCycle?: VehicleDetailLifeCycle;
|
|
4117
|
+
vehicle_details_purchase_id?: string;
|
|
4118
|
+
VehicleDetailPurchase?: VehicleDetailPurchase;
|
|
4119
|
+
vehicle_details_gps_id?: string;
|
|
4120
|
+
VehicleDetailGPS?: VehicleDetailGPS;
|
|
4121
|
+
vehicle_details_trip_id?: string;
|
|
4122
|
+
VehicleDetailTrip?: VehicleDetailTrip;
|
|
4123
|
+
organisation_id: string;
|
|
4124
|
+
UserOrganisation?: UserOrganisation;
|
|
4125
|
+
organisation_branch_id?: string;
|
|
4126
|
+
OrganisationBranch?: OrganisationBranch;
|
|
4127
|
+
branch_name?: string;
|
|
4128
|
+
branch_city?: string;
|
|
4133
4129
|
Dummy_Driver?: MasterDriver[];
|
|
4134
4130
|
Dummy_Device?: MasterDevice[];
|
|
4135
4131
|
Dummy_VehicleDetailBody?: VehicleDetailBody[];
|
|
@@ -4195,76 +4191,6 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
|
|
|
4195
4191
|
latitude: number;
|
|
4196
4192
|
longitude: number;
|
|
4197
4193
|
}
|
|
4198
|
-
interface VehicleDetailBody extends Record<string, unknown> {
|
|
4199
|
-
vehicle_details_body_id: string;
|
|
4200
|
-
vehicle_body_details?: string;
|
|
4201
|
-
vehicle_height?: number;
|
|
4202
|
-
vehicle_width?: number;
|
|
4203
|
-
vehicle_length?: number;
|
|
4204
|
-
vehicle_passenger_capacity?: number;
|
|
4205
|
-
vehicle_cargo_volume?: number;
|
|
4206
|
-
vehicle_maximum_weight_capacity?: number;
|
|
4207
|
-
vehicle_total_fuel_quantity?: number;
|
|
4208
|
-
vehicle_tank_1_fuel_quantity?: number;
|
|
4209
|
-
vehicle_tank_2_fuel_quantity?: number;
|
|
4210
|
-
status: Status;
|
|
4211
|
-
added_date_time: string;
|
|
4212
|
-
modified_date_time: string;
|
|
4213
|
-
vehicle_id?: string;
|
|
4214
|
-
Vehicle?: MasterVehicle;
|
|
4215
|
-
_count?: object;
|
|
4216
|
-
}
|
|
4217
|
-
interface VehicleDetailLifeCycle extends Record<string, unknown> {
|
|
4218
|
-
vehicle_details_life_cycle_id: string;
|
|
4219
|
-
service_start_date?: string;
|
|
4220
|
-
service_start_odometer_reading?: number;
|
|
4221
|
-
service_end_date?: string;
|
|
4222
|
-
service_end_odometer_reading?: number;
|
|
4223
|
-
life_estimate_max_month_year?: string;
|
|
4224
|
-
life_estimate_max_odometer_reading?: number;
|
|
4225
|
-
life_expiry?: LifeExpiry;
|
|
4226
|
-
life_expiry_message?: string;
|
|
4227
|
-
life_expiry_note?: string;
|
|
4228
|
-
status: Status;
|
|
4229
|
-
added_date_time: string;
|
|
4230
|
-
modified_date_time: string;
|
|
4231
|
-
vehicle_id?: string;
|
|
4232
|
-
Vehicle?: MasterVehicle;
|
|
4233
|
-
_count?: object;
|
|
4234
|
-
}
|
|
4235
|
-
interface VehicleDetailPurchase extends Record<string, unknown> {
|
|
4236
|
-
vehicle_details_purchase_id: string;
|
|
4237
|
-
purchase_date?: string;
|
|
4238
|
-
purchase_notes?: string;
|
|
4239
|
-
purchase_vehicle_type?: PurchaseVehicleType;
|
|
4240
|
-
purchase_type?: PurchaseType;
|
|
4241
|
-
purchase_total_amount?: number;
|
|
4242
|
-
loan_amount?: number;
|
|
4243
|
-
loan_down_payment?: number;
|
|
4244
|
-
loan_interest_rate?: number;
|
|
4245
|
-
loan_no_of_installments?: number;
|
|
4246
|
-
loan_first_payment_date?: string;
|
|
4247
|
-
loan_last_payment_date?: string;
|
|
4248
|
-
loan_monthly_emi?: number;
|
|
4249
|
-
loan_emi_date?: number;
|
|
4250
|
-
lease_start_date?: string;
|
|
4251
|
-
lease_end_date?: string;
|
|
4252
|
-
lease_security_deposit_amount?: number;
|
|
4253
|
-
lease_monthly_emi_amount?: number;
|
|
4254
|
-
lease_emi_date?: number;
|
|
4255
|
-
warranty_expiration_date?: string;
|
|
4256
|
-
warranty_max_odometer_reading?: number;
|
|
4257
|
-
warranty_exchange_date?: string;
|
|
4258
|
-
status: Status;
|
|
4259
|
-
added_date_time: string;
|
|
4260
|
-
modified_date_time: string;
|
|
4261
|
-
vehicle_id?: string;
|
|
4262
|
-
Vehicle?: MasterVehicle;
|
|
4263
|
-
purchase_vendor_id?: string;
|
|
4264
|
-
loan_lender_id?: string;
|
|
4265
|
-
lease_vendor_id?: string;
|
|
4266
|
-
_count?: object;
|
|
4267
|
-
}
|
|
4268
4194
|
interface VehicleDetailGPS extends Record<string, unknown> {
|
|
4269
4195
|
vehicle_details_gps_id: string;
|
|
4270
4196
|
serial_no?: number;
|
|
@@ -4432,6 +4358,112 @@ interface VehicleDetailTrip extends Record<string, unknown> {
|
|
|
4432
4358
|
Vehicle?: MasterVehicle;
|
|
4433
4359
|
_count?: object;
|
|
4434
4360
|
}
|
|
4361
|
+
interface VehicleDetailBody extends Record<string, unknown> {
|
|
4362
|
+
vehicle_details_body_id: string;
|
|
4363
|
+
vehicle_body_details?: string;
|
|
4364
|
+
vehicle_height?: number;
|
|
4365
|
+
vehicle_width?: number;
|
|
4366
|
+
vehicle_length?: number;
|
|
4367
|
+
vehicle_passenger_capacity?: number;
|
|
4368
|
+
vehicle_cargo_volume?: number;
|
|
4369
|
+
vehicle_maximum_weight_capacity?: number;
|
|
4370
|
+
status: Status;
|
|
4371
|
+
added_date_time: string;
|
|
4372
|
+
modified_date_time: string;
|
|
4373
|
+
vehicle_id?: string;
|
|
4374
|
+
Vehicle?: MasterVehicle;
|
|
4375
|
+
_count?: object;
|
|
4376
|
+
}
|
|
4377
|
+
interface VehicleDetailLifeCycle extends Record<string, unknown> {
|
|
4378
|
+
vehicle_details_life_cycle_id: string;
|
|
4379
|
+
service_start_date?: string;
|
|
4380
|
+
service_start_odometer_reading?: number;
|
|
4381
|
+
service_end_date?: string;
|
|
4382
|
+
service_end_odometer_reading?: number;
|
|
4383
|
+
life_estimate_max_month_year?: string;
|
|
4384
|
+
life_estimate_max_odometer_reading?: number;
|
|
4385
|
+
life_expiry?: LifeExpiry;
|
|
4386
|
+
life_expiry_message?: string;
|
|
4387
|
+
life_expiry_note?: string;
|
|
4388
|
+
status: Status;
|
|
4389
|
+
added_date_time: string;
|
|
4390
|
+
modified_date_time: string;
|
|
4391
|
+
vehicle_id?: string;
|
|
4392
|
+
Vehicle?: MasterVehicle;
|
|
4393
|
+
_count?: object;
|
|
4394
|
+
}
|
|
4395
|
+
interface VehicleDetailPurchase extends Record<string, unknown> {
|
|
4396
|
+
vehicle_details_purchase_id: string;
|
|
4397
|
+
purchase_date?: string;
|
|
4398
|
+
purchase_notes?: string;
|
|
4399
|
+
purchase_vehicle_type?: PurchaseVehicleType;
|
|
4400
|
+
purchase_type?: PurchaseType;
|
|
4401
|
+
purchase_total_amount?: number;
|
|
4402
|
+
loan_amount?: number;
|
|
4403
|
+
loan_down_payment?: number;
|
|
4404
|
+
loan_interest_rate?: number;
|
|
4405
|
+
loan_no_of_installments?: number;
|
|
4406
|
+
loan_first_payment_date?: string;
|
|
4407
|
+
loan_last_payment_date?: string;
|
|
4408
|
+
loan_monthly_emi?: number;
|
|
4409
|
+
loan_emi_date?: number;
|
|
4410
|
+
lease_start_date?: string;
|
|
4411
|
+
lease_end_date?: string;
|
|
4412
|
+
lease_security_deposit_amount?: number;
|
|
4413
|
+
lease_monthly_emi_amount?: number;
|
|
4414
|
+
lease_emi_date?: number;
|
|
4415
|
+
warranty_expiration_date?: string;
|
|
4416
|
+
warranty_max_odometer_reading?: number;
|
|
4417
|
+
warranty_exchange_date?: string;
|
|
4418
|
+
status: Status;
|
|
4419
|
+
added_date_time: string;
|
|
4420
|
+
modified_date_time: string;
|
|
4421
|
+
vehicle_id?: string;
|
|
4422
|
+
Vehicle?: MasterVehicle;
|
|
4423
|
+
purchase_vendor_id?: string;
|
|
4424
|
+
loan_lender_id?: string;
|
|
4425
|
+
lease_vendor_id?: string;
|
|
4426
|
+
_count?: object;
|
|
4427
|
+
}
|
|
4428
|
+
declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
4429
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
4430
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
4431
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4432
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4433
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4434
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4435
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4436
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4437
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4438
|
+
} & {
|
|
4439
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4440
|
+
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4441
|
+
}, "strip", z.ZodTypeAny, {
|
|
4442
|
+
status: Status;
|
|
4443
|
+
organisation_id: string;
|
|
4444
|
+
vehicle_id: string;
|
|
4445
|
+
usage_type: string;
|
|
4446
|
+
file_type: FileType;
|
|
4447
|
+
file_url: string;
|
|
4448
|
+
file_key: string;
|
|
4449
|
+
file_name: string;
|
|
4450
|
+
file_description: string;
|
|
4451
|
+
file_size: number;
|
|
4452
|
+
file_metadata: Record<string, any>;
|
|
4453
|
+
}, {
|
|
4454
|
+
status: Status;
|
|
4455
|
+
organisation_id: string;
|
|
4456
|
+
vehicle_id: string;
|
|
4457
|
+
usage_type: string;
|
|
4458
|
+
file_type: FileType;
|
|
4459
|
+
file_url?: string | undefined;
|
|
4460
|
+
file_key?: string | undefined;
|
|
4461
|
+
file_name?: string | undefined;
|
|
4462
|
+
file_description?: string | undefined;
|
|
4463
|
+
file_size?: unknown;
|
|
4464
|
+
file_metadata?: Record<string, any> | undefined;
|
|
4465
|
+
}>;
|
|
4466
|
+
type MasterVehicleFileDTO = z.infer<typeof MasterVehicleFileSchema>;
|
|
4435
4467
|
declare const VehicleSchema: z.ZodObject<{
|
|
4436
4468
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4437
4469
|
vehicle_number: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -4443,12 +4475,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4443
4475
|
is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4444
4476
|
is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4445
4477
|
is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4446
|
-
vehicle_front_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4447
|
-
vehicle_front_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4448
|
-
vehicle_plate_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4449
|
-
vehicle_plate_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4450
|
-
vehicle_full_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4451
|
-
vehicle_full_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4452
4478
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4453
4479
|
organisation_sub_company_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4454
4480
|
organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -4469,8 +4495,46 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4469
4495
|
vehicle_total_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4470
4496
|
vehicle_tank_1_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4471
4497
|
vehicle_tank_2_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4472
|
-
|
|
4473
|
-
|
|
4498
|
+
MasterVehicleFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4499
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
4500
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
4501
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4502
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4503
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4504
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4505
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4506
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4507
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4508
|
+
} & {
|
|
4509
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4510
|
+
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4511
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
4512
|
+
status: Status;
|
|
4513
|
+
organisation_id: string;
|
|
4514
|
+
vehicle_id: string;
|
|
4515
|
+
usage_type: string;
|
|
4516
|
+
file_type: FileType;
|
|
4517
|
+
file_url: string;
|
|
4518
|
+
file_key: string;
|
|
4519
|
+
file_name: string;
|
|
4520
|
+
file_description: string;
|
|
4521
|
+
file_size: number;
|
|
4522
|
+
file_metadata: Record<string, any>;
|
|
4523
|
+
}, {
|
|
4524
|
+
status: Status;
|
|
4525
|
+
organisation_id: string;
|
|
4526
|
+
vehicle_id: string;
|
|
4527
|
+
usage_type: string;
|
|
4528
|
+
file_type: FileType;
|
|
4529
|
+
file_url?: string | undefined;
|
|
4530
|
+
file_key?: string | undefined;
|
|
4531
|
+
file_name?: string | undefined;
|
|
4532
|
+
file_description?: string | undefined;
|
|
4533
|
+
file_size?: unknown;
|
|
4534
|
+
file_metadata?: Record<string, any> | undefined;
|
|
4535
|
+
}>, "many">>>;
|
|
4536
|
+
}, "strip", z.ZodTypeAny, {
|
|
4537
|
+
status: Status;
|
|
4474
4538
|
organisation_id: string;
|
|
4475
4539
|
vehicle_number: string;
|
|
4476
4540
|
organisation_sub_company_id: string;
|
|
@@ -4488,24 +4552,31 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4488
4552
|
vehicle_associated_to_id: string;
|
|
4489
4553
|
vehicle_fuel_unit_id: string;
|
|
4490
4554
|
vehicle_name: string;
|
|
4555
|
+
odometer_reading: number;
|
|
4491
4556
|
engine_number: string;
|
|
4492
4557
|
chassis_number: string;
|
|
4493
4558
|
vehicle_make_year: number;
|
|
4494
4559
|
is_fleet_active: YesNo;
|
|
4495
4560
|
is_gps_active: YesNo;
|
|
4496
4561
|
is_trip_active: YesNo;
|
|
4497
|
-
vehicle_front_image_url: string;
|
|
4498
|
-
vehicle_front_image_key: string;
|
|
4499
|
-
vehicle_plate_image_url: string;
|
|
4500
|
-
vehicle_plate_image_key: string;
|
|
4501
|
-
vehicle_full_image_url: string;
|
|
4502
|
-
vehicle_full_image_key: string;
|
|
4503
|
-
odometer_reading: number;
|
|
4504
4562
|
secondary_vehicle_fuel_type_id: string;
|
|
4505
4563
|
secondary_vehicle_fuel_unit_id: string;
|
|
4506
4564
|
vehicle_total_fuel_quantity: number;
|
|
4507
4565
|
vehicle_tank_1_fuel_quantity: number;
|
|
4508
4566
|
vehicle_tank_2_fuel_quantity: number;
|
|
4567
|
+
MasterVehicleFileSchema: {
|
|
4568
|
+
status: Status;
|
|
4569
|
+
organisation_id: string;
|
|
4570
|
+
vehicle_id: string;
|
|
4571
|
+
usage_type: string;
|
|
4572
|
+
file_type: FileType;
|
|
4573
|
+
file_url: string;
|
|
4574
|
+
file_key: string;
|
|
4575
|
+
file_name: string;
|
|
4576
|
+
file_description: string;
|
|
4577
|
+
file_size: number;
|
|
4578
|
+
file_metadata: Record<string, any>;
|
|
4579
|
+
}[];
|
|
4509
4580
|
}, {
|
|
4510
4581
|
status: Status;
|
|
4511
4582
|
organisation_id: string;
|
|
@@ -4530,21 +4601,111 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4530
4601
|
secondary_vehicle_fuel_unit_id: string;
|
|
4531
4602
|
organisation_group_ids?: string[] | undefined;
|
|
4532
4603
|
vehicle_name?: string | undefined;
|
|
4604
|
+
odometer_reading?: unknown;
|
|
4533
4605
|
engine_number?: string | undefined;
|
|
4534
4606
|
chassis_number?: string | undefined;
|
|
4535
4607
|
vehicle_make_year?: unknown;
|
|
4536
|
-
vehicle_front_image_url?: string | undefined;
|
|
4537
|
-
vehicle_front_image_key?: string | undefined;
|
|
4538
|
-
vehicle_plate_image_url?: string | undefined;
|
|
4539
|
-
vehicle_plate_image_key?: string | undefined;
|
|
4540
|
-
vehicle_full_image_url?: string | undefined;
|
|
4541
|
-
vehicle_full_image_key?: string | undefined;
|
|
4542
|
-
odometer_reading?: unknown;
|
|
4543
4608
|
vehicle_total_fuel_quantity?: unknown;
|
|
4544
4609
|
vehicle_tank_1_fuel_quantity?: unknown;
|
|
4545
4610
|
vehicle_tank_2_fuel_quantity?: unknown;
|
|
4611
|
+
MasterVehicleFileSchema?: {
|
|
4612
|
+
status: Status;
|
|
4613
|
+
organisation_id: string;
|
|
4614
|
+
vehicle_id: string;
|
|
4615
|
+
usage_type: string;
|
|
4616
|
+
file_type: FileType;
|
|
4617
|
+
file_url?: string | undefined;
|
|
4618
|
+
file_key?: string | undefined;
|
|
4619
|
+
file_name?: string | undefined;
|
|
4620
|
+
file_description?: string | undefined;
|
|
4621
|
+
file_size?: unknown;
|
|
4622
|
+
file_metadata?: Record<string, any> | undefined;
|
|
4623
|
+
}[] | undefined;
|
|
4546
4624
|
}>;
|
|
4547
4625
|
type VehicleDTO = z.infer<typeof VehicleSchema>;
|
|
4626
|
+
declare const VehicleBulkSchema: z.ZodObject<{
|
|
4627
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4628
|
+
vehicle_number: z.ZodEffects<z.ZodString, string, string>;
|
|
4629
|
+
vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4630
|
+
is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4631
|
+
is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4632
|
+
is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4633
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4634
|
+
vehicle_type_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4635
|
+
device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4636
|
+
device_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4637
|
+
device_type_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4638
|
+
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4639
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4640
|
+
}, "strip", z.ZodTypeAny, {
|
|
4641
|
+
status: Status;
|
|
4642
|
+
organisation_id: string;
|
|
4643
|
+
vehicle_number: string;
|
|
4644
|
+
time_zone_id: string;
|
|
4645
|
+
country_id: string;
|
|
4646
|
+
device_type_id: string;
|
|
4647
|
+
device_manufacturer_id: string;
|
|
4648
|
+
device_model_id: string;
|
|
4649
|
+
vehicle_type_id: string;
|
|
4650
|
+
vehicle_name: string;
|
|
4651
|
+
is_fleet_active: YesNo;
|
|
4652
|
+
is_gps_active: YesNo;
|
|
4653
|
+
is_trip_active: YesNo;
|
|
4654
|
+
}, {
|
|
4655
|
+
status: Status;
|
|
4656
|
+
organisation_id: string;
|
|
4657
|
+
vehicle_number: string;
|
|
4658
|
+
time_zone_id: string;
|
|
4659
|
+
country_id: string;
|
|
4660
|
+
device_type_id: string;
|
|
4661
|
+
device_manufacturer_id: string;
|
|
4662
|
+
device_model_id: string;
|
|
4663
|
+
vehicle_type_id: string;
|
|
4664
|
+
is_fleet_active: YesNo;
|
|
4665
|
+
is_gps_active: YesNo;
|
|
4666
|
+
is_trip_active: YesNo;
|
|
4667
|
+
vehicle_name?: string | undefined;
|
|
4668
|
+
}>;
|
|
4669
|
+
type VehicleBulkDTO = z.infer<typeof VehicleBulkSchema>;
|
|
4670
|
+
declare const MasterDeviceFileSchema: z.ZodObject<{
|
|
4671
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
4672
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
4673
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4674
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4675
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4676
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4677
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4678
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4679
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4680
|
+
} & {
|
|
4681
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4682
|
+
device_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4683
|
+
}, "strip", z.ZodTypeAny, {
|
|
4684
|
+
status: Status;
|
|
4685
|
+
organisation_id: string;
|
|
4686
|
+
usage_type: string;
|
|
4687
|
+
file_type: FileType;
|
|
4688
|
+
file_url: string;
|
|
4689
|
+
file_key: string;
|
|
4690
|
+
file_name: string;
|
|
4691
|
+
file_description: string;
|
|
4692
|
+
file_size: number;
|
|
4693
|
+
file_metadata: Record<string, any>;
|
|
4694
|
+
device_id: string;
|
|
4695
|
+
}, {
|
|
4696
|
+
status: Status;
|
|
4697
|
+
organisation_id: string;
|
|
4698
|
+
usage_type: string;
|
|
4699
|
+
file_type: FileType;
|
|
4700
|
+
device_id: string;
|
|
4701
|
+
file_url?: string | undefined;
|
|
4702
|
+
file_key?: string | undefined;
|
|
4703
|
+
file_name?: string | undefined;
|
|
4704
|
+
file_description?: string | undefined;
|
|
4705
|
+
file_size?: unknown;
|
|
4706
|
+
file_metadata?: Record<string, any> | undefined;
|
|
4707
|
+
}>;
|
|
4708
|
+
type MasterDeviceFileDTO = z.infer<typeof MasterDeviceFileSchema>;
|
|
4548
4709
|
declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
4549
4710
|
device_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4550
4711
|
device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -4554,12 +4715,12 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4554
4715
|
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4555
4716
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4556
4717
|
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4718
|
+
temperature: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4719
|
+
duel_temperature: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4720
|
+
fuel: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4721
|
+
fuel_bluetooth: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4722
|
+
fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4723
|
+
over_speed_kmph: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4563
4724
|
gps_lock_relay: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4564
4725
|
gps_door_locker: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4565
4726
|
door_sensor: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
@@ -4568,6 +4729,44 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4568
4729
|
is_rear_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4569
4730
|
is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4570
4731
|
camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4732
|
+
MasterDeviceFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4733
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
4734
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
4735
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4736
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4737
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4738
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4739
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4740
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4741
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4742
|
+
} & {
|
|
4743
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4744
|
+
device_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4745
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
4746
|
+
status: Status;
|
|
4747
|
+
organisation_id: string;
|
|
4748
|
+
usage_type: string;
|
|
4749
|
+
file_type: FileType;
|
|
4750
|
+
file_url: string;
|
|
4751
|
+
file_key: string;
|
|
4752
|
+
file_name: string;
|
|
4753
|
+
file_description: string;
|
|
4754
|
+
file_size: number;
|
|
4755
|
+
file_metadata: Record<string, any>;
|
|
4756
|
+
device_id: string;
|
|
4757
|
+
}, {
|
|
4758
|
+
status: Status;
|
|
4759
|
+
organisation_id: string;
|
|
4760
|
+
usage_type: string;
|
|
4761
|
+
file_type: FileType;
|
|
4762
|
+
device_id: string;
|
|
4763
|
+
file_url?: string | undefined;
|
|
4764
|
+
file_key?: string | undefined;
|
|
4765
|
+
file_name?: string | undefined;
|
|
4766
|
+
file_description?: string | undefined;
|
|
4767
|
+
file_size?: unknown;
|
|
4768
|
+
file_metadata?: Record<string, any> | undefined;
|
|
4769
|
+
}>, "many">>>;
|
|
4571
4770
|
}, "strip", z.ZodTypeAny, {
|
|
4572
4771
|
organisation_id: string;
|
|
4573
4772
|
vehicle_id: string;
|
|
@@ -4577,12 +4776,11 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4577
4776
|
device_type_id: string;
|
|
4578
4777
|
device_manufacturer_id: string;
|
|
4579
4778
|
device_model_id: string;
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
sim_image_key: string;
|
|
4779
|
+
temperature: YesNo;
|
|
4780
|
+
duel_temperature: YesNo;
|
|
4781
|
+
fuel: YesNo;
|
|
4782
|
+
fuel_bluetooth: YesNo;
|
|
4783
|
+
fuel_tank_size: number;
|
|
4586
4784
|
gps_lock_relay: YesNo;
|
|
4587
4785
|
gps_door_locker: YesNo;
|
|
4588
4786
|
door_sensor: YesNo;
|
|
@@ -4591,6 +4789,20 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4591
4789
|
is_rear_cam: YesNo;
|
|
4592
4790
|
is_front_cam: YesNo;
|
|
4593
4791
|
camera_extra_count: number;
|
|
4792
|
+
over_speed_kmph: number;
|
|
4793
|
+
MasterDeviceFileSchema: {
|
|
4794
|
+
status: Status;
|
|
4795
|
+
organisation_id: string;
|
|
4796
|
+
usage_type: string;
|
|
4797
|
+
file_type: FileType;
|
|
4798
|
+
file_url: string;
|
|
4799
|
+
file_key: string;
|
|
4800
|
+
file_name: string;
|
|
4801
|
+
file_description: string;
|
|
4802
|
+
file_size: number;
|
|
4803
|
+
file_metadata: Record<string, any>;
|
|
4804
|
+
device_id: string;
|
|
4805
|
+
}[];
|
|
4594
4806
|
}, {
|
|
4595
4807
|
organisation_id: string;
|
|
4596
4808
|
vehicle_id: string;
|
|
@@ -4600,12 +4812,11 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4600
4812
|
device_type_id: string;
|
|
4601
4813
|
device_manufacturer_id: string;
|
|
4602
4814
|
device_model_id: string;
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
sim_image_key?: string | undefined;
|
|
4815
|
+
temperature?: YesNo | undefined;
|
|
4816
|
+
duel_temperature?: YesNo | undefined;
|
|
4817
|
+
fuel?: YesNo | undefined;
|
|
4818
|
+
fuel_bluetooth?: YesNo | undefined;
|
|
4819
|
+
fuel_tank_size?: unknown;
|
|
4609
4820
|
gps_lock_relay?: YesNo | undefined;
|
|
4610
4821
|
gps_door_locker?: YesNo | undefined;
|
|
4611
4822
|
door_sensor?: YesNo | undefined;
|
|
@@ -4614,15 +4825,32 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4614
4825
|
is_rear_cam?: YesNo | undefined;
|
|
4615
4826
|
is_front_cam?: YesNo | undefined;
|
|
4616
4827
|
camera_extra_count?: unknown;
|
|
4828
|
+
over_speed_kmph?: unknown;
|
|
4829
|
+
MasterDeviceFileSchema?: {
|
|
4830
|
+
status: Status;
|
|
4831
|
+
organisation_id: string;
|
|
4832
|
+
usage_type: string;
|
|
4833
|
+
file_type: FileType;
|
|
4834
|
+
device_id: string;
|
|
4835
|
+
file_url?: string | undefined;
|
|
4836
|
+
file_key?: string | undefined;
|
|
4837
|
+
file_name?: string | undefined;
|
|
4838
|
+
file_description?: string | undefined;
|
|
4839
|
+
file_size?: unknown;
|
|
4840
|
+
file_metadata?: Record<string, any> | undefined;
|
|
4841
|
+
}[] | undefined;
|
|
4617
4842
|
}>;
|
|
4618
4843
|
type VehicleDeviceLinkDTO = z.infer<typeof VehicleDeviceLinkSchema>;
|
|
4619
4844
|
declare const VehicleDeviceUnlinkSchema: z.ZodObject<{
|
|
4845
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4620
4846
|
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4621
4847
|
device_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4622
4848
|
}, "strip", z.ZodTypeAny, {
|
|
4849
|
+
organisation_id: string;
|
|
4623
4850
|
vehicle_id: string;
|
|
4624
4851
|
device_id: string;
|
|
4625
4852
|
}, {
|
|
4853
|
+
organisation_id: string;
|
|
4626
4854
|
vehicle_id: string;
|
|
4627
4855
|
device_id: string;
|
|
4628
4856
|
}>;
|
|
@@ -4641,125 +4869,7 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
|
|
|
4641
4869
|
driver_id: string;
|
|
4642
4870
|
}>;
|
|
4643
4871
|
type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
|
|
4644
|
-
declare const
|
|
4645
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4646
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
4647
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
4648
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4649
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4650
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
4651
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4652
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
4653
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4654
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
4655
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4656
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4657
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4658
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4659
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
4660
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
4661
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
4662
|
-
}, "strip", z.ZodTypeAny, {
|
|
4663
|
-
name: string;
|
|
4664
|
-
field: string;
|
|
4665
|
-
direction: OrderBy;
|
|
4666
|
-
}, {
|
|
4667
|
-
name: string;
|
|
4668
|
-
field: string;
|
|
4669
|
-
direction: OrderBy;
|
|
4670
|
-
}>, "many">>>;
|
|
4671
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4672
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4673
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4674
|
-
} & {
|
|
4675
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4676
|
-
}, "strip", z.ZodTypeAny, {
|
|
4677
|
-
status: Status[];
|
|
4678
|
-
organisation_id: string;
|
|
4679
|
-
search: string;
|
|
4680
|
-
paging: PAGING;
|
|
4681
|
-
page_count: number;
|
|
4682
|
-
page_index: number;
|
|
4683
|
-
load_parents: LoadParents;
|
|
4684
|
-
load_parents_list: string[];
|
|
4685
|
-
load_child: LoadChild;
|
|
4686
|
-
load_child_list: string[];
|
|
4687
|
-
load_child_count: LoadChildCount;
|
|
4688
|
-
load_child_count_list: string[];
|
|
4689
|
-
include_details: Record<string, any>;
|
|
4690
|
-
where_relations: Record<string, any>;
|
|
4691
|
-
order_by: {
|
|
4692
|
-
name: string;
|
|
4693
|
-
field: string;
|
|
4694
|
-
direction: OrderBy;
|
|
4695
|
-
}[];
|
|
4696
|
-
include_master_data: YesNo;
|
|
4697
|
-
date_format_id: string;
|
|
4698
|
-
time_zone_id: string;
|
|
4699
|
-
}, {
|
|
4700
|
-
organisation_id: string;
|
|
4701
|
-
date_format_id: string;
|
|
4702
|
-
time_zone_id: string;
|
|
4703
|
-
status?: Status[] | undefined;
|
|
4704
|
-
search?: string | undefined;
|
|
4705
|
-
paging?: PAGING | undefined;
|
|
4706
|
-
page_count?: unknown;
|
|
4707
|
-
page_index?: unknown;
|
|
4708
|
-
load_parents?: LoadParents | undefined;
|
|
4709
|
-
load_parents_list?: string[] | undefined;
|
|
4710
|
-
load_child?: LoadChild | undefined;
|
|
4711
|
-
load_child_list?: string[] | undefined;
|
|
4712
|
-
load_child_count?: LoadChildCount | undefined;
|
|
4713
|
-
load_child_count_list?: string[] | undefined;
|
|
4714
|
-
include_details?: Record<string, any> | undefined;
|
|
4715
|
-
where_relations?: Record<string, any> | undefined;
|
|
4716
|
-
order_by?: {
|
|
4717
|
-
name: string;
|
|
4718
|
-
field: string;
|
|
4719
|
-
direction: OrderBy;
|
|
4720
|
-
}[] | undefined;
|
|
4721
|
-
include_master_data?: YesNo | undefined;
|
|
4722
|
-
}>;
|
|
4723
|
-
type SimpleFindQueryDTO = z.infer<typeof SimpleFindQuerySchema>;
|
|
4724
|
-
declare const VehicleDetailBodySchema: z.ZodObject<{
|
|
4725
|
-
vehicle_body_details: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4726
|
-
vehicle_height: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4727
|
-
vehicle_width: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4728
|
-
vehicle_length: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4729
|
-
vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4730
|
-
vehicle_cargo_volume: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4731
|
-
vehicle_maximum_weight_capacity: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4732
|
-
vehicle_total_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4733
|
-
vehicle_tank_1_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4734
|
-
vehicle_tank_2_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4735
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4736
|
-
}, "strip", z.ZodTypeAny, {
|
|
4737
|
-
status: Status;
|
|
4738
|
-
vehicle_total_fuel_quantity: number;
|
|
4739
|
-
vehicle_tank_1_fuel_quantity: number;
|
|
4740
|
-
vehicle_tank_2_fuel_quantity: number;
|
|
4741
|
-
vehicle_body_details: string;
|
|
4742
|
-
vehicle_passenger_capacity: number;
|
|
4743
|
-
vehicle_height?: number | undefined;
|
|
4744
|
-
vehicle_width?: number | undefined;
|
|
4745
|
-
vehicle_length?: number | undefined;
|
|
4746
|
-
vehicle_cargo_volume?: number | undefined;
|
|
4747
|
-
vehicle_maximum_weight_capacity?: number | undefined;
|
|
4748
|
-
}, {
|
|
4749
|
-
status: Status;
|
|
4750
|
-
vehicle_total_fuel_quantity?: unknown;
|
|
4751
|
-
vehicle_tank_1_fuel_quantity?: unknown;
|
|
4752
|
-
vehicle_tank_2_fuel_quantity?: unknown;
|
|
4753
|
-
vehicle_body_details?: string | undefined;
|
|
4754
|
-
vehicle_height?: unknown;
|
|
4755
|
-
vehicle_width?: unknown;
|
|
4756
|
-
vehicle_length?: unknown;
|
|
4757
|
-
vehicle_passenger_capacity?: unknown;
|
|
4758
|
-
vehicle_cargo_volume?: unknown;
|
|
4759
|
-
vehicle_maximum_weight_capacity?: unknown;
|
|
4760
|
-
}>;
|
|
4761
|
-
type VehicleDetailBodyDTO = z.infer<typeof VehicleDetailBodySchema>;
|
|
4762
|
-
declare const VehicleDetailGPSMainSchema: z.ZodObject<{
|
|
4872
|
+
declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
4763
4873
|
temperature: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4764
4874
|
duel_temperature: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4765
4875
|
fuel: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
@@ -4774,9 +4884,7 @@ declare const VehicleDetailGPSMainSchema: z.ZodObject<{
|
|
|
4774
4884
|
is_rear_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4775
4885
|
is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4776
4886
|
camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4777
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4778
4887
|
}, "strip", z.ZodTypeAny, {
|
|
4779
|
-
status: Status;
|
|
4780
4888
|
temperature: YesNo;
|
|
4781
4889
|
duel_temperature: YesNo;
|
|
4782
4890
|
fuel: YesNo;
|
|
@@ -4792,7 +4900,6 @@ declare const VehicleDetailGPSMainSchema: z.ZodObject<{
|
|
|
4792
4900
|
camera_extra_count: number;
|
|
4793
4901
|
over_speed_kmph: number;
|
|
4794
4902
|
}, {
|
|
4795
|
-
status: Status;
|
|
4796
4903
|
temperature?: YesNo | undefined;
|
|
4797
4904
|
duel_temperature?: YesNo | undefined;
|
|
4798
4905
|
fuel?: YesNo | undefined;
|
|
@@ -4808,164 +4915,230 @@ declare const VehicleDetailGPSMainSchema: z.ZodObject<{
|
|
|
4808
4915
|
camera_extra_count?: unknown;
|
|
4809
4916
|
over_speed_kmph?: unknown;
|
|
4810
4917
|
}>;
|
|
4811
|
-
type
|
|
4812
|
-
declare const
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
al: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4824
|
-
s: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4825
|
-
b: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4826
|
-
c: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4827
|
-
i: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4828
|
-
m: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4829
|
-
p: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4830
|
-
v: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4831
|
-
b_r: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4832
|
-
f1_r: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4833
|
-
f2_r: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4834
|
-
f1: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4835
|
-
f2: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4836
|
-
t1_r: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4837
|
-
t2_r: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4838
|
-
t1: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4839
|
-
t2: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4840
|
-
gl: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4841
|
-
lid: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4842
|
-
ll: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4843
|
-
ld: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4844
|
-
s_r_l: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4845
|
-
s_d_l: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4846
|
-
s_d: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4847
|
-
s_g: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4848
|
-
g_s: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof GPSSource>>>;
|
|
4918
|
+
type VehicleDetailGPSSensorDTO = z.infer<typeof VehicleDetailGPSSensorSchema>;
|
|
4919
|
+
declare const VehicleDetailTripSchema: z.ZodObject<{
|
|
4920
|
+
trip_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4921
|
+
trip_no: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4922
|
+
eway_bill_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4923
|
+
route_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4924
|
+
trip_start_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
4925
|
+
trip_end_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
4926
|
+
trip_notes_1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4927
|
+
trip_notes_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4928
|
+
trip_notes_3: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4929
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4849
4930
|
}, "strip", z.ZodTypeAny, {
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
c: number;
|
|
4861
|
-
i: boolean;
|
|
4862
|
-
m: boolean;
|
|
4863
|
-
p: boolean;
|
|
4864
|
-
v: boolean;
|
|
4865
|
-
b: number;
|
|
4866
|
-
b_r: string;
|
|
4867
|
-
f1_r: string;
|
|
4868
|
-
f2_r: string;
|
|
4869
|
-
t1_r: string;
|
|
4870
|
-
t2_r: string;
|
|
4871
|
-
s_r_l: boolean;
|
|
4872
|
-
s_d_l: boolean;
|
|
4873
|
-
s_d: boolean;
|
|
4874
|
-
s_g: boolean;
|
|
4875
|
-
gl: string;
|
|
4876
|
-
lid: string;
|
|
4877
|
-
ll: string;
|
|
4878
|
-
ld: number;
|
|
4879
|
-
g_s: GPSSource;
|
|
4880
|
-
la?: number | undefined;
|
|
4881
|
-
lo?: number | undefined;
|
|
4882
|
-
f1?: number | undefined;
|
|
4883
|
-
f2?: number | undefined;
|
|
4884
|
-
t1?: number | undefined;
|
|
4885
|
-
t2?: number | undefined;
|
|
4931
|
+
status: Status;
|
|
4932
|
+
trip_name: string;
|
|
4933
|
+
trip_no: string;
|
|
4934
|
+
eway_bill_number: string;
|
|
4935
|
+
route_name: string;
|
|
4936
|
+
trip_start_date: string;
|
|
4937
|
+
trip_end_date: string;
|
|
4938
|
+
trip_notes_1: string;
|
|
4939
|
+
trip_notes_2: string;
|
|
4940
|
+
trip_notes_3: string;
|
|
4886
4941
|
}, {
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
lo?: unknown;
|
|
4898
|
-
al?: unknown;
|
|
4899
|
-
c?: unknown;
|
|
4900
|
-
i?: boolean | undefined;
|
|
4901
|
-
m?: boolean | undefined;
|
|
4902
|
-
p?: boolean | undefined;
|
|
4903
|
-
v?: boolean | undefined;
|
|
4904
|
-
b?: unknown;
|
|
4905
|
-
b_r?: string | undefined;
|
|
4906
|
-
f1_r?: string | undefined;
|
|
4907
|
-
f2_r?: string | undefined;
|
|
4908
|
-
f1?: unknown;
|
|
4909
|
-
f2?: unknown;
|
|
4910
|
-
t1_r?: string | undefined;
|
|
4911
|
-
t2_r?: string | undefined;
|
|
4912
|
-
t1?: unknown;
|
|
4913
|
-
t2?: unknown;
|
|
4914
|
-
s_r_l?: boolean | undefined;
|
|
4915
|
-
s_d_l?: boolean | undefined;
|
|
4916
|
-
s_d?: boolean | undefined;
|
|
4917
|
-
s_g?: boolean | undefined;
|
|
4918
|
-
gl?: string | undefined;
|
|
4919
|
-
lid?: string | undefined;
|
|
4920
|
-
ll?: string | undefined;
|
|
4921
|
-
ld?: unknown;
|
|
4922
|
-
g_s?: GPSSource | undefined;
|
|
4942
|
+
status: Status;
|
|
4943
|
+
trip_name?: string | undefined;
|
|
4944
|
+
trip_no?: string | undefined;
|
|
4945
|
+
eway_bill_number?: string | undefined;
|
|
4946
|
+
route_name?: string | undefined;
|
|
4947
|
+
trip_start_date?: string | undefined;
|
|
4948
|
+
trip_end_date?: string | undefined;
|
|
4949
|
+
trip_notes_1?: string | undefined;
|
|
4950
|
+
trip_notes_2?: string | undefined;
|
|
4951
|
+
trip_notes_3?: string | undefined;
|
|
4923
4952
|
}>;
|
|
4924
|
-
type
|
|
4925
|
-
declare const
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4953
|
+
type VehicleDetailTripDTO = z.infer<typeof VehicleDetailTripSchema>;
|
|
4954
|
+
declare const VehicleDetailBodySchema: z.ZodObject<{
|
|
4955
|
+
vehicle_body_details: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4956
|
+
vehicle_height: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4957
|
+
vehicle_width: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4958
|
+
vehicle_length: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4959
|
+
wheel_base: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4960
|
+
number_of_doors: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4961
|
+
vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4962
|
+
standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4963
|
+
seat_configuration: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4964
|
+
has_air_conditioning: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4965
|
+
has_heating_system: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4966
|
+
has_reclining_seats: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4967
|
+
has_safety_belts: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4968
|
+
has_headrests: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4969
|
+
has_armrests: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4970
|
+
has_infotainment_system: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4971
|
+
infotainment_type: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4972
|
+
has_individual_lighting: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4973
|
+
has_overhead_luggage_storage: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4974
|
+
wheelchair_accessible: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4975
|
+
vehicle_cargo_volume: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4976
|
+
vehicle_maximum_weight_capacity: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4977
|
+
cargo_area_type: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4978
|
+
has_lift_gate: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4979
|
+
has_refrigeration_unit: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4980
|
+
refrigeration_temperature_range: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4981
|
+
cargo_bed_length: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4982
|
+
cargo_bed_width: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4983
|
+
cargo_bed_height: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4984
|
+
cargo_floor_material: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4985
|
+
has_side_doors: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4986
|
+
has_roof_hatch: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4987
|
+
cargo_tie_down_hooks_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4988
|
+
is_custom_body_built: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4989
|
+
number_of_axles: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4990
|
+
axle_configuration: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4991
|
+
has_dual_rear_wheels: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4992
|
+
suspension_type: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4993
|
+
suspension_adjustability: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4994
|
+
ground_clearance_mm: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
4995
|
+
tire_size: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4996
|
+
has_spare_tire: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4997
|
+
has_all_terrain_tires: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4998
|
+
has_run_flat_tires: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
4999
|
+
steering_type: z.ZodType<SteeringType, z.ZodTypeDef, SteeringType>;
|
|
5000
|
+
wheel_drive_type: z.ZodType<WheelDriveType, z.ZodTypeDef, WheelDriveType>;
|
|
5001
|
+
has_abs: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5002
|
+
has_airbags: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5003
|
+
has_speed_limiter: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5004
|
+
has_gps_tracker: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5005
|
+
has_parking_sensors: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5006
|
+
has_rear_camera: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5007
|
+
has_lane_assist: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5008
|
+
has_automatic_emergency_brake: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5009
|
+
has_tire_pressure_monitoring: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5010
|
+
has_blind_spot_monitoring: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5011
|
+
has_collision_warning_system: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5012
|
+
has_immobilizer: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5013
|
+
has_dashcam: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5014
|
+
has_emergency_exit: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5015
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4939
5016
|
}, "strip", z.ZodTypeAny, {
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
5017
|
+
status: Status;
|
|
5018
|
+
vehicle_body_details: string;
|
|
5019
|
+
vehicle_passenger_capacity: number;
|
|
5020
|
+
number_of_doors: number;
|
|
5021
|
+
standing_passenger_capacity: number;
|
|
5022
|
+
seat_configuration: string;
|
|
5023
|
+
has_air_conditioning: YesNo;
|
|
5024
|
+
has_heating_system: YesNo;
|
|
5025
|
+
has_reclining_seats: YesNo;
|
|
5026
|
+
has_safety_belts: YesNo;
|
|
5027
|
+
has_headrests: YesNo;
|
|
5028
|
+
has_armrests: YesNo;
|
|
5029
|
+
has_infotainment_system: YesNo;
|
|
5030
|
+
infotainment_type: string;
|
|
5031
|
+
has_individual_lighting: YesNo;
|
|
5032
|
+
has_overhead_luggage_storage: YesNo;
|
|
5033
|
+
wheelchair_accessible: YesNo;
|
|
5034
|
+
cargo_area_type: string;
|
|
5035
|
+
has_lift_gate: YesNo;
|
|
5036
|
+
has_refrigeration_unit: YesNo;
|
|
5037
|
+
refrigeration_temperature_range: string;
|
|
5038
|
+
cargo_floor_material: string;
|
|
5039
|
+
has_side_doors: YesNo;
|
|
5040
|
+
has_roof_hatch: YesNo;
|
|
5041
|
+
cargo_tie_down_hooks_count: number;
|
|
5042
|
+
is_custom_body_built: YesNo;
|
|
5043
|
+
number_of_axles: number;
|
|
5044
|
+
axle_configuration: string;
|
|
5045
|
+
has_dual_rear_wheels: YesNo;
|
|
5046
|
+
suspension_type: string;
|
|
5047
|
+
suspension_adjustability: YesNo;
|
|
5048
|
+
tire_size: string;
|
|
5049
|
+
has_spare_tire: YesNo;
|
|
5050
|
+
has_all_terrain_tires: YesNo;
|
|
5051
|
+
has_run_flat_tires: YesNo;
|
|
5052
|
+
steering_type: SteeringType;
|
|
5053
|
+
wheel_drive_type: WheelDriveType;
|
|
5054
|
+
has_abs: YesNo;
|
|
5055
|
+
has_airbags: YesNo;
|
|
5056
|
+
has_speed_limiter: YesNo;
|
|
5057
|
+
has_gps_tracker: YesNo;
|
|
5058
|
+
has_parking_sensors: YesNo;
|
|
5059
|
+
has_rear_camera: YesNo;
|
|
5060
|
+
has_lane_assist: YesNo;
|
|
5061
|
+
has_automatic_emergency_brake: YesNo;
|
|
5062
|
+
has_tire_pressure_monitoring: YesNo;
|
|
5063
|
+
has_blind_spot_monitoring: YesNo;
|
|
5064
|
+
has_collision_warning_system: YesNo;
|
|
5065
|
+
has_immobilizer: YesNo;
|
|
5066
|
+
has_dashcam: YesNo;
|
|
5067
|
+
has_emergency_exit: YesNo;
|
|
5068
|
+
vehicle_height?: number | undefined;
|
|
5069
|
+
vehicle_width?: number | undefined;
|
|
5070
|
+
vehicle_length?: number | undefined;
|
|
5071
|
+
vehicle_cargo_volume?: number | undefined;
|
|
5072
|
+
vehicle_maximum_weight_capacity?: number | undefined;
|
|
5073
|
+
wheel_base?: number | undefined;
|
|
5074
|
+
cargo_bed_length?: number | undefined;
|
|
5075
|
+
cargo_bed_width?: number | undefined;
|
|
5076
|
+
cargo_bed_height?: number | undefined;
|
|
5077
|
+
ground_clearance_mm?: number | undefined;
|
|
4953
5078
|
}, {
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
5079
|
+
status: Status;
|
|
5080
|
+
has_air_conditioning: YesNo;
|
|
5081
|
+
has_heating_system: YesNo;
|
|
5082
|
+
has_reclining_seats: YesNo;
|
|
5083
|
+
has_safety_belts: YesNo;
|
|
5084
|
+
has_headrests: YesNo;
|
|
5085
|
+
has_armrests: YesNo;
|
|
5086
|
+
has_infotainment_system: YesNo;
|
|
5087
|
+
has_individual_lighting: YesNo;
|
|
5088
|
+
has_overhead_luggage_storage: YesNo;
|
|
5089
|
+
wheelchair_accessible: YesNo;
|
|
5090
|
+
has_lift_gate: YesNo;
|
|
5091
|
+
has_refrigeration_unit: YesNo;
|
|
5092
|
+
has_side_doors: YesNo;
|
|
5093
|
+
has_roof_hatch: YesNo;
|
|
5094
|
+
is_custom_body_built: YesNo;
|
|
5095
|
+
has_dual_rear_wheels: YesNo;
|
|
5096
|
+
suspension_adjustability: YesNo;
|
|
5097
|
+
has_spare_tire: YesNo;
|
|
5098
|
+
has_all_terrain_tires: YesNo;
|
|
5099
|
+
has_run_flat_tires: YesNo;
|
|
5100
|
+
steering_type: SteeringType;
|
|
5101
|
+
wheel_drive_type: WheelDriveType;
|
|
5102
|
+
has_abs: YesNo;
|
|
5103
|
+
has_airbags: YesNo;
|
|
5104
|
+
has_speed_limiter: YesNo;
|
|
5105
|
+
has_gps_tracker: YesNo;
|
|
5106
|
+
has_parking_sensors: YesNo;
|
|
5107
|
+
has_rear_camera: YesNo;
|
|
5108
|
+
has_lane_assist: YesNo;
|
|
5109
|
+
has_automatic_emergency_brake: YesNo;
|
|
5110
|
+
has_tire_pressure_monitoring: YesNo;
|
|
5111
|
+
has_blind_spot_monitoring: YesNo;
|
|
5112
|
+
has_collision_warning_system: YesNo;
|
|
5113
|
+
has_immobilizer: YesNo;
|
|
5114
|
+
has_dashcam: YesNo;
|
|
5115
|
+
has_emergency_exit: YesNo;
|
|
5116
|
+
vehicle_body_details?: string | undefined;
|
|
5117
|
+
vehicle_height?: unknown;
|
|
5118
|
+
vehicle_width?: unknown;
|
|
5119
|
+
vehicle_length?: unknown;
|
|
5120
|
+
vehicle_passenger_capacity?: unknown;
|
|
5121
|
+
vehicle_cargo_volume?: unknown;
|
|
5122
|
+
vehicle_maximum_weight_capacity?: unknown;
|
|
5123
|
+
wheel_base?: unknown;
|
|
5124
|
+
number_of_doors?: unknown;
|
|
5125
|
+
standing_passenger_capacity?: unknown;
|
|
5126
|
+
seat_configuration?: string | undefined;
|
|
5127
|
+
infotainment_type?: string | undefined;
|
|
5128
|
+
cargo_area_type?: string | undefined;
|
|
5129
|
+
refrigeration_temperature_range?: string | undefined;
|
|
5130
|
+
cargo_bed_length?: unknown;
|
|
5131
|
+
cargo_bed_width?: unknown;
|
|
5132
|
+
cargo_bed_height?: unknown;
|
|
5133
|
+
cargo_floor_material?: string | undefined;
|
|
5134
|
+
cargo_tie_down_hooks_count?: unknown;
|
|
5135
|
+
number_of_axles?: unknown;
|
|
5136
|
+
axle_configuration?: string | undefined;
|
|
5137
|
+
suspension_type?: string | undefined;
|
|
5138
|
+
ground_clearance_mm?: unknown;
|
|
5139
|
+
tire_size?: string | undefined;
|
|
4967
5140
|
}>;
|
|
4968
|
-
type
|
|
5141
|
+
type VehicleDetailBodyDTO = z.infer<typeof VehicleDetailBodySchema>;
|
|
4969
5142
|
declare const VehicleDetailLifeCycleSchema: z.ZodObject<{
|
|
4970
5143
|
service_start_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
4971
5144
|
service_start_odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
@@ -4973,7 +5146,9 @@ declare const VehicleDetailLifeCycleSchema: z.ZodObject<{
|
|
|
4973
5146
|
service_end_odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4974
5147
|
life_estimate_max_month_year: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
4975
5148
|
life_estimate_max_odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4976
|
-
life_expiry: z.
|
|
5149
|
+
life_expiry: z.ZodType<LifeExpiry, z.ZodTypeDef, LifeExpiry>;
|
|
5150
|
+
is_extended_life_approved: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
5151
|
+
life_status: z.ZodType<VehicleLifeStatus, z.ZodTypeDef, VehicleLifeStatus>;
|
|
4977
5152
|
life_expiry_message: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4978
5153
|
life_expiry_note: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4979
5154
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
@@ -4988,15 +5163,19 @@ declare const VehicleDetailLifeCycleSchema: z.ZodObject<{
|
|
|
4988
5163
|
life_expiry: LifeExpiry;
|
|
4989
5164
|
life_expiry_message: string;
|
|
4990
5165
|
life_expiry_note: string;
|
|
5166
|
+
is_extended_life_approved: YesNo;
|
|
5167
|
+
life_status: VehicleLifeStatus;
|
|
4991
5168
|
}, {
|
|
4992
5169
|
status: Status;
|
|
5170
|
+
life_expiry: LifeExpiry;
|
|
5171
|
+
is_extended_life_approved: YesNo;
|
|
5172
|
+
life_status: VehicleLifeStatus;
|
|
4993
5173
|
service_start_date?: string | undefined;
|
|
4994
5174
|
service_start_odometer_reading?: unknown;
|
|
4995
5175
|
service_end_date?: string | undefined;
|
|
4996
5176
|
service_end_odometer_reading?: unknown;
|
|
4997
5177
|
life_estimate_max_month_year?: string | undefined;
|
|
4998
5178
|
life_estimate_max_odometer_reading?: unknown;
|
|
4999
|
-
life_expiry?: LifeExpiry | undefined;
|
|
5000
5179
|
life_expiry_message?: string | undefined;
|
|
5001
5180
|
life_expiry_note?: string | undefined;
|
|
5002
5181
|
}>;
|
|
@@ -5004,20 +5183,18 @@ type VehicleDetailLifeCycleDto = z.infer<typeof VehicleDetailLifeCycleSchema>;
|
|
|
5004
5183
|
declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
5005
5184
|
purchase_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5006
5185
|
purchase_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5007
|
-
purchase_vehicle_type: z.
|
|
5008
|
-
purchase_type: z.
|
|
5009
|
-
purchase_vendor_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5186
|
+
purchase_vehicle_type: z.ZodType<PurchaseVehicleType, z.ZodTypeDef, PurchaseVehicleType>;
|
|
5187
|
+
purchase_type: z.ZodType<PurchaseType, z.ZodTypeDef, PurchaseType>;
|
|
5010
5188
|
purchase_total_amount: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
5011
|
-
loan_lender_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5012
5189
|
loan_amount: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
5013
5190
|
loan_down_payment: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
5014
5191
|
loan_interest_rate: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
5192
|
+
loan_interest_type: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoanInterestType>>>;
|
|
5015
5193
|
loan_no_of_installments: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5016
5194
|
loan_first_payment_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5017
5195
|
loan_last_payment_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5018
5196
|
loan_monthly_emi: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
5019
5197
|
loan_emi_date: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5020
|
-
lease_vendor_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5021
5198
|
lease_start_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5022
5199
|
lease_end_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5023
5200
|
lease_security_deposit_amount: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
@@ -5026,6 +5203,9 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
|
5026
5203
|
warranty_expiration_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5027
5204
|
warranty_max_odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5028
5205
|
warranty_exchange_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5206
|
+
purchase_vendor_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5207
|
+
loan_lender_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5208
|
+
lease_vendor_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5029
5209
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5030
5210
|
}, "strip", z.ZodTypeAny, {
|
|
5031
5211
|
status: Status;
|
|
@@ -5046,6 +5226,7 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
|
5046
5226
|
purchase_vendor_id: string;
|
|
5047
5227
|
loan_lender_id: string;
|
|
5048
5228
|
lease_vendor_id: string;
|
|
5229
|
+
loan_interest_type: LoanInterestType;
|
|
5049
5230
|
purchase_total_amount?: number | undefined;
|
|
5050
5231
|
loan_amount?: number | undefined;
|
|
5051
5232
|
loan_down_payment?: number | undefined;
|
|
@@ -5055,13 +5236,13 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
|
5055
5236
|
lease_monthly_emi_amount?: number | undefined;
|
|
5056
5237
|
}, {
|
|
5057
5238
|
status: Status;
|
|
5239
|
+
purchase_vehicle_type: PurchaseVehicleType;
|
|
5240
|
+
purchase_type: PurchaseType;
|
|
5058
5241
|
purchase_vendor_id: string;
|
|
5059
5242
|
loan_lender_id: string;
|
|
5060
5243
|
lease_vendor_id: string;
|
|
5061
5244
|
purchase_date?: string | undefined;
|
|
5062
5245
|
purchase_notes?: string | undefined;
|
|
5063
|
-
purchase_vehicle_type?: PurchaseVehicleType | undefined;
|
|
5064
|
-
purchase_type?: PurchaseType | undefined;
|
|
5065
5246
|
purchase_total_amount?: unknown;
|
|
5066
5247
|
loan_amount?: unknown;
|
|
5067
5248
|
loan_down_payment?: unknown;
|
|
@@ -5079,43 +5260,266 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
|
5079
5260
|
warranty_expiration_date?: string | undefined;
|
|
5080
5261
|
warranty_max_odometer_reading?: unknown;
|
|
5081
5262
|
warranty_exchange_date?: string | undefined;
|
|
5263
|
+
loan_interest_type?: LoanInterestType | undefined;
|
|
5082
5264
|
}>;
|
|
5083
5265
|
type VehicleDetailPurchaseDTO = z.infer<typeof VehicleDetailPurchaseSchema>;
|
|
5084
|
-
declare const
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5266
|
+
declare const MasterVehicleDocumentFileSchema: z.ZodObject<{
|
|
5267
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
5268
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
5269
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5270
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5271
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5272
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5273
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5274
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5275
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5276
|
+
} & {
|
|
5277
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5278
|
+
vehicle_document_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5279
|
+
}, "strip", z.ZodTypeAny, {
|
|
5280
|
+
status: Status;
|
|
5281
|
+
organisation_id: string;
|
|
5282
|
+
usage_type: string;
|
|
5283
|
+
file_type: FileType;
|
|
5284
|
+
file_url: string;
|
|
5285
|
+
file_key: string;
|
|
5286
|
+
file_name: string;
|
|
5287
|
+
file_description: string;
|
|
5288
|
+
file_size: number;
|
|
5289
|
+
file_metadata: Record<string, any>;
|
|
5290
|
+
vehicle_document_id: string;
|
|
5291
|
+
}, {
|
|
5292
|
+
status: Status;
|
|
5293
|
+
organisation_id: string;
|
|
5294
|
+
usage_type: string;
|
|
5295
|
+
file_type: FileType;
|
|
5296
|
+
vehicle_document_id: string;
|
|
5297
|
+
file_url?: string | undefined;
|
|
5298
|
+
file_key?: string | undefined;
|
|
5299
|
+
file_name?: string | undefined;
|
|
5300
|
+
file_description?: string | undefined;
|
|
5301
|
+
file_size?: unknown;
|
|
5302
|
+
file_metadata?: Record<string, any> | undefined;
|
|
5303
|
+
}>;
|
|
5304
|
+
type MasterVehicleDocumentFileDTO = z.infer<typeof MasterVehicleDocumentFileSchema>;
|
|
5305
|
+
declare const VehicleDocumentSchema: z.ZodObject<{
|
|
5306
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5307
|
+
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5308
|
+
document_type_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5309
|
+
vendor_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5310
|
+
vehicle_document_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5311
|
+
document_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5312
|
+
document_authorized_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5313
|
+
document_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
5314
|
+
document_issue_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5315
|
+
document_valid_till_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5316
|
+
document_renewal_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
5317
|
+
document_validity_status: z.ZodType<DocumentValidityStatus, z.ZodTypeDef, DocumentValidityStatus>;
|
|
5318
|
+
document_status: z.ZodType<DocumentStatus, z.ZodTypeDef, DocumentStatus>;
|
|
5319
|
+
document_details_1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5320
|
+
document_details_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5321
|
+
document_details_3: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5322
|
+
document_details_4: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5323
|
+
document_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5094
5324
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5325
|
+
MasterVehicleDocumentFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5326
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
5327
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
5328
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5329
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5330
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5331
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5332
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5333
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5334
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5335
|
+
} & {
|
|
5336
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5337
|
+
vehicle_document_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5338
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
5339
|
+
status: Status;
|
|
5340
|
+
organisation_id: string;
|
|
5341
|
+
usage_type: string;
|
|
5342
|
+
file_type: FileType;
|
|
5343
|
+
file_url: string;
|
|
5344
|
+
file_key: string;
|
|
5345
|
+
file_name: string;
|
|
5346
|
+
file_description: string;
|
|
5347
|
+
file_size: number;
|
|
5348
|
+
file_metadata: Record<string, any>;
|
|
5349
|
+
vehicle_document_id: string;
|
|
5350
|
+
}, {
|
|
5351
|
+
status: Status;
|
|
5352
|
+
organisation_id: string;
|
|
5353
|
+
usage_type: string;
|
|
5354
|
+
file_type: FileType;
|
|
5355
|
+
vehicle_document_id: string;
|
|
5356
|
+
file_url?: string | undefined;
|
|
5357
|
+
file_key?: string | undefined;
|
|
5358
|
+
file_name?: string | undefined;
|
|
5359
|
+
file_description?: string | undefined;
|
|
5360
|
+
file_size?: unknown;
|
|
5361
|
+
file_metadata?: Record<string, any> | undefined;
|
|
5362
|
+
}>, "many">>>;
|
|
5095
5363
|
}, "strip", z.ZodTypeAny, {
|
|
5096
5364
|
status: Status;
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5365
|
+
organisation_id: string;
|
|
5366
|
+
vehicle_id: string;
|
|
5367
|
+
document_type_id: string;
|
|
5368
|
+
vendor_id: string;
|
|
5369
|
+
vehicle_document_code: string;
|
|
5370
|
+
document_number: string;
|
|
5371
|
+
document_authorized_name: string;
|
|
5372
|
+
document_issue_date: string;
|
|
5373
|
+
document_valid_till_date: string;
|
|
5374
|
+
document_renewal_date: string;
|
|
5375
|
+
document_validity_status: DocumentValidityStatus;
|
|
5376
|
+
document_status: DocumentStatus;
|
|
5377
|
+
document_details_1: string;
|
|
5378
|
+
document_details_2: string;
|
|
5379
|
+
document_details_3: string;
|
|
5380
|
+
document_details_4: string;
|
|
5381
|
+
document_notes: string;
|
|
5382
|
+
MasterVehicleDocumentFileSchema: {
|
|
5383
|
+
status: Status;
|
|
5384
|
+
organisation_id: string;
|
|
5385
|
+
usage_type: string;
|
|
5386
|
+
file_type: FileType;
|
|
5387
|
+
file_url: string;
|
|
5388
|
+
file_key: string;
|
|
5389
|
+
file_name: string;
|
|
5390
|
+
file_description: string;
|
|
5391
|
+
file_size: number;
|
|
5392
|
+
file_metadata: Record<string, any>;
|
|
5393
|
+
vehicle_document_id: string;
|
|
5394
|
+
}[];
|
|
5395
|
+
document_cost?: number | undefined;
|
|
5106
5396
|
}, {
|
|
5107
5397
|
status: Status;
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5398
|
+
organisation_id: string;
|
|
5399
|
+
vehicle_id: string;
|
|
5400
|
+
document_type_id: string;
|
|
5401
|
+
vendor_id: string;
|
|
5402
|
+
document_validity_status: DocumentValidityStatus;
|
|
5403
|
+
document_status: DocumentStatus;
|
|
5404
|
+
vehicle_document_code?: string | undefined;
|
|
5405
|
+
document_number?: string | undefined;
|
|
5406
|
+
document_authorized_name?: string | undefined;
|
|
5407
|
+
document_cost?: unknown;
|
|
5408
|
+
document_issue_date?: string | undefined;
|
|
5409
|
+
document_valid_till_date?: string | undefined;
|
|
5410
|
+
document_renewal_date?: string | undefined;
|
|
5411
|
+
document_details_1?: string | undefined;
|
|
5412
|
+
document_details_2?: string | undefined;
|
|
5413
|
+
document_details_3?: string | undefined;
|
|
5414
|
+
document_details_4?: string | undefined;
|
|
5415
|
+
document_notes?: string | undefined;
|
|
5416
|
+
MasterVehicleDocumentFileSchema?: {
|
|
5417
|
+
status: Status;
|
|
5418
|
+
organisation_id: string;
|
|
5419
|
+
usage_type: string;
|
|
5420
|
+
file_type: FileType;
|
|
5421
|
+
vehicle_document_id: string;
|
|
5422
|
+
file_url?: string | undefined;
|
|
5423
|
+
file_key?: string | undefined;
|
|
5424
|
+
file_name?: string | undefined;
|
|
5425
|
+
file_description?: string | undefined;
|
|
5426
|
+
file_size?: unknown;
|
|
5427
|
+
file_metadata?: Record<string, any> | undefined;
|
|
5428
|
+
}[] | undefined;
|
|
5117
5429
|
}>;
|
|
5118
|
-
type
|
|
5430
|
+
type VehicleDocumentDTO = z.infer<typeof VehicleDocumentSchema>;
|
|
5431
|
+
declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
5432
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5433
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
5434
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
5435
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5436
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5437
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
5438
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5439
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
5440
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5441
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
5442
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5443
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5444
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5445
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5446
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
5447
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
5448
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
5449
|
+
}, "strip", z.ZodTypeAny, {
|
|
5450
|
+
name: string;
|
|
5451
|
+
field: string;
|
|
5452
|
+
direction: OrderBy;
|
|
5453
|
+
}, {
|
|
5454
|
+
name: string;
|
|
5455
|
+
field: string;
|
|
5456
|
+
direction: OrderBy;
|
|
5457
|
+
}>, "many">>>;
|
|
5458
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
5459
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5460
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5461
|
+
} & {
|
|
5462
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5463
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5464
|
+
document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5465
|
+
vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5466
|
+
vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5467
|
+
}, "strip", z.ZodTypeAny, {
|
|
5468
|
+
status: Status[];
|
|
5469
|
+
vehicle_ids: string[];
|
|
5470
|
+
search: string;
|
|
5471
|
+
paging: PAGING;
|
|
5472
|
+
page_count: number;
|
|
5473
|
+
page_index: number;
|
|
5474
|
+
load_parents: LoadParents;
|
|
5475
|
+
load_parents_list: string[];
|
|
5476
|
+
load_child: LoadChild;
|
|
5477
|
+
load_child_list: string[];
|
|
5478
|
+
load_child_count: LoadChildCount;
|
|
5479
|
+
load_child_count_list: string[];
|
|
5480
|
+
include_details: Record<string, any>;
|
|
5481
|
+
where_relations: Record<string, any>;
|
|
5482
|
+
order_by: {
|
|
5483
|
+
name: string;
|
|
5484
|
+
field: string;
|
|
5485
|
+
direction: OrderBy;
|
|
5486
|
+
}[];
|
|
5487
|
+
include_master_data: YesNo;
|
|
5488
|
+
date_format_id: string;
|
|
5489
|
+
time_zone_id: string;
|
|
5490
|
+
organisation_ids: string[];
|
|
5491
|
+
document_type_ids: string[];
|
|
5492
|
+
vendor_ids: string[];
|
|
5493
|
+
vehicle_document_ids: string[];
|
|
5494
|
+
}, {
|
|
5495
|
+
date_format_id: string;
|
|
5496
|
+
time_zone_id: string;
|
|
5497
|
+
status?: Status[] | undefined;
|
|
5498
|
+
vehicle_ids?: string[] | undefined;
|
|
5499
|
+
search?: string | undefined;
|
|
5500
|
+
paging?: PAGING | undefined;
|
|
5501
|
+
page_count?: unknown;
|
|
5502
|
+
page_index?: unknown;
|
|
5503
|
+
load_parents?: LoadParents | undefined;
|
|
5504
|
+
load_parents_list?: string[] | undefined;
|
|
5505
|
+
load_child?: LoadChild | undefined;
|
|
5506
|
+
load_child_list?: string[] | undefined;
|
|
5507
|
+
load_child_count?: LoadChildCount | undefined;
|
|
5508
|
+
load_child_count_list?: string[] | undefined;
|
|
5509
|
+
include_details?: Record<string, any> | undefined;
|
|
5510
|
+
where_relations?: Record<string, any> | undefined;
|
|
5511
|
+
order_by?: {
|
|
5512
|
+
name: string;
|
|
5513
|
+
field: string;
|
|
5514
|
+
direction: OrderBy;
|
|
5515
|
+
}[] | undefined;
|
|
5516
|
+
include_master_data?: YesNo | undefined;
|
|
5517
|
+
organisation_ids?: string[] | undefined;
|
|
5518
|
+
document_type_ids?: string[] | undefined;
|
|
5519
|
+
vendor_ids?: string[] | undefined;
|
|
5520
|
+
vehicle_document_ids?: string[] | undefined;
|
|
5521
|
+
}>;
|
|
5522
|
+
type VehicleDocumentQueryDTO = z.infer<typeof VehicleDocumentQuerySchema>;
|
|
5119
5523
|
declare const VehicleQuerySchema: z.ZodObject<{
|
|
5120
5524
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5121
5525
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -5148,22 +5552,24 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5148
5552
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5149
5553
|
} & {
|
|
5150
5554
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5555
|
+
is_driver_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5151
5556
|
driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5557
|
+
is_device_installed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5152
5558
|
device_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5153
5559
|
organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5154
5560
|
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5155
5561
|
organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5156
5562
|
organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5563
|
+
vehicle_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5157
5564
|
vehicle_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5158
5565
|
vehicle_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5159
5566
|
vehicle_sub_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5160
|
-
vehicle_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5161
5567
|
vehicle_status_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5162
5568
|
vehicle_ownership_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5569
|
+
vehicle_associated_to_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5163
5570
|
vehicle_fuel_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5571
|
+
vehicle_fuel_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5164
5572
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5165
|
-
is_device_installed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5166
|
-
is_driver_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5167
5573
|
}, "strip", z.ZodTypeAny, {
|
|
5168
5574
|
status: Status[];
|
|
5169
5575
|
vehicle_ids: string[];
|
|
@@ -5200,9 +5606,11 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5200
5606
|
vehicle_status_type_ids: string[];
|
|
5201
5607
|
vehicle_ownership_type_ids: string[];
|
|
5202
5608
|
vehicle_type_ids: string[];
|
|
5609
|
+
vehicle_associated_to_ids: string[];
|
|
5203
5610
|
is_driver_assigned: YesNo[];
|
|
5204
5611
|
is_device_installed: YesNo[];
|
|
5205
5612
|
vehicle_fuel_type_ids: string[];
|
|
5613
|
+
vehicle_fuel_unit_ids: string[];
|
|
5206
5614
|
}, {
|
|
5207
5615
|
date_format_id: string;
|
|
5208
5616
|
time_zone_id: string;
|
|
@@ -5239,11 +5647,93 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5239
5647
|
vehicle_status_type_ids?: string[] | undefined;
|
|
5240
5648
|
vehicle_ownership_type_ids?: string[] | undefined;
|
|
5241
5649
|
vehicle_type_ids?: string[] | undefined;
|
|
5650
|
+
vehicle_associated_to_ids?: string[] | undefined;
|
|
5242
5651
|
is_driver_assigned?: YesNo[] | undefined;
|
|
5243
5652
|
is_device_installed?: YesNo[] | undefined;
|
|
5244
5653
|
vehicle_fuel_type_ids?: string[] | undefined;
|
|
5654
|
+
vehicle_fuel_unit_ids?: string[] | undefined;
|
|
5245
5655
|
}>;
|
|
5246
5656
|
type VehicleQueryDTO = z.infer<typeof VehicleQuerySchema>;
|
|
5657
|
+
declare const SimpleFindQuerySchema: z.ZodObject<{
|
|
5658
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5659
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
5660
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
5661
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5662
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5663
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
5664
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5665
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
5666
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5667
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
5668
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5669
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5670
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5671
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5672
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
5673
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
5674
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
5675
|
+
}, "strip", z.ZodTypeAny, {
|
|
5676
|
+
name: string;
|
|
5677
|
+
field: string;
|
|
5678
|
+
direction: OrderBy;
|
|
5679
|
+
}, {
|
|
5680
|
+
name: string;
|
|
5681
|
+
field: string;
|
|
5682
|
+
direction: OrderBy;
|
|
5683
|
+
}>, "many">>>;
|
|
5684
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
5685
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5686
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5687
|
+
} & {
|
|
5688
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5689
|
+
}, "strip", z.ZodTypeAny, {
|
|
5690
|
+
status: Status[];
|
|
5691
|
+
organisation_id: string;
|
|
5692
|
+
search: string;
|
|
5693
|
+
paging: PAGING;
|
|
5694
|
+
page_count: number;
|
|
5695
|
+
page_index: number;
|
|
5696
|
+
load_parents: LoadParents;
|
|
5697
|
+
load_parents_list: string[];
|
|
5698
|
+
load_child: LoadChild;
|
|
5699
|
+
load_child_list: string[];
|
|
5700
|
+
load_child_count: LoadChildCount;
|
|
5701
|
+
load_child_count_list: string[];
|
|
5702
|
+
include_details: Record<string, any>;
|
|
5703
|
+
where_relations: Record<string, any>;
|
|
5704
|
+
order_by: {
|
|
5705
|
+
name: string;
|
|
5706
|
+
field: string;
|
|
5707
|
+
direction: OrderBy;
|
|
5708
|
+
}[];
|
|
5709
|
+
include_master_data: YesNo;
|
|
5710
|
+
date_format_id: string;
|
|
5711
|
+
time_zone_id: string;
|
|
5712
|
+
}, {
|
|
5713
|
+
organisation_id: string;
|
|
5714
|
+
date_format_id: string;
|
|
5715
|
+
time_zone_id: string;
|
|
5716
|
+
status?: Status[] | undefined;
|
|
5717
|
+
search?: string | undefined;
|
|
5718
|
+
paging?: PAGING | undefined;
|
|
5719
|
+
page_count?: unknown;
|
|
5720
|
+
page_index?: unknown;
|
|
5721
|
+
load_parents?: LoadParents | undefined;
|
|
5722
|
+
load_parents_list?: string[] | undefined;
|
|
5723
|
+
load_child?: LoadChild | undefined;
|
|
5724
|
+
load_child_list?: string[] | undefined;
|
|
5725
|
+
load_child_count?: LoadChildCount | undefined;
|
|
5726
|
+
load_child_count_list?: string[] | undefined;
|
|
5727
|
+
include_details?: Record<string, any> | undefined;
|
|
5728
|
+
where_relations?: Record<string, any> | undefined;
|
|
5729
|
+
order_by?: {
|
|
5730
|
+
name: string;
|
|
5731
|
+
field: string;
|
|
5732
|
+
direction: OrderBy;
|
|
5733
|
+
}[] | undefined;
|
|
5734
|
+
include_master_data?: YesNo | undefined;
|
|
5735
|
+
}>;
|
|
5736
|
+
type SimpleFindQueryDTO = z.infer<typeof SimpleFindQuerySchema>;
|
|
5247
5737
|
declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
5248
5738
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5249
5739
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -5329,23 +5819,25 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
5329
5819
|
type VehicleGPSQueryDTO = z.infer<typeof VehicleGPSQuerySchema>;
|
|
5330
5820
|
declare const toVehiclePayload: (vehicle: MasterVehicle) => VehicleDTO;
|
|
5331
5821
|
declare const newVehiclePayload: () => VehicleDTO;
|
|
5332
|
-
declare const toVehicleDetailsGPSPayload: (vehicleGPS?: VehicleDetailGPS) =>
|
|
5822
|
+
declare const toVehicleDetailsGPSPayload: (vehicleGPS?: VehicleDetailGPS) => VehicleDetailGPS;
|
|
5823
|
+
declare const toVehicleDetailsTripPayload: (trip?: VehicleDetailTrip) => VehicleDetailTripDTO;
|
|
5333
5824
|
declare const toVehicleDetailsBodyPayload: (vehicleBody?: VehicleDetailBody) => VehicleDetailBodyDTO;
|
|
5334
|
-
declare const toVehicleDetailPurchasePayload: (vehiclePurchase?: VehicleDetailPurchase) => VehicleDetailPurchaseDTO;
|
|
5335
5825
|
declare const toVehicleDetailLifeCyclePayload: (vehicleLifeCycle?: VehicleDetailLifeCycle) => VehicleDetailLifeCycleDto;
|
|
5826
|
+
declare const toVehicleDetailPurchasePayload: (vehiclePurchase?: VehicleDetailPurchase) => VehicleDetailPurchaseDTO;
|
|
5827
|
+
declare const get_vehicle_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
5828
|
+
declare const get_device_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
5829
|
+
declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
5336
5830
|
declare const findVehicles: (payload: VehicleQueryDTO) => Promise<FBR<MasterVehicle[]>>;
|
|
5337
5831
|
declare const findVehiclesLiveDashboard: (payload: VehicleQueryDTO) => Promise<FBR<MasterVehicle[]>>;
|
|
5338
5832
|
declare const findVehicleGPSDetails: (payload: VehicleGPSQueryDTO) => Promise<BR<VehicleDetailGPS>>;
|
|
5339
5833
|
declare const createVehicle: (payload: VehicleDTO) => Promise<SBR>;
|
|
5340
5834
|
declare const updateVehicle: (id: string, payload: VehicleDTO) => Promise<SBR>;
|
|
5341
5835
|
declare const deleteVehicle: (id: string) => Promise<SBR>;
|
|
5836
|
+
declare const updateDetailsGpsSensor: (id: string, payload: VehicleDetailGPSSensorDTO) => Promise<SBR>;
|
|
5837
|
+
declare const updateDetailsTrip: (id: string, payload: VehicleDetailTripDTO) => Promise<SBR>;
|
|
5342
5838
|
declare const updateVehicleBodyDetails: (id: string, payload: VehicleDetailBodyDTO) => Promise<SBR>;
|
|
5343
5839
|
declare const updateVehicleLifeCycleDetails: (id: string, payload: VehicleDetailLifeCycleDto) => Promise<SBR>;
|
|
5344
5840
|
declare const updateVehiclePurchaseDetails: (id: string, payload: VehicleDetailPurchaseDTO) => Promise<SBR>;
|
|
5345
|
-
declare const updateVehicleGPSDetailsMain: (id: string, payload: VehicleDetailGPSMainDTO) => Promise<SBR>;
|
|
5346
|
-
declare const updateVehicleGPSDetailsData: (id: string, payload: VehicleDetailGPSDataDTO) => Promise<SBR>;
|
|
5347
|
-
declare const updateVehicleGPSDetailsAnalytics: (id: string, payload: VehicleDetailGPSAnalyticsDTO) => Promise<SBR>;
|
|
5348
|
-
declare const updateVehicleTripDetails: (id: string, payload: VehicleDetailTripDTO) => Promise<SBR>;
|
|
5349
5841
|
declare const linkDriverToVehicle: (payload: VehicleDriverLinkDTO) => Promise<SBR>;
|
|
5350
5842
|
declare const unlinkDriverFromVehicle: (payload: VehicleDriverLinkDTO) => Promise<SBR>;
|
|
5351
5843
|
declare const getDriverLinkHistoryByVehicle: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDriverHistory[]>>;
|
|
@@ -5354,11 +5846,25 @@ declare const linkDeviceToVehicle: (payload: VehicleDeviceLinkDTO) => Promise<SB
|
|
|
5354
5846
|
declare const unlinkDeviceFromVehicle: (payload: VehicleDeviceUnlinkDTO) => Promise<SBR>;
|
|
5355
5847
|
declare const getDeviceLinkHistoryByVehicle: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
|
|
5356
5848
|
declare const getDeviceLinkHistoryByDevice: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
|
|
5849
|
+
declare const createDocument: (payload: VehicleDocumentDTO) => Promise<SBR>;
|
|
5850
|
+
declare const findDocument: (payload: VehicleDocumentQueryDTO) => Promise<SBR>;
|
|
5851
|
+
declare const updateDocument: (id: string, payload: VehicleDocumentDTO) => Promise<SBR>;
|
|
5852
|
+
declare const removeDocument: (id: string) => Promise<SBR>;
|
|
5853
|
+
declare const createFileVehicle: (payload: MasterVehicleFileDTO) => Promise<SBR>;
|
|
5854
|
+
declare const removeFileVehicle: (id: string) => Promise<SBR>;
|
|
5855
|
+
declare const createFileDevice: (payload: MasterDeviceFileDTO) => Promise<SBR>;
|
|
5856
|
+
declare const removeFileDevice: (id: string) => Promise<SBR>;
|
|
5857
|
+
declare const createFileVehicleDocument: (payload: MasterVehicleDocumentFileDTO) => Promise<SBR>;
|
|
5858
|
+
declare const removeFileVehicleDocument: (id: string) => Promise<SBR>;
|
|
5357
5859
|
declare const getVehicleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
5358
5860
|
declare const getVehicleSimpleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
5861
|
+
declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
5359
5862
|
declare const getVehicleSimpleDropdownCustom: (organisationId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
|
|
5360
5863
|
declare const getVehicleSimpleDropdownCacheLiveData: (organisationId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
|
|
5361
|
-
declare const
|
|
5864
|
+
declare const getVehicleByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
5865
|
+
declare const getVehicleSimpleByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
5866
|
+
declare const getVehicleParentByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
5867
|
+
declare const getVehicleSimpleDropdownByUserCustom: (userId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
|
|
5362
5868
|
|
|
5363
5869
|
interface MasterUserRole extends Record<string, unknown> {
|
|
5364
5870
|
user_role_id: string;
|
|
@@ -6399,4 +6905,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
|
|
|
6399
6905
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
6400
6906
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
6401
6907
|
|
|
6402
|
-
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 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, toVehicleDetailsBodyPayload 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, VehicleDeviceUnlinkSchema as fA, type VehicleDeviceUnlinkDTO as fB, VehicleDriverLinkSchema as fC, type VehicleDriverLinkDTO as fD, SimpleFindQuerySchema as fE, type SimpleFindQueryDTO as fF, VehicleDetailBodySchema as fG, type VehicleDetailBodyDTO as fH, VehicleDetailGPSMainSchema as fI, type VehicleDetailGPSMainDTO as fJ, VehicleDetailGPSDataSchema as fK, type VehicleDetailGPSDataDTO as fL, VehicleDetailGPSAnalyticsSchema as fM, type VehicleDetailGPSAnalyticsDTO as fN, VehicleDetailLifeCycleSchema as fO, type VehicleDetailLifeCycleDto as fP, VehicleDetailPurchaseSchema as fQ, type VehicleDetailPurchaseDTO as fR, VehicleDetailTripSchema as fS, type VehicleDetailTripDTO as fT, VehicleQuerySchema as fU, type VehicleQueryDTO as fV, VehicleGPSQuerySchema as fW, type VehicleGPSQueryDTO as fX, toVehiclePayload as fY, newVehiclePayload as fZ, toVehicleDetailsGPSPayload 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 VehicleDetailBody as fr, type VehicleDetailLifeCycle as fs, type VehicleDetailPurchase as ft, type VehicleDetailGPS as fu, type VehicleDetailTrip as fv, VehicleSchema as fw, type VehicleDTO as fx, VehicleDeviceLinkSchema as fy, type VehicleDeviceLinkDTO as fz, type MasterMainState as g, updateMasterMainLanguage as g$, toVehicleDetailPurchasePayload as g0, toVehicleDetailLifeCyclePayload as g1, findVehicles as g2, findVehiclesLiveDashboard as g3, findVehicleGPSDetails as g4, createVehicle as g5, updateVehicle as g6, deleteVehicle as g7, updateVehicleBodyDetails as g8, updateVehicleLifeCycleDetails as g9, createMasterUserRole as gA, updateMasterUserRole as gB, deleteMasterUserRole as gC, getMasterUserRoleCache as gD, getMasterUserRoleCacheCount as gE, type MasterUserStatus as gF, MasterUserStatusSchema as gG, type MasterUserStatusDTO as gH, MasterUserStatusQuerySchema as gI, type MasterUserStatusQueryDTO as gJ, toMasterUserStatusPayload as gK, newMasterUserStatusPayload as gL, findMasterUserStatuses as gM, createMasterUserStatus as gN, updateMasterUserStatus as gO, deleteMasterUserStatus as gP, getMasterUserStatusCache as gQ, getMasterUserStatusCacheCount as gR, type MasterMainLanguage as gS, MasterMainLanguageSchema as gT, type MasterMainLanguageDTO as gU, MasterMainLanguageQuerySchema as gV, type MasterMainLanguageQueryDTO as gW, toMasterMainLanguagePayload as gX, newMasterMainLanguagePayload as gY, findMasterMainLanguages as gZ, createMasterMainLanguage as g_, updateVehiclePurchaseDetails as ga, updateVehicleGPSDetailsMain as gb, updateVehicleGPSDetailsData as gc, updateVehicleGPSDetailsAnalytics as gd, updateVehicleTripDetails as ge, linkDriverToVehicle as gf, unlinkDriverFromVehicle as gg, getDriverLinkHistoryByVehicle as gh, getDriverLinkHistoryByDriver as gi, linkDeviceToVehicle as gj, unlinkDeviceFromVehicle as gk, getDeviceLinkHistoryByVehicle as gl, getDeviceLinkHistoryByDevice as gm, getVehicleCache as gn, getVehicleSimpleCache as go, getVehicleSimpleDropdownCustom as gp, getVehicleSimpleDropdownCacheLiveData as gq, getVehicleParentCache as gr, type MasterUserRole as gs, MasterUserRoleSchema as gt, type MasterUserRoleDTO as gu, MasterUserRoleQuerySchema as gv, type MasterUserRoleQueryDTO as gw, toMasterUserRolePayload as gx, newMasterUserRolePayload as gy, findMasterUserRoles as gz, type MasterMainIndustry as h, deleteMasterMainLanguage as h0, getMasterMainLanguageCache as h1, type UserVehicleLink as h2, type UserLoginPush as h3, UserSchema as h4, type UserDTO as h5, UserQuerySchema as h6, type UserQueryDTO as h7, UserLogoSchema as h8, type UserLogoDTO as h9, type UserOrganisationDTO as hA, UserOrganisationQuerySchema as hB, type UserOrganisationQueryDTO as hC, UserOrganisationLogoSchema as hD, type UserOrganisationLogoDTO as hE, toUserOrganisationPayload as hF, newUserOrganisationPayload as hG, findUserOrganisation as hH, createUserOrganisation as hI, updateUserOrganisation as hJ, deleteUserOrganisation as hK, updateUserOrganisationLogo as hL, deleteUserOrganisationLogo as hM, get_user_organisation_presigned_url as hN, getUserOrganisationCache as hO, getUserOrganisationCacheSimple as hP, UserProfileSchema as ha, type UserProfileDTO as hb, UserDefaultLanguageSchema as hc, type UserDefaultLanguageDTO as hd, UserDefaultTimeZoneSchema as he, type UserDefaultTimeZoneDTO as hf, UserDefaultDateFormatSchema as hg, type UserDefaultDateFormatDTO as hh, newUserPayload as hi, toUserPayload as hj, toUserProfilePayload as hk, findUser as hl, createUser as hm, updateUser as hn, deleteUser as ho, updateUserLogo as hp, deleteUserLogo as hq, updateUserProfile as hr, getUserCache as hs, getUserCacheSimple as ht, get_user_presigned_url as hu, updateUserDefaultLanguage as hv, updateUserDefaultTimezone as hw, updateUserDefaultDateformat as hx, type UserOrganisationSimple as hy, UserOrganisationSchema as hz, MasterMainIndustrySchema as i, 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 };
|
|
6908
|
+
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 };
|