vms-nest-prisma-api-document 160.0.0 → 170.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/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
- 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/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- 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 +87 -12
- 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 +10 -3
- package/dist/services/main/users/user_admin_service.js +14 -5
- 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/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 +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
- 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 +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_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-DmtsKLFI.d.ts → user_organisation_service-CEtTkdF3.d.ts} +674 -611
- package/package.json +1 -1
package/dist/{user_organisation_service-DmtsKLFI.d.ts → user_organisation_service-CEtTkdF3.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, FleetSize } from './core/Enums.js';
|
|
1
|
+
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, FleetSize } from './core/Enums.js';
|
|
2
2
|
import { FBR, SBR, BR } from './core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { BaseQueryDTO } from './zod_utils/zod_base_schema.js';
|
|
@@ -1083,155 +1083,44 @@ declare const updateMasterMainUnitVolume: (id: string, data: MasterMainUnitVolum
|
|
|
1083
1083
|
declare const deleteMasterMainUnitVolume: (id: string) => Promise<SBR>;
|
|
1084
1084
|
declare const getMasterMainUnitVolumeCache: () => Promise<FBR<MasterMainUnitVolume[]>>;
|
|
1085
1085
|
|
|
1086
|
-
interface
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
driver_license?: string;
|
|
1094
|
-
driver_pan?: string;
|
|
1095
|
-
driver_aadhaar?: string;
|
|
1096
|
-
driver_details?: string;
|
|
1097
|
-
password?: string;
|
|
1098
|
-
can_login: YesNo;
|
|
1099
|
-
driver_image_url?: string;
|
|
1100
|
-
driver_image_key?: string;
|
|
1101
|
-
driver_aadhaar_front_image_url?: string;
|
|
1102
|
-
driver_aadhaar_front_image_key?: string;
|
|
1103
|
-
driver_aadhaar_back_image_url?: string;
|
|
1104
|
-
driver_aadhaar_back_image_key?: string;
|
|
1105
|
-
driver_pan_image_url?: string;
|
|
1106
|
-
driver_pan_image_key?: string;
|
|
1107
|
-
driver_license_back_image_url?: string;
|
|
1108
|
-
driver_license_back_image_key?: string;
|
|
1109
|
-
driver_license_front_image_url?: string;
|
|
1110
|
-
driver_license_front_image_key?: string;
|
|
1086
|
+
interface OrganisationSubCompany extends Record<string, unknown> {
|
|
1087
|
+
organisation_sub_company_id: string;
|
|
1088
|
+
sub_company_name: string;
|
|
1089
|
+
sub_company_GSTIN: string;
|
|
1090
|
+
description?: string;
|
|
1091
|
+
logo_key?: string;
|
|
1092
|
+
logo_url?: string;
|
|
1111
1093
|
status: Status;
|
|
1112
1094
|
added_date_time: string;
|
|
1113
1095
|
modified_date_time: string;
|
|
1114
|
-
vehicle_id?: string;
|
|
1115
|
-
MasterVehicle?: MasterVehicle;
|
|
1116
|
-
assign_vehicle_date?: string;
|
|
1117
|
-
is_vehicle_assigned: YesNo;
|
|
1118
|
-
AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
|
|
1119
1096
|
organisation_id: string;
|
|
1120
|
-
UserOrganisation
|
|
1121
|
-
|
|
1097
|
+
UserOrganisation: UserOrganisation;
|
|
1098
|
+
MasterVehicle: MasterVehicle[];
|
|
1122
1099
|
_count?: {
|
|
1123
|
-
|
|
1124
|
-
TripGeofenceToGeofence: number;
|
|
1125
|
-
GPSGeofenceTransaction: number;
|
|
1126
|
-
GPSFuelVehicleDailySummary: number;
|
|
1127
|
-
GPSFuelVehicleRefill: number;
|
|
1128
|
-
GPSFuelVehicleRemoval: number;
|
|
1129
|
-
GPSLockRelayLog: number;
|
|
1130
|
-
GPSLockDigitalDoorLog: number;
|
|
1131
|
-
GPSGeofenceTransactionSummary: number;
|
|
1132
|
-
Inspection: number;
|
|
1133
|
-
IncidentManagement: number;
|
|
1134
|
-
IssueManagement: number;
|
|
1135
|
-
FleetServiceSchedule: number;
|
|
1136
|
-
FleetServiceJobCard: number;
|
|
1137
|
-
FleetReminders: number;
|
|
1138
|
-
FleetFuelRefills: number;
|
|
1139
|
-
FleetFuelRemovals: number;
|
|
1140
|
-
FleetTyreDamageRepair: number;
|
|
1141
|
-
FleetTyreRotation: number;
|
|
1142
|
-
AlertDriverLink: number;
|
|
1100
|
+
MasterVehicle: number;
|
|
1143
1101
|
};
|
|
1144
1102
|
}
|
|
1145
|
-
|
|
1146
|
-
history_id: string;
|
|
1147
|
-
assign_date?: string;
|
|
1148
|
-
remove_date?: string;
|
|
1149
|
-
status: Status;
|
|
1150
|
-
added_date_time: string;
|
|
1151
|
-
modified_date_time: string;
|
|
1152
|
-
vehicle_id: string;
|
|
1153
|
-
Vehicle?: MasterVehicle;
|
|
1154
|
-
driver_id: string;
|
|
1155
|
-
MasterDriver?: MasterDriver;
|
|
1156
|
-
}
|
|
1157
|
-
declare const MasterDriverSchema: z.ZodObject<{
|
|
1103
|
+
declare const OrganisationSubCompanySchema: z.ZodObject<{
|
|
1158
1104
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
driver_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1163
|
-
driver_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1164
|
-
driver_license: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1165
|
-
driver_pan: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1166
|
-
driver_aadhaar: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1167
|
-
password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1168
|
-
can_login: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
1169
|
-
driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1170
|
-
driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1171
|
-
driver_aadhaar_front_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1172
|
-
driver_aadhaar_front_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1173
|
-
driver_aadhaar_back_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1174
|
-
driver_aadhaar_back_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1175
|
-
driver_pan_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1176
|
-
driver_pan_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1177
|
-
driver_license_back_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1178
|
-
driver_license_back_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1179
|
-
driver_license_front_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1180
|
-
driver_license_front_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1105
|
+
sub_company_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1106
|
+
sub_company_GSTIN: z.ZodEffects<z.ZodString, string, string>;
|
|
1107
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1181
1108
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1182
1109
|
}, "strip", z.ZodTypeAny, {
|
|
1183
1110
|
status: Status;
|
|
1184
1111
|
organisation_id: string;
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
driver_mobile: string;
|
|
1189
|
-
driver_email: string;
|
|
1190
|
-
driver_license: string;
|
|
1191
|
-
driver_pan: string;
|
|
1192
|
-
driver_aadhaar: string;
|
|
1193
|
-
password: string;
|
|
1194
|
-
can_login: YesNo;
|
|
1195
|
-
driver_image_url: string;
|
|
1196
|
-
driver_image_key: string;
|
|
1197
|
-
driver_aadhaar_front_image_url: string;
|
|
1198
|
-
driver_aadhaar_front_image_key: string;
|
|
1199
|
-
driver_aadhaar_back_image_url: string;
|
|
1200
|
-
driver_aadhaar_back_image_key: string;
|
|
1201
|
-
driver_pan_image_url: string;
|
|
1202
|
-
driver_pan_image_key: string;
|
|
1203
|
-
driver_license_back_image_url: string;
|
|
1204
|
-
driver_license_back_image_key: string;
|
|
1205
|
-
driver_license_front_image_url: string;
|
|
1206
|
-
driver_license_front_image_key: string;
|
|
1112
|
+
description: string;
|
|
1113
|
+
sub_company_name: string;
|
|
1114
|
+
sub_company_GSTIN: string;
|
|
1207
1115
|
}, {
|
|
1208
1116
|
status: Status;
|
|
1209
1117
|
organisation_id: string;
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
driver_last_name?: string | undefined;
|
|
1214
|
-
driver_mobile?: string | undefined;
|
|
1215
|
-
driver_email?: string | undefined;
|
|
1216
|
-
driver_license?: string | undefined;
|
|
1217
|
-
driver_pan?: string | undefined;
|
|
1218
|
-
driver_aadhaar?: string | undefined;
|
|
1219
|
-
password?: string | undefined;
|
|
1220
|
-
driver_image_url?: string | undefined;
|
|
1221
|
-
driver_image_key?: string | undefined;
|
|
1222
|
-
driver_aadhaar_front_image_url?: string | undefined;
|
|
1223
|
-
driver_aadhaar_front_image_key?: string | undefined;
|
|
1224
|
-
driver_aadhaar_back_image_url?: string | undefined;
|
|
1225
|
-
driver_aadhaar_back_image_key?: string | undefined;
|
|
1226
|
-
driver_pan_image_url?: string | undefined;
|
|
1227
|
-
driver_pan_image_key?: string | undefined;
|
|
1228
|
-
driver_license_back_image_url?: string | undefined;
|
|
1229
|
-
driver_license_back_image_key?: string | undefined;
|
|
1230
|
-
driver_license_front_image_url?: string | undefined;
|
|
1231
|
-
driver_license_front_image_key?: string | undefined;
|
|
1118
|
+
sub_company_name: string;
|
|
1119
|
+
sub_company_GSTIN: string;
|
|
1120
|
+
description?: string | undefined;
|
|
1232
1121
|
}>;
|
|
1233
|
-
type
|
|
1234
|
-
declare const
|
|
1122
|
+
type OrganisationSubCompanyDTO = z.infer<typeof OrganisationSubCompanySchema>;
|
|
1123
|
+
declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
1235
1124
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1236
1125
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
1237
1126
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -1263,10 +1152,7 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1263
1152
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1264
1153
|
} & {
|
|
1265
1154
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1266
|
-
|
|
1267
|
-
driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1268
|
-
can_login: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
1269
|
-
is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
1155
|
+
organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1270
1156
|
}, "strip", z.ZodTypeAny, {
|
|
1271
1157
|
status: Status[];
|
|
1272
1158
|
search: string;
|
|
@@ -1290,10 +1176,7 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1290
1176
|
date_format_id: string;
|
|
1291
1177
|
time_zone_id: string;
|
|
1292
1178
|
organisation_ids: string[];
|
|
1293
|
-
|
|
1294
|
-
is_vehicle_assigned: YesNo[];
|
|
1295
|
-
vehicle_ids: string[];
|
|
1296
|
-
driver_ids: string[];
|
|
1179
|
+
organisation_sub_company_ids: string[];
|
|
1297
1180
|
}, {
|
|
1298
1181
|
date_format_id: string;
|
|
1299
1182
|
time_zone_id: string;
|
|
@@ -1317,63 +1200,59 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1317
1200
|
}[] | undefined;
|
|
1318
1201
|
include_master_data?: YesNo | undefined;
|
|
1319
1202
|
organisation_ids?: string[] | undefined;
|
|
1320
|
-
|
|
1321
|
-
is_vehicle_assigned?: YesNo[] | undefined;
|
|
1322
|
-
vehicle_ids?: string[] | undefined;
|
|
1323
|
-
driver_ids?: string[] | undefined;
|
|
1203
|
+
organisation_sub_company_ids?: string[] | undefined;
|
|
1324
1204
|
}>;
|
|
1325
|
-
type
|
|
1326
|
-
declare const
|
|
1327
|
-
declare const
|
|
1328
|
-
declare const
|
|
1329
|
-
declare const
|
|
1330
|
-
declare const
|
|
1331
|
-
declare const
|
|
1332
|
-
declare const
|
|
1333
|
-
declare const
|
|
1334
|
-
declare const
|
|
1205
|
+
type OrganisationSubCompanyQueryDTO = z.infer<typeof OrganisationSubCompanyQuerySchema>;
|
|
1206
|
+
declare const toOrganisationSubCompanyPayload: (row: OrganisationSubCompany) => OrganisationSubCompanyDTO;
|
|
1207
|
+
declare const newOrganisationSubCompanyPayload: () => OrganisationSubCompanyDTO;
|
|
1208
|
+
declare const findOrganisationSubCompanyies: (data: OrganisationSubCompanyQueryDTO) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
1209
|
+
declare const createOrganisationSubCompany: (data: OrganisationSubCompanyDTO) => Promise<SBR>;
|
|
1210
|
+
declare const updateOrganisationSubCompany: (id: string, data: OrganisationSubCompanyDTO) => Promise<SBR>;
|
|
1211
|
+
declare const deleteOrganisationSubCompany: (id: string) => Promise<SBR>;
|
|
1212
|
+
declare const getOrganisationSubCompanyCache: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
1213
|
+
declare const getOrganisationSubCompanyCacheCount: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
1214
|
+
declare const getOrganisationSubCompanyCacheChild: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
1335
1215
|
|
|
1336
|
-
interface
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1216
|
+
interface OrganisationBranch extends Record<string, unknown> {
|
|
1217
|
+
organisation_branch_id: string;
|
|
1218
|
+
branch_name: string;
|
|
1219
|
+
branch_city: string;
|
|
1220
|
+
branch_address: string;
|
|
1340
1221
|
description?: string;
|
|
1341
1222
|
status: Status;
|
|
1342
1223
|
added_date_time: string;
|
|
1343
1224
|
modified_date_time: string;
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
MasterDeviceModel?: MasterDeviceModel;
|
|
1348
|
-
MasterDevice: MasterDevice[];
|
|
1225
|
+
organisation_id: string;
|
|
1226
|
+
UserOrganisation: UserOrganisation;
|
|
1227
|
+
MasterVehicle: MasterVehicle[];
|
|
1349
1228
|
_count?: {
|
|
1350
|
-
|
|
1229
|
+
MasterVehicle: number;
|
|
1351
1230
|
};
|
|
1352
1231
|
}
|
|
1353
|
-
declare const
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1232
|
+
declare const OrganisationBranchSchema: z.ZodObject<{
|
|
1233
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1234
|
+
branch_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1235
|
+
branch_city: z.ZodEffects<z.ZodString, string, string>;
|
|
1236
|
+
branch_address: z.ZodEffects<z.ZodString, string, string>;
|
|
1358
1237
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1359
1238
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1360
1239
|
}, "strip", z.ZodTypeAny, {
|
|
1361
1240
|
status: Status;
|
|
1241
|
+
organisation_id: string;
|
|
1362
1242
|
description: string;
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
device_model_id: string;
|
|
1243
|
+
branch_name: string;
|
|
1244
|
+
branch_city: string;
|
|
1245
|
+
branch_address: string;
|
|
1367
1246
|
}, {
|
|
1368
1247
|
status: Status;
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1248
|
+
organisation_id: string;
|
|
1249
|
+
branch_name: string;
|
|
1250
|
+
branch_city: string;
|
|
1251
|
+
branch_address: string;
|
|
1372
1252
|
description?: string | undefined;
|
|
1373
|
-
device_type_code?: string | undefined;
|
|
1374
1253
|
}>;
|
|
1375
|
-
type
|
|
1376
|
-
declare const
|
|
1254
|
+
type OrganisationBranchDTO = z.infer<typeof OrganisationBranchSchema>;
|
|
1255
|
+
declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
1377
1256
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1378
1257
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
1379
1258
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -1404,9 +1283,8 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
1404
1283
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1405
1284
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1406
1285
|
} & {
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1286
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1287
|
+
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1410
1288
|
}, "strip", z.ZodTypeAny, {
|
|
1411
1289
|
status: Status[];
|
|
1412
1290
|
search: string;
|
|
@@ -1429,9 +1307,8 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
1429
1307
|
include_master_data: YesNo;
|
|
1430
1308
|
date_format_id: string;
|
|
1431
1309
|
time_zone_id: string;
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
device_type_ids: string[];
|
|
1310
|
+
organisation_ids: string[];
|
|
1311
|
+
organisation_branch_ids: string[];
|
|
1435
1312
|
}, {
|
|
1436
1313
|
date_format_id: string;
|
|
1437
1314
|
time_zone_id: string;
|
|
@@ -1454,59 +1331,56 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
1454
1331
|
direction: OrderBy;
|
|
1455
1332
|
}[] | undefined;
|
|
1456
1333
|
include_master_data?: YesNo | undefined;
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
device_type_ids?: string[] | undefined;
|
|
1334
|
+
organisation_ids?: string[] | undefined;
|
|
1335
|
+
organisation_branch_ids?: string[] | undefined;
|
|
1460
1336
|
}>;
|
|
1461
|
-
type
|
|
1462
|
-
declare const
|
|
1463
|
-
declare const
|
|
1464
|
-
declare const
|
|
1465
|
-
declare const
|
|
1466
|
-
declare const
|
|
1467
|
-
declare const
|
|
1468
|
-
declare const
|
|
1469
|
-
declare const
|
|
1470
|
-
declare const
|
|
1337
|
+
type OrganisationBranchQueryDTO = z.infer<typeof OrganisationBranchQuerySchema>;
|
|
1338
|
+
declare const toOrganisationBranchPayload: (row: OrganisationBranch) => OrganisationBranchDTO;
|
|
1339
|
+
declare const newOrganisationBranchPayload: () => OrganisationBranchDTO;
|
|
1340
|
+
declare const findOrganisationBranchs: (data: OrganisationBranchQueryDTO) => Promise<FBR<OrganisationBranch[]>>;
|
|
1341
|
+
declare const createOrganisationBranch: (data: OrganisationBranchDTO) => Promise<SBR>;
|
|
1342
|
+
declare const updateOrganisationBranch: (id: string, data: OrganisationBranchDTO) => Promise<SBR>;
|
|
1343
|
+
declare const deleteOrganisationBranch: (id: string) => Promise<SBR>;
|
|
1344
|
+
declare const getOrganisationBranchCache: (organisation_id: string) => Promise<FBR<OrganisationBranch[]>>;
|
|
1345
|
+
declare const getOrganisationBranchCacheCount: (organisation_id: string) => Promise<FBR<OrganisationBranch[]>>;
|
|
1346
|
+
declare const getOrganisationBranchCacheChild: (organisation_id: string) => Promise<FBR<OrganisationBranch[]>>;
|
|
1471
1347
|
|
|
1472
|
-
interface
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1348
|
+
interface OrganisationColor extends Record<string, unknown> {
|
|
1349
|
+
organisation_color_id: string;
|
|
1350
|
+
color_name: string;
|
|
1351
|
+
color_code: string;
|
|
1476
1352
|
description?: string;
|
|
1477
1353
|
status: Status;
|
|
1478
1354
|
added_date_time: string;
|
|
1479
1355
|
modified_date_time: string;
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
MasterDevice: MasterDevice[];
|
|
1356
|
+
organisation_id?: string;
|
|
1357
|
+
UserOrganisation?: UserOrganisation;
|
|
1358
|
+
MasterVehicle: MasterVehicle[];
|
|
1484
1359
|
_count?: {
|
|
1485
|
-
|
|
1486
|
-
MasterDevice: number;
|
|
1360
|
+
MasterVehicle: number;
|
|
1487
1361
|
};
|
|
1488
1362
|
}
|
|
1489
|
-
declare const
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1363
|
+
declare const OrganisationColorSchema: z.ZodObject<{
|
|
1364
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1365
|
+
color_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1366
|
+
color_code: z.ZodEffects<z.ZodString, string, string>;
|
|
1493
1367
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1494
1368
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1495
1369
|
}, "strip", z.ZodTypeAny, {
|
|
1496
1370
|
status: Status;
|
|
1371
|
+
organisation_id: string;
|
|
1497
1372
|
description: string;
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
device_model_code: string;
|
|
1373
|
+
color_name: string;
|
|
1374
|
+
color_code: string;
|
|
1501
1375
|
}, {
|
|
1502
1376
|
status: Status;
|
|
1503
|
-
|
|
1504
|
-
|
|
1377
|
+
organisation_id: string;
|
|
1378
|
+
color_name: string;
|
|
1379
|
+
color_code: string;
|
|
1505
1380
|
description?: string | undefined;
|
|
1506
|
-
device_model_code?: string | undefined;
|
|
1507
1381
|
}>;
|
|
1508
|
-
type
|
|
1509
|
-
declare const
|
|
1382
|
+
type OrganisationColorDTO = z.infer<typeof OrganisationColorSchema>;
|
|
1383
|
+
declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
1510
1384
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1511
1385
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
1512
1386
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -1537,8 +1411,8 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
1537
1411
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1538
1412
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1539
1413
|
} & {
|
|
1540
|
-
|
|
1541
|
-
|
|
1414
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1415
|
+
organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1542
1416
|
}, "strip", z.ZodTypeAny, {
|
|
1543
1417
|
status: Status[];
|
|
1544
1418
|
search: string;
|
|
@@ -1561,8 +1435,8 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
1561
1435
|
include_master_data: YesNo;
|
|
1562
1436
|
date_format_id: string;
|
|
1563
1437
|
time_zone_id: string;
|
|
1564
|
-
|
|
1565
|
-
|
|
1438
|
+
organisation_ids: string[];
|
|
1439
|
+
organisation_color_ids: string[];
|
|
1566
1440
|
}, {
|
|
1567
1441
|
date_format_id: string;
|
|
1568
1442
|
time_zone_id: string;
|
|
@@ -1585,55 +1459,52 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
1585
1459
|
direction: OrderBy;
|
|
1586
1460
|
}[] | undefined;
|
|
1587
1461
|
include_master_data?: YesNo | undefined;
|
|
1588
|
-
|
|
1589
|
-
|
|
1462
|
+
organisation_ids?: string[] | undefined;
|
|
1463
|
+
organisation_color_ids?: string[] | undefined;
|
|
1590
1464
|
}>;
|
|
1591
|
-
type
|
|
1592
|
-
declare const
|
|
1593
|
-
declare const
|
|
1594
|
-
declare const
|
|
1595
|
-
declare const
|
|
1596
|
-
declare const
|
|
1597
|
-
declare const
|
|
1598
|
-
declare const
|
|
1599
|
-
declare const
|
|
1600
|
-
declare const
|
|
1465
|
+
type OrganisationColorQueryDTO = z.infer<typeof OrganisationColorQuerySchema>;
|
|
1466
|
+
declare const toOrganisationColorPayload: (row: OrganisationColor) => OrganisationColorDTO;
|
|
1467
|
+
declare const newOrganisationColorPayload: () => OrganisationColorDTO;
|
|
1468
|
+
declare const findOrganisationColors: (data: OrganisationColorQueryDTO) => Promise<FBR<OrganisationColor[]>>;
|
|
1469
|
+
declare const createOrganisationColor: (data: OrganisationColorDTO) => Promise<SBR>;
|
|
1470
|
+
declare const updateOrganisationColor: (id: string, data: OrganisationColorDTO) => Promise<SBR>;
|
|
1471
|
+
declare const deleteOrganisationColor: (id: string) => Promise<SBR>;
|
|
1472
|
+
declare const getOrganisationColorCache: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
1473
|
+
declare const getOrganisationColorCacheCount: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
1474
|
+
declare const getOrganisationColorCacheChild: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
1601
1475
|
|
|
1602
|
-
interface
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
device_manufacturer_code?: string;
|
|
1476
|
+
interface OrganisationTag extends Record<string, unknown> {
|
|
1477
|
+
organisation_tag_id: string;
|
|
1478
|
+
tag_name: string;
|
|
1606
1479
|
description?: string;
|
|
1607
1480
|
status: Status;
|
|
1608
1481
|
added_date_time: string;
|
|
1609
1482
|
modified_date_time: string;
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1483
|
+
organisation_id: string;
|
|
1484
|
+
UserOrganisation: UserOrganisation;
|
|
1485
|
+
MasterVehicle: MasterVehicle[];
|
|
1613
1486
|
_count?: {
|
|
1614
|
-
|
|
1615
|
-
MasterDeviceType: number;
|
|
1616
|
-
MasterDevice: number;
|
|
1487
|
+
MasterVehicle: number;
|
|
1617
1488
|
};
|
|
1618
1489
|
}
|
|
1619
|
-
declare const
|
|
1620
|
-
|
|
1621
|
-
|
|
1490
|
+
declare const OrganisationTagSchema: z.ZodObject<{
|
|
1491
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1492
|
+
tag_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1622
1493
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1623
1494
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1624
1495
|
}, "strip", z.ZodTypeAny, {
|
|
1625
1496
|
status: Status;
|
|
1497
|
+
organisation_id: string;
|
|
1626
1498
|
description: string;
|
|
1627
|
-
|
|
1628
|
-
device_manufacturer_code: string;
|
|
1499
|
+
tag_name: string;
|
|
1629
1500
|
}, {
|
|
1630
1501
|
status: Status;
|
|
1631
|
-
|
|
1502
|
+
organisation_id: string;
|
|
1503
|
+
tag_name: string;
|
|
1632
1504
|
description?: string | undefined;
|
|
1633
|
-
device_manufacturer_code?: string | undefined;
|
|
1634
1505
|
}>;
|
|
1635
|
-
type
|
|
1636
|
-
declare const
|
|
1506
|
+
type OrganisationTagDTO = z.infer<typeof OrganisationTagSchema>;
|
|
1507
|
+
declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
1637
1508
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1638
1509
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
1639
1510
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -1664,7 +1535,8 @@ declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
|
|
|
1664
1535
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1665
1536
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1666
1537
|
} & {
|
|
1667
|
-
|
|
1538
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1539
|
+
organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1668
1540
|
}, "strip", z.ZodTypeAny, {
|
|
1669
1541
|
status: Status[];
|
|
1670
1542
|
search: string;
|
|
@@ -1687,7 +1559,8 @@ declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
|
|
|
1687
1559
|
include_master_data: YesNo;
|
|
1688
1560
|
date_format_id: string;
|
|
1689
1561
|
time_zone_id: string;
|
|
1690
|
-
|
|
1562
|
+
organisation_ids: string[];
|
|
1563
|
+
organisation_tag_ids: string[];
|
|
1691
1564
|
}, {
|
|
1692
1565
|
date_format_id: string;
|
|
1693
1566
|
time_zone_id: string;
|
|
@@ -1710,80 +1583,217 @@ declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
|
|
|
1710
1583
|
direction: OrderBy;
|
|
1711
1584
|
}[] | undefined;
|
|
1712
1585
|
include_master_data?: YesNo | undefined;
|
|
1713
|
-
|
|
1586
|
+
organisation_ids?: string[] | undefined;
|
|
1587
|
+
organisation_tag_ids?: string[] | undefined;
|
|
1714
1588
|
}>;
|
|
1715
|
-
type
|
|
1716
|
-
declare const
|
|
1717
|
-
declare const
|
|
1718
|
-
declare const
|
|
1719
|
-
declare const
|
|
1720
|
-
declare const
|
|
1721
|
-
declare const
|
|
1722
|
-
declare const
|
|
1723
|
-
declare const
|
|
1724
|
-
declare const
|
|
1589
|
+
type OrganisationTagQueryDTO = z.infer<typeof OrganisationTagQuerySchema>;
|
|
1590
|
+
declare const toOrganisationTagPayload: (row: OrganisationTag) => OrganisationTagDTO;
|
|
1591
|
+
declare const newOrganisationTagPayload: () => OrganisationTagDTO;
|
|
1592
|
+
declare const findOrganisationTags: (data: OrganisationTagQueryDTO) => Promise<FBR<OrganisationTag[]>>;
|
|
1593
|
+
declare const createOrganisationTag: (data: OrganisationTagDTO) => Promise<SBR>;
|
|
1594
|
+
declare const updateOrganisationTag: (id: string, data: OrganisationTagDTO) => Promise<SBR>;
|
|
1595
|
+
declare const deleteOrganisationTag: (id: string) => Promise<SBR>;
|
|
1596
|
+
declare const getOrganisationTagCache: (organisation_id: string) => Promise<FBR<OrganisationTag[]>>;
|
|
1597
|
+
declare const getOrganisationTagCacheCount: (organisation_id: string) => Promise<FBR<OrganisationTag[]>>;
|
|
1598
|
+
declare const getOrganisationTagCacheChild: (organisation_id: string) => Promise<FBR<OrganisationTag[]>>;
|
|
1725
1599
|
|
|
1726
|
-
interface
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1600
|
+
interface MasterDriver extends Record<string, unknown> {
|
|
1601
|
+
driver_id: string;
|
|
1602
|
+
driver_code?: string;
|
|
1603
|
+
driver_first_name: string;
|
|
1604
|
+
driver_last_name?: string;
|
|
1605
|
+
driver_mobile?: string;
|
|
1606
|
+
driver_email?: string;
|
|
1607
|
+
driver_license?: string;
|
|
1608
|
+
driver_pan?: string;
|
|
1609
|
+
driver_aadhaar?: string;
|
|
1610
|
+
driver_details?: string;
|
|
1611
|
+
password?: string;
|
|
1612
|
+
can_login: YesNo;
|
|
1613
|
+
driver_type: DriverType;
|
|
1614
|
+
driver_image_url?: string;
|
|
1615
|
+
driver_image_key?: string;
|
|
1616
|
+
driver_image_name?: string;
|
|
1617
|
+
driver_aadhaar_front_image_url?: string;
|
|
1618
|
+
driver_aadhaar_front_image_key?: string;
|
|
1619
|
+
driver_aadhaar_front_image_name?: string;
|
|
1620
|
+
driver_aadhaar_back_image_url?: string;
|
|
1621
|
+
driver_aadhaar_back_image_key?: string;
|
|
1622
|
+
driver_aadhaar_back_image_name?: string;
|
|
1623
|
+
driver_pan_image_url?: string;
|
|
1624
|
+
driver_pan_image_key?: string;
|
|
1625
|
+
driver_pan_image_name?: string;
|
|
1626
|
+
driver_license_back_image_url?: string;
|
|
1627
|
+
driver_license_back_image_key?: string;
|
|
1628
|
+
driver_license_back_image_name?: string;
|
|
1629
|
+
driver_license_front_image_url?: string;
|
|
1630
|
+
driver_license_front_image_key?: string;
|
|
1631
|
+
driver_license_front_image_name?: string;
|
|
1733
1632
|
status: Status;
|
|
1734
1633
|
added_date_time: string;
|
|
1735
1634
|
modified_date_time: string;
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1635
|
+
vehicle_id?: string;
|
|
1636
|
+
MasterVehicle?: MasterVehicle;
|
|
1637
|
+
assign_vehicle_date?: string;
|
|
1638
|
+
is_vehicle_assigned: YesNo;
|
|
1639
|
+
AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
|
|
1640
|
+
organisation_id: string;
|
|
1641
|
+
UserOrganisation: UserOrganisation;
|
|
1642
|
+
organisation_sub_company_id?: string;
|
|
1643
|
+
OrganisationSubCompany?: OrganisationSubCompany;
|
|
1644
|
+
organisation_branch_id?: string;
|
|
1645
|
+
OrganisationBranch?: OrganisationBranch;
|
|
1646
|
+
organisation_color_id?: string;
|
|
1647
|
+
OrganisationColor?: OrganisationColor;
|
|
1648
|
+
organisation_tag_id?: string;
|
|
1649
|
+
OrganisationTag?: OrganisationTag;
|
|
1650
|
+
Dummy_MasterVehicle?: MasterVehicle[];
|
|
1743
1651
|
_count?: {
|
|
1744
|
-
|
|
1745
|
-
|
|
1652
|
+
AssignRemoveDriverHistory: number;
|
|
1653
|
+
TripGeofenceToGeofence: number;
|
|
1654
|
+
GPSGeofenceTransaction: number;
|
|
1655
|
+
GPSFuelVehicleDailySummary: number;
|
|
1656
|
+
GPSFuelVehicleRefill: number;
|
|
1657
|
+
GPSFuelVehicleRemoval: number;
|
|
1658
|
+
GPSLockRelayLog: number;
|
|
1659
|
+
GPSLockDigitalDoorLog: number;
|
|
1660
|
+
GPSGeofenceTransactionSummary: number;
|
|
1661
|
+
Inspection: number;
|
|
1662
|
+
IncidentManagement: number;
|
|
1663
|
+
IssueManagement: number;
|
|
1664
|
+
FleetServiceSchedule: number;
|
|
1665
|
+
FleetServiceJobCard: number;
|
|
1666
|
+
FleetReminders: number;
|
|
1667
|
+
FleetFuelRefills: number;
|
|
1668
|
+
FleetFuelRemovals: number;
|
|
1669
|
+
FleetTyreDamageRepair: number;
|
|
1670
|
+
FleetTyreRotation: number;
|
|
1671
|
+
AlertDriverLink: number;
|
|
1746
1672
|
};
|
|
1747
1673
|
}
|
|
1748
|
-
interface
|
|
1674
|
+
interface AssignRemoveDriverHistory extends Record<string, unknown> {
|
|
1749
1675
|
history_id: string;
|
|
1750
|
-
|
|
1751
|
-
|
|
1676
|
+
assign_date?: string;
|
|
1677
|
+
remove_date?: string;
|
|
1752
1678
|
status: Status;
|
|
1753
1679
|
added_date_time: string;
|
|
1754
1680
|
modified_date_time: string;
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1681
|
+
vehicle_id: string;
|
|
1682
|
+
Vehicle?: MasterVehicle;
|
|
1683
|
+
driver_id: string;
|
|
1684
|
+
MasterDriver?: MasterDriver;
|
|
1759
1685
|
}
|
|
1760
|
-
declare const
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1686
|
+
declare const MasterDriverSchema: z.ZodObject<{
|
|
1687
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1688
|
+
organisation_sub_company_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1689
|
+
organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1690
|
+
organisation_color_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1691
|
+
organisation_tag_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1692
|
+
driver_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1693
|
+
driver_first_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1694
|
+
driver_last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1695
|
+
driver_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1696
|
+
driver_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1697
|
+
driver_license: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1698
|
+
driver_pan: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1699
|
+
driver_aadhaar: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1700
|
+
password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1701
|
+
can_login: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
1702
|
+
driver_type: z.ZodType<DriverType, z.ZodTypeDef, DriverType>;
|
|
1703
|
+
driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1704
|
+
driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1705
|
+
driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1706
|
+
driver_aadhaar_front_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1707
|
+
driver_aadhaar_front_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1708
|
+
driver_aadhaar_front_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1709
|
+
driver_aadhaar_back_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1710
|
+
driver_aadhaar_back_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1711
|
+
driver_aadhaar_back_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1712
|
+
driver_pan_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1713
|
+
driver_pan_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1714
|
+
driver_pan_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1715
|
+
driver_license_back_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1716
|
+
driver_license_back_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1717
|
+
driver_license_back_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1718
|
+
driver_license_front_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1719
|
+
driver_license_front_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1720
|
+
driver_license_front_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1767
1721
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1768
1722
|
}, "strip", z.ZodTypeAny, {
|
|
1769
1723
|
status: Status;
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1724
|
+
organisation_id: string;
|
|
1725
|
+
organisation_sub_company_id: string;
|
|
1726
|
+
organisation_branch_id: string;
|
|
1727
|
+
organisation_color_id: string;
|
|
1728
|
+
organisation_tag_id: string;
|
|
1729
|
+
driver_code: string;
|
|
1730
|
+
driver_first_name: string;
|
|
1731
|
+
driver_last_name: string;
|
|
1732
|
+
driver_mobile: string;
|
|
1733
|
+
driver_email: string;
|
|
1734
|
+
driver_license: string;
|
|
1735
|
+
driver_pan: string;
|
|
1736
|
+
driver_aadhaar: string;
|
|
1737
|
+
password: string;
|
|
1738
|
+
can_login: YesNo;
|
|
1739
|
+
driver_type: DriverType;
|
|
1740
|
+
driver_image_url: string;
|
|
1741
|
+
driver_image_key: string;
|
|
1742
|
+
driver_image_name: string;
|
|
1743
|
+
driver_aadhaar_front_image_url: string;
|
|
1744
|
+
driver_aadhaar_front_image_key: string;
|
|
1745
|
+
driver_aadhaar_front_image_name: string;
|
|
1746
|
+
driver_aadhaar_back_image_url: string;
|
|
1747
|
+
driver_aadhaar_back_image_key: string;
|
|
1748
|
+
driver_aadhaar_back_image_name: string;
|
|
1749
|
+
driver_pan_image_url: string;
|
|
1750
|
+
driver_pan_image_key: string;
|
|
1751
|
+
driver_pan_image_name: string;
|
|
1752
|
+
driver_license_back_image_url: string;
|
|
1753
|
+
driver_license_back_image_key: string;
|
|
1754
|
+
driver_license_back_image_name: string;
|
|
1755
|
+
driver_license_front_image_url: string;
|
|
1756
|
+
driver_license_front_image_key: string;
|
|
1757
|
+
driver_license_front_image_name: string;
|
|
1776
1758
|
}, {
|
|
1777
1759
|
status: Status;
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1760
|
+
organisation_id: string;
|
|
1761
|
+
organisation_sub_company_id: string;
|
|
1762
|
+
organisation_branch_id: string;
|
|
1763
|
+
organisation_color_id: string;
|
|
1764
|
+
organisation_tag_id: string;
|
|
1765
|
+
driver_first_name: string;
|
|
1766
|
+
can_login: YesNo;
|
|
1767
|
+
driver_type: DriverType;
|
|
1768
|
+
driver_code?: string | undefined;
|
|
1769
|
+
driver_last_name?: string | undefined;
|
|
1770
|
+
driver_mobile?: string | undefined;
|
|
1771
|
+
driver_email?: string | undefined;
|
|
1772
|
+
driver_license?: string | undefined;
|
|
1773
|
+
driver_pan?: string | undefined;
|
|
1774
|
+
driver_aadhaar?: string | undefined;
|
|
1775
|
+
password?: string | undefined;
|
|
1776
|
+
driver_image_url?: string | undefined;
|
|
1777
|
+
driver_image_key?: string | undefined;
|
|
1778
|
+
driver_image_name?: string | undefined;
|
|
1779
|
+
driver_aadhaar_front_image_url?: string | undefined;
|
|
1780
|
+
driver_aadhaar_front_image_key?: string | undefined;
|
|
1781
|
+
driver_aadhaar_front_image_name?: string | undefined;
|
|
1782
|
+
driver_aadhaar_back_image_url?: string | undefined;
|
|
1783
|
+
driver_aadhaar_back_image_key?: string | undefined;
|
|
1784
|
+
driver_aadhaar_back_image_name?: string | undefined;
|
|
1785
|
+
driver_pan_image_url?: string | undefined;
|
|
1786
|
+
driver_pan_image_key?: string | undefined;
|
|
1787
|
+
driver_pan_image_name?: string | undefined;
|
|
1788
|
+
driver_license_back_image_url?: string | undefined;
|
|
1789
|
+
driver_license_back_image_key?: string | undefined;
|
|
1790
|
+
driver_license_back_image_name?: string | undefined;
|
|
1791
|
+
driver_license_front_image_url?: string | undefined;
|
|
1792
|
+
driver_license_front_image_key?: string | undefined;
|
|
1793
|
+
driver_license_front_image_name?: string | undefined;
|
|
1784
1794
|
}>;
|
|
1785
|
-
type
|
|
1786
|
-
declare const
|
|
1795
|
+
type MasterDriverDTO = z.infer<typeof MasterDriverSchema>;
|
|
1796
|
+
declare const DriverQuerySchema: z.ZodObject<{
|
|
1787
1797
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1788
1798
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
1789
1799
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -1814,10 +1824,16 @@ declare const MasterSimQuerySchema: z.ZodObject<{
|
|
|
1814
1824
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1815
1825
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1816
1826
|
} & {
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1827
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1828
|
+
organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1829
|
+
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1830
|
+
organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1831
|
+
organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1832
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1833
|
+
driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1834
|
+
can_login: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
1835
|
+
driver_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DriverType>, "many">>>;
|
|
1836
|
+
is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
1821
1837
|
}, "strip", z.ZodTypeAny, {
|
|
1822
1838
|
status: Status[];
|
|
1823
1839
|
search: string;
|
|
@@ -1840,10 +1856,16 @@ declare const MasterSimQuerySchema: z.ZodObject<{
|
|
|
1840
1856
|
include_master_data: YesNo;
|
|
1841
1857
|
date_format_id: string;
|
|
1842
1858
|
time_zone_id: string;
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1859
|
+
organisation_ids: string[];
|
|
1860
|
+
organisation_sub_company_ids: string[];
|
|
1861
|
+
organisation_branch_ids: string[];
|
|
1862
|
+
organisation_color_ids: string[];
|
|
1863
|
+
organisation_tag_ids: string[];
|
|
1864
|
+
can_login: YesNo[];
|
|
1865
|
+
driver_type: DriverType[];
|
|
1866
|
+
is_vehicle_assigned: YesNo[];
|
|
1867
|
+
vehicle_ids: string[];
|
|
1868
|
+
driver_ids: string[];
|
|
1847
1869
|
}, {
|
|
1848
1870
|
date_format_id: string;
|
|
1849
1871
|
time_zone_id: string;
|
|
@@ -1866,112 +1888,69 @@ declare const MasterSimQuerySchema: z.ZodObject<{
|
|
|
1866
1888
|
direction: OrderBy;
|
|
1867
1889
|
}[] | undefined;
|
|
1868
1890
|
include_master_data?: YesNo | undefined;
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1891
|
+
organisation_ids?: string[] | undefined;
|
|
1892
|
+
organisation_sub_company_ids?: string[] | undefined;
|
|
1893
|
+
organisation_branch_ids?: string[] | undefined;
|
|
1894
|
+
organisation_color_ids?: string[] | undefined;
|
|
1895
|
+
organisation_tag_ids?: string[] | undefined;
|
|
1896
|
+
can_login?: YesNo[] | undefined;
|
|
1897
|
+
driver_type?: DriverType[] | undefined;
|
|
1898
|
+
is_vehicle_assigned?: YesNo[] | undefined;
|
|
1899
|
+
vehicle_ids?: string[] | undefined;
|
|
1900
|
+
driver_ids?: string[] | undefined;
|
|
1873
1901
|
}>;
|
|
1874
|
-
type
|
|
1875
|
-
declare const
|
|
1876
|
-
declare const
|
|
1877
|
-
declare const
|
|
1878
|
-
declare const
|
|
1879
|
-
declare const
|
|
1880
|
-
declare const
|
|
1902
|
+
type DriverQueryDTO = z.infer<typeof DriverQuerySchema>;
|
|
1903
|
+
declare const toDriverPayload: (driver?: MasterDriver) => MasterDriverDTO;
|
|
1904
|
+
declare const newDriverPayload: () => MasterDriverDTO;
|
|
1905
|
+
declare const findDrivers: (payload: DriverQueryDTO) => Promise<FBR<MasterDriver[]>>;
|
|
1906
|
+
declare const createDriver: (payload: MasterDriverDTO) => Promise<SBR>;
|
|
1907
|
+
declare const updateDriver: (id: string, payload: MasterDriverDTO) => Promise<SBR>;
|
|
1908
|
+
declare const deleteDriver: (id: string) => Promise<SBR>;
|
|
1909
|
+
declare const getPresignedUrlForDriver: (fileName: string) => Promise<SBR>;
|
|
1910
|
+
declare const getDriverCache: (organisationId: string) => Promise<FBR<MasterDriver[]>>;
|
|
1911
|
+
declare const getDriverSimpleCache: (organisationId: string) => Promise<FBR<MasterDriver[]>>;
|
|
1881
1912
|
|
|
1882
|
-
interface
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
device_note_2: string;
|
|
1913
|
+
interface MasterDeviceType extends Record<string, unknown> {
|
|
1914
|
+
device_type_id: string;
|
|
1915
|
+
device_type_name: string;
|
|
1916
|
+
device_type_code?: string;
|
|
1917
|
+
description?: string;
|
|
1888
1918
|
status: Status;
|
|
1889
1919
|
added_date_time: string;
|
|
1890
1920
|
modified_date_time: string;
|
|
1891
|
-
|
|
1892
|
-
sim_id?: string;
|
|
1893
|
-
MasterSim?: MasterSim;
|
|
1894
|
-
device_sim_link_date?: string;
|
|
1895
|
-
AssignRemoveSimHistory: AssignRemoveSimHistory[];
|
|
1896
|
-
is_device_used: DeviceStatus;
|
|
1897
|
-
vehicle_id?: string;
|
|
1898
|
-
MasterVehicle?: MasterVehicle;
|
|
1899
|
-
assign_device_date?: string;
|
|
1900
|
-
AssignRemoveDeviceHistory: AssignRemoveDeviceHistory[];
|
|
1901
|
-
device_gps_source: GPSSource;
|
|
1902
|
-
db_instance: string;
|
|
1903
|
-
db_group: string;
|
|
1904
|
-
device_image_url?: string;
|
|
1905
|
-
device_image_key?: string;
|
|
1906
|
-
vehicle_image_url?: string;
|
|
1907
|
-
vehicle_image_key?: string;
|
|
1908
|
-
sim_image_url?: string;
|
|
1909
|
-
sim_image_key?: string;
|
|
1910
|
-
device_manufacturer_id?: string;
|
|
1921
|
+
device_manufacturer_id: string;
|
|
1911
1922
|
MasterDeviceManufacturer?: MasterDeviceManufacturer;
|
|
1912
|
-
device_model_id
|
|
1923
|
+
device_model_id: string;
|
|
1913
1924
|
MasterDeviceModel?: MasterDeviceModel;
|
|
1914
|
-
|
|
1915
|
-
MasterDeviceType?: MasterDeviceType;
|
|
1916
|
-
organisation_id?: string;
|
|
1917
|
-
UserOrganisation?: UserOrganisation;
|
|
1918
|
-
country_id?: string;
|
|
1919
|
-
MasterMainCountry?: MasterMainCountry;
|
|
1920
|
-
time_zone_id?: string;
|
|
1921
|
-
MasterMainTimeZone?: MasterMainTimeZone;
|
|
1922
|
-
Dummy_MasterVehicle: MasterVehicle[];
|
|
1923
|
-
Dummy_MasterSim: MasterSim[];
|
|
1925
|
+
MasterDevice: MasterDevice[];
|
|
1924
1926
|
_count?: {
|
|
1925
|
-
|
|
1926
|
-
AssignRemoveDeviceHistory?: number;
|
|
1927
|
-
GPSFuelVehicleRemoval?: number;
|
|
1928
|
-
GPSFuelVehicleDailySummary?: number;
|
|
1929
|
-
GPSLockDigitalDoorLog?: number;
|
|
1930
|
-
GPSLockRelayLog?: number;
|
|
1931
|
-
GPSFuelVehicleRefill?: number;
|
|
1932
|
-
Dummy_MasterVehicle?: number;
|
|
1933
|
-
Dummy_MasterSim?: number;
|
|
1927
|
+
MasterDevice: number;
|
|
1934
1928
|
};
|
|
1935
1929
|
}
|
|
1936
|
-
|
|
1937
|
-
history_id: string;
|
|
1938
|
-
assign_date?: string;
|
|
1939
|
-
remove_date?: string;
|
|
1940
|
-
status: Status;
|
|
1941
|
-
added_date_time: string;
|
|
1942
|
-
modified_date_time: string;
|
|
1943
|
-
vehicle_id: string;
|
|
1944
|
-
Vehicle?: MasterVehicle;
|
|
1945
|
-
device_id: string;
|
|
1946
|
-
MasterDevice?: MasterDevice;
|
|
1947
|
-
}
|
|
1948
|
-
declare const MasterDeviceSchema: z.ZodObject<{
|
|
1930
|
+
declare const MasterDeviceTypeSchema: z.ZodObject<{
|
|
1949
1931
|
device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1950
|
-
device_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
device_note_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1932
|
+
device_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1933
|
+
device_type_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1934
|
+
device_type_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1935
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1955
1936
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1956
1937
|
}, "strip", z.ZodTypeAny, {
|
|
1957
1938
|
status: Status;
|
|
1939
|
+
description: string;
|
|
1940
|
+
device_type_name: string;
|
|
1941
|
+
device_type_code: string;
|
|
1958
1942
|
device_manufacturer_id: string;
|
|
1959
1943
|
device_model_id: string;
|
|
1960
|
-
device_identifier: string;
|
|
1961
|
-
device_note_1: string;
|
|
1962
|
-
device_note_2: string;
|
|
1963
|
-
device_gps_source: GPSSource;
|
|
1964
1944
|
}, {
|
|
1965
1945
|
status: Status;
|
|
1946
|
+
device_type_name: string;
|
|
1966
1947
|
device_manufacturer_id: string;
|
|
1967
1948
|
device_model_id: string;
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
device_note_1?: string | undefined;
|
|
1971
|
-
device_note_2?: string | undefined;
|
|
1949
|
+
description?: string | undefined;
|
|
1950
|
+
device_type_code?: string | undefined;
|
|
1972
1951
|
}>;
|
|
1973
|
-
type
|
|
1974
|
-
declare const
|
|
1952
|
+
type MasterDeviceTypeDTO = z.infer<typeof MasterDeviceTypeSchema>;
|
|
1953
|
+
declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
1975
1954
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1976
1955
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
1977
1956
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -2002,17 +1981,9 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2002
1981
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2003
1982
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2004
1983
|
} & {
|
|
2005
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2006
|
-
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2007
|
-
time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2008
|
-
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2009
1984
|
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2010
1985
|
device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2011
1986
|
device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2012
|
-
device_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2013
|
-
is_device_used: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DeviceStatus>, "many">>>;
|
|
2014
|
-
is_sim_linked: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
2015
|
-
device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
|
|
2016
1987
|
}, "strip", z.ZodTypeAny, {
|
|
2017
1988
|
status: Status[];
|
|
2018
1989
|
search: string;
|
|
@@ -2035,17 +2006,9 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2035
2006
|
include_master_data: YesNo;
|
|
2036
2007
|
date_format_id: string;
|
|
2037
2008
|
time_zone_id: string;
|
|
2038
|
-
organisation_ids: string[];
|
|
2039
|
-
country_ids: string[];
|
|
2040
|
-
time_zone_ids: string[];
|
|
2041
|
-
vehicle_ids: string[];
|
|
2042
2009
|
device_manufacturer_ids: string[];
|
|
2043
2010
|
device_model_ids: string[];
|
|
2044
2011
|
device_type_ids: string[];
|
|
2045
|
-
is_sim_linked: YesNo[];
|
|
2046
|
-
is_device_used: DeviceStatus[];
|
|
2047
|
-
device_gps_source: GPSSource[];
|
|
2048
|
-
device_ids: string[];
|
|
2049
2012
|
}, {
|
|
2050
2013
|
date_format_id: string;
|
|
2051
2014
|
time_zone_id: string;
|
|
@@ -2068,79 +2031,59 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2068
2031
|
direction: OrderBy;
|
|
2069
2032
|
}[] | undefined;
|
|
2070
2033
|
include_master_data?: YesNo | undefined;
|
|
2071
|
-
organisation_ids?: string[] | undefined;
|
|
2072
|
-
country_ids?: string[] | undefined;
|
|
2073
|
-
time_zone_ids?: string[] | undefined;
|
|
2074
|
-
vehicle_ids?: string[] | undefined;
|
|
2075
2034
|
device_manufacturer_ids?: string[] | undefined;
|
|
2076
2035
|
device_model_ids?: string[] | undefined;
|
|
2077
2036
|
device_type_ids?: string[] | undefined;
|
|
2078
|
-
is_sim_linked?: YesNo[] | undefined;
|
|
2079
|
-
is_device_used?: DeviceStatus[] | undefined;
|
|
2080
|
-
device_gps_source?: GPSSource[] | undefined;
|
|
2081
|
-
device_ids?: string[] | undefined;
|
|
2082
|
-
}>;
|
|
2083
|
-
type MasterDeviceQueryDTO = z.infer<typeof MasterDeviceQuerySchema>;
|
|
2084
|
-
declare const DeviceSimLinkSchema: z.ZodObject<{
|
|
2085
|
-
device_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2086
|
-
sim_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2087
|
-
}, "strip", z.ZodTypeAny, {
|
|
2088
|
-
sim_id: string;
|
|
2089
|
-
device_id: string;
|
|
2090
|
-
}, {
|
|
2091
|
-
sim_id: string;
|
|
2092
|
-
device_id: string;
|
|
2093
2037
|
}>;
|
|
2094
|
-
type
|
|
2095
|
-
declare const
|
|
2096
|
-
declare const
|
|
2097
|
-
declare const
|
|
2098
|
-
declare const
|
|
2099
|
-
declare const
|
|
2100
|
-
declare const
|
|
2101
|
-
declare const
|
|
2102
|
-
declare const
|
|
2103
|
-
declare const
|
|
2104
|
-
declare const get_device_sim_link_history_by_device: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveSimHistory[]>>;
|
|
2038
|
+
type MasterDeviceTypeQueryDTO = z.infer<typeof MasterDeviceTypeQuerySchema>;
|
|
2039
|
+
declare const toMasterDeviceTypePayload: (row: MasterDeviceType) => MasterDeviceTypeDTO;
|
|
2040
|
+
declare const newMasterDeviceTypePayload: () => MasterDeviceTypeDTO;
|
|
2041
|
+
declare const findMasterDeviceTypes: (data: MasterDeviceTypeQueryDTO) => Promise<FBR<MasterDeviceType[]>>;
|
|
2042
|
+
declare const createMasterDeviceType: (data: MasterDeviceTypeDTO) => Promise<SBR>;
|
|
2043
|
+
declare const updateMasterDeviceType: (id: string, data: MasterDeviceTypeDTO) => Promise<SBR>;
|
|
2044
|
+
declare const deleteMasterDeviceType: (id: string) => Promise<SBR>;
|
|
2045
|
+
declare const getMasterDeviceTypeCache: (device_model_id?: string) => Promise<FBR<MasterDeviceType[]>>;
|
|
2046
|
+
declare const getMasterDeviceTypeCacheCount: (device_model_id?: string) => Promise<FBR<MasterDeviceType>>;
|
|
2047
|
+
declare const getMasterDeviceTypeCacheChild: (device_model_id?: string) => Promise<FBR<MasterDeviceType[]>>;
|
|
2105
2048
|
|
|
2106
|
-
interface
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2049
|
+
interface MasterDeviceModel extends Record<string, unknown> {
|
|
2050
|
+
device_model_id: string;
|
|
2051
|
+
device_model_name: string;
|
|
2052
|
+
device_model_code?: string;
|
|
2110
2053
|
description?: string;
|
|
2111
|
-
logo_key?: string;
|
|
2112
|
-
logo_url?: string;
|
|
2113
2054
|
status: Status;
|
|
2114
2055
|
added_date_time: string;
|
|
2115
2056
|
modified_date_time: string;
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2057
|
+
device_manufacturer_id: string;
|
|
2058
|
+
MasterDeviceManufacturer?: MasterDeviceManufacturer;
|
|
2059
|
+
MasterDeviceType: MasterDeviceType[];
|
|
2060
|
+
MasterDevice: MasterDevice[];
|
|
2119
2061
|
_count?: {
|
|
2120
|
-
|
|
2062
|
+
MasterDeviceType: number;
|
|
2063
|
+
MasterDevice: number;
|
|
2121
2064
|
};
|
|
2122
2065
|
}
|
|
2123
|
-
declare const
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2066
|
+
declare const MasterDeviceModelSchema: z.ZodObject<{
|
|
2067
|
+
device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2068
|
+
device_model_name: z.ZodEffects<z.ZodString, string, string>;
|
|
2069
|
+
device_model_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2127
2070
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2128
2071
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2129
2072
|
}, "strip", z.ZodTypeAny, {
|
|
2130
2073
|
status: Status;
|
|
2131
|
-
organisation_id: string;
|
|
2132
2074
|
description: string;
|
|
2133
|
-
|
|
2134
|
-
|
|
2075
|
+
device_manufacturer_id: string;
|
|
2076
|
+
device_model_name: string;
|
|
2077
|
+
device_model_code: string;
|
|
2135
2078
|
}, {
|
|
2136
2079
|
status: Status;
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
sub_company_GSTIN: string;
|
|
2080
|
+
device_manufacturer_id: string;
|
|
2081
|
+
device_model_name: string;
|
|
2140
2082
|
description?: string | undefined;
|
|
2083
|
+
device_model_code?: string | undefined;
|
|
2141
2084
|
}>;
|
|
2142
|
-
type
|
|
2143
|
-
declare const
|
|
2085
|
+
type MasterDeviceModelDTO = z.infer<typeof MasterDeviceModelSchema>;
|
|
2086
|
+
declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
2144
2087
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2145
2088
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
2146
2089
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -2171,8 +2114,8 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
|
2171
2114
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2172
2115
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2173
2116
|
} & {
|
|
2174
|
-
|
|
2175
|
-
|
|
2117
|
+
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2118
|
+
device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2176
2119
|
}, "strip", z.ZodTypeAny, {
|
|
2177
2120
|
status: Status[];
|
|
2178
2121
|
search: string;
|
|
@@ -2195,8 +2138,8 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
|
2195
2138
|
include_master_data: YesNo;
|
|
2196
2139
|
date_format_id: string;
|
|
2197
2140
|
time_zone_id: string;
|
|
2198
|
-
|
|
2199
|
-
|
|
2141
|
+
device_manufacturer_ids: string[];
|
|
2142
|
+
device_model_ids: string[];
|
|
2200
2143
|
}, {
|
|
2201
2144
|
date_format_id: string;
|
|
2202
2145
|
time_zone_id: string;
|
|
@@ -2219,60 +2162,55 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
|
2219
2162
|
direction: OrderBy;
|
|
2220
2163
|
}[] | undefined;
|
|
2221
2164
|
include_master_data?: YesNo | undefined;
|
|
2222
|
-
|
|
2223
|
-
|
|
2165
|
+
device_manufacturer_ids?: string[] | undefined;
|
|
2166
|
+
device_model_ids?: string[] | undefined;
|
|
2224
2167
|
}>;
|
|
2225
|
-
type
|
|
2226
|
-
declare const
|
|
2227
|
-
declare const
|
|
2228
|
-
declare const
|
|
2229
|
-
declare const
|
|
2230
|
-
declare const
|
|
2231
|
-
declare const
|
|
2232
|
-
declare const
|
|
2233
|
-
declare const
|
|
2234
|
-
declare const
|
|
2168
|
+
type MasterDeviceModelQueryDTO = z.infer<typeof MasterDeviceModelQuerySchema>;
|
|
2169
|
+
declare const toMasterDeviceModelPayload: (row: MasterDeviceModel) => MasterDeviceModelDTO;
|
|
2170
|
+
declare const newMasterDeviceModelPayload: () => MasterDeviceModelDTO;
|
|
2171
|
+
declare const findMasterDeviceModels: (data: MasterDeviceModelQueryDTO) => Promise<FBR<MasterDeviceModel[]>>;
|
|
2172
|
+
declare const createMasterDeviceModel: (data: MasterDeviceModelDTO) => Promise<SBR>;
|
|
2173
|
+
declare const updateMasterDeviceModel: (id: string, data: MasterDeviceModelDTO) => Promise<SBR>;
|
|
2174
|
+
declare const deleteMasterDeviceModel: (id: string) => Promise<SBR>;
|
|
2175
|
+
declare const getMasterDeviceModelCache: (device_manufacturer_id?: string) => Promise<FBR<MasterDeviceModel[]>>;
|
|
2176
|
+
declare const getMasterDeviceModelCacheCount: (device_manufacturer_id?: string) => Promise<FBR<MasterDeviceModel>>;
|
|
2177
|
+
declare const getMasterDeviceModelCacheChild: (device_manufacturer_id?: string) => Promise<FBR<MasterDeviceModel[]>>;
|
|
2235
2178
|
|
|
2236
|
-
interface
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
branch_address: string;
|
|
2179
|
+
interface MasterDeviceManufacturer extends Record<string, unknown> {
|
|
2180
|
+
device_manufacturer_id: string;
|
|
2181
|
+
device_manufacturer_name: string;
|
|
2182
|
+
device_manufacturer_code?: string;
|
|
2241
2183
|
description?: string;
|
|
2242
2184
|
status: Status;
|
|
2243
2185
|
added_date_time: string;
|
|
2244
2186
|
modified_date_time: string;
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2187
|
+
MasterDeviceModel: MasterDeviceModel[];
|
|
2188
|
+
MasterDeviceType: MasterDeviceType[];
|
|
2189
|
+
MasterDevice: MasterDevice[];
|
|
2248
2190
|
_count?: {
|
|
2249
|
-
|
|
2191
|
+
MasterDeviceModel: number;
|
|
2192
|
+
MasterDeviceType: number;
|
|
2193
|
+
MasterDevice: number;
|
|
2250
2194
|
};
|
|
2251
2195
|
}
|
|
2252
|
-
declare const
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
branch_city: z.ZodEffects<z.ZodString, string, string>;
|
|
2256
|
-
branch_address: z.ZodEffects<z.ZodString, string, string>;
|
|
2196
|
+
declare const MasterDeviceManufacturerSchema: z.ZodObject<{
|
|
2197
|
+
device_manufacturer_name: z.ZodEffects<z.ZodString, string, string>;
|
|
2198
|
+
device_manufacturer_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2257
2199
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2258
2200
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2259
2201
|
}, "strip", z.ZodTypeAny, {
|
|
2260
2202
|
status: Status;
|
|
2261
|
-
organisation_id: string;
|
|
2262
2203
|
description: string;
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
branch_address: string;
|
|
2204
|
+
device_manufacturer_name: string;
|
|
2205
|
+
device_manufacturer_code: string;
|
|
2266
2206
|
}, {
|
|
2267
2207
|
status: Status;
|
|
2268
|
-
|
|
2269
|
-
branch_name: string;
|
|
2270
|
-
branch_city: string;
|
|
2271
|
-
branch_address: string;
|
|
2208
|
+
device_manufacturer_name: string;
|
|
2272
2209
|
description?: string | undefined;
|
|
2210
|
+
device_manufacturer_code?: string | undefined;
|
|
2273
2211
|
}>;
|
|
2274
|
-
type
|
|
2275
|
-
declare const
|
|
2212
|
+
type MasterDeviceManufacturerDTO = z.infer<typeof MasterDeviceManufacturerSchema>;
|
|
2213
|
+
declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
|
|
2276
2214
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2277
2215
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
2278
2216
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -2303,8 +2241,7 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
|
2303
2241
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2304
2242
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2305
2243
|
} & {
|
|
2306
|
-
|
|
2307
|
-
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2244
|
+
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2308
2245
|
}, "strip", z.ZodTypeAny, {
|
|
2309
2246
|
status: Status[];
|
|
2310
2247
|
search: string;
|
|
@@ -2327,8 +2264,7 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
|
2327
2264
|
include_master_data: YesNo;
|
|
2328
2265
|
date_format_id: string;
|
|
2329
2266
|
time_zone_id: string;
|
|
2330
|
-
|
|
2331
|
-
organisation_branch_ids: string[];
|
|
2267
|
+
device_manufacturer_ids: string[];
|
|
2332
2268
|
}, {
|
|
2333
2269
|
date_format_id: string;
|
|
2334
2270
|
time_zone_id: string;
|
|
@@ -2351,56 +2287,80 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
|
2351
2287
|
direction: OrderBy;
|
|
2352
2288
|
}[] | undefined;
|
|
2353
2289
|
include_master_data?: YesNo | undefined;
|
|
2354
|
-
|
|
2355
|
-
organisation_branch_ids?: string[] | undefined;
|
|
2290
|
+
device_manufacturer_ids?: string[] | undefined;
|
|
2356
2291
|
}>;
|
|
2357
|
-
type
|
|
2358
|
-
declare const
|
|
2359
|
-
declare const
|
|
2360
|
-
declare const
|
|
2361
|
-
declare const
|
|
2362
|
-
declare const
|
|
2363
|
-
declare const
|
|
2364
|
-
declare const
|
|
2365
|
-
declare const
|
|
2366
|
-
declare const
|
|
2292
|
+
type MasterDeviceManufacturerQueryDTO = z.infer<typeof MasterDeviceManufacturerQuerySchema>;
|
|
2293
|
+
declare const toMasterDeviceManufacturerPayload: (row: MasterDeviceManufacturer) => MasterDeviceManufacturerDTO;
|
|
2294
|
+
declare const newMasterDeviceManufacturerPayload: () => MasterDeviceManufacturerDTO;
|
|
2295
|
+
declare const findMasterDeviceManufacturers: (data: MasterDeviceManufacturerQueryDTO) => Promise<FBR<MasterDeviceManufacturer[]>>;
|
|
2296
|
+
declare const createMasterDeviceManufacturer: (data: MasterDeviceManufacturerDTO) => Promise<SBR>;
|
|
2297
|
+
declare const updateMasterDeviceManufacturer: (id: string, data: MasterDeviceManufacturerDTO) => Promise<SBR>;
|
|
2298
|
+
declare const deleteMasterDeviceManufacturer: (id: string) => Promise<SBR>;
|
|
2299
|
+
declare const getMasterDeviceManufacturerCache: () => Promise<FBR<MasterDeviceManufacturer[]>>;
|
|
2300
|
+
declare const getMasterDeviceManufacturerCacheCount: () => Promise<FBR<MasterDeviceManufacturer>>;
|
|
2301
|
+
declare const getMasterDeviceManufacturerCacheChild: () => Promise<FBR<MasterDeviceManufacturer[]>>;
|
|
2367
2302
|
|
|
2368
|
-
interface
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2303
|
+
interface MasterSim extends Record<string, unknown> {
|
|
2304
|
+
sim_id: string;
|
|
2305
|
+
sim_number: string;
|
|
2306
|
+
sim_imei: string;
|
|
2307
|
+
sim_serial_number: string;
|
|
2308
|
+
sim_status: SimStatus;
|
|
2309
|
+
billing_status: BillingStatus;
|
|
2373
2310
|
status: Status;
|
|
2374
2311
|
added_date_time: string;
|
|
2375
2312
|
modified_date_time: string;
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2313
|
+
device_id?: string;
|
|
2314
|
+
MasterDevice?: MasterDevice;
|
|
2315
|
+
device_sim_link_date?: string;
|
|
2316
|
+
AssignRemoveSimHistory: AssignRemoveSimHistory[];
|
|
2317
|
+
Dummy_MasterDevice: MasterDevice[];
|
|
2318
|
+
sim_provider_id: string;
|
|
2319
|
+
MasterMainSimProvider: MasterMainSimProvider;
|
|
2379
2320
|
_count?: {
|
|
2380
|
-
|
|
2321
|
+
AssignRemoveSimHistory: number;
|
|
2322
|
+
Dummy_MasterDevice: number;
|
|
2381
2323
|
};
|
|
2382
2324
|
}
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2325
|
+
interface AssignRemoveSimHistory extends Record<string, unknown> {
|
|
2326
|
+
history_id: string;
|
|
2327
|
+
device_sim_link_date?: string;
|
|
2328
|
+
device_sim_unlink_date?: string;
|
|
2329
|
+
status: Status;
|
|
2330
|
+
added_date_time: string;
|
|
2331
|
+
modified_date_time: string;
|
|
2332
|
+
sim_id: string;
|
|
2333
|
+
MasterSim: MasterSim;
|
|
2334
|
+
device_id: string;
|
|
2335
|
+
MasterDevice: MasterDevice;
|
|
2336
|
+
}
|
|
2337
|
+
declare const MasterSimSchema: z.ZodObject<{
|
|
2338
|
+
sim_provider_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2339
|
+
sim_number: z.ZodEffects<z.ZodString, string, string>;
|
|
2340
|
+
sim_imei: z.ZodEffects<z.ZodString, string, string>;
|
|
2341
|
+
sim_serial_number: z.ZodEffects<z.ZodString, string, string>;
|
|
2342
|
+
sim_status: z.ZodType<SimStatus, z.ZodTypeDef, SimStatus>;
|
|
2343
|
+
billing_status: z.ZodType<BillingStatus, z.ZodTypeDef, BillingStatus>;
|
|
2388
2344
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2389
2345
|
}, "strip", z.ZodTypeAny, {
|
|
2390
2346
|
status: Status;
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2347
|
+
sim_provider_id: string;
|
|
2348
|
+
sim_number: string;
|
|
2349
|
+
sim_imei: string;
|
|
2350
|
+
sim_serial_number: string;
|
|
2351
|
+
sim_status: SimStatus;
|
|
2352
|
+
billing_status: BillingStatus;
|
|
2395
2353
|
}, {
|
|
2396
2354
|
status: Status;
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2355
|
+
sim_provider_id: string;
|
|
2356
|
+
sim_number: string;
|
|
2357
|
+
sim_imei: string;
|
|
2358
|
+
sim_serial_number: string;
|
|
2359
|
+
sim_status: SimStatus;
|
|
2360
|
+
billing_status: BillingStatus;
|
|
2401
2361
|
}>;
|
|
2402
|
-
type
|
|
2403
|
-
declare const
|
|
2362
|
+
type MasterSimDTO = z.infer<typeof MasterSimSchema>;
|
|
2363
|
+
declare const MasterSimQuerySchema: z.ZodObject<{
|
|
2404
2364
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2405
2365
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
2406
2366
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -2431,8 +2391,10 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
|
2431
2391
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2432
2392
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2433
2393
|
} & {
|
|
2434
|
-
|
|
2435
|
-
|
|
2394
|
+
sim_provider_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2395
|
+
sim_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2396
|
+
sim_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof SimStatus>, "many">>>;
|
|
2397
|
+
billing_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BillingStatus>, "many">>>;
|
|
2436
2398
|
}, "strip", z.ZodTypeAny, {
|
|
2437
2399
|
status: Status[];
|
|
2438
2400
|
search: string;
|
|
@@ -2455,8 +2417,10 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
|
2455
2417
|
include_master_data: YesNo;
|
|
2456
2418
|
date_format_id: string;
|
|
2457
2419
|
time_zone_id: string;
|
|
2458
|
-
|
|
2459
|
-
|
|
2420
|
+
sim_provider_ids: string[];
|
|
2421
|
+
sim_status: SimStatus[];
|
|
2422
|
+
billing_status: BillingStatus[];
|
|
2423
|
+
sim_ids: string[];
|
|
2460
2424
|
}, {
|
|
2461
2425
|
date_format_id: string;
|
|
2462
2426
|
time_zone_id: string;
|
|
@@ -2479,52 +2443,112 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
|
2479
2443
|
direction: OrderBy;
|
|
2480
2444
|
}[] | undefined;
|
|
2481
2445
|
include_master_data?: YesNo | undefined;
|
|
2482
|
-
|
|
2483
|
-
|
|
2446
|
+
sim_provider_ids?: string[] | undefined;
|
|
2447
|
+
sim_status?: SimStatus[] | undefined;
|
|
2448
|
+
billing_status?: BillingStatus[] | undefined;
|
|
2449
|
+
sim_ids?: string[] | undefined;
|
|
2484
2450
|
}>;
|
|
2485
|
-
type
|
|
2486
|
-
declare const
|
|
2487
|
-
declare const
|
|
2488
|
-
declare const
|
|
2489
|
-
declare const
|
|
2490
|
-
declare const
|
|
2491
|
-
declare const
|
|
2492
|
-
declare const getOrganisationColorCache: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
2493
|
-
declare const getOrganisationColorCacheCount: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
2494
|
-
declare const getOrganisationColorCacheChild: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
2451
|
+
type MasterSimQueryDTO = z.infer<typeof MasterSimQuerySchema>;
|
|
2452
|
+
declare const toMasterSimPayload: (sim: MasterSim) => MasterSimDTO;
|
|
2453
|
+
declare const newMasterSimPayload: () => MasterSimDTO;
|
|
2454
|
+
declare const findMasterSims: (data: MasterSimQueryDTO) => Promise<FBR<MasterSim[]>>;
|
|
2455
|
+
declare const createMasterSim: (data: MasterSimDTO) => Promise<SBR>;
|
|
2456
|
+
declare const updateMasterSim: (id: string, data: MasterSimDTO) => Promise<SBR>;
|
|
2457
|
+
declare const deleteMasterSim: (id: string) => Promise<SBR>;
|
|
2495
2458
|
|
|
2496
|
-
interface
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2459
|
+
interface MasterDevice extends Record<string, unknown> {
|
|
2460
|
+
device_id: string;
|
|
2461
|
+
serial_no: number;
|
|
2462
|
+
device_identifier: string;
|
|
2463
|
+
device_note_1: string;
|
|
2464
|
+
device_note_2: string;
|
|
2500
2465
|
status: Status;
|
|
2501
2466
|
added_date_time: string;
|
|
2502
2467
|
modified_date_time: string;
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2468
|
+
is_sim_linked: YesNo;
|
|
2469
|
+
sim_id?: string;
|
|
2470
|
+
MasterSim?: MasterSim;
|
|
2471
|
+
device_sim_link_date?: string;
|
|
2472
|
+
AssignRemoveSimHistory: AssignRemoveSimHistory[];
|
|
2473
|
+
is_device_used: DeviceStatus;
|
|
2474
|
+
vehicle_id?: string;
|
|
2475
|
+
MasterVehicle?: MasterVehicle;
|
|
2476
|
+
assign_device_date?: string;
|
|
2477
|
+
AssignRemoveDeviceHistory: AssignRemoveDeviceHistory[];
|
|
2478
|
+
device_gps_source: GPSSource;
|
|
2479
|
+
db_instance: string;
|
|
2480
|
+
db_group: string;
|
|
2481
|
+
device_image_url?: string;
|
|
2482
|
+
device_image_key?: string;
|
|
2483
|
+
vehicle_image_url?: string;
|
|
2484
|
+
vehicle_image_key?: string;
|
|
2485
|
+
sim_image_url?: string;
|
|
2486
|
+
sim_image_key?: string;
|
|
2487
|
+
device_manufacturer_id?: string;
|
|
2488
|
+
MasterDeviceManufacturer?: MasterDeviceManufacturer;
|
|
2489
|
+
device_model_id?: string;
|
|
2490
|
+
MasterDeviceModel?: MasterDeviceModel;
|
|
2491
|
+
device_type_id?: string;
|
|
2492
|
+
MasterDeviceType?: MasterDeviceType;
|
|
2493
|
+
organisation_id?: string;
|
|
2494
|
+
UserOrganisation?: UserOrganisation;
|
|
2495
|
+
country_id?: string;
|
|
2496
|
+
MasterMainCountry?: MasterMainCountry;
|
|
2497
|
+
time_zone_id?: string;
|
|
2498
|
+
MasterMainTimeZone?: MasterMainTimeZone;
|
|
2499
|
+
Dummy_MasterVehicle: MasterVehicle[];
|
|
2500
|
+
Dummy_MasterSim: MasterSim[];
|
|
2506
2501
|
_count?: {
|
|
2507
|
-
|
|
2502
|
+
AssignRemoveSimHistory?: number;
|
|
2503
|
+
AssignRemoveDeviceHistory?: number;
|
|
2504
|
+
GPSFuelVehicleRemoval?: number;
|
|
2505
|
+
GPSFuelVehicleDailySummary?: number;
|
|
2506
|
+
GPSLockDigitalDoorLog?: number;
|
|
2507
|
+
GPSLockRelayLog?: number;
|
|
2508
|
+
GPSFuelVehicleRefill?: number;
|
|
2509
|
+
Dummy_MasterVehicle?: number;
|
|
2510
|
+
Dummy_MasterSim?: number;
|
|
2508
2511
|
};
|
|
2509
2512
|
}
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2513
|
+
interface AssignRemoveDeviceHistory extends Record<string, unknown> {
|
|
2514
|
+
history_id: string;
|
|
2515
|
+
assign_date?: string;
|
|
2516
|
+
remove_date?: string;
|
|
2517
|
+
status: Status;
|
|
2518
|
+
added_date_time: string;
|
|
2519
|
+
modified_date_time: string;
|
|
2520
|
+
vehicle_id: string;
|
|
2521
|
+
Vehicle?: MasterVehicle;
|
|
2522
|
+
device_id: string;
|
|
2523
|
+
MasterDevice?: MasterDevice;
|
|
2524
|
+
}
|
|
2525
|
+
declare const MasterDeviceSchema: z.ZodObject<{
|
|
2526
|
+
device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2527
|
+
device_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2528
|
+
device_gps_source: z.ZodType<GPSSource, z.ZodTypeDef, GPSSource>;
|
|
2529
|
+
device_identifier: z.ZodEffects<z.ZodString, string, string>;
|
|
2530
|
+
device_note_1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2531
|
+
device_note_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2514
2532
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2515
2533
|
}, "strip", z.ZodTypeAny, {
|
|
2516
2534
|
status: Status;
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2535
|
+
device_manufacturer_id: string;
|
|
2536
|
+
device_model_id: string;
|
|
2537
|
+
device_identifier: string;
|
|
2538
|
+
device_note_1: string;
|
|
2539
|
+
device_note_2: string;
|
|
2540
|
+
device_gps_source: GPSSource;
|
|
2520
2541
|
}, {
|
|
2521
2542
|
status: Status;
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2543
|
+
device_manufacturer_id: string;
|
|
2544
|
+
device_model_id: string;
|
|
2545
|
+
device_identifier: string;
|
|
2546
|
+
device_gps_source: GPSSource;
|
|
2547
|
+
device_note_1?: string | undefined;
|
|
2548
|
+
device_note_2?: string | undefined;
|
|
2525
2549
|
}>;
|
|
2526
|
-
type
|
|
2527
|
-
declare const
|
|
2550
|
+
type MasterDeviceDTO = z.infer<typeof MasterDeviceSchema>;
|
|
2551
|
+
declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
2528
2552
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2529
2553
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
2530
2554
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -2556,7 +2580,16 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
|
2556
2580
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2557
2581
|
} & {
|
|
2558
2582
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2559
|
-
|
|
2583
|
+
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2584
|
+
time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2585
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2586
|
+
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2587
|
+
device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2588
|
+
device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2589
|
+
device_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2590
|
+
is_device_used: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DeviceStatus>, "many">>>;
|
|
2591
|
+
is_sim_linked: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
2592
|
+
device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
|
|
2560
2593
|
}, "strip", z.ZodTypeAny, {
|
|
2561
2594
|
status: Status[];
|
|
2562
2595
|
search: string;
|
|
@@ -2580,7 +2613,16 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
|
2580
2613
|
date_format_id: string;
|
|
2581
2614
|
time_zone_id: string;
|
|
2582
2615
|
organisation_ids: string[];
|
|
2583
|
-
|
|
2616
|
+
country_ids: string[];
|
|
2617
|
+
time_zone_ids: string[];
|
|
2618
|
+
vehicle_ids: string[];
|
|
2619
|
+
device_manufacturer_ids: string[];
|
|
2620
|
+
device_model_ids: string[];
|
|
2621
|
+
device_type_ids: string[];
|
|
2622
|
+
is_sim_linked: YesNo[];
|
|
2623
|
+
is_device_used: DeviceStatus[];
|
|
2624
|
+
device_gps_source: GPSSource[];
|
|
2625
|
+
device_ids: string[];
|
|
2584
2626
|
}, {
|
|
2585
2627
|
date_format_id: string;
|
|
2586
2628
|
time_zone_id: string;
|
|
@@ -2604,18 +2646,39 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
|
2604
2646
|
}[] | undefined;
|
|
2605
2647
|
include_master_data?: YesNo | undefined;
|
|
2606
2648
|
organisation_ids?: string[] | undefined;
|
|
2607
|
-
|
|
2649
|
+
country_ids?: string[] | undefined;
|
|
2650
|
+
time_zone_ids?: string[] | undefined;
|
|
2651
|
+
vehicle_ids?: string[] | undefined;
|
|
2652
|
+
device_manufacturer_ids?: string[] | undefined;
|
|
2653
|
+
device_model_ids?: string[] | undefined;
|
|
2654
|
+
device_type_ids?: string[] | undefined;
|
|
2655
|
+
is_sim_linked?: YesNo[] | undefined;
|
|
2656
|
+
is_device_used?: DeviceStatus[] | undefined;
|
|
2657
|
+
device_gps_source?: GPSSource[] | undefined;
|
|
2658
|
+
device_ids?: string[] | undefined;
|
|
2608
2659
|
}>;
|
|
2609
|
-
type
|
|
2610
|
-
declare const
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2660
|
+
type MasterDeviceQueryDTO = z.infer<typeof MasterDeviceQuerySchema>;
|
|
2661
|
+
declare const DeviceSimLinkSchema: z.ZodObject<{
|
|
2662
|
+
device_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2663
|
+
sim_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2664
|
+
}, "strip", z.ZodTypeAny, {
|
|
2665
|
+
sim_id: string;
|
|
2666
|
+
device_id: string;
|
|
2667
|
+
}, {
|
|
2668
|
+
sim_id: string;
|
|
2669
|
+
device_id: string;
|
|
2670
|
+
}>;
|
|
2671
|
+
type DeviceSimLinkDTO = z.infer<typeof DeviceSimLinkSchema>;
|
|
2672
|
+
declare const toMasterDevicePayload: (device: MasterDevice) => MasterDeviceDTO;
|
|
2673
|
+
declare const newMasterDevicePayload: () => MasterDeviceDTO;
|
|
2674
|
+
declare const findMasterDevices: (data: MasterDeviceQueryDTO) => Promise<FBR<MasterDevice[]>>;
|
|
2675
|
+
declare const createMasterDevice: (data: MasterDeviceDTO) => Promise<SBR>;
|
|
2676
|
+
declare const updateMasterDevice: (id: string, data: MasterDeviceDTO) => Promise<SBR>;
|
|
2677
|
+
declare const deleteMasterDevice: (id: string) => Promise<SBR>;
|
|
2678
|
+
declare const device_sim_link: (payload: DeviceSimLinkDTO) => Promise<SBR>;
|
|
2679
|
+
declare const device_sim_unlink: (payload: DeviceSimLinkDTO) => Promise<SBR>;
|
|
2680
|
+
declare const get_device_sim_link_history_by_sim: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveSimHistory[]>>;
|
|
2681
|
+
declare const get_device_sim_link_history_by_device: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveSimHistory[]>>;
|
|
2619
2682
|
|
|
2620
2683
|
interface OrganisationGroup extends Record<string, unknown> {
|
|
2621
2684
|
organisation_group_id: string;
|
|
@@ -5061,13 +5124,13 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5061
5124
|
date_format_id: string;
|
|
5062
5125
|
time_zone_id: string;
|
|
5063
5126
|
organisation_ids: string[];
|
|
5064
|
-
vehicle_ids: string[];
|
|
5065
|
-
driver_ids: string[];
|
|
5066
|
-
device_ids: string[];
|
|
5067
5127
|
organisation_sub_company_ids: string[];
|
|
5068
5128
|
organisation_branch_ids: string[];
|
|
5069
5129
|
organisation_color_ids: string[];
|
|
5070
5130
|
organisation_tag_ids: string[];
|
|
5131
|
+
vehicle_ids: string[];
|
|
5132
|
+
driver_ids: string[];
|
|
5133
|
+
device_ids: string[];
|
|
5071
5134
|
vehicle_make_ids: string[];
|
|
5072
5135
|
vehicle_model_ids: string[];
|
|
5073
5136
|
vehicle_sub_model_ids: string[];
|
|
@@ -5100,13 +5163,13 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
5100
5163
|
}[] | undefined;
|
|
5101
5164
|
include_master_data?: YesNo | undefined;
|
|
5102
5165
|
organisation_ids?: string[] | undefined;
|
|
5103
|
-
vehicle_ids?: string[] | undefined;
|
|
5104
|
-
driver_ids?: string[] | undefined;
|
|
5105
|
-
device_ids?: string[] | undefined;
|
|
5106
5166
|
organisation_sub_company_ids?: string[] | undefined;
|
|
5107
5167
|
organisation_branch_ids?: string[] | undefined;
|
|
5108
5168
|
organisation_color_ids?: string[] | undefined;
|
|
5109
5169
|
organisation_tag_ids?: string[] | undefined;
|
|
5170
|
+
vehicle_ids?: string[] | undefined;
|
|
5171
|
+
driver_ids?: string[] | undefined;
|
|
5172
|
+
device_ids?: string[] | undefined;
|
|
5110
5173
|
vehicle_make_ids?: string[] | undefined;
|
|
5111
5174
|
vehicle_model_ids?: string[] | undefined;
|
|
5112
5175
|
vehicle_sub_model_ids?: string[] | undefined;
|
|
@@ -6183,4 +6246,4 @@ declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
|
6183
6246
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
6184
6247
|
declare const getUserOrganisationPresignedUrl: (fileName: string) => Promise<SBR>;
|
|
6185
6248
|
|
|
6186
|
-
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, type AssignRemoveDriverHistory 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, updateMasterMainUnitDistance as aA, deleteMasterMainUnitDistance as aB, getMasterMainUnitDistanceCache as aC, type MasterMainUnitMileage as aD, MasterMainUnitMileageSchema as aE, type MasterMainUnitMileageDTO as aF, MasterMainUnitMileageQuerySchema as aG, type MasterMainUnitMileageQueryDTO as aH, toMasterMainUnitMileagePayload as aI, newMasterMainUnitMileagePayload as aJ, findMasterMainUnitMileages as aK, createMasterMainUnitMileage as aL, updateMasterMainUnitMileage as aM, deleteMasterMainUnitMileage as aN, getMasterMainUnitMileageCache as aO, type MasterMainUnitVolume as aP, MasterMainUnitVolumeSchema as aQ, type MasterMainUnitVolumeDTO as aR, MasterMainUnitVolumeQuerySchema as aS, type MasterMainUnitVolumeQueryDTO as aT, toMasterMainUnitVolumePayload as aU, newMasterMainUnitVolumePayload as aV, findMasterMainUnitVolumes as aW, createMasterMainUnitVolume as aX, updateMasterMainUnitVolume as aY, deleteMasterMainUnitVolume as aZ, getMasterMainUnitVolumeCache 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 MasterMainUnitDistance as ar, MasterMainUnitDistanceSchema as as, type MasterMainUnitDistanceDTO as at, MasterMainUnitDistanceQuerySchema as au, type MasterMainUnitDistanceQueryDTO as av, toMasterMainUnitDistancePayload as aw, newMasterMainUnitDistancePayload as ax, findMasterMainUnitDistances as ay, createMasterMainUnitDistance as az, type MasterDriver as b, findMasterSims as b$, MasterDriverSchema as b0, type MasterDriverDTO as b1, DriverQuerySchema as b2, type DriverQueryDTO as b3, toDriverPayload as b4, newDriverPayload as b5, findDrivers as b6, createDriver as b7, updateDriver as b8, deleteDriver as b9, updateMasterDeviceModel as bA, deleteMasterDeviceModel as bB, getMasterDeviceModelCache as bC, getMasterDeviceModelCacheCount as bD, getMasterDeviceModelCacheChild as bE, type MasterDeviceManufacturer as bF, MasterDeviceManufacturerSchema as bG, type MasterDeviceManufacturerDTO as bH, MasterDeviceManufacturerQuerySchema as bI, type MasterDeviceManufacturerQueryDTO as bJ, toMasterDeviceManufacturerPayload as bK, newMasterDeviceManufacturerPayload as bL, findMasterDeviceManufacturers as bM, createMasterDeviceManufacturer as bN, updateMasterDeviceManufacturer as bO, deleteMasterDeviceManufacturer as bP, getMasterDeviceManufacturerCache as bQ, getMasterDeviceManufacturerCacheCount as bR, getMasterDeviceManufacturerCacheChild as bS, type MasterSim as bT, type AssignRemoveSimHistory as bU, MasterSimSchema as bV, type MasterSimDTO as bW, MasterSimQuerySchema as bX, type MasterSimQueryDTO as bY, toMasterSimPayload as bZ, newMasterSimPayload as b_, getPresignedUrlForDriver as ba, getDriverCache as bb, getDriverSimpleCache as bc, type MasterDeviceType as bd, MasterDeviceTypeSchema as be, type MasterDeviceTypeDTO as bf, MasterDeviceTypeQuerySchema as bg, type MasterDeviceTypeQueryDTO as bh, toMasterDeviceTypePayload as bi, newMasterDeviceTypePayload as bj, findMasterDeviceTypes as bk, createMasterDeviceType as bl, updateMasterDeviceType as bm, deleteMasterDeviceType as bn, getMasterDeviceTypeCache as bo, getMasterDeviceTypeCacheCount as bp, getMasterDeviceTypeCacheChild as bq, type MasterDeviceModel as br, MasterDeviceModelSchema as bs, type MasterDeviceModelDTO as bt, MasterDeviceModelQuerySchema as bu, type MasterDeviceModelQueryDTO as bv, toMasterDeviceModelPayload as bw, newMasterDeviceModelPayload as bx, findMasterDeviceModels as by, createMasterDeviceModel as bz, type MasterDevice as c, type OrganisationTagDTO as c$, createMasterSim as c0, updateMasterSim as c1, deleteMasterSim as c2, type AssignRemoveDeviceHistory as c3, MasterDeviceSchema as c4, type MasterDeviceDTO as c5, MasterDeviceQuerySchema as c6, type MasterDeviceQueryDTO as c7, DeviceSimLinkSchema as c8, type DeviceSimLinkDTO as c9, OrganisationBranchQuerySchema as cA, type OrganisationBranchQueryDTO as cB, toOrganisationBranchPayload as cC, newOrganisationBranchPayload as cD, findOrganisationBranchs as cE, createOrganisationBranch as cF, updateOrganisationBranch as cG, deleteOrganisationBranch as cH, getOrganisationBranchCache as cI, getOrganisationBranchCacheCount as cJ, getOrganisationBranchCacheChild as cK, type OrganisationColor as cL, OrganisationColorSchema as cM, type OrganisationColorDTO as cN, OrganisationColorQuerySchema as cO, type OrganisationColorQueryDTO as cP, toOrganisationColorPayload as cQ, newOrganisationColorPayload as cR, findOrganisationColors as cS, createOrganisationColor as cT, updateOrganisationColor as cU, deleteOrganisationColor as cV, getOrganisationColorCache as cW, getOrganisationColorCacheCount as cX, getOrganisationColorCacheChild as cY, type OrganisationTag as cZ, OrganisationTagSchema as c_, toMasterDevicePayload as ca, newMasterDevicePayload as cb, findMasterDevices as cc, createMasterDevice as cd, updateMasterDevice as ce, deleteMasterDevice as cf, device_sim_link as cg, device_sim_unlink as ch, get_device_sim_link_history_by_sim as ci, get_device_sim_link_history_by_device as cj, type OrganisationSubCompany as ck, OrganisationSubCompanySchema as cl, type OrganisationSubCompanyDTO as cm, OrganisationSubCompanyQuerySchema as cn, type OrganisationSubCompanyQueryDTO as co, toOrganisationSubCompanyPayload as cp, newOrganisationSubCompanyPayload as cq, findOrganisationSubCompanyies as cr, createOrganisationSubCompany as cs, updateOrganisationSubCompany as ct, deleteOrganisationSubCompany as cu, getOrganisationSubCompanyCache as cv, getOrganisationSubCompanyCacheCount as cw, getOrganisationSubCompanyCacheChild as cx, OrganisationBranchSchema as cy, type OrganisationBranchDTO as cz, type MasterVehicleFuelType as d, createMasterVehicleMake as d$, OrganisationTagQuerySchema as d0, type OrganisationTagQueryDTO as d1, toOrganisationTagPayload as d2, newOrganisationTagPayload as d3, findOrganisationTags as d4, createOrganisationTag as d5, updateOrganisationTag as d6, deleteOrganisationTag as d7, getOrganisationTagCache as d8, getOrganisationTagCacheCount as d9, updateMasterVehicleSubModel as dA, deleteMasterVehicleSubModel as dB, getMasterVehicleSubModelCache as dC, getMasterVehicleSubModelCacheCount as dD, getMasterVehicleSubModelCacheChild as dE, type MasterVehicleModel as dF, MasterVehicleModelSchema as dG, type MasterVehicleModelDTO as dH, MasterVehicleModelQuerySchema as dI, type MasterVehicleModelQueryDTO as dJ, toMasterVehicleModelPayload as dK, newMasterVehicleModelPayload as dL, findMasterVehicleModels as dM, createMasterVehicleModel as dN, updateMasterVehicleModel as dO, deleteMasterVehicleModel as dP, getMasterVehicleModelCache as dQ, getMasterVehicleModelCacheCount as dR, getMasterVehicleModelCacheChild as dS, type MasterVehicleMake as dT, MasterVehicleMakeSchema as dU, type MasterVehicleMakeDTO as dV, MasterVehicleMakeQuerySchema as dW, type MasterVehicleMakeQueryDTO as dX, toMasterVehicleMakePayload as dY, newMasterVehicleMakePayload as dZ, findMasterVehicleMakes as d_, getOrganisationTagCacheChild as da, type OrganisationGroup as db, type VehicleOrganisationGroupLink as dc, OrganisationGroupSchema as dd, type OrganisationGroupDTO as de, OrganisationGroupQuerySchema as df, type OrganisationGroupQueryDTO as dg, toOrganisationGroupPayload as dh, newOrganisationGroupPayload as di, findOrganisationGroups as dj, createOrganisationGroup as dk, updateOrganisationGroup as dl, deleteOrganisationGroup as dm, getOrganisationGroupCache as dn, getOrganisationGroupCacheCount as dp, getOrganisationGroupCacheChild as dq, type MasterVehicleSubModel as dr, MasterVehicleSubModelSchema as ds, type MasterVehicleSubModelDTO as dt, MasterVehicleSubModelQuerySchema as du, type MasterVehicleSubModelQueryDTO as dv, toMasterVehicleSubModelPayload as dw, newMasterVehicleSubModelPayload as dx, findMasterVehicleSubModels as dy, createMasterVehicleSubModel as dz, type MasterVehicleFuelUnit as e, MasterVehicleAssociatedToQuerySchema as e$, updateMasterVehicleMake as e0, deleteMasterVehicleMake as e1, getMasterVehicleMakeCache as e2, getMasterVehicleMakeCacheCount as e3, getMasterVehicleMakeCacheChild as e4, type MasterVehicleStatusType as e5, MasterVehicleStatusTypeSchema as e6, type MasterVehicleStatusTypeDTO as e7, MasterVehicleStatusTypeQuerySchema as e8, type MasterVehicleStatusTypeQueryDTO as e9, MasterVehicleTypeQuerySchema as eA, type MasterVehicleTypeQueryDTO as eB, toMasterVehicleTypePayload as eC, newMasterVehicleTypePayload as eD, findMasterVehicleTypes as eE, createMasterVehicleType as eF, updateMasterVehicleType as eG, deleteMasterVehicleType as eH, getMasterVehicleTypeCache as eI, getMasterVehicleTypeCacheCount as eJ, getMasterVehicleTypeCacheChild as eK, MasterVehicleFuelTypeSchema as eL, type MasterVehicleFuelTypeDTO as eM, MasterVehicleFuelTypeQuerySchema as eN, type MasterVehicleFuelTypeQueryDTO as eO, toMasterVehicleFuelTypePayload as eP, newMasterVehicleFuelTypePayload as eQ, findMasterVehicleFuelTypes as eR, createMasterVehicleFuelType as eS, updateMasterVehicleFuelType as eT, deleteMasterVehicleFuelType as eU, getMasterVehicleFuelTypeCache as eV, getMasterVehicleFuelTypeCacheCount as eW, getMasterVehicleFuelTypeCacheChild as eX, type MasterVehicleAssociatedTo as eY, MasterVehicleAssociatedToSchema as eZ, type MasterVehicleAssociatedToDTO as e_, toMasterVehicleStatusTypePayload as ea, newMasterVehicleStatusTypePayload as eb, findMasterVehicleStatusTypes as ec, createMasterVehicleStatusType as ed, updateMasterVehicleStatusType as ee, deleteMasterVehicleStatusType as ef, getMasterVehicleStatusTypeCache as eg, getMasterVehicleStatusTypeCacheCount as eh, getMasterVehicleStatusTypeCacheChild as ei, type MasterVehicleOwnershipType as ej, MasterVehicleOwnershipTypeSchema as ek, type MasterVehicleOwnershipTypeDTO as el, MasterVehicleOwnershipTypeQuerySchema as em, type MasterVehicleOwnershipTypeQueryDTO as en, toMasterVehicleOwnershipTypePayload as eo, newMasterVehicleOwnershipTypePayload as ep, findMasterVehicleOwnershipTypes as eq, createMasterVehicleOwnershipType as er, updateMasterVehicleOwnershipType as es, deleteMasterVehicleOwnershipType as et, getMasterVehicleOwnershipTypeCache as eu, getMasterVehicleOwnershipTypeCacheCount as ev, getMasterVehicleOwnershipTypeCacheChild as ew, type MasterVehicleType as ex, MasterVehicleTypeSchema as ey, type MasterVehicleTypeDTO as ez, type MasterMainCountry as f, findVehicles as f$, type MasterVehicleAssociatedToQueryDTO as f0, toMasterVehicleAssociatedToPayload as f1, newMasterVehicleAssociatedToPayload as f2, findMasterVehicleAssociatedTos as f3, createMasterVehicleAssociatedTo as f4, updateMasterVehicleAssociatedTo as f5, deleteMasterVehicleAssociatedTo as f6, getMasterVehicleAssociatedToCache as f7, getMasterVehicleAssociatedToCacheCount as f8, getMasterVehicleAssociatedToCacheChild as f9, type VehicleDriverLinkDTO as fA, SimpleFindQuerySchema as fB, type SimpleFindQueryDTO as fC, VehicleDetailBodySchema as fD, type VehicleDetailBodyDTO as fE, VehicleDetailGPSMainSchema as fF, type VehicleDetailGPSMainDTO as fG, VehicleDetailGPSDataSchema as fH, type VehicleDetailGPSDataDTO as fI, VehicleDetailGPSAnalyticsSchema as fJ, type VehicleDetailGPSAnalyticsDTO as fK, VehicleDetailLifeCycleSchema as fL, type VehicleDetailLifeCycleDto as fM, VehicleDetailPurchaseSchema as fN, type VehicleDetailPurchaseDTO as fO, VehicleDetailTripSchema as fP, type VehicleDetailTripDTO as fQ, VehicleQuerySchema as fR, type VehicleQueryDTO as fS, VehicleGPSQuerySchema as fT, type VehicleGPSQueryDTO as fU, toVehiclePayload as fV, newVehiclePayload as fW, toVehicleDetailsGPSPayload as fX, toVehicleDetailsBodyPayload as fY, toVehicleDetailPurchasePayload as fZ, toVehicleDetailLifeCyclePayload as f_, MasterVehicleFuelUnitSchema as fa, type MasterVehicleFuelUnitDTO as fb, MasterVehicleFuelUnitQuerySchema as fc, type MasterVehicleFuelUnitQueryDTO as fd, toMasterVehicleFuelUnitPayload as fe, newMasterVehicleFuelUnitPayload as ff, findMasterVehicleFuelUnits as fg, createMasterVehicleFuelUnit as fh, updateMasterVehicleFuelUnit as fi, deleteMasterVehicleFuelUnit as fj, getMasterVehicleFuelUnitCache as fk, getMasterVehicleFuelUnitCacheCount as fl, getMasterVehicleFuelUnitCacheChild as fm, type MasterVehicleDropdown as fn, type VehicleDetailBody as fo, type VehicleDetailLifeCycle as fp, type VehicleDetailPurchase as fq, type VehicleDetailGPS as fr, type VehicleDetailTrip as fs, VehicleSchema as ft, type VehicleDTO as fu, VehicleDeviceLinkSchema as fv, type VehicleDeviceLinkDTO as fw, VehicleDeviceUnlinkSchema as fx, type VehicleDeviceUnlinkDTO as fy, VehicleDriverLinkSchema as fz, type MasterMainState as g, type UserVehicleLink as g$, findVehiclesLiveDashboard as g0, findVehicleGPSDetails as g1, createVehicle as g2, updateVehicle as g3, deleteVehicle as g4, updateVehicleBodyDetails as g5, updateVehicleLifeCycleDetails as g6, updateVehiclePurchaseDetails as g7, updateVehicleGPSDetailsMain as g8, updateVehicleGPSDetailsData as g9, getMasterUserRoleCache as gA, getMasterUserRoleCacheCount as gB, type MasterUserStatus as gC, MasterUserStatusSchema as gD, type MasterUserStatusDTO as gE, MasterUserStatusQuerySchema as gF, type MasterUserStatusQueryDTO as gG, toMasterUserStatusPayload as gH, newMasterUserStatusPayload as gI, findMasterUserStatuses as gJ, createMasterUserStatus as gK, updateMasterUserStatus as gL, deleteMasterUserStatus as gM, getMasterUserStatusCache as gN, getMasterUserStatusCacheCount as gO, type MasterMainLanguage as gP, MasterMainLanguageSchema as gQ, type MasterMainLanguageDTO as gR, MasterMainLanguageQuerySchema as gS, type MasterMainLanguageQueryDTO as gT, toMasterMainLanguagePayload as gU, newMasterMainLanguagePayload as gV, findMasterMainLanguages as gW, createMasterMainLanguage as gX, updateMasterMainLanguage as gY, deleteMasterMainLanguage as gZ, getMasterMainLanguageCache as g_, updateVehicleGPSDetailsAnalytics as ga, updateVehicleTripDetails as gb, linkDriverToVehicle as gc, unlinkDriverFromVehicle as gd, getDriverLinkHistoryByVehicle as ge, getDriverLinkHistoryByDriver as gf, linkDeviceToVehicle as gg, unlinkDeviceFromVehicle as gh, getDeviceLinkHistoryByVehicle as gi, getDeviceLinkHistoryByDevice as gj, getVehicleCache as gk, getVehicleSimpleCache as gl, getVehicleSimpleDropdownCustom as gm, getVehicleSimpleDropdownCacheLiveData as gn, getVehicleParentCache as go, type MasterUserRole as gp, MasterUserRoleSchema as gq, type MasterUserRoleDTO as gr, MasterUserRoleQuerySchema as gs, type MasterUserRoleQueryDTO as gt, toMasterUserRolePayload as gu, newMasterUserRolePayload as gv, findMasterUserRoles as gw, createMasterUserRole as gx, updateMasterUserRole as gy, deleteMasterUserRole as gz, type MasterMainIndustry as h, CreateUserSchema as h0, type CreateUserDTO as h1, UserQuerySchema as h2, type UserQueryDTO as h3, UserDefaultLanguageSchema as h4, type UserDefaultLanguageDTO as h5, UserDefaultTimeZoneSchema as h6, type UserDefaultTimeZoneDTO as h7, UserDefaultDateFormatSchema as h8, type UserDefaultDateFormatDTO as h9, newUserPayload as ha, toUserPayload as hb, findUsers as hc, createUser as hd, updateUser as he, deleteUser as hf, getUserCache as hg, getUserCacheSimple as hh, getUserPresignedUrl as hi, updateUserDefaultLanguage as hj, updateUserDefaultTimezone as hk, updateUserDefaultDateformat as hl, type UserOrganisationSimple as hm, UserOrganisationSchema as hn, type UserOrganisationDTO as ho, UserOrganisationQuerySchema as hp, type UserOrganisationQueryDTO as hq, toUserOrganisationPayload as hr, newUserOrganisationPayload as hs, findUserOrganisations as ht, createUserOrganisation as hu, updateUserOrganisation as hv, deleteUserOrganisation as hw, getUserOrganisationCache as hx, getUserOrganisationCacheSimple as hy, getUserOrganisationPresignedUrl as hz, MasterMainIndustrySchema as i, 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 };
|
|
6249
|
+
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, type OrganisationSubCompany 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, updateMasterMainUnitDistance as aA, deleteMasterMainUnitDistance as aB, getMasterMainUnitDistanceCache as aC, type MasterMainUnitMileage as aD, MasterMainUnitMileageSchema as aE, type MasterMainUnitMileageDTO as aF, MasterMainUnitMileageQuerySchema as aG, type MasterMainUnitMileageQueryDTO as aH, toMasterMainUnitMileagePayload as aI, newMasterMainUnitMileagePayload as aJ, findMasterMainUnitMileages as aK, createMasterMainUnitMileage as aL, updateMasterMainUnitMileage as aM, deleteMasterMainUnitMileage as aN, getMasterMainUnitMileageCache as aO, type MasterMainUnitVolume as aP, MasterMainUnitVolumeSchema as aQ, type MasterMainUnitVolumeDTO as aR, MasterMainUnitVolumeQuerySchema as aS, type MasterMainUnitVolumeQueryDTO as aT, toMasterMainUnitVolumePayload as aU, newMasterMainUnitVolumePayload as aV, findMasterMainUnitVolumes as aW, createMasterMainUnitVolume as aX, updateMasterMainUnitVolume as aY, deleteMasterMainUnitVolume as aZ, getMasterMainUnitVolumeCache 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 MasterMainUnitDistance as ar, MasterMainUnitDistanceSchema as as, type MasterMainUnitDistanceDTO as at, MasterMainUnitDistanceQuerySchema as au, type MasterMainUnitDistanceQueryDTO as av, toMasterMainUnitDistancePayload as aw, newMasterMainUnitDistancePayload as ax, findMasterMainUnitDistances as ay, createMasterMainUnitDistance as az, type MasterDriver as b, updateDriver as b$, OrganisationSubCompanySchema as b0, type OrganisationSubCompanyDTO as b1, OrganisationSubCompanyQuerySchema as b2, type OrganisationSubCompanyQueryDTO as b3, toOrganisationSubCompanyPayload as b4, newOrganisationSubCompanyPayload as b5, findOrganisationSubCompanyies as b6, createOrganisationSubCompany as b7, updateOrganisationSubCompany as b8, deleteOrganisationSubCompany as b9, deleteOrganisationColor as bA, getOrganisationColorCache as bB, getOrganisationColorCacheCount as bC, getOrganisationColorCacheChild as bD, type OrganisationTag as bE, OrganisationTagSchema as bF, type OrganisationTagDTO as bG, OrganisationTagQuerySchema as bH, type OrganisationTagQueryDTO as bI, toOrganisationTagPayload as bJ, newOrganisationTagPayload as bK, findOrganisationTags as bL, createOrganisationTag as bM, updateOrganisationTag as bN, deleteOrganisationTag as bO, getOrganisationTagCache as bP, getOrganisationTagCacheCount as bQ, getOrganisationTagCacheChild as bR, type AssignRemoveDriverHistory as bS, MasterDriverSchema as bT, type MasterDriverDTO as bU, DriverQuerySchema as bV, type DriverQueryDTO as bW, toDriverPayload as bX, newDriverPayload as bY, findDrivers as bZ, createDriver as b_, getOrganisationSubCompanyCache as ba, getOrganisationSubCompanyCacheCount as bb, getOrganisationSubCompanyCacheChild as bc, OrganisationBranchSchema as bd, type OrganisationBranchDTO as be, OrganisationBranchQuerySchema as bf, type OrganisationBranchQueryDTO as bg, toOrganisationBranchPayload as bh, newOrganisationBranchPayload as bi, findOrganisationBranchs as bj, createOrganisationBranch as bk, updateOrganisationBranch as bl, deleteOrganisationBranch as bm, getOrganisationBranchCache as bn, getOrganisationBranchCacheCount as bo, getOrganisationBranchCacheChild as bp, type OrganisationColor as bq, OrganisationColorSchema as br, type OrganisationColorDTO as bs, OrganisationColorQuerySchema as bt, type OrganisationColorQueryDTO as bu, toOrganisationColorPayload as bv, newOrganisationColorPayload as bw, findOrganisationColors as bx, createOrganisationColor as by, updateOrganisationColor as bz, type MasterDevice as c, DeviceSimLinkSchema as c$, deleteDriver as c0, getPresignedUrlForDriver as c1, getDriverCache as c2, getDriverSimpleCache as c3, type MasterDeviceType as c4, MasterDeviceTypeSchema as c5, type MasterDeviceTypeDTO as c6, MasterDeviceTypeQuerySchema as c7, type MasterDeviceTypeQueryDTO as c8, toMasterDeviceTypePayload as c9, type MasterDeviceManufacturerQueryDTO as cA, toMasterDeviceManufacturerPayload as cB, newMasterDeviceManufacturerPayload as cC, findMasterDeviceManufacturers as cD, createMasterDeviceManufacturer as cE, updateMasterDeviceManufacturer as cF, deleteMasterDeviceManufacturer as cG, getMasterDeviceManufacturerCache as cH, getMasterDeviceManufacturerCacheCount as cI, getMasterDeviceManufacturerCacheChild as cJ, type MasterSim as cK, type AssignRemoveSimHistory as cL, MasterSimSchema as cM, type MasterSimDTO as cN, MasterSimQuerySchema as cO, type MasterSimQueryDTO as cP, toMasterSimPayload as cQ, newMasterSimPayload as cR, findMasterSims as cS, createMasterSim as cT, updateMasterSim as cU, deleteMasterSim as cV, type AssignRemoveDeviceHistory as cW, MasterDeviceSchema as cX, type MasterDeviceDTO as cY, MasterDeviceQuerySchema as cZ, type MasterDeviceQueryDTO as c_, newMasterDeviceTypePayload as ca, findMasterDeviceTypes as cb, createMasterDeviceType as cc, updateMasterDeviceType as cd, deleteMasterDeviceType as ce, getMasterDeviceTypeCache as cf, getMasterDeviceTypeCacheCount as cg, getMasterDeviceTypeCacheChild as ch, type MasterDeviceModel as ci, MasterDeviceModelSchema as cj, type MasterDeviceModelDTO as ck, MasterDeviceModelQuerySchema as cl, type MasterDeviceModelQueryDTO as cm, toMasterDeviceModelPayload as cn, newMasterDeviceModelPayload as co, findMasterDeviceModels as cp, createMasterDeviceModel as cq, updateMasterDeviceModel as cr, deleteMasterDeviceModel as cs, getMasterDeviceModelCache as ct, getMasterDeviceModelCacheCount as cu, getMasterDeviceModelCacheChild as cv, type MasterDeviceManufacturer as cw, MasterDeviceManufacturerSchema as cx, type MasterDeviceManufacturerDTO as cy, MasterDeviceManufacturerQuerySchema as cz, type MasterVehicleFuelType as d, createMasterVehicleMake as d$, type DeviceSimLinkDTO as d0, toMasterDevicePayload as d1, newMasterDevicePayload as d2, findMasterDevices as d3, createMasterDevice as d4, updateMasterDevice as d5, deleteMasterDevice as d6, device_sim_link as d7, device_sim_unlink as d8, get_device_sim_link_history_by_sim as d9, updateMasterVehicleSubModel as dA, deleteMasterVehicleSubModel as dB, getMasterVehicleSubModelCache as dC, getMasterVehicleSubModelCacheCount as dD, getMasterVehicleSubModelCacheChild as dE, type MasterVehicleModel as dF, MasterVehicleModelSchema as dG, type MasterVehicleModelDTO as dH, MasterVehicleModelQuerySchema as dI, type MasterVehicleModelQueryDTO as dJ, toMasterVehicleModelPayload as dK, newMasterVehicleModelPayload as dL, findMasterVehicleModels as dM, createMasterVehicleModel as dN, updateMasterVehicleModel as dO, deleteMasterVehicleModel as dP, getMasterVehicleModelCache as dQ, getMasterVehicleModelCacheCount as dR, getMasterVehicleModelCacheChild as dS, type MasterVehicleMake as dT, MasterVehicleMakeSchema as dU, type MasterVehicleMakeDTO as dV, MasterVehicleMakeQuerySchema as dW, type MasterVehicleMakeQueryDTO as dX, toMasterVehicleMakePayload as dY, newMasterVehicleMakePayload as dZ, findMasterVehicleMakes as d_, get_device_sim_link_history_by_device as da, type OrganisationGroup as db, type VehicleOrganisationGroupLink as dc, OrganisationGroupSchema as dd, type OrganisationGroupDTO as de, OrganisationGroupQuerySchema as df, type OrganisationGroupQueryDTO as dg, toOrganisationGroupPayload as dh, newOrganisationGroupPayload as di, findOrganisationGroups as dj, createOrganisationGroup as dk, updateOrganisationGroup as dl, deleteOrganisationGroup as dm, getOrganisationGroupCache as dn, getOrganisationGroupCacheCount as dp, getOrganisationGroupCacheChild as dq, type MasterVehicleSubModel as dr, MasterVehicleSubModelSchema as ds, type MasterVehicleSubModelDTO as dt, MasterVehicleSubModelQuerySchema as du, type MasterVehicleSubModelQueryDTO as dv, toMasterVehicleSubModelPayload as dw, newMasterVehicleSubModelPayload as dx, findMasterVehicleSubModels as dy, createMasterVehicleSubModel as dz, type MasterVehicleFuelUnit as e, MasterVehicleAssociatedToQuerySchema as e$, updateMasterVehicleMake as e0, deleteMasterVehicleMake as e1, getMasterVehicleMakeCache as e2, getMasterVehicleMakeCacheCount as e3, getMasterVehicleMakeCacheChild as e4, type MasterVehicleStatusType as e5, MasterVehicleStatusTypeSchema as e6, type MasterVehicleStatusTypeDTO as e7, MasterVehicleStatusTypeQuerySchema as e8, type MasterVehicleStatusTypeQueryDTO as e9, MasterVehicleTypeQuerySchema as eA, type MasterVehicleTypeQueryDTO as eB, toMasterVehicleTypePayload as eC, newMasterVehicleTypePayload as eD, findMasterVehicleTypes as eE, createMasterVehicleType as eF, updateMasterVehicleType as eG, deleteMasterVehicleType as eH, getMasterVehicleTypeCache as eI, getMasterVehicleTypeCacheCount as eJ, getMasterVehicleTypeCacheChild as eK, MasterVehicleFuelTypeSchema as eL, type MasterVehicleFuelTypeDTO as eM, MasterVehicleFuelTypeQuerySchema as eN, type MasterVehicleFuelTypeQueryDTO as eO, toMasterVehicleFuelTypePayload as eP, newMasterVehicleFuelTypePayload as eQ, findMasterVehicleFuelTypes as eR, createMasterVehicleFuelType as eS, updateMasterVehicleFuelType as eT, deleteMasterVehicleFuelType as eU, getMasterVehicleFuelTypeCache as eV, getMasterVehicleFuelTypeCacheCount as eW, getMasterVehicleFuelTypeCacheChild as eX, type MasterVehicleAssociatedTo as eY, MasterVehicleAssociatedToSchema as eZ, type MasterVehicleAssociatedToDTO as e_, toMasterVehicleStatusTypePayload as ea, newMasterVehicleStatusTypePayload as eb, findMasterVehicleStatusTypes as ec, createMasterVehicleStatusType as ed, updateMasterVehicleStatusType as ee, deleteMasterVehicleStatusType as ef, getMasterVehicleStatusTypeCache as eg, getMasterVehicleStatusTypeCacheCount as eh, getMasterVehicleStatusTypeCacheChild as ei, type MasterVehicleOwnershipType as ej, MasterVehicleOwnershipTypeSchema as ek, type MasterVehicleOwnershipTypeDTO as el, MasterVehicleOwnershipTypeQuerySchema as em, type MasterVehicleOwnershipTypeQueryDTO as en, toMasterVehicleOwnershipTypePayload as eo, newMasterVehicleOwnershipTypePayload as ep, findMasterVehicleOwnershipTypes as eq, createMasterVehicleOwnershipType as er, updateMasterVehicleOwnershipType as es, deleteMasterVehicleOwnershipType as et, getMasterVehicleOwnershipTypeCache as eu, getMasterVehicleOwnershipTypeCacheCount as ev, getMasterVehicleOwnershipTypeCacheChild as ew, type MasterVehicleType as ex, MasterVehicleTypeSchema as ey, type MasterVehicleTypeDTO as ez, type MasterMainCountry as f, findVehicles as f$, type MasterVehicleAssociatedToQueryDTO as f0, toMasterVehicleAssociatedToPayload as f1, newMasterVehicleAssociatedToPayload as f2, findMasterVehicleAssociatedTos as f3, createMasterVehicleAssociatedTo as f4, updateMasterVehicleAssociatedTo as f5, deleteMasterVehicleAssociatedTo as f6, getMasterVehicleAssociatedToCache as f7, getMasterVehicleAssociatedToCacheCount as f8, getMasterVehicleAssociatedToCacheChild as f9, type VehicleDriverLinkDTO as fA, SimpleFindQuerySchema as fB, type SimpleFindQueryDTO as fC, VehicleDetailBodySchema as fD, type VehicleDetailBodyDTO as fE, VehicleDetailGPSMainSchema as fF, type VehicleDetailGPSMainDTO as fG, VehicleDetailGPSDataSchema as fH, type VehicleDetailGPSDataDTO as fI, VehicleDetailGPSAnalyticsSchema as fJ, type VehicleDetailGPSAnalyticsDTO as fK, VehicleDetailLifeCycleSchema as fL, type VehicleDetailLifeCycleDto as fM, VehicleDetailPurchaseSchema as fN, type VehicleDetailPurchaseDTO as fO, VehicleDetailTripSchema as fP, type VehicleDetailTripDTO as fQ, VehicleQuerySchema as fR, type VehicleQueryDTO as fS, VehicleGPSQuerySchema as fT, type VehicleGPSQueryDTO as fU, toVehiclePayload as fV, newVehiclePayload as fW, toVehicleDetailsGPSPayload as fX, toVehicleDetailsBodyPayload as fY, toVehicleDetailPurchasePayload as fZ, toVehicleDetailLifeCyclePayload as f_, MasterVehicleFuelUnitSchema as fa, type MasterVehicleFuelUnitDTO as fb, MasterVehicleFuelUnitQuerySchema as fc, type MasterVehicleFuelUnitQueryDTO as fd, toMasterVehicleFuelUnitPayload as fe, newMasterVehicleFuelUnitPayload as ff, findMasterVehicleFuelUnits as fg, createMasterVehicleFuelUnit as fh, updateMasterVehicleFuelUnit as fi, deleteMasterVehicleFuelUnit as fj, getMasterVehicleFuelUnitCache as fk, getMasterVehicleFuelUnitCacheCount as fl, getMasterVehicleFuelUnitCacheChild as fm, type MasterVehicleDropdown as fn, type VehicleDetailBody as fo, type VehicleDetailLifeCycle as fp, type VehicleDetailPurchase as fq, type VehicleDetailGPS as fr, type VehicleDetailTrip as fs, VehicleSchema as ft, type VehicleDTO as fu, VehicleDeviceLinkSchema as fv, type VehicleDeviceLinkDTO as fw, VehicleDeviceUnlinkSchema as fx, type VehicleDeviceUnlinkDTO as fy, VehicleDriverLinkSchema as fz, type MasterMainState as g, type UserVehicleLink as g$, findVehiclesLiveDashboard as g0, findVehicleGPSDetails as g1, createVehicle as g2, updateVehicle as g3, deleteVehicle as g4, updateVehicleBodyDetails as g5, updateVehicleLifeCycleDetails as g6, updateVehiclePurchaseDetails as g7, updateVehicleGPSDetailsMain as g8, updateVehicleGPSDetailsData as g9, getMasterUserRoleCache as gA, getMasterUserRoleCacheCount as gB, type MasterUserStatus as gC, MasterUserStatusSchema as gD, type MasterUserStatusDTO as gE, MasterUserStatusQuerySchema as gF, type MasterUserStatusQueryDTO as gG, toMasterUserStatusPayload as gH, newMasterUserStatusPayload as gI, findMasterUserStatuses as gJ, createMasterUserStatus as gK, updateMasterUserStatus as gL, deleteMasterUserStatus as gM, getMasterUserStatusCache as gN, getMasterUserStatusCacheCount as gO, type MasterMainLanguage as gP, MasterMainLanguageSchema as gQ, type MasterMainLanguageDTO as gR, MasterMainLanguageQuerySchema as gS, type MasterMainLanguageQueryDTO as gT, toMasterMainLanguagePayload as gU, newMasterMainLanguagePayload as gV, findMasterMainLanguages as gW, createMasterMainLanguage as gX, updateMasterMainLanguage as gY, deleteMasterMainLanguage as gZ, getMasterMainLanguageCache as g_, updateVehicleGPSDetailsAnalytics as ga, updateVehicleTripDetails as gb, linkDriverToVehicle as gc, unlinkDriverFromVehicle as gd, getDriverLinkHistoryByVehicle as ge, getDriverLinkHistoryByDriver as gf, linkDeviceToVehicle as gg, unlinkDeviceFromVehicle as gh, getDeviceLinkHistoryByVehicle as gi, getDeviceLinkHistoryByDevice as gj, getVehicleCache as gk, getVehicleSimpleCache as gl, getVehicleSimpleDropdownCustom as gm, getVehicleSimpleDropdownCacheLiveData as gn, getVehicleParentCache as go, type MasterUserRole as gp, MasterUserRoleSchema as gq, type MasterUserRoleDTO as gr, MasterUserRoleQuerySchema as gs, type MasterUserRoleQueryDTO as gt, toMasterUserRolePayload as gu, newMasterUserRolePayload as gv, findMasterUserRoles as gw, createMasterUserRole as gx, updateMasterUserRole as gy, deleteMasterUserRole as gz, type MasterMainIndustry as h, CreateUserSchema as h0, type CreateUserDTO as h1, UserQuerySchema as h2, type UserQueryDTO as h3, UserDefaultLanguageSchema as h4, type UserDefaultLanguageDTO as h5, UserDefaultTimeZoneSchema as h6, type UserDefaultTimeZoneDTO as h7, UserDefaultDateFormatSchema as h8, type UserDefaultDateFormatDTO as h9, newUserPayload as ha, toUserPayload as hb, findUsers as hc, createUser as hd, updateUser as he, deleteUser as hf, getUserCache as hg, getUserCacheSimple as hh, getUserPresignedUrl as hi, updateUserDefaultLanguage as hj, updateUserDefaultTimezone as hk, updateUserDefaultDateformat as hl, type UserOrganisationSimple as hm, UserOrganisationSchema as hn, type UserOrganisationDTO as ho, UserOrganisationQuerySchema as hp, type UserOrganisationQueryDTO as hq, toUserOrganisationPayload as hr, newUserOrganisationPayload as hs, findUserOrganisations as ht, createUserOrganisation as hu, updateUserOrganisation as hv, deleteUserOrganisation as hw, getUserOrganisationCache as hx, getUserOrganisationCacheSimple as hy, getUserOrganisationPresignedUrl as hz, MasterMainIndustrySchema as i, 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 };
|