vms-nest-prisma-api-document 204.0.0 → 205.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/Enums.d.ts +5 -1
- package/dist/core/Enums.js +6 -0
- package/dist/services/account/bookmark_service.d.ts +9 -9
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/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/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 +20 -20
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +69 -0
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +6 -6
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/{user_organisation_service-DsYI7h9f.d.ts → user_organisation_service-C4kcSPYe.d.ts} +149 -26
- package/package.json +1 -1
package/dist/{user_organisation_service-DsYI7h9f.d.ts → user_organisation_service-C4kcSPYe.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, OdometerSource, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, FleetSize } from './core/Enums.js';
|
|
1
|
+
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, OdometerSource, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, ExpiryType, FleetSize } from './core/Enums.js';
|
|
2
2
|
import { FBR, SBR, BaseCommonFile, BR, AWSPresignedUrl } from './core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
|
|
@@ -21,9 +21,9 @@ declare const MasterMainIndustrySchema: z.ZodObject<{
|
|
|
21
21
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
22
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
description: string;
|
|
25
24
|
status: Status;
|
|
26
25
|
industry_name: string;
|
|
26
|
+
description: string;
|
|
27
27
|
}, {
|
|
28
28
|
status: Status;
|
|
29
29
|
industry_name: string;
|
|
@@ -993,9 +993,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
|
|
|
993
993
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
994
994
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
995
995
|
}, "strip", z.ZodTypeAny, {
|
|
996
|
-
description: string;
|
|
997
996
|
status: Status;
|
|
998
997
|
organisation_id: string;
|
|
998
|
+
description: string;
|
|
999
999
|
sub_company_name: string;
|
|
1000
1000
|
sub_company_GSTIN: string;
|
|
1001
1001
|
}, {
|
|
@@ -1123,9 +1123,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
|
|
|
1123
1123
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1124
1124
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1125
1125
|
}, "strip", z.ZodTypeAny, {
|
|
1126
|
-
description: string;
|
|
1127
1126
|
status: Status;
|
|
1128
1127
|
organisation_id: string;
|
|
1128
|
+
description: string;
|
|
1129
1129
|
branch_name: string;
|
|
1130
1130
|
branch_city: string;
|
|
1131
1131
|
branch_address: string;
|
|
@@ -1253,9 +1253,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
|
|
|
1253
1253
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1254
1254
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1255
1255
|
}, "strip", z.ZodTypeAny, {
|
|
1256
|
-
description: string;
|
|
1257
1256
|
status: Status;
|
|
1258
1257
|
organisation_id: string;
|
|
1258
|
+
description: string;
|
|
1259
1259
|
color_name: string;
|
|
1260
1260
|
color_code: string;
|
|
1261
1261
|
}, {
|
|
@@ -1379,9 +1379,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
|
|
|
1379
1379
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1380
1380
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1381
1381
|
}, "strip", z.ZodTypeAny, {
|
|
1382
|
-
description: string;
|
|
1383
1382
|
status: Status;
|
|
1384
1383
|
organisation_id: string;
|
|
1384
|
+
description: string;
|
|
1385
1385
|
tag_name: string;
|
|
1386
1386
|
}, {
|
|
1387
1387
|
status: Status;
|
|
@@ -1998,8 +1998,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
|
|
|
1998
1998
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1999
1999
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2000
2000
|
}, "strip", z.ZodTypeAny, {
|
|
2001
|
-
description: string;
|
|
2002
2001
|
status: Status;
|
|
2002
|
+
description: string;
|
|
2003
2003
|
device_type_name: string;
|
|
2004
2004
|
device_type_code: string;
|
|
2005
2005
|
device_manufacturer_id: string;
|
|
@@ -2133,8 +2133,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
|
|
|
2133
2133
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2134
2134
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2135
2135
|
}, "strip", z.ZodTypeAny, {
|
|
2136
|
-
description: string;
|
|
2137
2136
|
status: Status;
|
|
2137
|
+
description: string;
|
|
2138
2138
|
device_manufacturer_id: string;
|
|
2139
2139
|
device_model_name: string;
|
|
2140
2140
|
device_model_code: string;
|
|
@@ -2262,8 +2262,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
|
|
|
2262
2262
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2263
2263
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2264
2264
|
}, "strip", z.ZodTypeAny, {
|
|
2265
|
-
description: string;
|
|
2266
2265
|
status: Status;
|
|
2266
|
+
description: string;
|
|
2267
2267
|
device_manufacturer_name: string;
|
|
2268
2268
|
device_manufacturer_code: string;
|
|
2269
2269
|
}, {
|
|
@@ -2774,15 +2774,15 @@ declare const OrganisationGroupSchema: z.ZodObject<{
|
|
|
2774
2774
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2775
2775
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2776
2776
|
}, "strip", z.ZodTypeAny, {
|
|
2777
|
-
|
|
2777
|
+
group_name: string;
|
|
2778
2778
|
status: Status;
|
|
2779
2779
|
organisation_id: string;
|
|
2780
|
+
description: string;
|
|
2780
2781
|
vehicle_ids: string[];
|
|
2781
|
-
group_name: string;
|
|
2782
2782
|
}, {
|
|
2783
|
+
group_name: string;
|
|
2783
2784
|
status: Status;
|
|
2784
2785
|
organisation_id: string;
|
|
2785
|
-
group_name: string;
|
|
2786
2786
|
description?: string | undefined;
|
|
2787
2787
|
vehicle_ids?: string[] | undefined;
|
|
2788
2788
|
}>;
|
|
@@ -2907,9 +2907,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
|
|
|
2907
2907
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2908
2908
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2909
2909
|
}, "strip", z.ZodTypeAny, {
|
|
2910
|
-
description: string;
|
|
2911
2910
|
status: Status;
|
|
2912
2911
|
organisation_id: string;
|
|
2912
|
+
description: string;
|
|
2913
2913
|
vehicle_sub_model: string;
|
|
2914
2914
|
vehicle_model_id: string;
|
|
2915
2915
|
vehicle_make_id: string;
|
|
@@ -3046,9 +3046,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
|
|
|
3046
3046
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3047
3047
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3048
3048
|
}, "strip", z.ZodTypeAny, {
|
|
3049
|
-
description: string;
|
|
3050
3049
|
status: Status;
|
|
3051
3050
|
organisation_id: string;
|
|
3051
|
+
description: string;
|
|
3052
3052
|
vehicle_make_id: string;
|
|
3053
3053
|
vehicle_model: string;
|
|
3054
3054
|
}, {
|
|
@@ -3177,9 +3177,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
|
|
|
3177
3177
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3178
3178
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3179
3179
|
}, "strip", z.ZodTypeAny, {
|
|
3180
|
-
description: string;
|
|
3181
3180
|
status: Status;
|
|
3182
3181
|
organisation_id: string;
|
|
3182
|
+
description: string;
|
|
3183
3183
|
vehicle_make: string;
|
|
3184
3184
|
}, {
|
|
3185
3185
|
status: Status;
|
|
@@ -3301,9 +3301,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
|
|
|
3301
3301
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3302
3302
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3303
3303
|
}, "strip", z.ZodTypeAny, {
|
|
3304
|
-
description: string;
|
|
3305
3304
|
status: Status;
|
|
3306
3305
|
organisation_id: string;
|
|
3306
|
+
description: string;
|
|
3307
3307
|
status_type: string;
|
|
3308
3308
|
}, {
|
|
3309
3309
|
status: Status;
|
|
@@ -3425,9 +3425,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
|
|
|
3425
3425
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3426
3426
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3427
3427
|
}, "strip", z.ZodTypeAny, {
|
|
3428
|
-
description: string;
|
|
3429
3428
|
status: Status;
|
|
3430
3429
|
organisation_id: string;
|
|
3430
|
+
description: string;
|
|
3431
3431
|
ownership_type: string;
|
|
3432
3432
|
}, {
|
|
3433
3433
|
status: Status;
|
|
@@ -3549,9 +3549,9 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
3549
3549
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3550
3550
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3551
3551
|
}, "strip", z.ZodTypeAny, {
|
|
3552
|
-
description: string;
|
|
3553
3552
|
status: Status;
|
|
3554
3553
|
organisation_id: string;
|
|
3554
|
+
description: string;
|
|
3555
3555
|
vehicle_type: string;
|
|
3556
3556
|
}, {
|
|
3557
3557
|
status: Status;
|
|
@@ -3673,9 +3673,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
|
|
|
3673
3673
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3674
3674
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3675
3675
|
}, "strip", z.ZodTypeAny, {
|
|
3676
|
-
description: string;
|
|
3677
3676
|
status: Status;
|
|
3678
3677
|
organisation_id: string;
|
|
3678
|
+
description: string;
|
|
3679
3679
|
fuel_type: string;
|
|
3680
3680
|
}, {
|
|
3681
3681
|
status: Status;
|
|
@@ -3797,9 +3797,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
|
|
|
3797
3797
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3798
3798
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3799
3799
|
}, "strip", z.ZodTypeAny, {
|
|
3800
|
-
description: string;
|
|
3801
3800
|
status: Status;
|
|
3802
3801
|
organisation_id: string;
|
|
3802
|
+
description: string;
|
|
3803
3803
|
associated_to: string;
|
|
3804
3804
|
}, {
|
|
3805
3805
|
status: Status;
|
|
@@ -3926,9 +3926,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
|
|
|
3926
3926
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3927
3927
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3928
3928
|
}, "strip", z.ZodTypeAny, {
|
|
3929
|
-
description: string;
|
|
3930
3929
|
status: Status;
|
|
3931
3930
|
organisation_id: string;
|
|
3931
|
+
description: string;
|
|
3932
3932
|
fuel_unit: string;
|
|
3933
3933
|
}, {
|
|
3934
3934
|
status: Status;
|
|
@@ -4049,9 +4049,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
|
|
|
4049
4049
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4050
4050
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4051
4051
|
}, "strip", z.ZodTypeAny, {
|
|
4052
|
-
description: string;
|
|
4053
4052
|
status: Status;
|
|
4054
4053
|
organisation_id: string;
|
|
4054
|
+
description: string;
|
|
4055
4055
|
document_type: string;
|
|
4056
4056
|
}, {
|
|
4057
4057
|
status: Status;
|
|
@@ -4646,12 +4646,17 @@ interface VehicleDocumentFile extends BaseCommonFile {
|
|
|
4646
4646
|
}
|
|
4647
4647
|
interface VehicleDocumentExpiry extends Record<string, unknown> {
|
|
4648
4648
|
document_expiry_id: string;
|
|
4649
|
+
expiry_type: ExpiryType;
|
|
4649
4650
|
status: Status;
|
|
4650
4651
|
added_date_time: string;
|
|
4651
4652
|
modified_date_time: string;
|
|
4652
4653
|
organisation_id: string;
|
|
4653
4654
|
UserOrganisation?: UserOrganisation;
|
|
4654
|
-
|
|
4655
|
+
vehicle_id: string;
|
|
4656
|
+
MasterVehicle?: MasterVehicle;
|
|
4657
|
+
vehicle_number?: string;
|
|
4658
|
+
vehicle_type?: string;
|
|
4659
|
+
vehicle_document_id: string;
|
|
4655
4660
|
VehicleDocument?: VehicleDocument;
|
|
4656
4661
|
}
|
|
4657
4662
|
interface VehicleOdometerHistory extends Record<string, unknown> {
|
|
@@ -5827,6 +5832,118 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5827
5832
|
vehicle_document_ids?: string[] | undefined;
|
|
5828
5833
|
}>;
|
|
5829
5834
|
type VehicleDocumentQueryDTO = z.infer<typeof VehicleDocumentQuerySchema>;
|
|
5835
|
+
declare const VehicleDocumentExpirySchema: z.ZodObject<{
|
|
5836
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5837
|
+
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5838
|
+
vehicle_document_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5839
|
+
expiry_type: z.ZodType<ExpiryType, z.ZodTypeDef, ExpiryType>;
|
|
5840
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5841
|
+
}, "strip", z.ZodTypeAny, {
|
|
5842
|
+
status: Status;
|
|
5843
|
+
organisation_id: string;
|
|
5844
|
+
vehicle_id: string;
|
|
5845
|
+
vehicle_document_id: string;
|
|
5846
|
+
expiry_type: ExpiryType;
|
|
5847
|
+
}, {
|
|
5848
|
+
status: Status;
|
|
5849
|
+
organisation_id: string;
|
|
5850
|
+
vehicle_id: string;
|
|
5851
|
+
vehicle_document_id: string;
|
|
5852
|
+
expiry_type: ExpiryType;
|
|
5853
|
+
}>;
|
|
5854
|
+
type VehicleDocumentExpiryDTO = z.infer<typeof VehicleDocumentExpirySchema>;
|
|
5855
|
+
declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
5856
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5857
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
5858
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
5859
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5860
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
5861
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
5862
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5863
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
5864
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5865
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
5866
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5867
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5868
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
5869
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5870
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
5871
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
5872
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
5873
|
+
}, "strip", z.ZodTypeAny, {
|
|
5874
|
+
name: string;
|
|
5875
|
+
field: string;
|
|
5876
|
+
direction: OrderBy;
|
|
5877
|
+
}, {
|
|
5878
|
+
name: string;
|
|
5879
|
+
field: string;
|
|
5880
|
+
direction: OrderBy;
|
|
5881
|
+
}>, "many">>>;
|
|
5882
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
5883
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5884
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5885
|
+
} & {
|
|
5886
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5887
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5888
|
+
vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5889
|
+
document_expiry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5890
|
+
expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
|
|
5891
|
+
}, "strip", z.ZodTypeAny, {
|
|
5892
|
+
status: Status[];
|
|
5893
|
+
search: string;
|
|
5894
|
+
paging: PAGING;
|
|
5895
|
+
page_count: number;
|
|
5896
|
+
page_index: number;
|
|
5897
|
+
load_parents: LoadParents;
|
|
5898
|
+
load_parents_list: string[];
|
|
5899
|
+
load_child: LoadChild;
|
|
5900
|
+
load_child_list: string[];
|
|
5901
|
+
load_child_count: LoadChildCount;
|
|
5902
|
+
load_child_count_list: string[];
|
|
5903
|
+
include_details: Record<string, any>;
|
|
5904
|
+
where_relations: Record<string, any>;
|
|
5905
|
+
order_by: {
|
|
5906
|
+
name: string;
|
|
5907
|
+
field: string;
|
|
5908
|
+
direction: OrderBy;
|
|
5909
|
+
}[];
|
|
5910
|
+
include_master_data: YesNo;
|
|
5911
|
+
date_format_id: string;
|
|
5912
|
+
time_zone_id: string;
|
|
5913
|
+
organisation_ids: string[];
|
|
5914
|
+
vehicle_ids: string[];
|
|
5915
|
+
expiry_type: ExpiryType[];
|
|
5916
|
+
vehicle_document_ids: string[];
|
|
5917
|
+
document_expiry_ids: string[];
|
|
5918
|
+
}, {
|
|
5919
|
+
date_format_id: string;
|
|
5920
|
+
time_zone_id: string;
|
|
5921
|
+
status?: Status[] | undefined;
|
|
5922
|
+
search?: string | undefined;
|
|
5923
|
+
paging?: PAGING | undefined;
|
|
5924
|
+
page_count?: unknown;
|
|
5925
|
+
page_index?: unknown;
|
|
5926
|
+
load_parents?: LoadParents | undefined;
|
|
5927
|
+
load_parents_list?: string[] | undefined;
|
|
5928
|
+
load_child?: LoadChild | undefined;
|
|
5929
|
+
load_child_list?: string[] | undefined;
|
|
5930
|
+
load_child_count?: LoadChildCount | undefined;
|
|
5931
|
+
load_child_count_list?: string[] | undefined;
|
|
5932
|
+
include_details?: Record<string, any> | undefined;
|
|
5933
|
+
where_relations?: Record<string, any> | undefined;
|
|
5934
|
+
order_by?: {
|
|
5935
|
+
name: string;
|
|
5936
|
+
field: string;
|
|
5937
|
+
direction: OrderBy;
|
|
5938
|
+
}[] | undefined;
|
|
5939
|
+
include_master_data?: YesNo | undefined;
|
|
5940
|
+
organisation_ids?: string[] | undefined;
|
|
5941
|
+
vehicle_ids?: string[] | undefined;
|
|
5942
|
+
expiry_type?: ExpiryType[] | undefined;
|
|
5943
|
+
vehicle_document_ids?: string[] | undefined;
|
|
5944
|
+
document_expiry_ids?: string[] | undefined;
|
|
5945
|
+
}>;
|
|
5946
|
+
type VehicleDocumentExpiryQueryDTO = z.infer<typeof VehicleDocumentExpiryQuerySchema>;
|
|
5830
5947
|
declare const VehicleQuerySchema: z.ZodObject<{
|
|
5831
5948
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5832
5949
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -6131,6 +6248,8 @@ declare const toVehicleDetailsTripPayload: (trip?: VehicleDetailTrip) => Vehicle
|
|
|
6131
6248
|
declare const toVehicleDetailsBodyPayload: (vehicleBody?: VehicleDetailBody) => VehicleDetailBodyDTO;
|
|
6132
6249
|
declare const toVehicleDetailLifeCyclePayload: (vehicleLifeCycle?: VehicleDetailLifeCycle) => VehicleDetailLifeCycleDto;
|
|
6133
6250
|
declare const toVehicleDetailPurchasePayload: (vehiclePurchase?: VehicleDetailPurchase) => VehicleDetailPurchaseDTO;
|
|
6251
|
+
declare const toVehicleDocumentExpiryPayload: (vehicleDocumentExpiry: VehicleDocumentExpiry) => VehicleDocumentExpiryDTO;
|
|
6252
|
+
declare const newVehicleDocumentExpiryPayload: () => VehicleDocumentExpiryDTO;
|
|
6134
6253
|
declare const get_vehicle_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
6135
6254
|
declare const get_device_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
6136
6255
|
declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
@@ -6163,6 +6282,10 @@ declare const createFileDevice: (payload: MasterDeviceFileDTO) => Promise<SBR>;
|
|
|
6163
6282
|
declare const removeFileDevice: (id: string) => Promise<SBR>;
|
|
6164
6283
|
declare const createFileVehicleDocument: (payload: MasterVehicleDocumentFileDTO) => Promise<SBR>;
|
|
6165
6284
|
declare const removeFileVehicleDocument: (id: string) => Promise<SBR>;
|
|
6285
|
+
declare const createDocumentExpiry: (payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
|
|
6286
|
+
declare const findDocumentExpiry: (payload: VehicleDocumentExpiryQueryDTO) => Promise<SBR>;
|
|
6287
|
+
declare const updateDocumentExpiry: (id: string, payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
|
|
6288
|
+
declare const removeDocumentExpiry: (id: string) => Promise<SBR>;
|
|
6166
6289
|
declare const getVehicleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
6167
6290
|
declare const getVehicleSimpleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
6168
6291
|
declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
@@ -6189,9 +6312,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
|
|
|
6189
6312
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6190
6313
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6191
6314
|
}, "strip", z.ZodTypeAny, {
|
|
6192
|
-
description: string;
|
|
6193
6315
|
status: Status;
|
|
6194
6316
|
organisation_id: string;
|
|
6317
|
+
description: string;
|
|
6195
6318
|
user_role: string;
|
|
6196
6319
|
}, {
|
|
6197
6320
|
status: Status;
|
|
@@ -6312,9 +6435,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
|
|
|
6312
6435
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6313
6436
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6314
6437
|
}, "strip", z.ZodTypeAny, {
|
|
6315
|
-
description: string;
|
|
6316
6438
|
status: Status;
|
|
6317
6439
|
organisation_id: string;
|
|
6440
|
+
description: string;
|
|
6318
6441
|
user_status: string;
|
|
6319
6442
|
}, {
|
|
6320
6443
|
status: Status;
|
|
@@ -7208,4 +7331,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
|
|
|
7208
7331
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
7209
7332
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
7210
7333
|
|
|
7211
|
-
export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file$1 as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, VehicleDetailGPSSensorSchema as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, deleteMasterVehicleDocumentType as fA, getMasterVehicleDocumentTypeCache as fB, type MasterVehicleDropdown as fC, type MasterVehicleFile as fD, type VehicleDetailGPS as fE, type VehicleDetailTrip as fF, type VehicleDetailBody as fG, type VehicleDetailLifeCycle as fH, type VehicleDetailPurchase as fI, type VehicleDocument as fJ, type VehicleDocumentFile as fK, type VehicleDocumentExpiry as fL, type VehicleOdometerHistory as fM, MasterVehicleFileSchema as fN, type MasterVehicleFileDTO as fO, VehicleSchema as fP, type VehicleDTO as fQ, VehicleBulkSchema as fR, type VehicleBulkDTO as fS, MasterDeviceFileSchema as fT, type MasterDeviceFileDTO as fU, VehicleDeviceLinkSchema as fV, type VehicleDeviceLinkDTO as fW, VehicleDeviceUnlinkSchema as fX, type VehicleDeviceUnlinkDTO as fY, VehicleDriverLinkSchema as fZ, type VehicleDriverLinkDTO as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDocumentType as fq, MasterVehicleDocumentTypeSchema as fr, type MasterVehicleDocumentTypeDTO as fs, MasterVehicleDocumentTypeQuerySchema as ft, type MasterVehicleDocumentTypeQueryDTO as fu, toMasterVehicleDocumentTypePayload as fv, newMasterVehicleDocumentTypePayload as fw, findMasterVehicleDocumentTypes as fx, createMasterVehicleDocumentType as fy, updateMasterVehicleDocumentType as fz, type MasterMainState as g, getVehicleSimpleDropdownCustom as g$, type VehicleDetailGPSSensorDTO as g0, VehicleDetailTripSchema as g1, type VehicleDetailTripDTO as g2, VehicleDetailBodySchema as g3, type VehicleDetailBodyDTO as g4, VehicleDetailLifeCycleSchema as g5, type VehicleDetailLifeCycleDto as g6, VehicleDetailPurchaseSchema as g7, type VehicleDetailPurchaseDTO as g8, MasterVehicleDocumentFileSchema as g9, deleteVehicle as gA, updateDetailsGpsSensor as gB, updateDetailsTrip as gC, updateVehicleBodyDetails as gD, updateVehicleLifeCycleDetails as gE, updateVehiclePurchaseDetails as gF, linkDriverToVehicle as gG, unlinkDriverFromVehicle as gH, getDriverLinkHistoryByVehicle as gI, getDriverLinkHistoryByDriver as gJ, linkDeviceToVehicle as gK, unlinkDeviceFromVehicle as gL, getDeviceLinkHistoryByVehicle as gM, getDeviceLinkHistoryByDevice as gN, createDocument as gO, findDocument as gP, updateDocument as gQ, removeDocument as gR, createFileVehicle as gS, removeFileVehicle as gT, createFileDevice as gU, removeFileDevice as gV, createFileVehicleDocument as gW, removeFileVehicleDocument as gX, getVehicleCache as gY, getVehicleSimpleCache as gZ, getVehicleParentCache as g_, type MasterVehicleDocumentFileDTO as ga, VehicleDocumentSchema as gb, type VehicleDocumentDTO as gc, VehicleDocumentQuerySchema as gd, type VehicleDocumentQueryDTO as ge, VehicleQuerySchema as gf, type VehicleQueryDTO as gg, SimpleFindQuerySchema as gh, type SimpleFindQueryDTO as gi, VehicleGPSQuerySchema as gj, type VehicleGPSQueryDTO as gk, toVehiclePayload as gl, newVehiclePayload as gm, toVehicleDetailsGPSPayload as gn, toVehicleDetailsTripPayload as go, toVehicleDetailsBodyPayload as gp, toVehicleDetailLifeCyclePayload as gq, toVehicleDetailPurchasePayload as gr, get_vehicle_presigned_url as gs, get_device_presigned_url as gt, get_master_driver_presigned_url_file as gu, findVehicles as gv, findVehiclesLiveDashboard as gw, findVehicleGPSDetails as gx, createVehicle as gy, updateVehicle as gz, type MasterMainIndustry as h, deleteUserLogo as h$, getVehicleSimpleDropdownCacheLiveData as h0, type MasterUserRole as h1, MasterUserRoleSchema as h2, type MasterUserRoleDTO as h3, MasterUserRoleQuerySchema as h4, type MasterUserRoleQueryDTO as h5, toMasterUserRolePayload as h6, newMasterUserRolePayload as h7, findMasterUserRoles as h8, createMasterUserRole as h9, updateMasterMainLanguage as hA, deleteMasterMainLanguage as hB, getMasterMainLanguageCache as hC, type UserVehicleLink as hD, type UserLoginPush as hE, UserSchema as hF, type UserDTO as hG, UserQuerySchema as hH, type UserQueryDTO as hI, UserLogoSchema as hJ, type UserLogoDTO as hK, UserProfileSchema as hL, type UserProfileDTO as hM, UserDefaultLanguageSchema as hN, type UserDefaultLanguageDTO as hO, UserDefaultTimeZoneSchema as hP, type UserDefaultTimeZoneDTO as hQ, UserDefaultDateFormatSchema as hR, type UserDefaultDateFormatDTO as hS, newUserPayload as hT, toUserPayload as hU, toUserProfilePayload as hV, findUser as hW, createUser as hX, updateUser as hY, deleteUser as hZ, updateUserLogo as h_, updateMasterUserRole as ha, deleteMasterUserRole as hb, getMasterUserRoleCache as hc, getMasterUserRoleCacheCount as hd, type MasterUserStatus as he, MasterUserStatusSchema as hf, type MasterUserStatusDTO as hg, MasterUserStatusQuerySchema as hh, type MasterUserStatusQueryDTO as hi, toMasterUserStatusPayload as hj, newMasterUserStatusPayload as hk, findMasterUserStatuses as hl, createMasterUserStatus as hm, updateMasterUserStatus as hn, deleteMasterUserStatus as ho, getMasterUserStatusCache as hp, getMasterUserStatusCacheCount as hq, type MasterMainLanguage as hr, MasterMainLanguageSchema as hs, type MasterMainLanguageDTO as ht, MasterMainLanguageQuerySchema as hu, type MasterMainLanguageQueryDTO as hv, toMasterMainLanguagePayload as hw, newMasterMainLanguagePayload as hx, findMasterMainLanguages as hy, createMasterMainLanguage as hz, MasterMainIndustrySchema as i, updateUserProfile as i0, getUserCache as i1, getUserCacheSimple as i2, get_user_presigned_url as i3, updateUserDefaultLanguage as i4, updateUserDefaultTimezone as i5, updateUserDefaultDateformat as i6, type UserOrganisationSimple as i7, UserOrganisationSchema as i8, type UserOrganisationDTO as i9, UserOrganisationQuerySchema as ia, type UserOrganisationQueryDTO as ib, UserOrganisationLogoSchema as ic, type UserOrganisationLogoDTO as id, toUserOrganisationPayload as ie, newUserOrganisationPayload as ig, findUserOrganisation as ih, createUserOrganisation as ii, updateUserOrganisation as ij, deleteUserOrganisation as ik, updateUserOrganisationLogo as il, deleteUserOrganisationLogo as im, get_user_organisation_presigned_url as io, getUserOrganisationCache as ip, getUserOrganisationCacheSimple as iq, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
|
|
7334
|
+
export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file$1 as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, VehicleDetailGPSSensorSchema as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, deleteMasterVehicleDocumentType as fA, getMasterVehicleDocumentTypeCache as fB, type MasterVehicleDropdown as fC, type MasterVehicleFile as fD, type VehicleDetailGPS as fE, type VehicleDetailTrip as fF, type VehicleDetailBody as fG, type VehicleDetailLifeCycle as fH, type VehicleDetailPurchase as fI, type VehicleDocument as fJ, type VehicleDocumentFile as fK, type VehicleDocumentExpiry as fL, type VehicleOdometerHistory as fM, MasterVehicleFileSchema as fN, type MasterVehicleFileDTO as fO, VehicleSchema as fP, type VehicleDTO as fQ, VehicleBulkSchema as fR, type VehicleBulkDTO as fS, MasterDeviceFileSchema as fT, type MasterDeviceFileDTO as fU, VehicleDeviceLinkSchema as fV, type VehicleDeviceLinkDTO as fW, VehicleDeviceUnlinkSchema as fX, type VehicleDeviceUnlinkDTO as fY, VehicleDriverLinkSchema as fZ, type VehicleDriverLinkDTO as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDocumentType as fq, MasterVehicleDocumentTypeSchema as fr, type MasterVehicleDocumentTypeDTO as fs, MasterVehicleDocumentTypeQuerySchema as ft, type MasterVehicleDocumentTypeQueryDTO as fu, toMasterVehicleDocumentTypePayload as fv, newMasterVehicleDocumentTypePayload as fw, findMasterVehicleDocumentTypes as fx, createMasterVehicleDocumentType as fy, updateMasterVehicleDocumentType as fz, type MasterMainState as g, removeFileDevice as g$, type VehicleDetailGPSSensorDTO as g0, VehicleDetailTripSchema as g1, type VehicleDetailTripDTO as g2, VehicleDetailBodySchema as g3, type VehicleDetailBodyDTO as g4, VehicleDetailLifeCycleSchema as g5, type VehicleDetailLifeCycleDto as g6, VehicleDetailPurchaseSchema as g7, type VehicleDetailPurchaseDTO as g8, MasterVehicleDocumentFileSchema as g9, get_master_driver_presigned_url_file as gA, findVehicles as gB, findVehiclesLiveDashboard as gC, findVehicleGPSDetails as gD, createVehicle as gE, updateVehicle as gF, deleteVehicle as gG, updateDetailsGpsSensor as gH, updateDetailsTrip as gI, updateVehicleBodyDetails as gJ, updateVehicleLifeCycleDetails as gK, updateVehiclePurchaseDetails as gL, linkDriverToVehicle as gM, unlinkDriverFromVehicle as gN, getDriverLinkHistoryByVehicle as gO, getDriverLinkHistoryByDriver as gP, linkDeviceToVehicle as gQ, unlinkDeviceFromVehicle as gR, getDeviceLinkHistoryByVehicle as gS, getDeviceLinkHistoryByDevice as gT, createDocument as gU, findDocument as gV, updateDocument as gW, removeDocument as gX, createFileVehicle as gY, removeFileVehicle as gZ, createFileDevice as g_, type MasterVehicleDocumentFileDTO as ga, VehicleDocumentSchema as gb, type VehicleDocumentDTO as gc, VehicleDocumentQuerySchema as gd, type VehicleDocumentQueryDTO as ge, VehicleDocumentExpirySchema as gf, type VehicleDocumentExpiryDTO as gg, VehicleDocumentExpiryQuerySchema as gh, type VehicleDocumentExpiryQueryDTO as gi, VehicleQuerySchema as gj, type VehicleQueryDTO as gk, SimpleFindQuerySchema as gl, type SimpleFindQueryDTO as gm, VehicleGPSQuerySchema as gn, type VehicleGPSQueryDTO as go, toVehiclePayload as gp, newVehiclePayload as gq, toVehicleDetailsGPSPayload as gr, toVehicleDetailsTripPayload as gs, toVehicleDetailsBodyPayload as gt, toVehicleDetailLifeCyclePayload as gu, toVehicleDetailPurchasePayload as gv, toVehicleDocumentExpiryPayload as gw, newVehicleDocumentExpiryPayload as gx, get_vehicle_presigned_url as gy, get_device_presigned_url as gz, type MasterMainIndustry as h, UserDefaultDateFormatSchema as h$, createFileVehicleDocument as h0, removeFileVehicleDocument as h1, createDocumentExpiry as h2, findDocumentExpiry as h3, updateDocumentExpiry as h4, removeDocumentExpiry as h5, getVehicleCache as h6, getVehicleSimpleCache as h7, getVehicleParentCache as h8, getVehicleSimpleDropdownCustom as h9, getMasterUserStatusCacheCount as hA, type MasterMainLanguage as hB, MasterMainLanguageSchema as hC, type MasterMainLanguageDTO as hD, MasterMainLanguageQuerySchema as hE, type MasterMainLanguageQueryDTO as hF, toMasterMainLanguagePayload as hG, newMasterMainLanguagePayload as hH, findMasterMainLanguages as hI, createMasterMainLanguage as hJ, updateMasterMainLanguage as hK, deleteMasterMainLanguage as hL, getMasterMainLanguageCache as hM, type UserVehicleLink as hN, type UserLoginPush as hO, UserSchema as hP, type UserDTO as hQ, UserQuerySchema as hR, type UserQueryDTO as hS, UserLogoSchema as hT, type UserLogoDTO as hU, UserProfileSchema as hV, type UserProfileDTO as hW, UserDefaultLanguageSchema as hX, type UserDefaultLanguageDTO as hY, UserDefaultTimeZoneSchema as hZ, type UserDefaultTimeZoneDTO as h_, getVehicleSimpleDropdownCacheLiveData as ha, type MasterUserRole as hb, MasterUserRoleSchema as hc, type MasterUserRoleDTO as hd, MasterUserRoleQuerySchema as he, type MasterUserRoleQueryDTO as hf, toMasterUserRolePayload as hg, newMasterUserRolePayload as hh, findMasterUserRoles as hi, createMasterUserRole as hj, updateMasterUserRole as hk, deleteMasterUserRole as hl, getMasterUserRoleCache as hm, getMasterUserRoleCacheCount as hn, type MasterUserStatus as ho, MasterUserStatusSchema as hp, type MasterUserStatusDTO as hq, MasterUserStatusQuerySchema as hr, type MasterUserStatusQueryDTO as hs, toMasterUserStatusPayload as ht, newMasterUserStatusPayload as hu, findMasterUserStatuses as hv, createMasterUserStatus as hw, updateMasterUserStatus as hx, deleteMasterUserStatus as hy, getMasterUserStatusCache as hz, MasterMainIndustrySchema as i, type UserDefaultDateFormatDTO as i0, newUserPayload as i1, toUserPayload as i2, toUserProfilePayload as i3, findUser as i4, createUser as i5, updateUser as i6, deleteUser as i7, updateUserLogo as i8, deleteUserLogo as i9, getUserOrganisationCacheSimple as iA, updateUserProfile as ia, getUserCache as ib, getUserCacheSimple as ic, get_user_presigned_url as id, updateUserDefaultLanguage as ie, updateUserDefaultTimezone as ig, updateUserDefaultDateformat as ih, type UserOrganisationSimple as ii, UserOrganisationSchema as ij, type UserOrganisationDTO as ik, UserOrganisationQuerySchema as il, type UserOrganisationQueryDTO as im, UserOrganisationLogoSchema as io, type UserOrganisationLogoDTO as ip, toUserOrganisationPayload as iq, newUserOrganisationPayload as ir, findUserOrganisation as is, createUserOrganisation as it, updateUserOrganisation as iu, deleteUserOrganisation as iv, updateUserOrganisationLogo as iw, deleteUserOrganisationLogo as ix, get_user_organisation_presigned_url as iy, getUserOrganisationCache as iz, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
|
package/package.json
CHANGED