vms-nest-prisma-api-document 20.0.0 → 22.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/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 +9 -9
- package/dist/services/account/ticket_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +45 -45
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +17 -17
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +10 -10
- package/dist/services/gps/features/user_notification_preferences.service.d.ts +1 -1
- package/dist/services/gps/features/user_report_preferences.service.d.ts +95 -2
- package/dist/services/gps/features/user_report_preferences.service.js +20 -0
- 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 +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_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 +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 +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 +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/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{user_organisation_service-djKCoZTQ.d.ts → user_organisation_service-D2pCLN2b.d.ts} +3 -3
|
@@ -2,7 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, Status, FileType, PAGING, Load
|
|
|
2
2
|
import { BaseCommionFile, 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, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-
|
|
5
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-D2pCLN2b.js';
|
|
6
6
|
import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
|
|
7
7
|
import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
|
|
8
8
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -177,23 +177,23 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
177
177
|
file_metadata?: Record<string, any> | undefined;
|
|
178
178
|
}>, "many">>>;
|
|
179
179
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
date_time: string;
|
|
181
|
-
admin_verify_status: GPSFuelApproveStatus;
|
|
182
|
-
transporter_verify_status: GPSFuelApproveStatus;
|
|
183
|
-
entry_source: RefillEntrySource;
|
|
184
|
-
source_reference_id: string;
|
|
185
|
-
source_notes: string;
|
|
186
|
-
google_location: string;
|
|
187
|
-
odometer_reading: number;
|
|
188
180
|
status: Status;
|
|
189
181
|
organisation_id: string;
|
|
190
182
|
user_id: string;
|
|
191
183
|
vehicle_id: string;
|
|
192
184
|
driver_id: string;
|
|
193
185
|
device_id: string;
|
|
186
|
+
time_zone_id: string;
|
|
194
187
|
vehicle_fuel_type_id: string;
|
|
195
188
|
vehicle_fuel_unit_id: string;
|
|
196
|
-
|
|
189
|
+
odometer_reading: number;
|
|
190
|
+
google_location: string;
|
|
191
|
+
date_time: string;
|
|
192
|
+
admin_verify_status: GPSFuelApproveStatus;
|
|
193
|
+
transporter_verify_status: GPSFuelApproveStatus;
|
|
194
|
+
entry_source: RefillEntrySource;
|
|
195
|
+
source_reference_id: string;
|
|
196
|
+
source_notes: string;
|
|
197
197
|
fuel_removal_reason_id: string;
|
|
198
198
|
removal_details: string;
|
|
199
199
|
FleetFuelRemovalFile: {
|
|
@@ -209,38 +209,38 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
209
209
|
file_metadata: Record<string, any>;
|
|
210
210
|
fleet_fuel_removal_id: string;
|
|
211
211
|
}[];
|
|
212
|
-
cost_per_unit?: number | undefined;
|
|
213
|
-
total_cost?: number | undefined;
|
|
214
212
|
latitude?: number | undefined;
|
|
215
213
|
longitude?: number | undefined;
|
|
214
|
+
cost_per_unit?: number | undefined;
|
|
215
|
+
total_cost?: number | undefined;
|
|
216
216
|
before_removal_quantity?: number | undefined;
|
|
217
217
|
after_removal_quantity?: number | undefined;
|
|
218
218
|
removal_quantity?: number | undefined;
|
|
219
219
|
verified_removal_quantity?: number | undefined;
|
|
220
220
|
diff_removal_quantity?: number | undefined;
|
|
221
221
|
}, {
|
|
222
|
-
date_time: string;
|
|
223
|
-
admin_verify_status: GPSFuelApproveStatus;
|
|
224
|
-
transporter_verify_status: GPSFuelApproveStatus;
|
|
225
222
|
status: Status;
|
|
226
223
|
organisation_id: string;
|
|
227
224
|
user_id: string;
|
|
228
225
|
vehicle_id: string;
|
|
229
226
|
driver_id: string;
|
|
230
227
|
device_id: string;
|
|
228
|
+
time_zone_id: string;
|
|
231
229
|
vehicle_fuel_type_id: string;
|
|
232
230
|
vehicle_fuel_unit_id: string;
|
|
233
|
-
|
|
231
|
+
date_time: string;
|
|
232
|
+
admin_verify_status: GPSFuelApproveStatus;
|
|
233
|
+
transporter_verify_status: GPSFuelApproveStatus;
|
|
234
234
|
fuel_removal_reason_id: string;
|
|
235
|
+
odometer_reading?: unknown;
|
|
236
|
+
latitude?: unknown;
|
|
237
|
+
longitude?: unknown;
|
|
238
|
+
google_location?: string | undefined;
|
|
235
239
|
cost_per_unit?: unknown;
|
|
236
240
|
total_cost?: unknown;
|
|
237
241
|
entry_source?: RefillEntrySource | undefined;
|
|
238
242
|
source_reference_id?: string | undefined;
|
|
239
243
|
source_notes?: string | undefined;
|
|
240
|
-
latitude?: unknown;
|
|
241
|
-
longitude?: unknown;
|
|
242
|
-
google_location?: string | undefined;
|
|
243
|
-
odometer_reading?: unknown;
|
|
244
244
|
before_removal_quantity?: unknown;
|
|
245
245
|
after_removal_quantity?: unknown;
|
|
246
246
|
removal_quantity?: unknown;
|
|
@@ -307,11 +307,7 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
307
307
|
from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
308
308
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
|
-
admin_verify_status: GPSFuelApproveStatus[];
|
|
311
|
-
transporter_verify_status: GPSFuelApproveStatus[];
|
|
312
|
-
entry_source: RefillEntrySource[];
|
|
313
310
|
status: Status[];
|
|
314
|
-
time_zone_id: string;
|
|
315
311
|
search: string;
|
|
316
312
|
paging: PAGING;
|
|
317
313
|
page_count: number;
|
|
@@ -331,24 +327,25 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
331
327
|
}[];
|
|
332
328
|
include_master_data: YesNo;
|
|
333
329
|
date_format_id: string;
|
|
330
|
+
time_zone_id: string;
|
|
334
331
|
organisation_ids: string[];
|
|
335
332
|
user_ids: string[];
|
|
336
333
|
vehicle_ids: string[];
|
|
337
334
|
driver_ids: string[];
|
|
338
335
|
device_ids: string[];
|
|
339
|
-
vehicle_fuel_type_ids: string[];
|
|
340
|
-
vehicle_fuel_unit_ids: string[];
|
|
341
336
|
from_date: string;
|
|
342
337
|
to_date: string;
|
|
338
|
+
vehicle_fuel_type_ids: string[];
|
|
339
|
+
admin_verify_status: GPSFuelApproveStatus[];
|
|
340
|
+
transporter_verify_status: GPSFuelApproveStatus[];
|
|
341
|
+
entry_source: RefillEntrySource[];
|
|
342
|
+
vehicle_fuel_unit_ids: string[];
|
|
343
343
|
fuel_removal_reason_ids: string[];
|
|
344
344
|
}, {
|
|
345
|
-
time_zone_id: string;
|
|
346
345
|
date_format_id: string;
|
|
346
|
+
time_zone_id: string;
|
|
347
347
|
from_date: string;
|
|
348
348
|
to_date: string;
|
|
349
|
-
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
350
|
-
transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
351
|
-
entry_source?: RefillEntrySource[] | undefined;
|
|
352
349
|
status?: Status[] | undefined;
|
|
353
350
|
search?: string | undefined;
|
|
354
351
|
paging?: PAGING | undefined;
|
|
@@ -374,6 +371,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
374
371
|
driver_ids?: string[] | undefined;
|
|
375
372
|
device_ids?: string[] | undefined;
|
|
376
373
|
vehicle_fuel_type_ids?: string[] | undefined;
|
|
374
|
+
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
375
|
+
transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
376
|
+
entry_source?: RefillEntrySource[] | undefined;
|
|
377
377
|
vehicle_fuel_unit_ids?: string[] | undefined;
|
|
378
378
|
fuel_removal_reason_ids?: string[] | undefined;
|
|
379
379
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofencePurposeType, GeofenceType, 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-D2pCLN2b.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-D2pCLN2b.js';
|
|
5
5
|
import { GPSGeofence } from './gps_geofence_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-D2pCLN2b.js';
|
|
5
5
|
import { GPSGeofence } from './gps_geofence_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-D2pCLN2b.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 { 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-D2pCLN2b.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -42,17 +42,17 @@ declare const GPSLiveTrackShareLinkNotificationsSchema: z.ZodObject<{
|
|
|
42
42
|
to_recipients: z.ZodEffects<z.ZodString, string, string>;
|
|
43
43
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
gps_live_track_share_link_id: string;
|
|
45
46
|
status: Status;
|
|
46
47
|
organisation_id: string;
|
|
47
48
|
type: NotificationType;
|
|
48
49
|
to_recipients: string;
|
|
49
|
-
gps_live_track_share_link_id: string;
|
|
50
50
|
}, {
|
|
51
|
+
gps_live_track_share_link_id: string;
|
|
51
52
|
status: Status;
|
|
52
53
|
organisation_id: string;
|
|
53
54
|
type: NotificationType;
|
|
54
55
|
to_recipients: string;
|
|
55
|
-
gps_live_track_share_link_id: string;
|
|
56
56
|
}>;
|
|
57
57
|
type GPSLiveTrackShareLinkNotificationsDTO = z.infer<typeof GPSLiveTrackShareLinkNotificationsSchema>;
|
|
58
58
|
declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
|
|
@@ -73,54 +73,54 @@ declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
|
|
|
73
73
|
to_recipients: z.ZodEffects<z.ZodString, string, string>;
|
|
74
74
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
75
75
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
76
|
+
gps_live_track_share_link_id: string;
|
|
76
77
|
status: Status;
|
|
77
78
|
organisation_id: string;
|
|
78
79
|
type: NotificationType;
|
|
79
80
|
to_recipients: string;
|
|
80
|
-
gps_live_track_share_link_id: string;
|
|
81
81
|
}, {
|
|
82
|
+
gps_live_track_share_link_id: string;
|
|
82
83
|
status: Status;
|
|
83
84
|
organisation_id: string;
|
|
84
85
|
type: NotificationType;
|
|
85
86
|
to_recipients: string;
|
|
86
|
-
gps_live_track_share_link_id: string;
|
|
87
87
|
}>, "many">>>;
|
|
88
88
|
}, "strip", z.ZodTypeAny, {
|
|
89
|
+
link_type: LinkType;
|
|
90
|
+
location: string;
|
|
89
91
|
link_status: LinkStatus;
|
|
90
92
|
status: Status;
|
|
91
93
|
organisation_id: string;
|
|
92
94
|
vehicle_id: string;
|
|
93
95
|
trip_id: string;
|
|
96
|
+
expire_milliseconds: number;
|
|
94
97
|
notifications: {
|
|
98
|
+
gps_live_track_share_link_id: string;
|
|
95
99
|
status: Status;
|
|
96
100
|
organisation_id: string;
|
|
97
101
|
type: NotificationType;
|
|
98
102
|
to_recipients: string;
|
|
99
|
-
gps_live_track_share_link_id: string;
|
|
100
103
|
}[];
|
|
101
|
-
link_type: LinkType;
|
|
102
|
-
location: string;
|
|
103
|
-
expire_milliseconds: number;
|
|
104
104
|
latitude?: number | undefined;
|
|
105
105
|
longitude?: number | undefined;
|
|
106
106
|
}, {
|
|
107
|
+
link_type: LinkType;
|
|
107
108
|
link_status: LinkStatus;
|
|
108
109
|
status: Status;
|
|
109
110
|
organisation_id: string;
|
|
110
111
|
vehicle_id: string;
|
|
111
112
|
trip_id: string;
|
|
112
|
-
|
|
113
|
+
latitude?: unknown;
|
|
114
|
+
longitude?: unknown;
|
|
115
|
+
location?: string | undefined;
|
|
116
|
+
expire_milliseconds?: unknown;
|
|
113
117
|
notifications?: {
|
|
118
|
+
gps_live_track_share_link_id: string;
|
|
114
119
|
status: Status;
|
|
115
120
|
organisation_id: string;
|
|
116
121
|
type: NotificationType;
|
|
117
122
|
to_recipients: string;
|
|
118
|
-
gps_live_track_share_link_id: string;
|
|
119
123
|
}[] | undefined;
|
|
120
|
-
latitude?: unknown;
|
|
121
|
-
longitude?: unknown;
|
|
122
|
-
location?: string | undefined;
|
|
123
|
-
expire_milliseconds?: unknown;
|
|
124
124
|
}>;
|
|
125
125
|
type GPSLiveTrackShareLinkDTO = z.infer<typeof GPSLiveTrackShareLinkSchema>;
|
|
126
126
|
declare const GPSLiveTrackShareLinkTimeSchema: z.ZodObject<{
|
|
@@ -176,6 +176,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
176
176
|
link_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkType>, "many">>>;
|
|
177
177
|
link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
+
link_type: LinkType[];
|
|
179
180
|
link_status: LinkStatus[];
|
|
180
181
|
status: Status[];
|
|
181
182
|
search: string;
|
|
@@ -201,10 +202,10 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
201
202
|
organisation_ids: string[];
|
|
202
203
|
vehicle_ids: string[];
|
|
203
204
|
trip_ids: string[];
|
|
204
|
-
link_type: LinkType[];
|
|
205
205
|
}, {
|
|
206
206
|
date_format_id: string;
|
|
207
207
|
time_zone_id: string;
|
|
208
|
+
link_type?: LinkType[] | undefined;
|
|
208
209
|
link_status?: LinkStatus[] | undefined;
|
|
209
210
|
status?: Status[] | undefined;
|
|
210
211
|
search?: string | undefined;
|
|
@@ -228,7 +229,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
228
229
|
organisation_ids?: string[] | undefined;
|
|
229
230
|
vehicle_ids?: string[] | undefined;
|
|
230
231
|
trip_ids?: string[] | undefined;
|
|
231
|
-
link_type?: LinkType[] | undefined;
|
|
232
232
|
}>;
|
|
233
233
|
type GPSLiveTrackShareLinkQueryDTO = z.infer<typeof GPSLiveTrackShareLinkQuerySchema>;
|
|
234
234
|
declare const toGPSLiveTrackShareLinkPayload: (data: GPSLiveTrackShareLink) => GPSLiveTrackShareLinkDTO;
|
|
@@ -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-D2pCLN2b.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -40,17 +40,17 @@ declare const GPSTrackHistoryShareLinkNotificationsSchema: z.ZodObject<{
|
|
|
40
40
|
to_recipients: z.ZodEffects<z.ZodString, string, string>;
|
|
41
41
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
gps_track_history_share_link_id: string;
|
|
44
43
|
status: Status;
|
|
45
44
|
organisation_id: string;
|
|
46
45
|
type: NotificationType;
|
|
47
46
|
to_recipients: string;
|
|
48
|
-
}, {
|
|
49
47
|
gps_track_history_share_link_id: string;
|
|
48
|
+
}, {
|
|
50
49
|
status: Status;
|
|
51
50
|
organisation_id: string;
|
|
52
51
|
type: NotificationType;
|
|
53
52
|
to_recipients: string;
|
|
53
|
+
gps_track_history_share_link_id: string;
|
|
54
54
|
}>;
|
|
55
55
|
type GPSTrackHistoryShareLinkNotificationsDTO = z.infer<typeof GPSTrackHistoryShareLinkNotificationsSchema>;
|
|
56
56
|
declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
@@ -68,47 +68,47 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
|
68
68
|
to_recipients: z.ZodEffects<z.ZodString, string, string>;
|
|
69
69
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
70
70
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
71
|
-
gps_track_history_share_link_id: string;
|
|
72
71
|
status: Status;
|
|
73
72
|
organisation_id: string;
|
|
74
73
|
type: NotificationType;
|
|
75
74
|
to_recipients: string;
|
|
76
|
-
}, {
|
|
77
75
|
gps_track_history_share_link_id: string;
|
|
76
|
+
}, {
|
|
78
77
|
status: Status;
|
|
79
78
|
organisation_id: string;
|
|
80
79
|
type: NotificationType;
|
|
81
80
|
to_recipients: string;
|
|
81
|
+
gps_track_history_share_link_id: string;
|
|
82
82
|
}>, "many">>>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
from_date_time: string;
|
|
85
|
-
to_date_time: string;
|
|
86
84
|
link_status: TrackHistoryLinkStatus;
|
|
87
85
|
status: Status;
|
|
88
86
|
organisation_id: string;
|
|
89
87
|
vehicle_id: string;
|
|
90
88
|
trip_id: string;
|
|
91
89
|
notifications: {
|
|
92
|
-
gps_track_history_share_link_id: string;
|
|
93
90
|
status: Status;
|
|
94
91
|
organisation_id: string;
|
|
95
92
|
type: NotificationType;
|
|
96
93
|
to_recipients: string;
|
|
94
|
+
gps_track_history_share_link_id: string;
|
|
97
95
|
}[];
|
|
98
|
-
}, {
|
|
99
96
|
from_date_time: string;
|
|
100
97
|
to_date_time: string;
|
|
98
|
+
}, {
|
|
101
99
|
link_status: TrackHistoryLinkStatus;
|
|
102
100
|
status: Status;
|
|
103
101
|
organisation_id: string;
|
|
104
102
|
vehicle_id: string;
|
|
105
103
|
trip_id: string;
|
|
104
|
+
from_date_time: string;
|
|
105
|
+
to_date_time: string;
|
|
106
106
|
notifications?: {
|
|
107
|
-
gps_track_history_share_link_id: string;
|
|
108
107
|
status: Status;
|
|
109
108
|
organisation_id: string;
|
|
110
109
|
type: NotificationType;
|
|
111
110
|
to_recipients: string;
|
|
111
|
+
gps_track_history_share_link_id: string;
|
|
112
112
|
}[] | undefined;
|
|
113
113
|
}>;
|
|
114
114
|
type GPSTrackHistoryShareLinkDTO = z.infer<typeof GPSTrackHistoryShareLinkSchema>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnOff, NotificationType, NotificationPreference, YesNo, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, a as User, M as MasterVehicle } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle } from '../../../user_organisation_service-D2pCLN2b.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 { OnOff, ReportType, ReportList, YesNo, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } 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-D2pCLN2b.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -70,6 +70,98 @@ interface UserReportsAutomationVehicleLink extends Record<string, unknown> {
|
|
|
70
70
|
automation_mail_id: string;
|
|
71
71
|
UserReportsAutomationMail?: UserReportsAutomationMail;
|
|
72
72
|
}
|
|
73
|
+
declare const UserReportsAutomationMailQuerySchema: z.ZodObject<{
|
|
74
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
75
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
76
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
77
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
78
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
79
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
80
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
81
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
82
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
83
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
84
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
85
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
86
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
87
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
88
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
89
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
90
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
91
|
+
}, "strip", z.ZodTypeAny, {
|
|
92
|
+
name: string;
|
|
93
|
+
field: string;
|
|
94
|
+
direction: OrderBy;
|
|
95
|
+
}, {
|
|
96
|
+
name: string;
|
|
97
|
+
field: string;
|
|
98
|
+
direction: OrderBy;
|
|
99
|
+
}>, "many">>>;
|
|
100
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
101
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
102
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
103
|
+
} & {
|
|
104
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
105
|
+
report_preference_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
106
|
+
automation_mail_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
107
|
+
all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
108
|
+
report_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportType>, "many">>>;
|
|
109
|
+
}, "strip", z.ZodTypeAny, {
|
|
110
|
+
status: Status[];
|
|
111
|
+
search: string;
|
|
112
|
+
paging: PAGING;
|
|
113
|
+
page_count: number;
|
|
114
|
+
page_index: number;
|
|
115
|
+
load_parents: LoadParents;
|
|
116
|
+
load_parents_list: string[];
|
|
117
|
+
load_child: LoadChild;
|
|
118
|
+
load_child_list: string[];
|
|
119
|
+
load_child_count: LoadChildCount;
|
|
120
|
+
load_child_count_list: string[];
|
|
121
|
+
include_details: Record<string, any>;
|
|
122
|
+
where_relations: Record<string, any>;
|
|
123
|
+
order_by: {
|
|
124
|
+
name: string;
|
|
125
|
+
field: string;
|
|
126
|
+
direction: OrderBy;
|
|
127
|
+
}[];
|
|
128
|
+
include_master_data: YesNo;
|
|
129
|
+
date_format_id: string;
|
|
130
|
+
time_zone_id: string;
|
|
131
|
+
organisation_ids: string[];
|
|
132
|
+
all_vehicles: YesNo[];
|
|
133
|
+
report_type: ReportType[];
|
|
134
|
+
report_preference_ids: string[];
|
|
135
|
+
automation_mail_ids: string[];
|
|
136
|
+
}, {
|
|
137
|
+
date_format_id: string;
|
|
138
|
+
time_zone_id: string;
|
|
139
|
+
status?: Status[] | undefined;
|
|
140
|
+
search?: string | undefined;
|
|
141
|
+
paging?: PAGING | undefined;
|
|
142
|
+
page_count?: unknown;
|
|
143
|
+
page_index?: unknown;
|
|
144
|
+
load_parents?: LoadParents | undefined;
|
|
145
|
+
load_parents_list?: string[] | undefined;
|
|
146
|
+
load_child?: LoadChild | undefined;
|
|
147
|
+
load_child_list?: string[] | undefined;
|
|
148
|
+
load_child_count?: LoadChildCount | undefined;
|
|
149
|
+
load_child_count_list?: string[] | undefined;
|
|
150
|
+
include_details?: Record<string, any> | undefined;
|
|
151
|
+
where_relations?: Record<string, any> | undefined;
|
|
152
|
+
order_by?: {
|
|
153
|
+
name: string;
|
|
154
|
+
field: string;
|
|
155
|
+
direction: OrderBy;
|
|
156
|
+
}[] | undefined;
|
|
157
|
+
include_master_data?: YesNo | undefined;
|
|
158
|
+
organisation_ids?: string[] | undefined;
|
|
159
|
+
all_vehicles?: YesNo[] | undefined;
|
|
160
|
+
report_type?: ReportType[] | undefined;
|
|
161
|
+
report_preference_ids?: string[] | undefined;
|
|
162
|
+
automation_mail_ids?: string[] | undefined;
|
|
163
|
+
}>;
|
|
164
|
+
type UserReportsAutomationMailQueryDTO = z.infer<typeof UserReportsAutomationMailQuerySchema>;
|
|
73
165
|
declare const UserReportPreferencesSchema: z.ZodObject<{
|
|
74
166
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
75
167
|
report_name: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -200,5 +292,6 @@ declare const findUserReportsPreferences: (data: UserReportPreferencesQueryDTO)
|
|
|
200
292
|
declare const createUserReportsPreferences: (data: UserReportPreferencesDTO) => Promise<SBR>;
|
|
201
293
|
declare const updateUserReportsPreferences: (id: string, data: UserReportPreferencesDTO) => Promise<SBR>;
|
|
202
294
|
declare const deleteUserReportsPreferences: (id: string) => Promise<SBR>;
|
|
295
|
+
declare const findUserReportsAutomationMail: (data: UserReportsAutomationMailQueryDTO) => Promise<FBR<UserReportsAutomationMail[]>>;
|
|
203
296
|
|
|
204
|
-
export { type UserReportPreferencesDTO, type UserReportPreferencesQueryDTO, UserReportPreferencesQuerySchema, UserReportPreferencesSchema, type UserReportsAutomationMail, type UserReportsAutomationVehicleLink, type UserReportsPreferences, type UserReportsPreferencesVehicleLink, createUserReportsPreferences, deleteUserReportsPreferences, findUserReportsPreferences, newUserReportsPreferencesPayload, toUserReportsPreferencesPayload, updateUserReportsPreferences };
|
|
297
|
+
export { type UserReportPreferencesDTO, type UserReportPreferencesQueryDTO, UserReportPreferencesQuerySchema, UserReportPreferencesSchema, type UserReportsAutomationMail, type UserReportsAutomationMailQueryDTO, UserReportsAutomationMailQuerySchema, type UserReportsAutomationVehicleLink, type UserReportsPreferences, type UserReportsPreferencesVehicleLink, createUserReportsPreferences, deleteUserReportsPreferences, findUserReportsAutomationMail, findUserReportsPreferences, newUserReportsPreferencesPayload, toUserReportsPreferencesPayload, updateUserReportsPreferences };
|
|
@@ -286,10 +286,25 @@ var MongoBaseQuerySchema = z2.object({
|
|
|
286
286
|
var URL = "gps/features/user_report_preferences";
|
|
287
287
|
var ENDPOINTS = {
|
|
288
288
|
find: `${URL}/search`,
|
|
289
|
+
find_automation_mail: `${URL}/automation_mail/search`,
|
|
289
290
|
create: URL,
|
|
290
291
|
update: (id) => `${URL}/${id}`,
|
|
291
292
|
delete: (id) => `${URL}/${id}`
|
|
292
293
|
};
|
|
294
|
+
var UserReportsAutomationMailQuerySchema = BaseQuerySchema.extend({
|
|
295
|
+
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
296
|
+
// ✅ Multi-Selection -> UserOrganisation
|
|
297
|
+
report_preference_ids: multi_select_optional("UserReportPreferences"),
|
|
298
|
+
// ✅ Multi-Selection -> UserReportPreferences
|
|
299
|
+
automation_mail_ids: multi_select_optional("UserReportPreferences"),
|
|
300
|
+
// ✅ Multi-Selection -> UserReportsAutomationMail
|
|
301
|
+
all_vehicles: enumArrayOptional("All Vehicles", YesNo, getAllEnums(YesNo)),
|
|
302
|
+
report_type: enumArrayOptional(
|
|
303
|
+
"Report Type",
|
|
304
|
+
ReportType,
|
|
305
|
+
getAllEnums(ReportType)
|
|
306
|
+
)
|
|
307
|
+
});
|
|
293
308
|
var UserReportPreferencesSchema = z3.object({
|
|
294
309
|
organisation_id: single_select_mandatory("UserOrganisation"),
|
|
295
310
|
report_name: stringMandatory("Report Name", 3, 100),
|
|
@@ -355,11 +370,16 @@ var updateUserReportsPreferences = async (id, data) => {
|
|
|
355
370
|
var deleteUserReportsPreferences = async (id) => {
|
|
356
371
|
return apiDelete(ENDPOINTS.delete(id));
|
|
357
372
|
};
|
|
373
|
+
var findUserReportsAutomationMail = async (data) => {
|
|
374
|
+
return apiPost(ENDPOINTS.find_automation_mail, data);
|
|
375
|
+
};
|
|
358
376
|
export {
|
|
359
377
|
UserReportPreferencesQuerySchema,
|
|
360
378
|
UserReportPreferencesSchema,
|
|
379
|
+
UserReportsAutomationMailQuerySchema,
|
|
361
380
|
createUserReportsPreferences,
|
|
362
381
|
deleteUserReportsPreferences,
|
|
382
|
+
findUserReportsAutomationMail,
|
|
363
383
|
findUserReportsPreferences,
|
|
364
384
|
newUserReportsPreferencesPayload,
|
|
365
385
|
toUserReportsPreferencesPayload,
|
|
@@ -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 { c2 as AssignRemoveDeviceHistory, c8 as DeviceSimLinkDTO, c7 as DeviceSimLinkSchema, c as MasterDevice, c4 as MasterDeviceDTO, c6 as MasterDeviceQueryDTO, c5 as MasterDeviceQuerySchema, c3 as MasterDeviceSchema, cc as createMasterDevice, ce as deleteMasterDevice, cf as device_sim_link, cg as device_sim_unlink, cb as findMasterDevices, ci as get_device_sim_link_history_by_device, ch as get_device_sim_link_history_by_sim, ca as newMasterDevicePayload, c9 as toMasterDevicePayload, cd as updateMasterDevice } from '../../../user_organisation_service-
|
|
5
|
+
export { c2 as AssignRemoveDeviceHistory, c8 as DeviceSimLinkDTO, c7 as DeviceSimLinkSchema, c as MasterDevice, c4 as MasterDeviceDTO, c6 as MasterDeviceQueryDTO, c5 as MasterDeviceQuerySchema, c3 as MasterDeviceSchema, cc as createMasterDevice, ce as deleteMasterDevice, cf as device_sim_link, cg as device_sim_unlink, cb as findMasterDevices, ci as get_device_sim_link_history_by_device, ch as get_device_sim_link_history_by_sim, ca as newMasterDevicePayload, c9 as toMasterDevicePayload, cd as updateMasterDevice } from '../../../user_organisation_service-D2pCLN2b.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 { a_ as AssignRemoveDriverHistory, b2 as DriverQueryDTO, b1 as DriverQuerySchema, b as MasterDriver, b0 as MasterDriverDTO, a$ as MasterDriverSchema, b6 as createDriver, b8 as deleteDriver, b5 as findDrivers, ba as getDriverCache, bb as getDriverSimpleCache, b9 as getPresignedUrlForDriver, b4 as newDriverPayload, b3 as toDriverPayload, b7 as updateDriver } from '../../../user_organisation_service-
|
|
4
|
+
export { a_ as AssignRemoveDriverHistory, b2 as DriverQueryDTO, b1 as DriverQuerySchema, b as MasterDriver, b0 as MasterDriverDTO, a$ as MasterDriverSchema, b6 as createDriver, b8 as deleteDriver, b5 as findDrivers, ba as getDriverCache, bb as getDriverSimpleCache, b9 as getPresignedUrlForDriver, b4 as newDriverPayload, b3 as toDriverPayload, b7 as updateDriver } from '../../../user_organisation_service-D2pCLN2b.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 { bT as AssignRemoveSimHistory, bS as MasterSim, bV as MasterSimDTO, bX as MasterSimQueryDTO, bW as MasterSimQuerySchema, bU as MasterSimSchema, b$ as createMasterSim, c1 as deleteMasterSim, b_ as findMasterSims, bZ as newMasterSimPayload, bY as toMasterSimPayload, c0 as updateMasterSim } from '../../../user_organisation_service-
|
|
4
|
+
export { bT as AssignRemoveSimHistory, bS as MasterSim, bV as MasterSimDTO, bX as MasterSimQueryDTO, bW as MasterSimQuerySchema, bU as MasterSimSchema, b$ as createMasterSim, c1 as deleteMasterSim, b_ as findMasterSims, bZ as newMasterSimPayload, bY as toMasterSimPayload, c0 as updateMasterSim } from '../../../user_organisation_service-D2pCLN2b.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-D2pCLN2b.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, ky as UserOrganisationDTO, kA as UserOrganisationQueryDTO, kz as UserOrganisationQuerySchema, kx as UserOrganisationSchema, kw as UserOrganisationSimple, kE as createUserOrganisation, kG as deleteUserOrganisation, kD as findUserOrganisations, kH as getUserOrganisationCache, kI as getUserOrganisationCacheSimple, kJ as getUserOrganisationPresignedUrl, kC as newUserOrganisationPayload, kB as toUserOrganisationPayload, kF as updateUserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
export { U as UserOrganisation, ky as UserOrganisationDTO, kA as UserOrganisationQueryDTO, kz as UserOrganisationQuerySchema, kx as UserOrganisationSchema, kw as UserOrganisationSimple, kE as createUserOrganisation, kG as deleteUserOrganisation, kD as findUserOrganisations, kH as getUserOrganisationCache, kI as getUserOrganisationCacheSimple, kJ as getUserOrganisationPresignedUrl, kC as newUserOrganisationPayload, kB as toUserOrganisationPayload, kF as updateUserOrganisation } from '../../../user_organisation_service-D2pCLN2b.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 { h2 as CreateUserDTO, h1 as CreateUserSchema, a as User, g_ as UserAccessControl, h0 as UserAccessControlDTO, g$ as UserAccessControlSchema, he as UserDefaultDateFormatDTO, hd as UserDefaultDateFormatSchema, ha as UserDefaultLanguageDTO, h9 as UserDefaultLanguageSchema, h6 as UserDefaultPageDTO, h5 as UserDefaultPageSchema, h8 as UserDefaultThemeDTO, h7 as UserDefaultThemeSchema, hc as UserDefaultTimeZoneDTO, hb as UserDefaultTimeZoneSchema, hg as UserLoginPushDTO, hf as UserLoginPushSchema, h4 as UserQueryDTO, h3 as UserQuerySchema, hk as createUser, hv as createUserLoginPush, hm as deleteUser, hx as deleteUserLoginPush, hj as findUsers, hn as getUserCache, ho as getUserCacheSimple, hp as getUserPresignedUrl, hh as newUserPayload, hi as toUserPayload, hl as updateUser, hu as updateUserDefaultDateformat, hs as updateUserDefaultLanguage, hq as updateUserDefaultPage, hr as updateUserDefaultTheme, ht as updateUserDefaultTimezone, hw as updateUserLoginPush } from '../../../user_organisation_service-
|
|
4
|
+
export { h2 as CreateUserDTO, h1 as CreateUserSchema, a as User, g_ as UserAccessControl, h0 as UserAccessControlDTO, g$ as UserAccessControlSchema, he as UserDefaultDateFormatDTO, hd as UserDefaultDateFormatSchema, ha as UserDefaultLanguageDTO, h9 as UserDefaultLanguageSchema, h6 as UserDefaultPageDTO, h5 as UserDefaultPageSchema, h8 as UserDefaultThemeDTO, h7 as UserDefaultThemeSchema, hc as UserDefaultTimeZoneDTO, hb as UserDefaultTimeZoneSchema, hg as UserLoginPushDTO, hf as UserLoginPushSchema, h4 as UserQueryDTO, h3 as UserQuerySchema, hk as createUser, hv as createUserLoginPush, hm as deleteUser, hx as deleteUserLoginPush, hj as findUsers, hn as getUserCache, ho as getUserCacheSimple, hp as getUserPresignedUrl, hh as newUserPayload, hi as toUserPayload, hl as updateUser, hu as updateUserDefaultDateformat, hs as updateUserDefaultLanguage, hq as updateUserDefaultPage, hr as updateUserDefaultTheme, ht as updateUserDefaultTimezone, hw as updateUserLoginPush } from '../../../user_organisation_service-D2pCLN2b.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-D2pCLN2b.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, fn as MasterVehicleDropdown, fC as SimpleFindQueryDTO, fB as SimpleFindQuerySchema, fu as VehicleDTO, fo as VehicleDetailBody, fE as VehicleDetailBodyDTO, fD as VehicleDetailBodySchema, fr as VehicleDetailGPS, fK as VehicleDetailGPSAnalyticsDTO, fJ as VehicleDetailGPSAnalyticsSchema, fI as VehicleDetailGPSDataDTO, fH as VehicleDetailGPSDataSchema, fG as VehicleDetailGPSMainDTO, fF as VehicleDetailGPSMainSchema, fp as VehicleDetailLifeCycle, fM as VehicleDetailLifeCycleDto, fL as VehicleDetailLifeCycleSchema, fq as VehicleDetailPurchase, fO as VehicleDetailPurchaseDTO, fN as VehicleDetailPurchaseSchema, fs as VehicleDetailTrip, fQ as VehicleDetailTripDTO, fP as VehicleDetailTripSchema, fw as VehicleDeviceLinkDTO, fv as VehicleDeviceLinkSchema, fy as VehicleDeviceUnlinkDTO, fx as VehicleDeviceUnlinkSchema, fA as VehicleDriverLinkDTO, fz as VehicleDriverLinkSchema, fU as VehicleGPSQueryDTO, fT as VehicleGPSQuerySchema, fS as VehicleQueryDTO, fR as VehicleQuerySchema, ft as VehicleSchema, g2 as createVehicle, g4 as deleteVehicle, g1 as findVehicleGPSDetails, f$ as findVehicles, g0 as findVehiclesLiveDashboard, gj as getDeviceLinkHistoryByDevice, gi as getDeviceLinkHistoryByVehicle, gf as getDriverLinkHistoryByDriver, ge as getDriverLinkHistoryByVehicle, gk as getVehicleCache, gn as getVehicleParentCache, gl as getVehicleSimpleCache, gm as getVehicleSimpleDropdownCustom, gg as linkDeviceToVehicle, gc as linkDriverToVehicle, fW as newVehiclePayload, f_ as toVehicleDetailLifeCyclePayload, fZ as toVehicleDetailPurchasePayload, fY as toVehicleDetailsBodyPayload, fX as toVehicleDetailsGPSPayload, fV as toVehiclePayload, gh as unlinkDeviceFromVehicle, gd as unlinkDriverFromVehicle, g3 as updateVehicle, g5 as updateVehicleBodyDetails, ga as updateVehicleGPSDetailsAnalytics, g9 as updateVehicleGPSDetailsData, g8 as updateVehicleGPSDetailsMain, g6 as updateVehicleLifeCycleDetails, g7 as updateVehiclePurchaseDetails, gb as updateVehicleTripDetails } from '../../../user_organisation_service-
|
|
5
|
+
export { M as MasterVehicle, fn as MasterVehicleDropdown, fC as SimpleFindQueryDTO, fB as SimpleFindQuerySchema, fu as VehicleDTO, fo as VehicleDetailBody, fE as VehicleDetailBodyDTO, fD as VehicleDetailBodySchema, fr as VehicleDetailGPS, fK as VehicleDetailGPSAnalyticsDTO, fJ as VehicleDetailGPSAnalyticsSchema, fI as VehicleDetailGPSDataDTO, fH as VehicleDetailGPSDataSchema, fG as VehicleDetailGPSMainDTO, fF as VehicleDetailGPSMainSchema, fp as VehicleDetailLifeCycle, fM as VehicleDetailLifeCycleDto, fL as VehicleDetailLifeCycleSchema, fq as VehicleDetailPurchase, fO as VehicleDetailPurchaseDTO, fN as VehicleDetailPurchaseSchema, fs as VehicleDetailTrip, fQ as VehicleDetailTripDTO, fP as VehicleDetailTripSchema, fw as VehicleDeviceLinkDTO, fv as VehicleDeviceLinkSchema, fy as VehicleDeviceUnlinkDTO, fx as VehicleDeviceUnlinkSchema, fA as VehicleDriverLinkDTO, fz as VehicleDriverLinkSchema, fU as VehicleGPSQueryDTO, fT as VehicleGPSQuerySchema, fS as VehicleQueryDTO, fR as VehicleQuerySchema, ft as VehicleSchema, g2 as createVehicle, g4 as deleteVehicle, g1 as findVehicleGPSDetails, f$ as findVehicles, g0 as findVehiclesLiveDashboard, gj as getDeviceLinkHistoryByDevice, gi as getDeviceLinkHistoryByVehicle, gf as getDriverLinkHistoryByDriver, ge as getDriverLinkHistoryByVehicle, gk as getVehicleCache, gn as getVehicleParentCache, gl as getVehicleSimpleCache, gm as getVehicleSimpleDropdownCustom, gg as linkDeviceToVehicle, gc as linkDriverToVehicle, fW as newVehiclePayload, f_ as toVehicleDetailLifeCyclePayload, fZ as toVehicleDetailPurchasePayload, fY as toVehicleDetailsBodyPayload, fX as toVehicleDetailsGPSPayload, fV as toVehiclePayload, gh as unlinkDeviceFromVehicle, gd as unlinkDriverFromVehicle, g3 as updateVehicle, g5 as updateVehicleBodyDetails, ga as updateVehicleGPSDetailsAnalytics, g9 as updateVehicleGPSDetailsData, g8 as updateVehicleGPSDetailsMain, g6 as updateVehicleLifeCycleDetails, g7 as updateVehiclePurchaseDetails, gb as updateVehicleTripDetails } from '../../../user_organisation_service-D2pCLN2b.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|