vms-nest-prisma-api-document 680.0.0 → 700.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/{bookmark_service-Bd5TtOm6.d.ts → bookmark_service-Buw_pIDx.d.ts} +118 -16
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/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_management_service.js +14 -0
- 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/service_management/fleet_service_management_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_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/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.js +11 -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_track_history_share_link_service.d.ts +1 -1
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +21 -18
- 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 +99 -0
- package/dist/services/master/cache_reset/master_reset_cache_service.js +127 -0
- 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_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_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_eway_bill_provider_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_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/faq_service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1838,6 +1838,11 @@ interface GPSGeofencePolilineData {
|
|
|
1838
1838
|
latitude: number;
|
|
1839
1839
|
longitude: number;
|
|
1840
1840
|
}
|
|
1841
|
+
interface GPSGeofenceCache extends Record<string, unknown> {
|
|
1842
|
+
gps_geofence_id: string;
|
|
1843
|
+
geofence_name?: string;
|
|
1844
|
+
geofence_details?: string;
|
|
1845
|
+
}
|
|
1841
1846
|
declare const GPSGeofencePolilineDataSchema: z.ZodObject<{
|
|
1842
1847
|
latitude: z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>;
|
|
1843
1848
|
longitude: z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>;
|
|
@@ -2030,6 +2035,7 @@ declare const findGPSGeofence: (data: GPSGeofenceQueryDTO) => Promise<FBR<GPSGeo
|
|
|
2030
2035
|
declare const createGPSGeofence: (data: GPSGeofenceDTO) => Promise<SBR>;
|
|
2031
2036
|
declare const updateGPSGeofence: (id: string, data: GPSGeofenceDTO) => Promise<SBR>;
|
|
2032
2037
|
declare const deleteGPSGeofence: (id: string) => Promise<SBR>;
|
|
2038
|
+
declare const getGPSGeofenceCache: (organisation_id: string) => Promise<BR<GPSGeofenceCache[]>>;
|
|
2033
2039
|
|
|
2034
2040
|
interface OrganisationNotificationPreference extends Record<string, unknown> {
|
|
2035
2041
|
notification_preference_id: string;
|
|
@@ -5134,6 +5140,12 @@ interface FleetInspectionFile extends BaseCommonFile {
|
|
|
5134
5140
|
inspection_id: string;
|
|
5135
5141
|
FleetInspection?: FleetInspection;
|
|
5136
5142
|
}
|
|
5143
|
+
interface InspectionDashboard {
|
|
5144
|
+
vehicle_id: string;
|
|
5145
|
+
vehicle_number: string;
|
|
5146
|
+
vehicle_type: string;
|
|
5147
|
+
inspections_count: number;
|
|
5148
|
+
}
|
|
5137
5149
|
declare const FleetInspectionFileSchema: z.ZodObject<{
|
|
5138
5150
|
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
5139
5151
|
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
@@ -5391,6 +5403,95 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
|
|
|
5391
5403
|
service_management_ids?: string[] | undefined;
|
|
5392
5404
|
}>;
|
|
5393
5405
|
type FleetInspectionQueryDTO = z.infer<typeof FleetInspectionQuerySchema>;
|
|
5406
|
+
declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
|
|
5407
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5408
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
5409
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
5410
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5411
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5412
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
5413
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5414
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
5415
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5416
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
5417
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5418
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5419
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5420
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5421
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
5422
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
5423
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
5424
|
+
}, "strip", z.ZodTypeAny, {
|
|
5425
|
+
name: string;
|
|
5426
|
+
field: string;
|
|
5427
|
+
direction: OrderBy;
|
|
5428
|
+
}, {
|
|
5429
|
+
name: string;
|
|
5430
|
+
field: string;
|
|
5431
|
+
direction: OrderBy;
|
|
5432
|
+
}>, "many">>>;
|
|
5433
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
5434
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5435
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5436
|
+
} & {
|
|
5437
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5438
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5439
|
+
from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
5440
|
+
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
5441
|
+
}, "strip", z.ZodTypeAny, {
|
|
5442
|
+
status: Status[];
|
|
5443
|
+
search: string;
|
|
5444
|
+
paging: PAGING;
|
|
5445
|
+
page_count: number;
|
|
5446
|
+
page_index: number;
|
|
5447
|
+
load_parents: LoadParents;
|
|
5448
|
+
load_parents_list: string[];
|
|
5449
|
+
load_child: LoadChild;
|
|
5450
|
+
load_child_list: string[];
|
|
5451
|
+
load_child_count: LoadChildCount;
|
|
5452
|
+
load_child_count_list: string[];
|
|
5453
|
+
include_details: Record<string, any>;
|
|
5454
|
+
where_relations: Record<string, any>;
|
|
5455
|
+
order_by: {
|
|
5456
|
+
name: string;
|
|
5457
|
+
field: string;
|
|
5458
|
+
direction: OrderBy;
|
|
5459
|
+
}[];
|
|
5460
|
+
include_master_data: YesNo;
|
|
5461
|
+
date_format_id: string;
|
|
5462
|
+
time_zone_id: string;
|
|
5463
|
+
organisation_ids: string[];
|
|
5464
|
+
vehicle_ids: string[];
|
|
5465
|
+
from_date: string;
|
|
5466
|
+
to_date: string;
|
|
5467
|
+
}, {
|
|
5468
|
+
date_format_id: string;
|
|
5469
|
+
time_zone_id: string;
|
|
5470
|
+
from_date: string;
|
|
5471
|
+
to_date: string;
|
|
5472
|
+
status?: Status[] | undefined;
|
|
5473
|
+
search?: string | undefined;
|
|
5474
|
+
paging?: PAGING | undefined;
|
|
5475
|
+
page_count?: unknown;
|
|
5476
|
+
page_index?: unknown;
|
|
5477
|
+
load_parents?: LoadParents | undefined;
|
|
5478
|
+
load_parents_list?: string[] | undefined;
|
|
5479
|
+
load_child?: LoadChild | undefined;
|
|
5480
|
+
load_child_list?: string[] | undefined;
|
|
5481
|
+
load_child_count?: LoadChildCount | undefined;
|
|
5482
|
+
load_child_count_list?: string[] | undefined;
|
|
5483
|
+
include_details?: Record<string, any> | undefined;
|
|
5484
|
+
where_relations?: Record<string, any> | undefined;
|
|
5485
|
+
order_by?: {
|
|
5486
|
+
name: string;
|
|
5487
|
+
field: string;
|
|
5488
|
+
direction: OrderBy;
|
|
5489
|
+
}[] | undefined;
|
|
5490
|
+
include_master_data?: YesNo | undefined;
|
|
5491
|
+
organisation_ids?: string[] | undefined;
|
|
5492
|
+
vehicle_ids?: string[] | undefined;
|
|
5493
|
+
}>;
|
|
5494
|
+
type FleetInspectionDashBoardQueryDTO = z.infer<typeof FleetInspectionDashBoardQuerySchema>;
|
|
5394
5495
|
declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
|
|
5395
5496
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5396
5497
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -5480,6 +5581,7 @@ declare const findFleetInspection: (data: FleetInspectionQueryDTO) => Promise<FB
|
|
|
5480
5581
|
declare const createFleetInspection: (data: FleetInspectionDTO) => Promise<SBR>;
|
|
5481
5582
|
declare const updateFleetInspection: (id: string, data: FleetInspectionDTO) => Promise<SBR>;
|
|
5482
5583
|
declare const deleteFleetInspection: (id: string) => Promise<SBR>;
|
|
5584
|
+
declare const inspection_dashboard: (data: FleetInspectionDashBoardQueryDTO) => Promise<FBR<InspectionDashboard[]>>;
|
|
5483
5585
|
declare const find_check_pending: (data: FleetInspectionCheckPendingQueryDTO) => Promise<FBR<FleetInspection[]>>;
|
|
5484
5586
|
|
|
5485
5587
|
interface FleetIssueManagement extends Record<string, unknown> {
|
|
@@ -17509,9 +17611,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
17509
17611
|
is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
17510
17612
|
camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
17511
17613
|
fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
17512
|
-
calibration_file_url: z.ZodEffects<z.ZodString, string, string
|
|
17513
|
-
calibration_file_key: z.ZodEffects<z.ZodString, string, string
|
|
17514
|
-
calibration_file_name: z.ZodEffects<z.ZodString, string, string
|
|
17614
|
+
calibration_file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17615
|
+
calibration_file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17616
|
+
calibration_file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17515
17617
|
MasterDeviceFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
17516
17618
|
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
17517
17619
|
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
@@ -17601,9 +17703,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
17601
17703
|
country_id: string;
|
|
17602
17704
|
vehicle_id: string;
|
|
17603
17705
|
device_id: string;
|
|
17604
|
-
calibration_file_url: string;
|
|
17605
|
-
calibration_file_key: string;
|
|
17606
|
-
calibration_file_name: string;
|
|
17607
17706
|
device_manufacturer_id: string;
|
|
17608
17707
|
device_model_id: string;
|
|
17609
17708
|
device_type_id: string;
|
|
@@ -17626,6 +17725,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
17626
17725
|
is_rear_cam?: YesNo | undefined;
|
|
17627
17726
|
is_front_cam?: YesNo | undefined;
|
|
17628
17727
|
camera_extra_count?: unknown;
|
|
17728
|
+
calibration_file_url?: string | undefined;
|
|
17729
|
+
calibration_file_key?: string | undefined;
|
|
17730
|
+
calibration_file_name?: string | undefined;
|
|
17629
17731
|
fuel_mapping?: Record<string, any> | undefined;
|
|
17630
17732
|
MasterDeviceFileSchema?: {
|
|
17631
17733
|
status: Status;
|
|
@@ -17691,9 +17793,9 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
17691
17793
|
is_front_cam: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
17692
17794
|
camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
17693
17795
|
fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
17694
|
-
calibration_file_url: z.ZodEffects<z.ZodString, string, string
|
|
17695
|
-
calibration_file_key: z.ZodEffects<z.ZodString, string, string
|
|
17696
|
-
calibration_file_name: z.ZodEffects<z.ZodString, string, string
|
|
17796
|
+
calibration_file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17797
|
+
calibration_file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17798
|
+
calibration_file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
17697
17799
|
}, "strip", z.ZodTypeAny, {
|
|
17698
17800
|
fuel: YesNo;
|
|
17699
17801
|
fuel_tank_type: FuelTankType;
|
|
@@ -17719,9 +17821,6 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
17719
17821
|
calibration_file_name: string;
|
|
17720
17822
|
fuel_mapping: Record<string, any>;
|
|
17721
17823
|
}, {
|
|
17722
|
-
calibration_file_url: string;
|
|
17723
|
-
calibration_file_key: string;
|
|
17724
|
-
calibration_file_name: string;
|
|
17725
17824
|
fuel?: YesNo | undefined;
|
|
17726
17825
|
fuel_tank_type?: FuelTankType | undefined;
|
|
17727
17826
|
fuel_tank_size?: unknown;
|
|
@@ -17741,6 +17840,9 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
|
17741
17840
|
is_rear_cam?: YesNo | undefined;
|
|
17742
17841
|
is_front_cam?: YesNo | undefined;
|
|
17743
17842
|
camera_extra_count?: unknown;
|
|
17843
|
+
calibration_file_url?: string | undefined;
|
|
17844
|
+
calibration_file_key?: string | undefined;
|
|
17845
|
+
calibration_file_name?: string | undefined;
|
|
17744
17846
|
fuel_mapping?: Record<string, any> | undefined;
|
|
17745
17847
|
}>;
|
|
17746
17848
|
type VehicleDetailGPSSensorDTO = z.infer<typeof VehicleDetailGPSSensorSchema>;
|
|
@@ -18494,10 +18596,9 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
18494
18596
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18495
18597
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18496
18598
|
} & {
|
|
18599
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18497
18600
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18498
|
-
is_driver_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
18499
18601
|
driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18500
|
-
is_device_installed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
18501
18602
|
device_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18502
18603
|
organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18503
18604
|
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -18512,7 +18613,8 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
18512
18613
|
vehicle_associated_to_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18513
18614
|
vehicle_fuel_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18514
18615
|
vehicle_fuel_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18515
|
-
|
|
18616
|
+
is_device_installed: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
18617
|
+
is_driver_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
18516
18618
|
gps_vehicle_category: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof GPSVehicleCategory>>>;
|
|
18517
18619
|
}, "strip", z.ZodTypeAny, {
|
|
18518
18620
|
status: Status[];
|
|
@@ -22507,4 +22609,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
|
|
|
22507
22609
|
declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
|
|
22508
22610
|
declare const deleteBookMark: (id: string) => Promise<SBR>;
|
|
22509
22611
|
|
|
22510
|
-
export { toOrganisationBranchPayload as $, getMasterMainCurrencyCache as A, OrganisationSubCompanySchema as B, type OrganisationSubCompanyDTO as C, OrganisationSubCompanyQuerySchema as D, type OrganisationSubCompanyQueryDTO as E, type SubCompanyLogoDTO as F, toOrganisationSubCompanyPayload as G, newOrganisationSubCompanyPayload as H, get_organisation_sub_company_logo_presigned_url as I, update_organisation_sub_company_logo as J, delete_organisation_sub_company_logo as K, findOrganisationSubCompanyies as L, type MasterDriver as M, createOrganisationSubCompany as N, type OrganisationSubCompany as O, updateOrganisationSubCompany as P, deleteOrganisationSubCompany as Q, getOrganisationSubCompanyCache as R, SubCompanyLogoSchema as S, getOrganisationSubCompanyCacheCount as T, type User as U, getOrganisationSubCompanyCacheChild as V, type OrganisationBranch as W, OrganisationBranchSchema as X, type OrganisationBranchDTO as Y, OrganisationBranchQuerySchema as Z, type OrganisationBranchQueryDTO as _, type UserAdmin as a, MasterMainLanguageSchema as a$, newOrganisationBranchPayload as a0, findOrganisationBranchs as a1, createOrganisationBranch as a2, updateOrganisationBranch as a3, deleteOrganisationBranch as a4, getOrganisationBranchCache as a5, getOrganisationBranchCacheCount as a6, getOrganisationBranchCacheChild as a7, type OrganisationColor as a8, OrganisationColorSchema as a9, type MasterUserRole as aA, MasterUserRoleSchema as aB, type MasterUserRoleDTO as aC, MasterUserRoleQuerySchema as aD, type MasterUserRoleQueryDTO as aE, toMasterUserRolePayload as aF, newMasterUserRolePayload as aG, findMasterUserRoles as aH, createMasterUserRole as aI, updateMasterUserRole as aJ, deleteMasterUserRole as aK, getMasterUserRoleCache as aL, getMasterUserRoleCacheCount as aM, type MasterUserStatus as aN, MasterUserStatusSchema as aO, type MasterUserStatusDTO as aP, MasterUserStatusQuerySchema as aQ, type MasterUserStatusQueryDTO as aR, toMasterUserStatusPayload as aS, newMasterUserStatusPayload as aT, findMasterUserStatuses as aU, createMasterUserStatus as aV, updateMasterUserStatus as aW, deleteMasterUserStatus as aX, getMasterUserStatusCache as aY, getMasterUserStatusCacheCount as aZ, type MasterMainLanguage as a_, type OrganisationColorDTO as aa, OrganisationColorQuerySchema as ab, type OrganisationColorQueryDTO as ac, toOrganisationColorPayload as ad, newOrganisationColorPayload as ae, findOrganisationColors as af, createOrganisationColor as ag, updateOrganisationColor as ah, deleteOrganisationColor as ai, getOrganisationColorCache as aj, getOrganisationColorCacheCount as ak, getOrganisationColorCacheChild as al, type OrganisationTag as am, OrganisationTagSchema as an, type OrganisationTagDTO as ao, OrganisationTagQuerySchema as ap, type OrganisationTagQueryDTO as aq, toOrganisationTagPayload as ar, newOrganisationTagPayload as as, findOrganisationTags as at, createOrganisationTag as au, updateOrganisationTag as av, deleteOrganisationTag as aw, getOrganisationTagCache as ax, getOrganisationTagCacheCount as ay, getOrganisationTagCacheChild as az, type UserOrganisation as b, toGPSGeofencePayload as b$, type MasterMainLanguageDTO as b0, MasterMainLanguageQuerySchema as b1, type MasterMainLanguageQueryDTO as b2, toMasterMainLanguagePayload as b3, newMasterMainLanguagePayload as b4, findMasterMainLanguages as b5, createMasterMainLanguage as b6, updateMasterMainLanguage as b7, deleteMasterMainLanguage as b8, getMasterMainLanguageCache as b9, GPSGeofenceTransactionQuerySchema as bA, type GPSGeofenceTransactionQueryDTO as bB, toGPSGeofenceTransactionPayload as bC, newGPSGeofenceTransactionPayload as bD, findGPSGeofenceTransaction as bE, createGPSGeofenceTransaction as bF, updateGPSGeofenceTransaction as bG, deleteGPSGeofenceTransaction as bH, type TripGeofenceToGeofence as bI, TripGeofenceToGeofenceSchema as bJ, type TripGeofenceToGeofenceDTO as bK, TripGeofenceToGeofenceQuerySchema as bL, type TripGeofenceToGeofenceQueryDTO as bM, toTripGeofenceToGeofencePayload as bN, newTripGeofenceToGeofencePayload as bO, findTripGeofenceToGeofence as bP, createTripGeofenceToGeofence as bQ, updateTripGeofenceToGeofence as bR, deleteTripGeofenceToGeofence as bS, type GPSGeofence as bT, type GPSGeofencePolilineData as bU, GPSGeofencePolilineDataSchema as bV, type GPSGeofencePolilineDataDTO as bW, GPSGeofenceSchema as bX, type GPSGeofenceDTO as bY, GPSGeofenceQuerySchema as bZ, type GPSGeofenceQueryDTO as b_, type MasterMainDateFormat as ba, MasterMainDateFormatSchema as bb, type MasterMainDateFormatDTO as bc, MasterMainDateFormatQuerySchema as bd, type MasterMainDateFormatQueryDTO as be, toMasterMainDateFormatPayload as bf, newMasterMainDateFormatPayload as bg, findMasterMainDateFormats as bh, createMasterMainDateFormat as bi, updateMasterMainDateFormat as bj, deleteMasterMainDateFormat as bk, getMasterMainDateFormatCache as bl, type GPSGeofenceTransactionSummary as bm, GPSGeofenceTransactionSummarySchema as bn, type GPSGeofenceTransactionSummaryDTO as bo, GPSGeofenceTransactionSummaryQuerySchema as bp, type GPSGeofenceTransactionSummaryQueryDTO as bq, toGPSGeofenceTransactionSummaryPayload as br, newGPSGeofenceTransactionSummaryPayload as bs, findGPSGeofenceTransactionSummary as bt, createGPSGeofenceTransactionSummary as bu, updateGPSGeofenceTransactionSummary as bv, deleteGPSGeofenceTransactionSummary as bw, type GPSGeofenceTransaction as bx, GPSGeofenceTransactionSchema as by, type GPSGeofenceTransactionDTO as bz, type MasterVehicle as c, MasterMainLandmarkQuerySchema as c$, newGPSGeofencePayload as c0, findGPSGeofence as c1, createGPSGeofence as c2, updateGPSGeofence as c3, deleteGPSGeofence as c4, type OrganisationNotificationPreference as c5, type OrganisationNotificationPreferenceVehicleLink as c6, type OrganisationNotificationPreferenceGeofenceLink as c7, type OrganisationNotificationPreferenceUserLink as c8, OrganisationNotificationPreferenceSchema as c9, deleteUserAdmin as cA, updateUserAdminProfile as cB, getAdminUserCache as cC, type Ticket as cD, type TicketFile as cE, TicketFileSchema as cF, type TicketFileDTO as cG, TicketSchema as cH, type TicketDTO as cI, TicketVerifySchema as cJ, type TicketVerifyDTO as cK, TicketQuerySchema as cL, type TicketQueryDTO as cM, toTicketPayload as cN, toVerifyTicketPayload as cO, newTicketPayload as cP, get_ticket_file_presigned_url as cQ, create_ticket_file as cR, remove_ticket_file as cS, findTickets as cT, createTicket as cU, updateTicket as cV, updateVerifyStatus as cW, deleteTicket as cX, type MasterMainLandMark as cY, MasterMainLandmarkSchema as cZ, type MasterMainLandmarkDTO as c_, type OrganisationNotificationPreferenceDTO as ca, OrganisationNotificationPreferenceQuerySchema as cb, type OrganisationNotificationPreferenceQueryDTO as cc, toOrganisationNotificationPreferencePayload as cd, newOrganisationNotificationPreferencePayload as ce, findOrganisationNotificationPreference as cf, createOrganisationNotificationPreference as cg, updateOrganisationNotificationPreference as ch, deleteOrganisationNotificationPreference as ci, type UserAdminLoginPush as cj, UserAdminSchema as ck, type UserAdminDTO as cl, UserAdminLogoSchema as cm, type UserAdminLogoDTO as cn, UserAdminProfileSchema as co, type UserAdminProfileDTO as cp, UserAdminQuerySchema as cq, type UserAdminQueryDTO as cr, toUserAdminProfilePayload as cs, newUserAdminPayload as ct, get_admin_image_presigned_url as cu, update_admin_image as cv, delete_admin_image as cw, findUserAdmin as cx, createUserAdmin as cy, updateUserAdmin as cz, type MasterMainIndustry as d, MasterVendorDocumentTypeQuerySchema as d$, type MasterMainLandmarkQueryDTO as d0, toMasterMainLandmarkPayload as d1, newMasterMainLandmarkPayload as d2, findMasterMainCountries$1 as d3, createMasterMainCountry$1 as d4, updateMasterMainCountry$1 as d5, deleteMasterMainCountry$1 as d6, type MasterVehicleFuelType as d7, MasterVehicleFuelTypeSchema as d8, type MasterVehicleFuelTypeDTO as d9, type MasterVendorType as dA, MasterVendorTypeSchema as dB, type MasterVendorTypeDTO as dC, MasterVendorTypeQuerySchema as dD, type MasterVendorTypeQueryDTO as dE, toMasterVendorTypePayload as dF, newMasterVendorTypePayload as dG, findMasterVendorTypes as dH, createMasterVendorType as dI, updateMasterVendorType as dJ, deleteMasterVendorType as dK, getMasterVendorTypeCache as dL, type MasterVendorTag as dM, MasterVendorTagSchema as dN, type MasterVendorTagDTO as dO, MasterVendorTagQuerySchema as dP, type MasterVendorTagQueryDTO as dQ, toMasterVendorTagPayload as dR, newMasterVendorTagPayload as dS, findMasterVendorTags as dT, createMasterVendorTag as dU, updateMasterVendorTag as dV, deleteMasterVendorTag as dW, getMasterVendorTagCache as dX, type MasterVendorDocumentType as dY, MasterVendorDocumentTypeSchema as dZ, type MasterVendorDocumentTypeDTO as d_, MasterVehicleFuelTypeQuerySchema as da, type MasterVehicleFuelTypeQueryDTO as db, toMasterVehicleFuelTypePayload as dc, newMasterVehicleFuelTypePayload as dd, findMasterVehicleFuelTypes as de, createMasterVehicleFuelType as df, updateMasterVehicleFuelType as dg, deleteMasterVehicleFuelType as dh, getMasterVehicleFuelTypeCache as di, getMasterVehicleFuelTypeCacheCount as dj, getMasterVehicleFuelTypeCacheChild as dk, type MasterVehicleFuelUnit as dl, MasterVehicleFuelUnitSchema as dm, type MasterVehicleFuelUnitDTO as dn, MasterVehicleFuelUnitQuerySchema as dp, type MasterVehicleFuelUnitQueryDTO as dq, toMasterVehicleFuelUnitPayload as dr, newMasterVehicleFuelUnitPayload as ds, findMasterVehicleFuelUnits as dt, createMasterVehicleFuelUnit as du, updateMasterVehicleFuelUnit as dv, deleteMasterVehicleFuelUnit as dw, getMasterVehicleFuelUnitCache as dx, getMasterVehicleFuelUnitCacheCount as dy, getMasterVehicleFuelUnitCacheChild as dz, MasterMainIndustrySchema as e, findMasterFleetIncidentTypes as e$, type MasterVendorDocumentTypeQueryDTO as e0, toMasterVendorDocumentTypePayload as e1, newMasterVendorDocumentTypePayload as e2, findMasterVendorDocumentTypes as e3, createMasterVendorDocumentType as e4, updateMasterVendorDocumentType as e5, deleteMasterVendorDocumentType as e6, getMasterVendorDocumentTypeCache as e7, type MasterFleetServiceTask as e8, MasterFleetServiceTaskSchema as e9, type MasterFleetIncidentSeverityQueryDTO as eA, toMasterFleetIncidentSeverityPayload as eB, newMasterFleetIncidentSeverityPayload as eC, findMasterFleetIncidentSeverities as eD, createMasterFleetIncidentSeverity as eE, updateMasterFleetIncidentSeverity as eF, deleteMasterFleetIncidentSeverity as eG, getMasterFleetIncidentSeverityCache as eH, type MasterFleetIncidentStatus as eI, MasterFleetIncidentStatusSchema as eJ, type MasterFleetIncidentStatusDTO as eK, MasterFleetIncidentStatusQuerySchema as eL, type MasterFleetIncidentStatusQueryDTO as eM, toMasterFleetIncidentStatusPayload as eN, newMasterFleetIncidentStatusPayload as eO, findMasterFleetIncidentStatuses as eP, createMasterFleetIncidentStatus as eQ, updateMasterFleetIncidentStatus as eR, deleteMasterFleetIncidentStatus as eS, getMasterFleetIncidentStatusCache as eT, type MasterFleetIncidentType as eU, MasterFleetIncidentTypeSchema as eV, type MasterFleetIncidentTypeDTO as eW, MasterFleetIncidentTypeQuerySchema as eX, type MasterFleetIncidentTypeQueryDTO as eY, toMasterFleetIncidentTypePayload as eZ, newMasterFleetIncidentTypePayload as e_, type MasterFleetServiceTaskDTO as ea, MasterFleetServiceTaskQuerySchema as eb, type MasterFleetServiceTaskQueryDTO as ec, toMasterFleetServiceTaskPayload as ed, newMasterFleetServiceTaskPayload as ee, findMasterFleetServiceTasks as ef, createMasterFleetServiceTask as eg, updateMasterFleetServiceTask as eh, deleteMasterFleetServiceTask as ei, getMasterFleetServiceTaskCache as ej, type MasterFleetInsuranceClaimStatus as ek, MasterFleetInsuranceClaimStatusSchema as el, type MasterFleetInsuranceClaimStatusDTO as em, MasterFleetInsuranceClaimStatusQuerySchema as en, type MasterFleetInsuranceClaimStatusQueryDTO as eo, toMasterFleetInsuranceClaimStatusPayload as ep, newMasterFleetInsuranceClaimStatusPayload as eq, findMasterFleetInsuranceClaimStatuses as er, createMasterFleetInsuranceClaimStatus as es, updateMasterFleetInsuranceClaimStatus as et, deleteMasterFleetInsuranceClaimStatus as eu, getMasterFleetInsuranceClaimStatusCache as ev, type MasterFleetIncidentSeverity as ew, MasterFleetIncidentSeveritySchema as ex, type MasterFleetIncidentSeverityDTO as ey, MasterFleetIncidentSeverityQuerySchema as ez, type MasterMainIndustryDTO as f, FleetInspectionFileSchema as f$, createMasterFleetIncidentType as f0, updateMasterFleetIncidentType as f1, deleteMasterFleetIncidentType as f2, getMasterFleetIncidentTypeCache as f3, type MasterExpenseName as f4, MasterExpenseNameSchema as f5, type MasterExpenseNameDTO as f6, MasterExpenseNameQuerySchema as f7, type MasterExpenseNameQueryDTO as f8, toMasterExpenseNamePayload as f9, get_incident_file_presigned_url as fA, create_incident_file as fB, remove_incident_file as fC, createFleetIncidentManagement as fD, findFleetIncidentManagement as fE, updateFleetIncidentManagement as fF, deleteFleetIncidentManagement as fG, incident_dashboard as fH, createFleetIncidentManagementCost as fI, findFleetIncidentManagementCost as fJ, updateFleetIncidentManagementCost as fK, deleteFleetIncidentManagementCost as fL, type FleetInspectionForm as fM, type FleetInspectionFormSimple as fN, FleetInspectionFormSchema as fO, type FleetInspectionFormDTO as fP, FleetInspectionFormQuerySchema as fQ, type FleetInspectionFormQueryDTO as fR, toFleetInspectionFormPayload as fS, newFleetInspectionFormPayload as fT, findFleetInspectionForm as fU, createFleetInspectionForm as fV, updateFleetInspectionForm as fW, deleteFleetInspectionForm as fX, getFleetInspectionFormCacheSimple as fY, type FleetInspection as fZ, type FleetInspectionFile as f_, newMasterExpenseNamePayload as fa, findMasterExpenseNames as fb, createMasterExpenseName as fc, updateMasterExpenseName as fd, deleteMasterExpenseName as fe, getMasterExpenseNameCache as ff, type FleetIncidentManagement as fg, type FleetIncidentManagementCost as fh, type FleetIncidentManagementFile as fi, type IncidentDashboard as fj, FleetIncidentManagementFileSchema as fk, type FleetIncidentManagementFileDTO as fl, FleetIncidentManagementSchema as fm, type FleetIncidentManagementDTO as fn, FleetIncidentManagementQuerySchema as fo, type FleetIncidentManagementQueryDTO as fp, FleetIncidentManagementDashBoardQuerySchema as fq, type FleetIncidentManagementDashBoardQueryDTO as fr, FleetIncidentManagementCostSchema as fs, type FleetIncidentManagementCostDTO as ft, FleetIncidentManagementCostQuerySchema as fu, type FleetIncidentManagementCostQueryDTO as fv, toFleetIncidentManagementPayload as fw, newFleetIncidentManagementPayload as fx, toFleetIncidentManagementCostPayload as fy, newFleetIncidentManagementCostPayload as fz, MasterMainIndustryQuerySchema as g, FleetServiceManagementTaskSchema as g$, type FleetInspectionFileDTO as g0, FleetInspectionSchema as g1, type FleetInspectionDTO as g2, FleetInspectionQuerySchema as g3, type FleetInspectionQueryDTO as g4, FleetInspectionCheckPendingQuerySchema as g5, type FleetInspectionCheckPendingQueryDTO as g6, toFleetInspectionPayload as g7, newFleetInspectionPayload as g8, get_inspection_file_presigned_url as g9, toFleetIssueManagementCommentPayload as gA, newFleetIssueManagementCommentPayload as gB, get_issue_file_presigned_url as gC, create_issue_file as gD, remove_issue_file as gE, findFleetIssueManagement as gF, createFleetIssueManagement as gG, updateFleetIssueManagement as gH, deleteFleetIssueManagement as gI, issue_dashboard as gJ, findFleetIssueManagementComment as gK, createFleetIssueManagementComment as gL, updateFleetIssueManagementComment as gM, deleteFleetIssueManagementComment as gN, type FleetServiceManagement as gO, type FleetServiceManagementTask as gP, type FleetServiceManagementFile as gQ, type FleetServiceReminder as gR, type ServiceDashboard as gS, FleetServiceManagementFileSchema as gT, type FleetServiceManagementFileDTO as gU, FleetServiceManagementSchema as gV, type FleetServiceManagementDTO as gW, FleetServiceManagementQuerySchema as gX, type FleetServiceManagementQueryDTO as gY, FleetServiceManagementDashBoardQuerySchema as gZ, type FleetServiceManagementDashBoardQueryDTO as g_, create_service_file$1 as ga, remove_service_file$1 as gb, findFleetInspection as gc, createFleetInspection as gd, updateFleetInspection as ge, deleteFleetInspection as gf, find_check_pending as gg, type FleetIssueManagement as gh, type FleetIssueManagementHistory as gi, type FleetIssueManagementComment as gj, type FleetIssueManagementFile as gk, type IssueDashboard as gl, FleetIssueManagementFileSchema as gm, type FleetIssueManagementFileDTO as gn, FleetIssueManagementSchema as go, type FleetIssueManagementDTO as gp, FleetIssueManagementQuerySchema as gq, type FleetIssueManagementQueryDTO as gr, FleetIssueManagementDashBoardQuerySchema as gs, type FleetIssueManagementDashBoardQueryDTO as gt, FleetIssueManagementCommentSchema as gu, type FleetIssueManagementCommentDTO as gv, FleetIssueManagementCommentQuerySchema as gw, type FleetIssueManagementCommentQueryDTO as gx, toFleetIssueManagementPayload as gy, newFleetIssueManagementPayload as gz, type MasterMainIndustryQueryDTO as h, FleetVendorFuelStationQuerySchema as h$, type FleetServiceManagementTaskDTO as h0, FleetServiceManagementTaskQuerySchema as h1, type FleetServiceManagementTaskQueryDTO as h2, FleetServiceReminderSchema as h3, type FleetServiceReminderDTO as h4, FleetServiceReminderQuerySchema as h5, type FleetServiceReminderQueryDTO as h6, toFleetServiceManagementPayload as h7, newFleetServiceManagementPayload as h8, toFleetServiceManagementTaskPayload as h9, newFleetVendorServiceCenterPayload as hA, findFleetVendorServiceCenter as hB, createFleetVendorServiceCenter as hC, updateFleetVendorServiceCenter as hD, deleteFleetVendorServiceCenter as hE, getFleetVendorServiceCenterCacheSimple as hF, type MasterFuelCompany as hG, MasterFuelCompanySchema as hH, type MasterFuelCompanyDTO as hI, MasterFuelCompanyQuerySchema as hJ, type MasterFuelCompanyQueryDTO as hK, FuelCompanyLogoSchema as hL, type FuelCompanyLogoDTO as hM, toMasterFuelCompanyPayload as hN, newMasterFuelCompanyPayload as hO, get_master_fuel_company_presigned_url as hP, update_master_fuel_company_logo as hQ, delete_master_fuel_company_logo as hR, findMasterFuelCompanys as hS, createMasterFuelCompany as hT, updateMasterFuelCompany as hU, deleteMasterFuelCompany as hV, getMasterFuelCompanyCache as hW, type FleetVendorFuelStation as hX, type FleetVendorFuelStationSimple as hY, FleetVendorFuelStationSchema as hZ, type FleetVendorFuelStationDTO as h_, newFleetServiceManagementTaskPayload as ha, toFleetServiceReminderPayload as hb, newFleetServiceReminderPayload as hc, get_service_file_presigned_url as hd, create_service_file as he, remove_service_file as hf, findFleetServiceManagement as hg, createFleetServiceManagement as hh, updateFleetServiceManagement as hi, deleteFleetServiceManagement as hj, service_dashboard as hk, findFleetServiceManagementTask as hl, createFleetServiceManagementTask as hm, updateFleetServiceManagementTask as hn, deleteFleetServiceManagementTask as ho, findFleetServiceReminder as hp, createFleetServiceReminder as hq, updateFleetServiceReminder as hr, deleteFleetServiceReminder as hs, type FleetVendorServiceCenter as ht, type FleetVendorServiceCenterSimple as hu, FleetVendorServiceCenterSchema as hv, type FleetVendorServiceCenterDTO as hw, FleetVendorServiceCenterQuerySchema as hx, type FleetVendorServiceCenterQueryDTO as hy, toFleetVendorServiceCenterPayload as hz, findMasterMainIndustry as i, toFleetVendorDocumentPayload as i$, type FleetVendorFuelStationQueryDTO as i0, toFleetVendorFuelStationPayload as i1, newFleetVendorFuelStationPayload as i2, findFleetVendorFuelStation as i3, createFleetVendorFuelStation as i4, updateFleetVendorFuelStation as i5, deleteFleetVendorFuelStation as i6, getFleetVendorFuelStationCacheSimple as i7, type FleetVendor as i8, type VendorDashboard as i9, type FleetVendorBankAccountQueryDTO as iA, FleetVendorContactPersonsLogoSchema as iB, type FleetVendorContactPersonsLogoDTO as iC, FleetVendorContactPersonsSchema as iD, type FleetVendorContactPersonsDTO as iE, FleetVendorContactPersonsQuerySchema as iF, type FleetVendorContactPersonsQueryDTO as iG, FleetVendorReviewSchema as iH, type FleetVendorReviewDTO as iI, FleetVendorReviewQuerySchema as iJ, type FleetVendorReviewQueryDTO as iK, FleetVendorDocumentFileSchema as iL, type FleetVendorDocumentFileDTO as iM, FleetVendorDocumentSchema as iN, type FleetVendorDocumentDTO as iO, FleetVendorDocumentQuerySchema as iP, type FleetVendorDocumentQueryDTO as iQ, toFleetVendorPayload as iR, newFleetVendorPayload as iS, toFleetVendorAddressPayload as iT, newFleetVendorAddressPayload as iU, toFleetVendorBankAccountPayload as iV, newFleetVendorBankAccountPayload as iW, toFleetVendorContactPersonsPayload as iX, newFleetVendorContactPersonsPayload as iY, toFleetVendorReviewPayload as iZ, newFleetVendorReviewPayload as i_, type FleetVendorSimple as ia, type FleetVendorTypeLink as ib, type FleetVendorTagLink as ic, type FleetVendorAddress as id, type FleetVendorBankAccount as ie, type FleetVendorContactPersons as ig, type FleetVendorReview as ih, type FleetVendorDocument as ii, type FleetVendorDocumentFile as ij, FleetVendorLogoSchema as ik, type FleetVendorLogoDTO as il, FleetVendorSchema as im, type FleetVendorDTO as io, FleetVendorQuerySchema as ip, type FleetVendorQueryDTO as iq, FleetVendorDashBoardQuerySchema as ir, type FleetVendorDashBoardQueryDTO as is, FleetVendorAddressSchema as it, type FleetVendorAddressDTO as iu, FleetVendorAddressQuerySchema as iv, type FleetVendorAddressQueryDTO as iw, FleetVendorBankAccountSchema as ix, type FleetVendorBankAccountDTO as iy, FleetVendorBankAccountQuerySchema as iz, createMasterMainIndustry as j, deleteMasterVehicleFuelRemovalReason as j$, newFleetVendorDocumentPayload as j0, get_vendor_logo_presigned_url as j1, get_vendor_contact_person_logo_presigned_url as j2, get_vendor_document_file_presigned_url as j3, update_vendor_logo as j4, delete_vendor_logo as j5, update_vendor_contact_person_logo as j6, delete_vendor_contact_person_logo as j7, create_vendor_document_file as j8, remove_vendor_document_file as j9, type FleetFuelRefill as jA, type FleetFuelRefillFile as jB, FleetFuelRefillFileSchema as jC, type FleetFuelRefillFileDTO as jD, FleetFuelRefillSchema as jE, type FleetFuelRefillDTO as jF, FleetFuelRefillQuerySchema as jG, type FleetFuelRefillQueryDTO as jH, toFleetFuelRefillPayload as jI, newFleetFuelRefillPayload as jJ, get_fuel_refill_file_presigned_url as jK, create_fuel_refill_file as jL, remove_fuel_refill_file as jM, findFleetFuelRefill as jN, createFleetFuelRefill as jO, updateFleetFuelRefill as jP, deleteFleetFuelRefill as jQ, type MasterVehicleFuelRemovalReason as jR, MasterVehicleFuelRemovalReasonSchema as jS, type MasterVehicleFuelRemovalReasonDTO as jT, MasterVehicleFuelRemovalReasonQuerySchema as jU, type MasterVehicleFuelRemovalReasonQueryDTO as jV, toMasterVehicleFuelRemovalReasonPayload as jW, newMasterVehicleFuelRemovalReasonPayload as jX, findMasterVehicleFuelRemovalReasons as jY, createMasterVehicleFuelRemovalReason as jZ, updateMasterVehicleFuelRemovalReason as j_, findFleetVendor as ja, createFleetVendor as jb, updateFleetVendor as jc, deleteFleetVendor as jd, vendor_dashboard as je, createFleetVendorAddress as jf, findFleetVendorAddress as jg, updateFleetVendorAddress as jh, deleteFleetVendorAddress as ji, createFleetVendorBankAccount as jj, findFleetVendorBankAccount as jk, updateFleetVendorBankAccount as jl, deleteFleetVendorBankAccount as jm, createFleetVendorContactPersons as jn, findFleetVendorContactPersons as jo, updateFleetVendorContactPersons as jp, deleteFleetVendorContactPersons as jq, createFleetVendorReview as jr, findFleetVendorReview as js, updateFleetVendorReview as jt, deleteFleetVendorReview as ju, createFleetVendorDocument as jv, findFleetVendorDocument as jw, updateFleetVendorDocument as jx, deleteFleetVendorDocument as jy, getFleetVendorCacheSimple as jz, deleteMasterMainIndustry as k, get_user_image_presigned_url as k$, getMasterVehicleFuelRemovalReasonCache as k0, getMasterVehicleFuelRemovalReasonCacheCount as k1, getMasterVehicleFuelRemovalReasonCacheChild as k2, type FleetFuelRemoval as k3, type FleetFuelRemovalFile as k4, FleetFuelRemovalFileSchema as k5, type FleetFuelRemovalFileDTO as k6, FleetFuelRemovalSchema as k7, type FleetFuelRemovalDTO as k8, FleetFuelRemovalQuerySchema as k9, FleetServiceScheduleQuerySchema as kA, type FleetServiceScheduleQueryDTO as kB, toFleetServiceSchedulePayload as kC, newFleetServiceSchedulePayload as kD, findFleetServiceSchedule as kE, createFleetServiceSchedule as kF, updateFleetServiceSchedule as kG, deleteFleetServiceSchedule as kH, type UserVehicleLink as kI, type UserLoginPush as kJ, UserSchema as kK, type UserDTO as kL, UserQuerySchema as kM, type UserQueryDTO as kN, UserLogoSchema as kO, type UserLogoDTO as kP, UserProfileSchema as kQ, type UserProfileDTO as kR, UserDefaultLanguageSchema as kS, type UserDefaultLanguageDTO as kT, UserDefaultTimeZoneSchema as kU, type UserDefaultTimeZoneDTO as kV, UserDefaultDateFormatSchema as kW, type UserDefaultDateFormatDTO as kX, toUserPayload as kY, toUserProfilePayload as kZ, newUserPayload as k_, type FleetFuelRemovalQueryDTO as ka, toFleetFuelRemovalPayload as kb, newFleetFuelRemovalPayload as kc, get_fuel_removal_file_presigned_url as kd, create_fuel_removal_file as ke, remove_fuel_removal_file as kf, findFleetFuelRemoval as kg, createFleetFuelRemoval as kh, updateFleetFuelRemoval as ki, deleteFleetFuelRemoval as kj, type FleetInspectionSchedule as kk, type FleetInspectionScheduleVehicleLink as kl, FleetInspectionScheduleSchema as km, type FleetInspectionScheduleDTO as kn, FleetInspectionScheduleQuerySchema as ko, type FleetInspectionScheduleQueryDTO as kp, toFleetInspectionSchedulePayload as kq, newFleetInspectionSchedulePayload as kr, findFleetInspectionSchedule as ks, createFleetInspectionSchedule as kt, updateFleetInspectionSchedule as ku, deleteFleetInspectionSchedule as kv, type FleetServiceSchedule as kw, type FleetServiceScheduleVehicleLink as kx, FleetServiceScheduleSchema as ky, type FleetServiceScheduleDTO as kz, getMasterMainIndustryCache as l, getMasterDriverCacheSimple as l$, update_user_image as l0, delete_user_image as l1, findUser as l2, createUser as l3, updateUser as l4, deleteUser as l5, updateUserProfile as l6, getUserCache as l7, getUserCacheSimple as l8, updateUserDefaultLanguage as l9, MasterDriverFileSchema as lA, type MasterDriverFileDTO as lB, MasterDriverSchema as lC, type MasterDriverDTO as lD, MasterDriverQuerySchema as lE, type MasterDriverQueryDTO as lF, MasterDriverLogoSchema as lG, type MasterDriverLogoDTO as lH, MasterDriverProfileSchema as lI, type MasterDriverProfileDTO as lJ, toDriverPayload as lK, toDriverProfilePayload as lL, newDriverPayload as lM, get_master_driver_logo_presigned_url as lN, get_master_driver_file_presigned_url as lO, update_master_driver_logo as lP, delete_master_driver_logo as lQ, create_master_driver_file as lR, remove_master_driver_file as lS, findMasterDriver as lT, createMasterDriver as lU, updateMasterDriver as lV, deleteMasterDriver as lW, updateMasterDriverLogo as lX, deleteMasterDriverLogo as lY, updateMasterDriverProfile as lZ, getMasterDriverCache as l_, updateUserDefaultTimezone as la, updateUserDefaultDateformat as lb, type FleetFuelDailySummary as lc, FleetFuelDailySummarySchema as ld, type FleetFuelDailySummaryDTO as le, FleetFuelDailySummaryQuerySchema as lf, type FleetFuelDailySummaryQueryDTO as lg, FleetFuelDailyMonthlySummaryQuerySchema as lh, type FleetFuelDailyMonthlySummaryQueryDTO as li, AllVehiclesFuelDailySummaryQuerySchema as lj, type AllVehiclesFuelDailySummaryDTO as lk, FleetFuelDailySummaryDashBoardQuerySchema as ll, type FleetFuelDailySummaryDashBoardQueryDTO as lm, type FuelDashboard as ln, toFleetFuelDailySummaryPayload as lo, newFleetFuelDailySummaryPayload as lp, findFleetFuelDailySummary as lq, createFleetFuelDailySummary as lr, updateFleetFuelDailySummary as ls, deleteFleetFuelDailySummary as lt, fuel_dashboard as lu, findFleetFuelMonthlySummary as lv, findVehicleFuelSummary as lw, type MasterDriverFile as lx, type AssignRemoveDriverHistory as ly, type DriverLoginPush as lz, type MasterMainCurrency as m, type MasterVehicleStatusTypeDTO as m$, type OrganisationGroup as m0, type VehicleOrganisationGroupLink as m1, OrganisationGroupSchema as m2, type OrganisationGroupDTO as m3, OrganisationGroupQuerySchema as m4, type OrganisationGroupQueryDTO as m5, toOrganisationGroupPayload as m6, newOrganisationGroupPayload as m7, findOrganisationGroups as m8, createOrganisationGroup as m9, FindCacheSchema$4 as mA, type FindCacheDTO$4 as mB, toMasterVehicleModelPayload as mC, newMasterVehicleModelPayload as mD, findMasterVehicleModels as mE, createMasterVehicleModel as mF, updateMasterVehicleModel as mG, deleteMasterVehicleModel as mH, getMasterVehicleModelCache as mI, getMasterVehicleModelCacheCount as mJ, getMasterVehicleModelCacheChild as mK, type MasterVehicleMake as mL, MasterVehicleMakeSchema as mM, type MasterVehicleMakeDTO as mN, MasterVehicleMakeQuerySchema as mO, type MasterVehicleMakeQueryDTO as mP, toMasterVehicleMakePayload as mQ, newMasterVehicleMakePayload as mR, findMasterVehicleMakes as mS, createMasterVehicleMake as mT, updateMasterVehicleMake as mU, deleteMasterVehicleMake as mV, getMasterVehicleMakeCache as mW, getMasterVehicleMakeCacheCount as mX, getMasterVehicleMakeCacheChild as mY, type MasterVehicleStatusType as mZ, MasterVehicleStatusTypeSchema as m_, updateOrganisationGroup as ma, deleteOrganisationGroup as mb, getOrganisationGroupCache as mc, getOrganisationGroupCacheCount as md, getOrganisationGroupCacheChild as me, type MasterVehicleSubModel as mf, MasterVehicleSubModelSchema as mg, type MasterVehicleSubModelDTO as mh, MasterVehicleSubModelQuerySchema as mi, type MasterVehicleSubModelQueryDTO as mj, FindCacheSchema$5 as mk, type FindCacheDTO$5 as ml, toMasterVehicleSubModelPayload as mm, newMasterVehicleSubModelPayload as mn, findMasterVehicleSubModels as mo, createMasterVehicleSubModel as mp, updateMasterVehicleSubModel as mq, deleteMasterVehicleSubModel as mr, getMasterVehicleSubModelCache as ms, getMasterVehicleSubModelCacheCount as mt, getMasterVehicleSubModelCacheChild as mu, type MasterVehicleModel as mv, MasterVehicleModelSchema as mw, type MasterVehicleModelDTO as mx, MasterVehicleModelQuerySchema as my, type MasterVehicleModelQueryDTO as mz, newMasterMainIndustryPayload as n, deleteMasterVehicleDocumentType as n$, MasterVehicleStatusTypeQuerySchema as n0, type MasterVehicleStatusTypeQueryDTO as n1, toMasterVehicleStatusTypePayload as n2, newMasterVehicleStatusTypePayload as n3, findMasterVehicleStatusTypes as n4, createMasterVehicleStatusType as n5, updateMasterVehicleStatusType as n6, deleteMasterVehicleStatusType as n7, getMasterVehicleStatusTypeCache as n8, getMasterVehicleStatusTypeCacheCount as n9, getMasterVehicleTypeCache as nA, getMasterVehicleTypeCacheCount as nB, getMasterVehicleTypeCacheChild as nC, type MasterVehicleAssociatedTo as nD, MasterVehicleAssociatedToSchema as nE, type MasterVehicleAssociatedToDTO as nF, MasterVehicleAssociatedToQuerySchema as nG, type MasterVehicleAssociatedToQueryDTO as nH, toMasterVehicleAssociatedToPayload as nI, newMasterVehicleAssociatedToPayload as nJ, findMasterVehicleAssociatedTos as nK, createMasterVehicleAssociatedTo as nL, updateMasterVehicleAssociatedTo as nM, deleteMasterVehicleAssociatedTo as nN, getMasterVehicleAssociatedToCache as nO, getMasterVehicleAssociatedToCacheCount as nP, getMasterVehicleAssociatedToCacheChild as nQ, type MasterVehicleDocumentType as nR, MasterVehicleDocumentTypeSchema as nS, type MasterVehicleDocumentTypeDTO as nT, MasterVehicleDocumentTypeQuerySchema as nU, type MasterVehicleDocumentTypeQueryDTO as nV, toMasterVehicleDocumentTypePayload as nW, newMasterVehicleDocumentTypePayload as nX, findMasterVehicleDocumentTypes as nY, createMasterVehicleDocumentType as nZ, updateMasterVehicleDocumentType as n_, getMasterVehicleStatusTypeCacheChild as na, type MasterVehicleOwnershipType as nb, MasterVehicleOwnershipTypeSchema as nc, type MasterVehicleOwnershipTypeDTO as nd, MasterVehicleOwnershipTypeQuerySchema as ne, type MasterVehicleOwnershipTypeQueryDTO as nf, toMasterVehicleOwnershipTypePayload as ng, newMasterVehicleOwnershipTypePayload as nh, findMasterVehicleOwnershipTypes as ni, createMasterVehicleOwnershipType as nj, updateMasterVehicleOwnershipType as nk, deleteMasterVehicleOwnershipType as nl, getMasterVehicleOwnershipTypeCache as nm, getMasterVehicleOwnershipTypeCacheCount as nn, getMasterVehicleOwnershipTypeCacheChild as no, type MasterVehicleType as np, MasterVehicleTypeSchema as nq, type MasterVehicleTypeDTO as nr, MasterVehicleTypeQuerySchema as ns, type MasterVehicleTypeQueryDTO as nt, toMasterVehicleTypePayload as nu, newMasterVehicleTypePayload as nv, findMasterVehicleTypes as nw, createMasterVehicleType as nx, updateMasterVehicleType as ny, deleteMasterVehicleType as nz, MasterMainCurrencySchema as o, toMasterSectionPayload as o$, getMasterVehicleDocumentTypeCache as o0, type OrganisationReportPreference as o1, type OrganisationReportPreferenceVehicleLink as o2, type OrganisationReportAutomationMail as o3, type OrganisationReportAutomationMailVehicleLink as o4, OrganisationReportAutomationMailQuerySchema as o5, type OrganisationReportAutomationMailQueryDTO as o6, OrganisationReportPreferenceSchema as o7, type OrganisationReportPreferenceDTO as o8, OrganisationReportPreferenceQuerySchema as o9, type MasterClassQueryDTO as oA, toMasterClassPayload as oB, newMasterClassPayload as oC, findMasterClass as oD, createMasterClass as oE, updateMasterClass as oF, deleteMasterClass as oG, getMasterClassCache as oH, getMasterClassCacheCount as oI, type MasterProgram as oJ, MasterProgramSchema as oK, type MasterProgramDTO as oL, MasterProgramQuerySchema as oM, type MasterProgramQueryDTO as oN, toMasterProgramPayload as oO, newMasterProgramPayload as oP, findMasterProgram as oQ, createMasterProgram as oR, updateMasterProgram as oS, deleteMasterProgram as oT, getMasterProgramCache as oU, getMasterProgramCacheCount as oV, type MasterSection as oW, MasterSectionSchema as oX, type MasterSectionDTO as oY, MasterSectionQuerySchema as oZ, type MasterSectionQueryDTO as o_, type OrganisationReportPreferenceQueryDTO as oa, toOrganisationReportPreferencePayload as ob, newOrganisationReportPreferencePayload as oc, findOrganisationReportPreference as od, createOrganisationReportPreference as oe, updateOrganisationReportPreference as of, deleteOrganisationReportPreference as og, findOrganisationReportAutomationMail as oh, type BusStopPolygonData as oi, type BusStop as oj, BusStopPolygonDataSchema as ok, type BusStopPolygonDataDTO as ol, BusStopSchema as om, type BusStopDTO as on, BusStopQuerySchema as oo, type BusStopQueryDTO as op, toBusStopPayload as oq, newBusStopPayload as or, findBusStop as os, createBusStop as ot, updateBusStop as ou, deleteBusStop as ov, type MasterClass as ow, MasterClassSchema as ox, type MasterClassDTO as oy, MasterClassQuerySchema as oz, type MasterMainCurrencyDTO as p, type StudentGuardianLink as p$, newMasterSectionPayload as p0, findMasterSection as p1, createMasterSection as p2, updateMasterSection as p3, deleteMasterSection as p4, getMasterSectionCache as p5, getMasterSectionCacheCount as p6, type MasterSemester as p7, MasterSemesterSchema as p8, type MasterSemesterDTO as p9, MasterYearQuerySchema as pA, type MasterYearQueryDTO as pB, toMasterYearPayload as pC, newMasterYearPayload as pD, findMasterYear as pE, createMasterYear as pF, updateMasterYear as pG, deleteMasterYear as pH, getMasterYearCache as pI, getMasterYearCacheCount as pJ, type MasterRelationship as pK, MasterRelationshipSchema as pL, type MasterRelationshipDTO as pM, MasterRelationshipQuerySchema as pN, type MasterRelationshipQueryDTO as pO, toMasterRelationshipPayload as pP, newMasterRelationshipPayload as pQ, findMasterRelationship as pR, createMasterRelationship as pS, updateMasterRelationship as pT, deleteMasterRelationship as pU, getMasterRelationshipCache as pV, getMasterRelationshipCacheCount as pW, type Student as pX, type StudentAddress as pY, type StudentLeaveRequest as pZ, type StudentStopChangeRequest as p_, MasterSemesterQuerySchema as pa, type MasterSemesterQueryDTO as pb, toMasterSemesterPayload as pc, newMasterSemesterPayload as pd, findMasterSemester as pe, createMasterSemester as pf, updateMasterSemester as pg, deleteMasterSemester as ph, getMasterSemesterCache as pi, getMasterSemesterCacheCount as pj, type MasterStream as pk, MasterStreamSchema as pl, type MasterStreamDTO as pm, MasterStreamQuerySchema as pn, type MasterStreamQueryDTO as po, toMasterStreamPayload as pp, newMasterStreamPayload as pq, findMasterStream as pr, createMasterStream as ps, updateMasterStream as pt, deleteMasterStream as pu, getMasterStreamCache as pv, getMasterStreamCacheCount as pw, type MasterYear as px, MasterYearSchema as py, type MasterYearDTO as pz, MasterMainCurrencyQuerySchema as q, updateGuardianProfilePicture as q$, StudentSchema as q0, type StudentDTO as q1, StudentProfilePictureSchema as q2, type StudentProfilePictureDTO as q3, StudentQuerySchema as q4, type StudentQueryDTO as q5, StudentNoRouteQuerySchema as q6, type StudentNoRouteQueryDTO as q7, StudentAddressSchema as q8, type StudentAddressDTO as q9, StudentStopChangeRequestQuerySchema as qA, type StudentStopChangeRequestQueryDTO as qB, toStudentPayload as qC, newStudentPayload as qD, toStudentAddressPayload as qE, newStudentAddressPayload as qF, toStudentLeaveRequestPayload as qG, newStudentLeaveRequestPayload as qH, toStudentStopChangeRequestPayload as qI, newStudentStopChangeRequestPayload as qJ, toStudentGuardianLinkPayload as qK, newStudentGuardianLinkPayload as qL, findStudent as qM, createStudent as qN, updateStudent as qO, deleteStudent as qP, findStudentsWithNoRoutePickup as qQ, findStudentsWithNoRouteDrop as qR, updateProfilePicture as qS, createStudentAddress as qT, findStudentAddress as qU, updateStudentAddress as qV, updateAddressBusStopAssign as qW, deleteStudentAddress as qX, findStudentGuardianLink as qY, createStudentGuardianLink as qZ, updateStudentGuardianLink as q_, StudentAddressBusStopAssignSchema as qa, type StudentAddressBusStopAssignDTO as qb, StudentAddressQuerySchema as qc, type StudentAddressQueryDTO as qd, StudentGuardianLinkSchema as qe, type StudentGuardianLinkDTO as qf, GuardianProfilePictureSchema as qg, type GuardianProfilePictureDTO as qh, GuardianDetailsSchema as qi, type GuardianDetailsDTO as qj, GuardianMobileNumberSchema as qk, type GuardianMobileNumberDTO as ql, StudentGuardianLinkQuerySchema as qm, type StudentGuardianLinkQueryDTO as qn, StudentGuardianAutofillQuerySchema as qo, type StudentGuardianAutofillQueryDTO as qp, StudentLeaveRequestSchema as qq, type StudentLeaveRequestDTO as qr, StudentLeaveRequestApprovalSchema as qs, type StudentLeaveRequestApprovalDTO as qt, StudentLeaveRequestQuerySchema as qu, type StudentLeaveRequestQueryDTO as qv, StudentStopChangeRequestSchema as qw, type StudentStopChangeRequestDTO as qx, StudentStopChangeRequestApprovalSchema as qy, type StudentStopChangeRequestApprovalDTO as qz, type MasterMainCurrencyQueryDTO as r, findMasterFixedSchedule as r$, updateGuardianDetails as r0, updateGuardianMobileNumber as r1, deleteStudentGuardian as r2, findStudentGuardianAutofillDetails as r3, createStudentLeaveRequest as r4, findStudentLeaveRequest as r5, updateStudentLeaveRequest as r6, approveLeaveRequest as r7, deleteStudentLeaveRequest as r8, findStudentStopChangeRequest as r9, MasterRouteStopDeleteAllSchema as rA, type MasterRouteStopDeleteDTO as rB, MasterRouteStopDeleteSchema as rC, type MasterRouteStopDeleteReOrderDTO as rD, StudentNoStopQuerySchema as rE, type StudentNoStopQueryDTO as rF, StudentNoScheduleQuerySchema as rG, type StudentNoScheduleQueryDTO as rH, MasterRouteStudentAssignRemoveSchema as rI, type MasterRouteStudentAssignRemoveDTO as rJ, MasterRouteStudentStopAssignRemoveSchema as rK, type MasterRouteStudentStopAssignRemoveDTO as rL, MasterRouteStudentScheduleAssignRemoveSchema as rM, type MasterRouteStudentScheduleAssignRemoveDTO as rN, toMasterRoutePayload as rO, newMasterRoutePayload as rP, toMasterFixedSchedulePayload as rQ, newMasterFixedSchedulePayload as rR, toMasterRouteStopPayload as rS, newMasterRouteStopPayload as rT, toMasterRouteStopReorderPayload as rU, toMasterRouteStudentAssignPayload as rV, newMasterRouteStudentAssignPayload as rW, findMasterRoute as rX, createMasterRoute as rY, updateMasterRoute as rZ, deleteMasterRoute as r_, createStudentStopChangeRequest as ra, updateStudentStopChangeRequest as rb, approveStopChangeRequest as rc, deleteStudentStopChangeRequest as rd, type MasterRoute as re, type MasterRouteStop as rf, type MasterFixedSchedule as rg, type MasterRouteStudent as rh, MasterRouteSchema as ri, type MasterRouteDTO as rj, MasterRouteQuerySchema as rk, type MasterRouteQueryDTO as rl, MasterFixedScheduleSchema as rm, type MasterFixedScheduleDTO as rn, MasterFixedScheduleQuerySchema as ro, type MasterFixedScheduleQueryDTO as rp, MasterRouteStopSchema as rq, type MasterRouteStopDTO as rr, MasterRouteStopUpdateSchema as rs, type MasterRouteStopUpdateDTO as rt, MasterRouteStopCreateSchema as ru, type MasterRouteStopCreateDTO as rv, MasterRouteStopIds as rw, type MasterRouteStopIdsDTO as rx, MasterRouteStopReorderSchema as ry, type MasterRouteStopReorderDTO as rz, toMasterMainCurrencyPayload as s, type MasterVehicleFile as s$, createMasterFixedSchedule as s0, updateMasterFixedSchedule as s1, deleteMasterFixedSchedule as s2, createStopsFirstTimeRoute as s3, appendRouteStop as s4, updateRouteStop as s5, reorderRouteStops as s6, deleteRouteStopsAll as s7, deleteRouteStopReorder as s8, findStudentsWithNoStopPickup as s9, type GPSLiveTrackShareLinkQueryDTO as sA, toGPSLiveTrackShareLinkPayload as sB, newGPSLiveTrackShareLinkPayload as sC, findGPSLiveTrackShareLink as sD, createGPSLiveTrackShareLink as sE, extendGPSLiveTrackLinkTime as sF, updateGPSLiveTrackLinkStatus as sG, deleteGPSLiveTrackShareLink as sH, createGPSLiveTrackShareLinkNotification as sI, type GPSTrackHistoryShareLink as sJ, type GPSTrackHistoryShareLinkNotification as sK, GPSTrackHistoryShareLinkNotificationSchema as sL, type GPSTrackHistoryShareLinkNotificationDTO as sM, GPSTrackHistoryShareLinkSchema as sN, type GPSTrackHistoryShareLinkDTO as sO, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as sP, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as sQ, GPSTrackHistoryShareLinkQuerySchema as sR, type GPSTrackHistoryShareLinkQueryDTO as sS, toGPSTrackHistoryShareLinkPayload as sT, newGPSTrackHistoryShareLinkPayload as sU, findGPSTrackHistoryShareLink as sV, createGPSTrackHistoryShareLink as sW, updateTrackHistoryLinkStatus as sX, deleteGPSTrackHistoryShareLink as sY, createGPSTrackHistoryShareLinkNotification as sZ, type MasterVehicleDropdown as s_, findStudentsWithNoStopDrop as sa, findStudentsWithNoSchedulePickup as sb, findStudentsWithNoScheduleDrop as sc, assignRouteStudentsPickup as sd, assignRouteStudentsDrop as se, removeRouteStudentsPickup as sf, removeRouteStudentsDrop as sg, assignMasterRouteStudentStopToStudentsPickup as sh, assignMasterRouteStudentStopToStudentsDrop as si, removeMasterRouteStudentStopToStudentsPickup as sj, removeMasterRouteStudentStopToStudentsDrop as sk, assignMasterRouteStudentScheduleToStudentsPickup as sl, assignMasterRouteStudentScheduleToStudentDrop as sm, removeMasterRouteStudentScheduleToStudentPickup as sn, removeMasterRouteStudentScheduleToStudentDrop as so, type GPSLiveTrackShareLink as sp, type GPSLiveTrackShareLinkNotification as sq, GPSLiveTrackShareLinkNotificationSchema as sr, type GPSLiveTrackShareLinkNotificationDTO as ss, GPSLiveTrackShareLinkSchema as st, type GPSLiveTrackShareLinkDTO as su, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as sv, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as sw, GPSLiveTrackShareLinkUpdateLinkStatusSchema as sx, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as sy, GPSLiveTrackShareLinkQuerySchema as sz, toMasterMainIndustryPayload as t, get_device_file_presigned_url as t$, type VehicleDetailGPS as t0, type VehicleDetailTrip as t1, type VehicleDetailBody as t2, type VehicleDetailLifeCycle as t3, type VehicleDetailPurchase as t4, type VehicleDocument as t5, type VehicleDocumentFile as t6, type VehicleDocumentExpiry as t7, type VehicleOdometerHistory as t8, MasterVehicleFileSchema as t9, type VehicleDocumentFileDTO as tA, VehicleDocumentSchema as tB, type VehicleDocumentDTO as tC, VehicleDocumentQuerySchema as tD, type VehicleDocumentQueryDTO as tE, VehicleDocumentExpirySchema as tF, type VehicleDocumentExpiryDTO as tG, VehicleDocumentExpiryQuerySchema as tH, type VehicleDocumentExpiryQueryDTO as tI, VehicleQuerySchema as tJ, type VehicleQueryDTO as tK, SimpleFindQuerySchema as tL, type SimpleFindQueryDTO as tM, VehicleGPSQuerySchema as tN, type VehicleGPSQueryDTO as tO, toVehiclePayload as tP, newVehiclePayload as tQ, toVehicleDetailsGPSPayload as tR, toVehicleDetailsTripPayload as tS, toVehicleDetailsBodyPayload as tT, toVehicleDetailLifeCyclePayload as tU, toVehicleDetailPurchasePayload as tV, toVehicleDocumentPayload as tW, newVehicleDocumentPayload as tX, toVehicleDocumentExpiryPayload as tY, newVehicleDocumentExpiryPayload as tZ, get_vehicle_file_presigned_url as t_, type MasterVehicleFileDTO as ta, CalibrationFileSchema as tb, type CalibrationFileDTO as tc, VehicleSchema as td, type VehicleDTO as te, VehicleBulkSchema as tf, type VehicleBulkDTO as tg, MasterDeviceFileSchema as th, type MasterDeviceFileDTO as ti, VehicleDeviceLinkSchema as tj, type VehicleDeviceLinkDTO as tk, VehicleDeviceUnlinkSchema as tl, type VehicleDeviceUnlinkDTO as tm, VehicleDriverLinkSchema as tn, type VehicleDriverLinkDTO as to, VehicleDetailGPSSensorSchema as tp, type VehicleDetailGPSSensorDTO as tq, VehicleDetailTripSchema as tr, type VehicleDetailTripDTO as ts, VehicleDetailBodySchema as tt, type VehicleDetailBodyDTO as tu, VehicleDetailLifeCycleSchema as tv, type VehicleDetailLifeCycleDto as tw, VehicleDetailPurchaseSchema as tx, type VehicleDetailPurchaseDTO as ty, VehicleDocumentFileSchema as tz, updateMasterMainIndustry as u, FindCacheSchema$2 as u$, get_vehicle_document_file_presigned_url as u0, get_calibration_file_presigned_url as u1, create_file_vehicle as u2, remove_file_vehicle as u3, create_file_device as u4, remove_file_device as u5, create_file_vehicle_document as u6, remove_file_vehicle_document as u7, update_calibration_file as u8, delete_calibration_file as u9, removeVehicleDocumentExpiry as uA, getVehicleCache as uB, getVehicleSimpleCache as uC, getVehicleParentCache as uD, getVehicleSimpleDropdownCustom as uE, getVehicleSimpleDropdownCacheLiveData as uF, type MasterDeviceType as uG, MasterDeviceTypeSchema as uH, type MasterDeviceTypeDTO as uI, MasterDeviceTypeQuerySchema as uJ, type MasterDeviceTypeQueryDTO as uK, FindCacheSchema$3 as uL, type FindCacheDTO$3 as uM, toMasterDeviceTypePayload as uN, newMasterDeviceTypePayload as uO, findMasterDeviceTypes as uP, createMasterDeviceType as uQ, updateMasterDeviceType as uR, deleteMasterDeviceType as uS, getMasterDeviceTypeCache as uT, getMasterDeviceTypeCacheCount as uU, getMasterDeviceTypeCacheChild as uV, type MasterDeviceModel as uW, MasterDeviceModelSchema as uX, type MasterDeviceModelDTO as uY, MasterDeviceModelQuerySchema as uZ, type MasterDeviceModelQueryDTO as u_, findVehicles as ua, findVehiclesLiveDashboard as ub, findVehicleGPSDetails as uc, createVehicle as ud, updateVehicle as ue, deleteVehicle as uf, updateDetailsGpsSensor as ug, updateDetailsTrip as uh, updateVehicleBodyDetails as ui, updateVehicleLifeCycleDetails as uj, updateVehiclePurchaseDetails as uk, linkDriverToVehicle as ul, unlinkDriverFromVehicle as um, getDriverLinkHistoryByVehicle as un, getDriverLinkHistoryByDriver as uo, linkDeviceToVehicle as up, unlinkDeviceFromVehicle as uq, getDeviceLinkHistoryByVehicle as ur, getDeviceLinkHistoryByDevice as us, createVehicleDocument as ut, findVehicleDocument as uu, updateVehicleDocument as uv, removeVehicleDocument as uw, createVehicleDocumentExpiry as ux, findVehicleDocumentExpiry as uy, updateVehicleDocumentExpiry as uz, newMasterMainCurrencyPayload as v, device_sim_link as v$, type FindCacheDTO$2 as v0, toMasterDeviceModelPayload as v1, newMasterDeviceModelPayload as v2, findMasterDeviceModels as v3, createMasterDeviceModel as v4, updateMasterDeviceModel as v5, deleteMasterDeviceModel as v6, getMasterDeviceModelCache as v7, getMasterDeviceModelCacheCount as v8, getMasterDeviceModelCacheChild as v9, type MasterSim as vA, type AssignRemoveSimHistory as vB, MasterSimSchema as vC, type MasterSimDTO as vD, MasterSimQuerySchema as vE, type MasterSimQueryDTO as vF, toMasterSimPayload as vG, newMasterSimPayload as vH, findMasterSims as vI, createMasterSim as vJ, updateMasterSim as vK, deleteMasterSim as vL, type MasterDevice as vM, type AssignRemoveDeviceHistory as vN, type MasterDeviceFile as vO, MasterDeviceSchema as vP, type MasterDeviceDTO as vQ, MasterDeviceQuerySchema as vR, type MasterDeviceQueryDTO as vS, DeviceSimLinkSchema as vT, type DeviceSimLinkDTO as vU, toMasterDevicePayload as vV, newMasterDevicePayload as vW, findMasterDevices as vX, createMasterDevice as vY, updateMasterDevice as vZ, deleteMasterDevice as v_, type MasterDeviceManufacturer as va, MasterDeviceManufacturerSchema as vb, type MasterDeviceManufacturerDTO as vc, MasterDeviceManufacturerQuerySchema as vd, type MasterDeviceManufacturerQueryDTO as ve, toMasterDeviceManufacturerPayload as vf, newMasterDeviceManufacturerPayload as vg, findMasterDeviceManufacturers as vh, createMasterDeviceManufacturer as vi, updateMasterDeviceManufacturer as vj, deleteMasterDeviceManufacturer as vk, getMasterDeviceManufacturerCache as vl, getMasterDeviceManufacturerCacheCount as vm, getMasterDeviceManufacturerCacheChild as vn, type MasterMainSimProvider as vo, MasterMainSimProviderSchema as vp, type MasterMainSimProviderDTO as vq, MasterMainSimProviderQuerySchema as vr, type MasterMainSimProviderQueryDTO as vs, toMasterMainSimProviderPayload as vt, newMasterMainSimProviderPayload as vu, findMasterMainSimProviders as vv, createMasterMainSimProvider as vw, updateMasterMainSimProvider as vx, deleteMasterMainSimProvider as vy, getMasterMainSimProviderCache as vz, findMasterMainCurrencies as w, deleteMasterMainUnitVolume as w$, device_sim_unlink as w0, get_device_sim_link_history_by_sim as w1, get_device_sim_link_history_by_device as w2, type MasterMainTimeZone as w3, MasterMainTimeZoneSchema as w4, type MasterMainTimeZoneDTO as w5, MasterMainTimeZoneQuerySchema as w6, type MasterMainTimeZoneQueryDTO as w7, toMasterMainTimeZonePayload as w8, newMasterMainTimeZonePayload as w9, createMasterMainCountry as wA, updateMasterMainCountry as wB, deleteMasterMainCountry as wC, getMasterMainCountryCache as wD, getMasterMainCountryCacheChild as wE, type MasterMainUnitMileage as wF, MasterMainUnitMileageSchema as wG, type MasterMainUnitMileageDTO as wH, MasterMainUnitMileageQuerySchema as wI, type MasterMainUnitMileageQueryDTO as wJ, toMasterMainUnitMileagePayload as wK, newMasterMainUnitMileagePayload as wL, findMasterMainUnitMileages as wM, createMasterMainUnitMileage as wN, updateMasterMainUnitMileage as wO, deleteMasterMainUnitMileage as wP, getMasterMainUnitMileageCache as wQ, type MasterMainUnitVolume as wR, MasterMainUnitVolumeSchema as wS, type MasterMainUnitVolumeDTO as wT, MasterMainUnitVolumeQuerySchema as wU, type MasterMainUnitVolumeQueryDTO as wV, toMasterMainUnitVolumePayload as wW, newMasterMainUnitVolumePayload as wX, findMasterMainUnitVolumes as wY, createMasterMainUnitVolume as wZ, updateMasterMainUnitVolume as w_, findMasterMainTimeZones as wa, createMasterMainTimeZone as wb, updateMasterMainTimeZone as wc, deleteMasterMainTimeZone as wd, getMasterMainTimeZoneCacheAll as we, getMasterMainTimeZoneCache as wf, type MasterMainState as wg, MasterMainStateSchema as wh, type MasterMainStateDTO as wi, MasterMainStateQuerySchema as wj, type MasterMainStateQueryDTO as wk, toMasterMainStatePayload as wl, newMasterMainStatePayload as wm, findMasterMainStates as wn, createMasterMainState as wo, updateMasterMainState as wp, deleteMasterMainState as wq, getMasterMainStateCache as wr, type MasterMainCountry as ws, MasterMainCountrySchema as wt, type MasterMainCountryDTO as wu, MasterMainCountryQuerySchema as wv, type MasterMainCountryQueryDTO as ww, toMasterMainCountryPayload as wx, newMasterMainCountryPayload as wy, findMasterMainCountries as wz, createMasterMainCurrency as x, getMasterSparePartCategoryCacheCount as x$, getMasterMainUnitVolumeCache as x0, type OrganisationCalendar as x1, OrganisationCalendarSchema as x2, type OrganisationCalendarDTO as x3, OrganisationCalendarQuerySchema as x4, type OrganisationCalendarQueryDTO as x5, toOrganisationCalendarPayload as x6, newOrganisationCalendarPayload as x7, findOrganisationCalendar as x8, createOrganisationCalendar as x9, MasterSparePartSubCategorySchema as xA, type MasterSparePartSubCategoryDTO as xB, SparePartSubCategoryQuerySchema as xC, type SparePartSubCategoryQueryDTO as xD, FindCacheSchema$1 as xE, type FindCacheDTO$1 as xF, toMasterSparePartSubCategoryPayload as xG, newMasterSparePartSubCategoryPayload as xH, findMasterSparePartSubCategories as xI, createMasterSparePartSubCategory as xJ, updateMasterSparePartSubCategory as xK, deleteMasterSparePartSubCategory as xL, getMasterSparePartSubCategoryCache as xM, getMasterSparePartSubCategoryCacheCount as xN, type MasterSparePartCategory as xO, MasterSparePartCategorySchema as xP, type MasterSparePartCategoryDTO as xQ, SparePartCategoryQuerySchema as xR, type SparePartCategoryQueryDTO as xS, toMasterSparePartCategoryPayload as xT, newMasterSparePartCategoryPayload as xU, findMasterSparePartCategories as xV, createMasterSparePartCategory as xW, updateMasterSparePartCategory as xX, deleteMasterSparePartCategory as xY, getMasterSparePartCategoryCache as xZ, getMasterSparePartCategoryCacheChild as x_, updateOrganisationCalendar as xa, deleteOrganisationCalendar as xb, type OrganisationNoticeBoard as xc, OrganisationNoticeBoardSchema as xd, type OrganisationNoticeBoardDTO as xe, OrganisationNoticeBoardQuerySchema as xf, type OrganisationNoticeBoardQueryDTO as xg, toOrganisationNoticeBoardPayload as xh, newOrganisationNoticeBoardPayload as xi, findOrganisationNoticeBoard as xj, createOrganisationNoticeBoard as xk, updateOrganisationNoticeBoard as xl, deleteOrganisationNoticeBoard as xm, type MasterExpenseType as xn, MasterExpenseTypeSchema as xo, type MasterExpenseTypeDTO as xp, MasterExpenseTypeQuerySchema as xq, type MasterExpenseTypeQueryDTO as xr, toMasterExpenseTypePayload as xs, newMasterExpenseTypePayload as xt, findMasterExpenseTypes as xu, createMasterExpenseType as xv, updateMasterExpenseType as xw, deleteMasterExpenseType as xx, getMasterExpenseTypeCache as xy, type MasterSparePartSubCategory as xz, updateMasterMainCurrency as y, deleteMasterTyreMake as y$, type MasterSparePartUnit as y0, MasterSparePartUnitSchema as y1, type MasterSparePartUnitDTO as y2, SparePartUnitQuerySchema as y3, type SparePartUnitQueryDTO as y4, toMasterSparePartUnitPayload as y5, newMasterSparePartUnitPayload as y6, findMasterSparePartUnits as y7, createMasterSparePartUnit as y8, updateMasterSparePartUnit as y9, getMasterTyreGradeCache as yA, getMasterTyreGradeCacheCount as yB, type MasterTyreModel as yC, MasterTyreModelSchema as yD, type MasterTyreModelDTO as yE, MasterTyreModelQuerySchema as yF, type MasterTyreModelQueryDTO as yG, FindCacheSchema as yH, type FindCacheDTO as yI, toMasterTyreModelPayload as yJ, newMasterTyreModelPayload as yK, findMasterTyreModels as yL, createMasterTyreModel as yM, updateMasterTyreModel as yN, deleteMasterTyreModel as yO, getMasterTyreModelCache as yP, getMasterTyreModelCacheCount as yQ, type MasterTyreMake as yR, MasterTyreMakeSchema as yS, type MasterTyreMakeDTO as yT, MasterTyreMakeQuerySchema as yU, type MasterTyreMakeQueryDTO as yV, toMasterTyreMakePayload as yW, newMasterTyreMakePayload as yX, findMasterTyreMakes as yY, createMasterTyreMake as yZ, updateMasterTyreMake as y_, deleteMasterSparePartUnit as ya, getMasterSparePartUnitCache as yb, getMasterSparePartUnitCacheCount as yc, type MasterTripPartyType as yd, MasterTripPartyTypeSchema as ye, type MasterTripPartyTypeDTO as yf, MasterTripPartyTypeQuerySchema as yg, type MasterTripPartyTypeQueryDTO as yh, toMasterTripPartyTypePayload as yi, newMasterTripPartyTypePayload as yj, findMasterTripPartyTypes as yk, createMasterTripPartyType as yl, updateMasterTripPartyType as ym, deleteMasterTripPartyType as yn, getMasterTripPartyTypeCache as yo, type MasterTyreGrade as yp, MasterTyreGradeSchema as yq, type MasterTyreGradeDTO as yr, MasterTyreGradeQuerySchema as ys, type MasterTyreGradeQueryDTO as yt, toMasterTyreGradePayload as yu, newMasterTyreGradePayload as yv, findMasterTyreGrades as yw, createMasterTyreGrade as yx, updateMasterTyreGrade as yy, deleteMasterTyreGrade as yz, deleteMasterMainCurrency as z, getMasterTyreMakeCache as z0, getMasterTyreMakeCacheCount as z1, getMasterTyreMakeCacheChild as z2, type MasterMainUnitDistance as z3, MasterMainUnitDistanceSchema as z4, type MasterMainUnitDistanceDTO as z5, MasterMainUnitDistanceQuerySchema as z6, type MasterMainUnitDistanceQueryDTO as z7, toMasterMainUnitDistancePayload as z8, newMasterMainUnitDistancePayload as z9, BookMarkQuerySchema as zA, type BookMarkQueryDTO as zB, toBookMarkPayload as zC, newBookMarkPayload as zD, findBookMarks as zE, createBookMark as zF, updateBookMark as zG, deleteBookMark as zH, findMasterMainUnitDistances as za, createMasterMainUnitDistance as zb, updateMasterMainUnitDistance as zc, deleteMasterMainUnitDistance as zd, getMasterMainUnitDistanceCache as ze, type UserOrganisationSimple as zf, UserOrganisationSchema as zg, type UserOrganisationDTO as zh, UserOrganisationQuerySchema as zi, type UserOrganisationQueryDTO as zj, UserOrganisationLogoSchema as zk, type UserOrganisationLogoDTO as zl, toUserOrganisationPayload as zm, newUserOrganisationPayload as zn, get_organisation_logo_presigned_url as zo, update_organisation_logo as zp, delete_organisation_logo as zq, findUserOrganisation as zr, createUserOrganisation as zs, updateUserOrganisation as zt, deleteUserOrganisation as zu, getUserOrganisationCache as zv, getUserOrganisationCacheSimple as zw, type BookMark as zx, BookMarkSchema as zy, type BookMarkDTO as zz };
|
|
22612
|
+
export { type MasterMainIndustryDTO as $, type MasterMainUnitMileage as A, type MasterMainUnitVolume as B, type MasterMainSimProvider as C, type MasterFleetIncidentType as D, type MasterFleetIncidentStatus as E, type MasterFleetIncidentSeverity as F, type MasterFleetInsuranceClaimStatus as G, type MasterFleetServiceTask as H, type MasterExpenseName as I, type MasterExpenseType as J, type MasterVendorType as K, type MasterVendorTag as L, type MasterDriver as M, type MasterVendorDocumentType as N, type OrganisationSubCompany as O, type MasterFuelCompany as P, type MasterClass as Q, type MasterProgram as R, type MasterSemester as S, type MasterRelationship as T, type User as U, type MasterSection as V, type MasterStream as W, type MasterYear as X, type UserOrganisation as Y, type MasterVehicle as Z, MasterMainIndustrySchema as _, type UserAdmin as a, getOrganisationColorCacheCount as a$, MasterMainIndustryQuerySchema as a0, type MasterMainIndustryQueryDTO as a1, toMasterMainIndustryPayload as a2, newMasterMainIndustryPayload as a3, findMasterMainIndustry as a4, createMasterMainIndustry as a5, updateMasterMainIndustry as a6, deleteMasterMainIndustry as a7, getMasterMainIndustryCache as a8, type MasterMainCurrency as a9, getOrganisationSubCompanyCache as aA, getOrganisationSubCompanyCacheCount as aB, getOrganisationSubCompanyCacheChild as aC, OrganisationBranchSchema as aD, type OrganisationBranchDTO as aE, OrganisationBranchQuerySchema as aF, type OrganisationBranchQueryDTO as aG, toOrganisationBranchPayload as aH, newOrganisationBranchPayload as aI, findOrganisationBranchs as aJ, createOrganisationBranch as aK, updateOrganisationBranch as aL, deleteOrganisationBranch as aM, getOrganisationBranchCache as aN, getOrganisationBranchCacheCount as aO, getOrganisationBranchCacheChild as aP, OrganisationColorSchema as aQ, type OrganisationColorDTO as aR, OrganisationColorQuerySchema as aS, type OrganisationColorQueryDTO as aT, toOrganisationColorPayload as aU, newOrganisationColorPayload as aV, findOrganisationColors as aW, createOrganisationColor as aX, updateOrganisationColor as aY, deleteOrganisationColor as aZ, getOrganisationColorCache as a_, MasterMainCurrencySchema as aa, type MasterMainCurrencyDTO as ab, MasterMainCurrencyQuerySchema as ac, type MasterMainCurrencyQueryDTO as ad, toMasterMainCurrencyPayload as ae, newMasterMainCurrencyPayload as af, findMasterMainCurrencies as ag, createMasterMainCurrency as ah, updateMasterMainCurrency as ai, deleteMasterMainCurrency as aj, getMasterMainCurrencyCache as ak, OrganisationSubCompanySchema as al, type OrganisationSubCompanyDTO as am, OrganisationSubCompanyQuerySchema as an, type OrganisationSubCompanyQueryDTO as ao, SubCompanyLogoSchema as ap, type SubCompanyLogoDTO as aq, toOrganisationSubCompanyPayload as ar, newOrganisationSubCompanyPayload as as, get_organisation_sub_company_logo_presigned_url as at, update_organisation_sub_company_logo as au, delete_organisation_sub_company_logo as av, findOrganisationSubCompanyies as aw, createOrganisationSubCompany as ax, updateOrganisationSubCompany as ay, deleteOrganisationSubCompany as az, type MasterVehicleType as b, GPSGeofenceTransactionSummaryQuerySchema as b$, getOrganisationColorCacheChild as b0, OrganisationTagSchema as b1, type OrganisationTagDTO as b2, OrganisationTagQuerySchema as b3, type OrganisationTagQueryDTO as b4, toOrganisationTagPayload as b5, newOrganisationTagPayload as b6, findOrganisationTags as b7, createOrganisationTag as b8, updateOrganisationTag as b9, getMasterUserStatusCache as bA, getMasterUserStatusCacheCount as bB, MasterMainLanguageSchema as bC, type MasterMainLanguageDTO as bD, MasterMainLanguageQuerySchema as bE, type MasterMainLanguageQueryDTO as bF, toMasterMainLanguagePayload as bG, newMasterMainLanguagePayload as bH, findMasterMainLanguages as bI, createMasterMainLanguage as bJ, updateMasterMainLanguage as bK, deleteMasterMainLanguage as bL, getMasterMainLanguageCache as bM, MasterMainDateFormatSchema as bN, type MasterMainDateFormatDTO as bO, MasterMainDateFormatQuerySchema as bP, type MasterMainDateFormatQueryDTO as bQ, toMasterMainDateFormatPayload as bR, newMasterMainDateFormatPayload as bS, findMasterMainDateFormats as bT, createMasterMainDateFormat as bU, updateMasterMainDateFormat as bV, deleteMasterMainDateFormat as bW, getMasterMainDateFormatCache as bX, type GPSGeofenceTransactionSummary as bY, GPSGeofenceTransactionSummarySchema as bZ, type GPSGeofenceTransactionSummaryDTO as b_, deleteOrganisationTag as ba, getOrganisationTagCache as bb, getOrganisationTagCacheCount as bc, getOrganisationTagCacheChild as bd, MasterUserRoleSchema as be, type MasterUserRoleDTO as bf, MasterUserRoleQuerySchema as bg, type MasterUserRoleQueryDTO as bh, toMasterUserRolePayload as bi, newMasterUserRolePayload as bj, findMasterUserRoles as bk, createMasterUserRole as bl, updateMasterUserRole as bm, deleteMasterUserRole as bn, getMasterUserRoleCache as bo, getMasterUserRoleCacheCount as bp, MasterUserStatusSchema as bq, type MasterUserStatusDTO as br, MasterUserStatusQuerySchema as bs, type MasterUserStatusQueryDTO as bt, toMasterUserStatusPayload as bu, newMasterUserStatusPayload as bv, findMasterUserStatuses as bw, createMasterUserStatus as bx, updateMasterUserStatus as by, deleteMasterUserStatus as bz, type MasterVehicleMake as c, type UserAdminLogoDTO as c$, type GPSGeofenceTransactionSummaryQueryDTO as c0, toGPSGeofenceTransactionSummaryPayload as c1, newGPSGeofenceTransactionSummaryPayload as c2, findGPSGeofenceTransactionSummary as c3, createGPSGeofenceTransactionSummary as c4, updateGPSGeofenceTransactionSummary as c5, deleteGPSGeofenceTransactionSummary as c6, type GPSGeofenceTransaction as c7, GPSGeofenceTransactionSchema as c8, type GPSGeofenceTransactionDTO as c9, GPSGeofenceQuerySchema as cA, type GPSGeofenceQueryDTO as cB, toGPSGeofencePayload as cC, newGPSGeofencePayload as cD, findGPSGeofence as cE, createGPSGeofence as cF, updateGPSGeofence as cG, deleteGPSGeofence as cH, getGPSGeofenceCache as cI, type OrganisationNotificationPreference as cJ, type OrganisationNotificationPreferenceVehicleLink as cK, type OrganisationNotificationPreferenceGeofenceLink as cL, type OrganisationNotificationPreferenceUserLink as cM, OrganisationNotificationPreferenceSchema as cN, type OrganisationNotificationPreferenceDTO as cO, OrganisationNotificationPreferenceQuerySchema as cP, type OrganisationNotificationPreferenceQueryDTO as cQ, toOrganisationNotificationPreferencePayload as cR, newOrganisationNotificationPreferencePayload as cS, findOrganisationNotificationPreference as cT, createOrganisationNotificationPreference as cU, updateOrganisationNotificationPreference as cV, deleteOrganisationNotificationPreference as cW, type UserAdminLoginPush as cX, UserAdminSchema as cY, type UserAdminDTO as cZ, UserAdminLogoSchema as c_, GPSGeofenceTransactionQuerySchema as ca, type GPSGeofenceTransactionQueryDTO as cb, toGPSGeofenceTransactionPayload as cc, newGPSGeofenceTransactionPayload as cd, findGPSGeofenceTransaction as ce, createGPSGeofenceTransaction as cf, updateGPSGeofenceTransaction as cg, deleteGPSGeofenceTransaction as ch, type TripGeofenceToGeofence as ci, TripGeofenceToGeofenceSchema as cj, type TripGeofenceToGeofenceDTO as ck, TripGeofenceToGeofenceQuerySchema as cl, type TripGeofenceToGeofenceQueryDTO as cm, toTripGeofenceToGeofencePayload as cn, newTripGeofenceToGeofencePayload as co, findTripGeofenceToGeofence as cp, createTripGeofenceToGeofence as cq, updateTripGeofenceToGeofence as cr, deleteTripGeofenceToGeofence as cs, type GPSGeofence as ct, type GPSGeofencePolilineData as cu, type GPSGeofenceCache as cv, GPSGeofencePolilineDataSchema as cw, type GPSGeofencePolilineDataDTO as cx, GPSGeofenceSchema as cy, type GPSGeofenceDTO as cz, type MasterVehicleStatusType as d, MasterVehicleFuelUnitQuerySchema as d$, UserAdminProfileSchema as d0, type UserAdminProfileDTO as d1, UserAdminQuerySchema as d2, type UserAdminQueryDTO as d3, toUserAdminProfilePayload as d4, newUserAdminPayload as d5, get_admin_image_presigned_url as d6, update_admin_image as d7, delete_admin_image as d8, findUserAdmin as d9, deleteTicket as dA, type MasterMainLandMark as dB, MasterMainLandmarkSchema as dC, type MasterMainLandmarkDTO as dD, MasterMainLandmarkQuerySchema as dE, type MasterMainLandmarkQueryDTO as dF, toMasterMainLandmarkPayload as dG, newMasterMainLandmarkPayload as dH, findMasterMainCountries$1 as dI, createMasterMainCountry$1 as dJ, updateMasterMainCountry$1 as dK, deleteMasterMainCountry$1 as dL, MasterVehicleFuelTypeSchema as dM, type MasterVehicleFuelTypeDTO as dN, MasterVehicleFuelTypeQuerySchema as dO, type MasterVehicleFuelTypeQueryDTO as dP, toMasterVehicleFuelTypePayload as dQ, newMasterVehicleFuelTypePayload as dR, findMasterVehicleFuelTypes as dS, createMasterVehicleFuelType as dT, updateMasterVehicleFuelType as dU, deleteMasterVehicleFuelType as dV, getMasterVehicleFuelTypeCache as dW, getMasterVehicleFuelTypeCacheCount as dX, getMasterVehicleFuelTypeCacheChild as dY, MasterVehicleFuelUnitSchema as dZ, type MasterVehicleFuelUnitDTO as d_, createUserAdmin as da, updateUserAdmin as db, deleteUserAdmin as dc, updateUserAdminProfile as dd, getAdminUserCache as de, type Ticket as df, type TicketFile as dg, TicketFileSchema as dh, type TicketFileDTO as di, TicketSchema as dj, type TicketDTO as dk, TicketVerifySchema as dl, type TicketVerifyDTO as dm, TicketQuerySchema as dn, type TicketQueryDTO as dp, toTicketPayload as dq, toVerifyTicketPayload as dr, newTicketPayload as ds, get_ticket_file_presigned_url as dt, create_ticket_file as du, remove_ticket_file as dv, findTickets as dw, createTicket as dx, updateTicket as dy, updateVerifyStatus as dz, type MasterVehicleOwnershipType as e, deleteMasterFleetInsuranceClaimStatus as e$, type MasterVehicleFuelUnitQueryDTO as e0, toMasterVehicleFuelUnitPayload as e1, newMasterVehicleFuelUnitPayload as e2, findMasterVehicleFuelUnits as e3, createMasterVehicleFuelUnit as e4, updateMasterVehicleFuelUnit as e5, deleteMasterVehicleFuelUnit as e6, getMasterVehicleFuelUnitCache as e7, getMasterVehicleFuelUnitCacheCount as e8, getMasterVehicleFuelUnitCacheChild as e9, toMasterVendorDocumentTypePayload as eA, newMasterVendorDocumentTypePayload as eB, findMasterVendorDocumentTypes as eC, createMasterVendorDocumentType as eD, updateMasterVendorDocumentType as eE, deleteMasterVendorDocumentType as eF, getMasterVendorDocumentTypeCache as eG, MasterFleetServiceTaskSchema as eH, type MasterFleetServiceTaskDTO as eI, MasterFleetServiceTaskQuerySchema as eJ, type MasterFleetServiceTaskQueryDTO as eK, toMasterFleetServiceTaskPayload as eL, newMasterFleetServiceTaskPayload as eM, findMasterFleetServiceTasks as eN, createMasterFleetServiceTask as eO, updateMasterFleetServiceTask as eP, deleteMasterFleetServiceTask as eQ, getMasterFleetServiceTaskCache as eR, MasterFleetInsuranceClaimStatusSchema as eS, type MasterFleetInsuranceClaimStatusDTO as eT, MasterFleetInsuranceClaimStatusQuerySchema as eU, type MasterFleetInsuranceClaimStatusQueryDTO as eV, toMasterFleetInsuranceClaimStatusPayload as eW, newMasterFleetInsuranceClaimStatusPayload as eX, findMasterFleetInsuranceClaimStatuses as eY, createMasterFleetInsuranceClaimStatus as eZ, updateMasterFleetInsuranceClaimStatus as e_, MasterVendorTypeSchema as ea, type MasterVendorTypeDTO as eb, MasterVendorTypeQuerySchema as ec, type MasterVendorTypeQueryDTO as ed, toMasterVendorTypePayload as ee, newMasterVendorTypePayload as ef, findMasterVendorTypes as eg, createMasterVendorType as eh, updateMasterVendorType as ei, deleteMasterVendorType as ej, getMasterVendorTypeCache as ek, MasterVendorTagSchema as el, type MasterVendorTagDTO as em, MasterVendorTagQuerySchema as en, type MasterVendorTagQueryDTO as eo, toMasterVendorTagPayload as ep, newMasterVendorTagPayload as eq, findMasterVendorTags as er, createMasterVendorTag as es, updateMasterVendorTag as et, deleteMasterVendorTag as eu, getMasterVendorTagCache as ev, MasterVendorDocumentTypeSchema as ew, type MasterVendorDocumentTypeDTO as ex, MasterVendorDocumentTypeQuerySchema as ey, type MasterVendorDocumentTypeQueryDTO as ez, type MasterVehicleAssociatedTo as f, toFleetIncidentManagementCostPayload as f$, getMasterFleetInsuranceClaimStatusCache as f0, MasterFleetIncidentSeveritySchema as f1, type MasterFleetIncidentSeverityDTO as f2, MasterFleetIncidentSeverityQuerySchema as f3, type MasterFleetIncidentSeverityQueryDTO as f4, toMasterFleetIncidentSeverityPayload as f5, newMasterFleetIncidentSeverityPayload as f6, findMasterFleetIncidentSeverities as f7, createMasterFleetIncidentSeverity as f8, updateMasterFleetIncidentSeverity as f9, MasterExpenseNameQuerySchema as fA, type MasterExpenseNameQueryDTO as fB, toMasterExpenseNamePayload as fC, newMasterExpenseNamePayload as fD, findMasterExpenseNames as fE, createMasterExpenseName as fF, updateMasterExpenseName as fG, deleteMasterExpenseName as fH, getMasterExpenseNameCache as fI, type FleetIncidentManagement as fJ, type FleetIncidentManagementCost as fK, type FleetIncidentManagementFile as fL, type IncidentDashboard as fM, FleetIncidentManagementFileSchema as fN, type FleetIncidentManagementFileDTO as fO, FleetIncidentManagementSchema as fP, type FleetIncidentManagementDTO as fQ, FleetIncidentManagementQuerySchema as fR, type FleetIncidentManagementQueryDTO as fS, FleetIncidentManagementDashBoardQuerySchema as fT, type FleetIncidentManagementDashBoardQueryDTO as fU, FleetIncidentManagementCostSchema as fV, type FleetIncidentManagementCostDTO as fW, FleetIncidentManagementCostQuerySchema as fX, type FleetIncidentManagementCostQueryDTO as fY, toFleetIncidentManagementPayload as fZ, newFleetIncidentManagementPayload as f_, deleteMasterFleetIncidentSeverity as fa, getMasterFleetIncidentSeverityCache as fb, MasterFleetIncidentStatusSchema as fc, type MasterFleetIncidentStatusDTO as fd, MasterFleetIncidentStatusQuerySchema as fe, type MasterFleetIncidentStatusQueryDTO as ff, toMasterFleetIncidentStatusPayload as fg, newMasterFleetIncidentStatusPayload as fh, findMasterFleetIncidentStatuses as fi, createMasterFleetIncidentStatus as fj, updateMasterFleetIncidentStatus as fk, deleteMasterFleetIncidentStatus as fl, getMasterFleetIncidentStatusCache as fm, MasterFleetIncidentTypeSchema as fn, type MasterFleetIncidentTypeDTO as fo, MasterFleetIncidentTypeQuerySchema as fp, type MasterFleetIncidentTypeQueryDTO as fq, toMasterFleetIncidentTypePayload as fr, newMasterFleetIncidentTypePayload as fs, findMasterFleetIncidentTypes as ft, createMasterFleetIncidentType as fu, updateMasterFleetIncidentType as fv, deleteMasterFleetIncidentType as fw, getMasterFleetIncidentTypeCache as fx, MasterExpenseNameSchema as fy, type MasterExpenseNameDTO as fz, type MasterVehicleFuelType as g, FleetIssueManagementCommentSchema as g$, newFleetIncidentManagementCostPayload as g0, get_incident_file_presigned_url as g1, create_incident_file as g2, remove_incident_file as g3, createFleetIncidentManagement as g4, findFleetIncidentManagement as g5, updateFleetIncidentManagement as g6, deleteFleetIncidentManagement as g7, incident_dashboard as g8, createFleetIncidentManagementCost as g9, type FleetInspectionDashBoardQueryDTO as gA, FleetInspectionCheckPendingQuerySchema as gB, type FleetInspectionCheckPendingQueryDTO as gC, toFleetInspectionPayload as gD, newFleetInspectionPayload as gE, get_inspection_file_presigned_url as gF, create_service_file$1 as gG, remove_service_file$1 as gH, findFleetInspection as gI, createFleetInspection as gJ, updateFleetInspection as gK, deleteFleetInspection as gL, inspection_dashboard as gM, find_check_pending as gN, type FleetIssueManagement as gO, type FleetIssueManagementHistory as gP, type FleetIssueManagementComment as gQ, type FleetIssueManagementFile as gR, type IssueDashboard as gS, FleetIssueManagementFileSchema as gT, type FleetIssueManagementFileDTO as gU, FleetIssueManagementSchema as gV, type FleetIssueManagementDTO as gW, FleetIssueManagementQuerySchema as gX, type FleetIssueManagementQueryDTO as gY, FleetIssueManagementDashBoardQuerySchema as gZ, type FleetIssueManagementDashBoardQueryDTO as g_, findFleetIncidentManagementCost as ga, updateFleetIncidentManagementCost as gb, deleteFleetIncidentManagementCost as gc, type FleetInspectionForm as gd, type FleetInspectionFormSimple as ge, FleetInspectionFormSchema as gf, type FleetInspectionFormDTO as gg, FleetInspectionFormQuerySchema as gh, type FleetInspectionFormQueryDTO as gi, toFleetInspectionFormPayload as gj, newFleetInspectionFormPayload as gk, findFleetInspectionForm as gl, createFleetInspectionForm as gm, updateFleetInspectionForm as gn, deleteFleetInspectionForm as go, getFleetInspectionFormCacheSimple as gp, type FleetInspection as gq, type FleetInspectionFile as gr, type InspectionDashboard as gs, FleetInspectionFileSchema as gt, type FleetInspectionFileDTO as gu, FleetInspectionSchema as gv, type FleetInspectionDTO as gw, FleetInspectionQuerySchema as gx, type FleetInspectionQueryDTO as gy, FleetInspectionDashBoardQuerySchema as gz, type MasterVehicleFuelUnit as h, type FleetVendorServiceCenterSimple as h$, type FleetIssueManagementCommentDTO as h0, FleetIssueManagementCommentQuerySchema as h1, type FleetIssueManagementCommentQueryDTO as h2, toFleetIssueManagementPayload as h3, newFleetIssueManagementPayload as h4, toFleetIssueManagementCommentPayload as h5, newFleetIssueManagementCommentPayload as h6, get_issue_file_presigned_url as h7, create_issue_file as h8, remove_issue_file as h9, FleetServiceReminderSchema as hA, type FleetServiceReminderDTO as hB, FleetServiceReminderQuerySchema as hC, type FleetServiceReminderQueryDTO as hD, toFleetServiceManagementPayload as hE, newFleetServiceManagementPayload as hF, toFleetServiceManagementTaskPayload as hG, newFleetServiceManagementTaskPayload as hH, toFleetServiceReminderPayload as hI, newFleetServiceReminderPayload as hJ, get_service_file_presigned_url as hK, create_service_file as hL, remove_service_file as hM, findFleetServiceManagement as hN, createFleetServiceManagement as hO, updateFleetServiceManagement as hP, deleteFleetServiceManagement as hQ, service_dashboard as hR, findFleetServiceManagementTask as hS, createFleetServiceManagementTask as hT, updateFleetServiceManagementTask as hU, deleteFleetServiceManagementTask as hV, findFleetServiceReminder as hW, createFleetServiceReminder as hX, updateFleetServiceReminder as hY, deleteFleetServiceReminder as hZ, type FleetVendorServiceCenter as h_, findFleetIssueManagement as ha, createFleetIssueManagement as hb, updateFleetIssueManagement as hc, deleteFleetIssueManagement as hd, issue_dashboard as he, findFleetIssueManagementComment as hf, createFleetIssueManagementComment as hg, updateFleetIssueManagementComment as hh, deleteFleetIssueManagementComment as hi, type FleetServiceManagement as hj, type FleetServiceManagementTask as hk, type FleetServiceManagementFile as hl, type FleetServiceReminder as hm, type ServiceDashboard as hn, FleetServiceManagementFileSchema as ho, type FleetServiceManagementFileDTO as hp, FleetServiceManagementSchema as hq, type FleetServiceManagementDTO as hr, FleetServiceManagementQuerySchema as hs, type FleetServiceManagementQueryDTO as ht, FleetServiceManagementDashBoardQuerySchema as hu, type FleetServiceManagementDashBoardQueryDTO as hv, FleetServiceManagementTaskSchema as hw, type FleetServiceManagementTaskDTO as hx, FleetServiceManagementTaskQuerySchema as hy, type FleetServiceManagementTaskQueryDTO as hz, type MasterVehicleFuelRemovalReason as i, FleetVendorAddressQuerySchema as i$, FleetVendorServiceCenterSchema as i0, type FleetVendorServiceCenterDTO as i1, FleetVendorServiceCenterQuerySchema as i2, type FleetVendorServiceCenterQueryDTO as i3, toFleetVendorServiceCenterPayload as i4, newFleetVendorServiceCenterPayload as i5, findFleetVendorServiceCenter as i6, createFleetVendorServiceCenter as i7, updateFleetVendorServiceCenter as i8, deleteFleetVendorServiceCenter as i9, newFleetVendorFuelStationPayload as iA, findFleetVendorFuelStation as iB, createFleetVendorFuelStation as iC, updateFleetVendorFuelStation as iD, deleteFleetVendorFuelStation as iE, getFleetVendorFuelStationCacheSimple as iF, type FleetVendor as iG, type VendorDashboard as iH, type FleetVendorSimple as iI, type FleetVendorTypeLink as iJ, type FleetVendorTagLink as iK, type FleetVendorAddress as iL, type FleetVendorBankAccount as iM, type FleetVendorContactPersons as iN, type FleetVendorReview as iO, type FleetVendorDocument as iP, type FleetVendorDocumentFile as iQ, FleetVendorLogoSchema as iR, type FleetVendorLogoDTO as iS, FleetVendorSchema as iT, type FleetVendorDTO as iU, FleetVendorQuerySchema as iV, type FleetVendorQueryDTO as iW, FleetVendorDashBoardQuerySchema as iX, type FleetVendorDashBoardQueryDTO as iY, FleetVendorAddressSchema as iZ, type FleetVendorAddressDTO as i_, getFleetVendorServiceCenterCacheSimple as ia, MasterFuelCompanySchema as ib, type MasterFuelCompanyDTO as ic, MasterFuelCompanyQuerySchema as id, type MasterFuelCompanyQueryDTO as ie, FuelCompanyLogoSchema as ig, type FuelCompanyLogoDTO as ih, toMasterFuelCompanyPayload as ii, newMasterFuelCompanyPayload as ij, get_master_fuel_company_presigned_url as ik, update_master_fuel_company_logo as il, delete_master_fuel_company_logo as im, findMasterFuelCompanys as io, createMasterFuelCompany as ip, updateMasterFuelCompany as iq, deleteMasterFuelCompany as ir, getMasterFuelCompanyCache as is, type FleetVendorFuelStation as it, type FleetVendorFuelStationSimple as iu, FleetVendorFuelStationSchema as iv, type FleetVendorFuelStationDTO as iw, FleetVendorFuelStationQuerySchema as ix, type FleetVendorFuelStationQueryDTO as iy, toFleetVendorFuelStationPayload as iz, type MasterVehicleDocumentType as j, createFleetVendorDocument as j$, type FleetVendorAddressQueryDTO as j0, FleetVendorBankAccountSchema as j1, type FleetVendorBankAccountDTO as j2, FleetVendorBankAccountQuerySchema as j3, type FleetVendorBankAccountQueryDTO as j4, FleetVendorContactPersonsLogoSchema as j5, type FleetVendorContactPersonsLogoDTO as j6, FleetVendorContactPersonsSchema as j7, type FleetVendorContactPersonsDTO as j8, FleetVendorContactPersonsQuerySchema as j9, update_vendor_logo as jA, delete_vendor_logo as jB, update_vendor_contact_person_logo as jC, delete_vendor_contact_person_logo as jD, create_vendor_document_file as jE, remove_vendor_document_file as jF, findFleetVendor as jG, createFleetVendor as jH, updateFleetVendor as jI, deleteFleetVendor as jJ, vendor_dashboard as jK, createFleetVendorAddress as jL, findFleetVendorAddress as jM, updateFleetVendorAddress as jN, deleteFleetVendorAddress as jO, createFleetVendorBankAccount as jP, findFleetVendorBankAccount as jQ, updateFleetVendorBankAccount as jR, deleteFleetVendorBankAccount as jS, createFleetVendorContactPersons as jT, findFleetVendorContactPersons as jU, updateFleetVendorContactPersons as jV, deleteFleetVendorContactPersons as jW, createFleetVendorReview as jX, findFleetVendorReview as jY, updateFleetVendorReview as jZ, deleteFleetVendorReview as j_, type FleetVendorContactPersonsQueryDTO as ja, FleetVendorReviewSchema as jb, type FleetVendorReviewDTO as jc, FleetVendorReviewQuerySchema as jd, type FleetVendorReviewQueryDTO as je, FleetVendorDocumentFileSchema as jf, type FleetVendorDocumentFileDTO as jg, FleetVendorDocumentSchema as jh, type FleetVendorDocumentDTO as ji, FleetVendorDocumentQuerySchema as jj, type FleetVendorDocumentQueryDTO as jk, toFleetVendorPayload as jl, newFleetVendorPayload as jm, toFleetVendorAddressPayload as jn, newFleetVendorAddressPayload as jo, toFleetVendorBankAccountPayload as jp, newFleetVendorBankAccountPayload as jq, toFleetVendorContactPersonsPayload as jr, newFleetVendorContactPersonsPayload as js, toFleetVendorReviewPayload as jt, newFleetVendorReviewPayload as ju, toFleetVendorDocumentPayload as jv, newFleetVendorDocumentPayload as jw, get_vendor_logo_presigned_url as jx, get_vendor_contact_person_logo_presigned_url as jy, get_vendor_document_file_presigned_url as jz, type MasterUserRole as k, type FleetServiceSchedule as k$, findFleetVendorDocument as k0, updateFleetVendorDocument as k1, deleteFleetVendorDocument as k2, getFleetVendorCacheSimple as k3, type FleetFuelRefill as k4, type FleetFuelRefillFile as k5, FleetFuelRefillFileSchema as k6, type FleetFuelRefillFileDTO as k7, FleetFuelRefillSchema as k8, type FleetFuelRefillDTO as k9, FleetFuelRemovalFileSchema as kA, type FleetFuelRemovalFileDTO as kB, FleetFuelRemovalSchema as kC, type FleetFuelRemovalDTO as kD, FleetFuelRemovalQuerySchema as kE, type FleetFuelRemovalQueryDTO as kF, toFleetFuelRemovalPayload as kG, newFleetFuelRemovalPayload as kH, get_fuel_removal_file_presigned_url as kI, create_fuel_removal_file as kJ, remove_fuel_removal_file as kK, findFleetFuelRemoval as kL, createFleetFuelRemoval as kM, updateFleetFuelRemoval as kN, deleteFleetFuelRemoval as kO, type FleetInspectionSchedule as kP, type FleetInspectionScheduleVehicleLink as kQ, FleetInspectionScheduleSchema as kR, type FleetInspectionScheduleDTO as kS, FleetInspectionScheduleQuerySchema as kT, type FleetInspectionScheduleQueryDTO as kU, toFleetInspectionSchedulePayload as kV, newFleetInspectionSchedulePayload as kW, findFleetInspectionSchedule as kX, createFleetInspectionSchedule as kY, updateFleetInspectionSchedule as kZ, deleteFleetInspectionSchedule as k_, FleetFuelRefillQuerySchema as ka, type FleetFuelRefillQueryDTO as kb, toFleetFuelRefillPayload as kc, newFleetFuelRefillPayload as kd, get_fuel_refill_file_presigned_url as ke, create_fuel_refill_file as kf, remove_fuel_refill_file as kg, findFleetFuelRefill as kh, createFleetFuelRefill as ki, updateFleetFuelRefill as kj, deleteFleetFuelRefill as kk, MasterVehicleFuelRemovalReasonSchema as kl, type MasterVehicleFuelRemovalReasonDTO as km, MasterVehicleFuelRemovalReasonQuerySchema as kn, type MasterVehicleFuelRemovalReasonQueryDTO as ko, toMasterVehicleFuelRemovalReasonPayload as kp, newMasterVehicleFuelRemovalReasonPayload as kq, findMasterVehicleFuelRemovalReasons as kr, createMasterVehicleFuelRemovalReason as ks, updateMasterVehicleFuelRemovalReason as kt, deleteMasterVehicleFuelRemovalReason as ku, getMasterVehicleFuelRemovalReasonCache as kv, getMasterVehicleFuelRemovalReasonCacheCount as kw, getMasterVehicleFuelRemovalReasonCacheChild as kx, type FleetFuelRemoval as ky, type FleetFuelRemovalFile as kz, type MasterUserStatus as l, findVehicleFuelSummary as l$, type FleetServiceScheduleVehicleLink as l0, FleetServiceScheduleSchema as l1, type FleetServiceScheduleDTO as l2, FleetServiceScheduleQuerySchema as l3, type FleetServiceScheduleQueryDTO as l4, toFleetServiceSchedulePayload as l5, newFleetServiceSchedulePayload as l6, findFleetServiceSchedule as l7, createFleetServiceSchedule as l8, updateFleetServiceSchedule as l9, deleteUser as lA, updateUserProfile as lB, getUserCache as lC, getUserCacheSimple as lD, updateUserDefaultLanguage as lE, updateUserDefaultTimezone as lF, updateUserDefaultDateformat as lG, type FleetFuelDailySummary as lH, FleetFuelDailySummarySchema as lI, type FleetFuelDailySummaryDTO as lJ, FleetFuelDailySummaryQuerySchema as lK, type FleetFuelDailySummaryQueryDTO as lL, FleetFuelDailyMonthlySummaryQuerySchema as lM, type FleetFuelDailyMonthlySummaryQueryDTO as lN, AllVehiclesFuelDailySummaryQuerySchema as lO, type AllVehiclesFuelDailySummaryDTO as lP, FleetFuelDailySummaryDashBoardQuerySchema as lQ, type FleetFuelDailySummaryDashBoardQueryDTO as lR, type FuelDashboard as lS, toFleetFuelDailySummaryPayload as lT, newFleetFuelDailySummaryPayload as lU, findFleetFuelDailySummary as lV, createFleetFuelDailySummary as lW, updateFleetFuelDailySummary as lX, deleteFleetFuelDailySummary as lY, fuel_dashboard as lZ, findFleetFuelMonthlySummary as l_, deleteFleetServiceSchedule as la, type UserVehicleLink as lb, type UserLoginPush as lc, UserSchema as ld, type UserDTO as le, UserQuerySchema as lf, type UserQueryDTO as lg, UserLogoSchema as lh, type UserLogoDTO as li, UserProfileSchema as lj, type UserProfileDTO as lk, UserDefaultLanguageSchema as ll, type UserDefaultLanguageDTO as lm, UserDefaultTimeZoneSchema as ln, type UserDefaultTimeZoneDTO as lo, UserDefaultDateFormatSchema as lp, type UserDefaultDateFormatDTO as lq, toUserPayload as lr, toUserProfilePayload as ls, newUserPayload as lt, get_user_image_presigned_url as lu, update_user_image as lv, delete_user_image as lw, findUser as lx, createUser as ly, updateUser as lz, type MasterTyreMake as m, type MasterVehicleModelDTO as m$, type MasterDriverFile as m0, type AssignRemoveDriverHistory as m1, type DriverLoginPush as m2, MasterDriverFileSchema as m3, type MasterDriverFileDTO as m4, MasterDriverSchema as m5, type MasterDriverDTO as m6, MasterDriverQuerySchema as m7, type MasterDriverQueryDTO as m8, MasterDriverLogoSchema as m9, toOrganisationGroupPayload as mA, newOrganisationGroupPayload as mB, findOrganisationGroups as mC, createOrganisationGroup as mD, updateOrganisationGroup as mE, deleteOrganisationGroup as mF, getOrganisationGroupCache as mG, getOrganisationGroupCacheCount as mH, getOrganisationGroupCacheChild as mI, type MasterVehicleSubModel as mJ, MasterVehicleSubModelSchema as mK, type MasterVehicleSubModelDTO as mL, MasterVehicleSubModelQuerySchema as mM, type MasterVehicleSubModelQueryDTO as mN, FindCacheSchema$5 as mO, type FindCacheDTO$5 as mP, toMasterVehicleSubModelPayload as mQ, newMasterVehicleSubModelPayload as mR, findMasterVehicleSubModels as mS, createMasterVehicleSubModel as mT, updateMasterVehicleSubModel as mU, deleteMasterVehicleSubModel as mV, getMasterVehicleSubModelCache as mW, getMasterVehicleSubModelCacheCount as mX, getMasterVehicleSubModelCacheChild as mY, type MasterVehicleModel as mZ, MasterVehicleModelSchema as m_, type MasterDriverLogoDTO as ma, MasterDriverProfileSchema as mb, type MasterDriverProfileDTO as mc, toDriverPayload as md, toDriverProfilePayload as me, newDriverPayload as mf, get_master_driver_logo_presigned_url as mg, get_master_driver_file_presigned_url as mh, update_master_driver_logo as mi, delete_master_driver_logo as mj, create_master_driver_file as mk, remove_master_driver_file as ml, findMasterDriver as mm, createMasterDriver as mn, updateMasterDriver as mo, deleteMasterDriver as mp, updateMasterDriverLogo as mq, deleteMasterDriverLogo as mr, updateMasterDriverProfile as ms, getMasterDriverCache as mt, getMasterDriverCacheSimple as mu, type VehicleOrganisationGroupLink as mv, OrganisationGroupSchema as mw, type OrganisationGroupDTO as mx, OrganisationGroupQuerySchema as my, type OrganisationGroupQueryDTO as mz, type MasterTyreGrade as n, getMasterVehicleTypeCacheCount as n$, MasterVehicleModelQuerySchema as n0, type MasterVehicleModelQueryDTO as n1, FindCacheSchema$4 as n2, type FindCacheDTO$4 as n3, toMasterVehicleModelPayload as n4, newMasterVehicleModelPayload as n5, findMasterVehicleModels as n6, createMasterVehicleModel as n7, updateMasterVehicleModel as n8, deleteMasterVehicleModel as n9, getMasterVehicleStatusTypeCache as nA, getMasterVehicleStatusTypeCacheCount as nB, getMasterVehicleStatusTypeCacheChild as nC, MasterVehicleOwnershipTypeSchema as nD, type MasterVehicleOwnershipTypeDTO as nE, MasterVehicleOwnershipTypeQuerySchema as nF, type MasterVehicleOwnershipTypeQueryDTO as nG, toMasterVehicleOwnershipTypePayload as nH, newMasterVehicleOwnershipTypePayload as nI, findMasterVehicleOwnershipTypes as nJ, createMasterVehicleOwnershipType as nK, updateMasterVehicleOwnershipType as nL, deleteMasterVehicleOwnershipType as nM, getMasterVehicleOwnershipTypeCache as nN, getMasterVehicleOwnershipTypeCacheCount as nO, getMasterVehicleOwnershipTypeCacheChild as nP, MasterVehicleTypeSchema as nQ, type MasterVehicleTypeDTO as nR, MasterVehicleTypeQuerySchema as nS, type MasterVehicleTypeQueryDTO as nT, toMasterVehicleTypePayload as nU, newMasterVehicleTypePayload as nV, findMasterVehicleTypes as nW, createMasterVehicleType as nX, updateMasterVehicleType as nY, deleteMasterVehicleType as nZ, getMasterVehicleTypeCache as n_, getMasterVehicleModelCache as na, getMasterVehicleModelCacheCount as nb, getMasterVehicleModelCacheChild as nc, MasterVehicleMakeSchema as nd, type MasterVehicleMakeDTO as ne, MasterVehicleMakeQuerySchema as nf, type MasterVehicleMakeQueryDTO as ng, toMasterVehicleMakePayload as nh, newMasterVehicleMakePayload as ni, findMasterVehicleMakes as nj, createMasterVehicleMake as nk, updateMasterVehicleMake as nl, deleteMasterVehicleMake as nm, getMasterVehicleMakeCache as nn, getMasterVehicleMakeCacheCount as no, getMasterVehicleMakeCacheChild as np, MasterVehicleStatusTypeSchema as nq, type MasterVehicleStatusTypeDTO as nr, MasterVehicleStatusTypeQuerySchema as ns, type MasterVehicleStatusTypeQueryDTO as nt, toMasterVehicleStatusTypePayload as nu, newMasterVehicleStatusTypePayload as nv, findMasterVehicleStatusTypes as nw, createMasterVehicleStatusType as nx, updateMasterVehicleStatusType as ny, deleteMasterVehicleStatusType as nz, type MasterTripPartyType as o, createMasterClass as o$, getMasterVehicleTypeCacheChild as o0, MasterVehicleAssociatedToSchema as o1, type MasterVehicleAssociatedToDTO as o2, MasterVehicleAssociatedToQuerySchema as o3, type MasterVehicleAssociatedToQueryDTO as o4, toMasterVehicleAssociatedToPayload as o5, newMasterVehicleAssociatedToPayload as o6, findMasterVehicleAssociatedTos as o7, createMasterVehicleAssociatedTo as o8, updateMasterVehicleAssociatedTo as o9, newOrganisationReportPreferencePayload as oA, findOrganisationReportPreference as oB, createOrganisationReportPreference as oC, updateOrganisationReportPreference as oD, deleteOrganisationReportPreference as oE, findOrganisationReportAutomationMail as oF, type BusStopPolygonData as oG, type BusStop as oH, BusStopPolygonDataSchema as oI, type BusStopPolygonDataDTO as oJ, BusStopSchema as oK, type BusStopDTO as oL, BusStopQuerySchema as oM, type BusStopQueryDTO as oN, toBusStopPayload as oO, newBusStopPayload as oP, findBusStop as oQ, createBusStop as oR, updateBusStop as oS, deleteBusStop as oT, MasterClassSchema as oU, type MasterClassDTO as oV, MasterClassQuerySchema as oW, type MasterClassQueryDTO as oX, toMasterClassPayload as oY, newMasterClassPayload as oZ, findMasterClass as o_, deleteMasterVehicleAssociatedTo as oa, getMasterVehicleAssociatedToCache as ob, getMasterVehicleAssociatedToCacheCount as oc, getMasterVehicleAssociatedToCacheChild as od, MasterVehicleDocumentTypeSchema as oe, type MasterVehicleDocumentTypeDTO as of, MasterVehicleDocumentTypeQuerySchema as og, type MasterVehicleDocumentTypeQueryDTO as oh, toMasterVehicleDocumentTypePayload as oi, newMasterVehicleDocumentTypePayload as oj, findMasterVehicleDocumentTypes as ok, createMasterVehicleDocumentType as ol, updateMasterVehicleDocumentType as om, deleteMasterVehicleDocumentType as on, getMasterVehicleDocumentTypeCache as oo, type OrganisationReportPreference as op, type OrganisationReportPreferenceVehicleLink as oq, type OrganisationReportAutomationMail as or, type OrganisationReportAutomationMailVehicleLink as os, OrganisationReportAutomationMailQuerySchema as ot, type OrganisationReportAutomationMailQueryDTO as ou, OrganisationReportPreferenceSchema as ov, type OrganisationReportPreferenceDTO as ow, OrganisationReportPreferenceQuerySchema as ox, type OrganisationReportPreferenceQueryDTO as oy, toOrganisationReportPreferencePayload as oz, type MasterSparePartCategory as p, getMasterYearCacheCount as p$, updateMasterClass as p0, deleteMasterClass as p1, getMasterClassCache as p2, getMasterClassCacheCount as p3, MasterProgramSchema as p4, type MasterProgramDTO as p5, MasterProgramQuerySchema as p6, type MasterProgramQueryDTO as p7, toMasterProgramPayload as p8, newMasterProgramPayload as p9, updateMasterSemester as pA, deleteMasterSemester as pB, getMasterSemesterCache as pC, getMasterSemesterCacheCount as pD, MasterStreamSchema as pE, type MasterStreamDTO as pF, MasterStreamQuerySchema as pG, type MasterStreamQueryDTO as pH, toMasterStreamPayload as pI, newMasterStreamPayload as pJ, findMasterStream as pK, createMasterStream as pL, updateMasterStream as pM, deleteMasterStream as pN, getMasterStreamCache as pO, getMasterStreamCacheCount as pP, MasterYearSchema as pQ, type MasterYearDTO as pR, MasterYearQuerySchema as pS, type MasterYearQueryDTO as pT, toMasterYearPayload as pU, newMasterYearPayload as pV, findMasterYear as pW, createMasterYear as pX, updateMasterYear as pY, deleteMasterYear as pZ, getMasterYearCache as p_, findMasterProgram as pa, createMasterProgram as pb, updateMasterProgram as pc, deleteMasterProgram as pd, getMasterProgramCache as pe, getMasterProgramCacheCount as pf, MasterSectionSchema as pg, type MasterSectionDTO as ph, MasterSectionQuerySchema as pi, type MasterSectionQueryDTO as pj, toMasterSectionPayload as pk, newMasterSectionPayload as pl, findMasterSection as pm, createMasterSection as pn, updateMasterSection as po, deleteMasterSection as pp, getMasterSectionCache as pq, getMasterSectionCacheCount as pr, MasterSemesterSchema as ps, type MasterSemesterDTO as pt, MasterSemesterQuerySchema as pu, type MasterSemesterQueryDTO as pv, toMasterSemesterPayload as pw, newMasterSemesterPayload as px, findMasterSemester as py, createMasterSemester as pz, type MasterSparePartUnit as q, toStudentGuardianLinkPayload as q$, MasterRelationshipSchema as q0, type MasterRelationshipDTO as q1, MasterRelationshipQuerySchema as q2, type MasterRelationshipQueryDTO as q3, toMasterRelationshipPayload as q4, newMasterRelationshipPayload as q5, findMasterRelationship as q6, createMasterRelationship as q7, updateMasterRelationship as q8, deleteMasterRelationship as q9, type GuardianDetailsDTO as qA, GuardianMobileNumberSchema as qB, type GuardianMobileNumberDTO as qC, StudentGuardianLinkQuerySchema as qD, type StudentGuardianLinkQueryDTO as qE, StudentGuardianAutofillQuerySchema as qF, type StudentGuardianAutofillQueryDTO as qG, StudentLeaveRequestSchema as qH, type StudentLeaveRequestDTO as qI, StudentLeaveRequestApprovalSchema as qJ, type StudentLeaveRequestApprovalDTO as qK, StudentLeaveRequestQuerySchema as qL, type StudentLeaveRequestQueryDTO as qM, StudentStopChangeRequestSchema as qN, type StudentStopChangeRequestDTO as qO, StudentStopChangeRequestApprovalSchema as qP, type StudentStopChangeRequestApprovalDTO as qQ, StudentStopChangeRequestQuerySchema as qR, type StudentStopChangeRequestQueryDTO as qS, toStudentPayload as qT, newStudentPayload as qU, toStudentAddressPayload as qV, newStudentAddressPayload as qW, toStudentLeaveRequestPayload as qX, newStudentLeaveRequestPayload as qY, toStudentStopChangeRequestPayload as qZ, newStudentStopChangeRequestPayload as q_, getMasterRelationshipCache as qa, getMasterRelationshipCacheCount as qb, type Student as qc, type StudentAddress as qd, type StudentLeaveRequest as qe, type StudentStopChangeRequest as qf, type StudentGuardianLink as qg, StudentSchema as qh, type StudentDTO as qi, StudentProfilePictureSchema as qj, type StudentProfilePictureDTO as qk, StudentQuerySchema as ql, type StudentQueryDTO as qm, StudentNoRouteQuerySchema as qn, type StudentNoRouteQueryDTO as qo, StudentAddressSchema as qp, type StudentAddressDTO as qq, StudentAddressBusStopAssignSchema as qr, type StudentAddressBusStopAssignDTO as qs, StudentAddressQuerySchema as qt, type StudentAddressQueryDTO as qu, StudentGuardianLinkSchema as qv, type StudentGuardianLinkDTO as qw, GuardianProfilePictureSchema as qx, type GuardianProfilePictureDTO as qy, GuardianDetailsSchema as qz, type OrganisationBranch as r, MasterRouteStudentStopAssignRemoveSchema as r$, newStudentGuardianLinkPayload as r0, findStudent as r1, createStudent as r2, updateStudent as r3, deleteStudent as r4, findStudentsWithNoRoutePickup as r5, findStudentsWithNoRouteDrop as r6, updateProfilePicture as r7, createStudentAddress as r8, findStudentAddress as r9, type MasterRouteDTO as rA, MasterRouteQuerySchema as rB, type MasterRouteQueryDTO as rC, MasterFixedScheduleSchema as rD, type MasterFixedScheduleDTO as rE, MasterFixedScheduleQuerySchema as rF, type MasterFixedScheduleQueryDTO as rG, MasterRouteStopSchema as rH, type MasterRouteStopDTO as rI, MasterRouteStopUpdateSchema as rJ, type MasterRouteStopUpdateDTO as rK, MasterRouteStopCreateSchema as rL, type MasterRouteStopCreateDTO as rM, MasterRouteStopIds as rN, type MasterRouteStopIdsDTO as rO, MasterRouteStopReorderSchema as rP, type MasterRouteStopReorderDTO as rQ, MasterRouteStopDeleteAllSchema as rR, type MasterRouteStopDeleteDTO as rS, MasterRouteStopDeleteSchema as rT, type MasterRouteStopDeleteReOrderDTO as rU, StudentNoStopQuerySchema as rV, type StudentNoStopQueryDTO as rW, StudentNoScheduleQuerySchema as rX, type StudentNoScheduleQueryDTO as rY, MasterRouteStudentAssignRemoveSchema as rZ, type MasterRouteStudentAssignRemoveDTO as r_, updateStudentAddress as ra, updateAddressBusStopAssign as rb, deleteStudentAddress as rc, findStudentGuardianLink as rd, createStudentGuardianLink as re, updateStudentGuardianLink as rf, updateGuardianProfilePicture as rg, updateGuardianDetails as rh, updateGuardianMobileNumber as ri, deleteStudentGuardian as rj, findStudentGuardianAutofillDetails as rk, createStudentLeaveRequest as rl, findStudentLeaveRequest as rm, updateStudentLeaveRequest as rn, approveLeaveRequest as ro, deleteStudentLeaveRequest as rp, findStudentStopChangeRequest as rq, createStudentStopChangeRequest as rr, updateStudentStopChangeRequest as rs, approveStopChangeRequest as rt, deleteStudentStopChangeRequest as ru, type MasterRoute as rv, type MasterRouteStop as rw, type MasterFixedSchedule as rx, type MasterRouteStudent as ry, MasterRouteSchema as rz, type OrganisationColor as s, type GPSTrackHistoryShareLinkNotification as s$, type MasterRouteStudentStopAssignRemoveDTO as s0, MasterRouteStudentScheduleAssignRemoveSchema as s1, type MasterRouteStudentScheduleAssignRemoveDTO as s2, toMasterRoutePayload as s3, newMasterRoutePayload as s4, toMasterFixedSchedulePayload as s5, newMasterFixedSchedulePayload as s6, toMasterRouteStopPayload as s7, newMasterRouteStopPayload as s8, toMasterRouteStopReorderPayload as s9, removeMasterRouteStudentStopToStudentsPickup as sA, removeMasterRouteStudentStopToStudentsDrop as sB, assignMasterRouteStudentScheduleToStudentsPickup as sC, assignMasterRouteStudentScheduleToStudentDrop as sD, removeMasterRouteStudentScheduleToStudentPickup as sE, removeMasterRouteStudentScheduleToStudentDrop as sF, type GPSLiveTrackShareLink as sG, type GPSLiveTrackShareLinkNotification as sH, GPSLiveTrackShareLinkNotificationSchema as sI, type GPSLiveTrackShareLinkNotificationDTO as sJ, GPSLiveTrackShareLinkSchema as sK, type GPSLiveTrackShareLinkDTO as sL, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as sM, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as sN, GPSLiveTrackShareLinkUpdateLinkStatusSchema as sO, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as sP, GPSLiveTrackShareLinkQuerySchema as sQ, type GPSLiveTrackShareLinkQueryDTO as sR, toGPSLiveTrackShareLinkPayload as sS, newGPSLiveTrackShareLinkPayload as sT, findGPSLiveTrackShareLink as sU, createGPSLiveTrackShareLink as sV, extendGPSLiveTrackLinkTime as sW, updateGPSLiveTrackLinkStatus as sX, deleteGPSLiveTrackShareLink as sY, createGPSLiveTrackShareLinkNotification as sZ, type GPSTrackHistoryShareLink as s_, toMasterRouteStudentAssignPayload as sa, newMasterRouteStudentAssignPayload as sb, findMasterRoute as sc, createMasterRoute as sd, updateMasterRoute as se, deleteMasterRoute as sf, findMasterFixedSchedule as sg, createMasterFixedSchedule as sh, updateMasterFixedSchedule as si, deleteMasterFixedSchedule as sj, createStopsFirstTimeRoute as sk, appendRouteStop as sl, updateRouteStop as sm, reorderRouteStops as sn, deleteRouteStopsAll as so, deleteRouteStopReorder as sp, findStudentsWithNoStopPickup as sq, findStudentsWithNoStopDrop as sr, findStudentsWithNoSchedulePickup as ss, findStudentsWithNoScheduleDrop as st, assignRouteStudentsPickup as su, assignRouteStudentsDrop as sv, removeRouteStudentsPickup as sw, removeRouteStudentsDrop as sx, assignMasterRouteStudentStopToStudentsPickup as sy, assignMasterRouteStudentStopToStudentsDrop as sz, type OrganisationTag as t, type VehicleQueryDTO as t$, GPSTrackHistoryShareLinkNotificationSchema as t0, type GPSTrackHistoryShareLinkNotificationDTO as t1, GPSTrackHistoryShareLinkSchema as t2, type GPSTrackHistoryShareLinkDTO as t3, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as t4, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as t5, GPSTrackHistoryShareLinkQuerySchema as t6, type GPSTrackHistoryShareLinkQueryDTO as t7, toGPSTrackHistoryShareLinkPayload as t8, newGPSTrackHistoryShareLinkPayload as t9, VehicleDeviceLinkSchema as tA, type VehicleDeviceLinkDTO as tB, VehicleDeviceUnlinkSchema as tC, type VehicleDeviceUnlinkDTO as tD, VehicleDriverLinkSchema as tE, type VehicleDriverLinkDTO as tF, VehicleDetailGPSSensorSchema as tG, type VehicleDetailGPSSensorDTO as tH, VehicleDetailTripSchema as tI, type VehicleDetailTripDTO as tJ, VehicleDetailBodySchema as tK, type VehicleDetailBodyDTO as tL, VehicleDetailLifeCycleSchema as tM, type VehicleDetailLifeCycleDto as tN, VehicleDetailPurchaseSchema as tO, type VehicleDetailPurchaseDTO as tP, VehicleDocumentFileSchema as tQ, type VehicleDocumentFileDTO as tR, VehicleDocumentSchema as tS, type VehicleDocumentDTO as tT, VehicleDocumentQuerySchema as tU, type VehicleDocumentQueryDTO as tV, VehicleDocumentExpirySchema as tW, type VehicleDocumentExpiryDTO as tX, VehicleDocumentExpiryQuerySchema as tY, type VehicleDocumentExpiryQueryDTO as tZ, VehicleQuerySchema as t_, findGPSTrackHistoryShareLink as ta, createGPSTrackHistoryShareLink as tb, updateTrackHistoryLinkStatus as tc, deleteGPSTrackHistoryShareLink as td, createGPSTrackHistoryShareLinkNotification as te, type MasterVehicleDropdown as tf, type MasterVehicleFile as tg, type VehicleDetailGPS as th, type VehicleDetailTrip as ti, type VehicleDetailBody as tj, type VehicleDetailLifeCycle as tk, type VehicleDetailPurchase as tl, type VehicleDocument as tm, type VehicleDocumentFile as tn, type VehicleDocumentExpiry as to, type VehicleOdometerHistory as tp, MasterVehicleFileSchema as tq, type MasterVehicleFileDTO as tr, CalibrationFileSchema as ts, type CalibrationFileDTO as tt, VehicleSchema as tu, type VehicleDTO as tv, VehicleBulkSchema as tw, type VehicleBulkDTO as tx, MasterDeviceFileSchema as ty, type MasterDeviceFileDTO as tz, type OrganisationGroup as u, type MasterDeviceTypeQueryDTO as u$, SimpleFindQuerySchema as u0, type SimpleFindQueryDTO as u1, VehicleGPSQuerySchema as u2, type VehicleGPSQueryDTO as u3, toVehiclePayload as u4, newVehiclePayload as u5, toVehicleDetailsGPSPayload as u6, toVehicleDetailsTripPayload as u7, toVehicleDetailsBodyPayload as u8, toVehicleDetailLifeCyclePayload as u9, updateVehicleLifeCycleDetails as uA, updateVehiclePurchaseDetails as uB, linkDriverToVehicle as uC, unlinkDriverFromVehicle as uD, getDriverLinkHistoryByVehicle as uE, getDriverLinkHistoryByDriver as uF, linkDeviceToVehicle as uG, unlinkDeviceFromVehicle as uH, getDeviceLinkHistoryByVehicle as uI, getDeviceLinkHistoryByDevice as uJ, createVehicleDocument as uK, findVehicleDocument as uL, updateVehicleDocument as uM, removeVehicleDocument as uN, createVehicleDocumentExpiry as uO, findVehicleDocumentExpiry as uP, updateVehicleDocumentExpiry as uQ, removeVehicleDocumentExpiry as uR, getVehicleCache as uS, getVehicleSimpleCache as uT, getVehicleParentCache as uU, getVehicleSimpleDropdownCustom as uV, getVehicleSimpleDropdownCacheLiveData as uW, type MasterDeviceType as uX, MasterDeviceTypeSchema as uY, type MasterDeviceTypeDTO as uZ, MasterDeviceTypeQuerySchema as u_, toVehicleDetailPurchasePayload as ua, toVehicleDocumentPayload as ub, newVehicleDocumentPayload as uc, toVehicleDocumentExpiryPayload as ud, newVehicleDocumentExpiryPayload as ue, get_vehicle_file_presigned_url as uf, get_device_file_presigned_url as ug, get_vehicle_document_file_presigned_url as uh, get_calibration_file_presigned_url as ui, create_file_vehicle as uj, remove_file_vehicle as uk, create_file_device as ul, remove_file_device as um, create_file_vehicle_document as un, remove_file_vehicle_document as uo, update_calibration_file as up, delete_calibration_file as uq, findVehicles as ur, findVehiclesLiveDashboard as us, findVehicleGPSDetails as ut, createVehicle as uu, updateVehicle as uv, deleteVehicle as uw, updateDetailsGpsSensor as ux, updateDetailsTrip as uy, updateVehicleBodyDetails as uz, type MasterMainIndustry as v, deleteMasterSim as v$, FindCacheSchema$3 as v0, type FindCacheDTO$3 as v1, toMasterDeviceTypePayload as v2, newMasterDeviceTypePayload as v3, findMasterDeviceTypes as v4, createMasterDeviceType as v5, updateMasterDeviceType as v6, deleteMasterDeviceType as v7, getMasterDeviceTypeCache as v8, getMasterDeviceTypeCacheCount as v9, updateMasterDeviceManufacturer as vA, deleteMasterDeviceManufacturer as vB, getMasterDeviceManufacturerCache as vC, getMasterDeviceManufacturerCacheCount as vD, getMasterDeviceManufacturerCacheChild as vE, MasterMainSimProviderSchema as vF, type MasterMainSimProviderDTO as vG, MasterMainSimProviderQuerySchema as vH, type MasterMainSimProviderQueryDTO as vI, toMasterMainSimProviderPayload as vJ, newMasterMainSimProviderPayload as vK, findMasterMainSimProviders as vL, createMasterMainSimProvider as vM, updateMasterMainSimProvider as vN, deleteMasterMainSimProvider as vO, getMasterMainSimProviderCache as vP, type MasterSim as vQ, type AssignRemoveSimHistory as vR, MasterSimSchema as vS, type MasterSimDTO as vT, MasterSimQuerySchema as vU, type MasterSimQueryDTO as vV, toMasterSimPayload as vW, newMasterSimPayload as vX, findMasterSims as vY, createMasterSim as vZ, updateMasterSim as v_, getMasterDeviceTypeCacheChild as va, type MasterDeviceModel as vb, MasterDeviceModelSchema as vc, type MasterDeviceModelDTO as vd, MasterDeviceModelQuerySchema as ve, type MasterDeviceModelQueryDTO as vf, FindCacheSchema$2 as vg, type FindCacheDTO$2 as vh, toMasterDeviceModelPayload as vi, newMasterDeviceModelPayload as vj, findMasterDeviceModels as vk, createMasterDeviceModel as vl, updateMasterDeviceModel as vm, deleteMasterDeviceModel as vn, getMasterDeviceModelCache as vo, getMasterDeviceModelCacheCount as vp, getMasterDeviceModelCacheChild as vq, type MasterDeviceManufacturer as vr, MasterDeviceManufacturerSchema as vs, type MasterDeviceManufacturerDTO as vt, MasterDeviceManufacturerQuerySchema as vu, type MasterDeviceManufacturerQueryDTO as vv, toMasterDeviceManufacturerPayload as vw, newMasterDeviceManufacturerPayload as vx, findMasterDeviceManufacturers as vy, createMasterDeviceManufacturer as vz, type MasterMainCountry as w, createMasterMainUnitMileage as w$, type MasterDevice as w0, type AssignRemoveDeviceHistory as w1, type MasterDeviceFile as w2, MasterDeviceSchema as w3, type MasterDeviceDTO as w4, MasterDeviceQuerySchema as w5, type MasterDeviceQueryDTO as w6, DeviceSimLinkSchema as w7, type DeviceSimLinkDTO as w8, toMasterDevicePayload as w9, type MasterMainStateQueryDTO as wA, toMasterMainStatePayload as wB, newMasterMainStatePayload as wC, findMasterMainStates as wD, createMasterMainState as wE, updateMasterMainState as wF, deleteMasterMainState as wG, getMasterMainStateCache as wH, MasterMainCountrySchema as wI, type MasterMainCountryDTO as wJ, MasterMainCountryQuerySchema as wK, type MasterMainCountryQueryDTO as wL, toMasterMainCountryPayload as wM, newMasterMainCountryPayload as wN, findMasterMainCountries as wO, createMasterMainCountry as wP, updateMasterMainCountry as wQ, deleteMasterMainCountry as wR, getMasterMainCountryCache as wS, getMasterMainCountryCacheChild as wT, MasterMainUnitMileageSchema as wU, type MasterMainUnitMileageDTO as wV, MasterMainUnitMileageQuerySchema as wW, type MasterMainUnitMileageQueryDTO as wX, toMasterMainUnitMileagePayload as wY, newMasterMainUnitMileagePayload as wZ, findMasterMainUnitMileages as w_, newMasterDevicePayload as wa, findMasterDevices as wb, createMasterDevice as wc, updateMasterDevice as wd, deleteMasterDevice as we, device_sim_link as wf, device_sim_unlink as wg, get_device_sim_link_history_by_sim as wh, get_device_sim_link_history_by_device as wi, type MasterMainTimeZone as wj, MasterMainTimeZoneSchema as wk, type MasterMainTimeZoneDTO as wl, MasterMainTimeZoneQuerySchema as wm, type MasterMainTimeZoneQueryDTO as wn, toMasterMainTimeZonePayload as wo, newMasterMainTimeZonePayload as wp, findMasterMainTimeZones as wq, createMasterMainTimeZone as wr, updateMasterMainTimeZone as ws, deleteMasterMainTimeZone as wt, getMasterMainTimeZoneCacheAll as wu, getMasterMainTimeZoneCache as wv, type MasterMainState as ww, MasterMainStateSchema as wx, type MasterMainStateDTO as wy, MasterMainStateQuerySchema as wz, type MasterMainDateFormat as x, type MasterSparePartCategoryDTO as x$, updateMasterMainUnitMileage as x0, deleteMasterMainUnitMileage as x1, getMasterMainUnitMileageCache as x2, MasterMainUnitVolumeSchema as x3, type MasterMainUnitVolumeDTO as x4, MasterMainUnitVolumeQuerySchema as x5, type MasterMainUnitVolumeQueryDTO as x6, toMasterMainUnitVolumePayload as x7, newMasterMainUnitVolumePayload as x8, findMasterMainUnitVolumes as x9, MasterExpenseTypeSchema as xA, type MasterExpenseTypeDTO as xB, MasterExpenseTypeQuerySchema as xC, type MasterExpenseTypeQueryDTO as xD, toMasterExpenseTypePayload as xE, newMasterExpenseTypePayload as xF, findMasterExpenseTypes as xG, createMasterExpenseType as xH, updateMasterExpenseType as xI, deleteMasterExpenseType as xJ, getMasterExpenseTypeCache as xK, type MasterSparePartSubCategory as xL, MasterSparePartSubCategorySchema as xM, type MasterSparePartSubCategoryDTO as xN, SparePartSubCategoryQuerySchema as xO, type SparePartSubCategoryQueryDTO as xP, FindCacheSchema$1 as xQ, type FindCacheDTO$1 as xR, toMasterSparePartSubCategoryPayload as xS, newMasterSparePartSubCategoryPayload as xT, findMasterSparePartSubCategories as xU, createMasterSparePartSubCategory as xV, updateMasterSparePartSubCategory as xW, deleteMasterSparePartSubCategory as xX, getMasterSparePartSubCategoryCache as xY, getMasterSparePartSubCategoryCacheCount as xZ, MasterSparePartCategorySchema as x_, createMasterMainUnitVolume as xa, updateMasterMainUnitVolume as xb, deleteMasterMainUnitVolume as xc, getMasterMainUnitVolumeCache as xd, type OrganisationCalendar as xe, OrganisationCalendarSchema as xf, type OrganisationCalendarDTO as xg, OrganisationCalendarQuerySchema as xh, type OrganisationCalendarQueryDTO as xi, toOrganisationCalendarPayload as xj, newOrganisationCalendarPayload as xk, findOrganisationCalendar as xl, createOrganisationCalendar as xm, updateOrganisationCalendar as xn, deleteOrganisationCalendar as xo, type OrganisationNoticeBoard as xp, OrganisationNoticeBoardSchema as xq, type OrganisationNoticeBoardDTO as xr, OrganisationNoticeBoardQuerySchema as xs, type OrganisationNoticeBoardQueryDTO as xt, toOrganisationNoticeBoardPayload as xu, newOrganisationNoticeBoardPayload as xv, findOrganisationNoticeBoard as xw, createOrganisationNoticeBoard as xx, updateOrganisationNoticeBoard as xy, deleteOrganisationNoticeBoard as xz, type MasterMainLanguage as y, MasterTyreMakeQuerySchema as y$, SparePartCategoryQuerySchema as y0, type SparePartCategoryQueryDTO as y1, toMasterSparePartCategoryPayload as y2, newMasterSparePartCategoryPayload as y3, findMasterSparePartCategories as y4, createMasterSparePartCategory as y5, updateMasterSparePartCategory as y6, deleteMasterSparePartCategory as y7, getMasterSparePartCategoryCache as y8, getMasterSparePartCategoryCacheChild as y9, MasterTyreGradeQuerySchema as yA, type MasterTyreGradeQueryDTO as yB, toMasterTyreGradePayload as yC, newMasterTyreGradePayload as yD, findMasterTyreGrades as yE, createMasterTyreGrade as yF, updateMasterTyreGrade as yG, deleteMasterTyreGrade as yH, getMasterTyreGradeCache as yI, getMasterTyreGradeCacheCount as yJ, type MasterTyreModel as yK, MasterTyreModelSchema as yL, type MasterTyreModelDTO as yM, MasterTyreModelQuerySchema as yN, type MasterTyreModelQueryDTO as yO, FindCacheSchema as yP, type FindCacheDTO as yQ, toMasterTyreModelPayload as yR, newMasterTyreModelPayload as yS, findMasterTyreModels as yT, createMasterTyreModel as yU, updateMasterTyreModel as yV, deleteMasterTyreModel as yW, getMasterTyreModelCache as yX, getMasterTyreModelCacheCount as yY, MasterTyreMakeSchema as yZ, type MasterTyreMakeDTO as y_, getMasterSparePartCategoryCacheCount as ya, MasterSparePartUnitSchema as yb, type MasterSparePartUnitDTO as yc, SparePartUnitQuerySchema as yd, type SparePartUnitQueryDTO as ye, toMasterSparePartUnitPayload as yf, newMasterSparePartUnitPayload as yg, findMasterSparePartUnits as yh, createMasterSparePartUnit as yi, updateMasterSparePartUnit as yj, deleteMasterSparePartUnit as yk, getMasterSparePartUnitCache as yl, getMasterSparePartUnitCacheCount as ym, MasterTripPartyTypeSchema as yn, type MasterTripPartyTypeDTO as yo, MasterTripPartyTypeQuerySchema as yp, type MasterTripPartyTypeQueryDTO as yq, toMasterTripPartyTypePayload as yr, newMasterTripPartyTypePayload as ys, findMasterTripPartyTypes as yt, createMasterTripPartyType as yu, updateMasterTripPartyType as yv, deleteMasterTripPartyType as yw, getMasterTripPartyTypeCache as yx, MasterTyreGradeSchema as yy, type MasterTyreGradeDTO as yz, type MasterMainUnitDistance as z, type MasterTyreMakeQueryDTO as z0, toMasterTyreMakePayload as z1, newMasterTyreMakePayload as z2, findMasterTyreMakes as z3, createMasterTyreMake as z4, updateMasterTyreMake as z5, deleteMasterTyreMake as z6, getMasterTyreMakeCache as z7, getMasterTyreMakeCacheCount as z8, getMasterTyreMakeCacheChild as z9, deleteUserOrganisation as zA, getUserOrganisationCache as zB, getUserOrganisationCacheSimple as zC, type BookMark as zD, BookMarkSchema as zE, type BookMarkDTO as zF, BookMarkQuerySchema as zG, type BookMarkQueryDTO as zH, toBookMarkPayload as zI, newBookMarkPayload as zJ, findBookMarks as zK, createBookMark as zL, updateBookMark as zM, deleteBookMark as zN, MasterMainUnitDistanceSchema as za, type MasterMainUnitDistanceDTO as zb, MasterMainUnitDistanceQuerySchema as zc, type MasterMainUnitDistanceQueryDTO as zd, toMasterMainUnitDistancePayload as ze, newMasterMainUnitDistancePayload as zf, findMasterMainUnitDistances as zg, createMasterMainUnitDistance as zh, updateMasterMainUnitDistance as zi, deleteMasterMainUnitDistance as zj, getMasterMainUnitDistanceCache as zk, type UserOrganisationSimple as zl, UserOrganisationSchema as zm, type UserOrganisationDTO as zn, UserOrganisationQuerySchema as zo, type UserOrganisationQueryDTO as zp, UserOrganisationLogoSchema as zq, type UserOrganisationLogoDTO as zr, toUserOrganisationPayload as zs, newUserOrganisationPayload as zt, get_organisation_logo_presigned_url as zu, update_organisation_logo as zv, delete_organisation_logo as zw, findUserOrganisation as zx, createUserOrganisation as zy, updateUserOrganisation as zz };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { zD as BookMark, zF as BookMarkDTO, zH as BookMarkQueryDTO, zG as BookMarkQuerySchema, zE as BookMarkSchema, zL as createBookMark, zN as deleteBookMark, zK as findBookMarks, zJ as newBookMarkPayload, zI as toBookMarkPayload, zM as updateBookMark } from '../../bookmark_service-Buw_pIDx.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { cJ as OrganisationNotificationPreference, cO as OrganisationNotificationPreferenceDTO, cL as OrganisationNotificationPreferenceGeofenceLink, cQ as OrganisationNotificationPreferenceQueryDTO, cP as OrganisationNotificationPreferenceQuerySchema, cN as OrganisationNotificationPreferenceSchema, cM as OrganisationNotificationPreferenceUserLink, cK as OrganisationNotificationPreferenceVehicleLink, cU as createOrganisationNotificationPreference, cW as deleteOrganisationNotificationPreference, cT as findOrganisationNotificationPreference, cS as newOrganisationNotificationPreferencePayload, cR as toOrganisationNotificationPreferencePayload, cV as updateOrganisationNotificationPreference } from '../../bookmark_service-Buw_pIDx.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { or as OrganisationReportAutomationMail, ou as OrganisationReportAutomationMailQueryDTO, ot as OrganisationReportAutomationMailQuerySchema, os as OrganisationReportAutomationMailVehicleLink, op as OrganisationReportPreference, ow as OrganisationReportPreferenceDTO, oy as OrganisationReportPreferenceQueryDTO, ox as OrganisationReportPreferenceQuerySchema, ov as OrganisationReportPreferenceSchema, oq as OrganisationReportPreferenceVehicleLink, oC as createOrganisationReportPreference, oE as deleteOrganisationReportPreference, oF as findOrganisationReportAutomationMail, oB as findOrganisationReportPreference, oA as newOrganisationReportPreferencePayload, oz as toOrganisationReportPreferencePayload, oD as updateOrganisationReportPreference } from '../../bookmark_service-Buw_pIDx.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../core/Enums.js';
|
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export {
|
|
5
|
+
export { df as Ticket, dk as TicketDTO, dg as TicketFile, di as TicketFileDTO, dh as TicketFileSchema, dp as TicketQueryDTO, dn as TicketQuerySchema, dj as TicketSchema, dm as TicketVerifyDTO, dl as TicketVerifySchema, dx as createTicket, du as create_ticket_file, dA as deleteTicket, dw as findTickets, dt as get_ticket_file_presigned_url, ds as newTicketPayload, dv as remove_ticket_file, dq as toTicketPayload, dr as toVerifyTicketPayload, dy as updateTicket, dz as updateVerifyStatus } from '../../bookmark_service-Buw_pIDx.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { oH as BusStop, oL as BusStopDTO, oG as BusStopPolygonData, oJ as BusStopPolygonDataDTO, oI as BusStopPolygonDataSchema, oN as BusStopQueryDTO, oM as BusStopQuerySchema, oK as BusStopSchema, oR as createBusStop, oT as deleteBusStop, oQ as findBusStop, oP as newBusStopPayload, oO as toBusStopPayload, oS as updateBusStop } from '../../../bookmark_service-Buw_pIDx.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { xe as OrganisationCalendar, xg as OrganisationCalendarDTO, xi as OrganisationCalendarQueryDTO, xh as OrganisationCalendarQuerySchema, xf as OrganisationCalendarSchema, xm as createOrganisationCalendar, xo as deleteOrganisationCalendar, xl as findOrganisationCalendar, xk as newOrganisationCalendarPayload, xj as toOrganisationCalendarPayload, xn as updateOrganisationCalendar } from '../../../bookmark_service-Buw_pIDx.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { rx as MasterFixedSchedule, rE as MasterFixedScheduleDTO, rG as MasterFixedScheduleQueryDTO, rF as MasterFixedScheduleQuerySchema, rD as MasterFixedScheduleSchema, rv as MasterRoute, rA as MasterRouteDTO, rC as MasterRouteQueryDTO, rB as MasterRouteQuerySchema, rz as MasterRouteSchema, rw as MasterRouteStop, rM as MasterRouteStopCreateDTO, rL as MasterRouteStopCreateSchema, rI as MasterRouteStopDTO, rR as MasterRouteStopDeleteAllSchema, rS as MasterRouteStopDeleteDTO, rU as MasterRouteStopDeleteReOrderDTO, rT as MasterRouteStopDeleteSchema, rN as MasterRouteStopIds, rO as MasterRouteStopIdsDTO, rQ as MasterRouteStopReorderDTO, rP as MasterRouteStopReorderSchema, rH as MasterRouteStopSchema, rK as MasterRouteStopUpdateDTO, rJ as MasterRouteStopUpdateSchema, ry as MasterRouteStudent, r_ as MasterRouteStudentAssignRemoveDTO, rZ as MasterRouteStudentAssignRemoveSchema, s2 as MasterRouteStudentScheduleAssignRemoveDTO, s1 as MasterRouteStudentScheduleAssignRemoveSchema, s0 as MasterRouteStudentStopAssignRemoveDTO, r$ as MasterRouteStudentStopAssignRemoveSchema, rY as StudentNoScheduleQueryDTO, rX as StudentNoScheduleQuerySchema, rW as StudentNoStopQueryDTO, rV as StudentNoStopQuerySchema, sl as appendRouteStop, sD as assignMasterRouteStudentScheduleToStudentDrop, sC as assignMasterRouteStudentScheduleToStudentsPickup, sz as assignMasterRouteStudentStopToStudentsDrop, sy as assignMasterRouteStudentStopToStudentsPickup, sv as assignRouteStudentsDrop, su as assignRouteStudentsPickup, sh as createMasterFixedSchedule, sd as createMasterRoute, sk as createStopsFirstTimeRoute, sj as deleteMasterFixedSchedule, sf as deleteMasterRoute, sp as deleteRouteStopReorder, so as deleteRouteStopsAll, sg as findMasterFixedSchedule, sc as findMasterRoute, st as findStudentsWithNoScheduleDrop, ss as findStudentsWithNoSchedulePickup, sr as findStudentsWithNoStopDrop, sq as findStudentsWithNoStopPickup, s6 as newMasterFixedSchedulePayload, s4 as newMasterRoutePayload, s8 as newMasterRouteStopPayload, sb as newMasterRouteStudentAssignPayload, sF as removeMasterRouteStudentScheduleToStudentDrop, sE as removeMasterRouteStudentScheduleToStudentPickup, sB as removeMasterRouteStudentStopToStudentsDrop, sA as removeMasterRouteStudentStopToStudentsPickup, sx as removeRouteStudentsDrop, sw as removeRouteStudentsPickup, sn as reorderRouteStops, s5 as toMasterFixedSchedulePayload, s3 as toMasterRoutePayload, s7 as toMasterRouteStopPayload, s9 as toMasterRouteStopReorderPayload, sa as toMasterRouteStudentAssignPayload, si as updateMasterFixedSchedule, se as updateMasterRoute, sm as updateRouteStop } from '../../../bookmark_service-Buw_pIDx.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { xp as OrganisationNoticeBoard, xr as OrganisationNoticeBoardDTO, xt as OrganisationNoticeBoardQueryDTO, xs as OrganisationNoticeBoardQuerySchema, xq as OrganisationNoticeBoardSchema, xx as createOrganisationNoticeBoard, xz as deleteOrganisationNoticeBoard, xw as findOrganisationNoticeBoard, xv as newOrganisationNoticeBoardPayload, xu as toOrganisationNoticeBoardPayload, xy as updateOrganisationNoticeBoard } from '../../../bookmark_service-Buw_pIDx.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|