vms-nest-prisma-api-document 500.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-z3hs8bzF.d.ts → bookmark_service-D9H8yEp3.d.ts} +298 -180
- 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/account/ticket_service.js +18 -16
- 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 +10 -5
- 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/static_pages_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;
|
|
@@ -246,36 +247,43 @@ declare const getMasterMainCurrencyCache: (country_id: string) => Promise<FBR<Ma
|
|
|
246
247
|
|
|
247
248
|
interface OrganisationSubCompany extends Record<string, unknown> {
|
|
248
249
|
organisation_sub_company_id: string;
|
|
249
|
-
sub_company_name: string;
|
|
250
|
-
sub_company_GSTIN: string;
|
|
251
|
-
description?: string;
|
|
252
250
|
logo_key?: string;
|
|
253
251
|
logo_url?: string;
|
|
254
252
|
logo_name?: string;
|
|
253
|
+
sub_company_name: string;
|
|
254
|
+
sub_company_GSTIN: string;
|
|
255
|
+
description?: string;
|
|
255
256
|
status: Status;
|
|
256
257
|
added_date_time: string;
|
|
257
258
|
modified_date_time: string;
|
|
258
|
-
organisation_id
|
|
259
|
+
organisation_id?: string;
|
|
259
260
|
UserOrganisation?: UserOrganisation;
|
|
261
|
+
organisation_name?: string;
|
|
262
|
+
MasterVehicle?: MasterVehicle[];
|
|
263
|
+
MasterDriver?: MasterDriver[];
|
|
264
|
+
_count?: {
|
|
265
|
+
MasterVehicle?: number;
|
|
266
|
+
MasterDriver?: number;
|
|
267
|
+
};
|
|
260
268
|
}
|
|
261
269
|
declare const OrganisationSubCompanySchema: z.ZodObject<{
|
|
262
270
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
263
|
-
sub_company_name: z.ZodEffects<z.ZodString, string, string>;
|
|
264
|
-
sub_company_GSTIN: z.ZodEffects<z.ZodString, string, string>;
|
|
265
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
266
271
|
logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
267
272
|
logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
268
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>>;
|
|
269
277
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
270
278
|
}, "strip", z.ZodTypeAny, {
|
|
271
279
|
status: Status;
|
|
272
280
|
organisation_id: string;
|
|
273
281
|
description: string;
|
|
274
|
-
sub_company_name: string;
|
|
275
|
-
sub_company_GSTIN: string;
|
|
276
282
|
logo_key: string;
|
|
277
283
|
logo_url: string;
|
|
278
284
|
logo_name: string;
|
|
285
|
+
sub_company_name: string;
|
|
286
|
+
sub_company_GSTIN: string;
|
|
279
287
|
}, {
|
|
280
288
|
status: Status;
|
|
281
289
|
organisation_id: string;
|
|
@@ -318,8 +326,8 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
|
318
326
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
319
327
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
320
328
|
} & {
|
|
321
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
322
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">>>;
|
|
323
331
|
}, "strip", z.ZodTypeAny, {
|
|
324
332
|
status: Status[];
|
|
325
333
|
search: string;
|
|
@@ -386,13 +394,13 @@ declare const SubCompanyLogoSchema: z.ZodObject<{
|
|
|
386
394
|
type SubCompanyLogoDTO = z.infer<typeof SubCompanyLogoSchema>;
|
|
387
395
|
declare const toOrganisationSubCompanyPayload: (row: OrganisationSubCompany) => OrganisationSubCompanyDTO;
|
|
388
396
|
declare const newOrganisationSubCompanyPayload: () => OrganisationSubCompanyDTO;
|
|
389
|
-
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>;
|
|
390
400
|
declare const findOrganisationSubCompanyies: (data: OrganisationSubCompanyQueryDTO) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
391
401
|
declare const createOrganisationSubCompany: (data: OrganisationSubCompanyDTO) => Promise<SBR>;
|
|
392
402
|
declare const updateOrganisationSubCompany: (id: string, data: OrganisationSubCompanyDTO) => Promise<SBR>;
|
|
393
403
|
declare const deleteOrganisationSubCompany: (id: string) => Promise<SBR>;
|
|
394
|
-
declare const updateSubCompanyLogo: (id: string, data: SubCompanyLogoDTO) => Promise<SBR>;
|
|
395
|
-
declare const deleteSubCompanyLogo$1: (id: string) => Promise<SBR>;
|
|
396
404
|
declare const getOrganisationSubCompanyCache: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
397
405
|
declare const getOrganisationSubCompanyCacheCount: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
398
406
|
declare const getOrganisationSubCompanyCacheChild: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
@@ -407,10 +415,13 @@ interface OrganisationBranch extends Record<string, unknown> {
|
|
|
407
415
|
added_date_time: string;
|
|
408
416
|
modified_date_time: string;
|
|
409
417
|
organisation_id: string;
|
|
410
|
-
UserOrganisation
|
|
418
|
+
UserOrganisation?: UserOrganisation;
|
|
419
|
+
organisation_name?: string;
|
|
411
420
|
MasterVehicle?: MasterVehicle[];
|
|
421
|
+
MasterDriver?: MasterDriver[];
|
|
412
422
|
_count?: {
|
|
413
423
|
MasterVehicle?: number;
|
|
424
|
+
MasterDriver?: number;
|
|
414
425
|
};
|
|
415
426
|
}
|
|
416
427
|
declare const OrganisationBranchSchema: z.ZodObject<{
|
|
@@ -467,8 +478,8 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
|
467
478
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
468
479
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
469
480
|
} & {
|
|
470
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
471
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">>>;
|
|
472
483
|
}, "strip", z.ZodTypeAny, {
|
|
473
484
|
status: Status[];
|
|
474
485
|
search: string;
|
|
@@ -537,8 +548,15 @@ interface OrganisationColor extends Record<string, unknown> {
|
|
|
537
548
|
status: Status;
|
|
538
549
|
added_date_time: string;
|
|
539
550
|
modified_date_time: string;
|
|
540
|
-
organisation_id
|
|
551
|
+
organisation_id: string;
|
|
541
552
|
UserOrganisation?: UserOrganisation;
|
|
553
|
+
organisation_name?: string;
|
|
554
|
+
MasterVehicle?: MasterVehicle[];
|
|
555
|
+
MasterDriver?: MasterDriver[];
|
|
556
|
+
_count?: {
|
|
557
|
+
MasterVehicle?: number;
|
|
558
|
+
MasterDriver?: number;
|
|
559
|
+
};
|
|
542
560
|
}
|
|
543
561
|
declare const OrganisationColorSchema: z.ZodObject<{
|
|
544
562
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -591,8 +609,8 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
|
591
609
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
592
610
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
593
611
|
} & {
|
|
594
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
595
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">>>;
|
|
596
614
|
}, "strip", z.ZodTypeAny, {
|
|
597
615
|
status: Status[];
|
|
598
616
|
search: string;
|
|
@@ -662,6 +680,13 @@ interface OrganisationTag extends Record<string, unknown> {
|
|
|
662
680
|
modified_date_time: string;
|
|
663
681
|
organisation_id: string;
|
|
664
682
|
UserOrganisation?: UserOrganisation;
|
|
683
|
+
organisation_name?: string;
|
|
684
|
+
MasterVehicle?: MasterVehicle[];
|
|
685
|
+
MasterDriver?: MasterDriver[];
|
|
686
|
+
_count?: {
|
|
687
|
+
MasterVehicle?: number;
|
|
688
|
+
MasterDriver?: number;
|
|
689
|
+
};
|
|
665
690
|
}
|
|
666
691
|
declare const OrganisationTagSchema: z.ZodObject<{
|
|
667
692
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -711,8 +736,8 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
|
711
736
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
712
737
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
713
738
|
} & {
|
|
714
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
715
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">>>;
|
|
716
741
|
}, "strip", z.ZodTypeAny, {
|
|
717
742
|
status: Status[];
|
|
718
743
|
search: string;
|
|
@@ -782,6 +807,7 @@ interface MasterUserRole extends Record<string, unknown> {
|
|
|
782
807
|
modified_date_time: string;
|
|
783
808
|
organisation_id: string;
|
|
784
809
|
UserOrganisation?: UserOrganisation;
|
|
810
|
+
organisation_name?: string;
|
|
785
811
|
User?: User[];
|
|
786
812
|
_count?: {
|
|
787
813
|
User?: number;
|
|
@@ -835,8 +861,8 @@ declare const MasterUserRoleQuerySchema: z.ZodObject<{
|
|
|
835
861
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
836
862
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
837
863
|
} & {
|
|
838
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
839
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">>>;
|
|
840
866
|
}, "strip", z.ZodTypeAny, {
|
|
841
867
|
status: Status[];
|
|
842
868
|
search: string;
|
|
@@ -905,6 +931,7 @@ interface MasterUserStatus extends Record<string, unknown> {
|
|
|
905
931
|
modified_date_time: string;
|
|
906
932
|
organisation_id: string;
|
|
907
933
|
UserOrganisation?: UserOrganisation;
|
|
934
|
+
organisation_name?: string;
|
|
908
935
|
User?: User[];
|
|
909
936
|
_count?: {
|
|
910
937
|
User?: number;
|
|
@@ -958,8 +985,8 @@ declare const MasterUserStatusQuerySchema: z.ZodObject<{
|
|
|
958
985
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
959
986
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
960
987
|
} & {
|
|
961
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
962
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">>>;
|
|
963
990
|
}, "strip", z.ZodTypeAny, {
|
|
964
991
|
status: Status[];
|
|
965
992
|
search: string;
|
|
@@ -2410,13 +2437,13 @@ type UserAdminQueryDTO = z.infer<typeof UserAdminQuerySchema>;
|
|
|
2410
2437
|
declare const toUserAdminPayload: (row: UserAdmin) => UserAdminDTO;
|
|
2411
2438
|
declare const toUserAdminProfilePayload: (row: UserAdmin) => UserAdminProfileDTO;
|
|
2412
2439
|
declare const newUserAdminPayload: () => UserAdminDTO;
|
|
2413
|
-
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>;
|
|
2414
2443
|
declare const findUserAdmin: (data: UserAdminQueryDTO) => Promise<FBR<UserAdmin[]>>;
|
|
2415
2444
|
declare const createUserAdmin: (data: UserAdminDTO) => Promise<SBR>;
|
|
2416
2445
|
declare const updateUserAdmin: (id: string, data: UserAdminDTO) => Promise<SBR>;
|
|
2417
2446
|
declare const deleteUserAdmin: (id: string) => Promise<SBR>;
|
|
2418
|
-
declare const updateUserAdminLogo: (id: string, data: UserAdminLogoDTO) => Promise<SBR>;
|
|
2419
|
-
declare const deleteUserAdminLogo: (id: string) => Promise<SBR>;
|
|
2420
2447
|
declare const updateUserAdminProfile: (id: string, data: UserAdminProfileDTO) => Promise<SBR>;
|
|
2421
2448
|
declare const getAdminUserCache: () => Promise<FBR<UserAdmin[]>>;
|
|
2422
2449
|
|
|
@@ -2743,14 +2770,14 @@ type TicketQueryDTO = z.infer<typeof TicketQuerySchema>;
|
|
|
2743
2770
|
declare const toTicketPayload: (ticket: Ticket) => TicketDTO;
|
|
2744
2771
|
declare const toVerifyTicketPayload: (ticket: Ticket) => TicketVerifyDTO;
|
|
2745
2772
|
declare const newTicketPayload: () => TicketDTO;
|
|
2773
|
+
declare const get_ticket_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
2774
|
+
declare const create_ticket_file: (data: TicketFileDTO) => Promise<SBR>;
|
|
2775
|
+
declare const remove_ticket_file: (id: string) => Promise<SBR>;
|
|
2746
2776
|
declare const findTickets: (data: TicketQueryDTO) => Promise<FBR<Ticket[]>>;
|
|
2747
2777
|
declare const createTicket: (data: TicketDTO) => Promise<SBR>;
|
|
2748
2778
|
declare const updateTicket: (id: string, data: TicketDTO) => Promise<SBR>;
|
|
2749
2779
|
declare const updateVerifyStatus: (id: string, data: TicketVerifyDTO) => Promise<SBR>;
|
|
2750
2780
|
declare const deleteTicket: (id: string) => Promise<SBR>;
|
|
2751
|
-
declare const getTicketFilePresignedUrl: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
2752
|
-
declare const createTicketFile: (data: TicketFileDTO) => Promise<SBR>;
|
|
2753
|
-
declare const removeTicketFile: (id: string) => Promise<SBR>;
|
|
2754
2781
|
|
|
2755
2782
|
interface MasterMainLandMark extends Record<string, unknown> {
|
|
2756
2783
|
landmark_id: string;
|
|
@@ -2767,6 +2794,7 @@ interface MasterMainLandMark extends Record<string, unknown> {
|
|
|
2767
2794
|
modified_date_time: string;
|
|
2768
2795
|
country_id?: string;
|
|
2769
2796
|
MasterMainCountry?: MasterMainCountry;
|
|
2797
|
+
country_name?: string;
|
|
2770
2798
|
}
|
|
2771
2799
|
declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
2772
2800
|
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2902,6 +2930,7 @@ interface MasterVehicleFuelType extends Record<string, unknown> {
|
|
|
2902
2930
|
modified_date_time: string;
|
|
2903
2931
|
organisation_id: string;
|
|
2904
2932
|
UserOrganisation?: UserOrganisation;
|
|
2933
|
+
organisation_name?: string;
|
|
2905
2934
|
}
|
|
2906
2935
|
declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
|
|
2907
2936
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2951,8 +2980,8 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
2951
2980
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2952
2981
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2953
2982
|
} & {
|
|
2954
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2955
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">>>;
|
|
2956
2985
|
}, "strip", z.ZodTypeAny, {
|
|
2957
2986
|
status: Status[];
|
|
2958
2987
|
search: string;
|
|
@@ -3022,6 +3051,7 @@ interface MasterVehicleFuelUnit extends Record<string, unknown> {
|
|
|
3022
3051
|
modified_date_time: string;
|
|
3023
3052
|
organisation_id: string;
|
|
3024
3053
|
UserOrganisation?: UserOrganisation;
|
|
3054
|
+
organisation_name?: string;
|
|
3025
3055
|
}
|
|
3026
3056
|
declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
|
|
3027
3057
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3071,8 +3101,8 @@ declare const MasterVehicleFuelUnitQuerySchema: z.ZodObject<{
|
|
|
3071
3101
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3072
3102
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3073
3103
|
} & {
|
|
3074
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3075
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">>>;
|
|
3076
3106
|
}, "strip", z.ZodTypeAny, {
|
|
3077
3107
|
status: Status[];
|
|
3078
3108
|
search: string;
|
|
@@ -3142,6 +3172,7 @@ interface MasterVendorType extends Record<string, unknown> {
|
|
|
3142
3172
|
modified_date_time: string;
|
|
3143
3173
|
organisation_id: string;
|
|
3144
3174
|
UserOrganisation?: UserOrganisation;
|
|
3175
|
+
organisation_name?: string;
|
|
3145
3176
|
}
|
|
3146
3177
|
declare const MasterVendorTypeSchema: z.ZodObject<{
|
|
3147
3178
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3191,8 +3222,8 @@ declare const MasterVendorTypeQuerySchema: z.ZodObject<{
|
|
|
3191
3222
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3192
3223
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3193
3224
|
} & {
|
|
3194
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3195
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">>>;
|
|
3196
3227
|
}, "strip", z.ZodTypeAny, {
|
|
3197
3228
|
status: Status[];
|
|
3198
3229
|
search: string;
|
|
@@ -3260,6 +3291,7 @@ interface MasterVendorTag extends Record<string, unknown> {
|
|
|
3260
3291
|
modified_date_time: string;
|
|
3261
3292
|
organisation_id: string;
|
|
3262
3293
|
UserOrganisation?: UserOrganisation;
|
|
3294
|
+
organisation_name?: string;
|
|
3263
3295
|
}
|
|
3264
3296
|
declare const MasterVendorTagSchema: z.ZodObject<{
|
|
3265
3297
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3309,8 +3341,8 @@ declare const MasterVendorTagQuerySchema: z.ZodObject<{
|
|
|
3309
3341
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3310
3342
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3311
3343
|
} & {
|
|
3312
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3313
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">>>;
|
|
3314
3346
|
}, "strip", z.ZodTypeAny, {
|
|
3315
3347
|
status: Status[];
|
|
3316
3348
|
search: string;
|
|
@@ -3378,6 +3410,7 @@ interface MasterVendorDocumentType extends Record<string, unknown> {
|
|
|
3378
3410
|
modified_date_time: string;
|
|
3379
3411
|
organisation_id?: string;
|
|
3380
3412
|
UserOrganisation?: UserOrganisation;
|
|
3413
|
+
organisation_name?: string;
|
|
3381
3414
|
}
|
|
3382
3415
|
declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
|
|
3383
3416
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3427,8 +3460,8 @@ declare const MasterVendorDocumentTypeQuerySchema: z.ZodObject<{
|
|
|
3427
3460
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3428
3461
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3429
3462
|
} & {
|
|
3430
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3431
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">>>;
|
|
3432
3465
|
}, "strip", z.ZodTypeAny, {
|
|
3433
3466
|
status: Status[];
|
|
3434
3467
|
search: string;
|
|
@@ -3496,6 +3529,7 @@ interface MasterFleetServiceTask extends Record<string, unknown> {
|
|
|
3496
3529
|
modified_date_time: string;
|
|
3497
3530
|
organisation_id: string;
|
|
3498
3531
|
UserOrganisation?: UserOrganisation;
|
|
3532
|
+
organisation_name?: string;
|
|
3499
3533
|
FleetServiceManagementTask?: FleetServiceManagementTask[];
|
|
3500
3534
|
_count?: {
|
|
3501
3535
|
FleetServiceManagementTask?: number;
|
|
@@ -3550,8 +3584,8 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
3550
3584
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3551
3585
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3552
3586
|
} & {
|
|
3553
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3554
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">>>;
|
|
3555
3589
|
}, "strip", z.ZodTypeAny, {
|
|
3556
3590
|
status: Status[];
|
|
3557
3591
|
search: string;
|
|
@@ -3776,6 +3810,7 @@ interface MasterFleetInsuranceClaimStatus extends Record<string, unknown> {
|
|
|
3776
3810
|
modified_date_time: string;
|
|
3777
3811
|
organisation_id: string;
|
|
3778
3812
|
UserOrganisation?: UserOrganisation;
|
|
3813
|
+
organisation_name?: string;
|
|
3779
3814
|
FleetIncidentManagement?: FleetIncidentManagement[];
|
|
3780
3815
|
_count?: {
|
|
3781
3816
|
FleetIncidentManagement?: number;
|
|
@@ -3829,8 +3864,8 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
3829
3864
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3830
3865
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3831
3866
|
} & {
|
|
3832
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3833
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">>>;
|
|
3834
3869
|
}, "strip", z.ZodTypeAny, {
|
|
3835
3870
|
status: Status[];
|
|
3836
3871
|
search: string;
|
|
@@ -3898,6 +3933,7 @@ interface MasterFleetIncidentSeverity extends Record<string, unknown> {
|
|
|
3898
3933
|
modified_date_time: string;
|
|
3899
3934
|
organisation_id: string;
|
|
3900
3935
|
UserOrganisation?: UserOrganisation;
|
|
3936
|
+
organisation_name?: string;
|
|
3901
3937
|
FleetIncidentManagement?: FleetIncidentManagement[];
|
|
3902
3938
|
_count?: {
|
|
3903
3939
|
FleetIncidentManagement?: number;
|
|
@@ -3951,8 +3987,8 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
3951
3987
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3952
3988
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3953
3989
|
} & {
|
|
3954
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3955
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">>>;
|
|
3956
3992
|
}, "strip", z.ZodTypeAny, {
|
|
3957
3993
|
status: Status[];
|
|
3958
3994
|
search: string;
|
|
@@ -4020,6 +4056,7 @@ interface MasterFleetIncidentStatus extends Record<string, unknown> {
|
|
|
4020
4056
|
modified_date_time: string;
|
|
4021
4057
|
organisation_id: string;
|
|
4022
4058
|
UserOrganisation?: UserOrganisation;
|
|
4059
|
+
organisation_name?: string;
|
|
4023
4060
|
FleetIncidentManagement?: FleetIncidentManagement[];
|
|
4024
4061
|
_count?: {
|
|
4025
4062
|
FleetIncidentManagement?: number;
|
|
@@ -4073,8 +4110,8 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
4073
4110
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4074
4111
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4075
4112
|
} & {
|
|
4076
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4077
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">>>;
|
|
4078
4115
|
}, "strip", z.ZodTypeAny, {
|
|
4079
4116
|
status: Status[];
|
|
4080
4117
|
search: string;
|
|
@@ -4142,6 +4179,7 @@ interface MasterFleetIncidentType extends Record<string, unknown> {
|
|
|
4142
4179
|
modified_date_time: string;
|
|
4143
4180
|
organisation_id: string;
|
|
4144
4181
|
UserOrganisation?: UserOrganisation;
|
|
4182
|
+
organisation_name?: string;
|
|
4145
4183
|
FleetIncidentManagement?: FleetIncidentManagement[];
|
|
4146
4184
|
_count?: {
|
|
4147
4185
|
FleetIncidentManagement?: number;
|
|
@@ -4195,8 +4233,8 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
4195
4233
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4196
4234
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4197
4235
|
} & {
|
|
4198
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4199
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">>>;
|
|
4200
4238
|
}, "strip", z.ZodTypeAny, {
|
|
4201
4239
|
status: Status[];
|
|
4202
4240
|
search: string;
|
|
@@ -4265,6 +4303,7 @@ interface MasterExpenseName extends Record<string, unknown> {
|
|
|
4265
4303
|
modified_date_time: string;
|
|
4266
4304
|
organisation_id: string;
|
|
4267
4305
|
UserOrganisation?: UserOrganisation;
|
|
4306
|
+
organisation_name?: string;
|
|
4268
4307
|
FleetIncidentManagementCost?: FleetIncidentManagementCost[];
|
|
4269
4308
|
_count?: {
|
|
4270
4309
|
FleetIncidentManagementCost?: number;
|
|
@@ -4321,8 +4360,8 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
4321
4360
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4322
4361
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4323
4362
|
} & {
|
|
4324
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4325
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">>>;
|
|
4326
4365
|
expense_category: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpenseCategory>, "many">>>;
|
|
4327
4366
|
}, "strip", z.ZodTypeAny, {
|
|
4328
4367
|
status: Status[];
|
|
@@ -7440,8 +7479,10 @@ interface MasterFuelCompany extends Record<string, unknown> {
|
|
|
7440
7479
|
modified_date_time: string;
|
|
7441
7480
|
organisation_id: string;
|
|
7442
7481
|
UserOrganisation?: UserOrganisation;
|
|
7482
|
+
organisation_name?: string;
|
|
7443
7483
|
country_id: string;
|
|
7444
7484
|
MasterMainCountry?: MasterMainCountry;
|
|
7485
|
+
country_name?: string;
|
|
7445
7486
|
FleetVendorFuelStation?: FleetVendorFuelStation[];
|
|
7446
7487
|
_count?: {
|
|
7447
7488
|
FleetVendorFuelStation?: number;
|
|
@@ -7450,11 +7491,11 @@ interface MasterFuelCompany extends Record<string, unknown> {
|
|
|
7450
7491
|
declare const MasterFuelCompanySchema: z.ZodObject<{
|
|
7451
7492
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7452
7493
|
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7453
|
-
company_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7454
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7455
7494
|
logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7456
7495
|
logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7457
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>>;
|
|
7458
7499
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7459
7500
|
}, "strip", z.ZodTypeAny, {
|
|
7460
7501
|
status: Status;
|
|
@@ -7507,9 +7548,9 @@ declare const MasterFuelCompanyQuerySchema: z.ZodObject<{
|
|
|
7507
7548
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7508
7549
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7509
7550
|
} & {
|
|
7551
|
+
fuel_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7510
7552
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7511
7553
|
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7512
|
-
fuel_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7513
7554
|
}, "strip", z.ZodTypeAny, {
|
|
7514
7555
|
status: Status[];
|
|
7515
7556
|
search: string;
|
|
@@ -7578,13 +7619,13 @@ declare const FuelCompanyLogoSchema: z.ZodObject<{
|
|
|
7578
7619
|
type FuelCompanyLogoDTO = z.infer<typeof FuelCompanyLogoSchema>;
|
|
7579
7620
|
declare const toMasterFuelCompanyPayload: (row: MasterFuelCompany) => MasterFuelCompanyDTO;
|
|
7580
7621
|
declare const newMasterFuelCompanyPayload: () => MasterFuelCompanyDTO;
|
|
7581
|
-
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>;
|
|
7582
7625
|
declare const findMasterFuelCompanys: (data: MasterFuelCompanyQueryDTO) => Promise<FBR<MasterFuelCompany[]>>;
|
|
7583
7626
|
declare const createMasterFuelCompany: (data: MasterFuelCompanyDTO) => Promise<SBR>;
|
|
7584
7627
|
declare const updateMasterFuelCompany: (id: string, data: MasterFuelCompanyDTO) => Promise<SBR>;
|
|
7585
7628
|
declare const deleteMasterFuelCompany: (id: string) => Promise<SBR>;
|
|
7586
|
-
declare const updateFuelCompanyLogo: (id: string, data: FuelCompanyLogoDTO) => Promise<SBR>;
|
|
7587
|
-
declare const deleteSubCompanyLogo: (id: string) => Promise<SBR>;
|
|
7588
7629
|
declare const getMasterFuelCompanyCache: (organisation_id: string) => Promise<FBR<MasterFuelCompany[]>>;
|
|
7589
7630
|
|
|
7590
7631
|
interface FleetVendorFuelStation extends Record<string, unknown> {
|
|
@@ -8127,13 +8168,13 @@ declare const FleetVendorSchema: z.ZodObject<{
|
|
|
8127
8168
|
logo_key: string;
|
|
8128
8169
|
logo_url: string;
|
|
8129
8170
|
logo_name: string;
|
|
8171
|
+
organisation_name: string;
|
|
8130
8172
|
vendor_type_ids: string[];
|
|
8131
8173
|
vendor_tag_ids: string[];
|
|
8132
8174
|
vendor_name: string;
|
|
8133
8175
|
vendor_code: string;
|
|
8134
8176
|
business_mobile: string;
|
|
8135
8177
|
business_email: string;
|
|
8136
|
-
organisation_name: string;
|
|
8137
8178
|
gst_number: string;
|
|
8138
8179
|
pan_number: string;
|
|
8139
8180
|
tax_id_number: string;
|
|
@@ -8151,12 +8192,12 @@ declare const FleetVendorSchema: z.ZodObject<{
|
|
|
8151
8192
|
logo_key?: string | undefined;
|
|
8152
8193
|
logo_url?: string | undefined;
|
|
8153
8194
|
logo_name?: string | undefined;
|
|
8195
|
+
organisation_name?: string | undefined;
|
|
8154
8196
|
vendor_type_ids?: string[] | undefined;
|
|
8155
8197
|
vendor_tag_ids?: string[] | undefined;
|
|
8156
8198
|
vendor_code?: string | undefined;
|
|
8157
8199
|
business_mobile?: string | undefined;
|
|
8158
8200
|
business_email?: string | undefined;
|
|
8159
|
-
organisation_name?: string | undefined;
|
|
8160
8201
|
gst_number?: string | undefined;
|
|
8161
8202
|
pan_number?: string | undefined;
|
|
8162
8203
|
tax_id_number?: string | undefined;
|
|
@@ -9131,8 +9172,8 @@ declare const get_vendor_contact_person_logo_presigned_url: (fileName: string) =
|
|
|
9131
9172
|
declare const get_vendor_document_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
9132
9173
|
declare const update_vendor_logo: (id: string, data: FleetVendorLogoDTO) => Promise<SBR>;
|
|
9133
9174
|
declare const delete_vendor_logo: (id: string) => Promise<SBR>;
|
|
9134
|
-
declare const
|
|
9135
|
-
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>;
|
|
9136
9177
|
declare const create_vendor_document_file: (data: FleetVendorDocumentFileDTO) => Promise<SBR>;
|
|
9137
9178
|
declare const remove_vendor_document_file: (id: string) => Promise<SBR>;
|
|
9138
9179
|
declare const findFleetVendor: (data: FleetVendorQueryDTO) => Promise<FBR<FleetVendor[]>>;
|
|
@@ -9632,6 +9673,7 @@ interface MasterVehicleFuelRemovalReason extends Record<string, unknown> {
|
|
|
9632
9673
|
modified_date_time: string;
|
|
9633
9674
|
organisation_id: string;
|
|
9634
9675
|
UserOrganisation?: UserOrganisation;
|
|
9676
|
+
organisation_name?: string;
|
|
9635
9677
|
}
|
|
9636
9678
|
declare const MasterVehicleFuelRemovalReasonSchema: z.ZodObject<{
|
|
9637
9679
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -9681,8 +9723,8 @@ declare const MasterVehicleFuelRemovalReasonQuerySchema: z.ZodObject<{
|
|
|
9681
9723
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
9682
9724
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
9683
9725
|
} & {
|
|
9684
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9685
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">>>;
|
|
9686
9728
|
}, "strip", z.ZodTypeAny, {
|
|
9687
9729
|
status: Status[];
|
|
9688
9730
|
search: string;
|
|
@@ -10476,13 +10518,13 @@ type UserDefaultDateFormatDTO = z.infer<typeof UserDefaultDateFormatSchema>;
|
|
|
10476
10518
|
declare const toUserPayload: (row: User) => UserDTO;
|
|
10477
10519
|
declare const toUserProfilePayload: (data: User) => UserProfileDTO;
|
|
10478
10520
|
declare const newUserPayload: () => UserDTO;
|
|
10479
|
-
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>;
|
|
10480
10524
|
declare const findUser: (data: UserQueryDTO) => Promise<FBR<User[]>>;
|
|
10481
10525
|
declare const createUser: (data: UserDTO) => Promise<SBR>;
|
|
10482
10526
|
declare const updateUser: (id: string, data: UserDTO) => Promise<SBR>;
|
|
10483
10527
|
declare const deleteUser: (id: string) => Promise<SBR>;
|
|
10484
|
-
declare const updateUserLogo: (id: string, data: UserLogoDTO) => Promise<SBR>;
|
|
10485
|
-
declare const deleteUserLogo: (id: string) => Promise<SBR>;
|
|
10486
10528
|
declare const updateUserProfile: (id: string, data: UserProfileDTO) => Promise<SBR>;
|
|
10487
10529
|
declare const getUserCache: (organisation_id: string) => Promise<FBR<User[]>>;
|
|
10488
10530
|
declare const getUserCacheSimple: (organisation_id: string) => Promise<FBR<User[]>>;
|
|
@@ -11405,10 +11447,12 @@ type MasterDriverProfileDTO = z.infer<typeof MasterDriverProfileSchema>;
|
|
|
11405
11447
|
declare const toDriverPayload: (row: MasterDriver) => MasterDriverDTO;
|
|
11406
11448
|
declare const toDriverProfilePayload: (row: MasterDriver) => MasterDriverProfileDTO;
|
|
11407
11449
|
declare const newDriverPayload: () => MasterDriverDTO;
|
|
11408
|
-
declare const
|
|
11409
|
-
declare const
|
|
11410
|
-
declare const
|
|
11411
|
-
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>;
|
|
11412
11456
|
declare const findMasterDriver: (data: MasterDriverQueryDTO) => Promise<FBR<MasterDriver[]>>;
|
|
11413
11457
|
declare const createMasterDriver: (data: MasterDriverDTO) => Promise<SBR>;
|
|
11414
11458
|
declare const updateMasterDriver: (id: string, data: MasterDriverDTO) => Promise<SBR>;
|
|
@@ -11448,9 +11492,9 @@ interface VehicleOrganisationGroupLink extends Record<string, unknown> {
|
|
|
11448
11492
|
}
|
|
11449
11493
|
declare const OrganisationGroupSchema: z.ZodObject<{
|
|
11450
11494
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11495
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11451
11496
|
group_name: z.ZodEffects<z.ZodString, string, string>;
|
|
11452
11497
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11453
|
-
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11454
11498
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
11455
11499
|
}, "strip", z.ZodTypeAny, {
|
|
11456
11500
|
group_name: string;
|
|
@@ -11497,8 +11541,8 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
11497
11541
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11498
11542
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11499
11543
|
} & {
|
|
11500
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11501
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">>>;
|
|
11502
11546
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11503
11547
|
}, "strip", z.ZodTypeAny, {
|
|
11504
11548
|
status: Status[];
|
|
@@ -11562,34 +11606,51 @@ declare const getOrganisationGroupCache: (organisation_id: string) => Promise<FB
|
|
|
11562
11606
|
declare const getOrganisationGroupCacheCount: (organisation_id: string) => Promise<FBR<OrganisationGroup[]>>;
|
|
11563
11607
|
declare const getOrganisationGroupCacheChild: (organisation_id: string) => Promise<FBR<OrganisationGroup[]>>;
|
|
11564
11608
|
|
|
11565
|
-
interface
|
|
11566
|
-
|
|
11567
|
-
|
|
11609
|
+
interface MasterVehicleSubModel extends Record<string, unknown> {
|
|
11610
|
+
vehicle_sub_model_id: string;
|
|
11611
|
+
vehicle_sub_model: string;
|
|
11568
11612
|
description?: string;
|
|
11569
11613
|
status: Status;
|
|
11570
11614
|
added_date_time: string;
|
|
11571
11615
|
modified_date_time: string;
|
|
11572
11616
|
organisation_id: string;
|
|
11573
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
|
+
};
|
|
11574
11629
|
}
|
|
11575
|
-
declare const
|
|
11630
|
+
declare const MasterVehicleSubModelSchema: z.ZodObject<{
|
|
11576
11631
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11577
|
-
|
|
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>;
|
|
11578
11635
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11579
11636
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
11580
11637
|
}, "strip", z.ZodTypeAny, {
|
|
11581
11638
|
status: Status;
|
|
11582
11639
|
organisation_id: string;
|
|
11583
11640
|
description: string;
|
|
11584
|
-
|
|
11641
|
+
vehicle_sub_model: string;
|
|
11642
|
+
vehicle_make_id: string;
|
|
11643
|
+
vehicle_model_id: string;
|
|
11585
11644
|
}, {
|
|
11586
11645
|
status: Status;
|
|
11587
11646
|
organisation_id: string;
|
|
11588
|
-
|
|
11647
|
+
vehicle_sub_model: string;
|
|
11648
|
+
vehicle_make_id: string;
|
|
11649
|
+
vehicle_model_id: string;
|
|
11589
11650
|
description?: string | undefined;
|
|
11590
11651
|
}>;
|
|
11591
|
-
type
|
|
11592
|
-
declare const
|
|
11652
|
+
type MasterVehicleSubModelDTO = z.infer<typeof MasterVehicleSubModelSchema>;
|
|
11653
|
+
declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
11593
11654
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11594
11655
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
11595
11656
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -11620,8 +11681,10 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
11620
11681
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11621
11682
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11622
11683
|
} & {
|
|
11684
|
+
vehicle_sub_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11623
11685
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11624
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">>>;
|
|
11625
11688
|
}, "strip", z.ZodTypeAny, {
|
|
11626
11689
|
status: Status[];
|
|
11627
11690
|
search: string;
|
|
@@ -11645,7 +11708,9 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
11645
11708
|
date_format_id: string;
|
|
11646
11709
|
time_zone_id: string;
|
|
11647
11710
|
organisation_ids: string[];
|
|
11711
|
+
vehicle_sub_model_ids: string[];
|
|
11648
11712
|
vehicle_make_ids: string[];
|
|
11713
|
+
vehicle_model_ids: string[];
|
|
11649
11714
|
}, {
|
|
11650
11715
|
date_format_id: string;
|
|
11651
11716
|
time_zone_id: string;
|
|
@@ -11669,18 +11734,28 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
11669
11734
|
}[] | undefined;
|
|
11670
11735
|
include_master_data?: YesNo | undefined;
|
|
11671
11736
|
organisation_ids?: string[] | undefined;
|
|
11737
|
+
vehicle_sub_model_ids?: string[] | undefined;
|
|
11672
11738
|
vehicle_make_ids?: string[] | undefined;
|
|
11739
|
+
vehicle_model_ids?: string[] | undefined;
|
|
11673
11740
|
}>;
|
|
11674
|
-
type
|
|
11675
|
-
declare const
|
|
11676
|
-
|
|
11677
|
-
|
|
11678
|
-
|
|
11679
|
-
|
|
11680
|
-
|
|
11681
|
-
|
|
11682
|
-
|
|
11683
|
-
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[]>>;
|
|
11684
11759
|
|
|
11685
11760
|
interface MasterVehicleModel extends Record<string, unknown> {
|
|
11686
11761
|
vehicle_model_id: string;
|
|
@@ -11691,9 +11766,16 @@ interface MasterVehicleModel extends Record<string, unknown> {
|
|
|
11691
11766
|
modified_date_time: string;
|
|
11692
11767
|
organisation_id: string;
|
|
11693
11768
|
UserOrganisation?: UserOrganisation;
|
|
11769
|
+
organisation_name?: string;
|
|
11694
11770
|
vehicle_make_id: string;
|
|
11695
11771
|
MasterVehicleMake: MasterVehicleMake;
|
|
11696
11772
|
vehicle_make?: string;
|
|
11773
|
+
MasterVehicleSubModel?: MasterVehicleSubModel[];
|
|
11774
|
+
MasterVehicle?: MasterVehicle[];
|
|
11775
|
+
_count?: {
|
|
11776
|
+
MasterVehicleSubModel?: number;
|
|
11777
|
+
MasterVehicle?: number;
|
|
11778
|
+
};
|
|
11697
11779
|
}
|
|
11698
11780
|
declare const MasterVehicleModelSchema: z.ZodObject<{
|
|
11699
11781
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -11746,9 +11828,9 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
|
|
|
11746
11828
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11747
11829
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11748
11830
|
} & {
|
|
11831
|
+
vehicle_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11749
11832
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11750
11833
|
vehicle_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11751
|
-
vehicle_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11752
11834
|
}, "strip", z.ZodTypeAny, {
|
|
11753
11835
|
status: Status[];
|
|
11754
11836
|
search: string;
|
|
@@ -11801,14 +11883,14 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
|
|
|
11801
11883
|
vehicle_model_ids?: string[] | undefined;
|
|
11802
11884
|
}>;
|
|
11803
11885
|
type MasterVehicleModelQueryDTO = z.infer<typeof MasterVehicleModelQuerySchema>;
|
|
11804
|
-
declare const FindCacheSchema$
|
|
11886
|
+
declare const FindCacheSchema$4: z.ZodObject<{
|
|
11805
11887
|
vehicle_make_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11806
11888
|
}, "strip", z.ZodTypeAny, {
|
|
11807
11889
|
vehicle_make_id: string;
|
|
11808
11890
|
}, {
|
|
11809
11891
|
vehicle_make_id: string;
|
|
11810
11892
|
}>;
|
|
11811
|
-
type FindCacheDTO$
|
|
11893
|
+
type FindCacheDTO$4 = z.infer<typeof FindCacheSchema$4>;
|
|
11812
11894
|
declare const toMasterVehicleModelPayload: (row: MasterVehicleModel) => MasterVehicleModelDTO;
|
|
11813
11895
|
declare const newMasterVehicleModelPayload: () => MasterVehicleModelDTO;
|
|
11814
11896
|
declare const findMasterVehicleModels: (data: MasterVehicleModelQueryDTO) => Promise<FBR<MasterVehicleModel[]>>;
|
|
@@ -11819,46 +11901,43 @@ declare const getMasterVehicleModelCache: (organisation_id: string, vehicle_make
|
|
|
11819
11901
|
declare const getMasterVehicleModelCacheCount: (organisation_id: string, vehicle_make_id?: string) => Promise<FBR<MasterVehicleModel[]>>;
|
|
11820
11902
|
declare const getMasterVehicleModelCacheChild: (organisation_id: string, vehicle_make_id?: string) => Promise<FBR<MasterVehicleModel[]>>;
|
|
11821
11903
|
|
|
11822
|
-
interface
|
|
11823
|
-
|
|
11824
|
-
|
|
11904
|
+
interface MasterVehicleMake extends Record<string, unknown> {
|
|
11905
|
+
vehicle_make_id: string;
|
|
11906
|
+
vehicle_make: string;
|
|
11825
11907
|
description?: string;
|
|
11826
11908
|
status: Status;
|
|
11827
11909
|
added_date_time: string;
|
|
11828
11910
|
modified_date_time: string;
|
|
11829
11911
|
organisation_id: string;
|
|
11830
11912
|
UserOrganisation?: UserOrganisation;
|
|
11831
|
-
|
|
11832
|
-
|
|
11833
|
-
|
|
11834
|
-
|
|
11835
|
-
|
|
11836
|
-
|
|
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
|
+
};
|
|
11837
11922
|
}
|
|
11838
|
-
declare const
|
|
11923
|
+
declare const MasterVehicleMakeSchema: z.ZodObject<{
|
|
11839
11924
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11840
|
-
|
|
11841
|
-
vehicle_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11842
|
-
vehicle_sub_model: z.ZodEffects<z.ZodString, string, string>;
|
|
11925
|
+
vehicle_make: z.ZodEffects<z.ZodString, string, string>;
|
|
11843
11926
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11844
11927
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
11845
11928
|
}, "strip", z.ZodTypeAny, {
|
|
11846
11929
|
status: Status;
|
|
11847
11930
|
organisation_id: string;
|
|
11848
11931
|
description: string;
|
|
11849
|
-
|
|
11850
|
-
vehicle_model_id: string;
|
|
11851
|
-
vehicle_sub_model: string;
|
|
11932
|
+
vehicle_make: string;
|
|
11852
11933
|
}, {
|
|
11853
11934
|
status: Status;
|
|
11854
11935
|
organisation_id: string;
|
|
11855
|
-
|
|
11856
|
-
vehicle_model_id: string;
|
|
11857
|
-
vehicle_sub_model: string;
|
|
11936
|
+
vehicle_make: string;
|
|
11858
11937
|
description?: string | undefined;
|
|
11859
11938
|
}>;
|
|
11860
|
-
type
|
|
11861
|
-
declare const
|
|
11939
|
+
type MasterVehicleMakeDTO = z.infer<typeof MasterVehicleMakeSchema>;
|
|
11940
|
+
declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
11862
11941
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
11863
11942
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
11864
11943
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -11889,10 +11968,8 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
11889
11968
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11890
11969
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11891
11970
|
} & {
|
|
11892
|
-
vehicle_sub_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11893
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11894
11971
|
vehicle_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11895
|
-
|
|
11972
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
11896
11973
|
}, "strip", z.ZodTypeAny, {
|
|
11897
11974
|
status: Status[];
|
|
11898
11975
|
search: string;
|
|
@@ -11917,8 +11994,6 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
11917
11994
|
time_zone_id: string;
|
|
11918
11995
|
organisation_ids: string[];
|
|
11919
11996
|
vehicle_make_ids: string[];
|
|
11920
|
-
vehicle_model_ids: string[];
|
|
11921
|
-
vehicle_sub_model_ids: string[];
|
|
11922
11997
|
}, {
|
|
11923
11998
|
date_format_id: string;
|
|
11924
11999
|
time_zone_id: string;
|
|
@@ -11943,27 +12018,17 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
11943
12018
|
include_master_data?: YesNo | undefined;
|
|
11944
12019
|
organisation_ids?: string[] | undefined;
|
|
11945
12020
|
vehicle_make_ids?: string[] | undefined;
|
|
11946
|
-
vehicle_model_ids?: string[] | undefined;
|
|
11947
|
-
vehicle_sub_model_ids?: string[] | undefined;
|
|
11948
|
-
}>;
|
|
11949
|
-
type MasterVehicleSubModelQueryDTO = z.infer<typeof MasterVehicleSubModelQuerySchema>;
|
|
11950
|
-
declare const FindCacheSchema$2: z.ZodObject<{
|
|
11951
|
-
vehicle_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
11952
|
-
}, "strip", z.ZodTypeAny, {
|
|
11953
|
-
vehicle_model_id: string;
|
|
11954
|
-
}, {
|
|
11955
|
-
vehicle_model_id: string;
|
|
11956
12021
|
}>;
|
|
11957
|
-
type
|
|
11958
|
-
declare const
|
|
11959
|
-
declare const
|
|
11960
|
-
declare const
|
|
11961
|
-
declare const
|
|
11962
|
-
declare const
|
|
11963
|
-
declare const
|
|
11964
|
-
declare const
|
|
11965
|
-
declare const
|
|
11966
|
-
declare const
|
|
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[]>>;
|
|
11967
12032
|
|
|
11968
12033
|
interface MasterVehicleStatusType extends Record<string, unknown> {
|
|
11969
12034
|
vehicle_status_type_id: string;
|
|
@@ -11974,6 +12039,11 @@ interface MasterVehicleStatusType extends Record<string, unknown> {
|
|
|
11974
12039
|
modified_date_time: string;
|
|
11975
12040
|
organisation_id: string;
|
|
11976
12041
|
UserOrganisation?: UserOrganisation;
|
|
12042
|
+
organisation_name?: string;
|
|
12043
|
+
MasterVehicle?: MasterVehicle[];
|
|
12044
|
+
_count?: {
|
|
12045
|
+
MasterVehicle?: number;
|
|
12046
|
+
};
|
|
11977
12047
|
}
|
|
11978
12048
|
declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
|
|
11979
12049
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12023,8 +12093,8 @@ declare const MasterVehicleStatusTypeQuerySchema: z.ZodObject<{
|
|
|
12023
12093
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12024
12094
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12025
12095
|
} & {
|
|
12026
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12027
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">>>;
|
|
12028
12098
|
}, "strip", z.ZodTypeAny, {
|
|
12029
12099
|
status: Status[];
|
|
12030
12100
|
search: string;
|
|
@@ -12094,6 +12164,11 @@ interface MasterVehicleOwnershipType extends Record<string, unknown> {
|
|
|
12094
12164
|
modified_date_time: string;
|
|
12095
12165
|
organisation_id: string;
|
|
12096
12166
|
UserOrganisation?: UserOrganisation;
|
|
12167
|
+
organisation_name?: string;
|
|
12168
|
+
MasterVehicle?: MasterVehicle[];
|
|
12169
|
+
_count?: {
|
|
12170
|
+
MasterVehicle?: number;
|
|
12171
|
+
};
|
|
12097
12172
|
}
|
|
12098
12173
|
declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
|
|
12099
12174
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12143,8 +12218,8 @@ declare const MasterVehicleOwnershipTypeQuerySchema: z.ZodObject<{
|
|
|
12143
12218
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12144
12219
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12145
12220
|
} & {
|
|
12146
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12147
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">>>;
|
|
12148
12223
|
}, "strip", z.ZodTypeAny, {
|
|
12149
12224
|
status: Status[];
|
|
12150
12225
|
search: string;
|
|
@@ -12214,6 +12289,11 @@ interface MasterVehicleType extends Record<string, unknown> {
|
|
|
12214
12289
|
modified_date_time: string;
|
|
12215
12290
|
organisation_id: string;
|
|
12216
12291
|
UserOrganisation?: UserOrganisation;
|
|
12292
|
+
organisation_name?: string;
|
|
12293
|
+
MasterVehicle?: MasterVehicle[];
|
|
12294
|
+
_count?: {
|
|
12295
|
+
MasterVehicle?: number;
|
|
12296
|
+
};
|
|
12217
12297
|
}
|
|
12218
12298
|
declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
12219
12299
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12263,8 +12343,8 @@ declare const MasterVehicleTypeQuerySchema: z.ZodObject<{
|
|
|
12263
12343
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12264
12344
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12265
12345
|
} & {
|
|
12266
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12267
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">>>;
|
|
12268
12348
|
}, "strip", z.ZodTypeAny, {
|
|
12269
12349
|
status: Status[];
|
|
12270
12350
|
search: string;
|
|
@@ -12334,6 +12414,11 @@ interface MasterVehicleAssociatedTo extends Record<string, unknown> {
|
|
|
12334
12414
|
modified_date_time: string;
|
|
12335
12415
|
organisation_id: string;
|
|
12336
12416
|
UserOrganisation?: UserOrganisation;
|
|
12417
|
+
organisation_name?: string;
|
|
12418
|
+
MasterVehicle?: MasterVehicle[];
|
|
12419
|
+
_count?: {
|
|
12420
|
+
MasterVehicle?: number;
|
|
12421
|
+
};
|
|
12337
12422
|
}
|
|
12338
12423
|
declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
|
|
12339
12424
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12383,8 +12468,8 @@ declare const MasterVehicleAssociatedToQuerySchema: z.ZodObject<{
|
|
|
12383
12468
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12384
12469
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12385
12470
|
} & {
|
|
12386
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12387
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">>>;
|
|
12388
12473
|
}, "strip", z.ZodTypeAny, {
|
|
12389
12474
|
status: Status[];
|
|
12390
12475
|
search: string;
|
|
@@ -12454,6 +12539,7 @@ interface MasterVehicleDocumentType extends Record<string, unknown> {
|
|
|
12454
12539
|
modified_date_time: string;
|
|
12455
12540
|
organisation_id: string;
|
|
12456
12541
|
UserOrganisation?: UserOrganisation;
|
|
12542
|
+
organisation_name?: string;
|
|
12457
12543
|
VehicleDocument?: VehicleDocument[];
|
|
12458
12544
|
_count?: {
|
|
12459
12545
|
VehicleDocument?: number;
|
|
@@ -12507,8 +12593,8 @@ declare const MasterVehicleDocumentTypeQuerySchema: z.ZodObject<{
|
|
|
12507
12593
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12508
12594
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
12509
12595
|
} & {
|
|
12510
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
12511
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">>>;
|
|
12512
12598
|
}, "strip", z.ZodTypeAny, {
|
|
12513
12599
|
status: Status[];
|
|
12514
12600
|
search: string;
|
|
@@ -13125,6 +13211,7 @@ interface MasterClass extends Record<string, unknown> {
|
|
|
13125
13211
|
modified_date_time: string;
|
|
13126
13212
|
organisation_id: string;
|
|
13127
13213
|
UserOrganisation?: UserOrganisation;
|
|
13214
|
+
organisation_name?: string;
|
|
13128
13215
|
Student?: Student[];
|
|
13129
13216
|
_count?: {
|
|
13130
13217
|
Student?: number;
|
|
@@ -13178,8 +13265,8 @@ declare const MasterClassQuerySchema: z.ZodObject<{
|
|
|
13178
13265
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13179
13266
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13180
13267
|
} & {
|
|
13181
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13182
13268
|
class_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13269
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13183
13270
|
}, "strip", z.ZodTypeAny, {
|
|
13184
13271
|
status: Status[];
|
|
13185
13272
|
search: string;
|
|
@@ -13248,6 +13335,7 @@ interface MasterProgram extends Record<string, unknown> {
|
|
|
13248
13335
|
modified_date_time: string;
|
|
13249
13336
|
organisation_id: string;
|
|
13250
13337
|
UserOrganisation?: UserOrganisation;
|
|
13338
|
+
organisation_name?: string;
|
|
13251
13339
|
Student?: Student[];
|
|
13252
13340
|
_count?: {
|
|
13253
13341
|
Student?: number;
|
|
@@ -13301,8 +13389,8 @@ declare const MasterProgramQuerySchema: z.ZodObject<{
|
|
|
13301
13389
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13302
13390
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13303
13391
|
} & {
|
|
13304
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13305
13392
|
program_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13393
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13306
13394
|
}, "strip", z.ZodTypeAny, {
|
|
13307
13395
|
status: Status[];
|
|
13308
13396
|
search: string;
|
|
@@ -13371,6 +13459,7 @@ interface MasterSection extends Record<string, unknown> {
|
|
|
13371
13459
|
modified_date_time: string;
|
|
13372
13460
|
organisation_id?: string;
|
|
13373
13461
|
UserOrganisation?: UserOrganisation;
|
|
13462
|
+
organisation_name?: string;
|
|
13374
13463
|
Student?: Student[];
|
|
13375
13464
|
_count?: {
|
|
13376
13465
|
Student?: number;
|
|
@@ -13424,8 +13513,8 @@ declare const MasterSectionQuerySchema: z.ZodObject<{
|
|
|
13424
13513
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13425
13514
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13426
13515
|
} & {
|
|
13427
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13428
13516
|
section_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13517
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13429
13518
|
}, "strip", z.ZodTypeAny, {
|
|
13430
13519
|
status: Status[];
|
|
13431
13520
|
search: string;
|
|
@@ -13494,6 +13583,7 @@ interface MasterSemester extends Record<string, unknown> {
|
|
|
13494
13583
|
modified_date_time: string;
|
|
13495
13584
|
organisation_id: string;
|
|
13496
13585
|
UserOrganisation?: UserOrganisation;
|
|
13586
|
+
organisation_name?: string;
|
|
13497
13587
|
Student?: Student[];
|
|
13498
13588
|
_count?: {
|
|
13499
13589
|
Student?: number;
|
|
@@ -13547,8 +13637,8 @@ declare const MasterSemesterQuerySchema: z.ZodObject<{
|
|
|
13547
13637
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13548
13638
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13549
13639
|
} & {
|
|
13550
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13551
13640
|
semester_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13641
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13552
13642
|
}, "strip", z.ZodTypeAny, {
|
|
13553
13643
|
status: Status[];
|
|
13554
13644
|
search: string;
|
|
@@ -13617,6 +13707,7 @@ interface MasterStream extends Record<string, unknown> {
|
|
|
13617
13707
|
modified_date_time: string;
|
|
13618
13708
|
organisation_id: string;
|
|
13619
13709
|
UserOrganisation?: UserOrganisation;
|
|
13710
|
+
organisation_name?: string;
|
|
13620
13711
|
Student?: Student[];
|
|
13621
13712
|
_count?: {
|
|
13622
13713
|
Student?: number;
|
|
@@ -13670,8 +13761,8 @@ declare const MasterStreamQuerySchema: z.ZodObject<{
|
|
|
13670
13761
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13671
13762
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13672
13763
|
} & {
|
|
13673
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13674
13764
|
stream_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13765
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13675
13766
|
}, "strip", z.ZodTypeAny, {
|
|
13676
13767
|
status: Status[];
|
|
13677
13768
|
search: string;
|
|
@@ -13740,6 +13831,7 @@ interface MasterYear extends Record<string, unknown> {
|
|
|
13740
13831
|
modified_date_time: string;
|
|
13741
13832
|
organisation_id: string;
|
|
13742
13833
|
UserOrganisation?: UserOrganisation;
|
|
13834
|
+
organisation_name?: string;
|
|
13743
13835
|
Student?: Student[];
|
|
13744
13836
|
_count?: {
|
|
13745
13837
|
Student?: number;
|
|
@@ -13793,8 +13885,8 @@ declare const MasterYearQuerySchema: z.ZodObject<{
|
|
|
13793
13885
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13794
13886
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13795
13887
|
} & {
|
|
13796
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13797
13888
|
year_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13889
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13798
13890
|
}, "strip", z.ZodTypeAny, {
|
|
13799
13891
|
status: Status[];
|
|
13800
13892
|
search: string;
|
|
@@ -13863,6 +13955,7 @@ interface MasterRelationship extends Record<string, unknown> {
|
|
|
13863
13955
|
modified_date_time: string;
|
|
13864
13956
|
organisation_id: string;
|
|
13865
13957
|
UserOrganisation?: UserOrganisation;
|
|
13958
|
+
organisation_name?: string;
|
|
13866
13959
|
StudentGuardianLink?: StudentGuardianLink[];
|
|
13867
13960
|
_count?: {
|
|
13868
13961
|
StudentGuardianLink?: number;
|
|
@@ -13916,8 +14009,8 @@ declare const MasterRelationshipQuerySchema: z.ZodObject<{
|
|
|
13916
14009
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13917
14010
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
13918
14011
|
} & {
|
|
13919
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13920
14012
|
relationship_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
14013
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
13921
14014
|
}, "strip", z.ZodTypeAny, {
|
|
13922
14015
|
status: Status[];
|
|
13923
14016
|
search: string;
|
|
@@ -16633,7 +16726,7 @@ interface VehicleDetailGPS extends Record<string, unknown> {
|
|
|
16633
16726
|
fuel_tank_2_size?: number;
|
|
16634
16727
|
fuel_tank_total_size?: number;
|
|
16635
16728
|
over_speed_kmph?: number;
|
|
16636
|
-
is_obd
|
|
16729
|
+
is_obd?: YesNo;
|
|
16637
16730
|
gps_lock_relay?: YesNo;
|
|
16638
16731
|
gps_door_locker?: YesNo;
|
|
16639
16732
|
door_sensor?: YesNo;
|
|
@@ -16647,13 +16740,14 @@ interface VehicleDetailGPS extends Record<string, unknown> {
|
|
|
16647
16740
|
calibration_file_name?: string;
|
|
16648
16741
|
calibration_file_updated_date_time?: string;
|
|
16649
16742
|
calibration_file_updated_date_time_f?: string;
|
|
16650
|
-
gps_source?:
|
|
16743
|
+
gps_source?: GPSSource;
|
|
16651
16744
|
protocol?: string;
|
|
16652
16745
|
api_code?: string;
|
|
16653
16746
|
attributes?: object;
|
|
16654
16747
|
raw?: string;
|
|
16655
16748
|
fuel_mapping?: object;
|
|
16656
16749
|
fuel_values?: object;
|
|
16750
|
+
geofence_transactions?: object;
|
|
16657
16751
|
st?: string;
|
|
16658
16752
|
dt?: string;
|
|
16659
16753
|
ft?: string;
|
|
@@ -16790,7 +16884,7 @@ interface VehicleDetailGPS extends Record<string, unknown> {
|
|
|
16790
16884
|
added_date_time: string;
|
|
16791
16885
|
modified_date_time: string;
|
|
16792
16886
|
vehicle_id?: string;
|
|
16793
|
-
|
|
16887
|
+
MasterVehicle?: MasterVehicle;
|
|
16794
16888
|
vehicle_number?: string;
|
|
16795
16889
|
vehicle_type?: string;
|
|
16796
16890
|
landmark_id?: string;
|
|
@@ -17176,9 +17270,9 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
17176
17270
|
vehicle_fuel_unit_id: string;
|
|
17177
17271
|
odometer_reading: number;
|
|
17178
17272
|
organisation_group_ids: string[];
|
|
17273
|
+
vehicle_sub_model_id: string;
|
|
17179
17274
|
vehicle_make_id: string;
|
|
17180
17275
|
vehicle_model_id: string;
|
|
17181
|
-
vehicle_sub_model_id: string;
|
|
17182
17276
|
vehicle_status_type_id: string;
|
|
17183
17277
|
vehicle_ownership_type_id: string;
|
|
17184
17278
|
vehicle_type_id: string;
|
|
@@ -17222,9 +17316,9 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
17222
17316
|
vehicle_number: string;
|
|
17223
17317
|
vehicle_fuel_type_id: string;
|
|
17224
17318
|
vehicle_fuel_unit_id: string;
|
|
17319
|
+
vehicle_sub_model_id: string;
|
|
17225
17320
|
vehicle_make_id: string;
|
|
17226
17321
|
vehicle_model_id: string;
|
|
17227
|
-
vehicle_sub_model_id: string;
|
|
17228
17322
|
vehicle_status_type_id: string;
|
|
17229
17323
|
vehicle_ownership_type_id: string;
|
|
17230
17324
|
vehicle_type_id: string;
|
|
@@ -18444,9 +18538,9 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
18444
18538
|
device_ids: string[];
|
|
18445
18539
|
vehicle_fuel_type_ids: string[];
|
|
18446
18540
|
vehicle_fuel_unit_ids: string[];
|
|
18541
|
+
vehicle_sub_model_ids: string[];
|
|
18447
18542
|
vehicle_make_ids: string[];
|
|
18448
18543
|
vehicle_model_ids: string[];
|
|
18449
|
-
vehicle_sub_model_ids: string[];
|
|
18450
18544
|
vehicle_status_type_ids: string[];
|
|
18451
18545
|
vehicle_ownership_type_ids: string[];
|
|
18452
18546
|
vehicle_type_ids: string[];
|
|
@@ -18486,9 +18580,9 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
18486
18580
|
device_ids?: string[] | undefined;
|
|
18487
18581
|
vehicle_fuel_type_ids?: string[] | undefined;
|
|
18488
18582
|
vehicle_fuel_unit_ids?: string[] | undefined;
|
|
18583
|
+
vehicle_sub_model_ids?: string[] | undefined;
|
|
18489
18584
|
vehicle_make_ids?: string[] | undefined;
|
|
18490
18585
|
vehicle_model_ids?: string[] | undefined;
|
|
18491
|
-
vehicle_sub_model_ids?: string[] | undefined;
|
|
18492
18586
|
vehicle_status_type_ids?: string[] | undefined;
|
|
18493
18587
|
vehicle_ownership_type_ids?: string[] | undefined;
|
|
18494
18588
|
vehicle_type_ids?: string[] | undefined;
|
|
@@ -18788,9 +18882,9 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
18788
18882
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18789
18883
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18790
18884
|
} & {
|
|
18885
|
+
device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18791
18886
|
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18792
18887
|
device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18793
|
-
device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18794
18888
|
}, "strip", z.ZodTypeAny, {
|
|
18795
18889
|
status: Status[];
|
|
18796
18890
|
search: string;
|
|
@@ -18813,9 +18907,9 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
18813
18907
|
include_master_data: YesNo;
|
|
18814
18908
|
date_format_id: string;
|
|
18815
18909
|
time_zone_id: string;
|
|
18910
|
+
device_type_ids: string[];
|
|
18816
18911
|
device_manufacturer_ids: string[];
|
|
18817
18912
|
device_model_ids: string[];
|
|
18818
|
-
device_type_ids: string[];
|
|
18819
18913
|
}, {
|
|
18820
18914
|
date_format_id: string;
|
|
18821
18915
|
time_zone_id: string;
|
|
@@ -18838,11 +18932,19 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
18838
18932
|
direction: OrderBy;
|
|
18839
18933
|
}[] | undefined;
|
|
18840
18934
|
include_master_data?: YesNo | undefined;
|
|
18935
|
+
device_type_ids?: string[] | undefined;
|
|
18841
18936
|
device_manufacturer_ids?: string[] | undefined;
|
|
18842
18937
|
device_model_ids?: string[] | undefined;
|
|
18843
|
-
device_type_ids?: string[] | undefined;
|
|
18844
18938
|
}>;
|
|
18845
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>;
|
|
18846
18948
|
declare const toMasterDeviceTypePayload: (row: MasterDeviceType) => MasterDeviceTypeDTO;
|
|
18847
18949
|
declare const newMasterDeviceTypePayload: () => MasterDeviceTypeDTO;
|
|
18848
18950
|
declare const findMasterDeviceTypes: (data: MasterDeviceTypeQueryDTO) => Promise<FBR<MasterDeviceType[]>>;
|
|
@@ -18921,8 +19023,8 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
18921
19023
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18922
19024
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18923
19025
|
} & {
|
|
18924
|
-
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
18925
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">>>;
|
|
18926
19028
|
}, "strip", z.ZodTypeAny, {
|
|
18927
19029
|
status: Status[];
|
|
18928
19030
|
search: string;
|
|
@@ -18973,14 +19075,14 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
18973
19075
|
device_model_ids?: string[] | undefined;
|
|
18974
19076
|
}>;
|
|
18975
19077
|
type MasterDeviceModelQueryDTO = z.infer<typeof MasterDeviceModelQuerySchema>;
|
|
18976
|
-
declare const FindCacheSchema$
|
|
19078
|
+
declare const FindCacheSchema$2: z.ZodObject<{
|
|
18977
19079
|
device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
|
|
18978
19080
|
}, "strip", z.ZodTypeAny, {
|
|
18979
19081
|
device_manufacturer_id: string;
|
|
18980
19082
|
}, {
|
|
18981
19083
|
device_manufacturer_id: string;
|
|
18982
19084
|
}>;
|
|
18983
|
-
type FindCacheDTO$
|
|
19085
|
+
type FindCacheDTO$2 = z.infer<typeof FindCacheSchema$2>;
|
|
18984
19086
|
declare const toMasterDeviceModelPayload: (row: MasterDeviceModel) => MasterDeviceModelDTO;
|
|
18985
19087
|
declare const newMasterDeviceModelPayload: () => MasterDeviceModelDTO;
|
|
18986
19088
|
declare const findMasterDeviceModels: (data: MasterDeviceModelQueryDTO) => Promise<FBR<MasterDeviceModel[]>>;
|
|
@@ -19561,9 +19663,9 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
19561
19663
|
device_ids: string[];
|
|
19562
19664
|
time_zone_ids: string[];
|
|
19563
19665
|
device_gps_source: GPSSource[];
|
|
19666
|
+
device_type_ids: string[];
|
|
19564
19667
|
device_manufacturer_ids: string[];
|
|
19565
19668
|
device_model_ids: string[];
|
|
19566
|
-
device_type_ids: string[];
|
|
19567
19669
|
is_sim_linked: YesNo[];
|
|
19568
19670
|
is_device_used: DeviceStatus[];
|
|
19569
19671
|
}, {
|
|
@@ -19594,9 +19696,9 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
19594
19696
|
device_ids?: string[] | undefined;
|
|
19595
19697
|
time_zone_ids?: string[] | undefined;
|
|
19596
19698
|
device_gps_source?: GPSSource[] | undefined;
|
|
19699
|
+
device_type_ids?: string[] | undefined;
|
|
19597
19700
|
device_manufacturer_ids?: string[] | undefined;
|
|
19598
19701
|
device_model_ids?: string[] | undefined;
|
|
19599
|
-
device_type_ids?: string[] | undefined;
|
|
19600
19702
|
is_sim_linked?: YesNo[] | undefined;
|
|
19601
19703
|
is_device_used?: DeviceStatus[] | undefined;
|
|
19602
19704
|
}>;
|
|
@@ -19635,6 +19737,7 @@ interface MasterMainTimeZone extends Record<string, unknown> {
|
|
|
19635
19737
|
modified_date_time: string;
|
|
19636
19738
|
country_id: string;
|
|
19637
19739
|
MasterMainCountry?: MasterMainCountry;
|
|
19740
|
+
country_name?: string;
|
|
19638
19741
|
UserOrganisation?: UserOrganisation[];
|
|
19639
19742
|
User?: User[];
|
|
19640
19743
|
MasterVehicle?: MasterVehicle[];
|
|
@@ -19703,8 +19806,8 @@ declare const MasterMainTimeZoneQuerySchema: z.ZodObject<{
|
|
|
19703
19806
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
19704
19807
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
19705
19808
|
} & {
|
|
19706
|
-
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19707
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">>>;
|
|
19708
19811
|
}, "strip", z.ZodTypeAny, {
|
|
19709
19812
|
status: Status[];
|
|
19710
19813
|
search: string;
|
|
@@ -19773,10 +19876,10 @@ interface MasterMainState extends Record<string, unknown> {
|
|
|
19773
19876
|
modified_date_time: string;
|
|
19774
19877
|
country_id: string;
|
|
19775
19878
|
MasterMainCountry?: MasterMainCountry;
|
|
19879
|
+
country_name?: string;
|
|
19776
19880
|
UserOrganisation?: UserOrganisation[];
|
|
19777
19881
|
_count?: {
|
|
19778
19882
|
UserOrganisation?: number;
|
|
19779
|
-
MasterMainLandMark?: number;
|
|
19780
19883
|
};
|
|
19781
19884
|
}
|
|
19782
19885
|
declare const MasterMainStateSchema: z.ZodObject<{
|
|
@@ -19827,8 +19930,8 @@ declare const MasterMainStateQuerySchema: z.ZodObject<{
|
|
|
19827
19930
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
19828
19931
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
19829
19932
|
} & {
|
|
19830
|
-
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19831
19933
|
state_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19934
|
+
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19832
19935
|
}, "strip", z.ZodTypeAny, {
|
|
19833
19936
|
status: Status[];
|
|
19834
19937
|
search: string;
|
|
@@ -19920,13 +20023,13 @@ declare const MasterMainCountrySchema: z.ZodObject<{
|
|
|
19920
20023
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
19921
20024
|
}, "strip", z.ZodTypeAny, {
|
|
19922
20025
|
status: Status;
|
|
19923
|
-
country_code: string;
|
|
19924
20026
|
country_name: string;
|
|
20027
|
+
country_code: string;
|
|
19925
20028
|
country_mobile_code: string;
|
|
19926
20029
|
}, {
|
|
19927
20030
|
status: Status;
|
|
19928
|
-
country_code: string;
|
|
19929
20031
|
country_name: string;
|
|
20032
|
+
country_code: string;
|
|
19930
20033
|
country_mobile_code: string;
|
|
19931
20034
|
}>;
|
|
19932
20035
|
type MasterMainCountryDTO = z.infer<typeof MasterMainCountrySchema>;
|
|
@@ -20531,7 +20634,7 @@ interface MasterExpenseType extends Record<string, unknown> {
|
|
|
20531
20634
|
modified_date_time: string;
|
|
20532
20635
|
organisation_id: string;
|
|
20533
20636
|
UserOrganisation?: UserOrganisation;
|
|
20534
|
-
|
|
20637
|
+
organisation_name?: string;
|
|
20535
20638
|
}
|
|
20536
20639
|
declare const MasterExpenseTypeSchema: z.ZodObject<{
|
|
20537
20640
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -20581,8 +20684,8 @@ declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
|
20581
20684
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20582
20685
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20583
20686
|
} & {
|
|
20584
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20585
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">>>;
|
|
20586
20689
|
}, "strip", z.ZodTypeAny, {
|
|
20587
20690
|
status: Status[];
|
|
20588
20691
|
search: string;
|
|
@@ -20651,6 +20754,7 @@ interface MasterSparePartSubCategory extends Record<string, unknown> {
|
|
|
20651
20754
|
modified_date_time: string;
|
|
20652
20755
|
organisation_id: string;
|
|
20653
20756
|
UserOrganisation?: UserOrganisation;
|
|
20757
|
+
organisation_name?: string;
|
|
20654
20758
|
spare_part_category_id: string;
|
|
20655
20759
|
MasterSparePartCategory?: MasterSparePartCategory;
|
|
20656
20760
|
_count?: {
|
|
@@ -20766,14 +20870,14 @@ declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
|
20766
20870
|
spare_part_category_ids?: string[] | undefined;
|
|
20767
20871
|
}>;
|
|
20768
20872
|
type SparePartSubCategoryQueryDTO = z.infer<typeof SparePartSubCategoryQuerySchema>;
|
|
20769
|
-
declare const FindCacheSchema: z.ZodObject<{
|
|
20873
|
+
declare const FindCacheSchema$1: z.ZodObject<{
|
|
20770
20874
|
spare_part_category_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20771
20875
|
}, "strip", z.ZodTypeAny, {
|
|
20772
20876
|
spare_part_category_id: string;
|
|
20773
20877
|
}, {
|
|
20774
20878
|
spare_part_category_id: string;
|
|
20775
20879
|
}>;
|
|
20776
|
-
type FindCacheDTO = z.infer<typeof FindCacheSchema>;
|
|
20880
|
+
type FindCacheDTO$1 = z.infer<typeof FindCacheSchema$1>;
|
|
20777
20881
|
declare const toMasterSparePartSubCategoryPayload: (row: MasterSparePartSubCategory) => MasterSparePartSubCategoryDTO;
|
|
20778
20882
|
declare const newMasterSparePartSubCategoryPayload: () => MasterSparePartSubCategoryDTO;
|
|
20779
20883
|
declare const findMasterSparePartSubCategories: (data: SparePartSubCategoryQueryDTO) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
@@ -20793,6 +20897,7 @@ interface MasterSparePartCategory extends Record<string, unknown> {
|
|
|
20793
20897
|
modified_date_time: string;
|
|
20794
20898
|
organisation_id: string;
|
|
20795
20899
|
UserOrganisation?: UserOrganisation;
|
|
20900
|
+
organisation_name?: string;
|
|
20796
20901
|
MasterSparePartSubCategory?: MasterSparePartSubCategory[];
|
|
20797
20902
|
_count?: {
|
|
20798
20903
|
MasterSparePartSubCategory?: number;
|
|
@@ -20850,8 +20955,8 @@ declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
|
20850
20955
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20851
20956
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20852
20957
|
} & {
|
|
20853
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20854
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">>>;
|
|
20855
20960
|
}, "strip", z.ZodTypeAny, {
|
|
20856
20961
|
status: Status[];
|
|
20857
20962
|
search: string;
|
|
@@ -20922,6 +21027,7 @@ interface MasterSparePartUnit extends Record<string, unknown> {
|
|
|
20922
21027
|
modified_date_time: string;
|
|
20923
21028
|
organisation_id: string;
|
|
20924
21029
|
UserOrganisation?: UserOrganisation;
|
|
21030
|
+
organisation_name?: string;
|
|
20925
21031
|
_count?: {
|
|
20926
21032
|
FleetSpareParts?: number;
|
|
20927
21033
|
};
|
|
@@ -20977,8 +21083,8 @@ declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
|
20977
21083
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20978
21084
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20979
21085
|
} & {
|
|
20980
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
20981
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">>>;
|
|
20982
21088
|
}, "strip", z.ZodTypeAny, {
|
|
20983
21089
|
status: Status[];
|
|
20984
21090
|
search: string;
|
|
@@ -21047,6 +21153,7 @@ interface MasterTripPartyType extends Record<string, unknown> {
|
|
|
21047
21153
|
modified_date_time: string;
|
|
21048
21154
|
organisation_id: string;
|
|
21049
21155
|
UserOrganisation?: UserOrganisation;
|
|
21156
|
+
organisation_name?: string;
|
|
21050
21157
|
_count?: {
|
|
21051
21158
|
FleetTripParty?: number;
|
|
21052
21159
|
};
|
|
@@ -21099,8 +21206,8 @@ declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
|
21099
21206
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21100
21207
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21101
21208
|
} & {
|
|
21102
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21103
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">>>;
|
|
21104
21211
|
}, "strip", z.ZodTypeAny, {
|
|
21105
21212
|
status: Status[];
|
|
21106
21213
|
search: string;
|
|
@@ -21168,6 +21275,7 @@ interface MasterTyreGrade extends Record<string, unknown> {
|
|
|
21168
21275
|
modified_date_time: string;
|
|
21169
21276
|
organisation_id: string;
|
|
21170
21277
|
UserOrganisation?: UserOrganisation;
|
|
21278
|
+
organisation_name?: string;
|
|
21171
21279
|
_count?: {
|
|
21172
21280
|
FleetTyreInventory?: number;
|
|
21173
21281
|
};
|
|
@@ -21220,8 +21328,8 @@ declare const MasterTyreGradeQuerySchema: z.ZodObject<{
|
|
|
21220
21328
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21221
21329
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21222
21330
|
} & {
|
|
21223
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21224
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">>>;
|
|
21225
21333
|
}, "strip", z.ZodTypeAny, {
|
|
21226
21334
|
status: Status[];
|
|
21227
21335
|
search: string;
|
|
@@ -21290,6 +21398,7 @@ interface MasterTyreModel extends Record<string, unknown> {
|
|
|
21290
21398
|
modified_date_time: string;
|
|
21291
21399
|
organisation_id: string;
|
|
21292
21400
|
UserOrganisation?: UserOrganisation;
|
|
21401
|
+
organisation_name?: string;
|
|
21293
21402
|
tyre_make_id: string;
|
|
21294
21403
|
MasterTyreMake?: MasterTyreMake;
|
|
21295
21404
|
_count?: {
|
|
@@ -21347,9 +21456,9 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
21347
21456
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21348
21457
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21349
21458
|
} & {
|
|
21459
|
+
tyre_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21350
21460
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21351
21461
|
tyre_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21352
|
-
tyre_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21353
21462
|
}, "strip", z.ZodTypeAny, {
|
|
21354
21463
|
status: Status[];
|
|
21355
21464
|
search: string;
|
|
@@ -21373,8 +21482,8 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
21373
21482
|
date_format_id: string;
|
|
21374
21483
|
time_zone_id: string;
|
|
21375
21484
|
organisation_ids: string[];
|
|
21376
|
-
tyre_make_ids: string[];
|
|
21377
21485
|
tyre_model_ids: string[];
|
|
21486
|
+
tyre_make_ids: string[];
|
|
21378
21487
|
}, {
|
|
21379
21488
|
date_format_id: string;
|
|
21380
21489
|
time_zone_id: string;
|
|
@@ -21398,10 +21507,18 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
21398
21507
|
}[] | undefined;
|
|
21399
21508
|
include_master_data?: YesNo | undefined;
|
|
21400
21509
|
organisation_ids?: string[] | undefined;
|
|
21401
|
-
tyre_make_ids?: string[] | undefined;
|
|
21402
21510
|
tyre_model_ids?: string[] | undefined;
|
|
21511
|
+
tyre_make_ids?: string[] | undefined;
|
|
21403
21512
|
}>;
|
|
21404
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>;
|
|
21405
21522
|
declare const toMasterTyreModelPayload: (row: MasterTyreModel) => MasterTyreModelDTO;
|
|
21406
21523
|
declare const newMasterTyreModelPayload: () => MasterTyreModelDTO;
|
|
21407
21524
|
declare const findMasterTyreModels: (data: MasterTyreModelQueryDTO) => Promise<FBR<MasterTyreModel[]>>;
|
|
@@ -21420,6 +21537,7 @@ interface MasterTyreMake extends Record<string, unknown> {
|
|
|
21420
21537
|
modified_date_time: string;
|
|
21421
21538
|
organisation_id: string;
|
|
21422
21539
|
UserOrganisation?: UserOrganisation;
|
|
21540
|
+
organisation_name?: string;
|
|
21423
21541
|
MasterTyreModel?: MasterTyreModel[];
|
|
21424
21542
|
_count?: {
|
|
21425
21543
|
MasterTyreModel?: number;
|
|
@@ -21474,8 +21592,8 @@ declare const MasterTyreMakeQuerySchema: z.ZodObject<{
|
|
|
21474
21592
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21475
21593
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
21476
21594
|
} & {
|
|
21477
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
21478
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">>>;
|
|
21479
21597
|
}, "strip", z.ZodTypeAny, {
|
|
21480
21598
|
status: Status[];
|
|
21481
21599
|
search: string;
|
|
@@ -21880,6 +21998,7 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
21880
21998
|
logo_key: string;
|
|
21881
21999
|
logo_url: string;
|
|
21882
22000
|
logo_name: string;
|
|
22001
|
+
organisation_name: string;
|
|
21883
22002
|
language_id: string;
|
|
21884
22003
|
address_line1: string;
|
|
21885
22004
|
address_line2: string;
|
|
@@ -21891,7 +22010,6 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
21891
22010
|
postal_code: string;
|
|
21892
22011
|
country: string;
|
|
21893
22012
|
country_code: string;
|
|
21894
|
-
organisation_name: string;
|
|
21895
22013
|
organisation_utrack_id: string;
|
|
21896
22014
|
state_id: string;
|
|
21897
22015
|
organisation_email: string;
|
|
@@ -21920,8 +22038,8 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
21920
22038
|
industry_id: string;
|
|
21921
22039
|
currency_id: string;
|
|
21922
22040
|
country_id: string;
|
|
21923
|
-
language_id: string;
|
|
21924
22041
|
organisation_name: string;
|
|
22042
|
+
language_id: string;
|
|
21925
22043
|
state_id: string;
|
|
21926
22044
|
fleet_size: FleetSize;
|
|
21927
22045
|
distance_unit_id: string;
|
|
@@ -22022,8 +22140,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
22022
22140
|
time_zone_id: string;
|
|
22023
22141
|
organisation_ids: string[];
|
|
22024
22142
|
industry_ids: string[];
|
|
22025
|
-
country_ids: string[];
|
|
22026
22143
|
currency_ids: string[];
|
|
22144
|
+
country_ids: string[];
|
|
22027
22145
|
language_ids: string[];
|
|
22028
22146
|
date_format_ids: string[];
|
|
22029
22147
|
time_zone_ids: string[];
|
|
@@ -22053,8 +22171,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
22053
22171
|
include_master_data?: YesNo | undefined;
|
|
22054
22172
|
organisation_ids?: string[] | undefined;
|
|
22055
22173
|
industry_ids?: string[] | undefined;
|
|
22056
|
-
country_ids?: string[] | undefined;
|
|
22057
22174
|
currency_ids?: string[] | undefined;
|
|
22175
|
+
country_ids?: string[] | undefined;
|
|
22058
22176
|
language_ids?: string[] | undefined;
|
|
22059
22177
|
date_format_ids?: string[] | undefined;
|
|
22060
22178
|
time_zone_ids?: string[] | undefined;
|
|
@@ -22078,13 +22196,13 @@ declare const UserOrganisationLogoSchema: z.ZodObject<{
|
|
|
22078
22196
|
type UserOrganisationLogoDTO = z.infer<typeof UserOrganisationLogoSchema>;
|
|
22079
22197
|
declare const toUserOrganisationPayload: (row: UserOrganisation) => UserOrganisationDTO;
|
|
22080
22198
|
declare const newUserOrganisationPayload: () => UserOrganisationDTO;
|
|
22081
|
-
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>;
|
|
22082
22202
|
declare const findUserOrganisation: (data: UserOrganisationQueryDTO) => Promise<FBR<UserOrganisation[]>>;
|
|
22083
22203
|
declare const createUserOrganisation: (data: UserOrganisationDTO) => Promise<SBR>;
|
|
22084
22204
|
declare const updateUserOrganisation: (id: string, data: UserOrganisationDTO) => Promise<SBR>;
|
|
22085
22205
|
declare const deleteUserOrganisation: (id: string) => Promise<SBR>;
|
|
22086
|
-
declare const updateUserOrganisationLogo: (id: string, data: UserOrganisationLogoDTO) => Promise<SBR>;
|
|
22087
|
-
declare const deleteUserOrganisationLogo: (id: string) => Promise<SBR>;
|
|
22088
22206
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
22089
22207
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
22090
22208
|
|
|
@@ -22248,4 +22366,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
|
|
|
22248
22366
|
declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
|
|
22249
22367
|
declare const deleteBookMark: (id: string) => Promise<SBR>;
|
|
22250
22368
|
|
|
22251
|
-
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, findTickets as cR, createTicket as cS, updateTicket as cT, updateVerifyStatus as cU, deleteTicket as cV, getTicketFilePresignedUrl as cW, createTicketFile as cX, removeTicketFile 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 };
|