vms-nest-prisma-api-document 6.0.25 → 6.0.30
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/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 +50 -51
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +35 -36
- package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +11 -11
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +10 -10
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +5 -5
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +3 -3
- 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_models/GpsAnalytics.d.ts +1 -1
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_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 +4 -130
- 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 -135
- 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/dist/{user_organisation_service-DS5AX39n.d.ts → user_organisation_service-D3GhFJqI.d.ts} +288 -9
- package/package.json +1 -1
|
@@ -2,9 +2,8 @@ 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, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-D3GhFJqI.js';
|
|
6
6
|
import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
|
|
7
|
-
import { MasterVehicleFuelUnit } from '../../master/vehicle/master_vehicle_fuel_unit_service.js';
|
|
8
7
|
import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
|
|
9
8
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
10
9
|
|
|
@@ -97,10 +96,10 @@ declare const FleetFuelRemovalFileSchema: z.ZodObject<{
|
|
|
97
96
|
}, "strip", z.ZodTypeAny, {
|
|
98
97
|
status: Status;
|
|
99
98
|
organisation_id: string;
|
|
99
|
+
file_name: string;
|
|
100
100
|
file_type: FileType;
|
|
101
101
|
file_url: string;
|
|
102
102
|
file_key: string;
|
|
103
|
-
file_name: string;
|
|
104
103
|
file_description: string;
|
|
105
104
|
file_size: number;
|
|
106
105
|
file_metadata: Record<string, any>;
|
|
@@ -110,9 +109,9 @@ declare const FleetFuelRemovalFileSchema: z.ZodObject<{
|
|
|
110
109
|
organisation_id: string;
|
|
111
110
|
file_type: FileType;
|
|
112
111
|
fleet_fuel_removal_id: string;
|
|
112
|
+
file_name?: string | undefined;
|
|
113
113
|
file_url?: string | undefined;
|
|
114
114
|
file_key?: string | undefined;
|
|
115
|
-
file_name?: string | undefined;
|
|
116
115
|
file_description?: string | undefined;
|
|
117
116
|
file_size?: unknown;
|
|
118
117
|
file_metadata?: Record<string, any> | undefined;
|
|
@@ -161,10 +160,10 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
161
160
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
162
161
|
status: Status;
|
|
163
162
|
organisation_id: string;
|
|
163
|
+
file_name: string;
|
|
164
164
|
file_type: FileType;
|
|
165
165
|
file_url: string;
|
|
166
166
|
file_key: string;
|
|
167
|
-
file_name: string;
|
|
168
167
|
file_description: string;
|
|
169
168
|
file_size: number;
|
|
170
169
|
file_metadata: Record<string, any>;
|
|
@@ -174,77 +173,77 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
174
173
|
organisation_id: string;
|
|
175
174
|
file_type: FileType;
|
|
176
175
|
fleet_fuel_removal_id: string;
|
|
176
|
+
file_name?: string | undefined;
|
|
177
177
|
file_url?: string | undefined;
|
|
178
178
|
file_key?: string | undefined;
|
|
179
|
-
file_name?: string | undefined;
|
|
180
179
|
file_description?: string | undefined;
|
|
181
180
|
file_size?: unknown;
|
|
182
181
|
file_metadata?: Record<string, any> | undefined;
|
|
183
182
|
}>, "many">>>;
|
|
184
183
|
}, "strip", z.ZodTypeAny, {
|
|
185
|
-
odometer_reading: number;
|
|
186
|
-
date_time: string;
|
|
187
|
-
entry_source: RefillEntrySource;
|
|
188
|
-
source_reference_id: string;
|
|
189
|
-
source_notes: string;
|
|
190
|
-
admin_verify_status: GPSFuelApproveStatus;
|
|
191
|
-
transporter_verify_status: GPSFuelApproveStatus;
|
|
192
|
-
google_location: string;
|
|
193
184
|
status: Status;
|
|
194
185
|
organisation_id: string;
|
|
195
186
|
user_id: string;
|
|
196
187
|
vehicle_id: string;
|
|
197
188
|
driver_id: string;
|
|
198
189
|
device_id: string;
|
|
190
|
+
time_zone_id: string;
|
|
199
191
|
vehicle_fuel_type_id: string;
|
|
200
192
|
vehicle_fuel_unit_id: string;
|
|
201
|
-
|
|
193
|
+
odometer_reading: number;
|
|
194
|
+
google_location: string;
|
|
195
|
+
date_time: string;
|
|
196
|
+
entry_source: RefillEntrySource;
|
|
197
|
+
source_reference_id: string;
|
|
198
|
+
source_notes: string;
|
|
199
|
+
admin_verify_status: GPSFuelApproveStatus;
|
|
200
|
+
transporter_verify_status: GPSFuelApproveStatus;
|
|
202
201
|
fuel_removal_reason_id: string;
|
|
203
202
|
removal_details: string;
|
|
204
203
|
removal_files: {
|
|
205
204
|
status: Status;
|
|
206
205
|
organisation_id: string;
|
|
206
|
+
file_name: string;
|
|
207
207
|
file_type: FileType;
|
|
208
208
|
file_url: string;
|
|
209
209
|
file_key: string;
|
|
210
|
-
file_name: string;
|
|
211
210
|
file_description: string;
|
|
212
211
|
file_size: number;
|
|
213
212
|
file_metadata: Record<string, any>;
|
|
214
213
|
fleet_fuel_removal_id: string;
|
|
215
214
|
}[];
|
|
216
|
-
cost_per_unit?: number | undefined;
|
|
217
|
-
total_cost?: number | undefined;
|
|
218
215
|
latitude?: number | undefined;
|
|
219
216
|
longitude?: number | undefined;
|
|
217
|
+
cost_per_unit?: number | undefined;
|
|
218
|
+
total_cost?: number | undefined;
|
|
220
219
|
before_removal_quantity?: number | undefined;
|
|
221
220
|
after_removal_quantity?: number | undefined;
|
|
222
221
|
removal_quantity?: number | undefined;
|
|
223
222
|
verified_removal_quantity?: number | undefined;
|
|
224
223
|
diff_removal_quantity?: number | undefined;
|
|
225
224
|
}, {
|
|
226
|
-
date_time: string;
|
|
227
|
-
admin_verify_status: GPSFuelApproveStatus;
|
|
228
|
-
transporter_verify_status: GPSFuelApproveStatus;
|
|
229
225
|
status: Status;
|
|
230
226
|
organisation_id: string;
|
|
231
227
|
user_id: string;
|
|
232
228
|
vehicle_id: string;
|
|
233
229
|
driver_id: string;
|
|
234
230
|
device_id: string;
|
|
231
|
+
time_zone_id: string;
|
|
235
232
|
vehicle_fuel_type_id: string;
|
|
236
233
|
vehicle_fuel_unit_id: string;
|
|
237
|
-
|
|
234
|
+
date_time: string;
|
|
235
|
+
admin_verify_status: GPSFuelApproveStatus;
|
|
236
|
+
transporter_verify_status: GPSFuelApproveStatus;
|
|
238
237
|
fuel_removal_reason_id: string;
|
|
239
238
|
odometer_reading?: unknown;
|
|
239
|
+
latitude?: unknown;
|
|
240
|
+
longitude?: unknown;
|
|
241
|
+
google_location?: string | undefined;
|
|
240
242
|
cost_per_unit?: unknown;
|
|
241
243
|
total_cost?: unknown;
|
|
242
244
|
entry_source?: RefillEntrySource | undefined;
|
|
243
245
|
source_reference_id?: string | undefined;
|
|
244
246
|
source_notes?: string | undefined;
|
|
245
|
-
latitude?: unknown;
|
|
246
|
-
longitude?: unknown;
|
|
247
|
-
google_location?: string | undefined;
|
|
248
247
|
before_removal_quantity?: unknown;
|
|
249
248
|
after_removal_quantity?: unknown;
|
|
250
249
|
removal_quantity?: unknown;
|
|
@@ -256,9 +255,9 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
256
255
|
organisation_id: string;
|
|
257
256
|
file_type: FileType;
|
|
258
257
|
fleet_fuel_removal_id: string;
|
|
258
|
+
file_name?: string | undefined;
|
|
259
259
|
file_url?: string | undefined;
|
|
260
260
|
file_key?: string | undefined;
|
|
261
|
-
file_name?: string | undefined;
|
|
262
261
|
file_description?: string | undefined;
|
|
263
262
|
file_size?: unknown;
|
|
264
263
|
file_metadata?: Record<string, any> | undefined;
|
|
@@ -310,11 +309,7 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
310
309
|
from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
311
310
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
312
311
|
}, "strip", z.ZodTypeAny, {
|
|
313
|
-
entry_source: RefillEntrySource[];
|
|
314
|
-
admin_verify_status: GPSFuelApproveStatus[];
|
|
315
|
-
transporter_verify_status: GPSFuelApproveStatus[];
|
|
316
312
|
status: Status[];
|
|
317
|
-
time_zone_id: string;
|
|
318
313
|
search: string;
|
|
319
314
|
paging: PAGING;
|
|
320
315
|
page_count: number;
|
|
@@ -334,24 +329,25 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
334
329
|
}[];
|
|
335
330
|
include_master_data: YesNo;
|
|
336
331
|
date_format_id: string;
|
|
332
|
+
time_zone_id: string;
|
|
337
333
|
organisation_ids: string[];
|
|
338
334
|
user_ids: string[];
|
|
339
335
|
vehicle_ids: string[];
|
|
340
336
|
driver_ids: string[];
|
|
341
337
|
device_ids: string[];
|
|
342
|
-
vehicle_fuel_type_ids: string[];
|
|
343
|
-
vehicle_fuel_unit_ids: string[];
|
|
344
338
|
from_date: string;
|
|
345
339
|
to_date: string;
|
|
340
|
+
vehicle_fuel_type_ids: string[];
|
|
341
|
+
entry_source: RefillEntrySource[];
|
|
342
|
+
admin_verify_status: GPSFuelApproveStatus[];
|
|
343
|
+
transporter_verify_status: GPSFuelApproveStatus[];
|
|
344
|
+
vehicle_fuel_unit_ids: string[];
|
|
346
345
|
fuel_removal_reason_ids: string[];
|
|
347
346
|
}, {
|
|
348
|
-
time_zone_id: string;
|
|
349
347
|
date_format_id: string;
|
|
348
|
+
time_zone_id: string;
|
|
350
349
|
from_date: string;
|
|
351
350
|
to_date: string;
|
|
352
|
-
entry_source?: RefillEntrySource[] | undefined;
|
|
353
|
-
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
354
|
-
transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
355
351
|
status?: Status[] | undefined;
|
|
356
352
|
search?: string | undefined;
|
|
357
353
|
paging?: PAGING | undefined;
|
|
@@ -377,6 +373,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
377
373
|
driver_ids?: string[] | undefined;
|
|
378
374
|
device_ids?: string[] | undefined;
|
|
379
375
|
vehicle_fuel_type_ids?: string[] | undefined;
|
|
376
|
+
entry_source?: RefillEntrySource[] | undefined;
|
|
377
|
+
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
378
|
+
transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
380
379
|
vehicle_fuel_unit_ids?: string[] | undefined;
|
|
381
380
|
fuel_removal_reason_ids?: string[] | undefined;
|
|
382
381
|
}>;
|
|
@@ -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-D3GhFJqI.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -59,6 +59,8 @@ declare const GPSGeofenceDataSchema: z.ZodObject<{
|
|
|
59
59
|
geofence_purpose_type: z.ZodType<GeofencePurposeType, z.ZodTypeDef, GeofencePurposeType>;
|
|
60
60
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
+
status: Status;
|
|
63
|
+
organisation_id: string;
|
|
62
64
|
geofence_name: string;
|
|
63
65
|
location_name: string;
|
|
64
66
|
geofence_type: GeofenceType;
|
|
@@ -68,21 +70,19 @@ declare const GPSGeofenceDataSchema: z.ZodObject<{
|
|
|
68
70
|
}[];
|
|
69
71
|
geofence_description: string;
|
|
70
72
|
geofence_purpose_type: GeofencePurposeType;
|
|
71
|
-
status: Status;
|
|
72
|
-
organisation_id: string;
|
|
73
|
-
radius_km?: number | undefined;
|
|
74
73
|
latitude?: number | undefined;
|
|
75
74
|
longitude?: number | undefined;
|
|
75
|
+
radius_km?: number | undefined;
|
|
76
76
|
}, {
|
|
77
|
+
status: Status;
|
|
78
|
+
organisation_id: string;
|
|
77
79
|
geofence_name: string;
|
|
78
80
|
location_name: string;
|
|
79
81
|
geofence_type: GeofenceType;
|
|
80
82
|
geofence_purpose_type: GeofencePurposeType;
|
|
81
|
-
status: Status;
|
|
82
|
-
organisation_id: string;
|
|
83
|
-
radius_km?: unknown;
|
|
84
83
|
latitude?: unknown;
|
|
85
84
|
longitude?: unknown;
|
|
85
|
+
radius_km?: unknown;
|
|
86
86
|
poliline_data?: {
|
|
87
87
|
latitude?: unknown;
|
|
88
88
|
longitude?: unknown;
|
|
@@ -125,8 +125,6 @@ declare const GPSGeofenceDataQuerySchema: z.ZodObject<{
|
|
|
125
125
|
geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
|
|
126
126
|
geofence_purpose_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofencePurposeType>, "many">>>;
|
|
127
127
|
}, "strip", z.ZodTypeAny, {
|
|
128
|
-
geofence_type: GeofenceType[];
|
|
129
|
-
geofence_purpose_type: GeofencePurposeType[];
|
|
130
128
|
status: Status[];
|
|
131
129
|
search: string;
|
|
132
130
|
paging: PAGING;
|
|
@@ -149,11 +147,11 @@ declare const GPSGeofenceDataQuerySchema: z.ZodObject<{
|
|
|
149
147
|
date_format_id: string;
|
|
150
148
|
time_zone_id: string;
|
|
151
149
|
organisation_ids: string[];
|
|
150
|
+
geofence_type: GeofenceType[];
|
|
151
|
+
geofence_purpose_type: GeofencePurposeType[];
|
|
152
152
|
}, {
|
|
153
153
|
date_format_id: string;
|
|
154
154
|
time_zone_id: string;
|
|
155
|
-
geofence_type?: GeofenceType[] | undefined;
|
|
156
|
-
geofence_purpose_type?: GeofencePurposeType[] | undefined;
|
|
157
155
|
status?: Status[] | undefined;
|
|
158
156
|
search?: string | undefined;
|
|
159
157
|
paging?: PAGING | undefined;
|
|
@@ -174,6 +172,8 @@ declare const GPSGeofenceDataQuerySchema: z.ZodObject<{
|
|
|
174
172
|
}[] | undefined;
|
|
175
173
|
include_master_data?: YesNo | undefined;
|
|
176
174
|
organisation_ids?: string[] | undefined;
|
|
175
|
+
geofence_type?: GeofenceType[] | undefined;
|
|
176
|
+
geofence_purpose_type?: GeofencePurposeType[] | undefined;
|
|
177
177
|
}>;
|
|
178
178
|
type GPSGeofenceDataQueryDTO = z.infer<typeof GPSGeofenceDataQuerySchema>;
|
|
179
179
|
declare const toGPSGeofenceDataPayload: (data: GPSGeofenceData) => GPSGeofenceDataDTO;
|
|
@@ -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-D3GhFJqI.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';
|
|
@@ -31,21 +31,21 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
|
|
|
31
31
|
geofence_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
32
32
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
|
-
|
|
34
|
+
geofence_status_type: GeofenceStatusType;
|
|
35
|
+
geofence_time: string;
|
|
35
36
|
status: Status;
|
|
36
37
|
organisation_id: string;
|
|
37
|
-
driver_id: string;
|
|
38
38
|
vehicle_id: string;
|
|
39
|
+
driver_id: string;
|
|
40
|
+
gps_geofence_id: string;
|
|
41
|
+
}, {
|
|
39
42
|
geofence_status_type: GeofenceStatusType;
|
|
40
43
|
geofence_time: string;
|
|
41
|
-
}, {
|
|
42
|
-
gps_geofence_id: string;
|
|
43
44
|
status: Status;
|
|
44
45
|
organisation_id: string;
|
|
45
|
-
driver_id: string;
|
|
46
46
|
vehicle_id: string;
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
driver_id: string;
|
|
48
|
+
gps_geofence_id: string;
|
|
49
49
|
}>;
|
|
50
50
|
type GPSGeofenceTransactionDTO = z.infer<typeof GPSGeofenceTransactionSchema>;
|
|
51
51
|
declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
@@ -85,6 +85,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
85
85
|
gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
86
86
|
geofence_status_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceStatusType>, "many">>>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
+
geofence_status_type: GeofenceStatusType[];
|
|
88
89
|
status: Status[];
|
|
89
90
|
search: string;
|
|
90
91
|
paging: PAGING;
|
|
@@ -109,11 +110,11 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
109
110
|
organisation_ids: string[];
|
|
110
111
|
vehicle_ids: string[];
|
|
111
112
|
driver_ids: string[];
|
|
112
|
-
geofence_status_type: GeofenceStatusType[];
|
|
113
113
|
gps_geofence_ids: string[];
|
|
114
114
|
}, {
|
|
115
115
|
date_format_id: string;
|
|
116
116
|
time_zone_id: string;
|
|
117
|
+
geofence_status_type?: GeofenceStatusType[] | undefined;
|
|
117
118
|
status?: Status[] | undefined;
|
|
118
119
|
search?: string | undefined;
|
|
119
120
|
paging?: PAGING | undefined;
|
|
@@ -136,7 +137,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
136
137
|
organisation_ids?: string[] | undefined;
|
|
137
138
|
vehicle_ids?: string[] | undefined;
|
|
138
139
|
driver_ids?: string[] | undefined;
|
|
139
|
-
geofence_status_type?: GeofenceStatusType[] | undefined;
|
|
140
140
|
gps_geofence_ids?: string[] | undefined;
|
|
141
141
|
}>;
|
|
142
142
|
type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
|
|
@@ -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-D3GhFJqI.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';
|
|
@@ -40,22 +40,22 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
|
|
|
40
40
|
duration_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
41
41
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
gps_geofence_id: string;
|
|
44
43
|
status: Status;
|
|
45
44
|
organisation_id: string;
|
|
46
|
-
driver_id: string;
|
|
47
45
|
vehicle_id: string;
|
|
46
|
+
driver_id: string;
|
|
47
|
+
gps_geofence_id: string;
|
|
48
48
|
geofence_enter_date_time: string;
|
|
49
49
|
geofence_exit_date_time: string;
|
|
50
50
|
duration_seconds: number;
|
|
51
51
|
enter_gps_geofence_transaction_id: string;
|
|
52
52
|
exit_gps_geofence_transaction_id: string;
|
|
53
53
|
}, {
|
|
54
|
-
gps_geofence_id: string;
|
|
55
54
|
status: Status;
|
|
56
55
|
organisation_id: string;
|
|
57
|
-
driver_id: string;
|
|
58
56
|
vehicle_id: string;
|
|
57
|
+
driver_id: string;
|
|
58
|
+
gps_geofence_id: string;
|
|
59
59
|
geofence_enter_date_time: string;
|
|
60
60
|
enter_gps_geofence_transaction_id: string;
|
|
61
61
|
exit_gps_geofence_transaction_id: string;
|
|
@@ -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-D3GhFJqI.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';
|
|
@@ -64,8 +64,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
65
|
status: Status;
|
|
66
66
|
organisation_id: string;
|
|
67
|
-
driver_id: string;
|
|
68
67
|
vehicle_id: string;
|
|
68
|
+
driver_id: string;
|
|
69
69
|
duration_seconds: number;
|
|
70
70
|
from_geofence_exit_date_time: string;
|
|
71
71
|
to_geofence_enter_date_time: string;
|
|
@@ -87,8 +87,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
87
87
|
}, {
|
|
88
88
|
status: Status;
|
|
89
89
|
organisation_id: string;
|
|
90
|
-
driver_id: string;
|
|
91
90
|
vehicle_id: string;
|
|
91
|
+
driver_id: string;
|
|
92
92
|
from_geofence_exit_date_time: string;
|
|
93
93
|
to_geofence_enter_date_time: string;
|
|
94
94
|
from_geofence_id: string;
|
|
@@ -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-D3GhFJqI.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-D3GhFJqI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
interface GpsAnalytics extends Record<string, unknown> {
|
|
2
|
-
si: number;
|
|
3
2
|
org_id: string;
|
|
4
3
|
v_id: string;
|
|
5
4
|
d_id: string;
|
|
@@ -16,6 +15,7 @@ interface GpsAnalytics extends Record<string, unknown> {
|
|
|
16
15
|
analytics_full: AnalyticsFull;
|
|
17
16
|
hourly_analysis: HourlyAnalysis[];
|
|
18
17
|
night_driving: NightDriving;
|
|
18
|
+
si: number;
|
|
19
19
|
date_f: string;
|
|
20
20
|
vn_f: string;
|
|
21
21
|
vt: string;
|
|
@@ -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 {
|
|
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-D3GhFJqI.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 {
|
|
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-D3GhFJqI.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 {
|
|
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-D3GhFJqI.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-D3GhFJqI.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,
|
|
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-D3GhFJqI.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 {
|
|
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-D3GhFJqI.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-D3GhFJqI.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,
|
|
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-D3GhFJqI.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 {
|
|
4
|
+
export { bE as MasterDeviceManufacturer, bG as MasterDeviceManufacturerDTO, bI as MasterDeviceManufacturerQueryDTO, bH as MasterDeviceManufacturerQuerySchema, bF as MasterDeviceManufacturerSchema, bM as createMasterDeviceManufacturer, bO as deleteMasterDeviceManufacturer, bL as findMasterDeviceManufacturers, bP as getMasterDeviceManufacturerCache, bR as getMasterDeviceManufacturerCacheChild, bQ as getMasterDeviceManufacturerCacheCount, bK as newMasterDeviceManufacturerPayload, bJ as toMasterDeviceManufacturerPayload, bN as updateMasterDeviceManufacturer } from '../../../user_organisation_service-D3GhFJqI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../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 {
|
|
4
|
+
export { bq as MasterDeviceModel, bs as MasterDeviceModelDTO, bu as MasterDeviceModelQueryDTO, bt as MasterDeviceModelQuerySchema, br as MasterDeviceModelSchema, by as createMasterDeviceModel, bA as deleteMasterDeviceModel, bx as findMasterDeviceModels, bB as getMasterDeviceModelCache, bD as getMasterDeviceModelCacheChild, bC as getMasterDeviceModelCacheCount, bw as newMasterDeviceModelPayload, bv as toMasterDeviceModelPayload, bz as updateMasterDeviceModel } from '../../../user_organisation_service-D3GhFJqI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../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 {
|
|
4
|
+
export { bc as MasterDeviceType, be as MasterDeviceTypeDTO, bg as MasterDeviceTypeQueryDTO, bf as MasterDeviceTypeQuerySchema, bd as MasterDeviceTypeSchema, bk as createMasterDeviceType, bm as deleteMasterDeviceType, bj as findMasterDeviceTypes, bn as getMasterDeviceTypeCache, bp as getMasterDeviceTypeCacheChild, bo as getMasterDeviceTypeCacheCount, bi as newMasterDeviceTypePayload, bh as toMasterDeviceTypePayload, bl as updateMasterDeviceType } from '../../../user_organisation_service-D3GhFJqI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../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 {
|
|
4
|
+
export { hy as MasterExpenseName, hA as MasterExpenseNameDTO, hC as MasterExpenseNameQueryDTO, hB as MasterExpenseNameQuerySchema, hz as MasterExpenseNameSchema, hG as createMasterExpenseName, hI as deleteMasterExpenseName, hF as findMasterExpenseNames, hJ as getMasterExpenseNameCache, hE as newMasterExpenseNamePayload, hD as toMasterExpenseNamePayload, hH as updateMasterExpenseName } from '../../../user_organisation_service-D3GhFJqI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../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 {
|
|
4
|
+
export { hK as MasterExpenseType, hM as MasterExpenseTypeDTO, hO as MasterExpenseTypeQueryDTO, hN as MasterExpenseTypeQuerySchema, hL as MasterExpenseTypeSchema, hS as createMasterExpenseType, hU as deleteMasterExpenseType, hR as findMasterExpenseTypes, hV as getMasterExpenseTypeCache, hQ as newMasterExpenseTypePayload, hP as toMasterExpenseTypePayload, hT as updateMasterExpenseType } from '../../../user_organisation_service-D3GhFJqI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../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,
|
|
4
|
+
import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-D3GhFJqI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -28,21 +28,21 @@ declare const MasterFuelCompanySchema: z.ZodObject<{
|
|
|
28
28
|
logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
29
29
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
company_name: string;
|
|
32
31
|
description: string;
|
|
33
|
-
logo_url: string;
|
|
34
|
-
logo_key: string;
|
|
35
32
|
status: Status;
|
|
36
33
|
organisation_id: string;
|
|
37
34
|
country_id: string;
|
|
38
|
-
|
|
35
|
+
logo_key: string;
|
|
36
|
+
logo_url: string;
|
|
39
37
|
company_name: string;
|
|
38
|
+
}, {
|
|
40
39
|
status: Status;
|
|
41
40
|
organisation_id: string;
|
|
42
41
|
country_id: string;
|
|
42
|
+
company_name: string;
|
|
43
43
|
description?: string | undefined;
|
|
44
|
-
logo_url?: string | undefined;
|
|
45
44
|
logo_key?: string | undefined;
|
|
45
|
+
logo_url?: string | undefined;
|
|
46
46
|
}>;
|
|
47
47
|
type MasterFuelCompanyDTO = z.infer<typeof MasterFuelCompanySchema>;
|
|
48
48
|
declare const MasterFuelCompanyQuerySchema: z.ZodObject<{
|