vms-nest-prisma-api-document 228.0.0 → 230.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 +12 -1
- package/dist/core/Enums.js +15 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +11 -11
- package/dist/services/account/notification_preferences.service.d.ts +18 -18
- package/dist/services/account/report_preferences.service.d.ts +7 -7
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +20 -20
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +34 -34
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +48 -48
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +71 -71
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +16 -0
- package/dist/services/fleet/{service_management/fleet_service_management_task_service.js → inspection_management/fleet_inspection_form_service.js} +46 -64
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +16 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.js +501 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +697 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.js +340 -0
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +2 -1
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +297 -23
- package/dist/services/fleet/service_management/fleet_service_management_service.js +174 -20
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +166 -0
- package/dist/services/fleet/service_management/fleet_service_schedule_service.js +338 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +3 -3
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +3 -3
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +8 -8
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -5
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/faq_service.d.ts +1 -1
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/package.json +1 -1
- package/dist/services/fleet/service_management/fleet_service_management_task_service.d.ts +0 -145
- package/dist/{user_organisation_service-4bBzFQBd.d.ts → user_organisation_service-KwfWBPXf.d.ts} +47 -47
package/dist/{user_organisation_service-4bBzFQBd.d.ts → user_organisation_service-KwfWBPXf.d.ts}
RENAMED
|
@@ -1780,7 +1780,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1780
1780
|
is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
1781
1781
|
}, "strip", z.ZodTypeAny, {
|
|
1782
1782
|
status: Status[];
|
|
1783
|
-
vehicle_ids: string[];
|
|
1784
1783
|
search: string;
|
|
1785
1784
|
paging: PAGING;
|
|
1786
1785
|
page_count: number;
|
|
@@ -1809,12 +1808,12 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1809
1808
|
can_login: YesNo[];
|
|
1810
1809
|
driver_type: DriverType[];
|
|
1811
1810
|
is_vehicle_assigned: YesNo[];
|
|
1811
|
+
vehicle_ids: string[];
|
|
1812
1812
|
driver_ids: string[];
|
|
1813
1813
|
}, {
|
|
1814
1814
|
date_format_id: string;
|
|
1815
1815
|
time_zone_id: string;
|
|
1816
1816
|
status?: Status[] | undefined;
|
|
1817
|
-
vehicle_ids?: string[] | undefined;
|
|
1818
1817
|
search?: string | undefined;
|
|
1819
1818
|
paging?: PAGING | undefined;
|
|
1820
1819
|
page_count?: unknown;
|
|
@@ -1841,6 +1840,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1841
1840
|
can_login?: YesNo[] | undefined;
|
|
1842
1841
|
driver_type?: DriverType[] | undefined;
|
|
1843
1842
|
is_vehicle_assigned?: YesNo[] | undefined;
|
|
1843
|
+
vehicle_ids?: string[] | undefined;
|
|
1844
1844
|
driver_ids?: string[] | undefined;
|
|
1845
1845
|
}>;
|
|
1846
1846
|
type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
|
|
@@ -2665,7 +2665,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2665
2665
|
device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
|
|
2666
2666
|
}, "strip", z.ZodTypeAny, {
|
|
2667
2667
|
status: Status[];
|
|
2668
|
-
vehicle_ids: string[];
|
|
2669
2668
|
search: string;
|
|
2670
2669
|
paging: PAGING;
|
|
2671
2670
|
page_count: number;
|
|
@@ -2689,6 +2688,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2689
2688
|
organisation_ids: string[];
|
|
2690
2689
|
country_ids: string[];
|
|
2691
2690
|
time_zone_ids: string[];
|
|
2691
|
+
vehicle_ids: string[];
|
|
2692
2692
|
device_manufacturer_ids: string[];
|
|
2693
2693
|
device_model_ids: string[];
|
|
2694
2694
|
device_type_ids: string[];
|
|
@@ -2700,7 +2700,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2700
2700
|
date_format_id: string;
|
|
2701
2701
|
time_zone_id: string;
|
|
2702
2702
|
status?: Status[] | undefined;
|
|
2703
|
-
vehicle_ids?: string[] | undefined;
|
|
2704
2703
|
search?: string | undefined;
|
|
2705
2704
|
paging?: PAGING | undefined;
|
|
2706
2705
|
page_count?: unknown;
|
|
@@ -2722,6 +2721,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2722
2721
|
organisation_ids?: string[] | undefined;
|
|
2723
2722
|
country_ids?: string[] | undefined;
|
|
2724
2723
|
time_zone_ids?: string[] | undefined;
|
|
2724
|
+
vehicle_ids?: string[] | undefined;
|
|
2725
2725
|
device_manufacturer_ids?: string[] | undefined;
|
|
2726
2726
|
device_model_ids?: string[] | undefined;
|
|
2727
2727
|
device_type_ids?: string[] | undefined;
|
|
@@ -2784,17 +2784,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
|
|
|
2784
2784
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2785
2785
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2786
2786
|
}, "strip", z.ZodTypeAny, {
|
|
2787
|
+
group_name: string;
|
|
2787
2788
|
status: Status;
|
|
2788
2789
|
organisation_id: string;
|
|
2789
|
-
vehicle_ids: string[];
|
|
2790
2790
|
description: string;
|
|
2791
|
-
|
|
2791
|
+
vehicle_ids: string[];
|
|
2792
2792
|
}, {
|
|
2793
|
+
group_name: string;
|
|
2793
2794
|
status: Status;
|
|
2794
2795
|
organisation_id: string;
|
|
2795
|
-
group_name: string;
|
|
2796
|
-
vehicle_ids?: string[] | undefined;
|
|
2797
2796
|
description?: string | undefined;
|
|
2797
|
+
vehicle_ids?: string[] | undefined;
|
|
2798
2798
|
}>;
|
|
2799
2799
|
type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
|
|
2800
2800
|
declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
@@ -2833,7 +2833,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2833
2833
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2834
2834
|
}, "strip", z.ZodTypeAny, {
|
|
2835
2835
|
status: Status[];
|
|
2836
|
-
vehicle_ids: string[];
|
|
2837
2836
|
search: string;
|
|
2838
2837
|
paging: PAGING;
|
|
2839
2838
|
page_count: number;
|
|
@@ -2855,12 +2854,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2855
2854
|
date_format_id: string;
|
|
2856
2855
|
time_zone_id: string;
|
|
2857
2856
|
organisation_ids: string[];
|
|
2857
|
+
vehicle_ids: string[];
|
|
2858
2858
|
organisation_group_ids: string[];
|
|
2859
2859
|
}, {
|
|
2860
2860
|
date_format_id: string;
|
|
2861
2861
|
time_zone_id: string;
|
|
2862
2862
|
status?: Status[] | undefined;
|
|
2863
|
-
vehicle_ids?: string[] | undefined;
|
|
2864
2863
|
search?: string | undefined;
|
|
2865
2864
|
paging?: PAGING | undefined;
|
|
2866
2865
|
page_count?: unknown;
|
|
@@ -2880,6 +2879,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2880
2879
|
}[] | undefined;
|
|
2881
2880
|
include_master_data?: YesNo | undefined;
|
|
2882
2881
|
organisation_ids?: string[] | undefined;
|
|
2882
|
+
vehicle_ids?: string[] | undefined;
|
|
2883
2883
|
organisation_group_ids?: string[] | undefined;
|
|
2884
2884
|
}>;
|
|
2885
2885
|
type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
|
|
@@ -3561,8 +3561,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
3561
3561
|
}, "strip", z.ZodTypeAny, {
|
|
3562
3562
|
status: Status;
|
|
3563
3563
|
organisation_id: string;
|
|
3564
|
-
vehicle_type: string;
|
|
3565
3564
|
description: string;
|
|
3565
|
+
vehicle_type: string;
|
|
3566
3566
|
}, {
|
|
3567
3567
|
status: Status;
|
|
3568
3568
|
organisation_id: string;
|
|
@@ -5003,14 +5003,13 @@ declare const UserSchema: z.ZodObject<{
|
|
|
5003
5003
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5004
5004
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5005
5005
|
}, "strip", z.ZodTypeAny, {
|
|
5006
|
-
all_vehicles: YesNo;
|
|
5007
5006
|
status: Status;
|
|
5008
5007
|
organisation_id: string;
|
|
5009
|
-
vehicle_ids: string[];
|
|
5010
5008
|
date_format_id: string;
|
|
5011
5009
|
time_zone_id: string;
|
|
5012
5010
|
password: string;
|
|
5013
5011
|
can_login: YesNo;
|
|
5012
|
+
vehicle_ids: string[];
|
|
5014
5013
|
user_role_id: string;
|
|
5015
5014
|
user_status_id: string;
|
|
5016
5015
|
language_id: string;
|
|
@@ -5020,11 +5019,11 @@ declare const UserSchema: z.ZodObject<{
|
|
|
5020
5019
|
username: string;
|
|
5021
5020
|
mobile: string;
|
|
5022
5021
|
is_root_user: YesNo;
|
|
5022
|
+
all_vehicles: YesNo;
|
|
5023
5023
|
user_image_url: string;
|
|
5024
5024
|
user_image_key: string;
|
|
5025
5025
|
user_image_name: string;
|
|
5026
5026
|
}, {
|
|
5027
|
-
all_vehicles: YesNo;
|
|
5028
5027
|
status: Status;
|
|
5029
5028
|
organisation_id: string;
|
|
5030
5029
|
date_format_id: string;
|
|
@@ -5036,8 +5035,9 @@ declare const UserSchema: z.ZodObject<{
|
|
|
5036
5035
|
first_name: string;
|
|
5037
5036
|
email: string;
|
|
5038
5037
|
is_root_user: YesNo;
|
|
5039
|
-
|
|
5038
|
+
all_vehicles: YesNo;
|
|
5040
5039
|
password?: string | undefined;
|
|
5040
|
+
vehicle_ids?: string[] | undefined;
|
|
5041
5041
|
last_name?: string | undefined;
|
|
5042
5042
|
username?: string | undefined;
|
|
5043
5043
|
mobile?: string | undefined;
|
|
@@ -5088,9 +5088,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5088
5088
|
is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5089
5089
|
all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5090
5090
|
}, "strip", z.ZodTypeAny, {
|
|
5091
|
-
all_vehicles: YesNo[];
|
|
5092
5091
|
status: Status[];
|
|
5093
|
-
user_ids: string[];
|
|
5094
5092
|
search: string;
|
|
5095
5093
|
paging: PAGING;
|
|
5096
5094
|
page_count: number;
|
|
@@ -5112,6 +5110,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5112
5110
|
date_format_id: string;
|
|
5113
5111
|
time_zone_id: string;
|
|
5114
5112
|
organisation_ids: string[];
|
|
5113
|
+
user_ids: string[];
|
|
5115
5114
|
time_zone_ids: string[];
|
|
5116
5115
|
date_format_ids: string[];
|
|
5117
5116
|
can_login: YesNo[];
|
|
@@ -5119,12 +5118,11 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5119
5118
|
user_status_ids: string[];
|
|
5120
5119
|
language_ids: string[];
|
|
5121
5120
|
is_root_user: YesNo[];
|
|
5121
|
+
all_vehicles: YesNo[];
|
|
5122
5122
|
}, {
|
|
5123
5123
|
date_format_id: string;
|
|
5124
5124
|
time_zone_id: string;
|
|
5125
|
-
all_vehicles?: YesNo[] | undefined;
|
|
5126
5125
|
status?: Status[] | undefined;
|
|
5127
|
-
user_ids?: string[] | undefined;
|
|
5128
5126
|
search?: string | undefined;
|
|
5129
5127
|
paging?: PAGING | undefined;
|
|
5130
5128
|
page_count?: unknown;
|
|
@@ -5144,6 +5142,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5144
5142
|
}[] | undefined;
|
|
5145
5143
|
include_master_data?: YesNo | undefined;
|
|
5146
5144
|
organisation_ids?: string[] | undefined;
|
|
5145
|
+
user_ids?: string[] | undefined;
|
|
5147
5146
|
time_zone_ids?: string[] | undefined;
|
|
5148
5147
|
date_format_ids?: string[] | undefined;
|
|
5149
5148
|
can_login?: YesNo[] | undefined;
|
|
@@ -5151,6 +5150,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5151
5150
|
user_status_ids?: string[] | undefined;
|
|
5152
5151
|
language_ids?: string[] | undefined;
|
|
5153
5152
|
is_root_user?: YesNo[] | undefined;
|
|
5153
|
+
all_vehicles?: YesNo[] | undefined;
|
|
5154
5154
|
}>;
|
|
5155
5155
|
type UserQueryDTO = z.infer<typeof UserQuerySchema>;
|
|
5156
5156
|
declare const UserLogoSchema: z.ZodObject<{
|
|
@@ -7078,7 +7078,6 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
|
|
|
7078
7078
|
user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7079
7079
|
}, "strip", z.ZodTypeAny, {
|
|
7080
7080
|
status: Status[];
|
|
7081
|
-
user_ids: string[];
|
|
7082
7081
|
search: string;
|
|
7083
7082
|
paging: PAGING;
|
|
7084
7083
|
page_count: number;
|
|
@@ -7100,13 +7099,13 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
|
|
|
7100
7099
|
date_format_id: string;
|
|
7101
7100
|
time_zone_id: string;
|
|
7102
7101
|
organisation_ids: string[];
|
|
7102
|
+
user_ids: string[];
|
|
7103
7103
|
vendor_ids: string[];
|
|
7104
7104
|
vendor_review_ids: string[];
|
|
7105
7105
|
}, {
|
|
7106
7106
|
date_format_id: string;
|
|
7107
7107
|
time_zone_id: string;
|
|
7108
7108
|
status?: Status[] | undefined;
|
|
7109
|
-
user_ids?: string[] | undefined;
|
|
7110
7109
|
search?: string | undefined;
|
|
7111
7110
|
paging?: PAGING | undefined;
|
|
7112
7111
|
page_count?: unknown;
|
|
@@ -7126,6 +7125,7 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
|
|
|
7126
7125
|
}[] | undefined;
|
|
7127
7126
|
include_master_data?: YesNo | undefined;
|
|
7128
7127
|
organisation_ids?: string[] | undefined;
|
|
7128
|
+
user_ids?: string[] | undefined;
|
|
7129
7129
|
vendor_ids?: string[] | undefined;
|
|
7130
7130
|
vendor_review_ids?: string[] | undefined;
|
|
7131
7131
|
}>;
|
|
@@ -7312,7 +7312,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7312
7312
|
document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7313
7313
|
}, "strip", z.ZodTypeAny, {
|
|
7314
7314
|
status: Status[];
|
|
7315
|
-
user_ids: string[];
|
|
7316
7315
|
search: string;
|
|
7317
7316
|
paging: PAGING;
|
|
7318
7317
|
page_count: number;
|
|
@@ -7334,6 +7333,7 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7334
7333
|
date_format_id: string;
|
|
7335
7334
|
time_zone_id: string;
|
|
7336
7335
|
organisation_ids: string[];
|
|
7336
|
+
user_ids: string[];
|
|
7337
7337
|
document_type_ids: string[];
|
|
7338
7338
|
vendor_ids: string[];
|
|
7339
7339
|
fleet_vendor_document_ids: string[];
|
|
@@ -7341,7 +7341,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7341
7341
|
date_format_id: string;
|
|
7342
7342
|
time_zone_id: string;
|
|
7343
7343
|
status?: Status[] | undefined;
|
|
7344
|
-
user_ids?: string[] | undefined;
|
|
7345
7344
|
search?: string | undefined;
|
|
7346
7345
|
paging?: PAGING | undefined;
|
|
7347
7346
|
page_count?: unknown;
|
|
@@ -7361,6 +7360,7 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7361
7360
|
}[] | undefined;
|
|
7362
7361
|
include_master_data?: YesNo | undefined;
|
|
7363
7362
|
organisation_ids?: string[] | undefined;
|
|
7363
|
+
user_ids?: string[] | undefined;
|
|
7364
7364
|
document_type_ids?: string[] | undefined;
|
|
7365
7365
|
vendor_ids?: string[] | undefined;
|
|
7366
7366
|
fleet_vendor_document_ids?: string[] | undefined;
|
|
@@ -7982,7 +7982,6 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
7982
7982
|
}, "strip", z.ZodTypeAny, {
|
|
7983
7983
|
status: Status;
|
|
7984
7984
|
organisation_id: string;
|
|
7985
|
-
vehicle_id: string;
|
|
7986
7985
|
usage_type: string;
|
|
7987
7986
|
file_type: FileType;
|
|
7988
7987
|
file_url: string;
|
|
@@ -7991,12 +7990,13 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
7991
7990
|
file_description: string;
|
|
7992
7991
|
file_size: number;
|
|
7993
7992
|
file_metadata: Record<string, any>;
|
|
7993
|
+
vehicle_id: string;
|
|
7994
7994
|
}, {
|
|
7995
7995
|
status: Status;
|
|
7996
7996
|
organisation_id: string;
|
|
7997
|
-
vehicle_id: string;
|
|
7998
7997
|
usage_type: string;
|
|
7999
7998
|
file_type: FileType;
|
|
7999
|
+
vehicle_id: string;
|
|
8000
8000
|
file_url?: string | undefined;
|
|
8001
8001
|
file_key?: string | undefined;
|
|
8002
8002
|
file_name?: string | undefined;
|
|
@@ -8056,7 +8056,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8056
8056
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
8057
8057
|
status: Status;
|
|
8058
8058
|
organisation_id: string;
|
|
8059
|
-
vehicle_id: string;
|
|
8060
8059
|
usage_type: string;
|
|
8061
8060
|
file_type: FileType;
|
|
8062
8061
|
file_url: string;
|
|
@@ -8065,12 +8064,13 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8065
8064
|
file_description: string;
|
|
8066
8065
|
file_size: number;
|
|
8067
8066
|
file_metadata: Record<string, any>;
|
|
8067
|
+
vehicle_id: string;
|
|
8068
8068
|
}, {
|
|
8069
8069
|
status: Status;
|
|
8070
8070
|
organisation_id: string;
|
|
8071
|
-
vehicle_id: string;
|
|
8072
8071
|
usage_type: string;
|
|
8073
8072
|
file_type: FileType;
|
|
8073
|
+
vehicle_id: string;
|
|
8074
8074
|
file_url?: string | undefined;
|
|
8075
8075
|
file_key?: string | undefined;
|
|
8076
8076
|
file_name?: string | undefined;
|
|
@@ -8081,7 +8081,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8081
8081
|
}, "strip", z.ZodTypeAny, {
|
|
8082
8082
|
status: Status;
|
|
8083
8083
|
organisation_id: string;
|
|
8084
|
-
vehicle_number: string;
|
|
8085
8084
|
organisation_sub_company_id: string;
|
|
8086
8085
|
organisation_branch_id: string;
|
|
8087
8086
|
organisation_color_id: string;
|
|
@@ -8096,6 +8095,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8096
8095
|
vehicle_fuel_type_id: string;
|
|
8097
8096
|
vehicle_associated_to_id: string;
|
|
8098
8097
|
vehicle_fuel_unit_id: string;
|
|
8098
|
+
vehicle_number: string;
|
|
8099
8099
|
vehicle_name: string;
|
|
8100
8100
|
engine_number: string;
|
|
8101
8101
|
chassis_number: string;
|
|
@@ -8116,7 +8116,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8116
8116
|
MasterVehicleFileSchema: {
|
|
8117
8117
|
status: Status;
|
|
8118
8118
|
organisation_id: string;
|
|
8119
|
-
vehicle_id: string;
|
|
8120
8119
|
usage_type: string;
|
|
8121
8120
|
file_type: FileType;
|
|
8122
8121
|
file_url: string;
|
|
@@ -8125,11 +8124,11 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8125
8124
|
file_description: string;
|
|
8126
8125
|
file_size: number;
|
|
8127
8126
|
file_metadata: Record<string, any>;
|
|
8127
|
+
vehicle_id: string;
|
|
8128
8128
|
}[];
|
|
8129
8129
|
}, {
|
|
8130
8130
|
status: Status;
|
|
8131
8131
|
organisation_id: string;
|
|
8132
|
-
vehicle_number: string;
|
|
8133
8132
|
organisation_sub_company_id: string;
|
|
8134
8133
|
organisation_branch_id: string;
|
|
8135
8134
|
organisation_color_id: string;
|
|
@@ -8143,6 +8142,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8143
8142
|
vehicle_fuel_type_id: string;
|
|
8144
8143
|
vehicle_associated_to_id: string;
|
|
8145
8144
|
vehicle_fuel_unit_id: string;
|
|
8145
|
+
vehicle_number: string;
|
|
8146
8146
|
is_fleet_active: YesNo;
|
|
8147
8147
|
is_gps_active: YesNo;
|
|
8148
8148
|
is_trip_active: YesNo;
|
|
@@ -8164,9 +8164,9 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8164
8164
|
MasterVehicleFileSchema?: {
|
|
8165
8165
|
status: Status;
|
|
8166
8166
|
organisation_id: string;
|
|
8167
|
-
vehicle_id: string;
|
|
8168
8167
|
usage_type: string;
|
|
8169
8168
|
file_type: FileType;
|
|
8169
|
+
vehicle_id: string;
|
|
8170
8170
|
file_url?: string | undefined;
|
|
8171
8171
|
file_key?: string | undefined;
|
|
8172
8172
|
file_name?: string | undefined;
|
|
@@ -8204,13 +8204,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
8204
8204
|
}, "strip", z.ZodTypeAny, {
|
|
8205
8205
|
status: Status;
|
|
8206
8206
|
organisation_id: string;
|
|
8207
|
-
vehicle_number: string;
|
|
8208
8207
|
time_zone_id: string;
|
|
8209
8208
|
country_id: string;
|
|
8210
8209
|
device_type_id: string;
|
|
8211
8210
|
device_manufacturer_id: string;
|
|
8212
8211
|
device_model_id: string;
|
|
8213
8212
|
vehicle_type_id: string;
|
|
8213
|
+
vehicle_number: string;
|
|
8214
8214
|
vehicle_name: string;
|
|
8215
8215
|
engine_number: string;
|
|
8216
8216
|
chassis_number: string;
|
|
@@ -8229,13 +8229,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
8229
8229
|
}, {
|
|
8230
8230
|
status: Status;
|
|
8231
8231
|
organisation_id: string;
|
|
8232
|
-
vehicle_number: string;
|
|
8233
8232
|
time_zone_id: string;
|
|
8234
8233
|
country_id: string;
|
|
8235
8234
|
device_type_id: string;
|
|
8236
8235
|
device_manufacturer_id: string;
|
|
8237
8236
|
device_model_id: string;
|
|
8238
8237
|
vehicle_type_id: string;
|
|
8238
|
+
vehicle_number: string;
|
|
8239
8239
|
is_fleet_active: YesNo;
|
|
8240
8240
|
is_gps_active: YesNo;
|
|
8241
8241
|
is_trip_active: YesNo;
|
|
@@ -8360,9 +8360,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
8360
8360
|
}>, "many">>>;
|
|
8361
8361
|
}, "strip", z.ZodTypeAny, {
|
|
8362
8362
|
organisation_id: string;
|
|
8363
|
-
vehicle_id: string;
|
|
8364
8363
|
time_zone_id: string;
|
|
8365
8364
|
country_id: string;
|
|
8365
|
+
vehicle_id: string;
|
|
8366
8366
|
device_id: string;
|
|
8367
8367
|
device_type_id: string;
|
|
8368
8368
|
device_manufacturer_id: string;
|
|
@@ -8401,9 +8401,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
8401
8401
|
}[];
|
|
8402
8402
|
}, {
|
|
8403
8403
|
organisation_id: string;
|
|
8404
|
-
vehicle_id: string;
|
|
8405
8404
|
time_zone_id: string;
|
|
8406
8405
|
country_id: string;
|
|
8406
|
+
vehicle_id: string;
|
|
8407
8407
|
device_id: string;
|
|
8408
8408
|
device_type_id: string;
|
|
8409
8409
|
device_manufacturer_id: string;
|
|
@@ -8462,12 +8462,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
|
|
|
8462
8462
|
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
8463
8463
|
}, "strip", z.ZodTypeAny, {
|
|
8464
8464
|
organisation_id: string;
|
|
8465
|
-
vehicle_id: string;
|
|
8466
8465
|
driver_id: string;
|
|
8466
|
+
vehicle_id: string;
|
|
8467
8467
|
}, {
|
|
8468
8468
|
organisation_id: string;
|
|
8469
|
-
vehicle_id: string;
|
|
8470
8469
|
driver_id: string;
|
|
8470
|
+
vehicle_id: string;
|
|
8471
8471
|
}>;
|
|
8472
8472
|
type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
|
|
8473
8473
|
declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
@@ -8980,8 +8980,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
8980
8980
|
}, "strip", z.ZodTypeAny, {
|
|
8981
8981
|
status: Status;
|
|
8982
8982
|
organisation_id: string;
|
|
8983
|
-
vehicle_id: string;
|
|
8984
8983
|
time_zone_id: string;
|
|
8984
|
+
vehicle_id: string;
|
|
8985
8985
|
document_type_id: string;
|
|
8986
8986
|
vendor_id: string;
|
|
8987
8987
|
document_number: string;
|
|
@@ -9014,8 +9014,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
9014
9014
|
}, {
|
|
9015
9015
|
status: Status;
|
|
9016
9016
|
organisation_id: string;
|
|
9017
|
-
vehicle_id: string;
|
|
9018
9017
|
time_zone_id: string;
|
|
9018
|
+
vehicle_id: string;
|
|
9019
9019
|
document_type_id: string;
|
|
9020
9020
|
vendor_id: string;
|
|
9021
9021
|
document_validity_status: DocumentValidityStatus;
|
|
@@ -9085,7 +9085,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
9085
9085
|
vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9086
9086
|
}, "strip", z.ZodTypeAny, {
|
|
9087
9087
|
status: Status[];
|
|
9088
|
-
vehicle_ids: string[];
|
|
9089
9088
|
search: string;
|
|
9090
9089
|
paging: PAGING;
|
|
9091
9090
|
page_count: number;
|
|
@@ -9107,6 +9106,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
9107
9106
|
date_format_id: string;
|
|
9108
9107
|
time_zone_id: string;
|
|
9109
9108
|
organisation_ids: string[];
|
|
9109
|
+
vehicle_ids: string[];
|
|
9110
9110
|
document_type_ids: string[];
|
|
9111
9111
|
vendor_ids: string[];
|
|
9112
9112
|
vehicle_document_ids: string[];
|
|
@@ -9114,7 +9114,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
9114
9114
|
date_format_id: string;
|
|
9115
9115
|
time_zone_id: string;
|
|
9116
9116
|
status?: Status[] | undefined;
|
|
9117
|
-
vehicle_ids?: string[] | undefined;
|
|
9118
9117
|
search?: string | undefined;
|
|
9119
9118
|
paging?: PAGING | undefined;
|
|
9120
9119
|
page_count?: unknown;
|
|
@@ -9134,6 +9133,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
9134
9133
|
}[] | undefined;
|
|
9135
9134
|
include_master_data?: YesNo | undefined;
|
|
9136
9135
|
organisation_ids?: string[] | undefined;
|
|
9136
|
+
vehicle_ids?: string[] | undefined;
|
|
9137
9137
|
document_type_ids?: string[] | undefined;
|
|
9138
9138
|
vendor_ids?: string[] | undefined;
|
|
9139
9139
|
vehicle_document_ids?: string[] | undefined;
|
|
@@ -9197,7 +9197,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
9197
9197
|
expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
|
|
9198
9198
|
}, "strip", z.ZodTypeAny, {
|
|
9199
9199
|
status: Status[];
|
|
9200
|
-
vehicle_ids: string[];
|
|
9201
9200
|
search: string;
|
|
9202
9201
|
paging: PAGING;
|
|
9203
9202
|
page_count: number;
|
|
@@ -9219,6 +9218,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
9219
9218
|
date_format_id: string;
|
|
9220
9219
|
time_zone_id: string;
|
|
9221
9220
|
organisation_ids: string[];
|
|
9221
|
+
vehicle_ids: string[];
|
|
9222
9222
|
expiry_type: ExpiryType[];
|
|
9223
9223
|
vehicle_document_ids: string[];
|
|
9224
9224
|
document_expiry_ids: string[];
|
|
@@ -9226,7 +9226,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
9226
9226
|
date_format_id: string;
|
|
9227
9227
|
time_zone_id: string;
|
|
9228
9228
|
status?: Status[] | undefined;
|
|
9229
|
-
vehicle_ids?: string[] | undefined;
|
|
9230
9229
|
search?: string | undefined;
|
|
9231
9230
|
paging?: PAGING | undefined;
|
|
9232
9231
|
page_count?: unknown;
|
|
@@ -9246,6 +9245,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
9246
9245
|
}[] | undefined;
|
|
9247
9246
|
include_master_data?: YesNo | undefined;
|
|
9248
9247
|
organisation_ids?: string[] | undefined;
|
|
9248
|
+
vehicle_ids?: string[] | undefined;
|
|
9249
9249
|
expiry_type?: ExpiryType[] | undefined;
|
|
9250
9250
|
vehicle_document_ids?: string[] | undefined;
|
|
9251
9251
|
document_expiry_ids?: string[] | undefined;
|
|
@@ -9303,7 +9303,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
9303
9303
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9304
9304
|
}, "strip", z.ZodTypeAny, {
|
|
9305
9305
|
status: Status[];
|
|
9306
|
-
vehicle_ids: string[];
|
|
9307
9306
|
search: string;
|
|
9308
9307
|
paging: PAGING;
|
|
9309
9308
|
page_count: number;
|
|
@@ -9329,6 +9328,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
9329
9328
|
organisation_branch_ids: string[];
|
|
9330
9329
|
organisation_color_ids: string[];
|
|
9331
9330
|
organisation_tag_ids: string[];
|
|
9331
|
+
vehicle_ids: string[];
|
|
9332
9332
|
driver_ids: string[];
|
|
9333
9333
|
device_ids: string[];
|
|
9334
9334
|
vehicle_make_ids: string[];
|
|
@@ -9346,7 +9346,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
9346
9346
|
date_format_id: string;
|
|
9347
9347
|
time_zone_id: string;
|
|
9348
9348
|
status?: Status[] | undefined;
|
|
9349
|
-
vehicle_ids?: string[] | undefined;
|
|
9350
9349
|
search?: string | undefined;
|
|
9351
9350
|
paging?: PAGING | undefined;
|
|
9352
9351
|
page_count?: unknown;
|
|
@@ -9370,6 +9369,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
9370
9369
|
organisation_branch_ids?: string[] | undefined;
|
|
9371
9370
|
organisation_color_ids?: string[] | undefined;
|
|
9372
9371
|
organisation_tag_ids?: string[] | undefined;
|
|
9372
|
+
vehicle_ids?: string[] | undefined;
|
|
9373
9373
|
driver_ids?: string[] | undefined;
|
|
9374
9374
|
device_ids?: string[] | undefined;
|
|
9375
9375
|
vehicle_make_ids?: string[] | undefined;
|
|
@@ -9501,7 +9501,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
9501
9501
|
}, "strip", z.ZodTypeAny, {
|
|
9502
9502
|
status: Status[];
|
|
9503
9503
|
organisation_id: string;
|
|
9504
|
-
vehicle_id: string;
|
|
9505
9504
|
search: string;
|
|
9506
9505
|
paging: PAGING;
|
|
9507
9506
|
page_count: number;
|
|
@@ -9522,11 +9521,12 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
9522
9521
|
include_master_data: YesNo;
|
|
9523
9522
|
date_format_id: string;
|
|
9524
9523
|
time_zone_id: string;
|
|
9524
|
+
vehicle_id: string;
|
|
9525
9525
|
}, {
|
|
9526
9526
|
organisation_id: string;
|
|
9527
|
-
vehicle_id: string;
|
|
9528
9527
|
date_format_id: string;
|
|
9529
9528
|
time_zone_id: string;
|
|
9529
|
+
vehicle_id: string;
|
|
9530
9530
|
status?: Status[] | undefined;
|
|
9531
9531
|
search?: string | undefined;
|
|
9532
9532
|
paging?: PAGING | undefined;
|