vms-nest-prisma-api-document 510.0.0 → 520.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-r6Av3fVd.d.ts → bookmark_service-D9H8yEp3.d.ts} +499 -402
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +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_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.js +4 -4
- 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_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/drivers/master_driver_service.js +27 -17
- 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_admin_service.js +16 -15
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.js +14 -14
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/users/user_service.js +16 -15
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.js +8 -3
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.js +8 -3
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.js +8 -3
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.js +8 -3
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.js +8 -3
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.js +8 -3
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.js +8 -3
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.js +3 -0
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.js +8 -3
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.js +16 -3
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.js +8 -2
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.js +8 -3
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.js +28 -20
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.js +8 -3
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.js +8 -3
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.js +8 -3
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.js +8 -3
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.js +8 -3
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.js +8 -3
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.js +8 -3
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.js +8 -3
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.js +3 -0
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.js +8 -3
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.js +3 -0
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_eway_bill_provider_service.js +3 -0
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.js +3 -0
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.js +3 -0
- 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_language_service.js +3 -0
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
- package/dist/services/master/main/master_main_sim_provider_service.js +3 -0
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.js +8 -3
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.js +8 -3
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.js +3 -0
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.js +3 -0
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.js +3 -0
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.js +8 -3
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.js +8 -3
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.js +9 -4
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.js +34 -26
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.js +8 -3
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.js +8 -3
- 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_sub_category_service.js +5 -0
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.js +8 -3
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.js +8 -3
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.js +8 -3
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.js +8 -3
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.js +16 -3
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.js +8 -3
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.js +8 -3
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.js +3 -0
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.js +8 -3
- 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
|
@@ -128,6 +128,7 @@ interface MasterMainCurrency extends Record<string, unknown> {
|
|
|
128
128
|
modified_date_time: string;
|
|
129
129
|
country_id: string;
|
|
130
130
|
MasterMainCountry?: MasterMainCountry;
|
|
131
|
+
country_name?: string;
|
|
131
132
|
UserOrganisation?: UserOrganisation[];
|
|
132
133
|
_count?: {
|
|
133
134
|
UserOrganisation?: number;
|
|
@@ -184,8 +185,8 @@ declare const MasterMainCurrencyQuerySchema: z.ZodObject<{
|
|
|
184
185
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
185
186
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
186
187
|
} & {
|
|
187
|
-
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
188
188
|
currency_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
189
|
+
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
189
190
|
}, "strip", z.ZodTypeAny, {
|
|
190
191
|
status: Status[];
|
|
191
192
|
search: string;
|
|
@@ -208,8 +209,8 @@ declare const MasterMainCurrencyQuerySchema: z.ZodObject<{
|
|
|
208
209
|
include_master_data: YesNo;
|
|
209
210
|
date_format_id: string;
|
|
210
211
|
time_zone_id: string;
|
|
211
|
-
country_ids: string[];
|
|
212
212
|
currency_ids: string[];
|
|
213
|
+
country_ids: string[];
|
|
213
214
|
}, {
|
|
214
215
|
date_format_id: string;
|
|
215
216
|
time_zone_id: string;
|
|
@@ -232,8 +233,8 @@ declare const MasterMainCurrencyQuerySchema: z.ZodObject<{
|
|
|
232
233
|
direction: OrderBy;
|
|
233
234
|
}[] | undefined;
|
|
234
235
|
include_master_data?: YesNo | undefined;
|
|
235
|
-
country_ids?: string[] | undefined;
|
|
236
236
|
currency_ids?: string[] | undefined;
|
|
237
|
+
country_ids?: string[] | undefined;
|
|
237
238
|
}>;
|
|
238
239
|
type MasterMainCurrencyQueryDTO = z.infer<typeof MasterMainCurrencyQuerySchema>;
|
|
239
240
|
declare const toMasterMainCurrencyPayload: (row: MasterMainCurrency) => MasterMainCurrencyDTO;
|
|
@@ -257,6 +258,7 @@ interface OrganisationSubCompany extends Record<string, unknown> {
|
|
|
257
258
|
modified_date_time: string;
|
|
258
259
|
organisation_id?: string;
|
|
259
260
|
UserOrganisation?: UserOrganisation;
|
|
261
|
+
organisation_name?: string;
|
|
260
262
|
MasterVehicle?: MasterVehicle[];
|
|
261
263
|
MasterDriver?: MasterDriver[];
|
|
262
264
|
_count?: {
|
|
@@ -266,12 +268,12 @@ interface OrganisationSubCompany extends Record<string, unknown> {
|
|
|
266
268
|
}
|
|
267
269
|
declare const OrganisationSubCompanySchema: z.ZodObject<{
|
|
268
270
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
269
|
-
sub_company_name: z.ZodEffects<z.ZodString, string, string>;
|
|
270
|
-
sub_company_GSTIN: z.ZodEffects<z.ZodString, string, string>;
|
|
271
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
272
271
|
logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
273
272
|
logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
274
273
|
logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
274
|
+
sub_company_name: z.ZodEffects<z.ZodString, string, string>;
|
|
275
|
+
sub_company_GSTIN: z.ZodEffects<z.ZodString, string, string>;
|
|
276
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
275
277
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
276
278
|
}, "strip", z.ZodTypeAny, {
|
|
277
279
|
status: Status;
|
|
@@ -324,8 +326,8 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
|
324
326
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
325
327
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
326
328
|
} & {
|
|
327
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
328
329
|
organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
330
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
329
331
|
}, "strip", z.ZodTypeAny, {
|
|
330
332
|
status: Status[];
|
|
331
333
|
search: string;
|
|
@@ -392,13 +394,13 @@ declare const SubCompanyLogoSchema: z.ZodObject<{
|
|
|
392
394
|
type SubCompanyLogoDTO = z.infer<typeof SubCompanyLogoSchema>;
|
|
393
395
|
declare const toOrganisationSubCompanyPayload: (row: OrganisationSubCompany) => OrganisationSubCompanyDTO;
|
|
394
396
|
declare const newOrganisationSubCompanyPayload: () => OrganisationSubCompanyDTO;
|
|
395
|
-
declare const
|
|
397
|
+
declare const get_organisation_sub_company_logo_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
398
|
+
declare const update_organisation_sub_company_logo: (id: string, data: SubCompanyLogoDTO) => Promise<SBR>;
|
|
399
|
+
declare const delete_organisation_sub_company_logo: (id: string) => Promise<SBR>;
|
|
396
400
|
declare const findOrganisationSubCompanyies: (data: OrganisationSubCompanyQueryDTO) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
397
401
|
declare const createOrganisationSubCompany: (data: OrganisationSubCompanyDTO) => Promise<SBR>;
|
|
398
402
|
declare const updateOrganisationSubCompany: (id: string, data: OrganisationSubCompanyDTO) => Promise<SBR>;
|
|
399
403
|
declare const deleteOrganisationSubCompany: (id: string) => Promise<SBR>;
|
|
400
|
-
declare const updateSubCompanyLogo: (id: string, data: SubCompanyLogoDTO) => Promise<SBR>;
|
|
401
|
-
declare const deleteSubCompanyLogo$1: (id: string) => Promise<SBR>;
|
|
402
404
|
declare const getOrganisationSubCompanyCache: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
403
405
|
declare const getOrganisationSubCompanyCacheCount: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
404
406
|
declare const getOrganisationSubCompanyCacheChild: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
@@ -412,8 +414,9 @@ interface OrganisationBranch extends Record<string, unknown> {
|
|
|
412
414
|
status: Status;
|
|
413
415
|
added_date_time: string;
|
|
414
416
|
modified_date_time: string;
|
|
415
|
-
organisation_id
|
|
417
|
+
organisation_id: string;
|
|
416
418
|
UserOrganisation?: UserOrganisation;
|
|
419
|
+
organisation_name?: string;
|
|
417
420
|
MasterVehicle?: MasterVehicle[];
|
|
418
421
|
MasterDriver?: MasterDriver[];
|
|
419
422
|
_count?: {
|
|
@@ -475,8 +478,8 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
|
475
478
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
476
479
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
477
480
|
} & {
|
|
478
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
479
481
|
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
482
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
480
483
|
}, "strip", z.ZodTypeAny, {
|
|
481
484
|
status: Status[];
|
|
482
485
|
search: string;
|
|
@@ -545,8 +548,9 @@ interface OrganisationColor extends Record<string, unknown> {
|
|
|
545
548
|
status: Status;
|
|
546
549
|
added_date_time: string;
|
|
547
550
|
modified_date_time: string;
|
|
548
|
-
organisation_id
|
|
551
|
+
organisation_id: string;
|
|
549
552
|
UserOrganisation?: UserOrganisation;
|
|
553
|
+
organisation_name?: string;
|
|
550
554
|
MasterVehicle?: MasterVehicle[];
|
|
551
555
|
MasterDriver?: MasterDriver[];
|
|
552
556
|
_count?: {
|
|
@@ -605,8 +609,8 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
|
605
609
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
606
610
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
607
611
|
} & {
|
|
608
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
609
612
|
organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
613
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
610
614
|
}, "strip", z.ZodTypeAny, {
|
|
611
615
|
status: Status[];
|
|
612
616
|
search: string;
|
|
@@ -674,8 +678,9 @@ interface OrganisationTag extends Record<string, unknown> {
|
|
|
674
678
|
status: Status;
|
|
675
679
|
added_date_time: string;
|
|
676
680
|
modified_date_time: string;
|
|
677
|
-
organisation_id
|
|
681
|
+
organisation_id: string;
|
|
678
682
|
UserOrganisation?: UserOrganisation;
|
|
683
|
+
organisation_name?: string;
|
|
679
684
|
MasterVehicle?: MasterVehicle[];
|
|
680
685
|
MasterDriver?: MasterDriver[];
|
|
681
686
|
_count?: {
|
|
@@ -731,8 +736,8 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
|
731
736
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
732
737
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
733
738
|
} & {
|
|
734
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
735
739
|
organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
740
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
736
741
|
}, "strip", z.ZodTypeAny, {
|
|
737
742
|
status: Status[];
|
|
738
743
|
search: string;
|
|
@@ -802,6 +807,7 @@ interface MasterUserRole extends Record<string, unknown> {
|
|
|
802
807
|
modified_date_time: string;
|
|
803
808
|
organisation_id: string;
|
|
804
809
|
UserOrganisation?: UserOrganisation;
|
|
810
|
+
organisation_name?: string;
|
|
805
811
|
User?: User[];
|
|
806
812
|
_count?: {
|
|
807
813
|
User?: number;
|
|
@@ -855,8 +861,8 @@ declare const MasterUserRoleQuerySchema: z.ZodObject<{
|
|
|
855
861
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
856
862
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
857
863
|
} & {
|
|
858
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
859
864
|
user_role_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
865
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
860
866
|
}, "strip", z.ZodTypeAny, {
|
|
861
867
|
status: Status[];
|
|
862
868
|
search: string;
|
|
@@ -925,6 +931,7 @@ interface MasterUserStatus extends Record<string, unknown> {
|
|
|
925
931
|
modified_date_time: string;
|
|
926
932
|
organisation_id: string;
|
|
927
933
|
UserOrganisation?: UserOrganisation;
|
|
934
|
+
organisation_name?: string;
|
|
928
935
|
User?: User[];
|
|
929
936
|
_count?: {
|
|
930
937
|
User?: number;
|
|
@@ -978,8 +985,8 @@ declare const MasterUserStatusQuerySchema: z.ZodObject<{
|
|
|
978
985
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
979
986
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
980
987
|
} & {
|
|
981
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
982
988
|
user_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
989
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
983
990
|
}, "strip", z.ZodTypeAny, {
|
|
984
991
|
status: Status[];
|
|
985
992
|
search: string;
|
|
@@ -1312,11 +1319,11 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
|
|
|
1312
1319
|
}, "strip", z.ZodTypeAny, {
|
|
1313
1320
|
status: Status;
|
|
1314
1321
|
organisation_id: string;
|
|
1315
|
-
vehicle_id: string;
|
|
1316
1322
|
time_zone_id: string;
|
|
1317
1323
|
geofence_enter_date_time: string;
|
|
1318
1324
|
geofence_exit_date_time: string;
|
|
1319
1325
|
duration_seconds: number;
|
|
1326
|
+
vehicle_id: string;
|
|
1320
1327
|
driver_id: string;
|
|
1321
1328
|
gps_geofence_id: string;
|
|
1322
1329
|
enter_gps_geofence_transaction_id: string;
|
|
@@ -1324,9 +1331,9 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
|
|
|
1324
1331
|
}, {
|
|
1325
1332
|
status: Status;
|
|
1326
1333
|
organisation_id: string;
|
|
1327
|
-
vehicle_id: string;
|
|
1328
1334
|
time_zone_id: string;
|
|
1329
1335
|
geofence_enter_date_time: string;
|
|
1336
|
+
vehicle_id: string;
|
|
1330
1337
|
driver_id: string;
|
|
1331
1338
|
gps_geofence_id: string;
|
|
1332
1339
|
enter_gps_geofence_transaction_id: string;
|
|
@@ -1374,9 +1381,6 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
|
|
|
1374
1381
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1375
1382
|
}, "strip", z.ZodTypeAny, {
|
|
1376
1383
|
status: Status[];
|
|
1377
|
-
from_date: string;
|
|
1378
|
-
to_date: string;
|
|
1379
|
-
vehicle_ids: string[];
|
|
1380
1384
|
search: string;
|
|
1381
1385
|
paging: PAGING;
|
|
1382
1386
|
page_count: number;
|
|
@@ -1398,15 +1402,17 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
|
|
|
1398
1402
|
date_format_id: string;
|
|
1399
1403
|
time_zone_id: string;
|
|
1400
1404
|
organisation_ids: string[];
|
|
1405
|
+
vehicle_ids: string[];
|
|
1401
1406
|
driver_ids: string[];
|
|
1402
1407
|
gps_geofence_ids: string[];
|
|
1403
|
-
}, {
|
|
1404
1408
|
from_date: string;
|
|
1405
1409
|
to_date: string;
|
|
1410
|
+
}, {
|
|
1406
1411
|
date_format_id: string;
|
|
1407
1412
|
time_zone_id: string;
|
|
1413
|
+
from_date: string;
|
|
1414
|
+
to_date: string;
|
|
1408
1415
|
status?: Status[] | undefined;
|
|
1409
|
-
vehicle_ids?: string[] | undefined;
|
|
1410
1416
|
search?: string | undefined;
|
|
1411
1417
|
paging?: PAGING | undefined;
|
|
1412
1418
|
page_count?: unknown;
|
|
@@ -1426,6 +1432,7 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
|
|
|
1426
1432
|
}[] | undefined;
|
|
1427
1433
|
include_master_data?: YesNo | undefined;
|
|
1428
1434
|
organisation_ids?: string[] | undefined;
|
|
1435
|
+
vehicle_ids?: string[] | undefined;
|
|
1429
1436
|
driver_ids?: string[] | undefined;
|
|
1430
1437
|
gps_geofence_ids?: string[] | undefined;
|
|
1431
1438
|
}>;
|
|
@@ -1475,8 +1482,8 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
|
|
|
1475
1482
|
}, "strip", z.ZodTypeAny, {
|
|
1476
1483
|
status: Status;
|
|
1477
1484
|
organisation_id: string;
|
|
1478
|
-
vehicle_id: string;
|
|
1479
1485
|
time_zone_id: string;
|
|
1486
|
+
vehicle_id: string;
|
|
1480
1487
|
driver_id: string;
|
|
1481
1488
|
gps_geofence_id: string;
|
|
1482
1489
|
geofence_status_type: GeofenceStatusType;
|
|
@@ -1484,8 +1491,8 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
|
|
|
1484
1491
|
}, {
|
|
1485
1492
|
status: Status;
|
|
1486
1493
|
organisation_id: string;
|
|
1487
|
-
vehicle_id: string;
|
|
1488
1494
|
time_zone_id: string;
|
|
1495
|
+
vehicle_id: string;
|
|
1489
1496
|
driver_id: string;
|
|
1490
1497
|
gps_geofence_id: string;
|
|
1491
1498
|
geofence_status_type: GeofenceStatusType;
|
|
@@ -1532,9 +1539,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
1532
1539
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1533
1540
|
}, "strip", z.ZodTypeAny, {
|
|
1534
1541
|
status: Status[];
|
|
1535
|
-
from_date: string;
|
|
1536
|
-
to_date: string;
|
|
1537
|
-
vehicle_ids: string[];
|
|
1538
1542
|
search: string;
|
|
1539
1543
|
paging: PAGING;
|
|
1540
1544
|
page_count: number;
|
|
@@ -1556,16 +1560,18 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
1556
1560
|
date_format_id: string;
|
|
1557
1561
|
time_zone_id: string;
|
|
1558
1562
|
organisation_ids: string[];
|
|
1563
|
+
vehicle_ids: string[];
|
|
1559
1564
|
driver_ids: string[];
|
|
1560
1565
|
gps_geofence_ids: string[];
|
|
1561
|
-
geofence_status_type: GeofenceStatusType[];
|
|
1562
|
-
}, {
|
|
1563
1566
|
from_date: string;
|
|
1564
1567
|
to_date: string;
|
|
1568
|
+
geofence_status_type: GeofenceStatusType[];
|
|
1569
|
+
}, {
|
|
1565
1570
|
date_format_id: string;
|
|
1566
1571
|
time_zone_id: string;
|
|
1572
|
+
from_date: string;
|
|
1573
|
+
to_date: string;
|
|
1567
1574
|
status?: Status[] | undefined;
|
|
1568
|
-
vehicle_ids?: string[] | undefined;
|
|
1569
1575
|
search?: string | undefined;
|
|
1570
1576
|
paging?: PAGING | undefined;
|
|
1571
1577
|
page_count?: unknown;
|
|
@@ -1585,6 +1591,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
1585
1591
|
}[] | undefined;
|
|
1586
1592
|
include_master_data?: YesNo | undefined;
|
|
1587
1593
|
organisation_ids?: string[] | undefined;
|
|
1594
|
+
vehicle_ids?: string[] | undefined;
|
|
1588
1595
|
driver_ids?: string[] | undefined;
|
|
1589
1596
|
gps_geofence_ids?: string[] | undefined;
|
|
1590
1597
|
geofence_status_type?: GeofenceStatusType[] | undefined;
|
|
@@ -1649,9 +1656,9 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
1649
1656
|
}, "strip", z.ZodTypeAny, {
|
|
1650
1657
|
status: Status;
|
|
1651
1658
|
organisation_id: string;
|
|
1652
|
-
vehicle_id: string;
|
|
1653
1659
|
time_zone_id: string;
|
|
1654
1660
|
duration_seconds: number;
|
|
1661
|
+
vehicle_id: string;
|
|
1655
1662
|
driver_id: string;
|
|
1656
1663
|
from_geofence_exit_date_time: string;
|
|
1657
1664
|
to_geofence_enter_date_time: string;
|
|
@@ -1665,8 +1672,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
1665
1672
|
}, {
|
|
1666
1673
|
status: Status;
|
|
1667
1674
|
organisation_id: string;
|
|
1668
|
-
vehicle_id: string;
|
|
1669
1675
|
time_zone_id: string;
|
|
1676
|
+
vehicle_id: string;
|
|
1670
1677
|
driver_id: string;
|
|
1671
1678
|
from_geofence_exit_date_time: string;
|
|
1672
1679
|
to_geofence_enter_date_time: string;
|
|
@@ -1720,9 +1727,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
|
|
|
1720
1727
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1721
1728
|
}, "strip", z.ZodTypeAny, {
|
|
1722
1729
|
status: Status[];
|
|
1723
|
-
from_date: string;
|
|
1724
|
-
to_date: string;
|
|
1725
|
-
vehicle_ids: string[];
|
|
1726
1730
|
search: string;
|
|
1727
1731
|
paging: PAGING;
|
|
1728
1732
|
page_count: number;
|
|
@@ -1744,16 +1748,18 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
|
|
|
1744
1748
|
date_format_id: string;
|
|
1745
1749
|
time_zone_id: string;
|
|
1746
1750
|
organisation_ids: string[];
|
|
1751
|
+
vehicle_ids: string[];
|
|
1747
1752
|
driver_ids: string[];
|
|
1753
|
+
from_date: string;
|
|
1754
|
+
to_date: string;
|
|
1748
1755
|
from_geofence_ids: string[];
|
|
1749
1756
|
to_geofence_ids: string[];
|
|
1750
1757
|
}, {
|
|
1751
|
-
from_date: string;
|
|
1752
|
-
to_date: string;
|
|
1753
1758
|
date_format_id: string;
|
|
1754
1759
|
time_zone_id: string;
|
|
1760
|
+
from_date: string;
|
|
1761
|
+
to_date: string;
|
|
1755
1762
|
status?: Status[] | undefined;
|
|
1756
|
-
vehicle_ids?: string[] | undefined;
|
|
1757
1763
|
search?: string | undefined;
|
|
1758
1764
|
paging?: PAGING | undefined;
|
|
1759
1765
|
page_count?: unknown;
|
|
@@ -1773,6 +1779,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
|
|
|
1773
1779
|
}[] | undefined;
|
|
1774
1780
|
include_master_data?: YesNo | undefined;
|
|
1775
1781
|
organisation_ids?: string[] | undefined;
|
|
1782
|
+
vehicle_ids?: string[] | undefined;
|
|
1776
1783
|
driver_ids?: string[] | undefined;
|
|
1777
1784
|
from_geofence_ids?: string[] | undefined;
|
|
1778
1785
|
to_geofence_ids?: string[] | undefined;
|
|
@@ -2102,39 +2109,39 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
|
|
|
2102
2109
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2103
2110
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2104
2111
|
}, "strip", z.ZodTypeAny, {
|
|
2105
|
-
mobile_numbers: string;
|
|
2106
|
-
email_ids: string;
|
|
2107
|
-
cc_email_ids: string;
|
|
2108
|
-
all_vehicles: YesNo;
|
|
2109
2112
|
status: Status;
|
|
2110
2113
|
organisation_id: string;
|
|
2114
|
+
user_ids: string[];
|
|
2111
2115
|
vehicle_ids: string[];
|
|
2112
2116
|
gps_geofence_ids: string[];
|
|
2113
2117
|
notification_name: string;
|
|
2114
2118
|
notification_status: OnOff;
|
|
2115
2119
|
notification_channels: NotificationChannel[];
|
|
2120
|
+
mobile_numbers: string;
|
|
2121
|
+
email_ids: string;
|
|
2122
|
+
cc_email_ids: string;
|
|
2116
2123
|
all_users: YesNo;
|
|
2117
2124
|
notification_list: NotificationList[];
|
|
2118
2125
|
over_speed_limit: number;
|
|
2119
2126
|
all_geofences: YesNo;
|
|
2120
|
-
user_ids: string[];
|
|
2121
|
-
}, {
|
|
2122
2127
|
all_vehicles: YesNo;
|
|
2128
|
+
}, {
|
|
2123
2129
|
status: Status;
|
|
2124
2130
|
organisation_id: string;
|
|
2125
2131
|
notification_name: string;
|
|
2126
2132
|
notification_status: OnOff;
|
|
2127
2133
|
all_users: YesNo;
|
|
2128
2134
|
all_geofences: YesNo;
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
cc_email_ids?: string | undefined;
|
|
2135
|
+
all_vehicles: YesNo;
|
|
2136
|
+
user_ids?: string[] | undefined;
|
|
2132
2137
|
vehicle_ids?: string[] | undefined;
|
|
2133
2138
|
gps_geofence_ids?: string[] | undefined;
|
|
2134
2139
|
notification_channels?: NotificationChannel[] | undefined;
|
|
2140
|
+
mobile_numbers?: string | undefined;
|
|
2141
|
+
email_ids?: string | undefined;
|
|
2142
|
+
cc_email_ids?: string | undefined;
|
|
2135
2143
|
notification_list?: NotificationList[] | undefined;
|
|
2136
2144
|
over_speed_limit?: unknown;
|
|
2137
|
-
user_ids?: string[] | undefined;
|
|
2138
2145
|
}>;
|
|
2139
2146
|
type OrganisationNotificationPreferenceDTO = z.infer<typeof OrganisationNotificationPreferenceSchema>;
|
|
2140
2147
|
declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
|
|
@@ -2430,13 +2437,13 @@ type UserAdminQueryDTO = z.infer<typeof UserAdminQuerySchema>;
|
|
|
2430
2437
|
declare const toUserAdminPayload: (row: UserAdmin) => UserAdminDTO;
|
|
2431
2438
|
declare const toUserAdminProfilePayload: (row: UserAdmin) => UserAdminProfileDTO;
|
|
2432
2439
|
declare const newUserAdminPayload: () => UserAdminDTO;
|
|
2433
|
-
declare const
|
|
2440
|
+
declare const get_admin_image_presigned_url: (file_name: string) => Promise<BR<AWSPresignedUrl>>;
|
|
2441
|
+
declare const update_admin_image: (id: string, data: UserAdminLogoDTO) => Promise<SBR>;
|
|
2442
|
+
declare const delete_admin_image: (id: string) => Promise<SBR>;
|
|
2434
2443
|
declare const findUserAdmin: (data: UserAdminQueryDTO) => Promise<FBR<UserAdmin[]>>;
|
|
2435
2444
|
declare const createUserAdmin: (data: UserAdminDTO) => Promise<SBR>;
|
|
2436
2445
|
declare const updateUserAdmin: (id: string, data: UserAdminDTO) => Promise<SBR>;
|
|
2437
2446
|
declare const deleteUserAdmin: (id: string) => Promise<SBR>;
|
|
2438
|
-
declare const updateUserAdminLogo: (id: string, data: UserAdminLogoDTO) => Promise<SBR>;
|
|
2439
|
-
declare const deleteUserAdminLogo: (id: string) => Promise<SBR>;
|
|
2440
2447
|
declare const updateUserAdminProfile: (id: string, data: UserAdminProfileDTO) => Promise<SBR>;
|
|
2441
2448
|
declare const getAdminUserCache: () => Promise<FBR<UserAdmin[]>>;
|
|
2442
2449
|
|
|
@@ -2553,8 +2560,8 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
2553
2560
|
}, "strip", z.ZodTypeAny, {
|
|
2554
2561
|
status: Status;
|
|
2555
2562
|
organisation_id: string;
|
|
2556
|
-
description: string;
|
|
2557
2563
|
user_id: string;
|
|
2564
|
+
description: string;
|
|
2558
2565
|
subject: string;
|
|
2559
2566
|
TicketFileSchema: {
|
|
2560
2567
|
status: Status;
|
|
@@ -2787,6 +2794,7 @@ interface MasterMainLandMark extends Record<string, unknown> {
|
|
|
2787
2794
|
modified_date_time: string;
|
|
2788
2795
|
country_id?: string;
|
|
2789
2796
|
MasterMainCountry?: MasterMainCountry;
|
|
2797
|
+
country_name?: string;
|
|
2790
2798
|
}
|
|
2791
2799
|
declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
2792
2800
|
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2922,6 +2930,7 @@ interface MasterVehicleFuelType extends Record<string, unknown> {
|
|
|
2922
2930
|
modified_date_time: string;
|
|
2923
2931
|
organisation_id: string;
|
|
2924
2932
|
UserOrganisation?: UserOrganisation;
|
|
2933
|
+
organisation_name?: string;
|
|
2925
2934
|
}
|
|
2926
2935
|
declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
|
|
2927
2936
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2971,8 +2980,8 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
2971
2980
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2972
2981
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2973
2982
|
} & {
|
|
2974
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2975
2983
|
fuel_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2984
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2976
2985
|
}, "strip", z.ZodTypeAny, {
|
|
2977
2986
|
status: Status[];
|
|
2978
2987
|
search: string;
|
|
@@ -3042,6 +3051,7 @@ interface MasterVehicleFuelUnit extends Record<string, unknown> {
|
|
|
3042
3051
|
modified_date_time: string;
|
|
3043
3052
|
organisation_id: string;
|
|
3044
3053
|
UserOrganisation?: UserOrganisation;
|
|
3054
|
+
organisation_name?: string;
|
|
3045
3055
|
}
|
|
3046
3056
|
declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
|
|
3047
3057
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3091,8 +3101,8 @@ declare const MasterVehicleFuelUnitQuerySchema: z.ZodObject<{
|
|
|
3091
3101
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3092
3102
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3093
3103
|
} & {
|
|
3094
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3095
3104
|
fuel_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3105
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3096
3106
|
}, "strip", z.ZodTypeAny, {
|
|
3097
3107
|
status: Status[];
|
|
3098
3108
|
search: string;
|
|
@@ -3162,6 +3172,7 @@ interface MasterVendorType extends Record<string, unknown> {
|
|
|
3162
3172
|
modified_date_time: string;
|
|
3163
3173
|
organisation_id: string;
|
|
3164
3174
|
UserOrganisation?: UserOrganisation;
|
|
3175
|
+
organisation_name?: string;
|
|
3165
3176
|
}
|
|
3166
3177
|
declare const MasterVendorTypeSchema: z.ZodObject<{
|
|
3167
3178
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3211,8 +3222,8 @@ declare const MasterVendorTypeQuerySchema: z.ZodObject<{
|
|
|
3211
3222
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3212
3223
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3213
3224
|
} & {
|
|
3214
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3215
3225
|
vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3226
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3216
3227
|
}, "strip", z.ZodTypeAny, {
|
|
3217
3228
|
status: Status[];
|
|
3218
3229
|
search: string;
|
|
@@ -3280,6 +3291,7 @@ interface MasterVendorTag extends Record<string, unknown> {
|
|
|
3280
3291
|
modified_date_time: string;
|
|
3281
3292
|
organisation_id: string;
|
|
3282
3293
|
UserOrganisation?: UserOrganisation;
|
|
3294
|
+
organisation_name?: string;
|
|
3283
3295
|
}
|
|
3284
3296
|
declare const MasterVendorTagSchema: z.ZodObject<{
|
|
3285
3297
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3329,8 +3341,8 @@ declare const MasterVendorTagQuerySchema: z.ZodObject<{
|
|
|
3329
3341
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3330
3342
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3331
3343
|
} & {
|
|
3332
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3333
3344
|
vendor_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3345
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3334
3346
|
}, "strip", z.ZodTypeAny, {
|
|
3335
3347
|
status: Status[];
|
|
3336
3348
|
search: string;
|
|
@@ -3398,6 +3410,7 @@ interface MasterVendorDocumentType extends Record<string, unknown> {
|
|
|
3398
3410
|
modified_date_time: string;
|
|
3399
3411
|
organisation_id?: string;
|
|
3400
3412
|
UserOrganisation?: UserOrganisation;
|
|
3413
|
+
organisation_name?: string;
|
|
3401
3414
|
}
|
|
3402
3415
|
declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
|
|
3403
3416
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3447,8 +3460,8 @@ declare const MasterVendorDocumentTypeQuerySchema: z.ZodObject<{
|
|
|
3447
3460
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3448
3461
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3449
3462
|
} & {
|
|
3450
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3451
3463
|
document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3464
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3452
3465
|
}, "strip", z.ZodTypeAny, {
|
|
3453
3466
|
status: Status[];
|
|
3454
3467
|
search: string;
|
|
@@ -3516,6 +3529,7 @@ interface MasterFleetServiceTask extends Record<string, unknown> {
|
|
|
3516
3529
|
modified_date_time: string;
|
|
3517
3530
|
organisation_id: string;
|
|
3518
3531
|
UserOrganisation?: UserOrganisation;
|
|
3532
|
+
organisation_name?: string;
|
|
3519
3533
|
FleetServiceManagementTask?: FleetServiceManagementTask[];
|
|
3520
3534
|
_count?: {
|
|
3521
3535
|
FleetServiceManagementTask?: number;
|
|
@@ -3570,8 +3584,8 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
3570
3584
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3571
3585
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3572
3586
|
} & {
|
|
3573
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3574
3587
|
fleet_service_task_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3588
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3575
3589
|
}, "strip", z.ZodTypeAny, {
|
|
3576
3590
|
status: Status[];
|
|
3577
3591
|
search: string;
|
|
@@ -3678,9 +3692,9 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
|
|
|
3678
3692
|
}, "strip", z.ZodTypeAny, {
|
|
3679
3693
|
status: Status;
|
|
3680
3694
|
organisation_id: string;
|
|
3681
|
-
vehicle_ids: string[];
|
|
3682
|
-
time_zone_id: string;
|
|
3683
3695
|
user_id: string;
|
|
3696
|
+
time_zone_id: string;
|
|
3697
|
+
vehicle_ids: string[];
|
|
3684
3698
|
service_schedule_name: string;
|
|
3685
3699
|
service_schedule_description: string;
|
|
3686
3700
|
service_schedule_start_date: string;
|
|
@@ -3688,8 +3702,8 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
|
|
|
3688
3702
|
}, {
|
|
3689
3703
|
status: Status;
|
|
3690
3704
|
organisation_id: string;
|
|
3691
|
-
time_zone_id: string;
|
|
3692
3705
|
user_id: string;
|
|
3706
|
+
time_zone_id: string;
|
|
3693
3707
|
service_schedule_name: string;
|
|
3694
3708
|
vehicle_ids?: string[] | undefined;
|
|
3695
3709
|
service_schedule_description?: string | undefined;
|
|
@@ -3796,6 +3810,7 @@ interface MasterFleetInsuranceClaimStatus extends Record<string, unknown> {
|
|
|
3796
3810
|
modified_date_time: string;
|
|
3797
3811
|
organisation_id: string;
|
|
3798
3812
|
UserOrganisation?: UserOrganisation;
|
|
3813
|
+
organisation_name?: string;
|
|
3799
3814
|
FleetIncidentManagement?: FleetIncidentManagement[];
|
|
3800
3815
|
_count?: {
|
|
3801
3816
|
FleetIncidentManagement?: number;
|
|
@@ -3849,8 +3864,8 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
3849
3864
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3850
3865
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3851
3866
|
} & {
|
|
3852
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3853
3867
|
fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3868
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3854
3869
|
}, "strip", z.ZodTypeAny, {
|
|
3855
3870
|
status: Status[];
|
|
3856
3871
|
search: string;
|
|
@@ -3918,6 +3933,7 @@ interface MasterFleetIncidentSeverity extends Record<string, unknown> {
|
|
|
3918
3933
|
modified_date_time: string;
|
|
3919
3934
|
organisation_id: string;
|
|
3920
3935
|
UserOrganisation?: UserOrganisation;
|
|
3936
|
+
organisation_name?: string;
|
|
3921
3937
|
FleetIncidentManagement?: FleetIncidentManagement[];
|
|
3922
3938
|
_count?: {
|
|
3923
3939
|
FleetIncidentManagement?: number;
|
|
@@ -3971,8 +3987,8 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
3971
3987
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3972
3988
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3973
3989
|
} & {
|
|
3974
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3975
3990
|
fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3991
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3976
3992
|
}, "strip", z.ZodTypeAny, {
|
|
3977
3993
|
status: Status[];
|
|
3978
3994
|
search: string;
|
|
@@ -4040,6 +4056,7 @@ interface MasterFleetIncidentStatus extends Record<string, unknown> {
|
|
|
4040
4056
|
modified_date_time: string;
|
|
4041
4057
|
organisation_id: string;
|
|
4042
4058
|
UserOrganisation?: UserOrganisation;
|
|
4059
|
+
organisation_name?: string;
|
|
4043
4060
|
FleetIncidentManagement?: FleetIncidentManagement[];
|
|
4044
4061
|
_count?: {
|
|
4045
4062
|
FleetIncidentManagement?: number;
|
|
@@ -4093,8 +4110,8 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
4093
4110
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4094
4111
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4095
4112
|
} & {
|
|
4096
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4097
4113
|
fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4114
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4098
4115
|
}, "strip", z.ZodTypeAny, {
|
|
4099
4116
|
status: Status[];
|
|
4100
4117
|
search: string;
|
|
@@ -4162,6 +4179,7 @@ interface MasterFleetIncidentType extends Record<string, unknown> {
|
|
|
4162
4179
|
modified_date_time: string;
|
|
4163
4180
|
organisation_id: string;
|
|
4164
4181
|
UserOrganisation?: UserOrganisation;
|
|
4182
|
+
organisation_name?: string;
|
|
4165
4183
|
FleetIncidentManagement?: FleetIncidentManagement[];
|
|
4166
4184
|
_count?: {
|
|
4167
4185
|
FleetIncidentManagement?: number;
|
|
@@ -4215,8 +4233,8 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
4215
4233
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4216
4234
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4217
4235
|
} & {
|
|
4218
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4219
4236
|
fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4237
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4220
4238
|
}, "strip", z.ZodTypeAny, {
|
|
4221
4239
|
status: Status[];
|
|
4222
4240
|
search: string;
|
|
@@ -4285,6 +4303,7 @@ interface MasterExpenseName extends Record<string, unknown> {
|
|
|
4285
4303
|
modified_date_time: string;
|
|
4286
4304
|
organisation_id: string;
|
|
4287
4305
|
UserOrganisation?: UserOrganisation;
|
|
4306
|
+
organisation_name?: string;
|
|
4288
4307
|
FleetIncidentManagementCost?: FleetIncidentManagementCost[];
|
|
4289
4308
|
_count?: {
|
|
4290
4309
|
FleetIncidentManagementCost?: number;
|
|
@@ -4341,8 +4360,8 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
4341
4360
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4342
4361
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4343
4362
|
} & {
|
|
4344
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4345
4363
|
expense_name_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4364
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4346
4365
|
expense_category: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpenseCategory>, "many">>>;
|
|
4347
4366
|
}, "strip", z.ZodTypeAny, {
|
|
4348
4367
|
status: Status[];
|
|
@@ -4628,11 +4647,11 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
|
|
|
4628
4647
|
}, "strip", z.ZodTypeAny, {
|
|
4629
4648
|
status: Status;
|
|
4630
4649
|
organisation_id: string;
|
|
4631
|
-
|
|
4650
|
+
user_id: string;
|
|
4632
4651
|
time_zone_id: string;
|
|
4652
|
+
vehicle_id: string;
|
|
4633
4653
|
driver_id: string;
|
|
4634
4654
|
google_location: string;
|
|
4635
|
-
user_id: string;
|
|
4636
4655
|
fleet_insurance_claim_status_id: string;
|
|
4637
4656
|
fleet_incident_severity_id: string;
|
|
4638
4657
|
fleet_incident_status_id: string;
|
|
@@ -4681,10 +4700,10 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
|
|
|
4681
4700
|
}, {
|
|
4682
4701
|
status: Status;
|
|
4683
4702
|
organisation_id: string;
|
|
4684
|
-
|
|
4703
|
+
user_id: string;
|
|
4685
4704
|
time_zone_id: string;
|
|
4705
|
+
vehicle_id: string;
|
|
4686
4706
|
driver_id: string;
|
|
4687
|
-
user_id: string;
|
|
4688
4707
|
fleet_insurance_claim_status_id: string;
|
|
4689
4708
|
fleet_incident_severity_id: string;
|
|
4690
4709
|
fleet_incident_status_id: string;
|
|
@@ -4770,9 +4789,6 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
4770
4789
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
4771
4790
|
}, "strip", z.ZodTypeAny, {
|
|
4772
4791
|
status: Status[];
|
|
4773
|
-
from_date: string;
|
|
4774
|
-
to_date: string;
|
|
4775
|
-
vehicle_ids: string[];
|
|
4776
4792
|
search: string;
|
|
4777
4793
|
paging: PAGING;
|
|
4778
4794
|
page_count: number;
|
|
@@ -4794,13 +4810,15 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
4794
4810
|
date_format_id: string;
|
|
4795
4811
|
time_zone_id: string;
|
|
4796
4812
|
organisation_ids: string[];
|
|
4797
|
-
|
|
4813
|
+
vehicle_ids: string[];
|
|
4798
4814
|
from_date: string;
|
|
4799
4815
|
to_date: string;
|
|
4816
|
+
}, {
|
|
4800
4817
|
date_format_id: string;
|
|
4801
4818
|
time_zone_id: string;
|
|
4819
|
+
from_date: string;
|
|
4820
|
+
to_date: string;
|
|
4802
4821
|
status?: Status[] | undefined;
|
|
4803
|
-
vehicle_ids?: string[] | undefined;
|
|
4804
4822
|
search?: string | undefined;
|
|
4805
4823
|
paging?: PAGING | undefined;
|
|
4806
4824
|
page_count?: unknown;
|
|
@@ -4820,6 +4838,7 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
4820
4838
|
}[] | undefined;
|
|
4821
4839
|
include_master_data?: YesNo | undefined;
|
|
4822
4840
|
organisation_ids?: string[] | undefined;
|
|
4841
|
+
vehicle_ids?: string[] | undefined;
|
|
4823
4842
|
}>;
|
|
4824
4843
|
type FleetIncidentManagementDashBoardQueryDTO = z.infer<typeof FleetIncidentManagementDashBoardQuerySchema>;
|
|
4825
4844
|
declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
|
|
@@ -4876,9 +4895,6 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
|
|
|
4876
4895
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
4877
4896
|
}, "strip", z.ZodTypeAny, {
|
|
4878
4897
|
status: Status[];
|
|
4879
|
-
from_date: string;
|
|
4880
|
-
to_date: string;
|
|
4881
|
-
vehicle_ids: string[];
|
|
4882
4898
|
search: string;
|
|
4883
4899
|
paging: PAGING;
|
|
4884
4900
|
page_count: number;
|
|
@@ -4900,8 +4916,11 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
|
|
|
4900
4916
|
date_format_id: string;
|
|
4901
4917
|
time_zone_id: string;
|
|
4902
4918
|
organisation_ids: string[];
|
|
4903
|
-
driver_ids: string[];
|
|
4904
4919
|
user_ids: string[];
|
|
4920
|
+
vehicle_ids: string[];
|
|
4921
|
+
driver_ids: string[];
|
|
4922
|
+
from_date: string;
|
|
4923
|
+
to_date: string;
|
|
4905
4924
|
fleet_insurance_claim_status_ids: string[];
|
|
4906
4925
|
fleet_incident_severity_ids: string[];
|
|
4907
4926
|
fleet_incident_status_ids: string[];
|
|
@@ -4918,12 +4937,11 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
|
|
|
4918
4937
|
any_injuries: YesNo[];
|
|
4919
4938
|
vehicle_incident_ids: string[];
|
|
4920
4939
|
}, {
|
|
4921
|
-
from_date: string;
|
|
4922
|
-
to_date: string;
|
|
4923
4940
|
date_format_id: string;
|
|
4924
4941
|
time_zone_id: string;
|
|
4942
|
+
from_date: string;
|
|
4943
|
+
to_date: string;
|
|
4925
4944
|
status?: Status[] | undefined;
|
|
4926
|
-
vehicle_ids?: string[] | undefined;
|
|
4927
4945
|
search?: string | undefined;
|
|
4928
4946
|
paging?: PAGING | undefined;
|
|
4929
4947
|
page_count?: unknown;
|
|
@@ -4943,8 +4961,9 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
|
|
|
4943
4961
|
}[] | undefined;
|
|
4944
4962
|
include_master_data?: YesNo | undefined;
|
|
4945
4963
|
organisation_ids?: string[] | undefined;
|
|
4946
|
-
driver_ids?: string[] | undefined;
|
|
4947
4964
|
user_ids?: string[] | undefined;
|
|
4965
|
+
vehicle_ids?: string[] | undefined;
|
|
4966
|
+
driver_ids?: string[] | undefined;
|
|
4948
4967
|
fleet_insurance_claim_status_ids?: string[] | undefined;
|
|
4949
4968
|
fleet_incident_severity_ids?: string[] | undefined;
|
|
4950
4969
|
fleet_incident_status_ids?: string[] | undefined;
|
|
@@ -5271,9 +5290,9 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
|
|
|
5271
5290
|
}, "strip", z.ZodTypeAny, {
|
|
5272
5291
|
status: Status;
|
|
5273
5292
|
organisation_id: string;
|
|
5274
|
-
vehicle_ids: string[];
|
|
5275
|
-
time_zone_id: string;
|
|
5276
5293
|
user_id: string;
|
|
5294
|
+
time_zone_id: string;
|
|
5295
|
+
vehicle_ids: string[];
|
|
5277
5296
|
inspection_schedule_name: string;
|
|
5278
5297
|
inspection_schedule_description: string;
|
|
5279
5298
|
inspection_schedule_start_date: string;
|
|
@@ -5281,8 +5300,8 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
|
|
|
5281
5300
|
}, {
|
|
5282
5301
|
status: Status;
|
|
5283
5302
|
organisation_id: string;
|
|
5284
|
-
time_zone_id: string;
|
|
5285
5303
|
user_id: string;
|
|
5304
|
+
time_zone_id: string;
|
|
5286
5305
|
inspection_schedule_name: string;
|
|
5287
5306
|
vehicle_ids?: string[] | undefined;
|
|
5288
5307
|
inspection_schedule_description?: string | undefined;
|
|
@@ -5529,8 +5548,8 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
5529
5548
|
}, "strip", z.ZodTypeAny, {
|
|
5530
5549
|
status: Status;
|
|
5531
5550
|
organisation_id: string;
|
|
5532
|
-
vehicle_id: string;
|
|
5533
5551
|
time_zone_id: string;
|
|
5552
|
+
vehicle_id: string;
|
|
5534
5553
|
driver_id: string;
|
|
5535
5554
|
odometer_reading: number;
|
|
5536
5555
|
inspection_form_id: string;
|
|
@@ -5557,8 +5576,8 @@ declare const FleetInspectionSchema: z.ZodObject<{
|
|
|
5557
5576
|
}, {
|
|
5558
5577
|
status: Status;
|
|
5559
5578
|
organisation_id: string;
|
|
5560
|
-
vehicle_id: string;
|
|
5561
5579
|
time_zone_id: string;
|
|
5580
|
+
vehicle_id: string;
|
|
5562
5581
|
driver_id: string;
|
|
5563
5582
|
inspection_form_id: string;
|
|
5564
5583
|
inspection_type: InspectionType;
|
|
@@ -5628,7 +5647,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
|
|
|
5628
5647
|
inspection_action_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof InspectionActionStatus>, "many">>>;
|
|
5629
5648
|
}, "strip", z.ZodTypeAny, {
|
|
5630
5649
|
status: Status[];
|
|
5631
|
-
vehicle_ids: string[];
|
|
5632
5650
|
search: string;
|
|
5633
5651
|
paging: PAGING;
|
|
5634
5652
|
page_count: number;
|
|
@@ -5650,6 +5668,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
|
|
|
5650
5668
|
date_format_id: string;
|
|
5651
5669
|
time_zone_id: string;
|
|
5652
5670
|
organisation_ids: string[];
|
|
5671
|
+
vehicle_ids: string[];
|
|
5653
5672
|
driver_ids: string[];
|
|
5654
5673
|
inspection_form_ids: string[];
|
|
5655
5674
|
inspection_schedule_ids: string[];
|
|
@@ -5663,7 +5682,6 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
|
|
|
5663
5682
|
date_format_id: string;
|
|
5664
5683
|
time_zone_id: string;
|
|
5665
5684
|
status?: Status[] | undefined;
|
|
5666
|
-
vehicle_ids?: string[] | undefined;
|
|
5667
5685
|
search?: string | undefined;
|
|
5668
5686
|
paging?: PAGING | undefined;
|
|
5669
5687
|
page_count?: unknown;
|
|
@@ -5683,6 +5701,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
|
|
|
5683
5701
|
}[] | undefined;
|
|
5684
5702
|
include_master_data?: YesNo | undefined;
|
|
5685
5703
|
organisation_ids?: string[] | undefined;
|
|
5704
|
+
vehicle_ids?: string[] | undefined;
|
|
5686
5705
|
driver_ids?: string[] | undefined;
|
|
5687
5706
|
inspection_form_ids?: string[] | undefined;
|
|
5688
5707
|
inspection_schedule_ids?: string[] | undefined;
|
|
@@ -5728,7 +5747,6 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
|
|
|
5728
5747
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5729
5748
|
}, "strip", z.ZodTypeAny, {
|
|
5730
5749
|
status: Status[];
|
|
5731
|
-
vehicle_ids: string[];
|
|
5732
5750
|
search: string;
|
|
5733
5751
|
paging: PAGING;
|
|
5734
5752
|
page_count: number;
|
|
@@ -5749,11 +5767,11 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
|
|
|
5749
5767
|
include_master_data: YesNo;
|
|
5750
5768
|
date_format_id: string;
|
|
5751
5769
|
time_zone_id: string;
|
|
5770
|
+
vehicle_ids: string[];
|
|
5752
5771
|
}, {
|
|
5753
5772
|
date_format_id: string;
|
|
5754
5773
|
time_zone_id: string;
|
|
5755
5774
|
status?: Status[] | undefined;
|
|
5756
|
-
vehicle_ids?: string[] | undefined;
|
|
5757
5775
|
search?: string | undefined;
|
|
5758
5776
|
paging?: PAGING | undefined;
|
|
5759
5777
|
page_count?: unknown;
|
|
@@ -5772,6 +5790,7 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
|
|
|
5772
5790
|
direction: OrderBy;
|
|
5773
5791
|
}[] | undefined;
|
|
5774
5792
|
include_master_data?: YesNo | undefined;
|
|
5793
|
+
vehicle_ids?: string[] | undefined;
|
|
5775
5794
|
}>;
|
|
5776
5795
|
type FleetInspectionCheckPendingQueryDTO = z.infer<typeof FleetInspectionCheckPendingQuerySchema>;
|
|
5777
5796
|
declare const toFleetInspectionPayload: (row: FleetInspection) => FleetInspectionDTO;
|
|
@@ -5977,10 +5996,10 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
|
|
|
5977
5996
|
}, "strip", z.ZodTypeAny, {
|
|
5978
5997
|
status: Status;
|
|
5979
5998
|
organisation_id: string;
|
|
5980
|
-
|
|
5999
|
+
user_id: string;
|
|
5981
6000
|
time_zone_id: string;
|
|
6001
|
+
vehicle_id: string;
|
|
5982
6002
|
driver_id: string;
|
|
5983
|
-
user_id: string;
|
|
5984
6003
|
vehicle_incident_id: string;
|
|
5985
6004
|
odometer_reading: number;
|
|
5986
6005
|
inspection_id: string;
|
|
@@ -6011,10 +6030,10 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
|
|
|
6011
6030
|
}, {
|
|
6012
6031
|
status: Status;
|
|
6013
6032
|
organisation_id: string;
|
|
6014
|
-
|
|
6033
|
+
user_id: string;
|
|
6015
6034
|
time_zone_id: string;
|
|
6035
|
+
vehicle_id: string;
|
|
6016
6036
|
driver_id: string;
|
|
6017
|
-
user_id: string;
|
|
6018
6037
|
vehicle_incident_id: string;
|
|
6019
6038
|
inspection_id: string;
|
|
6020
6039
|
service_management_id: string;
|
|
@@ -6091,9 +6110,6 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
|
|
|
6091
6110
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
6092
6111
|
}, "strip", z.ZodTypeAny, {
|
|
6093
6112
|
status: Status[];
|
|
6094
|
-
from_date: string;
|
|
6095
|
-
to_date: string;
|
|
6096
|
-
vehicle_ids: string[];
|
|
6097
6113
|
search: string;
|
|
6098
6114
|
paging: PAGING;
|
|
6099
6115
|
page_count: number;
|
|
@@ -6115,8 +6131,11 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
|
|
|
6115
6131
|
date_format_id: string;
|
|
6116
6132
|
time_zone_id: string;
|
|
6117
6133
|
organisation_ids: string[];
|
|
6118
|
-
driver_ids: string[];
|
|
6119
6134
|
user_ids: string[];
|
|
6135
|
+
vehicle_ids: string[];
|
|
6136
|
+
driver_ids: string[];
|
|
6137
|
+
from_date: string;
|
|
6138
|
+
to_date: string;
|
|
6120
6139
|
vehicle_incident_ids: string[];
|
|
6121
6140
|
inspection_ids: string[];
|
|
6122
6141
|
service_management_ids: string[];
|
|
@@ -6126,12 +6145,11 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
|
|
|
6126
6145
|
issue_source: IssueSource[];
|
|
6127
6146
|
vehicle_issue_ids: string[];
|
|
6128
6147
|
}, {
|
|
6129
|
-
from_date: string;
|
|
6130
|
-
to_date: string;
|
|
6131
6148
|
date_format_id: string;
|
|
6132
6149
|
time_zone_id: string;
|
|
6150
|
+
from_date: string;
|
|
6151
|
+
to_date: string;
|
|
6133
6152
|
status?: Status[] | undefined;
|
|
6134
|
-
vehicle_ids?: string[] | undefined;
|
|
6135
6153
|
search?: string | undefined;
|
|
6136
6154
|
paging?: PAGING | undefined;
|
|
6137
6155
|
page_count?: unknown;
|
|
@@ -6151,8 +6169,9 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
|
|
|
6151
6169
|
}[] | undefined;
|
|
6152
6170
|
include_master_data?: YesNo | undefined;
|
|
6153
6171
|
organisation_ids?: string[] | undefined;
|
|
6154
|
-
driver_ids?: string[] | undefined;
|
|
6155
6172
|
user_ids?: string[] | undefined;
|
|
6173
|
+
vehicle_ids?: string[] | undefined;
|
|
6174
|
+
driver_ids?: string[] | undefined;
|
|
6156
6175
|
vehicle_incident_ids?: string[] | undefined;
|
|
6157
6176
|
inspection_ids?: string[] | undefined;
|
|
6158
6177
|
service_management_ids?: string[] | undefined;
|
|
@@ -6200,9 +6219,6 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
6200
6219
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
6201
6220
|
}, "strip", z.ZodTypeAny, {
|
|
6202
6221
|
status: Status[];
|
|
6203
|
-
from_date: string;
|
|
6204
|
-
to_date: string;
|
|
6205
|
-
vehicle_ids: string[];
|
|
6206
6222
|
search: string;
|
|
6207
6223
|
paging: PAGING;
|
|
6208
6224
|
page_count: number;
|
|
@@ -6224,13 +6240,15 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
6224
6240
|
date_format_id: string;
|
|
6225
6241
|
time_zone_id: string;
|
|
6226
6242
|
organisation_ids: string[];
|
|
6227
|
-
|
|
6243
|
+
vehicle_ids: string[];
|
|
6228
6244
|
from_date: string;
|
|
6229
6245
|
to_date: string;
|
|
6246
|
+
}, {
|
|
6230
6247
|
date_format_id: string;
|
|
6231
6248
|
time_zone_id: string;
|
|
6249
|
+
from_date: string;
|
|
6250
|
+
to_date: string;
|
|
6232
6251
|
status?: Status[] | undefined;
|
|
6233
|
-
vehicle_ids?: string[] | undefined;
|
|
6234
6252
|
search?: string | undefined;
|
|
6235
6253
|
paging?: PAGING | undefined;
|
|
6236
6254
|
page_count?: unknown;
|
|
@@ -6250,6 +6268,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
6250
6268
|
}[] | undefined;
|
|
6251
6269
|
include_master_data?: YesNo | undefined;
|
|
6252
6270
|
organisation_ids?: string[] | undefined;
|
|
6271
|
+
vehicle_ids?: string[] | undefined;
|
|
6253
6272
|
}>;
|
|
6254
6273
|
type FleetIssueManagementDashBoardQueryDTO = z.infer<typeof FleetIssueManagementDashBoardQuerySchema>;
|
|
6255
6274
|
declare const FleetIssueManagementCommentSchema: z.ZodObject<{
|
|
@@ -6594,10 +6613,10 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
6594
6613
|
}, "strip", z.ZodTypeAny, {
|
|
6595
6614
|
status: Status;
|
|
6596
6615
|
organisation_id: string;
|
|
6597
|
-
|
|
6616
|
+
user_id: string;
|
|
6598
6617
|
time_zone_id: string;
|
|
6618
|
+
vehicle_id: string;
|
|
6599
6619
|
driver_id: string;
|
|
6600
|
-
user_id: string;
|
|
6601
6620
|
service_schedule_id: string;
|
|
6602
6621
|
odometer_reading: number;
|
|
6603
6622
|
service_status: ServiceStatus;
|
|
@@ -6640,10 +6659,10 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
|
|
|
6640
6659
|
}, {
|
|
6641
6660
|
status: Status;
|
|
6642
6661
|
organisation_id: string;
|
|
6643
|
-
|
|
6662
|
+
user_id: string;
|
|
6644
6663
|
time_zone_id: string;
|
|
6664
|
+
vehicle_id: string;
|
|
6645
6665
|
driver_id: string;
|
|
6646
|
-
user_id: string;
|
|
6647
6666
|
service_schedule_id: string;
|
|
6648
6667
|
service_status: ServiceStatus;
|
|
6649
6668
|
service_type: ServiceType;
|
|
@@ -6731,9 +6750,6 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
|
|
|
6731
6750
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
6732
6751
|
}, "strip", z.ZodTypeAny, {
|
|
6733
6752
|
status: Status[];
|
|
6734
|
-
from_date: string;
|
|
6735
|
-
to_date: string;
|
|
6736
|
-
vehicle_ids: string[];
|
|
6737
6753
|
search: string;
|
|
6738
6754
|
paging: PAGING;
|
|
6739
6755
|
page_count: number;
|
|
@@ -6755,8 +6771,11 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
|
|
|
6755
6771
|
date_format_id: string;
|
|
6756
6772
|
time_zone_id: string;
|
|
6757
6773
|
organisation_ids: string[];
|
|
6758
|
-
driver_ids: string[];
|
|
6759
6774
|
user_ids: string[];
|
|
6775
|
+
vehicle_ids: string[];
|
|
6776
|
+
driver_ids: string[];
|
|
6777
|
+
from_date: string;
|
|
6778
|
+
to_date: string;
|
|
6760
6779
|
service_management_ids: string[];
|
|
6761
6780
|
service_status: ServiceStatus[];
|
|
6762
6781
|
service_type: ServiceType[];
|
|
@@ -6765,12 +6784,11 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
|
|
|
6765
6784
|
vendor_ids: string[];
|
|
6766
6785
|
service_center_ids: string[];
|
|
6767
6786
|
}, {
|
|
6768
|
-
from_date: string;
|
|
6769
|
-
to_date: string;
|
|
6770
6787
|
date_format_id: string;
|
|
6771
6788
|
time_zone_id: string;
|
|
6789
|
+
from_date: string;
|
|
6790
|
+
to_date: string;
|
|
6772
6791
|
status?: Status[] | undefined;
|
|
6773
|
-
vehicle_ids?: string[] | undefined;
|
|
6774
6792
|
search?: string | undefined;
|
|
6775
6793
|
paging?: PAGING | undefined;
|
|
6776
6794
|
page_count?: unknown;
|
|
@@ -6790,8 +6808,9 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
|
|
|
6790
6808
|
}[] | undefined;
|
|
6791
6809
|
include_master_data?: YesNo | undefined;
|
|
6792
6810
|
organisation_ids?: string[] | undefined;
|
|
6793
|
-
driver_ids?: string[] | undefined;
|
|
6794
6811
|
user_ids?: string[] | undefined;
|
|
6812
|
+
vehicle_ids?: string[] | undefined;
|
|
6813
|
+
driver_ids?: string[] | undefined;
|
|
6795
6814
|
service_management_ids?: string[] | undefined;
|
|
6796
6815
|
service_status?: ServiceStatus[] | undefined;
|
|
6797
6816
|
service_type?: ServiceType[] | undefined;
|
|
@@ -6838,9 +6857,6 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
6838
6857
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
6839
6858
|
}, "strip", z.ZodTypeAny, {
|
|
6840
6859
|
status: Status[];
|
|
6841
|
-
from_date: string;
|
|
6842
|
-
to_date: string;
|
|
6843
|
-
vehicle_ids: string[];
|
|
6844
6860
|
search: string;
|
|
6845
6861
|
paging: PAGING;
|
|
6846
6862
|
page_count: number;
|
|
@@ -6862,13 +6878,15 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
6862
6878
|
date_format_id: string;
|
|
6863
6879
|
time_zone_id: string;
|
|
6864
6880
|
organisation_ids: string[];
|
|
6865
|
-
|
|
6881
|
+
vehicle_ids: string[];
|
|
6866
6882
|
from_date: string;
|
|
6867
6883
|
to_date: string;
|
|
6884
|
+
}, {
|
|
6868
6885
|
date_format_id: string;
|
|
6869
6886
|
time_zone_id: string;
|
|
6887
|
+
from_date: string;
|
|
6888
|
+
to_date: string;
|
|
6870
6889
|
status?: Status[] | undefined;
|
|
6871
|
-
vehicle_ids?: string[] | undefined;
|
|
6872
6890
|
search?: string | undefined;
|
|
6873
6891
|
paging?: PAGING | undefined;
|
|
6874
6892
|
page_count?: unknown;
|
|
@@ -6888,6 +6906,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
|
|
|
6888
6906
|
}[] | undefined;
|
|
6889
6907
|
include_master_data?: YesNo | undefined;
|
|
6890
6908
|
organisation_ids?: string[] | undefined;
|
|
6909
|
+
vehicle_ids?: string[] | undefined;
|
|
6891
6910
|
}>;
|
|
6892
6911
|
type FleetServiceManagementDashBoardQueryDTO = z.infer<typeof FleetServiceManagementDashBoardQuerySchema>;
|
|
6893
6912
|
declare const FleetServiceManagementTaskSchema: z.ZodObject<{
|
|
@@ -7054,7 +7073,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
|
|
|
7054
7073
|
reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
|
|
7055
7074
|
}, "strip", z.ZodTypeAny, {
|
|
7056
7075
|
status: Status[];
|
|
7057
|
-
vehicle_ids: string[];
|
|
7058
7076
|
search: string;
|
|
7059
7077
|
paging: PAGING;
|
|
7060
7078
|
page_count: number;
|
|
@@ -7076,6 +7094,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
|
|
|
7076
7094
|
date_format_id: string;
|
|
7077
7095
|
time_zone_id: string;
|
|
7078
7096
|
organisation_ids: string[];
|
|
7097
|
+
vehicle_ids: string[];
|
|
7079
7098
|
service_management_ids: string[];
|
|
7080
7099
|
reminder_type: ReminderType[];
|
|
7081
7100
|
service_reminder_ids: string[];
|
|
@@ -7083,7 +7102,6 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
|
|
|
7083
7102
|
date_format_id: string;
|
|
7084
7103
|
time_zone_id: string;
|
|
7085
7104
|
status?: Status[] | undefined;
|
|
7086
|
-
vehicle_ids?: string[] | undefined;
|
|
7087
7105
|
search?: string | undefined;
|
|
7088
7106
|
paging?: PAGING | undefined;
|
|
7089
7107
|
page_count?: unknown;
|
|
@@ -7103,6 +7121,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
|
|
|
7103
7121
|
}[] | undefined;
|
|
7104
7122
|
include_master_data?: YesNo | undefined;
|
|
7105
7123
|
organisation_ids?: string[] | undefined;
|
|
7124
|
+
vehicle_ids?: string[] | undefined;
|
|
7106
7125
|
service_management_ids?: string[] | undefined;
|
|
7107
7126
|
reminder_type?: ReminderType[] | undefined;
|
|
7108
7127
|
service_reminder_ids?: string[] | undefined;
|
|
@@ -7460,8 +7479,10 @@ interface MasterFuelCompany extends Record<string, unknown> {
|
|
|
7460
7479
|
modified_date_time: string;
|
|
7461
7480
|
organisation_id: string;
|
|
7462
7481
|
UserOrganisation?: UserOrganisation;
|
|
7482
|
+
organisation_name?: string;
|
|
7463
7483
|
country_id: string;
|
|
7464
7484
|
MasterMainCountry?: MasterMainCountry;
|
|
7485
|
+
country_name?: string;
|
|
7465
7486
|
FleetVendorFuelStation?: FleetVendorFuelStation[];
|
|
7466
7487
|
_count?: {
|
|
7467
7488
|
FleetVendorFuelStation?: number;
|
|
@@ -7470,11 +7491,11 @@ interface MasterFuelCompany extends Record<string, unknown> {
|
|
|
7470
7491
|
declare const MasterFuelCompanySchema: z.ZodObject<{
|
|
7471
7492
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7472
7493
|
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7473
|
-
company_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7474
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7475
7494
|
logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7476
7495
|
logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7477
7496
|
logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7497
|
+
company_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7498
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7478
7499
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7479
7500
|
}, "strip", z.ZodTypeAny, {
|
|
7480
7501
|
status: Status;
|
|
@@ -7527,9 +7548,9 @@ declare const MasterFuelCompanyQuerySchema: z.ZodObject<{
|
|
|
7527
7548
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7528
7549
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7529
7550
|
} & {
|
|
7551
|
+
fuel_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7530
7552
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7531
7553
|
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7532
|
-
fuel_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7533
7554
|
}, "strip", z.ZodTypeAny, {
|
|
7534
7555
|
status: Status[];
|
|
7535
7556
|
search: string;
|
|
@@ -7598,13 +7619,13 @@ declare const FuelCompanyLogoSchema: z.ZodObject<{
|
|
|
7598
7619
|
type FuelCompanyLogoDTO = z.infer<typeof FuelCompanyLogoSchema>;
|
|
7599
7620
|
declare const toMasterFuelCompanyPayload: (row: MasterFuelCompany) => MasterFuelCompanyDTO;
|
|
7600
7621
|
declare const newMasterFuelCompanyPayload: () => MasterFuelCompanyDTO;
|
|
7601
|
-
declare const
|
|
7622
|
+
declare const get_master_fuel_company_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
7623
|
+
declare const update_master_fuel_company_logo: (id: string, data: FuelCompanyLogoDTO) => Promise<SBR>;
|
|
7624
|
+
declare const delete_master_fuel_company_logo: (id: string) => Promise<SBR>;
|
|
7602
7625
|
declare const findMasterFuelCompanys: (data: MasterFuelCompanyQueryDTO) => Promise<FBR<MasterFuelCompany[]>>;
|
|
7603
7626
|
declare const createMasterFuelCompany: (data: MasterFuelCompanyDTO) => Promise<SBR>;
|
|
7604
7627
|
declare const updateMasterFuelCompany: (id: string, data: MasterFuelCompanyDTO) => Promise<SBR>;
|
|
7605
7628
|
declare const deleteMasterFuelCompany: (id: string) => Promise<SBR>;
|
|
7606
|
-
declare const updateFuelCompanyLogo: (id: string, data: FuelCompanyLogoDTO) => Promise<SBR>;
|
|
7607
|
-
declare const deleteSubCompanyLogo: (id: string) => Promise<SBR>;
|
|
7608
7629
|
declare const getMasterFuelCompanyCache: (organisation_id: string) => Promise<FBR<MasterFuelCompany[]>>;
|
|
7609
7630
|
|
|
7610
7631
|
interface FleetVendorFuelStation extends Record<string, unknown> {
|
|
@@ -8147,13 +8168,13 @@ declare const FleetVendorSchema: z.ZodObject<{
|
|
|
8147
8168
|
logo_key: string;
|
|
8148
8169
|
logo_url: string;
|
|
8149
8170
|
logo_name: string;
|
|
8171
|
+
organisation_name: string;
|
|
8150
8172
|
vendor_type_ids: string[];
|
|
8151
8173
|
vendor_tag_ids: string[];
|
|
8152
8174
|
vendor_name: string;
|
|
8153
8175
|
vendor_code: string;
|
|
8154
8176
|
business_mobile: string;
|
|
8155
8177
|
business_email: string;
|
|
8156
|
-
organisation_name: string;
|
|
8157
8178
|
gst_number: string;
|
|
8158
8179
|
pan_number: string;
|
|
8159
8180
|
tax_id_number: string;
|
|
@@ -8171,12 +8192,12 @@ declare const FleetVendorSchema: z.ZodObject<{
|
|
|
8171
8192
|
logo_key?: string | undefined;
|
|
8172
8193
|
logo_url?: string | undefined;
|
|
8173
8194
|
logo_name?: string | undefined;
|
|
8195
|
+
organisation_name?: string | undefined;
|
|
8174
8196
|
vendor_type_ids?: string[] | undefined;
|
|
8175
8197
|
vendor_tag_ids?: string[] | undefined;
|
|
8176
8198
|
vendor_code?: string | undefined;
|
|
8177
8199
|
business_mobile?: string | undefined;
|
|
8178
8200
|
business_email?: string | undefined;
|
|
8179
|
-
organisation_name?: string | undefined;
|
|
8180
8201
|
gst_number?: string | undefined;
|
|
8181
8202
|
pan_number?: string | undefined;
|
|
8182
8203
|
tax_id_number?: string | undefined;
|
|
@@ -8994,8 +9015,8 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
|
|
|
8994
9015
|
}, "strip", z.ZodTypeAny, {
|
|
8995
9016
|
status: Status;
|
|
8996
9017
|
organisation_id: string;
|
|
8997
|
-
time_zone_id: string;
|
|
8998
9018
|
user_id: string;
|
|
9019
|
+
time_zone_id: string;
|
|
8999
9020
|
document_type_id: string;
|
|
9000
9021
|
vendor_id: string;
|
|
9001
9022
|
document_name: string;
|
|
@@ -9020,8 +9041,8 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
|
|
|
9020
9041
|
}, {
|
|
9021
9042
|
status: Status;
|
|
9022
9043
|
organisation_id: string;
|
|
9023
|
-
time_zone_id: string;
|
|
9024
9044
|
user_id: string;
|
|
9045
|
+
time_zone_id: string;
|
|
9025
9046
|
document_type_id: string;
|
|
9026
9047
|
vendor_id: string;
|
|
9027
9048
|
document_name?: string | undefined;
|
|
@@ -9151,8 +9172,8 @@ declare const get_vendor_contact_person_logo_presigned_url: (fileName: string) =
|
|
|
9151
9172
|
declare const get_vendor_document_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
9152
9173
|
declare const update_vendor_logo: (id: string, data: FleetVendorLogoDTO) => Promise<SBR>;
|
|
9153
9174
|
declare const delete_vendor_logo: (id: string) => Promise<SBR>;
|
|
9154
|
-
declare const
|
|
9155
|
-
declare const
|
|
9175
|
+
declare const update_vendor_contact_person_logo: (id: string, data: FleetVendorContactPersonsLogoDTO) => Promise<SBR>;
|
|
9176
|
+
declare const delete_vendor_contact_person_logo: (id: string) => Promise<SBR>;
|
|
9156
9177
|
declare const create_vendor_document_file: (data: FleetVendorDocumentFileDTO) => Promise<SBR>;
|
|
9157
9178
|
declare const remove_vendor_document_file: (id: string) => Promise<SBR>;
|
|
9158
9179
|
declare const findFleetVendor: (data: FleetVendorQueryDTO) => Promise<FBR<FleetVendor[]>>;
|
|
@@ -9389,11 +9410,11 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
9389
9410
|
}, "strip", z.ZodTypeAny, {
|
|
9390
9411
|
status: Status;
|
|
9391
9412
|
organisation_id: string;
|
|
9392
|
-
|
|
9413
|
+
user_id: string;
|
|
9393
9414
|
time_zone_id: string;
|
|
9415
|
+
vehicle_id: string;
|
|
9394
9416
|
driver_id: string;
|
|
9395
9417
|
google_location: string;
|
|
9396
|
-
user_id: string;
|
|
9397
9418
|
device_id: string;
|
|
9398
9419
|
vehicle_fuel_type_id: string;
|
|
9399
9420
|
vehicle_fuel_unit_id: string;
|
|
@@ -9443,10 +9464,10 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
|
|
|
9443
9464
|
}, {
|
|
9444
9465
|
status: Status;
|
|
9445
9466
|
organisation_id: string;
|
|
9446
|
-
|
|
9467
|
+
user_id: string;
|
|
9447
9468
|
time_zone_id: string;
|
|
9469
|
+
vehicle_id: string;
|
|
9448
9470
|
driver_id: string;
|
|
9449
|
-
user_id: string;
|
|
9450
9471
|
device_id: string;
|
|
9451
9472
|
vehicle_fuel_type_id: string;
|
|
9452
9473
|
vehicle_fuel_unit_id: string;
|
|
@@ -9549,9 +9570,6 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
|
|
|
9549
9570
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
9550
9571
|
}, "strip", z.ZodTypeAny, {
|
|
9551
9572
|
status: Status[];
|
|
9552
|
-
from_date: string;
|
|
9553
|
-
to_date: string;
|
|
9554
|
-
vehicle_ids: string[];
|
|
9555
9573
|
search: string;
|
|
9556
9574
|
paging: PAGING;
|
|
9557
9575
|
page_count: number;
|
|
@@ -9573,8 +9591,11 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
|
|
|
9573
9591
|
date_format_id: string;
|
|
9574
9592
|
time_zone_id: string;
|
|
9575
9593
|
organisation_ids: string[];
|
|
9576
|
-
driver_ids: string[];
|
|
9577
9594
|
user_ids: string[];
|
|
9595
|
+
vehicle_ids: string[];
|
|
9596
|
+
driver_ids: string[];
|
|
9597
|
+
from_date: string;
|
|
9598
|
+
to_date: string;
|
|
9578
9599
|
payment_status: PaymentStatus[];
|
|
9579
9600
|
vendor_ids: string[];
|
|
9580
9601
|
fuel_station_ids: string[];
|
|
@@ -9590,12 +9611,11 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
|
|
|
9590
9611
|
vehicle_fuel_type_ids: string[];
|
|
9591
9612
|
vehicle_fuel_unit_ids: string[];
|
|
9592
9613
|
}, {
|
|
9593
|
-
from_date: string;
|
|
9594
|
-
to_date: string;
|
|
9595
9614
|
date_format_id: string;
|
|
9596
9615
|
time_zone_id: string;
|
|
9616
|
+
from_date: string;
|
|
9617
|
+
to_date: string;
|
|
9597
9618
|
status?: Status[] | undefined;
|
|
9598
|
-
vehicle_ids?: string[] | undefined;
|
|
9599
9619
|
search?: string | undefined;
|
|
9600
9620
|
paging?: PAGING | undefined;
|
|
9601
9621
|
page_count?: unknown;
|
|
@@ -9615,8 +9635,9 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
|
|
|
9615
9635
|
}[] | undefined;
|
|
9616
9636
|
include_master_data?: YesNo | undefined;
|
|
9617
9637
|
organisation_ids?: string[] | undefined;
|
|
9618
|
-
driver_ids?: string[] | undefined;
|
|
9619
9638
|
user_ids?: string[] | undefined;
|
|
9639
|
+
vehicle_ids?: string[] | undefined;
|
|
9640
|
+
driver_ids?: string[] | undefined;
|
|
9620
9641
|
payment_status?: PaymentStatus[] | undefined;
|
|
9621
9642
|
vendor_ids?: string[] | undefined;
|
|
9622
9643
|
fuel_station_ids?: string[] | undefined;
|
|
@@ -9652,6 +9673,7 @@ interface MasterVehicleFuelRemovalReason extends Record<string, unknown> {
|
|
|
9652
9673
|
modified_date_time: string;
|
|
9653
9674
|
organisation_id: string;
|
|
9654
9675
|
UserOrganisation?: UserOrganisation;
|
|
9676
|
+
organisation_name?: string;
|
|
9655
9677
|
}
|
|
9656
9678
|
declare const MasterVehicleFuelRemovalReasonSchema: z.ZodObject<{
|
|
9657
9679
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -9701,8 +9723,8 @@ declare const MasterVehicleFuelRemovalReasonQuerySchema: z.ZodObject<{
|
|
|
9701
9723
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
9702
9724
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
9703
9725
|
} & {
|
|
9704
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9705
9726
|
fuel_removal_reason_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9727
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9706
9728
|
}, "strip", z.ZodTypeAny, {
|
|
9707
9729
|
status: Status[];
|
|
9708
9730
|
search: string;
|
|
@@ -9938,11 +9960,11 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9938
9960
|
}, "strip", z.ZodTypeAny, {
|
|
9939
9961
|
status: Status;
|
|
9940
9962
|
organisation_id: string;
|
|
9941
|
-
|
|
9963
|
+
user_id: string;
|
|
9942
9964
|
time_zone_id: string;
|
|
9965
|
+
vehicle_id: string;
|
|
9943
9966
|
driver_id: string;
|
|
9944
9967
|
google_location: string;
|
|
9945
|
-
user_id: string;
|
|
9946
9968
|
device_id: string;
|
|
9947
9969
|
vehicle_fuel_type_id: string;
|
|
9948
9970
|
vehicle_fuel_unit_id: string;
|
|
@@ -9980,10 +10002,10 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
9980
10002
|
}, {
|
|
9981
10003
|
status: Status;
|
|
9982
10004
|
organisation_id: string;
|
|
9983
|
-
|
|
10005
|
+
user_id: string;
|
|
9984
10006
|
time_zone_id: string;
|
|
10007
|
+
vehicle_id: string;
|
|
9985
10008
|
driver_id: string;
|
|
9986
|
-
user_id: string;
|
|
9987
10009
|
device_id: string;
|
|
9988
10010
|
vehicle_fuel_type_id: string;
|
|
9989
10011
|
vehicle_fuel_unit_id: string;
|
|
@@ -10068,9 +10090,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
10068
10090
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
10069
10091
|
}, "strip", z.ZodTypeAny, {
|
|
10070
10092
|
status: Status[];
|
|
10071
|
-
from_date: string;
|
|
10072
|
-
to_date: string;
|
|
10073
|
-
vehicle_ids: string[];
|
|
10074
10093
|
search: string;
|
|
10075
10094
|
paging: PAGING;
|
|
10076
10095
|
page_count: number;
|
|
@@ -10092,8 +10111,11 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
10092
10111
|
date_format_id: string;
|
|
10093
10112
|
time_zone_id: string;
|
|
10094
10113
|
organisation_ids: string[];
|
|
10095
|
-
driver_ids: string[];
|
|
10096
10114
|
user_ids: string[];
|
|
10115
|
+
vehicle_ids: string[];
|
|
10116
|
+
driver_ids: string[];
|
|
10117
|
+
from_date: string;
|
|
10118
|
+
to_date: string;
|
|
10097
10119
|
admin_verify_status: GPSFuelApproveStatus[];
|
|
10098
10120
|
transporter_verify_status: GPSFuelApproveStatus[];
|
|
10099
10121
|
entry_source: RefillEntrySource[];
|
|
@@ -10103,12 +10125,11 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
10103
10125
|
fuel_removal_reason_ids: string[];
|
|
10104
10126
|
fleet_fuel_removal_ids: string[];
|
|
10105
10127
|
}, {
|
|
10106
|
-
from_date: string;
|
|
10107
|
-
to_date: string;
|
|
10108
10128
|
date_format_id: string;
|
|
10109
10129
|
time_zone_id: string;
|
|
10130
|
+
from_date: string;
|
|
10131
|
+
to_date: string;
|
|
10110
10132
|
status?: Status[] | undefined;
|
|
10111
|
-
vehicle_ids?: string[] | undefined;
|
|
10112
10133
|
search?: string | undefined;
|
|
10113
10134
|
paging?: PAGING | undefined;
|
|
10114
10135
|
page_count?: unknown;
|
|
@@ -10128,8 +10149,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
10128
10149
|
}[] | undefined;
|
|
10129
10150
|
include_master_data?: YesNo | undefined;
|
|
10130
10151
|
organisation_ids?: string[] | undefined;
|
|
10131
|
-
driver_ids?: string[] | undefined;
|
|
10132
10152
|
user_ids?: string[] | undefined;
|
|
10153
|
+
vehicle_ids?: string[] | undefined;
|
|
10154
|
+
driver_ids?: string[] | undefined;
|
|
10133
10155
|
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
10134
10156
|
transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
10135
10157
|
entry_source?: RefillEntrySource[] | undefined;
|
|
@@ -10276,15 +10298,15 @@ declare const UserSchema: z.ZodObject<{
|
|
|
10276
10298
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
10277
10299
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
10278
10300
|
}, "strip", z.ZodTypeAny, {
|
|
10279
|
-
all_vehicles: YesNo;
|
|
10280
10301
|
status: Status;
|
|
10281
10302
|
organisation_id: string;
|
|
10282
|
-
vehicle_ids: string[];
|
|
10283
10303
|
date_format_id: string;
|
|
10284
10304
|
time_zone_id: string;
|
|
10285
10305
|
user_role_id: string;
|
|
10286
10306
|
user_status_id: string;
|
|
10287
10307
|
language_id: string;
|
|
10308
|
+
vehicle_ids: string[];
|
|
10309
|
+
all_vehicles: YesNo;
|
|
10288
10310
|
email: string;
|
|
10289
10311
|
password: string;
|
|
10290
10312
|
mobile: string;
|
|
@@ -10297,7 +10319,6 @@ declare const UserSchema: z.ZodObject<{
|
|
|
10297
10319
|
user_image_key: string;
|
|
10298
10320
|
user_image_name: string;
|
|
10299
10321
|
}, {
|
|
10300
|
-
all_vehicles: YesNo;
|
|
10301
10322
|
status: Status;
|
|
10302
10323
|
organisation_id: string;
|
|
10303
10324
|
date_format_id: string;
|
|
@@ -10305,6 +10326,7 @@ declare const UserSchema: z.ZodObject<{
|
|
|
10305
10326
|
user_role_id: string;
|
|
10306
10327
|
user_status_id: string;
|
|
10307
10328
|
language_id: string;
|
|
10329
|
+
all_vehicles: YesNo;
|
|
10308
10330
|
email: string;
|
|
10309
10331
|
first_name: string;
|
|
10310
10332
|
can_login: YesNo;
|
|
@@ -10361,7 +10383,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
10361
10383
|
is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
10362
10384
|
all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
10363
10385
|
}, "strip", z.ZodTypeAny, {
|
|
10364
|
-
all_vehicles: YesNo[];
|
|
10365
10386
|
status: Status[];
|
|
10366
10387
|
search: string;
|
|
10367
10388
|
paging: PAGING;
|
|
@@ -10384,18 +10405,18 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
10384
10405
|
date_format_id: string;
|
|
10385
10406
|
time_zone_id: string;
|
|
10386
10407
|
organisation_ids: string[];
|
|
10408
|
+
user_ids: string[];
|
|
10387
10409
|
user_role_ids: string[];
|
|
10388
10410
|
user_status_ids: string[];
|
|
10389
10411
|
language_ids: string[];
|
|
10390
10412
|
date_format_ids: string[];
|
|
10391
|
-
|
|
10413
|
+
all_vehicles: YesNo[];
|
|
10392
10414
|
can_login: YesNo[];
|
|
10393
10415
|
is_root_user: YesNo[];
|
|
10394
10416
|
time_zone_ids: string[];
|
|
10395
10417
|
}, {
|
|
10396
10418
|
date_format_id: string;
|
|
10397
10419
|
time_zone_id: string;
|
|
10398
|
-
all_vehicles?: YesNo[] | undefined;
|
|
10399
10420
|
status?: Status[] | undefined;
|
|
10400
10421
|
search?: string | undefined;
|
|
10401
10422
|
paging?: PAGING | undefined;
|
|
@@ -10416,11 +10437,12 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
10416
10437
|
}[] | undefined;
|
|
10417
10438
|
include_master_data?: YesNo | undefined;
|
|
10418
10439
|
organisation_ids?: string[] | undefined;
|
|
10440
|
+
user_ids?: string[] | undefined;
|
|
10419
10441
|
user_role_ids?: string[] | undefined;
|
|
10420
10442
|
user_status_ids?: string[] | undefined;
|
|
10421
10443
|
language_ids?: string[] | undefined;
|
|
10422
10444
|
date_format_ids?: string[] | undefined;
|
|
10423
|
-
|
|
10445
|
+
all_vehicles?: YesNo[] | undefined;
|
|
10424
10446
|
can_login?: YesNo[] | undefined;
|
|
10425
10447
|
is_root_user?: YesNo[] | undefined;
|
|
10426
10448
|
time_zone_ids?: string[] | undefined;
|
|
@@ -10496,13 +10518,13 @@ type UserDefaultDateFormatDTO = z.infer<typeof UserDefaultDateFormatSchema>;
|
|
|
10496
10518
|
declare const toUserPayload: (row: User) => UserDTO;
|
|
10497
10519
|
declare const toUserProfilePayload: (data: User) => UserProfileDTO;
|
|
10498
10520
|
declare const newUserPayload: () => UserDTO;
|
|
10499
|
-
declare const
|
|
10521
|
+
declare const get_user_image_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
10522
|
+
declare const update_user_image: (id: string, data: UserLogoDTO) => Promise<SBR>;
|
|
10523
|
+
declare const delete_user_image: (id: string) => Promise<SBR>;
|
|
10500
10524
|
declare const findUser: (data: UserQueryDTO) => Promise<FBR<User[]>>;
|
|
10501
10525
|
declare const createUser: (data: UserDTO) => Promise<SBR>;
|
|
10502
10526
|
declare const updateUser: (id: string, data: UserDTO) => Promise<SBR>;
|
|
10503
10527
|
declare const deleteUser: (id: string) => Promise<SBR>;
|
|
10504
|
-
declare const updateUserLogo: (id: string, data: UserLogoDTO) => Promise<SBR>;
|
|
10505
|
-
declare const deleteUserLogo: (id: string) => Promise<SBR>;
|
|
10506
10528
|
declare const updateUserProfile: (id: string, data: UserProfileDTO) => Promise<SBR>;
|
|
10507
10529
|
declare const getUserCache: (organisation_id: string) => Promise<FBR<User[]>>;
|
|
10508
10530
|
declare const getUserCacheSimple: (organisation_id: string) => Promise<FBR<User[]>>;
|
|
@@ -10565,10 +10587,10 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
|
|
|
10565
10587
|
}, "strip", z.ZodTypeAny, {
|
|
10566
10588
|
status: Status;
|
|
10567
10589
|
organisation_id: string;
|
|
10568
|
-
|
|
10590
|
+
user_id: string;
|
|
10569
10591
|
date: string;
|
|
10592
|
+
vehicle_id: string;
|
|
10570
10593
|
driver_id: string;
|
|
10571
|
-
user_id: string;
|
|
10572
10594
|
device_id: string;
|
|
10573
10595
|
total_km: number;
|
|
10574
10596
|
consumed_fuel_liters: number;
|
|
@@ -10583,10 +10605,10 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
|
|
|
10583
10605
|
}, {
|
|
10584
10606
|
status: Status;
|
|
10585
10607
|
organisation_id: string;
|
|
10586
|
-
|
|
10608
|
+
user_id: string;
|
|
10587
10609
|
date: string;
|
|
10610
|
+
vehicle_id: string;
|
|
10588
10611
|
driver_id: string;
|
|
10589
|
-
user_id: string;
|
|
10590
10612
|
device_id: string;
|
|
10591
10613
|
total_km?: unknown;
|
|
10592
10614
|
consumed_fuel_liters?: unknown;
|
|
@@ -10643,9 +10665,6 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
|
|
|
10643
10665
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
10644
10666
|
}, "strip", z.ZodTypeAny, {
|
|
10645
10667
|
status: Status[];
|
|
10646
|
-
from_date: string;
|
|
10647
|
-
to_date: string;
|
|
10648
|
-
vehicle_ids: string[];
|
|
10649
10668
|
search: string;
|
|
10650
10669
|
paging: PAGING;
|
|
10651
10670
|
page_count: number;
|
|
@@ -10667,19 +10686,21 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
|
|
|
10667
10686
|
date_format_id: string;
|
|
10668
10687
|
time_zone_id: string;
|
|
10669
10688
|
organisation_ids: string[];
|
|
10670
|
-
driver_ids: string[];
|
|
10671
10689
|
user_ids: string[];
|
|
10690
|
+
vehicle_ids: string[];
|
|
10691
|
+
driver_ids: string[];
|
|
10692
|
+
from_date: string;
|
|
10693
|
+
to_date: string;
|
|
10672
10694
|
device_ids: string[];
|
|
10673
10695
|
fleet_fuel_daily_summary_ids: string[];
|
|
10674
10696
|
vehicle_summary: YesNo;
|
|
10675
10697
|
day_summary: YesNo;
|
|
10676
10698
|
}, {
|
|
10677
|
-
from_date: string;
|
|
10678
|
-
to_date: string;
|
|
10679
10699
|
date_format_id: string;
|
|
10680
10700
|
time_zone_id: string;
|
|
10701
|
+
from_date: string;
|
|
10702
|
+
to_date: string;
|
|
10681
10703
|
status?: Status[] | undefined;
|
|
10682
|
-
vehicle_ids?: string[] | undefined;
|
|
10683
10704
|
search?: string | undefined;
|
|
10684
10705
|
paging?: PAGING | undefined;
|
|
10685
10706
|
page_count?: unknown;
|
|
@@ -10699,8 +10720,9 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
|
|
|
10699
10720
|
}[] | undefined;
|
|
10700
10721
|
include_master_data?: YesNo | undefined;
|
|
10701
10722
|
organisation_ids?: string[] | undefined;
|
|
10702
|
-
driver_ids?: string[] | undefined;
|
|
10703
10723
|
user_ids?: string[] | undefined;
|
|
10724
|
+
vehicle_ids?: string[] | undefined;
|
|
10725
|
+
driver_ids?: string[] | undefined;
|
|
10704
10726
|
device_ids?: string[] | undefined;
|
|
10705
10727
|
fleet_fuel_daily_summary_ids?: string[] | undefined;
|
|
10706
10728
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -10744,9 +10766,6 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
|
|
|
10744
10766
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
10745
10767
|
}, "strip", z.ZodTypeAny, {
|
|
10746
10768
|
status: Status[];
|
|
10747
|
-
from_date: string;
|
|
10748
|
-
to_date: string;
|
|
10749
|
-
vehicle_ids: string[];
|
|
10750
10769
|
search: string;
|
|
10751
10770
|
paging: PAGING;
|
|
10752
10771
|
page_count: number;
|
|
@@ -10768,13 +10787,15 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
|
|
|
10768
10787
|
date_format_id: string;
|
|
10769
10788
|
time_zone_id: string;
|
|
10770
10789
|
organisation_ids: string[];
|
|
10771
|
-
|
|
10790
|
+
vehicle_ids: string[];
|
|
10772
10791
|
from_date: string;
|
|
10773
10792
|
to_date: string;
|
|
10793
|
+
}, {
|
|
10774
10794
|
date_format_id: string;
|
|
10775
10795
|
time_zone_id: string;
|
|
10796
|
+
from_date: string;
|
|
10797
|
+
to_date: string;
|
|
10776
10798
|
status?: Status[] | undefined;
|
|
10777
|
-
vehicle_ids?: string[] | undefined;
|
|
10778
10799
|
search?: string | undefined;
|
|
10779
10800
|
paging?: PAGING | undefined;
|
|
10780
10801
|
page_count?: unknown;
|
|
@@ -10794,6 +10815,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
|
|
|
10794
10815
|
}[] | undefined;
|
|
10795
10816
|
include_master_data?: YesNo | undefined;
|
|
10796
10817
|
organisation_ids?: string[] | undefined;
|
|
10818
|
+
vehicle_ids?: string[] | undefined;
|
|
10797
10819
|
}>;
|
|
10798
10820
|
type FleetFuelDailySummaryDashBoardQueryDTO = z.infer<typeof FleetFuelDailySummaryDashBoardQuerySchema>;
|
|
10799
10821
|
declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
|
|
@@ -10833,9 +10855,6 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
|
|
|
10833
10855
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
10834
10856
|
}, "strip", z.ZodTypeAny, {
|
|
10835
10857
|
status: Status[];
|
|
10836
|
-
from_date: string;
|
|
10837
|
-
to_date: string;
|
|
10838
|
-
vehicle_ids: string[];
|
|
10839
10858
|
search: string;
|
|
10840
10859
|
paging: PAGING;
|
|
10841
10860
|
page_count: number;
|
|
@@ -10857,13 +10876,15 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
|
|
|
10857
10876
|
date_format_id: string;
|
|
10858
10877
|
time_zone_id: string;
|
|
10859
10878
|
organisation_ids: string[];
|
|
10860
|
-
|
|
10879
|
+
vehicle_ids: string[];
|
|
10861
10880
|
from_date: string;
|
|
10862
10881
|
to_date: string;
|
|
10882
|
+
}, {
|
|
10863
10883
|
date_format_id: string;
|
|
10864
10884
|
time_zone_id: string;
|
|
10885
|
+
from_date: string;
|
|
10886
|
+
to_date: string;
|
|
10865
10887
|
status?: Status[] | undefined;
|
|
10866
|
-
vehicle_ids?: string[] | undefined;
|
|
10867
10888
|
search?: string | undefined;
|
|
10868
10889
|
paging?: PAGING | undefined;
|
|
10869
10890
|
page_count?: unknown;
|
|
@@ -10883,6 +10904,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
|
|
|
10883
10904
|
}[] | undefined;
|
|
10884
10905
|
include_master_data?: YesNo | undefined;
|
|
10885
10906
|
organisation_ids?: string[] | undefined;
|
|
10907
|
+
vehicle_ids?: string[] | undefined;
|
|
10886
10908
|
}>;
|
|
10887
10909
|
type FleetFuelDailyMonthlySummaryQueryDTO = z.infer<typeof FleetFuelDailyMonthlySummaryQuerySchema>;
|
|
10888
10910
|
declare const AllVehiclesFuelDailySummaryQuerySchema: z.ZodObject<{
|
|
@@ -11242,7 +11264,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
11242
11264
|
is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
11243
11265
|
}, "strip", z.ZodTypeAny, {
|
|
11244
11266
|
status: Status[];
|
|
11245
|
-
vehicle_ids: string[];
|
|
11246
11267
|
search: string;
|
|
11247
11268
|
paging: PAGING;
|
|
11248
11269
|
page_count: number;
|
|
@@ -11268,6 +11289,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
11268
11289
|
organisation_branch_ids: string[];
|
|
11269
11290
|
organisation_color_ids: string[];
|
|
11270
11291
|
organisation_tag_ids: string[];
|
|
11292
|
+
vehicle_ids: string[];
|
|
11271
11293
|
driver_ids: string[];
|
|
11272
11294
|
can_login: YesNo[];
|
|
11273
11295
|
driver_type: DriverType[];
|
|
@@ -11276,7 +11298,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
11276
11298
|
date_format_id: string;
|
|
11277
11299
|
time_zone_id: string;
|
|
11278
11300
|
status?: Status[] | undefined;
|
|
11279
|
-
vehicle_ids?: string[] | undefined;
|
|
11280
11301
|
search?: string | undefined;
|
|
11281
11302
|
paging?: PAGING | undefined;
|
|
11282
11303
|
page_count?: unknown;
|
|
@@ -11300,6 +11321,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
11300
11321
|
organisation_branch_ids?: string[] | undefined;
|
|
11301
11322
|
organisation_color_ids?: string[] | undefined;
|
|
11302
11323
|
organisation_tag_ids?: string[] | undefined;
|
|
11324
|
+
vehicle_ids?: string[] | undefined;
|
|
11303
11325
|
driver_ids?: string[] | undefined;
|
|
11304
11326
|
can_login?: YesNo[] | undefined;
|
|
11305
11327
|
driver_type?: DriverType[] | undefined;
|
|
@@ -11425,10 +11447,12 @@ type MasterDriverProfileDTO = z.infer<typeof MasterDriverProfileSchema>;
|
|
|
11425
11447
|
declare const toDriverPayload: (row: MasterDriver) => MasterDriverDTO;
|
|
11426
11448
|
declare const toDriverProfilePayload: (row: MasterDriver) => MasterDriverProfileDTO;
|
|
11427
11449
|
declare const newDriverPayload: () => MasterDriverDTO;
|
|
11428
|
-
declare const
|
|
11429
|
-
declare const
|
|
11430
|
-
declare const
|
|
11431
|
-
declare const
|
|
11450
|
+
declare const get_master_driver_logo_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
11451
|
+
declare const get_master_driver_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
11452
|
+
declare const update_master_driver_logo: (id: string, data: MasterDriverLogoDTO) => Promise<SBR>;
|
|
11453
|
+
declare const delete_master_driver_logo: (id: string) => Promise<SBR>;
|
|
11454
|
+
declare const create_master_driver_file: (data: MasterDriverFileDTO) => Promise<SBR>;
|
|
11455
|
+
declare const remove_master_driver_file: (id: string) => Promise<SBR>;
|
|
11432
11456
|
declare const findMasterDriver: (data: MasterDriverQueryDTO) => Promise<FBR<MasterDriver[]>>;
|
|
11433
11457
|
declare const createMasterDriver: (data: MasterDriverDTO) => Promise<SBR>;
|
|
11434
11458
|
declare const updateMasterDriver: (id: string, data: MasterDriverDTO) => Promise<SBR>;
|
|
@@ -11446,7 +11470,7 @@ interface OrganisationGroup extends Record<string, unknown> {
|
|
|
11446
11470
|
status: Status;
|
|
11447
11471
|
added_date_time: string;
|
|
11448
11472
|
modified_date_time: string;
|
|
11449
|
-
organisation_id
|
|
11473
|
+
organisation_id: string;
|
|
11450
11474
|
UserOrganisation?: UserOrganisation;
|
|
11451
11475
|
VehicleOrganisationGroupLink?: VehicleOrganisationGroupLink[];
|
|
11452
11476
|
_count?: {
|
|
@@ -11468,22 +11492,22 @@ interface VehicleOrganisationGroupLink extends Record<string, unknown> {
|
|
|
11468
11492
|
}
|
|
11469
11493
|
declare const OrganisationGroupSchema: z.ZodObject<{
|
|
11470
11494
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11495
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11471
11496
|
group_name: z.ZodEffects<z.ZodString, string, string>;
|
|
11472
11497
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11473
|
-
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11474
11498
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
11475
11499
|
}, "strip", z.ZodTypeAny, {
|
|
11500
|
+
group_name: string;
|
|
11476
11501
|
status: Status;
|
|
11477
11502
|
organisation_id: string;
|
|
11478
|
-
vehicle_ids: string[];
|
|
11479
11503
|
description: string;
|
|
11480
|
-
|
|
11504
|
+
vehicle_ids: string[];
|
|
11481
11505
|
}, {
|
|
11506
|
+
group_name: string;
|
|
11482
11507
|
status: Status;
|
|
11483
11508
|
organisation_id: string;
|
|
11484
|
-
group_name: string;
|
|
11485
|
-
vehicle_ids?: string[] | undefined;
|
|
11486
11509
|
description?: string | undefined;
|
|
11510
|
+
vehicle_ids?: string[] | undefined;
|
|
11487
11511
|
}>;
|
|
11488
11512
|
type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
|
|
11489
11513
|
declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
@@ -11517,12 +11541,11 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
11517
11541
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11518
11542
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11519
11543
|
} & {
|
|
11520
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11521
11544
|
organisation_group_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11545
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11522
11546
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11523
11547
|
}, "strip", z.ZodTypeAny, {
|
|
11524
11548
|
status: Status[];
|
|
11525
|
-
vehicle_ids: string[];
|
|
11526
11549
|
search: string;
|
|
11527
11550
|
paging: PAGING;
|
|
11528
11551
|
page_count: number;
|
|
@@ -11544,12 +11567,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
11544
11567
|
date_format_id: string;
|
|
11545
11568
|
time_zone_id: string;
|
|
11546
11569
|
organisation_ids: string[];
|
|
11570
|
+
vehicle_ids: string[];
|
|
11547
11571
|
organisation_group_ids: string[];
|
|
11548
11572
|
}, {
|
|
11549
11573
|
date_format_id: string;
|
|
11550
11574
|
time_zone_id: string;
|
|
11551
11575
|
status?: Status[] | undefined;
|
|
11552
|
-
vehicle_ids?: string[] | undefined;
|
|
11553
11576
|
search?: string | undefined;
|
|
11554
11577
|
paging?: PAGING | undefined;
|
|
11555
11578
|
page_count?: unknown;
|
|
@@ -11569,6 +11592,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
11569
11592
|
}[] | undefined;
|
|
11570
11593
|
include_master_data?: YesNo | undefined;
|
|
11571
11594
|
organisation_ids?: string[] | undefined;
|
|
11595
|
+
vehicle_ids?: string[] | undefined;
|
|
11572
11596
|
organisation_group_ids?: string[] | undefined;
|
|
11573
11597
|
}>;
|
|
11574
11598
|
type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
|
|
@@ -11582,34 +11606,51 @@ declare const getOrganisationGroupCache: (organisation_id: string) => Promise<FB
|
|
|
11582
11606
|
declare const getOrganisationGroupCacheCount: (organisation_id: string) => Promise<FBR<OrganisationGroup[]>>;
|
|
11583
11607
|
declare const getOrganisationGroupCacheChild: (organisation_id: string) => Promise<FBR<OrganisationGroup[]>>;
|
|
11584
11608
|
|
|
11585
|
-
interface
|
|
11586
|
-
|
|
11587
|
-
|
|
11609
|
+
interface MasterVehicleSubModel extends Record<string, unknown> {
|
|
11610
|
+
vehicle_sub_model_id: string;
|
|
11611
|
+
vehicle_sub_model: string;
|
|
11588
11612
|
description?: string;
|
|
11589
11613
|
status: Status;
|
|
11590
11614
|
added_date_time: string;
|
|
11591
11615
|
modified_date_time: string;
|
|
11592
11616
|
organisation_id: string;
|
|
11593
11617
|
UserOrganisation?: UserOrganisation;
|
|
11618
|
+
organisation_name?: string;
|
|
11619
|
+
vehicle_make_id?: string;
|
|
11620
|
+
MasterVehicleMake?: MasterVehicleMake;
|
|
11621
|
+
vehicle_make?: string;
|
|
11622
|
+
vehicle_model_id: string;
|
|
11623
|
+
MasterVehicleModel?: MasterVehicleModel;
|
|
11624
|
+
vehicle_model?: string;
|
|
11625
|
+
MasterVehicle?: MasterVehicle[];
|
|
11626
|
+
_count?: {
|
|
11627
|
+
MasterVehicle?: number;
|
|
11628
|
+
};
|
|
11594
11629
|
}
|
|
11595
|
-
declare const
|
|
11630
|
+
declare const MasterVehicleSubModelSchema: z.ZodObject<{
|
|
11596
11631
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11597
|
-
|
|
11632
|
+
vehicle_make_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11633
|
+
vehicle_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11634
|
+
vehicle_sub_model: z.ZodEffects<z.ZodString, string, string>;
|
|
11598
11635
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11599
11636
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
11600
11637
|
}, "strip", z.ZodTypeAny, {
|
|
11601
11638
|
status: Status;
|
|
11602
11639
|
organisation_id: string;
|
|
11603
11640
|
description: string;
|
|
11604
|
-
|
|
11641
|
+
vehicle_sub_model: string;
|
|
11642
|
+
vehicle_make_id: string;
|
|
11643
|
+
vehicle_model_id: string;
|
|
11605
11644
|
}, {
|
|
11606
11645
|
status: Status;
|
|
11607
11646
|
organisation_id: string;
|
|
11608
|
-
|
|
11647
|
+
vehicle_sub_model: string;
|
|
11648
|
+
vehicle_make_id: string;
|
|
11649
|
+
vehicle_model_id: string;
|
|
11609
11650
|
description?: string | undefined;
|
|
11610
11651
|
}>;
|
|
11611
|
-
type
|
|
11612
|
-
declare const
|
|
11652
|
+
type MasterVehicleSubModelDTO = z.infer<typeof MasterVehicleSubModelSchema>;
|
|
11653
|
+
declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
11613
11654
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11614
11655
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
11615
11656
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -11640,8 +11681,10 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
11640
11681
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11641
11682
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11642
11683
|
} & {
|
|
11684
|
+
vehicle_sub_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11643
11685
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11644
11686
|
vehicle_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11687
|
+
vehicle_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11645
11688
|
}, "strip", z.ZodTypeAny, {
|
|
11646
11689
|
status: Status[];
|
|
11647
11690
|
search: string;
|
|
@@ -11665,7 +11708,9 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
11665
11708
|
date_format_id: string;
|
|
11666
11709
|
time_zone_id: string;
|
|
11667
11710
|
organisation_ids: string[];
|
|
11711
|
+
vehicle_sub_model_ids: string[];
|
|
11668
11712
|
vehicle_make_ids: string[];
|
|
11713
|
+
vehicle_model_ids: string[];
|
|
11669
11714
|
}, {
|
|
11670
11715
|
date_format_id: string;
|
|
11671
11716
|
time_zone_id: string;
|
|
@@ -11689,18 +11734,28 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
11689
11734
|
}[] | undefined;
|
|
11690
11735
|
include_master_data?: YesNo | undefined;
|
|
11691
11736
|
organisation_ids?: string[] | undefined;
|
|
11737
|
+
vehicle_sub_model_ids?: string[] | undefined;
|
|
11692
11738
|
vehicle_make_ids?: string[] | undefined;
|
|
11739
|
+
vehicle_model_ids?: string[] | undefined;
|
|
11693
11740
|
}>;
|
|
11694
|
-
type
|
|
11695
|
-
declare const
|
|
11696
|
-
|
|
11697
|
-
|
|
11698
|
-
|
|
11699
|
-
|
|
11700
|
-
|
|
11701
|
-
|
|
11702
|
-
|
|
11703
|
-
declare const
|
|
11741
|
+
type MasterVehicleSubModelQueryDTO = z.infer<typeof MasterVehicleSubModelQuerySchema>;
|
|
11742
|
+
declare const FindCacheSchema$5: z.ZodObject<{
|
|
11743
|
+
vehicle_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11744
|
+
}, "strip", z.ZodTypeAny, {
|
|
11745
|
+
vehicle_model_id: string;
|
|
11746
|
+
}, {
|
|
11747
|
+
vehicle_model_id: string;
|
|
11748
|
+
}>;
|
|
11749
|
+
type FindCacheDTO$5 = z.infer<typeof FindCacheSchema$5>;
|
|
11750
|
+
declare const toMasterVehicleSubModelPayload: (row: MasterVehicleSubModel) => MasterVehicleSubModelDTO;
|
|
11751
|
+
declare const newMasterVehicleSubModelPayload: () => MasterVehicleSubModelDTO;
|
|
11752
|
+
declare const findMasterVehicleSubModels: (data: MasterVehicleSubModelQueryDTO) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
11753
|
+
declare const createMasterVehicleSubModel: (data: MasterVehicleSubModelDTO) => Promise<SBR>;
|
|
11754
|
+
declare const updateMasterVehicleSubModel: (id: string, data: MasterVehicleSubModelDTO) => Promise<SBR>;
|
|
11755
|
+
declare const deleteMasterVehicleSubModel: (id: string) => Promise<SBR>;
|
|
11756
|
+
declare const getMasterVehicleSubModelCache: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
11757
|
+
declare const getMasterVehicleSubModelCacheCount: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
11758
|
+
declare const getMasterVehicleSubModelCacheChild: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
11704
11759
|
|
|
11705
11760
|
interface MasterVehicleModel extends Record<string, unknown> {
|
|
11706
11761
|
vehicle_model_id: string;
|
|
@@ -11711,9 +11766,16 @@ interface MasterVehicleModel extends Record<string, unknown> {
|
|
|
11711
11766
|
modified_date_time: string;
|
|
11712
11767
|
organisation_id: string;
|
|
11713
11768
|
UserOrganisation?: UserOrganisation;
|
|
11769
|
+
organisation_name?: string;
|
|
11714
11770
|
vehicle_make_id: string;
|
|
11715
11771
|
MasterVehicleMake: MasterVehicleMake;
|
|
11716
11772
|
vehicle_make?: string;
|
|
11773
|
+
MasterVehicleSubModel?: MasterVehicleSubModel[];
|
|
11774
|
+
MasterVehicle?: MasterVehicle[];
|
|
11775
|
+
_count?: {
|
|
11776
|
+
MasterVehicleSubModel?: number;
|
|
11777
|
+
MasterVehicle?: number;
|
|
11778
|
+
};
|
|
11717
11779
|
}
|
|
11718
11780
|
declare const MasterVehicleModelSchema: z.ZodObject<{
|
|
11719
11781
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -11766,9 +11828,9 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
|
|
|
11766
11828
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11767
11829
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11768
11830
|
} & {
|
|
11831
|
+
vehicle_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11769
11832
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11770
11833
|
vehicle_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11771
|
-
vehicle_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11772
11834
|
}, "strip", z.ZodTypeAny, {
|
|
11773
11835
|
status: Status[];
|
|
11774
11836
|
search: string;
|
|
@@ -11821,14 +11883,14 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
|
|
|
11821
11883
|
vehicle_model_ids?: string[] | undefined;
|
|
11822
11884
|
}>;
|
|
11823
11885
|
type MasterVehicleModelQueryDTO = z.infer<typeof MasterVehicleModelQuerySchema>;
|
|
11824
|
-
declare const FindCacheSchema$
|
|
11886
|
+
declare const FindCacheSchema$4: z.ZodObject<{
|
|
11825
11887
|
vehicle_make_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11826
11888
|
}, "strip", z.ZodTypeAny, {
|
|
11827
11889
|
vehicle_make_id: string;
|
|
11828
11890
|
}, {
|
|
11829
11891
|
vehicle_make_id: string;
|
|
11830
11892
|
}>;
|
|
11831
|
-
type FindCacheDTO$
|
|
11893
|
+
type FindCacheDTO$4 = z.infer<typeof FindCacheSchema$4>;
|
|
11832
11894
|
declare const toMasterVehicleModelPayload: (row: MasterVehicleModel) => MasterVehicleModelDTO;
|
|
11833
11895
|
declare const newMasterVehicleModelPayload: () => MasterVehicleModelDTO;
|
|
11834
11896
|
declare const findMasterVehicleModels: (data: MasterVehicleModelQueryDTO) => Promise<FBR<MasterVehicleModel[]>>;
|
|
@@ -11839,46 +11901,43 @@ declare const getMasterVehicleModelCache: (organisation_id: string, vehicle_make
|
|
|
11839
11901
|
declare const getMasterVehicleModelCacheCount: (organisation_id: string, vehicle_make_id?: string) => Promise<FBR<MasterVehicleModel[]>>;
|
|
11840
11902
|
declare const getMasterVehicleModelCacheChild: (organisation_id: string, vehicle_make_id?: string) => Promise<FBR<MasterVehicleModel[]>>;
|
|
11841
11903
|
|
|
11842
|
-
interface
|
|
11843
|
-
|
|
11844
|
-
|
|
11904
|
+
interface MasterVehicleMake extends Record<string, unknown> {
|
|
11905
|
+
vehicle_make_id: string;
|
|
11906
|
+
vehicle_make: string;
|
|
11845
11907
|
description?: string;
|
|
11846
11908
|
status: Status;
|
|
11847
11909
|
added_date_time: string;
|
|
11848
11910
|
modified_date_time: string;
|
|
11849
11911
|
organisation_id: string;
|
|
11850
11912
|
UserOrganisation?: UserOrganisation;
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
|
|
11854
|
-
|
|
11855
|
-
|
|
11856
|
-
|
|
11913
|
+
organisation_name?: string;
|
|
11914
|
+
MasterVehicleModel?: MasterVehicleModel[];
|
|
11915
|
+
MasterVehicleSubModel?: MasterVehicleSubModel[];
|
|
11916
|
+
MasterVehicle?: MasterVehicle[];
|
|
11917
|
+
_count?: {
|
|
11918
|
+
MasterVehicleModel?: number;
|
|
11919
|
+
MasterVehicleSubModel?: number;
|
|
11920
|
+
MasterVehicle?: number;
|
|
11921
|
+
};
|
|
11857
11922
|
}
|
|
11858
|
-
declare const
|
|
11923
|
+
declare const MasterVehicleMakeSchema: z.ZodObject<{
|
|
11859
11924
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11860
|
-
|
|
11861
|
-
vehicle_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11862
|
-
vehicle_sub_model: z.ZodEffects<z.ZodString, string, string>;
|
|
11925
|
+
vehicle_make: z.ZodEffects<z.ZodString, string, string>;
|
|
11863
11926
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11864
11927
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
11865
11928
|
}, "strip", z.ZodTypeAny, {
|
|
11866
11929
|
status: Status;
|
|
11867
11930
|
organisation_id: string;
|
|
11868
11931
|
description: string;
|
|
11869
|
-
|
|
11870
|
-
vehicle_model_id: string;
|
|
11871
|
-
vehicle_sub_model: string;
|
|
11932
|
+
vehicle_make: string;
|
|
11872
11933
|
}, {
|
|
11873
11934
|
status: Status;
|
|
11874
11935
|
organisation_id: string;
|
|
11875
|
-
|
|
11876
|
-
vehicle_model_id: string;
|
|
11877
|
-
vehicle_sub_model: string;
|
|
11936
|
+
vehicle_make: string;
|
|
11878
11937
|
description?: string | undefined;
|
|
11879
11938
|
}>;
|
|
11880
|
-
type
|
|
11881
|
-
declare const
|
|
11939
|
+
type MasterVehicleMakeDTO = z.infer<typeof MasterVehicleMakeSchema>;
|
|
11940
|
+
declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
11882
11941
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11883
11942
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
11884
11943
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -11909,10 +11968,8 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
11909
11968
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11910
11969
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11911
11970
|
} & {
|
|
11912
|
-
vehicle_sub_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11913
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11914
11971
|
vehicle_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11915
|
-
|
|
11972
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11916
11973
|
}, "strip", z.ZodTypeAny, {
|
|
11917
11974
|
status: Status[];
|
|
11918
11975
|
search: string;
|
|
@@ -11937,8 +11994,6 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
11937
11994
|
time_zone_id: string;
|
|
11938
11995
|
organisation_ids: string[];
|
|
11939
11996
|
vehicle_make_ids: string[];
|
|
11940
|
-
vehicle_model_ids: string[];
|
|
11941
|
-
vehicle_sub_model_ids: string[];
|
|
11942
11997
|
}, {
|
|
11943
11998
|
date_format_id: string;
|
|
11944
11999
|
time_zone_id: string;
|
|
@@ -11963,27 +12018,17 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
11963
12018
|
include_master_data?: YesNo | undefined;
|
|
11964
12019
|
organisation_ids?: string[] | undefined;
|
|
11965
12020
|
vehicle_make_ids?: string[] | undefined;
|
|
11966
|
-
vehicle_model_ids?: string[] | undefined;
|
|
11967
|
-
vehicle_sub_model_ids?: string[] | undefined;
|
|
11968
12021
|
}>;
|
|
11969
|
-
type
|
|
11970
|
-
declare const
|
|
11971
|
-
|
|
11972
|
-
|
|
11973
|
-
|
|
11974
|
-
|
|
11975
|
-
|
|
11976
|
-
|
|
11977
|
-
|
|
11978
|
-
declare const
|
|
11979
|
-
declare const newMasterVehicleSubModelPayload: () => MasterVehicleSubModelDTO;
|
|
11980
|
-
declare const findMasterVehicleSubModels: (data: MasterVehicleSubModelQueryDTO) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
11981
|
-
declare const createMasterVehicleSubModel: (data: MasterVehicleSubModelDTO) => Promise<SBR>;
|
|
11982
|
-
declare const updateMasterVehicleSubModel: (id: string, data: MasterVehicleSubModelDTO) => Promise<SBR>;
|
|
11983
|
-
declare const deleteMasterVehicleSubModel: (id: string) => Promise<SBR>;
|
|
11984
|
-
declare const getMasterVehicleSubModelCache: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
11985
|
-
declare const getMasterVehicleSubModelCacheCount: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
11986
|
-
declare const getMasterVehicleSubModelCacheChild: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
12022
|
+
type MasterVehicleMakeQueryDTO = z.infer<typeof MasterVehicleMakeQuerySchema>;
|
|
12023
|
+
declare const toMasterVehicleMakePayload: (row: MasterVehicleMake) => MasterVehicleMakeDTO;
|
|
12024
|
+
declare const newMasterVehicleMakePayload: () => MasterVehicleMakeDTO;
|
|
12025
|
+
declare const findMasterVehicleMakes: (data: MasterVehicleMakeQueryDTO) => Promise<FBR<MasterVehicleMake[]>>;
|
|
12026
|
+
declare const createMasterVehicleMake: (data: MasterVehicleMakeDTO) => Promise<SBR>;
|
|
12027
|
+
declare const updateMasterVehicleMake: (id: string, data: MasterVehicleMakeDTO) => Promise<SBR>;
|
|
12028
|
+
declare const deleteMasterVehicleMake: (id: string) => Promise<SBR>;
|
|
12029
|
+
declare const getMasterVehicleMakeCache: (organisation_id: string) => Promise<FBR<MasterVehicleMake[]>>;
|
|
12030
|
+
declare const getMasterVehicleMakeCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleMake>>;
|
|
12031
|
+
declare const getMasterVehicleMakeCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleMake[]>>;
|
|
11987
12032
|
|
|
11988
12033
|
interface MasterVehicleStatusType extends Record<string, unknown> {
|
|
11989
12034
|
vehicle_status_type_id: string;
|
|
@@ -11994,6 +12039,11 @@ interface MasterVehicleStatusType extends Record<string, unknown> {
|
|
|
11994
12039
|
modified_date_time: string;
|
|
11995
12040
|
organisation_id: string;
|
|
11996
12041
|
UserOrganisation?: UserOrganisation;
|
|
12042
|
+
organisation_name?: string;
|
|
12043
|
+
MasterVehicle?: MasterVehicle[];
|
|
12044
|
+
_count?: {
|
|
12045
|
+
MasterVehicle?: number;
|
|
12046
|
+
};
|
|
11997
12047
|
}
|
|
11998
12048
|
declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
|
|
11999
12049
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12043,8 +12093,8 @@ declare const MasterVehicleStatusTypeQuerySchema: z.ZodObject<{
|
|
|
12043
12093
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12044
12094
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12045
12095
|
} & {
|
|
12046
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12047
12096
|
vehicle_status_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12097
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12048
12098
|
}, "strip", z.ZodTypeAny, {
|
|
12049
12099
|
status: Status[];
|
|
12050
12100
|
search: string;
|
|
@@ -12114,6 +12164,11 @@ interface MasterVehicleOwnershipType extends Record<string, unknown> {
|
|
|
12114
12164
|
modified_date_time: string;
|
|
12115
12165
|
organisation_id: string;
|
|
12116
12166
|
UserOrganisation?: UserOrganisation;
|
|
12167
|
+
organisation_name?: string;
|
|
12168
|
+
MasterVehicle?: MasterVehicle[];
|
|
12169
|
+
_count?: {
|
|
12170
|
+
MasterVehicle?: number;
|
|
12171
|
+
};
|
|
12117
12172
|
}
|
|
12118
12173
|
declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
|
|
12119
12174
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12163,8 +12218,8 @@ declare const MasterVehicleOwnershipTypeQuerySchema: z.ZodObject<{
|
|
|
12163
12218
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12164
12219
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12165
12220
|
} & {
|
|
12166
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12167
12221
|
vehicle_ownership_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12222
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12168
12223
|
}, "strip", z.ZodTypeAny, {
|
|
12169
12224
|
status: Status[];
|
|
12170
12225
|
search: string;
|
|
@@ -12234,6 +12289,11 @@ interface MasterVehicleType extends Record<string, unknown> {
|
|
|
12234
12289
|
modified_date_time: string;
|
|
12235
12290
|
organisation_id: string;
|
|
12236
12291
|
UserOrganisation?: UserOrganisation;
|
|
12292
|
+
organisation_name?: string;
|
|
12293
|
+
MasterVehicle?: MasterVehicle[];
|
|
12294
|
+
_count?: {
|
|
12295
|
+
MasterVehicle?: number;
|
|
12296
|
+
};
|
|
12237
12297
|
}
|
|
12238
12298
|
declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
12239
12299
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12243,8 +12303,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
12243
12303
|
}, "strip", z.ZodTypeAny, {
|
|
12244
12304
|
status: Status;
|
|
12245
12305
|
organisation_id: string;
|
|
12246
|
-
vehicle_type: string;
|
|
12247
12306
|
description: string;
|
|
12307
|
+
vehicle_type: string;
|
|
12248
12308
|
}, {
|
|
12249
12309
|
status: Status;
|
|
12250
12310
|
organisation_id: string;
|
|
@@ -12283,8 +12343,8 @@ declare const MasterVehicleTypeQuerySchema: z.ZodObject<{
|
|
|
12283
12343
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12284
12344
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12285
12345
|
} & {
|
|
12286
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12287
12346
|
vehicle_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12347
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12288
12348
|
}, "strip", z.ZodTypeAny, {
|
|
12289
12349
|
status: Status[];
|
|
12290
12350
|
search: string;
|
|
@@ -12354,6 +12414,11 @@ interface MasterVehicleAssociatedTo extends Record<string, unknown> {
|
|
|
12354
12414
|
modified_date_time: string;
|
|
12355
12415
|
organisation_id: string;
|
|
12356
12416
|
UserOrganisation?: UserOrganisation;
|
|
12417
|
+
organisation_name?: string;
|
|
12418
|
+
MasterVehicle?: MasterVehicle[];
|
|
12419
|
+
_count?: {
|
|
12420
|
+
MasterVehicle?: number;
|
|
12421
|
+
};
|
|
12357
12422
|
}
|
|
12358
12423
|
declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
|
|
12359
12424
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12403,8 +12468,8 @@ declare const MasterVehicleAssociatedToQuerySchema: z.ZodObject<{
|
|
|
12403
12468
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12404
12469
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12405
12470
|
} & {
|
|
12406
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12407
12471
|
vehicle_associated_to_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12472
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12408
12473
|
}, "strip", z.ZodTypeAny, {
|
|
12409
12474
|
status: Status[];
|
|
12410
12475
|
search: string;
|
|
@@ -12474,6 +12539,7 @@ interface MasterVehicleDocumentType extends Record<string, unknown> {
|
|
|
12474
12539
|
modified_date_time: string;
|
|
12475
12540
|
organisation_id: string;
|
|
12476
12541
|
UserOrganisation?: UserOrganisation;
|
|
12542
|
+
organisation_name?: string;
|
|
12477
12543
|
VehicleDocument?: VehicleDocument[];
|
|
12478
12544
|
_count?: {
|
|
12479
12545
|
VehicleDocument?: number;
|
|
@@ -12527,8 +12593,8 @@ declare const MasterVehicleDocumentTypeQuerySchema: z.ZodObject<{
|
|
|
12527
12593
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12528
12594
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12529
12595
|
} & {
|
|
12530
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12531
12596
|
document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12597
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12532
12598
|
}, "strip", z.ZodTypeAny, {
|
|
12533
12599
|
status: Status[];
|
|
12534
12600
|
search: string;
|
|
@@ -12695,7 +12761,6 @@ declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
|
|
|
12695
12761
|
report_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportType>, "many">>>;
|
|
12696
12762
|
}, "strip", z.ZodTypeAny, {
|
|
12697
12763
|
status: Status[];
|
|
12698
|
-
report_type: ReportType[];
|
|
12699
12764
|
search: string;
|
|
12700
12765
|
paging: PAGING;
|
|
12701
12766
|
page_count: number;
|
|
@@ -12717,13 +12782,13 @@ declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
|
|
|
12717
12782
|
date_format_id: string;
|
|
12718
12783
|
time_zone_id: string;
|
|
12719
12784
|
organisation_ids: string[];
|
|
12785
|
+
report_type: ReportType[];
|
|
12720
12786
|
report_preference_ids: string[];
|
|
12721
12787
|
report_automation_mail_ids: string[];
|
|
12722
12788
|
}, {
|
|
12723
12789
|
date_format_id: string;
|
|
12724
12790
|
time_zone_id: string;
|
|
12725
12791
|
status?: Status[] | undefined;
|
|
12726
|
-
report_type?: ReportType[] | undefined;
|
|
12727
12792
|
search?: string | undefined;
|
|
12728
12793
|
paging?: PAGING | undefined;
|
|
12729
12794
|
page_count?: unknown;
|
|
@@ -12743,6 +12808,7 @@ declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
|
|
|
12743
12808
|
}[] | undefined;
|
|
12744
12809
|
include_master_data?: YesNo | undefined;
|
|
12745
12810
|
organisation_ids?: string[] | undefined;
|
|
12811
|
+
report_type?: ReportType[] | undefined;
|
|
12746
12812
|
report_preference_ids?: string[] | undefined;
|
|
12747
12813
|
report_automation_mail_ids?: string[] | undefined;
|
|
12748
12814
|
}>;
|
|
@@ -12761,31 +12827,31 @@ declare const OrganisationReportPreferenceSchema: z.ZodObject<{
|
|
|
12761
12827
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12762
12828
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
12763
12829
|
}, "strip", z.ZodTypeAny, {
|
|
12830
|
+
status: Status;
|
|
12831
|
+
organisation_id: string;
|
|
12832
|
+
vehicle_ids: string[];
|
|
12833
|
+
mobile_numbers: string;
|
|
12834
|
+
email_ids: string;
|
|
12835
|
+
cc_email_ids: string;
|
|
12836
|
+
all_vehicles: YesNo;
|
|
12764
12837
|
report_name: string;
|
|
12765
12838
|
report_status: OnOff;
|
|
12766
12839
|
report_types: ReportType[];
|
|
12767
12840
|
report_list: ReportList[];
|
|
12768
12841
|
report_channels: ReportChannel.Email[];
|
|
12769
|
-
|
|
12770
|
-
email_ids: string;
|
|
12771
|
-
cc_email_ids: string;
|
|
12772
|
-
all_vehicles: YesNo;
|
|
12842
|
+
}, {
|
|
12773
12843
|
status: Status;
|
|
12774
12844
|
organisation_id: string;
|
|
12775
|
-
|
|
12776
|
-
}, {
|
|
12845
|
+
all_vehicles: YesNo;
|
|
12777
12846
|
report_name: string;
|
|
12778
12847
|
report_status: OnOff;
|
|
12779
|
-
|
|
12780
|
-
status: Status;
|
|
12781
|
-
organisation_id: string;
|
|
12782
|
-
report_types?: ReportType[] | undefined;
|
|
12783
|
-
report_list?: ReportList[] | undefined;
|
|
12784
|
-
report_channels?: ReportChannel.Email[] | undefined;
|
|
12848
|
+
vehicle_ids?: string[] | undefined;
|
|
12785
12849
|
mobile_numbers?: string | undefined;
|
|
12786
12850
|
email_ids?: string | undefined;
|
|
12787
12851
|
cc_email_ids?: string | undefined;
|
|
12788
|
-
|
|
12852
|
+
report_types?: ReportType[] | undefined;
|
|
12853
|
+
report_list?: ReportList[] | undefined;
|
|
12854
|
+
report_channels?: ReportChannel.Email[] | undefined;
|
|
12789
12855
|
}>;
|
|
12790
12856
|
type OrganisationReportPreferenceDTO = z.infer<typeof OrganisationReportPreferenceSchema>;
|
|
12791
12857
|
declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
|
|
@@ -12826,10 +12892,6 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
|
|
|
12826
12892
|
report_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportList>, "many">>>;
|
|
12827
12893
|
report_channels: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportChannel>, "many">>>;
|
|
12828
12894
|
}, "strip", z.ZodTypeAny, {
|
|
12829
|
-
report_status: OnOff[];
|
|
12830
|
-
report_types: ReportType[];
|
|
12831
|
-
report_list: ReportList[];
|
|
12832
|
-
report_channels: ReportChannel.Email[];
|
|
12833
12895
|
status: Status[];
|
|
12834
12896
|
search: string;
|
|
12835
12897
|
paging: PAGING;
|
|
@@ -12852,14 +12914,14 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
|
|
|
12852
12914
|
date_format_id: string;
|
|
12853
12915
|
time_zone_id: string;
|
|
12854
12916
|
organisation_ids: string[];
|
|
12917
|
+
report_status: OnOff[];
|
|
12918
|
+
report_types: ReportType[];
|
|
12919
|
+
report_list: ReportList[];
|
|
12920
|
+
report_channels: ReportChannel.Email[];
|
|
12855
12921
|
report_preference_ids: string[];
|
|
12856
12922
|
}, {
|
|
12857
12923
|
date_format_id: string;
|
|
12858
12924
|
time_zone_id: string;
|
|
12859
|
-
report_status?: OnOff[] | undefined;
|
|
12860
|
-
report_types?: ReportType[] | undefined;
|
|
12861
|
-
report_list?: ReportList[] | undefined;
|
|
12862
|
-
report_channels?: ReportChannel.Email[] | undefined;
|
|
12863
12925
|
status?: Status[] | undefined;
|
|
12864
12926
|
search?: string | undefined;
|
|
12865
12927
|
paging?: PAGING | undefined;
|
|
@@ -12880,6 +12942,10 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
|
|
|
12880
12942
|
}[] | undefined;
|
|
12881
12943
|
include_master_data?: YesNo | undefined;
|
|
12882
12944
|
organisation_ids?: string[] | undefined;
|
|
12945
|
+
report_status?: OnOff[] | undefined;
|
|
12946
|
+
report_types?: ReportType[] | undefined;
|
|
12947
|
+
report_list?: ReportList[] | undefined;
|
|
12948
|
+
report_channels?: ReportChannel.Email[] | undefined;
|
|
12883
12949
|
report_preference_ids?: string[] | undefined;
|
|
12884
12950
|
}>;
|
|
12885
12951
|
type OrganisationReportPreferenceQueryDTO = z.infer<typeof OrganisationReportPreferenceQuerySchema>;
|
|
@@ -13145,6 +13211,7 @@ interface MasterClass extends Record<string, unknown> {
|
|
|
13145
13211
|
modified_date_time: string;
|
|
13146
13212
|
organisation_id: string;
|
|
13147
13213
|
UserOrganisation?: UserOrganisation;
|
|
13214
|
+
organisation_name?: string;
|
|
13148
13215
|
Student?: Student[];
|
|
13149
13216
|
_count?: {
|
|
13150
13217
|
Student?: number;
|
|
@@ -13198,8 +13265,8 @@ declare const MasterClassQuerySchema: z.ZodObject<{
|
|
|
13198
13265
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13199
13266
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13200
13267
|
} & {
|
|
13201
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13202
13268
|
class_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13269
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13203
13270
|
}, "strip", z.ZodTypeAny, {
|
|
13204
13271
|
status: Status[];
|
|
13205
13272
|
search: string;
|
|
@@ -13268,6 +13335,7 @@ interface MasterProgram extends Record<string, unknown> {
|
|
|
13268
13335
|
modified_date_time: string;
|
|
13269
13336
|
organisation_id: string;
|
|
13270
13337
|
UserOrganisation?: UserOrganisation;
|
|
13338
|
+
organisation_name?: string;
|
|
13271
13339
|
Student?: Student[];
|
|
13272
13340
|
_count?: {
|
|
13273
13341
|
Student?: number;
|
|
@@ -13321,8 +13389,8 @@ declare const MasterProgramQuerySchema: z.ZodObject<{
|
|
|
13321
13389
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13322
13390
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13323
13391
|
} & {
|
|
13324
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13325
13392
|
program_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13393
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13326
13394
|
}, "strip", z.ZodTypeAny, {
|
|
13327
13395
|
status: Status[];
|
|
13328
13396
|
search: string;
|
|
@@ -13391,6 +13459,7 @@ interface MasterSection extends Record<string, unknown> {
|
|
|
13391
13459
|
modified_date_time: string;
|
|
13392
13460
|
organisation_id?: string;
|
|
13393
13461
|
UserOrganisation?: UserOrganisation;
|
|
13462
|
+
organisation_name?: string;
|
|
13394
13463
|
Student?: Student[];
|
|
13395
13464
|
_count?: {
|
|
13396
13465
|
Student?: number;
|
|
@@ -13444,8 +13513,8 @@ declare const MasterSectionQuerySchema: z.ZodObject<{
|
|
|
13444
13513
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13445
13514
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13446
13515
|
} & {
|
|
13447
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13448
13516
|
section_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13517
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13449
13518
|
}, "strip", z.ZodTypeAny, {
|
|
13450
13519
|
status: Status[];
|
|
13451
13520
|
search: string;
|
|
@@ -13514,6 +13583,7 @@ interface MasterSemester extends Record<string, unknown> {
|
|
|
13514
13583
|
modified_date_time: string;
|
|
13515
13584
|
organisation_id: string;
|
|
13516
13585
|
UserOrganisation?: UserOrganisation;
|
|
13586
|
+
organisation_name?: string;
|
|
13517
13587
|
Student?: Student[];
|
|
13518
13588
|
_count?: {
|
|
13519
13589
|
Student?: number;
|
|
@@ -13567,8 +13637,8 @@ declare const MasterSemesterQuerySchema: z.ZodObject<{
|
|
|
13567
13637
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13568
13638
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13569
13639
|
} & {
|
|
13570
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13571
13640
|
semester_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13641
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13572
13642
|
}, "strip", z.ZodTypeAny, {
|
|
13573
13643
|
status: Status[];
|
|
13574
13644
|
search: string;
|
|
@@ -13637,6 +13707,7 @@ interface MasterStream extends Record<string, unknown> {
|
|
|
13637
13707
|
modified_date_time: string;
|
|
13638
13708
|
organisation_id: string;
|
|
13639
13709
|
UserOrganisation?: UserOrganisation;
|
|
13710
|
+
organisation_name?: string;
|
|
13640
13711
|
Student?: Student[];
|
|
13641
13712
|
_count?: {
|
|
13642
13713
|
Student?: number;
|
|
@@ -13690,8 +13761,8 @@ declare const MasterStreamQuerySchema: z.ZodObject<{
|
|
|
13690
13761
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13691
13762
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13692
13763
|
} & {
|
|
13693
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13694
13764
|
stream_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13765
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13695
13766
|
}, "strip", z.ZodTypeAny, {
|
|
13696
13767
|
status: Status[];
|
|
13697
13768
|
search: string;
|
|
@@ -13760,6 +13831,7 @@ interface MasterYear extends Record<string, unknown> {
|
|
|
13760
13831
|
modified_date_time: string;
|
|
13761
13832
|
organisation_id: string;
|
|
13762
13833
|
UserOrganisation?: UserOrganisation;
|
|
13834
|
+
organisation_name?: string;
|
|
13763
13835
|
Student?: Student[];
|
|
13764
13836
|
_count?: {
|
|
13765
13837
|
Student?: number;
|
|
@@ -13813,8 +13885,8 @@ declare const MasterYearQuerySchema: z.ZodObject<{
|
|
|
13813
13885
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13814
13886
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13815
13887
|
} & {
|
|
13816
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13817
13888
|
year_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13889
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13818
13890
|
}, "strip", z.ZodTypeAny, {
|
|
13819
13891
|
status: Status[];
|
|
13820
13892
|
search: string;
|
|
@@ -13883,6 +13955,7 @@ interface MasterRelationship extends Record<string, unknown> {
|
|
|
13883
13955
|
modified_date_time: string;
|
|
13884
13956
|
organisation_id: string;
|
|
13885
13957
|
UserOrganisation?: UserOrganisation;
|
|
13958
|
+
organisation_name?: string;
|
|
13886
13959
|
StudentGuardianLink?: StudentGuardianLink[];
|
|
13887
13960
|
_count?: {
|
|
13888
13961
|
StudentGuardianLink?: number;
|
|
@@ -13936,8 +14009,8 @@ declare const MasterRelationshipQuerySchema: z.ZodObject<{
|
|
|
13936
14009
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13937
14010
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13938
14011
|
} & {
|
|
13939
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13940
14012
|
relationship_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
14013
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13941
14014
|
}, "strip", z.ZodTypeAny, {
|
|
13942
14015
|
status: Status[];
|
|
13943
14016
|
search: string;
|
|
@@ -15521,9 +15594,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
|
|
|
15521
15594
|
}, "strip", z.ZodTypeAny, {
|
|
15522
15595
|
status: Status;
|
|
15523
15596
|
organisation_id: string;
|
|
15524
|
-
vehicle_id: string;
|
|
15525
15597
|
time_zone_id: string;
|
|
15526
15598
|
organisation_branch_id: string;
|
|
15599
|
+
vehicle_id: string;
|
|
15527
15600
|
driver_id: string;
|
|
15528
15601
|
route_id: string;
|
|
15529
15602
|
schedule_name: string;
|
|
@@ -15547,9 +15620,9 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
|
|
|
15547
15620
|
}, {
|
|
15548
15621
|
status: Status;
|
|
15549
15622
|
organisation_id: string;
|
|
15550
|
-
vehicle_id: string;
|
|
15551
15623
|
time_zone_id: string;
|
|
15552
15624
|
organisation_branch_id: string;
|
|
15625
|
+
vehicle_id: string;
|
|
15553
15626
|
driver_id: string;
|
|
15554
15627
|
route_id: string;
|
|
15555
15628
|
schedule_name: string;
|
|
@@ -15615,7 +15688,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
|
|
|
15615
15688
|
schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
|
|
15616
15689
|
}, "strip", z.ZodTypeAny, {
|
|
15617
15690
|
status: Status[];
|
|
15618
|
-
vehicle_ids: string[];
|
|
15619
15691
|
search: string;
|
|
15620
15692
|
paging: PAGING;
|
|
15621
15693
|
page_count: number;
|
|
@@ -15638,6 +15710,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
|
|
|
15638
15710
|
time_zone_id: string;
|
|
15639
15711
|
organisation_ids: string[];
|
|
15640
15712
|
organisation_branch_ids: string[];
|
|
15713
|
+
vehicle_ids: string[];
|
|
15641
15714
|
driver_ids: string[];
|
|
15642
15715
|
schedule_status: Status[];
|
|
15643
15716
|
is_stops_finalized: YesNo[];
|
|
@@ -15649,7 +15722,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
|
|
|
15649
15722
|
date_format_id: string;
|
|
15650
15723
|
time_zone_id: string;
|
|
15651
15724
|
status?: Status[] | undefined;
|
|
15652
|
-
vehicle_ids?: string[] | undefined;
|
|
15653
15725
|
search?: string | undefined;
|
|
15654
15726
|
paging?: PAGING | undefined;
|
|
15655
15727
|
page_count?: unknown;
|
|
@@ -15670,6 +15742,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
|
|
|
15670
15742
|
include_master_data?: YesNo | undefined;
|
|
15671
15743
|
organisation_ids?: string[] | undefined;
|
|
15672
15744
|
organisation_branch_ids?: string[] | undefined;
|
|
15745
|
+
vehicle_ids?: string[] | undefined;
|
|
15673
15746
|
driver_ids?: string[] | undefined;
|
|
15674
15747
|
schedule_status?: Status[] | undefined;
|
|
15675
15748
|
is_stops_finalized?: YesNo[] | undefined;
|
|
@@ -16095,11 +16168,11 @@ declare const GPSLiveTrackShareLinkNotificationSchema: z.ZodObject<{
|
|
|
16095
16168
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16096
16169
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16097
16170
|
}, "strip", z.ZodTypeAny, {
|
|
16171
|
+
status: Status;
|
|
16172
|
+
organisation_id: string;
|
|
16098
16173
|
mobile_numbers: string;
|
|
16099
16174
|
email_ids: string;
|
|
16100
16175
|
cc_email_ids: string;
|
|
16101
|
-
status: Status;
|
|
16102
|
-
organisation_id: string;
|
|
16103
16176
|
gps_live_track_share_link_id: string;
|
|
16104
16177
|
share_channels: ShareChannel.Email[];
|
|
16105
16178
|
}, {
|
|
@@ -16185,7 +16258,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
16185
16258
|
gps_live_track_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
16186
16259
|
}, "strip", z.ZodTypeAny, {
|
|
16187
16260
|
status: Status[];
|
|
16188
|
-
vehicle_ids: string[];
|
|
16189
16261
|
search: string;
|
|
16190
16262
|
paging: PAGING;
|
|
16191
16263
|
page_count: number;
|
|
@@ -16207,13 +16279,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
16207
16279
|
date_format_id: string;
|
|
16208
16280
|
time_zone_id: string;
|
|
16209
16281
|
organisation_ids: string[];
|
|
16282
|
+
vehicle_ids: string[];
|
|
16210
16283
|
link_status: LinkStatus[];
|
|
16211
16284
|
gps_live_track_share_link_ids: string[];
|
|
16212
16285
|
}, {
|
|
16213
16286
|
date_format_id: string;
|
|
16214
16287
|
time_zone_id: string;
|
|
16215
16288
|
status?: Status[] | undefined;
|
|
16216
|
-
vehicle_ids?: string[] | undefined;
|
|
16217
16289
|
search?: string | undefined;
|
|
16218
16290
|
paging?: PAGING | undefined;
|
|
16219
16291
|
page_count?: unknown;
|
|
@@ -16233,6 +16305,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
16233
16305
|
}[] | undefined;
|
|
16234
16306
|
include_master_data?: YesNo | undefined;
|
|
16235
16307
|
organisation_ids?: string[] | undefined;
|
|
16308
|
+
vehicle_ids?: string[] | undefined;
|
|
16236
16309
|
link_status?: LinkStatus[] | undefined;
|
|
16237
16310
|
gps_live_track_share_link_ids?: string[] | undefined;
|
|
16238
16311
|
}>;
|
|
@@ -16288,11 +16361,11 @@ declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
|
|
|
16288
16361
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16289
16362
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
16290
16363
|
}, "strip", z.ZodTypeAny, {
|
|
16364
|
+
status: Status;
|
|
16365
|
+
organisation_id: string;
|
|
16291
16366
|
mobile_numbers: string;
|
|
16292
16367
|
email_ids: string;
|
|
16293
16368
|
cc_email_ids: string;
|
|
16294
|
-
status: Status;
|
|
16295
|
-
organisation_id: string;
|
|
16296
16369
|
share_channels: ShareChannel.Email[];
|
|
16297
16370
|
gps_track_history_share_link_id: string;
|
|
16298
16371
|
}, {
|
|
@@ -16316,16 +16389,16 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
|
16316
16389
|
}, "strip", z.ZodTypeAny, {
|
|
16317
16390
|
status: Status;
|
|
16318
16391
|
organisation_id: string;
|
|
16319
|
-
vehicle_id: string;
|
|
16320
16392
|
time_zone_id: string;
|
|
16393
|
+
vehicle_id: string;
|
|
16321
16394
|
link_status: TrackHistoryLinkStatus;
|
|
16322
16395
|
from_date_time: string;
|
|
16323
16396
|
to_date_time: string;
|
|
16324
16397
|
}, {
|
|
16325
16398
|
status: Status;
|
|
16326
16399
|
organisation_id: string;
|
|
16327
|
-
vehicle_id: string;
|
|
16328
16400
|
time_zone_id: string;
|
|
16401
|
+
vehicle_id: string;
|
|
16329
16402
|
link_status: TrackHistoryLinkStatus;
|
|
16330
16403
|
from_date_time: string;
|
|
16331
16404
|
to_date_time: string;
|
|
@@ -16376,7 +16449,6 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
16376
16449
|
gps_track_history_share_link_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
16377
16450
|
}, "strip", z.ZodTypeAny, {
|
|
16378
16451
|
status: Status[];
|
|
16379
|
-
vehicle_ids: string[];
|
|
16380
16452
|
search: string;
|
|
16381
16453
|
paging: PAGING;
|
|
16382
16454
|
page_count: number;
|
|
@@ -16398,13 +16470,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
16398
16470
|
date_format_id: string;
|
|
16399
16471
|
time_zone_id: string;
|
|
16400
16472
|
organisation_ids: string[];
|
|
16473
|
+
vehicle_ids: string[];
|
|
16401
16474
|
link_status: TrackHistoryLinkStatus[];
|
|
16402
16475
|
gps_track_history_share_link_ids: string[];
|
|
16403
16476
|
}, {
|
|
16404
16477
|
date_format_id: string;
|
|
16405
16478
|
time_zone_id: string;
|
|
16406
16479
|
status?: Status[] | undefined;
|
|
16407
|
-
vehicle_ids?: string[] | undefined;
|
|
16408
16480
|
search?: string | undefined;
|
|
16409
16481
|
paging?: PAGING | undefined;
|
|
16410
16482
|
page_count?: unknown;
|
|
@@ -16424,6 +16496,7 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
16424
16496
|
}[] | undefined;
|
|
16425
16497
|
include_master_data?: YesNo | undefined;
|
|
16426
16498
|
organisation_ids?: string[] | undefined;
|
|
16499
|
+
vehicle_ids?: string[] | undefined;
|
|
16427
16500
|
link_status?: TrackHistoryLinkStatus[] | undefined;
|
|
16428
16501
|
gps_track_history_share_link_ids?: string[] | undefined;
|
|
16429
16502
|
}>;
|
|
@@ -17075,7 +17148,6 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
17075
17148
|
}, "strip", z.ZodTypeAny, {
|
|
17076
17149
|
status: Status;
|
|
17077
17150
|
organisation_id: string;
|
|
17078
|
-
vehicle_id: string;
|
|
17079
17151
|
usage_type: string;
|
|
17080
17152
|
file_type: FileType;
|
|
17081
17153
|
file_url: string;
|
|
@@ -17084,12 +17156,13 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
17084
17156
|
file_description: string;
|
|
17085
17157
|
file_size: number;
|
|
17086
17158
|
file_metadata: Record<string, any>;
|
|
17159
|
+
vehicle_id: string;
|
|
17087
17160
|
}, {
|
|
17088
17161
|
status: Status;
|
|
17089
17162
|
organisation_id: string;
|
|
17090
|
-
vehicle_id: string;
|
|
17091
17163
|
usage_type: string;
|
|
17092
17164
|
file_type: FileType;
|
|
17165
|
+
vehicle_id: string;
|
|
17093
17166
|
file_url?: string | undefined;
|
|
17094
17167
|
file_key?: string | undefined;
|
|
17095
17168
|
file_name?: string | undefined;
|
|
@@ -17163,7 +17236,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
17163
17236
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
17164
17237
|
status: Status;
|
|
17165
17238
|
organisation_id: string;
|
|
17166
|
-
vehicle_id: string;
|
|
17167
17239
|
usage_type: string;
|
|
17168
17240
|
file_type: FileType;
|
|
17169
17241
|
file_url: string;
|
|
@@ -17172,12 +17244,13 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
17172
17244
|
file_description: string;
|
|
17173
17245
|
file_size: number;
|
|
17174
17246
|
file_metadata: Record<string, any>;
|
|
17247
|
+
vehicle_id: string;
|
|
17175
17248
|
}, {
|
|
17176
17249
|
status: Status;
|
|
17177
17250
|
organisation_id: string;
|
|
17178
|
-
vehicle_id: string;
|
|
17179
17251
|
usage_type: string;
|
|
17180
17252
|
file_type: FileType;
|
|
17253
|
+
vehicle_id: string;
|
|
17181
17254
|
file_url?: string | undefined;
|
|
17182
17255
|
file_key?: string | undefined;
|
|
17183
17256
|
file_name?: string | undefined;
|
|
@@ -17188,18 +17261,18 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
17188
17261
|
}, "strip", z.ZodTypeAny, {
|
|
17189
17262
|
status: Status;
|
|
17190
17263
|
organisation_id: string;
|
|
17191
|
-
vehicle_number: string;
|
|
17192
17264
|
organisation_sub_company_id: string;
|
|
17193
17265
|
organisation_branch_id: string;
|
|
17194
17266
|
organisation_color_id: string;
|
|
17195
17267
|
organisation_tag_id: string;
|
|
17268
|
+
vehicle_number: string;
|
|
17196
17269
|
vehicle_fuel_type_id: string;
|
|
17197
17270
|
vehicle_fuel_unit_id: string;
|
|
17198
17271
|
odometer_reading: number;
|
|
17199
17272
|
organisation_group_ids: string[];
|
|
17273
|
+
vehicle_sub_model_id: string;
|
|
17200
17274
|
vehicle_make_id: string;
|
|
17201
17275
|
vehicle_model_id: string;
|
|
17202
|
-
vehicle_sub_model_id: string;
|
|
17203
17276
|
vehicle_status_type_id: string;
|
|
17204
17277
|
vehicle_ownership_type_id: string;
|
|
17205
17278
|
vehicle_type_id: string;
|
|
@@ -17223,7 +17296,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
17223
17296
|
MasterVehicleFileSchema: {
|
|
17224
17297
|
status: Status;
|
|
17225
17298
|
organisation_id: string;
|
|
17226
|
-
vehicle_id: string;
|
|
17227
17299
|
usage_type: string;
|
|
17228
17300
|
file_type: FileType;
|
|
17229
17301
|
file_url: string;
|
|
@@ -17232,20 +17304,21 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
17232
17304
|
file_description: string;
|
|
17233
17305
|
file_size: number;
|
|
17234
17306
|
file_metadata: Record<string, any>;
|
|
17307
|
+
vehicle_id: string;
|
|
17235
17308
|
}[];
|
|
17236
17309
|
}, {
|
|
17237
17310
|
status: Status;
|
|
17238
17311
|
organisation_id: string;
|
|
17239
|
-
vehicle_number: string;
|
|
17240
17312
|
organisation_sub_company_id: string;
|
|
17241
17313
|
organisation_branch_id: string;
|
|
17242
17314
|
organisation_color_id: string;
|
|
17243
17315
|
organisation_tag_id: string;
|
|
17316
|
+
vehicle_number: string;
|
|
17244
17317
|
vehicle_fuel_type_id: string;
|
|
17245
17318
|
vehicle_fuel_unit_id: string;
|
|
17319
|
+
vehicle_sub_model_id: string;
|
|
17246
17320
|
vehicle_make_id: string;
|
|
17247
17321
|
vehicle_model_id: string;
|
|
17248
|
-
vehicle_sub_model_id: string;
|
|
17249
17322
|
vehicle_status_type_id: string;
|
|
17250
17323
|
vehicle_ownership_type_id: string;
|
|
17251
17324
|
vehicle_type_id: string;
|
|
@@ -17271,9 +17344,9 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
17271
17344
|
MasterVehicleFileSchema?: {
|
|
17272
17345
|
status: Status;
|
|
17273
17346
|
organisation_id: string;
|
|
17274
|
-
vehicle_id: string;
|
|
17275
17347
|
usage_type: string;
|
|
17276
17348
|
file_type: FileType;
|
|
17349
|
+
vehicle_id: string;
|
|
17277
17350
|
file_url?: string | undefined;
|
|
17278
17351
|
file_key?: string | undefined;
|
|
17279
17352
|
file_name?: string | undefined;
|
|
@@ -17311,9 +17384,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
17311
17384
|
}, "strip", z.ZodTypeAny, {
|
|
17312
17385
|
status: Status;
|
|
17313
17386
|
organisation_id: string;
|
|
17314
|
-
vehicle_number: string;
|
|
17315
17387
|
time_zone_id: string;
|
|
17316
17388
|
country_id: string;
|
|
17389
|
+
vehicle_number: string;
|
|
17317
17390
|
odometer_reading: number;
|
|
17318
17391
|
vehicle_type_id: string;
|
|
17319
17392
|
vehicle_name: string;
|
|
@@ -17336,9 +17409,9 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
17336
17409
|
}, {
|
|
17337
17410
|
status: Status;
|
|
17338
17411
|
organisation_id: string;
|
|
17339
|
-
vehicle_number: string;
|
|
17340
17412
|
time_zone_id: string;
|
|
17341
17413
|
country_id: string;
|
|
17414
|
+
vehicle_number: string;
|
|
17342
17415
|
vehicle_type_id: string;
|
|
17343
17416
|
is_fleet_active: YesNo;
|
|
17344
17417
|
is_gps_active: YesNo;
|
|
@@ -17471,9 +17544,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
17471
17544
|
}>, "many">>>;
|
|
17472
17545
|
}, "strip", z.ZodTypeAny, {
|
|
17473
17546
|
organisation_id: string;
|
|
17474
|
-
vehicle_id: string;
|
|
17475
17547
|
time_zone_id: string;
|
|
17476
17548
|
country_id: string;
|
|
17549
|
+
vehicle_id: string;
|
|
17477
17550
|
device_id: string;
|
|
17478
17551
|
fuel: YesNo;
|
|
17479
17552
|
fuel_tank_type: FuelTankType;
|
|
@@ -17516,9 +17589,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
17516
17589
|
}[];
|
|
17517
17590
|
}, {
|
|
17518
17591
|
organisation_id: string;
|
|
17519
|
-
vehicle_id: string;
|
|
17520
17592
|
time_zone_id: string;
|
|
17521
17593
|
country_id: string;
|
|
17594
|
+
vehicle_id: string;
|
|
17522
17595
|
device_id: string;
|
|
17523
17596
|
calibration_file_url: string;
|
|
17524
17597
|
calibration_file_key: string;
|
|
@@ -18111,8 +18184,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
18111
18184
|
}, "strip", z.ZodTypeAny, {
|
|
18112
18185
|
status: Status;
|
|
18113
18186
|
organisation_id: string;
|
|
18114
|
-
vehicle_id: string;
|
|
18115
18187
|
time_zone_id: string;
|
|
18188
|
+
vehicle_id: string;
|
|
18116
18189
|
document_type_id: string;
|
|
18117
18190
|
vendor_id: string;
|
|
18118
18191
|
document_number: string;
|
|
@@ -18145,8 +18218,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
18145
18218
|
}, {
|
|
18146
18219
|
status: Status;
|
|
18147
18220
|
organisation_id: string;
|
|
18148
|
-
vehicle_id: string;
|
|
18149
18221
|
time_zone_id: string;
|
|
18222
|
+
vehicle_id: string;
|
|
18150
18223
|
document_type_id: string;
|
|
18151
18224
|
vendor_id: string;
|
|
18152
18225
|
document_validity_status: DocumentValidityStatus;
|
|
@@ -18216,7 +18289,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
18216
18289
|
vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18217
18290
|
}, "strip", z.ZodTypeAny, {
|
|
18218
18291
|
status: Status[];
|
|
18219
|
-
vehicle_ids: string[];
|
|
18220
18292
|
search: string;
|
|
18221
18293
|
paging: PAGING;
|
|
18222
18294
|
page_count: number;
|
|
@@ -18238,6 +18310,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
18238
18310
|
date_format_id: string;
|
|
18239
18311
|
time_zone_id: string;
|
|
18240
18312
|
organisation_ids: string[];
|
|
18313
|
+
vehicle_ids: string[];
|
|
18241
18314
|
document_type_ids: string[];
|
|
18242
18315
|
vendor_ids: string[];
|
|
18243
18316
|
vehicle_document_ids: string[];
|
|
@@ -18245,7 +18318,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
18245
18318
|
date_format_id: string;
|
|
18246
18319
|
time_zone_id: string;
|
|
18247
18320
|
status?: Status[] | undefined;
|
|
18248
|
-
vehicle_ids?: string[] | undefined;
|
|
18249
18321
|
search?: string | undefined;
|
|
18250
18322
|
paging?: PAGING | undefined;
|
|
18251
18323
|
page_count?: unknown;
|
|
@@ -18265,6 +18337,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
18265
18337
|
}[] | undefined;
|
|
18266
18338
|
include_master_data?: YesNo | undefined;
|
|
18267
18339
|
organisation_ids?: string[] | undefined;
|
|
18340
|
+
vehicle_ids?: string[] | undefined;
|
|
18268
18341
|
document_type_ids?: string[] | undefined;
|
|
18269
18342
|
vendor_ids?: string[] | undefined;
|
|
18270
18343
|
vehicle_document_ids?: string[] | undefined;
|
|
@@ -18328,7 +18401,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
18328
18401
|
expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
|
|
18329
18402
|
}, "strip", z.ZodTypeAny, {
|
|
18330
18403
|
status: Status[];
|
|
18331
|
-
vehicle_ids: string[];
|
|
18332
18404
|
search: string;
|
|
18333
18405
|
paging: PAGING;
|
|
18334
18406
|
page_count: number;
|
|
@@ -18350,6 +18422,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
18350
18422
|
date_format_id: string;
|
|
18351
18423
|
time_zone_id: string;
|
|
18352
18424
|
organisation_ids: string[];
|
|
18425
|
+
vehicle_ids: string[];
|
|
18353
18426
|
expiry_type: ExpiryType[];
|
|
18354
18427
|
vehicle_document_ids: string[];
|
|
18355
18428
|
document_expiry_ids: string[];
|
|
@@ -18357,7 +18430,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
18357
18430
|
date_format_id: string;
|
|
18358
18431
|
time_zone_id: string;
|
|
18359
18432
|
status?: Status[] | undefined;
|
|
18360
|
-
vehicle_ids?: string[] | undefined;
|
|
18361
18433
|
search?: string | undefined;
|
|
18362
18434
|
paging?: PAGING | undefined;
|
|
18363
18435
|
page_count?: unknown;
|
|
@@ -18377,6 +18449,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
18377
18449
|
}[] | undefined;
|
|
18378
18450
|
include_master_data?: YesNo | undefined;
|
|
18379
18451
|
organisation_ids?: string[] | undefined;
|
|
18452
|
+
vehicle_ids?: string[] | undefined;
|
|
18380
18453
|
expiry_type?: ExpiryType[] | undefined;
|
|
18381
18454
|
vehicle_document_ids?: string[] | undefined;
|
|
18382
18455
|
document_expiry_ids?: string[] | undefined;
|
|
@@ -18435,7 +18508,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
18435
18508
|
gps_vehicle_category: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof GPSVehicleCategory>>>;
|
|
18436
18509
|
}, "strip", z.ZodTypeAny, {
|
|
18437
18510
|
status: Status[];
|
|
18438
|
-
vehicle_ids: string[];
|
|
18439
18511
|
search: string;
|
|
18440
18512
|
paging: PAGING;
|
|
18441
18513
|
page_count: number;
|
|
@@ -18461,13 +18533,14 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
18461
18533
|
organisation_branch_ids: string[];
|
|
18462
18534
|
organisation_color_ids: string[];
|
|
18463
18535
|
organisation_tag_ids: string[];
|
|
18536
|
+
vehicle_ids: string[];
|
|
18464
18537
|
driver_ids: string[];
|
|
18465
18538
|
device_ids: string[];
|
|
18466
18539
|
vehicle_fuel_type_ids: string[];
|
|
18467
18540
|
vehicle_fuel_unit_ids: string[];
|
|
18541
|
+
vehicle_sub_model_ids: string[];
|
|
18468
18542
|
vehicle_make_ids: string[];
|
|
18469
18543
|
vehicle_model_ids: string[];
|
|
18470
|
-
vehicle_sub_model_ids: string[];
|
|
18471
18544
|
vehicle_status_type_ids: string[];
|
|
18472
18545
|
vehicle_ownership_type_ids: string[];
|
|
18473
18546
|
vehicle_type_ids: string[];
|
|
@@ -18479,7 +18552,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
18479
18552
|
date_format_id: string;
|
|
18480
18553
|
time_zone_id: string;
|
|
18481
18554
|
status?: Status[] | undefined;
|
|
18482
|
-
vehicle_ids?: string[] | undefined;
|
|
18483
18555
|
search?: string | undefined;
|
|
18484
18556
|
paging?: PAGING | undefined;
|
|
18485
18557
|
page_count?: unknown;
|
|
@@ -18503,13 +18575,14 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
18503
18575
|
organisation_branch_ids?: string[] | undefined;
|
|
18504
18576
|
organisation_color_ids?: string[] | undefined;
|
|
18505
18577
|
organisation_tag_ids?: string[] | undefined;
|
|
18578
|
+
vehicle_ids?: string[] | undefined;
|
|
18506
18579
|
driver_ids?: string[] | undefined;
|
|
18507
18580
|
device_ids?: string[] | undefined;
|
|
18508
18581
|
vehicle_fuel_type_ids?: string[] | undefined;
|
|
18509
18582
|
vehicle_fuel_unit_ids?: string[] | undefined;
|
|
18583
|
+
vehicle_sub_model_ids?: string[] | undefined;
|
|
18510
18584
|
vehicle_make_ids?: string[] | undefined;
|
|
18511
18585
|
vehicle_model_ids?: string[] | undefined;
|
|
18512
|
-
vehicle_sub_model_ids?: string[] | undefined;
|
|
18513
18586
|
vehicle_status_type_ids?: string[] | undefined;
|
|
18514
18587
|
vehicle_ownership_type_ids?: string[] | undefined;
|
|
18515
18588
|
vehicle_type_ids?: string[] | undefined;
|
|
@@ -18635,7 +18708,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
18635
18708
|
}, "strip", z.ZodTypeAny, {
|
|
18636
18709
|
status: Status[];
|
|
18637
18710
|
organisation_id: string;
|
|
18638
|
-
vehicle_id: string;
|
|
18639
18711
|
search: string;
|
|
18640
18712
|
paging: PAGING;
|
|
18641
18713
|
page_count: number;
|
|
@@ -18656,11 +18728,12 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
18656
18728
|
include_master_data: YesNo;
|
|
18657
18729
|
date_format_id: string;
|
|
18658
18730
|
time_zone_id: string;
|
|
18731
|
+
vehicle_id: string;
|
|
18659
18732
|
}, {
|
|
18660
18733
|
organisation_id: string;
|
|
18661
|
-
vehicle_id: string;
|
|
18662
18734
|
date_format_id: string;
|
|
18663
18735
|
time_zone_id: string;
|
|
18736
|
+
vehicle_id: string;
|
|
18664
18737
|
status?: Status[] | undefined;
|
|
18665
18738
|
search?: string | undefined;
|
|
18666
18739
|
paging?: PAGING | undefined;
|
|
@@ -18809,9 +18882,9 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
18809
18882
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18810
18883
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18811
18884
|
} & {
|
|
18885
|
+
device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18812
18886
|
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18813
18887
|
device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18814
|
-
device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18815
18888
|
}, "strip", z.ZodTypeAny, {
|
|
18816
18889
|
status: Status[];
|
|
18817
18890
|
search: string;
|
|
@@ -18834,9 +18907,9 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
18834
18907
|
include_master_data: YesNo;
|
|
18835
18908
|
date_format_id: string;
|
|
18836
18909
|
time_zone_id: string;
|
|
18910
|
+
device_type_ids: string[];
|
|
18837
18911
|
device_manufacturer_ids: string[];
|
|
18838
18912
|
device_model_ids: string[];
|
|
18839
|
-
device_type_ids: string[];
|
|
18840
18913
|
}, {
|
|
18841
18914
|
date_format_id: string;
|
|
18842
18915
|
time_zone_id: string;
|
|
@@ -18859,11 +18932,19 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
18859
18932
|
direction: OrderBy;
|
|
18860
18933
|
}[] | undefined;
|
|
18861
18934
|
include_master_data?: YesNo | undefined;
|
|
18935
|
+
device_type_ids?: string[] | undefined;
|
|
18862
18936
|
device_manufacturer_ids?: string[] | undefined;
|
|
18863
18937
|
device_model_ids?: string[] | undefined;
|
|
18864
|
-
device_type_ids?: string[] | undefined;
|
|
18865
18938
|
}>;
|
|
18866
18939
|
type MasterDeviceTypeQueryDTO = z.infer<typeof MasterDeviceTypeQuerySchema>;
|
|
18940
|
+
declare const FindCacheSchema$3: z.ZodObject<{
|
|
18941
|
+
device_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18942
|
+
}, "strip", z.ZodTypeAny, {
|
|
18943
|
+
device_model_id: string;
|
|
18944
|
+
}, {
|
|
18945
|
+
device_model_id: string;
|
|
18946
|
+
}>;
|
|
18947
|
+
type FindCacheDTO$3 = z.infer<typeof FindCacheSchema$3>;
|
|
18867
18948
|
declare const toMasterDeviceTypePayload: (row: MasterDeviceType) => MasterDeviceTypeDTO;
|
|
18868
18949
|
declare const newMasterDeviceTypePayload: () => MasterDeviceTypeDTO;
|
|
18869
18950
|
declare const findMasterDeviceTypes: (data: MasterDeviceTypeQueryDTO) => Promise<FBR<MasterDeviceType[]>>;
|
|
@@ -18942,8 +19023,8 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
18942
19023
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18943
19024
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18944
19025
|
} & {
|
|
18945
|
-
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18946
19026
|
device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19027
|
+
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18947
19028
|
}, "strip", z.ZodTypeAny, {
|
|
18948
19029
|
status: Status[];
|
|
18949
19030
|
search: string;
|
|
@@ -18994,14 +19075,14 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
18994
19075
|
device_model_ids?: string[] | undefined;
|
|
18995
19076
|
}>;
|
|
18996
19077
|
type MasterDeviceModelQueryDTO = z.infer<typeof MasterDeviceModelQuerySchema>;
|
|
18997
|
-
declare const FindCacheSchema$
|
|
19078
|
+
declare const FindCacheSchema$2: z.ZodObject<{
|
|
18998
19079
|
device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18999
19080
|
}, "strip", z.ZodTypeAny, {
|
|
19000
19081
|
device_manufacturer_id: string;
|
|
19001
19082
|
}, {
|
|
19002
19083
|
device_manufacturer_id: string;
|
|
19003
19084
|
}>;
|
|
19004
|
-
type FindCacheDTO$
|
|
19085
|
+
type FindCacheDTO$2 = z.infer<typeof FindCacheSchema$2>;
|
|
19005
19086
|
declare const toMasterDeviceModelPayload: (row: MasterDeviceModel) => MasterDeviceModelDTO;
|
|
19006
19087
|
declare const newMasterDeviceModelPayload: () => MasterDeviceModelDTO;
|
|
19007
19088
|
declare const findMasterDeviceModels: (data: MasterDeviceModelQueryDTO) => Promise<FBR<MasterDeviceModel[]>>;
|
|
@@ -19556,7 +19637,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
19556
19637
|
device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
|
|
19557
19638
|
}, "strip", z.ZodTypeAny, {
|
|
19558
19639
|
status: Status[];
|
|
19559
|
-
vehicle_ids: string[];
|
|
19560
19640
|
search: string;
|
|
19561
19641
|
paging: PAGING;
|
|
19562
19642
|
page_count: number;
|
|
@@ -19579,19 +19659,19 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
19579
19659
|
time_zone_id: string;
|
|
19580
19660
|
organisation_ids: string[];
|
|
19581
19661
|
country_ids: string[];
|
|
19662
|
+
vehicle_ids: string[];
|
|
19582
19663
|
device_ids: string[];
|
|
19583
19664
|
time_zone_ids: string[];
|
|
19584
19665
|
device_gps_source: GPSSource[];
|
|
19666
|
+
device_type_ids: string[];
|
|
19585
19667
|
device_manufacturer_ids: string[];
|
|
19586
19668
|
device_model_ids: string[];
|
|
19587
|
-
device_type_ids: string[];
|
|
19588
19669
|
is_sim_linked: YesNo[];
|
|
19589
19670
|
is_device_used: DeviceStatus[];
|
|
19590
19671
|
}, {
|
|
19591
19672
|
date_format_id: string;
|
|
19592
19673
|
time_zone_id: string;
|
|
19593
19674
|
status?: Status[] | undefined;
|
|
19594
|
-
vehicle_ids?: string[] | undefined;
|
|
19595
19675
|
search?: string | undefined;
|
|
19596
19676
|
paging?: PAGING | undefined;
|
|
19597
19677
|
page_count?: unknown;
|
|
@@ -19612,12 +19692,13 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
19612
19692
|
include_master_data?: YesNo | undefined;
|
|
19613
19693
|
organisation_ids?: string[] | undefined;
|
|
19614
19694
|
country_ids?: string[] | undefined;
|
|
19695
|
+
vehicle_ids?: string[] | undefined;
|
|
19615
19696
|
device_ids?: string[] | undefined;
|
|
19616
19697
|
time_zone_ids?: string[] | undefined;
|
|
19617
19698
|
device_gps_source?: GPSSource[] | undefined;
|
|
19699
|
+
device_type_ids?: string[] | undefined;
|
|
19618
19700
|
device_manufacturer_ids?: string[] | undefined;
|
|
19619
19701
|
device_model_ids?: string[] | undefined;
|
|
19620
|
-
device_type_ids?: string[] | undefined;
|
|
19621
19702
|
is_sim_linked?: YesNo[] | undefined;
|
|
19622
19703
|
is_device_used?: DeviceStatus[] | undefined;
|
|
19623
19704
|
}>;
|
|
@@ -19656,6 +19737,7 @@ interface MasterMainTimeZone extends Record<string, unknown> {
|
|
|
19656
19737
|
modified_date_time: string;
|
|
19657
19738
|
country_id: string;
|
|
19658
19739
|
MasterMainCountry?: MasterMainCountry;
|
|
19740
|
+
country_name?: string;
|
|
19659
19741
|
UserOrganisation?: UserOrganisation[];
|
|
19660
19742
|
User?: User[];
|
|
19661
19743
|
MasterVehicle?: MasterVehicle[];
|
|
@@ -19724,8 +19806,8 @@ declare const MasterMainTimeZoneQuerySchema: z.ZodObject<{
|
|
|
19724
19806
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
19725
19807
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
19726
19808
|
} & {
|
|
19727
|
-
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19728
19809
|
time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19810
|
+
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19729
19811
|
}, "strip", z.ZodTypeAny, {
|
|
19730
19812
|
status: Status[];
|
|
19731
19813
|
search: string;
|
|
@@ -19794,10 +19876,10 @@ interface MasterMainState extends Record<string, unknown> {
|
|
|
19794
19876
|
modified_date_time: string;
|
|
19795
19877
|
country_id: string;
|
|
19796
19878
|
MasterMainCountry?: MasterMainCountry;
|
|
19879
|
+
country_name?: string;
|
|
19797
19880
|
UserOrganisation?: UserOrganisation[];
|
|
19798
19881
|
_count?: {
|
|
19799
19882
|
UserOrganisation?: number;
|
|
19800
|
-
MasterMainLandMark?: number;
|
|
19801
19883
|
};
|
|
19802
19884
|
}
|
|
19803
19885
|
declare const MasterMainStateSchema: z.ZodObject<{
|
|
@@ -19848,8 +19930,8 @@ declare const MasterMainStateQuerySchema: z.ZodObject<{
|
|
|
19848
19930
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
19849
19931
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
19850
19932
|
} & {
|
|
19851
|
-
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19852
19933
|
state_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19934
|
+
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19853
19935
|
}, "strip", z.ZodTypeAny, {
|
|
19854
19936
|
status: Status[];
|
|
19855
19937
|
search: string;
|
|
@@ -19941,13 +20023,13 @@ declare const MasterMainCountrySchema: z.ZodObject<{
|
|
|
19941
20023
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
19942
20024
|
}, "strip", z.ZodTypeAny, {
|
|
19943
20025
|
status: Status;
|
|
19944
|
-
country_code: string;
|
|
19945
20026
|
country_name: string;
|
|
20027
|
+
country_code: string;
|
|
19946
20028
|
country_mobile_code: string;
|
|
19947
20029
|
}, {
|
|
19948
20030
|
status: Status;
|
|
19949
|
-
country_code: string;
|
|
19950
20031
|
country_name: string;
|
|
20032
|
+
country_code: string;
|
|
19951
20033
|
country_mobile_code: string;
|
|
19952
20034
|
}>;
|
|
19953
20035
|
type MasterMainCountryDTO = z.infer<typeof MasterMainCountrySchema>;
|
|
@@ -20552,7 +20634,7 @@ interface MasterExpenseType extends Record<string, unknown> {
|
|
|
20552
20634
|
modified_date_time: string;
|
|
20553
20635
|
organisation_id: string;
|
|
20554
20636
|
UserOrganisation?: UserOrganisation;
|
|
20555
|
-
|
|
20637
|
+
organisation_name?: string;
|
|
20556
20638
|
}
|
|
20557
20639
|
declare const MasterExpenseTypeSchema: z.ZodObject<{
|
|
20558
20640
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -20602,8 +20684,8 @@ declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
|
20602
20684
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20603
20685
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20604
20686
|
} & {
|
|
20605
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20606
20687
|
expense_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20688
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20607
20689
|
}, "strip", z.ZodTypeAny, {
|
|
20608
20690
|
status: Status[];
|
|
20609
20691
|
search: string;
|
|
@@ -20672,6 +20754,7 @@ interface MasterSparePartSubCategory extends Record<string, unknown> {
|
|
|
20672
20754
|
modified_date_time: string;
|
|
20673
20755
|
organisation_id: string;
|
|
20674
20756
|
UserOrganisation?: UserOrganisation;
|
|
20757
|
+
organisation_name?: string;
|
|
20675
20758
|
spare_part_category_id: string;
|
|
20676
20759
|
MasterSparePartCategory?: MasterSparePartCategory;
|
|
20677
20760
|
_count?: {
|
|
@@ -20787,14 +20870,14 @@ declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
|
20787
20870
|
spare_part_category_ids?: string[] | undefined;
|
|
20788
20871
|
}>;
|
|
20789
20872
|
type SparePartSubCategoryQueryDTO = z.infer<typeof SparePartSubCategoryQuerySchema>;
|
|
20790
|
-
declare const FindCacheSchema: z.ZodObject<{
|
|
20873
|
+
declare const FindCacheSchema$1: z.ZodObject<{
|
|
20791
20874
|
spare_part_category_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20792
20875
|
}, "strip", z.ZodTypeAny, {
|
|
20793
20876
|
spare_part_category_id: string;
|
|
20794
20877
|
}, {
|
|
20795
20878
|
spare_part_category_id: string;
|
|
20796
20879
|
}>;
|
|
20797
|
-
type FindCacheDTO = z.infer<typeof FindCacheSchema>;
|
|
20880
|
+
type FindCacheDTO$1 = z.infer<typeof FindCacheSchema$1>;
|
|
20798
20881
|
declare const toMasterSparePartSubCategoryPayload: (row: MasterSparePartSubCategory) => MasterSparePartSubCategoryDTO;
|
|
20799
20882
|
declare const newMasterSparePartSubCategoryPayload: () => MasterSparePartSubCategoryDTO;
|
|
20800
20883
|
declare const findMasterSparePartSubCategories: (data: SparePartSubCategoryQueryDTO) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
@@ -20814,6 +20897,7 @@ interface MasterSparePartCategory extends Record<string, unknown> {
|
|
|
20814
20897
|
modified_date_time: string;
|
|
20815
20898
|
organisation_id: string;
|
|
20816
20899
|
UserOrganisation?: UserOrganisation;
|
|
20900
|
+
organisation_name?: string;
|
|
20817
20901
|
MasterSparePartSubCategory?: MasterSparePartSubCategory[];
|
|
20818
20902
|
_count?: {
|
|
20819
20903
|
MasterSparePartSubCategory?: number;
|
|
@@ -20871,8 +20955,8 @@ declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
|
20871
20955
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20872
20956
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20873
20957
|
} & {
|
|
20874
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20875
20958
|
spare_part_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20959
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20876
20960
|
}, "strip", z.ZodTypeAny, {
|
|
20877
20961
|
status: Status[];
|
|
20878
20962
|
search: string;
|
|
@@ -20943,6 +21027,7 @@ interface MasterSparePartUnit extends Record<string, unknown> {
|
|
|
20943
21027
|
modified_date_time: string;
|
|
20944
21028
|
organisation_id: string;
|
|
20945
21029
|
UserOrganisation?: UserOrganisation;
|
|
21030
|
+
organisation_name?: string;
|
|
20946
21031
|
_count?: {
|
|
20947
21032
|
FleetSpareParts?: number;
|
|
20948
21033
|
};
|
|
@@ -20998,8 +21083,8 @@ declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
|
20998
21083
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20999
21084
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21000
21085
|
} & {
|
|
21001
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21002
21086
|
spare_part_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21087
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21003
21088
|
}, "strip", z.ZodTypeAny, {
|
|
21004
21089
|
status: Status[];
|
|
21005
21090
|
search: string;
|
|
@@ -21068,6 +21153,7 @@ interface MasterTripPartyType extends Record<string, unknown> {
|
|
|
21068
21153
|
modified_date_time: string;
|
|
21069
21154
|
organisation_id: string;
|
|
21070
21155
|
UserOrganisation?: UserOrganisation;
|
|
21156
|
+
organisation_name?: string;
|
|
21071
21157
|
_count?: {
|
|
21072
21158
|
FleetTripParty?: number;
|
|
21073
21159
|
};
|
|
@@ -21120,8 +21206,8 @@ declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
|
21120
21206
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21121
21207
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21122
21208
|
} & {
|
|
21123
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21124
21209
|
party_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21210
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21125
21211
|
}, "strip", z.ZodTypeAny, {
|
|
21126
21212
|
status: Status[];
|
|
21127
21213
|
search: string;
|
|
@@ -21189,6 +21275,7 @@ interface MasterTyreGrade extends Record<string, unknown> {
|
|
|
21189
21275
|
modified_date_time: string;
|
|
21190
21276
|
organisation_id: string;
|
|
21191
21277
|
UserOrganisation?: UserOrganisation;
|
|
21278
|
+
organisation_name?: string;
|
|
21192
21279
|
_count?: {
|
|
21193
21280
|
FleetTyreInventory?: number;
|
|
21194
21281
|
};
|
|
@@ -21241,8 +21328,8 @@ declare const MasterTyreGradeQuerySchema: z.ZodObject<{
|
|
|
21241
21328
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21242
21329
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21243
21330
|
} & {
|
|
21244
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21245
21331
|
tyre_grade_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21332
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21246
21333
|
}, "strip", z.ZodTypeAny, {
|
|
21247
21334
|
status: Status[];
|
|
21248
21335
|
search: string;
|
|
@@ -21311,6 +21398,7 @@ interface MasterTyreModel extends Record<string, unknown> {
|
|
|
21311
21398
|
modified_date_time: string;
|
|
21312
21399
|
organisation_id: string;
|
|
21313
21400
|
UserOrganisation?: UserOrganisation;
|
|
21401
|
+
organisation_name?: string;
|
|
21314
21402
|
tyre_make_id: string;
|
|
21315
21403
|
MasterTyreMake?: MasterTyreMake;
|
|
21316
21404
|
_count?: {
|
|
@@ -21368,9 +21456,9 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
21368
21456
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21369
21457
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21370
21458
|
} & {
|
|
21459
|
+
tyre_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21371
21460
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21372
21461
|
tyre_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21373
|
-
tyre_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21374
21462
|
}, "strip", z.ZodTypeAny, {
|
|
21375
21463
|
status: Status[];
|
|
21376
21464
|
search: string;
|
|
@@ -21394,8 +21482,8 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
21394
21482
|
date_format_id: string;
|
|
21395
21483
|
time_zone_id: string;
|
|
21396
21484
|
organisation_ids: string[];
|
|
21397
|
-
tyre_make_ids: string[];
|
|
21398
21485
|
tyre_model_ids: string[];
|
|
21486
|
+
tyre_make_ids: string[];
|
|
21399
21487
|
}, {
|
|
21400
21488
|
date_format_id: string;
|
|
21401
21489
|
time_zone_id: string;
|
|
@@ -21419,10 +21507,18 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
21419
21507
|
}[] | undefined;
|
|
21420
21508
|
include_master_data?: YesNo | undefined;
|
|
21421
21509
|
organisation_ids?: string[] | undefined;
|
|
21422
|
-
tyre_make_ids?: string[] | undefined;
|
|
21423
21510
|
tyre_model_ids?: string[] | undefined;
|
|
21511
|
+
tyre_make_ids?: string[] | undefined;
|
|
21424
21512
|
}>;
|
|
21425
21513
|
type MasterTyreModelQueryDTO = z.infer<typeof MasterTyreModelQuerySchema>;
|
|
21514
|
+
declare const FindCacheSchema: z.ZodObject<{
|
|
21515
|
+
tyre_make_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21516
|
+
}, "strip", z.ZodTypeAny, {
|
|
21517
|
+
tyre_make_id: string;
|
|
21518
|
+
}, {
|
|
21519
|
+
tyre_make_id: string;
|
|
21520
|
+
}>;
|
|
21521
|
+
type FindCacheDTO = z.infer<typeof FindCacheSchema>;
|
|
21426
21522
|
declare const toMasterTyreModelPayload: (row: MasterTyreModel) => MasterTyreModelDTO;
|
|
21427
21523
|
declare const newMasterTyreModelPayload: () => MasterTyreModelDTO;
|
|
21428
21524
|
declare const findMasterTyreModels: (data: MasterTyreModelQueryDTO) => Promise<FBR<MasterTyreModel[]>>;
|
|
@@ -21441,6 +21537,7 @@ interface MasterTyreMake extends Record<string, unknown> {
|
|
|
21441
21537
|
modified_date_time: string;
|
|
21442
21538
|
organisation_id: string;
|
|
21443
21539
|
UserOrganisation?: UserOrganisation;
|
|
21540
|
+
organisation_name?: string;
|
|
21444
21541
|
MasterTyreModel?: MasterTyreModel[];
|
|
21445
21542
|
_count?: {
|
|
21446
21543
|
MasterTyreModel?: number;
|
|
@@ -21495,8 +21592,8 @@ declare const MasterTyreMakeQuerySchema: z.ZodObject<{
|
|
|
21495
21592
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21496
21593
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21497
21594
|
} & {
|
|
21498
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21499
21595
|
tyre_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21596
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21500
21597
|
}, "strip", z.ZodTypeAny, {
|
|
21501
21598
|
status: Status[];
|
|
21502
21599
|
search: string;
|
|
@@ -21901,6 +21998,7 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
21901
21998
|
logo_key: string;
|
|
21902
21999
|
logo_url: string;
|
|
21903
22000
|
logo_name: string;
|
|
22001
|
+
organisation_name: string;
|
|
21904
22002
|
language_id: string;
|
|
21905
22003
|
address_line1: string;
|
|
21906
22004
|
address_line2: string;
|
|
@@ -21912,7 +22010,6 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
21912
22010
|
postal_code: string;
|
|
21913
22011
|
country: string;
|
|
21914
22012
|
country_code: string;
|
|
21915
|
-
organisation_name: string;
|
|
21916
22013
|
organisation_utrack_id: string;
|
|
21917
22014
|
state_id: string;
|
|
21918
22015
|
organisation_email: string;
|
|
@@ -21941,8 +22038,8 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
21941
22038
|
industry_id: string;
|
|
21942
22039
|
currency_id: string;
|
|
21943
22040
|
country_id: string;
|
|
21944
|
-
language_id: string;
|
|
21945
22041
|
organisation_name: string;
|
|
22042
|
+
language_id: string;
|
|
21946
22043
|
state_id: string;
|
|
21947
22044
|
fleet_size: FleetSize;
|
|
21948
22045
|
distance_unit_id: string;
|
|
@@ -22043,8 +22140,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
22043
22140
|
time_zone_id: string;
|
|
22044
22141
|
organisation_ids: string[];
|
|
22045
22142
|
industry_ids: string[];
|
|
22046
|
-
country_ids: string[];
|
|
22047
22143
|
currency_ids: string[];
|
|
22144
|
+
country_ids: string[];
|
|
22048
22145
|
language_ids: string[];
|
|
22049
22146
|
date_format_ids: string[];
|
|
22050
22147
|
time_zone_ids: string[];
|
|
@@ -22074,8 +22171,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
22074
22171
|
include_master_data?: YesNo | undefined;
|
|
22075
22172
|
organisation_ids?: string[] | undefined;
|
|
22076
22173
|
industry_ids?: string[] | undefined;
|
|
22077
|
-
country_ids?: string[] | undefined;
|
|
22078
22174
|
currency_ids?: string[] | undefined;
|
|
22175
|
+
country_ids?: string[] | undefined;
|
|
22079
22176
|
language_ids?: string[] | undefined;
|
|
22080
22177
|
date_format_ids?: string[] | undefined;
|
|
22081
22178
|
time_zone_ids?: string[] | undefined;
|
|
@@ -22099,13 +22196,13 @@ declare const UserOrganisationLogoSchema: z.ZodObject<{
|
|
|
22099
22196
|
type UserOrganisationLogoDTO = z.infer<typeof UserOrganisationLogoSchema>;
|
|
22100
22197
|
declare const toUserOrganisationPayload: (row: UserOrganisation) => UserOrganisationDTO;
|
|
22101
22198
|
declare const newUserOrganisationPayload: () => UserOrganisationDTO;
|
|
22102
|
-
declare const
|
|
22199
|
+
declare const get_organisation_logo_presigned_url: (file_name: string) => Promise<BR<AWSPresignedUrl>>;
|
|
22200
|
+
declare const update_organisation_logo: (id: string, data: UserOrganisationLogoDTO) => Promise<SBR>;
|
|
22201
|
+
declare const delete_organisation_logo: (id: string) => Promise<SBR>;
|
|
22103
22202
|
declare const findUserOrganisation: (data: UserOrganisationQueryDTO) => Promise<FBR<UserOrganisation[]>>;
|
|
22104
22203
|
declare const createUserOrganisation: (data: UserOrganisationDTO) => Promise<SBR>;
|
|
22105
22204
|
declare const updateUserOrganisation: (id: string, data: UserOrganisationDTO) => Promise<SBR>;
|
|
22106
22205
|
declare const deleteUserOrganisation: (id: string) => Promise<SBR>;
|
|
22107
|
-
declare const updateUserOrganisationLogo: (id: string, data: UserOrganisationLogoDTO) => Promise<SBR>;
|
|
22108
|
-
declare const deleteUserOrganisationLogo: (id: string) => Promise<SBR>;
|
|
22109
22206
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
22110
22207
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
22111
22208
|
|
|
@@ -22144,12 +22241,9 @@ declare const BookMarkSchema: z.ZodObject<{
|
|
|
22144
22241
|
sub_item_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22145
22242
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
22146
22243
|
}, "strip", z.ZodTypeAny, {
|
|
22147
|
-
status: Status;
|
|
22148
|
-
organisation_id: string;
|
|
22149
|
-
user_id: string;
|
|
22150
|
-
group_name: string;
|
|
22151
22244
|
module_name: string;
|
|
22152
22245
|
menu_type: MenuType;
|
|
22246
|
+
group_name: string;
|
|
22153
22247
|
group_name_language: string;
|
|
22154
22248
|
group_icon: string;
|
|
22155
22249
|
group_url: string;
|
|
@@ -22157,16 +22251,19 @@ declare const BookMarkSchema: z.ZodObject<{
|
|
|
22157
22251
|
sub_item_name_language: string;
|
|
22158
22252
|
sub_item_icon: string;
|
|
22159
22253
|
sub_item_url: string;
|
|
22160
|
-
}, {
|
|
22161
22254
|
status: Status;
|
|
22162
22255
|
organisation_id: string;
|
|
22163
22256
|
user_id: string;
|
|
22164
|
-
|
|
22257
|
+
}, {
|
|
22165
22258
|
module_name: string;
|
|
22166
22259
|
menu_type: MenuType;
|
|
22260
|
+
group_name: string;
|
|
22167
22261
|
group_name_language: string;
|
|
22168
22262
|
group_icon: string;
|
|
22169
22263
|
group_url: string;
|
|
22264
|
+
status: Status;
|
|
22265
|
+
organisation_id: string;
|
|
22266
|
+
user_id: string;
|
|
22170
22267
|
sub_item_name?: string | undefined;
|
|
22171
22268
|
sub_item_name_language?: string | undefined;
|
|
22172
22269
|
sub_item_icon?: string | undefined;
|
|
@@ -22209,6 +22306,7 @@ declare const BookMarkQuerySchema: z.ZodObject<{
|
|
|
22209
22306
|
bookmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
22210
22307
|
menu_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof MenuType>, "many">>>;
|
|
22211
22308
|
}, "strip", z.ZodTypeAny, {
|
|
22309
|
+
menu_type: MenuType[];
|
|
22212
22310
|
status: Status[];
|
|
22213
22311
|
search: string;
|
|
22214
22312
|
paging: PAGING;
|
|
@@ -22232,11 +22330,11 @@ declare const BookMarkQuerySchema: z.ZodObject<{
|
|
|
22232
22330
|
time_zone_id: string;
|
|
22233
22331
|
organisation_ids: string[];
|
|
22234
22332
|
user_ids: string[];
|
|
22235
|
-
menu_type: MenuType[];
|
|
22236
22333
|
bookmark_ids: string[];
|
|
22237
22334
|
}, {
|
|
22238
22335
|
date_format_id: string;
|
|
22239
22336
|
time_zone_id: string;
|
|
22337
|
+
menu_type?: MenuType[] | undefined;
|
|
22240
22338
|
status?: Status[] | undefined;
|
|
22241
22339
|
search?: string | undefined;
|
|
22242
22340
|
paging?: PAGING | undefined;
|
|
@@ -22258,7 +22356,6 @@ declare const BookMarkQuerySchema: z.ZodObject<{
|
|
|
22258
22356
|
include_master_data?: YesNo | undefined;
|
|
22259
22357
|
organisation_ids?: string[] | undefined;
|
|
22260
22358
|
user_ids?: string[] | undefined;
|
|
22261
|
-
menu_type?: MenuType[] | undefined;
|
|
22262
22359
|
bookmark_ids?: string[] | undefined;
|
|
22263
22360
|
}>;
|
|
22264
22361
|
type BookMarkQueryDTO = z.infer<typeof BookMarkQuerySchema>;
|
|
@@ -22269,4 +22366,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
|
|
|
22269
22366
|
declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
|
|
22270
22367
|
declare const deleteBookMark: (id: string) => Promise<SBR>;
|
|
22271
22368
|
|
|
22272
|
-
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_user_presigned_url$2 as I, findOrganisationSubCompanyies as J, createOrganisationSubCompany as K, updateOrganisationSubCompany as L, type MasterDriver as M, deleteOrganisationSubCompany as N, type OrganisationSubCompany as O, updateSubCompanyLogo as P, deleteSubCompanyLogo$1 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, type MasterMainLandmarkDTO 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, updateUserAdminLogo as cA, deleteUserAdminLogo as cB, updateUserAdminProfile as cC, getAdminUserCache as cD, type Ticket as cE, type TicketFile as cF, TicketFileSchema as cG, type TicketFileDTO as cH, TicketSchema as cI, type TicketDTO as cJ, TicketVerifySchema as cK, type TicketVerifyDTO as cL, TicketQuerySchema as cM, type TicketQueryDTO as cN, toTicketPayload as cO, toVerifyTicketPayload as cP, newTicketPayload as cQ, get_ticket_file_presigned_url as cR, create_ticket_file as cS, remove_ticket_file as cT, findTickets as cU, createTicket as cV, updateTicket as cW, updateVerifyStatus as cX, deleteTicket as cY, type MasterMainLandMark as cZ, MasterMainLandmarkSchema 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, toUserAdminPayload as cs, toUserAdminProfilePayload as ct, newUserAdminPayload as cu, get_admin_presigned_url as cv, findUserAdmin as cw, createUserAdmin as cx, updateUserAdmin as cy, deleteUserAdmin as cz, type MasterMainIndustry as d, type MasterVendorDocumentTypeDTO as d$, MasterMainLandmarkQuerySchema as d0, type MasterMainLandmarkQueryDTO as d1, toMasterMainLandmarkPayload as d2, newMasterMainLandmarkPayload as d3, findMasterMainCountries$1 as d4, createMasterMainCountry$1 as d5, updateMasterMainCountry$1 as d6, deleteMasterMainCountry$1 as d7, type MasterVehicleFuelType as d8, MasterVehicleFuelTypeSchema as d9, getMasterVehicleFuelUnitCacheChild as dA, type MasterVendorType as dB, MasterVendorTypeSchema as dC, type MasterVendorTypeDTO as dD, MasterVendorTypeQuerySchema as dE, type MasterVendorTypeQueryDTO as dF, toMasterVendorTypePayload as dG, newMasterVendorTypePayload as dH, findMasterVendorTypes as dI, createMasterVendorType as dJ, updateMasterVendorType as dK, deleteMasterVendorType as dL, getMasterVendorTypeCache as dM, type MasterVendorTag as dN, MasterVendorTagSchema as dO, type MasterVendorTagDTO as dP, MasterVendorTagQuerySchema as dQ, type MasterVendorTagQueryDTO as dR, toMasterVendorTagPayload as dS, newMasterVendorTagPayload as dT, findMasterVendorTags as dU, createMasterVendorTag as dV, updateMasterVendorTag as dW, deleteMasterVendorTag as dX, getMasterVendorTagCache as dY, type MasterVendorDocumentType as dZ, MasterVendorDocumentTypeSchema as d_, type MasterVehicleFuelTypeDTO as da, MasterVehicleFuelTypeQuerySchema as db, type MasterVehicleFuelTypeQueryDTO as dc, toMasterVehicleFuelTypePayload as dd, newMasterVehicleFuelTypePayload as de, findMasterVehicleFuelTypes as df, createMasterVehicleFuelType as dg, updateMasterVehicleFuelType as dh, deleteMasterVehicleFuelType as di, getMasterVehicleFuelTypeCache as dj, getMasterVehicleFuelTypeCacheCount as dk, getMasterVehicleFuelTypeCacheChild as dl, type MasterVehicleFuelUnit as dm, MasterVehicleFuelUnitSchema as dn, type MasterVehicleFuelUnitDTO as dp, MasterVehicleFuelUnitQuerySchema as dq, type MasterVehicleFuelUnitQueryDTO as dr, toMasterVehicleFuelUnitPayload as ds, newMasterVehicleFuelUnitPayload as dt, findMasterVehicleFuelUnits as du, createMasterVehicleFuelUnit as dv, updateMasterVehicleFuelUnit as dw, deleteMasterVehicleFuelUnit as dx, getMasterVehicleFuelUnitCache as dy, getMasterVehicleFuelUnitCacheCount as dz, MasterMainIndustrySchema as e, newMasterFleetIncidentStatusPayload as e$, MasterVendorDocumentTypeQuerySchema as e0, type MasterVendorDocumentTypeQueryDTO as e1, toMasterVendorDocumentTypePayload as e2, newMasterVendorDocumentTypePayload as e3, findMasterVendorDocumentTypes as e4, createMasterVendorDocumentType as e5, updateMasterVendorDocumentType as e6, deleteMasterVendorDocumentType as e7, getMasterVendorDocumentTypeCache as e8, type MasterFleetServiceTask as e9, MasterFleetInsuranceClaimStatusQuerySchema as eA, type MasterFleetInsuranceClaimStatusQueryDTO as eB, toMasterFleetInsuranceClaimStatusPayload as eC, newMasterFleetInsuranceClaimStatusPayload as eD, findMasterFleetInsuranceClaimStatuses as eE, createMasterFleetInsuranceClaimStatus as eF, updateMasterFleetInsuranceClaimStatus as eG, deleteMasterFleetInsuranceClaimStatus as eH, getMasterFleetInsuranceClaimStatusCache as eI, type MasterFleetIncidentSeverity as eJ, MasterFleetIncidentSeveritySchema as eK, type MasterFleetIncidentSeverityDTO as eL, MasterFleetIncidentSeverityQuerySchema as eM, type MasterFleetIncidentSeverityQueryDTO as eN, toMasterFleetIncidentSeverityPayload as eO, newMasterFleetIncidentSeverityPayload as eP, findMasterFleetIncidentSeverities as eQ, createMasterFleetIncidentSeverity as eR, updateMasterFleetIncidentSeverity as eS, deleteMasterFleetIncidentSeverity as eT, getMasterFleetIncidentSeverityCache as eU, type MasterFleetIncidentStatus as eV, MasterFleetIncidentStatusSchema as eW, type MasterFleetIncidentStatusDTO as eX, MasterFleetIncidentStatusQuerySchema as eY, type MasterFleetIncidentStatusQueryDTO as eZ, toMasterFleetIncidentStatusPayload as e_, MasterFleetServiceTaskSchema as ea, type MasterFleetServiceTaskDTO as eb, MasterFleetServiceTaskQuerySchema as ec, type MasterFleetServiceTaskQueryDTO as ed, toMasterFleetServiceTaskPayload as ee, newMasterFleetServiceTaskPayload as ef, findMasterFleetServiceTasks as eg, createMasterFleetServiceTask as eh, updateMasterFleetServiceTask as ei, deleteMasterFleetServiceTask as ej, getMasterFleetServiceTaskCache as ek, type FleetServiceSchedule as el, type FleetServiceScheduleVehicleLink as em, FleetServiceScheduleSchema as en, type FleetServiceScheduleDTO as eo, FleetServiceScheduleQuerySchema as ep, type FleetServiceScheduleQueryDTO as eq, toFleetServiceSchedulePayload as er, newFleetServiceSchedulePayload as es, findFleetServiceSchedule as et, createFleetServiceSchedule as eu, updateFleetServiceSchedule as ev, deleteFleetServiceSchedule as ew, type MasterFleetInsuranceClaimStatus as ex, MasterFleetInsuranceClaimStatusSchema as ey, type MasterFleetInsuranceClaimStatusDTO as ez, type MasterMainIndustryDTO as f, FleetInspectionFormSchema as f$, findMasterFleetIncidentStatuses as f0, createMasterFleetIncidentStatus as f1, updateMasterFleetIncidentStatus as f2, deleteMasterFleetIncidentStatus as f3, getMasterFleetIncidentStatusCache as f4, type MasterFleetIncidentType as f5, MasterFleetIncidentTypeSchema as f6, type MasterFleetIncidentTypeDTO as f7, MasterFleetIncidentTypeQuerySchema as f8, type MasterFleetIncidentTypeQueryDTO as f9, type FleetIncidentManagementDTO as fA, FleetIncidentManagementDashBoardQuerySchema as fB, type FleetIncidentManagementDashBoardQueryDTO as fC, FleetIncidentManagementQuerySchema as fD, type FleetIncidentManagementQueryDTO as fE, FleetIncidentManagementCostSchema as fF, type FleetIncidentManagementCostDTO as fG, FleetIncidentManagementCostQuerySchema as fH, type FleetIncidentManagementCostQueryDTO as fI, toFleetIncidentManagementPayload as fJ, newFleetIncidentManagementPayload as fK, toFleetIncidentManagementCostPayload as fL, newFleetIncidentManagementCostPayload as fM, get_incident_file_presigned_url as fN, create_incident_file as fO, remove_incident_file as fP, createFleetIncidentManagement as fQ, findFleetIncidentManagement as fR, updateFleetIncidentManagement as fS, deleteFleetIncidentManagement as fT, incident_dashboard as fU, createFleetIncidentManagementCost as fV, findFleetIncidentManagementCost as fW, updateFleetIncidentManagementCost as fX, deleteFleetIncidentManagementCost as fY, type FleetInspectionForm as fZ, type FleetInspectionFormSimple as f_, toMasterFleetIncidentTypePayload as fa, newMasterFleetIncidentTypePayload as fb, findMasterFleetIncidentTypes as fc, createMasterFleetIncidentType as fd, updateMasterFleetIncidentType as fe, deleteMasterFleetIncidentType as ff, getMasterFleetIncidentTypeCache as fg, type MasterExpenseName as fh, MasterExpenseNameSchema as fi, type MasterExpenseNameDTO as fj, MasterExpenseNameQuerySchema as fk, type MasterExpenseNameQueryDTO as fl, toMasterExpenseNamePayload as fm, newMasterExpenseNamePayload as fn, findMasterExpenseNames as fo, createMasterExpenseName as fp, updateMasterExpenseName as fq, deleteMasterExpenseName as fr, getMasterExpenseNameCache as fs, type FleetIncidentManagement as ft, type FleetIncidentManagementCost as fu, type FleetIncidentManagementFile as fv, type IncidentDashboard as fw, FleetIncidentManagementFileSchema as fx, type FleetIncidentManagementFileDTO as fy, FleetIncidentManagementSchema as fz, MasterMainIndustryQuerySchema as g, get_issue_file_presigned_url as g$, type FleetInspectionFormDTO as g0, FleetInspectionFormQuerySchema as g1, type FleetInspectionFormQueryDTO as g2, toFleetInspectionFormPayload as g3, newFleetInspectionFormPayload as g4, findFleetInspectionForm as g5, createFleetInspectionForm as g6, updateFleetInspectionForm as g7, deleteFleetInspectionForm as g8, getFleetInspectionFormCacheSimple as g9, remove_service_file$1 as gA, findFleetInspection as gB, createFleetInspection as gC, updateFleetInspection as gD, deleteFleetInspection as gE, find_check_pending as gF, type FleetIssueManagement as gG, type FleetIssueManagementHistory as gH, type FleetIssueManagementComment as gI, type FleetIssueManagementFile as gJ, type IssueDashboard as gK, FleetIssueManagementFileSchema as gL, type FleetIssueManagementFileDTO as gM, FleetIssueManagementSchema as gN, type FleetIssueManagementDTO as gO, FleetIssueManagementQuerySchema as gP, type FleetIssueManagementQueryDTO as gQ, FleetIssueManagementDashBoardQuerySchema as gR, type FleetIssueManagementDashBoardQueryDTO as gS, FleetIssueManagementCommentSchema as gT, type FleetIssueManagementCommentDTO as gU, FleetIssueManagementCommentQuerySchema as gV, type FleetIssueManagementCommentQueryDTO as gW, toFleetIssueManagementPayload as gX, newFleetIssueManagementPayload as gY, toFleetIssueManagementCommentPayload as gZ, newFleetIssueManagementCommentPayload as g_, type FleetInspectionSchedule as ga, type FleetInspectionScheduleVehicleLink as gb, FleetInspectionScheduleSchema as gc, type FleetInspectionScheduleDTO as gd, FleetInspectionScheduleQuerySchema as ge, type FleetInspectionScheduleQueryDTO as gf, toFleetInspectionSchedulePayload as gg, newFleetInspectionSchedulePayload as gh, findFleetInspectionSchedule as gi, createFleetInspectionSchedule as gj, updateFleetInspectionSchedule as gk, deleteFleetInspectionSchedule as gl, type FleetInspection as gm, type FleetInspectionFile as gn, FleetInspectionFileSchema as go, type FleetInspectionFileDTO as gp, FleetInspectionSchema as gq, type FleetInspectionDTO as gr, FleetInspectionQuerySchema as gs, type FleetInspectionQueryDTO as gt, FleetInspectionCheckPendingQuerySchema as gu, type FleetInspectionCheckPendingQueryDTO as gv, toFleetInspectionPayload as gw, newFleetInspectionPayload as gx, get_inspection_file_presigned_url as gy, create_service_file$1 as gz, type MasterMainIndustryQueryDTO as h, createFleetVendorServiceCenter as h$, create_issue_file as h0, remove_issue_file as h1, findFleetIssueManagement as h2, createFleetIssueManagement as h3, updateFleetIssueManagement as h4, deleteFleetIssueManagement as h5, issue_dashboard as h6, findFleetIssueManagementComment as h7, createFleetIssueManagementComment as h8, updateFleetIssueManagementComment as h9, toFleetServiceReminderPayload as hA, newFleetServiceReminderPayload as hB, get_service_file_presigned_url as hC, create_service_file as hD, remove_service_file as hE, findFleetServiceManagement as hF, createFleetServiceManagement as hG, updateFleetServiceManagement as hH, deleteFleetServiceManagement as hI, service_dashboard as hJ, findFleetServiceManagementTask as hK, createFleetServiceManagementTask as hL, updateFleetServiceManagementTask as hM, deleteFleetServiceManagementTask as hN, findFleetServiceReminder as hO, createFleetServiceReminder as hP, updateFleetServiceReminder as hQ, deleteFleetServiceReminder as hR, type FleetVendorServiceCenter as hS, type FleetVendorServiceCenterSimple as hT, FleetVendorServiceCenterSchema as hU, type FleetVendorServiceCenterDTO as hV, FleetVendorServiceCenterQuerySchema as hW, type FleetVendorServiceCenterQueryDTO as hX, toFleetVendorServiceCenterPayload as hY, newFleetVendorServiceCenterPayload as hZ, findFleetVendorServiceCenter as h_, deleteFleetIssueManagementComment as ha, type FleetServiceManagement as hb, type FleetServiceManagementTask as hc, type FleetServiceManagementFile as hd, type FleetServiceReminder as he, type ServiceDashboard as hf, FleetServiceManagementFileSchema as hg, type FleetServiceManagementFileDTO as hh, FleetServiceManagementSchema as hi, type FleetServiceManagementDTO as hj, FleetServiceManagementQuerySchema as hk, type FleetServiceManagementQueryDTO as hl, FleetServiceManagementDashBoardQuerySchema as hm, type FleetServiceManagementDashBoardQueryDTO as hn, FleetServiceManagementTaskSchema as ho, type FleetServiceManagementTaskDTO as hp, FleetServiceManagementTaskQuerySchema as hq, type FleetServiceManagementTaskQueryDTO as hr, FleetServiceReminderSchema as hs, type FleetServiceReminderDTO as ht, FleetServiceReminderQuerySchema as hu, type FleetServiceReminderQueryDTO as hv, toFleetServiceManagementPayload as hw, newFleetServiceManagementPayload as hx, toFleetServiceManagementTaskPayload as hy, newFleetServiceManagementTaskPayload as hz, findMasterMainIndustrys as i, type FleetVendorContactPersonsLogoDTO as i$, updateFleetVendorServiceCenter as i0, deleteFleetVendorServiceCenter as i1, getFleetVendorServiceCenterCacheSimple as i2, type MasterFuelCompany as i3, MasterFuelCompanySchema as i4, type MasterFuelCompanyDTO as i5, MasterFuelCompanyQuerySchema as i6, type MasterFuelCompanyQueryDTO as i7, FuelCompanyLogoSchema as i8, type FuelCompanyLogoDTO as i9, type VendorDashboard as iA, type FleetVendorSimple as iB, type FleetVendorTypeLink as iC, type FleetVendorTagLink as iD, type FleetVendorAddress as iE, type FleetVendorBankAccount as iF, 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 iN, FleetVendorQuerySchema as iO, type FleetVendorQueryDTO as iP, FleetVendorDashBoardQuerySchema as iQ, type FleetVendorDashBoardQueryDTO as iR, FleetVendorAddressSchema as iS, type FleetVendorAddressDTO as iT, FleetVendorAddressQuerySchema as iU, type FleetVendorAddressQueryDTO as iV, FleetVendorBankAccountSchema as iW, type FleetVendorBankAccountDTO as iX, FleetVendorBankAccountQuerySchema as iY, type FleetVendorBankAccountQueryDTO as iZ, FleetVendorContactPersonsLogoSchema as i_, toMasterFuelCompanyPayload as ia, newMasterFuelCompanyPayload as ib, get_user_presigned_url$1 as ic, findMasterFuelCompanys as id, createMasterFuelCompany as ie, updateMasterFuelCompany as ig, deleteMasterFuelCompany as ih, updateFuelCompanyLogo as ii, deleteSubCompanyLogo as ij, getMasterFuelCompanyCache as ik, type FleetVendorFuelStation as il, type FleetVendorFuelStationSimple as im, FleetVendorFuelStationSchema as io, type FleetVendorFuelStationDTO as ip, FleetVendorFuelStationQuerySchema as iq, type FleetVendorFuelStationQueryDTO as ir, toFleetVendorFuelStationPayload as is, newFleetVendorFuelStationPayload as it, findFleetVendorFuelStation as iu, createFleetVendorFuelStation as iv, updateFleetVendorFuelStation as iw, deleteFleetVendorFuelStation as ix, getFleetVendorFuelStationCacheSimple as iy, type FleetVendor as iz, createMasterMainIndustry as j, FleetFuelRefillFileSchema as j$, FleetVendorContactPersonsSchema as j0, type FleetVendorContactPersonsDTO as j1, FleetVendorContactPersonsQuerySchema as j2, type FleetVendorContactPersonsQueryDTO as j3, FleetVendorReviewSchema as j4, type FleetVendorReviewDTO as j5, FleetVendorReviewQuerySchema as j6, type FleetVendorReviewQueryDTO as j7, FleetVendorDocumentFileSchema as j8, type FleetVendorDocumentFileDTO as j9, createFleetVendor as jA, updateFleetVendor as jB, deleteFleetVendor as jC, vendor_dashboard as jD, createFleetVendorAddress as jE, findFleetVendorAddress as jF, updateFleetVendorAddress as jG, deleteFleetVendorAddress as jH, createFleetVendorBankAccount as jI, findFleetVendorBankAccount as jJ, updateFleetVendorBankAccount as jK, deleteFleetVendorBankAccount as jL, createFleetVendorContactPersons as jM, findFleetVendorContactPersons as jN, updateFleetVendorContactPersons as jO, deleteFleetVendorContactPersons as jP, createFleetVendorReview as jQ, findFleetVendorReview as jR, updateFleetVendorReview as jS, deleteFleetVendorReview as jT, createFleetVendorDocument as jU, findFleetVendorDocument as jV, updateFleetVendorDocument as jW, deleteFleetVendorDocument as jX, getFleetVendorCacheSimple as jY, type FleetFuelRefill as jZ, type FleetFuelRefillFile as j_, FleetVendorDocumentSchema as ja, type FleetVendorDocumentDTO as jb, FleetVendorDocumentQuerySchema as jc, type FleetVendorDocumentQueryDTO as jd, toFleetVendorPayload as je, newFleetVendorPayload as jf, toFleetVendorAddressPayload as jg, newFleetVendorAddressPayload as jh, toFleetVendorBankAccountPayload as ji, newFleetVendorBankAccountPayload as jj, toFleetVendorContactPersonsPayload as jk, newFleetVendorContactPersonsPayload as jl, toFleetVendorReviewPayload as jm, newFleetVendorReviewPayload as jn, toFleetVendorDocumentPayload as jo, newFleetVendorDocumentPayload as jp, get_vendor_logo_presigned_url as jq, get_vendor_contact_person_logo_presigned_url as jr, get_vendor_document_file_presigned_url as js, update_vendor_logo as jt, delete_vendor_logo as ju, updateFleetVendorContactPersonsLogo as jv, deleteFleetVendorContactPersonsLogo as jw, create_vendor_document_file as jx, remove_vendor_document_file as jy, findFleetVendor as jz, deleteMasterMainIndustry as k, newUserPayload as k$, type FleetFuelRefillFileDTO as k0, FleetFuelRefillSchema as k1, type FleetFuelRefillDTO as k2, FleetFuelRefillQuerySchema as k3, type FleetFuelRefillQueryDTO as k4, toFleetFuelRefillPayload as k5, newFleetFuelRefillPayload as k6, get_fuel_refill_file_presigned_url as k7, create_fuel_refill_file as k8, remove_fuel_refill_file as k9, toFleetFuelRemovalPayload as kA, newFleetFuelRemovalPayload as kB, get_fuel_removal_file_presigned_url as kC, create_fuel_removal_file as kD, remove_fuel_removal_file as kE, findFleetFuelRemoval as kF, createFleetFuelRemoval as kG, updateFleetFuelRemoval as kH, deleteFleetFuelRemoval as kI, type UserVehicleLink as kJ, type UserLoginPush as kK, UserSchema as kL, type UserDTO as kM, UserQuerySchema as kN, type UserQueryDTO as kO, UserLogoSchema as kP, type UserLogoDTO as kQ, UserProfileSchema as kR, type UserProfileDTO as kS, UserDefaultLanguageSchema as kT, type UserDefaultLanguageDTO as kU, UserDefaultTimeZoneSchema as kV, type UserDefaultTimeZoneDTO as kW, UserDefaultDateFormatSchema as kX, type UserDefaultDateFormatDTO as kY, toUserPayload as kZ, toUserProfilePayload as k_, findFleetFuelRefill as ka, createFleetFuelRefill as kb, updateFleetFuelRefill as kc, deleteFleetFuelRefill as kd, type MasterVehicleFuelRemovalReason as ke, MasterVehicleFuelRemovalReasonSchema as kf, type MasterVehicleFuelRemovalReasonDTO as kg, MasterVehicleFuelRemovalReasonQuerySchema as kh, type MasterVehicleFuelRemovalReasonQueryDTO as ki, toMasterVehicleFuelRemovalReasonPayload as kj, newMasterVehicleFuelRemovalReasonPayload as kk, findMasterVehicleFuelRemovalReasons as kl, createMasterVehicleFuelRemovalReason as km, updateMasterVehicleFuelRemovalReason as kn, deleteMasterVehicleFuelRemovalReason as ko, getMasterVehicleFuelRemovalReasonCache as kp, getMasterVehicleFuelRemovalReasonCacheCount as kq, getMasterVehicleFuelRemovalReasonCacheChild as kr, type FleetFuelRemoval as ks, type FleetFuelRemovalFile as kt, FleetFuelRemovalFileSchema as ku, type FleetFuelRemovalFileDTO as kv, FleetFuelRemovalSchema as kw, type FleetFuelRemovalDTO as kx, FleetFuelRemovalQuerySchema as ky, type FleetFuelRemovalQueryDTO as kz, getMasterMainIndustryCache as l, type OrganisationGroup as l$, get_user_presigned_url as l0, findUser as l1, createUser as l2, updateUser as l3, deleteUser as l4, updateUserLogo as l5, deleteUserLogo as l6, updateUserProfile as l7, getUserCache as l8, getUserCacheSimple as l9, type DriverLoginPush as lA, MasterDriverFileSchema as lB, type MasterDriverFileDTO as lC, MasterDriverSchema as lD, type MasterDriverDTO as lE, MasterDriverQuerySchema as lF, type MasterDriverQueryDTO as lG, MasterDriverLogoSchema as lH, type MasterDriverLogoDTO as lI, MasterDriverProfileSchema as lJ, type MasterDriverProfileDTO as lK, toDriverPayload as lL, toDriverProfilePayload as lM, newDriverPayload as lN, get_master_driver_presigned_url as lO, get_master_driver_presigned_url_file as lP, create_file as lQ, remove_file as lR, findMasterDriver as lS, createMasterDriver as lT, updateMasterDriver as lU, deleteMasterDriver as lV, updateMasterDriverLogo as lW, deleteMasterDriverLogo as lX, updateMasterDriverProfile as lY, getMasterDriverCache as lZ, getMasterDriverCacheSimple as l_, updateUserDefaultLanguage as la, updateUserDefaultTimezone as lb, updateUserDefaultDateformat as lc, type FleetFuelDailySummary as ld, FleetFuelDailySummarySchema as le, type FleetFuelDailySummaryDTO as lf, FleetFuelDailySummaryQuerySchema as lg, type FleetFuelDailySummaryQueryDTO as lh, FleetFuelDailySummaryDashBoardQuerySchema as li, type FleetFuelDailySummaryDashBoardQueryDTO as lj, FleetFuelDailyMonthlySummaryQuerySchema as lk, type FleetFuelDailyMonthlySummaryQueryDTO as ll, AllVehiclesFuelDailySummaryQuerySchema as lm, type AllVehiclesFuelDailySummaryDTO as ln, type FuelDashboard as lo, toFleetFuelDailySummaryPayload as lp, newFleetFuelDailySummaryPayload as lq, findFleetFuelDailySummary as lr, createFleetFuelDailySummary as ls, updateFleetFuelDailySummary as lt, deleteFleetFuelDailySummary as lu, fuel_dashboard as lv, findFleetFuelMonthlySummary as lw, findVehicleFuelSummary as lx, type MasterDriverFile as ly, type AssignRemoveDriverHistory as lz, type MasterMainCurrency as m, MasterVehicleStatusTypeQuerySchema as m$, type VehicleOrganisationGroupLink as m0, OrganisationGroupSchema as m1, type OrganisationGroupDTO as m2, OrganisationGroupQuerySchema as m3, type OrganisationGroupQueryDTO as m4, toOrganisationGroupPayload as m5, newOrganisationGroupPayload as m6, findOrganisationGroups as m7, createOrganisationGroup as m8, updateOrganisationGroup as m9, newMasterVehicleModelPayload as mA, findMasterVehicleModels as mB, createMasterVehicleModel as mC, updateMasterVehicleModel as mD, deleteMasterVehicleModel as mE, getMasterVehicleModelCache as mF, getMasterVehicleModelCacheCount as mG, getMasterVehicleModelCacheChild as mH, type MasterVehicleSubModel as mI, MasterVehicleSubModelSchema as mJ, type MasterVehicleSubModelDTO as mK, MasterVehicleSubModelQuerySchema as mL, type MasterVehicleSubModelQueryDTO as mM, FindCacheSchema$2 as mN, type FindCacheDTO$2 as mO, toMasterVehicleSubModelPayload as mP, newMasterVehicleSubModelPayload as mQ, findMasterVehicleSubModels as mR, createMasterVehicleSubModel as mS, updateMasterVehicleSubModel as mT, deleteMasterVehicleSubModel as mU, getMasterVehicleSubModelCache as mV, getMasterVehicleSubModelCacheCount as mW, getMasterVehicleSubModelCacheChild as mX, type MasterVehicleStatusType as mY, MasterVehicleStatusTypeSchema as mZ, type MasterVehicleStatusTypeDTO as m_, deleteOrganisationGroup as ma, getOrganisationGroupCache as mb, getOrganisationGroupCacheCount as mc, getOrganisationGroupCacheChild as md, type MasterVehicleMake as me, MasterVehicleMakeSchema as mf, type MasterVehicleMakeDTO as mg, MasterVehicleMakeQuerySchema as mh, type MasterVehicleMakeQueryDTO as mi, toMasterVehicleMakePayload as mj, newMasterVehicleMakePayload as mk, findMasterVehicleMakes as ml, createMasterVehicleMake as mm, updateMasterVehicleMake as mn, deleteMasterVehicleMake as mo, getMasterVehicleMakeCache as mp, getMasterVehicleMakeCacheCount as mq, getMasterVehicleMakeCacheChild as mr, type MasterVehicleModel as ms, MasterVehicleModelSchema as mt, type MasterVehicleModelDTO as mu, MasterVehicleModelQuerySchema as mv, type MasterVehicleModelQueryDTO as mw, FindCacheSchema$3 as mx, type FindCacheDTO$3 as my, toMasterVehicleModelPayload as mz, newMasterMainIndustryPayload as n, getMasterVehicleDocumentTypeCache as n$, type MasterVehicleStatusTypeQueryDTO as n0, toMasterVehicleStatusTypePayload as n1, newMasterVehicleStatusTypePayload as n2, findMasterVehicleStatusTypes as n3, createMasterVehicleStatusType as n4, updateMasterVehicleStatusType as n5, deleteMasterVehicleStatusType as n6, getMasterVehicleStatusTypeCache as n7, getMasterVehicleStatusTypeCacheCount as n8, getMasterVehicleStatusTypeCacheChild as n9, getMasterVehicleTypeCacheCount as nA, getMasterVehicleTypeCacheChild as nB, type MasterVehicleAssociatedTo as nC, MasterVehicleAssociatedToSchema as nD, type MasterVehicleAssociatedToDTO as nE, MasterVehicleAssociatedToQuerySchema as nF, type MasterVehicleAssociatedToQueryDTO as nG, toMasterVehicleAssociatedToPayload as nH, newMasterVehicleAssociatedToPayload as nI, findMasterVehicleAssociatedTos as nJ, createMasterVehicleAssociatedTo as nK, updateMasterVehicleAssociatedTo as nL, deleteMasterVehicleAssociatedTo as nM, getMasterVehicleAssociatedToCache as nN, getMasterVehicleAssociatedToCacheCount as nO, getMasterVehicleAssociatedToCacheChild as nP, type MasterVehicleDocumentType as nQ, MasterVehicleDocumentTypeSchema as nR, type MasterVehicleDocumentTypeDTO as nS, MasterVehicleDocumentTypeQuerySchema as nT, type MasterVehicleDocumentTypeQueryDTO as nU, toMasterVehicleDocumentTypePayload as nV, newMasterVehicleDocumentTypePayload as nW, findMasterVehicleDocumentTypes as nX, createMasterVehicleDocumentType as nY, updateMasterVehicleDocumentType as nZ, deleteMasterVehicleDocumentType as n_, type MasterVehicleOwnershipType as na, MasterVehicleOwnershipTypeSchema as nb, type MasterVehicleOwnershipTypeDTO as nc, MasterVehicleOwnershipTypeQuerySchema as nd, type MasterVehicleOwnershipTypeQueryDTO as ne, toMasterVehicleOwnershipTypePayload as nf, newMasterVehicleOwnershipTypePayload as ng, findMasterVehicleOwnershipTypes as nh, createMasterVehicleOwnershipType as ni, updateMasterVehicleOwnershipType as nj, deleteMasterVehicleOwnershipType as nk, getMasterVehicleOwnershipTypeCache as nl, getMasterVehicleOwnershipTypeCacheCount as nm, getMasterVehicleOwnershipTypeCacheChild as nn, type MasterVehicleType as no, MasterVehicleTypeSchema as np, type MasterVehicleTypeDTO as nq, MasterVehicleTypeQuerySchema as nr, type MasterVehicleTypeQueryDTO as ns, toMasterVehicleTypePayload as nt, newMasterVehicleTypePayload as nu, findMasterVehicleTypes as nv, createMasterVehicleType as nw, updateMasterVehicleType as nx, deleteMasterVehicleType as ny, getMasterVehicleTypeCache as nz, MasterMainCurrencySchema as o, newMasterSectionPayload as o$, type OrganisationReportPreference as o0, type OrganisationReportPreferenceVehicleLink as o1, type OrganisationReportAutomationMail as o2, type OrganisationReportAutomationMailVehicleLink as o3, OrganisationReportAutomationMailQuerySchema as o4, type OrganisationReportAutomationMailQueryDTO as o5, OrganisationReportPreferenceSchema as o6, type OrganisationReportPreferenceDTO as o7, OrganisationReportPreferenceQuerySchema as o8, type OrganisationReportPreferenceQueryDTO as o9, toMasterClassPayload as oA, newMasterClassPayload as oB, findMasterClass as oC, createMasterClass as oD, updateMasterClass as oE, deleteMasterClass as oF, getMasterClassCache as oG, getMasterClassCacheCount as oH, type MasterProgram as oI, MasterProgramSchema as oJ, type MasterProgramDTO as oK, MasterProgramQuerySchema as oL, type MasterProgramQueryDTO as oM, toMasterProgramPayload as oN, newMasterProgramPayload as oO, findMasterProgram as oP, createMasterProgram as oQ, updateMasterProgram as oR, deleteMasterProgram as oS, getMasterProgramCache as oT, getMasterProgramCacheCount as oU, type MasterSection as oV, MasterSectionSchema as oW, type MasterSectionDTO as oX, MasterSectionQuerySchema as oY, type MasterSectionQueryDTO as oZ, toMasterSectionPayload as o_, toOrganisationReportPreferencePayload as oa, newOrganisationReportPreferencePayload as ob, findOrganisationReportPreference as oc, createOrganisationReportPreference as od, updateOrganisationReportPreference as oe, deleteOrganisationReportPreference as of, findOrganisationReportAutomationMail as og, type BusStopPolygonData as oh, type BusStop as oi, BusStopPolygonDataSchema as oj, type BusStopPolygonDataDTO as ok, BusStopSchema as ol, type BusStopDTO as om, BusStopQuerySchema as on, type BusStopQueryDTO as oo, toBusStopPayload as op, newBusStopPayload as oq, findBusStop as or, createBusStop as os, updateBusStop as ot, deleteBusStop as ou, type MasterClass as ov, MasterClassSchema as ow, type MasterClassDTO as ox, MasterClassQuerySchema as oy, type MasterClassQueryDTO as oz, type MasterMainCurrencyDTO as p, StudentSchema as p$, findMasterSection as p0, createMasterSection as p1, updateMasterSection as p2, deleteMasterSection as p3, getMasterSectionCache as p4, getMasterSectionCacheCount as p5, type MasterSemester as p6, MasterSemesterSchema as p7, type MasterSemesterDTO as p8, MasterSemesterQuerySchema as p9, type MasterYearQueryDTO as pA, toMasterYearPayload as pB, newMasterYearPayload as pC, findMasterYear as pD, createMasterYear as pE, updateMasterYear as pF, deleteMasterYear as pG, getMasterYearCache as pH, getMasterYearCacheCount as pI, type MasterRelationship as pJ, MasterRelationshipSchema as pK, type MasterRelationshipDTO as pL, MasterRelationshipQuerySchema as pM, type MasterRelationshipQueryDTO as pN, toMasterRelationshipPayload as pO, newMasterRelationshipPayload as pP, findMasterRelationship as pQ, createMasterRelationship as pR, updateMasterRelationship as pS, deleteMasterRelationship as pT, getMasterRelationshipCache as pU, getMasterRelationshipCacheCount as pV, type Student as pW, type StudentAddress as pX, type StudentLeaveRequest as pY, type StudentStopChangeRequest as pZ, type StudentGuardianLink as p_, type MasterSemesterQueryDTO as pa, toMasterSemesterPayload as pb, newMasterSemesterPayload as pc, findMasterSemester as pd, createMasterSemester as pe, updateMasterSemester as pf, deleteMasterSemester as pg, getMasterSemesterCache as ph, getMasterSemesterCacheCount as pi, type MasterStream as pj, MasterStreamSchema as pk, type MasterStreamDTO as pl, MasterStreamQuerySchema as pm, type MasterStreamQueryDTO as pn, toMasterStreamPayload as po, newMasterStreamPayload as pp, findMasterStream as pq, createMasterStream as pr, updateMasterStream as ps, deleteMasterStream as pt, getMasterStreamCache as pu, getMasterStreamCacheCount as pv, type MasterYear as pw, MasterYearSchema as px, type MasterYearDTO as py, MasterYearQuerySchema as pz, MasterMainCurrencyQuerySchema as q, updateGuardianDetails as q$, type StudentDTO as q0, StudentProfilePictureSchema as q1, type StudentProfilePictureDTO as q2, StudentQuerySchema as q3, type StudentQueryDTO as q4, StudentNoRouteQuerySchema as q5, type StudentNoRouteQueryDTO as q6, StudentAddressSchema as q7, type StudentAddressDTO as q8, StudentAddressBusStopAssignSchema as q9, type StudentStopChangeRequestQueryDTO as qA, toStudentPayload as qB, newStudentPayload as qC, toStudentAddressPayload as qD, newStudentAddressPayload as qE, toStudentLeaveRequestPayload as qF, newStudentLeaveRequestPayload as qG, toStudentStopChangeRequestPayload as qH, newStudentStopChangeRequestPayload as qI, toStudentGuardianLinkPayload as qJ, newStudentGuardianLinkPayload as qK, findStudent as qL, createStudent as qM, updateStudent as qN, deleteStudent as qO, findStudentsWithNoRoutePickup as qP, findStudentsWithNoRouteDrop as qQ, updateProfilePicture as qR, createStudentAddress as qS, findStudentAddress as qT, updateStudentAddress as qU, updateAddressBusStopAssign as qV, deleteStudentAddress as qW, findStudentGuardianLink as qX, createStudentGuardianLink as qY, updateStudentGuardianLink as qZ, updateGuardianProfilePicture as q_, type StudentAddressBusStopAssignDTO as qa, StudentAddressQuerySchema as qb, type StudentAddressQueryDTO as qc, StudentGuardianLinkSchema as qd, type StudentGuardianLinkDTO as qe, GuardianProfilePictureSchema as qf, type GuardianProfilePictureDTO as qg, GuardianDetailsSchema as qh, type GuardianDetailsDTO as qi, GuardianMobileNumberSchema as qj, type GuardianMobileNumberDTO as qk, StudentGuardianLinkQuerySchema as ql, type StudentGuardianLinkQueryDTO as qm, StudentGuardianAutofillQuerySchema as qn, type StudentGuardianAutofillQueryDTO as qo, StudentLeaveRequestSchema as qp, type StudentLeaveRequestDTO as qq, StudentLeaveRequestApprovalSchema as qr, type StudentLeaveRequestApprovalDTO as qs, StudentLeaveRequestQuerySchema as qt, type StudentLeaveRequestQueryDTO as qu, StudentStopChangeRequestSchema as qv, type StudentStopChangeRequestDTO as qw, StudentStopChangeRequestApprovalSchema as qx, type StudentStopChangeRequestApprovalDTO as qy, StudentStopChangeRequestQuerySchema as qz, type MasterMainCurrencyQueryDTO as r, createMasterFixedSchedule as r$, updateGuardianMobileNumber as r0, deleteStudentGuardian as r1, findStudentGuardianAutofillDetails as r2, createStudentLeaveRequest as r3, findStudentLeaveRequest as r4, updateStudentLeaveRequest as r5, approveLeaveRequest as r6, deleteStudentLeaveRequest as r7, findStudentStopChangeRequest as r8, createStudentStopChangeRequest as r9, type MasterRouteStopDeleteDTO as rA, MasterRouteStopDeleteSchema as rB, type MasterRouteStopDeleteReOrderDTO as rC, StudentNoStopQuerySchema as rD, type StudentNoStopQueryDTO as rE, StudentNoScheduleQuerySchema as rF, type StudentNoScheduleQueryDTO as rG, MasterRouteStudentAssignRemoveSchema as rH, type MasterRouteStudentAssignRemoveDTO as rI, MasterRouteStudentStopAssignRemoveSchema as rJ, type MasterRouteStudentStopAssignRemoveDTO as rK, MasterRouteStudentScheduleAssignRemoveSchema as rL, type MasterRouteStudentScheduleAssignRemoveDTO as rM, toMasterRoutePayload as rN, newMasterRoutePayload as rO, toMasterFixedSchedulePayload as rP, newMasterFixedSchedulePayload as rQ, toMasterRouteStopPayload as rR, newMasterRouteStopPayload as rS, toMasterRouteStopReorderPayload as rT, toMasterRouteStudentAssignPayload as rU, newMasterRouteStudentAssignPayload as rV, findMasterRoute as rW, createMasterRoute as rX, updateMasterRoute as rY, deleteMasterRoute as rZ, findMasterFixedSchedule as r_, updateStudentStopChangeRequest as ra, approveStopChangeRequest as rb, deleteStudentStopChangeRequest as rc, type MasterRoute as rd, type MasterRouteStop as re, type MasterFixedSchedule as rf, type MasterRouteStudent as rg, MasterRouteSchema as rh, type MasterRouteDTO as ri, MasterRouteQuerySchema as rj, type MasterRouteQueryDTO as rk, MasterFixedScheduleSchema as rl, type MasterFixedScheduleDTO as rm, MasterFixedScheduleQuerySchema as rn, type MasterFixedScheduleQueryDTO as ro, MasterRouteStopSchema as rp, type MasterRouteStopDTO as rq, MasterRouteStopUpdateSchema as rr, type MasterRouteStopUpdateDTO as rs, MasterRouteStopCreateSchema as rt, type MasterRouteStopCreateDTO as ru, MasterRouteStopIds as rv, type MasterRouteStopIdsDTO as rw, MasterRouteStopReorderSchema as rx, type MasterRouteStopReorderDTO as ry, MasterRouteStopDeleteAllSchema as rz, toMasterMainCurrencyPayload as s, type VehicleDetailGPS as s$, updateMasterFixedSchedule as s0, deleteMasterFixedSchedule as s1, createStopsFirstTimeRoute as s2, appendRouteStop as s3, updateRouteStop as s4, reorderRouteStops as s5, deleteRouteStopsAll as s6, deleteRouteStopReorder as s7, findStudentsWithNoStopPickup as s8, findStudentsWithNoStopDrop as s9, toGPSLiveTrackShareLinkPayload as sA, newGPSLiveTrackShareLinkPayload as sB, findGPSLiveTrackShareLink as sC, createGPSLiveTrackShareLink as sD, extendGPSLiveTrackLinkTime as sE, updateGPSLiveTrackLinkStatus as sF, deleteGPSLiveTrackShareLink as sG, createGPSLiveTrackShareLinkNotification as sH, type GPSTrackHistoryShareLink as sI, type GPSTrackHistoryShareLinkNotification as sJ, GPSTrackHistoryShareLinkNotificationSchema as sK, type GPSTrackHistoryShareLinkNotificationDTO as sL, GPSTrackHistoryShareLinkSchema as sM, type GPSTrackHistoryShareLinkDTO as sN, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as sO, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as sP, GPSTrackHistoryShareLinkQuerySchema as sQ, type GPSTrackHistoryShareLinkQueryDTO as sR, toGPSTrackHistoryShareLinkPayload as sS, newGPSTrackHistoryShareLinkPayload as sT, findGPSTrackHistoryShareLink as sU, createGPSTrackHistoryShareLink as sV, updateTrackHistoryLinkStatus as sW, deleteGPSTrackHistoryShareLink as sX, createGPSTrackHistoryShareLinkNotification as sY, type MasterVehicleDropdown as sZ, type MasterVehicleFile as s_, findStudentsWithNoSchedulePickup as sa, findStudentsWithNoScheduleDrop as sb, assignRouteStudentsPickup as sc, assignRouteStudentsDrop as sd, removeRouteStudentsPickup as se, removeRouteStudentsDrop as sf, assignMasterRouteStudentStopToStudentsPickup as sg, assignMasterRouteStudentStopToStudentsDrop as sh, removeMasterRouteStudentStopToStudentsPickup as si, removeMasterRouteStudentStopToStudentsDrop as sj, assignMasterRouteStudentScheduleToStudentsPickup as sk, assignMasterRouteStudentScheduleToStudentDrop as sl, removeMasterRouteStudentScheduleToStudentPickup as sm, removeMasterRouteStudentScheduleToStudentDrop as sn, type GPSLiveTrackShareLink as so, type GPSLiveTrackShareLinkNotification as sp, GPSLiveTrackShareLinkNotificationSchema as sq, type GPSLiveTrackShareLinkNotificationDTO as sr, GPSLiveTrackShareLinkSchema as ss, type GPSLiveTrackShareLinkDTO as st, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as su, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as sv, GPSLiveTrackShareLinkUpdateLinkStatusSchema as sw, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as sx, GPSLiveTrackShareLinkQuerySchema as sy, type GPSLiveTrackShareLinkQueryDTO as sz, toMasterMainIndustryPayload as t, get_vehicle_document_file_presigned_url as t$, type VehicleDetailTrip as t0, type VehicleDetailBody as t1, type VehicleDetailLifeCycle as t2, type VehicleDetailPurchase as t3, type VehicleDocument as t4, type VehicleDocumentFile as t5, type VehicleDocumentExpiry as t6, type VehicleOdometerHistory as t7, MasterVehicleFileSchema as t8, type MasterVehicleFileDTO as t9, VehicleDocumentSchema as tA, type VehicleDocumentDTO as tB, VehicleDocumentQuerySchema as tC, type VehicleDocumentQueryDTO as tD, VehicleDocumentExpirySchema as tE, type VehicleDocumentExpiryDTO as tF, VehicleDocumentExpiryQuerySchema as tG, type VehicleDocumentExpiryQueryDTO as tH, VehicleQuerySchema as tI, type VehicleQueryDTO as tJ, SimpleFindQuerySchema as tK, type SimpleFindQueryDTO as tL, VehicleGPSQuerySchema as tM, type VehicleGPSQueryDTO as tN, toVehiclePayload as tO, newVehiclePayload as tP, toVehicleDetailsGPSPayload as tQ, toVehicleDetailsTripPayload as tR, toVehicleDetailsBodyPayload as tS, toVehicleDetailLifeCyclePayload as tT, toVehicleDetailPurchasePayload as tU, toVehicleDocumentPayload as tV, newVehicleDocumentPayload as tW, toVehicleDocumentExpiryPayload as tX, newVehicleDocumentExpiryPayload as tY, get_vehicle_file_presigned_url as tZ, get_device_file_presigned_url as t_, CalibrationFileSchema as ta, type CalibrationFileDTO as tb, VehicleSchema as tc, type VehicleDTO as td, VehicleBulkSchema as te, type VehicleBulkDTO as tf, MasterDeviceFileSchema as tg, type MasterDeviceFileDTO as th, VehicleDeviceLinkSchema as ti, type VehicleDeviceLinkDTO as tj, VehicleDeviceUnlinkSchema as tk, type VehicleDeviceUnlinkDTO as tl, VehicleDriverLinkSchema as tm, type VehicleDriverLinkDTO as tn, VehicleDetailGPSSensorSchema as to, type VehicleDetailGPSSensorDTO as tp, VehicleDetailTripSchema as tq, type VehicleDetailTripDTO as tr, VehicleDetailBodySchema as ts, type VehicleDetailBodyDTO as tt, VehicleDetailLifeCycleSchema as tu, type VehicleDetailLifeCycleDto as tv, VehicleDetailPurchaseSchema as tw, type VehicleDetailPurchaseDTO as tx, VehicleDocumentFileSchema as ty, type VehicleDocumentFileDTO as tz, updateMasterMainIndustry as u, newMasterDeviceModelPayload as u$, get_calibration_file_presigned_url as u0, create_file_vehicle as u1, remove_file_vehicle as u2, create_file_device as u3, remove_file_device as u4, create_file_vehicle_document as u5, remove_file_vehicle_document as u6, update_calibration_file as u7, delete_calibration_file as u8, findVehicles as u9, getVehicleCache as uA, getVehicleSimpleCache as uB, getVehicleParentCache as uC, getVehicleSimpleDropdownCustom as uD, getVehicleSimpleDropdownCacheLiveData as uE, type MasterDeviceType as uF, MasterDeviceTypeSchema as uG, type MasterDeviceTypeDTO as uH, MasterDeviceTypeQuerySchema as uI, type MasterDeviceTypeQueryDTO as uJ, toMasterDeviceTypePayload as uK, newMasterDeviceTypePayload as uL, findMasterDeviceTypes as uM, createMasterDeviceType as uN, updateMasterDeviceType as uO, deleteMasterDeviceType as uP, getMasterDeviceTypeCache as uQ, getMasterDeviceTypeCacheCount as uR, getMasterDeviceTypeCacheChild as uS, type MasterDeviceModel as uT, MasterDeviceModelSchema as uU, type MasterDeviceModelDTO as uV, MasterDeviceModelQuerySchema as uW, type MasterDeviceModelQueryDTO as uX, FindCacheSchema$1 as uY, type FindCacheDTO$1 as uZ, toMasterDeviceModelPayload as u_, findVehiclesLiveDashboard as ua, findVehicleGPSDetails as ub, createVehicle as uc, updateVehicle as ud, deleteVehicle as ue, updateDetailsGpsSensor as uf, updateDetailsTrip as ug, updateVehicleBodyDetails as uh, updateVehicleLifeCycleDetails as ui, updateVehiclePurchaseDetails as uj, linkDriverToVehicle as uk, unlinkDriverFromVehicle as ul, getDriverLinkHistoryByVehicle as um, getDriverLinkHistoryByDriver as un, linkDeviceToVehicle as uo, unlinkDeviceFromVehicle as up, getDeviceLinkHistoryByVehicle as uq, getDeviceLinkHistoryByDevice as ur, createVehicleDocument as us, findVehicleDocument as ut, updateVehicleDocument as uu, removeVehicleDocument as uv, createVehicleDocumentExpiry as uw, findVehicleDocumentExpiry as ux, updateVehicleDocumentExpiry as uy, removeVehicleDocumentExpiry as uz, newMasterMainCurrencyPayload as v, get_device_sim_link_history_by_device as v$, findMasterDeviceModels as v0, createMasterDeviceModel as v1, updateMasterDeviceModel as v2, deleteMasterDeviceModel as v3, getMasterDeviceModelCache as v4, getMasterDeviceModelCacheCount as v5, getMasterDeviceModelCacheChild as v6, type MasterDeviceManufacturer as v7, MasterDeviceManufacturerSchema as v8, type MasterDeviceManufacturerDTO as v9, type MasterSimDTO as vA, MasterSimQuerySchema as vB, type MasterSimQueryDTO as vC, toMasterSimPayload as vD, newMasterSimPayload as vE, findMasterSims as vF, createMasterSim as vG, updateMasterSim as vH, deleteMasterSim as vI, type MasterDevice as vJ, type AssignRemoveDeviceHistory as vK, type MasterDeviceFile as vL, MasterDeviceSchema as vM, type MasterDeviceDTO as vN, MasterDeviceQuerySchema as vO, type MasterDeviceQueryDTO as vP, DeviceSimLinkSchema as vQ, type DeviceSimLinkDTO as vR, toMasterDevicePayload as vS, newMasterDevicePayload as vT, findMasterDevices as vU, createMasterDevice as vV, updateMasterDevice as vW, deleteMasterDevice as vX, device_sim_link as vY, device_sim_unlink as vZ, get_device_sim_link_history_by_sim as v_, MasterDeviceManufacturerQuerySchema as va, type MasterDeviceManufacturerQueryDTO as vb, toMasterDeviceManufacturerPayload as vc, newMasterDeviceManufacturerPayload as vd, findMasterDeviceManufacturers as ve, createMasterDeviceManufacturer as vf, updateMasterDeviceManufacturer as vg, deleteMasterDeviceManufacturer as vh, getMasterDeviceManufacturerCache as vi, getMasterDeviceManufacturerCacheCount as vj, getMasterDeviceManufacturerCacheChild as vk, type MasterMainSimProvider as vl, MasterMainSimProviderSchema as vm, type MasterMainSimProviderDTO as vn, MasterMainSimProviderQuerySchema as vo, type MasterMainSimProviderQueryDTO as vp, toMasterMainSimProviderPayload as vq, newMasterMainSimProviderPayload as vr, findMasterMainSimProviders as vs, createMasterMainSimProvider as vt, updateMasterMainSimProvider as vu, deleteMasterMainSimProvider as vv, getMasterMainSimProviderCache as vw, type MasterSim as vx, type AssignRemoveSimHistory as vy, MasterSimSchema as vz, findMasterMainCurrencies as w, OrganisationCalendarSchema as w$, type MasterMainTimeZone as w0, MasterMainTimeZoneSchema as w1, type MasterMainTimeZoneDTO as w2, MasterMainTimeZoneQuerySchema as w3, type MasterMainTimeZoneQueryDTO as w4, toMasterMainTimeZonePayload as w5, newMasterMainTimeZonePayload as w6, findMasterMainTimeZones as w7, createMasterMainTimeZone as w8, updateMasterMainTimeZone as w9, getMasterMainCountryCache as wA, getMasterMainCountryCacheChild as wB, type MasterMainUnitMileage as wC, MasterMainUnitMileageSchema as wD, type MasterMainUnitMileageDTO as wE, MasterMainUnitMileageQuerySchema as wF, type MasterMainUnitMileageQueryDTO as wG, toMasterMainUnitMileagePayload as wH, newMasterMainUnitMileagePayload as wI, findMasterMainUnitMileages as wJ, createMasterMainUnitMileage as wK, updateMasterMainUnitMileage as wL, deleteMasterMainUnitMileage as wM, getMasterMainUnitMileageCache as wN, type MasterMainUnitVolume as wO, MasterMainUnitVolumeSchema as wP, type MasterMainUnitVolumeDTO as wQ, MasterMainUnitVolumeQuerySchema as wR, type MasterMainUnitVolumeQueryDTO as wS, toMasterMainUnitVolumePayload as wT, newMasterMainUnitVolumePayload as wU, findMasterMainUnitVolumes as wV, createMasterMainUnitVolume as wW, updateMasterMainUnitVolume as wX, deleteMasterMainUnitVolume as wY, getMasterMainUnitVolumeCache as wZ, type OrganisationCalendar as w_, deleteMasterMainTimeZone as wa, getMasterMainTimeZoneCacheAll as wb, getMasterMainTimeZoneCache as wc, type MasterMainState as wd, MasterMainStateSchema as we, type MasterMainStateDTO as wf, MasterMainStateQuerySchema as wg, type MasterMainStateQueryDTO as wh, toMasterMainStatePayload as wi, newMasterMainStatePayload as wj, findMasterMainStates as wk, createMasterMainState as wl, updateMasterMainState as wm, deleteMasterMainState as wn, getMasterMainStateCache as wo, type MasterMainCountry as wp, MasterMainCountrySchema as wq, type MasterMainCountryDTO as wr, MasterMainCountryQuerySchema as ws, type MasterMainCountryQueryDTO as wt, toMasterMainCountryPayload as wu, newMasterMainCountryPayload as wv, findMasterMainCountries as ww, createMasterMainCountry as wx, updateMasterMainCountry as wy, deleteMasterMainCountry as wz, createMasterMainCurrency as x, type MasterSparePartUnitDTO as x$, type OrganisationCalendarDTO as x0, OrganisationCalendarQuerySchema as x1, type OrganisationCalendarQueryDTO as x2, toOrganisationCalendarPayload as x3, newOrganisationCalendarPayload as x4, findOrganisationCalendar as x5, createOrganisationCalendar as x6, updateOrganisationCalendar as x7, deleteOrganisationCalendar as x8, type OrganisationNoticeBoard as x9, type SparePartSubCategoryQueryDTO as xA, FindCacheSchema as xB, type FindCacheDTO as xC, toMasterSparePartSubCategoryPayload as xD, newMasterSparePartSubCategoryPayload as xE, findMasterSparePartSubCategories as xF, createMasterSparePartSubCategory as xG, updateMasterSparePartSubCategory as xH, deleteMasterSparePartSubCategory as xI, getMasterSparePartSubCategoryCache as xJ, getMasterSparePartSubCategoryCacheCount as xK, type MasterSparePartCategory as xL, MasterSparePartCategorySchema as xM, type MasterSparePartCategoryDTO as xN, SparePartCategoryQuerySchema as xO, type SparePartCategoryQueryDTO as xP, toMasterSparePartCategoryPayload as xQ, newMasterSparePartCategoryPayload as xR, findMasterSparePartCategories as xS, createMasterSparePartCategory as xT, updateMasterSparePartCategory as xU, deleteMasterSparePartCategory as xV, getMasterSparePartCategoryCache as xW, getMasterSparePartCategoryCacheChild as xX, getMasterSparePartCategoryCacheCount as xY, type MasterSparePartUnit as xZ, MasterSparePartUnitSchema as x_, OrganisationNoticeBoardSchema as xa, type OrganisationNoticeBoardDTO as xb, OrganisationNoticeBoardQuerySchema as xc, type OrganisationNoticeBoardQueryDTO as xd, toOrganisationNoticeBoardPayload as xe, newOrganisationNoticeBoardPayload as xf, findOrganisationNoticeBoard as xg, createOrganisationNoticeBoard as xh, updateOrganisationNoticeBoard as xi, deleteOrganisationNoticeBoard as xj, type MasterExpenseType as xk, MasterExpenseTypeSchema as xl, type MasterExpenseTypeDTO as xm, MasterExpenseTypeQuerySchema as xn, type MasterExpenseTypeQueryDTO as xo, toMasterExpenseTypePayload as xp, newMasterExpenseTypePayload as xq, findMasterExpenseTypes as xr, createMasterExpenseType as xs, updateMasterExpenseType as xt, deleteMasterExpenseType as xu, getMasterExpenseTypeCache as xv, type MasterSparePartSubCategory as xw, MasterSparePartSubCategorySchema as xx, type MasterSparePartSubCategoryDTO as xy, SparePartSubCategoryQuerySchema as xz, updateMasterMainCurrency as y, UserOrganisationSchema as y$, SparePartUnitQuerySchema as y0, type SparePartUnitQueryDTO as y1, toMasterSparePartUnitPayload as y2, newMasterSparePartUnitPayload as y3, findMasterSparePartUnits as y4, createMasterSparePartUnit as y5, updateMasterSparePartUnit as y6, deleteMasterSparePartUnit as y7, getMasterSparePartUnitCache as y8, getMasterSparePartUnitCacheCount as y9, MasterTyreModelSchema as yA, type MasterTyreModelDTO as yB, MasterTyreModelQuerySchema as yC, type MasterTyreModelQueryDTO as yD, toMasterTyreModelPayload as yE, newMasterTyreModelPayload as yF, findMasterTyreModels as yG, createMasterTyreModel as yH, updateMasterTyreModel as yI, deleteMasterTyreModel as yJ, getMasterTyreModelCache as yK, getMasterTyreModelCacheCount as yL, type MasterTyreMake as yM, MasterTyreMakeSchema as yN, type MasterTyreMakeDTO as yO, MasterTyreMakeQuerySchema as yP, type MasterTyreMakeQueryDTO as yQ, toMasterTyreMakePayload as yR, newMasterTyreMakePayload as yS, findMasterTyreMakes as yT, createMasterTyreMake as yU, updateMasterTyreMake as yV, deleteMasterTyreMake as yW, getMasterTyreMakeCache as yX, getMasterTyreMakeCacheCount as yY, getMasterTyreMakeCacheChild as yZ, type UserOrganisationSimple as y_, type MasterTripPartyType as ya, MasterTripPartyTypeSchema as yb, type MasterTripPartyTypeDTO as yc, MasterTripPartyTypeQuerySchema as yd, type MasterTripPartyTypeQueryDTO as ye, toMasterTripPartyTypePayload as yf, newMasterTripPartyTypePayload as yg, findMasterTripPartyTypes as yh, createMasterTripPartyType as yi, updateMasterTripPartyType as yj, deleteMasterTripPartyType as yk, getMasterTripPartyTypeCache as yl, type MasterTyreGrade as ym, MasterTyreGradeSchema as yn, type MasterTyreGradeDTO as yo, MasterTyreGradeQuerySchema as yp, type MasterTyreGradeQueryDTO as yq, toMasterTyreGradePayload as yr, newMasterTyreGradePayload as ys, findMasterTyreGrades as yt, createMasterTyreGrade as yu, updateMasterTyreGrade as yv, deleteMasterTyreGrade as yw, getMasterTyreGradeCache as yx, getMasterTyreGradeCacheCount as yy, type MasterTyreModel as yz, deleteMasterMainCurrency as z, type UserOrganisationDTO as z0, UserOrganisationQuerySchema as z1, type UserOrganisationQueryDTO as z2, UserOrganisationLogoSchema as z3, type UserOrganisationLogoDTO as z4, toUserOrganisationPayload as z5, newUserOrganisationPayload as z6, get_user_organisation_presigned_url as z7, findUserOrganisation as z8, createUserOrganisation as z9, updateUserOrganisation as za, deleteUserOrganisation as zb, updateUserOrganisationLogo as zc, deleteUserOrganisationLogo as zd, getUserOrganisationCache as ze, getUserOrganisationCacheSimple as zf, type BookMark as zg, BookMarkSchema as zh, type BookMarkDTO as zi, BookMarkQuerySchema as zj, type BookMarkQueryDTO as zk, toBookMarkPayload as zl, newBookMarkPayload as zm, findBookMarks as zn, createBookMark as zo, updateBookMark as zp, deleteBookMark as zq };
|
|
22369
|
+
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, type MasterMainLandmarkDTO 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, updateUserAdmin as cA, deleteUserAdmin as cB, updateUserAdminProfile as cC, getAdminUserCache as cD, type Ticket as cE, type TicketFile as cF, TicketFileSchema as cG, type TicketFileDTO as cH, TicketSchema as cI, type TicketDTO as cJ, TicketVerifySchema as cK, type TicketVerifyDTO as cL, TicketQuerySchema as cM, type TicketQueryDTO as cN, toTicketPayload as cO, toVerifyTicketPayload as cP, newTicketPayload as cQ, get_ticket_file_presigned_url as cR, create_ticket_file as cS, remove_ticket_file as cT, findTickets as cU, createTicket as cV, updateTicket as cW, updateVerifyStatus as cX, deleteTicket as cY, type MasterMainLandMark as cZ, MasterMainLandmarkSchema 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, toUserAdminPayload as cs, toUserAdminProfilePayload as ct, newUserAdminPayload as cu, get_admin_image_presigned_url as cv, update_admin_image as cw, delete_admin_image as cx, findUserAdmin as cy, createUserAdmin as cz, type MasterMainIndustry as d, type MasterVendorDocumentTypeDTO as d$, MasterMainLandmarkQuerySchema as d0, type MasterMainLandmarkQueryDTO as d1, toMasterMainLandmarkPayload as d2, newMasterMainLandmarkPayload as d3, findMasterMainCountries$1 as d4, createMasterMainCountry$1 as d5, updateMasterMainCountry$1 as d6, deleteMasterMainCountry$1 as d7, type MasterVehicleFuelType as d8, MasterVehicleFuelTypeSchema as d9, getMasterVehicleFuelUnitCacheChild as dA, type MasterVendorType as dB, MasterVendorTypeSchema as dC, type MasterVendorTypeDTO as dD, MasterVendorTypeQuerySchema as dE, type MasterVendorTypeQueryDTO as dF, toMasterVendorTypePayload as dG, newMasterVendorTypePayload as dH, findMasterVendorTypes as dI, createMasterVendorType as dJ, updateMasterVendorType as dK, deleteMasterVendorType as dL, getMasterVendorTypeCache as dM, type MasterVendorTag as dN, MasterVendorTagSchema as dO, type MasterVendorTagDTO as dP, MasterVendorTagQuerySchema as dQ, type MasterVendorTagQueryDTO as dR, toMasterVendorTagPayload as dS, newMasterVendorTagPayload as dT, findMasterVendorTags as dU, createMasterVendorTag as dV, updateMasterVendorTag as dW, deleteMasterVendorTag as dX, getMasterVendorTagCache as dY, type MasterVendorDocumentType as dZ, MasterVendorDocumentTypeSchema as d_, type MasterVehicleFuelTypeDTO as da, MasterVehicleFuelTypeQuerySchema as db, type MasterVehicleFuelTypeQueryDTO as dc, toMasterVehicleFuelTypePayload as dd, newMasterVehicleFuelTypePayload as de, findMasterVehicleFuelTypes as df, createMasterVehicleFuelType as dg, updateMasterVehicleFuelType as dh, deleteMasterVehicleFuelType as di, getMasterVehicleFuelTypeCache as dj, getMasterVehicleFuelTypeCacheCount as dk, getMasterVehicleFuelTypeCacheChild as dl, type MasterVehicleFuelUnit as dm, MasterVehicleFuelUnitSchema as dn, type MasterVehicleFuelUnitDTO as dp, MasterVehicleFuelUnitQuerySchema as dq, type MasterVehicleFuelUnitQueryDTO as dr, toMasterVehicleFuelUnitPayload as ds, newMasterVehicleFuelUnitPayload as dt, findMasterVehicleFuelUnits as du, createMasterVehicleFuelUnit as dv, updateMasterVehicleFuelUnit as dw, deleteMasterVehicleFuelUnit as dx, getMasterVehicleFuelUnitCache as dy, getMasterVehicleFuelUnitCacheCount as dz, MasterMainIndustrySchema as e, newMasterFleetIncidentStatusPayload as e$, MasterVendorDocumentTypeQuerySchema as e0, type MasterVendorDocumentTypeQueryDTO as e1, toMasterVendorDocumentTypePayload as e2, newMasterVendorDocumentTypePayload as e3, findMasterVendorDocumentTypes as e4, createMasterVendorDocumentType as e5, updateMasterVendorDocumentType as e6, deleteMasterVendorDocumentType as e7, getMasterVendorDocumentTypeCache as e8, type MasterFleetServiceTask as e9, MasterFleetInsuranceClaimStatusQuerySchema as eA, type MasterFleetInsuranceClaimStatusQueryDTO as eB, toMasterFleetInsuranceClaimStatusPayload as eC, newMasterFleetInsuranceClaimStatusPayload as eD, findMasterFleetInsuranceClaimStatuses as eE, createMasterFleetInsuranceClaimStatus as eF, updateMasterFleetInsuranceClaimStatus as eG, deleteMasterFleetInsuranceClaimStatus as eH, getMasterFleetInsuranceClaimStatusCache as eI, type MasterFleetIncidentSeverity as eJ, MasterFleetIncidentSeveritySchema as eK, type MasterFleetIncidentSeverityDTO as eL, MasterFleetIncidentSeverityQuerySchema as eM, type MasterFleetIncidentSeverityQueryDTO as eN, toMasterFleetIncidentSeverityPayload as eO, newMasterFleetIncidentSeverityPayload as eP, findMasterFleetIncidentSeverities as eQ, createMasterFleetIncidentSeverity as eR, updateMasterFleetIncidentSeverity as eS, deleteMasterFleetIncidentSeverity as eT, getMasterFleetIncidentSeverityCache as eU, type MasterFleetIncidentStatus as eV, MasterFleetIncidentStatusSchema as eW, type MasterFleetIncidentStatusDTO as eX, MasterFleetIncidentStatusQuerySchema as eY, type MasterFleetIncidentStatusQueryDTO as eZ, toMasterFleetIncidentStatusPayload as e_, MasterFleetServiceTaskSchema as ea, type MasterFleetServiceTaskDTO as eb, MasterFleetServiceTaskQuerySchema as ec, type MasterFleetServiceTaskQueryDTO as ed, toMasterFleetServiceTaskPayload as ee, newMasterFleetServiceTaskPayload as ef, findMasterFleetServiceTasks as eg, createMasterFleetServiceTask as eh, updateMasterFleetServiceTask as ei, deleteMasterFleetServiceTask as ej, getMasterFleetServiceTaskCache as ek, type FleetServiceSchedule as el, type FleetServiceScheduleVehicleLink as em, FleetServiceScheduleSchema as en, type FleetServiceScheduleDTO as eo, FleetServiceScheduleQuerySchema as ep, type FleetServiceScheduleQueryDTO as eq, toFleetServiceSchedulePayload as er, newFleetServiceSchedulePayload as es, findFleetServiceSchedule as et, createFleetServiceSchedule as eu, updateFleetServiceSchedule as ev, deleteFleetServiceSchedule as ew, type MasterFleetInsuranceClaimStatus as ex, MasterFleetInsuranceClaimStatusSchema as ey, type MasterFleetInsuranceClaimStatusDTO as ez, type MasterMainIndustryDTO as f, FleetInspectionFormSchema as f$, findMasterFleetIncidentStatuses as f0, createMasterFleetIncidentStatus as f1, updateMasterFleetIncidentStatus as f2, deleteMasterFleetIncidentStatus as f3, getMasterFleetIncidentStatusCache as f4, type MasterFleetIncidentType as f5, MasterFleetIncidentTypeSchema as f6, type MasterFleetIncidentTypeDTO as f7, MasterFleetIncidentTypeQuerySchema as f8, type MasterFleetIncidentTypeQueryDTO as f9, type FleetIncidentManagementDTO as fA, FleetIncidentManagementDashBoardQuerySchema as fB, type FleetIncidentManagementDashBoardQueryDTO as fC, FleetIncidentManagementQuerySchema as fD, type FleetIncidentManagementQueryDTO as fE, FleetIncidentManagementCostSchema as fF, type FleetIncidentManagementCostDTO as fG, FleetIncidentManagementCostQuerySchema as fH, type FleetIncidentManagementCostQueryDTO as fI, toFleetIncidentManagementPayload as fJ, newFleetIncidentManagementPayload as fK, toFleetIncidentManagementCostPayload as fL, newFleetIncidentManagementCostPayload as fM, get_incident_file_presigned_url as fN, create_incident_file as fO, remove_incident_file as fP, createFleetIncidentManagement as fQ, findFleetIncidentManagement as fR, updateFleetIncidentManagement as fS, deleteFleetIncidentManagement as fT, incident_dashboard as fU, createFleetIncidentManagementCost as fV, findFleetIncidentManagementCost as fW, updateFleetIncidentManagementCost as fX, deleteFleetIncidentManagementCost as fY, type FleetInspectionForm as fZ, type FleetInspectionFormSimple as f_, toMasterFleetIncidentTypePayload as fa, newMasterFleetIncidentTypePayload as fb, findMasterFleetIncidentTypes as fc, createMasterFleetIncidentType as fd, updateMasterFleetIncidentType as fe, deleteMasterFleetIncidentType as ff, getMasterFleetIncidentTypeCache as fg, type MasterExpenseName as fh, MasterExpenseNameSchema as fi, type MasterExpenseNameDTO as fj, MasterExpenseNameQuerySchema as fk, type MasterExpenseNameQueryDTO as fl, toMasterExpenseNamePayload as fm, newMasterExpenseNamePayload as fn, findMasterExpenseNames as fo, createMasterExpenseName as fp, updateMasterExpenseName as fq, deleteMasterExpenseName as fr, getMasterExpenseNameCache as fs, type FleetIncidentManagement as ft, type FleetIncidentManagementCost as fu, type FleetIncidentManagementFile as fv, type IncidentDashboard as fw, FleetIncidentManagementFileSchema as fx, type FleetIncidentManagementFileDTO as fy, FleetIncidentManagementSchema as fz, MasterMainIndustryQuerySchema as g, get_issue_file_presigned_url as g$, type FleetInspectionFormDTO as g0, FleetInspectionFormQuerySchema as g1, type FleetInspectionFormQueryDTO as g2, toFleetInspectionFormPayload as g3, newFleetInspectionFormPayload as g4, findFleetInspectionForm as g5, createFleetInspectionForm as g6, updateFleetInspectionForm as g7, deleteFleetInspectionForm as g8, getFleetInspectionFormCacheSimple as g9, remove_service_file$1 as gA, findFleetInspection as gB, createFleetInspection as gC, updateFleetInspection as gD, deleteFleetInspection as gE, find_check_pending as gF, type FleetIssueManagement as gG, type FleetIssueManagementHistory as gH, type FleetIssueManagementComment as gI, type FleetIssueManagementFile as gJ, type IssueDashboard as gK, FleetIssueManagementFileSchema as gL, type FleetIssueManagementFileDTO as gM, FleetIssueManagementSchema as gN, type FleetIssueManagementDTO as gO, FleetIssueManagementQuerySchema as gP, type FleetIssueManagementQueryDTO as gQ, FleetIssueManagementDashBoardQuerySchema as gR, type FleetIssueManagementDashBoardQueryDTO as gS, FleetIssueManagementCommentSchema as gT, type FleetIssueManagementCommentDTO as gU, FleetIssueManagementCommentQuerySchema as gV, type FleetIssueManagementCommentQueryDTO as gW, toFleetIssueManagementPayload as gX, newFleetIssueManagementPayload as gY, toFleetIssueManagementCommentPayload as gZ, newFleetIssueManagementCommentPayload as g_, type FleetInspectionSchedule as ga, type FleetInspectionScheduleVehicleLink as gb, FleetInspectionScheduleSchema as gc, type FleetInspectionScheduleDTO as gd, FleetInspectionScheduleQuerySchema as ge, type FleetInspectionScheduleQueryDTO as gf, toFleetInspectionSchedulePayload as gg, newFleetInspectionSchedulePayload as gh, findFleetInspectionSchedule as gi, createFleetInspectionSchedule as gj, updateFleetInspectionSchedule as gk, deleteFleetInspectionSchedule as gl, type FleetInspection as gm, type FleetInspectionFile as gn, FleetInspectionFileSchema as go, type FleetInspectionFileDTO as gp, FleetInspectionSchema as gq, type FleetInspectionDTO as gr, FleetInspectionQuerySchema as gs, type FleetInspectionQueryDTO as gt, FleetInspectionCheckPendingQuerySchema as gu, type FleetInspectionCheckPendingQueryDTO as gv, toFleetInspectionPayload as gw, newFleetInspectionPayload as gx, get_inspection_file_presigned_url as gy, create_service_file$1 as gz, type MasterMainIndustryQueryDTO as h, createFleetVendorServiceCenter as h$, create_issue_file as h0, remove_issue_file as h1, findFleetIssueManagement as h2, createFleetIssueManagement as h3, updateFleetIssueManagement as h4, deleteFleetIssueManagement as h5, issue_dashboard as h6, findFleetIssueManagementComment as h7, createFleetIssueManagementComment as h8, updateFleetIssueManagementComment as h9, toFleetServiceReminderPayload as hA, newFleetServiceReminderPayload as hB, get_service_file_presigned_url as hC, create_service_file as hD, remove_service_file as hE, findFleetServiceManagement as hF, createFleetServiceManagement as hG, updateFleetServiceManagement as hH, deleteFleetServiceManagement as hI, service_dashboard as hJ, findFleetServiceManagementTask as hK, createFleetServiceManagementTask as hL, updateFleetServiceManagementTask as hM, deleteFleetServiceManagementTask as hN, findFleetServiceReminder as hO, createFleetServiceReminder as hP, updateFleetServiceReminder as hQ, deleteFleetServiceReminder as hR, type FleetVendorServiceCenter as hS, type FleetVendorServiceCenterSimple as hT, FleetVendorServiceCenterSchema as hU, type FleetVendorServiceCenterDTO as hV, FleetVendorServiceCenterQuerySchema as hW, type FleetVendorServiceCenterQueryDTO as hX, toFleetVendorServiceCenterPayload as hY, newFleetVendorServiceCenterPayload as hZ, findFleetVendorServiceCenter as h_, deleteFleetIssueManagementComment as ha, type FleetServiceManagement as hb, type FleetServiceManagementTask as hc, type FleetServiceManagementFile as hd, type FleetServiceReminder as he, type ServiceDashboard as hf, FleetServiceManagementFileSchema as hg, type FleetServiceManagementFileDTO as hh, FleetServiceManagementSchema as hi, type FleetServiceManagementDTO as hj, FleetServiceManagementQuerySchema as hk, type FleetServiceManagementQueryDTO as hl, FleetServiceManagementDashBoardQuerySchema as hm, type FleetServiceManagementDashBoardQueryDTO as hn, FleetServiceManagementTaskSchema as ho, type FleetServiceManagementTaskDTO as hp, FleetServiceManagementTaskQuerySchema as hq, type FleetServiceManagementTaskQueryDTO as hr, FleetServiceReminderSchema as hs, type FleetServiceReminderDTO as ht, FleetServiceReminderQuerySchema as hu, type FleetServiceReminderQueryDTO as hv, toFleetServiceManagementPayload as hw, newFleetServiceManagementPayload as hx, toFleetServiceManagementTaskPayload as hy, newFleetServiceManagementTaskPayload as hz, findMasterMainIndustrys as i, type FleetVendorContactPersonsLogoDTO as i$, updateFleetVendorServiceCenter as i0, deleteFleetVendorServiceCenter as i1, getFleetVendorServiceCenterCacheSimple as i2, type MasterFuelCompany as i3, MasterFuelCompanySchema as i4, type MasterFuelCompanyDTO as i5, MasterFuelCompanyQuerySchema as i6, type MasterFuelCompanyQueryDTO as i7, FuelCompanyLogoSchema as i8, type FuelCompanyLogoDTO as i9, type VendorDashboard as iA, type FleetVendorSimple as iB, type FleetVendorTypeLink as iC, type FleetVendorTagLink as iD, type FleetVendorAddress as iE, type FleetVendorBankAccount as iF, 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 iN, FleetVendorQuerySchema as iO, type FleetVendorQueryDTO as iP, FleetVendorDashBoardQuerySchema as iQ, type FleetVendorDashBoardQueryDTO as iR, FleetVendorAddressSchema as iS, type FleetVendorAddressDTO as iT, FleetVendorAddressQuerySchema as iU, type FleetVendorAddressQueryDTO as iV, FleetVendorBankAccountSchema as iW, type FleetVendorBankAccountDTO as iX, FleetVendorBankAccountQuerySchema as iY, type FleetVendorBankAccountQueryDTO as iZ, FleetVendorContactPersonsLogoSchema as i_, toMasterFuelCompanyPayload as ia, newMasterFuelCompanyPayload as ib, get_master_fuel_company_presigned_url as ic, update_master_fuel_company_logo as id, delete_master_fuel_company_logo as ie, findMasterFuelCompanys as ig, createMasterFuelCompany as ih, updateMasterFuelCompany as ii, deleteMasterFuelCompany as ij, getMasterFuelCompanyCache as ik, type FleetVendorFuelStation as il, type FleetVendorFuelStationSimple as im, FleetVendorFuelStationSchema as io, type FleetVendorFuelStationDTO as ip, FleetVendorFuelStationQuerySchema as iq, type FleetVendorFuelStationQueryDTO as ir, toFleetVendorFuelStationPayload as is, newFleetVendorFuelStationPayload as it, findFleetVendorFuelStation as iu, createFleetVendorFuelStation as iv, updateFleetVendorFuelStation as iw, deleteFleetVendorFuelStation as ix, getFleetVendorFuelStationCacheSimple as iy, type FleetVendor as iz, createMasterMainIndustry as j, FleetFuelRefillFileSchema as j$, FleetVendorContactPersonsSchema as j0, type FleetVendorContactPersonsDTO as j1, FleetVendorContactPersonsQuerySchema as j2, type FleetVendorContactPersonsQueryDTO as j3, FleetVendorReviewSchema as j4, type FleetVendorReviewDTO as j5, FleetVendorReviewQuerySchema as j6, type FleetVendorReviewQueryDTO as j7, FleetVendorDocumentFileSchema as j8, type FleetVendorDocumentFileDTO as j9, createFleetVendor as jA, updateFleetVendor as jB, deleteFleetVendor as jC, vendor_dashboard as jD, createFleetVendorAddress as jE, findFleetVendorAddress as jF, updateFleetVendorAddress as jG, deleteFleetVendorAddress as jH, createFleetVendorBankAccount as jI, findFleetVendorBankAccount as jJ, updateFleetVendorBankAccount as jK, deleteFleetVendorBankAccount as jL, createFleetVendorContactPersons as jM, findFleetVendorContactPersons as jN, updateFleetVendorContactPersons as jO, deleteFleetVendorContactPersons as jP, createFleetVendorReview as jQ, findFleetVendorReview as jR, updateFleetVendorReview as jS, deleteFleetVendorReview as jT, createFleetVendorDocument as jU, findFleetVendorDocument as jV, updateFleetVendorDocument as jW, deleteFleetVendorDocument as jX, getFleetVendorCacheSimple as jY, type FleetFuelRefill as jZ, type FleetFuelRefillFile as j_, FleetVendorDocumentSchema as ja, type FleetVendorDocumentDTO as jb, FleetVendorDocumentQuerySchema as jc, type FleetVendorDocumentQueryDTO as jd, toFleetVendorPayload as je, newFleetVendorPayload as jf, toFleetVendorAddressPayload as jg, newFleetVendorAddressPayload as jh, toFleetVendorBankAccountPayload as ji, newFleetVendorBankAccountPayload as jj, toFleetVendorContactPersonsPayload as jk, newFleetVendorContactPersonsPayload as jl, toFleetVendorReviewPayload as jm, newFleetVendorReviewPayload as jn, toFleetVendorDocumentPayload as jo, newFleetVendorDocumentPayload as jp, get_vendor_logo_presigned_url as jq, get_vendor_contact_person_logo_presigned_url as jr, get_vendor_document_file_presigned_url as js, update_vendor_logo as jt, delete_vendor_logo as ju, update_vendor_contact_person_logo as jv, delete_vendor_contact_person_logo as jw, create_vendor_document_file as jx, remove_vendor_document_file as jy, findFleetVendor as jz, deleteMasterMainIndustry as k, newUserPayload as k$, type FleetFuelRefillFileDTO as k0, FleetFuelRefillSchema as k1, type FleetFuelRefillDTO as k2, FleetFuelRefillQuerySchema as k3, type FleetFuelRefillQueryDTO as k4, toFleetFuelRefillPayload as k5, newFleetFuelRefillPayload as k6, get_fuel_refill_file_presigned_url as k7, create_fuel_refill_file as k8, remove_fuel_refill_file as k9, toFleetFuelRemovalPayload as kA, newFleetFuelRemovalPayload as kB, get_fuel_removal_file_presigned_url as kC, create_fuel_removal_file as kD, remove_fuel_removal_file as kE, findFleetFuelRemoval as kF, createFleetFuelRemoval as kG, updateFleetFuelRemoval as kH, deleteFleetFuelRemoval as kI, type UserVehicleLink as kJ, type UserLoginPush as kK, UserSchema as kL, type UserDTO as kM, UserQuerySchema as kN, type UserQueryDTO as kO, UserLogoSchema as kP, type UserLogoDTO as kQ, UserProfileSchema as kR, type UserProfileDTO as kS, UserDefaultLanguageSchema as kT, type UserDefaultLanguageDTO as kU, UserDefaultTimeZoneSchema as kV, type UserDefaultTimeZoneDTO as kW, UserDefaultDateFormatSchema as kX, type UserDefaultDateFormatDTO as kY, toUserPayload as kZ, toUserProfilePayload as k_, findFleetFuelRefill as ka, createFleetFuelRefill as kb, updateFleetFuelRefill as kc, deleteFleetFuelRefill as kd, type MasterVehicleFuelRemovalReason as ke, MasterVehicleFuelRemovalReasonSchema as kf, type MasterVehicleFuelRemovalReasonDTO as kg, MasterVehicleFuelRemovalReasonQuerySchema as kh, type MasterVehicleFuelRemovalReasonQueryDTO as ki, toMasterVehicleFuelRemovalReasonPayload as kj, newMasterVehicleFuelRemovalReasonPayload as kk, findMasterVehicleFuelRemovalReasons as kl, createMasterVehicleFuelRemovalReason as km, updateMasterVehicleFuelRemovalReason as kn, deleteMasterVehicleFuelRemovalReason as ko, getMasterVehicleFuelRemovalReasonCache as kp, getMasterVehicleFuelRemovalReasonCacheCount as kq, getMasterVehicleFuelRemovalReasonCacheChild as kr, type FleetFuelRemoval as ks, type FleetFuelRemovalFile as kt, FleetFuelRemovalFileSchema as ku, type FleetFuelRemovalFileDTO as kv, FleetFuelRemovalSchema as kw, type FleetFuelRemovalDTO as kx, FleetFuelRemovalQuerySchema as ky, type FleetFuelRemovalQueryDTO as kz, getMasterMainIndustryCache as l, getMasterDriverCache as l$, get_user_image_presigned_url as l0, update_user_image as l1, delete_user_image as l2, findUser as l3, createUser as l4, updateUser as l5, deleteUser as l6, updateUserProfile as l7, getUserCache as l8, getUserCacheSimple as l9, type DriverLoginPush as lA, MasterDriverFileSchema as lB, type MasterDriverFileDTO as lC, MasterDriverSchema as lD, type MasterDriverDTO as lE, MasterDriverQuerySchema as lF, type MasterDriverQueryDTO as lG, MasterDriverLogoSchema as lH, type MasterDriverLogoDTO as lI, MasterDriverProfileSchema as lJ, type MasterDriverProfileDTO as lK, toDriverPayload as lL, toDriverProfilePayload as lM, newDriverPayload as lN, get_master_driver_logo_presigned_url as lO, get_master_driver_file_presigned_url as lP, update_master_driver_logo as lQ, delete_master_driver_logo as lR, create_master_driver_file as lS, remove_master_driver_file as lT, findMasterDriver as lU, createMasterDriver as lV, updateMasterDriver as lW, deleteMasterDriver as lX, updateMasterDriverLogo as lY, deleteMasterDriverLogo as lZ, updateMasterDriverProfile as l_, updateUserDefaultLanguage as la, updateUserDefaultTimezone as lb, updateUserDefaultDateformat as lc, type FleetFuelDailySummary as ld, FleetFuelDailySummarySchema as le, type FleetFuelDailySummaryDTO as lf, FleetFuelDailySummaryQuerySchema as lg, type FleetFuelDailySummaryQueryDTO as lh, FleetFuelDailySummaryDashBoardQuerySchema as li, type FleetFuelDailySummaryDashBoardQueryDTO as lj, FleetFuelDailyMonthlySummaryQuerySchema as lk, type FleetFuelDailyMonthlySummaryQueryDTO as ll, AllVehiclesFuelDailySummaryQuerySchema as lm, type AllVehiclesFuelDailySummaryDTO as ln, type FuelDashboard as lo, toFleetFuelDailySummaryPayload as lp, newFleetFuelDailySummaryPayload as lq, findFleetFuelDailySummary as lr, createFleetFuelDailySummary as ls, updateFleetFuelDailySummary as lt, deleteFleetFuelDailySummary as lu, fuel_dashboard as lv, findFleetFuelMonthlySummary as lw, findVehicleFuelSummary as lx, type MasterDriverFile as ly, type AssignRemoveDriverHistory as lz, type MasterMainCurrency as m, MasterVehicleStatusTypeSchema as m$, getMasterDriverCacheSimple as m0, type OrganisationGroup as m1, type VehicleOrganisationGroupLink as m2, OrganisationGroupSchema as m3, type OrganisationGroupDTO as m4, OrganisationGroupQuerySchema as m5, type OrganisationGroupQueryDTO as m6, toOrganisationGroupPayload as m7, newOrganisationGroupPayload as m8, findOrganisationGroups as m9, type MasterVehicleModelQueryDTO as mA, FindCacheSchema$4 as mB, type FindCacheDTO$4 as mC, toMasterVehicleModelPayload as mD, newMasterVehicleModelPayload as mE, findMasterVehicleModels as mF, createMasterVehicleModel as mG, updateMasterVehicleModel as mH, deleteMasterVehicleModel as mI, getMasterVehicleModelCache as mJ, getMasterVehicleModelCacheCount as mK, getMasterVehicleModelCacheChild as mL, type MasterVehicleMake as mM, MasterVehicleMakeSchema as mN, type MasterVehicleMakeDTO as mO, MasterVehicleMakeQuerySchema as mP, type MasterVehicleMakeQueryDTO as mQ, toMasterVehicleMakePayload as mR, newMasterVehicleMakePayload as mS, findMasterVehicleMakes as mT, createMasterVehicleMake as mU, updateMasterVehicleMake as mV, deleteMasterVehicleMake as mW, getMasterVehicleMakeCache as mX, getMasterVehicleMakeCacheCount as mY, getMasterVehicleMakeCacheChild as mZ, type MasterVehicleStatusType as m_, createOrganisationGroup as ma, updateOrganisationGroup as mb, deleteOrganisationGroup as mc, getOrganisationGroupCache as md, getOrganisationGroupCacheCount as me, getOrganisationGroupCacheChild as mf, type MasterVehicleSubModel as mg, MasterVehicleSubModelSchema as mh, type MasterVehicleSubModelDTO as mi, MasterVehicleSubModelQuerySchema as mj, type MasterVehicleSubModelQueryDTO as mk, FindCacheSchema$5 as ml, type FindCacheDTO$5 as mm, toMasterVehicleSubModelPayload as mn, newMasterVehicleSubModelPayload as mo, findMasterVehicleSubModels as mp, createMasterVehicleSubModel as mq, updateMasterVehicleSubModel as mr, deleteMasterVehicleSubModel as ms, getMasterVehicleSubModelCache as mt, getMasterVehicleSubModelCacheCount as mu, getMasterVehicleSubModelCacheChild as mv, type MasterVehicleModel as mw, MasterVehicleModelSchema as mx, type MasterVehicleModelDTO as my, MasterVehicleModelQuerySchema as mz, newMasterMainIndustryPayload as n, updateMasterVehicleDocumentType as n$, type MasterVehicleStatusTypeDTO as n0, MasterVehicleStatusTypeQuerySchema as n1, type MasterVehicleStatusTypeQueryDTO as n2, toMasterVehicleStatusTypePayload as n3, newMasterVehicleStatusTypePayload as n4, findMasterVehicleStatusTypes as n5, createMasterVehicleStatusType as n6, updateMasterVehicleStatusType as n7, deleteMasterVehicleStatusType as n8, getMasterVehicleStatusTypeCache as n9, deleteMasterVehicleType as nA, getMasterVehicleTypeCache as nB, getMasterVehicleTypeCacheCount as nC, getMasterVehicleTypeCacheChild as nD, type MasterVehicleAssociatedTo as nE, MasterVehicleAssociatedToSchema as nF, type MasterVehicleAssociatedToDTO as nG, MasterVehicleAssociatedToQuerySchema as nH, type MasterVehicleAssociatedToQueryDTO as nI, toMasterVehicleAssociatedToPayload as nJ, newMasterVehicleAssociatedToPayload as nK, findMasterVehicleAssociatedTos as nL, createMasterVehicleAssociatedTo as nM, updateMasterVehicleAssociatedTo as nN, deleteMasterVehicleAssociatedTo as nO, getMasterVehicleAssociatedToCache as nP, getMasterVehicleAssociatedToCacheCount as nQ, getMasterVehicleAssociatedToCacheChild as nR, type MasterVehicleDocumentType as nS, MasterVehicleDocumentTypeSchema as nT, type MasterVehicleDocumentTypeDTO as nU, MasterVehicleDocumentTypeQuerySchema as nV, type MasterVehicleDocumentTypeQueryDTO as nW, toMasterVehicleDocumentTypePayload as nX, newMasterVehicleDocumentTypePayload as nY, findMasterVehicleDocumentTypes as nZ, createMasterVehicleDocumentType as n_, getMasterVehicleStatusTypeCacheCount as na, getMasterVehicleStatusTypeCacheChild as nb, type MasterVehicleOwnershipType 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, type MasterVehicleType as nq, MasterVehicleTypeSchema as nr, type MasterVehicleTypeDTO as ns, MasterVehicleTypeQuerySchema as nt, type MasterVehicleTypeQueryDTO as nu, toMasterVehicleTypePayload as nv, newMasterVehicleTypePayload as nw, findMasterVehicleTypes as nx, createMasterVehicleType as ny, updateMasterVehicleType as nz, MasterMainCurrencySchema as o, type MasterSectionQueryDTO as o$, deleteMasterVehicleDocumentType as o0, getMasterVehicleDocumentTypeCache as o1, type OrganisationReportPreference as o2, type OrganisationReportPreferenceVehicleLink as o3, type OrganisationReportAutomationMail as o4, type OrganisationReportAutomationMailVehicleLink as o5, OrganisationReportAutomationMailQuerySchema as o6, type OrganisationReportAutomationMailQueryDTO as o7, OrganisationReportPreferenceSchema as o8, type OrganisationReportPreferenceDTO as o9, MasterClassQuerySchema as oA, type MasterClassQueryDTO as oB, toMasterClassPayload as oC, newMasterClassPayload as oD, findMasterClass as oE, createMasterClass as oF, updateMasterClass as oG, deleteMasterClass as oH, getMasterClassCache as oI, getMasterClassCacheCount as oJ, type MasterProgram as oK, MasterProgramSchema as oL, type MasterProgramDTO as oM, MasterProgramQuerySchema as oN, type MasterProgramQueryDTO as oO, toMasterProgramPayload as oP, newMasterProgramPayload as oQ, findMasterProgram as oR, createMasterProgram as oS, updateMasterProgram as oT, deleteMasterProgram as oU, getMasterProgramCache as oV, getMasterProgramCacheCount as oW, type MasterSection as oX, MasterSectionSchema as oY, type MasterSectionDTO as oZ, MasterSectionQuerySchema as o_, OrganisationReportPreferenceQuerySchema as oa, type OrganisationReportPreferenceQueryDTO as ob, toOrganisationReportPreferencePayload as oc, newOrganisationReportPreferencePayload as od, findOrganisationReportPreference as oe, createOrganisationReportPreference as of, updateOrganisationReportPreference as og, deleteOrganisationReportPreference as oh, findOrganisationReportAutomationMail as oi, type BusStopPolygonData as oj, type BusStop as ok, BusStopPolygonDataSchema as ol, type BusStopPolygonDataDTO as om, BusStopSchema as on, type BusStopDTO as oo, BusStopQuerySchema as op, type BusStopQueryDTO as oq, toBusStopPayload as or, newBusStopPayload as os, findBusStop as ot, createBusStop as ou, updateBusStop as ov, deleteBusStop as ow, type MasterClass as ox, MasterClassSchema as oy, type MasterClassDTO as oz, type MasterMainCurrencyDTO as p, type StudentStopChangeRequest as p$, toMasterSectionPayload as p0, newMasterSectionPayload as p1, findMasterSection as p2, createMasterSection as p3, updateMasterSection as p4, deleteMasterSection as p5, getMasterSectionCache as p6, getMasterSectionCacheCount as p7, type MasterSemester as p8, MasterSemesterSchema as p9, type MasterYearDTO as pA, MasterYearQuerySchema as pB, type MasterYearQueryDTO as pC, toMasterYearPayload as pD, newMasterYearPayload as pE, findMasterYear as pF, createMasterYear as pG, updateMasterYear as pH, deleteMasterYear as pI, getMasterYearCache as pJ, getMasterYearCacheCount as pK, type MasterRelationship as pL, MasterRelationshipSchema as pM, type MasterRelationshipDTO as pN, MasterRelationshipQuerySchema as pO, type MasterRelationshipQueryDTO as pP, toMasterRelationshipPayload as pQ, newMasterRelationshipPayload as pR, findMasterRelationship as pS, createMasterRelationship as pT, updateMasterRelationship as pU, deleteMasterRelationship as pV, getMasterRelationshipCache as pW, getMasterRelationshipCacheCount as pX, type Student as pY, type StudentAddress as pZ, type StudentLeaveRequest as p_, type MasterSemesterDTO as pa, MasterSemesterQuerySchema as pb, type MasterSemesterQueryDTO as pc, toMasterSemesterPayload as pd, newMasterSemesterPayload as pe, findMasterSemester as pf, createMasterSemester as pg, updateMasterSemester as ph, deleteMasterSemester as pi, getMasterSemesterCache as pj, getMasterSemesterCacheCount as pk, type MasterStream as pl, MasterStreamSchema as pm, type MasterStreamDTO as pn, MasterStreamQuerySchema as po, type MasterStreamQueryDTO as pp, toMasterStreamPayload as pq, newMasterStreamPayload as pr, findMasterStream as ps, createMasterStream as pt, updateMasterStream as pu, deleteMasterStream as pv, getMasterStreamCache as pw, getMasterStreamCacheCount as px, type MasterYear as py, MasterYearSchema as pz, MasterMainCurrencyQuerySchema as q, updateStudentGuardianLink as q$, type StudentGuardianLink as q0, StudentSchema as q1, type StudentDTO as q2, StudentProfilePictureSchema as q3, type StudentProfilePictureDTO as q4, StudentQuerySchema as q5, type StudentQueryDTO as q6, StudentNoRouteQuerySchema as q7, type StudentNoRouteQueryDTO as q8, StudentAddressSchema as q9, type StudentStopChangeRequestApprovalDTO as qA, StudentStopChangeRequestQuerySchema as qB, type StudentStopChangeRequestQueryDTO as qC, toStudentPayload as qD, newStudentPayload as qE, toStudentAddressPayload as qF, newStudentAddressPayload as qG, toStudentLeaveRequestPayload as qH, newStudentLeaveRequestPayload as qI, toStudentStopChangeRequestPayload as qJ, newStudentStopChangeRequestPayload as qK, toStudentGuardianLinkPayload as qL, newStudentGuardianLinkPayload as qM, findStudent as qN, createStudent as qO, updateStudent as qP, deleteStudent as qQ, findStudentsWithNoRoutePickup as qR, findStudentsWithNoRouteDrop as qS, updateProfilePicture as qT, createStudentAddress as qU, findStudentAddress as qV, updateStudentAddress as qW, updateAddressBusStopAssign as qX, deleteStudentAddress as qY, findStudentGuardianLink as qZ, createStudentGuardianLink as q_, type StudentAddressDTO as qa, StudentAddressBusStopAssignSchema as qb, type StudentAddressBusStopAssignDTO as qc, StudentAddressQuerySchema as qd, type StudentAddressQueryDTO as qe, StudentGuardianLinkSchema as qf, type StudentGuardianLinkDTO as qg, GuardianProfilePictureSchema as qh, type GuardianProfilePictureDTO as qi, GuardianDetailsSchema as qj, type GuardianDetailsDTO as qk, GuardianMobileNumberSchema as ql, type GuardianMobileNumberDTO as qm, StudentGuardianLinkQuerySchema as qn, type StudentGuardianLinkQueryDTO as qo, StudentGuardianAutofillQuerySchema as qp, type StudentGuardianAutofillQueryDTO as qq, StudentLeaveRequestSchema as qr, type StudentLeaveRequestDTO as qs, StudentLeaveRequestApprovalSchema as qt, type StudentLeaveRequestApprovalDTO as qu, StudentLeaveRequestQuerySchema as qv, type StudentLeaveRequestQueryDTO as qw, StudentStopChangeRequestSchema as qx, type StudentStopChangeRequestDTO as qy, StudentStopChangeRequestApprovalSchema as qz, type MasterMainCurrencyQueryDTO as r, deleteMasterRoute as r$, updateGuardianProfilePicture as r0, updateGuardianDetails as r1, updateGuardianMobileNumber as r2, deleteStudentGuardian as r3, findStudentGuardianAutofillDetails as r4, createStudentLeaveRequest as r5, findStudentLeaveRequest as r6, updateStudentLeaveRequest as r7, approveLeaveRequest as r8, deleteStudentLeaveRequest as r9, type MasterRouteStopReorderDTO as rA, MasterRouteStopDeleteAllSchema as rB, type MasterRouteStopDeleteDTO as rC, MasterRouteStopDeleteSchema as rD, type MasterRouteStopDeleteReOrderDTO as rE, StudentNoStopQuerySchema as rF, type StudentNoStopQueryDTO as rG, StudentNoScheduleQuerySchema as rH, type StudentNoScheduleQueryDTO as rI, MasterRouteStudentAssignRemoveSchema as rJ, type MasterRouteStudentAssignRemoveDTO as rK, MasterRouteStudentStopAssignRemoveSchema as rL, type MasterRouteStudentStopAssignRemoveDTO as rM, MasterRouteStudentScheduleAssignRemoveSchema as rN, type MasterRouteStudentScheduleAssignRemoveDTO as rO, toMasterRoutePayload as rP, newMasterRoutePayload as rQ, toMasterFixedSchedulePayload as rR, newMasterFixedSchedulePayload as rS, toMasterRouteStopPayload as rT, newMasterRouteStopPayload as rU, toMasterRouteStopReorderPayload as rV, toMasterRouteStudentAssignPayload as rW, newMasterRouteStudentAssignPayload as rX, findMasterRoute as rY, createMasterRoute as rZ, updateMasterRoute as r_, findStudentStopChangeRequest as ra, createStudentStopChangeRequest as rb, updateStudentStopChangeRequest as rc, approveStopChangeRequest as rd, deleteStudentStopChangeRequest as re, type MasterRoute as rf, type MasterRouteStop as rg, type MasterFixedSchedule as rh, type MasterRouteStudent as ri, MasterRouteSchema as rj, type MasterRouteDTO as rk, MasterRouteQuerySchema as rl, type MasterRouteQueryDTO as rm, MasterFixedScheduleSchema as rn, type MasterFixedScheduleDTO as ro, MasterFixedScheduleQuerySchema as rp, type MasterFixedScheduleQueryDTO as rq, MasterRouteStopSchema as rr, type MasterRouteStopDTO as rs, MasterRouteStopUpdateSchema as rt, type MasterRouteStopUpdateDTO as ru, MasterRouteStopCreateSchema as rv, type MasterRouteStopCreateDTO as rw, MasterRouteStopIds as rx, type MasterRouteStopIdsDTO as ry, MasterRouteStopReorderSchema as rz, toMasterMainCurrencyPayload as s, type MasterVehicleDropdown as s$, findMasterFixedSchedule as s0, createMasterFixedSchedule as s1, updateMasterFixedSchedule as s2, deleteMasterFixedSchedule as s3, createStopsFirstTimeRoute as s4, appendRouteStop as s5, updateRouteStop as s6, reorderRouteStops as s7, deleteRouteStopsAll as s8, deleteRouteStopReorder as s9, GPSLiveTrackShareLinkQuerySchema as sA, type GPSLiveTrackShareLinkQueryDTO as sB, toGPSLiveTrackShareLinkPayload as sC, newGPSLiveTrackShareLinkPayload as sD, findGPSLiveTrackShareLink as sE, createGPSLiveTrackShareLink as sF, extendGPSLiveTrackLinkTime as sG, updateGPSLiveTrackLinkStatus as sH, deleteGPSLiveTrackShareLink as sI, createGPSLiveTrackShareLinkNotification as sJ, type GPSTrackHistoryShareLink as sK, type GPSTrackHistoryShareLinkNotification as sL, GPSTrackHistoryShareLinkNotificationSchema as sM, type GPSTrackHistoryShareLinkNotificationDTO as sN, GPSTrackHistoryShareLinkSchema as sO, type GPSTrackHistoryShareLinkDTO as sP, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as sQ, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as sR, GPSTrackHistoryShareLinkQuerySchema as sS, type GPSTrackHistoryShareLinkQueryDTO as sT, toGPSTrackHistoryShareLinkPayload as sU, newGPSTrackHistoryShareLinkPayload as sV, findGPSTrackHistoryShareLink as sW, createGPSTrackHistoryShareLink as sX, updateTrackHistoryLinkStatus as sY, deleteGPSTrackHistoryShareLink as sZ, createGPSTrackHistoryShareLinkNotification as s_, findStudentsWithNoStopPickup as sa, findStudentsWithNoStopDrop as sb, findStudentsWithNoSchedulePickup as sc, findStudentsWithNoScheduleDrop as sd, assignRouteStudentsPickup as se, assignRouteStudentsDrop as sf, removeRouteStudentsPickup as sg, removeRouteStudentsDrop as sh, assignMasterRouteStudentStopToStudentsPickup as si, assignMasterRouteStudentStopToStudentsDrop as sj, removeMasterRouteStudentStopToStudentsPickup as sk, removeMasterRouteStudentStopToStudentsDrop as sl, assignMasterRouteStudentScheduleToStudentsPickup as sm, assignMasterRouteStudentScheduleToStudentDrop as sn, removeMasterRouteStudentScheduleToStudentPickup as so, removeMasterRouteStudentScheduleToStudentDrop as sp, type GPSLiveTrackShareLink as sq, type GPSLiveTrackShareLinkNotification as sr, GPSLiveTrackShareLinkNotificationSchema as ss, type GPSLiveTrackShareLinkNotificationDTO as st, GPSLiveTrackShareLinkSchema as su, type GPSLiveTrackShareLinkDTO as sv, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as sw, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as sx, GPSLiveTrackShareLinkUpdateLinkStatusSchema as sy, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as sz, toMasterMainIndustryPayload as t, get_vehicle_file_presigned_url as t$, type MasterVehicleFile as t0, type VehicleDetailGPS as t1, type VehicleDetailTrip as t2, type VehicleDetailBody as t3, type VehicleDetailLifeCycle as t4, type VehicleDetailPurchase as t5, type VehicleDocument as t6, type VehicleDocumentFile as t7, type VehicleDocumentExpiry as t8, type VehicleOdometerHistory as t9, VehicleDocumentFileSchema as tA, type VehicleDocumentFileDTO as tB, VehicleDocumentSchema as tC, type VehicleDocumentDTO as tD, VehicleDocumentQuerySchema as tE, type VehicleDocumentQueryDTO as tF, VehicleDocumentExpirySchema as tG, type VehicleDocumentExpiryDTO as tH, VehicleDocumentExpiryQuerySchema as tI, type VehicleDocumentExpiryQueryDTO as tJ, VehicleQuerySchema as tK, type VehicleQueryDTO as tL, SimpleFindQuerySchema as tM, type SimpleFindQueryDTO as tN, VehicleGPSQuerySchema as tO, type VehicleGPSQueryDTO as tP, toVehiclePayload as tQ, newVehiclePayload as tR, toVehicleDetailsGPSPayload as tS, toVehicleDetailsTripPayload as tT, toVehicleDetailsBodyPayload as tU, toVehicleDetailLifeCyclePayload as tV, toVehicleDetailPurchasePayload as tW, toVehicleDocumentPayload as tX, newVehicleDocumentPayload as tY, toVehicleDocumentExpiryPayload as tZ, newVehicleDocumentExpiryPayload as t_, MasterVehicleFileSchema as ta, type MasterVehicleFileDTO as tb, CalibrationFileSchema as tc, type CalibrationFileDTO as td, VehicleSchema as te, type VehicleDTO as tf, VehicleBulkSchema as tg, type VehicleBulkDTO as th, MasterDeviceFileSchema as ti, type MasterDeviceFileDTO as tj, VehicleDeviceLinkSchema as tk, type VehicleDeviceLinkDTO as tl, VehicleDeviceUnlinkSchema as tm, type VehicleDeviceUnlinkDTO as tn, VehicleDriverLinkSchema as to, type VehicleDriverLinkDTO as tp, VehicleDetailGPSSensorSchema as tq, type VehicleDetailGPSSensorDTO as tr, VehicleDetailTripSchema as ts, type VehicleDetailTripDTO as tt, VehicleDetailBodySchema as tu, type VehicleDetailBodyDTO as tv, VehicleDetailLifeCycleSchema as tw, type VehicleDetailLifeCycleDto as tx, VehicleDetailPurchaseSchema as ty, type VehicleDetailPurchaseDTO as tz, updateMasterMainIndustry as u, type MasterDeviceModelQueryDTO as u$, get_device_file_presigned_url as u0, get_vehicle_document_file_presigned_url as u1, get_calibration_file_presigned_url as u2, create_file_vehicle as u3, remove_file_vehicle as u4, create_file_device as u5, remove_file_device as u6, create_file_vehicle_document as u7, remove_file_vehicle_document as u8, update_calibration_file as u9, updateVehicleDocumentExpiry as uA, removeVehicleDocumentExpiry as uB, getVehicleCache as uC, getVehicleSimpleCache as uD, getVehicleParentCache as uE, getVehicleSimpleDropdownCustom as uF, getVehicleSimpleDropdownCacheLiveData as uG, type MasterDeviceType as uH, MasterDeviceTypeSchema as uI, type MasterDeviceTypeDTO as uJ, MasterDeviceTypeQuerySchema as uK, type MasterDeviceTypeQueryDTO as uL, FindCacheSchema$3 as uM, type FindCacheDTO$3 as uN, toMasterDeviceTypePayload as uO, newMasterDeviceTypePayload as uP, findMasterDeviceTypes as uQ, createMasterDeviceType as uR, updateMasterDeviceType as uS, deleteMasterDeviceType as uT, getMasterDeviceTypeCache as uU, getMasterDeviceTypeCacheCount as uV, getMasterDeviceTypeCacheChild as uW, type MasterDeviceModel as uX, MasterDeviceModelSchema as uY, type MasterDeviceModelDTO as uZ, MasterDeviceModelQuerySchema as u_, delete_calibration_file as ua, findVehicles as ub, findVehiclesLiveDashboard as uc, findVehicleGPSDetails as ud, createVehicle as ue, updateVehicle as uf, deleteVehicle as ug, updateDetailsGpsSensor as uh, updateDetailsTrip as ui, updateVehicleBodyDetails as uj, updateVehicleLifeCycleDetails as uk, updateVehiclePurchaseDetails as ul, linkDriverToVehicle as um, unlinkDriverFromVehicle as un, getDriverLinkHistoryByVehicle as uo, getDriverLinkHistoryByDriver as up, linkDeviceToVehicle as uq, unlinkDeviceFromVehicle as ur, getDeviceLinkHistoryByVehicle as us, getDeviceLinkHistoryByDevice as ut, createVehicleDocument as uu, findVehicleDocument as uv, updateVehicleDocument as uw, removeVehicleDocument as ux, createVehicleDocumentExpiry as uy, findVehicleDocumentExpiry as uz, newMasterMainCurrencyPayload as v, deleteMasterDevice as v$, FindCacheSchema$2 as v0, type FindCacheDTO$2 as v1, toMasterDeviceModelPayload as v2, newMasterDeviceModelPayload as v3, findMasterDeviceModels as v4, createMasterDeviceModel as v5, updateMasterDeviceModel as v6, deleteMasterDeviceModel as v7, getMasterDeviceModelCache as v8, getMasterDeviceModelCacheCount as v9, getMasterMainSimProviderCache as vA, type MasterSim as vB, type AssignRemoveSimHistory as vC, MasterSimSchema as vD, type MasterSimDTO as vE, MasterSimQuerySchema as vF, type MasterSimQueryDTO as vG, toMasterSimPayload as vH, newMasterSimPayload as vI, findMasterSims as vJ, createMasterSim as vK, updateMasterSim as vL, deleteMasterSim as vM, type MasterDevice as vN, type AssignRemoveDeviceHistory as vO, type MasterDeviceFile as vP, MasterDeviceSchema as vQ, type MasterDeviceDTO as vR, MasterDeviceQuerySchema as vS, type MasterDeviceQueryDTO as vT, DeviceSimLinkSchema as vU, type DeviceSimLinkDTO as vV, toMasterDevicePayload as vW, newMasterDevicePayload as vX, findMasterDevices as vY, createMasterDevice as vZ, updateMasterDevice as v_, getMasterDeviceModelCacheChild as va, type MasterDeviceManufacturer as vb, MasterDeviceManufacturerSchema as vc, type MasterDeviceManufacturerDTO as vd, MasterDeviceManufacturerQuerySchema as ve, type MasterDeviceManufacturerQueryDTO as vf, toMasterDeviceManufacturerPayload as vg, newMasterDeviceManufacturerPayload as vh, findMasterDeviceManufacturers as vi, createMasterDeviceManufacturer as vj, updateMasterDeviceManufacturer as vk, deleteMasterDeviceManufacturer as vl, getMasterDeviceManufacturerCache as vm, getMasterDeviceManufacturerCacheCount as vn, getMasterDeviceManufacturerCacheChild as vo, type MasterMainSimProvider as vp, MasterMainSimProviderSchema as vq, type MasterMainSimProviderDTO as vr, MasterMainSimProviderQuerySchema as vs, type MasterMainSimProviderQueryDTO as vt, toMasterMainSimProviderPayload as vu, newMasterMainSimProviderPayload as vv, findMasterMainSimProviders as vw, createMasterMainSimProvider as vx, updateMasterMainSimProvider as vy, deleteMasterMainSimProvider as vz, findMasterMainCurrencies as w, updateMasterMainUnitVolume as w$, device_sim_link as w0, device_sim_unlink as w1, get_device_sim_link_history_by_sim as w2, get_device_sim_link_history_by_device as w3, type MasterMainTimeZone as w4, MasterMainTimeZoneSchema as w5, type MasterMainTimeZoneDTO as w6, MasterMainTimeZoneQuerySchema as w7, type MasterMainTimeZoneQueryDTO as w8, toMasterMainTimeZonePayload as w9, findMasterMainCountries as wA, createMasterMainCountry as wB, updateMasterMainCountry as wC, deleteMasterMainCountry as wD, getMasterMainCountryCache as wE, getMasterMainCountryCacheChild as wF, type MasterMainUnitMileage as wG, MasterMainUnitMileageSchema as wH, type MasterMainUnitMileageDTO as wI, MasterMainUnitMileageQuerySchema as wJ, type MasterMainUnitMileageQueryDTO as wK, toMasterMainUnitMileagePayload as wL, newMasterMainUnitMileagePayload as wM, findMasterMainUnitMileages as wN, createMasterMainUnitMileage as wO, updateMasterMainUnitMileage as wP, deleteMasterMainUnitMileage as wQ, getMasterMainUnitMileageCache as wR, type MasterMainUnitVolume as wS, MasterMainUnitVolumeSchema as wT, type MasterMainUnitVolumeDTO as wU, MasterMainUnitVolumeQuerySchema as wV, type MasterMainUnitVolumeQueryDTO as wW, toMasterMainUnitVolumePayload as wX, newMasterMainUnitVolumePayload as wY, findMasterMainUnitVolumes as wZ, createMasterMainUnitVolume as w_, newMasterMainTimeZonePayload as wa, findMasterMainTimeZones as wb, createMasterMainTimeZone as wc, updateMasterMainTimeZone as wd, deleteMasterMainTimeZone as we, getMasterMainTimeZoneCacheAll as wf, getMasterMainTimeZoneCache as wg, type MasterMainState as wh, MasterMainStateSchema as wi, type MasterMainStateDTO as wj, MasterMainStateQuerySchema as wk, type MasterMainStateQueryDTO as wl, toMasterMainStatePayload as wm, newMasterMainStatePayload as wn, findMasterMainStates as wo, createMasterMainState as wp, updateMasterMainState as wq, deleteMasterMainState as wr, getMasterMainStateCache as ws, type MasterMainCountry as wt, MasterMainCountrySchema as wu, type MasterMainCountryDTO as wv, MasterMainCountryQuerySchema as ww, type MasterMainCountryQueryDTO as wx, toMasterMainCountryPayload as wy, newMasterMainCountryPayload as wz, createMasterMainCurrency as x, getMasterSparePartCategoryCacheChild as x$, deleteMasterMainUnitVolume as x0, getMasterMainUnitVolumeCache as x1, type OrganisationCalendar as x2, OrganisationCalendarSchema as x3, type OrganisationCalendarDTO as x4, OrganisationCalendarQuerySchema as x5, type OrganisationCalendarQueryDTO as x6, toOrganisationCalendarPayload as x7, newOrganisationCalendarPayload as x8, findOrganisationCalendar as x9, type MasterSparePartSubCategory as xA, MasterSparePartSubCategorySchema as xB, type MasterSparePartSubCategoryDTO as xC, SparePartSubCategoryQuerySchema as xD, type SparePartSubCategoryQueryDTO as xE, FindCacheSchema$1 as xF, type FindCacheDTO$1 as xG, toMasterSparePartSubCategoryPayload as xH, newMasterSparePartSubCategoryPayload as xI, findMasterSparePartSubCategories as xJ, createMasterSparePartSubCategory as xK, updateMasterSparePartSubCategory as xL, deleteMasterSparePartSubCategory as xM, getMasterSparePartSubCategoryCache as xN, getMasterSparePartSubCategoryCacheCount as xO, type MasterSparePartCategory as xP, MasterSparePartCategorySchema as xQ, type MasterSparePartCategoryDTO as xR, SparePartCategoryQuerySchema as xS, type SparePartCategoryQueryDTO as xT, toMasterSparePartCategoryPayload as xU, newMasterSparePartCategoryPayload as xV, findMasterSparePartCategories as xW, createMasterSparePartCategory as xX, updateMasterSparePartCategory as xY, deleteMasterSparePartCategory as xZ, getMasterSparePartCategoryCache as x_, createOrganisationCalendar as xa, updateOrganisationCalendar as xb, deleteOrganisationCalendar as xc, type OrganisationNoticeBoard as xd, OrganisationNoticeBoardSchema as xe, type OrganisationNoticeBoardDTO as xf, OrganisationNoticeBoardQuerySchema as xg, type OrganisationNoticeBoardQueryDTO as xh, toOrganisationNoticeBoardPayload as xi, newOrganisationNoticeBoardPayload as xj, findOrganisationNoticeBoard as xk, createOrganisationNoticeBoard as xl, updateOrganisationNoticeBoard as xm, deleteOrganisationNoticeBoard as xn, type MasterExpenseType as xo, MasterExpenseTypeSchema as xp, type MasterExpenseTypeDTO as xq, MasterExpenseTypeQuerySchema as xr, type MasterExpenseTypeQueryDTO as xs, toMasterExpenseTypePayload as xt, newMasterExpenseTypePayload as xu, findMasterExpenseTypes as xv, createMasterExpenseType as xw, updateMasterExpenseType as xx, deleteMasterExpenseType as xy, getMasterExpenseTypeCache as xz, updateMasterMainCurrency as y, updateMasterTyreMake as y$, getMasterSparePartCategoryCacheCount as y0, type MasterSparePartUnit as y1, MasterSparePartUnitSchema as y2, type MasterSparePartUnitDTO as y3, SparePartUnitQuerySchema as y4, type SparePartUnitQueryDTO as y5, toMasterSparePartUnitPayload as y6, newMasterSparePartUnitPayload as y7, findMasterSparePartUnits as y8, createMasterSparePartUnit as y9, deleteMasterTyreGrade as yA, getMasterTyreGradeCache as yB, getMasterTyreGradeCacheCount as yC, type MasterTyreModel as yD, MasterTyreModelSchema as yE, type MasterTyreModelDTO as yF, MasterTyreModelQuerySchema as yG, type MasterTyreModelQueryDTO as yH, FindCacheSchema as yI, type FindCacheDTO as yJ, toMasterTyreModelPayload as yK, newMasterTyreModelPayload as yL, findMasterTyreModels as yM, createMasterTyreModel as yN, updateMasterTyreModel as yO, deleteMasterTyreModel as yP, getMasterTyreModelCache as yQ, getMasterTyreModelCacheCount as yR, type MasterTyreMake as yS, MasterTyreMakeSchema as yT, type MasterTyreMakeDTO as yU, MasterTyreMakeQuerySchema as yV, type MasterTyreMakeQueryDTO as yW, toMasterTyreMakePayload as yX, newMasterTyreMakePayload as yY, findMasterTyreMakes as yZ, createMasterTyreMake as y_, updateMasterSparePartUnit as ya, deleteMasterSparePartUnit as yb, getMasterSparePartUnitCache as yc, getMasterSparePartUnitCacheCount as yd, type MasterTripPartyType as ye, MasterTripPartyTypeSchema as yf, type MasterTripPartyTypeDTO as yg, MasterTripPartyTypeQuerySchema as yh, type MasterTripPartyTypeQueryDTO as yi, toMasterTripPartyTypePayload as yj, newMasterTripPartyTypePayload as yk, findMasterTripPartyTypes as yl, createMasterTripPartyType as ym, updateMasterTripPartyType as yn, deleteMasterTripPartyType as yo, getMasterTripPartyTypeCache as yp, type MasterTyreGrade as yq, MasterTyreGradeSchema as yr, type MasterTyreGradeDTO as ys, MasterTyreGradeQuerySchema as yt, type MasterTyreGradeQueryDTO as yu, toMasterTyreGradePayload as yv, newMasterTyreGradePayload as yw, findMasterTyreGrades as yx, createMasterTyreGrade as yy, updateMasterTyreGrade as yz, deleteMasterMainCurrency as z, deleteMasterTyreMake as z0, getMasterTyreMakeCache as z1, getMasterTyreMakeCacheCount as z2, getMasterTyreMakeCacheChild as z3, type UserOrganisationSimple as z4, UserOrganisationSchema as z5, type UserOrganisationDTO as z6, UserOrganisationQuerySchema as z7, type UserOrganisationQueryDTO as z8, UserOrganisationLogoSchema as z9, type UserOrganisationLogoDTO as za, toUserOrganisationPayload as zb, newUserOrganisationPayload as zc, get_organisation_logo_presigned_url as zd, update_organisation_logo as ze, delete_organisation_logo as zf, findUserOrganisation as zg, createUserOrganisation as zh, updateUserOrganisation as zi, deleteUserOrganisation as zj, getUserOrganisationCache as zk, getUserOrganisationCacheSimple as zl, type BookMark as zm, BookMarkSchema as zn, type BookMarkDTO as zo, BookMarkQuerySchema as zp, type BookMarkQueryDTO as zq, toBookMarkPayload as zr, newBookMarkPayload as zs, findBookMarks as zt, createBookMark as zu, updateBookMark as zv, deleteBookMark as zw };
|