vms-nest-prisma-api-document 270.0.0 → 300.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/Enums.d.ts +2 -1
- package/dist/core/Enums.js +1 -0
- package/dist/issue_management_service-c-CppH3O.d.ts +1290 -0
- package/dist/services/account/analytics/user_login_analytics_service.js +1 -0
- package/dist/services/account/analytics/user_page_analytics_service.js +1 -0
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.js +1 -0
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.js +1 -0
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.js +1 -0
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/account/ticket_service.js +1 -0
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.js +1 -0
- package/dist/services/fleet/bus_mangement/calender.d.ts +12 -12
- package/dist/services/fleet/bus_mangement/calender.js +1 -0
- package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
- package/dist/services/fleet/bus_mangement/master_route.js +1 -0
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +3 -3
- package/dist/services/fleet/bus_mangement/notice_board.js +1 -0
- package/dist/services/fleet/bus_mangement/student.d.ts +30 -30
- package/dist/services/fleet/bus_mangement/student.js +1 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +118 -21
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +17 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +34 -34
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +1 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +48 -48
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +1 -0
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +11 -602
- package/dist/services/fleet/incident_management/incident_management_service.js +20 -3
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +2 -3
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.js +1 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +2 -3
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.js +1 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +2 -3
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.js +1 -0
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +6 -499
- package/dist/services/fleet/issue_management/issue_management_service.js +15 -0
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_management_service.js +15 -0
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_service.js +1 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +1 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.js +35 -12
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +1 -0
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.js +1 -0
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +1 -0
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +1 -0
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +1 -0
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.js +1 -0
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.js +1 -0
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/gps/reports/gps_reports_mongo_service.js +1 -0
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/devices/master_device_service.js +1 -0
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.js +1 -0
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.js +1 -0
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.js +1 -0
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.js +1 -0
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/users/user_service.js +1 -0
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.js +1 -0
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +39 -18
- package/dist/services/master/bus/master_class_service.d.ts +3 -3
- package/dist/services/master/bus/master_class_service.js +1 -0
- package/dist/services/master/bus/master_program_service.d.ts +3 -3
- package/dist/services/master/bus/master_program_service.js +1 -0
- package/dist/services/master/bus/master_relationship_service.d.ts +3 -3
- package/dist/services/master/bus/master_relationship_service.js +1 -0
- package/dist/services/master/bus/master_section_service.d.ts +3 -3
- package/dist/services/master/bus/master_section_service.js +1 -0
- package/dist/services/master/bus/master_semester_service.d.ts +3 -3
- package/dist/services/master/bus/master_semester_service.js +1 -0
- package/dist/services/master/bus/master_stream_service.d.ts +3 -3
- package/dist/services/master/bus/master_stream_service.js +1 -0
- package/dist/services/master/bus/master_year_service.d.ts +3 -3
- package/dist/services/master/bus/master_year_service.js +1 -0
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.js +1 -0
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.js +1 -0
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.js +1 -0
- package/dist/services/master/expense/master_expense_name_service.d.ts +5 -5
- package/dist/services/master/expense/master_expense_name_service.js +1 -0
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.js +1 -0
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.js +1 -0
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.js +1 -0
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.js +1 -0
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.js +1 -0
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_incident_severity_service.js +1 -0
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_incident_status_service.js +1 -0
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_incident_type_service.js +1 -0
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.js +1 -0
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.js +1 -0
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.js +1 -0
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.js +1 -0
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.js +1 -0
- package/dist/services/master/main/master_main_eway_bill_provider_service.js +1 -0
- package/dist/services/master/main/master_main_fasttag_bank_service.js +1 -0
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.js +1 -0
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.js +1 -0
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.js +1 -0
- package/dist/services/master/main/master_main_sim_provider_service.js +1 -0
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.js +1 -0
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.js +1 -0
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.js +1 -0
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.js +1 -0
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.js +1 -0
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.js +7 -4
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.js +1 -0
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.js +1 -0
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.js +1 -0
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.js +1 -0
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.js +1 -0
- 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_sub_category_service.js +1 -0
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.js +1 -0
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.js +1 -0
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.js +1 -0
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.js +1 -0
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
- package/dist/services/master/tyre/master_tyre_model_service.js +1 -0
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.js +1 -0
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.js +1 -0
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.js +1 -0
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.js +1 -0
- package/dist/services/website/faq_service.js +1 -0
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/dist/services/website/static_pages_service.js +1 -0
- package/dist/{user_organisation_service-DnO03t9F.d.ts → user_organisation_service-B2f6Wfhh.d.ts} +219 -10
- package/dist/zod_utils/zod_base_schema.js +1 -0
- package/package.json +1 -1
package/dist/{user_organisation_service-DnO03t9F.d.ts → user_organisation_service-B2f6Wfhh.d.ts}
RENAMED
|
@@ -5568,6 +5568,11 @@ interface FleetServiceReminder extends Record<string, unknown> {
|
|
|
5568
5568
|
service_management_id: string;
|
|
5569
5569
|
FleetServiceManagement?: FleetServiceManagement;
|
|
5570
5570
|
}
|
|
5571
|
+
interface ServiceDashboard {
|
|
5572
|
+
date: string;
|
|
5573
|
+
services_count: number;
|
|
5574
|
+
total_amount: number;
|
|
5575
|
+
}
|
|
5571
5576
|
declare const FleetServiceManagementFileSchema: z.ZodObject<{
|
|
5572
5577
|
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
5573
5578
|
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
@@ -5888,6 +5893,95 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
|
|
|
5888
5893
|
service_center_ids?: string[] | undefined;
|
|
5889
5894
|
}>;
|
|
5890
5895
|
type FleetServiceManagementQueryDTO = z.infer<typeof FleetServiceManagementQuerySchema>;
|
|
5896
|
+
declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
|
|
5897
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5898
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
5899
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
5900
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5901
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5902
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
5903
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5904
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
5905
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5906
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
5907
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5908
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5909
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5910
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5911
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
5912
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
5913
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
5914
|
+
}, "strip", z.ZodTypeAny, {
|
|
5915
|
+
name: string;
|
|
5916
|
+
field: string;
|
|
5917
|
+
direction: OrderBy;
|
|
5918
|
+
}, {
|
|
5919
|
+
name: string;
|
|
5920
|
+
field: string;
|
|
5921
|
+
direction: OrderBy;
|
|
5922
|
+
}>, "many">>>;
|
|
5923
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
5924
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5925
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5926
|
+
} & {
|
|
5927
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5928
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5929
|
+
from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
5930
|
+
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
5931
|
+
}, "strip", z.ZodTypeAny, {
|
|
5932
|
+
status: Status[];
|
|
5933
|
+
search: string;
|
|
5934
|
+
paging: PAGING;
|
|
5935
|
+
page_count: number;
|
|
5936
|
+
page_index: number;
|
|
5937
|
+
load_parents: LoadParents;
|
|
5938
|
+
load_parents_list: string[];
|
|
5939
|
+
load_child: LoadChild;
|
|
5940
|
+
load_child_list: string[];
|
|
5941
|
+
load_child_count: LoadChildCount;
|
|
5942
|
+
load_child_count_list: string[];
|
|
5943
|
+
include_details: Record<string, any>;
|
|
5944
|
+
where_relations: Record<string, any>;
|
|
5945
|
+
order_by: {
|
|
5946
|
+
name: string;
|
|
5947
|
+
field: string;
|
|
5948
|
+
direction: OrderBy;
|
|
5949
|
+
}[];
|
|
5950
|
+
include_master_data: YesNo;
|
|
5951
|
+
date_format_id: string;
|
|
5952
|
+
time_zone_id: string;
|
|
5953
|
+
organisation_ids: string[];
|
|
5954
|
+
vehicle_ids: string[];
|
|
5955
|
+
from_date: string;
|
|
5956
|
+
to_date: string;
|
|
5957
|
+
}, {
|
|
5958
|
+
date_format_id: string;
|
|
5959
|
+
time_zone_id: string;
|
|
5960
|
+
from_date: string;
|
|
5961
|
+
to_date: string;
|
|
5962
|
+
status?: Status[] | undefined;
|
|
5963
|
+
search?: string | undefined;
|
|
5964
|
+
paging?: PAGING | undefined;
|
|
5965
|
+
page_count?: unknown;
|
|
5966
|
+
page_index?: unknown;
|
|
5967
|
+
load_parents?: LoadParents | undefined;
|
|
5968
|
+
load_parents_list?: string[] | undefined;
|
|
5969
|
+
load_child?: LoadChild | undefined;
|
|
5970
|
+
load_child_list?: string[] | undefined;
|
|
5971
|
+
load_child_count?: LoadChildCount | undefined;
|
|
5972
|
+
load_child_count_list?: string[] | undefined;
|
|
5973
|
+
include_details?: Record<string, any> | undefined;
|
|
5974
|
+
where_relations?: Record<string, any> | undefined;
|
|
5975
|
+
order_by?: {
|
|
5976
|
+
name: string;
|
|
5977
|
+
field: string;
|
|
5978
|
+
direction: OrderBy;
|
|
5979
|
+
}[] | undefined;
|
|
5980
|
+
include_master_data?: YesNo | undefined;
|
|
5981
|
+
organisation_ids?: string[] | undefined;
|
|
5982
|
+
vehicle_ids?: string[] | undefined;
|
|
5983
|
+
}>;
|
|
5984
|
+
type FleetServiceManagementDashBoardQueryDTO = z.infer<typeof FleetServiceManagementDashBoardQuerySchema>;
|
|
5891
5985
|
declare const FleetServiceManagementTaskSchema: z.ZodObject<{
|
|
5892
5986
|
fleet_service_task_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5893
5987
|
service_management_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -6119,6 +6213,7 @@ declare const findFleetServiceManagement: (data: FleetServiceManagementQueryDTO)
|
|
|
6119
6213
|
declare const createFleetServiceManagement: (data: FleetServiceManagementDTO) => Promise<SBR>;
|
|
6120
6214
|
declare const updateFleetServiceManagement: (id: string, data: FleetServiceManagementDTO) => Promise<SBR>;
|
|
6121
6215
|
declare const deleteFleetServiceManagement: (id: string) => Promise<SBR>;
|
|
6216
|
+
declare const service_dashboard: (data: FleetServiceManagementDashBoardQueryDTO) => Promise<FBR<ServiceDashboard[]>>;
|
|
6122
6217
|
declare const findFleetServiceManagementTask: (data: FleetServiceManagementTaskQueryDTO) => Promise<FBR<FleetServiceManagementTask[]>>;
|
|
6123
6218
|
declare const createFleetServiceManagementTask: (data: FleetServiceManagementTaskDTO) => Promise<SBR>;
|
|
6124
6219
|
declare const updateFleetServiceManagementTask: (id: string, data: FleetServiceManagementTaskDTO) => Promise<SBR>;
|
|
@@ -6906,6 +7001,13 @@ interface FleetVendor extends Record<string, unknown> {
|
|
|
6906
7001
|
FleetVendorFuelStation: number;
|
|
6907
7002
|
};
|
|
6908
7003
|
}
|
|
7004
|
+
interface VendorDashboard {
|
|
7005
|
+
main_counts: {
|
|
7006
|
+
vendors: number;
|
|
7007
|
+
fuel_stations: number;
|
|
7008
|
+
service_centers: number;
|
|
7009
|
+
};
|
|
7010
|
+
}
|
|
6909
7011
|
interface FleetVendorSimple extends Record<string, unknown> {
|
|
6910
7012
|
vendor_id: string;
|
|
6911
7013
|
vendor_name: string;
|
|
@@ -7236,6 +7338,86 @@ declare const FleetVendorQuerySchema: z.ZodObject<{
|
|
|
7236
7338
|
vendor_ids?: string[] | undefined;
|
|
7237
7339
|
}>;
|
|
7238
7340
|
type FleetVendorQueryDTO = z.infer<typeof FleetVendorQuerySchema>;
|
|
7341
|
+
declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
|
|
7342
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7343
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
7344
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
7345
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
7346
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
7347
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
7348
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7349
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
7350
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7351
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
7352
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7353
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
7354
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
7355
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7356
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
7357
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
7358
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
7359
|
+
}, "strip", z.ZodTypeAny, {
|
|
7360
|
+
name: string;
|
|
7361
|
+
field: string;
|
|
7362
|
+
direction: OrderBy;
|
|
7363
|
+
}, {
|
|
7364
|
+
name: string;
|
|
7365
|
+
field: string;
|
|
7366
|
+
direction: OrderBy;
|
|
7367
|
+
}>, "many">>>;
|
|
7368
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
7369
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7370
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7371
|
+
} & {
|
|
7372
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7373
|
+
}, "strip", z.ZodTypeAny, {
|
|
7374
|
+
status: Status[];
|
|
7375
|
+
search: string;
|
|
7376
|
+
paging: PAGING;
|
|
7377
|
+
page_count: number;
|
|
7378
|
+
page_index: number;
|
|
7379
|
+
load_parents: LoadParents;
|
|
7380
|
+
load_parents_list: string[];
|
|
7381
|
+
load_child: LoadChild;
|
|
7382
|
+
load_child_list: string[];
|
|
7383
|
+
load_child_count: LoadChildCount;
|
|
7384
|
+
load_child_count_list: string[];
|
|
7385
|
+
include_details: Record<string, any>;
|
|
7386
|
+
where_relations: Record<string, any>;
|
|
7387
|
+
order_by: {
|
|
7388
|
+
name: string;
|
|
7389
|
+
field: string;
|
|
7390
|
+
direction: OrderBy;
|
|
7391
|
+
}[];
|
|
7392
|
+
include_master_data: YesNo;
|
|
7393
|
+
date_format_id: string;
|
|
7394
|
+
time_zone_id: string;
|
|
7395
|
+
organisation_ids: string[];
|
|
7396
|
+
}, {
|
|
7397
|
+
date_format_id: string;
|
|
7398
|
+
time_zone_id: string;
|
|
7399
|
+
status?: Status[] | undefined;
|
|
7400
|
+
search?: string | undefined;
|
|
7401
|
+
paging?: PAGING | undefined;
|
|
7402
|
+
page_count?: unknown;
|
|
7403
|
+
page_index?: unknown;
|
|
7404
|
+
load_parents?: LoadParents | undefined;
|
|
7405
|
+
load_parents_list?: string[] | undefined;
|
|
7406
|
+
load_child?: LoadChild | undefined;
|
|
7407
|
+
load_child_list?: string[] | undefined;
|
|
7408
|
+
load_child_count?: LoadChildCount | undefined;
|
|
7409
|
+
load_child_count_list?: string[] | undefined;
|
|
7410
|
+
include_details?: Record<string, any> | undefined;
|
|
7411
|
+
where_relations?: Record<string, any> | undefined;
|
|
7412
|
+
order_by?: {
|
|
7413
|
+
name: string;
|
|
7414
|
+
field: string;
|
|
7415
|
+
direction: OrderBy;
|
|
7416
|
+
}[] | undefined;
|
|
7417
|
+
include_master_data?: YesNo | undefined;
|
|
7418
|
+
organisation_ids?: string[] | undefined;
|
|
7419
|
+
}>;
|
|
7420
|
+
type FleetVendorDashBoardQueryDTO = z.infer<typeof FleetVendorDashBoardQuerySchema>;
|
|
7239
7421
|
declare const FleetVendorAddressSchema: z.ZodObject<{
|
|
7240
7422
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7241
7423
|
vendor_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -7396,7 +7578,7 @@ declare const FleetVendorBankAccountSchema: z.ZodObject<{
|
|
|
7396
7578
|
bank_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7397
7579
|
bank_branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7398
7580
|
bank_account_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7399
|
-
bank_account_number: z.
|
|
7581
|
+
bank_account_number: z.ZodEffects<z.ZodString, string, string>;
|
|
7400
7582
|
ifsc_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7401
7583
|
swift_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7402
7584
|
iban_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -7422,12 +7604,12 @@ declare const FleetVendorBankAccountSchema: z.ZodObject<{
|
|
|
7422
7604
|
status: Status;
|
|
7423
7605
|
organisation_id: string;
|
|
7424
7606
|
vendor_id: string;
|
|
7607
|
+
bank_account_number: string;
|
|
7425
7608
|
is_primary: YesNo;
|
|
7426
7609
|
notes?: string | undefined;
|
|
7427
7610
|
bank_name?: string | undefined;
|
|
7428
7611
|
bank_branch_name?: string | undefined;
|
|
7429
7612
|
bank_account_name?: string | undefined;
|
|
7430
|
-
bank_account_number?: string | undefined;
|
|
7431
7613
|
ifsc_code?: string | undefined;
|
|
7432
7614
|
swift_code?: string | undefined;
|
|
7433
7615
|
iban_number?: string | undefined;
|
|
@@ -7962,7 +8144,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7962
8144
|
} & {
|
|
7963
8145
|
fleet_vendor_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7964
8146
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7965
|
-
user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7966
8147
|
vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7967
8148
|
document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7968
8149
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7988,7 +8169,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7988
8169
|
date_format_id: string;
|
|
7989
8170
|
time_zone_id: string;
|
|
7990
8171
|
organisation_ids: string[];
|
|
7991
|
-
user_ids: string[];
|
|
7992
8172
|
document_type_ids: string[];
|
|
7993
8173
|
vendor_ids: string[];
|
|
7994
8174
|
fleet_vendor_document_ids: string[];
|
|
@@ -8015,7 +8195,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
8015
8195
|
}[] | undefined;
|
|
8016
8196
|
include_master_data?: YesNo | undefined;
|
|
8017
8197
|
organisation_ids?: string[] | undefined;
|
|
8018
|
-
user_ids?: string[] | undefined;
|
|
8019
8198
|
document_type_ids?: string[] | undefined;
|
|
8020
8199
|
vendor_ids?: string[] | undefined;
|
|
8021
8200
|
fleet_vendor_document_ids?: string[] | undefined;
|
|
@@ -8046,6 +8225,7 @@ declare const findFleetVendor: (data: FleetVendorQueryDTO) => Promise<FBR<FleetV
|
|
|
8046
8225
|
declare const createFleetVendor: (data: FleetVendorDTO) => Promise<SBR>;
|
|
8047
8226
|
declare const updateFleetVendor: (id: string, data: FleetVendorDTO) => Promise<SBR>;
|
|
8048
8227
|
declare const deleteFleetVendor: (id: string) => Promise<SBR>;
|
|
8228
|
+
declare const vendor_dashboard: (data: FleetVendorDashBoardQueryDTO) => Promise<FBR<VendorDashboard[]>>;
|
|
8049
8229
|
declare const createFleetVendorAddress: (data: FleetVendorAddressDTO) => Promise<SBR>;
|
|
8050
8230
|
declare const findFleetVendorAddress: (data: FleetVendorAddressQueryDTO) => Promise<FBR<FleetVendorAddress[]>>;
|
|
8051
8231
|
declare const updateFleetVendorAddress: (id: string, data: FleetVendorAddressDTO) => Promise<SBR>;
|
|
@@ -8205,6 +8385,7 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
|
|
|
8205
8385
|
fuel_tank_2_size: number;
|
|
8206
8386
|
fuel_tank_total_size: number;
|
|
8207
8387
|
over_speed_kmph: number;
|
|
8388
|
+
is_obd: YesNo;
|
|
8208
8389
|
gps_lock_relay: YesNo;
|
|
8209
8390
|
gps_door_locker: YesNo;
|
|
8210
8391
|
door_sensor: YesNo;
|
|
@@ -8245,6 +8426,7 @@ interface VehicleDetailGPS extends Record<string, unknown> {
|
|
|
8245
8426
|
fuel_tank_2_size?: number;
|
|
8246
8427
|
fuel_tank_total_size?: number;
|
|
8247
8428
|
over_speed_kmph?: number;
|
|
8429
|
+
is_obd: YesNo;
|
|
8248
8430
|
gps_lock_relay?: YesNo;
|
|
8249
8431
|
gps_door_locker?: YesNo;
|
|
8250
8432
|
door_sensor?: YesNo;
|
|
@@ -8253,6 +8435,11 @@ interface VehicleDetailGPS extends Record<string, unknown> {
|
|
|
8253
8435
|
is_rear_cam?: YesNo;
|
|
8254
8436
|
is_front_cam?: YesNo;
|
|
8255
8437
|
camera_extra_count?: number;
|
|
8438
|
+
calibration_file_url?: string;
|
|
8439
|
+
calibration_file_key?: string;
|
|
8440
|
+
calibration_file_name?: string;
|
|
8441
|
+
calibration_file_updated_date_time?: string;
|
|
8442
|
+
calibration_file_updated_date_time_f?: string;
|
|
8256
8443
|
gps_source?: string;
|
|
8257
8444
|
protocol?: string;
|
|
8258
8445
|
api_code?: string;
|
|
@@ -8660,6 +8847,20 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
8660
8847
|
file_metadata?: Record<string, any> | undefined;
|
|
8661
8848
|
}>;
|
|
8662
8849
|
type MasterVehicleFileDTO = z.infer<typeof MasterVehicleFileSchema>;
|
|
8850
|
+
declare const CalibrationFileSchema: z.ZodObject<{
|
|
8851
|
+
calibration_file_url: z.ZodEffects<z.ZodString, string, string>;
|
|
8852
|
+
calibration_file_key: z.ZodEffects<z.ZodString, string, string>;
|
|
8853
|
+
calibration_file_name: z.ZodEffects<z.ZodString, string, string>;
|
|
8854
|
+
}, "strip", z.ZodTypeAny, {
|
|
8855
|
+
calibration_file_url: string;
|
|
8856
|
+
calibration_file_key: string;
|
|
8857
|
+
calibration_file_name: string;
|
|
8858
|
+
}, {
|
|
8859
|
+
calibration_file_url: string;
|
|
8860
|
+
calibration_file_key: string;
|
|
8861
|
+
calibration_file_name: string;
|
|
8862
|
+
}>;
|
|
8863
|
+
type CalibrationFileDTO = z.infer<typeof CalibrationFileSchema>;
|
|
8663
8864
|
declare const VehicleSchema: z.ZodObject<{
|
|
8664
8865
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
8665
8866
|
vehicle_number: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -8966,6 +9167,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
8966
9167
|
fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
8967
9168
|
fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
8968
9169
|
over_speed_kmph: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
9170
|
+
is_obd: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
8969
9171
|
gps_lock_relay: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
8970
9172
|
gps_door_locker: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
8971
9173
|
door_sensor: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
@@ -9032,6 +9234,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
9032
9234
|
duel_temperature: YesNo;
|
|
9033
9235
|
fuel_bluetooth: YesNo;
|
|
9034
9236
|
over_speed_kmph: number;
|
|
9237
|
+
is_obd: YesNo;
|
|
9035
9238
|
gps_lock_relay: YesNo;
|
|
9036
9239
|
gps_door_locker: YesNo;
|
|
9037
9240
|
door_sensor: YesNo;
|
|
@@ -9073,6 +9276,7 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
9073
9276
|
duel_temperature?: YesNo | undefined;
|
|
9074
9277
|
fuel_bluetooth?: YesNo | undefined;
|
|
9075
9278
|
over_speed_kmph?: unknown;
|
|
9279
|
+
is_obd?: YesNo | undefined;
|
|
9076
9280
|
gps_lock_relay?: YesNo | undefined;
|
|
9077
9281
|
gps_door_locker?: YesNo | undefined;
|
|
9078
9282
|
door_sensor?: YesNo | undefined;
|
|
@@ -9136,6 +9340,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
9136
9340
|
fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
9137
9341
|
fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
9138
9342
|
over_speed_kmph: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
9343
|
+
is_obd: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
9139
9344
|
gps_lock_relay: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
9140
9345
|
gps_door_locker: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
9141
9346
|
door_sensor: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
@@ -9156,6 +9361,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
9156
9361
|
duel_temperature: YesNo;
|
|
9157
9362
|
fuel_bluetooth: YesNo;
|
|
9158
9363
|
over_speed_kmph: number;
|
|
9364
|
+
is_obd: YesNo;
|
|
9159
9365
|
gps_lock_relay: YesNo;
|
|
9160
9366
|
gps_door_locker: YesNo;
|
|
9161
9367
|
door_sensor: YesNo;
|
|
@@ -9176,6 +9382,7 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
9176
9382
|
duel_temperature?: YesNo | undefined;
|
|
9177
9383
|
fuel_bluetooth?: YesNo | undefined;
|
|
9178
9384
|
over_speed_kmph?: unknown;
|
|
9385
|
+
is_obd?: YesNo | undefined;
|
|
9179
9386
|
gps_lock_relay?: YesNo | undefined;
|
|
9180
9387
|
gps_door_locker?: YesNo | undefined;
|
|
9181
9388
|
door_sensor?: YesNo | undefined;
|
|
@@ -10221,11 +10428,13 @@ declare const get_vehicle_file_presigned_url: (data: FilePresignedUrlDTO) => Pro
|
|
|
10221
10428
|
declare const get_device_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
10222
10429
|
declare const get_vehicle_document_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
10223
10430
|
declare const createFileVehicle: (payload: MasterVehicleFileDTO) => Promise<SBR>;
|
|
10224
|
-
declare const
|
|
10225
|
-
declare const
|
|
10226
|
-
declare const
|
|
10227
|
-
declare const
|
|
10431
|
+
declare const remove_file_vehicle: (id: string) => Promise<SBR>;
|
|
10432
|
+
declare const create_file_device: (payload: MasterDeviceFileDTO) => Promise<SBR>;
|
|
10433
|
+
declare const remove_file_device: (id: string) => Promise<SBR>;
|
|
10434
|
+
declare const create_file_vehicle_document: (payload: VehicleDocumentFileDTO) => Promise<SBR>;
|
|
10228
10435
|
declare const removeFileVehicleDocument: (id: string) => Promise<SBR>;
|
|
10436
|
+
declare const update_calibration_file: (payload: CalibrationFileDTO) => Promise<SBR>;
|
|
10437
|
+
declare const delete_calibration_file: (id: string) => Promise<SBR>;
|
|
10229
10438
|
declare const findVehicles: (payload: VehicleQueryDTO) => Promise<FBR<MasterVehicle[]>>;
|
|
10230
10439
|
declare const findVehiclesLiveDashboard: (payload: VehicleQueryDTO) => Promise<FBR<MasterVehicle[]>>;
|
|
10231
10440
|
declare const findVehicleGPSDetails: (payload: VehicleGPSQueryDTO) => Promise<BR<VehicleDetailGPS>>;
|
|
@@ -10613,4 +10822,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
|
|
|
10613
10822
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
10614
10823
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
10615
10824
|
|
|
10616
|
-
export { type MasterMainStateQueryDTO as $, newMasterMainCurrencyPayload as A, findMasterMainCurrencies as B, createMasterMainCurrency as C, updateMasterMainCurrency as D, deleteMasterMainCurrency as E, type FleetServiceManagement as F, getMasterMainCurrencyCache as G, type MasterMainTimeZone as H, MasterMainTimeZoneSchema as I, type MasterMainTimeZoneDTO as J, MasterMainTimeZoneQuerySchema as K, type MasterMainTimeZoneQueryDTO as L, type MasterVehicle as M, toMasterMainTimeZonePayload as N, type OrganisationBranch as O, newMasterMainTimeZonePayload as P, findMasterMainTimeZones as Q, createMasterMainTimeZone as R, updateMasterMainTimeZone as S, deleteMasterMainTimeZone as T, type UserOrganisation as U, getMasterMainTimeZoneCacheAll as V, getMasterMainTimeZoneCache as W, type MasterMainState as X, MasterMainStateSchema as Y, type MasterMainStateDTO as Z, MasterMainStateQuerySchema as _, type User as a, findOrganisationSubCompanyies as a$, toMasterMainStatePayload as a0, newMasterMainStatePayload as a1, findMasterMainStates as a2, createMasterMainState as a3, updateMasterMainState as a4, deleteMasterMainState as a5, getMasterMainStateCache as a6, type MasterMainCountry as a7, MasterMainCountrySchema as a8, type MasterMainCountryDTO as a9, type MasterMainUnitMileageQueryDTO as aA, toMasterMainUnitMileagePayload as aB, newMasterMainUnitMileagePayload as aC, findMasterMainUnitMileages as aD, createMasterMainUnitMileage as aE, updateMasterMainUnitMileage as aF, deleteMasterMainUnitMileage as aG, getMasterMainUnitMileageCache as aH, type MasterMainUnitVolume as aI, MasterMainUnitVolumeSchema as aJ, type MasterMainUnitVolumeDTO as aK, MasterMainUnitVolumeQuerySchema as aL, type MasterMainUnitVolumeQueryDTO as aM, toMasterMainUnitVolumePayload as aN, newMasterMainUnitVolumePayload as aO, findMasterMainUnitVolumes as aP, createMasterMainUnitVolume as aQ, updateMasterMainUnitVolume as aR, deleteMasterMainUnitVolume as aS, getMasterMainUnitVolumeCache as aT, type OrganisationSubCompany as aU, OrganisationSubCompanySchema as aV, type OrganisationSubCompanyDTO as aW, OrganisationSubCompanyQuerySchema as aX, type OrganisationSubCompanyQueryDTO as aY, toOrganisationSubCompanyPayload as aZ, newOrganisationSubCompanyPayload as a_, MasterMainCountryQuerySchema as aa, type MasterMainCountryQueryDTO as ab, toMasterMainCountryPayload as ac, newMasterMainCountryPayload as ad, findMasterMainCountries$1 as ae, createMasterMainCountry$1 as af, updateMasterMainCountry$1 as ag, deleteMasterMainCountry$1 as ah, getMasterMainCountryCache as ai, getMasterMainCountryCacheChild as aj, type MasterMainDateFormat as ak, MasterMainDateFormatSchema as al, type MasterMainDateFormatDTO as am, MasterMainDateFormatQuerySchema as an, type MasterMainDateFormatQueryDTO as ao, toMasterMainDateFormatPayload as ap, newMasterMainDateFormatPayload as aq, findMasterMainDateFormats as ar, createMasterMainDateFormat as as, updateMasterMainDateFormat as at, deleteMasterMainDateFormat as au, getMasterMainDateFormatCache as av, type MasterMainUnitMileage as aw, MasterMainUnitMileageSchema as ax, type MasterMainUnitMileageDTO as ay, MasterMainUnitMileageQuerySchema as az, type MasterDriver as b, findMasterDriver as b$, createOrganisationSubCompany as b0, updateOrganisationSubCompany as b1, deleteOrganisationSubCompany as b2, getOrganisationSubCompanyCache as b3, getOrganisationSubCompanyCacheCount as b4, getOrganisationSubCompanyCacheChild as b5, OrganisationBranchSchema as b6, type OrganisationBranchDTO as b7, OrganisationBranchQuerySchema as b8, type OrganisationBranchQueryDTO as b9, OrganisationTagQuerySchema as bA, type OrganisationTagQueryDTO as bB, toOrganisationTagPayload as bC, newOrganisationTagPayload as bD, findOrganisationTags as bE, createOrganisationTag as bF, updateOrganisationTag as bG, deleteOrganisationTag as bH, getOrganisationTagCache as bI, getOrganisationTagCacheCount as bJ, getOrganisationTagCacheChild as bK, type MasterDriverFile as bL, type AssignRemoveDriverHistory as bM, type DriverLoginPush as bN, MasterDriverFileSchema as bO, type MasterDriverFileDTO as bP, MasterDriverSchema as bQ, type MasterDriverDTO as bR, MasterDriverQuerySchema as bS, type MasterDriverQueryDTO as bT, MasterDriverLogoSchema as bU, type MasterDriverLogoDTO as bV, MasterDriverProfileSchema as bW, type MasterDriverProfileDTO as bX, toDriverPayload as bY, toDriverProfilePayload as bZ, newDriverPayload as b_, toOrganisationBranchPayload as ba, newOrganisationBranchPayload as bb, findOrganisationBranchs as bc, createOrganisationBranch as bd, updateOrganisationBranch as be, deleteOrganisationBranch as bf, getOrganisationBranchCache as bg, getOrganisationBranchCacheCount as bh, getOrganisationBranchCacheChild as bi, type OrganisationColor as bj, OrganisationColorSchema as bk, type OrganisationColorDTO as bl, OrganisationColorQuerySchema as bm, type OrganisationColorQueryDTO as bn, toOrganisationColorPayload as bo, newOrganisationColorPayload as bp, findOrganisationColors as bq, createOrganisationColor as br, updateOrganisationColor as bs, deleteOrganisationColor as bt, getOrganisationColorCache as bu, getOrganisationColorCacheCount as bv, getOrganisationColorCacheChild as bw, type OrganisationTag as bx, OrganisationTagSchema as by, type OrganisationTagDTO as bz, type MasterDevice as c, createMasterSim as c$, createMasterDriver as c0, updateMasterDriver as c1, deleteMasterDriver as c2, updateMasterDriverLogo as c3, deleteMasterDriverLogo as c4, updateMasterDriverProfile as c5, getMasterDriverCache as c6, getMasterDriverCacheSimple as c7, get_master_driver_presigned_url as c8, get_master_driver_presigned_url_file as c9, deleteMasterDeviceModel as cA, getMasterDeviceModelCache as cB, getMasterDeviceModelCacheCount as cC, getMasterDeviceModelCacheChild as cD, type MasterDeviceManufacturer as cE, MasterDeviceManufacturerSchema as cF, type MasterDeviceManufacturerDTO as cG, MasterDeviceManufacturerQuerySchema as cH, type MasterDeviceManufacturerQueryDTO as cI, toMasterDeviceManufacturerPayload as cJ, newMasterDeviceManufacturerPayload as cK, findMasterDeviceManufacturers as cL, createMasterDeviceManufacturer as cM, updateMasterDeviceManufacturer as cN, deleteMasterDeviceManufacturer as cO, getMasterDeviceManufacturerCache as cP, getMasterDeviceManufacturerCacheCount as cQ, getMasterDeviceManufacturerCacheChild as cR, type MasterSim as cS, type AssignRemoveSimHistory as cT, MasterSimSchema as cU, type MasterSimDTO as cV, MasterSimQuerySchema as cW, type MasterSimQueryDTO as cX, toMasterSimPayload as cY, newMasterSimPayload as cZ, findMasterSims as c_, create_file as ca, remove_file as cb, type MasterDeviceType as cc, MasterDeviceTypeSchema as cd, type MasterDeviceTypeDTO as ce, MasterDeviceTypeQuerySchema as cf, type MasterDeviceTypeQueryDTO as cg, toMasterDeviceTypePayload as ch, newMasterDeviceTypePayload as ci, findMasterDeviceTypes as cj, createMasterDeviceType as ck, updateMasterDeviceType as cl, deleteMasterDeviceType as cm, getMasterDeviceTypeCache as cn, getMasterDeviceTypeCacheCount as co, getMasterDeviceTypeCacheChild as cp, type MasterDeviceModel as cq, MasterDeviceModelSchema as cr, type MasterDeviceModelDTO as cs, MasterDeviceModelQuerySchema as ct, type MasterDeviceModelQueryDTO as cu, toMasterDeviceModelPayload as cv, newMasterDeviceModelPayload as cw, findMasterDeviceModels as cx, createMasterDeviceModel as cy, updateMasterDeviceModel as cz, type MasterMainLandmark as d, type MasterVehicleMake as d$, updateMasterSim as d0, deleteMasterSim as d1, type AssignRemoveDeviceHistory as d2, MasterDeviceSchema as d3, type MasterDeviceDTO as d4, MasterDeviceQuerySchema as d5, type MasterDeviceQueryDTO as d6, DeviceSimLinkSchema as d7, type DeviceSimLinkDTO as d8, toMasterDevicePayload as d9, MasterVehicleSubModelSchema as dA, type MasterVehicleSubModelDTO as dB, MasterVehicleSubModelQuerySchema as dC, type MasterVehicleSubModelQueryDTO as dD, toMasterVehicleSubModelPayload as dE, newMasterVehicleSubModelPayload as dF, findMasterVehicleSubModels as dG, createMasterVehicleSubModel as dH, updateMasterVehicleSubModel as dI, deleteMasterVehicleSubModel as dJ, getMasterVehicleSubModelCache as dK, getMasterVehicleSubModelCacheCount as dL, getMasterVehicleSubModelCacheChild as dM, type MasterVehicleModel as dN, MasterVehicleModelSchema as dO, type MasterVehicleModelDTO as dP, MasterVehicleModelQuerySchema as dQ, type MasterVehicleModelQueryDTO as dR, toMasterVehicleModelPayload as dS, newMasterVehicleModelPayload as dT, findMasterVehicleModels as dU, createMasterVehicleModel as dV, updateMasterVehicleModel as dW, deleteMasterVehicleModel as dX, getMasterVehicleModelCache as dY, getMasterVehicleModelCacheCount as dZ, getMasterVehicleModelCacheChild as d_, newMasterDevicePayload as da, findMasterDevices as db, createMasterDevice as dc, updateMasterDevice as dd, deleteMasterDevice as de, device_sim_link as df, device_sim_unlink as dg, get_device_sim_link_history_by_sim as dh, get_device_sim_link_history_by_device as di, type OrganisationGroup as dj, type VehicleOrganisationGroupLink as dk, OrganisationGroupSchema as dl, type OrganisationGroupDTO as dm, OrganisationGroupQuerySchema as dn, type OrganisationGroupQueryDTO as dp, toOrganisationGroupPayload as dq, newOrganisationGroupPayload as dr, findOrganisationGroups as ds, createOrganisationGroup as dt, updateOrganisationGroup as du, deleteOrganisationGroup as dv, getOrganisationGroupCache as dw, getOrganisationGroupCacheCount as dx, getOrganisationGroupCacheChild as dy, type MasterVehicleSubModel as dz, type FleetVendor as e, updateMasterVehicleFuelType as e$, MasterVehicleMakeSchema as e0, type MasterVehicleMakeDTO as e1, MasterVehicleMakeQuerySchema as e2, type MasterVehicleMakeQueryDTO as e3, toMasterVehicleMakePayload as e4, newMasterVehicleMakePayload as e5, findMasterVehicleMakes as e6, createMasterVehicleMake as e7, updateMasterVehicleMake as e8, deleteMasterVehicleMake as e9, updateMasterVehicleOwnershipType as eA, deleteMasterVehicleOwnershipType as eB, getMasterVehicleOwnershipTypeCache as eC, getMasterVehicleOwnershipTypeCacheCount as eD, getMasterVehicleOwnershipTypeCacheChild as eE, type MasterVehicleType as eF, MasterVehicleTypeSchema as eG, type MasterVehicleTypeDTO as eH, MasterVehicleTypeQuerySchema as eI, type MasterVehicleTypeQueryDTO as eJ, toMasterVehicleTypePayload as eK, newMasterVehicleTypePayload as eL, findMasterVehicleTypes as eM, createMasterVehicleType as eN, updateMasterVehicleType as eO, deleteMasterVehicleType as eP, getMasterVehicleTypeCache as eQ, getMasterVehicleTypeCacheCount as eR, getMasterVehicleTypeCacheChild as eS, MasterVehicleFuelTypeSchema as eT, type MasterVehicleFuelTypeDTO as eU, MasterVehicleFuelTypeQuerySchema as eV, type MasterVehicleFuelTypeQueryDTO as eW, toMasterVehicleFuelTypePayload as eX, newMasterVehicleFuelTypePayload as eY, findMasterVehicleFuelTypes as eZ, createMasterVehicleFuelType as e_, getMasterVehicleMakeCache as ea, getMasterVehicleMakeCacheCount as eb, getMasterVehicleMakeCacheChild as ec, type MasterVehicleStatusType as ed, MasterVehicleStatusTypeSchema as ee, type MasterVehicleStatusTypeDTO as ef, MasterVehicleStatusTypeQuerySchema as eg, type MasterVehicleStatusTypeQueryDTO as eh, toMasterVehicleStatusTypePayload as ei, newMasterVehicleStatusTypePayload as ej, findMasterVehicleStatusTypes as ek, createMasterVehicleStatusType as el, updateMasterVehicleStatusType as em, deleteMasterVehicleStatusType as en, getMasterVehicleStatusTypeCache as eo, getMasterVehicleStatusTypeCacheCount as ep, getMasterVehicleStatusTypeCacheChild as eq, type MasterVehicleOwnershipType as er, MasterVehicleOwnershipTypeSchema as es, type MasterVehicleOwnershipTypeDTO as et, MasterVehicleOwnershipTypeQuerySchema as eu, type MasterVehicleOwnershipTypeQueryDTO as ev, toMasterVehicleOwnershipTypePayload as ew, newMasterVehicleOwnershipTypePayload as ex, findMasterVehicleOwnershipTypes as ey, createMasterVehicleOwnershipType as ez, type FleetVendorFuelStation as f, createMasterVendorTag as f$, deleteMasterVehicleFuelType as f0, getMasterVehicleFuelTypeCache as f1, getMasterVehicleFuelTypeCacheCount as f2, getMasterVehicleFuelTypeCacheChild as f3, type MasterVehicleAssociatedTo as f4, MasterVehicleAssociatedToSchema as f5, type MasterVehicleAssociatedToDTO as f6, MasterVehicleAssociatedToQuerySchema as f7, type MasterVehicleAssociatedToQueryDTO as f8, toMasterVehicleAssociatedToPayload as f9, toMasterVehicleDocumentTypePayload as fA, newMasterVehicleDocumentTypePayload as fB, findMasterVehicleDocumentTypes as fC, createMasterVehicleDocumentType as fD, updateMasterVehicleDocumentType as fE, deleteMasterVehicleDocumentType as fF, getMasterVehicleDocumentTypeCache as fG, type MasterVendorType as fH, MasterVendorTypeSchema as fI, type MasterVendorTypeDTO as fJ, MasterVendorTypeQuerySchema as fK, type MasterVendorTypeQueryDTO as fL, toMasterVendorTypePayload as fM, newMasterVendorTypePayload as fN, findMasterVendorTypes as fO, createMasterVendorType as fP, updateMasterVendorType as fQ, deleteMasterVendorType as fR, getMasterVendorTypeCache as fS, type MasterVendorTag as fT, MasterVendorTagSchema as fU, type MasterVendorTagDTO as fV, MasterVendorTagQuerySchema as fW, type MasterVendorTagQueryDTO as fX, toMasterVendorTagPayload as fY, newMasterVendorTagPayload as fZ, findMasterVendorTags as f_, newMasterVehicleAssociatedToPayload as fa, findMasterVehicleAssociatedTos as fb, createMasterVehicleAssociatedTo as fc, updateMasterVehicleAssociatedTo as fd, deleteMasterVehicleAssociatedTo as fe, getMasterVehicleAssociatedToCache as ff, getMasterVehicleAssociatedToCacheCount as fg, getMasterVehicleAssociatedToCacheChild as fh, MasterVehicleFuelUnitSchema as fi, type MasterVehicleFuelUnitDTO as fj, MasterVehicleFuelUnitQuerySchema as fk, type MasterVehicleFuelUnitQueryDTO as fl, toMasterVehicleFuelUnitPayload as fm, newMasterVehicleFuelUnitPayload as fn, findMasterVehicleFuelUnits as fo, createMasterVehicleFuelUnit as fp, updateMasterVehicleFuelUnit as fq, deleteMasterVehicleFuelUnit as fr, getMasterVehicleFuelUnitCache as fs, getMasterVehicleFuelUnitCacheCount as ft, getMasterVehicleFuelUnitCacheChild as fu, type MasterVehicleDocumentType as fv, MasterVehicleDocumentTypeSchema as fw, type MasterVehicleDocumentTypeDTO as fx, MasterVehicleDocumentTypeQuerySchema as fy, type MasterVehicleDocumentTypeQueryDTO as fz, type MasterVehicleFuelType as g, UserDefaultTimeZoneSchema as g$, updateMasterVendorTag as g0, deleteMasterVendorTag as g1, getMasterVendorTagCache as g2, MasterMainLandmarkSchema as g3, type MasterMainLandmarkDTO as g4, MasterMainLandmarkQuerySchema as g5, type MasterMainLandmarkQueryDTO as g6, toMasterMainLandmarkPayload as g7, newMasterMainLandmarkPayload as g8, findMasterMainCountries as g9, deleteMasterUserStatus as gA, getMasterUserStatusCache as gB, getMasterUserStatusCacheCount as gC, type MasterMainLanguage as gD, MasterMainLanguageSchema as gE, type MasterMainLanguageDTO as gF, MasterMainLanguageQuerySchema as gG, type MasterMainLanguageQueryDTO as gH, toMasterMainLanguagePayload as gI, newMasterMainLanguagePayload as gJ, findMasterMainLanguages as gK, createMasterMainLanguage as gL, updateMasterMainLanguage as gM, deleteMasterMainLanguage as gN, getMasterMainLanguageCache as gO, type UserVehicleLink as gP, type UserLoginPush as gQ, UserSchema as gR, type UserDTO as gS, UserQuerySchema as gT, type UserQueryDTO as gU, UserLogoSchema as gV, type UserLogoDTO as gW, UserProfileSchema as gX, type UserProfileDTO as gY, UserDefaultLanguageSchema as gZ, type UserDefaultLanguageDTO as g_, createMasterMainCountry as ga, updateMasterMainCountry as gb, deleteMasterMainCountry as gc, type MasterUserRole as gd, MasterUserRoleSchema as ge, type MasterUserRoleDTO as gf, MasterUserRoleQuerySchema as gg, type MasterUserRoleQueryDTO as gh, toMasterUserRolePayload as gi, newMasterUserRolePayload as gj, findMasterUserRoles as gk, createMasterUserRole as gl, updateMasterUserRole as gm, deleteMasterUserRole as gn, getMasterUserRoleCache as go, getMasterUserRoleCacheCount as gp, type MasterUserStatus as gq, MasterUserStatusSchema as gr, type MasterUserStatusDTO as gs, MasterUserStatusQuerySchema as gt, type MasterUserStatusQueryDTO as gu, toMasterUserStatusPayload as gv, newMasterUserStatusPayload as gw, findMasterUserStatuses as gx, createMasterUserStatus as gy, updateMasterUserStatus as gz, type MasterVehicleFuelUnit as h, newFleetServiceReminderPayload as h$, type UserDefaultTimeZoneDTO as h0, UserDefaultDateFormatSchema as h1, type UserDefaultDateFormatDTO as h2, newUserPayload as h3, toUserPayload as h4, toUserProfilePayload as h5, findUser as h6, createUser as h7, updateUser as h8, deleteUser as h9, toMasterFleetServiceTaskPayload as hA, newMasterFleetServiceTaskPayload as hB, findMasterFleetServiceTasks as hC, createMasterFleetServiceTask as hD, updateMasterFleetServiceTask as hE, deleteMasterFleetServiceTask as hF, getMasterFleetServiceTaskCache as hG, type FleetServiceManagementTask as hH, type FleetServiceManagementFile as hI, type FleetServiceReminder as hJ, FleetServiceManagementFileSchema as hK, type FleetServiceManagementFileDTO as hL, FleetServiceManagementSchema as hM, type FleetServiceManagementDTO as hN, FleetServiceManagementQuerySchema as hO, type FleetServiceManagementQueryDTO as hP, FleetServiceManagementTaskSchema as hQ, type FleetServiceManagementTaskDTO as hR, FleetServiceManagementTaskQuerySchema as hS, type FleetServiceManagementTaskQueryDTO as hT, FleetServiceReminderSchema as hU, type FleetServiceReminderDTO as hV, FleetServiceReminderQuerySchema as hW, type FleetServiceReminderQueryDTO as hX, toFleetServiceManagementPayload as hY, newFleetServiceManagementPayload as hZ, toFleetServiceManagementTaskPayload as h_, updateUserLogo as ha, deleteUserLogo as hb, updateUserProfile as hc, getUserCache as hd, getUserCacheSimple as he, get_user_presigned_url as hf, updateUserDefaultLanguage as hg, updateUserDefaultTimezone as hh, updateUserDefaultDateformat as hi, type MasterVendorDocumentType as hj, MasterVendorDocumentTypeSchema as hk, type MasterVendorDocumentTypeDTO as hl, MasterVendorDocumentTypeQuerySchema as hm, type MasterVendorDocumentTypeQueryDTO as hn, toMasterVendorDocumentTypePayload as ho, newMasterVendorDocumentTypePayload as hp, findMasterVendorDocumentTypes as hq, createMasterVendorDocumentType as hr, updateMasterVendorDocumentType as hs, deleteMasterVendorDocumentType as ht, getMasterVendorDocumentTypeCache as hu, type MasterFleetServiceTask as hv, MasterFleetServiceTaskSchema as hw, type MasterFleetServiceTaskDTO as hx, MasterFleetServiceTaskQuerySchema as hy, type MasterFleetServiceTaskQueryDTO as hz, type MasterMainIndustry as i, type FleetVendorDocument as i$, toFleetServiceReminderPayload as i0, newFleetServiceManagementTaskPayload as i1, get_service_file_presigned_url as i2, create_service_file as i3, remove_service_file as i4, findFleetServiceManagement as i5, createFleetServiceManagement as i6, updateFleetServiceManagement as i7, deleteFleetServiceManagement as i8, findFleetServiceManagementTask as i9, type MasterFuelCompanyQueryDTO as iA, toMasterFuelCompanyPayload as iB, newMasterFuelCompanyPayload as iC, findMasterFuelCompanys as iD, createMasterFuelCompany as iE, updateMasterFuelCompany as iF, deleteMasterFuelCompany as iG, getMasterFuelCompanyCache as iH, type FleetVendorFuelStationSimple as iI, FleetVendorFuelStationSchema as iJ, type FleetVendorFuelStationDTO as iK, FleetVendorFuelStationQuerySchema as iL, type FleetVendorFuelStationQueryDTO as iM, toFleetVendorFuelStationPayload as iN, newFleetVendorFuelStationPayload as iO, findFleetVendorFuelStation as iP, createFleetVendorFuelStation as iQ, updateFleetVendorFuelStation as iR, deleteFleetVendorFuelStation as iS, getFleetVendorFuelStationCacheSimple as iT, type FleetVendorSimple as iU, type FleetVendorTypeLink as iV, type FleetVendorTagLink as iW, type FleetVendorAddress as iX, type FleetVendorBankAccount as iY, type FleetVendorContactPersons as iZ, type FleetVendorReview as i_, createFleetServiceManagementTask as ia, updateFleetServiceManagementTask as ib, deleteFleetServiceManagementTask as ic, findFleetServiceReminder as id, createFleetServiceReminder as ie, updateFleetServiceReminder as ig, deleteFleetServiceReminder as ih, type FleetVendorServiceCenter as ii, type FleetVendorServiceCenterSimple as ij, FleetVendorServiceCenterSchema as ik, type FleetVendorServiceCenterDTO as il, FleetVendorServiceCenterQuerySchema as im, type FleetVendorServiceCenterQueryDTO as io, toFleetVendorServiceCenterPayload as ip, newFleetVendorServiceCenterPayload as iq, findFleetVendorServiceCenter as ir, createFleetVendorServiceCenter as is, updateFleetVendorServiceCenter as it, deleteFleetVendorServiceCenter as iu, getFleetVendorServiceCenterCacheSimple as iv, type MasterFuelCompany as iw, MasterFuelCompanySchema as ix, type MasterFuelCompanyDTO as iy, MasterFuelCompanyQuerySchema as iz, MasterMainIndustrySchema as j, deleteFleetVendorBankAccount as j$, type FleetVendorDocumentFile as j0, FleetVendorLogoSchema as j1, type FleetVendorLogoDTO as j2, FleetVendorSchema as j3, type FleetVendorDTO as j4, FleetVendorQuerySchema as j5, type FleetVendorQueryDTO as j6, FleetVendorAddressSchema as j7, type FleetVendorAddressDTO as j8, FleetVendorAddressQuerySchema as j9, newFleetVendorBankAccountPayload as jA, toFleetVendorContactPersonsPayload as jB, newFleetVendorContactPersonsPayload as jC, toFleetVendorReviewPayload as jD, newFleetVendorReviewPayload as jE, toFleetVendorDocumentPayload as jF, newFleetVendorDocumentPayload as jG, get_vendor_logo_presigned_url as jH, get_vendor_contact_person_logo_presigned_url as jI, get_vendor_document_file_presigned_url as jJ, update_vendor_logo as jK, delete_vendor_logo as jL, updateFleetVendorContactPersonsLogo as jM, deleteFleetVendorContactPersonsLogo as jN, create_vendor_document_file as jO, remove_vendor_document_file as jP, findFleetVendor as jQ, createFleetVendor as jR, updateFleetVendor as jS, deleteFleetVendor as jT, createFleetVendorAddress as jU, findFleetVendorAddress as jV, updateFleetVendorAddress as jW, deleteFleetVendorAddress as jX, createFleetVendorBankAccount as jY, findFleetVendorBankAccount as jZ, updateFleetVendorBankAccount as j_, type FleetVendorAddressQueryDTO as ja, FleetVendorBankAccountSchema as jb, type FleetVendorBankAccountDTO as jc, FleetVendorBankAccountQuerySchema as jd, type FleetVendorBankAccountQueryDTO as je, FleetVendorContactPersonsLogoSchema as jf, type FleetVendorContactPersonsLogoDTO as jg, FleetVendorContactPersonsSchema as jh, type FleetVendorContactPersonsDTO as ji, FleetVendorContactPersonsQuerySchema as jj, type FleetVendorContactPersonsQueryDTO as jk, FleetVendorReviewSchema as jl, type FleetVendorReviewDTO as jm, FleetVendorReviewQuerySchema as jn, type FleetVendorReviewQueryDTO as jo, FleetVendorDocumentFileSchema as jp, type FleetVendorDocumentFileDTO as jq, FleetVendorDocumentSchema as jr, type FleetVendorDocumentDTO as js, FleetVendorDocumentQuerySchema as jt, type FleetVendorDocumentQueryDTO as ju, toFleetVendorPayload as jv, newFleetVendorPayload as jw, toFleetVendorAddressPayload as jx, newFleetVendorAddressPayload as jy, toFleetVendorBankAccountPayload as jz, type MasterMainIndustryDTO as k, type VehicleGPSQueryDTO as k$, createFleetVendorContactPersons as k0, findFleetVendorContactPersons as k1, updateFleetVendorContactPersons as k2, deleteFleetVendorContactPersons as k3, createFleetVendorReview as k4, findFleetVendorReview as k5, updateFleetVendorReview as k6, deleteFleetVendorReview as k7, createFleetVendorDocument as k8, findFleetVendorDocument as k9, VehicleDriverLinkSchema as kA, type VehicleDriverLinkDTO as kB, VehicleDetailGPSSensorSchema as kC, type VehicleDetailGPSSensorDTO as kD, VehicleDetailTripSchema as kE, type VehicleDetailTripDTO as kF, VehicleDetailBodySchema as kG, type VehicleDetailBodyDTO as kH, VehicleDetailLifeCycleSchema as kI, type VehicleDetailLifeCycleDto as kJ, VehicleDetailPurchaseSchema as kK, type VehicleDetailPurchaseDTO as kL, VehicleDocumentFileSchema as kM, type VehicleDocumentFileDTO as kN, VehicleDocumentSchema as kO, type VehicleDocumentDTO as kP, VehicleDocumentQuerySchema as kQ, type VehicleDocumentQueryDTO as kR, VehicleDocumentExpirySchema as kS, type VehicleDocumentExpiryDTO as kT, VehicleDocumentExpiryQuerySchema as kU, type VehicleDocumentExpiryQueryDTO as kV, VehicleQuerySchema as kW, type VehicleQueryDTO as kX, SimpleFindQuerySchema as kY, type SimpleFindQueryDTO as kZ, VehicleGPSQuerySchema as k_, updateFleetVendorDocument as ka, deleteFleetVendorDocument as kb, getFleetVendorCacheSimple as kc, type MasterVehicleDropdown as kd, type MasterVehicleFile as ke, type VehicleDetailGPS as kf, type VehicleDetailTrip as kg, type VehicleDetailBody as kh, type VehicleDetailLifeCycle as ki, type VehicleDetailPurchase as kj, type VehicleDocument as kk, type VehicleDocumentFile as kl, type VehicleDocumentExpiry as km, type VehicleOdometerHistory as kn, MasterVehicleFileSchema as ko, type MasterVehicleFileDTO as kp, VehicleSchema as kq, type VehicleDTO as kr, VehicleBulkSchema as ks, type VehicleBulkDTO as kt, MasterDeviceFileSchema as ku, type MasterDeviceFileDTO as kv, VehicleDeviceLinkSchema as kw, type VehicleDeviceLinkDTO as kx, VehicleDeviceUnlinkSchema as ky, type VehicleDeviceUnlinkDTO as kz, MasterMainIndustryQuerySchema as l, updateUserOrganisation as l$, toVehiclePayload as l0, newVehiclePayload as l1, toVehicleDetailsGPSPayload as l2, toVehicleDetailsTripPayload as l3, toVehicleDetailsBodyPayload as l4, toVehicleDetailLifeCyclePayload as l5, toVehicleDetailPurchasePayload as l6, toVehicleDocumentPayload as l7, newVehicleDocumentPayload as l8, toVehicleDocumentExpiryPayload as l9, unlinkDeviceFromVehicle as lA, getDeviceLinkHistoryByVehicle as lB, getDeviceLinkHistoryByDevice as lC, createVehicleDocument as lD, findVehicleDocument as lE, updateVehicleDocument as lF, removeVehicleDocument as lG, createVehicleDocumentExpiry as lH, findVehicleDocumentExpiry as lI, updateVehicleDocumentExpiry as lJ, removeVehicleDocumentExpiry as lK, getVehicleCache as lL, getVehicleSimpleCache as lM, getVehicleParentCache as lN, getVehicleSimpleDropdownCustom as lO, getVehicleSimpleDropdownCacheLiveData as lP, type UserOrganisationSimple as lQ, UserOrganisationSchema as lR, type UserOrganisationDTO as lS, UserOrganisationQuerySchema as lT, type UserOrganisationQueryDTO as lU, UserOrganisationLogoSchema as lV, type UserOrganisationLogoDTO as lW, toUserOrganisationPayload as lX, newUserOrganisationPayload as lY, findUserOrganisation as lZ, createUserOrganisation as l_, newVehicleDocumentExpiryPayload as la, get_vehicle_file_presigned_url as lb, get_device_file_presigned_url as lc, get_vehicle_document_file_presigned_url as ld, createFileVehicle as le, removeFileVehicle as lf, createFileDevice as lg, removeFileDevice as lh, createFileVehicleDocument as li, removeFileVehicleDocument as lj, findVehicles as lk, findVehiclesLiveDashboard as ll, findVehicleGPSDetails as lm, createVehicle as ln, updateVehicle as lo, deleteVehicle as lp, updateDetailsGpsSensor as lq, updateDetailsTrip as lr, updateVehicleBodyDetails as ls, updateVehicleLifeCycleDetails as lt, updateVehiclePurchaseDetails as lu, linkDriverToVehicle as lv, unlinkDriverFromVehicle as lw, getDriverLinkHistoryByVehicle as lx, getDriverLinkHistoryByDriver as ly, linkDeviceToVehicle as lz, type MasterMainIndustryQueryDTO as m, deleteUserOrganisation as m0, updateUserOrganisationLogo as m1, deleteUserOrganisationLogo as m2, get_user_organisation_presigned_url as m3, getUserOrganisationCache as m4, getUserOrganisationCacheSimple as m5, newMasterMainIndustryPayload as n, findMasterMainIndustrys as o, createMasterMainIndustry as p, deleteMasterMainIndustry as q, getMasterMainIndustryCache as r, type MasterMainCurrency as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencySchema as v, type MasterMainCurrencyDTO as w, MasterMainCurrencyQuerySchema as x, type MasterMainCurrencyQueryDTO as y, toMasterMainCurrencyPayload as z };
|
|
10825
|
+
export { type MasterMainStateQueryDTO as $, newMasterMainCurrencyPayload as A, findMasterMainCurrencies as B, createMasterMainCurrency as C, updateMasterMainCurrency as D, deleteMasterMainCurrency as E, type FleetVendor as F, getMasterMainCurrencyCache as G, type MasterMainTimeZone as H, MasterMainTimeZoneSchema as I, type MasterMainTimeZoneDTO as J, MasterMainTimeZoneQuerySchema as K, type MasterMainTimeZoneQueryDTO as L, type MasterVehicle as M, toMasterMainTimeZonePayload as N, type OrganisationBranch as O, newMasterMainTimeZonePayload as P, findMasterMainTimeZones as Q, createMasterMainTimeZone as R, updateMasterMainTimeZone as S, deleteMasterMainTimeZone as T, type UserOrganisation as U, getMasterMainTimeZoneCacheAll as V, getMasterMainTimeZoneCache as W, type MasterMainState as X, MasterMainStateSchema as Y, type MasterMainStateDTO as Z, MasterMainStateQuerySchema as _, type User as a, findOrganisationSubCompanyies as a$, toMasterMainStatePayload as a0, newMasterMainStatePayload as a1, findMasterMainStates as a2, createMasterMainState as a3, updateMasterMainState as a4, deleteMasterMainState as a5, getMasterMainStateCache as a6, type MasterMainCountry as a7, MasterMainCountrySchema as a8, type MasterMainCountryDTO as a9, type MasterMainUnitMileageQueryDTO as aA, toMasterMainUnitMileagePayload as aB, newMasterMainUnitMileagePayload as aC, findMasterMainUnitMileages as aD, createMasterMainUnitMileage as aE, updateMasterMainUnitMileage as aF, deleteMasterMainUnitMileage as aG, getMasterMainUnitMileageCache as aH, type MasterMainUnitVolume as aI, MasterMainUnitVolumeSchema as aJ, type MasterMainUnitVolumeDTO as aK, MasterMainUnitVolumeQuerySchema as aL, type MasterMainUnitVolumeQueryDTO as aM, toMasterMainUnitVolumePayload as aN, newMasterMainUnitVolumePayload as aO, findMasterMainUnitVolumes as aP, createMasterMainUnitVolume as aQ, updateMasterMainUnitVolume as aR, deleteMasterMainUnitVolume as aS, getMasterMainUnitVolumeCache as aT, type OrganisationSubCompany as aU, OrganisationSubCompanySchema as aV, type OrganisationSubCompanyDTO as aW, OrganisationSubCompanyQuerySchema as aX, type OrganisationSubCompanyQueryDTO as aY, toOrganisationSubCompanyPayload as aZ, newOrganisationSubCompanyPayload as a_, MasterMainCountryQuerySchema as aa, type MasterMainCountryQueryDTO as ab, toMasterMainCountryPayload as ac, newMasterMainCountryPayload as ad, findMasterMainCountries$1 as ae, createMasterMainCountry$1 as af, updateMasterMainCountry$1 as ag, deleteMasterMainCountry$1 as ah, getMasterMainCountryCache as ai, getMasterMainCountryCacheChild as aj, type MasterMainDateFormat as ak, MasterMainDateFormatSchema as al, type MasterMainDateFormatDTO as am, MasterMainDateFormatQuerySchema as an, type MasterMainDateFormatQueryDTO as ao, toMasterMainDateFormatPayload as ap, newMasterMainDateFormatPayload as aq, findMasterMainDateFormats as ar, createMasterMainDateFormat as as, updateMasterMainDateFormat as at, deleteMasterMainDateFormat as au, getMasterMainDateFormatCache as av, type MasterMainUnitMileage as aw, MasterMainUnitMileageSchema as ax, type MasterMainUnitMileageDTO as ay, MasterMainUnitMileageQuerySchema as az, type MasterDriver as b, findMasterDriver as b$, createOrganisationSubCompany as b0, updateOrganisationSubCompany as b1, deleteOrganisationSubCompany as b2, getOrganisationSubCompanyCache as b3, getOrganisationSubCompanyCacheCount as b4, getOrganisationSubCompanyCacheChild as b5, OrganisationBranchSchema as b6, type OrganisationBranchDTO as b7, OrganisationBranchQuerySchema as b8, type OrganisationBranchQueryDTO as b9, OrganisationTagQuerySchema as bA, type OrganisationTagQueryDTO as bB, toOrganisationTagPayload as bC, newOrganisationTagPayload as bD, findOrganisationTags as bE, createOrganisationTag as bF, updateOrganisationTag as bG, deleteOrganisationTag as bH, getOrganisationTagCache as bI, getOrganisationTagCacheCount as bJ, getOrganisationTagCacheChild as bK, type MasterDriverFile as bL, type AssignRemoveDriverHistory as bM, type DriverLoginPush as bN, MasterDriverFileSchema as bO, type MasterDriverFileDTO as bP, MasterDriverSchema as bQ, type MasterDriverDTO as bR, MasterDriverQuerySchema as bS, type MasterDriverQueryDTO as bT, MasterDriverLogoSchema as bU, type MasterDriverLogoDTO as bV, MasterDriverProfileSchema as bW, type MasterDriverProfileDTO as bX, toDriverPayload as bY, toDriverProfilePayload as bZ, newDriverPayload as b_, toOrganisationBranchPayload as ba, newOrganisationBranchPayload as bb, findOrganisationBranchs as bc, createOrganisationBranch as bd, updateOrganisationBranch as be, deleteOrganisationBranch as bf, getOrganisationBranchCache as bg, getOrganisationBranchCacheCount as bh, getOrganisationBranchCacheChild as bi, type OrganisationColor as bj, OrganisationColorSchema as bk, type OrganisationColorDTO as bl, OrganisationColorQuerySchema as bm, type OrganisationColorQueryDTO as bn, toOrganisationColorPayload as bo, newOrganisationColorPayload as bp, findOrganisationColors as bq, createOrganisationColor as br, updateOrganisationColor as bs, deleteOrganisationColor as bt, getOrganisationColorCache as bu, getOrganisationColorCacheCount as bv, getOrganisationColorCacheChild as bw, type OrganisationTag as bx, OrganisationTagSchema as by, type OrganisationTagDTO as bz, type MasterDevice as c, createMasterSim as c$, createMasterDriver as c0, updateMasterDriver as c1, deleteMasterDriver as c2, updateMasterDriverLogo as c3, deleteMasterDriverLogo as c4, updateMasterDriverProfile as c5, getMasterDriverCache as c6, getMasterDriverCacheSimple as c7, get_master_driver_presigned_url as c8, get_master_driver_presigned_url_file as c9, deleteMasterDeviceModel as cA, getMasterDeviceModelCache as cB, getMasterDeviceModelCacheCount as cC, getMasterDeviceModelCacheChild as cD, type MasterDeviceManufacturer as cE, MasterDeviceManufacturerSchema as cF, type MasterDeviceManufacturerDTO as cG, MasterDeviceManufacturerQuerySchema as cH, type MasterDeviceManufacturerQueryDTO as cI, toMasterDeviceManufacturerPayload as cJ, newMasterDeviceManufacturerPayload as cK, findMasterDeviceManufacturers as cL, createMasterDeviceManufacturer as cM, updateMasterDeviceManufacturer as cN, deleteMasterDeviceManufacturer as cO, getMasterDeviceManufacturerCache as cP, getMasterDeviceManufacturerCacheCount as cQ, getMasterDeviceManufacturerCacheChild as cR, type MasterSim as cS, type AssignRemoveSimHistory as cT, MasterSimSchema as cU, type MasterSimDTO as cV, MasterSimQuerySchema as cW, type MasterSimQueryDTO as cX, toMasterSimPayload as cY, newMasterSimPayload as cZ, findMasterSims as c_, create_file as ca, remove_file as cb, type MasterDeviceType as cc, MasterDeviceTypeSchema as cd, type MasterDeviceTypeDTO as ce, MasterDeviceTypeQuerySchema as cf, type MasterDeviceTypeQueryDTO as cg, toMasterDeviceTypePayload as ch, newMasterDeviceTypePayload as ci, findMasterDeviceTypes as cj, createMasterDeviceType as ck, updateMasterDeviceType as cl, deleteMasterDeviceType as cm, getMasterDeviceTypeCache as cn, getMasterDeviceTypeCacheCount as co, getMasterDeviceTypeCacheChild as cp, type MasterDeviceModel as cq, MasterDeviceModelSchema as cr, type MasterDeviceModelDTO as cs, MasterDeviceModelQuerySchema as ct, type MasterDeviceModelQueryDTO as cu, toMasterDeviceModelPayload as cv, newMasterDeviceModelPayload as cw, findMasterDeviceModels as cx, createMasterDeviceModel as cy, updateMasterDeviceModel as cz, type MasterMainLandmark as d, type MasterVehicleMake as d$, updateMasterSim as d0, deleteMasterSim as d1, type AssignRemoveDeviceHistory as d2, MasterDeviceSchema as d3, type MasterDeviceDTO as d4, MasterDeviceQuerySchema as d5, type MasterDeviceQueryDTO as d6, DeviceSimLinkSchema as d7, type DeviceSimLinkDTO as d8, toMasterDevicePayload as d9, MasterVehicleSubModelSchema as dA, type MasterVehicleSubModelDTO as dB, MasterVehicleSubModelQuerySchema as dC, type MasterVehicleSubModelQueryDTO as dD, toMasterVehicleSubModelPayload as dE, newMasterVehicleSubModelPayload as dF, findMasterVehicleSubModels as dG, createMasterVehicleSubModel as dH, updateMasterVehicleSubModel as dI, deleteMasterVehicleSubModel as dJ, getMasterVehicleSubModelCache as dK, getMasterVehicleSubModelCacheCount as dL, getMasterVehicleSubModelCacheChild as dM, type MasterVehicleModel as dN, MasterVehicleModelSchema as dO, type MasterVehicleModelDTO as dP, MasterVehicleModelQuerySchema as dQ, type MasterVehicleModelQueryDTO as dR, toMasterVehicleModelPayload as dS, newMasterVehicleModelPayload as dT, findMasterVehicleModels as dU, createMasterVehicleModel as dV, updateMasterVehicleModel as dW, deleteMasterVehicleModel as dX, getMasterVehicleModelCache as dY, getMasterVehicleModelCacheCount as dZ, getMasterVehicleModelCacheChild as d_, newMasterDevicePayload as da, findMasterDevices as db, createMasterDevice as dc, updateMasterDevice as dd, deleteMasterDevice as de, device_sim_link as df, device_sim_unlink as dg, get_device_sim_link_history_by_sim as dh, get_device_sim_link_history_by_device as di, type OrganisationGroup as dj, type VehicleOrganisationGroupLink as dk, OrganisationGroupSchema as dl, type OrganisationGroupDTO as dm, OrganisationGroupQuerySchema as dn, type OrganisationGroupQueryDTO as dp, toOrganisationGroupPayload as dq, newOrganisationGroupPayload as dr, findOrganisationGroups as ds, createOrganisationGroup as dt, updateOrganisationGroup as du, deleteOrganisationGroup as dv, getOrganisationGroupCache as dw, getOrganisationGroupCacheCount as dx, getOrganisationGroupCacheChild as dy, type MasterVehicleSubModel as dz, type FleetVendorFuelStation as e, updateMasterVehicleFuelType as e$, MasterVehicleMakeSchema as e0, type MasterVehicleMakeDTO as e1, MasterVehicleMakeQuerySchema as e2, type MasterVehicleMakeQueryDTO as e3, toMasterVehicleMakePayload as e4, newMasterVehicleMakePayload as e5, findMasterVehicleMakes as e6, createMasterVehicleMake as e7, updateMasterVehicleMake as e8, deleteMasterVehicleMake as e9, updateMasterVehicleOwnershipType as eA, deleteMasterVehicleOwnershipType as eB, getMasterVehicleOwnershipTypeCache as eC, getMasterVehicleOwnershipTypeCacheCount as eD, getMasterVehicleOwnershipTypeCacheChild as eE, type MasterVehicleType as eF, MasterVehicleTypeSchema as eG, type MasterVehicleTypeDTO as eH, MasterVehicleTypeQuerySchema as eI, type MasterVehicleTypeQueryDTO as eJ, toMasterVehicleTypePayload as eK, newMasterVehicleTypePayload as eL, findMasterVehicleTypes as eM, createMasterVehicleType as eN, updateMasterVehicleType as eO, deleteMasterVehicleType as eP, getMasterVehicleTypeCache as eQ, getMasterVehicleTypeCacheCount as eR, getMasterVehicleTypeCacheChild as eS, MasterVehicleFuelTypeSchema as eT, type MasterVehicleFuelTypeDTO as eU, MasterVehicleFuelTypeQuerySchema as eV, type MasterVehicleFuelTypeQueryDTO as eW, toMasterVehicleFuelTypePayload as eX, newMasterVehicleFuelTypePayload as eY, findMasterVehicleFuelTypes as eZ, createMasterVehicleFuelType as e_, getMasterVehicleMakeCache as ea, getMasterVehicleMakeCacheCount as eb, getMasterVehicleMakeCacheChild as ec, type MasterVehicleStatusType as ed, MasterVehicleStatusTypeSchema as ee, type MasterVehicleStatusTypeDTO as ef, MasterVehicleStatusTypeQuerySchema as eg, type MasterVehicleStatusTypeQueryDTO as eh, toMasterVehicleStatusTypePayload as ei, newMasterVehicleStatusTypePayload as ej, findMasterVehicleStatusTypes as ek, createMasterVehicleStatusType as el, updateMasterVehicleStatusType as em, deleteMasterVehicleStatusType as en, getMasterVehicleStatusTypeCache as eo, getMasterVehicleStatusTypeCacheCount as ep, getMasterVehicleStatusTypeCacheChild as eq, type MasterVehicleOwnershipType as er, MasterVehicleOwnershipTypeSchema as es, type MasterVehicleOwnershipTypeDTO as et, MasterVehicleOwnershipTypeQuerySchema as eu, type MasterVehicleOwnershipTypeQueryDTO as ev, toMasterVehicleOwnershipTypePayload as ew, newMasterVehicleOwnershipTypePayload as ex, findMasterVehicleOwnershipTypes as ey, createMasterVehicleOwnershipType as ez, type MasterVehicleFuelType as f, createMasterVendorTag as f$, deleteMasterVehicleFuelType as f0, getMasterVehicleFuelTypeCache as f1, getMasterVehicleFuelTypeCacheCount as f2, getMasterVehicleFuelTypeCacheChild as f3, type MasterVehicleAssociatedTo as f4, MasterVehicleAssociatedToSchema as f5, type MasterVehicleAssociatedToDTO as f6, MasterVehicleAssociatedToQuerySchema as f7, type MasterVehicleAssociatedToQueryDTO as f8, toMasterVehicleAssociatedToPayload as f9, toMasterVehicleDocumentTypePayload as fA, newMasterVehicleDocumentTypePayload as fB, findMasterVehicleDocumentTypes as fC, createMasterVehicleDocumentType as fD, updateMasterVehicleDocumentType as fE, deleteMasterVehicleDocumentType as fF, getMasterVehicleDocumentTypeCache as fG, type MasterVendorType as fH, MasterVendorTypeSchema as fI, type MasterVendorTypeDTO as fJ, MasterVendorTypeQuerySchema as fK, type MasterVendorTypeQueryDTO as fL, toMasterVendorTypePayload as fM, newMasterVendorTypePayload as fN, findMasterVendorTypes as fO, createMasterVendorType as fP, updateMasterVendorType as fQ, deleteMasterVendorType as fR, getMasterVendorTypeCache as fS, type MasterVendorTag as fT, MasterVendorTagSchema as fU, type MasterVendorTagDTO as fV, MasterVendorTagQuerySchema as fW, type MasterVendorTagQueryDTO as fX, toMasterVendorTagPayload as fY, newMasterVendorTagPayload as fZ, findMasterVendorTags as f_, newMasterVehicleAssociatedToPayload as fa, findMasterVehicleAssociatedTos as fb, createMasterVehicleAssociatedTo as fc, updateMasterVehicleAssociatedTo as fd, deleteMasterVehicleAssociatedTo as fe, getMasterVehicleAssociatedToCache as ff, getMasterVehicleAssociatedToCacheCount as fg, getMasterVehicleAssociatedToCacheChild as fh, MasterVehicleFuelUnitSchema as fi, type MasterVehicleFuelUnitDTO as fj, MasterVehicleFuelUnitQuerySchema as fk, type MasterVehicleFuelUnitQueryDTO as fl, toMasterVehicleFuelUnitPayload as fm, newMasterVehicleFuelUnitPayload as fn, findMasterVehicleFuelUnits as fo, createMasterVehicleFuelUnit as fp, updateMasterVehicleFuelUnit as fq, deleteMasterVehicleFuelUnit as fr, getMasterVehicleFuelUnitCache as fs, getMasterVehicleFuelUnitCacheCount as ft, getMasterVehicleFuelUnitCacheChild as fu, type MasterVehicleDocumentType as fv, MasterVehicleDocumentTypeSchema as fw, type MasterVehicleDocumentTypeDTO as fx, MasterVehicleDocumentTypeQuerySchema as fy, type MasterVehicleDocumentTypeQueryDTO as fz, type MasterVehicleFuelUnit as g, UserDefaultTimeZoneSchema as g$, updateMasterVendorTag as g0, deleteMasterVendorTag as g1, getMasterVendorTagCache as g2, MasterMainLandmarkSchema as g3, type MasterMainLandmarkDTO as g4, MasterMainLandmarkQuerySchema as g5, type MasterMainLandmarkQueryDTO as g6, toMasterMainLandmarkPayload as g7, newMasterMainLandmarkPayload as g8, findMasterMainCountries as g9, deleteMasterUserStatus as gA, getMasterUserStatusCache as gB, getMasterUserStatusCacheCount as gC, type MasterMainLanguage as gD, MasterMainLanguageSchema as gE, type MasterMainLanguageDTO as gF, MasterMainLanguageQuerySchema as gG, type MasterMainLanguageQueryDTO as gH, toMasterMainLanguagePayload as gI, newMasterMainLanguagePayload as gJ, findMasterMainLanguages as gK, createMasterMainLanguage as gL, updateMasterMainLanguage as gM, deleteMasterMainLanguage as gN, getMasterMainLanguageCache as gO, type UserVehicleLink as gP, type UserLoginPush as gQ, UserSchema as gR, type UserDTO as gS, UserQuerySchema as gT, type UserQueryDTO as gU, UserLogoSchema as gV, type UserLogoDTO as gW, UserProfileSchema as gX, type UserProfileDTO as gY, UserDefaultLanguageSchema as gZ, type UserDefaultLanguageDTO as g_, createMasterMainCountry as ga, updateMasterMainCountry as gb, deleteMasterMainCountry as gc, type MasterUserRole as gd, MasterUserRoleSchema as ge, type MasterUserRoleDTO as gf, MasterUserRoleQuerySchema as gg, type MasterUserRoleQueryDTO as gh, toMasterUserRolePayload as gi, newMasterUserRolePayload as gj, findMasterUserRoles as gk, createMasterUserRole as gl, updateMasterUserRole as gm, deleteMasterUserRole as gn, getMasterUserRoleCache as go, getMasterUserRoleCacheCount as gp, type MasterUserStatus as gq, MasterUserStatusSchema as gr, type MasterUserStatusDTO as gs, MasterUserStatusQuerySchema as gt, type MasterUserStatusQueryDTO as gu, toMasterUserStatusPayload as gv, newMasterUserStatusPayload as gw, findMasterUserStatuses as gx, createMasterUserStatus as gy, updateMasterUserStatus as gz, type FleetServiceManagement as h, toFleetServiceManagementPayload as h$, type UserDefaultTimeZoneDTO as h0, UserDefaultDateFormatSchema as h1, type UserDefaultDateFormatDTO as h2, newUserPayload as h3, toUserPayload as h4, toUserProfilePayload as h5, findUser as h6, createUser as h7, updateUser as h8, deleteUser as h9, toMasterFleetServiceTaskPayload as hA, newMasterFleetServiceTaskPayload as hB, findMasterFleetServiceTasks as hC, createMasterFleetServiceTask as hD, updateMasterFleetServiceTask as hE, deleteMasterFleetServiceTask as hF, getMasterFleetServiceTaskCache as hG, type FleetServiceManagementTask as hH, type FleetServiceManagementFile as hI, type FleetServiceReminder as hJ, type ServiceDashboard as hK, FleetServiceManagementFileSchema as hL, type FleetServiceManagementFileDTO as hM, FleetServiceManagementSchema as hN, type FleetServiceManagementDTO as hO, FleetServiceManagementQuerySchema as hP, type FleetServiceManagementQueryDTO as hQ, FleetServiceManagementDashBoardQuerySchema as hR, type FleetServiceManagementDashBoardQueryDTO as hS, FleetServiceManagementTaskSchema as hT, type FleetServiceManagementTaskDTO as hU, FleetServiceManagementTaskQuerySchema as hV, type FleetServiceManagementTaskQueryDTO as hW, FleetServiceReminderSchema as hX, type FleetServiceReminderDTO as hY, FleetServiceReminderQuerySchema as hZ, type FleetServiceReminderQueryDTO as h_, updateUserLogo as ha, deleteUserLogo as hb, updateUserProfile as hc, getUserCache as hd, getUserCacheSimple as he, get_user_presigned_url as hf, updateUserDefaultLanguage as hg, updateUserDefaultTimezone as hh, updateUserDefaultDateformat as hi, type MasterVendorDocumentType as hj, MasterVendorDocumentTypeSchema as hk, type MasterVendorDocumentTypeDTO as hl, MasterVendorDocumentTypeQuerySchema as hm, type MasterVendorDocumentTypeQueryDTO as hn, toMasterVendorDocumentTypePayload as ho, newMasterVendorDocumentTypePayload as hp, findMasterVendorDocumentTypes as hq, createMasterVendorDocumentType as hr, updateMasterVendorDocumentType as hs, deleteMasterVendorDocumentType as ht, getMasterVendorDocumentTypeCache as hu, type MasterFleetServiceTask as hv, MasterFleetServiceTaskSchema as hw, type MasterFleetServiceTaskDTO as hx, MasterFleetServiceTaskQuerySchema as hy, type MasterFleetServiceTaskQueryDTO as hz, type MasterMainIndustry as i, type FleetVendorTagLink as i$, newFleetServiceManagementPayload as i0, toFleetServiceManagementTaskPayload as i1, newFleetServiceReminderPayload as i2, toFleetServiceReminderPayload as i3, newFleetServiceManagementTaskPayload as i4, get_service_file_presigned_url as i5, create_service_file as i6, remove_service_file as i7, findFleetServiceManagement as i8, createFleetServiceManagement as i9, type MasterFuelCompany as iA, MasterFuelCompanySchema as iB, type MasterFuelCompanyDTO as iC, MasterFuelCompanyQuerySchema as iD, type MasterFuelCompanyQueryDTO as iE, toMasterFuelCompanyPayload as iF, newMasterFuelCompanyPayload as iG, findMasterFuelCompanys as iH, createMasterFuelCompany as iI, updateMasterFuelCompany as iJ, deleteMasterFuelCompany as iK, getMasterFuelCompanyCache as iL, type FleetVendorFuelStationSimple as iM, FleetVendorFuelStationSchema as iN, type FleetVendorFuelStationDTO as iO, FleetVendorFuelStationQuerySchema as iP, type FleetVendorFuelStationQueryDTO as iQ, toFleetVendorFuelStationPayload as iR, newFleetVendorFuelStationPayload as iS, findFleetVendorFuelStation as iT, createFleetVendorFuelStation as iU, updateFleetVendorFuelStation as iV, deleteFleetVendorFuelStation as iW, getFleetVendorFuelStationCacheSimple as iX, type VendorDashboard as iY, type FleetVendorSimple as iZ, type FleetVendorTypeLink as i_, updateFleetServiceManagement as ia, deleteFleetServiceManagement as ib, service_dashboard as ic, findFleetServiceManagementTask as id, createFleetServiceManagementTask as ie, updateFleetServiceManagementTask as ig, deleteFleetServiceManagementTask as ih, findFleetServiceReminder as ii, createFleetServiceReminder as ij, updateFleetServiceReminder as ik, deleteFleetServiceReminder as il, type FleetVendorServiceCenter as im, type FleetVendorServiceCenterSimple as io, FleetVendorServiceCenterSchema as ip, type FleetVendorServiceCenterDTO as iq, FleetVendorServiceCenterQuerySchema as ir, type FleetVendorServiceCenterQueryDTO as is, toFleetVendorServiceCenterPayload as it, newFleetVendorServiceCenterPayload as iu, findFleetVendorServiceCenter as iv, createFleetVendorServiceCenter as iw, updateFleetVendorServiceCenter as ix, deleteFleetVendorServiceCenter as iy, getFleetVendorServiceCenterCacheSimple as iz, MasterMainIndustrySchema as j, vendor_dashboard as j$, type FleetVendorAddress as j0, type FleetVendorBankAccount as j1, type FleetVendorContactPersons as j2, type FleetVendorReview as j3, type FleetVendorDocument as j4, type FleetVendorDocumentFile as j5, FleetVendorLogoSchema as j6, type FleetVendorLogoDTO as j7, FleetVendorSchema as j8, type FleetVendorDTO as j9, FleetVendorDocumentQuerySchema as jA, type FleetVendorDocumentQueryDTO as jB, toFleetVendorPayload as jC, newFleetVendorPayload as jD, toFleetVendorAddressPayload as jE, newFleetVendorAddressPayload as jF, toFleetVendorBankAccountPayload as jG, newFleetVendorBankAccountPayload as jH, toFleetVendorContactPersonsPayload as jI, newFleetVendorContactPersonsPayload as jJ, toFleetVendorReviewPayload as jK, newFleetVendorReviewPayload as jL, toFleetVendorDocumentPayload as jM, newFleetVendorDocumentPayload as jN, get_vendor_logo_presigned_url as jO, get_vendor_contact_person_logo_presigned_url as jP, get_vendor_document_file_presigned_url as jQ, update_vendor_logo as jR, delete_vendor_logo as jS, updateFleetVendorContactPersonsLogo as jT, deleteFleetVendorContactPersonsLogo as jU, create_vendor_document_file as jV, remove_vendor_document_file as jW, findFleetVendor as jX, createFleetVendor as jY, updateFleetVendor as jZ, deleteFleetVendor as j_, FleetVendorQuerySchema as ja, type FleetVendorQueryDTO as jb, FleetVendorDashBoardQuerySchema as jc, type FleetVendorDashBoardQueryDTO as jd, FleetVendorAddressSchema as je, type FleetVendorAddressDTO as jf, FleetVendorAddressQuerySchema as jg, type FleetVendorAddressQueryDTO as jh, FleetVendorBankAccountSchema as ji, type FleetVendorBankAccountDTO as jj, FleetVendorBankAccountQuerySchema as jk, type FleetVendorBankAccountQueryDTO as jl, FleetVendorContactPersonsLogoSchema as jm, type FleetVendorContactPersonsLogoDTO as jn, FleetVendorContactPersonsSchema as jo, type FleetVendorContactPersonsDTO as jp, FleetVendorContactPersonsQuerySchema as jq, type FleetVendorContactPersonsQueryDTO as jr, FleetVendorReviewSchema as js, type FleetVendorReviewDTO as jt, FleetVendorReviewQuerySchema as ju, type FleetVendorReviewQueryDTO as jv, FleetVendorDocumentFileSchema as jw, type FleetVendorDocumentFileDTO as jx, FleetVendorDocumentSchema as jy, type FleetVendorDocumentDTO as jz, type MasterMainIndustryDTO as k, type VehicleDocumentQueryDTO as k$, createFleetVendorAddress as k0, findFleetVendorAddress as k1, updateFleetVendorAddress as k2, deleteFleetVendorAddress as k3, createFleetVendorBankAccount as k4, findFleetVendorBankAccount as k5, updateFleetVendorBankAccount as k6, deleteFleetVendorBankAccount as k7, createFleetVendorContactPersons as k8, findFleetVendorContactPersons as k9, VehicleSchema as kA, type VehicleDTO as kB, VehicleBulkSchema as kC, type VehicleBulkDTO as kD, MasterDeviceFileSchema as kE, type MasterDeviceFileDTO as kF, VehicleDeviceLinkSchema as kG, type VehicleDeviceLinkDTO as kH, VehicleDeviceUnlinkSchema as kI, type VehicleDeviceUnlinkDTO as kJ, VehicleDriverLinkSchema as kK, type VehicleDriverLinkDTO as kL, VehicleDetailGPSSensorSchema as kM, type VehicleDetailGPSSensorDTO as kN, VehicleDetailTripSchema as kO, type VehicleDetailTripDTO as kP, VehicleDetailBodySchema as kQ, type VehicleDetailBodyDTO as kR, VehicleDetailLifeCycleSchema as kS, type VehicleDetailLifeCycleDto as kT, VehicleDetailPurchaseSchema as kU, type VehicleDetailPurchaseDTO as kV, VehicleDocumentFileSchema as kW, type VehicleDocumentFileDTO as kX, VehicleDocumentSchema as kY, type VehicleDocumentDTO as kZ, VehicleDocumentQuerySchema as k_, updateFleetVendorContactPersons as ka, deleteFleetVendorContactPersons as kb, createFleetVendorReview as kc, findFleetVendorReview as kd, updateFleetVendorReview as ke, deleteFleetVendorReview as kf, createFleetVendorDocument as kg, findFleetVendorDocument as kh, updateFleetVendorDocument as ki, deleteFleetVendorDocument as kj, getFleetVendorCacheSimple as kk, type MasterVehicleDropdown as kl, type MasterVehicleFile as km, type VehicleDetailGPS as kn, type VehicleDetailTrip as ko, type VehicleDetailBody as kp, type VehicleDetailLifeCycle as kq, type VehicleDetailPurchase as kr, type VehicleDocument as ks, type VehicleDocumentFile as kt, type VehicleDocumentExpiry as ku, type VehicleOdometerHistory as kv, MasterVehicleFileSchema as kw, type MasterVehicleFileDTO as kx, CalibrationFileSchema as ky, type CalibrationFileDTO as kz, MasterMainIndustryQuerySchema as l, getVehicleSimpleDropdownCacheLiveData as l$, VehicleDocumentExpirySchema as l0, type VehicleDocumentExpiryDTO as l1, VehicleDocumentExpiryQuerySchema as l2, type VehicleDocumentExpiryQueryDTO as l3, VehicleQuerySchema as l4, type VehicleQueryDTO as l5, SimpleFindQuerySchema as l6, type SimpleFindQueryDTO as l7, VehicleGPSQuerySchema as l8, type VehicleGPSQueryDTO as l9, updateVehicle as lA, deleteVehicle as lB, updateDetailsGpsSensor as lC, updateDetailsTrip as lD, updateVehicleBodyDetails as lE, updateVehicleLifeCycleDetails as lF, updateVehiclePurchaseDetails as lG, linkDriverToVehicle as lH, unlinkDriverFromVehicle as lI, getDriverLinkHistoryByVehicle as lJ, getDriverLinkHistoryByDriver as lK, linkDeviceToVehicle as lL, unlinkDeviceFromVehicle as lM, getDeviceLinkHistoryByVehicle as lN, getDeviceLinkHistoryByDevice as lO, createVehicleDocument as lP, findVehicleDocument as lQ, updateVehicleDocument as lR, removeVehicleDocument as lS, createVehicleDocumentExpiry as lT, findVehicleDocumentExpiry as lU, updateVehicleDocumentExpiry as lV, removeVehicleDocumentExpiry as lW, getVehicleCache as lX, getVehicleSimpleCache as lY, getVehicleParentCache as lZ, getVehicleSimpleDropdownCustom as l_, toVehiclePayload as la, newVehiclePayload as lb, toVehicleDetailsGPSPayload as lc, toVehicleDetailsTripPayload as ld, toVehicleDetailsBodyPayload as le, toVehicleDetailLifeCyclePayload as lf, toVehicleDetailPurchasePayload as lg, toVehicleDocumentPayload as lh, newVehicleDocumentPayload as li, toVehicleDocumentExpiryPayload as lj, newVehicleDocumentExpiryPayload as lk, get_vehicle_file_presigned_url as ll, get_device_file_presigned_url as lm, get_vehicle_document_file_presigned_url as ln, createFileVehicle as lo, remove_file_vehicle as lp, create_file_device as lq, remove_file_device as lr, create_file_vehicle_document as ls, removeFileVehicleDocument as lt, update_calibration_file as lu, delete_calibration_file as lv, findVehicles as lw, findVehiclesLiveDashboard as lx, findVehicleGPSDetails as ly, createVehicle as lz, type MasterMainIndustryQueryDTO as m, type UserOrganisationSimple as m0, UserOrganisationSchema as m1, type UserOrganisationDTO as m2, UserOrganisationQuerySchema as m3, type UserOrganisationQueryDTO as m4, UserOrganisationLogoSchema as m5, type UserOrganisationLogoDTO as m6, toUserOrganisationPayload as m7, newUserOrganisationPayload as m8, findUserOrganisation as m9, createUserOrganisation as ma, updateUserOrganisation as mb, deleteUserOrganisation as mc, updateUserOrganisationLogo as md, deleteUserOrganisationLogo as me, get_user_organisation_presigned_url as mf, getUserOrganisationCache as mg, getUserOrganisationCacheSimple as mh, newMasterMainIndustryPayload as n, findMasterMainIndustrys as o, createMasterMainIndustry as p, deleteMasterMainIndustry as q, getMasterMainIndustryCache as r, type MasterMainCurrency as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencySchema as v, type MasterMainCurrencyDTO as w, MasterMainCurrencyQuerySchema as x, type MasterMainCurrencyQueryDTO as y, toMasterMainCurrencyPayload as z };
|
|
@@ -50,6 +50,7 @@ var FileType = /* @__PURE__ */ ((FileType2) => {
|
|
|
50
50
|
FileType2["Image"] = "Image";
|
|
51
51
|
FileType2["Video"] = "Video";
|
|
52
52
|
FileType2["PDF"] = "PDF";
|
|
53
|
+
FileType2["Excel"] = "Excel";
|
|
53
54
|
return FileType2;
|
|
54
55
|
})(FileType || {});
|
|
55
56
|
var YesNo = /* @__PURE__ */ ((YesNo2) => {
|
package/package.json
CHANGED