vms-nest-prisma-api-document 6.0.10 → 6.0.11
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/services/account/bookmark_service.d.ts +9 -9
- package/dist/services/account/notification_service.d.ts +17 -17
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +19 -19
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +58 -58
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +4 -18
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +43 -43
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +4 -18
- package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +43 -43
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_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/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +7 -7
- 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 +3 -3
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +3 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
- 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 +4 -4
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/faq_service.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{user_organisation_service-0KXI1FiI.d.ts → user_organisation_service-Cx3ffrVp.d.ts} +19 -19
|
@@ -2,7 +2,7 @@ import { RefillEntrySource, GPSFuelApproveStatus, Status, FileType, PAGING, Load
|
|
|
2
2
|
import { FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType } from '../../../user_organisation_service-
|
|
5
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
6
6
|
import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
|
|
7
7
|
import { MasterVehicleFuelUnit } from '../../master/vehicle/master_vehicle_fuel_unit_service.js';
|
|
8
8
|
import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
|
|
@@ -95,10 +95,10 @@ declare const FleetFuelRemovalFileSchema: z.ZodObject<{
|
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
96
|
status: Status;
|
|
97
97
|
organisation_id: string;
|
|
98
|
-
file_name: string;
|
|
99
98
|
file_type: FileType;
|
|
100
99
|
file_url: string;
|
|
101
100
|
file_key: string;
|
|
101
|
+
file_name: string;
|
|
102
102
|
file_description: string;
|
|
103
103
|
file_size: number;
|
|
104
104
|
file_metadata: Record<string, any>;
|
|
@@ -108,9 +108,9 @@ declare const FleetFuelRemovalFileSchema: z.ZodObject<{
|
|
|
108
108
|
organisation_id: string;
|
|
109
109
|
file_type: FileType;
|
|
110
110
|
fleet_fuel_removal_id: string;
|
|
111
|
-
file_name?: string | undefined;
|
|
112
111
|
file_url?: string | undefined;
|
|
113
112
|
file_key?: string | undefined;
|
|
113
|
+
file_name?: string | undefined;
|
|
114
114
|
file_description?: string | undefined;
|
|
115
115
|
file_size?: unknown;
|
|
116
116
|
file_metadata?: Record<string, any> | undefined;
|
|
@@ -125,10 +125,10 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
125
125
|
vehicle_fuel_type_id: z.ZodEffects<z.ZodString, string, string>;
|
|
126
126
|
vehicle_fuel_unit_id: z.ZodEffects<z.ZodString, string, string>;
|
|
127
127
|
fuel_removal_reason_id: z.ZodEffects<z.ZodString, string, string>;
|
|
128
|
-
before_removal_quantity: z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown
|
|
129
|
-
after_removal_quantity: z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown
|
|
130
|
-
removal_quantity: z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown
|
|
131
|
-
verified_removal_quantity: z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown
|
|
128
|
+
before_removal_quantity: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
129
|
+
after_removal_quantity: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
130
|
+
removal_quantity: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
131
|
+
verified_removal_quantity: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
132
132
|
diff_removal_quantity: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
133
133
|
odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
134
134
|
date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -159,10 +159,10 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
159
159
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
160
160
|
status: Status;
|
|
161
161
|
organisation_id: string;
|
|
162
|
-
file_name: string;
|
|
163
162
|
file_type: FileType;
|
|
164
163
|
file_url: string;
|
|
165
164
|
file_key: string;
|
|
165
|
+
file_name: string;
|
|
166
166
|
file_description: string;
|
|
167
167
|
file_size: number;
|
|
168
168
|
file_metadata: Record<string, any>;
|
|
@@ -172,77 +172,77 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
172
172
|
organisation_id: string;
|
|
173
173
|
file_type: FileType;
|
|
174
174
|
fleet_fuel_removal_id: string;
|
|
175
|
-
file_name?: string | undefined;
|
|
176
175
|
file_url?: string | undefined;
|
|
177
176
|
file_key?: string | undefined;
|
|
177
|
+
file_name?: string | undefined;
|
|
178
178
|
file_description?: string | undefined;
|
|
179
179
|
file_size?: unknown;
|
|
180
180
|
file_metadata?: Record<string, any> | undefined;
|
|
181
181
|
}>, "many">>>;
|
|
182
182
|
}, "strip", z.ZodTypeAny, {
|
|
183
|
+
odometer_reading: number;
|
|
184
|
+
date_time: string;
|
|
185
|
+
entry_source: RefillEntrySource;
|
|
186
|
+
source_reference_id: string;
|
|
187
|
+
source_notes: string;
|
|
188
|
+
admin_verify_status: GPSFuelApproveStatus;
|
|
189
|
+
transporter_verify_status: GPSFuelApproveStatus;
|
|
190
|
+
google_location: string;
|
|
183
191
|
status: Status;
|
|
184
192
|
organisation_id: string;
|
|
185
193
|
user_id: string;
|
|
186
194
|
vehicle_id: string;
|
|
187
195
|
driver_id: string;
|
|
188
196
|
device_id: string;
|
|
189
|
-
time_zone_id: string;
|
|
190
197
|
vehicle_fuel_type_id: string;
|
|
191
|
-
odometer_reading: number;
|
|
192
|
-
google_location: string;
|
|
193
198
|
vehicle_fuel_unit_id: string;
|
|
194
|
-
|
|
195
|
-
entry_source: RefillEntrySource;
|
|
196
|
-
source_reference_id: string;
|
|
197
|
-
source_notes: string;
|
|
198
|
-
admin_verify_status: GPSFuelApproveStatus;
|
|
199
|
-
transporter_verify_status: GPSFuelApproveStatus;
|
|
199
|
+
time_zone_id: string;
|
|
200
200
|
fuel_removal_reason_id: string;
|
|
201
|
-
before_removal_quantity: number;
|
|
202
|
-
after_removal_quantity: number;
|
|
203
|
-
removal_quantity: number;
|
|
204
|
-
verified_removal_quantity: number;
|
|
205
201
|
removal_details: string;
|
|
206
202
|
removal_files: {
|
|
207
203
|
status: Status;
|
|
208
204
|
organisation_id: string;
|
|
209
|
-
file_name: string;
|
|
210
205
|
file_type: FileType;
|
|
211
206
|
file_url: string;
|
|
212
207
|
file_key: string;
|
|
208
|
+
file_name: string;
|
|
213
209
|
file_description: string;
|
|
214
210
|
file_size: number;
|
|
215
211
|
file_metadata: Record<string, any>;
|
|
216
212
|
fleet_fuel_removal_id: string;
|
|
217
213
|
}[];
|
|
218
|
-
latitude?: number | undefined;
|
|
219
|
-
longitude?: number | undefined;
|
|
220
214
|
cost_per_unit?: number | undefined;
|
|
221
215
|
total_cost?: number | undefined;
|
|
216
|
+
latitude?: number | undefined;
|
|
217
|
+
longitude?: number | undefined;
|
|
218
|
+
before_removal_quantity?: number | undefined;
|
|
219
|
+
after_removal_quantity?: number | undefined;
|
|
220
|
+
removal_quantity?: number | undefined;
|
|
221
|
+
verified_removal_quantity?: number | undefined;
|
|
222
222
|
diff_removal_quantity?: number | undefined;
|
|
223
223
|
}, {
|
|
224
|
+
date_time: string;
|
|
225
|
+
admin_verify_status: GPSFuelApproveStatus;
|
|
226
|
+
transporter_verify_status: GPSFuelApproveStatus;
|
|
224
227
|
status: Status;
|
|
225
228
|
organisation_id: string;
|
|
226
229
|
user_id: string;
|
|
227
230
|
vehicle_id: string;
|
|
228
231
|
driver_id: string;
|
|
229
232
|
device_id: string;
|
|
230
|
-
time_zone_id: string;
|
|
231
233
|
vehicle_fuel_type_id: string;
|
|
232
234
|
vehicle_fuel_unit_id: string;
|
|
233
|
-
|
|
234
|
-
admin_verify_status: GPSFuelApproveStatus;
|
|
235
|
-
transporter_verify_status: GPSFuelApproveStatus;
|
|
235
|
+
time_zone_id: string;
|
|
236
236
|
fuel_removal_reason_id: string;
|
|
237
237
|
odometer_reading?: unknown;
|
|
238
|
-
latitude?: unknown;
|
|
239
|
-
longitude?: unknown;
|
|
240
|
-
google_location?: string | undefined;
|
|
241
238
|
cost_per_unit?: unknown;
|
|
242
239
|
total_cost?: unknown;
|
|
243
240
|
entry_source?: RefillEntrySource | undefined;
|
|
244
241
|
source_reference_id?: string | undefined;
|
|
245
242
|
source_notes?: string | undefined;
|
|
243
|
+
latitude?: unknown;
|
|
244
|
+
longitude?: unknown;
|
|
245
|
+
google_location?: string | undefined;
|
|
246
246
|
before_removal_quantity?: unknown;
|
|
247
247
|
after_removal_quantity?: unknown;
|
|
248
248
|
removal_quantity?: unknown;
|
|
@@ -254,9 +254,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
254
254
|
organisation_id: string;
|
|
255
255
|
file_type: FileType;
|
|
256
256
|
fleet_fuel_removal_id: string;
|
|
257
|
-
file_name?: string | undefined;
|
|
258
257
|
file_url?: string | undefined;
|
|
259
258
|
file_key?: string | undefined;
|
|
259
|
+
file_name?: string | undefined;
|
|
260
260
|
file_description?: string | undefined;
|
|
261
261
|
file_size?: unknown;
|
|
262
262
|
file_metadata?: Record<string, any> | undefined;
|
|
@@ -308,7 +308,11 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
308
308
|
from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
309
309
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
+
entry_source: RefillEntrySource[];
|
|
312
|
+
admin_verify_status: GPSFuelApproveStatus[];
|
|
313
|
+
transporter_verify_status: GPSFuelApproveStatus[];
|
|
311
314
|
status: Status[];
|
|
315
|
+
time_zone_id: string;
|
|
312
316
|
search: string;
|
|
313
317
|
paging: PAGING;
|
|
314
318
|
page_count: number;
|
|
@@ -328,25 +332,24 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
328
332
|
}[];
|
|
329
333
|
include_master_data: YesNo;
|
|
330
334
|
date_format_id: string;
|
|
331
|
-
time_zone_id: string;
|
|
332
335
|
organisation_ids: string[];
|
|
333
336
|
user_ids: string[];
|
|
334
337
|
vehicle_ids: string[];
|
|
335
338
|
driver_ids: string[];
|
|
336
339
|
device_ids: string[];
|
|
337
|
-
from_date: string;
|
|
338
|
-
to_date: string;
|
|
339
340
|
vehicle_fuel_type_ids: string[];
|
|
340
|
-
entry_source: RefillEntrySource[];
|
|
341
|
-
admin_verify_status: GPSFuelApproveStatus[];
|
|
342
|
-
transporter_verify_status: GPSFuelApproveStatus[];
|
|
343
341
|
vehicle_fuel_unit_ids: string[];
|
|
342
|
+
from_date: string;
|
|
343
|
+
to_date: string;
|
|
344
344
|
fuel_removal_reason_ids: string[];
|
|
345
345
|
}, {
|
|
346
|
-
date_format_id: string;
|
|
347
346
|
time_zone_id: string;
|
|
347
|
+
date_format_id: string;
|
|
348
348
|
from_date: string;
|
|
349
349
|
to_date: string;
|
|
350
|
+
entry_source?: RefillEntrySource[] | undefined;
|
|
351
|
+
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
352
|
+
transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
350
353
|
status?: Status[] | undefined;
|
|
351
354
|
search?: string | undefined;
|
|
352
355
|
paging?: PAGING | undefined;
|
|
@@ -372,9 +375,6 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
372
375
|
driver_ids?: string[] | undefined;
|
|
373
376
|
device_ids?: string[] | undefined;
|
|
374
377
|
vehicle_fuel_type_ids?: string[] | undefined;
|
|
375
|
-
entry_source?: RefillEntrySource[] | undefined;
|
|
376
|
-
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
377
|
-
transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
378
378
|
vehicle_fuel_unit_ids?: string[] | undefined;
|
|
379
379
|
fuel_removal_reason_ids?: string[] | undefined;
|
|
380
380
|
}>;
|
|
@@ -61,20 +61,6 @@ var numberOptional = (fieldName, min = 0, max = 1e9, defaultValue = 0) => {
|
|
|
61
61
|
z.number({ invalid_type_error: `${fieldName} must be a number.` }).min(min, `${fieldName} must be at least ${min}.`).max(max, `${fieldName} must be at most ${max}.`).optional().default(defaultValue)
|
|
62
62
|
);
|
|
63
63
|
};
|
|
64
|
-
var doubleMandatory = (fieldName, min = 0.1, max = 1e6, decimalPlaces = 2, defaultValue = 0) => {
|
|
65
|
-
return z.preprocess(
|
|
66
|
-
(val) => {
|
|
67
|
-
if (typeof val === "string") {
|
|
68
|
-
val = parseFloat(val);
|
|
69
|
-
}
|
|
70
|
-
if (typeof val === "number") {
|
|
71
|
-
return parseFloat(val.toFixed(decimalPlaces));
|
|
72
|
-
}
|
|
73
|
-
return val;
|
|
74
|
-
},
|
|
75
|
-
z.number({ invalid_type_error: `${fieldName} must be a number.` }).min(min, `${fieldName} must be at least ${min}.`).max(max, `${fieldName} must be at most ${max}.`).default(defaultValue)
|
|
76
|
-
);
|
|
77
|
-
};
|
|
78
64
|
var doubleOptional = (fieldName, min = 0, max = 1e6, decimalPlaces = 2, defaultValue = 0) => {
|
|
79
65
|
return z.preprocess(
|
|
80
66
|
(val) => {
|
|
@@ -362,10 +348,10 @@ var FleetFuelRemovalSchema = z3.object({
|
|
|
362
348
|
),
|
|
363
349
|
// ✅ Single-Selection -> MasterVehicleFuelRemovalReason
|
|
364
350
|
// Removal Quantity
|
|
365
|
-
before_removal_quantity:
|
|
366
|
-
after_removal_quantity:
|
|
367
|
-
removal_quantity:
|
|
368
|
-
verified_removal_quantity:
|
|
351
|
+
before_removal_quantity: doubleOptional("Before Remove Quantity"),
|
|
352
|
+
after_removal_quantity: doubleOptional("After Remove Quantity"),
|
|
353
|
+
removal_quantity: doubleOptional("Removal Quantity"),
|
|
354
|
+
verified_removal_quantity: doubleOptional("Verified Removal Quantity"),
|
|
369
355
|
diff_removal_quantity: doubleOptional("Difference Removal Quantity"),
|
|
370
356
|
odometer_reading: numberOptional("Odometer Reading"),
|
|
371
357
|
// Event Time
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofenceType, GeofencePurposeType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofenceStatusType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import { GPSGeofenceData } from './gps_geofence_data_service.js';
|
|
6
6
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import { GPSGeofenceData } from './gps_geofence_data_service.js';
|
|
6
6
|
import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
|
|
7
7
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import { GPSGeofenceData } from './gps_geofence_data_service.js';
|
|
6
6
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LinkType, LinkStatus, Status, NotificationType, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TrackHistoryLinkStatus, Status, NotificationType, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -33,41 +33,41 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
|
|
|
33
33
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
34
34
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
db_index: string;
|
|
37
|
+
db_instance: string;
|
|
38
|
+
night_driving: NightDriving;
|
|
36
39
|
search: string;
|
|
37
40
|
paging: PAGING;
|
|
38
41
|
page_count: number;
|
|
39
42
|
page_index: number;
|
|
40
|
-
login_from: LoginFrom;
|
|
41
43
|
date_format_id: string;
|
|
42
44
|
time_zone_id: string;
|
|
45
|
+
login_from: LoginFrom;
|
|
43
46
|
organisation_id: string;
|
|
44
|
-
db_instance: string;
|
|
45
|
-
db_index: string;
|
|
46
47
|
vehicle_ids: string[];
|
|
47
48
|
from_date: string;
|
|
48
49
|
to_date: string;
|
|
49
50
|
time_slot: TimeSlot;
|
|
50
|
-
night_driving: NightDriving;
|
|
51
51
|
over_speed: OverSpeed;
|
|
52
52
|
utilization_km: number;
|
|
53
53
|
vehicle_summary: YesNo;
|
|
54
54
|
driver_summary: YesNo;
|
|
55
55
|
}, {
|
|
56
|
-
|
|
56
|
+
db_index: string;
|
|
57
|
+
db_instance: string;
|
|
57
58
|
date_format_id: string;
|
|
58
59
|
time_zone_id: string;
|
|
60
|
+
login_from: LoginFrom;
|
|
59
61
|
organisation_id: string;
|
|
60
|
-
db_instance: string;
|
|
61
|
-
db_index: string;
|
|
62
62
|
from_date: string;
|
|
63
63
|
to_date: string;
|
|
64
|
+
night_driving?: NightDriving | undefined;
|
|
64
65
|
search?: string | undefined;
|
|
65
66
|
paging?: PAGING | undefined;
|
|
66
67
|
page_count?: unknown;
|
|
67
68
|
page_index?: unknown;
|
|
68
69
|
vehicle_ids?: string[] | undefined;
|
|
69
70
|
time_slot?: TimeSlot | undefined;
|
|
70
|
-
night_driving?: NightDriving | undefined;
|
|
71
71
|
over_speed?: OverSpeed | undefined;
|
|
72
72
|
utilization_km?: unknown;
|
|
73
73
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -96,40 +96,40 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
|
|
|
96
96
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
97
97
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
+
db_index: string;
|
|
100
|
+
db_instance: string;
|
|
101
|
+
night_driving: NightDriving;
|
|
99
102
|
search: string;
|
|
100
103
|
paging: PAGING;
|
|
101
104
|
page_count: number;
|
|
102
105
|
page_index: number;
|
|
103
|
-
login_from: LoginFrom;
|
|
104
106
|
date_format_id: string;
|
|
105
107
|
time_zone_id: string;
|
|
108
|
+
login_from: LoginFrom;
|
|
106
109
|
organisation_id: string;
|
|
107
|
-
db_instance: string;
|
|
108
|
-
db_index: string;
|
|
109
110
|
from_date: string;
|
|
110
111
|
to_date: string;
|
|
111
112
|
time_slot: TimeSlot;
|
|
112
|
-
night_driving: NightDriving;
|
|
113
113
|
over_speed: OverSpeed;
|
|
114
114
|
utilization_km: number;
|
|
115
115
|
vehicle_summary: YesNo;
|
|
116
116
|
driver_summary: YesNo;
|
|
117
117
|
driver_ids: string[];
|
|
118
118
|
}, {
|
|
119
|
-
|
|
119
|
+
db_index: string;
|
|
120
|
+
db_instance: string;
|
|
120
121
|
date_format_id: string;
|
|
121
122
|
time_zone_id: string;
|
|
123
|
+
login_from: LoginFrom;
|
|
122
124
|
organisation_id: string;
|
|
123
|
-
db_instance: string;
|
|
124
|
-
db_index: string;
|
|
125
125
|
from_date: string;
|
|
126
126
|
to_date: string;
|
|
127
|
+
night_driving?: NightDriving | undefined;
|
|
127
128
|
search?: string | undefined;
|
|
128
129
|
paging?: PAGING | undefined;
|
|
129
130
|
page_count?: unknown;
|
|
130
131
|
page_index?: unknown;
|
|
131
132
|
time_slot?: TimeSlot | undefined;
|
|
132
|
-
night_driving?: NightDriving | undefined;
|
|
133
133
|
over_speed?: OverSpeed | undefined;
|
|
134
134
|
utilization_km?: unknown;
|
|
135
135
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -156,16 +156,16 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
156
156
|
interval_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
157
157
|
boolean_type: z.ZodType<BooleanType, z.ZodTypeDef, BooleanType>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
+
db_index: string;
|
|
160
|
+
db_instance: string;
|
|
159
161
|
search: string;
|
|
160
162
|
paging: PAGING;
|
|
161
163
|
page_count: number;
|
|
162
164
|
page_index: number;
|
|
163
|
-
login_from: LoginFrom;
|
|
164
165
|
date_format_id: string;
|
|
165
166
|
time_zone_id: string;
|
|
167
|
+
login_from: LoginFrom;
|
|
166
168
|
organisation_id: string;
|
|
167
|
-
db_instance: string;
|
|
168
|
-
db_index: string;
|
|
169
169
|
vehicle_ids: string[];
|
|
170
170
|
from_date: string;
|
|
171
171
|
to_date: string;
|
|
@@ -173,12 +173,12 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
173
173
|
interval_seconds: number;
|
|
174
174
|
boolean_type: BooleanType;
|
|
175
175
|
}, {
|
|
176
|
-
|
|
176
|
+
db_index: string;
|
|
177
|
+
db_instance: string;
|
|
177
178
|
date_format_id: string;
|
|
178
179
|
time_zone_id: string;
|
|
180
|
+
login_from: LoginFrom;
|
|
179
181
|
organisation_id: string;
|
|
180
|
-
db_instance: string;
|
|
181
|
-
db_index: string;
|
|
182
182
|
from_date: string;
|
|
183
183
|
to_date: string;
|
|
184
184
|
gps_type: GPSType;
|
|
@@ -207,26 +207,26 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
|
|
|
207
207
|
utilization_km: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
208
208
|
is12am: z.ZodType<Is12AM, z.ZodTypeDef, Is12AM>;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
+
db_index: string;
|
|
211
|
+
db_instance: string;
|
|
210
212
|
search: string;
|
|
211
213
|
paging: PAGING;
|
|
212
214
|
page_count: number;
|
|
213
215
|
page_index: number;
|
|
214
|
-
login_from: LoginFrom;
|
|
215
216
|
date_format_id: string;
|
|
216
217
|
time_zone_id: string;
|
|
218
|
+
login_from: LoginFrom;
|
|
217
219
|
organisation_id: string;
|
|
218
|
-
db_instance: string;
|
|
219
|
-
db_index: string;
|
|
220
220
|
vehicle_ids: string[];
|
|
221
221
|
utilization_km: number;
|
|
222
222
|
is12am: Is12AM;
|
|
223
223
|
}, {
|
|
224
|
-
|
|
224
|
+
db_index: string;
|
|
225
|
+
db_instance: string;
|
|
225
226
|
date_format_id: string;
|
|
226
227
|
time_zone_id: string;
|
|
228
|
+
login_from: LoginFrom;
|
|
227
229
|
organisation_id: string;
|
|
228
|
-
db_instance: string;
|
|
229
|
-
db_index: string;
|
|
230
230
|
is12am: Is12AM;
|
|
231
231
|
search?: string | undefined;
|
|
232
232
|
paging?: PAGING | undefined;
|
|
@@ -253,28 +253,28 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
|
|
|
253
253
|
to_date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
254
254
|
interval_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
+
db_index: string;
|
|
257
|
+
db_instance: string;
|
|
258
|
+
vehicle_id: string;
|
|
256
259
|
search: string;
|
|
257
260
|
paging: PAGING;
|
|
258
261
|
page_count: number;
|
|
259
262
|
page_index: number;
|
|
260
|
-
login_from: LoginFrom;
|
|
261
263
|
date_format_id: string;
|
|
262
264
|
time_zone_id: string;
|
|
265
|
+
login_from: LoginFrom;
|
|
263
266
|
organisation_id: string;
|
|
264
|
-
db_instance: string;
|
|
265
|
-
db_index: string;
|
|
266
267
|
interval_seconds: number;
|
|
267
|
-
vehicle_id: string;
|
|
268
268
|
from_date_time: string;
|
|
269
269
|
to_date_time: string;
|
|
270
270
|
}, {
|
|
271
|
-
|
|
271
|
+
db_index: string;
|
|
272
|
+
db_instance: string;
|
|
273
|
+
vehicle_id: string;
|
|
272
274
|
date_format_id: string;
|
|
273
275
|
time_zone_id: string;
|
|
276
|
+
login_from: LoginFrom;
|
|
274
277
|
organisation_id: string;
|
|
275
|
-
db_instance: string;
|
|
276
|
-
db_index: string;
|
|
277
|
-
vehicle_id: string;
|
|
278
278
|
from_date_time: string;
|
|
279
279
|
to_date_time: string;
|
|
280
280
|
search?: string | undefined;
|
|
@@ -298,25 +298,25 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
|
|
|
298
298
|
db_index: z.ZodEffects<z.ZodString, string, string>;
|
|
299
299
|
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
|
+
db_index: string;
|
|
302
|
+
db_instance: string;
|
|
303
|
+
vehicle_id: string;
|
|
301
304
|
search: string;
|
|
302
305
|
paging: PAGING;
|
|
303
306
|
page_count: number;
|
|
304
307
|
page_index: number;
|
|
305
|
-
login_from: LoginFrom;
|
|
306
308
|
date_format_id: string;
|
|
307
309
|
time_zone_id: string;
|
|
310
|
+
login_from: LoginFrom;
|
|
308
311
|
organisation_id: string;
|
|
309
|
-
|
|
312
|
+
}, {
|
|
310
313
|
db_index: string;
|
|
314
|
+
db_instance: string;
|
|
311
315
|
vehicle_id: string;
|
|
312
|
-
}, {
|
|
313
|
-
login_from: LoginFrom;
|
|
314
316
|
date_format_id: string;
|
|
315
317
|
time_zone_id: string;
|
|
318
|
+
login_from: LoginFrom;
|
|
316
319
|
organisation_id: string;
|
|
317
|
-
db_instance: string;
|
|
318
|
-
db_index: string;
|
|
319
|
-
vehicle_id: string;
|
|
320
320
|
search?: string | undefined;
|
|
321
321
|
paging?: PAGING | undefined;
|
|
322
322
|
page_count?: unknown;
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { c1 as AssignRemoveDeviceHistory, c7 as DeviceSimLinkDTO, c6 as DeviceSimLinkSchema, c as MasterDevice, c3 as MasterDeviceDTO, c5 as MasterDeviceQueryDTO, c4 as MasterDeviceQuerySchema, c2 as MasterDeviceSchema, cb as createMasterDevice, cd as deleteMasterDevice, ce as device_sim_link, cf as device_sim_unlink, ca as findMasterDevices, ch as get_device_sim_link_history_by_device, cg as get_device_sim_link_history_by_sim, c9 as newMasterDevicePayload, c8 as toMasterDevicePayload, cc as updateMasterDevice } from '../../../user_organisation_service-
|
|
5
|
+
export { c1 as AssignRemoveDeviceHistory, c7 as DeviceSimLinkDTO, c6 as DeviceSimLinkSchema, c as MasterDevice, c3 as MasterDeviceDTO, c5 as MasterDeviceQueryDTO, c4 as MasterDeviceQuerySchema, c2 as MasterDeviceSchema, cb as createMasterDevice, cd as deleteMasterDevice, ce as device_sim_link, cf as device_sim_unlink, ca as findMasterDevices, ch as get_device_sim_link_history_by_device, cg as get_device_sim_link_history_by_sim, c9 as newMasterDevicePayload, c8 as toMasterDevicePayload, cc as updateMasterDevice } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { aZ as AssignRemoveDriverHistory, b1 as DriverQueryDTO, b0 as DriverQuerySchema, b as MasterDriver, a$ as MasterDriverDTO, a_ as MasterDriverSchema, b5 as createDriver, b7 as deleteDriver, b4 as findDrivers, b9 as getDriverCache, ba as getDriverSimpleCache, b8 as getPresignedUrlForDriver, b3 as newDriverPayload, b2 as toDriverPayload, b6 as updateDriver } from '../../../user_organisation_service-
|
|
4
|
+
export { aZ as AssignRemoveDriverHistory, b1 as DriverQueryDTO, b0 as DriverQuerySchema, b as MasterDriver, a$ as MasterDriverDTO, a_ as MasterDriverSchema, b5 as createDriver, b7 as deleteDriver, b4 as findDrivers, b9 as getDriverCache, ba as getDriverSimpleCache, b8 as getPresignedUrlForDriver, b3 as newDriverPayload, b2 as toDriverPayload, b6 as updateDriver } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { bS as AssignRemoveSimHistory, bR as MasterSim, bU as MasterSimDTO, bW as MasterSimQueryDTO, bV as MasterSimQuerySchema, bT as MasterSimSchema, b_ as createMasterSim, c0 as deleteMasterSim, bZ as findMasterSims, bY as newMasterSimPayload, bX as toMasterSimPayload, b$ as updateMasterSim } from '../../../user_organisation_service-
|
|
4
|
+
export { bS as AssignRemoveSimHistory, bR as MasterSim, bU as MasterSimDTO, bW as MasterSimQueryDTO, bV as MasterSimQuerySchema, bT as MasterSimSchema, b_ as createMasterSim, c0 as deleteMasterSim, bZ as findMasterSims, bY as newMasterSimPayload, bX as toMasterSimPayload, b$ as updateMasterSim } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BR, SBR } from '../../../core/BaseResponse.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { a as User } from '../../../user_organisation_service-
|
|
3
|
+
import { a as User } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
4
4
|
import { UserAdmin } from './user_admin_service.js';
|
|
5
5
|
import '../../../core/Enums.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { U as UserOrganisation, k6 as UserOrganisationDTO, k8 as UserOrganisationQueryDTO, k7 as UserOrganisationQuerySchema, k5 as UserOrganisationSchema, k4 as UserOrganisationSimple, kc as createUserOrganisation, ke as deleteUserOrganisation, kb as findUserOrganisations, kf as getUserOrganisationCache, kg as getUserOrganisationCacheSimple, kh as getUserOrganisationPresignedUrl, ka as newUserOrganisationPayload, k9 as toUserOrganisationPayload, kd as updateUserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
export { U as UserOrganisation, k6 as UserOrganisationDTO, k8 as UserOrganisationQueryDTO, k7 as UserOrganisationQuerySchema, k5 as UserOrganisationSchema, k4 as UserOrganisationSimple, kc as createUserOrganisation, ke as deleteUserOrganisation, kb as findUserOrganisations, kf as getUserOrganisationCache, kg as getUserOrganisationCacheSimple, kh as getUserOrganisationPresignedUrl, ka as newUserOrganisationPayload, k9 as toUserOrganisationPayload, kd as updateUserOrganisation } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { gC as CreateUserDTO, gB as CreateUserSchema, a as User, gy as UserAccessControl, gA as UserAccessControlDTO, gz as UserAccessControlSchema, gO as UserDefaultDateFormatDTO, gN as UserDefaultDateFormatSchema, gK as UserDefaultLanguageDTO, gJ as UserDefaultLanguageSchema, gG as UserDefaultPageDTO, gF as UserDefaultPageSchema, gI as UserDefaultThemeDTO, gH as UserDefaultThemeSchema, gM as UserDefaultTimeZoneDTO, gL as UserDefaultTimeZoneSchema, gQ as UserLoginPushDTO, gP as UserLoginPushSchema, gE as UserQueryDTO, gD as UserQuerySchema, gU as createUser, h3 as createUserLoginPush, gW as deleteUser, h5 as deleteUserLoginPush, gT as findUsers, gX as getUserCache, gY as getUserCacheSimple, gZ as getUserPresignedUrl, gR as newUserPayload, gS as toUserPayload, gV as updateUser, h2 as updateUserDefaultDateformat, h0 as updateUserDefaultLanguage, g_ as updateUserDefaultPage, g$ as updateUserDefaultTheme, h1 as updateUserDefaultTimezone, h4 as updateUserLoginPush } from '../../../user_organisation_service-
|
|
4
|
+
export { gC as CreateUserDTO, gB as CreateUserSchema, a as User, gy as UserAccessControl, gA as UserAccessControlDTO, gz as UserAccessControlSchema, gO as UserDefaultDateFormatDTO, gN as UserDefaultDateFormatSchema, gK as UserDefaultLanguageDTO, gJ as UserDefaultLanguageSchema, gG as UserDefaultPageDTO, gF as UserDefaultPageSchema, gI as UserDefaultThemeDTO, gH as UserDefaultThemeSchema, gM as UserDefaultTimeZoneDTO, gL as UserDefaultTimeZoneSchema, gQ as UserLoginPushDTO, gP as UserLoginPushSchema, gE as UserQueryDTO, gD as UserQuerySchema, gU as createUser, h3 as createUserLoginPush, gW as deleteUser, h5 as deleteUserLoginPush, gT as findUsers, gX as getUserCache, gY as getUserCacheSimple, gZ as getUserPresignedUrl, gR as newUserPayload, gS as toUserPayload, gV as updateUser, h2 as updateUserDefaultDateformat, h0 as updateUserDefaultLanguage, g_ as updateUserDefaultPage, g$ as updateUserDefaultTheme, h1 as updateUserDefaultTimezone, h4 as updateUserLoginPush } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OdometerSource, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { M as MasterVehicle, eX as MasterVehicleDropdown, fa as SimpleFindQueryDTO, f9 as SimpleFindQuerySchema, f2 as VehicleDTO, eY as VehicleDetailBody, fc as VehicleDetailBodyDTO, fb as VehicleDetailBodySchema, e$ as VehicleDetailGPS, fi as VehicleDetailGPSAnalyticsDTO, fh as VehicleDetailGPSAnalyticsSchema, fg as VehicleDetailGPSDataDTO, ff as VehicleDetailGPSDataSchema, fe as VehicleDetailGPSMainDTO, fd as VehicleDetailGPSMainSchema, eZ as VehicleDetailLifeCycle, fk as VehicleDetailLifeCycleDto, fj as VehicleDetailLifeCycleSchema, e_ as VehicleDetailPurchase, fm as VehicleDetailPurchaseDTO, fl as VehicleDetailPurchaseSchema, f0 as VehicleDetailTrip, fo as VehicleDetailTripDTO, fn as VehicleDetailTripSchema, f4 as VehicleDeviceLinkDTO, f3 as VehicleDeviceLinkSchema, f6 as VehicleDeviceUnlinkDTO, f5 as VehicleDeviceUnlinkSchema, f8 as VehicleDriverLinkDTO, f7 as VehicleDriverLinkSchema, fs as VehicleGPSQueryDTO, fr as VehicleGPSQuerySchema, fq as VehicleQueryDTO, fp as VehicleQuerySchema, f1 as VehicleSchema, fC as createVehicle, fE as deleteVehicle, fB as findVehicleGPSDetails, fz as findVehicles, fA as findVehiclesLiveDashboard, fT as getDeviceLinkHistoryByDevice, fS as getDeviceLinkHistoryByVehicle, fP as getDriverLinkHistoryByDriver, fO as getDriverLinkHistoryByVehicle, fU as getVehicleCache, fX as getVehicleParentCache, fV as getVehicleSimpleCache, fW as getVehicleSimpleDropdownCustom, fQ as linkDeviceToVehicle, fM as linkDriverToVehicle, fu as newVehiclePayload, fy as toVehicleDetailLifeCyclePayload, fx as toVehicleDetailPurchasePayload, fw as toVehicleDetailsBodyPayload, fv as toVehicleDetailsGPSPayload, ft as toVehiclePayload, fR as unlinkDeviceFromVehicle, fN as unlinkDriverFromVehicle, fD as updateVehicle, fF as updateVehicleBodyDetails, fK as updateVehicleGPSDetailsAnalytics, fJ as updateVehicleGPSDetailsData, fI as updateVehicleGPSDetailsMain, fG as updateVehicleLifeCycleDetails, fH as updateVehiclePurchaseDetails, fL as updateVehicleTripDetails } from '../../../user_organisation_service-
|
|
5
|
+
export { M as MasterVehicle, eX as MasterVehicleDropdown, fa as SimpleFindQueryDTO, f9 as SimpleFindQuerySchema, f2 as VehicleDTO, eY as VehicleDetailBody, fc as VehicleDetailBodyDTO, fb as VehicleDetailBodySchema, e$ as VehicleDetailGPS, fi as VehicleDetailGPSAnalyticsDTO, fh as VehicleDetailGPSAnalyticsSchema, fg as VehicleDetailGPSDataDTO, ff as VehicleDetailGPSDataSchema, fe as VehicleDetailGPSMainDTO, fd as VehicleDetailGPSMainSchema, eZ as VehicleDetailLifeCycle, fk as VehicleDetailLifeCycleDto, fj as VehicleDetailLifeCycleSchema, e_ as VehicleDetailPurchase, fm as VehicleDetailPurchaseDTO, fl as VehicleDetailPurchaseSchema, f0 as VehicleDetailTrip, fo as VehicleDetailTripDTO, fn as VehicleDetailTripSchema, f4 as VehicleDeviceLinkDTO, f3 as VehicleDeviceLinkSchema, f6 as VehicleDeviceUnlinkDTO, f5 as VehicleDeviceUnlinkSchema, f8 as VehicleDriverLinkDTO, f7 as VehicleDriverLinkSchema, fs as VehicleGPSQueryDTO, fr as VehicleGPSQuerySchema, fq as VehicleQueryDTO, fp as VehicleQuerySchema, f1 as VehicleSchema, fC as createVehicle, fE as deleteVehicle, fB as findVehicleGPSDetails, fz as findVehicles, fA as findVehiclesLiveDashboard, fT as getDeviceLinkHistoryByDevice, fS as getDeviceLinkHistoryByVehicle, fP as getDriverLinkHistoryByDriver, fO as getDriverLinkHistoryByVehicle, fU as getVehicleCache, fX as getVehicleParentCache, fV as getVehicleSimpleCache, fW as getVehicleSimpleDropdownCustom, fQ as linkDeviceToVehicle, fM as linkDriverToVehicle, fu as newVehiclePayload, fy as toVehicleDetailLifeCyclePayload, fx as toVehicleDetailPurchasePayload, fw as toVehicleDetailsBodyPayload, fv as toVehicleDetailsGPSPayload, ft as toVehiclePayload, fR as unlinkDeviceFromVehicle, fN as unlinkDriverFromVehicle, fD as updateVehicle, fF as updateVehicleBodyDetails, fK as updateVehicleGPSDetailsAnalytics, fJ as updateVehicleGPSDetailsData, fI as updateVehicleGPSDetailsMain, fG as updateVehicleLifeCycleDetails, fH as updateVehiclePurchaseDetails, fL as updateVehicleTripDetails } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { bD as MasterDeviceManufacturer, bF as MasterDeviceManufacturerDTO, bH as MasterDeviceManufacturerQueryDTO, bG as MasterDeviceManufacturerQuerySchema, bE as MasterDeviceManufacturerSchema, bL as createMasterDeviceManufacturer, bN as deleteMasterDeviceManufacturer, bK as findMasterDeviceManufacturers, bO as getMasterDeviceManufacturerCache, bQ as getMasterDeviceManufacturerCacheChild, bP as getMasterDeviceManufacturerCacheCount, bJ as newMasterDeviceManufacturerPayload, bI as toMasterDeviceManufacturerPayload, bM as updateMasterDeviceManufacturer } from '../../../user_organisation_service-
|
|
4
|
+
export { bD as MasterDeviceManufacturer, bF as MasterDeviceManufacturerDTO, bH as MasterDeviceManufacturerQueryDTO, bG as MasterDeviceManufacturerQuerySchema, bE as MasterDeviceManufacturerSchema, bL as createMasterDeviceManufacturer, bN as deleteMasterDeviceManufacturer, bK as findMasterDeviceManufacturers, bO as getMasterDeviceManufacturerCache, bQ as getMasterDeviceManufacturerCacheChild, bP as getMasterDeviceManufacturerCacheCount, bJ as newMasterDeviceManufacturerPayload, bI as toMasterDeviceManufacturerPayload, bM as updateMasterDeviceManufacturer } from '../../../user_organisation_service-Cx3ffrVp.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|