vms-nest-api-document 48.0.0 → 49.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 +5 -1
- package/dist/core/Enums.js +6 -0
- package/dist/{fasttag_details-DqEJ9ww8.d.ts → fasttag_details-Dqz6tgCT.d.ts} +18 -18
- package/dist/services/account/analytics/admin_login_analytics_service.d.ts +301 -0
- package/dist/services/account/analytics/admin_login_analytics_service.js +310 -0
- package/dist/services/account/analytics/driver_login_analytics_service.d.ts +333 -0
- package/dist/services/account/analytics/driver_login_analytics_service.js +319 -0
- package/dist/services/account/analytics/parent_login_analytics_service.d.ts +333 -0
- package/dist/services/account/analytics/parent_login_analytics_service.js +319 -0
- package/dist/services/account/analytics/student_login_analytics_service.d.ts +333 -0
- package/dist/services/account/analytics/student_login_analytics_service.js +317 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +271 -38
- package/dist/services/account/analytics/user_login_analytics_service.js +60 -44
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +187 -32
- package/dist/services/account/analytics/user_page_analytics_service.js +52 -40
- package/dist/services/account/analytics/user_report_analytics_service.d.ts +240 -0
- package/dist/services/account/analytics/user_report_analytics_service.js +317 -0
- package/dist/services/account/eway_bill_details.d.ts +10 -10
- package/dist/services/account/fasttag_details.d.ts +2 -2
- package/dist/services/account/fasttag_transactions.d.ts +2 -2
- package/dist/services/account/invoice_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/account/user_bookmark_service.d.ts +5 -474
- package/dist/services/core/external_api_push.service.d.ts +1 -1
- package/dist/services/core/external_api_share.service.d.ts +1 -1
- package/dist/services/core/external_api_sync.service.d.ts +1 -1
- package/dist/services/fleet/breakdown_management/breakdown_management_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/day_run_daily_schedule_api.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/day_run_special_schedule_api.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_daily_schedule.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_special_schedule.d.ts +1 -1
- package/dist/services/fleet/document_management/document_management_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
- package/dist/services/fleet/school_management/calendar_service.d.ts +1 -1
- package/dist/services/fleet/school_management/notice_board_service.d.ts +1 -1
- package/dist/services/fleet/school_management/student_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_service.d.ts +1 -1
- 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/fleet/workshop_management/fleet_workshop_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_lock_digital_door_log_service.d.ts +3 -3
- package/dist/services/gps/features/gps_lock_relay_log_service.d.ts +3 -3
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +18 -18
- package/dist/services/main/device/master_data_check_service.d.ts +3 -3
- package/dist/services/main/device/master_device_service.d.ts +4 -4
- package/dist/services/main/device/master_traccar_server_service.d.ts +4 -4
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/shared_vehicles.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/bookmark/master_bookmark_module_service.d.ts +7 -0
- package/dist/services/master/bookmark/master_bookmark_module_service.js +306 -0
- package/dist/services/master/bookmark/master_bookmark_page_service.d.ts +470 -0
- package/dist/services/{account/master_bookmark_service.js → master/bookmark/master_bookmark_page_service.js} +32 -121
- package/dist/services/master/bookmark/master_bookmark_sub_module_service.d.ts +7 -0
- package/dist/services/master/bookmark/master_bookmark_sub_module_service.js +316 -0
- 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/cache_reset/master_reset_cache_service.d.ts +2 -2
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +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_breakdown_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_part_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- 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_sim_provider_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_fleet_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 +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/exclusive_feature_access.d.ts +1 -1
- package/dist/services/website/request_demo.service.d.ts +4 -4
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/package.json +1 -1
- package/dist/services/account/master_bookmark_service.d.ts +0 -7
- package/dist/{user_organisation_service-CI0Qv4bg.d.ts → user_organisation_service-4_J4l-fj.d.ts} +245 -245
package/dist/{user_organisation_service-CI0Qv4bg.d.ts → user_organisation_service-4_J4l-fj.d.ts}
RENAMED
|
@@ -21,9 +21,9 @@ declare const MasterMainIndustrySchema: z.ZodObject<{
|
|
|
21
21
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
22
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
description: string;
|
|
24
25
|
status: Status;
|
|
25
26
|
industry_name: string;
|
|
26
|
-
description: string;
|
|
27
27
|
}, {
|
|
28
28
|
status: Status;
|
|
29
29
|
industry_name: string;
|
|
@@ -269,9 +269,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
|
|
|
269
269
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
270
270
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
271
271
|
}, "strip", z.ZodTypeAny, {
|
|
272
|
+
description: string;
|
|
272
273
|
status: Status;
|
|
273
274
|
organisation_id: string;
|
|
274
|
-
description: string;
|
|
275
275
|
user_role: string;
|
|
276
276
|
}, {
|
|
277
277
|
status: Status;
|
|
@@ -395,9 +395,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
|
|
|
395
395
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
396
396
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
397
397
|
}, "strip", z.ZodTypeAny, {
|
|
398
|
+
description: string;
|
|
398
399
|
status: Status;
|
|
399
400
|
organisation_id: string;
|
|
400
|
-
description: string;
|
|
401
401
|
user_status: string;
|
|
402
402
|
}, {
|
|
403
403
|
status: Status;
|
|
@@ -763,9 +763,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
|
|
|
763
763
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
764
764
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
765
765
|
}, "strip", z.ZodTypeAny, {
|
|
766
|
+
description: string;
|
|
766
767
|
status: Status;
|
|
767
768
|
organisation_id: string;
|
|
768
|
-
description: string;
|
|
769
769
|
logo_key: string;
|
|
770
770
|
logo_url: string;
|
|
771
771
|
logo_name: string;
|
|
@@ -921,9 +921,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
|
|
|
921
921
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
922
922
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
923
923
|
}, "strip", z.ZodTypeAny, {
|
|
924
|
+
description: string;
|
|
924
925
|
status: Status;
|
|
925
926
|
organisation_id: string;
|
|
926
|
-
description: string;
|
|
927
927
|
branch_name: string;
|
|
928
928
|
branch_city: string;
|
|
929
929
|
branch_address: string;
|
|
@@ -1056,9 +1056,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
|
|
|
1056
1056
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1057
1057
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1058
1058
|
}, "strip", z.ZodTypeAny, {
|
|
1059
|
+
description: string;
|
|
1059
1060
|
status: Status;
|
|
1060
1061
|
organisation_id: string;
|
|
1061
|
-
description: string;
|
|
1062
1062
|
color_name: string;
|
|
1063
1063
|
color_code: string;
|
|
1064
1064
|
}, {
|
|
@@ -1187,9 +1187,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
|
|
|
1187
1187
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1188
1188
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1189
1189
|
}, "strip", z.ZodTypeAny, {
|
|
1190
|
+
description: string;
|
|
1190
1191
|
status: Status;
|
|
1191
1192
|
organisation_id: string;
|
|
1192
|
-
description: string;
|
|
1193
1193
|
tag_name: string;
|
|
1194
1194
|
}, {
|
|
1195
1195
|
status: Status;
|
|
@@ -1347,7 +1347,7 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
|
|
|
1347
1347
|
}, "strip", z.ZodTypeAny, {
|
|
1348
1348
|
status: Status;
|
|
1349
1349
|
organisation_id: string;
|
|
1350
|
-
|
|
1350
|
+
user_id: string;
|
|
1351
1351
|
date: string;
|
|
1352
1352
|
total_km: number;
|
|
1353
1353
|
consumed_fuel_liters: number;
|
|
@@ -1359,14 +1359,14 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
|
|
|
1359
1359
|
removal_liters: number;
|
|
1360
1360
|
mileage_kmpl: number;
|
|
1361
1361
|
liters_per_100km: number;
|
|
1362
|
-
|
|
1362
|
+
vehicle_id: string;
|
|
1363
1363
|
driver_id: string;
|
|
1364
1364
|
}, {
|
|
1365
1365
|
status: Status;
|
|
1366
1366
|
organisation_id: string;
|
|
1367
|
-
vehicle_id: string;
|
|
1368
|
-
date: string;
|
|
1369
1367
|
user_id: string;
|
|
1368
|
+
date: string;
|
|
1369
|
+
vehicle_id: string;
|
|
1370
1370
|
driver_id: string;
|
|
1371
1371
|
total_km?: unknown;
|
|
1372
1372
|
consumed_fuel_liters?: unknown;
|
|
@@ -1443,9 +1443,9 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
|
|
|
1443
1443
|
date_format_id: string;
|
|
1444
1444
|
time_zone_id: string;
|
|
1445
1445
|
organisation_ids: string[];
|
|
1446
|
-
vehicle_ids: string[];
|
|
1447
|
-
fleet_fuel_daily_summary_ids: string[];
|
|
1448
1446
|
user_ids: string[];
|
|
1447
|
+
fleet_fuel_daily_summary_ids: string[];
|
|
1448
|
+
vehicle_ids: string[];
|
|
1449
1449
|
driver_ids: string[];
|
|
1450
1450
|
vehicle_summary: YesNo;
|
|
1451
1451
|
day_summary: YesNo;
|
|
@@ -1476,9 +1476,9 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
|
|
|
1476
1476
|
}[] | undefined;
|
|
1477
1477
|
include_master_data?: YesNo | undefined;
|
|
1478
1478
|
organisation_ids?: string[] | undefined;
|
|
1479
|
-
vehicle_ids?: string[] | undefined;
|
|
1480
|
-
fleet_fuel_daily_summary_ids?: string[] | undefined;
|
|
1481
1479
|
user_ids?: string[] | undefined;
|
|
1480
|
+
fleet_fuel_daily_summary_ids?: string[] | undefined;
|
|
1481
|
+
vehicle_ids?: string[] | undefined;
|
|
1482
1482
|
driver_ids?: string[] | undefined;
|
|
1483
1483
|
vehicle_summary?: YesNo | undefined;
|
|
1484
1484
|
day_summary?: YesNo | undefined;
|
|
@@ -1710,9 +1710,9 @@ declare const MasterExpenseNameSchema: z.ZodObject<{
|
|
|
1710
1710
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1711
1711
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1712
1712
|
}, "strip", z.ZodTypeAny, {
|
|
1713
|
+
description: string;
|
|
1713
1714
|
status: Status;
|
|
1714
1715
|
organisation_id: string;
|
|
1715
|
-
description: string;
|
|
1716
1716
|
expense_name: string;
|
|
1717
1717
|
expense_category: ExpenseCategory;
|
|
1718
1718
|
}, {
|
|
@@ -1840,9 +1840,9 @@ declare const MasterFleetIncidentTypeSchema: z.ZodObject<{
|
|
|
1840
1840
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1841
1841
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1842
1842
|
}, "strip", z.ZodTypeAny, {
|
|
1843
|
+
description: string;
|
|
1843
1844
|
status: Status;
|
|
1844
1845
|
organisation_id: string;
|
|
1845
|
-
description: string;
|
|
1846
1846
|
fleet_incident_type: string;
|
|
1847
1847
|
}, {
|
|
1848
1848
|
status: Status;
|
|
@@ -1965,9 +1965,9 @@ declare const MasterFleetIncidentStatusSchema: z.ZodObject<{
|
|
|
1965
1965
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1966
1966
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1967
1967
|
}, "strip", z.ZodTypeAny, {
|
|
1968
|
+
description: string;
|
|
1968
1969
|
status: Status;
|
|
1969
1970
|
organisation_id: string;
|
|
1970
|
-
description: string;
|
|
1971
1971
|
fleet_incident_status: string;
|
|
1972
1972
|
}, {
|
|
1973
1973
|
status: Status;
|
|
@@ -2090,9 +2090,9 @@ declare const MasterFleetIncidentSeveritySchema: z.ZodObject<{
|
|
|
2090
2090
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2091
2091
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2092
2092
|
}, "strip", z.ZodTypeAny, {
|
|
2093
|
+
description: string;
|
|
2093
2094
|
status: Status;
|
|
2094
2095
|
organisation_id: string;
|
|
2095
|
-
description: string;
|
|
2096
2096
|
fleet_incident_severity: string;
|
|
2097
2097
|
}, {
|
|
2098
2098
|
status: Status;
|
|
@@ -2215,9 +2215,9 @@ declare const MasterFleetInsuranceClaimStatusSchema: z.ZodObject<{
|
|
|
2215
2215
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2216
2216
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2217
2217
|
}, "strip", z.ZodTypeAny, {
|
|
2218
|
+
description: string;
|
|
2218
2219
|
status: Status;
|
|
2219
2220
|
organisation_id: string;
|
|
2220
|
-
description: string;
|
|
2221
2221
|
fleet_insurance_claim_status: string;
|
|
2222
2222
|
}, {
|
|
2223
2223
|
status: Status;
|
|
@@ -2460,6 +2460,7 @@ declare const FleetIncidentFileSchema: z.ZodObject<{
|
|
|
2460
2460
|
}, "strip", z.ZodTypeAny, {
|
|
2461
2461
|
status: Status;
|
|
2462
2462
|
organisation_id: string;
|
|
2463
|
+
user_id: string;
|
|
2463
2464
|
usage_type: string;
|
|
2464
2465
|
file_type: FileType;
|
|
2465
2466
|
file_url: string;
|
|
@@ -2468,14 +2469,13 @@ declare const FleetIncidentFileSchema: z.ZodObject<{
|
|
|
2468
2469
|
file_description: string;
|
|
2469
2470
|
file_size: number;
|
|
2470
2471
|
file_metadata: Record<string, any>;
|
|
2471
|
-
user_id: string;
|
|
2472
2472
|
incident_id: string;
|
|
2473
2473
|
}, {
|
|
2474
2474
|
status: Status;
|
|
2475
2475
|
organisation_id: string;
|
|
2476
|
+
user_id: string;
|
|
2476
2477
|
usage_type: string;
|
|
2477
2478
|
file_type: FileType;
|
|
2478
|
-
user_id: string;
|
|
2479
2479
|
incident_id: string;
|
|
2480
2480
|
file_url?: string | undefined;
|
|
2481
2481
|
file_key?: string | undefined;
|
|
@@ -2540,6 +2540,7 @@ declare const FleetIncidentSchema: z.ZodObject<{
|
|
|
2540
2540
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2541
2541
|
status: Status;
|
|
2542
2542
|
organisation_id: string;
|
|
2543
|
+
user_id: string;
|
|
2543
2544
|
usage_type: string;
|
|
2544
2545
|
file_type: FileType;
|
|
2545
2546
|
file_url: string;
|
|
@@ -2548,14 +2549,13 @@ declare const FleetIncidentSchema: z.ZodObject<{
|
|
|
2548
2549
|
file_description: string;
|
|
2549
2550
|
file_size: number;
|
|
2550
2551
|
file_metadata: Record<string, any>;
|
|
2551
|
-
user_id: string;
|
|
2552
2552
|
incident_id: string;
|
|
2553
2553
|
}, {
|
|
2554
2554
|
status: Status;
|
|
2555
2555
|
organisation_id: string;
|
|
2556
|
+
user_id: string;
|
|
2556
2557
|
usage_type: string;
|
|
2557
2558
|
file_type: FileType;
|
|
2558
|
-
user_id: string;
|
|
2559
2559
|
incident_id: string;
|
|
2560
2560
|
file_url?: string | undefined;
|
|
2561
2561
|
file_key?: string | undefined;
|
|
@@ -2568,9 +2568,9 @@ declare const FleetIncidentSchema: z.ZodObject<{
|
|
|
2568
2568
|
}, "strip", z.ZodTypeAny, {
|
|
2569
2569
|
status: Status;
|
|
2570
2570
|
organisation_id: string;
|
|
2571
|
-
vehicle_id: string;
|
|
2572
|
-
time_zone_id: string;
|
|
2573
2571
|
user_id: string;
|
|
2572
|
+
time_zone_id: string;
|
|
2573
|
+
vehicle_id: string;
|
|
2574
2574
|
driver_id: string;
|
|
2575
2575
|
fleet_incident_type_id: string;
|
|
2576
2576
|
fleet_incident_status_id: string;
|
|
@@ -2603,6 +2603,7 @@ declare const FleetIncidentSchema: z.ZodObject<{
|
|
|
2603
2603
|
FleetIncidentFileSchema: {
|
|
2604
2604
|
status: Status;
|
|
2605
2605
|
organisation_id: string;
|
|
2606
|
+
user_id: string;
|
|
2606
2607
|
usage_type: string;
|
|
2607
2608
|
file_type: FileType;
|
|
2608
2609
|
file_url: string;
|
|
@@ -2611,7 +2612,6 @@ declare const FleetIncidentSchema: z.ZodObject<{
|
|
|
2611
2612
|
file_description: string;
|
|
2612
2613
|
file_size: number;
|
|
2613
2614
|
file_metadata: Record<string, any>;
|
|
2614
|
-
user_id: string;
|
|
2615
2615
|
incident_id: string;
|
|
2616
2616
|
}[];
|
|
2617
2617
|
latitude?: number | undefined;
|
|
@@ -2621,9 +2621,9 @@ declare const FleetIncidentSchema: z.ZodObject<{
|
|
|
2621
2621
|
}, {
|
|
2622
2622
|
status: Status;
|
|
2623
2623
|
organisation_id: string;
|
|
2624
|
-
vehicle_id: string;
|
|
2625
|
-
time_zone_id: string;
|
|
2626
2624
|
user_id: string;
|
|
2625
|
+
time_zone_id: string;
|
|
2626
|
+
vehicle_id: string;
|
|
2627
2627
|
driver_id: string;
|
|
2628
2628
|
fleet_incident_type_id: string;
|
|
2629
2629
|
fleet_incident_status_id: string;
|
|
@@ -2660,9 +2660,9 @@ declare const FleetIncidentSchema: z.ZodObject<{
|
|
|
2660
2660
|
FleetIncidentFileSchema?: {
|
|
2661
2661
|
status: Status;
|
|
2662
2662
|
organisation_id: string;
|
|
2663
|
+
user_id: string;
|
|
2663
2664
|
usage_type: string;
|
|
2664
2665
|
file_type: FileType;
|
|
2665
|
-
user_id: string;
|
|
2666
2666
|
incident_id: string;
|
|
2667
2667
|
file_url?: string | undefined;
|
|
2668
2668
|
file_key?: string | undefined;
|
|
@@ -2748,8 +2748,8 @@ declare const FleetIncidentQuerySchema: z.ZodObject<{
|
|
|
2748
2748
|
date_format_id: string;
|
|
2749
2749
|
time_zone_id: string;
|
|
2750
2750
|
organisation_ids: string[];
|
|
2751
|
-
vehicle_ids: string[];
|
|
2752
2751
|
user_ids: string[];
|
|
2752
|
+
vehicle_ids: string[];
|
|
2753
2753
|
driver_ids: string[];
|
|
2754
2754
|
from_date: string;
|
|
2755
2755
|
to_date: string;
|
|
@@ -2793,8 +2793,8 @@ declare const FleetIncidentQuerySchema: z.ZodObject<{
|
|
|
2793
2793
|
}[] | undefined;
|
|
2794
2794
|
include_master_data?: YesNo | undefined;
|
|
2795
2795
|
organisation_ids?: string[] | undefined;
|
|
2796
|
-
vehicle_ids?: string[] | undefined;
|
|
2797
2796
|
user_ids?: string[] | undefined;
|
|
2797
|
+
vehicle_ids?: string[] | undefined;
|
|
2798
2798
|
driver_ids?: string[] | undefined;
|
|
2799
2799
|
fleet_incident_type_ids?: string[] | undefined;
|
|
2800
2800
|
fleet_incident_status_ids?: string[] | undefined;
|
|
@@ -2915,8 +2915,8 @@ declare const FleetIncidentCostSchema: z.ZodObject<{
|
|
|
2915
2915
|
}, "strip", z.ZodTypeAny, {
|
|
2916
2916
|
status: Status;
|
|
2917
2917
|
organisation_id: string;
|
|
2918
|
-
time_zone_id: string;
|
|
2919
2918
|
user_id: string;
|
|
2919
|
+
time_zone_id: string;
|
|
2920
2920
|
expense_name_id: string;
|
|
2921
2921
|
incident_id: string;
|
|
2922
2922
|
incident_cost_date: string;
|
|
@@ -2925,8 +2925,8 @@ declare const FleetIncidentCostSchema: z.ZodObject<{
|
|
|
2925
2925
|
}, {
|
|
2926
2926
|
status: Status;
|
|
2927
2927
|
organisation_id: string;
|
|
2928
|
-
time_zone_id: string;
|
|
2929
2928
|
user_id: string;
|
|
2929
|
+
time_zone_id: string;
|
|
2930
2930
|
expense_name_id: string;
|
|
2931
2931
|
incident_id: string;
|
|
2932
2932
|
incident_cost_date?: string | undefined;
|
|
@@ -3399,9 +3399,9 @@ declare const MasterFuelCompanySchema: z.ZodObject<{
|
|
|
3399
3399
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3400
3400
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3401
3401
|
}, "strip", z.ZodTypeAny, {
|
|
3402
|
+
description: string;
|
|
3402
3403
|
status: Status;
|
|
3403
3404
|
organisation_id: string;
|
|
3404
|
-
description: string;
|
|
3405
3405
|
country_id: string;
|
|
3406
3406
|
logo_key: string;
|
|
3407
3407
|
logo_url: string;
|
|
@@ -3845,9 +3845,9 @@ declare const MasterVendorTypeSchema: z.ZodObject<{
|
|
|
3845
3845
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3846
3846
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3847
3847
|
}, "strip", z.ZodTypeAny, {
|
|
3848
|
+
description: string;
|
|
3848
3849
|
status: Status;
|
|
3849
3850
|
organisation_id: string;
|
|
3850
|
-
description: string;
|
|
3851
3851
|
vendor_type: string;
|
|
3852
3852
|
}, {
|
|
3853
3853
|
status: Status;
|
|
@@ -3966,9 +3966,9 @@ declare const MasterVendorTagSchema: z.ZodObject<{
|
|
|
3966
3966
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3967
3967
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3968
3968
|
}, "strip", z.ZodTypeAny, {
|
|
3969
|
+
description: string;
|
|
3969
3970
|
status: Status;
|
|
3970
3971
|
organisation_id: string;
|
|
3971
|
-
description: string;
|
|
3972
3972
|
vendor_tag: string;
|
|
3973
3973
|
}, {
|
|
3974
3974
|
status: Status;
|
|
@@ -4087,9 +4087,9 @@ declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
|
|
|
4087
4087
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4088
4088
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4089
4089
|
}, "strip", z.ZodTypeAny, {
|
|
4090
|
+
description: string;
|
|
4090
4091
|
status: Status;
|
|
4091
4092
|
organisation_id: string;
|
|
4092
|
-
description: string;
|
|
4093
4093
|
document_type: string;
|
|
4094
4094
|
}, {
|
|
4095
4095
|
status: Status;
|
|
@@ -4511,6 +4511,7 @@ declare const FleetVendorDocumentFileSchema: z.ZodObject<{
|
|
|
4511
4511
|
}, "strip", z.ZodTypeAny, {
|
|
4512
4512
|
status: Status;
|
|
4513
4513
|
organisation_id: string;
|
|
4514
|
+
user_id: string;
|
|
4514
4515
|
usage_type: string;
|
|
4515
4516
|
file_type: FileType;
|
|
4516
4517
|
file_url: string;
|
|
@@ -4519,14 +4520,13 @@ declare const FleetVendorDocumentFileSchema: z.ZodObject<{
|
|
|
4519
4520
|
file_description: string;
|
|
4520
4521
|
file_size: number;
|
|
4521
4522
|
file_metadata: Record<string, any>;
|
|
4522
|
-
user_id: string;
|
|
4523
4523
|
fleet_vendor_document_id: string;
|
|
4524
4524
|
}, {
|
|
4525
4525
|
status: Status;
|
|
4526
4526
|
organisation_id: string;
|
|
4527
|
+
user_id: string;
|
|
4527
4528
|
usage_type: string;
|
|
4528
4529
|
file_type: FileType;
|
|
4529
|
-
user_id: string;
|
|
4530
4530
|
fleet_vendor_document_id: string;
|
|
4531
4531
|
file_url?: string | undefined;
|
|
4532
4532
|
file_key?: string | undefined;
|
|
@@ -4562,10 +4562,10 @@ declare const FleetVendorSchema: z.ZodObject<{
|
|
|
4562
4562
|
}, "strip", z.ZodTypeAny, {
|
|
4563
4563
|
status: Status;
|
|
4564
4564
|
organisation_id: string;
|
|
4565
|
+
user_id: string;
|
|
4565
4566
|
logo_key: string;
|
|
4566
4567
|
logo_url: string;
|
|
4567
4568
|
logo_name: string;
|
|
4568
|
-
user_id: string;
|
|
4569
4569
|
vendor_name: string;
|
|
4570
4570
|
vendor_code: string;
|
|
4571
4571
|
vendor_type_ids: string[];
|
|
@@ -4877,12 +4877,12 @@ declare const FleetVendorBankAccountSchema: z.ZodObject<{
|
|
|
4877
4877
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4878
4878
|
}, "strip", z.ZodTypeAny, {
|
|
4879
4879
|
status: Status;
|
|
4880
|
-
bank_name: string;
|
|
4881
4880
|
organisation_id: string;
|
|
4882
|
-
branch_name: string;
|
|
4883
4881
|
user_id: string;
|
|
4882
|
+
branch_name: string;
|
|
4884
4883
|
notes: string;
|
|
4885
4884
|
vendor_id: string;
|
|
4885
|
+
bank_name: string;
|
|
4886
4886
|
account_holder_name: string;
|
|
4887
4887
|
account_number: string;
|
|
4888
4888
|
account_type: BankAccountType;
|
|
@@ -4899,9 +4899,9 @@ declare const FleetVendorBankAccountSchema: z.ZodObject<{
|
|
|
4899
4899
|
account_number: string;
|
|
4900
4900
|
account_type: BankAccountType;
|
|
4901
4901
|
is_primary: YesNo;
|
|
4902
|
-
bank_name?: string | undefined;
|
|
4903
4902
|
branch_name?: string | undefined;
|
|
4904
4903
|
notes?: string | undefined;
|
|
4904
|
+
bank_name?: string | undefined;
|
|
4905
4905
|
account_holder_name?: string | undefined;
|
|
4906
4906
|
ifsc_code?: string | undefined;
|
|
4907
4907
|
swift_code?: string | undefined;
|
|
@@ -5024,9 +5024,9 @@ declare const FleetVendorContactPersonSchema: z.ZodObject<{
|
|
|
5024
5024
|
}, "strip", z.ZodTypeAny, {
|
|
5025
5025
|
status: Status;
|
|
5026
5026
|
organisation_id: string;
|
|
5027
|
+
user_id: string;
|
|
5027
5028
|
name: string;
|
|
5028
5029
|
branch_name: string;
|
|
5029
|
-
user_id: string;
|
|
5030
5030
|
notes: string;
|
|
5031
5031
|
vendor_id: string;
|
|
5032
5032
|
is_primary: YesNo;
|
|
@@ -5041,8 +5041,8 @@ declare const FleetVendorContactPersonSchema: z.ZodObject<{
|
|
|
5041
5041
|
}, {
|
|
5042
5042
|
status: Status;
|
|
5043
5043
|
organisation_id: string;
|
|
5044
|
-
name: string;
|
|
5045
5044
|
user_id: string;
|
|
5045
|
+
name: string;
|
|
5046
5046
|
vendor_id: string;
|
|
5047
5047
|
is_primary: YesNo;
|
|
5048
5048
|
branch_name?: string | undefined;
|
|
@@ -5289,6 +5289,7 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
|
|
|
5289
5289
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
5290
5290
|
status: Status;
|
|
5291
5291
|
organisation_id: string;
|
|
5292
|
+
user_id: string;
|
|
5292
5293
|
usage_type: string;
|
|
5293
5294
|
file_type: FileType;
|
|
5294
5295
|
file_url: string;
|
|
@@ -5297,14 +5298,13 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
|
|
|
5297
5298
|
file_description: string;
|
|
5298
5299
|
file_size: number;
|
|
5299
5300
|
file_metadata: Record<string, any>;
|
|
5300
|
-
user_id: string;
|
|
5301
5301
|
fleet_vendor_document_id: string;
|
|
5302
5302
|
}, {
|
|
5303
5303
|
status: Status;
|
|
5304
5304
|
organisation_id: string;
|
|
5305
|
+
user_id: string;
|
|
5305
5306
|
usage_type: string;
|
|
5306
5307
|
file_type: FileType;
|
|
5307
|
-
user_id: string;
|
|
5308
5308
|
fleet_vendor_document_id: string;
|
|
5309
5309
|
file_url?: string | undefined;
|
|
5310
5310
|
file_key?: string | undefined;
|
|
@@ -5318,8 +5318,8 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
|
|
|
5318
5318
|
}, "strip", z.ZodTypeAny, {
|
|
5319
5319
|
status: Status;
|
|
5320
5320
|
organisation_id: string;
|
|
5321
|
-
time_zone_id: string;
|
|
5322
5321
|
user_id: string;
|
|
5322
|
+
time_zone_id: string;
|
|
5323
5323
|
vendor_id: string;
|
|
5324
5324
|
document_type_id: string;
|
|
5325
5325
|
document_name: string;
|
|
@@ -5331,6 +5331,7 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
|
|
|
5331
5331
|
FleetVendorDocumentFileSchema: {
|
|
5332
5332
|
status: Status;
|
|
5333
5333
|
organisation_id: string;
|
|
5334
|
+
user_id: string;
|
|
5334
5335
|
usage_type: string;
|
|
5335
5336
|
file_type: FileType;
|
|
5336
5337
|
file_url: string;
|
|
@@ -5339,14 +5340,13 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
|
|
|
5339
5340
|
file_description: string;
|
|
5340
5341
|
file_size: number;
|
|
5341
5342
|
file_metadata: Record<string, any>;
|
|
5342
|
-
user_id: string;
|
|
5343
5343
|
fleet_vendor_document_id: string;
|
|
5344
5344
|
}[];
|
|
5345
5345
|
}, {
|
|
5346
5346
|
status: Status;
|
|
5347
5347
|
organisation_id: string;
|
|
5348
|
-
time_zone_id: string;
|
|
5349
5348
|
user_id: string;
|
|
5349
|
+
time_zone_id: string;
|
|
5350
5350
|
vendor_id: string;
|
|
5351
5351
|
document_type_id: string;
|
|
5352
5352
|
document_name: string;
|
|
@@ -5358,9 +5358,9 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
|
|
|
5358
5358
|
FleetVendorDocumentFileSchema?: {
|
|
5359
5359
|
status: Status;
|
|
5360
5360
|
organisation_id: string;
|
|
5361
|
+
user_id: string;
|
|
5361
5362
|
usage_type: string;
|
|
5362
5363
|
file_type: FileType;
|
|
5363
|
-
user_id: string;
|
|
5364
5364
|
fleet_vendor_document_id: string;
|
|
5365
5365
|
file_url?: string | undefined;
|
|
5366
5366
|
file_key?: string | undefined;
|
|
@@ -5871,9 +5871,9 @@ declare const MasterFleetServiceTaskSchema: z.ZodObject<{
|
|
|
5871
5871
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5872
5872
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5873
5873
|
}, "strip", z.ZodTypeAny, {
|
|
5874
|
+
description: string;
|
|
5874
5875
|
status: Status;
|
|
5875
5876
|
organisation_id: string;
|
|
5876
|
-
description: string;
|
|
5877
5877
|
fleet_service_task: string;
|
|
5878
5878
|
}, {
|
|
5879
5879
|
status: Status;
|
|
@@ -5998,9 +5998,9 @@ declare const MasterFleetServicePartSchema: z.ZodObject<{
|
|
|
5998
5998
|
part_amount: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
5999
5999
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6000
6000
|
}, "strip", z.ZodTypeAny, {
|
|
6001
|
+
description: string;
|
|
6001
6002
|
status: Status;
|
|
6002
6003
|
organisation_id: string;
|
|
6003
|
-
description: string;
|
|
6004
6004
|
part_name: string;
|
|
6005
6005
|
part_amount?: number | undefined;
|
|
6006
6006
|
}, {
|
|
@@ -6269,6 +6269,7 @@ declare const FleetServiceFileSchema: z.ZodObject<{
|
|
|
6269
6269
|
}, "strip", z.ZodTypeAny, {
|
|
6270
6270
|
status: Status;
|
|
6271
6271
|
organisation_id: string;
|
|
6272
|
+
user_id: string;
|
|
6272
6273
|
usage_type: string;
|
|
6273
6274
|
file_type: FileType;
|
|
6274
6275
|
file_url: string;
|
|
@@ -6277,14 +6278,13 @@ declare const FleetServiceFileSchema: z.ZodObject<{
|
|
|
6277
6278
|
file_description: string;
|
|
6278
6279
|
file_size: number;
|
|
6279
6280
|
file_metadata: Record<string, any>;
|
|
6280
|
-
user_id: string;
|
|
6281
6281
|
service_id: string;
|
|
6282
6282
|
}, {
|
|
6283
6283
|
status: Status;
|
|
6284
6284
|
organisation_id: string;
|
|
6285
|
+
user_id: string;
|
|
6285
6286
|
usage_type: string;
|
|
6286
6287
|
file_type: FileType;
|
|
6287
|
-
user_id: string;
|
|
6288
6288
|
service_id: string;
|
|
6289
6289
|
file_url?: string | undefined;
|
|
6290
6290
|
file_key?: string | undefined;
|
|
@@ -6345,6 +6345,7 @@ declare const FleetServiceSchema: z.ZodObject<{
|
|
|
6345
6345
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
6346
6346
|
status: Status;
|
|
6347
6347
|
organisation_id: string;
|
|
6348
|
+
user_id: string;
|
|
6348
6349
|
usage_type: string;
|
|
6349
6350
|
file_type: FileType;
|
|
6350
6351
|
file_url: string;
|
|
@@ -6353,14 +6354,13 @@ declare const FleetServiceSchema: z.ZodObject<{
|
|
|
6353
6354
|
file_description: string;
|
|
6354
6355
|
file_size: number;
|
|
6355
6356
|
file_metadata: Record<string, any>;
|
|
6356
|
-
user_id: string;
|
|
6357
6357
|
service_id: string;
|
|
6358
6358
|
}, {
|
|
6359
6359
|
status: Status;
|
|
6360
6360
|
organisation_id: string;
|
|
6361
|
+
user_id: string;
|
|
6361
6362
|
usage_type: string;
|
|
6362
6363
|
file_type: FileType;
|
|
6363
|
-
user_id: string;
|
|
6364
6364
|
service_id: string;
|
|
6365
6365
|
file_url?: string | undefined;
|
|
6366
6366
|
file_key?: string | undefined;
|
|
@@ -6373,9 +6373,9 @@ declare const FleetServiceSchema: z.ZodObject<{
|
|
|
6373
6373
|
}, "strip", z.ZodTypeAny, {
|
|
6374
6374
|
status: Status;
|
|
6375
6375
|
organisation_id: string;
|
|
6376
|
-
vehicle_id: string;
|
|
6377
|
-
time_zone_id: string;
|
|
6378
6376
|
user_id: string;
|
|
6377
|
+
time_zone_id: string;
|
|
6378
|
+
vehicle_id: string;
|
|
6379
6379
|
driver_id: string;
|
|
6380
6380
|
odometer_reading: number;
|
|
6381
6381
|
service_center_id: string;
|
|
@@ -6401,6 +6401,7 @@ declare const FleetServiceSchema: z.ZodObject<{
|
|
|
6401
6401
|
FleetServiceFileSchema: {
|
|
6402
6402
|
status: Status;
|
|
6403
6403
|
organisation_id: string;
|
|
6404
|
+
user_id: string;
|
|
6404
6405
|
usage_type: string;
|
|
6405
6406
|
file_type: FileType;
|
|
6406
6407
|
file_url: string;
|
|
@@ -6409,7 +6410,6 @@ declare const FleetServiceSchema: z.ZodObject<{
|
|
|
6409
6410
|
file_description: string;
|
|
6410
6411
|
file_size: number;
|
|
6411
6412
|
file_metadata: Record<string, any>;
|
|
6412
|
-
user_id: string;
|
|
6413
6413
|
service_id: string;
|
|
6414
6414
|
}[];
|
|
6415
6415
|
fuel?: number | undefined;
|
|
@@ -6422,9 +6422,9 @@ declare const FleetServiceSchema: z.ZodObject<{
|
|
|
6422
6422
|
}, {
|
|
6423
6423
|
status: Status;
|
|
6424
6424
|
organisation_id: string;
|
|
6425
|
-
vehicle_id: string;
|
|
6426
|
-
time_zone_id: string;
|
|
6427
6425
|
user_id: string;
|
|
6426
|
+
time_zone_id: string;
|
|
6427
|
+
vehicle_id: string;
|
|
6428
6428
|
driver_id: string;
|
|
6429
6429
|
service_center_id: string;
|
|
6430
6430
|
vendor_id: string;
|
|
@@ -6457,9 +6457,9 @@ declare const FleetServiceSchema: z.ZodObject<{
|
|
|
6457
6457
|
FleetServiceFileSchema?: {
|
|
6458
6458
|
status: Status;
|
|
6459
6459
|
organisation_id: string;
|
|
6460
|
+
user_id: string;
|
|
6460
6461
|
usage_type: string;
|
|
6461
6462
|
file_type: FileType;
|
|
6462
|
-
user_id: string;
|
|
6463
6463
|
service_id: string;
|
|
6464
6464
|
file_url?: string | undefined;
|
|
6465
6465
|
file_key?: string | undefined;
|
|
@@ -6539,8 +6539,8 @@ declare const FleetServiceQuerySchema: z.ZodObject<{
|
|
|
6539
6539
|
date_format_id: string;
|
|
6540
6540
|
time_zone_id: string;
|
|
6541
6541
|
organisation_ids: string[];
|
|
6542
|
-
vehicle_ids: string[];
|
|
6543
6542
|
user_ids: string[];
|
|
6543
|
+
vehicle_ids: string[];
|
|
6544
6544
|
driver_ids: string[];
|
|
6545
6545
|
from_date: string;
|
|
6546
6546
|
to_date: string;
|
|
@@ -6578,8 +6578,8 @@ declare const FleetServiceQuerySchema: z.ZodObject<{
|
|
|
6578
6578
|
}[] | undefined;
|
|
6579
6579
|
include_master_data?: YesNo | undefined;
|
|
6580
6580
|
organisation_ids?: string[] | undefined;
|
|
6581
|
-
vehicle_ids?: string[] | undefined;
|
|
6582
6581
|
user_ids?: string[] | undefined;
|
|
6582
|
+
vehicle_ids?: string[] | undefined;
|
|
6583
6583
|
driver_ids?: string[] | undefined;
|
|
6584
6584
|
service_center_ids?: string[] | undefined;
|
|
6585
6585
|
vendor_ids?: string[] | undefined;
|
|
@@ -7189,6 +7189,7 @@ declare const FleetInspectionFileSchema: z.ZodObject<{
|
|
|
7189
7189
|
}, "strip", z.ZodTypeAny, {
|
|
7190
7190
|
status: Status;
|
|
7191
7191
|
organisation_id: string;
|
|
7192
|
+
user_id: string;
|
|
7192
7193
|
usage_type: string;
|
|
7193
7194
|
file_type: FileType;
|
|
7194
7195
|
file_url: string;
|
|
@@ -7197,14 +7198,13 @@ declare const FleetInspectionFileSchema: z.ZodObject<{
|
|
|
7197
7198
|
file_description: string;
|
|
7198
7199
|
file_size: number;
|
|
7199
7200
|
file_metadata: Record<string, any>;
|
|
7200
|
-
user_id: string;
|
|
7201
7201
|
inspection_id: string;
|
|
7202
7202
|
}, {
|
|
7203
7203
|
status: Status;
|
|
7204
7204
|
organisation_id: string;
|
|
7205
|
+
user_id: string;
|
|
7205
7206
|
usage_type: string;
|
|
7206
7207
|
file_type: FileType;
|
|
7207
|
-
user_id: string;
|
|
7208
7208
|
inspection_id: string;
|
|
7209
7209
|
file_url?: string | undefined;
|
|
7210
7210
|
file_key?: string | undefined;
|
|
@@ -7249,6 +7249,7 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
7249
7249
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
7250
7250
|
status: Status;
|
|
7251
7251
|
organisation_id: string;
|
|
7252
|
+
user_id: string;
|
|
7252
7253
|
usage_type: string;
|
|
7253
7254
|
file_type: FileType;
|
|
7254
7255
|
file_url: string;
|
|
@@ -7257,14 +7258,13 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
7257
7258
|
file_description: string;
|
|
7258
7259
|
file_size: number;
|
|
7259
7260
|
file_metadata: Record<string, any>;
|
|
7260
|
-
user_id: string;
|
|
7261
7261
|
inspection_id: string;
|
|
7262
7262
|
}, {
|
|
7263
7263
|
status: Status;
|
|
7264
7264
|
organisation_id: string;
|
|
7265
|
+
user_id: string;
|
|
7265
7266
|
usage_type: string;
|
|
7266
7267
|
file_type: FileType;
|
|
7267
|
-
user_id: string;
|
|
7268
7268
|
inspection_id: string;
|
|
7269
7269
|
file_url?: string | undefined;
|
|
7270
7270
|
file_key?: string | undefined;
|
|
@@ -7277,9 +7277,9 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
7277
7277
|
}, "strip", z.ZodTypeAny, {
|
|
7278
7278
|
status: Status;
|
|
7279
7279
|
organisation_id: string;
|
|
7280
|
-
vehicle_id: string;
|
|
7281
|
-
time_zone_id: string;
|
|
7282
7280
|
user_id: string;
|
|
7281
|
+
time_zone_id: string;
|
|
7282
|
+
vehicle_id: string;
|
|
7283
7283
|
driver_id: string;
|
|
7284
7284
|
odometer_reading: number;
|
|
7285
7285
|
google_location: string;
|
|
@@ -7294,6 +7294,7 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
7294
7294
|
FleetInspectionFileSchema: {
|
|
7295
7295
|
status: Status;
|
|
7296
7296
|
organisation_id: string;
|
|
7297
|
+
user_id: string;
|
|
7297
7298
|
usage_type: string;
|
|
7298
7299
|
file_type: FileType;
|
|
7299
7300
|
file_url: string;
|
|
@@ -7302,7 +7303,6 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
7302
7303
|
file_description: string;
|
|
7303
7304
|
file_size: number;
|
|
7304
7305
|
file_metadata: Record<string, any>;
|
|
7305
|
-
user_id: string;
|
|
7306
7306
|
inspection_id: string;
|
|
7307
7307
|
}[];
|
|
7308
7308
|
latitude?: number | undefined;
|
|
@@ -7310,9 +7310,9 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
7310
7310
|
}, {
|
|
7311
7311
|
status: Status;
|
|
7312
7312
|
organisation_id: string;
|
|
7313
|
-
vehicle_id: string;
|
|
7314
|
-
time_zone_id: string;
|
|
7315
7313
|
user_id: string;
|
|
7314
|
+
time_zone_id: string;
|
|
7315
|
+
vehicle_id: string;
|
|
7316
7316
|
driver_id: string;
|
|
7317
7317
|
service_id: string;
|
|
7318
7318
|
inspection_form_id: string;
|
|
@@ -7329,9 +7329,9 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
7329
7329
|
FleetInspectionFileSchema?: {
|
|
7330
7330
|
status: Status;
|
|
7331
7331
|
organisation_id: string;
|
|
7332
|
+
user_id: string;
|
|
7332
7333
|
usage_type: string;
|
|
7333
7334
|
file_type: FileType;
|
|
7334
|
-
user_id: string;
|
|
7335
7335
|
inspection_id: string;
|
|
7336
7336
|
file_url?: string | undefined;
|
|
7337
7337
|
file_key?: string | undefined;
|
|
@@ -7408,8 +7408,8 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
|
|
|
7408
7408
|
date_format_id: string;
|
|
7409
7409
|
time_zone_id: string;
|
|
7410
7410
|
organisation_ids: string[];
|
|
7411
|
-
vehicle_ids: string[];
|
|
7412
7411
|
user_ids: string[];
|
|
7412
|
+
vehicle_ids: string[];
|
|
7413
7413
|
driver_ids: string[];
|
|
7414
7414
|
from_date: string;
|
|
7415
7415
|
to_date: string;
|
|
@@ -7444,8 +7444,8 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
|
|
|
7444
7444
|
}[] | undefined;
|
|
7445
7445
|
include_master_data?: YesNo | undefined;
|
|
7446
7446
|
organisation_ids?: string[] | undefined;
|
|
7447
|
-
vehicle_ids?: string[] | undefined;
|
|
7448
7447
|
user_ids?: string[] | undefined;
|
|
7448
|
+
vehicle_ids?: string[] | undefined;
|
|
7449
7449
|
driver_ids?: string[] | undefined;
|
|
7450
7450
|
service_ids?: string[] | undefined;
|
|
7451
7451
|
inspection_form_ids?: string[] | undefined;
|
|
@@ -7685,6 +7685,7 @@ declare const FleetIssueFileSchema: z.ZodObject<{
|
|
|
7685
7685
|
}, "strip", z.ZodTypeAny, {
|
|
7686
7686
|
status: Status;
|
|
7687
7687
|
organisation_id: string;
|
|
7688
|
+
user_id: string;
|
|
7688
7689
|
usage_type: string;
|
|
7689
7690
|
file_type: FileType;
|
|
7690
7691
|
file_url: string;
|
|
@@ -7693,14 +7694,13 @@ declare const FleetIssueFileSchema: z.ZodObject<{
|
|
|
7693
7694
|
file_description: string;
|
|
7694
7695
|
file_size: number;
|
|
7695
7696
|
file_metadata: Record<string, any>;
|
|
7696
|
-
user_id: string;
|
|
7697
7697
|
issue_id: string;
|
|
7698
7698
|
}, {
|
|
7699
7699
|
status: Status;
|
|
7700
7700
|
organisation_id: string;
|
|
7701
|
+
user_id: string;
|
|
7701
7702
|
usage_type: string;
|
|
7702
7703
|
file_type: FileType;
|
|
7703
|
-
user_id: string;
|
|
7704
7704
|
issue_id: string;
|
|
7705
7705
|
file_url?: string | undefined;
|
|
7706
7706
|
file_key?: string | undefined;
|
|
@@ -7747,6 +7747,7 @@ declare const FleetIssueSchema: z.ZodObject<{
|
|
|
7747
7747
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
7748
7748
|
status: Status;
|
|
7749
7749
|
organisation_id: string;
|
|
7750
|
+
user_id: string;
|
|
7750
7751
|
usage_type: string;
|
|
7751
7752
|
file_type: FileType;
|
|
7752
7753
|
file_url: string;
|
|
@@ -7755,14 +7756,13 @@ declare const FleetIssueSchema: z.ZodObject<{
|
|
|
7755
7756
|
file_description: string;
|
|
7756
7757
|
file_size: number;
|
|
7757
7758
|
file_metadata: Record<string, any>;
|
|
7758
|
-
user_id: string;
|
|
7759
7759
|
issue_id: string;
|
|
7760
7760
|
}, {
|
|
7761
7761
|
status: Status;
|
|
7762
7762
|
organisation_id: string;
|
|
7763
|
+
user_id: string;
|
|
7763
7764
|
usage_type: string;
|
|
7764
7765
|
file_type: FileType;
|
|
7765
|
-
user_id: string;
|
|
7766
7766
|
issue_id: string;
|
|
7767
7767
|
file_url?: string | undefined;
|
|
7768
7768
|
file_key?: string | undefined;
|
|
@@ -7776,9 +7776,9 @@ declare const FleetIssueSchema: z.ZodObject<{
|
|
|
7776
7776
|
}, "strip", z.ZodTypeAny, {
|
|
7777
7777
|
status: Status;
|
|
7778
7778
|
organisation_id: string;
|
|
7779
|
-
vehicle_id: string;
|
|
7780
|
-
time_zone_id: string;
|
|
7781
7779
|
user_id: string;
|
|
7780
|
+
time_zone_id: string;
|
|
7781
|
+
vehicle_id: string;
|
|
7782
7782
|
driver_id: string;
|
|
7783
7783
|
incident_id: string;
|
|
7784
7784
|
odometer_reading: number;
|
|
@@ -7798,6 +7798,7 @@ declare const FleetIssueSchema: z.ZodObject<{
|
|
|
7798
7798
|
FleetIssueFileSchema: {
|
|
7799
7799
|
status: Status;
|
|
7800
7800
|
organisation_id: string;
|
|
7801
|
+
user_id: string;
|
|
7801
7802
|
usage_type: string;
|
|
7802
7803
|
file_type: FileType;
|
|
7803
7804
|
file_url: string;
|
|
@@ -7806,15 +7807,14 @@ declare const FleetIssueSchema: z.ZodObject<{
|
|
|
7806
7807
|
file_description: string;
|
|
7807
7808
|
file_size: number;
|
|
7808
7809
|
file_metadata: Record<string, any>;
|
|
7809
|
-
user_id: string;
|
|
7810
7810
|
issue_id: string;
|
|
7811
7811
|
}[];
|
|
7812
7812
|
}, {
|
|
7813
7813
|
status: Status;
|
|
7814
7814
|
organisation_id: string;
|
|
7815
|
-
vehicle_id: string;
|
|
7816
|
-
time_zone_id: string;
|
|
7817
7815
|
user_id: string;
|
|
7816
|
+
time_zone_id: string;
|
|
7817
|
+
vehicle_id: string;
|
|
7818
7818
|
driver_id: string;
|
|
7819
7819
|
incident_id: string;
|
|
7820
7820
|
service_id: string;
|
|
@@ -7834,9 +7834,9 @@ declare const FleetIssueSchema: z.ZodObject<{
|
|
|
7834
7834
|
FleetIssueFileSchema?: {
|
|
7835
7835
|
status: Status;
|
|
7836
7836
|
organisation_id: string;
|
|
7837
|
+
user_id: string;
|
|
7837
7838
|
usage_type: string;
|
|
7838
7839
|
file_type: FileType;
|
|
7839
|
-
user_id: string;
|
|
7840
7840
|
issue_id: string;
|
|
7841
7841
|
file_url?: string | undefined;
|
|
7842
7842
|
file_key?: string | undefined;
|
|
@@ -7916,8 +7916,8 @@ declare const FleetIssueQuerySchema: z.ZodObject<{
|
|
|
7916
7916
|
date_format_id: string;
|
|
7917
7917
|
time_zone_id: string;
|
|
7918
7918
|
organisation_ids: string[];
|
|
7919
|
-
vehicle_ids: string[];
|
|
7920
7919
|
user_ids: string[];
|
|
7920
|
+
vehicle_ids: string[];
|
|
7921
7921
|
driver_ids: string[];
|
|
7922
7922
|
from_date: string;
|
|
7923
7923
|
to_date: string;
|
|
@@ -7955,8 +7955,8 @@ declare const FleetIssueQuerySchema: z.ZodObject<{
|
|
|
7955
7955
|
}[] | undefined;
|
|
7956
7956
|
include_master_data?: YesNo | undefined;
|
|
7957
7957
|
organisation_ids?: string[] | undefined;
|
|
7958
|
-
vehicle_ids?: string[] | undefined;
|
|
7959
7958
|
user_ids?: string[] | undefined;
|
|
7959
|
+
vehicle_ids?: string[] | undefined;
|
|
7960
7960
|
driver_ids?: string[] | undefined;
|
|
7961
7961
|
incident_ids?: string[] | undefined;
|
|
7962
7962
|
service_ids?: string[] | undefined;
|
|
@@ -8210,9 +8210,9 @@ declare const MasterFleetBreakdownTypeSchema: z.ZodObject<{
|
|
|
8210
8210
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
8211
8211
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
8212
8212
|
}, "strip", z.ZodTypeAny, {
|
|
8213
|
+
description: string;
|
|
8213
8214
|
status: Status;
|
|
8214
8215
|
organisation_id: string;
|
|
8215
|
-
description: string;
|
|
8216
8216
|
fleet_breakdown_type: string;
|
|
8217
8217
|
}, {
|
|
8218
8218
|
status: Status;
|
|
@@ -8430,6 +8430,7 @@ declare const FleetBreakdownFileSchema: z.ZodObject<{
|
|
|
8430
8430
|
}, "strip", z.ZodTypeAny, {
|
|
8431
8431
|
status: Status;
|
|
8432
8432
|
organisation_id: string;
|
|
8433
|
+
user_id: string;
|
|
8433
8434
|
usage_type: string;
|
|
8434
8435
|
file_type: FileType;
|
|
8435
8436
|
file_url: string;
|
|
@@ -8438,14 +8439,13 @@ declare const FleetBreakdownFileSchema: z.ZodObject<{
|
|
|
8438
8439
|
file_description: string;
|
|
8439
8440
|
file_size: number;
|
|
8440
8441
|
file_metadata: Record<string, any>;
|
|
8441
|
-
user_id: string;
|
|
8442
8442
|
breakdown_id: string;
|
|
8443
8443
|
}, {
|
|
8444
8444
|
status: Status;
|
|
8445
8445
|
organisation_id: string;
|
|
8446
|
+
user_id: string;
|
|
8446
8447
|
usage_type: string;
|
|
8447
8448
|
file_type: FileType;
|
|
8448
|
-
user_id: string;
|
|
8449
8449
|
breakdown_id: string;
|
|
8450
8450
|
file_url?: string | undefined;
|
|
8451
8451
|
file_key?: string | undefined;
|
|
@@ -8490,6 +8490,7 @@ declare const FleetBreakdownSchema: z.ZodObject<{
|
|
|
8490
8490
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
8491
8491
|
status: Status;
|
|
8492
8492
|
organisation_id: string;
|
|
8493
|
+
user_id: string;
|
|
8493
8494
|
usage_type: string;
|
|
8494
8495
|
file_type: FileType;
|
|
8495
8496
|
file_url: string;
|
|
@@ -8498,14 +8499,13 @@ declare const FleetBreakdownSchema: z.ZodObject<{
|
|
|
8498
8499
|
file_description: string;
|
|
8499
8500
|
file_size: number;
|
|
8500
8501
|
file_metadata: Record<string, any>;
|
|
8501
|
-
user_id: string;
|
|
8502
8502
|
breakdown_id: string;
|
|
8503
8503
|
}, {
|
|
8504
8504
|
status: Status;
|
|
8505
8505
|
organisation_id: string;
|
|
8506
|
+
user_id: string;
|
|
8506
8507
|
usage_type: string;
|
|
8507
8508
|
file_type: FileType;
|
|
8508
|
-
user_id: string;
|
|
8509
8509
|
breakdown_id: string;
|
|
8510
8510
|
file_url?: string | undefined;
|
|
8511
8511
|
file_key?: string | undefined;
|
|
@@ -8518,9 +8518,9 @@ declare const FleetBreakdownSchema: z.ZodObject<{
|
|
|
8518
8518
|
}, "strip", z.ZodTypeAny, {
|
|
8519
8519
|
status: Status;
|
|
8520
8520
|
organisation_id: string;
|
|
8521
|
-
vehicle_id: string;
|
|
8522
|
-
time_zone_id: string;
|
|
8523
8521
|
user_id: string;
|
|
8522
|
+
time_zone_id: string;
|
|
8523
|
+
vehicle_id: string;
|
|
8524
8524
|
driver_id: string;
|
|
8525
8525
|
was_towed: YesNo;
|
|
8526
8526
|
is_vehicle_operational: YesNo;
|
|
@@ -8535,6 +8535,7 @@ declare const FleetBreakdownSchema: z.ZodObject<{
|
|
|
8535
8535
|
FleetBreakdownFileSchema: {
|
|
8536
8536
|
status: Status;
|
|
8537
8537
|
organisation_id: string;
|
|
8538
|
+
user_id: string;
|
|
8538
8539
|
usage_type: string;
|
|
8539
8540
|
file_type: FileType;
|
|
8540
8541
|
file_url: string;
|
|
@@ -8543,7 +8544,6 @@ declare const FleetBreakdownSchema: z.ZodObject<{
|
|
|
8543
8544
|
file_description: string;
|
|
8544
8545
|
file_size: number;
|
|
8545
8546
|
file_metadata: Record<string, any>;
|
|
8546
|
-
user_id: string;
|
|
8547
8547
|
breakdown_id: string;
|
|
8548
8548
|
}[];
|
|
8549
8549
|
latitude?: number | undefined;
|
|
@@ -8551,9 +8551,9 @@ declare const FleetBreakdownSchema: z.ZodObject<{
|
|
|
8551
8551
|
}, {
|
|
8552
8552
|
status: Status;
|
|
8553
8553
|
organisation_id: string;
|
|
8554
|
-
vehicle_id: string;
|
|
8555
|
-
time_zone_id: string;
|
|
8556
8554
|
user_id: string;
|
|
8555
|
+
time_zone_id: string;
|
|
8556
|
+
vehicle_id: string;
|
|
8557
8557
|
driver_id: string;
|
|
8558
8558
|
was_towed: YesNo;
|
|
8559
8559
|
is_vehicle_operational: YesNo;
|
|
@@ -8570,9 +8570,9 @@ declare const FleetBreakdownSchema: z.ZodObject<{
|
|
|
8570
8570
|
FleetBreakdownFileSchema?: {
|
|
8571
8571
|
status: Status;
|
|
8572
8572
|
organisation_id: string;
|
|
8573
|
+
user_id: string;
|
|
8573
8574
|
usage_type: string;
|
|
8574
8575
|
file_type: FileType;
|
|
8575
|
-
user_id: string;
|
|
8576
8576
|
breakdown_id: string;
|
|
8577
8577
|
file_url?: string | undefined;
|
|
8578
8578
|
file_key?: string | undefined;
|
|
@@ -8649,8 +8649,8 @@ declare const FleetBreakdownQuerySchema: z.ZodObject<{
|
|
|
8649
8649
|
date_format_id: string;
|
|
8650
8650
|
time_zone_id: string;
|
|
8651
8651
|
organisation_ids: string[];
|
|
8652
|
-
vehicle_ids: string[];
|
|
8653
8652
|
user_ids: string[];
|
|
8653
|
+
vehicle_ids: string[];
|
|
8654
8654
|
driver_ids: string[];
|
|
8655
8655
|
from_date: string;
|
|
8656
8656
|
to_date: string;
|
|
@@ -8685,8 +8685,8 @@ declare const FleetBreakdownQuerySchema: z.ZodObject<{
|
|
|
8685
8685
|
}[] | undefined;
|
|
8686
8686
|
include_master_data?: YesNo | undefined;
|
|
8687
8687
|
organisation_ids?: string[] | undefined;
|
|
8688
|
-
vehicle_ids?: string[] | undefined;
|
|
8689
8688
|
user_ids?: string[] | undefined;
|
|
8689
|
+
vehicle_ids?: string[] | undefined;
|
|
8690
8690
|
driver_ids?: string[] | undefined;
|
|
8691
8691
|
was_towed?: YesNo[] | undefined;
|
|
8692
8692
|
is_vehicle_operational?: YesNo[] | undefined;
|
|
@@ -8798,8 +8798,8 @@ declare const FleetBreakdownCostSchema: z.ZodObject<{
|
|
|
8798
8798
|
}, "strip", z.ZodTypeAny, {
|
|
8799
8799
|
status: Status;
|
|
8800
8800
|
organisation_id: string;
|
|
8801
|
-
time_zone_id: string;
|
|
8802
8801
|
user_id: string;
|
|
8802
|
+
time_zone_id: string;
|
|
8803
8803
|
expense_name_id: string;
|
|
8804
8804
|
breakdown_id: string;
|
|
8805
8805
|
breakdown_cost_date: string;
|
|
@@ -8808,8 +8808,8 @@ declare const FleetBreakdownCostSchema: z.ZodObject<{
|
|
|
8808
8808
|
}, {
|
|
8809
8809
|
status: Status;
|
|
8810
8810
|
organisation_id: string;
|
|
8811
|
-
time_zone_id: string;
|
|
8812
8811
|
user_id: string;
|
|
8812
|
+
time_zone_id: string;
|
|
8813
8813
|
expense_name_id: string;
|
|
8814
8814
|
breakdown_id: string;
|
|
8815
8815
|
breakdown_cost_date?: string | undefined;
|
|
@@ -8949,9 +8949,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
|
|
|
8949
8949
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
8950
8950
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
8951
8951
|
}, "strip", z.ZodTypeAny, {
|
|
8952
|
+
description: string;
|
|
8952
8953
|
status: Status;
|
|
8953
8954
|
organisation_id: string;
|
|
8954
|
-
description: string;
|
|
8955
8955
|
fuel_type: string;
|
|
8956
8956
|
}, {
|
|
8957
8957
|
status: Status;
|
|
@@ -9072,9 +9072,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
|
|
|
9072
9072
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
9073
9073
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
9074
9074
|
}, "strip", z.ZodTypeAny, {
|
|
9075
|
+
description: string;
|
|
9075
9076
|
status: Status;
|
|
9076
9077
|
organisation_id: string;
|
|
9077
|
-
description: string;
|
|
9078
9078
|
fuel_unit: string;
|
|
9079
9079
|
}, {
|
|
9080
9080
|
status: Status;
|
|
@@ -9195,9 +9195,9 @@ declare const MasterVehicleFuelRemovalReasonSchema: z.ZodObject<{
|
|
|
9195
9195
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
9196
9196
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
9197
9197
|
}, "strip", z.ZodTypeAny, {
|
|
9198
|
+
description: string;
|
|
9198
9199
|
status: Status;
|
|
9199
9200
|
organisation_id: string;
|
|
9200
|
-
description: string;
|
|
9201
9201
|
removal_reason: string;
|
|
9202
9202
|
}, {
|
|
9203
9203
|
status: Status;
|
|
@@ -9391,6 +9391,7 @@ declare const FleetFuelRemovalFileSchema: z.ZodObject<{
|
|
|
9391
9391
|
}, "strip", z.ZodTypeAny, {
|
|
9392
9392
|
status: Status;
|
|
9393
9393
|
organisation_id: string;
|
|
9394
|
+
user_id: string;
|
|
9394
9395
|
usage_type: string;
|
|
9395
9396
|
file_type: FileType;
|
|
9396
9397
|
file_url: string;
|
|
@@ -9399,14 +9400,13 @@ declare const FleetFuelRemovalFileSchema: z.ZodObject<{
|
|
|
9399
9400
|
file_description: string;
|
|
9400
9401
|
file_size: number;
|
|
9401
9402
|
file_metadata: Record<string, any>;
|
|
9402
|
-
user_id: string;
|
|
9403
9403
|
fleet_fuel_removal_id: string;
|
|
9404
9404
|
}, {
|
|
9405
9405
|
status: Status;
|
|
9406
9406
|
organisation_id: string;
|
|
9407
|
+
user_id: string;
|
|
9407
9408
|
usage_type: string;
|
|
9408
9409
|
file_type: FileType;
|
|
9409
|
-
user_id: string;
|
|
9410
9410
|
fleet_fuel_removal_id: string;
|
|
9411
9411
|
file_url?: string | undefined;
|
|
9412
9412
|
file_key?: string | undefined;
|
|
@@ -9461,6 +9461,7 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9461
9461
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
9462
9462
|
status: Status;
|
|
9463
9463
|
organisation_id: string;
|
|
9464
|
+
user_id: string;
|
|
9464
9465
|
usage_type: string;
|
|
9465
9466
|
file_type: FileType;
|
|
9466
9467
|
file_url: string;
|
|
@@ -9469,14 +9470,13 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9469
9470
|
file_description: string;
|
|
9470
9471
|
file_size: number;
|
|
9471
9472
|
file_metadata: Record<string, any>;
|
|
9472
|
-
user_id: string;
|
|
9473
9473
|
fleet_fuel_removal_id: string;
|
|
9474
9474
|
}, {
|
|
9475
9475
|
status: Status;
|
|
9476
9476
|
organisation_id: string;
|
|
9477
|
+
user_id: string;
|
|
9477
9478
|
usage_type: string;
|
|
9478
9479
|
file_type: FileType;
|
|
9479
|
-
user_id: string;
|
|
9480
9480
|
fleet_fuel_removal_id: string;
|
|
9481
9481
|
file_url?: string | undefined;
|
|
9482
9482
|
file_key?: string | undefined;
|
|
@@ -9488,9 +9488,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9488
9488
|
}, "strip", z.ZodTypeAny, {
|
|
9489
9489
|
status: Status;
|
|
9490
9490
|
organisation_id: string;
|
|
9491
|
-
vehicle_id: string;
|
|
9492
|
-
time_zone_id: string;
|
|
9493
9491
|
user_id: string;
|
|
9492
|
+
time_zone_id: string;
|
|
9493
|
+
vehicle_id: string;
|
|
9494
9494
|
driver_id: string;
|
|
9495
9495
|
odometer_reading: number;
|
|
9496
9496
|
google_location: string;
|
|
@@ -9507,6 +9507,7 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9507
9507
|
FleetFuelRemovalFileSchema: {
|
|
9508
9508
|
status: Status;
|
|
9509
9509
|
organisation_id: string;
|
|
9510
|
+
user_id: string;
|
|
9510
9511
|
usage_type: string;
|
|
9511
9512
|
file_type: FileType;
|
|
9512
9513
|
file_url: string;
|
|
@@ -9515,7 +9516,6 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9515
9516
|
file_description: string;
|
|
9516
9517
|
file_size: number;
|
|
9517
9518
|
file_metadata: Record<string, any>;
|
|
9518
|
-
user_id: string;
|
|
9519
9519
|
fleet_fuel_removal_id: string;
|
|
9520
9520
|
}[];
|
|
9521
9521
|
latitude?: number | undefined;
|
|
@@ -9530,9 +9530,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9530
9530
|
}, {
|
|
9531
9531
|
status: Status;
|
|
9532
9532
|
organisation_id: string;
|
|
9533
|
-
vehicle_id: string;
|
|
9534
|
-
time_zone_id: string;
|
|
9535
9533
|
user_id: string;
|
|
9534
|
+
time_zone_id: string;
|
|
9535
|
+
vehicle_id: string;
|
|
9536
9536
|
driver_id: string;
|
|
9537
9537
|
vehicle_fuel_type_id: string;
|
|
9538
9538
|
vehicle_fuel_unit_id: string;
|
|
@@ -9558,9 +9558,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9558
9558
|
FleetFuelRemovalFileSchema?: {
|
|
9559
9559
|
status: Status;
|
|
9560
9560
|
organisation_id: string;
|
|
9561
|
+
user_id: string;
|
|
9561
9562
|
usage_type: string;
|
|
9562
9563
|
file_type: FileType;
|
|
9563
|
-
user_id: string;
|
|
9564
9564
|
fleet_fuel_removal_id: string;
|
|
9565
9565
|
file_url?: string | undefined;
|
|
9566
9566
|
file_key?: string | undefined;
|
|
@@ -9638,8 +9638,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
9638
9638
|
date_format_id: string;
|
|
9639
9639
|
time_zone_id: string;
|
|
9640
9640
|
organisation_ids: string[];
|
|
9641
|
-
vehicle_ids: string[];
|
|
9642
9641
|
user_ids: string[];
|
|
9642
|
+
vehicle_ids: string[];
|
|
9643
9643
|
driver_ids: string[];
|
|
9644
9644
|
from_date: string;
|
|
9645
9645
|
to_date: string;
|
|
@@ -9675,8 +9675,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
9675
9675
|
}[] | undefined;
|
|
9676
9676
|
include_master_data?: YesNo | undefined;
|
|
9677
9677
|
organisation_ids?: string[] | undefined;
|
|
9678
|
-
vehicle_ids?: string[] | undefined;
|
|
9679
9678
|
user_ids?: string[] | undefined;
|
|
9679
|
+
vehicle_ids?: string[] | undefined;
|
|
9680
9680
|
driver_ids?: string[] | undefined;
|
|
9681
9681
|
fuel_removal_reason_ids?: string[] | undefined;
|
|
9682
9682
|
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
@@ -9720,9 +9720,9 @@ declare const MasterClassSchema: z.ZodObject<{
|
|
|
9720
9720
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
9721
9721
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
9722
9722
|
}, "strip", z.ZodTypeAny, {
|
|
9723
|
+
description: string;
|
|
9723
9724
|
status: Status;
|
|
9724
9725
|
organisation_id: string;
|
|
9725
|
-
description: string;
|
|
9726
9726
|
class_name: string;
|
|
9727
9727
|
}, {
|
|
9728
9728
|
status: Status;
|
|
@@ -9846,9 +9846,9 @@ declare const MasterProgramSchema: z.ZodObject<{
|
|
|
9846
9846
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
9847
9847
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
9848
9848
|
}, "strip", z.ZodTypeAny, {
|
|
9849
|
+
description: string;
|
|
9849
9850
|
status: Status;
|
|
9850
9851
|
organisation_id: string;
|
|
9851
|
-
description: string;
|
|
9852
9852
|
program_name: string;
|
|
9853
9853
|
}, {
|
|
9854
9854
|
status: Status;
|
|
@@ -9972,9 +9972,9 @@ declare const MasterSectionSchema: z.ZodObject<{
|
|
|
9972
9972
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
9973
9973
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
9974
9974
|
}, "strip", z.ZodTypeAny, {
|
|
9975
|
+
description: string;
|
|
9975
9976
|
status: Status;
|
|
9976
9977
|
organisation_id: string;
|
|
9977
|
-
description: string;
|
|
9978
9978
|
section_name: string;
|
|
9979
9979
|
}, {
|
|
9980
9980
|
status: Status;
|
|
@@ -10098,9 +10098,9 @@ declare const MasterSemesterSchema: z.ZodObject<{
|
|
|
10098
10098
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
10099
10099
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
10100
10100
|
}, "strip", z.ZodTypeAny, {
|
|
10101
|
+
description: string;
|
|
10101
10102
|
status: Status;
|
|
10102
10103
|
organisation_id: string;
|
|
10103
|
-
description: string;
|
|
10104
10104
|
semester_name: string;
|
|
10105
10105
|
}, {
|
|
10106
10106
|
status: Status;
|
|
@@ -10224,9 +10224,9 @@ declare const MasterStreamSchema: z.ZodObject<{
|
|
|
10224
10224
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
10225
10225
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
10226
10226
|
}, "strip", z.ZodTypeAny, {
|
|
10227
|
+
description: string;
|
|
10227
10228
|
status: Status;
|
|
10228
10229
|
organisation_id: string;
|
|
10229
|
-
description: string;
|
|
10230
10230
|
stream_name: string;
|
|
10231
10231
|
}, {
|
|
10232
10232
|
status: Status;
|
|
@@ -10350,9 +10350,9 @@ declare const MasterYearSchema: z.ZodObject<{
|
|
|
10350
10350
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
10351
10351
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
10352
10352
|
}, "strip", z.ZodTypeAny, {
|
|
10353
|
+
description: string;
|
|
10353
10354
|
status: Status;
|
|
10354
10355
|
organisation_id: string;
|
|
10355
|
-
description: string;
|
|
10356
10356
|
year_name: string;
|
|
10357
10357
|
}, {
|
|
10358
10358
|
status: Status;
|
|
@@ -10476,9 +10476,9 @@ declare const MasterRelationshipSchema: z.ZodObject<{
|
|
|
10476
10476
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
10477
10477
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
10478
10478
|
}, "strip", z.ZodTypeAny, {
|
|
10479
|
+
description: string;
|
|
10479
10480
|
status: Status;
|
|
10480
10481
|
organisation_id: string;
|
|
10481
|
-
description: string;
|
|
10482
10482
|
relationship_name: string;
|
|
10483
10483
|
}, {
|
|
10484
10484
|
status: Status;
|
|
@@ -11022,9 +11022,9 @@ declare const MasterDailyScheduleSchema: z.ZodObject<{
|
|
|
11022
11022
|
}, "strip", z.ZodTypeAny, {
|
|
11023
11023
|
status: Status;
|
|
11024
11024
|
organisation_id: string;
|
|
11025
|
-
vehicle_id: string;
|
|
11026
11025
|
time_zone_id: string;
|
|
11027
11026
|
organisation_branch_id: string;
|
|
11027
|
+
vehicle_id: string;
|
|
11028
11028
|
driver_id: string;
|
|
11029
11029
|
schedule_name: string;
|
|
11030
11030
|
schedule_status: Status;
|
|
@@ -11046,9 +11046,9 @@ declare const MasterDailyScheduleSchema: z.ZodObject<{
|
|
|
11046
11046
|
}, {
|
|
11047
11047
|
status: Status;
|
|
11048
11048
|
organisation_id: string;
|
|
11049
|
-
vehicle_id: string;
|
|
11050
11049
|
time_zone_id: string;
|
|
11051
11050
|
organisation_branch_id: string;
|
|
11051
|
+
vehicle_id: string;
|
|
11052
11052
|
driver_id: string;
|
|
11053
11053
|
schedule_name: string;
|
|
11054
11054
|
schedule_status: Status;
|
|
@@ -11132,8 +11132,8 @@ declare const MasterDailyScheduleQuerySchema: z.ZodObject<{
|
|
|
11132
11132
|
date_format_id: string;
|
|
11133
11133
|
time_zone_id: string;
|
|
11134
11134
|
organisation_ids: string[];
|
|
11135
|
-
vehicle_ids: string[];
|
|
11136
11135
|
organisation_branch_ids: string[];
|
|
11136
|
+
vehicle_ids: string[];
|
|
11137
11137
|
driver_ids: string[];
|
|
11138
11138
|
schedule_status: Status[];
|
|
11139
11139
|
schedule_type: BusLeg[];
|
|
@@ -11163,8 +11163,8 @@ declare const MasterDailyScheduleQuerySchema: z.ZodObject<{
|
|
|
11163
11163
|
}[] | undefined;
|
|
11164
11164
|
include_master_data?: YesNo | undefined;
|
|
11165
11165
|
organisation_ids?: string[] | undefined;
|
|
11166
|
-
vehicle_ids?: string[] | undefined;
|
|
11167
11166
|
organisation_branch_ids?: string[] | undefined;
|
|
11167
|
+
vehicle_ids?: string[] | undefined;
|
|
11168
11168
|
driver_ids?: string[] | undefined;
|
|
11169
11169
|
schedule_status?: Status[] | undefined;
|
|
11170
11170
|
schedule_type?: BusLeg[] | undefined;
|
|
@@ -11427,9 +11427,9 @@ declare const MasterSpecialScheduleSchema: z.ZodObject<{
|
|
|
11427
11427
|
}, "strip", z.ZodTypeAny, {
|
|
11428
11428
|
status: Status;
|
|
11429
11429
|
organisation_id: string;
|
|
11430
|
-
vehicle_id: string;
|
|
11431
11430
|
time_zone_id: string;
|
|
11432
11431
|
organisation_branch_id: string;
|
|
11432
|
+
vehicle_id: string;
|
|
11433
11433
|
driver_id: string;
|
|
11434
11434
|
schedule_name: string;
|
|
11435
11435
|
schedule_status: Status;
|
|
@@ -11451,9 +11451,9 @@ declare const MasterSpecialScheduleSchema: z.ZodObject<{
|
|
|
11451
11451
|
}, {
|
|
11452
11452
|
status: Status;
|
|
11453
11453
|
organisation_id: string;
|
|
11454
|
-
vehicle_id: string;
|
|
11455
11454
|
time_zone_id: string;
|
|
11456
11455
|
organisation_branch_id: string;
|
|
11456
|
+
vehicle_id: string;
|
|
11457
11457
|
driver_id: string;
|
|
11458
11458
|
schedule_name: string;
|
|
11459
11459
|
schedule_status: Status;
|
|
@@ -11537,8 +11537,8 @@ declare const MasterSpecialScheduleQuerySchema: z.ZodObject<{
|
|
|
11537
11537
|
date_format_id: string;
|
|
11538
11538
|
time_zone_id: string;
|
|
11539
11539
|
organisation_ids: string[];
|
|
11540
|
-
vehicle_ids: string[];
|
|
11541
11540
|
organisation_branch_ids: string[];
|
|
11541
|
+
vehicle_ids: string[];
|
|
11542
11542
|
driver_ids: string[];
|
|
11543
11543
|
schedule_status: Status[];
|
|
11544
11544
|
schedule_type: BusLeg[];
|
|
@@ -11568,8 +11568,8 @@ declare const MasterSpecialScheduleQuerySchema: z.ZodObject<{
|
|
|
11568
11568
|
}[] | undefined;
|
|
11569
11569
|
include_master_data?: YesNo | undefined;
|
|
11570
11570
|
organisation_ids?: string[] | undefined;
|
|
11571
|
-
vehicle_ids?: string[] | undefined;
|
|
11572
11571
|
organisation_branch_ids?: string[] | undefined;
|
|
11572
|
+
vehicle_ids?: string[] | undefined;
|
|
11573
11573
|
driver_ids?: string[] | undefined;
|
|
11574
11574
|
schedule_status?: Status[] | undefined;
|
|
11575
11575
|
schedule_type?: BusLeg[] | undefined;
|
|
@@ -13944,6 +13944,7 @@ declare const FleetFuelRefillFileSchema: z.ZodObject<{
|
|
|
13944
13944
|
}, "strip", z.ZodTypeAny, {
|
|
13945
13945
|
status: Status;
|
|
13946
13946
|
organisation_id: string;
|
|
13947
|
+
user_id: string;
|
|
13947
13948
|
usage_type: string;
|
|
13948
13949
|
file_type: FileType;
|
|
13949
13950
|
file_url: string;
|
|
@@ -13952,14 +13953,13 @@ declare const FleetFuelRefillFileSchema: z.ZodObject<{
|
|
|
13952
13953
|
file_description: string;
|
|
13953
13954
|
file_size: number;
|
|
13954
13955
|
file_metadata: Record<string, any>;
|
|
13955
|
-
user_id: string;
|
|
13956
13956
|
fleet_fuel_refill_id: string;
|
|
13957
13957
|
}, {
|
|
13958
13958
|
status: Status;
|
|
13959
13959
|
organisation_id: string;
|
|
13960
|
+
user_id: string;
|
|
13960
13961
|
usage_type: string;
|
|
13961
13962
|
file_type: FileType;
|
|
13962
|
-
user_id: string;
|
|
13963
13963
|
fleet_fuel_refill_id: string;
|
|
13964
13964
|
file_url?: string | undefined;
|
|
13965
13965
|
file_key?: string | undefined;
|
|
@@ -14026,6 +14026,7 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
14026
14026
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
14027
14027
|
status: Status;
|
|
14028
14028
|
organisation_id: string;
|
|
14029
|
+
user_id: string;
|
|
14029
14030
|
usage_type: string;
|
|
14030
14031
|
file_type: FileType;
|
|
14031
14032
|
file_url: string;
|
|
@@ -14034,14 +14035,13 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
14034
14035
|
file_description: string;
|
|
14035
14036
|
file_size: number;
|
|
14036
14037
|
file_metadata: Record<string, any>;
|
|
14037
|
-
user_id: string;
|
|
14038
14038
|
fleet_fuel_refill_id: string;
|
|
14039
14039
|
}, {
|
|
14040
14040
|
status: Status;
|
|
14041
14041
|
organisation_id: string;
|
|
14042
|
+
user_id: string;
|
|
14042
14043
|
usage_type: string;
|
|
14043
14044
|
file_type: FileType;
|
|
14044
|
-
user_id: string;
|
|
14045
14045
|
fleet_fuel_refill_id: string;
|
|
14046
14046
|
file_url?: string | undefined;
|
|
14047
14047
|
file_key?: string | undefined;
|
|
@@ -14053,9 +14053,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
14053
14053
|
}, "strip", z.ZodTypeAny, {
|
|
14054
14054
|
status: Status;
|
|
14055
14055
|
organisation_id: string;
|
|
14056
|
-
vehicle_id: string;
|
|
14057
|
-
time_zone_id: string;
|
|
14058
14056
|
user_id: string;
|
|
14057
|
+
time_zone_id: string;
|
|
14058
|
+
vehicle_id: string;
|
|
14059
14059
|
driver_id: string;
|
|
14060
14060
|
odometer_reading: number;
|
|
14061
14061
|
google_location: string;
|
|
@@ -14084,6 +14084,7 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
14084
14084
|
FleetFuelRefillFile: {
|
|
14085
14085
|
status: Status;
|
|
14086
14086
|
organisation_id: string;
|
|
14087
|
+
user_id: string;
|
|
14087
14088
|
usage_type: string;
|
|
14088
14089
|
file_type: FileType;
|
|
14089
14090
|
file_url: string;
|
|
@@ -14092,7 +14093,6 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
14092
14093
|
file_description: string;
|
|
14093
14094
|
file_size: number;
|
|
14094
14095
|
file_metadata: Record<string, any>;
|
|
14095
|
-
user_id: string;
|
|
14096
14096
|
fleet_fuel_refill_id: string;
|
|
14097
14097
|
}[];
|
|
14098
14098
|
latitude?: number | undefined;
|
|
@@ -14107,9 +14107,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
14107
14107
|
}, {
|
|
14108
14108
|
status: Status;
|
|
14109
14109
|
organisation_id: string;
|
|
14110
|
-
vehicle_id: string;
|
|
14111
|
-
time_zone_id: string;
|
|
14112
14110
|
user_id: string;
|
|
14111
|
+
time_zone_id: string;
|
|
14112
|
+
vehicle_id: string;
|
|
14113
14113
|
driver_id: string;
|
|
14114
14114
|
vendor_id: string;
|
|
14115
14115
|
fuel_station_id: string;
|
|
@@ -14147,9 +14147,9 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
14147
14147
|
FleetFuelRefillFile?: {
|
|
14148
14148
|
status: Status;
|
|
14149
14149
|
organisation_id: string;
|
|
14150
|
+
user_id: string;
|
|
14150
14151
|
usage_type: string;
|
|
14151
14152
|
file_type: FileType;
|
|
14152
|
-
user_id: string;
|
|
14153
14153
|
fleet_fuel_refill_id: string;
|
|
14154
14154
|
file_url?: string | undefined;
|
|
14155
14155
|
file_key?: string | undefined;
|
|
@@ -14233,8 +14233,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
|
|
|
14233
14233
|
date_format_id: string;
|
|
14234
14234
|
time_zone_id: string;
|
|
14235
14235
|
organisation_ids: string[];
|
|
14236
|
-
vehicle_ids: string[];
|
|
14237
14236
|
user_ids: string[];
|
|
14237
|
+
vehicle_ids: string[];
|
|
14238
14238
|
driver_ids: string[];
|
|
14239
14239
|
from_date: string;
|
|
14240
14240
|
to_date: string;
|
|
@@ -14276,8 +14276,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
|
|
|
14276
14276
|
}[] | undefined;
|
|
14277
14277
|
include_master_data?: YesNo | undefined;
|
|
14278
14278
|
organisation_ids?: string[] | undefined;
|
|
14279
|
-
vehicle_ids?: string[] | undefined;
|
|
14280
14279
|
user_ids?: string[] | undefined;
|
|
14280
|
+
vehicle_ids?: string[] | undefined;
|
|
14281
14281
|
driver_ids?: string[] | undefined;
|
|
14282
14282
|
vendor_ids?: string[] | undefined;
|
|
14283
14283
|
fuel_station_ids?: string[] | undefined;
|
|
@@ -14387,8 +14387,8 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
|
|
|
14387
14387
|
}, "strip", z.ZodTypeAny, {
|
|
14388
14388
|
status: Status;
|
|
14389
14389
|
organisation_id: string;
|
|
14390
|
-
vehicle_ids: string[];
|
|
14391
14390
|
user_ids: string[];
|
|
14391
|
+
vehicle_ids: string[];
|
|
14392
14392
|
notification_name: string;
|
|
14393
14393
|
notification_status: OnOff;
|
|
14394
14394
|
notification_channels: NotificationChannel[];
|
|
@@ -14408,8 +14408,8 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
|
|
|
14408
14408
|
all_users: YesNo;
|
|
14409
14409
|
all_geofences: YesNo;
|
|
14410
14410
|
all_vehicles: YesNo;
|
|
14411
|
-
vehicle_ids?: string[] | undefined;
|
|
14412
14411
|
user_ids?: string[] | undefined;
|
|
14412
|
+
vehicle_ids?: string[] | undefined;
|
|
14413
14413
|
notification_channels?: NotificationChannel[] | undefined;
|
|
14414
14414
|
mobile_numbers?: string | undefined;
|
|
14415
14415
|
email_ids?: string | undefined;
|
|
@@ -14562,8 +14562,8 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
|
|
|
14562
14562
|
}, "strip", z.ZodTypeAny, {
|
|
14563
14563
|
status: Status;
|
|
14564
14564
|
organisation_id: string;
|
|
14565
|
-
vehicle_id: string;
|
|
14566
14565
|
time_zone_id: string;
|
|
14566
|
+
vehicle_id: string;
|
|
14567
14567
|
driver_id: string;
|
|
14568
14568
|
gps_geofence_id: string;
|
|
14569
14569
|
geofence_enter_date_time: string;
|
|
@@ -14574,8 +14574,8 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
|
|
|
14574
14574
|
}, {
|
|
14575
14575
|
status: Status;
|
|
14576
14576
|
organisation_id: string;
|
|
14577
|
-
vehicle_id: string;
|
|
14578
14577
|
time_zone_id: string;
|
|
14578
|
+
vehicle_id: string;
|
|
14579
14579
|
driver_id: string;
|
|
14580
14580
|
gps_geofence_id: string;
|
|
14581
14581
|
geofence_enter_date_time: string;
|
|
@@ -14743,8 +14743,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
14743
14743
|
}, "strip", z.ZodTypeAny, {
|
|
14744
14744
|
status: Status;
|
|
14745
14745
|
organisation_id: string;
|
|
14746
|
-
vehicle_id: string;
|
|
14747
14746
|
time_zone_id: string;
|
|
14747
|
+
vehicle_id: string;
|
|
14748
14748
|
driver_id: string;
|
|
14749
14749
|
duration_seconds: number;
|
|
14750
14750
|
from_geofence_exit_date_time: string;
|
|
@@ -14759,8 +14759,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
14759
14759
|
}, {
|
|
14760
14760
|
status: Status;
|
|
14761
14761
|
organisation_id: string;
|
|
14762
|
-
vehicle_id: string;
|
|
14763
14762
|
time_zone_id: string;
|
|
14763
|
+
vehicle_id: string;
|
|
14764
14764
|
driver_id: string;
|
|
14765
14765
|
from_geofence_exit_date_time: string;
|
|
14766
14766
|
to_geofence_enter_date_time: string;
|
|
@@ -15168,8 +15168,8 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
|
|
|
15168
15168
|
}, "strip", z.ZodTypeAny, {
|
|
15169
15169
|
status: Status;
|
|
15170
15170
|
organisation_id: string;
|
|
15171
|
-
vehicle_id: string;
|
|
15172
15171
|
time_zone_id: string;
|
|
15172
|
+
vehicle_id: string;
|
|
15173
15173
|
driver_id: string;
|
|
15174
15174
|
gps_geofence_id: string;
|
|
15175
15175
|
geofence_status_type: GeofenceStatusType;
|
|
@@ -15177,8 +15177,8 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
|
|
|
15177
15177
|
}, {
|
|
15178
15178
|
status: Status;
|
|
15179
15179
|
organisation_id: string;
|
|
15180
|
-
vehicle_id: string;
|
|
15181
15180
|
time_zone_id: string;
|
|
15181
|
+
vehicle_id: string;
|
|
15182
15182
|
driver_id: string;
|
|
15183
15183
|
gps_geofence_id: string;
|
|
15184
15184
|
geofence_status_type: GeofenceStatusType;
|
|
@@ -15453,6 +15453,7 @@ declare const MasterDriverFileSchema: z.ZodObject<{
|
|
|
15453
15453
|
}, "strip", z.ZodTypeAny, {
|
|
15454
15454
|
status: Status;
|
|
15455
15455
|
organisation_id: string;
|
|
15456
|
+
user_id: string;
|
|
15456
15457
|
usage_type: string;
|
|
15457
15458
|
file_type: FileType;
|
|
15458
15459
|
file_url: string;
|
|
@@ -15461,14 +15462,13 @@ declare const MasterDriverFileSchema: z.ZodObject<{
|
|
|
15461
15462
|
file_description: string;
|
|
15462
15463
|
file_size: number;
|
|
15463
15464
|
file_metadata: Record<string, any>;
|
|
15464
|
-
user_id: string;
|
|
15465
15465
|
driver_id: string;
|
|
15466
15466
|
}, {
|
|
15467
15467
|
status: Status;
|
|
15468
15468
|
organisation_id: string;
|
|
15469
|
+
user_id: string;
|
|
15469
15470
|
usage_type: string;
|
|
15470
15471
|
file_type: FileType;
|
|
15471
|
-
user_id: string;
|
|
15472
15472
|
driver_id: string;
|
|
15473
15473
|
file_url?: string | undefined;
|
|
15474
15474
|
file_key?: string | undefined;
|
|
@@ -15517,6 +15517,7 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
15517
15517
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
15518
15518
|
status: Status;
|
|
15519
15519
|
organisation_id: string;
|
|
15520
|
+
user_id: string;
|
|
15520
15521
|
usage_type: string;
|
|
15521
15522
|
file_type: FileType;
|
|
15522
15523
|
file_url: string;
|
|
@@ -15525,14 +15526,13 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
15525
15526
|
file_description: string;
|
|
15526
15527
|
file_size: number;
|
|
15527
15528
|
file_metadata: Record<string, any>;
|
|
15528
|
-
user_id: string;
|
|
15529
15529
|
driver_id: string;
|
|
15530
15530
|
}, {
|
|
15531
15531
|
status: Status;
|
|
15532
15532
|
organisation_id: string;
|
|
15533
|
+
user_id: string;
|
|
15533
15534
|
usage_type: string;
|
|
15534
15535
|
file_type: FileType;
|
|
15535
|
-
user_id: string;
|
|
15536
15536
|
driver_id: string;
|
|
15537
15537
|
file_url?: string | undefined;
|
|
15538
15538
|
file_key?: string | undefined;
|
|
@@ -15544,11 +15544,11 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
15544
15544
|
}, "strip", z.ZodTypeAny, {
|
|
15545
15545
|
status: Status;
|
|
15546
15546
|
organisation_id: string;
|
|
15547
|
+
user_id: string;
|
|
15547
15548
|
organisation_sub_company_id: string;
|
|
15548
15549
|
organisation_branch_id: string;
|
|
15549
15550
|
organisation_color_id: string;
|
|
15550
15551
|
organisation_tag_id: string;
|
|
15551
|
-
user_id: string;
|
|
15552
15552
|
driver_image_url: string;
|
|
15553
15553
|
driver_image_key: string;
|
|
15554
15554
|
driver_image_name: string;
|
|
@@ -15566,6 +15566,7 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
15566
15566
|
MasterDriverFileSchema: {
|
|
15567
15567
|
status: Status;
|
|
15568
15568
|
organisation_id: string;
|
|
15569
|
+
user_id: string;
|
|
15569
15570
|
usage_type: string;
|
|
15570
15571
|
file_type: FileType;
|
|
15571
15572
|
file_url: string;
|
|
@@ -15574,17 +15575,16 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
15574
15575
|
file_description: string;
|
|
15575
15576
|
file_size: number;
|
|
15576
15577
|
file_metadata: Record<string, any>;
|
|
15577
|
-
user_id: string;
|
|
15578
15578
|
driver_id: string;
|
|
15579
15579
|
}[];
|
|
15580
15580
|
}, {
|
|
15581
15581
|
status: Status;
|
|
15582
15582
|
organisation_id: string;
|
|
15583
|
+
user_id: string;
|
|
15583
15584
|
organisation_sub_company_id: string;
|
|
15584
15585
|
organisation_branch_id: string;
|
|
15585
15586
|
organisation_color_id: string;
|
|
15586
15587
|
organisation_tag_id: string;
|
|
15587
|
-
user_id: string;
|
|
15588
15588
|
driver_first_name: string;
|
|
15589
15589
|
can_login: YesNo;
|
|
15590
15590
|
driver_type: DriverType;
|
|
@@ -15602,9 +15602,9 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
15602
15602
|
MasterDriverFileSchema?: {
|
|
15603
15603
|
status: Status;
|
|
15604
15604
|
organisation_id: string;
|
|
15605
|
+
user_id: string;
|
|
15605
15606
|
usage_type: string;
|
|
15606
15607
|
file_type: FileType;
|
|
15607
|
-
user_id: string;
|
|
15608
15608
|
driver_id: string;
|
|
15609
15609
|
file_url?: string | undefined;
|
|
15610
15610
|
file_key?: string | undefined;
|
|
@@ -15680,12 +15680,12 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
15680
15680
|
date_format_id: string;
|
|
15681
15681
|
time_zone_id: string;
|
|
15682
15682
|
organisation_ids: string[];
|
|
15683
|
-
|
|
15683
|
+
user_ids: string[];
|
|
15684
15684
|
organisation_sub_company_ids: string[];
|
|
15685
15685
|
organisation_branch_ids: string[];
|
|
15686
15686
|
organisation_color_ids: string[];
|
|
15687
15687
|
organisation_tag_ids: string[];
|
|
15688
|
-
|
|
15688
|
+
vehicle_ids: string[];
|
|
15689
15689
|
driver_ids: string[];
|
|
15690
15690
|
can_login: YesNo[];
|
|
15691
15691
|
driver_type: DriverType[];
|
|
@@ -15713,12 +15713,12 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
15713
15713
|
}[] | undefined;
|
|
15714
15714
|
include_master_data?: YesNo | undefined;
|
|
15715
15715
|
organisation_ids?: string[] | undefined;
|
|
15716
|
-
|
|
15716
|
+
user_ids?: string[] | undefined;
|
|
15717
15717
|
organisation_sub_company_ids?: string[] | undefined;
|
|
15718
15718
|
organisation_branch_ids?: string[] | undefined;
|
|
15719
15719
|
organisation_color_ids?: string[] | undefined;
|
|
15720
15720
|
organisation_tag_ids?: string[] | undefined;
|
|
15721
|
-
|
|
15721
|
+
vehicle_ids?: string[] | undefined;
|
|
15722
15722
|
driver_ids?: string[] | undefined;
|
|
15723
15723
|
can_login?: YesNo[] | undefined;
|
|
15724
15724
|
driver_type?: DriverType[] | undefined;
|
|
@@ -15945,17 +15945,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
|
|
|
15945
15945
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
15946
15946
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
15947
15947
|
}, "strip", z.ZodTypeAny, {
|
|
15948
|
+
description: string;
|
|
15948
15949
|
status: Status;
|
|
15949
15950
|
organisation_id: string;
|
|
15950
15951
|
vehicle_ids: string[];
|
|
15951
|
-
description: string;
|
|
15952
15952
|
group_name: string;
|
|
15953
15953
|
}, {
|
|
15954
15954
|
status: Status;
|
|
15955
15955
|
organisation_id: string;
|
|
15956
15956
|
group_name: string;
|
|
15957
|
-
vehicle_ids?: string[] | undefined;
|
|
15958
15957
|
description?: string | undefined;
|
|
15958
|
+
vehicle_ids?: string[] | undefined;
|
|
15959
15959
|
}>;
|
|
15960
15960
|
type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
|
|
15961
15961
|
declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
@@ -16077,10 +16077,10 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
16077
16077
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16078
16078
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16079
16079
|
}, "strip", z.ZodTypeAny, {
|
|
16080
|
+
description: string;
|
|
16080
16081
|
status: Status;
|
|
16081
16082
|
organisation_id: string;
|
|
16082
16083
|
vehicle_type: string;
|
|
16083
|
-
description: string;
|
|
16084
16084
|
}, {
|
|
16085
16085
|
status: Status;
|
|
16086
16086
|
organisation_id: string;
|
|
@@ -16212,9 +16212,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
|
|
|
16212
16212
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16213
16213
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16214
16214
|
}, "strip", z.ZodTypeAny, {
|
|
16215
|
+
description: string;
|
|
16215
16216
|
status: Status;
|
|
16216
16217
|
organisation_id: string;
|
|
16217
|
-
description: string;
|
|
16218
16218
|
vehicle_sub_model: string;
|
|
16219
16219
|
vehicle_make_id: string;
|
|
16220
16220
|
vehicle_model_id: string;
|
|
@@ -16363,9 +16363,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
|
|
|
16363
16363
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16364
16364
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16365
16365
|
}, "strip", z.ZodTypeAny, {
|
|
16366
|
+
description: string;
|
|
16366
16367
|
status: Status;
|
|
16367
16368
|
organisation_id: string;
|
|
16368
|
-
description: string;
|
|
16369
16369
|
vehicle_make_id: string;
|
|
16370
16370
|
vehicle_model: string;
|
|
16371
16371
|
}, {
|
|
@@ -16507,9 +16507,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
|
|
|
16507
16507
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16508
16508
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16509
16509
|
}, "strip", z.ZodTypeAny, {
|
|
16510
|
+
description: string;
|
|
16510
16511
|
status: Status;
|
|
16511
16512
|
organisation_id: string;
|
|
16512
|
-
description: string;
|
|
16513
16513
|
vehicle_make: string;
|
|
16514
16514
|
}, {
|
|
16515
16515
|
status: Status;
|
|
@@ -16634,9 +16634,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
|
|
|
16634
16634
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16635
16635
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16636
16636
|
}, "strip", z.ZodTypeAny, {
|
|
16637
|
+
description: string;
|
|
16637
16638
|
status: Status;
|
|
16638
16639
|
organisation_id: string;
|
|
16639
|
-
description: string;
|
|
16640
16640
|
status_type: string;
|
|
16641
16641
|
}, {
|
|
16642
16642
|
status: Status;
|
|
@@ -16761,9 +16761,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
|
|
|
16761
16761
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16762
16762
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16763
16763
|
}, "strip", z.ZodTypeAny, {
|
|
16764
|
+
description: string;
|
|
16764
16765
|
status: Status;
|
|
16765
16766
|
organisation_id: string;
|
|
16766
|
-
description: string;
|
|
16767
16767
|
ownership_type: string;
|
|
16768
16768
|
}, {
|
|
16769
16769
|
status: Status;
|
|
@@ -16888,9 +16888,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
|
|
|
16888
16888
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16889
16889
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16890
16890
|
}, "strip", z.ZodTypeAny, {
|
|
16891
|
+
description: string;
|
|
16891
16892
|
status: Status;
|
|
16892
16893
|
organisation_id: string;
|
|
16893
|
-
description: string;
|
|
16894
16894
|
associated_to: string;
|
|
16895
16895
|
}, {
|
|
16896
16896
|
status: Status;
|
|
@@ -17011,8 +17011,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
|
|
|
17011
17011
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17012
17012
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
17013
17013
|
}, "strip", z.ZodTypeAny, {
|
|
17014
|
-
status: Status;
|
|
17015
17014
|
description: string;
|
|
17015
|
+
status: Status;
|
|
17016
17016
|
device_type_name: string;
|
|
17017
17017
|
device_type_code: string;
|
|
17018
17018
|
}, {
|
|
@@ -17136,8 +17136,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
|
|
|
17136
17136
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17137
17137
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
17138
17138
|
}, "strip", z.ZodTypeAny, {
|
|
17139
|
-
status: Status;
|
|
17140
17139
|
description: string;
|
|
17140
|
+
status: Status;
|
|
17141
17141
|
device_model_name: string;
|
|
17142
17142
|
device_model_code: string;
|
|
17143
17143
|
device_manufacturer_id: string;
|
|
@@ -17273,8 +17273,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
|
|
|
17273
17273
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17274
17274
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
17275
17275
|
}, "strip", z.ZodTypeAny, {
|
|
17276
|
-
status: Status;
|
|
17277
17276
|
description: string;
|
|
17277
|
+
status: Status;
|
|
17278
17278
|
device_manufacturer_name: string;
|
|
17279
17279
|
device_manufacturer_code: string;
|
|
17280
17280
|
}, {
|
|
@@ -17431,9 +17431,9 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
|
|
|
17431
17431
|
}, "strip", z.ZodTypeAny, {
|
|
17432
17432
|
status: Status;
|
|
17433
17433
|
organisation_id: string;
|
|
17434
|
+
user_id: string;
|
|
17434
17435
|
time_zone_id: string;
|
|
17435
17436
|
vehicle_ids: string[];
|
|
17436
|
-
user_id: string;
|
|
17437
17437
|
inspection_schedule_name: string;
|
|
17438
17438
|
inspection_schedule_description: string;
|
|
17439
17439
|
inspection_schedule_start_date: string;
|
|
@@ -17441,8 +17441,8 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
|
|
|
17441
17441
|
}, {
|
|
17442
17442
|
status: Status;
|
|
17443
17443
|
organisation_id: string;
|
|
17444
|
-
time_zone_id: string;
|
|
17445
17444
|
user_id: string;
|
|
17445
|
+
time_zone_id: string;
|
|
17446
17446
|
inspection_schedule_name: string;
|
|
17447
17447
|
inspection_schedule_start_date: string;
|
|
17448
17448
|
inspection_schedule_due_date: string;
|
|
@@ -17600,9 +17600,9 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
|
|
|
17600
17600
|
}, "strip", z.ZodTypeAny, {
|
|
17601
17601
|
status: Status;
|
|
17602
17602
|
organisation_id: string;
|
|
17603
|
+
user_id: string;
|
|
17603
17604
|
time_zone_id: string;
|
|
17604
17605
|
vehicle_ids: string[];
|
|
17605
|
-
user_id: string;
|
|
17606
17606
|
service_schedule_name: string;
|
|
17607
17607
|
service_schedule_description: string;
|
|
17608
17608
|
service_schedule_start_date: string;
|
|
@@ -17610,8 +17610,8 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
|
|
|
17610
17610
|
}, {
|
|
17611
17611
|
status: Status;
|
|
17612
17612
|
organisation_id: string;
|
|
17613
|
-
time_zone_id: string;
|
|
17614
17613
|
user_id: string;
|
|
17614
|
+
time_zone_id: string;
|
|
17615
17615
|
service_schedule_name: string;
|
|
17616
17616
|
service_schedule_start_date: string;
|
|
17617
17617
|
service_schedule_due_date: string;
|
|
@@ -17986,16 +17986,16 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
|
17986
17986
|
}, "strip", z.ZodTypeAny, {
|
|
17987
17987
|
status: Status;
|
|
17988
17988
|
organisation_id: string;
|
|
17989
|
-
vehicle_id: string;
|
|
17990
17989
|
time_zone_id: string;
|
|
17990
|
+
vehicle_id: string;
|
|
17991
17991
|
link_status: TrackHistoryLinkStatus;
|
|
17992
17992
|
from_date_time: string;
|
|
17993
17993
|
to_date_time: string;
|
|
17994
17994
|
}, {
|
|
17995
17995
|
status: Status;
|
|
17996
17996
|
organisation_id: string;
|
|
17997
|
-
vehicle_id: string;
|
|
17998
17997
|
time_zone_id: string;
|
|
17998
|
+
vehicle_id: string;
|
|
17999
17999
|
link_status: TrackHistoryLinkStatus;
|
|
18000
18000
|
from_date_time: string;
|
|
18001
18001
|
to_date_time: string;
|
|
@@ -18439,9 +18439,9 @@ declare const OrganisationFleetSchema: z.ZodObject<{
|
|
|
18439
18439
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
18440
18440
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
18441
18441
|
}, "strip", z.ZodTypeAny, {
|
|
18442
|
+
description: string;
|
|
18442
18443
|
status: Status;
|
|
18443
18444
|
organisation_id: string;
|
|
18444
|
-
description: string;
|
|
18445
18445
|
fleet_name: string;
|
|
18446
18446
|
}, {
|
|
18447
18447
|
status: Status;
|
|
@@ -19220,7 +19220,7 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
19220
19220
|
}, "strip", z.ZodTypeAny, {
|
|
19221
19221
|
status: Status;
|
|
19222
19222
|
organisation_id: string;
|
|
19223
|
-
|
|
19223
|
+
user_id: string;
|
|
19224
19224
|
usage_type: string;
|
|
19225
19225
|
file_type: FileType;
|
|
19226
19226
|
file_url: string;
|
|
@@ -19229,14 +19229,14 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
19229
19229
|
file_description: string;
|
|
19230
19230
|
file_size: number;
|
|
19231
19231
|
file_metadata: Record<string, any>;
|
|
19232
|
-
|
|
19232
|
+
vehicle_id: string;
|
|
19233
19233
|
}, {
|
|
19234
19234
|
status: Status;
|
|
19235
19235
|
organisation_id: string;
|
|
19236
|
-
|
|
19236
|
+
user_id: string;
|
|
19237
19237
|
usage_type: string;
|
|
19238
19238
|
file_type: FileType;
|
|
19239
|
-
|
|
19239
|
+
vehicle_id: string;
|
|
19240
19240
|
file_url?: string | undefined;
|
|
19241
19241
|
file_key?: string | undefined;
|
|
19242
19242
|
file_name?: string | undefined;
|
|
@@ -19315,7 +19315,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
19315
19315
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
19316
19316
|
status: Status;
|
|
19317
19317
|
organisation_id: string;
|
|
19318
|
-
|
|
19318
|
+
user_id: string;
|
|
19319
19319
|
usage_type: string;
|
|
19320
19320
|
file_type: FileType;
|
|
19321
19321
|
file_url: string;
|
|
@@ -19324,14 +19324,14 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
19324
19324
|
file_description: string;
|
|
19325
19325
|
file_size: number;
|
|
19326
19326
|
file_metadata: Record<string, any>;
|
|
19327
|
-
|
|
19327
|
+
vehicle_id: string;
|
|
19328
19328
|
}, {
|
|
19329
19329
|
status: Status;
|
|
19330
19330
|
organisation_id: string;
|
|
19331
|
-
|
|
19331
|
+
user_id: string;
|
|
19332
19332
|
usage_type: string;
|
|
19333
19333
|
file_type: FileType;
|
|
19334
|
-
|
|
19334
|
+
vehicle_id: string;
|
|
19335
19335
|
file_url?: string | undefined;
|
|
19336
19336
|
file_key?: string | undefined;
|
|
19337
19337
|
file_name?: string | undefined;
|
|
@@ -19342,14 +19342,14 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
19342
19342
|
}, "strip", z.ZodTypeAny, {
|
|
19343
19343
|
status: Status;
|
|
19344
19344
|
organisation_id: string;
|
|
19345
|
-
|
|
19345
|
+
user_id: string;
|
|
19346
19346
|
time_zone_id: string;
|
|
19347
19347
|
country_id: string;
|
|
19348
19348
|
organisation_sub_company_id: string;
|
|
19349
19349
|
organisation_branch_id: string;
|
|
19350
19350
|
organisation_color_id: string;
|
|
19351
19351
|
organisation_tag_id: string;
|
|
19352
|
-
|
|
19352
|
+
vehicle_number: string;
|
|
19353
19353
|
odometer_reading: number;
|
|
19354
19354
|
vehicle_fuel_type_id: string;
|
|
19355
19355
|
vehicle_fuel_unit_id: string;
|
|
@@ -19381,7 +19381,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
19381
19381
|
MasterVehicleFileSchema: {
|
|
19382
19382
|
status: Status;
|
|
19383
19383
|
organisation_id: string;
|
|
19384
|
-
|
|
19384
|
+
user_id: string;
|
|
19385
19385
|
usage_type: string;
|
|
19386
19386
|
file_type: FileType;
|
|
19387
19387
|
file_url: string;
|
|
@@ -19390,19 +19390,19 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
19390
19390
|
file_description: string;
|
|
19391
19391
|
file_size: number;
|
|
19392
19392
|
file_metadata: Record<string, any>;
|
|
19393
|
-
|
|
19393
|
+
vehicle_id: string;
|
|
19394
19394
|
}[];
|
|
19395
19395
|
}, {
|
|
19396
19396
|
status: Status;
|
|
19397
19397
|
organisation_id: string;
|
|
19398
|
-
|
|
19398
|
+
user_id: string;
|
|
19399
19399
|
time_zone_id: string;
|
|
19400
19400
|
country_id: string;
|
|
19401
19401
|
organisation_sub_company_id: string;
|
|
19402
19402
|
organisation_branch_id: string;
|
|
19403
19403
|
organisation_color_id: string;
|
|
19404
19404
|
organisation_tag_id: string;
|
|
19405
|
-
|
|
19405
|
+
vehicle_number: string;
|
|
19406
19406
|
vehicle_fuel_type_id: string;
|
|
19407
19407
|
vehicle_fuel_unit_id: string;
|
|
19408
19408
|
vehicle_type_id: string;
|
|
@@ -19434,10 +19434,10 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
19434
19434
|
MasterVehicleFileSchema?: {
|
|
19435
19435
|
status: Status;
|
|
19436
19436
|
organisation_id: string;
|
|
19437
|
-
|
|
19437
|
+
user_id: string;
|
|
19438
19438
|
usage_type: string;
|
|
19439
19439
|
file_type: FileType;
|
|
19440
|
-
|
|
19440
|
+
vehicle_id: string;
|
|
19441
19441
|
file_url?: string | undefined;
|
|
19442
19442
|
file_key?: string | undefined;
|
|
19443
19443
|
file_name?: string | undefined;
|
|
@@ -19970,12 +19970,12 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
19970
19970
|
date_format_id: string;
|
|
19971
19971
|
time_zone_id: string;
|
|
19972
19972
|
organisation_ids: string[];
|
|
19973
|
-
|
|
19973
|
+
user_ids: string[];
|
|
19974
19974
|
organisation_sub_company_ids: string[];
|
|
19975
19975
|
organisation_branch_ids: string[];
|
|
19976
19976
|
organisation_color_ids: string[];
|
|
19977
19977
|
organisation_tag_ids: string[];
|
|
19978
|
-
|
|
19978
|
+
vehicle_ids: string[];
|
|
19979
19979
|
driver_ids: string[];
|
|
19980
19980
|
vehicle_fuel_type_ids: string[];
|
|
19981
19981
|
vehicle_fuel_unit_ids: string[];
|
|
@@ -20017,12 +20017,12 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
20017
20017
|
}[] | undefined;
|
|
20018
20018
|
include_master_data?: YesNo | undefined;
|
|
20019
20019
|
organisation_ids?: string[] | undefined;
|
|
20020
|
-
|
|
20020
|
+
user_ids?: string[] | undefined;
|
|
20021
20021
|
organisation_sub_company_ids?: string[] | undefined;
|
|
20022
20022
|
organisation_branch_ids?: string[] | undefined;
|
|
20023
20023
|
organisation_color_ids?: string[] | undefined;
|
|
20024
20024
|
organisation_tag_ids?: string[] | undefined;
|
|
20025
|
-
|
|
20025
|
+
vehicle_ids?: string[] | undefined;
|
|
20026
20026
|
driver_ids?: string[] | undefined;
|
|
20027
20027
|
vehicle_fuel_type_ids?: string[] | undefined;
|
|
20028
20028
|
vehicle_fuel_unit_ids?: string[] | undefined;
|
|
@@ -20159,7 +20159,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
20159
20159
|
}, "strip", z.ZodTypeAny, {
|
|
20160
20160
|
status: Status[];
|
|
20161
20161
|
organisation_id: string;
|
|
20162
|
-
vehicle_id: string;
|
|
20163
20162
|
search: string;
|
|
20164
20163
|
paging: PAGING;
|
|
20165
20164
|
page_count: number;
|
|
@@ -20180,11 +20179,12 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
20180
20179
|
include_master_data: YesNo;
|
|
20181
20180
|
date_format_id: string;
|
|
20182
20181
|
time_zone_id: string;
|
|
20182
|
+
vehicle_id: string;
|
|
20183
20183
|
}, {
|
|
20184
20184
|
organisation_id: string;
|
|
20185
|
-
vehicle_id: string;
|
|
20186
20185
|
date_format_id: string;
|
|
20187
20186
|
time_zone_id: string;
|
|
20187
|
+
vehicle_id: string;
|
|
20188
20188
|
status?: Status[] | undefined;
|
|
20189
20189
|
search?: string | undefined;
|
|
20190
20190
|
paging?: PAGING | undefined;
|
|
@@ -20789,6 +20789,7 @@ declare const TicketFileSchema: z.ZodObject<{
|
|
|
20789
20789
|
}, "strip", z.ZodTypeAny, {
|
|
20790
20790
|
status: Status;
|
|
20791
20791
|
organisation_id: string;
|
|
20792
|
+
user_id: string;
|
|
20792
20793
|
usage_type: string;
|
|
20793
20794
|
file_type: FileType;
|
|
20794
20795
|
file_url: string;
|
|
@@ -20797,14 +20798,13 @@ declare const TicketFileSchema: z.ZodObject<{
|
|
|
20797
20798
|
file_description: string;
|
|
20798
20799
|
file_size: number;
|
|
20799
20800
|
file_metadata: Record<string, any>;
|
|
20800
|
-
user_id: string;
|
|
20801
20801
|
ticket_id: string;
|
|
20802
20802
|
}, {
|
|
20803
20803
|
status: Status;
|
|
20804
20804
|
organisation_id: string;
|
|
20805
|
+
user_id: string;
|
|
20805
20806
|
usage_type: string;
|
|
20806
20807
|
file_type: FileType;
|
|
20807
|
-
user_id: string;
|
|
20808
20808
|
ticket_id: string;
|
|
20809
20809
|
file_url?: string | undefined;
|
|
20810
20810
|
file_key?: string | undefined;
|
|
@@ -20837,6 +20837,7 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
20837
20837
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
20838
20838
|
status: Status;
|
|
20839
20839
|
organisation_id: string;
|
|
20840
|
+
user_id: string;
|
|
20840
20841
|
usage_type: string;
|
|
20841
20842
|
file_type: FileType;
|
|
20842
20843
|
file_url: string;
|
|
@@ -20845,14 +20846,13 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
20845
20846
|
file_description: string;
|
|
20846
20847
|
file_size: number;
|
|
20847
20848
|
file_metadata: Record<string, any>;
|
|
20848
|
-
user_id: string;
|
|
20849
20849
|
ticket_id: string;
|
|
20850
20850
|
}, {
|
|
20851
20851
|
status: Status;
|
|
20852
20852
|
organisation_id: string;
|
|
20853
|
+
user_id: string;
|
|
20853
20854
|
usage_type: string;
|
|
20854
20855
|
file_type: FileType;
|
|
20855
|
-
user_id: string;
|
|
20856
20856
|
ticket_id: string;
|
|
20857
20857
|
file_url?: string | undefined;
|
|
20858
20858
|
file_key?: string | undefined;
|
|
@@ -20862,14 +20862,15 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
20862
20862
|
file_metadata?: Record<string, any> | undefined;
|
|
20863
20863
|
}>, "many">>>;
|
|
20864
20864
|
}, "strip", z.ZodTypeAny, {
|
|
20865
|
+
description: string;
|
|
20865
20866
|
status: Status;
|
|
20866
20867
|
organisation_id: string;
|
|
20867
|
-
description: string;
|
|
20868
20868
|
user_id: string;
|
|
20869
20869
|
subject: string;
|
|
20870
20870
|
TicketFileSchema: {
|
|
20871
20871
|
status: Status;
|
|
20872
20872
|
organisation_id: string;
|
|
20873
|
+
user_id: string;
|
|
20873
20874
|
usage_type: string;
|
|
20874
20875
|
file_type: FileType;
|
|
20875
20876
|
file_url: string;
|
|
@@ -20878,7 +20879,6 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
20878
20879
|
file_description: string;
|
|
20879
20880
|
file_size: number;
|
|
20880
20881
|
file_metadata: Record<string, any>;
|
|
20881
|
-
user_id: string;
|
|
20882
20882
|
ticket_id: string;
|
|
20883
20883
|
}[];
|
|
20884
20884
|
}, {
|
|
@@ -20890,9 +20890,9 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
20890
20890
|
TicketFileSchema?: {
|
|
20891
20891
|
status: Status;
|
|
20892
20892
|
organisation_id: string;
|
|
20893
|
+
user_id: string;
|
|
20893
20894
|
usage_type: string;
|
|
20894
20895
|
file_type: FileType;
|
|
20895
|
-
user_id: string;
|
|
20896
20896
|
ticket_id: string;
|
|
20897
20897
|
file_url?: string | undefined;
|
|
20898
20898
|
file_key?: string | undefined;
|
|
@@ -20926,6 +20926,7 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
20926
20926
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
20927
20927
|
status: Status;
|
|
20928
20928
|
organisation_id: string;
|
|
20929
|
+
user_id: string;
|
|
20929
20930
|
usage_type: string;
|
|
20930
20931
|
file_type: FileType;
|
|
20931
20932
|
file_url: string;
|
|
@@ -20934,14 +20935,13 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
20934
20935
|
file_description: string;
|
|
20935
20936
|
file_size: number;
|
|
20936
20937
|
file_metadata: Record<string, any>;
|
|
20937
|
-
user_id: string;
|
|
20938
20938
|
ticket_id: string;
|
|
20939
20939
|
}, {
|
|
20940
20940
|
status: Status;
|
|
20941
20941
|
organisation_id: string;
|
|
20942
|
+
user_id: string;
|
|
20942
20943
|
usage_type: string;
|
|
20943
20944
|
file_type: FileType;
|
|
20944
|
-
user_id: string;
|
|
20945
20945
|
ticket_id: string;
|
|
20946
20946
|
file_url?: string | undefined;
|
|
20947
20947
|
file_key?: string | undefined;
|
|
@@ -20959,6 +20959,7 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
20959
20959
|
TicketFileSchema: {
|
|
20960
20960
|
status: Status;
|
|
20961
20961
|
organisation_id: string;
|
|
20962
|
+
user_id: string;
|
|
20962
20963
|
usage_type: string;
|
|
20963
20964
|
file_type: FileType;
|
|
20964
20965
|
file_url: string;
|
|
@@ -20967,7 +20968,6 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
20967
20968
|
file_description: string;
|
|
20968
20969
|
file_size: number;
|
|
20969
20970
|
file_metadata: Record<string, any>;
|
|
20970
|
-
user_id: string;
|
|
20971
20971
|
ticket_id: string;
|
|
20972
20972
|
}[];
|
|
20973
20973
|
}, {
|
|
@@ -20979,9 +20979,9 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
20979
20979
|
TicketFileSchema?: {
|
|
20980
20980
|
status: Status;
|
|
20981
20981
|
organisation_id: string;
|
|
20982
|
+
user_id: string;
|
|
20982
20983
|
usage_type: string;
|
|
20983
20984
|
file_type: FileType;
|
|
20984
|
-
user_id: string;
|
|
20985
20985
|
ticket_id: string;
|
|
20986
20986
|
file_url?: string | undefined;
|
|
20987
20987
|
file_key?: string | undefined;
|
|
@@ -21414,9 +21414,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
|
|
|
21414
21414
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
21415
21415
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
21416
21416
|
}, "strip", z.ZodTypeAny, {
|
|
21417
|
+
description: string;
|
|
21417
21418
|
status: Status;
|
|
21418
21419
|
organisation_id: string;
|
|
21419
|
-
description: string;
|
|
21420
21420
|
document_type: string;
|
|
21421
21421
|
}, {
|
|
21422
21422
|
status: Status;
|
|
@@ -21633,6 +21633,7 @@ declare const FleetDocumentFileSchema: z.ZodObject<{
|
|
|
21633
21633
|
}, "strip", z.ZodTypeAny, {
|
|
21634
21634
|
status: Status;
|
|
21635
21635
|
organisation_id: string;
|
|
21636
|
+
user_id: string;
|
|
21636
21637
|
usage_type: string;
|
|
21637
21638
|
file_type: FileType;
|
|
21638
21639
|
file_url: string;
|
|
@@ -21641,14 +21642,13 @@ declare const FleetDocumentFileSchema: z.ZodObject<{
|
|
|
21641
21642
|
file_description: string;
|
|
21642
21643
|
file_size: number;
|
|
21643
21644
|
file_metadata: Record<string, any>;
|
|
21644
|
-
user_id: string;
|
|
21645
21645
|
document_id: string;
|
|
21646
21646
|
}, {
|
|
21647
21647
|
status: Status;
|
|
21648
21648
|
organisation_id: string;
|
|
21649
|
+
user_id: string;
|
|
21649
21650
|
usage_type: string;
|
|
21650
21651
|
file_type: FileType;
|
|
21651
|
-
user_id: string;
|
|
21652
21652
|
document_id: string;
|
|
21653
21653
|
file_url?: string | undefined;
|
|
21654
21654
|
file_key?: string | undefined;
|
|
@@ -21696,6 +21696,7 @@ declare const FleetDocumentSchema: z.ZodObject<{
|
|
|
21696
21696
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
21697
21697
|
status: Status;
|
|
21698
21698
|
organisation_id: string;
|
|
21699
|
+
user_id: string;
|
|
21699
21700
|
usage_type: string;
|
|
21700
21701
|
file_type: FileType;
|
|
21701
21702
|
file_url: string;
|
|
@@ -21704,14 +21705,13 @@ declare const FleetDocumentSchema: z.ZodObject<{
|
|
|
21704
21705
|
file_description: string;
|
|
21705
21706
|
file_size: number;
|
|
21706
21707
|
file_metadata: Record<string, any>;
|
|
21707
|
-
user_id: string;
|
|
21708
21708
|
document_id: string;
|
|
21709
21709
|
}, {
|
|
21710
21710
|
status: Status;
|
|
21711
21711
|
organisation_id: string;
|
|
21712
|
+
user_id: string;
|
|
21712
21713
|
usage_type: string;
|
|
21713
21714
|
file_type: FileType;
|
|
21714
|
-
user_id: string;
|
|
21715
21715
|
document_id: string;
|
|
21716
21716
|
file_url?: string | undefined;
|
|
21717
21717
|
file_key?: string | undefined;
|
|
@@ -21723,9 +21723,9 @@ declare const FleetDocumentSchema: z.ZodObject<{
|
|
|
21723
21723
|
}, "strip", z.ZodTypeAny, {
|
|
21724
21724
|
status: Status;
|
|
21725
21725
|
organisation_id: string;
|
|
21726
|
-
vehicle_id: string;
|
|
21727
|
-
time_zone_id: string;
|
|
21728
21726
|
user_id: string;
|
|
21727
|
+
time_zone_id: string;
|
|
21728
|
+
vehicle_id: string;
|
|
21729
21729
|
vendor_id: string;
|
|
21730
21730
|
document_type_id: string;
|
|
21731
21731
|
document_number: string;
|
|
@@ -21743,6 +21743,7 @@ declare const FleetDocumentSchema: z.ZodObject<{
|
|
|
21743
21743
|
FleetDocumentFileSchema: {
|
|
21744
21744
|
status: Status;
|
|
21745
21745
|
organisation_id: string;
|
|
21746
|
+
user_id: string;
|
|
21746
21747
|
usage_type: string;
|
|
21747
21748
|
file_type: FileType;
|
|
21748
21749
|
file_url: string;
|
|
@@ -21751,16 +21752,15 @@ declare const FleetDocumentSchema: z.ZodObject<{
|
|
|
21751
21752
|
file_description: string;
|
|
21752
21753
|
file_size: number;
|
|
21753
21754
|
file_metadata: Record<string, any>;
|
|
21754
|
-
user_id: string;
|
|
21755
21755
|
document_id: string;
|
|
21756
21756
|
}[];
|
|
21757
21757
|
document_cost?: number | undefined;
|
|
21758
21758
|
}, {
|
|
21759
21759
|
status: Status;
|
|
21760
21760
|
organisation_id: string;
|
|
21761
|
-
vehicle_id: string;
|
|
21762
|
-
time_zone_id: string;
|
|
21763
21761
|
user_id: string;
|
|
21762
|
+
time_zone_id: string;
|
|
21763
|
+
vehicle_id: string;
|
|
21764
21764
|
vendor_id: string;
|
|
21765
21765
|
document_type_id: string;
|
|
21766
21766
|
document_validity_status: DocumentValidityStatus;
|
|
@@ -21779,9 +21779,9 @@ declare const FleetDocumentSchema: z.ZodObject<{
|
|
|
21779
21779
|
FleetDocumentFileSchema?: {
|
|
21780
21780
|
status: Status;
|
|
21781
21781
|
organisation_id: string;
|
|
21782
|
+
user_id: string;
|
|
21782
21783
|
usage_type: string;
|
|
21783
21784
|
file_type: FileType;
|
|
21784
|
-
user_id: string;
|
|
21785
21785
|
document_id: string;
|
|
21786
21786
|
file_url?: string | undefined;
|
|
21787
21787
|
file_key?: string | undefined;
|
|
@@ -21854,8 +21854,8 @@ declare const FleetDocumentQuerySchema: z.ZodObject<{
|
|
|
21854
21854
|
date_format_id: string;
|
|
21855
21855
|
time_zone_id: string;
|
|
21856
21856
|
organisation_ids: string[];
|
|
21857
|
-
vehicle_ids: string[];
|
|
21858
21857
|
user_ids: string[];
|
|
21858
|
+
vehicle_ids: string[];
|
|
21859
21859
|
vendor_ids: string[];
|
|
21860
21860
|
document_type_ids: string[];
|
|
21861
21861
|
document_validity_status: DocumentValidityStatus[];
|
|
@@ -21884,8 +21884,8 @@ declare const FleetDocumentQuerySchema: z.ZodObject<{
|
|
|
21884
21884
|
}[] | undefined;
|
|
21885
21885
|
include_master_data?: YesNo | undefined;
|
|
21886
21886
|
organisation_ids?: string[] | undefined;
|
|
21887
|
-
vehicle_ids?: string[] | undefined;
|
|
21888
21887
|
user_ids?: string[] | undefined;
|
|
21888
|
+
vehicle_ids?: string[] | undefined;
|
|
21889
21889
|
vendor_ids?: string[] | undefined;
|
|
21890
21890
|
document_type_ids?: string[] | undefined;
|
|
21891
21891
|
document_validity_status?: DocumentValidityStatus[] | undefined;
|
|
@@ -22328,14 +22328,14 @@ declare const UserSchema: z.ZodObject<{
|
|
|
22328
22328
|
}, "strip", z.ZodTypeAny, {
|
|
22329
22329
|
status: Status;
|
|
22330
22330
|
organisation_id: string;
|
|
22331
|
+
user_image_url: string;
|
|
22331
22332
|
date_format_id: string;
|
|
22332
22333
|
time_zone_id: string;
|
|
22333
|
-
vehicle_ids: string[];
|
|
22334
22334
|
user_role_id: string;
|
|
22335
22335
|
user_status_id: string;
|
|
22336
22336
|
language_id: string;
|
|
22337
22337
|
organisation_branch_id: string;
|
|
22338
|
-
|
|
22338
|
+
vehicle_ids: string[];
|
|
22339
22339
|
mobile: string;
|
|
22340
22340
|
email: string;
|
|
22341
22341
|
first_name: string;
|
|
@@ -22361,8 +22361,8 @@ declare const UserSchema: z.ZodObject<{
|
|
|
22361
22361
|
all_vehicles: YesNo;
|
|
22362
22362
|
can_login: YesNo;
|
|
22363
22363
|
is_root_user: YesNo;
|
|
22364
|
-
vehicle_ids?: string[] | undefined;
|
|
22365
22364
|
user_image_url?: string | undefined;
|
|
22365
|
+
vehicle_ids?: string[] | undefined;
|
|
22366
22366
|
mobile?: string | undefined;
|
|
22367
22367
|
last_name?: string | undefined;
|
|
22368
22368
|
password?: string | undefined;
|
|
@@ -22436,12 +22436,12 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
22436
22436
|
date_format_id: string;
|
|
22437
22437
|
time_zone_id: string;
|
|
22438
22438
|
organisation_ids: string[];
|
|
22439
|
+
user_ids: string[];
|
|
22439
22440
|
user_role_ids: string[];
|
|
22440
22441
|
user_status_ids: string[];
|
|
22441
22442
|
language_ids: string[];
|
|
22442
22443
|
date_format_ids: string[];
|
|
22443
22444
|
organisation_branch_ids: string[];
|
|
22444
|
-
user_ids: string[];
|
|
22445
22445
|
all_vehicles: YesNo[];
|
|
22446
22446
|
can_login: YesNo[];
|
|
22447
22447
|
is_root_user: YesNo[];
|
|
@@ -22469,12 +22469,12 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
22469
22469
|
}[] | undefined;
|
|
22470
22470
|
include_master_data?: YesNo | undefined;
|
|
22471
22471
|
organisation_ids?: string[] | undefined;
|
|
22472
|
+
user_ids?: string[] | undefined;
|
|
22472
22473
|
user_role_ids?: string[] | undefined;
|
|
22473
22474
|
user_status_ids?: string[] | undefined;
|
|
22474
22475
|
language_ids?: string[] | undefined;
|
|
22475
22476
|
date_format_ids?: string[] | undefined;
|
|
22476
22477
|
organisation_branch_ids?: string[] | undefined;
|
|
22477
|
-
user_ids?: string[] | undefined;
|
|
22478
22478
|
all_vehicles?: YesNo[] | undefined;
|
|
22479
22479
|
can_login?: YesNo[] | undefined;
|
|
22480
22480
|
is_root_user?: YesNo[] | undefined;
|
|
@@ -23495,9 +23495,9 @@ declare const MasterExpenseTypeSchema: z.ZodObject<{
|
|
|
23495
23495
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
23496
23496
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23497
23497
|
}, "strip", z.ZodTypeAny, {
|
|
23498
|
+
description: string;
|
|
23498
23499
|
status: Status;
|
|
23499
23500
|
organisation_id: string;
|
|
23500
|
-
description: string;
|
|
23501
23501
|
expense_type_name: string;
|
|
23502
23502
|
}, {
|
|
23503
23503
|
status: Status;
|
|
@@ -23624,9 +23624,9 @@ declare const MasterSparePartSubCategorySchema: z.ZodObject<{
|
|
|
23624
23624
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
23625
23625
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23626
23626
|
}, "strip", z.ZodTypeAny, {
|
|
23627
|
+
description: string;
|
|
23627
23628
|
status: Status;
|
|
23628
23629
|
organisation_id: string;
|
|
23629
|
-
description: string;
|
|
23630
23630
|
sub_category_name: string;
|
|
23631
23631
|
sub_category_code: string;
|
|
23632
23632
|
spare_part_category_id: string;
|
|
@@ -23768,9 +23768,9 @@ declare const MasterSparePartCategorySchema: z.ZodObject<{
|
|
|
23768
23768
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
23769
23769
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23770
23770
|
}, "strip", z.ZodTypeAny, {
|
|
23771
|
+
description: string;
|
|
23771
23772
|
status: Status;
|
|
23772
23773
|
organisation_id: string;
|
|
23773
|
-
description: string;
|
|
23774
23774
|
category_name: string;
|
|
23775
23775
|
category_code: string;
|
|
23776
23776
|
}, {
|
|
@@ -23898,9 +23898,9 @@ declare const MasterSparePartUnitSchema: z.ZodObject<{
|
|
|
23898
23898
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
23899
23899
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23900
23900
|
}, "strip", z.ZodTypeAny, {
|
|
23901
|
+
description: string;
|
|
23901
23902
|
status: Status;
|
|
23902
23903
|
organisation_id: string;
|
|
23903
|
-
description: string;
|
|
23904
23904
|
unit_name: string;
|
|
23905
23905
|
unit_code: string;
|
|
23906
23906
|
}, {
|
|
@@ -24025,9 +24025,9 @@ declare const MasterTripPartyTypeSchema: z.ZodObject<{
|
|
|
24025
24025
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
24026
24026
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
24027
24027
|
}, "strip", z.ZodTypeAny, {
|
|
24028
|
+
description: string;
|
|
24028
24029
|
status: Status;
|
|
24029
24030
|
organisation_id: string;
|
|
24030
|
-
description: string;
|
|
24031
24031
|
party_type: string;
|
|
24032
24032
|
}, {
|
|
24033
24033
|
status: Status;
|
|
@@ -24149,9 +24149,9 @@ declare const MasterTyreGradeSchema: z.ZodObject<{
|
|
|
24149
24149
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
24150
24150
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
24151
24151
|
}, "strip", z.ZodTypeAny, {
|
|
24152
|
+
description: string;
|
|
24152
24153
|
status: Status;
|
|
24153
24154
|
organisation_id: string;
|
|
24154
|
-
description: string;
|
|
24155
24155
|
tyre_grade: string;
|
|
24156
24156
|
}, {
|
|
24157
24157
|
status: Status;
|
|
@@ -24290,9 +24290,9 @@ declare const MasterTyreModelSchema: z.ZodObject<{
|
|
|
24290
24290
|
recommended_max_run_kms: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
24291
24291
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
24292
24292
|
}, "strip", z.ZodTypeAny, {
|
|
24293
|
+
description: string;
|
|
24293
24294
|
status: Status;
|
|
24294
24295
|
organisation_id: string;
|
|
24295
|
-
description: string;
|
|
24296
24296
|
tyre_model: string;
|
|
24297
24297
|
warranty_months: number;
|
|
24298
24298
|
tyre_size: string;
|
|
@@ -24442,9 +24442,9 @@ declare const MasterTyreMakeSchema: z.ZodObject<{
|
|
|
24442
24442
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
24443
24443
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
24444
24444
|
}, "strip", z.ZodTypeAny, {
|
|
24445
|
+
description: string;
|
|
24445
24446
|
status: Status;
|
|
24446
24447
|
organisation_id: string;
|
|
24447
|
-
description: string;
|
|
24448
24448
|
tyre_make: string;
|
|
24449
24449
|
}, {
|
|
24450
24450
|
status: Status;
|