vms-nest-prisma-api-document 200.0.0 → 203.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/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 +11 -11
- package/dist/services/account/notification_preferences.service.d.ts +18 -18
- package/dist/services/account/report_preferences.service.d.ts +7 -7
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +21 -21
- package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
- 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 +13 -13
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +47 -47
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +9 -9
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +12 -12
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- 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 +3 -3
- 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 +86 -68
- 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 +6 -6
- 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 +1 -1
- 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 +5 -5
- 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 +3 -3
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -5
- 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 +4 -127
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
- 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/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/dist/{user_organisation_service-CY8xuc2X.d.ts → user_organisation_service-ZHS75FqD.d.ts} +319 -59
- package/package.json +1 -1
package/dist/{user_organisation_service-CY8xuc2X.d.ts → user_organisation_service-ZHS75FqD.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource,
|
|
1
|
+
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, OdometerSource, FleetSize } from './core/Enums.js';
|
|
2
2
|
import { FBR, SBR, BaseCommonFile, BR, AWSPresignedUrl } from './core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
|
|
@@ -1776,7 +1776,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1776
1776
|
is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
1777
1777
|
}, "strip", z.ZodTypeAny, {
|
|
1778
1778
|
status: Status[];
|
|
1779
|
-
vehicle_ids: string[];
|
|
1780
1779
|
search: string;
|
|
1781
1780
|
paging: PAGING;
|
|
1782
1781
|
page_count: number;
|
|
@@ -1805,12 +1804,12 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1805
1804
|
can_login: YesNo[];
|
|
1806
1805
|
driver_type: DriverType[];
|
|
1807
1806
|
is_vehicle_assigned: YesNo[];
|
|
1807
|
+
vehicle_ids: string[];
|
|
1808
1808
|
driver_ids: string[];
|
|
1809
1809
|
}, {
|
|
1810
1810
|
date_format_id: string;
|
|
1811
1811
|
time_zone_id: string;
|
|
1812
1812
|
status?: Status[] | undefined;
|
|
1813
|
-
vehicle_ids?: string[] | undefined;
|
|
1814
1813
|
search?: string | undefined;
|
|
1815
1814
|
paging?: PAGING | undefined;
|
|
1816
1815
|
page_count?: unknown;
|
|
@@ -1837,6 +1836,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1837
1836
|
can_login?: YesNo[] | undefined;
|
|
1838
1837
|
driver_type?: DriverType[] | undefined;
|
|
1839
1838
|
is_vehicle_assigned?: YesNo[] | undefined;
|
|
1839
|
+
vehicle_ids?: string[] | undefined;
|
|
1840
1840
|
driver_ids?: string[] | undefined;
|
|
1841
1841
|
}>;
|
|
1842
1842
|
type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
|
|
@@ -2655,7 +2655,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2655
2655
|
device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
|
|
2656
2656
|
}, "strip", z.ZodTypeAny, {
|
|
2657
2657
|
status: Status[];
|
|
2658
|
-
vehicle_ids: string[];
|
|
2659
2658
|
search: string;
|
|
2660
2659
|
paging: PAGING;
|
|
2661
2660
|
page_count: number;
|
|
@@ -2679,6 +2678,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2679
2678
|
organisation_ids: string[];
|
|
2680
2679
|
country_ids: string[];
|
|
2681
2680
|
time_zone_ids: string[];
|
|
2681
|
+
vehicle_ids: string[];
|
|
2682
2682
|
device_manufacturer_ids: string[];
|
|
2683
2683
|
device_model_ids: string[];
|
|
2684
2684
|
device_type_ids: string[];
|
|
@@ -2690,7 +2690,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2690
2690
|
date_format_id: string;
|
|
2691
2691
|
time_zone_id: string;
|
|
2692
2692
|
status?: Status[] | undefined;
|
|
2693
|
-
vehicle_ids?: string[] | undefined;
|
|
2694
2693
|
search?: string | undefined;
|
|
2695
2694
|
paging?: PAGING | undefined;
|
|
2696
2695
|
page_count?: unknown;
|
|
@@ -2712,6 +2711,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2712
2711
|
organisation_ids?: string[] | undefined;
|
|
2713
2712
|
country_ids?: string[] | undefined;
|
|
2714
2713
|
time_zone_ids?: string[] | undefined;
|
|
2714
|
+
vehicle_ids?: string[] | undefined;
|
|
2715
2715
|
device_manufacturer_ids?: string[] | undefined;
|
|
2716
2716
|
device_model_ids?: string[] | undefined;
|
|
2717
2717
|
device_type_ids?: string[] | undefined;
|
|
@@ -2774,17 +2774,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
|
|
|
2774
2774
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2775
2775
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2776
2776
|
}, "strip", z.ZodTypeAny, {
|
|
2777
|
+
group_name: string;
|
|
2777
2778
|
status: Status;
|
|
2778
2779
|
organisation_id: string;
|
|
2779
|
-
vehicle_ids: string[];
|
|
2780
2780
|
description: string;
|
|
2781
|
-
|
|
2781
|
+
vehicle_ids: string[];
|
|
2782
2782
|
}, {
|
|
2783
|
+
group_name: string;
|
|
2783
2784
|
status: Status;
|
|
2784
2785
|
organisation_id: string;
|
|
2785
|
-
group_name: string;
|
|
2786
|
-
vehicle_ids?: string[] | undefined;
|
|
2787
2786
|
description?: string | undefined;
|
|
2787
|
+
vehicle_ids?: string[] | undefined;
|
|
2788
2788
|
}>;
|
|
2789
2789
|
type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
|
|
2790
2790
|
declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
@@ -2823,7 +2823,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2823
2823
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2824
2824
|
}, "strip", z.ZodTypeAny, {
|
|
2825
2825
|
status: Status[];
|
|
2826
|
-
vehicle_ids: string[];
|
|
2827
2826
|
search: string;
|
|
2828
2827
|
paging: PAGING;
|
|
2829
2828
|
page_count: number;
|
|
@@ -2845,12 +2844,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2845
2844
|
date_format_id: string;
|
|
2846
2845
|
time_zone_id: string;
|
|
2847
2846
|
organisation_ids: string[];
|
|
2847
|
+
vehicle_ids: string[];
|
|
2848
2848
|
organisation_group_ids: string[];
|
|
2849
2849
|
}, {
|
|
2850
2850
|
date_format_id: string;
|
|
2851
2851
|
time_zone_id: string;
|
|
2852
2852
|
status?: Status[] | undefined;
|
|
2853
|
-
vehicle_ids?: string[] | undefined;
|
|
2854
2853
|
search?: string | undefined;
|
|
2855
2854
|
paging?: PAGING | undefined;
|
|
2856
2855
|
page_count?: unknown;
|
|
@@ -2870,6 +2869,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2870
2869
|
}[] | undefined;
|
|
2871
2870
|
include_master_data?: YesNo | undefined;
|
|
2872
2871
|
organisation_ids?: string[] | undefined;
|
|
2872
|
+
vehicle_ids?: string[] | undefined;
|
|
2873
2873
|
organisation_group_ids?: string[] | undefined;
|
|
2874
2874
|
}>;
|
|
2875
2875
|
type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
|
|
@@ -3551,8 +3551,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
3551
3551
|
}, "strip", z.ZodTypeAny, {
|
|
3552
3552
|
status: Status;
|
|
3553
3553
|
organisation_id: string;
|
|
3554
|
-
vehicle_type: string;
|
|
3555
3554
|
description: string;
|
|
3555
|
+
vehicle_type: string;
|
|
3556
3556
|
}, {
|
|
3557
3557
|
status: Status;
|
|
3558
3558
|
organisation_id: string;
|
|
@@ -4030,6 +4030,127 @@ declare const getMasterVehicleFuelUnitCache: (organisation_id: string) => Promis
|
|
|
4030
4030
|
declare const getMasterVehicleFuelUnitCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleFuelUnit>>;
|
|
4031
4031
|
declare const getMasterVehicleFuelUnitCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleFuelUnit[]>>;
|
|
4032
4032
|
|
|
4033
|
+
interface MasterVehicleDocumentType extends Record<string, unknown> {
|
|
4034
|
+
document_type_id: string;
|
|
4035
|
+
document_type: string;
|
|
4036
|
+
description?: string;
|
|
4037
|
+
status: Status;
|
|
4038
|
+
added_date_time: string;
|
|
4039
|
+
modified_date_time: string;
|
|
4040
|
+
organisation_id?: string;
|
|
4041
|
+
UserOrganisation?: UserOrganisation;
|
|
4042
|
+
_count?: {
|
|
4043
|
+
VehicleDocument: number;
|
|
4044
|
+
};
|
|
4045
|
+
}
|
|
4046
|
+
declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
|
|
4047
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4048
|
+
document_type: z.ZodEffects<z.ZodString, string, string>;
|
|
4049
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4050
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4051
|
+
}, "strip", z.ZodTypeAny, {
|
|
4052
|
+
status: Status;
|
|
4053
|
+
organisation_id: string;
|
|
4054
|
+
description: string;
|
|
4055
|
+
document_type: string;
|
|
4056
|
+
}, {
|
|
4057
|
+
status: Status;
|
|
4058
|
+
organisation_id: string;
|
|
4059
|
+
document_type: string;
|
|
4060
|
+
description?: string | undefined;
|
|
4061
|
+
}>;
|
|
4062
|
+
type MasterVehicleDocumentTypeDTO = z.infer<typeof MasterVehicleDocumentTypeSchema>;
|
|
4063
|
+
declare const MasterVehicleDocumentTypeQuerySchema: z.ZodObject<{
|
|
4064
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4065
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
4066
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
4067
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4068
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4069
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
4070
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4071
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
4072
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4073
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
4074
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4075
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4076
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4077
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4078
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
4079
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
4080
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
4081
|
+
}, "strip", z.ZodTypeAny, {
|
|
4082
|
+
name: string;
|
|
4083
|
+
field: string;
|
|
4084
|
+
direction: OrderBy;
|
|
4085
|
+
}, {
|
|
4086
|
+
name: string;
|
|
4087
|
+
field: string;
|
|
4088
|
+
direction: OrderBy;
|
|
4089
|
+
}>, "many">>>;
|
|
4090
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4091
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4092
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4093
|
+
} & {
|
|
4094
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4095
|
+
document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4096
|
+
}, "strip", z.ZodTypeAny, {
|
|
4097
|
+
status: Status[];
|
|
4098
|
+
search: string;
|
|
4099
|
+
paging: PAGING;
|
|
4100
|
+
page_count: number;
|
|
4101
|
+
page_index: number;
|
|
4102
|
+
load_parents: LoadParents;
|
|
4103
|
+
load_parents_list: string[];
|
|
4104
|
+
load_child: LoadChild;
|
|
4105
|
+
load_child_list: string[];
|
|
4106
|
+
load_child_count: LoadChildCount;
|
|
4107
|
+
load_child_count_list: string[];
|
|
4108
|
+
include_details: Record<string, any>;
|
|
4109
|
+
where_relations: Record<string, any>;
|
|
4110
|
+
order_by: {
|
|
4111
|
+
name: string;
|
|
4112
|
+
field: string;
|
|
4113
|
+
direction: OrderBy;
|
|
4114
|
+
}[];
|
|
4115
|
+
include_master_data: YesNo;
|
|
4116
|
+
date_format_id: string;
|
|
4117
|
+
time_zone_id: string;
|
|
4118
|
+
organisation_ids: string[];
|
|
4119
|
+
document_type_ids: string[];
|
|
4120
|
+
}, {
|
|
4121
|
+
date_format_id: string;
|
|
4122
|
+
time_zone_id: string;
|
|
4123
|
+
status?: Status[] | undefined;
|
|
4124
|
+
search?: string | undefined;
|
|
4125
|
+
paging?: PAGING | undefined;
|
|
4126
|
+
page_count?: unknown;
|
|
4127
|
+
page_index?: unknown;
|
|
4128
|
+
load_parents?: LoadParents | undefined;
|
|
4129
|
+
load_parents_list?: string[] | undefined;
|
|
4130
|
+
load_child?: LoadChild | undefined;
|
|
4131
|
+
load_child_list?: string[] | undefined;
|
|
4132
|
+
load_child_count?: LoadChildCount | undefined;
|
|
4133
|
+
load_child_count_list?: string[] | undefined;
|
|
4134
|
+
include_details?: Record<string, any> | undefined;
|
|
4135
|
+
where_relations?: Record<string, any> | undefined;
|
|
4136
|
+
order_by?: {
|
|
4137
|
+
name: string;
|
|
4138
|
+
field: string;
|
|
4139
|
+
direction: OrderBy;
|
|
4140
|
+
}[] | undefined;
|
|
4141
|
+
include_master_data?: YesNo | undefined;
|
|
4142
|
+
organisation_ids?: string[] | undefined;
|
|
4143
|
+
document_type_ids?: string[] | undefined;
|
|
4144
|
+
}>;
|
|
4145
|
+
type MasterVehicleDocumentTypeQueryDTO = z.infer<typeof MasterVehicleDocumentTypeQuerySchema>;
|
|
4146
|
+
declare const toMasterVehicleDocumentTypePayload: (row: MasterVehicleDocumentType) => MasterVehicleDocumentTypeDTO;
|
|
4147
|
+
declare const newMasterVehicleDocumentTypePayload: () => MasterVehicleDocumentTypeDTO;
|
|
4148
|
+
declare const findMasterVehicleDocumentTypes: (data: MasterVehicleDocumentTypeQueryDTO) => Promise<FBR<MasterVehicleDocumentType[]>>;
|
|
4149
|
+
declare const createMasterVehicleDocumentType: (data: MasterVehicleDocumentTypeDTO) => Promise<SBR>;
|
|
4150
|
+
declare const updateMasterVehicleDocumentType: (id: string, data: MasterVehicleDocumentTypeDTO) => Promise<SBR>;
|
|
4151
|
+
declare const deleteMasterVehicleDocumentType: (id: string) => Promise<SBR>;
|
|
4152
|
+
declare const getMasterVehicleDocumentTypeCache: (organisation_id: string) => Promise<FBR<MasterVehicleDocumentType[]>>;
|
|
4153
|
+
|
|
4033
4154
|
interface MasterVehicle extends Record<string, unknown> {
|
|
4034
4155
|
vehicle_id: string;
|
|
4035
4156
|
vehicle_number: string;
|
|
@@ -4191,6 +4312,13 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
|
|
|
4191
4312
|
latitude: number;
|
|
4192
4313
|
longitude: number;
|
|
4193
4314
|
}
|
|
4315
|
+
interface MasterVehicleFile extends BaseCommonFile {
|
|
4316
|
+
vehicle_file_id: string;
|
|
4317
|
+
organisation_id: string;
|
|
4318
|
+
UserOrganisation?: UserOrganisation;
|
|
4319
|
+
vehicle_id: string;
|
|
4320
|
+
MasterVehicle?: MasterVehicle;
|
|
4321
|
+
}
|
|
4194
4322
|
interface VehicleDetailGPS extends Record<string, unknown> {
|
|
4195
4323
|
vehicle_details_gps_id: string;
|
|
4196
4324
|
serial_no?: number;
|
|
@@ -4356,6 +4484,8 @@ interface VehicleDetailTrip extends Record<string, unknown> {
|
|
|
4356
4484
|
modified_date_time: string;
|
|
4357
4485
|
vehicle_id?: string;
|
|
4358
4486
|
Vehicle?: MasterVehicle;
|
|
4487
|
+
vehicle_number?: string;
|
|
4488
|
+
vehicle_type?: string;
|
|
4359
4489
|
_count?: object;
|
|
4360
4490
|
}
|
|
4361
4491
|
interface VehicleDetailBody extends Record<string, unknown> {
|
|
@@ -4364,15 +4494,69 @@ interface VehicleDetailBody extends Record<string, unknown> {
|
|
|
4364
4494
|
vehicle_height?: number;
|
|
4365
4495
|
vehicle_width?: number;
|
|
4366
4496
|
vehicle_length?: number;
|
|
4497
|
+
wheel_base?: number;
|
|
4498
|
+
number_of_doors?: number;
|
|
4367
4499
|
vehicle_passenger_capacity?: number;
|
|
4500
|
+
standing_passenger_capacity?: number;
|
|
4501
|
+
seat_configuration?: string;
|
|
4502
|
+
has_air_conditioning: YesNo;
|
|
4503
|
+
has_heating_system: YesNo;
|
|
4504
|
+
has_reclining_seats: YesNo;
|
|
4505
|
+
has_safety_belts: YesNo;
|
|
4506
|
+
has_headrests: YesNo;
|
|
4507
|
+
has_armrests: YesNo;
|
|
4508
|
+
has_infotainment_system: YesNo;
|
|
4509
|
+
infotainment_type?: string;
|
|
4510
|
+
has_individual_lighting: YesNo;
|
|
4511
|
+
has_overhead_luggage_storage: YesNo;
|
|
4512
|
+
wheelchair_accessible: YesNo;
|
|
4368
4513
|
vehicle_cargo_volume?: number;
|
|
4369
4514
|
vehicle_maximum_weight_capacity?: number;
|
|
4515
|
+
cargo_area_type?: string;
|
|
4516
|
+
has_lift_gate: YesNo;
|
|
4517
|
+
has_refrigeration_unit: YesNo;
|
|
4518
|
+
refrigeration_temperature_range?: string;
|
|
4519
|
+
cargo_bed_length?: number;
|
|
4520
|
+
cargo_bed_width?: number;
|
|
4521
|
+
cargo_bed_height?: number;
|
|
4522
|
+
cargo_floor_material?: string;
|
|
4523
|
+
has_side_doors: YesNo;
|
|
4524
|
+
has_roof_hatch: YesNo;
|
|
4525
|
+
cargo_tie_down_hooks_count?: number;
|
|
4526
|
+
is_custom_body_built: YesNo;
|
|
4527
|
+
number_of_axles?: number;
|
|
4528
|
+
axle_configuration?: string;
|
|
4529
|
+
has_dual_rear_wheels: YesNo;
|
|
4530
|
+
suspension_type?: string;
|
|
4531
|
+
suspension_adjustability: YesNo;
|
|
4532
|
+
ground_clearance_mm?: number;
|
|
4533
|
+
tire_size?: string;
|
|
4534
|
+
has_spare_tire: YesNo;
|
|
4535
|
+
has_all_terrain_tires: YesNo;
|
|
4536
|
+
has_run_flat_tires: YesNo;
|
|
4537
|
+
steering_type: SteeringType;
|
|
4538
|
+
wheel_drive_type: WheelDriveType;
|
|
4539
|
+
has_abs: YesNo;
|
|
4540
|
+
has_airbags: YesNo;
|
|
4541
|
+
has_speed_limiter: YesNo;
|
|
4542
|
+
has_gps_tracker: YesNo;
|
|
4543
|
+
has_parking_sensors: YesNo;
|
|
4544
|
+
has_rear_camera: YesNo;
|
|
4545
|
+
has_lane_assist: YesNo;
|
|
4546
|
+
has_automatic_emergency_brake: YesNo;
|
|
4547
|
+
has_tire_pressure_monitoring: YesNo;
|
|
4548
|
+
has_blind_spot_monitoring: YesNo;
|
|
4549
|
+
has_collision_warning_system: YesNo;
|
|
4550
|
+
has_immobilizer: YesNo;
|
|
4551
|
+
has_dashcam: YesNo;
|
|
4552
|
+
has_emergency_exit: YesNo;
|
|
4370
4553
|
status: Status;
|
|
4371
4554
|
added_date_time: string;
|
|
4372
4555
|
modified_date_time: string;
|
|
4373
4556
|
vehicle_id?: string;
|
|
4374
4557
|
Vehicle?: MasterVehicle;
|
|
4375
|
-
|
|
4558
|
+
vehicle_number?: string;
|
|
4559
|
+
vehicle_type?: string;
|
|
4376
4560
|
}
|
|
4377
4561
|
interface VehicleDetailLifeCycle extends Record<string, unknown> {
|
|
4378
4562
|
vehicle_details_life_cycle_id: string;
|
|
@@ -4382,7 +4566,9 @@ interface VehicleDetailLifeCycle extends Record<string, unknown> {
|
|
|
4382
4566
|
service_end_odometer_reading?: number;
|
|
4383
4567
|
life_estimate_max_month_year?: string;
|
|
4384
4568
|
life_estimate_max_odometer_reading?: number;
|
|
4385
|
-
life_expiry
|
|
4569
|
+
life_expiry: LifeExpiry;
|
|
4570
|
+
is_extended_life_approved: YesNo;
|
|
4571
|
+
life_status: VehicleLifeStatus;
|
|
4386
4572
|
life_expiry_message?: string;
|
|
4387
4573
|
life_expiry_note?: string;
|
|
4388
4574
|
status: Status;
|
|
@@ -4390,18 +4576,20 @@ interface VehicleDetailLifeCycle extends Record<string, unknown> {
|
|
|
4390
4576
|
modified_date_time: string;
|
|
4391
4577
|
vehicle_id?: string;
|
|
4392
4578
|
Vehicle?: MasterVehicle;
|
|
4393
|
-
|
|
4579
|
+
vehicle_number?: string;
|
|
4580
|
+
vehicle_type?: string;
|
|
4394
4581
|
}
|
|
4395
4582
|
interface VehicleDetailPurchase extends Record<string, unknown> {
|
|
4396
4583
|
vehicle_details_purchase_id: string;
|
|
4397
4584
|
purchase_date?: string;
|
|
4398
4585
|
purchase_notes?: string;
|
|
4399
|
-
purchase_vehicle_type
|
|
4400
|
-
purchase_type
|
|
4586
|
+
purchase_vehicle_type: PurchaseVehicleType;
|
|
4587
|
+
purchase_type: PurchaseType;
|
|
4401
4588
|
purchase_total_amount?: number;
|
|
4402
4589
|
loan_amount?: number;
|
|
4403
4590
|
loan_down_payment?: number;
|
|
4404
4591
|
loan_interest_rate?: number;
|
|
4592
|
+
loan_interest_type?: LoanInterestType;
|
|
4405
4593
|
loan_no_of_installments?: number;
|
|
4406
4594
|
loan_first_payment_date?: string;
|
|
4407
4595
|
loan_last_payment_date?: string;
|
|
@@ -4419,12 +4607,78 @@ interface VehicleDetailPurchase extends Record<string, unknown> {
|
|
|
4419
4607
|
added_date_time: string;
|
|
4420
4608
|
modified_date_time: string;
|
|
4421
4609
|
vehicle_id?: string;
|
|
4422
|
-
|
|
4610
|
+
MasterVehicle?: MasterVehicle;
|
|
4611
|
+
vehicle_number?: string;
|
|
4612
|
+
vehicle_type?: string;
|
|
4423
4613
|
purchase_vendor_id?: string;
|
|
4424
4614
|
loan_lender_id?: string;
|
|
4425
4615
|
lease_vendor_id?: string;
|
|
4616
|
+
}
|
|
4617
|
+
interface VehicleDocument extends Record<string, unknown> {
|
|
4618
|
+
vehicle_document_id: string;
|
|
4619
|
+
sub_vehicle_document_id: number;
|
|
4620
|
+
vehicle_document_code?: string;
|
|
4621
|
+
document_number?: String;
|
|
4622
|
+
document_authorized_name?: String;
|
|
4623
|
+
document_cost?: number;
|
|
4624
|
+
document_issue_date?: String;
|
|
4625
|
+
document_valid_till_date?: String;
|
|
4626
|
+
document_renewal_date?: String;
|
|
4627
|
+
document_validity_status: DocumentValidityStatus;
|
|
4628
|
+
document_status: DocumentStatus;
|
|
4629
|
+
document_details_1?: String;
|
|
4630
|
+
document_details_2?: String;
|
|
4631
|
+
document_details_3?: String;
|
|
4632
|
+
document_details_4?: String;
|
|
4633
|
+
document_notes?: String;
|
|
4634
|
+
status: Status;
|
|
4635
|
+
added_date_time: string;
|
|
4636
|
+
modified_date_time: string;
|
|
4637
|
+
organisation_id: string;
|
|
4638
|
+
UserOrganisation?: UserOrganisation;
|
|
4639
|
+
vehicle_id?: string;
|
|
4640
|
+
MasterVehicle?: MasterVehicle;
|
|
4641
|
+
vehicle_number?: string;
|
|
4642
|
+
vehicle_type?: string;
|
|
4643
|
+
document_type_id: String;
|
|
4644
|
+
MasterVehicleDocumentType?: MasterVehicleDocumentType;
|
|
4645
|
+
document_type?: String;
|
|
4646
|
+
vendor_id?: String;
|
|
4647
|
+
vendor_name?: String;
|
|
4426
4648
|
_count?: object;
|
|
4427
4649
|
}
|
|
4650
|
+
interface VehicleDocumentFile extends BaseCommonFile {
|
|
4651
|
+
vehicle_document_file_id: string;
|
|
4652
|
+
organisation_id: string;
|
|
4653
|
+
UserOrganisation?: UserOrganisation;
|
|
4654
|
+
vehicle_document_id: string;
|
|
4655
|
+
VehicleDocument?: VehicleDocument;
|
|
4656
|
+
}
|
|
4657
|
+
interface VehicleDocumentExpiry extends Record<string, unknown> {
|
|
4658
|
+
document_expiry_id: string;
|
|
4659
|
+
status: Status;
|
|
4660
|
+
added_date_time: string;
|
|
4661
|
+
modified_date_time: string;
|
|
4662
|
+
organisation_id: string;
|
|
4663
|
+
UserOrganisation?: UserOrganisation;
|
|
4664
|
+
vehicle_document_id: String;
|
|
4665
|
+
VehicleDocument?: VehicleDocument;
|
|
4666
|
+
}
|
|
4667
|
+
interface VehicleOdometerHistory extends Record<string, unknown> {
|
|
4668
|
+
vehicle_odometer_history_id: string;
|
|
4669
|
+
odometer_reading: number;
|
|
4670
|
+
odometer_date: string;
|
|
4671
|
+
odometer_source: OdometerSource;
|
|
4672
|
+
status: Status;
|
|
4673
|
+
added_date_time: string;
|
|
4674
|
+
modified_date_time: string;
|
|
4675
|
+
organisation_id: string;
|
|
4676
|
+
UserOrganisation?: UserOrganisation;
|
|
4677
|
+
vehicle_id: string;
|
|
4678
|
+
MasterVehicle?: MasterVehicle;
|
|
4679
|
+
vehicle_number?: string;
|
|
4680
|
+
vehicle_type?: string;
|
|
4681
|
+
}
|
|
4428
4682
|
declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
4429
4683
|
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
4430
4684
|
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
@@ -4441,7 +4695,6 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
4441
4695
|
}, "strip", z.ZodTypeAny, {
|
|
4442
4696
|
status: Status;
|
|
4443
4697
|
organisation_id: string;
|
|
4444
|
-
vehicle_id: string;
|
|
4445
4698
|
usage_type: string;
|
|
4446
4699
|
file_type: FileType;
|
|
4447
4700
|
file_url: string;
|
|
@@ -4450,12 +4703,13 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
4450
4703
|
file_description: string;
|
|
4451
4704
|
file_size: number;
|
|
4452
4705
|
file_metadata: Record<string, any>;
|
|
4706
|
+
vehicle_id: string;
|
|
4453
4707
|
}, {
|
|
4454
4708
|
status: Status;
|
|
4455
4709
|
organisation_id: string;
|
|
4456
|
-
vehicle_id: string;
|
|
4457
4710
|
usage_type: string;
|
|
4458
4711
|
file_type: FileType;
|
|
4712
|
+
vehicle_id: string;
|
|
4459
4713
|
file_url?: string | undefined;
|
|
4460
4714
|
file_key?: string | undefined;
|
|
4461
4715
|
file_name?: string | undefined;
|
|
@@ -4511,7 +4765,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4511
4765
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
4512
4766
|
status: Status;
|
|
4513
4767
|
organisation_id: string;
|
|
4514
|
-
vehicle_id: string;
|
|
4515
4768
|
usage_type: string;
|
|
4516
4769
|
file_type: FileType;
|
|
4517
4770
|
file_url: string;
|
|
@@ -4520,12 +4773,13 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4520
4773
|
file_description: string;
|
|
4521
4774
|
file_size: number;
|
|
4522
4775
|
file_metadata: Record<string, any>;
|
|
4776
|
+
vehicle_id: string;
|
|
4523
4777
|
}, {
|
|
4524
4778
|
status: Status;
|
|
4525
4779
|
organisation_id: string;
|
|
4526
|
-
vehicle_id: string;
|
|
4527
4780
|
usage_type: string;
|
|
4528
4781
|
file_type: FileType;
|
|
4782
|
+
vehicle_id: string;
|
|
4529
4783
|
file_url?: string | undefined;
|
|
4530
4784
|
file_key?: string | undefined;
|
|
4531
4785
|
file_name?: string | undefined;
|
|
@@ -4536,7 +4790,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4536
4790
|
}, "strip", z.ZodTypeAny, {
|
|
4537
4791
|
status: Status;
|
|
4538
4792
|
organisation_id: string;
|
|
4539
|
-
vehicle_number: string;
|
|
4540
4793
|
organisation_sub_company_id: string;
|
|
4541
4794
|
organisation_branch_id: string;
|
|
4542
4795
|
organisation_color_id: string;
|
|
@@ -4551,6 +4804,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4551
4804
|
vehicle_fuel_type_id: string;
|
|
4552
4805
|
vehicle_associated_to_id: string;
|
|
4553
4806
|
vehicle_fuel_unit_id: string;
|
|
4807
|
+
vehicle_number: string;
|
|
4554
4808
|
vehicle_name: string;
|
|
4555
4809
|
odometer_reading: number;
|
|
4556
4810
|
engine_number: string;
|
|
@@ -4567,7 +4821,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4567
4821
|
MasterVehicleFileSchema: {
|
|
4568
4822
|
status: Status;
|
|
4569
4823
|
organisation_id: string;
|
|
4570
|
-
vehicle_id: string;
|
|
4571
4824
|
usage_type: string;
|
|
4572
4825
|
file_type: FileType;
|
|
4573
4826
|
file_url: string;
|
|
@@ -4576,11 +4829,11 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4576
4829
|
file_description: string;
|
|
4577
4830
|
file_size: number;
|
|
4578
4831
|
file_metadata: Record<string, any>;
|
|
4832
|
+
vehicle_id: string;
|
|
4579
4833
|
}[];
|
|
4580
4834
|
}, {
|
|
4581
4835
|
status: Status;
|
|
4582
4836
|
organisation_id: string;
|
|
4583
|
-
vehicle_number: string;
|
|
4584
4837
|
organisation_sub_company_id: string;
|
|
4585
4838
|
organisation_branch_id: string;
|
|
4586
4839
|
organisation_color_id: string;
|
|
@@ -4594,6 +4847,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4594
4847
|
vehicle_fuel_type_id: string;
|
|
4595
4848
|
vehicle_associated_to_id: string;
|
|
4596
4849
|
vehicle_fuel_unit_id: string;
|
|
4850
|
+
vehicle_number: string;
|
|
4597
4851
|
is_fleet_active: YesNo;
|
|
4598
4852
|
is_gps_active: YesNo;
|
|
4599
4853
|
is_trip_active: YesNo;
|
|
@@ -4611,9 +4865,9 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4611
4865
|
MasterVehicleFileSchema?: {
|
|
4612
4866
|
status: Status;
|
|
4613
4867
|
organisation_id: string;
|
|
4614
|
-
vehicle_id: string;
|
|
4615
4868
|
usage_type: string;
|
|
4616
4869
|
file_type: FileType;
|
|
4870
|
+
vehicle_id: string;
|
|
4617
4871
|
file_url?: string | undefined;
|
|
4618
4872
|
file_key?: string | undefined;
|
|
4619
4873
|
file_name?: string | undefined;
|
|
@@ -4640,13 +4894,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
4640
4894
|
}, "strip", z.ZodTypeAny, {
|
|
4641
4895
|
status: Status;
|
|
4642
4896
|
organisation_id: string;
|
|
4643
|
-
vehicle_number: string;
|
|
4644
4897
|
time_zone_id: string;
|
|
4645
4898
|
country_id: string;
|
|
4646
4899
|
device_type_id: string;
|
|
4647
4900
|
device_manufacturer_id: string;
|
|
4648
4901
|
device_model_id: string;
|
|
4649
4902
|
vehicle_type_id: string;
|
|
4903
|
+
vehicle_number: string;
|
|
4650
4904
|
vehicle_name: string;
|
|
4651
4905
|
is_fleet_active: YesNo;
|
|
4652
4906
|
is_gps_active: YesNo;
|
|
@@ -4654,13 +4908,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
4654
4908
|
}, {
|
|
4655
4909
|
status: Status;
|
|
4656
4910
|
organisation_id: string;
|
|
4657
|
-
vehicle_number: string;
|
|
4658
4911
|
time_zone_id: string;
|
|
4659
4912
|
country_id: string;
|
|
4660
4913
|
device_type_id: string;
|
|
4661
4914
|
device_manufacturer_id: string;
|
|
4662
4915
|
device_model_id: string;
|
|
4663
4916
|
vehicle_type_id: string;
|
|
4917
|
+
vehicle_number: string;
|
|
4664
4918
|
is_fleet_active: YesNo;
|
|
4665
4919
|
is_gps_active: YesNo;
|
|
4666
4920
|
is_trip_active: YesNo;
|
|
@@ -4729,6 +4983,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4729
4983
|
is_rear_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4730
4984
|
is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4731
4985
|
camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4986
|
+
fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4732
4987
|
MasterDeviceFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4733
4988
|
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
4734
4989
|
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
@@ -4769,9 +5024,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4769
5024
|
}>, "many">>>;
|
|
4770
5025
|
}, "strip", z.ZodTypeAny, {
|
|
4771
5026
|
organisation_id: string;
|
|
4772
|
-
vehicle_id: string;
|
|
4773
5027
|
time_zone_id: string;
|
|
4774
5028
|
country_id: string;
|
|
5029
|
+
vehicle_id: string;
|
|
4775
5030
|
device_id: string;
|
|
4776
5031
|
device_type_id: string;
|
|
4777
5032
|
device_manufacturer_id: string;
|
|
@@ -4790,6 +5045,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4790
5045
|
is_front_cam: YesNo;
|
|
4791
5046
|
camera_extra_count: number;
|
|
4792
5047
|
over_speed_kmph: number;
|
|
5048
|
+
fuel_mapping: Record<string, any>;
|
|
4793
5049
|
MasterDeviceFileSchema: {
|
|
4794
5050
|
status: Status;
|
|
4795
5051
|
organisation_id: string;
|
|
@@ -4805,9 +5061,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4805
5061
|
}[];
|
|
4806
5062
|
}, {
|
|
4807
5063
|
organisation_id: string;
|
|
4808
|
-
vehicle_id: string;
|
|
4809
5064
|
time_zone_id: string;
|
|
4810
5065
|
country_id: string;
|
|
5066
|
+
vehicle_id: string;
|
|
4811
5067
|
device_id: string;
|
|
4812
5068
|
device_type_id: string;
|
|
4813
5069
|
device_manufacturer_id: string;
|
|
@@ -4826,6 +5082,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4826
5082
|
is_front_cam?: YesNo | undefined;
|
|
4827
5083
|
camera_extra_count?: unknown;
|
|
4828
5084
|
over_speed_kmph?: unknown;
|
|
5085
|
+
fuel_mapping?: Record<string, any> | undefined;
|
|
4829
5086
|
MasterDeviceFileSchema?: {
|
|
4830
5087
|
status: Status;
|
|
4831
5088
|
organisation_id: string;
|
|
@@ -4861,12 +5118,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
|
|
|
4861
5118
|
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4862
5119
|
}, "strip", z.ZodTypeAny, {
|
|
4863
5120
|
organisation_id: string;
|
|
4864
|
-
vehicle_id: string;
|
|
4865
5121
|
driver_id: string;
|
|
5122
|
+
vehicle_id: string;
|
|
4866
5123
|
}, {
|
|
4867
5124
|
organisation_id: string;
|
|
4868
|
-
vehicle_id: string;
|
|
4869
5125
|
driver_id: string;
|
|
5126
|
+
vehicle_id: string;
|
|
4870
5127
|
}>;
|
|
4871
5128
|
type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
|
|
4872
5129
|
declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
@@ -4884,6 +5141,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
4884
5141
|
is_rear_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4885
5142
|
is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
4886
5143
|
camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5144
|
+
fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4887
5145
|
}, "strip", z.ZodTypeAny, {
|
|
4888
5146
|
temperature: YesNo;
|
|
4889
5147
|
duel_temperature: YesNo;
|
|
@@ -4899,6 +5157,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
4899
5157
|
is_front_cam: YesNo;
|
|
4900
5158
|
camera_extra_count: number;
|
|
4901
5159
|
over_speed_kmph: number;
|
|
5160
|
+
fuel_mapping: Record<string, any>;
|
|
4902
5161
|
}, {
|
|
4903
5162
|
temperature?: YesNo | undefined;
|
|
4904
5163
|
duel_temperature?: YesNo | undefined;
|
|
@@ -4914,6 +5173,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
4914
5173
|
is_front_cam?: YesNo | undefined;
|
|
4915
5174
|
camera_extra_count?: unknown;
|
|
4916
5175
|
over_speed_kmph?: unknown;
|
|
5176
|
+
fuel_mapping?: Record<string, any> | undefined;
|
|
4917
5177
|
}>;
|
|
4918
5178
|
type VehicleDetailGPSSensorDTO = z.infer<typeof VehicleDetailGPSSensorSchema>;
|
|
4919
5179
|
declare const VehicleDetailTripSchema: z.ZodObject<{
|
|
@@ -5016,8 +5276,8 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
|
|
|
5016
5276
|
}, "strip", z.ZodTypeAny, {
|
|
5017
5277
|
status: Status;
|
|
5018
5278
|
vehicle_body_details: string;
|
|
5019
|
-
vehicle_passenger_capacity: number;
|
|
5020
5279
|
number_of_doors: number;
|
|
5280
|
+
vehicle_passenger_capacity: number;
|
|
5021
5281
|
standing_passenger_capacity: number;
|
|
5022
5282
|
seat_configuration: string;
|
|
5023
5283
|
has_air_conditioning: YesNo;
|
|
@@ -5068,9 +5328,9 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
|
|
|
5068
5328
|
vehicle_height?: number | undefined;
|
|
5069
5329
|
vehicle_width?: number | undefined;
|
|
5070
5330
|
vehicle_length?: number | undefined;
|
|
5331
|
+
wheel_base?: number | undefined;
|
|
5071
5332
|
vehicle_cargo_volume?: number | undefined;
|
|
5072
5333
|
vehicle_maximum_weight_capacity?: number | undefined;
|
|
5073
|
-
wheel_base?: number | undefined;
|
|
5074
5334
|
cargo_bed_length?: number | undefined;
|
|
5075
5335
|
cargo_bed_width?: number | undefined;
|
|
5076
5336
|
cargo_bed_height?: number | undefined;
|
|
@@ -5117,14 +5377,14 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
|
|
|
5117
5377
|
vehicle_height?: unknown;
|
|
5118
5378
|
vehicle_width?: unknown;
|
|
5119
5379
|
vehicle_length?: unknown;
|
|
5120
|
-
vehicle_passenger_capacity?: unknown;
|
|
5121
|
-
vehicle_cargo_volume?: unknown;
|
|
5122
|
-
vehicle_maximum_weight_capacity?: unknown;
|
|
5123
5380
|
wheel_base?: unknown;
|
|
5124
5381
|
number_of_doors?: unknown;
|
|
5382
|
+
vehicle_passenger_capacity?: unknown;
|
|
5125
5383
|
standing_passenger_capacity?: unknown;
|
|
5126
5384
|
seat_configuration?: string | undefined;
|
|
5127
5385
|
infotainment_type?: string | undefined;
|
|
5386
|
+
vehicle_cargo_volume?: unknown;
|
|
5387
|
+
vehicle_maximum_weight_capacity?: unknown;
|
|
5128
5388
|
cargo_area_type?: string | undefined;
|
|
5129
5389
|
refrigeration_temperature_range?: string | undefined;
|
|
5130
5390
|
cargo_bed_length?: unknown;
|
|
@@ -5161,10 +5421,10 @@ declare const VehicleDetailLifeCycleSchema: z.ZodObject<{
|
|
|
5161
5421
|
life_estimate_max_month_year: string;
|
|
5162
5422
|
life_estimate_max_odometer_reading: number;
|
|
5163
5423
|
life_expiry: LifeExpiry;
|
|
5164
|
-
life_expiry_message: string;
|
|
5165
|
-
life_expiry_note: string;
|
|
5166
5424
|
is_extended_life_approved: YesNo;
|
|
5167
5425
|
life_status: VehicleLifeStatus;
|
|
5426
|
+
life_expiry_message: string;
|
|
5427
|
+
life_expiry_note: string;
|
|
5168
5428
|
}, {
|
|
5169
5429
|
status: Status;
|
|
5170
5430
|
life_expiry: LifeExpiry;
|
|
@@ -5213,6 +5473,7 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
|
5213
5473
|
purchase_notes: string;
|
|
5214
5474
|
purchase_vehicle_type: PurchaseVehicleType;
|
|
5215
5475
|
purchase_type: PurchaseType;
|
|
5476
|
+
loan_interest_type: LoanInterestType;
|
|
5216
5477
|
loan_no_of_installments: number;
|
|
5217
5478
|
loan_first_payment_date: string;
|
|
5218
5479
|
loan_last_payment_date: string;
|
|
@@ -5226,7 +5487,6 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
|
5226
5487
|
purchase_vendor_id: string;
|
|
5227
5488
|
loan_lender_id: string;
|
|
5228
5489
|
lease_vendor_id: string;
|
|
5229
|
-
loan_interest_type: LoanInterestType;
|
|
5230
5490
|
purchase_total_amount?: number | undefined;
|
|
5231
5491
|
loan_amount?: number | undefined;
|
|
5232
5492
|
loan_down_payment?: number | undefined;
|
|
@@ -5247,6 +5507,7 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
|
5247
5507
|
loan_amount?: unknown;
|
|
5248
5508
|
loan_down_payment?: unknown;
|
|
5249
5509
|
loan_interest_rate?: unknown;
|
|
5510
|
+
loan_interest_type?: LoanInterestType | undefined;
|
|
5250
5511
|
loan_no_of_installments?: unknown;
|
|
5251
5512
|
loan_first_payment_date?: string | undefined;
|
|
5252
5513
|
loan_last_payment_date?: string | undefined;
|
|
@@ -5260,7 +5521,6 @@ declare const VehicleDetailPurchaseSchema: z.ZodObject<{
|
|
|
5260
5521
|
warranty_expiration_date?: string | undefined;
|
|
5261
5522
|
warranty_max_odometer_reading?: unknown;
|
|
5262
5523
|
warranty_exchange_date?: string | undefined;
|
|
5263
|
-
loan_interest_type?: LoanInterestType | undefined;
|
|
5264
5524
|
}>;
|
|
5265
5525
|
type VehicleDetailPurchaseDTO = z.infer<typeof VehicleDetailPurchaseSchema>;
|
|
5266
5526
|
declare const MasterVehicleDocumentFileSchema: z.ZodObject<{
|
|
@@ -5365,7 +5625,6 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
5365
5625
|
organisation_id: string;
|
|
5366
5626
|
vehicle_id: string;
|
|
5367
5627
|
document_type_id: string;
|
|
5368
|
-
vendor_id: string;
|
|
5369
5628
|
vehicle_document_code: string;
|
|
5370
5629
|
document_number: string;
|
|
5371
5630
|
document_authorized_name: string;
|
|
@@ -5379,6 +5638,7 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
5379
5638
|
document_details_3: string;
|
|
5380
5639
|
document_details_4: string;
|
|
5381
5640
|
document_notes: string;
|
|
5641
|
+
vendor_id: string;
|
|
5382
5642
|
MasterVehicleDocumentFileSchema: {
|
|
5383
5643
|
status: Status;
|
|
5384
5644
|
organisation_id: string;
|
|
@@ -5398,9 +5658,9 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
5398
5658
|
organisation_id: string;
|
|
5399
5659
|
vehicle_id: string;
|
|
5400
5660
|
document_type_id: string;
|
|
5401
|
-
vendor_id: string;
|
|
5402
5661
|
document_validity_status: DocumentValidityStatus;
|
|
5403
5662
|
document_status: DocumentStatus;
|
|
5663
|
+
vendor_id: string;
|
|
5404
5664
|
vehicle_document_code?: string | undefined;
|
|
5405
5665
|
document_number?: string | undefined;
|
|
5406
5666
|
document_authorized_name?: string | undefined;
|
|
@@ -5466,7 +5726,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5466
5726
|
vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5467
5727
|
}, "strip", z.ZodTypeAny, {
|
|
5468
5728
|
status: Status[];
|
|
5469
|
-
vehicle_ids: string[];
|
|
5470
5729
|
search: string;
|
|
5471
5730
|
paging: PAGING;
|
|
5472
5731
|
page_count: number;
|
|
@@ -5488,6 +5747,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5488
5747
|
date_format_id: string;
|
|
5489
5748
|
time_zone_id: string;
|
|
5490
5749
|
organisation_ids: string[];
|
|
5750
|
+
vehicle_ids: string[];
|
|
5491
5751
|
document_type_ids: string[];
|
|
5492
5752
|
vendor_ids: string[];
|
|
5493
5753
|
vehicle_document_ids: string[];
|
|
@@ -5495,7 +5755,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5495
5755
|
date_format_id: string;
|
|
5496
5756
|
time_zone_id: string;
|
|
5497
5757
|
status?: Status[] | undefined;
|
|
5498
|
-
vehicle_ids?: string[] | undefined;
|
|
5499
5758
|
search?: string | undefined;
|
|
5500
5759
|
paging?: PAGING | undefined;
|
|
5501
5760
|
page_count?: unknown;
|
|
@@ -5515,6 +5774,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5515
5774
|
}[] | undefined;
|
|
5516
5775
|
include_master_data?: YesNo | undefined;
|
|
5517
5776
|
organisation_ids?: string[] | undefined;
|
|
5777
|
+
vehicle_ids?: string[] | undefined;
|
|
5518
5778
|
document_type_ids?: string[] | undefined;
|
|
5519
5779
|
vendor_ids?: string[] | undefined;
|
|
5520
5780
|
vehicle_document_ids?: string[] | undefined;
|
|
@@ -5572,7 +5832,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5572
5832
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5573
5833
|
}, "strip", z.ZodTypeAny, {
|
|
5574
5834
|
status: Status[];
|
|
5575
|
-
vehicle_ids: string[];
|
|
5576
5835
|
search: string;
|
|
5577
5836
|
paging: PAGING;
|
|
5578
5837
|
page_count: number;
|
|
@@ -5598,6 +5857,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5598
5857
|
organisation_branch_ids: string[];
|
|
5599
5858
|
organisation_color_ids: string[];
|
|
5600
5859
|
organisation_tag_ids: string[];
|
|
5860
|
+
vehicle_ids: string[];
|
|
5601
5861
|
driver_ids: string[];
|
|
5602
5862
|
device_ids: string[];
|
|
5603
5863
|
vehicle_make_ids: string[];
|
|
@@ -5615,7 +5875,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5615
5875
|
date_format_id: string;
|
|
5616
5876
|
time_zone_id: string;
|
|
5617
5877
|
status?: Status[] | undefined;
|
|
5618
|
-
vehicle_ids?: string[] | undefined;
|
|
5619
5878
|
search?: string | undefined;
|
|
5620
5879
|
paging?: PAGING | undefined;
|
|
5621
5880
|
page_count?: unknown;
|
|
@@ -5639,6 +5898,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5639
5898
|
organisation_branch_ids?: string[] | undefined;
|
|
5640
5899
|
organisation_color_ids?: string[] | undefined;
|
|
5641
5900
|
organisation_tag_ids?: string[] | undefined;
|
|
5901
|
+
vehicle_ids?: string[] | undefined;
|
|
5642
5902
|
driver_ids?: string[] | undefined;
|
|
5643
5903
|
device_ids?: string[] | undefined;
|
|
5644
5904
|
vehicle_make_ids?: string[] | undefined;
|
|
@@ -5770,7 +6030,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
5770
6030
|
}, "strip", z.ZodTypeAny, {
|
|
5771
6031
|
status: Status[];
|
|
5772
6032
|
organisation_id: string;
|
|
5773
|
-
vehicle_id: string;
|
|
5774
6033
|
search: string;
|
|
5775
6034
|
paging: PAGING;
|
|
5776
6035
|
page_count: number;
|
|
@@ -5791,11 +6050,12 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
5791
6050
|
include_master_data: YesNo;
|
|
5792
6051
|
date_format_id: string;
|
|
5793
6052
|
time_zone_id: string;
|
|
6053
|
+
vehicle_id: string;
|
|
5794
6054
|
}, {
|
|
5795
6055
|
organisation_id: string;
|
|
5796
|
-
vehicle_id: string;
|
|
5797
6056
|
date_format_id: string;
|
|
5798
6057
|
time_zone_id: string;
|
|
6058
|
+
vehicle_id: string;
|
|
5799
6059
|
status?: Status[] | undefined;
|
|
5800
6060
|
search?: string | undefined;
|
|
5801
6061
|
paging?: PAGING | undefined;
|
|
@@ -5819,7 +6079,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
5819
6079
|
type VehicleGPSQueryDTO = z.infer<typeof VehicleGPSQuerySchema>;
|
|
5820
6080
|
declare const toVehiclePayload: (vehicle: MasterVehicle) => VehicleDTO;
|
|
5821
6081
|
declare const newVehiclePayload: () => VehicleDTO;
|
|
5822
|
-
declare const toVehicleDetailsGPSPayload: (vehicleGPS?: VehicleDetailGPS) =>
|
|
6082
|
+
declare const toVehicleDetailsGPSPayload: (vehicleGPS?: VehicleDetailGPS) => VehicleDetailGPSSensorDTO;
|
|
5823
6083
|
declare const toVehicleDetailsTripPayload: (trip?: VehicleDetailTrip) => VehicleDetailTripDTO;
|
|
5824
6084
|
declare const toVehicleDetailsBodyPayload: (vehicleBody?: VehicleDetailBody) => VehicleDetailBodyDTO;
|
|
5825
6085
|
declare const toVehicleDetailLifeCyclePayload: (vehicleLifeCycle?: VehicleDetailLifeCycle) => VehicleDetailLifeCycleDto;
|
|
@@ -6320,14 +6580,13 @@ declare const UserSchema: z.ZodObject<{
|
|
|
6320
6580
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6321
6581
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6322
6582
|
}, "strip", z.ZodTypeAny, {
|
|
6323
|
-
all_vehicles: YesNo;
|
|
6324
6583
|
status: Status;
|
|
6325
6584
|
organisation_id: string;
|
|
6326
|
-
vehicle_ids: string[];
|
|
6327
6585
|
date_format_id: string;
|
|
6328
6586
|
time_zone_id: string;
|
|
6329
6587
|
password: string;
|
|
6330
6588
|
can_login: YesNo;
|
|
6589
|
+
vehicle_ids: string[];
|
|
6331
6590
|
user_role_id: string;
|
|
6332
6591
|
user_status_id: string;
|
|
6333
6592
|
language_id: string;
|
|
@@ -6337,11 +6596,11 @@ declare const UserSchema: z.ZodObject<{
|
|
|
6337
6596
|
username: string;
|
|
6338
6597
|
mobile: string;
|
|
6339
6598
|
is_root_user: YesNo;
|
|
6599
|
+
all_vehicles: YesNo;
|
|
6340
6600
|
user_image_url: string;
|
|
6341
6601
|
user_image_key: string;
|
|
6342
6602
|
user_image_name: string;
|
|
6343
6603
|
}, {
|
|
6344
|
-
all_vehicles: YesNo;
|
|
6345
6604
|
status: Status;
|
|
6346
6605
|
organisation_id: string;
|
|
6347
6606
|
date_format_id: string;
|
|
@@ -6353,8 +6612,9 @@ declare const UserSchema: z.ZodObject<{
|
|
|
6353
6612
|
first_name: string;
|
|
6354
6613
|
email: string;
|
|
6355
6614
|
is_root_user: YesNo;
|
|
6356
|
-
|
|
6615
|
+
all_vehicles: YesNo;
|
|
6357
6616
|
password?: string | undefined;
|
|
6617
|
+
vehicle_ids?: string[] | undefined;
|
|
6358
6618
|
last_name?: string | undefined;
|
|
6359
6619
|
username?: string | undefined;
|
|
6360
6620
|
mobile?: string | undefined;
|
|
@@ -6405,9 +6665,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6405
6665
|
is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
6406
6666
|
all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
6407
6667
|
}, "strip", z.ZodTypeAny, {
|
|
6408
|
-
all_vehicles: YesNo[];
|
|
6409
6668
|
status: Status[];
|
|
6410
|
-
user_ids: string[];
|
|
6411
6669
|
search: string;
|
|
6412
6670
|
paging: PAGING;
|
|
6413
6671
|
page_count: number;
|
|
@@ -6429,6 +6687,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6429
6687
|
date_format_id: string;
|
|
6430
6688
|
time_zone_id: string;
|
|
6431
6689
|
organisation_ids: string[];
|
|
6690
|
+
user_ids: string[];
|
|
6432
6691
|
time_zone_ids: string[];
|
|
6433
6692
|
date_format_ids: string[];
|
|
6434
6693
|
can_login: YesNo[];
|
|
@@ -6436,12 +6695,11 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6436
6695
|
user_status_ids: string[];
|
|
6437
6696
|
language_ids: string[];
|
|
6438
6697
|
is_root_user: YesNo[];
|
|
6698
|
+
all_vehicles: YesNo[];
|
|
6439
6699
|
}, {
|
|
6440
6700
|
date_format_id: string;
|
|
6441
6701
|
time_zone_id: string;
|
|
6442
|
-
all_vehicles?: YesNo[] | undefined;
|
|
6443
6702
|
status?: Status[] | undefined;
|
|
6444
|
-
user_ids?: string[] | undefined;
|
|
6445
6703
|
search?: string | undefined;
|
|
6446
6704
|
paging?: PAGING | undefined;
|
|
6447
6705
|
page_count?: unknown;
|
|
@@ -6461,6 +6719,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6461
6719
|
}[] | undefined;
|
|
6462
6720
|
include_master_data?: YesNo | undefined;
|
|
6463
6721
|
organisation_ids?: string[] | undefined;
|
|
6722
|
+
user_ids?: string[] | undefined;
|
|
6464
6723
|
time_zone_ids?: string[] | undefined;
|
|
6465
6724
|
date_format_ids?: string[] | undefined;
|
|
6466
6725
|
can_login?: YesNo[] | undefined;
|
|
@@ -6468,6 +6727,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6468
6727
|
user_status_ids?: string[] | undefined;
|
|
6469
6728
|
language_ids?: string[] | undefined;
|
|
6470
6729
|
is_root_user?: YesNo[] | undefined;
|
|
6730
|
+
all_vehicles?: YesNo[] | undefined;
|
|
6471
6731
|
}>;
|
|
6472
6732
|
type UserQueryDTO = z.infer<typeof UserQuerySchema>;
|
|
6473
6733
|
declare const UserLogoSchema: z.ZodObject<{
|
|
@@ -6905,4 +7165,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
|
|
|
6905
7165
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
6906
7166
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
6907
7167
|
|
|
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 };
|
|
7168
|
+
export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file$1 as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, VehicleDetailGPSSensorSchema as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, deleteMasterVehicleDocumentType as fA, getMasterVehicleDocumentTypeCache as fB, type MasterVehicleDropdown as fC, type MasterVehicleFile as fD, type VehicleDetailGPS as fE, type VehicleDetailTrip as fF, type VehicleDetailBody as fG, type VehicleDetailLifeCycle as fH, type VehicleDetailPurchase as fI, type VehicleDocument as fJ, type VehicleDocumentFile as fK, type VehicleDocumentExpiry as fL, type VehicleOdometerHistory as fM, MasterVehicleFileSchema as fN, type MasterVehicleFileDTO as fO, VehicleSchema as fP, type VehicleDTO as fQ, VehicleBulkSchema as fR, type VehicleBulkDTO as fS, MasterDeviceFileSchema as fT, type MasterDeviceFileDTO as fU, VehicleDeviceLinkSchema as fV, type VehicleDeviceLinkDTO as fW, VehicleDeviceUnlinkSchema as fX, type VehicleDeviceUnlinkDTO as fY, VehicleDriverLinkSchema as fZ, type VehicleDriverLinkDTO as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDocumentType as fq, MasterVehicleDocumentTypeSchema as fr, type MasterVehicleDocumentTypeDTO as fs, MasterVehicleDocumentTypeQuerySchema as ft, type MasterVehicleDocumentTypeQueryDTO as fu, toMasterVehicleDocumentTypePayload as fv, newMasterVehicleDocumentTypePayload as fw, findMasterVehicleDocumentTypes as fx, createMasterVehicleDocumentType as fy, updateMasterVehicleDocumentType as fz, type MasterMainState as g, getVehicleSimpleDropdownCustom as g$, type VehicleDetailGPSSensorDTO as g0, VehicleDetailTripSchema as g1, type VehicleDetailTripDTO as g2, VehicleDetailBodySchema as g3, type VehicleDetailBodyDTO as g4, VehicleDetailLifeCycleSchema as g5, type VehicleDetailLifeCycleDto as g6, VehicleDetailPurchaseSchema as g7, type VehicleDetailPurchaseDTO as g8, MasterVehicleDocumentFileSchema as g9, deleteVehicle as gA, updateDetailsGpsSensor as gB, updateDetailsTrip as gC, updateVehicleBodyDetails as gD, updateVehicleLifeCycleDetails as gE, updateVehiclePurchaseDetails as gF, linkDriverToVehicle as gG, unlinkDriverFromVehicle as gH, getDriverLinkHistoryByVehicle as gI, getDriverLinkHistoryByDriver as gJ, linkDeviceToVehicle as gK, unlinkDeviceFromVehicle as gL, getDeviceLinkHistoryByVehicle as gM, getDeviceLinkHistoryByDevice as gN, createDocument as gO, findDocument as gP, updateDocument as gQ, removeDocument as gR, createFileVehicle as gS, removeFileVehicle as gT, createFileDevice as gU, removeFileDevice as gV, createFileVehicleDocument as gW, removeFileVehicleDocument as gX, getVehicleCache as gY, getVehicleSimpleCache as gZ, getVehicleParentCache as g_, type MasterVehicleDocumentFileDTO as ga, VehicleDocumentSchema as gb, type VehicleDocumentDTO as gc, VehicleDocumentQuerySchema as gd, type VehicleDocumentQueryDTO as ge, VehicleQuerySchema as gf, type VehicleQueryDTO as gg, SimpleFindQuerySchema as gh, type SimpleFindQueryDTO as gi, VehicleGPSQuerySchema as gj, type VehicleGPSQueryDTO as gk, toVehiclePayload as gl, newVehiclePayload as gm, toVehicleDetailsGPSPayload as gn, toVehicleDetailsTripPayload as go, toVehicleDetailsBodyPayload as gp, toVehicleDetailLifeCyclePayload as gq, toVehicleDetailPurchasePayload as gr, get_vehicle_presigned_url as gs, get_device_presigned_url as gt, get_master_driver_presigned_url_file as gu, findVehicles as gv, findVehiclesLiveDashboard as gw, findVehicleGPSDetails as gx, createVehicle as gy, updateVehicle as gz, type MasterMainIndustry as h, createUser as h$, getVehicleSimpleDropdownCacheLiveData as h0, getVehicleByUserCache as h1, getVehicleSimpleByUserCache as h2, getVehicleParentByUserCache as h3, getVehicleSimpleDropdownByUserCustom as h4, type MasterUserRole as h5, MasterUserRoleSchema as h6, type MasterUserRoleDTO as h7, MasterUserRoleQuerySchema as h8, type MasterUserRoleQueryDTO as h9, toMasterMainLanguagePayload as hA, newMasterMainLanguagePayload as hB, findMasterMainLanguages as hC, createMasterMainLanguage as hD, updateMasterMainLanguage as hE, deleteMasterMainLanguage as hF, getMasterMainLanguageCache as hG, type UserVehicleLink as hH, type UserLoginPush as hI, UserSchema as hJ, type UserDTO as hK, UserQuerySchema as hL, type UserQueryDTO as hM, UserLogoSchema as hN, type UserLogoDTO as hO, UserProfileSchema as hP, type UserProfileDTO as hQ, UserDefaultLanguageSchema as hR, type UserDefaultLanguageDTO as hS, UserDefaultTimeZoneSchema as hT, type UserDefaultTimeZoneDTO as hU, UserDefaultDateFormatSchema as hV, type UserDefaultDateFormatDTO as hW, newUserPayload as hX, toUserPayload as hY, toUserProfilePayload as hZ, findUser as h_, toMasterUserRolePayload as ha, newMasterUserRolePayload as hb, findMasterUserRoles as hc, createMasterUserRole as hd, updateMasterUserRole as he, deleteMasterUserRole as hf, getMasterUserRoleCache as hg, getMasterUserRoleCacheCount as hh, type MasterUserStatus as hi, MasterUserStatusSchema as hj, type MasterUserStatusDTO as hk, MasterUserStatusQuerySchema as hl, type MasterUserStatusQueryDTO as hm, toMasterUserStatusPayload as hn, newMasterUserStatusPayload as ho, findMasterUserStatuses as hp, createMasterUserStatus as hq, updateMasterUserStatus as hr, deleteMasterUserStatus as hs, getMasterUserStatusCache as ht, getMasterUserStatusCacheCount as hu, type MasterMainLanguage as hv, MasterMainLanguageSchema as hw, type MasterMainLanguageDTO as hx, MasterMainLanguageQuerySchema as hy, type MasterMainLanguageQueryDTO as hz, MasterMainIndustrySchema as i, updateUser as i0, deleteUser as i1, updateUserLogo as i2, deleteUserLogo as i3, updateUserProfile as i4, getUserCache as i5, getUserCacheSimple as i6, get_user_presigned_url as i7, updateUserDefaultLanguage as i8, updateUserDefaultTimezone as i9, updateUserDefaultDateformat as ia, type UserOrganisationSimple as ib, UserOrganisationSchema as ic, type UserOrganisationDTO as id, UserOrganisationQuerySchema as ie, type UserOrganisationQueryDTO as ig, UserOrganisationLogoSchema as ih, type UserOrganisationLogoDTO as ii, toUserOrganisationPayload as ij, newUserOrganisationPayload as ik, findUserOrganisation as il, createUserOrganisation as im, updateUserOrganisation as io, deleteUserOrganisation as ip, updateUserOrganisationLogo as iq, deleteUserOrganisationLogo as ir, get_user_organisation_presigned_url as is, getUserOrganisationCache as it, getUserOrganisationCacheSimple as iu, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
|